diff --git a/src/routes/_index/component/icon/+page.marko b/src/routes/_index/component/icon/+page.marko
index da28a58a4..4f5a58a6e 100644
--- a/src/routes/_index/component/icon/+page.marko
+++ b/src/routes/_index/component/icon/+page.marko
@@ -33,7 +33,7 @@ import iconJSON from '../../../../components/data/icons.json';
Including an Icon
An icon symbol declaration can
- be referenced from the same file or an external SVG file. If in the same file, the symbol
+ be referenced from the same file or an external SVG file. If in the same file, the symbol
must be stamped on the page inside of an SVG block.
We also provide individual icons as SVGs located in this directory.
You can include these on your page as raw SVGs as needed.
diff --git a/src/routes/_index/component/link/+page.marko b/src/routes/_index/component/link/+page.marko
index cdb560128..26a2b7460 100644
--- a/src/routes/_index/component/link/+page.marko
+++ b/src/routes/_index/component/link/+page.marko
@@ -3,9 +3,9 @@
The link module itself does not provide any base styling of anchor tags, that styling instead comes from the${" "}
-
+
global
-
+
module.
diff --git a/src/routes/_index/component/listbox-button/+page.marko b/src/routes/_index/component/listbox-button/+page.marko
index ca3e59bdb..72bc544b7 100644
--- a/src/routes/_index/component/listbox-button/+page.marko
+++ b/src/routes/_index/component/listbox-button/+page.marko
@@ -776,9 +776,9 @@
This is a simple example with a simple error indication. For usage of the error state with an error message, please see the${" "}
-
+
field module
-
+
.
diff --git a/src/routes/_index/component/menu-button/+page.marko b/src/routes/_index/component/menu-button/+page.marko
index 905ef12db..82ce947e5 100644
--- a/src/routes/_index/component/menu-button/+page.marko
+++ b/src/routes/_index/component/menu-button/+page.marko
@@ -12,30 +12,30 @@
A menu is
not
${" "}a form control. If you wish to submit form data natively, without JavaScript, please consider${" "}
-
+
checkbox
-
+
,
-
+
combobox
-
+
,
-
+
select
-
+
, or
-
+
radio
-
+
instead.
Selecting a menu item command should update the page
without
${" "}a full page reload (i.e. acting similar to buttons, checkboxes or radios). If a full page load is required instead (i.e. acting like links), please refer to the${" "}
-
+
fake menu button
-
+
.
@@ -446,13 +446,13 @@
If a fixed label is not possible, the button's inner text can potentially be written as a key/value pair, where key denotes purpose and value repesents the current selection. This is most typical in a${" "}
-
+
single select menu button
-
+
. For example: "Sort: Price", "Color: Red". This technique is identical to the method used by${" "}
-
+
Listbox Button
-
+
.
@@ -904,13 +904,13 @@
be used as a dropdown for selecting and storing form
data
. Please use
-
+
select
-
+
or
-
+
listbox-button
-
+
for that purpose instead.
diff --git a/src/routes/_index/component/menu/+page.marko b/src/routes/_index/component/menu/+page.marko
index 32ecc6334..badcd76cd 100644
--- a/src/routes/_index/component/menu/+page.marko
+++ b/src/routes/_index/component/menu/+page.marko
@@ -5,30 +5,30 @@
A menu is
not
${" "}a form control. If you wish to submit form data natively, without JavaScript, please consider${" "}
-
+
checkbox
-
+
,
-
+
combobox
-
+
,
-
+
select
-
+
, or
-
+
radio
-
+
instead.
Selecting a menu item command should update the page
without
${" "}a full page reload (i.e. acting similar to buttons, checkboxes or radios). If a full page load is required instead (i.e. acting like links), please refer to the${" "}
-
+
fake menu
-
+
.
@@ -104,9 +104,9 @@
A menu item can be badged using the
-
+
badge
-
+
module.
diff --git a/src/routes/_index/component/phone-input/+page.marko b/src/routes/_index/component/phone-input/+page.marko
index 631e1bb9d..cc85bbf91 100644
--- a/src/routes/_index/component/phone-input/+page.marko
+++ b/src/routes/_index/component/phone-input/+page.marko
@@ -267,9 +267,9 @@
field
classes. For label inline usage, please see the
-
+
field module
-
+
.
diff --git a/src/routes/_index/component/radio/+page.marko b/src/routes/_index/component/radio/+page.marko
index 4a960ba4c..2084b4634 100644
--- a/src/routes/_index/component/radio/+page.marko
+++ b/src/routes/_index/component/radio/+page.marko
@@ -219,9 +219,9 @@
The following example uses the
-
+
field module
-
+
for simple layout of radio button fields and labels.
diff --git a/src/routes/_index/component/segmented-buttons/+page.marko b/src/routes/_index/component/segmented-buttons/+page.marko
index 0ef825df0..ba7da320c 100644
--- a/src/routes/_index/component/segmented-buttons/+page.marko
+++ b/src/routes/_index/component/segmented-buttons/+page.marko
@@ -124,9 +124,9 @@
Any 24x24
-
+
icon
-
+
can be added inside of a
segmented-buttons__button-cell
diff --git a/src/routes/_index/component/select/+page.marko b/src/routes/_index/component/select/+page.marko
index 91171ea8e..bbe0b07cb 100644
--- a/src/routes/_index/component/select/+page.marko
+++ b/src/routes/_index/component/select/+page.marko
@@ -6,17 +6,17 @@
The purpose of a select is to collect form data; therefore a select should always be used in conjunction with a form, label and submit button. If you are not submitting form data, then a${" "}
-
+
menu
-
+
maybe a better choice.
IMPORTANT:
${" "}The examples below show the select in isolation, without any label. Please see the${" "}
-
+
field
-
+
${" "}module for details on labeling controls. Remember: every select requires a label!
diff --git a/src/routes/_index/component/skeleton/+page.marko b/src/routes/_index/component/skeleton/+page.marko
index ff19fc463..62659dd09 100644
--- a/src/routes/_index/component/skeleton/+page.marko
+++ b/src/routes/_index/component/skeleton/+page.marko
@@ -8,9 +8,9 @@
A skeleton is a graphical placeholder, reserving physical space in the page for content that is not yet available for the client to render. A skeleton can be considered as an alternative to the${" "}
-
+
progress spinner
-
+
in many situations.
@@ -79,9 +79,9 @@
-
+
Avatar
-
+
|
@@ -129,9 +129,9 @@
|
-
+
Button
-
+
|
@@ -179,9 +179,9 @@
|
-
+
Textbox
-
+
|
@@ -227,9 +227,9 @@
|
-
+
Image
-
+
|
@@ -290,9 +290,9 @@
|
-
+
Text
-
+
|
@@ -348,9 +348,9 @@
skeleton--green
. View the
-
+
composite skeletons
-
+
examples for further details.
diff --git a/src/routes/_index/component/snackbar-dialog/+page.marko b/src/routes/_index/component/snackbar-dialog/+page.marko
index de9be11f4..c9efdf64c 100644
--- a/src/routes/_index/component/snackbar-dialog/+page.marko
+++ b/src/routes/_index/component/snackbar-dialog/+page.marko
@@ -10,9 +10,9 @@
hidden
property. Please refer to the
-
+
Dialog Transitions
-
+
${" "}section for information on how to correctly trigger a CSS transition from a hidden state. With the correct JavaScript in place, applying the${" "}
snackbar-dialog--transition
diff --git a/src/routes/_index/component/split-button/+page.marko b/src/routes/_index/component/split-button/+page.marko
index f1ff3cd40..3362f9965 100644
--- a/src/routes/_index/component/split-button/+page.marko
+++ b/src/routes/_index/component/split-button/+page.marko
@@ -1,7 +1,7 @@
|