diff --git a/src/components/page/theming/InputWrapper/index.tsx b/src/components/page/theming/InputWrapper/index.tsx
index 06337ce60ec..05d071843ac 100644
--- a/src/components/page/theming/InputWrapper/index.tsx
+++ b/src/components/page/theming/InputWrapper/index.tsx
@@ -15,7 +15,7 @@ export default function InputWrapper({ ...props }) {
props.className,
'input-wrapper',
styles.inputWrapper,
- styles[`inputWrapper${colorMode === 'dark' ? 'Dark' : 'Light'}`]
+ styles[`inputWrapper${colorMode === 'dark' ? 'Dark' : 'Light'}`],
)}
/>
);
diff --git a/src/components/page/theming/LayeredColorsSelect/index.tsx b/src/components/page/theming/LayeredColorsSelect/index.tsx
index 7540f4ea6d5..61043622502 100755
--- a/src/components/page/theming/LayeredColorsSelect/index.tsx
+++ b/src/components/page/theming/LayeredColorsSelect/index.tsx
@@ -66,7 +66,7 @@ export default function LayeredColorsSelect({ ...props }) {
ref={el}
className={clsx(
styles.layeredColorsSelect,
- styles[`layeredColorsSelect${colorMode === 'dark' ? 'Dark' : 'Light'}`]
+ styles[`layeredColorsSelect${colorMode === 'dark' ? 'Dark' : 'Light'}`],
)}
>
diff --git a/src/components/page/theming/SteppedColorGenerator/index.tsx b/src/components/page/theming/SteppedColorGenerator/index.tsx
index 226b6dfe51c..660fd861002 100755
--- a/src/components/page/theming/SteppedColorGenerator/index.tsx
+++ b/src/components/page/theming/SteppedColorGenerator/index.tsx
@@ -18,7 +18,7 @@ export default function ColorGenerator(props) {
const [textSteppedColors, setTextSteppedColors] = useState(generateSteppedColors(textColor, backgroundColor));
const [backgroundSteppedColors, setBackgroundSteppedColors] = useState(
- generateSteppedColors(backgroundColor, textColor)
+ generateSteppedColors(backgroundColor, textColor),
);
useEffect(() => {
diff --git a/src/utils/hooks.ts b/src/utils/hooks.ts
index 6c68d2e6427..597eb5837b3 100644
--- a/src/utils/hooks.ts
+++ b/src/utils/hooks.ts
@@ -51,7 +51,7 @@ export const useScript = (src: string) => {
}
};
},
- [src] // Only re-run effect if script src changes
+ [src], // Only re-run effect if script src changes
);
return status;
};
diff --git a/static/demos/api/action-sheet/index.html b/static/demos/api/action-sheet/index.html
index 1cde0be6c9c..7279955b19a 100644
--- a/static/demos/api/action-sheet/index.html
+++ b/static/demos/api/action-sheet/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/alert/index.html b/static/demos/api/alert/index.html
index 0ef8a5daf15..b83c668ef21 100644
--- a/static/demos/api/alert/index.html
+++ b/static/demos/api/alert/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/avatar/index.html b/static/demos/api/avatar/index.html
index b03be119ea2..249e2de223f 100644
--- a/static/demos/api/avatar/index.html
+++ b/static/demos/api/avatar/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/back-button/index.html b/static/demos/api/back-button/index.html
index a94859429d5..f62e0c6baf1 100644
--- a/static/demos/api/back-button/index.html
+++ b/static/demos/api/back-button/index.html
@@ -1,4 +1,4 @@
-
+
@@ -39,7 +39,7 @@
`;
}
- }
+ },
);
const nav = document.querySelector('ion-nav');
@@ -66,7 +66,7 @@
`;
}
- }
+ },
);
diff --git a/static/demos/api/backdrop/index.html b/static/demos/api/backdrop/index.html
index 2c0b8e21277..460fad549d2 100644
--- a/static/demos/api/backdrop/index.html
+++ b/static/demos/api/backdrop/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/badge/index.html b/static/demos/api/badge/index.html
index c533f24c6a9..e34c1a585d6 100644
--- a/static/demos/api/badge/index.html
+++ b/static/demos/api/badge/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/button/index.html b/static/demos/api/button/index.html
index b5104c00dd8..d2b96230644 100644
--- a/static/demos/api/button/index.html
+++ b/static/demos/api/button/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/card/index.html b/static/demos/api/card/index.html
index 43b11609254..d6e863af44b 100644
--- a/static/demos/api/card/index.html
+++ b/static/demos/api/card/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/checkbox/index.html b/static/demos/api/checkbox/index.html
index c1883c65821..ff9a3adf727 100644
--- a/static/demos/api/checkbox/index.html
+++ b/static/demos/api/checkbox/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/chip/index.html b/static/demos/api/chip/index.html
index 75e6994524a..b514410fbf8 100644
--- a/static/demos/api/chip/index.html
+++ b/static/demos/api/chip/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/content/index.html b/static/demos/api/content/index.html
index 8ac8c5b3113..98ed26564f4 100644
--- a/static/demos/api/content/index.html
+++ b/static/demos/api/content/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/datetime/index.html b/static/demos/api/datetime/index.html
index 09c74c31df2..7baf941a274 100644
--- a/static/demos/api/datetime/index.html
+++ b/static/demos/api/datetime/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/fab/index.html b/static/demos/api/fab/index.html
index 0063d847c23..2b4c7ae3e76 100644
--- a/static/demos/api/fab/index.html
+++ b/static/demos/api/fab/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/grid/index.html b/static/demos/api/grid/index.html
index d97738e67d5..55904f9ffb3 100644
--- a/static/demos/api/grid/index.html
+++ b/static/demos/api/grid/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/infinite-scroll/index.html b/static/demos/api/infinite-scroll/index.html
index 9564b843f64..33514f319ec 100644
--- a/static/demos/api/infinite-scroll/index.html
+++ b/static/demos/api/infinite-scroll/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/input/index.html b/static/demos/api/input/index.html
index 5b2afe4d753..8e0ff620bc7 100644
--- a/static/demos/api/input/index.html
+++ b/static/demos/api/input/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/item/index.html b/static/demos/api/item/index.html
index 8b67d196174..30915916bd9 100644
--- a/static/demos/api/item/index.html
+++ b/static/demos/api/item/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/list/index.html b/static/demos/api/list/index.html
index 1c17da69db5..0494e225104 100644
--- a/static/demos/api/list/index.html
+++ b/static/demos/api/list/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/loading/index.html b/static/demos/api/loading/index.html
index 12ddaea51a9..353f7024134 100644
--- a/static/demos/api/loading/index.html
+++ b/static/demos/api/loading/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/menu/index.html b/static/demos/api/menu/index.html
index 029a55e7e2d..08f6133ccb3 100644
--- a/static/demos/api/menu/index.html
+++ b/static/demos/api/menu/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/modal/index.html b/static/demos/api/modal/index.html
index efdcd6d141f..75ec6645305 100644
--- a/static/demos/api/modal/index.html
+++ b/static/demos/api/modal/index.html
@@ -1,4 +1,4 @@
-
+
@@ -82,7 +82,7 @@
Samwise
`;
}
- }
+ },
);
let currentModal = null;
diff --git a/static/demos/api/nav/index.html b/static/demos/api/nav/index.html
index 35d1357c515..13a7ef173e2 100644
--- a/static/demos/api/nav/index.html
+++ b/static/demos/api/nav/index.html
@@ -1,4 +1,4 @@
-
+
@@ -102,14 +102,14 @@
${tech.title}
- `
+ `,
)
.join('\n')}
`;
}
- }
+ },
);
const nav = document.querySelector('ion-nav');
@@ -138,7 +138,7 @@
${tech.title}
`;
}
- }
+ },
);
diff --git a/static/demos/api/note/index.html b/static/demos/api/note/index.html
index 7c615badcc8..c034d0d0200 100644
--- a/static/demos/api/note/index.html
+++ b/static/demos/api/note/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/picker/index.html b/static/demos/api/picker/index.html
index f4297786ce9..20c5f0778ce 100644
--- a/static/demos/api/picker/index.html
+++ b/static/demos/api/picker/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/popover/index.html b/static/demos/api/popover/index.html
index 167c0efad7c..381f234a1a8 100644
--- a/static/demos/api/popover/index.html
+++ b/static/demos/api/popover/index.html
@@ -1,4 +1,4 @@
-
+
@@ -78,7 +78,7 @@
`;
}
- }
+ },
);
diff --git a/static/demos/api/progress-bar/index.html b/static/demos/api/progress-bar/index.html
index df41130cb9a..01a10c09a16 100644
--- a/static/demos/api/progress-bar/index.html
+++ b/static/demos/api/progress-bar/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/radio/index.html b/static/demos/api/radio/index.html
index 9b7316f50d5..2ca0ed90bcc 100644
--- a/static/demos/api/radio/index.html
+++ b/static/demos/api/radio/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/range/index.html b/static/demos/api/range/index.html
index f123481d8d9..0a4a5094eda 100644
--- a/static/demos/api/range/index.html
+++ b/static/demos/api/range/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/refresher/index.html b/static/demos/api/refresher/index.html
index e8802bb2342..8bfaeb30486 100644
--- a/static/demos/api/refresher/index.html
+++ b/static/demos/api/refresher/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/reorder/index.html b/static/demos/api/reorder/index.html
index 695a50c2701..19bae0aa011 100644
--- a/static/demos/api/reorder/index.html
+++ b/static/demos/api/reorder/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/router-link/index.html b/static/demos/api/router-link/index.html
index 05bf6252072..4e607a2bef8 100644
--- a/static/demos/api/router-link/index.html
+++ b/static/demos/api/router-link/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/searchbar/index.html b/static/demos/api/searchbar/index.html
index 722cc825672..f41c3f57c1e 100644
--- a/static/demos/api/searchbar/index.html
+++ b/static/demos/api/searchbar/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/segment/index.html b/static/demos/api/segment/index.html
index fd3b95ed7bd..78154acf9fc 100644
--- a/static/demos/api/segment/index.html
+++ b/static/demos/api/segment/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/select/index.html b/static/demos/api/select/index.html
index 0e3ace081c2..2925159dbb1 100644
--- a/static/demos/api/select/index.html
+++ b/static/demos/api/select/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/skeleton-text/index.html b/static/demos/api/skeleton-text/index.html
index 18ea245e999..575e3411710 100644
--- a/static/demos/api/skeleton-text/index.html
+++ b/static/demos/api/skeleton-text/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/slides/index.html b/static/demos/api/slides/index.html
index 519ecb950b6..4a5c263ff53 100644
--- a/static/demos/api/slides/index.html
+++ b/static/demos/api/slides/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/spinner/index.html b/static/demos/api/spinner/index.html
index 764f4c01ac3..de16a65d497 100644
--- a/static/demos/api/spinner/index.html
+++ b/static/demos/api/spinner/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/tabs/index.html b/static/demos/api/tabs/index.html
index 3c90750353c..c82dcbba829 100644
--- a/static/demos/api/tabs/index.html
+++ b/static/demos/api/tabs/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/text/index.html b/static/demos/api/text/index.html
index 07f5296e0a6..234afcf206d 100644
--- a/static/demos/api/text/index.html
+++ b/static/demos/api/text/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/thumbnail/index.html b/static/demos/api/thumbnail/index.html
index 01b289dcf5b..d1c9936f1b8 100644
--- a/static/demos/api/thumbnail/index.html
+++ b/static/demos/api/thumbnail/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/toast/index.html b/static/demos/api/toast/index.html
index 01ec7a07d33..ef1dfcf953c 100644
--- a/static/demos/api/toast/index.html
+++ b/static/demos/api/toast/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/toggle/index.html b/static/demos/api/toggle/index.html
index f3ce8abd314..4b791262e78 100644
--- a/static/demos/api/toggle/index.html
+++ b/static/demos/api/toggle/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/demos/api/toolbar/index.html b/static/demos/api/toolbar/index.html
index ce13409f231..8bb0d8d9897 100644
--- a/static/demos/api/toolbar/index.html
+++ b/static/demos/api/toolbar/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/accordion/accessibility/animations/demo.html b/static/usage/v6/accordion/accessibility/animations/demo.html
index 1d9f3880e05..6b6a34ce1a2 100644
--- a/static/usage/v6/accordion/accessibility/animations/demo.html
+++ b/static/usage/v6/accordion/accessibility/animations/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/accordion/basic/demo.html b/static/usage/v6/accordion/basic/demo.html
index 189b9fd9754..d3cced1874b 100644
--- a/static/usage/v6/accordion/basic/demo.html
+++ b/static/usage/v6/accordion/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/accordion/customization/advanced-expansion-styles/demo.html b/static/usage/v6/accordion/customization/advanced-expansion-styles/demo.html
index 622ea7c0dbc..634582922fc 100644
--- a/static/usage/v6/accordion/customization/advanced-expansion-styles/demo.html
+++ b/static/usage/v6/accordion/customization/advanced-expansion-styles/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/accordion/customization/expansion-styles/demo.html b/static/usage/v6/accordion/customization/expansion-styles/demo.html
index 71136931f46..17047eab86a 100644
--- a/static/usage/v6/accordion/customization/expansion-styles/demo.html
+++ b/static/usage/v6/accordion/customization/expansion-styles/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/accordion/customization/icons/demo.html b/static/usage/v6/accordion/customization/icons/demo.html
index 3fad5584e2d..e6b10337b79 100644
--- a/static/usage/v6/accordion/customization/icons/demo.html
+++ b/static/usage/v6/accordion/customization/icons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/accordion/customization/theming/demo.html b/static/usage/v6/accordion/customization/theming/demo.html
index 24fda352eb1..49412cee230 100644
--- a/static/usage/v6/accordion/customization/theming/demo.html
+++ b/static/usage/v6/accordion/customization/theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/accordion/disable-group/demo.html b/static/usage/v6/accordion/disable-group/demo.html
index ef33d575e2a..157ecab3305 100644
--- a/static/usage/v6/accordion/disable-group/demo.html
+++ b/static/usage/v6/accordion/disable-group/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/accordion/disable/group/demo.html b/static/usage/v6/accordion/disable/group/demo.html
index 379104761ba..098478afb38 100644
--- a/static/usage/v6/accordion/disable/group/demo.html
+++ b/static/usage/v6/accordion/disable/group/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/accordion/disable/individual/demo.html b/static/usage/v6/accordion/disable/individual/demo.html
index 648f55618d0..e261cf30e49 100644
--- a/static/usage/v6/accordion/disable/individual/demo.html
+++ b/static/usage/v6/accordion/disable/individual/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/accordion/listen-changes/demo.html b/static/usage/v6/accordion/listen-changes/demo.html
index 48c518f53d8..b2616a117b2 100644
--- a/static/usage/v6/accordion/listen-changes/demo.html
+++ b/static/usage/v6/accordion/listen-changes/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/accordion/multiple/demo.html b/static/usage/v6/accordion/multiple/demo.html
index 1265ecc0884..8142f29f034 100644
--- a/static/usage/v6/accordion/multiple/demo.html
+++ b/static/usage/v6/accordion/multiple/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/accordion/readonly/group/demo.html b/static/usage/v6/accordion/readonly/group/demo.html
index bfec31ecf9d..a380d7bbc49 100644
--- a/static/usage/v6/accordion/readonly/group/demo.html
+++ b/static/usage/v6/accordion/readonly/group/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/accordion/readonly/individual/demo.html b/static/usage/v6/accordion/readonly/individual/demo.html
index 72a2a51bf5c..3aeb48e9f05 100644
--- a/static/usage/v6/accordion/readonly/individual/demo.html
+++ b/static/usage/v6/accordion/readonly/individual/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/accordion/toggle/demo.html b/static/usage/v6/accordion/toggle/demo.html
index 7e6093c8eff..e5fe3254e05 100644
--- a/static/usage/v6/accordion/toggle/demo.html
+++ b/static/usage/v6/accordion/toggle/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/action-sheet/basic/demo.html b/static/usage/v6/action-sheet/basic/demo.html
index 030004805d7..8566647777e 100644
--- a/static/usage/v6/action-sheet/basic/demo.html
+++ b/static/usage/v6/action-sheet/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/action-sheet/theming/css-properties/demo.html b/static/usage/v6/action-sheet/theming/css-properties/demo.html
index 68ba6a01620..d3a21283c17 100644
--- a/static/usage/v6/action-sheet/theming/css-properties/demo.html
+++ b/static/usage/v6/action-sheet/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/action-sheet/theming/styling/demo.html b/static/usage/v6/action-sheet/theming/styling/demo.html
index a61fda8c7e7..a43fb1ab0ec 100644
--- a/static/usage/v6/action-sheet/theming/styling/demo.html
+++ b/static/usage/v6/action-sheet/theming/styling/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/alert/buttons/demo.html b/static/usage/v6/alert/buttons/demo.html
index 92bb97cef99..096c04421b5 100644
--- a/static/usage/v6/alert/buttons/demo.html
+++ b/static/usage/v6/alert/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/alert/customization/demo.html b/static/usage/v6/alert/customization/demo.html
index 8c04ebdb929..d20d6335bf6 100644
--- a/static/usage/v6/alert/customization/demo.html
+++ b/static/usage/v6/alert/customization/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/alert/inputs/radios/demo.html b/static/usage/v6/alert/inputs/radios/demo.html
index 45d0a5756ab..eb470d549c2 100644
--- a/static/usage/v6/alert/inputs/radios/demo.html
+++ b/static/usage/v6/alert/inputs/radios/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/alert/inputs/text-inputs/demo.html b/static/usage/v6/alert/inputs/text-inputs/demo.html
index 5301bf617c0..7fe2e28df8e 100644
--- a/static/usage/v6/alert/inputs/text-inputs/demo.html
+++ b/static/usage/v6/alert/inputs/text-inputs/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/alert/presenting/controller/demo.html b/static/usage/v6/alert/presenting/controller/demo.html
index 9d4fef1fc81..7c5ca21f901 100644
--- a/static/usage/v6/alert/presenting/controller/demo.html
+++ b/static/usage/v6/alert/presenting/controller/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/avatar/basic/demo.html b/static/usage/v6/avatar/basic/demo.html
index 10d8d97acc0..8aeab886b84 100644
--- a/static/usage/v6/avatar/basic/demo.html
+++ b/static/usage/v6/avatar/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/avatar/chip/demo.html b/static/usage/v6/avatar/chip/demo.html
index 7351aadf273..421fb2560c3 100644
--- a/static/usage/v6/avatar/chip/demo.html
+++ b/static/usage/v6/avatar/chip/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/avatar/item/demo.html b/static/usage/v6/avatar/item/demo.html
index ee52d9b4aeb..b5ff6830532 100644
--- a/static/usage/v6/avatar/item/demo.html
+++ b/static/usage/v6/avatar/item/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/avatar/theming/css-properties/demo.html b/static/usage/v6/avatar/theming/css-properties/demo.html
index 89fa859a605..fd88e1ca82e 100644
--- a/static/usage/v6/avatar/theming/css-properties/demo.html
+++ b/static/usage/v6/avatar/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/back-button/basic/demo.html b/static/usage/v6/back-button/basic/demo.html
index b8eeaa346de..3418f64b18e 100644
--- a/static/usage/v6/back-button/basic/demo.html
+++ b/static/usage/v6/back-button/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/back-button/custom/demo.html b/static/usage/v6/back-button/custom/demo.html
index ec11147aec3..f3539acdb07 100644
--- a/static/usage/v6/back-button/custom/demo.html
+++ b/static/usage/v6/back-button/custom/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/backdrop/basic/demo.html b/static/usage/v6/backdrop/basic/demo.html
index 2eba1eec9a1..5b9f2509f50 100644
--- a/static/usage/v6/backdrop/basic/demo.html
+++ b/static/usage/v6/backdrop/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/backdrop/styling/demo.html b/static/usage/v6/backdrop/styling/demo.html
index e814a8e2f2b..33372cbbe7c 100644
--- a/static/usage/v6/backdrop/styling/demo.html
+++ b/static/usage/v6/backdrop/styling/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/badge/basic/demo.html b/static/usage/v6/badge/basic/demo.html
index f8bfb94d69e..44acf9642de 100644
--- a/static/usage/v6/badge/basic/demo.html
+++ b/static/usage/v6/badge/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/badge/theming/colors/demo.html b/static/usage/v6/badge/theming/colors/demo.html
index bc44fd0f5d4..3bf2bf7e78a 100644
--- a/static/usage/v6/badge/theming/colors/demo.html
+++ b/static/usage/v6/badge/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/badge/theming/css-properties/demo.html b/static/usage/v6/badge/theming/css-properties/demo.html
index 400f6c51cc2..fc0e264ca9c 100644
--- a/static/usage/v6/badge/theming/css-properties/demo.html
+++ b/static/usage/v6/badge/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/breadcrumbs/basic/demo.html b/static/usage/v6/breadcrumbs/basic/demo.html
index 379c8b2436a..b7d4a92e7ae 100644
--- a/static/usage/v6/breadcrumbs/basic/demo.html
+++ b/static/usage/v6/breadcrumbs/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/breadcrumbs/collapsing-items/expand-on-click/demo.html b/static/usage/v6/breadcrumbs/collapsing-items/expand-on-click/demo.html
index aeda3ada6f5..cac900d8e48 100644
--- a/static/usage/v6/breadcrumbs/collapsing-items/expand-on-click/demo.html
+++ b/static/usage/v6/breadcrumbs/collapsing-items/expand-on-click/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/breadcrumbs/collapsing-items/items-before-after/demo.html b/static/usage/v6/breadcrumbs/collapsing-items/items-before-after/demo.html
index 6f0e08faf98..281f4767e3a 100644
--- a/static/usage/v6/breadcrumbs/collapsing-items/items-before-after/demo.html
+++ b/static/usage/v6/breadcrumbs/collapsing-items/items-before-after/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/breadcrumbs/collapsing-items/max-items/demo.html b/static/usage/v6/breadcrumbs/collapsing-items/max-items/demo.html
index 36840a5f362..c024dc939bd 100644
--- a/static/usage/v6/breadcrumbs/collapsing-items/max-items/demo.html
+++ b/static/usage/v6/breadcrumbs/collapsing-items/max-items/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/breadcrumbs/collapsing-items/popover-on-click/demo.html b/static/usage/v6/breadcrumbs/collapsing-items/popover-on-click/demo.html
index e58014a2d4c..00baf2bb661 100644
--- a/static/usage/v6/breadcrumbs/collapsing-items/popover-on-click/demo.html
+++ b/static/usage/v6/breadcrumbs/collapsing-items/popover-on-click/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/breadcrumbs/icons/custom-separators/demo.html b/static/usage/v6/breadcrumbs/icons/custom-separators/demo.html
index 0c77ab70588..e1285d55c6a 100644
--- a/static/usage/v6/breadcrumbs/icons/custom-separators/demo.html
+++ b/static/usage/v6/breadcrumbs/icons/custom-separators/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/breadcrumbs/icons/icons-on-items/demo.html b/static/usage/v6/breadcrumbs/icons/icons-on-items/demo.html
index 1f8d10e918e..7ee68c3e3d7 100644
--- a/static/usage/v6/breadcrumbs/icons/icons-on-items/demo.html
+++ b/static/usage/v6/breadcrumbs/icons/icons-on-items/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/breadcrumbs/theming/colors/demo.html b/static/usage/v6/breadcrumbs/theming/colors/demo.html
index 71fe42eced2..e385de05381 100644
--- a/static/usage/v6/breadcrumbs/theming/colors/demo.html
+++ b/static/usage/v6/breadcrumbs/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/breadcrumbs/theming/css-properties/demo.html b/static/usage/v6/breadcrumbs/theming/css-properties/demo.html
index f85c703eff1..f2ae331f0b8 100644
--- a/static/usage/v6/breadcrumbs/theming/css-properties/demo.html
+++ b/static/usage/v6/breadcrumbs/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/button/basic/demo.html b/static/usage/v6/button/basic/demo.html
index ddae5c63263..22bae20484b 100644
--- a/static/usage/v6/button/basic/demo.html
+++ b/static/usage/v6/button/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/button/expand/demo.html b/static/usage/v6/button/expand/demo.html
index f22515315b8..506e86aafa6 100644
--- a/static/usage/v6/button/expand/demo.html
+++ b/static/usage/v6/button/expand/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/button/fill/demo.html b/static/usage/v6/button/fill/demo.html
index 376e1ccd9be..521df4cc205 100644
--- a/static/usage/v6/button/fill/demo.html
+++ b/static/usage/v6/button/fill/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/button/icons/demo.html b/static/usage/v6/button/icons/demo.html
index 4e5582391e7..ba61e0ed20a 100644
--- a/static/usage/v6/button/icons/demo.html
+++ b/static/usage/v6/button/icons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/button/shape/demo.html b/static/usage/v6/button/shape/demo.html
index d9e4eb7653a..1e2be5bc0b5 100644
--- a/static/usage/v6/button/shape/demo.html
+++ b/static/usage/v6/button/shape/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/button/size/demo.html b/static/usage/v6/button/size/demo.html
index 7cd2321e251..89a6f8dca7d 100644
--- a/static/usage/v6/button/size/demo.html
+++ b/static/usage/v6/button/size/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/button/theming/colors/demo.html b/static/usage/v6/button/theming/colors/demo.html
index 38cc44abfb9..c6ddd8eb3c9 100644
--- a/static/usage/v6/button/theming/colors/demo.html
+++ b/static/usage/v6/button/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/button/theming/css-properties/demo.html b/static/usage/v6/button/theming/css-properties/demo.html
index c10bf31c49c..20755819f3e 100644
--- a/static/usage/v6/button/theming/css-properties/demo.html
+++ b/static/usage/v6/button/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/buttons/basic/demo.html b/static/usage/v6/buttons/basic/demo.html
index b816ad2b69f..ac87a1260df 100644
--- a/static/usage/v6/buttons/basic/demo.html
+++ b/static/usage/v6/buttons/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/buttons/placement/demo.html b/static/usage/v6/buttons/placement/demo.html
index a85452ff3f2..6735452cef5 100644
--- a/static/usage/v6/buttons/placement/demo.html
+++ b/static/usage/v6/buttons/placement/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/buttons/types/demo.html b/static/usage/v6/buttons/types/demo.html
index e58f33d9c26..c13b14671e2 100644
--- a/static/usage/v6/buttons/types/demo.html
+++ b/static/usage/v6/buttons/types/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/card/basic/demo.html b/static/usage/v6/card/basic/demo.html
index 80ee39080db..1f669fd71ee 100644
--- a/static/usage/v6/card/basic/demo.html
+++ b/static/usage/v6/card/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/card/buttons/demo.html b/static/usage/v6/card/buttons/demo.html
index 58bcc471fae..5a55afcbc44 100644
--- a/static/usage/v6/card/buttons/demo.html
+++ b/static/usage/v6/card/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/card/list/demo.html b/static/usage/v6/card/list/demo.html
index 9320af35dbf..186a38482a1 100644
--- a/static/usage/v6/card/list/demo.html
+++ b/static/usage/v6/card/list/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/card/media/demo.html b/static/usage/v6/card/media/demo.html
index 72f57d36f3d..c708a2b5695 100644
--- a/static/usage/v6/card/media/demo.html
+++ b/static/usage/v6/card/media/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/card/theming/colors/demo.html b/static/usage/v6/card/theming/colors/demo.html
index b418fc2d8b0..493aed4cd0c 100644
--- a/static/usage/v6/card/theming/colors/demo.html
+++ b/static/usage/v6/card/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/card/theming/css-properties/demo.html b/static/usage/v6/card/theming/css-properties/demo.html
index 4e442b57bea..db29ffca3bb 100644
--- a/static/usage/v6/card/theming/css-properties/demo.html
+++ b/static/usage/v6/card/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/checkbox/basic/demo.html b/static/usage/v6/checkbox/basic/demo.html
index c116578c101..e82cae332c7 100644
--- a/static/usage/v6/checkbox/basic/demo.html
+++ b/static/usage/v6/checkbox/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/checkbox/indeterminate/demo.html b/static/usage/v6/checkbox/indeterminate/demo.html
index 8ac0352f4d6..416afd6c336 100644
--- a/static/usage/v6/checkbox/indeterminate/demo.html
+++ b/static/usage/v6/checkbox/indeterminate/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/checkbox/theming/css-properties/demo.html b/static/usage/v6/checkbox/theming/css-properties/demo.html
index 0c2bfe0a1b3..880ed4e2c4c 100644
--- a/static/usage/v6/checkbox/theming/css-properties/demo.html
+++ b/static/usage/v6/checkbox/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/chip/basic/demo.html b/static/usage/v6/chip/basic/demo.html
index 62cdf4c0c73..8fff5eab789 100644
--- a/static/usage/v6/chip/basic/demo.html
+++ b/static/usage/v6/chip/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/chip/slots/demo.html b/static/usage/v6/chip/slots/demo.html
index 2e1c447578b..e086bfe6dd4 100644
--- a/static/usage/v6/chip/slots/demo.html
+++ b/static/usage/v6/chip/slots/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/chip/theming/colors/demo.html b/static/usage/v6/chip/theming/colors/demo.html
index be2c7b84080..f8f54cc002a 100644
--- a/static/usage/v6/chip/theming/colors/demo.html
+++ b/static/usage/v6/chip/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/chip/theming/css-properties/demo.html b/static/usage/v6/chip/theming/css-properties/demo.html
index a192552bb15..81c90b7e3f4 100644
--- a/static/usage/v6/chip/theming/css-properties/demo.html
+++ b/static/usage/v6/chip/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/common.js b/static/usage/v6/common.js
index 52694d7e7b2..fb2a79eeabf 100644
--- a/static/usage/v6/common.js
+++ b/static/usage/v6/common.js
@@ -38,7 +38,7 @@ window.addEventListener('DOMContentLoaded', () => {
type,
message: Object.values(arguments).join(' '),
},
- })
+ }),
);
};
diff --git a/static/usage/v6/content/basic/demo.html b/static/usage/v6/content/basic/demo.html
index 61751547841..9c7742c26e6 100644
--- a/static/usage/v6/content/basic/demo.html
+++ b/static/usage/v6/content/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/content/fixed/demo.html b/static/usage/v6/content/fixed/demo.html
index ffc36a0aac0..b2345ee399c 100644
--- a/static/usage/v6/content/fixed/demo.html
+++ b/static/usage/v6/content/fixed/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/content/fullscreen/demo.html b/static/usage/v6/content/fullscreen/demo.html
index 62559d03bc4..d1914291fd1 100644
--- a/static/usage/v6/content/fullscreen/demo.html
+++ b/static/usage/v6/content/fullscreen/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/content/header-footer/demo.html b/static/usage/v6/content/header-footer/demo.html
index 73a7be7a65d..2f4edfa5240 100644
--- a/static/usage/v6/content/header-footer/demo.html
+++ b/static/usage/v6/content/header-footer/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/content/scroll-events/demo.html b/static/usage/v6/content/scroll-events/demo.html
index 6032824e31b..f90357645c2 100644
--- a/static/usage/v6/content/scroll-events/demo.html
+++ b/static/usage/v6/content/scroll-events/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/content/scroll-methods/demo.html b/static/usage/v6/content/scroll-methods/demo.html
index f9e39bb095c..67478c5eff8 100644
--- a/static/usage/v6/content/scroll-methods/demo.html
+++ b/static/usage/v6/content/scroll-methods/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/content/theming/colors/demo.html b/static/usage/v6/content/theming/colors/demo.html
index 81fbd33feba..40010fc3bdf 100644
--- a/static/usage/v6/content/theming/colors/demo.html
+++ b/static/usage/v6/content/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/content/theming/css-properties/demo.html b/static/usage/v6/content/theming/css-properties/demo.html
index 48da853fa05..afd77972b19 100644
--- a/static/usage/v6/content/theming/css-properties/demo.html
+++ b/static/usage/v6/content/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/content/theming/css-shadow-parts/demo.html b/static/usage/v6/content/theming/css-shadow-parts/demo.html
index 80f8caf1515..f36935c5d9c 100644
--- a/static/usage/v6/content/theming/css-shadow-parts/demo.html
+++ b/static/usage/v6/content/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime-button/basic/demo.html b/static/usage/v6/datetime-button/basic/demo.html
index 97d87a889b2..5032f9ab9e4 100644
--- a/static/usage/v6/datetime-button/basic/demo.html
+++ b/static/usage/v6/datetime-button/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/basic/demo.html b/static/usage/v6/datetime/basic/demo.html
index 32b48f2bd3d..d84e17da792 100644
--- a/static/usage/v6/datetime/basic/demo.html
+++ b/static/usage/v6/datetime/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/buttons/customizing-button-texts/demo.html b/static/usage/v6/datetime/buttons/customizing-button-texts/demo.html
index acfff6457b4..359f90a239b 100644
--- a/static/usage/v6/datetime/buttons/customizing-button-texts/demo.html
+++ b/static/usage/v6/datetime/buttons/customizing-button-texts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/buttons/customizing-buttons/demo.html b/static/usage/v6/datetime/buttons/customizing-buttons/demo.html
index 31c7d72664e..589c9c80b6d 100644
--- a/static/usage/v6/datetime/buttons/customizing-buttons/demo.html
+++ b/static/usage/v6/datetime/buttons/customizing-buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/buttons/showing-confirmation-buttons/demo.html b/static/usage/v6/datetime/buttons/showing-confirmation-buttons/demo.html
index 1791c9e2a3b..05f969fbb2e 100644
--- a/static/usage/v6/datetime/buttons/showing-confirmation-buttons/demo.html
+++ b/static/usage/v6/datetime/buttons/showing-confirmation-buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/date-constraints/advanced/demo.html b/static/usage/v6/datetime/date-constraints/advanced/demo.html
index 590a7c7cf37..f61c8fbc5df 100644
--- a/static/usage/v6/datetime/date-constraints/advanced/demo.html
+++ b/static/usage/v6/datetime/date-constraints/advanced/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/date-constraints/max-min/demo.html b/static/usage/v6/datetime/date-constraints/max-min/demo.html
index e1de7cd91be..7cde8e8627c 100644
--- a/static/usage/v6/datetime/date-constraints/max-min/demo.html
+++ b/static/usage/v6/datetime/date-constraints/max-min/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/date-constraints/values/demo.html b/static/usage/v6/datetime/date-constraints/values/demo.html
index 354f17170a8..a933ec07b4e 100644
--- a/static/usage/v6/datetime/date-constraints/values/demo.html
+++ b/static/usage/v6/datetime/date-constraints/values/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/highlightedDates/array/demo.html b/static/usage/v6/datetime/highlightedDates/array/demo.html
index bc5f6a74446..9ff9c293d90 100644
--- a/static/usage/v6/datetime/highlightedDates/array/demo.html
+++ b/static/usage/v6/datetime/highlightedDates/array/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/highlightedDates/callback/demo.html b/static/usage/v6/datetime/highlightedDates/callback/demo.html
index c4ada4ca393..62e58c02448 100644
--- a/static/usage/v6/datetime/highlightedDates/callback/demo.html
+++ b/static/usage/v6/datetime/highlightedDates/callback/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/localization/custom-locale/demo.html b/static/usage/v6/datetime/localization/custom-locale/demo.html
index 1a39930be72..6ec2f1daa1e 100644
--- a/static/usage/v6/datetime/localization/custom-locale/demo.html
+++ b/static/usage/v6/datetime/localization/custom-locale/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/localization/first-day-of-week/demo.html b/static/usage/v6/datetime/localization/first-day-of-week/demo.html
index 23e24204b9b..bf249290a45 100644
--- a/static/usage/v6/datetime/localization/first-day-of-week/demo.html
+++ b/static/usage/v6/datetime/localization/first-day-of-week/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/localization/hour-cycle/demo.html b/static/usage/v6/datetime/localization/hour-cycle/demo.html
index fcb173ca544..28f087d9467 100644
--- a/static/usage/v6/datetime/localization/hour-cycle/demo.html
+++ b/static/usage/v6/datetime/localization/hour-cycle/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/localization/locale-extension-tags/demo.html b/static/usage/v6/datetime/localization/locale-extension-tags/demo.html
index 496b715b148..d9f7f8d0585 100644
--- a/static/usage/v6/datetime/localization/locale-extension-tags/demo.html
+++ b/static/usage/v6/datetime/localization/locale-extension-tags/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/localization/time-label/demo.html b/static/usage/v6/datetime/localization/time-label/demo.html
index 46e21a102af..6b55ff7885c 100644
--- a/static/usage/v6/datetime/localization/time-label/demo.html
+++ b/static/usage/v6/datetime/localization/time-label/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/multiple/demo.html b/static/usage/v6/datetime/multiple/demo.html
index b1b192e15f7..25ec17736bc 100644
--- a/static/usage/v6/datetime/multiple/demo.html
+++ b/static/usage/v6/datetime/multiple/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/presentation/date/demo.html b/static/usage/v6/datetime/presentation/date/demo.html
index 5bb7dad3db7..897f931e3a3 100644
--- a/static/usage/v6/datetime/presentation/date/demo.html
+++ b/static/usage/v6/datetime/presentation/date/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/presentation/month-and-year/demo.html b/static/usage/v6/datetime/presentation/month-and-year/demo.html
index 1b96bb38f47..9c8e0a9f849 100644
--- a/static/usage/v6/datetime/presentation/month-and-year/demo.html
+++ b/static/usage/v6/datetime/presentation/month-and-year/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/presentation/time/demo.html b/static/usage/v6/datetime/presentation/time/demo.html
index 03401541259..acb8a97882d 100644
--- a/static/usage/v6/datetime/presentation/time/demo.html
+++ b/static/usage/v6/datetime/presentation/time/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/presentation/wheel/demo.html b/static/usage/v6/datetime/presentation/wheel/demo.html
index f35bd7b42cb..3007bc13e09 100644
--- a/static/usage/v6/datetime/presentation/wheel/demo.html
+++ b/static/usage/v6/datetime/presentation/wheel/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/theming/demo.html b/static/usage/v6/datetime/theming/demo.html
index c94459ae813..7d2f28c6313 100644
--- a/static/usage/v6/datetime/theming/demo.html
+++ b/static/usage/v6/datetime/theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/title/customizing-title/demo.html b/static/usage/v6/datetime/title/customizing-title/demo.html
index 5a5d8ca5314..0b7ebf2809e 100644
--- a/static/usage/v6/datetime/title/customizing-title/demo.html
+++ b/static/usage/v6/datetime/title/customizing-title/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/datetime/title/showing-default-title/demo.html b/static/usage/v6/datetime/title/showing-default-title/demo.html
index 2f4ed845650..5ba935959ee 100644
--- a/static/usage/v6/datetime/title/showing-default-title/demo.html
+++ b/static/usage/v6/datetime/title/showing-default-title/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/fab/basic/demo.html b/static/usage/v6/fab/basic/demo.html
index c45e1266f6a..9c77216a96d 100644
--- a/static/usage/v6/fab/basic/demo.html
+++ b/static/usage/v6/fab/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/fab/button-sizing/demo.html b/static/usage/v6/fab/button-sizing/demo.html
index f57ef0f05fe..b8db080e44d 100644
--- a/static/usage/v6/fab/button-sizing/demo.html
+++ b/static/usage/v6/fab/button-sizing/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/fab/list-side/demo.html b/static/usage/v6/fab/list-side/demo.html
index 3967e1484ca..a4cd4b93f52 100644
--- a/static/usage/v6/fab/list-side/demo.html
+++ b/static/usage/v6/fab/list-side/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/fab/positioning/demo.html b/static/usage/v6/fab/positioning/demo.html
index 68273c0c18a..f7aad36b38c 100644
--- a/static/usage/v6/fab/positioning/demo.html
+++ b/static/usage/v6/fab/positioning/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/fab/theming/colors/demo.html b/static/usage/v6/fab/theming/colors/demo.html
index d0ec74be695..e50db07899b 100644
--- a/static/usage/v6/fab/theming/colors/demo.html
+++ b/static/usage/v6/fab/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/fab/theming/css-custom-properties/demo.html b/static/usage/v6/fab/theming/css-custom-properties/demo.html
index 48c770d459a..41f50968802 100644
--- a/static/usage/v6/fab/theming/css-custom-properties/demo.html
+++ b/static/usage/v6/fab/theming/css-custom-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/fab/theming/css-shadow-parts/angular/example_component_css.md b/static/usage/v6/fab/theming/css-shadow-parts/angular/example_component_css.md
index 4bb8b96988c..c9d1d804827 100644
--- a/static/usage/v6/fab/theming/css-shadow-parts/angular/example_component_css.md
+++ b/static/usage/v6/fab/theming/css-shadow-parts/angular/example_component_css.md
@@ -2,7 +2,9 @@
ion-fab-button::part(native) {
background-color: #b7f399;
border-radius: 15px;
- box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
+ box-shadow:
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
+ 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
color: black;
}
diff --git a/static/usage/v6/fab/theming/css-shadow-parts/demo.html b/static/usage/v6/fab/theming/css-shadow-parts/demo.html
index 748d4a76080..3a521c2c1fd 100644
--- a/static/usage/v6/fab/theming/css-shadow-parts/demo.html
+++ b/static/usage/v6/fab/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
@@ -13,7 +13,9 @@
ion-fab-button::part(native) {
background-color: #b7f399;
border-radius: 15px;
- box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
+ box-shadow:
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
+ 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
color: black;
}
diff --git a/static/usage/v6/fab/theming/css-shadow-parts/javascript.md b/static/usage/v6/fab/theming/css-shadow-parts/javascript.md
index 19c1441fe2f..cd18636cadc 100644
--- a/static/usage/v6/fab/theming/css-shadow-parts/javascript.md
+++ b/static/usage/v6/fab/theming/css-shadow-parts/javascript.md
@@ -3,7 +3,9 @@
ion-fab-button::part(native) {
background-color: #b7f399;
border-radius: 15px;
- box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
+ box-shadow:
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
+ 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
color: black;
}
diff --git a/static/usage/v6/fab/theming/css-shadow-parts/react/main_css.md b/static/usage/v6/fab/theming/css-shadow-parts/react/main_css.md
index 4bb8b96988c..c9d1d804827 100644
--- a/static/usage/v6/fab/theming/css-shadow-parts/react/main_css.md
+++ b/static/usage/v6/fab/theming/css-shadow-parts/react/main_css.md
@@ -2,7 +2,9 @@
ion-fab-button::part(native) {
background-color: #b7f399;
border-radius: 15px;
- box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
+ box-shadow:
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
+ 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
color: black;
}
diff --git a/static/usage/v6/fab/theming/css-shadow-parts/vue.md b/static/usage/v6/fab/theming/css-shadow-parts/vue.md
index aee0d929a06..2ae19922294 100644
--- a/static/usage/v6/fab/theming/css-shadow-parts/vue.md
+++ b/static/usage/v6/fab/theming/css-shadow-parts/vue.md
@@ -35,7 +35,9 @@
ion-fab-button::part(native) {
background-color: #b7f399;
border-radius: 15px;
- box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
+ box-shadow:
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
+ 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
color: black;
}
diff --git a/static/usage/v6/footer/basic/demo.html b/static/usage/v6/footer/basic/demo.html
index c399905beca..ba41dc16f80 100644
--- a/static/usage/v6/footer/basic/demo.html
+++ b/static/usage/v6/footer/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/footer/custom-scroll-target/demo.html b/static/usage/v6/footer/custom-scroll-target/demo.html
index b67cb4858c2..628f00c6b1e 100644
--- a/static/usage/v6/footer/custom-scroll-target/demo.html
+++ b/static/usage/v6/footer/custom-scroll-target/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/footer/fade/demo.html b/static/usage/v6/footer/fade/demo.html
index 485be398dff..cf3adba58b1 100644
--- a/static/usage/v6/footer/fade/demo.html
+++ b/static/usage/v6/footer/fade/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/footer/no-border/demo.html b/static/usage/v6/footer/no-border/demo.html
index 6863eaec967..29daf770b56 100644
--- a/static/usage/v6/footer/no-border/demo.html
+++ b/static/usage/v6/footer/no-border/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/footer/translucent/demo.html b/static/usage/v6/footer/translucent/demo.html
index fdc5337d6f7..e9b2c8a1c39 100644
--- a/static/usage/v6/footer/translucent/demo.html
+++ b/static/usage/v6/footer/translucent/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/grid/basic/demo.html b/static/usage/v6/grid/basic/demo.html
index b2e56ef5814..244f342b74a 100644
--- a/static/usage/v6/grid/basic/demo.html
+++ b/static/usage/v6/grid/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/grid/customizing/column-number/demo.html b/static/usage/v6/grid/customizing/column-number/demo.html
index 3b2b26cf45a..e47106109eb 100644
--- a/static/usage/v6/grid/customizing/column-number/demo.html
+++ b/static/usage/v6/grid/customizing/column-number/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/grid/customizing/padding/demo.html b/static/usage/v6/grid/customizing/padding/demo.html
index 397ca2171f6..812e2ea405d 100644
--- a/static/usage/v6/grid/customizing/padding/demo.html
+++ b/static/usage/v6/grid/customizing/padding/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/grid/customizing/width/demo.html b/static/usage/v6/grid/customizing/width/demo.html
index 0a23e38f1bc..504232bf3a5 100644
--- a/static/usage/v6/grid/customizing/width/demo.html
+++ b/static/usage/v6/grid/customizing/width/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/grid/fixed/demo.html b/static/usage/v6/grid/fixed/demo.html
index b56dec3cfa4..1cca03f59b6 100644
--- a/static/usage/v6/grid/fixed/demo.html
+++ b/static/usage/v6/grid/fixed/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/grid/horizontal-alignment/demo.html b/static/usage/v6/grid/horizontal-alignment/demo.html
index ca95fddc6d8..335780b3fe1 100644
--- a/static/usage/v6/grid/horizontal-alignment/demo.html
+++ b/static/usage/v6/grid/horizontal-alignment/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/grid/offset-responsive/demo.html b/static/usage/v6/grid/offset-responsive/demo.html
index 4453495ac9f..b4bf968d5e3 100644
--- a/static/usage/v6/grid/offset-responsive/demo.html
+++ b/static/usage/v6/grid/offset-responsive/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/grid/offset/demo.html b/static/usage/v6/grid/offset/demo.html
index 1c49d74f7e5..e4bc7ea146a 100644
--- a/static/usage/v6/grid/offset/demo.html
+++ b/static/usage/v6/grid/offset/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/grid/push-pull-responsive/demo.html b/static/usage/v6/grid/push-pull-responsive/demo.html
index 0b3de4b29b2..21c7cc7378a 100644
--- a/static/usage/v6/grid/push-pull-responsive/demo.html
+++ b/static/usage/v6/grid/push-pull-responsive/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/grid/push-pull/demo.html b/static/usage/v6/grid/push-pull/demo.html
index 2d00c02d48f..a67a601bd50 100644
--- a/static/usage/v6/grid/push-pull/demo.html
+++ b/static/usage/v6/grid/push-pull/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/grid/size-auto/demo.html b/static/usage/v6/grid/size-auto/demo.html
index d939d2fb634..bd9675c575f 100644
--- a/static/usage/v6/grid/size-auto/demo.html
+++ b/static/usage/v6/grid/size-auto/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/grid/size-responsive/demo.html b/static/usage/v6/grid/size-responsive/demo.html
index ea56a54b8d1..1938231e4ed 100644
--- a/static/usage/v6/grid/size-responsive/demo.html
+++ b/static/usage/v6/grid/size-responsive/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/grid/size/demo.html b/static/usage/v6/grid/size/demo.html
index dfe07931b28..0000793ea0f 100644
--- a/static/usage/v6/grid/size/demo.html
+++ b/static/usage/v6/grid/size/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/grid/vertical-alignment/demo.html b/static/usage/v6/grid/vertical-alignment/demo.html
index f4d051f6442..29ff46eb3f5 100644
--- a/static/usage/v6/grid/vertical-alignment/demo.html
+++ b/static/usage/v6/grid/vertical-alignment/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/header/basic/demo.html b/static/usage/v6/header/basic/demo.html
index 99e3ec65011..131990f49c4 100644
--- a/static/usage/v6/header/basic/demo.html
+++ b/static/usage/v6/header/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/header/condense/demo.html b/static/usage/v6/header/condense/demo.html
index da4c3f7be47..0f9958a7164 100644
--- a/static/usage/v6/header/condense/demo.html
+++ b/static/usage/v6/header/condense/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/header/custom-scroll-target/demo.html b/static/usage/v6/header/custom-scroll-target/demo.html
index 3d7821a0503..40cb1feaa75 100644
--- a/static/usage/v6/header/custom-scroll-target/demo.html
+++ b/static/usage/v6/header/custom-scroll-target/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/header/fade/demo.html b/static/usage/v6/header/fade/demo.html
index 72f8512c85f..0f0ce63337a 100644
--- a/static/usage/v6/header/fade/demo.html
+++ b/static/usage/v6/header/fade/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/header/no-border/demo.html b/static/usage/v6/header/no-border/demo.html
index 238bdac5b91..9bb6277aa53 100644
--- a/static/usage/v6/header/no-border/demo.html
+++ b/static/usage/v6/header/no-border/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/header/translucent/demo.html b/static/usage/v6/header/translucent/demo.html
index d9edad2dcfc..e1e807fa460 100644
--- a/static/usage/v6/header/translucent/demo.html
+++ b/static/usage/v6/header/translucent/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/icon/basic/demo.html b/static/usage/v6/icon/basic/demo.html
index 76385740c84..01a2d7edd8e 100644
--- a/static/usage/v6/icon/basic/demo.html
+++ b/static/usage/v6/icon/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/img/basic/demo.html b/static/usage/v6/img/basic/demo.html
index 09fb198efb1..86c1a7ac4a7 100644
--- a/static/usage/v6/img/basic/demo.html
+++ b/static/usage/v6/img/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/infinite-scroll/basic/demo.html b/static/usage/v6/infinite-scroll/basic/demo.html
index 456863a8c29..0cd1e7294f4 100644
--- a/static/usage/v6/infinite-scroll/basic/demo.html
+++ b/static/usage/v6/infinite-scroll/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/infinite-scroll/custom-infinite-scroll-content/demo.html b/static/usage/v6/infinite-scroll/custom-infinite-scroll-content/demo.html
index cf07a5e4d55..331feadc460 100644
--- a/static/usage/v6/infinite-scroll/custom-infinite-scroll-content/demo.html
+++ b/static/usage/v6/infinite-scroll/custom-infinite-scroll-content/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/infinite-scroll/infinite-scroll-content/demo.html b/static/usage/v6/infinite-scroll/infinite-scroll-content/demo.html
index 2da94c0b4db..13f974b16f0 100644
--- a/static/usage/v6/infinite-scroll/infinite-scroll-content/demo.html
+++ b/static/usage/v6/infinite-scroll/infinite-scroll-content/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/input/basic/demo.html b/static/usage/v6/input/basic/demo.html
index a4dc58ede00..37cb167b506 100644
--- a/static/usage/v6/input/basic/demo.html
+++ b/static/usage/v6/input/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/input/clear/demo.html b/static/usage/v6/input/clear/demo.html
index e7de278c908..b1ed6f407a9 100644
--- a/static/usage/v6/input/clear/demo.html
+++ b/static/usage/v6/input/clear/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/input/fill/demo.html b/static/usage/v6/input/fill/demo.html
index d7bdb385175..33867f219ac 100644
--- a/static/usage/v6/input/fill/demo.html
+++ b/static/usage/v6/input/fill/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/input/filtering/demo.html b/static/usage/v6/input/filtering/demo.html
index 9da9ad288ac..f1c9203f6d0 100644
--- a/static/usage/v6/input/filtering/demo.html
+++ b/static/usage/v6/input/filtering/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/input/labels/demo.html b/static/usage/v6/input/labels/demo.html
index ec4942e1dc2..cb82a27b2e8 100644
--- a/static/usage/v6/input/labels/demo.html
+++ b/static/usage/v6/input/labels/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/input/theming/colors/demo.html b/static/usage/v6/input/theming/colors/demo.html
index e3366b4cfeb..4428a460167 100644
--- a/static/usage/v6/input/theming/colors/demo.html
+++ b/static/usage/v6/input/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/input/theming/css-properties/demo.html b/static/usage/v6/input/theming/css-properties/demo.html
index fa01a1ab199..52899fc9887 100644
--- a/static/usage/v6/input/theming/css-properties/demo.html
+++ b/static/usage/v6/input/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/input/types/demo.html b/static/usage/v6/input/types/demo.html
index 7399afbd604..da22db06b2f 100644
--- a/static/usage/v6/input/types/demo.html
+++ b/static/usage/v6/input/types/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item-divider/basic/demo.html b/static/usage/v6/item-divider/basic/demo.html
index 50554b3246c..6eefee2aed0 100644
--- a/static/usage/v6/item-divider/basic/demo.html
+++ b/static/usage/v6/item-divider/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item-divider/theming/colors/demo.html b/static/usage/v6/item-divider/theming/colors/demo.html
index 6b2ff678079..572e5db69f9 100644
--- a/static/usage/v6/item-divider/theming/colors/demo.html
+++ b/static/usage/v6/item-divider/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item-divider/theming/css-properties/demo.html b/static/usage/v6/item-divider/theming/css-properties/demo.html
index 82afea74396..1a4c6c4c61e 100644
--- a/static/usage/v6/item-divider/theming/css-properties/demo.html
+++ b/static/usage/v6/item-divider/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item-group/basic/demo.html b/static/usage/v6/item-group/basic/demo.html
index 2b77c2f4bc2..f69f21081f1 100644
--- a/static/usage/v6/item-group/basic/demo.html
+++ b/static/usage/v6/item-group/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item-group/sliding-items/demo.html b/static/usage/v6/item-group/sliding-items/demo.html
index 461e05b674f..d8ebecf7b93 100644
--- a/static/usage/v6/item-group/sliding-items/demo.html
+++ b/static/usage/v6/item-group/sliding-items/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item-sliding/basic/demo.html b/static/usage/v6/item-sliding/basic/demo.html
index aedffa5c044..3b5bdfd9dea 100644
--- a/static/usage/v6/item-sliding/basic/demo.html
+++ b/static/usage/v6/item-sliding/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item-sliding/expandable/demo.html b/static/usage/v6/item-sliding/expandable/demo.html
index fd47985fb31..1a2a0aee2f6 100644
--- a/static/usage/v6/item-sliding/expandable/demo.html
+++ b/static/usage/v6/item-sliding/expandable/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item-sliding/icons/demo.html b/static/usage/v6/item-sliding/icons/demo.html
index 8b0ed3884cc..7e62db0fba6 100644
--- a/static/usage/v6/item-sliding/icons/demo.html
+++ b/static/usage/v6/item-sliding/icons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item/basic/demo.html b/static/usage/v6/item/basic/demo.html
index 3f1fe769553..bf0ff5ee673 100644
--- a/static/usage/v6/item/basic/demo.html
+++ b/static/usage/v6/item/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item/buttons/demo.html b/static/usage/v6/item/buttons/demo.html
index 74090153010..27a9354349d 100644
--- a/static/usage/v6/item/buttons/demo.html
+++ b/static/usage/v6/item/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item/clickable/demo.html b/static/usage/v6/item/clickable/demo.html
index afb42c5555b..01cf321dfeb 100644
--- a/static/usage/v6/item/clickable/demo.html
+++ b/static/usage/v6/item/clickable/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item/counter/demo.html b/static/usage/v6/item/counter/demo.html
index a1bc8a3318b..b3b4ac63a89 100644
--- a/static/usage/v6/item/counter/demo.html
+++ b/static/usage/v6/item/counter/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item/detail-arrows/demo.html b/static/usage/v6/item/detail-arrows/demo.html
index c5838f354f1..8db7c34c1cb 100644
--- a/static/usage/v6/item/detail-arrows/demo.html
+++ b/static/usage/v6/item/detail-arrows/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item/helper-error/demo.html b/static/usage/v6/item/helper-error/demo.html
index dcd0d25e971..b9993b1c802 100644
--- a/static/usage/v6/item/helper-error/demo.html
+++ b/static/usage/v6/item/helper-error/demo.html
@@ -1,4 +1,4 @@
-
+
@@ -33,7 +33,7 @@
const validateEmail = (email) => {
return email.match(
- /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
+ /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
);
};
diff --git a/static/usage/v6/item/helper-error/javascript.md b/static/usage/v6/item/helper-error/javascript.md
index 6d0772af984..2465e37dff3 100644
--- a/static/usage/v6/item/helper-error/javascript.md
+++ b/static/usage/v6/item/helper-error/javascript.md
@@ -15,7 +15,7 @@
const validateEmail = (email) => {
return email.match(
- /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
+ /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
);
};
diff --git a/static/usage/v6/item/helper-error/react.md b/static/usage/v6/item/helper-error/react.md
index 84437995c01..5cb5a03a82f 100644
--- a/static/usage/v6/item/helper-error/react.md
+++ b/static/usage/v6/item/helper-error/react.md
@@ -8,7 +8,7 @@ function Example() {
const validateEmail = (email: string) => {
return email.match(
- /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
+ /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
);
};
diff --git a/static/usage/v6/item/helper-error/vue.md b/static/usage/v6/item/helper-error/vue.md
index 04ed67af38e..8f397af5c28 100644
--- a/static/usage/v6/item/helper-error/vue.md
+++ b/static/usage/v6/item/helper-error/vue.md
@@ -17,7 +17,7 @@
methods: {
validateEmail(email) {
return email.match(
- /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
+ /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
);
},
diff --git a/static/usage/v6/item/icons/demo.html b/static/usage/v6/item/icons/demo.html
index e6681cec2b7..ad690809290 100644
--- a/static/usage/v6/item/icons/demo.html
+++ b/static/usage/v6/item/icons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item/inputs/demo.html b/static/usage/v6/item/inputs/demo.html
index 5e9cfb86e3b..26cd34af17d 100644
--- a/static/usage/v6/item/inputs/demo.html
+++ b/static/usage/v6/item/inputs/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item/lines/demo.html b/static/usage/v6/item/lines/demo.html
index 9c5fc7d9184..008806e2815 100644
--- a/static/usage/v6/item/lines/demo.html
+++ b/static/usage/v6/item/lines/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item/media/demo.html b/static/usage/v6/item/media/demo.html
index b0c2533d1c5..5f78eff2fe4 100644
--- a/static/usage/v6/item/media/demo.html
+++ b/static/usage/v6/item/media/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item/theming/colors/demo.html b/static/usage/v6/item/theming/colors/demo.html
index 14ab3299166..62d3a55ca03 100644
--- a/static/usage/v6/item/theming/colors/demo.html
+++ b/static/usage/v6/item/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item/theming/css-properties/demo.html b/static/usage/v6/item/theming/css-properties/demo.html
index da968257263..a7a064b36c4 100644
--- a/static/usage/v6/item/theming/css-properties/demo.html
+++ b/static/usage/v6/item/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item/theming/css-shadow-parts/demo.html b/static/usage/v6/item/theming/css-shadow-parts/demo.html
index 089f8a23ced..89736c929fb 100644
--- a/static/usage/v6/item/theming/css-shadow-parts/demo.html
+++ b/static/usage/v6/item/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/item/theming/input-highlight/demo.html b/static/usage/v6/item/theming/input-highlight/demo.html
index 31028c3625c..569d982c819 100644
--- a/static/usage/v6/item/theming/input-highlight/demo.html
+++ b/static/usage/v6/item/theming/input-highlight/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/label/basic/demo.html b/static/usage/v6/label/basic/demo.html
index 7c541365b69..62588e695eb 100644
--- a/static/usage/v6/label/basic/demo.html
+++ b/static/usage/v6/label/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/label/input/demo.html b/static/usage/v6/label/input/demo.html
index 7159c3a83b7..544b83c2039 100644
--- a/static/usage/v6/label/input/demo.html
+++ b/static/usage/v6/label/input/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/label/item/demo.html b/static/usage/v6/label/item/demo.html
index f2a9f147492..ecf254bc6b6 100644
--- a/static/usage/v6/label/item/demo.html
+++ b/static/usage/v6/label/item/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/label/theming/colors/demo.html b/static/usage/v6/label/theming/colors/demo.html
index 1bbc72e7532..efbeddc2db7 100644
--- a/static/usage/v6/label/theming/colors/demo.html
+++ b/static/usage/v6/label/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/list-header/basic/demo.html b/static/usage/v6/list-header/basic/demo.html
index bc33840afd8..750e9fed635 100644
--- a/static/usage/v6/list-header/basic/demo.html
+++ b/static/usage/v6/list-header/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/list-header/buttons/demo.html b/static/usage/v6/list-header/buttons/demo.html
index 8e99772015e..e085976c506 100644
--- a/static/usage/v6/list-header/buttons/demo.html
+++ b/static/usage/v6/list-header/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/list-header/lines/demo.html b/static/usage/v6/list-header/lines/demo.html
index de3f561a080..5ea7d8eae61 100644
--- a/static/usage/v6/list-header/lines/demo.html
+++ b/static/usage/v6/list-header/lines/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/list-header/theming/colors/demo.html b/static/usage/v6/list-header/theming/colors/demo.html
index d64da6128e1..b5b0b65f43f 100644
--- a/static/usage/v6/list-header/theming/colors/demo.html
+++ b/static/usage/v6/list-header/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/list-header/theming/css-properties/demo.html b/static/usage/v6/list-header/theming/css-properties/demo.html
index 1686b3d4677..dca44668906 100644
--- a/static/usage/v6/list-header/theming/css-properties/demo.html
+++ b/static/usage/v6/list-header/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/list/basic/demo.html b/static/usage/v6/list/basic/demo.html
index 628a1c55d6e..7e01032260b 100644
--- a/static/usage/v6/list/basic/demo.html
+++ b/static/usage/v6/list/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/list/inset/demo.html b/static/usage/v6/list/inset/demo.html
index d937e599022..68b824d8599 100644
--- a/static/usage/v6/list/inset/demo.html
+++ b/static/usage/v6/list/inset/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/list/lines/demo.html b/static/usage/v6/list/lines/demo.html
index 757bead52e0..a53dd56d51b 100644
--- a/static/usage/v6/list/lines/demo.html
+++ b/static/usage/v6/list/lines/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/loading/controller/demo.html b/static/usage/v6/loading/controller/demo.html
index 87d812c2683..3b42f8a2166 100644
--- a/static/usage/v6/loading/controller/demo.html
+++ b/static/usage/v6/loading/controller/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/loading/spinners/demo.html b/static/usage/v6/loading/spinners/demo.html
index d993cbd371e..0bf08d4e5a8 100644
--- a/static/usage/v6/loading/spinners/demo.html
+++ b/static/usage/v6/loading/spinners/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/loading/theming/demo.html b/static/usage/v6/loading/theming/demo.html
index de9c759a749..8403417f098 100644
--- a/static/usage/v6/loading/theming/demo.html
+++ b/static/usage/v6/loading/theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/menu/basic/demo.html b/static/usage/v6/menu/basic/demo.html
index 6883d5f73bd..ade59187dbd 100644
--- a/static/usage/v6/menu/basic/demo.html
+++ b/static/usage/v6/menu/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/menu/theming/demo.html b/static/usage/v6/menu/theming/demo.html
index cba6b19d431..a33d8892898 100644
--- a/static/usage/v6/menu/theming/demo.html
+++ b/static/usage/v6/menu/theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/menu/toggle/demo.html b/static/usage/v6/menu/toggle/demo.html
index 81974125cd4..c4c578e89fa 100644
--- a/static/usage/v6/menu/toggle/demo.html
+++ b/static/usage/v6/menu/toggle/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/menu/type/demo.html b/static/usage/v6/menu/type/demo.html
index d88e3a5ff87..f3d94cd0d34 100644
--- a/static/usage/v6/menu/type/demo.html
+++ b/static/usage/v6/menu/type/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/menu/type/react.md b/static/usage/v6/menu/type/react.md
index 946707cba38..a631bef5bbe 100644
--- a/static/usage/v6/menu/type/react.md
+++ b/static/usage/v6/menu/type/react.md
@@ -65,7 +65,8 @@ function Example() {
-
+ {' '}
+
Click to open the menu
diff --git a/static/usage/v6/modal/can-dismiss/boolean/demo.html b/static/usage/v6/modal/can-dismiss/boolean/demo.html
index 0a997a197cc..0b37cfb0356 100644
--- a/static/usage/v6/modal/can-dismiss/boolean/demo.html
+++ b/static/usage/v6/modal/can-dismiss/boolean/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/modal/can-dismiss/function/demo.html b/static/usage/v6/modal/can-dismiss/function/demo.html
index 4086fd6a29d..89c482602fb 100644
--- a/static/usage/v6/modal/can-dismiss/function/demo.html
+++ b/static/usage/v6/modal/can-dismiss/function/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/modal/can-dismiss/prevent-swipe-to-close/demo.html b/static/usage/v6/modal/can-dismiss/prevent-swipe-to-close/demo.html
index 8ac868b48cd..ce470fc7390 100644
--- a/static/usage/v6/modal/can-dismiss/prevent-swipe-to-close/demo.html
+++ b/static/usage/v6/modal/can-dismiss/prevent-swipe-to-close/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/modal/card/basic/demo.html b/static/usage/v6/modal/card/basic/demo.html
index ac259992b5a..a422d67e8ed 100644
--- a/static/usage/v6/modal/card/basic/demo.html
+++ b/static/usage/v6/modal/card/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/modal/controller/demo.html b/static/usage/v6/modal/controller/demo.html
index 5b3368142a3..b157cc09e63 100644
--- a/static/usage/v6/modal/controller/demo.html
+++ b/static/usage/v6/modal/controller/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/modal/custom-dialogs/demo.html b/static/usage/v6/modal/custom-dialogs/demo.html
index a4607f41a1e..053ff562ffd 100644
--- a/static/usage/v6/modal/custom-dialogs/demo.html
+++ b/static/usage/v6/modal/custom-dialogs/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/modal/inline/basic/demo.html b/static/usage/v6/modal/inline/basic/demo.html
index 0f0ab13eb16..51f9ca961df 100644
--- a/static/usage/v6/modal/inline/basic/demo.html
+++ b/static/usage/v6/modal/inline/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/modal/inline/basic/react.md b/static/usage/v6/modal/inline/basic/react.md
index aa465052e4c..a5c72a83e16 100644
--- a/static/usage/v6/modal/inline/basic/react.md
+++ b/static/usage/v6/modal/inline/basic/react.md
@@ -20,7 +20,7 @@ function Example() {
const input = useRef
(null);
const [message, setMessage] = useState(
- 'This modal example uses triggers to automatically open a modal when the button is clicked.'
+ 'This modal example uses triggers to automatically open a modal when the button is clicked.',
);
function confirm() {
diff --git a/static/usage/v6/modal/inline/is-open/demo.html b/static/usage/v6/modal/inline/is-open/demo.html
index 1caa0aad41e..db10eb3548d 100644
--- a/static/usage/v6/modal/inline/is-open/demo.html
+++ b/static/usage/v6/modal/inline/is-open/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/modal/performance/mount/demo.html b/static/usage/v6/modal/performance/mount/demo.html
index 22403221cd7..f7a81b7dc25 100644
--- a/static/usage/v6/modal/performance/mount/demo.html
+++ b/static/usage/v6/modal/performance/mount/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/modal/sheet/background-content/demo.html b/static/usage/v6/modal/sheet/background-content/demo.html
index 88bd2ebacbb..7d0d6280449 100644
--- a/static/usage/v6/modal/sheet/background-content/demo.html
+++ b/static/usage/v6/modal/sheet/background-content/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/modal/sheet/basic/demo.html b/static/usage/v6/modal/sheet/basic/demo.html
index 4728d9bb97e..d515dbd9cca 100644
--- a/static/usage/v6/modal/sheet/basic/demo.html
+++ b/static/usage/v6/modal/sheet/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/modal/sheet/handle-behavior/demo.html b/static/usage/v6/modal/sheet/handle-behavior/demo.html
index 5462019ecdd..27631b872ce 100644
--- a/static/usage/v6/modal/sheet/handle-behavior/demo.html
+++ b/static/usage/v6/modal/sheet/handle-behavior/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/modal/styling/animations/demo.html b/static/usage/v6/modal/styling/animations/demo.html
index 1cc1c050c37..1a03667dd78 100644
--- a/static/usage/v6/modal/styling/animations/demo.html
+++ b/static/usage/v6/modal/styling/animations/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/modal/styling/theming/demo.html b/static/usage/v6/modal/styling/theming/demo.html
index 62b14963ecd..f7a919fb87d 100644
--- a/static/usage/v6/modal/styling/theming/demo.html
+++ b/static/usage/v6/modal/styling/theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/nav/modal-navigation/demo.html b/static/usage/v6/nav/modal-navigation/demo.html
index 6485f99618c..8c455a6788e 100644
--- a/static/usage/v6/nav/modal-navigation/demo.html
+++ b/static/usage/v6/nav/modal-navigation/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/nav/nav-link/demo.html b/static/usage/v6/nav/nav-link/demo.html
index 171067273b3..8f0eb913917 100644
--- a/static/usage/v6/nav/nav-link/demo.html
+++ b/static/usage/v6/nav/nav-link/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/note/basic/demo.html b/static/usage/v6/note/basic/demo.html
index ae99a74eddb..5a53302bbb2 100644
--- a/static/usage/v6/note/basic/demo.html
+++ b/static/usage/v6/note/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/note/item/demo.html b/static/usage/v6/note/item/demo.html
index e629bc96179..95c177752cb 100644
--- a/static/usage/v6/note/item/demo.html
+++ b/static/usage/v6/note/item/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/note/theming/colors/demo.html b/static/usage/v6/note/theming/colors/demo.html
index f0f90daf7c6..5dbbb53337b 100644
--- a/static/usage/v6/note/theming/colors/demo.html
+++ b/static/usage/v6/note/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/note/theming/css-properties/demo.html b/static/usage/v6/note/theming/css-properties/demo.html
index 37e124ad832..873aef7196c 100644
--- a/static/usage/v6/note/theming/css-properties/demo.html
+++ b/static/usage/v6/note/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/picker/multiple-column/demo.html b/static/usage/v6/picker/multiple-column/demo.html
index 04f8d7ad6c2..63238f99319 100644
--- a/static/usage/v6/picker/multiple-column/demo.html
+++ b/static/usage/v6/picker/multiple-column/demo.html
@@ -1,4 +1,4 @@
-
+
@@ -87,7 +87,7 @@
text: 'Confirm',
handler: (value) => {
window.alert(
- `You selected a ${value.crust.text} pizza with ${value.meat.text} and ${value.veggies.text}`
+ `You selected a ${value.crust.text} pizza with ${value.meat.text} and ${value.veggies.text}`,
);
},
},
diff --git a/static/usage/v6/picker/multiple-column/vue.md b/static/usage/v6/picker/multiple-column/vue.md
index 07418f16bbf..34c8d37c45a 100644
--- a/static/usage/v6/picker/multiple-column/vue.md
+++ b/static/usage/v6/picker/multiple-column/vue.md
@@ -79,7 +79,7 @@
text: 'Confirm',
handler: (value) => {
window.alert(
- `You selected a ${value.crust.text} pizza with ${value.meat.text} and ${value.veggies.text}`
+ `You selected a ${value.crust.text} pizza with ${value.meat.text} and ${value.veggies.text}`,
);
},
},
diff --git a/static/usage/v6/picker/single-column/demo.html b/static/usage/v6/picker/single-column/demo.html
index b181ac95a08..e923dcd88cc 100644
--- a/static/usage/v6/picker/single-column/demo.html
+++ b/static/usage/v6/picker/single-column/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/popover/customization/positioning/demo.html b/static/usage/v6/popover/customization/positioning/demo.html
index 2d74c5b1716..d9440ec9060 100644
--- a/static/usage/v6/popover/customization/positioning/demo.html
+++ b/static/usage/v6/popover/customization/positioning/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/popover/customization/sizing/demo.html b/static/usage/v6/popover/customization/sizing/demo.html
index 3132cebff11..3c01d697eb4 100644
--- a/static/usage/v6/popover/customization/sizing/demo.html
+++ b/static/usage/v6/popover/customization/sizing/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/popover/customization/styling/demo.html b/static/usage/v6/popover/customization/styling/demo.html
index a43ba5125b2..5ca37e143ab 100644
--- a/static/usage/v6/popover/customization/styling/demo.html
+++ b/static/usage/v6/popover/customization/styling/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/popover/nested/demo.html b/static/usage/v6/popover/nested/demo.html
index a2f0d92aed8..68dd81a4fa9 100644
--- a/static/usage/v6/popover/nested/demo.html
+++ b/static/usage/v6/popover/nested/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/popover/performance/mount/demo.html b/static/usage/v6/popover/performance/mount/demo.html
index 218b007082b..5d508f858db 100644
--- a/static/usage/v6/popover/performance/mount/demo.html
+++ b/static/usage/v6/popover/performance/mount/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/popover/presenting/controller/demo.html b/static/usage/v6/popover/presenting/controller/demo.html
index 8672751949f..f77b1439932 100644
--- a/static/usage/v6/popover/presenting/controller/demo.html
+++ b/static/usage/v6/popover/presenting/controller/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/popover/presenting/inline-isopen/demo.html b/static/usage/v6/popover/presenting/inline-isopen/demo.html
index ea395878874..d9d23f15f96 100644
--- a/static/usage/v6/popover/presenting/inline-isopen/demo.html
+++ b/static/usage/v6/popover/presenting/inline-isopen/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/popover/presenting/inline-trigger/demo.html b/static/usage/v6/popover/presenting/inline-trigger/demo.html
index 6909f4dce0f..fe2e220b73c 100644
--- a/static/usage/v6/popover/presenting/inline-trigger/demo.html
+++ b/static/usage/v6/popover/presenting/inline-trigger/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/progress-bar/buffer/demo.html b/static/usage/v6/progress-bar/buffer/demo.html
index 617f0bb635b..6bc1b8732cd 100644
--- a/static/usage/v6/progress-bar/buffer/demo.html
+++ b/static/usage/v6/progress-bar/buffer/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/progress-bar/determinate/demo.html b/static/usage/v6/progress-bar/determinate/demo.html
index 2135b0635b1..13a74090335 100644
--- a/static/usage/v6/progress-bar/determinate/demo.html
+++ b/static/usage/v6/progress-bar/determinate/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/progress-bar/indeterminate/demo.html b/static/usage/v6/progress-bar/indeterminate/demo.html
index 9d9d02c98f9..f2843a24dce 100644
--- a/static/usage/v6/progress-bar/indeterminate/demo.html
+++ b/static/usage/v6/progress-bar/indeterminate/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/progress-bar/theming/colors/demo.html b/static/usage/v6/progress-bar/theming/colors/demo.html
index 9790739c2a5..5a971b31406 100644
--- a/static/usage/v6/progress-bar/theming/colors/demo.html
+++ b/static/usage/v6/progress-bar/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/progress-bar/theming/css-properties/demo.html b/static/usage/v6/progress-bar/theming/css-properties/demo.html
index df1561b8e84..eff64b3d390 100644
--- a/static/usage/v6/progress-bar/theming/css-properties/demo.html
+++ b/static/usage/v6/progress-bar/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/progress-bar/theming/css-shadow-parts/demo.html b/static/usage/v6/progress-bar/theming/css-shadow-parts/demo.html
index 81b23cbefa7..a69288d223f 100644
--- a/static/usage/v6/progress-bar/theming/css-shadow-parts/demo.html
+++ b/static/usage/v6/progress-bar/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/radio/basic/demo.html b/static/usage/v6/radio/basic/demo.html
index 8c56a7a4aa7..bf3016edecd 100644
--- a/static/usage/v6/radio/basic/demo.html
+++ b/static/usage/v6/radio/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/radio/empty-selection/demo.html b/static/usage/v6/radio/empty-selection/demo.html
index 6aa7a02492a..9a91b1ba33a 100644
--- a/static/usage/v6/radio/empty-selection/demo.html
+++ b/static/usage/v6/radio/empty-selection/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/radio/theming/colors/demo.html b/static/usage/v6/radio/theming/colors/demo.html
index 052c3d1353a..b0b00b06268 100644
--- a/static/usage/v6/radio/theming/colors/demo.html
+++ b/static/usage/v6/radio/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/radio/theming/css-properties/demo.html b/static/usage/v6/radio/theming/css-properties/demo.html
index 327c9f60036..fd82e3c9bed 100644
--- a/static/usage/v6/radio/theming/css-properties/demo.html
+++ b/static/usage/v6/radio/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/radio/theming/css-shadow-parts/demo.html b/static/usage/v6/radio/theming/css-shadow-parts/demo.html
index 36fefe2b6ac..f7495cd98ae 100644
--- a/static/usage/v6/radio/theming/css-shadow-parts/demo.html
+++ b/static/usage/v6/radio/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/range/basic/demo.html b/static/usage/v6/range/basic/demo.html
index 992b52a2786..d1fb5656a50 100644
--- a/static/usage/v6/range/basic/demo.html
+++ b/static/usage/v6/range/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/range/dual-knobs/demo.html b/static/usage/v6/range/dual-knobs/demo.html
index 54038bc1a43..85b07f1d3aa 100644
--- a/static/usage/v6/range/dual-knobs/demo.html
+++ b/static/usage/v6/range/dual-knobs/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/range/ion-change-event/demo.html b/static/usage/v6/range/ion-change-event/demo.html
index 4980c0525d9..7d45cbd8808 100644
--- a/static/usage/v6/range/ion-change-event/demo.html
+++ b/static/usage/v6/range/ion-change-event/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/range/ion-knob-move-event/demo.html b/static/usage/v6/range/ion-knob-move-event/demo.html
index f0f287c76c1..83383843b0b 100644
--- a/static/usage/v6/range/ion-knob-move-event/demo.html
+++ b/static/usage/v6/range/ion-knob-move-event/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/range/pins/demo.html b/static/usage/v6/range/pins/demo.html
index bf68f9973e1..2898b29a2c9 100644
--- a/static/usage/v6/range/pins/demo.html
+++ b/static/usage/v6/range/pins/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/range/slots/demo.html b/static/usage/v6/range/slots/demo.html
index bf34ec01643..d6dd48f28d5 100644
--- a/static/usage/v6/range/slots/demo.html
+++ b/static/usage/v6/range/slots/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/range/snapping-ticks/demo.html b/static/usage/v6/range/snapping-ticks/demo.html
index 35a06ba3f3f..def1faf8423 100644
--- a/static/usage/v6/range/snapping-ticks/demo.html
+++ b/static/usage/v6/range/snapping-ticks/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/range/theming/css-properties/demo.html b/static/usage/v6/range/theming/css-properties/demo.html
index b55dd3ee0c4..07b376c0604 100644
--- a/static/usage/v6/range/theming/css-properties/demo.html
+++ b/static/usage/v6/range/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/range/theming/css-shadow-parts/angular/example_component_css.md b/static/usage/v6/range/theming/css-shadow-parts/angular/example_component_css.md
index 0092daad827..5881536d82c 100644
--- a/static/usage/v6/range/theming/css-shadow-parts/angular/example_component_css.md
+++ b/static/usage/v6/range/theming/css-shadow-parts/angular/example_component_css.md
@@ -22,7 +22,9 @@ ion-range::part(pin) {
min-width: 28px;
height: 28px;
- transition: transform 120ms ease, background 120ms ease;
+ transition:
+ transform 120ms ease,
+ background 120ms ease;
}
ion-range::part(pin)::before {
diff --git a/static/usage/v6/range/theming/css-shadow-parts/demo.html b/static/usage/v6/range/theming/css-shadow-parts/demo.html
index 194cf6600c0..89ae6439116 100644
--- a/static/usage/v6/range/theming/css-shadow-parts/demo.html
+++ b/static/usage/v6/range/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
@@ -36,7 +36,9 @@
min-width: 28px;
height: 28px;
- transition: transform 120ms ease, background 120ms ease;
+ transition:
+ transform 120ms ease,
+ background 120ms ease;
}
ion-range::part(pin)::before {
diff --git a/static/usage/v6/range/theming/css-shadow-parts/javascript.md b/static/usage/v6/range/theming/css-shadow-parts/javascript.md
index df02ec30fbd..3b4be6bbb38 100644
--- a/static/usage/v6/range/theming/css-shadow-parts/javascript.md
+++ b/static/usage/v6/range/theming/css-shadow-parts/javascript.md
@@ -25,7 +25,9 @@
min-width: 28px;
height: 28px;
- transition: transform 120ms ease, background 120ms ease;
+ transition:
+ transform 120ms ease,
+ background 120ms ease;
}
ion-range::part(pin)::before {
diff --git a/static/usage/v6/range/theming/css-shadow-parts/react/main_css.md b/static/usage/v6/range/theming/css-shadow-parts/react/main_css.md
index 0092daad827..5881536d82c 100644
--- a/static/usage/v6/range/theming/css-shadow-parts/react/main_css.md
+++ b/static/usage/v6/range/theming/css-shadow-parts/react/main_css.md
@@ -22,7 +22,9 @@ ion-range::part(pin) {
min-width: 28px;
height: 28px;
- transition: transform 120ms ease, background 120ms ease;
+ transition:
+ transform 120ms ease,
+ background 120ms ease;
}
ion-range::part(pin)::before {
diff --git a/static/usage/v6/range/theming/css-shadow-parts/vue.md b/static/usage/v6/range/theming/css-shadow-parts/vue.md
index c0bccfc8df9..6176dfb6b00 100644
--- a/static/usage/v6/range/theming/css-shadow-parts/vue.md
+++ b/static/usage/v6/range/theming/css-shadow-parts/vue.md
@@ -23,7 +23,9 @@
min-width: 28px;
height: 28px;
- transition: transform 120ms ease, background 120ms ease;
+ transition:
+ transform 120ms ease,
+ background 120ms ease;
}
ion-range::part(pin)::before {
diff --git a/static/usage/v6/refresher/advanced/demo.html b/static/usage/v6/refresher/advanced/demo.html
index 79b15b8a383..79fe35b9578 100644
--- a/static/usage/v6/refresher/advanced/demo.html
+++ b/static/usage/v6/refresher/advanced/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/refresher/basic/demo.html b/static/usage/v6/refresher/basic/demo.html
index be666a79288..68a21198852 100644
--- a/static/usage/v6/refresher/basic/demo.html
+++ b/static/usage/v6/refresher/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/refresher/custom-content/demo.html b/static/usage/v6/refresher/custom-content/demo.html
index 86d7ea9a25a..435c1754e9b 100644
--- a/static/usage/v6/refresher/custom-content/demo.html
+++ b/static/usage/v6/refresher/custom-content/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/refresher/custom-scroll-target/demo.html b/static/usage/v6/refresher/custom-scroll-target/demo.html
index 00090ac7e69..bc0089bf7fc 100644
--- a/static/usage/v6/refresher/custom-scroll-target/demo.html
+++ b/static/usage/v6/refresher/custom-scroll-target/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/refresher/pull-properties/demo.html b/static/usage/v6/refresher/pull-properties/demo.html
index 065ffde8bf3..594a1d3d5a6 100644
--- a/static/usage/v6/refresher/pull-properties/demo.html
+++ b/static/usage/v6/refresher/pull-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/reorder/basic/demo.html b/static/usage/v6/reorder/basic/demo.html
index 4785d47571f..dfff6e030dd 100644
--- a/static/usage/v6/reorder/basic/demo.html
+++ b/static/usage/v6/reorder/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/reorder/custom-icon/demo.html b/static/usage/v6/reorder/custom-icon/demo.html
index 213103e7378..2da0ca81fdd 100644
--- a/static/usage/v6/reorder/custom-icon/demo.html
+++ b/static/usage/v6/reorder/custom-icon/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/reorder/custom-scroll-target/demo.html b/static/usage/v6/reorder/custom-scroll-target/demo.html
index ddc673858f2..79702e904f2 100644
--- a/static/usage/v6/reorder/custom-scroll-target/demo.html
+++ b/static/usage/v6/reorder/custom-scroll-target/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/reorder/toggling-disabled/demo.html b/static/usage/v6/reorder/toggling-disabled/demo.html
index dcf2b2223bc..3aafe4f884f 100644
--- a/static/usage/v6/reorder/toggling-disabled/demo.html
+++ b/static/usage/v6/reorder/toggling-disabled/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/reorder/updating-data/demo.html b/static/usage/v6/reorder/updating-data/demo.html
index a764b6b3a8f..20c3ab01443 100644
--- a/static/usage/v6/reorder/updating-data/demo.html
+++ b/static/usage/v6/reorder/updating-data/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/reorder/wrapper/demo.html b/static/usage/v6/reorder/wrapper/demo.html
index 876dd52a28c..dc48fffafd7 100644
--- a/static/usage/v6/reorder/wrapper/demo.html
+++ b/static/usage/v6/reorder/wrapper/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/ripple-effect/basic/demo.html b/static/usage/v6/ripple-effect/basic/demo.html
index d8a8558df2a..8d66f5f5329 100644
--- a/static/usage/v6/ripple-effect/basic/demo.html
+++ b/static/usage/v6/ripple-effect/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/ripple-effect/customizing/demo.html b/static/usage/v6/ripple-effect/customizing/demo.html
index 46ed3ad0f74..9d8fe1c5ca9 100644
--- a/static/usage/v6/ripple-effect/customizing/demo.html
+++ b/static/usage/v6/ripple-effect/customizing/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/ripple-effect/type/demo.html b/static/usage/v6/ripple-effect/type/demo.html
index 0b34dd5063c..84b915de55e 100644
--- a/static/usage/v6/ripple-effect/type/demo.html
+++ b/static/usage/v6/ripple-effect/type/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/router/basic/demo.html b/static/usage/v6/router/basic/demo.html
index e2fe3eec4ea..42316e55d6d 100644
--- a/static/usage/v6/router/basic/demo.html
+++ b/static/usage/v6/router/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/searchbar/basic/demo.html b/static/usage/v6/searchbar/basic/demo.html
index defcabf0b5f..ffda7b3c5d0 100644
--- a/static/usage/v6/searchbar/basic/demo.html
+++ b/static/usage/v6/searchbar/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/searchbar/cancel-button/demo.html b/static/usage/v6/searchbar/cancel-button/demo.html
index a3b6dece026..079307ceec9 100644
--- a/static/usage/v6/searchbar/cancel-button/demo.html
+++ b/static/usage/v6/searchbar/cancel-button/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/searchbar/clear-button/demo.html b/static/usage/v6/searchbar/clear-button/demo.html
index 2efd1c549d2..adea1c7c9b9 100644
--- a/static/usage/v6/searchbar/clear-button/demo.html
+++ b/static/usage/v6/searchbar/clear-button/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/searchbar/debounce/demo.html b/static/usage/v6/searchbar/debounce/demo.html
index 76698e7601e..6fdfc4c4336 100644
--- a/static/usage/v6/searchbar/debounce/demo.html
+++ b/static/usage/v6/searchbar/debounce/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/searchbar/search-icon/demo.html b/static/usage/v6/searchbar/search-icon/demo.html
index e3566145235..96ab5853038 100644
--- a/static/usage/v6/searchbar/search-icon/demo.html
+++ b/static/usage/v6/searchbar/search-icon/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/searchbar/theming/colors/demo.html b/static/usage/v6/searchbar/theming/colors/demo.html
index 66bfb8980f5..f23fc0d5e4f 100644
--- a/static/usage/v6/searchbar/theming/colors/demo.html
+++ b/static/usage/v6/searchbar/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/searchbar/theming/css-properties/demo.html b/static/usage/v6/searchbar/theming/css-properties/demo.html
index 5cc84542c93..42e88027684 100644
--- a/static/usage/v6/searchbar/theming/css-properties/demo.html
+++ b/static/usage/v6/searchbar/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/segment-button/basic/demo.html b/static/usage/v6/segment-button/basic/demo.html
index 0910a900eda..c4a26ab48f4 100644
--- a/static/usage/v6/segment-button/basic/demo.html
+++ b/static/usage/v6/segment-button/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/segment-button/layout/demo.html b/static/usage/v6/segment-button/layout/demo.html
index 2e171082e46..7cbd1039559 100644
--- a/static/usage/v6/segment-button/layout/demo.html
+++ b/static/usage/v6/segment-button/layout/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/segment-button/theming/css-properties/demo.html b/static/usage/v6/segment-button/theming/css-properties/demo.html
index 1611a70c855..5584463d962 100644
--- a/static/usage/v6/segment-button/theming/css-properties/demo.html
+++ b/static/usage/v6/segment-button/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/segment-button/theming/css-shadow-parts/demo.html b/static/usage/v6/segment-button/theming/css-shadow-parts/demo.html
index c4beec0c1f9..314f4bf2405 100644
--- a/static/usage/v6/segment-button/theming/css-shadow-parts/demo.html
+++ b/static/usage/v6/segment-button/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/segment/basic/demo.html b/static/usage/v6/segment/basic/demo.html
index dd823ad7ff0..525ab648de5 100644
--- a/static/usage/v6/segment/basic/demo.html
+++ b/static/usage/v6/segment/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/segment/scrollable/demo.html b/static/usage/v6/segment/scrollable/demo.html
index 2693f47230d..d2f663ed1de 100644
--- a/static/usage/v6/segment/scrollable/demo.html
+++ b/static/usage/v6/segment/scrollable/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/segment/theming/colors/demo.html b/static/usage/v6/segment/theming/colors/demo.html
index 4ce7f98bf0b..6497c6bbf2a 100644
--- a/static/usage/v6/segment/theming/colors/demo.html
+++ b/static/usage/v6/segment/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/segment/theming/css-properties/demo.html b/static/usage/v6/segment/theming/css-properties/demo.html
index 16206536098..f500ac87f1e 100644
--- a/static/usage/v6/segment/theming/css-properties/demo.html
+++ b/static/usage/v6/segment/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/select/basic/multiple-selection/demo.html b/static/usage/v6/select/basic/multiple-selection/demo.html
index 0d4782d487b..c29706bc25d 100644
--- a/static/usage/v6/select/basic/multiple-selection/demo.html
+++ b/static/usage/v6/select/basic/multiple-selection/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/select/basic/responding-to-interaction/demo.html b/static/usage/v6/select/basic/responding-to-interaction/demo.html
index 0456f140a3d..8df2dfd6688 100644
--- a/static/usage/v6/select/basic/responding-to-interaction/demo.html
+++ b/static/usage/v6/select/basic/responding-to-interaction/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/select/basic/single-selection/demo.html b/static/usage/v6/select/basic/single-selection/demo.html
index 5b653f0a56a..cc9e4c9f02a 100644
--- a/static/usage/v6/select/basic/single-selection/demo.html
+++ b/static/usage/v6/select/basic/single-selection/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/select/customization/button-text/demo.html b/static/usage/v6/select/customization/button-text/demo.html
index 8f7460316c6..4ab43c654c0 100644
--- a/static/usage/v6/select/customization/button-text/demo.html
+++ b/static/usage/v6/select/customization/button-text/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/select/customization/interface-options/demo.html b/static/usage/v6/select/customization/interface-options/demo.html
index a5dcd70e838..a0eb1fc4a7e 100644
--- a/static/usage/v6/select/customization/interface-options/demo.html
+++ b/static/usage/v6/select/customization/interface-options/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/select/customization/styling-select/demo.html b/static/usage/v6/select/customization/styling-select/demo.html
index 1c6c6f54d2d..0aee6637f94 100644
--- a/static/usage/v6/select/customization/styling-select/demo.html
+++ b/static/usage/v6/select/customization/styling-select/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/select/interfaces/action-sheet/demo.html b/static/usage/v6/select/interfaces/action-sheet/demo.html
index 875f96355d7..7631aa78df5 100644
--- a/static/usage/v6/select/interfaces/action-sheet/demo.html
+++ b/static/usage/v6/select/interfaces/action-sheet/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/select/interfaces/popover/demo.html b/static/usage/v6/select/interfaces/popover/demo.html
index 2cda4210a0c..4e34205c3ec 100644
--- a/static/usage/v6/select/interfaces/popover/demo.html
+++ b/static/usage/v6/select/interfaces/popover/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/select/objects-as-values/multiple-selection/demo.html b/static/usage/v6/select/objects-as-values/multiple-selection/demo.html
index a8584a98b76..f6a294680d9 100644
--- a/static/usage/v6/select/objects-as-values/multiple-selection/demo.html
+++ b/static/usage/v6/select/objects-as-values/multiple-selection/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/select/objects-as-values/using-comparewith/demo.html b/static/usage/v6/select/objects-as-values/using-comparewith/demo.html
index 6bbf163d702..95e12a83b7c 100644
--- a/static/usage/v6/select/objects-as-values/using-comparewith/demo.html
+++ b/static/usage/v6/select/objects-as-values/using-comparewith/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/select/typeahead/demo.html b/static/usage/v6/select/typeahead/demo.html
index 2bd5f67f05a..688269616b5 100644
--- a/static/usage/v6/select/typeahead/demo.html
+++ b/static/usage/v6/select/typeahead/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/select/typeahead/react/typeahead_component_tsx.md b/static/usage/v6/select/typeahead/react/typeahead_component_tsx.md
index c13bb310b45..0cb10edb652 100644
--- a/static/usage/v6/select/typeahead/react/typeahead_component_tsx.md
+++ b/static/usage/v6/select/typeahead/react/typeahead_component_tsx.md
@@ -73,7 +73,7 @@ function AppTypeahead(props: TypeaheadProps) {
setFilteredItems(
props.items.filter((item) => {
return item.text.toLowerCase().includes(normalizedQuery);
- })
+ }),
);
}
};
diff --git a/static/usage/v6/skeleton-text/basic/demo.html b/static/usage/v6/skeleton-text/basic/demo.html
index 34ae43c76e4..6388ca34552 100644
--- a/static/usage/v6/skeleton-text/basic/demo.html
+++ b/static/usage/v6/skeleton-text/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/skeleton-text/theming/css-properties/demo.html b/static/usage/v6/skeleton-text/theming/css-properties/demo.html
index 2ecd1d51362..889804cd3df 100644
--- a/static/usage/v6/skeleton-text/theming/css-properties/demo.html
+++ b/static/usage/v6/skeleton-text/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/spinner/basic/demo.html b/static/usage/v6/spinner/basic/demo.html
index 77eb47ac4e1..87705a0a9af 100644
--- a/static/usage/v6/spinner/basic/demo.html
+++ b/static/usage/v6/spinner/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/spinner/theming/colors/demo.html b/static/usage/v6/spinner/theming/colors/demo.html
index ccf48d3927b..a94b1d9084d 100644
--- a/static/usage/v6/spinner/theming/colors/demo.html
+++ b/static/usage/v6/spinner/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/spinner/theming/css-properties/demo.html b/static/usage/v6/spinner/theming/css-properties/demo.html
index 74fa38433c1..d4c78fe86e6 100644
--- a/static/usage/v6/spinner/theming/css-properties/demo.html
+++ b/static/usage/v6/spinner/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/split-pane/basic/demo.html b/static/usage/v6/split-pane/basic/demo.html
index 3f19cf3ae80..90c24b7a0b8 100644
--- a/static/usage/v6/split-pane/basic/demo.html
+++ b/static/usage/v6/split-pane/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/split-pane/theming/css-properties/demo.html b/static/usage/v6/split-pane/theming/css-properties/demo.html
index f4c0ea2a18e..276b4fecd3f 100644
--- a/static/usage/v6/split-pane/theming/css-properties/demo.html
+++ b/static/usage/v6/split-pane/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/tabs/router/demo.html b/static/usage/v6/tabs/router/demo.html
index 86ffa9dd212..681e5219f29 100644
--- a/static/usage/v6/tabs/router/demo.html
+++ b/static/usage/v6/tabs/router/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/text/basic/demo.html b/static/usage/v6/text/basic/demo.html
index b689cce3982..9111c92d6bd 100644
--- a/static/usage/v6/text/basic/demo.html
+++ b/static/usage/v6/text/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/text/basic/react.md b/static/usage/v6/text/basic/react.md
index da8882e3bf5..e198ffa2e86 100644
--- a/static/usage/v6/text/basic/react.md
+++ b/static/usage/v6/text/basic/react.md
@@ -22,11 +22,16 @@ function Example() {
- I saw a werewolf with a Chinese menu in his hand. Walking through the
+ I saw a werewolf with a Chinese menu in his hand. Walking through the{' '}
+
streets
- of Soho in the rain. He
+ {' '}
+ of Soho in the rain. He{' '}
+
was
- looking for a place called Lee Ho Fook's. Gonna get a big dish of beef chow mein.
+ {' '}
+ looking for a place called Lee Ho Fook's. Gonna get a{' '}
+ big dish of beef chow mein.
>
);
diff --git a/static/usage/v6/textarea/autogrow/demo.html b/static/usage/v6/textarea/autogrow/demo.html
index 4f594295148..b5a5da0b0a4 100644
--- a/static/usage/v6/textarea/autogrow/demo.html
+++ b/static/usage/v6/textarea/autogrow/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/textarea/basic/demo.html b/static/usage/v6/textarea/basic/demo.html
index 6a9e0141dd0..a869d60d3ce 100644
--- a/static/usage/v6/textarea/basic/demo.html
+++ b/static/usage/v6/textarea/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/textarea/clear-on-edit/demo.html b/static/usage/v6/textarea/clear-on-edit/demo.html
index c66b950c19e..092f1dda643 100644
--- a/static/usage/v6/textarea/clear-on-edit/demo.html
+++ b/static/usage/v6/textarea/clear-on-edit/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/textarea/theming/demo.html b/static/usage/v6/textarea/theming/demo.html
index 7da87e1551d..8016b06161a 100644
--- a/static/usage/v6/textarea/theming/demo.html
+++ b/static/usage/v6/textarea/theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/thumbnail/basic/demo.html b/static/usage/v6/thumbnail/basic/demo.html
index f79a7390f39..12e428ae0f6 100644
--- a/static/usage/v6/thumbnail/basic/demo.html
+++ b/static/usage/v6/thumbnail/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/thumbnail/item/demo.html b/static/usage/v6/thumbnail/item/demo.html
index cdac6561f78..22aa70160c0 100644
--- a/static/usage/v6/thumbnail/item/demo.html
+++ b/static/usage/v6/thumbnail/item/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/thumbnail/theming/css-properties/demo.html b/static/usage/v6/thumbnail/theming/css-properties/demo.html
index 1b6dbf59998..ba8f644752b 100644
--- a/static/usage/v6/thumbnail/theming/css-properties/demo.html
+++ b/static/usage/v6/thumbnail/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/title/basic/demo.html b/static/usage/v6/title/basic/demo.html
index c53575e11ec..7b362c02897 100644
--- a/static/usage/v6/title/basic/demo.html
+++ b/static/usage/v6/title/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/title/collapsible-large-title/basic/demo.html b/static/usage/v6/title/collapsible-large-title/basic/demo.html
index c7ea54cef35..ae1e4dbb9f0 100644
--- a/static/usage/v6/title/collapsible-large-title/basic/demo.html
+++ b/static/usage/v6/title/collapsible-large-title/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/title/collapsible-large-title/buttons/demo.html b/static/usage/v6/title/collapsible-large-title/buttons/demo.html
index 3b7ad028550..5574a4a2e43 100644
--- a/static/usage/v6/title/collapsible-large-title/buttons/demo.html
+++ b/static/usage/v6/title/collapsible-large-title/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/title/theming/css-properties/demo.html b/static/usage/v6/title/theming/css-properties/demo.html
index e94fa5f5b7c..b8494a0758b 100644
--- a/static/usage/v6/title/theming/css-properties/demo.html
+++ b/static/usage/v6/title/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/toast/buttons/demo.html b/static/usage/v6/toast/buttons/demo.html
index 81020bebb6f..259c2e4fe71 100644
--- a/static/usage/v6/toast/buttons/demo.html
+++ b/static/usage/v6/toast/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/toast/icon/demo.html b/static/usage/v6/toast/icon/demo.html
index 0976fc03d7f..9a0af39686e 100644
--- a/static/usage/v6/toast/icon/demo.html
+++ b/static/usage/v6/toast/icon/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/toast/layout/demo.html b/static/usage/v6/toast/layout/demo.html
index 676cbd27823..07a03bc1d7f 100644
--- a/static/usage/v6/toast/layout/demo.html
+++ b/static/usage/v6/toast/layout/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/toast/presenting/controller/demo.html b/static/usage/v6/toast/presenting/controller/demo.html
index ee90a60e284..76c734ac8a8 100644
--- a/static/usage/v6/toast/presenting/controller/demo.html
+++ b/static/usage/v6/toast/presenting/controller/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/toast/theming/demo.html b/static/usage/v6/toast/theming/demo.html
index f0eb629fa74..e21871fc2f7 100644
--- a/static/usage/v6/toast/theming/demo.html
+++ b/static/usage/v6/toast/theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/toggle/basic/demo.html b/static/usage/v6/toggle/basic/demo.html
index ae2d634fdac..adf95c24943 100644
--- a/static/usage/v6/toggle/basic/demo.html
+++ b/static/usage/v6/toggle/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/toggle/on-off/demo.html b/static/usage/v6/toggle/on-off/demo.html
index 464b273951e..b44dd4787c6 100644
--- a/static/usage/v6/toggle/on-off/demo.html
+++ b/static/usage/v6/toggle/on-off/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/toggle/theming/colors/demo.html b/static/usage/v6/toggle/theming/colors/demo.html
index 1ea68f3ccf3..1a1f30e4df3 100644
--- a/static/usage/v6/toggle/theming/colors/demo.html
+++ b/static/usage/v6/toggle/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/toggle/theming/css-properties/demo.html b/static/usage/v6/toggle/theming/css-properties/demo.html
index a276552417e..61f91af1e84 100644
--- a/static/usage/v6/toggle/theming/css-properties/demo.html
+++ b/static/usage/v6/toggle/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/toggle/theming/css-shadow-parts/demo.html b/static/usage/v6/toggle/theming/css-shadow-parts/demo.html
index 80f2b747cb8..654c0ab893f 100644
--- a/static/usage/v6/toggle/theming/css-shadow-parts/demo.html
+++ b/static/usage/v6/toggle/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/toolbar/basic/demo.html b/static/usage/v6/toolbar/basic/demo.html
index cd977da6ee0..3fd4a1bdba6 100644
--- a/static/usage/v6/toolbar/basic/demo.html
+++ b/static/usage/v6/toolbar/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/toolbar/buttons/demo.html b/static/usage/v6/toolbar/buttons/demo.html
index 579b818b687..9c1dae1ae21 100644
--- a/static/usage/v6/toolbar/buttons/demo.html
+++ b/static/usage/v6/toolbar/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/toolbar/progress-bars/demo.html b/static/usage/v6/toolbar/progress-bars/demo.html
index 0dc2cc952cb..d35eab46941 100644
--- a/static/usage/v6/toolbar/progress-bars/demo.html
+++ b/static/usage/v6/toolbar/progress-bars/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/toolbar/searchbars/demo.html b/static/usage/v6/toolbar/searchbars/demo.html
index 22cab858f41..4aa3b94b32c 100644
--- a/static/usage/v6/toolbar/searchbars/demo.html
+++ b/static/usage/v6/toolbar/searchbars/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/toolbar/segments/demo.html b/static/usage/v6/toolbar/segments/demo.html
index 1bed8804443..b2d42d1e8df 100644
--- a/static/usage/v6/toolbar/segments/demo.html
+++ b/static/usage/v6/toolbar/segments/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/toolbar/theming/colors/demo.html b/static/usage/v6/toolbar/theming/colors/demo.html
index 0457199331a..4adbf0f53f9 100644
--- a/static/usage/v6/toolbar/theming/colors/demo.html
+++ b/static/usage/v6/toolbar/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v6/toolbar/theming/css-properties/demo.html b/static/usage/v6/toolbar/theming/css-properties/demo.html
index 41e11f2686e..aa846d53e64 100644
--- a/static/usage/v6/toolbar/theming/css-properties/demo.html
+++ b/static/usage/v6/toolbar/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/accordion/accessibility/animations/demo.html b/static/usage/v7/accordion/accessibility/animations/demo.html
index cb263bb7857..bfe1de92351 100644
--- a/static/usage/v7/accordion/accessibility/animations/demo.html
+++ b/static/usage/v7/accordion/accessibility/animations/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/accordion/basic/demo.html b/static/usage/v7/accordion/basic/demo.html
index 645f8e1b25c..b746d1944d1 100644
--- a/static/usage/v7/accordion/basic/demo.html
+++ b/static/usage/v7/accordion/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/accordion/customization/advanced-expansion-styles/demo.html b/static/usage/v7/accordion/customization/advanced-expansion-styles/demo.html
index 50fadd164bb..7e3785fa80e 100644
--- a/static/usage/v7/accordion/customization/advanced-expansion-styles/demo.html
+++ b/static/usage/v7/accordion/customization/advanced-expansion-styles/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/accordion/customization/expansion-styles/demo.html b/static/usage/v7/accordion/customization/expansion-styles/demo.html
index e232dc2d0e7..ebb7a34b4c9 100644
--- a/static/usage/v7/accordion/customization/expansion-styles/demo.html
+++ b/static/usage/v7/accordion/customization/expansion-styles/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/accordion/customization/icons/demo.html b/static/usage/v7/accordion/customization/icons/demo.html
index f716030b906..42d2a49c724 100644
--- a/static/usage/v7/accordion/customization/icons/demo.html
+++ b/static/usage/v7/accordion/customization/icons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/accordion/customization/theming/demo.html b/static/usage/v7/accordion/customization/theming/demo.html
index edfa5ef147b..b5ae8f0981f 100644
--- a/static/usage/v7/accordion/customization/theming/demo.html
+++ b/static/usage/v7/accordion/customization/theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/accordion/disable/group/demo.html b/static/usage/v7/accordion/disable/group/demo.html
index 59376095d09..ed5cbfc44c2 100644
--- a/static/usage/v7/accordion/disable/group/demo.html
+++ b/static/usage/v7/accordion/disable/group/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/accordion/disable/individual/demo.html b/static/usage/v7/accordion/disable/individual/demo.html
index 01958154a67..1519bfdbc74 100644
--- a/static/usage/v7/accordion/disable/individual/demo.html
+++ b/static/usage/v7/accordion/disable/individual/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/accordion/listen-changes/angular/example_component_ts.md b/static/usage/v7/accordion/listen-changes/angular/example_component_ts.md
index 05b984d0b02..bb5c3f24b7d 100644
--- a/static/usage/v7/accordion/listen-changes/angular/example_component_ts.md
+++ b/static/usage/v7/accordion/listen-changes/angular/example_component_ts.md
@@ -16,7 +16,7 @@ export class ExampleComponent {
const selectedValue = event.detail.value;
console.log(
- `Expanded: ${selectedValue === undefined ? 'None' : event.detail.value} | Collapsed: ${collapsedItems.join(', ')}`
+ `Expanded: ${selectedValue === undefined ? 'None' : event.detail.value} | Collapsed: ${collapsedItems.join(', ')}`,
);
};
}
diff --git a/static/usage/v7/accordion/listen-changes/demo.html b/static/usage/v7/accordion/listen-changes/demo.html
index cd32e179b23..fafd5808a64 100644
--- a/static/usage/v7/accordion/listen-changes/demo.html
+++ b/static/usage/v7/accordion/listen-changes/demo.html
@@ -1,4 +1,4 @@
-
+
@@ -54,8 +54,8 @@
console.log(
`Expanded: ${selectedValue === undefined ? 'None' : event.detail.value} | Collapsed: ${collapsedItems.join(
- ', '
- )}`
+ ', ',
+ )}`,
);
});
diff --git a/static/usage/v7/accordion/listen-changes/javascript.md b/static/usage/v7/accordion/listen-changes/javascript.md
index 4c85d88b630..7352ead296b 100644
--- a/static/usage/v7/accordion/listen-changes/javascript.md
+++ b/static/usage/v7/accordion/listen-changes/javascript.md
@@ -29,7 +29,7 @@
const selectedValue = event.detail.value;
console.log(
- `Expanded: ${selectedValue === undefined ? 'None' : event.detail.value} | Collapsed: ${collapsedItems.join(', ')}`
+ `Expanded: ${selectedValue === undefined ? 'None' : event.detail.value} | Collapsed: ${collapsedItems.join(', ')}`,
);
});
diff --git a/static/usage/v7/accordion/listen-changes/react.md b/static/usage/v7/accordion/listen-changes/react.md
index 7ec38a63931..beb94d0d5f1 100644
--- a/static/usage/v7/accordion/listen-changes/react.md
+++ b/static/usage/v7/accordion/listen-changes/react.md
@@ -8,7 +8,7 @@ function Example() {
const selectedValue = event.detail.value;
console.log(
- `Expanded: ${selectedValue === undefined ? 'None' : event.detail.value} | Collapsed: ${collapsedItems.join(', ')}`
+ `Expanded: ${selectedValue === undefined ? 'None' : event.detail.value} | Collapsed: ${collapsedItems.join(', ')}`,
);
};
diff --git a/static/usage/v7/accordion/listen-changes/vue.md b/static/usage/v7/accordion/listen-changes/vue.md
index b082a02a1a6..06390282c50 100644
--- a/static/usage/v7/accordion/listen-changes/vue.md
+++ b/static/usage/v7/accordion/listen-changes/vue.md
@@ -41,8 +41,8 @@
console.log(
`Expanded: ${selectedValue === undefined ? 'None' : event.detail.value} | Collapsed: ${collapsedItems.join(
- ', '
- )}`
+ ', ',
+ )}`,
);
};
diff --git a/static/usage/v7/accordion/multiple/demo.html b/static/usage/v7/accordion/multiple/demo.html
index c146810339e..99c101b5fb8 100644
--- a/static/usage/v7/accordion/multiple/demo.html
+++ b/static/usage/v7/accordion/multiple/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/accordion/readonly/group/demo.html b/static/usage/v7/accordion/readonly/group/demo.html
index e1cff32299e..9dee063eb3a 100644
--- a/static/usage/v7/accordion/readonly/group/demo.html
+++ b/static/usage/v7/accordion/readonly/group/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/accordion/readonly/individual/demo.html b/static/usage/v7/accordion/readonly/individual/demo.html
index ed66898d241..676af37f1f2 100644
--- a/static/usage/v7/accordion/readonly/individual/demo.html
+++ b/static/usage/v7/accordion/readonly/individual/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/accordion/toggle/demo.html b/static/usage/v7/accordion/toggle/demo.html
index b2ea8e7d3f6..e7929b1373e 100644
--- a/static/usage/v7/accordion/toggle/demo.html
+++ b/static/usage/v7/accordion/toggle/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/action-sheet/controller/demo.html b/static/usage/v7/action-sheet/controller/demo.html
index 444de14fef9..013c5e3f8cc 100644
--- a/static/usage/v7/action-sheet/controller/demo.html
+++ b/static/usage/v7/action-sheet/controller/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/action-sheet/inline/isOpen/demo.html b/static/usage/v7/action-sheet/inline/isOpen/demo.html
index bf4ee99c5a1..f444e72cbfb 100644
--- a/static/usage/v7/action-sheet/inline/isOpen/demo.html
+++ b/static/usage/v7/action-sheet/inline/isOpen/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/action-sheet/inline/trigger/demo.html b/static/usage/v7/action-sheet/inline/trigger/demo.html
index b2261f7c59f..da2bbef04a9 100644
--- a/static/usage/v7/action-sheet/inline/trigger/demo.html
+++ b/static/usage/v7/action-sheet/inline/trigger/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/action-sheet/role-info-on-dismiss/demo.html b/static/usage/v7/action-sheet/role-info-on-dismiss/demo.html
index 702966ab083..47b23f9b237 100644
--- a/static/usage/v7/action-sheet/role-info-on-dismiss/demo.html
+++ b/static/usage/v7/action-sheet/role-info-on-dismiss/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/action-sheet/theming/css-properties/demo.html b/static/usage/v7/action-sheet/theming/css-properties/demo.html
index 687266b4c9a..0f81b9dd8e6 100644
--- a/static/usage/v7/action-sheet/theming/css-properties/demo.html
+++ b/static/usage/v7/action-sheet/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/action-sheet/theming/styling/demo.html b/static/usage/v7/action-sheet/theming/styling/demo.html
index 4acfea77a11..afa0e63e56a 100644
--- a/static/usage/v7/action-sheet/theming/styling/demo.html
+++ b/static/usage/v7/action-sheet/theming/styling/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/alert/buttons/demo.html b/static/usage/v7/alert/buttons/demo.html
index 3633b74d31a..ad74cebbaf1 100644
--- a/static/usage/v7/alert/buttons/demo.html
+++ b/static/usage/v7/alert/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/alert/customization/demo.html b/static/usage/v7/alert/customization/demo.html
index 89114357a82..04e20c1b27a 100644
--- a/static/usage/v7/alert/customization/demo.html
+++ b/static/usage/v7/alert/customization/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/alert/inputs/radios/demo.html b/static/usage/v7/alert/inputs/radios/demo.html
index 1b3bd518320..94364e1cb77 100644
--- a/static/usage/v7/alert/inputs/radios/demo.html
+++ b/static/usage/v7/alert/inputs/radios/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/alert/inputs/text-inputs/demo.html b/static/usage/v7/alert/inputs/text-inputs/demo.html
index 32226e26681..2039ec2aa51 100644
--- a/static/usage/v7/alert/inputs/text-inputs/demo.html
+++ b/static/usage/v7/alert/inputs/text-inputs/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/alert/presenting/controller/demo.html b/static/usage/v7/alert/presenting/controller/demo.html
index 97a9c97055f..35623583374 100644
--- a/static/usage/v7/alert/presenting/controller/demo.html
+++ b/static/usage/v7/alert/presenting/controller/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/alert/presenting/isOpen/demo.html b/static/usage/v7/alert/presenting/isOpen/demo.html
index 4d2f3f055cf..9e6e3c88bf4 100644
--- a/static/usage/v7/alert/presenting/isOpen/demo.html
+++ b/static/usage/v7/alert/presenting/isOpen/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/alert/presenting/trigger/demo.html b/static/usage/v7/alert/presenting/trigger/demo.html
index 57b92584084..abd729b8424 100644
--- a/static/usage/v7/alert/presenting/trigger/demo.html
+++ b/static/usage/v7/alert/presenting/trigger/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/animations/basic/demo.html b/static/usage/v7/animations/basic/demo.html
index baf0d6b39ae..ddeebc50de3 100644
--- a/static/usage/v7/animations/basic/demo.html
+++ b/static/usage/v7/animations/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/animations/before-and-after-hooks/demo.html b/static/usage/v7/animations/before-and-after-hooks/demo.html
index 633b1aa4632..38fc0b7ec7e 100644
--- a/static/usage/v7/animations/before-and-after-hooks/demo.html
+++ b/static/usage/v7/animations/before-and-after-hooks/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/animations/chain/demo.html b/static/usage/v7/animations/chain/demo.html
index be1a3f0d2f3..3f9829bcac5 100644
--- a/static/usage/v7/animations/chain/demo.html
+++ b/static/usage/v7/animations/chain/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/animations/gesture/angular/example_component_ts.md b/static/usage/v7/animations/gesture/angular/example_component_ts.md
index e13a50cdb4b..0190cf7e994 100644
--- a/static/usage/v7/animations/gesture/angular/example_component_ts.md
+++ b/static/usage/v7/animations/gesture/angular/example_component_ts.md
@@ -24,7 +24,10 @@ export class ExampleComponent {
*/
private readonly MAX_TRANSLATE = 344 - 100 - 32;
- constructor(private animationCtrl: AnimationController, private gestureCtrl: GestureController) {}
+ constructor(
+ private animationCtrl: AnimationController,
+ private gestureCtrl: GestureController,
+ ) {}
private onMove(event: GestureDetail) {
if (!this.started) {
diff --git a/static/usage/v7/animations/gesture/demo.html b/static/usage/v7/animations/gesture/demo.html
index 5e44f292c62..aea5e7c11ad 100644
--- a/static/usage/v7/animations/gesture/demo.html
+++ b/static/usage/v7/animations/gesture/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/animations/group/demo.html b/static/usage/v7/animations/group/demo.html
index 701e8759b5b..795d1f244a0 100644
--- a/static/usage/v7/animations/group/demo.html
+++ b/static/usage/v7/animations/group/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/animations/keyframes/demo.html b/static/usage/v7/animations/keyframes/demo.html
index 6b1e488ff11..191b176240f 100644
--- a/static/usage/v7/animations/keyframes/demo.html
+++ b/static/usage/v7/animations/keyframes/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/animations/modal-override/demo.html b/static/usage/v7/animations/modal-override/demo.html
index 2506c307165..07ac5a6e70b 100644
--- a/static/usage/v7/animations/modal-override/demo.html
+++ b/static/usage/v7/animations/modal-override/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/animations/preference-based/demo.html b/static/usage/v7/animations/preference-based/demo.html
index 73ec6210bbe..a585d76a736 100644
--- a/static/usage/v7/animations/preference-based/demo.html
+++ b/static/usage/v7/animations/preference-based/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/avatar/basic/demo.html b/static/usage/v7/avatar/basic/demo.html
index d63781b2fa0..5a8eb5e4c4e 100644
--- a/static/usage/v7/avatar/basic/demo.html
+++ b/static/usage/v7/avatar/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/avatar/chip/demo.html b/static/usage/v7/avatar/chip/demo.html
index 6f894529ff5..52d93361005 100644
--- a/static/usage/v7/avatar/chip/demo.html
+++ b/static/usage/v7/avatar/chip/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/avatar/item/demo.html b/static/usage/v7/avatar/item/demo.html
index 2cd0f737157..22a951b8670 100644
--- a/static/usage/v7/avatar/item/demo.html
+++ b/static/usage/v7/avatar/item/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/avatar/theming/css-properties/demo.html b/static/usage/v7/avatar/theming/css-properties/demo.html
index a20ac71fa9a..12d0b67c18f 100644
--- a/static/usage/v7/avatar/theming/css-properties/demo.html
+++ b/static/usage/v7/avatar/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/back-button/basic/demo.html b/static/usage/v7/back-button/basic/demo.html
index fee9f3b846a..34d2e8eebc6 100644
--- a/static/usage/v7/back-button/basic/demo.html
+++ b/static/usage/v7/back-button/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/back-button/custom/demo.html b/static/usage/v7/back-button/custom/demo.html
index 6bb2c9e6a22..9f3f2847788 100644
--- a/static/usage/v7/back-button/custom/demo.html
+++ b/static/usage/v7/back-button/custom/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/backdrop/basic/demo.html b/static/usage/v7/backdrop/basic/demo.html
index bbdad6c6ec1..7dde278d5d0 100644
--- a/static/usage/v7/backdrop/basic/demo.html
+++ b/static/usage/v7/backdrop/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/backdrop/styling/demo.html b/static/usage/v7/backdrop/styling/demo.html
index 74e946afd80..2e590fa7060 100644
--- a/static/usage/v7/backdrop/styling/demo.html
+++ b/static/usage/v7/backdrop/styling/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/badge/basic/demo.html b/static/usage/v7/badge/basic/demo.html
index fdb61dabd85..9e25c4dfbc7 100644
--- a/static/usage/v7/badge/basic/demo.html
+++ b/static/usage/v7/badge/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/badge/theming/colors/demo.html b/static/usage/v7/badge/theming/colors/demo.html
index e407dbf3d9b..1d4c05a8651 100644
--- a/static/usage/v7/badge/theming/colors/demo.html
+++ b/static/usage/v7/badge/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/badge/theming/css-properties/demo.html b/static/usage/v7/badge/theming/css-properties/demo.html
index 3d2c491e6ee..577156f57e8 100644
--- a/static/usage/v7/badge/theming/css-properties/demo.html
+++ b/static/usage/v7/badge/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/breadcrumbs/basic/demo.html b/static/usage/v7/breadcrumbs/basic/demo.html
index 96c08e79aa0..231b76c8e06 100644
--- a/static/usage/v7/breadcrumbs/basic/demo.html
+++ b/static/usage/v7/breadcrumbs/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/breadcrumbs/collapsing-items/expand-on-click/demo.html b/static/usage/v7/breadcrumbs/collapsing-items/expand-on-click/demo.html
index b4832483c59..c590b93e5e3 100644
--- a/static/usage/v7/breadcrumbs/collapsing-items/expand-on-click/demo.html
+++ b/static/usage/v7/breadcrumbs/collapsing-items/expand-on-click/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/breadcrumbs/collapsing-items/items-before-after/demo.html b/static/usage/v7/breadcrumbs/collapsing-items/items-before-after/demo.html
index df5dc2f09bd..df088d357d7 100644
--- a/static/usage/v7/breadcrumbs/collapsing-items/items-before-after/demo.html
+++ b/static/usage/v7/breadcrumbs/collapsing-items/items-before-after/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/breadcrumbs/collapsing-items/max-items/demo.html b/static/usage/v7/breadcrumbs/collapsing-items/max-items/demo.html
index 59796890a52..fa981111edb 100644
--- a/static/usage/v7/breadcrumbs/collapsing-items/max-items/demo.html
+++ b/static/usage/v7/breadcrumbs/collapsing-items/max-items/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/breadcrumbs/collapsing-items/popover-on-click/demo.html b/static/usage/v7/breadcrumbs/collapsing-items/popover-on-click/demo.html
index 783869ac391..d142803915c 100644
--- a/static/usage/v7/breadcrumbs/collapsing-items/popover-on-click/demo.html
+++ b/static/usage/v7/breadcrumbs/collapsing-items/popover-on-click/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/breadcrumbs/icons/custom-separators/demo.html b/static/usage/v7/breadcrumbs/icons/custom-separators/demo.html
index 8e517ae5988..87ec709183d 100644
--- a/static/usage/v7/breadcrumbs/icons/custom-separators/demo.html
+++ b/static/usage/v7/breadcrumbs/icons/custom-separators/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/breadcrumbs/icons/icons-on-items/demo.html b/static/usage/v7/breadcrumbs/icons/icons-on-items/demo.html
index ae98e66d715..c1e4e62312b 100644
--- a/static/usage/v7/breadcrumbs/icons/icons-on-items/demo.html
+++ b/static/usage/v7/breadcrumbs/icons/icons-on-items/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/breadcrumbs/theming/colors/demo.html b/static/usage/v7/breadcrumbs/theming/colors/demo.html
index c0e3c26aafa..b90f6dd861b 100644
--- a/static/usage/v7/breadcrumbs/theming/colors/demo.html
+++ b/static/usage/v7/breadcrumbs/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/breadcrumbs/theming/css-properties/demo.html b/static/usage/v7/breadcrumbs/theming/css-properties/demo.html
index ec2d34780f6..71cf4726b27 100644
--- a/static/usage/v7/breadcrumbs/theming/css-properties/demo.html
+++ b/static/usage/v7/breadcrumbs/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/button/basic/demo.html b/static/usage/v7/button/basic/demo.html
index d052473a4b8..71342d55ee4 100644
--- a/static/usage/v7/button/basic/demo.html
+++ b/static/usage/v7/button/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/button/expand/demo.html b/static/usage/v7/button/expand/demo.html
index c12335638ee..66fe0a44ae6 100644
--- a/static/usage/v7/button/expand/demo.html
+++ b/static/usage/v7/button/expand/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/button/fill/demo.html b/static/usage/v7/button/fill/demo.html
index d239cb878b1..4bf02d627ae 100644
--- a/static/usage/v7/button/fill/demo.html
+++ b/static/usage/v7/button/fill/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/button/icons/demo.html b/static/usage/v7/button/icons/demo.html
index 642f39b726f..9c528bf7c79 100644
--- a/static/usage/v7/button/icons/demo.html
+++ b/static/usage/v7/button/icons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/button/shape/demo.html b/static/usage/v7/button/shape/demo.html
index ba37c279a51..ba5c8ffcf3d 100644
--- a/static/usage/v7/button/shape/demo.html
+++ b/static/usage/v7/button/shape/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/button/size/demo.html b/static/usage/v7/button/size/demo.html
index 4a8eaf65e9e..37d7d74cb38 100644
--- a/static/usage/v7/button/size/demo.html
+++ b/static/usage/v7/button/size/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/button/text-wrapping/demo.html b/static/usage/v7/button/text-wrapping/demo.html
index ba5826fa7fc..326917691df 100644
--- a/static/usage/v7/button/text-wrapping/demo.html
+++ b/static/usage/v7/button/text-wrapping/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/button/theming/colors/demo.html b/static/usage/v7/button/theming/colors/demo.html
index fb409fcfabc..8c121ccd80d 100644
--- a/static/usage/v7/button/theming/colors/demo.html
+++ b/static/usage/v7/button/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/button/theming/css-properties/demo.html b/static/usage/v7/button/theming/css-properties/demo.html
index c16d095d309..862f01e1402 100644
--- a/static/usage/v7/button/theming/css-properties/demo.html
+++ b/static/usage/v7/button/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/buttons/basic/demo.html b/static/usage/v7/buttons/basic/demo.html
index 7cdd3d9c770..a94dae20f4d 100644
--- a/static/usage/v7/buttons/basic/demo.html
+++ b/static/usage/v7/buttons/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/buttons/placement/demo.html b/static/usage/v7/buttons/placement/demo.html
index 5fe476afc92..5849cdfaf9a 100644
--- a/static/usage/v7/buttons/placement/demo.html
+++ b/static/usage/v7/buttons/placement/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/buttons/types/demo.html b/static/usage/v7/buttons/types/demo.html
index 2c9326eb5a4..e99deda9e99 100644
--- a/static/usage/v7/buttons/types/demo.html
+++ b/static/usage/v7/buttons/types/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/card/basic/demo.html b/static/usage/v7/card/basic/demo.html
index e0d5f3e3cd9..5ce663ca19a 100644
--- a/static/usage/v7/card/basic/demo.html
+++ b/static/usage/v7/card/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/card/buttons/demo.html b/static/usage/v7/card/buttons/demo.html
index 6bb942e0e91..144c4486b46 100644
--- a/static/usage/v7/card/buttons/demo.html
+++ b/static/usage/v7/card/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/card/list/demo.html b/static/usage/v7/card/list/demo.html
index a9bdd261f64..25ab21e9ea4 100644
--- a/static/usage/v7/card/list/demo.html
+++ b/static/usage/v7/card/list/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/card/media/demo.html b/static/usage/v7/card/media/demo.html
index a7b3f7e6245..b8a016529c4 100644
--- a/static/usage/v7/card/media/demo.html
+++ b/static/usage/v7/card/media/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/card/theming/colors/demo.html b/static/usage/v7/card/theming/colors/demo.html
index 490b7759303..4fd6aba058a 100644
--- a/static/usage/v7/card/theming/colors/demo.html
+++ b/static/usage/v7/card/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/card/theming/css-properties/demo.html b/static/usage/v7/card/theming/css-properties/demo.html
index 38294e53400..c880752fba1 100644
--- a/static/usage/v7/card/theming/css-properties/demo.html
+++ b/static/usage/v7/card/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/checkbox/alignment/demo.html b/static/usage/v7/checkbox/alignment/demo.html
index fda81844be5..8ca552c20c2 100644
--- a/static/usage/v7/checkbox/alignment/demo.html
+++ b/static/usage/v7/checkbox/alignment/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/checkbox/basic/demo.html b/static/usage/v7/checkbox/basic/demo.html
index 36ac2d6405f..765224ab977 100644
--- a/static/usage/v7/checkbox/basic/demo.html
+++ b/static/usage/v7/checkbox/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/checkbox/indeterminate/demo.html b/static/usage/v7/checkbox/indeterminate/demo.html
index 7f3a57d96f1..a765405363f 100644
--- a/static/usage/v7/checkbox/indeterminate/demo.html
+++ b/static/usage/v7/checkbox/indeterminate/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/checkbox/justify/demo.html b/static/usage/v7/checkbox/justify/demo.html
index 15d939b526c..1f0cbd7113d 100644
--- a/static/usage/v7/checkbox/justify/demo.html
+++ b/static/usage/v7/checkbox/justify/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/checkbox/label-link/demo.html b/static/usage/v7/checkbox/label-link/demo.html
index 6dcb04f5d00..061cad96196 100644
--- a/static/usage/v7/checkbox/label-link/demo.html
+++ b/static/usage/v7/checkbox/label-link/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/checkbox/label-placement/demo.html b/static/usage/v7/checkbox/label-placement/demo.html
index 9bc807addd8..99659bf56b3 100644
--- a/static/usage/v7/checkbox/label-placement/demo.html
+++ b/static/usage/v7/checkbox/label-placement/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/checkbox/theming/css-properties/demo.html b/static/usage/v7/checkbox/theming/css-properties/demo.html
index af2908983ef..11dc2646764 100644
--- a/static/usage/v7/checkbox/theming/css-properties/demo.html
+++ b/static/usage/v7/checkbox/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/chip/basic/demo.html b/static/usage/v7/chip/basic/demo.html
index 2ca9e6cd074..6a8c99a3e72 100644
--- a/static/usage/v7/chip/basic/demo.html
+++ b/static/usage/v7/chip/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/chip/slots/demo.html b/static/usage/v7/chip/slots/demo.html
index a65d2defeb8..cb2f6a4d2d4 100644
--- a/static/usage/v7/chip/slots/demo.html
+++ b/static/usage/v7/chip/slots/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/chip/theming/colors/demo.html b/static/usage/v7/chip/theming/colors/demo.html
index 404e96dc7a6..79cabb6b8f5 100644
--- a/static/usage/v7/chip/theming/colors/demo.html
+++ b/static/usage/v7/chip/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/chip/theming/css-properties/demo.html b/static/usage/v7/chip/theming/css-properties/demo.html
index f5e2f118e84..295e58dfaaa 100644
--- a/static/usage/v7/chip/theming/css-properties/demo.html
+++ b/static/usage/v7/chip/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/common.js b/static/usage/v7/common.js
index 0569cf15484..fac92917c89 100644
--- a/static/usage/v7/common.js
+++ b/static/usage/v7/common.js
@@ -38,7 +38,7 @@ window.addEventListener('DOMContentLoaded', () => {
type,
message: Object.values(arguments).join(' '),
},
- })
+ }),
);
};
diff --git a/static/usage/v7/config/mode/demo.html b/static/usage/v7/config/mode/demo.html
index 8762f394ba5..7153e09578f 100644
--- a/static/usage/v7/config/mode/demo.html
+++ b/static/usage/v7/config/mode/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/content/basic/demo.html b/static/usage/v7/content/basic/demo.html
index 9faefcebb36..d5b8984ba97 100644
--- a/static/usage/v7/content/basic/demo.html
+++ b/static/usage/v7/content/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/content/fixed/demo.html b/static/usage/v7/content/fixed/demo.html
index 3d5637a6151..498f3f83ebf 100644
--- a/static/usage/v7/content/fixed/demo.html
+++ b/static/usage/v7/content/fixed/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/content/fullscreen/demo.html b/static/usage/v7/content/fullscreen/demo.html
index e4f5627e841..167999406b6 100644
--- a/static/usage/v7/content/fullscreen/demo.html
+++ b/static/usage/v7/content/fullscreen/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/content/header-footer/demo.html b/static/usage/v7/content/header-footer/demo.html
index 67337f4f4ab..b1605b67f29 100644
--- a/static/usage/v7/content/header-footer/demo.html
+++ b/static/usage/v7/content/header-footer/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/content/scroll-events/demo.html b/static/usage/v7/content/scroll-events/demo.html
index dd42f79dd66..ab17c922ff1 100644
--- a/static/usage/v7/content/scroll-events/demo.html
+++ b/static/usage/v7/content/scroll-events/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/content/scroll-methods/demo.html b/static/usage/v7/content/scroll-methods/demo.html
index cea52b6e0f1..404178b674e 100644
--- a/static/usage/v7/content/scroll-methods/demo.html
+++ b/static/usage/v7/content/scroll-methods/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/content/theming/colors/demo.html b/static/usage/v7/content/theming/colors/demo.html
index f75e157d1ea..412a92b1a89 100644
--- a/static/usage/v7/content/theming/colors/demo.html
+++ b/static/usage/v7/content/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/content/theming/css-properties/demo.html b/static/usage/v7/content/theming/css-properties/demo.html
index 2e752650a86..036261ea7fe 100644
--- a/static/usage/v7/content/theming/css-properties/demo.html
+++ b/static/usage/v7/content/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/content/theming/css-shadow-parts/demo.html b/static/usage/v7/content/theming/css-shadow-parts/demo.html
index 11139a879d4..35b5d30c13a 100644
--- a/static/usage/v7/content/theming/css-shadow-parts/demo.html
+++ b/static/usage/v7/content/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/content/theming/safe-area/demo.html b/static/usage/v7/content/theming/safe-area/demo.html
index 3ff9f78cd82..1bdbd4fbf33 100644
--- a/static/usage/v7/content/theming/safe-area/demo.html
+++ b/static/usage/v7/content/theming/safe-area/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime-button/basic/demo.html b/static/usage/v7/datetime-button/basic/demo.html
index 4fe40dc73db..11a9a060f7d 100644
--- a/static/usage/v7/datetime-button/basic/demo.html
+++ b/static/usage/v7/datetime-button/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime-button/format-options/demo.html b/static/usage/v7/datetime-button/format-options/demo.html
index 470c11816ea..10830b3bb3e 100644
--- a/static/usage/v7/datetime-button/format-options/demo.html
+++ b/static/usage/v7/datetime-button/format-options/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/basic/demo.html b/static/usage/v7/datetime/basic/demo.html
index 7a81ad8c2a9..c280a738247 100644
--- a/static/usage/v7/datetime/basic/demo.html
+++ b/static/usage/v7/datetime/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/buttons/customizing-button-texts/demo.html b/static/usage/v7/datetime/buttons/customizing-button-texts/demo.html
index 4aefc706cc7..8c7609683ae 100644
--- a/static/usage/v7/datetime/buttons/customizing-button-texts/demo.html
+++ b/static/usage/v7/datetime/buttons/customizing-button-texts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/buttons/customizing-buttons/demo.html b/static/usage/v7/datetime/buttons/customizing-buttons/demo.html
index b55f21daf04..9087cfb22e0 100644
--- a/static/usage/v7/datetime/buttons/customizing-buttons/demo.html
+++ b/static/usage/v7/datetime/buttons/customizing-buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/buttons/showing-confirmation-buttons/demo.html b/static/usage/v7/datetime/buttons/showing-confirmation-buttons/demo.html
index 1648cf2b667..66f0a42f160 100644
--- a/static/usage/v7/datetime/buttons/showing-confirmation-buttons/demo.html
+++ b/static/usage/v7/datetime/buttons/showing-confirmation-buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/date-constraints/advanced/demo.html b/static/usage/v7/datetime/date-constraints/advanced/demo.html
index e7a8fb0a738..0a803de48d7 100644
--- a/static/usage/v7/datetime/date-constraints/advanced/demo.html
+++ b/static/usage/v7/datetime/date-constraints/advanced/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/date-constraints/max-min/demo.html b/static/usage/v7/datetime/date-constraints/max-min/demo.html
index ac7e00f505b..c9250165493 100644
--- a/static/usage/v7/datetime/date-constraints/max-min/demo.html
+++ b/static/usage/v7/datetime/date-constraints/max-min/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/date-constraints/values/demo.html b/static/usage/v7/datetime/date-constraints/values/demo.html
index 139c3edfe64..ca0bed140b8 100644
--- a/static/usage/v7/datetime/date-constraints/values/demo.html
+++ b/static/usage/v7/datetime/date-constraints/values/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/format-options/demo.html b/static/usage/v7/datetime/format-options/demo.html
index de8d19f461b..38531b874af 100644
--- a/static/usage/v7/datetime/format-options/demo.html
+++ b/static/usage/v7/datetime/format-options/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/highlightedDates/array/demo.html b/static/usage/v7/datetime/highlightedDates/array/demo.html
index 9d0439f50e6..49f8c12aa39 100644
--- a/static/usage/v7/datetime/highlightedDates/array/demo.html
+++ b/static/usage/v7/datetime/highlightedDates/array/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/highlightedDates/callback/demo.html b/static/usage/v7/datetime/highlightedDates/callback/demo.html
index d749bf4d3d8..aff377f4ba3 100644
--- a/static/usage/v7/datetime/highlightedDates/callback/demo.html
+++ b/static/usage/v7/datetime/highlightedDates/callback/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/localization/custom-locale/demo.html b/static/usage/v7/datetime/localization/custom-locale/demo.html
index 3d144494500..27a9c91f2d0 100644
--- a/static/usage/v7/datetime/localization/custom-locale/demo.html
+++ b/static/usage/v7/datetime/localization/custom-locale/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/localization/first-day-of-week/demo.html b/static/usage/v7/datetime/localization/first-day-of-week/demo.html
index ec58fb8353d..6e1b1bdd633 100644
--- a/static/usage/v7/datetime/localization/first-day-of-week/demo.html
+++ b/static/usage/v7/datetime/localization/first-day-of-week/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/localization/hour-cycle/demo.html b/static/usage/v7/datetime/localization/hour-cycle/demo.html
index bcecff7b6cd..da6d8a65d2b 100644
--- a/static/usage/v7/datetime/localization/hour-cycle/demo.html
+++ b/static/usage/v7/datetime/localization/hour-cycle/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/localization/locale-extension-tags/demo.html b/static/usage/v7/datetime/localization/locale-extension-tags/demo.html
index 9326ee6bfc6..a1d252ae350 100644
--- a/static/usage/v7/datetime/localization/locale-extension-tags/demo.html
+++ b/static/usage/v7/datetime/localization/locale-extension-tags/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/localization/time-label/demo.html b/static/usage/v7/datetime/localization/time-label/demo.html
index dd3007fbd10..9cbb3466424 100644
--- a/static/usage/v7/datetime/localization/time-label/demo.html
+++ b/static/usage/v7/datetime/localization/time-label/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/multiple/demo.html b/static/usage/v7/datetime/multiple/demo.html
index 18338dc1894..9e66c508dcc 100644
--- a/static/usage/v7/datetime/multiple/demo.html
+++ b/static/usage/v7/datetime/multiple/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/presentation/date/demo.html b/static/usage/v7/datetime/presentation/date/demo.html
index a926d2ce87e..638adb74d45 100644
--- a/static/usage/v7/datetime/presentation/date/demo.html
+++ b/static/usage/v7/datetime/presentation/date/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/presentation/month-and-year/demo.html b/static/usage/v7/datetime/presentation/month-and-year/demo.html
index fb7b0997556..67389807b05 100644
--- a/static/usage/v7/datetime/presentation/month-and-year/demo.html
+++ b/static/usage/v7/datetime/presentation/month-and-year/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/presentation/time/demo.html b/static/usage/v7/datetime/presentation/time/demo.html
index 9c156fae362..963d935951e 100644
--- a/static/usage/v7/datetime/presentation/time/demo.html
+++ b/static/usage/v7/datetime/presentation/time/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/presentation/wheel/demo.html b/static/usage/v7/datetime/presentation/wheel/demo.html
index 5a4de7f2f1f..21cb908c95d 100644
--- a/static/usage/v7/datetime/presentation/wheel/demo.html
+++ b/static/usage/v7/datetime/presentation/wheel/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/styling/calendar-days/demo.html b/static/usage/v7/datetime/styling/calendar-days/demo.html
index 1b2914b2022..3a8500fa20b 100644
--- a/static/usage/v7/datetime/styling/calendar-days/demo.html
+++ b/static/usage/v7/datetime/styling/calendar-days/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/styling/global-theming/demo.html b/static/usage/v7/datetime/styling/global-theming/demo.html
index f2e502cfe56..8b240604649 100644
--- a/static/usage/v7/datetime/styling/global-theming/demo.html
+++ b/static/usage/v7/datetime/styling/global-theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/styling/wheel-styling/demo.html b/static/usage/v7/datetime/styling/wheel-styling/demo.html
index 2d115e015d6..b2299488f1a 100644
--- a/static/usage/v7/datetime/styling/wheel-styling/demo.html
+++ b/static/usage/v7/datetime/styling/wheel-styling/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/theming/demo.html b/static/usage/v7/datetime/theming/demo.html
index 55dd52abe74..0bb03176a5f 100644
--- a/static/usage/v7/datetime/theming/demo.html
+++ b/static/usage/v7/datetime/theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/title/customizing-title/demo.html b/static/usage/v7/datetime/title/customizing-title/demo.html
index 93977c5c382..347cb42793c 100644
--- a/static/usage/v7/datetime/title/customizing-title/demo.html
+++ b/static/usage/v7/datetime/title/customizing-title/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/datetime/title/showing-default-title/demo.html b/static/usage/v7/datetime/title/showing-default-title/demo.html
index d5774245698..a0327e37771 100644
--- a/static/usage/v7/datetime/title/showing-default-title/demo.html
+++ b/static/usage/v7/datetime/title/showing-default-title/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/fab/basic/demo.html b/static/usage/v7/fab/basic/demo.html
index b1016c2d3bc..cb8c5fb04e6 100644
--- a/static/usage/v7/fab/basic/demo.html
+++ b/static/usage/v7/fab/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/fab/button-sizing/demo.html b/static/usage/v7/fab/button-sizing/demo.html
index 327d35c3873..7e59b67105b 100644
--- a/static/usage/v7/fab/button-sizing/demo.html
+++ b/static/usage/v7/fab/button-sizing/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/fab/list-side/demo.html b/static/usage/v7/fab/list-side/demo.html
index 5d251cac296..03a0b3ea6ce 100644
--- a/static/usage/v7/fab/list-side/demo.html
+++ b/static/usage/v7/fab/list-side/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/fab/positioning/demo.html b/static/usage/v7/fab/positioning/demo.html
index 3b468d5a508..cb5b87cf7eb 100644
--- a/static/usage/v7/fab/positioning/demo.html
+++ b/static/usage/v7/fab/positioning/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/fab/safe-area/demo.html b/static/usage/v7/fab/safe-area/demo.html
index aa635893eef..6bf520dc046 100644
--- a/static/usage/v7/fab/safe-area/demo.html
+++ b/static/usage/v7/fab/safe-area/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/fab/theming/colors/demo.html b/static/usage/v7/fab/theming/colors/demo.html
index 6a87b94f7a1..07314b3d844 100644
--- a/static/usage/v7/fab/theming/colors/demo.html
+++ b/static/usage/v7/fab/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/fab/theming/css-custom-properties/demo.html b/static/usage/v7/fab/theming/css-custom-properties/demo.html
index 7825cb15643..f42719411c2 100644
--- a/static/usage/v7/fab/theming/css-custom-properties/demo.html
+++ b/static/usage/v7/fab/theming/css-custom-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/fab/theming/css-shadow-parts/angular/example_component_css.md b/static/usage/v7/fab/theming/css-shadow-parts/angular/example_component_css.md
index 4bb8b96988c..c9d1d804827 100644
--- a/static/usage/v7/fab/theming/css-shadow-parts/angular/example_component_css.md
+++ b/static/usage/v7/fab/theming/css-shadow-parts/angular/example_component_css.md
@@ -2,7 +2,9 @@
ion-fab-button::part(native) {
background-color: #b7f399;
border-radius: 15px;
- box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
+ box-shadow:
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
+ 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
color: black;
}
diff --git a/static/usage/v7/fab/theming/css-shadow-parts/demo.html b/static/usage/v7/fab/theming/css-shadow-parts/demo.html
index 8569db62908..b3ad14ebe60 100644
--- a/static/usage/v7/fab/theming/css-shadow-parts/demo.html
+++ b/static/usage/v7/fab/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
@@ -13,7 +13,9 @@
ion-fab-button::part(native) {
background-color: #b7f399;
border-radius: 15px;
- box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
+ box-shadow:
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
+ 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
color: black;
}
diff --git a/static/usage/v7/fab/theming/css-shadow-parts/javascript/index_html.md b/static/usage/v7/fab/theming/css-shadow-parts/javascript/index_html.md
index 19c1441fe2f..cd18636cadc 100644
--- a/static/usage/v7/fab/theming/css-shadow-parts/javascript/index_html.md
+++ b/static/usage/v7/fab/theming/css-shadow-parts/javascript/index_html.md
@@ -3,7 +3,9 @@
ion-fab-button::part(native) {
background-color: #b7f399;
border-radius: 15px;
- box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
+ box-shadow:
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
+ 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
color: black;
}
diff --git a/static/usage/v7/fab/theming/css-shadow-parts/react/main_css.md b/static/usage/v7/fab/theming/css-shadow-parts/react/main_css.md
index 4bb8b96988c..c9d1d804827 100644
--- a/static/usage/v7/fab/theming/css-shadow-parts/react/main_css.md
+++ b/static/usage/v7/fab/theming/css-shadow-parts/react/main_css.md
@@ -2,7 +2,9 @@
ion-fab-button::part(native) {
background-color: #b7f399;
border-radius: 15px;
- box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
+ box-shadow:
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
+ 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
color: black;
}
diff --git a/static/usage/v7/fab/theming/css-shadow-parts/vue.md b/static/usage/v7/fab/theming/css-shadow-parts/vue.md
index aee0d929a06..2ae19922294 100644
--- a/static/usage/v7/fab/theming/css-shadow-parts/vue.md
+++ b/static/usage/v7/fab/theming/css-shadow-parts/vue.md
@@ -35,7 +35,9 @@
ion-fab-button::part(native) {
background-color: #b7f399;
border-radius: 15px;
- box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
+ box-shadow:
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
+ 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
color: black;
}
diff --git a/static/usage/v7/footer/basic/demo.html b/static/usage/v7/footer/basic/demo.html
index 61f57bd7e99..494cb0e7993 100644
--- a/static/usage/v7/footer/basic/demo.html
+++ b/static/usage/v7/footer/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/footer/custom-scroll-target/demo.html b/static/usage/v7/footer/custom-scroll-target/demo.html
index 52437ee6ccb..eb412b77438 100644
--- a/static/usage/v7/footer/custom-scroll-target/demo.html
+++ b/static/usage/v7/footer/custom-scroll-target/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/footer/fade/demo.html b/static/usage/v7/footer/fade/demo.html
index 5a6e7946d8b..a67dc013640 100644
--- a/static/usage/v7/footer/fade/demo.html
+++ b/static/usage/v7/footer/fade/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/footer/no-border/demo.html b/static/usage/v7/footer/no-border/demo.html
index dd8c2109dae..d5e39ad5749 100644
--- a/static/usage/v7/footer/no-border/demo.html
+++ b/static/usage/v7/footer/no-border/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/footer/translucent/demo.html b/static/usage/v7/footer/translucent/demo.html
index bcc480e3544..00b7dcf31e9 100644
--- a/static/usage/v7/footer/translucent/demo.html
+++ b/static/usage/v7/footer/translucent/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/gestures/basic/angular/example_component_ts.md b/static/usage/v7/gestures/basic/angular/example_component_ts.md
index 609e8ecc41a..1aa2ebc4f7b 100644
--- a/static/usage/v7/gestures/basic/angular/example_component_ts.md
+++ b/static/usage/v7/gestures/basic/angular/example_component_ts.md
@@ -15,7 +15,11 @@ export class ExampleComponent {
isCardActive = false;
- constructor(private el: ElementRef, private gestureCtrl: GestureController, private cdRef: ChangeDetectorRef) {}
+ constructor(
+ private el: ElementRef,
+ private gestureCtrl: GestureController,
+ private cdRef: ChangeDetectorRef,
+ ) {}
ngAfterViewInit() {
const gesture = this.gestureCtrl.create({
diff --git a/static/usage/v7/gestures/basic/demo.html b/static/usage/v7/gestures/basic/demo.html
index 93975563f2f..cd1dafba8e8 100644
--- a/static/usage/v7/gestures/basic/demo.html
+++ b/static/usage/v7/gestures/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/gestures/double-click/angular/example_component_ts.md b/static/usage/v7/gestures/double-click/angular/example_component_ts.md
index 8c963786c16..34cf0bd7bff 100644
--- a/static/usage/v7/gestures/double-click/angular/example_component_ts.md
+++ b/static/usage/v7/gestures/double-click/angular/example_component_ts.md
@@ -15,7 +15,10 @@ export class ExampleComponent {
private lastOnStart: number = 0;
private DOUBLE_CLICK_THRESHOLD: number = 500;
- constructor(private el: ElementRef, private gestureCtrl: GestureController) {}
+ constructor(
+ private el: ElementRef,
+ private gestureCtrl: GestureController,
+ ) {}
ngAfterViewInit() {
const gesture = this.gestureCtrl.create({
diff --git a/static/usage/v7/gestures/double-click/demo.html b/static/usage/v7/gestures/double-click/demo.html
index a61cee94591..efb23fe75ff 100644
--- a/static/usage/v7/gestures/double-click/demo.html
+++ b/static/usage/v7/gestures/double-click/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/grid/basic/demo.html b/static/usage/v7/grid/basic/demo.html
index 4b7185dac70..fa1a0f4e830 100644
--- a/static/usage/v7/grid/basic/demo.html
+++ b/static/usage/v7/grid/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/grid/customizing/column-number/demo.html b/static/usage/v7/grid/customizing/column-number/demo.html
index 67f21cf98ee..2b48a83bbde 100644
--- a/static/usage/v7/grid/customizing/column-number/demo.html
+++ b/static/usage/v7/grid/customizing/column-number/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/grid/customizing/padding/demo.html b/static/usage/v7/grid/customizing/padding/demo.html
index b7ebfb90472..9f0edd876e6 100644
--- a/static/usage/v7/grid/customizing/padding/demo.html
+++ b/static/usage/v7/grid/customizing/padding/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/grid/customizing/width/demo.html b/static/usage/v7/grid/customizing/width/demo.html
index d070f006848..532544770ba 100644
--- a/static/usage/v7/grid/customizing/width/demo.html
+++ b/static/usage/v7/grid/customizing/width/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/grid/fixed/demo.html b/static/usage/v7/grid/fixed/demo.html
index f7112eb6f46..93caae3bf60 100644
--- a/static/usage/v7/grid/fixed/demo.html
+++ b/static/usage/v7/grid/fixed/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/grid/horizontal-alignment/demo.html b/static/usage/v7/grid/horizontal-alignment/demo.html
index 70b0e05b0c6..9e91b3284fa 100644
--- a/static/usage/v7/grid/horizontal-alignment/demo.html
+++ b/static/usage/v7/grid/horizontal-alignment/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/grid/offset-responsive/demo.html b/static/usage/v7/grid/offset-responsive/demo.html
index f4ad1281e2b..18f943e7b8a 100644
--- a/static/usage/v7/grid/offset-responsive/demo.html
+++ b/static/usage/v7/grid/offset-responsive/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/grid/offset/demo.html b/static/usage/v7/grid/offset/demo.html
index da573d704f0..68416bbd1c7 100644
--- a/static/usage/v7/grid/offset/demo.html
+++ b/static/usage/v7/grid/offset/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/grid/push-pull-responsive/demo.html b/static/usage/v7/grid/push-pull-responsive/demo.html
index a5da5e2b9e6..15fb346f145 100644
--- a/static/usage/v7/grid/push-pull-responsive/demo.html
+++ b/static/usage/v7/grid/push-pull-responsive/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/grid/push-pull/demo.html b/static/usage/v7/grid/push-pull/demo.html
index 07ca5d7e381..09b7b1e6b9d 100644
--- a/static/usage/v7/grid/push-pull/demo.html
+++ b/static/usage/v7/grid/push-pull/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/grid/size-auto/demo.html b/static/usage/v7/grid/size-auto/demo.html
index c7429c32154..0165af83e94 100644
--- a/static/usage/v7/grid/size-auto/demo.html
+++ b/static/usage/v7/grid/size-auto/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/grid/size-responsive/demo.html b/static/usage/v7/grid/size-responsive/demo.html
index 1865682d9b3..5c51b159b85 100644
--- a/static/usage/v7/grid/size-responsive/demo.html
+++ b/static/usage/v7/grid/size-responsive/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/grid/size/demo.html b/static/usage/v7/grid/size/demo.html
index f3a1c64b6f1..23e9fad6022 100644
--- a/static/usage/v7/grid/size/demo.html
+++ b/static/usage/v7/grid/size/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/grid/vertical-alignment/demo.html b/static/usage/v7/grid/vertical-alignment/demo.html
index f613d34fa85..73eb4314d34 100644
--- a/static/usage/v7/grid/vertical-alignment/demo.html
+++ b/static/usage/v7/grid/vertical-alignment/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/header/basic/demo.html b/static/usage/v7/header/basic/demo.html
index 5de0c318463..85550a7161f 100644
--- a/static/usage/v7/header/basic/demo.html
+++ b/static/usage/v7/header/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/header/condense/demo.html b/static/usage/v7/header/condense/demo.html
index 373ba20aa43..02b09f3f852 100644
--- a/static/usage/v7/header/condense/demo.html
+++ b/static/usage/v7/header/condense/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/header/custom-scroll-target/demo.html b/static/usage/v7/header/custom-scroll-target/demo.html
index 06b05fe89ff..96aa3e5c986 100644
--- a/static/usage/v7/header/custom-scroll-target/demo.html
+++ b/static/usage/v7/header/custom-scroll-target/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/header/fade/demo.html b/static/usage/v7/header/fade/demo.html
index 29d12355d36..466454ae7e3 100644
--- a/static/usage/v7/header/fade/demo.html
+++ b/static/usage/v7/header/fade/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/header/no-border/demo.html b/static/usage/v7/header/no-border/demo.html
index 52a2b54b9e7..89d353fab41 100644
--- a/static/usage/v7/header/no-border/demo.html
+++ b/static/usage/v7/header/no-border/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/header/translucent/demo.html b/static/usage/v7/header/translucent/demo.html
index dcea5b85e65..2b4632ad25b 100644
--- a/static/usage/v7/header/translucent/demo.html
+++ b/static/usage/v7/header/translucent/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/icon/basic/demo.html b/static/usage/v7/icon/basic/demo.html
index aa8de74186d..0a28f94ab0c 100644
--- a/static/usage/v7/icon/basic/demo.html
+++ b/static/usage/v7/icon/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/img/basic/demo.html b/static/usage/v7/img/basic/demo.html
index 4a0bc3d213d..04fe920e5e3 100644
--- a/static/usage/v7/img/basic/demo.html
+++ b/static/usage/v7/img/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/infinite-scroll/basic/demo.html b/static/usage/v7/infinite-scroll/basic/demo.html
index 1f7e4a85cf9..aa34f5e7e99 100644
--- a/static/usage/v7/infinite-scroll/basic/demo.html
+++ b/static/usage/v7/infinite-scroll/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/infinite-scroll/custom-infinite-scroll-content/demo.html b/static/usage/v7/infinite-scroll/custom-infinite-scroll-content/demo.html
index ae9f517e30d..e5a77874194 100644
--- a/static/usage/v7/infinite-scroll/custom-infinite-scroll-content/demo.html
+++ b/static/usage/v7/infinite-scroll/custom-infinite-scroll-content/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/infinite-scroll/infinite-scroll-content/demo.html b/static/usage/v7/infinite-scroll/infinite-scroll-content/demo.html
index 596431463e5..02b36c87675 100644
--- a/static/usage/v7/infinite-scroll/infinite-scroll-content/demo.html
+++ b/static/usage/v7/infinite-scroll/infinite-scroll-content/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/input/basic/demo.html b/static/usage/v7/input/basic/demo.html
index 9c6323f3234..c22a429874c 100644
--- a/static/usage/v7/input/basic/demo.html
+++ b/static/usage/v7/input/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/input/clear/demo.html b/static/usage/v7/input/clear/demo.html
index aed36575e4f..4f46625e5fb 100644
--- a/static/usage/v7/input/clear/demo.html
+++ b/static/usage/v7/input/clear/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/input/counter-alignment/demo.html b/static/usage/v7/input/counter-alignment/demo.html
index 4bd1c37887d..50215c40406 100644
--- a/static/usage/v7/input/counter-alignment/demo.html
+++ b/static/usage/v7/input/counter-alignment/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/input/counter/demo.html b/static/usage/v7/input/counter/demo.html
index b341d9ac15d..716277c969b 100644
--- a/static/usage/v7/input/counter/demo.html
+++ b/static/usage/v7/input/counter/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/input/fill/demo.html b/static/usage/v7/input/fill/demo.html
index 4edabe51ccf..7f76d85601a 100644
--- a/static/usage/v7/input/fill/demo.html
+++ b/static/usage/v7/input/fill/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/input/filtering/demo.html b/static/usage/v7/input/filtering/demo.html
index c2212ce612f..f8862ea04cc 100644
--- a/static/usage/v7/input/filtering/demo.html
+++ b/static/usage/v7/input/filtering/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/input/helper-error/demo.html b/static/usage/v7/input/helper-error/demo.html
index 71d7bf67916..e5200250ade 100644
--- a/static/usage/v7/input/helper-error/demo.html
+++ b/static/usage/v7/input/helper-error/demo.html
@@ -1,4 +1,4 @@
-
+
@@ -39,7 +39,7 @@
const validateEmail = (email) => {
return email.match(
- /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
+ /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
);
};
diff --git a/static/usage/v7/input/helper-error/javascript.md b/static/usage/v7/input/helper-error/javascript.md
index 406f1e6e797..8c215df4aad 100644
--- a/static/usage/v7/input/helper-error/javascript.md
+++ b/static/usage/v7/input/helper-error/javascript.md
@@ -16,7 +16,7 @@
const validateEmail = (email) => {
return email.match(
- /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
+ /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
);
};
diff --git a/static/usage/v7/input/helper-error/react.md b/static/usage/v7/input/helper-error/react.md
index 88b2051f003..0c09e15586c 100644
--- a/static/usage/v7/input/helper-error/react.md
+++ b/static/usage/v7/input/helper-error/react.md
@@ -8,7 +8,7 @@ function Example() {
const validateEmail = (email: string) => {
return email.match(
- /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
+ /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
);
};
diff --git a/static/usage/v7/input/helper-error/vue.md b/static/usage/v7/input/helper-error/vue.md
index e4f5ef538b6..0c678b59b32 100644
--- a/static/usage/v7/input/helper-error/vue.md
+++ b/static/usage/v7/input/helper-error/vue.md
@@ -22,7 +22,7 @@
methods: {
validateEmail(email) {
return email.match(
- /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
+ /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
);
},
diff --git a/static/usage/v7/input/label-placement/demo.html b/static/usage/v7/input/label-placement/demo.html
index 11d94a4fb6e..4e715de222e 100644
--- a/static/usage/v7/input/label-placement/demo.html
+++ b/static/usage/v7/input/label-placement/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/input/label-slot/demo.html b/static/usage/v7/input/label-slot/demo.html
index 365d55c07ff..e4e771056af 100644
--- a/static/usage/v7/input/label-slot/demo.html
+++ b/static/usage/v7/input/label-slot/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/input/mask/demo.html b/static/usage/v7/input/mask/demo.html
index ef1938c39c0..17bf70d1b02 100644
--- a/static/usage/v7/input/mask/demo.html
+++ b/static/usage/v7/input/mask/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/input/no-visible-label/demo.html b/static/usage/v7/input/no-visible-label/demo.html
index ad40d25bcc7..3cb9d7c0de0 100644
--- a/static/usage/v7/input/no-visible-label/demo.html
+++ b/static/usage/v7/input/no-visible-label/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/input/set-focus/demo.html b/static/usage/v7/input/set-focus/demo.html
index 485a40db1de..5e3899bec58 100644
--- a/static/usage/v7/input/set-focus/demo.html
+++ b/static/usage/v7/input/set-focus/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/input/start-end-slots/demo.html b/static/usage/v7/input/start-end-slots/demo.html
index c29c1efd33f..e39c66e910f 100644
--- a/static/usage/v7/input/start-end-slots/demo.html
+++ b/static/usage/v7/input/start-end-slots/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/input/theming/colors/demo.html b/static/usage/v7/input/theming/colors/demo.html
index 53b5beabe37..0cff9eaaf01 100644
--- a/static/usage/v7/input/theming/colors/demo.html
+++ b/static/usage/v7/input/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/input/theming/css-properties/demo.html b/static/usage/v7/input/theming/css-properties/demo.html
index cc5ec4493de..000e780f991 100644
--- a/static/usage/v7/input/theming/css-properties/demo.html
+++ b/static/usage/v7/input/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/input/types/demo.html b/static/usage/v7/input/types/demo.html
index 4b4ab169921..d88fd676020 100644
--- a/static/usage/v7/input/types/demo.html
+++ b/static/usage/v7/input/types/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item-divider/basic/demo.html b/static/usage/v7/item-divider/basic/demo.html
index 9c9af02d49e..cd3b946175f 100644
--- a/static/usage/v7/item-divider/basic/demo.html
+++ b/static/usage/v7/item-divider/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item-divider/theming/colors/demo.html b/static/usage/v7/item-divider/theming/colors/demo.html
index d32c997421e..a07cce6ffb3 100644
--- a/static/usage/v7/item-divider/theming/colors/demo.html
+++ b/static/usage/v7/item-divider/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item-divider/theming/css-properties/demo.html b/static/usage/v7/item-divider/theming/css-properties/demo.html
index b768e217552..22bab9d8f15 100644
--- a/static/usage/v7/item-divider/theming/css-properties/demo.html
+++ b/static/usage/v7/item-divider/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item-group/basic/demo.html b/static/usage/v7/item-group/basic/demo.html
index c749f61dfdf..6087ada6bf9 100644
--- a/static/usage/v7/item-group/basic/demo.html
+++ b/static/usage/v7/item-group/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item-group/sliding-items/demo.html b/static/usage/v7/item-group/sliding-items/demo.html
index 062c96048e9..a2cc4c67cd3 100644
--- a/static/usage/v7/item-group/sliding-items/demo.html
+++ b/static/usage/v7/item-group/sliding-items/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item-sliding/basic/demo.html b/static/usage/v7/item-sliding/basic/demo.html
index d35884b63e0..bb780b1d5c8 100644
--- a/static/usage/v7/item-sliding/basic/demo.html
+++ b/static/usage/v7/item-sliding/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item-sliding/expandable/demo.html b/static/usage/v7/item-sliding/expandable/demo.html
index 16a2e8675bd..4631c2c2709 100644
--- a/static/usage/v7/item-sliding/expandable/demo.html
+++ b/static/usage/v7/item-sliding/expandable/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item-sliding/icons/demo.html b/static/usage/v7/item-sliding/icons/demo.html
index 5ac6f21d98f..ce849274b10 100644
--- a/static/usage/v7/item-sliding/icons/demo.html
+++ b/static/usage/v7/item-sliding/icons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item/basic/demo.html b/static/usage/v7/item/basic/demo.html
index bfc6dce06dc..1382404bdb3 100644
--- a/static/usage/v7/item/basic/demo.html
+++ b/static/usage/v7/item/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item/buttons/demo.html b/static/usage/v7/item/buttons/demo.html
index e91c9919722..2eea0a37cf6 100644
--- a/static/usage/v7/item/buttons/demo.html
+++ b/static/usage/v7/item/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item/clickable/demo.html b/static/usage/v7/item/clickable/demo.html
index a33965a8c12..f1702b067a4 100644
--- a/static/usage/v7/item/clickable/demo.html
+++ b/static/usage/v7/item/clickable/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item/content-types/actions/demo.html b/static/usage/v7/item/content-types/actions/demo.html
index 941bf1373ec..ed1334ed74b 100644
--- a/static/usage/v7/item/content-types/actions/demo.html
+++ b/static/usage/v7/item/content-types/actions/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item/content-types/controls/demo.html b/static/usage/v7/item/content-types/controls/demo.html
index 5aedd698508..ede6220918c 100644
--- a/static/usage/v7/item/content-types/controls/demo.html
+++ b/static/usage/v7/item/content-types/controls/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item/content-types/metadata/demo.html b/static/usage/v7/item/content-types/metadata/demo.html
index 11779500188..f993c21ee4c 100644
--- a/static/usage/v7/item/content-types/metadata/demo.html
+++ b/static/usage/v7/item/content-types/metadata/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item/content-types/supporting-visuals/demo.html b/static/usage/v7/item/content-types/supporting-visuals/demo.html
index 38058545800..217214d930e 100644
--- a/static/usage/v7/item/content-types/supporting-visuals/demo.html
+++ b/static/usage/v7/item/content-types/supporting-visuals/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item/content-types/text/demo.html b/static/usage/v7/item/content-types/text/demo.html
index 88fcbf9f56c..7f4b15cde20 100644
--- a/static/usage/v7/item/content-types/text/demo.html
+++ b/static/usage/v7/item/content-types/text/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item/detail-arrows/demo.html b/static/usage/v7/item/detail-arrows/demo.html
index 44d786de758..443a55dfc01 100644
--- a/static/usage/v7/item/detail-arrows/demo.html
+++ b/static/usage/v7/item/detail-arrows/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item/inputs/demo.html b/static/usage/v7/item/inputs/demo.html
index 7d8bcb7d162..c5eec4e2188 100644
--- a/static/usage/v7/item/inputs/demo.html
+++ b/static/usage/v7/item/inputs/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item/lines/demo.html b/static/usage/v7/item/lines/demo.html
index 9d7f7ff3959..4cf97b5f7cf 100644
--- a/static/usage/v7/item/lines/demo.html
+++ b/static/usage/v7/item/lines/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item/media/demo.html b/static/usage/v7/item/media/demo.html
index 777e23e3a54..456f4cfc176 100644
--- a/static/usage/v7/item/media/demo.html
+++ b/static/usage/v7/item/media/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item/theming/colors/demo.html b/static/usage/v7/item/theming/colors/demo.html
index 93a8bc44c88..29a0dbc1cb8 100644
--- a/static/usage/v7/item/theming/colors/demo.html
+++ b/static/usage/v7/item/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item/theming/css-properties/demo.html b/static/usage/v7/item/theming/css-properties/demo.html
index 67e4cd2ea81..78c4632af70 100644
--- a/static/usage/v7/item/theming/css-properties/demo.html
+++ b/static/usage/v7/item/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item/theming/css-shadow-parts/demo.html b/static/usage/v7/item/theming/css-shadow-parts/demo.html
index 1cce814767f..cf5b9dce5dc 100644
--- a/static/usage/v7/item/theming/css-shadow-parts/demo.html
+++ b/static/usage/v7/item/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/item/theming/input-highlight/demo.html b/static/usage/v7/item/theming/input-highlight/demo.html
index b5ca424c44e..f2814af08d6 100644
--- a/static/usage/v7/item/theming/input-highlight/demo.html
+++ b/static/usage/v7/item/theming/input-highlight/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/keyboard/enterkeyhint/demo.html b/static/usage/v7/keyboard/enterkeyhint/demo.html
index 5b1e74c98eb..3aaa90503fe 100644
--- a/static/usage/v7/keyboard/enterkeyhint/demo.html
+++ b/static/usage/v7/keyboard/enterkeyhint/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/keyboard/inputmode/demo.html b/static/usage/v7/keyboard/inputmode/demo.html
index d562e870bdb..d302f6a821d 100644
--- a/static/usage/v7/keyboard/inputmode/demo.html
+++ b/static/usage/v7/keyboard/inputmode/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/label/basic/demo.html b/static/usage/v7/label/basic/demo.html
index b570a837417..f1ecc62c294 100644
--- a/static/usage/v7/label/basic/demo.html
+++ b/static/usage/v7/label/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/label/input/demo.html b/static/usage/v7/label/input/demo.html
index e92e96e4fef..6ec98df89f0 100644
--- a/static/usage/v7/label/input/demo.html
+++ b/static/usage/v7/label/input/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/label/item/demo.html b/static/usage/v7/label/item/demo.html
index 59d6f405957..62ce45fee8e 100644
--- a/static/usage/v7/label/item/demo.html
+++ b/static/usage/v7/label/item/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/label/theming/colors/demo.html b/static/usage/v7/label/theming/colors/demo.html
index 46fb054b526..4f213ccd983 100644
--- a/static/usage/v7/label/theming/colors/demo.html
+++ b/static/usage/v7/label/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/layout/dynamic-font-scaling/demo.html b/static/usage/v7/layout/dynamic-font-scaling/demo.html
index 0f9a5c88b10..70c36c65769 100644
--- a/static/usage/v7/layout/dynamic-font-scaling/demo.html
+++ b/static/usage/v7/layout/dynamic-font-scaling/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/list-header/basic/demo.html b/static/usage/v7/list-header/basic/demo.html
index d875683c78a..506433d3937 100644
--- a/static/usage/v7/list-header/basic/demo.html
+++ b/static/usage/v7/list-header/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/list-header/buttons/demo.html b/static/usage/v7/list-header/buttons/demo.html
index c74a08cf470..1913efbd89b 100644
--- a/static/usage/v7/list-header/buttons/demo.html
+++ b/static/usage/v7/list-header/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/list-header/lines/demo.html b/static/usage/v7/list-header/lines/demo.html
index 61a3ab95b48..893906d0b47 100644
--- a/static/usage/v7/list-header/lines/demo.html
+++ b/static/usage/v7/list-header/lines/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/list-header/theming/colors/demo.html b/static/usage/v7/list-header/theming/colors/demo.html
index 7ed9060f035..2b98c67ea47 100644
--- a/static/usage/v7/list-header/theming/colors/demo.html
+++ b/static/usage/v7/list-header/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/list-header/theming/css-properties/demo.html b/static/usage/v7/list-header/theming/css-properties/demo.html
index e3fc976042e..4429bbc5303 100644
--- a/static/usage/v7/list-header/theming/css-properties/demo.html
+++ b/static/usage/v7/list-header/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/list/basic/demo.html b/static/usage/v7/list/basic/demo.html
index 1b561aea2ef..c5a2200a7b0 100644
--- a/static/usage/v7/list/basic/demo.html
+++ b/static/usage/v7/list/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/list/inset/demo.html b/static/usage/v7/list/inset/demo.html
index a55446dc964..cb49d24f3e8 100644
--- a/static/usage/v7/list/inset/demo.html
+++ b/static/usage/v7/list/inset/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/list/lines/demo.html b/static/usage/v7/list/lines/demo.html
index c2cdef4e6a7..2f208a65812 100644
--- a/static/usage/v7/list/lines/demo.html
+++ b/static/usage/v7/list/lines/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/loading/controller/demo.html b/static/usage/v7/loading/controller/demo.html
index 644d7a39431..2dc5eeeffde 100644
--- a/static/usage/v7/loading/controller/demo.html
+++ b/static/usage/v7/loading/controller/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/loading/inline/demo.html b/static/usage/v7/loading/inline/demo.html
index 5e8671fbfd6..3a222bdc14c 100644
--- a/static/usage/v7/loading/inline/demo.html
+++ b/static/usage/v7/loading/inline/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/loading/spinners/demo.html b/static/usage/v7/loading/spinners/demo.html
index ec3a684b875..c0bd5ca8ef1 100644
--- a/static/usage/v7/loading/spinners/demo.html
+++ b/static/usage/v7/loading/spinners/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/loading/theming/demo.html b/static/usage/v7/loading/theming/demo.html
index b0be455e948..ecae1ab77ec 100644
--- a/static/usage/v7/loading/theming/demo.html
+++ b/static/usage/v7/loading/theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/menu/basic/demo.html b/static/usage/v7/menu/basic/demo.html
index ffd889d763c..bac86b6b212 100644
--- a/static/usage/v7/menu/basic/demo.html
+++ b/static/usage/v7/menu/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/menu/multiple/demo.html b/static/usage/v7/menu/multiple/demo.html
index 57aa75152e0..cf18454a6c5 100644
--- a/static/usage/v7/menu/multiple/demo.html
+++ b/static/usage/v7/menu/multiple/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/menu/sides/demo.html b/static/usage/v7/menu/sides/demo.html
index c15c8a9f735..0354b832fe3 100644
--- a/static/usage/v7/menu/sides/demo.html
+++ b/static/usage/v7/menu/sides/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/menu/theming/demo.html b/static/usage/v7/menu/theming/demo.html
index 8ce7fc0772d..d29459a794b 100644
--- a/static/usage/v7/menu/theming/demo.html
+++ b/static/usage/v7/menu/theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/menu/toggle/demo.html b/static/usage/v7/menu/toggle/demo.html
index fdd4aa007d2..25a3fe46f27 100644
--- a/static/usage/v7/menu/toggle/demo.html
+++ b/static/usage/v7/menu/toggle/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/menu/type/demo.html b/static/usage/v7/menu/type/demo.html
index cd89b3aaa6b..bdfae8d1ba1 100644
--- a/static/usage/v7/menu/type/demo.html
+++ b/static/usage/v7/menu/type/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/menu/type/react.md b/static/usage/v7/menu/type/react.md
index af341a0e753..d68a04a7ca9 100644
--- a/static/usage/v7/menu/type/react.md
+++ b/static/usage/v7/menu/type/react.md
@@ -61,7 +61,8 @@ function Example() {
push
-
+ {' '}
+
Click to open the menu
diff --git a/static/usage/v7/modal/can-dismiss/boolean/demo.html b/static/usage/v7/modal/can-dismiss/boolean/demo.html
index a98d058a4d2..0ebdac67456 100644
--- a/static/usage/v7/modal/can-dismiss/boolean/demo.html
+++ b/static/usage/v7/modal/can-dismiss/boolean/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/modal/can-dismiss/child-state/demo.html b/static/usage/v7/modal/can-dismiss/child-state/demo.html
index 742812fb107..85f7d698774 100644
--- a/static/usage/v7/modal/can-dismiss/child-state/demo.html
+++ b/static/usage/v7/modal/can-dismiss/child-state/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/modal/can-dismiss/function/demo.html b/static/usage/v7/modal/can-dismiss/function/demo.html
index 7416734c5b5..44070c0889c 100644
--- a/static/usage/v7/modal/can-dismiss/function/demo.html
+++ b/static/usage/v7/modal/can-dismiss/function/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/modal/can-dismiss/prevent-swipe-to-close/demo.html b/static/usage/v7/modal/can-dismiss/prevent-swipe-to-close/demo.html
index 6c6b264cb96..f62f0c64d9f 100644
--- a/static/usage/v7/modal/can-dismiss/prevent-swipe-to-close/demo.html
+++ b/static/usage/v7/modal/can-dismiss/prevent-swipe-to-close/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/modal/card/basic/demo.html b/static/usage/v7/modal/card/basic/demo.html
index 87cffa98c74..f6b5c935731 100644
--- a/static/usage/v7/modal/card/basic/demo.html
+++ b/static/usage/v7/modal/card/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/modal/controller/demo.html b/static/usage/v7/modal/controller/demo.html
index 939dcc0a45f..84d8a6d32f0 100644
--- a/static/usage/v7/modal/controller/demo.html
+++ b/static/usage/v7/modal/controller/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/modal/custom-dialogs/demo.html b/static/usage/v7/modal/custom-dialogs/demo.html
index 76a01cfd6ac..1f32ab1de19 100644
--- a/static/usage/v7/modal/custom-dialogs/demo.html
+++ b/static/usage/v7/modal/custom-dialogs/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/modal/inline/basic/demo.html b/static/usage/v7/modal/inline/basic/demo.html
index 46e54976b8e..6fa2540eeb1 100644
--- a/static/usage/v7/modal/inline/basic/demo.html
+++ b/static/usage/v7/modal/inline/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/modal/inline/basic/react.md b/static/usage/v7/modal/inline/basic/react.md
index 0ca73d66844..11df0de0832 100644
--- a/static/usage/v7/modal/inline/basic/react.md
+++ b/static/usage/v7/modal/inline/basic/react.md
@@ -19,7 +19,7 @@ function Example() {
const input = useRef(null);
const [message, setMessage] = useState(
- 'This modal example uses triggers to automatically open a modal when the button is clicked.'
+ 'This modal example uses triggers to automatically open a modal when the button is clicked.',
);
function confirm() {
diff --git a/static/usage/v7/modal/inline/is-open/demo.html b/static/usage/v7/modal/inline/is-open/demo.html
index b01611df490..1fcf7437516 100644
--- a/static/usage/v7/modal/inline/is-open/demo.html
+++ b/static/usage/v7/modal/inline/is-open/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/modal/performance/mount/demo.html b/static/usage/v7/modal/performance/mount/demo.html
index 68d1e86c36e..4bb3634b7bb 100644
--- a/static/usage/v7/modal/performance/mount/demo.html
+++ b/static/usage/v7/modal/performance/mount/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/modal/sheet/auto-height/demo.html b/static/usage/v7/modal/sheet/auto-height/demo.html
index 56b9cf6baea..93a6c93e895 100644
--- a/static/usage/v7/modal/sheet/auto-height/demo.html
+++ b/static/usage/v7/modal/sheet/auto-height/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/modal/sheet/background-content/demo.html b/static/usage/v7/modal/sheet/background-content/demo.html
index 526efc3c337..985b2ce1138 100644
--- a/static/usage/v7/modal/sheet/background-content/demo.html
+++ b/static/usage/v7/modal/sheet/background-content/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/modal/sheet/basic/demo.html b/static/usage/v7/modal/sheet/basic/demo.html
index 7030dbc9ee4..710906dd8a1 100644
--- a/static/usage/v7/modal/sheet/basic/demo.html
+++ b/static/usage/v7/modal/sheet/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/modal/sheet/handle-behavior/demo.html b/static/usage/v7/modal/sheet/handle-behavior/demo.html
index d0d8509e23b..6ff23a7b9d7 100644
--- a/static/usage/v7/modal/sheet/handle-behavior/demo.html
+++ b/static/usage/v7/modal/sheet/handle-behavior/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/modal/styling/animations/demo.html b/static/usage/v7/modal/styling/animations/demo.html
index b52aea73eba..2bcaa2a3436 100644
--- a/static/usage/v7/modal/styling/animations/demo.html
+++ b/static/usage/v7/modal/styling/animations/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/modal/styling/theming/demo.html b/static/usage/v7/modal/styling/theming/demo.html
index a6bb455a733..054bf30e68b 100644
--- a/static/usage/v7/modal/styling/theming/demo.html
+++ b/static/usage/v7/modal/styling/theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/nav/modal-navigation/demo.html b/static/usage/v7/nav/modal-navigation/demo.html
index c73af505f06..4650db3c4d1 100644
--- a/static/usage/v7/nav/modal-navigation/demo.html
+++ b/static/usage/v7/nav/modal-navigation/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/nav/nav-link/demo.html b/static/usage/v7/nav/nav-link/demo.html
index 16c050f765d..951f0203559 100644
--- a/static/usage/v7/nav/nav-link/demo.html
+++ b/static/usage/v7/nav/nav-link/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/note/basic/demo.html b/static/usage/v7/note/basic/demo.html
index a5bd8e25cda..8a63665d9cd 100644
--- a/static/usage/v7/note/basic/demo.html
+++ b/static/usage/v7/note/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/note/item/demo.html b/static/usage/v7/note/item/demo.html
index 0ca7898398e..a0c94930d7d 100644
--- a/static/usage/v7/note/item/demo.html
+++ b/static/usage/v7/note/item/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/note/theming/colors/demo.html b/static/usage/v7/note/theming/colors/demo.html
index 949c1a70ea0..0fec4f76b31 100644
--- a/static/usage/v7/note/theming/colors/demo.html
+++ b/static/usage/v7/note/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/note/theming/css-properties/demo.html b/static/usage/v7/note/theming/css-properties/demo.html
index def0d484932..d7334795154 100644
--- a/static/usage/v7/note/theming/css-properties/demo.html
+++ b/static/usage/v7/note/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/picker/controller/demo.html b/static/usage/v7/picker/controller/demo.html
index 3874b0e4e73..d5ff03a1567 100644
--- a/static/usage/v7/picker/controller/demo.html
+++ b/static/usage/v7/picker/controller/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/picker/inline/isOpen/demo.html b/static/usage/v7/picker/inline/isOpen/demo.html
index b7799a8e33e..729d102dfea 100644
--- a/static/usage/v7/picker/inline/isOpen/demo.html
+++ b/static/usage/v7/picker/inline/isOpen/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/picker/inline/trigger/demo.html b/static/usage/v7/picker/inline/trigger/demo.html
index f80d1fc7d41..c34685b0421 100644
--- a/static/usage/v7/picker/inline/trigger/demo.html
+++ b/static/usage/v7/picker/inline/trigger/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/picker/multiple-column/demo.html b/static/usage/v7/picker/multiple-column/demo.html
index 57476d2c4b0..db8395a81a1 100644
--- a/static/usage/v7/picker/multiple-column/demo.html
+++ b/static/usage/v7/picker/multiple-column/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/popover/customization/positioning/demo.html b/static/usage/v7/popover/customization/positioning/demo.html
index 89dd76c48da..4bd4803eb03 100644
--- a/static/usage/v7/popover/customization/positioning/demo.html
+++ b/static/usage/v7/popover/customization/positioning/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/popover/customization/sizing/demo.html b/static/usage/v7/popover/customization/sizing/demo.html
index bb3a3ec330d..b24d7e9d0ef 100644
--- a/static/usage/v7/popover/customization/sizing/demo.html
+++ b/static/usage/v7/popover/customization/sizing/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/popover/customization/styling/demo.html b/static/usage/v7/popover/customization/styling/demo.html
index 2eb6378e813..14ea0737efb 100644
--- a/static/usage/v7/popover/customization/styling/demo.html
+++ b/static/usage/v7/popover/customization/styling/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/popover/nested/demo.html b/static/usage/v7/popover/nested/demo.html
index f9fd443068b..5420c276eb0 100644
--- a/static/usage/v7/popover/nested/demo.html
+++ b/static/usage/v7/popover/nested/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/popover/performance/mount/demo.html b/static/usage/v7/popover/performance/mount/demo.html
index 4c49e21ee80..83f4bc96535 100644
--- a/static/usage/v7/popover/performance/mount/demo.html
+++ b/static/usage/v7/popover/performance/mount/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/popover/presenting/controller/demo.html b/static/usage/v7/popover/presenting/controller/demo.html
index 398f7c2bb23..70c782e5771 100644
--- a/static/usage/v7/popover/presenting/controller/demo.html
+++ b/static/usage/v7/popover/presenting/controller/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/popover/presenting/inline-isopen/demo.html b/static/usage/v7/popover/presenting/inline-isopen/demo.html
index 7596ad956b5..67fbac175d8 100644
--- a/static/usage/v7/popover/presenting/inline-isopen/demo.html
+++ b/static/usage/v7/popover/presenting/inline-isopen/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/popover/presenting/inline-trigger/demo.html b/static/usage/v7/popover/presenting/inline-trigger/demo.html
index 3bb0ccaa421..9faf7599e92 100644
--- a/static/usage/v7/popover/presenting/inline-trigger/demo.html
+++ b/static/usage/v7/popover/presenting/inline-trigger/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/progress-bar/buffer/demo.html b/static/usage/v7/progress-bar/buffer/demo.html
index 689d5740b97..6947af24569 100644
--- a/static/usage/v7/progress-bar/buffer/demo.html
+++ b/static/usage/v7/progress-bar/buffer/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/progress-bar/determinate/demo.html b/static/usage/v7/progress-bar/determinate/demo.html
index 707cfe4cc85..42a0e1c81e8 100644
--- a/static/usage/v7/progress-bar/determinate/demo.html
+++ b/static/usage/v7/progress-bar/determinate/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/progress-bar/indeterminate/demo.html b/static/usage/v7/progress-bar/indeterminate/demo.html
index 76398cdaaf1..4b0fa699184 100644
--- a/static/usage/v7/progress-bar/indeterminate/demo.html
+++ b/static/usage/v7/progress-bar/indeterminate/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/progress-bar/theming/colors/demo.html b/static/usage/v7/progress-bar/theming/colors/demo.html
index 23e9d0e8d4e..f5c58d6a5c4 100644
--- a/static/usage/v7/progress-bar/theming/colors/demo.html
+++ b/static/usage/v7/progress-bar/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/progress-bar/theming/css-properties/demo.html b/static/usage/v7/progress-bar/theming/css-properties/demo.html
index 88c61018dbf..83f79bd6d55 100644
--- a/static/usage/v7/progress-bar/theming/css-properties/demo.html
+++ b/static/usage/v7/progress-bar/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/progress-bar/theming/css-shadow-parts/demo.html b/static/usage/v7/progress-bar/theming/css-shadow-parts/demo.html
index e3a34e695ba..02c09882242 100644
--- a/static/usage/v7/progress-bar/theming/css-shadow-parts/demo.html
+++ b/static/usage/v7/progress-bar/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/radio/alignment/demo.html b/static/usage/v7/radio/alignment/demo.html
index 524408332a8..e73daab3a47 100644
--- a/static/usage/v7/radio/alignment/demo.html
+++ b/static/usage/v7/radio/alignment/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/radio/basic/demo.html b/static/usage/v7/radio/basic/demo.html
index a565e719008..a83cb6a1087 100644
--- a/static/usage/v7/radio/basic/demo.html
+++ b/static/usage/v7/radio/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/radio/empty-selection/demo.html b/static/usage/v7/radio/empty-selection/demo.html
index 7a92cd87e5e..c90796650a1 100644
--- a/static/usage/v7/radio/empty-selection/demo.html
+++ b/static/usage/v7/radio/empty-selection/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/radio/justify/demo.html b/static/usage/v7/radio/justify/demo.html
index 94ca837c012..fcf0b875a9f 100644
--- a/static/usage/v7/radio/justify/demo.html
+++ b/static/usage/v7/radio/justify/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/radio/label-placement/demo.html b/static/usage/v7/radio/label-placement/demo.html
index ac9971e4e19..9a699057732 100644
--- a/static/usage/v7/radio/label-placement/demo.html
+++ b/static/usage/v7/radio/label-placement/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/radio/theming/colors/demo.html b/static/usage/v7/radio/theming/colors/demo.html
index 59d278b9c1e..142baf91e4e 100644
--- a/static/usage/v7/radio/theming/colors/demo.html
+++ b/static/usage/v7/radio/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/radio/theming/css-properties/demo.html b/static/usage/v7/radio/theming/css-properties/demo.html
index 16107832e2f..f008937f913 100644
--- a/static/usage/v7/radio/theming/css-properties/demo.html
+++ b/static/usage/v7/radio/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/radio/theming/css-shadow-parts/demo.html b/static/usage/v7/radio/theming/css-shadow-parts/demo.html
index b70c8c2a072..8059e29ad62 100644
--- a/static/usage/v7/radio/theming/css-shadow-parts/demo.html
+++ b/static/usage/v7/radio/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/radio/using-comparewith/demo.html b/static/usage/v7/radio/using-comparewith/demo.html
index 133f5585735..b67ab098692 100644
--- a/static/usage/v7/radio/using-comparewith/demo.html
+++ b/static/usage/v7/radio/using-comparewith/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/range/basic/demo.html b/static/usage/v7/range/basic/demo.html
index 46bc8378875..70e685f642f 100644
--- a/static/usage/v7/range/basic/demo.html
+++ b/static/usage/v7/range/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/range/dual-knobs/demo.html b/static/usage/v7/range/dual-knobs/demo.html
index f339d2dced2..969204f8f08 100644
--- a/static/usage/v7/range/dual-knobs/demo.html
+++ b/static/usage/v7/range/dual-knobs/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/range/ion-change-event/demo.html b/static/usage/v7/range/ion-change-event/demo.html
index 159c6f1dd11..75412a3cbfd 100644
--- a/static/usage/v7/range/ion-change-event/demo.html
+++ b/static/usage/v7/range/ion-change-event/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/range/ion-knob-move-event/demo.html b/static/usage/v7/range/ion-knob-move-event/demo.html
index d5c2404b803..64be61dd2b8 100644
--- a/static/usage/v7/range/ion-knob-move-event/demo.html
+++ b/static/usage/v7/range/ion-knob-move-event/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/range/label-slot/demo.html b/static/usage/v7/range/label-slot/demo.html
index 95d5a9a0861..a1ec5b9864c 100644
--- a/static/usage/v7/range/label-slot/demo.html
+++ b/static/usage/v7/range/label-slot/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/range/labels/demo.html b/static/usage/v7/range/labels/demo.html
index a92da30cec7..e79c010aabe 100644
--- a/static/usage/v7/range/labels/demo.html
+++ b/static/usage/v7/range/labels/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/range/no-visible-label/demo.html b/static/usage/v7/range/no-visible-label/demo.html
index 46bc8378875..70e685f642f 100644
--- a/static/usage/v7/range/no-visible-label/demo.html
+++ b/static/usage/v7/range/no-visible-label/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/range/pins/demo.html b/static/usage/v7/range/pins/demo.html
index de931c21baa..1c3256a83ef 100644
--- a/static/usage/v7/range/pins/demo.html
+++ b/static/usage/v7/range/pins/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/range/slots/demo.html b/static/usage/v7/range/slots/demo.html
index c80ad847270..00475db16b3 100644
--- a/static/usage/v7/range/slots/demo.html
+++ b/static/usage/v7/range/slots/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/range/snapping-ticks/demo.html b/static/usage/v7/range/snapping-ticks/demo.html
index f72cedded94..e30ab0f2eb0 100644
--- a/static/usage/v7/range/snapping-ticks/demo.html
+++ b/static/usage/v7/range/snapping-ticks/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/range/theming/css-properties/demo.html b/static/usage/v7/range/theming/css-properties/demo.html
index 0090e465787..15b2609680e 100644
--- a/static/usage/v7/range/theming/css-properties/demo.html
+++ b/static/usage/v7/range/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/range/theming/css-shadow-parts/angular/example_component_css.md b/static/usage/v7/range/theming/css-shadow-parts/angular/example_component_css.md
index 0092daad827..5881536d82c 100644
--- a/static/usage/v7/range/theming/css-shadow-parts/angular/example_component_css.md
+++ b/static/usage/v7/range/theming/css-shadow-parts/angular/example_component_css.md
@@ -22,7 +22,9 @@ ion-range::part(pin) {
min-width: 28px;
height: 28px;
- transition: transform 120ms ease, background 120ms ease;
+ transition:
+ transform 120ms ease,
+ background 120ms ease;
}
ion-range::part(pin)::before {
diff --git a/static/usage/v7/range/theming/css-shadow-parts/demo.html b/static/usage/v7/range/theming/css-shadow-parts/demo.html
index 5f7cb581c92..3e2ab177830 100644
--- a/static/usage/v7/range/theming/css-shadow-parts/demo.html
+++ b/static/usage/v7/range/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
@@ -36,7 +36,9 @@
min-width: 28px;
height: 28px;
- transition: transform 120ms ease, background 120ms ease;
+ transition:
+ transform 120ms ease,
+ background 120ms ease;
}
ion-range::part(pin)::before {
diff --git a/static/usage/v7/range/theming/css-shadow-parts/javascript.md b/static/usage/v7/range/theming/css-shadow-parts/javascript.md
index 87e968a80c8..bc615f59a4c 100644
--- a/static/usage/v7/range/theming/css-shadow-parts/javascript.md
+++ b/static/usage/v7/range/theming/css-shadow-parts/javascript.md
@@ -25,7 +25,9 @@
min-width: 28px;
height: 28px;
- transition: transform 120ms ease, background 120ms ease;
+ transition:
+ transform 120ms ease,
+ background 120ms ease;
}
ion-range::part(pin)::before {
diff --git a/static/usage/v7/range/theming/css-shadow-parts/react/main_css.md b/static/usage/v7/range/theming/css-shadow-parts/react/main_css.md
index 0092daad827..5881536d82c 100644
--- a/static/usage/v7/range/theming/css-shadow-parts/react/main_css.md
+++ b/static/usage/v7/range/theming/css-shadow-parts/react/main_css.md
@@ -22,7 +22,9 @@ ion-range::part(pin) {
min-width: 28px;
height: 28px;
- transition: transform 120ms ease, background 120ms ease;
+ transition:
+ transform 120ms ease,
+ background 120ms ease;
}
ion-range::part(pin)::before {
diff --git a/static/usage/v7/range/theming/css-shadow-parts/vue.md b/static/usage/v7/range/theming/css-shadow-parts/vue.md
index 91b55c3c3c5..7c90da8a679 100644
--- a/static/usage/v7/range/theming/css-shadow-parts/vue.md
+++ b/static/usage/v7/range/theming/css-shadow-parts/vue.md
@@ -23,7 +23,9 @@
min-width: 28px;
height: 28px;
- transition: transform 120ms ease, background 120ms ease;
+ transition:
+ transform 120ms ease,
+ background 120ms ease;
}
ion-range::part(pin)::before {
diff --git a/static/usage/v7/refresher/advanced/demo.html b/static/usage/v7/refresher/advanced/demo.html
index ca3a28775ce..fecca279f81 100644
--- a/static/usage/v7/refresher/advanced/demo.html
+++ b/static/usage/v7/refresher/advanced/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/refresher/basic/demo.html b/static/usage/v7/refresher/basic/demo.html
index 2b0649c7f26..833704047e5 100644
--- a/static/usage/v7/refresher/basic/demo.html
+++ b/static/usage/v7/refresher/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/refresher/custom-content/demo.html b/static/usage/v7/refresher/custom-content/demo.html
index 10621938dce..ae618e546c4 100644
--- a/static/usage/v7/refresher/custom-content/demo.html
+++ b/static/usage/v7/refresher/custom-content/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/refresher/custom-scroll-target/demo.html b/static/usage/v7/refresher/custom-scroll-target/demo.html
index 64ffb66ea66..179bafff5d8 100644
--- a/static/usage/v7/refresher/custom-scroll-target/demo.html
+++ b/static/usage/v7/refresher/custom-scroll-target/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/refresher/pull-properties/demo.html b/static/usage/v7/refresher/pull-properties/demo.html
index 2c9ee4e2d86..85d87eca6cd 100644
--- a/static/usage/v7/refresher/pull-properties/demo.html
+++ b/static/usage/v7/refresher/pull-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/reorder/basic/demo.html b/static/usage/v7/reorder/basic/demo.html
index 9ffa4c9cd97..412dbc4e13a 100644
--- a/static/usage/v7/reorder/basic/demo.html
+++ b/static/usage/v7/reorder/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/reorder/custom-icon/demo.html b/static/usage/v7/reorder/custom-icon/demo.html
index 07756d80344..e8a21916cfa 100644
--- a/static/usage/v7/reorder/custom-icon/demo.html
+++ b/static/usage/v7/reorder/custom-icon/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/reorder/custom-scroll-target/demo.html b/static/usage/v7/reorder/custom-scroll-target/demo.html
index 05289bad195..50d355878c7 100644
--- a/static/usage/v7/reorder/custom-scroll-target/demo.html
+++ b/static/usage/v7/reorder/custom-scroll-target/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/reorder/toggling-disabled/demo.html b/static/usage/v7/reorder/toggling-disabled/demo.html
index 9b6dd58ac7c..f5778cd4e91 100644
--- a/static/usage/v7/reorder/toggling-disabled/demo.html
+++ b/static/usage/v7/reorder/toggling-disabled/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/reorder/updating-data/demo.html b/static/usage/v7/reorder/updating-data/demo.html
index 67a1aea4235..5908219204e 100644
--- a/static/usage/v7/reorder/updating-data/demo.html
+++ b/static/usage/v7/reorder/updating-data/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/reorder/wrapper/demo.html b/static/usage/v7/reorder/wrapper/demo.html
index 0275d359c56..967cedb6a00 100644
--- a/static/usage/v7/reorder/wrapper/demo.html
+++ b/static/usage/v7/reorder/wrapper/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/ripple-effect/basic/demo.html b/static/usage/v7/ripple-effect/basic/demo.html
index 6ea670733e5..dc8e65a6827 100644
--- a/static/usage/v7/ripple-effect/basic/demo.html
+++ b/static/usage/v7/ripple-effect/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/ripple-effect/customizing/demo.html b/static/usage/v7/ripple-effect/customizing/demo.html
index e90d8e512bf..6983fb214e2 100644
--- a/static/usage/v7/ripple-effect/customizing/demo.html
+++ b/static/usage/v7/ripple-effect/customizing/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/ripple-effect/type/demo.html b/static/usage/v7/ripple-effect/type/demo.html
index 6c786723e18..ff3ab22adc1 100644
--- a/static/usage/v7/ripple-effect/type/demo.html
+++ b/static/usage/v7/ripple-effect/type/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/router/basic/demo.html b/static/usage/v7/router/basic/demo.html
index 8510248e03f..c11f1f35fdc 100644
--- a/static/usage/v7/router/basic/demo.html
+++ b/static/usage/v7/router/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/searchbar/basic/demo.html b/static/usage/v7/searchbar/basic/demo.html
index 06b67da971a..3015fd675d2 100644
--- a/static/usage/v7/searchbar/basic/demo.html
+++ b/static/usage/v7/searchbar/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/searchbar/cancel-button/demo.html b/static/usage/v7/searchbar/cancel-button/demo.html
index b133b38099b..38d961183af 100644
--- a/static/usage/v7/searchbar/cancel-button/demo.html
+++ b/static/usage/v7/searchbar/cancel-button/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/searchbar/clear-button/demo.html b/static/usage/v7/searchbar/clear-button/demo.html
index b8a5b6d7ec1..33e6560e86f 100644
--- a/static/usage/v7/searchbar/clear-button/demo.html
+++ b/static/usage/v7/searchbar/clear-button/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/searchbar/debounce/demo.html b/static/usage/v7/searchbar/debounce/demo.html
index 87663d6096b..7c0c110ee19 100644
--- a/static/usage/v7/searchbar/debounce/demo.html
+++ b/static/usage/v7/searchbar/debounce/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/searchbar/search-icon/demo.html b/static/usage/v7/searchbar/search-icon/demo.html
index d7213a2ae88..178724dbe23 100644
--- a/static/usage/v7/searchbar/search-icon/demo.html
+++ b/static/usage/v7/searchbar/search-icon/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/searchbar/theming/colors/demo.html b/static/usage/v7/searchbar/theming/colors/demo.html
index 6ff02886800..7f93fe1bc22 100644
--- a/static/usage/v7/searchbar/theming/colors/demo.html
+++ b/static/usage/v7/searchbar/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/searchbar/theming/css-properties/demo.html b/static/usage/v7/searchbar/theming/css-properties/demo.html
index 39f6c7be9fe..8ef8cd75b27 100644
--- a/static/usage/v7/searchbar/theming/css-properties/demo.html
+++ b/static/usage/v7/searchbar/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/segment-button/basic/demo.html b/static/usage/v7/segment-button/basic/demo.html
index eb389e1e5af..56f3c93d2a4 100644
--- a/static/usage/v7/segment-button/basic/demo.html
+++ b/static/usage/v7/segment-button/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/segment-button/layout/demo.html b/static/usage/v7/segment-button/layout/demo.html
index e12c900f8b9..145bfcd51cc 100644
--- a/static/usage/v7/segment-button/layout/demo.html
+++ b/static/usage/v7/segment-button/layout/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/segment-button/theming/css-properties/demo.html b/static/usage/v7/segment-button/theming/css-properties/demo.html
index fa682a3ef0e..21992006484 100644
--- a/static/usage/v7/segment-button/theming/css-properties/demo.html
+++ b/static/usage/v7/segment-button/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/segment-button/theming/css-shadow-parts/demo.html b/static/usage/v7/segment-button/theming/css-shadow-parts/demo.html
index 52dd139286f..5d9ca835117 100644
--- a/static/usage/v7/segment-button/theming/css-shadow-parts/demo.html
+++ b/static/usage/v7/segment-button/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/segment/basic/demo.html b/static/usage/v7/segment/basic/demo.html
index 545ae6685c2..9e5fc8a2700 100644
--- a/static/usage/v7/segment/basic/demo.html
+++ b/static/usage/v7/segment/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/segment/scrollable/demo.html b/static/usage/v7/segment/scrollable/demo.html
index 3aea80e099c..6089bc934e7 100644
--- a/static/usage/v7/segment/scrollable/demo.html
+++ b/static/usage/v7/segment/scrollable/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/segment/theming/colors/demo.html b/static/usage/v7/segment/theming/colors/demo.html
index 0ec4403ad46..7a3c08c2d09 100644
--- a/static/usage/v7/segment/theming/colors/demo.html
+++ b/static/usage/v7/segment/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/segment/theming/css-properties/demo.html b/static/usage/v7/segment/theming/css-properties/demo.html
index 2d98d32cff8..09102f9b5a6 100644
--- a/static/usage/v7/segment/theming/css-properties/demo.html
+++ b/static/usage/v7/segment/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/select/basic/multiple-selection/demo.html b/static/usage/v7/select/basic/multiple-selection/demo.html
index 291455d1da6..084a3cd40df 100644
--- a/static/usage/v7/select/basic/multiple-selection/demo.html
+++ b/static/usage/v7/select/basic/multiple-selection/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/select/basic/responding-to-interaction/demo.html b/static/usage/v7/select/basic/responding-to-interaction/demo.html
index a53cc94422e..83a19f9438e 100644
--- a/static/usage/v7/select/basic/responding-to-interaction/demo.html
+++ b/static/usage/v7/select/basic/responding-to-interaction/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/select/basic/single-selection/demo.html b/static/usage/v7/select/basic/single-selection/demo.html
index 1a85e80146c..65546068978 100644
--- a/static/usage/v7/select/basic/single-selection/demo.html
+++ b/static/usage/v7/select/basic/single-selection/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/select/customization/button-text/demo.html b/static/usage/v7/select/customization/button-text/demo.html
index 32efbc78e8f..2213b3cc00d 100644
--- a/static/usage/v7/select/customization/button-text/demo.html
+++ b/static/usage/v7/select/customization/button-text/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/select/customization/custom-toggle-icons/demo.html b/static/usage/v7/select/customization/custom-toggle-icons/demo.html
index 957a86275d0..e5fac5327de 100644
--- a/static/usage/v7/select/customization/custom-toggle-icons/demo.html
+++ b/static/usage/v7/select/customization/custom-toggle-icons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/select/customization/icon-flip-behavior/demo.html b/static/usage/v7/select/customization/icon-flip-behavior/demo.html
index 9fb13389596..11de41e74a6 100644
--- a/static/usage/v7/select/customization/icon-flip-behavior/demo.html
+++ b/static/usage/v7/select/customization/icon-flip-behavior/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/select/customization/interface-options/demo.html b/static/usage/v7/select/customization/interface-options/demo.html
index 40f187e5cfe..e5b1035b834 100644
--- a/static/usage/v7/select/customization/interface-options/demo.html
+++ b/static/usage/v7/select/customization/interface-options/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/select/customization/styling-select/demo.html b/static/usage/v7/select/customization/styling-select/demo.html
index fa1e3b4c778..4357707a795 100644
--- a/static/usage/v7/select/customization/styling-select/demo.html
+++ b/static/usage/v7/select/customization/styling-select/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/select/fill/demo.html b/static/usage/v7/select/fill/demo.html
index 49f641ac5f8..4e68cedbe83 100644
--- a/static/usage/v7/select/fill/demo.html
+++ b/static/usage/v7/select/fill/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/select/interfaces/action-sheet/demo.html b/static/usage/v7/select/interfaces/action-sheet/demo.html
index 743b3b9f153..75baabe8c4a 100644
--- a/static/usage/v7/select/interfaces/action-sheet/demo.html
+++ b/static/usage/v7/select/interfaces/action-sheet/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/select/interfaces/popover/demo.html b/static/usage/v7/select/interfaces/popover/demo.html
index 4744fd0788a..e1bcb926dee 100644
--- a/static/usage/v7/select/interfaces/popover/demo.html
+++ b/static/usage/v7/select/interfaces/popover/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/select/justify/demo.html b/static/usage/v7/select/justify/demo.html
index fa8391bdbaf..94e174561e7 100644
--- a/static/usage/v7/select/justify/demo.html
+++ b/static/usage/v7/select/justify/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/select/label-placement/demo.html b/static/usage/v7/select/label-placement/demo.html
index 6f538719e0a..da5b22670f4 100644
--- a/static/usage/v7/select/label-placement/demo.html
+++ b/static/usage/v7/select/label-placement/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/select/label-slot/demo.html b/static/usage/v7/select/label-slot/demo.html
index 7671db1504a..b8f6b7bce26 100644
--- a/static/usage/v7/select/label-slot/demo.html
+++ b/static/usage/v7/select/label-slot/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/select/no-visible-label/demo.html b/static/usage/v7/select/no-visible-label/demo.html
index 3b5a432ef27..5a8196f04db 100644
--- a/static/usage/v7/select/no-visible-label/demo.html
+++ b/static/usage/v7/select/no-visible-label/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/select/objects-as-values/multiple-selection/demo.html b/static/usage/v7/select/objects-as-values/multiple-selection/demo.html
index be0649f093a..d41ac5e4922 100644
--- a/static/usage/v7/select/objects-as-values/multiple-selection/demo.html
+++ b/static/usage/v7/select/objects-as-values/multiple-selection/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/select/objects-as-values/using-comparewith/demo.html b/static/usage/v7/select/objects-as-values/using-comparewith/demo.html
index c96c47e9b70..30ceeb9a371 100644
--- a/static/usage/v7/select/objects-as-values/using-comparewith/demo.html
+++ b/static/usage/v7/select/objects-as-values/using-comparewith/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/select/start-end-slots/demo.html b/static/usage/v7/select/start-end-slots/demo.html
index 19070edb419..44a2cc10a00 100644
--- a/static/usage/v7/select/start-end-slots/demo.html
+++ b/static/usage/v7/select/start-end-slots/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/select/typeahead/demo.html b/static/usage/v7/select/typeahead/demo.html
index 752e6574575..1ea127d343a 100644
--- a/static/usage/v7/select/typeahead/demo.html
+++ b/static/usage/v7/select/typeahead/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/select/typeahead/react/typeahead_component_tsx.md b/static/usage/v7/select/typeahead/react/typeahead_component_tsx.md
index 7aee53fae3f..5df9e7b2cdc 100644
--- a/static/usage/v7/select/typeahead/react/typeahead_component_tsx.md
+++ b/static/usage/v7/select/typeahead/react/typeahead_component_tsx.md
@@ -72,7 +72,7 @@ function AppTypeahead(props: TypeaheadProps) {
setFilteredItems(
props.items.filter((item) => {
return item.text.toLowerCase().includes(normalizedQuery);
- })
+ }),
);
}
};
diff --git a/static/usage/v7/skeleton-text/basic/demo.html b/static/usage/v7/skeleton-text/basic/demo.html
index 7c6df416390..1ff1d49fcb0 100644
--- a/static/usage/v7/skeleton-text/basic/demo.html
+++ b/static/usage/v7/skeleton-text/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/skeleton-text/theming/css-properties/demo.html b/static/usage/v7/skeleton-text/theming/css-properties/demo.html
index e21c9532576..d6e3609f408 100644
--- a/static/usage/v7/skeleton-text/theming/css-properties/demo.html
+++ b/static/usage/v7/skeleton-text/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/spinner/basic/demo.html b/static/usage/v7/spinner/basic/demo.html
index 1e969d7ff51..50c4ba50e9c 100644
--- a/static/usage/v7/spinner/basic/demo.html
+++ b/static/usage/v7/spinner/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/spinner/theming/colors/demo.html b/static/usage/v7/spinner/theming/colors/demo.html
index fa7606d7e01..829a9acf963 100644
--- a/static/usage/v7/spinner/theming/colors/demo.html
+++ b/static/usage/v7/spinner/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/spinner/theming/css-properties/demo.html b/static/usage/v7/spinner/theming/css-properties/demo.html
index b59a9a2ad6e..885887abc46 100644
--- a/static/usage/v7/spinner/theming/css-properties/demo.html
+++ b/static/usage/v7/spinner/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/spinner/theming/resizing/demo.html b/static/usage/v7/spinner/theming/resizing/demo.html
index 21a4b020cc9..ff0861417d6 100644
--- a/static/usage/v7/spinner/theming/resizing/demo.html
+++ b/static/usage/v7/spinner/theming/resizing/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/split-pane/basic/demo.html b/static/usage/v7/split-pane/basic/demo.html
index c616d23a589..b2b6b517791 100644
--- a/static/usage/v7/split-pane/basic/demo.html
+++ b/static/usage/v7/split-pane/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/split-pane/theming/css-properties/demo.html b/static/usage/v7/split-pane/theming/css-properties/demo.html
index b2e5daa0fcf..f1756c5a022 100644
--- a/static/usage/v7/split-pane/theming/css-properties/demo.html
+++ b/static/usage/v7/split-pane/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/tabs/router/demo.html b/static/usage/v7/tabs/router/demo.html
index 46cd7a68369..888ee617128 100644
--- a/static/usage/v7/tabs/router/demo.html
+++ b/static/usage/v7/tabs/router/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/text/basic/demo.html b/static/usage/v7/text/basic/demo.html
index cac5916da5f..ce51140865b 100644
--- a/static/usage/v7/text/basic/demo.html
+++ b/static/usage/v7/text/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/text/basic/react.md b/static/usage/v7/text/basic/react.md
index da8882e3bf5..e198ffa2e86 100644
--- a/static/usage/v7/text/basic/react.md
+++ b/static/usage/v7/text/basic/react.md
@@ -22,11 +22,16 @@ function Example() {
- I saw a werewolf with a Chinese menu in his hand. Walking through the
+ I saw a werewolf with a Chinese menu in his hand. Walking through the{' '}
+
streets
- of Soho in the rain. He
+ {' '}
+ of Soho in the rain. He{' '}
+
was
- looking for a place called Lee Ho Fook's. Gonna get a big dish of beef chow mein.
+ {' '}
+ looking for a place called Lee Ho Fook's. Gonna get a{' '}
+ big dish of beef chow mein.
>
);
diff --git a/static/usage/v7/textarea/autogrow/demo.html b/static/usage/v7/textarea/autogrow/demo.html
index c322f180428..752a105e765 100644
--- a/static/usage/v7/textarea/autogrow/demo.html
+++ b/static/usage/v7/textarea/autogrow/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/textarea/basic/demo.html b/static/usage/v7/textarea/basic/demo.html
index f4c1eaa9d57..9e48170406c 100644
--- a/static/usage/v7/textarea/basic/demo.html
+++ b/static/usage/v7/textarea/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/textarea/clear-on-edit/demo.html b/static/usage/v7/textarea/clear-on-edit/demo.html
index d2aa01ec749..861ef6b565b 100644
--- a/static/usage/v7/textarea/clear-on-edit/demo.html
+++ b/static/usage/v7/textarea/clear-on-edit/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/textarea/counter/demo.html b/static/usage/v7/textarea/counter/demo.html
index 45e74ac252f..f710c0a5f4f 100644
--- a/static/usage/v7/textarea/counter/demo.html
+++ b/static/usage/v7/textarea/counter/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/textarea/fill/demo.html b/static/usage/v7/textarea/fill/demo.html
index 395213b51f0..18fdf4a6c29 100644
--- a/static/usage/v7/textarea/fill/demo.html
+++ b/static/usage/v7/textarea/fill/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/textarea/helper-error/demo.html b/static/usage/v7/textarea/helper-error/demo.html
index bab6d9e9358..68d3b64bf00 100644
--- a/static/usage/v7/textarea/helper-error/demo.html
+++ b/static/usage/v7/textarea/helper-error/demo.html
@@ -1,4 +1,4 @@
-
+
@@ -38,7 +38,7 @@
const validateEmail = (email) => {
return email.match(
- /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
+ /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
);
};
diff --git a/static/usage/v7/textarea/helper-error/javascript.md b/static/usage/v7/textarea/helper-error/javascript.md
index ae7b0346037..246933866a9 100644
--- a/static/usage/v7/textarea/helper-error/javascript.md
+++ b/static/usage/v7/textarea/helper-error/javascript.md
@@ -15,7 +15,7 @@
const validateEmail = (email) => {
return email.match(
- /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
+ /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
);
};
diff --git a/static/usage/v7/textarea/helper-error/react.md b/static/usage/v7/textarea/helper-error/react.md
index b3b2e05e63b..61a41a2ca7b 100644
--- a/static/usage/v7/textarea/helper-error/react.md
+++ b/static/usage/v7/textarea/helper-error/react.md
@@ -10,7 +10,7 @@ function Example() {
const validateEmail = (email: string) => {
return email.match(
- /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
+ /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
);
};
diff --git a/static/usage/v7/textarea/helper-error/vue.md b/static/usage/v7/textarea/helper-error/vue.md
index 36412d18029..59c8451d58f 100644
--- a/static/usage/v7/textarea/helper-error/vue.md
+++ b/static/usage/v7/textarea/helper-error/vue.md
@@ -21,7 +21,7 @@
methods: {
validateEmail(email) {
return email.match(
- /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
+ /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
);
},
diff --git a/static/usage/v7/textarea/label-placement/demo.html b/static/usage/v7/textarea/label-placement/demo.html
index cab2dce5e97..baab84bfff7 100644
--- a/static/usage/v7/textarea/label-placement/demo.html
+++ b/static/usage/v7/textarea/label-placement/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/textarea/label-slot/demo.html b/static/usage/v7/textarea/label-slot/demo.html
index 11a4353b481..b7de4a521b6 100644
--- a/static/usage/v7/textarea/label-slot/demo.html
+++ b/static/usage/v7/textarea/label-slot/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/textarea/no-visible-label/demo.html b/static/usage/v7/textarea/no-visible-label/demo.html
index 547c9d6fbf3..992959f981a 100644
--- a/static/usage/v7/textarea/no-visible-label/demo.html
+++ b/static/usage/v7/textarea/no-visible-label/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/textarea/start-end-slots/demo.html b/static/usage/v7/textarea/start-end-slots/demo.html
index 7bef1042da2..dbbed080807 100644
--- a/static/usage/v7/textarea/start-end-slots/demo.html
+++ b/static/usage/v7/textarea/start-end-slots/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/textarea/theming/demo.html b/static/usage/v7/textarea/theming/demo.html
index cf311a85a7d..95e0a7df3a6 100644
--- a/static/usage/v7/textarea/theming/demo.html
+++ b/static/usage/v7/textarea/theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/theming/automatic-dark-mode/demo.html b/static/usage/v7/theming/automatic-dark-mode/demo.html
index b76fe45ee2e..2fbfc8fa450 100644
--- a/static/usage/v7/theming/automatic-dark-mode/demo.html
+++ b/static/usage/v7/theming/automatic-dark-mode/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/theming/manual-dark-mode/demo.html b/static/usage/v7/theming/manual-dark-mode/demo.html
index e12762147e9..60658f1f7a1 100644
--- a/static/usage/v7/theming/manual-dark-mode/demo.html
+++ b/static/usage/v7/theming/manual-dark-mode/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/thumbnail/basic/demo.html b/static/usage/v7/thumbnail/basic/demo.html
index 60aed483aa0..dca1ea7f316 100644
--- a/static/usage/v7/thumbnail/basic/demo.html
+++ b/static/usage/v7/thumbnail/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/thumbnail/item/demo.html b/static/usage/v7/thumbnail/item/demo.html
index 973c71cc3c8..2c47b540f0f 100644
--- a/static/usage/v7/thumbnail/item/demo.html
+++ b/static/usage/v7/thumbnail/item/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/thumbnail/theming/css-properties/demo.html b/static/usage/v7/thumbnail/theming/css-properties/demo.html
index f5a39352f81..27ee2ae86f1 100644
--- a/static/usage/v7/thumbnail/theming/css-properties/demo.html
+++ b/static/usage/v7/thumbnail/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/title/basic/demo.html b/static/usage/v7/title/basic/demo.html
index 069c529a39a..00e207b8a87 100644
--- a/static/usage/v7/title/basic/demo.html
+++ b/static/usage/v7/title/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/title/collapsible-large-title/basic/demo.html b/static/usage/v7/title/collapsible-large-title/basic/demo.html
index 7d2266b966d..d751363984d 100644
--- a/static/usage/v7/title/collapsible-large-title/basic/demo.html
+++ b/static/usage/v7/title/collapsible-large-title/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/title/collapsible-large-title/buttons/demo.html b/static/usage/v7/title/collapsible-large-title/buttons/demo.html
index 4b8caa4148d..ea1c01a1f52 100644
--- a/static/usage/v7/title/collapsible-large-title/buttons/demo.html
+++ b/static/usage/v7/title/collapsible-large-title/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/title/theming/css-properties/demo.html b/static/usage/v7/title/theming/css-properties/demo.html
index fe89e062608..193b11a3b22 100644
--- a/static/usage/v7/title/theming/css-properties/demo.html
+++ b/static/usage/v7/title/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toast/buttons/demo.html b/static/usage/v7/toast/buttons/demo.html
index 92cdbb97c07..e98d844d243 100644
--- a/static/usage/v7/toast/buttons/demo.html
+++ b/static/usage/v7/toast/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toast/icon/demo.html b/static/usage/v7/toast/icon/demo.html
index c2d816dcce8..9acc5796dd5 100644
--- a/static/usage/v7/toast/icon/demo.html
+++ b/static/usage/v7/toast/icon/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toast/inline/basic/demo.html b/static/usage/v7/toast/inline/basic/demo.html
index b2f22af22c4..ba18424e555 100644
--- a/static/usage/v7/toast/inline/basic/demo.html
+++ b/static/usage/v7/toast/inline/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toast/inline/is-open/demo.html b/static/usage/v7/toast/inline/is-open/demo.html
index fa8a65859e4..87596f6e35c 100644
--- a/static/usage/v7/toast/inline/is-open/demo.html
+++ b/static/usage/v7/toast/inline/is-open/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toast/layout/demo.html b/static/usage/v7/toast/layout/demo.html
index 0b5e602b943..d81067e8993 100644
--- a/static/usage/v7/toast/layout/demo.html
+++ b/static/usage/v7/toast/layout/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toast/position-anchor/demo.html b/static/usage/v7/toast/position-anchor/demo.html
index 51005413db2..577df853730 100644
--- a/static/usage/v7/toast/position-anchor/demo.html
+++ b/static/usage/v7/toast/position-anchor/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toast/presenting/controller/demo.html b/static/usage/v7/toast/presenting/controller/demo.html
index 79f51fd6a56..a47d2653b24 100644
--- a/static/usage/v7/toast/presenting/controller/demo.html
+++ b/static/usage/v7/toast/presenting/controller/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toast/swipe-gesture/demo.html b/static/usage/v7/toast/swipe-gesture/demo.html
index f3080326619..659bfbc3d61 100644
--- a/static/usage/v7/toast/swipe-gesture/demo.html
+++ b/static/usage/v7/toast/swipe-gesture/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toast/theming/demo.html b/static/usage/v7/toast/theming/demo.html
index 0a99be516a3..fe2ed5ac3b0 100644
--- a/static/usage/v7/toast/theming/demo.html
+++ b/static/usage/v7/toast/theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toggle/alignment/demo.html b/static/usage/v7/toggle/alignment/demo.html
index f54d4e6165a..01fc6acf039 100644
--- a/static/usage/v7/toggle/alignment/demo.html
+++ b/static/usage/v7/toggle/alignment/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toggle/basic/demo.html b/static/usage/v7/toggle/basic/demo.html
index ab58d07193a..208c372fae6 100644
--- a/static/usage/v7/toggle/basic/demo.html
+++ b/static/usage/v7/toggle/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toggle/justify/demo.html b/static/usage/v7/toggle/justify/demo.html
index 39d2d04cf89..4fcb1b54b67 100644
--- a/static/usage/v7/toggle/justify/demo.html
+++ b/static/usage/v7/toggle/justify/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toggle/label-placement/demo.html b/static/usage/v7/toggle/label-placement/demo.html
index a045777848b..a19db936ec7 100644
--- a/static/usage/v7/toggle/label-placement/demo.html
+++ b/static/usage/v7/toggle/label-placement/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toggle/list/demo.html b/static/usage/v7/toggle/list/demo.html
index a1aeb7bb406..fd8abbd034f 100644
--- a/static/usage/v7/toggle/list/demo.html
+++ b/static/usage/v7/toggle/list/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toggle/on-off/demo.html b/static/usage/v7/toggle/on-off/demo.html
index 36e497075da..7c4986b867f 100644
--- a/static/usage/v7/toggle/on-off/demo.html
+++ b/static/usage/v7/toggle/on-off/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toggle/theming/colors/demo.html b/static/usage/v7/toggle/theming/colors/demo.html
index 632673644ee..65d16f92687 100644
--- a/static/usage/v7/toggle/theming/colors/demo.html
+++ b/static/usage/v7/toggle/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toggle/theming/css-properties/demo.html b/static/usage/v7/toggle/theming/css-properties/demo.html
index 694b8ed101e..fc98624f62b 100644
--- a/static/usage/v7/toggle/theming/css-properties/demo.html
+++ b/static/usage/v7/toggle/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toggle/theming/css-shadow-parts/demo.html b/static/usage/v7/toggle/theming/css-shadow-parts/demo.html
index 260fba7b1e8..ae25240d7a1 100644
--- a/static/usage/v7/toggle/theming/css-shadow-parts/demo.html
+++ b/static/usage/v7/toggle/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toolbar/basic/demo.html b/static/usage/v7/toolbar/basic/demo.html
index da3e88aacd8..ee8f718e117 100644
--- a/static/usage/v7/toolbar/basic/demo.html
+++ b/static/usage/v7/toolbar/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toolbar/buttons/demo.html b/static/usage/v7/toolbar/buttons/demo.html
index 5362a4d5e16..26a4d02738a 100644
--- a/static/usage/v7/toolbar/buttons/demo.html
+++ b/static/usage/v7/toolbar/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toolbar/progress-bars/demo.html b/static/usage/v7/toolbar/progress-bars/demo.html
index 3f4afdc772d..b147965c5e3 100644
--- a/static/usage/v7/toolbar/progress-bars/demo.html
+++ b/static/usage/v7/toolbar/progress-bars/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toolbar/searchbars/demo.html b/static/usage/v7/toolbar/searchbars/demo.html
index 01789ec2781..8c153c9aea8 100644
--- a/static/usage/v7/toolbar/searchbars/demo.html
+++ b/static/usage/v7/toolbar/searchbars/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toolbar/segments/demo.html b/static/usage/v7/toolbar/segments/demo.html
index bd4e181d6dd..0b95a38a87f 100644
--- a/static/usage/v7/toolbar/segments/demo.html
+++ b/static/usage/v7/toolbar/segments/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toolbar/theming/colors/demo.html b/static/usage/v7/toolbar/theming/colors/demo.html
index 4f4b6b50604..d33e6bc3b98 100644
--- a/static/usage/v7/toolbar/theming/colors/demo.html
+++ b/static/usage/v7/toolbar/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v7/toolbar/theming/css-properties/demo.html b/static/usage/v7/toolbar/theming/css-properties/demo.html
index 86cc94c3a5c..ed33f5e7b14 100644
--- a/static/usage/v7/toolbar/theming/css-properties/demo.html
+++ b/static/usage/v7/toolbar/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/accordion/accessibility/animations/demo.html b/static/usage/v8/accordion/accessibility/animations/demo.html
index 52195c84137..64f9ffdb99e 100644
--- a/static/usage/v8/accordion/accessibility/animations/demo.html
+++ b/static/usage/v8/accordion/accessibility/animations/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/accordion/basic/demo.html b/static/usage/v8/accordion/basic/demo.html
index 74304db2f13..ce3d4a9152c 100644
--- a/static/usage/v8/accordion/basic/demo.html
+++ b/static/usage/v8/accordion/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/accordion/customization/advanced-expansion-styles/demo.html b/static/usage/v8/accordion/customization/advanced-expansion-styles/demo.html
index 6763c179b4f..512e1892922 100644
--- a/static/usage/v8/accordion/customization/advanced-expansion-styles/demo.html
+++ b/static/usage/v8/accordion/customization/advanced-expansion-styles/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/accordion/customization/expansion-styles/demo.html b/static/usage/v8/accordion/customization/expansion-styles/demo.html
index 6b2d28f5cdd..017868fc53d 100644
--- a/static/usage/v8/accordion/customization/expansion-styles/demo.html
+++ b/static/usage/v8/accordion/customization/expansion-styles/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/accordion/customization/icons/demo.html b/static/usage/v8/accordion/customization/icons/demo.html
index 12ce6574312..4786e969ac7 100644
--- a/static/usage/v8/accordion/customization/icons/demo.html
+++ b/static/usage/v8/accordion/customization/icons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/accordion/customization/theming/demo.html b/static/usage/v8/accordion/customization/theming/demo.html
index 41f6a837634..7245074ef06 100644
--- a/static/usage/v8/accordion/customization/theming/demo.html
+++ b/static/usage/v8/accordion/customization/theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/accordion/disable/group/demo.html b/static/usage/v8/accordion/disable/group/demo.html
index 4e609f905f6..6ed171cd5ae 100644
--- a/static/usage/v8/accordion/disable/group/demo.html
+++ b/static/usage/v8/accordion/disable/group/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/accordion/disable/individual/demo.html b/static/usage/v8/accordion/disable/individual/demo.html
index 00e9be13634..56b1dc2e384 100644
--- a/static/usage/v8/accordion/disable/individual/demo.html
+++ b/static/usage/v8/accordion/disable/individual/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/accordion/listen-changes/angular/example_component_ts.md b/static/usage/v8/accordion/listen-changes/angular/example_component_ts.md
index 05b984d0b02..bb5c3f24b7d 100644
--- a/static/usage/v8/accordion/listen-changes/angular/example_component_ts.md
+++ b/static/usage/v8/accordion/listen-changes/angular/example_component_ts.md
@@ -16,7 +16,7 @@ export class ExampleComponent {
const selectedValue = event.detail.value;
console.log(
- `Expanded: ${selectedValue === undefined ? 'None' : event.detail.value} | Collapsed: ${collapsedItems.join(', ')}`
+ `Expanded: ${selectedValue === undefined ? 'None' : event.detail.value} | Collapsed: ${collapsedItems.join(', ')}`,
);
};
}
diff --git a/static/usage/v8/accordion/listen-changes/demo.html b/static/usage/v8/accordion/listen-changes/demo.html
index 97c1038c8f4..b8ce781e296 100644
--- a/static/usage/v8/accordion/listen-changes/demo.html
+++ b/static/usage/v8/accordion/listen-changes/demo.html
@@ -1,4 +1,4 @@
-
+
@@ -54,8 +54,8 @@
console.log(
`Expanded: ${selectedValue === undefined ? 'None' : event.detail.value} | Collapsed: ${collapsedItems.join(
- ', '
- )}`
+ ', ',
+ )}`,
);
});
diff --git a/static/usage/v8/accordion/listen-changes/javascript.md b/static/usage/v8/accordion/listen-changes/javascript.md
index 4c85d88b630..7352ead296b 100644
--- a/static/usage/v8/accordion/listen-changes/javascript.md
+++ b/static/usage/v8/accordion/listen-changes/javascript.md
@@ -29,7 +29,7 @@
const selectedValue = event.detail.value;
console.log(
- `Expanded: ${selectedValue === undefined ? 'None' : event.detail.value} | Collapsed: ${collapsedItems.join(', ')}`
+ `Expanded: ${selectedValue === undefined ? 'None' : event.detail.value} | Collapsed: ${collapsedItems.join(', ')}`,
);
});
diff --git a/static/usage/v8/accordion/listen-changes/react.md b/static/usage/v8/accordion/listen-changes/react.md
index 7ec38a63931..beb94d0d5f1 100644
--- a/static/usage/v8/accordion/listen-changes/react.md
+++ b/static/usage/v8/accordion/listen-changes/react.md
@@ -8,7 +8,7 @@ function Example() {
const selectedValue = event.detail.value;
console.log(
- `Expanded: ${selectedValue === undefined ? 'None' : event.detail.value} | Collapsed: ${collapsedItems.join(', ')}`
+ `Expanded: ${selectedValue === undefined ? 'None' : event.detail.value} | Collapsed: ${collapsedItems.join(', ')}`,
);
};
diff --git a/static/usage/v8/accordion/listen-changes/vue.md b/static/usage/v8/accordion/listen-changes/vue.md
index b082a02a1a6..06390282c50 100644
--- a/static/usage/v8/accordion/listen-changes/vue.md
+++ b/static/usage/v8/accordion/listen-changes/vue.md
@@ -41,8 +41,8 @@
console.log(
`Expanded: ${selectedValue === undefined ? 'None' : event.detail.value} | Collapsed: ${collapsedItems.join(
- ', '
- )}`
+ ', ',
+ )}`,
);
};
diff --git a/static/usage/v8/accordion/multiple/demo.html b/static/usage/v8/accordion/multiple/demo.html
index 68f01eb90c1..96f903e546a 100644
--- a/static/usage/v8/accordion/multiple/demo.html
+++ b/static/usage/v8/accordion/multiple/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/accordion/readonly/group/demo.html b/static/usage/v8/accordion/readonly/group/demo.html
index 7a963be0d6b..58a1a25acfe 100644
--- a/static/usage/v8/accordion/readonly/group/demo.html
+++ b/static/usage/v8/accordion/readonly/group/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/accordion/readonly/individual/demo.html b/static/usage/v8/accordion/readonly/individual/demo.html
index 744ee7fb795..313053be702 100644
--- a/static/usage/v8/accordion/readonly/individual/demo.html
+++ b/static/usage/v8/accordion/readonly/individual/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/accordion/toggle/demo.html b/static/usage/v8/accordion/toggle/demo.html
index 6fca67d8ba0..eddc14c9f5e 100644
--- a/static/usage/v8/accordion/toggle/demo.html
+++ b/static/usage/v8/accordion/toggle/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/action-sheet/controller/demo.html b/static/usage/v8/action-sheet/controller/demo.html
index 5d95b289aa0..db16c0663c7 100644
--- a/static/usage/v8/action-sheet/controller/demo.html
+++ b/static/usage/v8/action-sheet/controller/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/action-sheet/inline/isOpen/demo.html b/static/usage/v8/action-sheet/inline/isOpen/demo.html
index d35c6de4a1f..027d266f660 100644
--- a/static/usage/v8/action-sheet/inline/isOpen/demo.html
+++ b/static/usage/v8/action-sheet/inline/isOpen/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/action-sheet/inline/trigger/demo.html b/static/usage/v8/action-sheet/inline/trigger/demo.html
index 82b822b46af..e9ee43c5951 100644
--- a/static/usage/v8/action-sheet/inline/trigger/demo.html
+++ b/static/usage/v8/action-sheet/inline/trigger/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/action-sheet/role-info-on-dismiss/demo.html b/static/usage/v8/action-sheet/role-info-on-dismiss/demo.html
index 4c65ebfc81a..2dffed7cffb 100644
--- a/static/usage/v8/action-sheet/role-info-on-dismiss/demo.html
+++ b/static/usage/v8/action-sheet/role-info-on-dismiss/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/action-sheet/theming/css-properties/demo.html b/static/usage/v8/action-sheet/theming/css-properties/demo.html
index 4bd9f9890af..4840b7a167e 100644
--- a/static/usage/v8/action-sheet/theming/css-properties/demo.html
+++ b/static/usage/v8/action-sheet/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/action-sheet/theming/styling/demo.html b/static/usage/v8/action-sheet/theming/styling/demo.html
index b05f0a68fa3..cd2fdea7e7b 100644
--- a/static/usage/v8/action-sheet/theming/styling/demo.html
+++ b/static/usage/v8/action-sheet/theming/styling/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/alert/buttons/demo.html b/static/usage/v8/alert/buttons/demo.html
index df74653a2d2..aa80065cd02 100644
--- a/static/usage/v8/alert/buttons/demo.html
+++ b/static/usage/v8/alert/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/alert/customization/demo.html b/static/usage/v8/alert/customization/demo.html
index dd64e174ce6..43d2b71983e 100644
--- a/static/usage/v8/alert/customization/demo.html
+++ b/static/usage/v8/alert/customization/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/alert/inputs/radios/demo.html b/static/usage/v8/alert/inputs/radios/demo.html
index cf16f38fca9..8d0bc9a6088 100644
--- a/static/usage/v8/alert/inputs/radios/demo.html
+++ b/static/usage/v8/alert/inputs/radios/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/alert/inputs/text-inputs/demo.html b/static/usage/v8/alert/inputs/text-inputs/demo.html
index f199dc99a49..20b934088eb 100644
--- a/static/usage/v8/alert/inputs/text-inputs/demo.html
+++ b/static/usage/v8/alert/inputs/text-inputs/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/alert/presenting/controller/demo.html b/static/usage/v8/alert/presenting/controller/demo.html
index 733a0834396..f57b9d323c8 100644
--- a/static/usage/v8/alert/presenting/controller/demo.html
+++ b/static/usage/v8/alert/presenting/controller/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/alert/presenting/isOpen/demo.html b/static/usage/v8/alert/presenting/isOpen/demo.html
index d1177baab8f..39e141e5f95 100644
--- a/static/usage/v8/alert/presenting/isOpen/demo.html
+++ b/static/usage/v8/alert/presenting/isOpen/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/alert/presenting/trigger/demo.html b/static/usage/v8/alert/presenting/trigger/demo.html
index f7d42a2e29e..ee4d7002be6 100644
--- a/static/usage/v8/alert/presenting/trigger/demo.html
+++ b/static/usage/v8/alert/presenting/trigger/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/animations/basic/demo.html b/static/usage/v8/animations/basic/demo.html
index e1d26629509..b3a83e7a3a5 100644
--- a/static/usage/v8/animations/basic/demo.html
+++ b/static/usage/v8/animations/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/animations/before-and-after-hooks/demo.html b/static/usage/v8/animations/before-and-after-hooks/demo.html
index 8297890b519..d8afebbb885 100644
--- a/static/usage/v8/animations/before-and-after-hooks/demo.html
+++ b/static/usage/v8/animations/before-and-after-hooks/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/animations/chain/demo.html b/static/usage/v8/animations/chain/demo.html
index 74c2d6549bd..51779fe7028 100644
--- a/static/usage/v8/animations/chain/demo.html
+++ b/static/usage/v8/animations/chain/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/animations/gesture/angular/example_component_ts.md b/static/usage/v8/animations/gesture/angular/example_component_ts.md
index e13a50cdb4b..0190cf7e994 100644
--- a/static/usage/v8/animations/gesture/angular/example_component_ts.md
+++ b/static/usage/v8/animations/gesture/angular/example_component_ts.md
@@ -24,7 +24,10 @@ export class ExampleComponent {
*/
private readonly MAX_TRANSLATE = 344 - 100 - 32;
- constructor(private animationCtrl: AnimationController, private gestureCtrl: GestureController) {}
+ constructor(
+ private animationCtrl: AnimationController,
+ private gestureCtrl: GestureController,
+ ) {}
private onMove(event: GestureDetail) {
if (!this.started) {
diff --git a/static/usage/v8/animations/gesture/demo.html b/static/usage/v8/animations/gesture/demo.html
index 5fefafc8ed2..ac7435eb4be 100644
--- a/static/usage/v8/animations/gesture/demo.html
+++ b/static/usage/v8/animations/gesture/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/animations/group/demo.html b/static/usage/v8/animations/group/demo.html
index ca2fda33d70..9e063455dbf 100644
--- a/static/usage/v8/animations/group/demo.html
+++ b/static/usage/v8/animations/group/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/animations/keyframes/demo.html b/static/usage/v8/animations/keyframes/demo.html
index 521f6eac6eb..6e4c34077e4 100644
--- a/static/usage/v8/animations/keyframes/demo.html
+++ b/static/usage/v8/animations/keyframes/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/animations/modal-override/demo.html b/static/usage/v8/animations/modal-override/demo.html
index b1585afb709..81612490384 100644
--- a/static/usage/v8/animations/modal-override/demo.html
+++ b/static/usage/v8/animations/modal-override/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/animations/preference-based/demo.html b/static/usage/v8/animations/preference-based/demo.html
index 276cffec8d7..a4f750e9118 100644
--- a/static/usage/v8/animations/preference-based/demo.html
+++ b/static/usage/v8/animations/preference-based/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/app/set-focus/demo.html b/static/usage/v8/app/set-focus/demo.html
index 780037033a2..cce63934204 100644
--- a/static/usage/v8/app/set-focus/demo.html
+++ b/static/usage/v8/app/set-focus/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/avatar/basic/demo.html b/static/usage/v8/avatar/basic/demo.html
index b3957c88ff9..410f122450e 100644
--- a/static/usage/v8/avatar/basic/demo.html
+++ b/static/usage/v8/avatar/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/avatar/chip/demo.html b/static/usage/v8/avatar/chip/demo.html
index 7317ea41688..e18b6018214 100644
--- a/static/usage/v8/avatar/chip/demo.html
+++ b/static/usage/v8/avatar/chip/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/avatar/item/demo.html b/static/usage/v8/avatar/item/demo.html
index 97681c9d338..df729fbeec9 100644
--- a/static/usage/v8/avatar/item/demo.html
+++ b/static/usage/v8/avatar/item/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/avatar/theming/css-properties/demo.html b/static/usage/v8/avatar/theming/css-properties/demo.html
index 85e967d7198..0f1eab40aba 100644
--- a/static/usage/v8/avatar/theming/css-properties/demo.html
+++ b/static/usage/v8/avatar/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/back-button/basic/demo.html b/static/usage/v8/back-button/basic/demo.html
index f6b4651d722..d169569fd24 100644
--- a/static/usage/v8/back-button/basic/demo.html
+++ b/static/usage/v8/back-button/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/back-button/custom/demo.html b/static/usage/v8/back-button/custom/demo.html
index 880e14b570b..566c90ef341 100644
--- a/static/usage/v8/back-button/custom/demo.html
+++ b/static/usage/v8/back-button/custom/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/backdrop/basic/demo.html b/static/usage/v8/backdrop/basic/demo.html
index 29ffef3fb74..f39c6b05d8f 100644
--- a/static/usage/v8/backdrop/basic/demo.html
+++ b/static/usage/v8/backdrop/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/backdrop/styling/demo.html b/static/usage/v8/backdrop/styling/demo.html
index 651a57a56ed..5ea440141d6 100644
--- a/static/usage/v8/backdrop/styling/demo.html
+++ b/static/usage/v8/backdrop/styling/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/badge/basic/demo.html b/static/usage/v8/badge/basic/demo.html
index 0b655ebd046..dbecd4c340f 100644
--- a/static/usage/v8/badge/basic/demo.html
+++ b/static/usage/v8/badge/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/badge/inside-tab-bar/demo.html b/static/usage/v8/badge/inside-tab-bar/demo.html
index dbd8f6c7060..c9d203b3a5a 100644
--- a/static/usage/v8/badge/inside-tab-bar/demo.html
+++ b/static/usage/v8/badge/inside-tab-bar/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/badge/theming/colors/demo.html b/static/usage/v8/badge/theming/colors/demo.html
index 00c0ecaf435..b176eaf5119 100644
--- a/static/usage/v8/badge/theming/colors/demo.html
+++ b/static/usage/v8/badge/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/badge/theming/css-properties/demo.html b/static/usage/v8/badge/theming/css-properties/demo.html
index 0087c8d5fc1..06d7e9d57ba 100644
--- a/static/usage/v8/badge/theming/css-properties/demo.html
+++ b/static/usage/v8/badge/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/breadcrumbs/basic/demo.html b/static/usage/v8/breadcrumbs/basic/demo.html
index b020db0c855..cd5a9cf2147 100644
--- a/static/usage/v8/breadcrumbs/basic/demo.html
+++ b/static/usage/v8/breadcrumbs/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/breadcrumbs/collapsing-items/expand-on-click/demo.html b/static/usage/v8/breadcrumbs/collapsing-items/expand-on-click/demo.html
index 42b9fdd5f9c..e0380a62bff 100644
--- a/static/usage/v8/breadcrumbs/collapsing-items/expand-on-click/demo.html
+++ b/static/usage/v8/breadcrumbs/collapsing-items/expand-on-click/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/breadcrumbs/collapsing-items/items-before-after/demo.html b/static/usage/v8/breadcrumbs/collapsing-items/items-before-after/demo.html
index 48e51d81781..f3f9bb6302f 100644
--- a/static/usage/v8/breadcrumbs/collapsing-items/items-before-after/demo.html
+++ b/static/usage/v8/breadcrumbs/collapsing-items/items-before-after/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/breadcrumbs/collapsing-items/max-items/demo.html b/static/usage/v8/breadcrumbs/collapsing-items/max-items/demo.html
index 977e07bfda9..90e8f593899 100644
--- a/static/usage/v8/breadcrumbs/collapsing-items/max-items/demo.html
+++ b/static/usage/v8/breadcrumbs/collapsing-items/max-items/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/breadcrumbs/collapsing-items/popover-on-click/demo.html b/static/usage/v8/breadcrumbs/collapsing-items/popover-on-click/demo.html
index 96200521f32..fb9f875e8c2 100644
--- a/static/usage/v8/breadcrumbs/collapsing-items/popover-on-click/demo.html
+++ b/static/usage/v8/breadcrumbs/collapsing-items/popover-on-click/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/breadcrumbs/icons/custom-separators/demo.html b/static/usage/v8/breadcrumbs/icons/custom-separators/demo.html
index 356796ea73c..887eae6d859 100644
--- a/static/usage/v8/breadcrumbs/icons/custom-separators/demo.html
+++ b/static/usage/v8/breadcrumbs/icons/custom-separators/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/breadcrumbs/icons/icons-on-items/demo.html b/static/usage/v8/breadcrumbs/icons/icons-on-items/demo.html
index a133b29791c..f82a47a6ace 100644
--- a/static/usage/v8/breadcrumbs/icons/icons-on-items/demo.html
+++ b/static/usage/v8/breadcrumbs/icons/icons-on-items/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/breadcrumbs/theming/colors/demo.html b/static/usage/v8/breadcrumbs/theming/colors/demo.html
index 0bf60b9b8d9..fce038bf47b 100644
--- a/static/usage/v8/breadcrumbs/theming/colors/demo.html
+++ b/static/usage/v8/breadcrumbs/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/breadcrumbs/theming/css-properties/demo.html b/static/usage/v8/breadcrumbs/theming/css-properties/demo.html
index 3f1d5b8cc56..5dbd32e8d0d 100644
--- a/static/usage/v8/breadcrumbs/theming/css-properties/demo.html
+++ b/static/usage/v8/breadcrumbs/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/button/basic/demo.html b/static/usage/v8/button/basic/demo.html
index 8a5c4a70c9a..29244daf67f 100644
--- a/static/usage/v8/button/basic/demo.html
+++ b/static/usage/v8/button/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/button/expand/demo.html b/static/usage/v8/button/expand/demo.html
index bff732f8015..15a5208be3e 100644
--- a/static/usage/v8/button/expand/demo.html
+++ b/static/usage/v8/button/expand/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/button/fill/demo.html b/static/usage/v8/button/fill/demo.html
index f861e384b73..d3ca415b509 100644
--- a/static/usage/v8/button/fill/demo.html
+++ b/static/usage/v8/button/fill/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/button/icons/demo.html b/static/usage/v8/button/icons/demo.html
index 597ea12252b..3b2810d9545 100644
--- a/static/usage/v8/button/icons/demo.html
+++ b/static/usage/v8/button/icons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/button/shape/demo.html b/static/usage/v8/button/shape/demo.html
index ccc374cfb77..8c3395c0dce 100644
--- a/static/usage/v8/button/shape/demo.html
+++ b/static/usage/v8/button/shape/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/button/size/demo.html b/static/usage/v8/button/size/demo.html
index a5d0b8c039f..03df58e1150 100644
--- a/static/usage/v8/button/size/demo.html
+++ b/static/usage/v8/button/size/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/button/text-wrapping/demo.html b/static/usage/v8/button/text-wrapping/demo.html
index 4f930331abe..9d0fe806015 100644
--- a/static/usage/v8/button/text-wrapping/demo.html
+++ b/static/usage/v8/button/text-wrapping/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/button/theming/colors/demo.html b/static/usage/v8/button/theming/colors/demo.html
index 79e27014015..dd5df8a3221 100644
--- a/static/usage/v8/button/theming/colors/demo.html
+++ b/static/usage/v8/button/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/button/theming/css-properties/demo.html b/static/usage/v8/button/theming/css-properties/demo.html
index c9f478abf38..46697237137 100644
--- a/static/usage/v8/button/theming/css-properties/demo.html
+++ b/static/usage/v8/button/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/buttons/basic/demo.html b/static/usage/v8/buttons/basic/demo.html
index 7888aa64524..359370e127d 100644
--- a/static/usage/v8/buttons/basic/demo.html
+++ b/static/usage/v8/buttons/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/buttons/placement/demo.html b/static/usage/v8/buttons/placement/demo.html
index 2a2b1366f94..f2ea97189b2 100644
--- a/static/usage/v8/buttons/placement/demo.html
+++ b/static/usage/v8/buttons/placement/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/buttons/types/demo.html b/static/usage/v8/buttons/types/demo.html
index c17e433f128..54d8bf40544 100644
--- a/static/usage/v8/buttons/types/demo.html
+++ b/static/usage/v8/buttons/types/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/card/basic/demo.html b/static/usage/v8/card/basic/demo.html
index bf913a00183..4946887d795 100644
--- a/static/usage/v8/card/basic/demo.html
+++ b/static/usage/v8/card/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/card/buttons/demo.html b/static/usage/v8/card/buttons/demo.html
index c2d5b30975d..ebccc1f482a 100644
--- a/static/usage/v8/card/buttons/demo.html
+++ b/static/usage/v8/card/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/card/list/demo.html b/static/usage/v8/card/list/demo.html
index de59b40c6e8..43d07beb7f9 100644
--- a/static/usage/v8/card/list/demo.html
+++ b/static/usage/v8/card/list/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/card/media/demo.html b/static/usage/v8/card/media/demo.html
index 7a59c70d23d..a6b9e1f0d28 100644
--- a/static/usage/v8/card/media/demo.html
+++ b/static/usage/v8/card/media/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/card/theming/colors/demo.html b/static/usage/v8/card/theming/colors/demo.html
index 9abca1fc1fc..71625640f05 100644
--- a/static/usage/v8/card/theming/colors/demo.html
+++ b/static/usage/v8/card/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/card/theming/css-properties/demo.html b/static/usage/v8/card/theming/css-properties/demo.html
index e2a8813e482..9117f615d06 100644
--- a/static/usage/v8/card/theming/css-properties/demo.html
+++ b/static/usage/v8/card/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/checkbox/alignment/demo.html b/static/usage/v8/checkbox/alignment/demo.html
index 74bef6ba6f3..a5434e17e7a 100644
--- a/static/usage/v8/checkbox/alignment/demo.html
+++ b/static/usage/v8/checkbox/alignment/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/checkbox/basic/demo.html b/static/usage/v8/checkbox/basic/demo.html
index 224295b8d83..59e73156414 100644
--- a/static/usage/v8/checkbox/basic/demo.html
+++ b/static/usage/v8/checkbox/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/checkbox/helper-error/demo.html b/static/usage/v8/checkbox/helper-error/demo.html
index f16fd9b8503..226b219b124 100644
--- a/static/usage/v8/checkbox/helper-error/demo.html
+++ b/static/usage/v8/checkbox/helper-error/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/checkbox/indeterminate/demo.html b/static/usage/v8/checkbox/indeterminate/demo.html
index ff7ae3a45e9..01385235248 100644
--- a/static/usage/v8/checkbox/indeterminate/demo.html
+++ b/static/usage/v8/checkbox/indeterminate/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/checkbox/justify/demo.html b/static/usage/v8/checkbox/justify/demo.html
index f297f896b65..4151723a624 100644
--- a/static/usage/v8/checkbox/justify/demo.html
+++ b/static/usage/v8/checkbox/justify/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/checkbox/label-link/demo.html b/static/usage/v8/checkbox/label-link/demo.html
index 48c4e5782d7..07097e73bbc 100644
--- a/static/usage/v8/checkbox/label-link/demo.html
+++ b/static/usage/v8/checkbox/label-link/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/checkbox/label-placement/demo.html b/static/usage/v8/checkbox/label-placement/demo.html
index 0239412b4f5..f8dbe861891 100644
--- a/static/usage/v8/checkbox/label-placement/demo.html
+++ b/static/usage/v8/checkbox/label-placement/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/checkbox/theming/css-properties/demo.html b/static/usage/v8/checkbox/theming/css-properties/demo.html
index 42f3ff39312..1f9410a95b4 100644
--- a/static/usage/v8/checkbox/theming/css-properties/demo.html
+++ b/static/usage/v8/checkbox/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/chip/basic/demo.html b/static/usage/v8/chip/basic/demo.html
index b047533f349..847f822507d 100644
--- a/static/usage/v8/chip/basic/demo.html
+++ b/static/usage/v8/chip/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/chip/slots/demo.html b/static/usage/v8/chip/slots/demo.html
index e794d43ab89..82b419acc33 100644
--- a/static/usage/v8/chip/slots/demo.html
+++ b/static/usage/v8/chip/slots/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/chip/theming/colors/demo.html b/static/usage/v8/chip/theming/colors/demo.html
index 53f384e51c3..e22489c0fe2 100644
--- a/static/usage/v8/chip/theming/colors/demo.html
+++ b/static/usage/v8/chip/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/chip/theming/css-properties/demo.html b/static/usage/v8/chip/theming/css-properties/demo.html
index 0c960a177cd..91978be366f 100644
--- a/static/usage/v8/chip/theming/css-properties/demo.html
+++ b/static/usage/v8/chip/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/common.js b/static/usage/v8/common.js
index 752a7424bb6..10976e2ea57 100644
--- a/static/usage/v8/common.js
+++ b/static/usage/v8/common.js
@@ -45,7 +45,7 @@ window.addEventListener('DOMContentLoaded', () => {
type,
message: Object.values(arguments).join(' '),
},
- })
+ }),
);
};
diff --git a/static/usage/v8/config/mode/demo.html b/static/usage/v8/config/mode/demo.html
index 8762f394ba5..7153e09578f 100644
--- a/static/usage/v8/config/mode/demo.html
+++ b/static/usage/v8/config/mode/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/content/basic/demo.html b/static/usage/v8/content/basic/demo.html
index 9ab7e7d5bd6..8663d4c72fb 100644
--- a/static/usage/v8/content/basic/demo.html
+++ b/static/usage/v8/content/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/content/fixed/demo.html b/static/usage/v8/content/fixed/demo.html
index 9bae0cc53b9..279c95676ea 100644
--- a/static/usage/v8/content/fixed/demo.html
+++ b/static/usage/v8/content/fixed/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/content/fullscreen/demo.html b/static/usage/v8/content/fullscreen/demo.html
index 755c683e7b1..9025e9fef0f 100644
--- a/static/usage/v8/content/fullscreen/demo.html
+++ b/static/usage/v8/content/fullscreen/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/content/header-footer/demo.html b/static/usage/v8/content/header-footer/demo.html
index 0de7fbeea16..30501e61efb 100644
--- a/static/usage/v8/content/header-footer/demo.html
+++ b/static/usage/v8/content/header-footer/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/content/scroll-events/demo.html b/static/usage/v8/content/scroll-events/demo.html
index 696b4316c85..78d5930d69a 100644
--- a/static/usage/v8/content/scroll-events/demo.html
+++ b/static/usage/v8/content/scroll-events/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/content/scroll-methods/demo.html b/static/usage/v8/content/scroll-methods/demo.html
index 536977f6a66..9de6b1aa054 100644
--- a/static/usage/v8/content/scroll-methods/demo.html
+++ b/static/usage/v8/content/scroll-methods/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/content/theming/colors/demo.html b/static/usage/v8/content/theming/colors/demo.html
index c3f3148cf08..0a68568bbee 100644
--- a/static/usage/v8/content/theming/colors/demo.html
+++ b/static/usage/v8/content/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/content/theming/css-properties/demo.html b/static/usage/v8/content/theming/css-properties/demo.html
index 23637050eba..72764601e76 100644
--- a/static/usage/v8/content/theming/css-properties/demo.html
+++ b/static/usage/v8/content/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/content/theming/css-shadow-parts/demo.html b/static/usage/v8/content/theming/css-shadow-parts/demo.html
index 5e7de0f6637..dbc6e7e3add 100644
--- a/static/usage/v8/content/theming/css-shadow-parts/demo.html
+++ b/static/usage/v8/content/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/content/theming/safe-area/demo.html b/static/usage/v8/content/theming/safe-area/demo.html
index 0c1741e8537..3a39f88589e 100644
--- a/static/usage/v8/content/theming/safe-area/demo.html
+++ b/static/usage/v8/content/theming/safe-area/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime-button/basic/demo.html b/static/usage/v8/datetime-button/basic/demo.html
index 10fbe21f532..5719f1f222c 100644
--- a/static/usage/v8/datetime-button/basic/demo.html
+++ b/static/usage/v8/datetime-button/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime-button/format-options/demo.html b/static/usage/v8/datetime-button/format-options/demo.html
index 2690eb274f3..80e0b8fba9b 100644
--- a/static/usage/v8/datetime-button/format-options/demo.html
+++ b/static/usage/v8/datetime-button/format-options/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/basic/demo.html b/static/usage/v8/datetime/basic/demo.html
index 0c8da6ec6a3..a7a55ccf426 100644
--- a/static/usage/v8/datetime/basic/demo.html
+++ b/static/usage/v8/datetime/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/buttons/customizing-button-texts/demo.html b/static/usage/v8/datetime/buttons/customizing-button-texts/demo.html
index b5940484e03..32764e7d69b 100644
--- a/static/usage/v8/datetime/buttons/customizing-button-texts/demo.html
+++ b/static/usage/v8/datetime/buttons/customizing-button-texts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/buttons/customizing-buttons/demo.html b/static/usage/v8/datetime/buttons/customizing-buttons/demo.html
index 3eadf209aac..bb1dd6354e9 100644
--- a/static/usage/v8/datetime/buttons/customizing-buttons/demo.html
+++ b/static/usage/v8/datetime/buttons/customizing-buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/buttons/showing-confirmation-buttons/demo.html b/static/usage/v8/datetime/buttons/showing-confirmation-buttons/demo.html
index 7f267bed058..3701d4db634 100644
--- a/static/usage/v8/datetime/buttons/showing-confirmation-buttons/demo.html
+++ b/static/usage/v8/datetime/buttons/showing-confirmation-buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/date-constraints/advanced/demo.html b/static/usage/v8/datetime/date-constraints/advanced/demo.html
index 9d56e4c3b27..b01ed9b24e0 100644
--- a/static/usage/v8/datetime/date-constraints/advanced/demo.html
+++ b/static/usage/v8/datetime/date-constraints/advanced/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/date-constraints/max-min/demo.html b/static/usage/v8/datetime/date-constraints/max-min/demo.html
index dde1425d4a6..ef87929b52f 100644
--- a/static/usage/v8/datetime/date-constraints/max-min/demo.html
+++ b/static/usage/v8/datetime/date-constraints/max-min/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/date-constraints/values/demo.html b/static/usage/v8/datetime/date-constraints/values/demo.html
index 840fcff5a65..4e263e8b35a 100644
--- a/static/usage/v8/datetime/date-constraints/values/demo.html
+++ b/static/usage/v8/datetime/date-constraints/values/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/format-options/demo.html b/static/usage/v8/datetime/format-options/demo.html
index b7b00cb6f44..c4fb2a91afc 100644
--- a/static/usage/v8/datetime/format-options/demo.html
+++ b/static/usage/v8/datetime/format-options/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/highlightedDates/array/demo.html b/static/usage/v8/datetime/highlightedDates/array/demo.html
index 1e8545bf042..f4aef697bd0 100644
--- a/static/usage/v8/datetime/highlightedDates/array/demo.html
+++ b/static/usage/v8/datetime/highlightedDates/array/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/highlightedDates/callback/demo.html b/static/usage/v8/datetime/highlightedDates/callback/demo.html
index 855b797ed2d..7b1802b3d60 100644
--- a/static/usage/v8/datetime/highlightedDates/callback/demo.html
+++ b/static/usage/v8/datetime/highlightedDates/callback/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/localization/custom-locale/demo.html b/static/usage/v8/datetime/localization/custom-locale/demo.html
index e1d1b2b7531..0d23bdf3be2 100644
--- a/static/usage/v8/datetime/localization/custom-locale/demo.html
+++ b/static/usage/v8/datetime/localization/custom-locale/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/localization/first-day-of-week/demo.html b/static/usage/v8/datetime/localization/first-day-of-week/demo.html
index fe89cd25d80..79f3d18a115 100644
--- a/static/usage/v8/datetime/localization/first-day-of-week/demo.html
+++ b/static/usage/v8/datetime/localization/first-day-of-week/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/localization/hour-cycle/demo.html b/static/usage/v8/datetime/localization/hour-cycle/demo.html
index 3960611fe3b..8adf67fce86 100644
--- a/static/usage/v8/datetime/localization/hour-cycle/demo.html
+++ b/static/usage/v8/datetime/localization/hour-cycle/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/localization/locale-extension-tags/demo.html b/static/usage/v8/datetime/localization/locale-extension-tags/demo.html
index ea99274035b..d368d00c798 100644
--- a/static/usage/v8/datetime/localization/locale-extension-tags/demo.html
+++ b/static/usage/v8/datetime/localization/locale-extension-tags/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/localization/time-label/demo.html b/static/usage/v8/datetime/localization/time-label/demo.html
index 6f36b8b8be0..d2959897e13 100644
--- a/static/usage/v8/datetime/localization/time-label/demo.html
+++ b/static/usage/v8/datetime/localization/time-label/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/multiple/demo.html b/static/usage/v8/datetime/multiple/demo.html
index cfc94e89e0e..d283367b98a 100644
--- a/static/usage/v8/datetime/multiple/demo.html
+++ b/static/usage/v8/datetime/multiple/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/presentation/date/demo.html b/static/usage/v8/datetime/presentation/date/demo.html
index bdeca246b99..4e0f807eb7d 100644
--- a/static/usage/v8/datetime/presentation/date/demo.html
+++ b/static/usage/v8/datetime/presentation/date/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/presentation/month-and-year/demo.html b/static/usage/v8/datetime/presentation/month-and-year/demo.html
index a2d381ee21a..3b98961391d 100644
--- a/static/usage/v8/datetime/presentation/month-and-year/demo.html
+++ b/static/usage/v8/datetime/presentation/month-and-year/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/presentation/time/demo.html b/static/usage/v8/datetime/presentation/time/demo.html
index 1811ae1714b..c56dee27068 100644
--- a/static/usage/v8/datetime/presentation/time/demo.html
+++ b/static/usage/v8/datetime/presentation/time/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/presentation/wheel/demo.html b/static/usage/v8/datetime/presentation/wheel/demo.html
index b65240a66a5..ea48d7a1344 100644
--- a/static/usage/v8/datetime/presentation/wheel/demo.html
+++ b/static/usage/v8/datetime/presentation/wheel/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/show-adjacent-days/demo.html b/static/usage/v8/datetime/show-adjacent-days/demo.html
index d0879fa4368..077c804de35 100644
--- a/static/usage/v8/datetime/show-adjacent-days/demo.html
+++ b/static/usage/v8/datetime/show-adjacent-days/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/styling/calendar-days/demo.html b/static/usage/v8/datetime/styling/calendar-days/demo.html
index ac5d64023a3..119a9a506e8 100644
--- a/static/usage/v8/datetime/styling/calendar-days/demo.html
+++ b/static/usage/v8/datetime/styling/calendar-days/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/styling/global-theming/demo.html b/static/usage/v8/datetime/styling/global-theming/demo.html
index 9b04a4681f7..df3278ab1d8 100644
--- a/static/usage/v8/datetime/styling/global-theming/demo.html
+++ b/static/usage/v8/datetime/styling/global-theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/styling/wheel-styling/demo.html b/static/usage/v8/datetime/styling/wheel-styling/demo.html
index b784a220c73..461e3d1d587 100644
--- a/static/usage/v8/datetime/styling/wheel-styling/demo.html
+++ b/static/usage/v8/datetime/styling/wheel-styling/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/title/customizing-title/demo.html b/static/usage/v8/datetime/title/customizing-title/demo.html
index d306f6760ad..453ae571e01 100644
--- a/static/usage/v8/datetime/title/customizing-title/demo.html
+++ b/static/usage/v8/datetime/title/customizing-title/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/datetime/title/showing-default-title/demo.html b/static/usage/v8/datetime/title/showing-default-title/demo.html
index 070b5fa2457..155c4776810 100644
--- a/static/usage/v8/datetime/title/showing-default-title/demo.html
+++ b/static/usage/v8/datetime/title/showing-default-title/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/fab/basic/demo.html b/static/usage/v8/fab/basic/demo.html
index b910f385f5d..57762302073 100644
--- a/static/usage/v8/fab/basic/demo.html
+++ b/static/usage/v8/fab/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/fab/before-content/demo.html b/static/usage/v8/fab/before-content/demo.html
index c26615d9e79..db4a8dfcf86 100644
--- a/static/usage/v8/fab/before-content/demo.html
+++ b/static/usage/v8/fab/before-content/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/fab/button-sizing/demo.html b/static/usage/v8/fab/button-sizing/demo.html
index a0775d7f35d..d7321795ce9 100644
--- a/static/usage/v8/fab/button-sizing/demo.html
+++ b/static/usage/v8/fab/button-sizing/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/fab/list-side/demo.html b/static/usage/v8/fab/list-side/demo.html
index bc14e6303f9..d2413791df7 100644
--- a/static/usage/v8/fab/list-side/demo.html
+++ b/static/usage/v8/fab/list-side/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/fab/positioning/demo.html b/static/usage/v8/fab/positioning/demo.html
index 99d5fc60827..0b7da12411c 100644
--- a/static/usage/v8/fab/positioning/demo.html
+++ b/static/usage/v8/fab/positioning/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/fab/safe-area/demo.html b/static/usage/v8/fab/safe-area/demo.html
index f96fb87ddad..bc4ad0e428a 100644
--- a/static/usage/v8/fab/safe-area/demo.html
+++ b/static/usage/v8/fab/safe-area/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/fab/theming/colors/demo.html b/static/usage/v8/fab/theming/colors/demo.html
index a1067ec15ab..a6fc4034450 100644
--- a/static/usage/v8/fab/theming/colors/demo.html
+++ b/static/usage/v8/fab/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/fab/theming/css-custom-properties/demo.html b/static/usage/v8/fab/theming/css-custom-properties/demo.html
index be9e77c21d3..35ccc7e753d 100644
--- a/static/usage/v8/fab/theming/css-custom-properties/demo.html
+++ b/static/usage/v8/fab/theming/css-custom-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/fab/theming/css-shadow-parts/angular/example_component_css.md b/static/usage/v8/fab/theming/css-shadow-parts/angular/example_component_css.md
index 4bb8b96988c..c9d1d804827 100644
--- a/static/usage/v8/fab/theming/css-shadow-parts/angular/example_component_css.md
+++ b/static/usage/v8/fab/theming/css-shadow-parts/angular/example_component_css.md
@@ -2,7 +2,9 @@
ion-fab-button::part(native) {
background-color: #b7f399;
border-radius: 15px;
- box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
+ box-shadow:
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
+ 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
color: black;
}
diff --git a/static/usage/v8/fab/theming/css-shadow-parts/demo.html b/static/usage/v8/fab/theming/css-shadow-parts/demo.html
index 97e321a6ce5..4f8d57a9bae 100644
--- a/static/usage/v8/fab/theming/css-shadow-parts/demo.html
+++ b/static/usage/v8/fab/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
@@ -13,7 +13,9 @@
ion-fab-button::part(native) {
background-color: #b7f399;
border-radius: 15px;
- box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
+ box-shadow:
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
+ 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
color: black;
}
diff --git a/static/usage/v8/fab/theming/css-shadow-parts/javascript.md b/static/usage/v8/fab/theming/css-shadow-parts/javascript.md
index 19c1441fe2f..cd18636cadc 100644
--- a/static/usage/v8/fab/theming/css-shadow-parts/javascript.md
+++ b/static/usage/v8/fab/theming/css-shadow-parts/javascript.md
@@ -3,7 +3,9 @@
ion-fab-button::part(native) {
background-color: #b7f399;
border-radius: 15px;
- box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
+ box-shadow:
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
+ 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
color: black;
}
diff --git a/static/usage/v8/fab/theming/css-shadow-parts/javascript/index_html.md b/static/usage/v8/fab/theming/css-shadow-parts/javascript/index_html.md
index 19c1441fe2f..cd18636cadc 100644
--- a/static/usage/v8/fab/theming/css-shadow-parts/javascript/index_html.md
+++ b/static/usage/v8/fab/theming/css-shadow-parts/javascript/index_html.md
@@ -3,7 +3,9 @@
ion-fab-button::part(native) {
background-color: #b7f399;
border-radius: 15px;
- box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
+ box-shadow:
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
+ 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
color: black;
}
diff --git a/static/usage/v8/fab/theming/css-shadow-parts/react/main_css.md b/static/usage/v8/fab/theming/css-shadow-parts/react/main_css.md
index 4bb8b96988c..c9d1d804827 100644
--- a/static/usage/v8/fab/theming/css-shadow-parts/react/main_css.md
+++ b/static/usage/v8/fab/theming/css-shadow-parts/react/main_css.md
@@ -2,7 +2,9 @@
ion-fab-button::part(native) {
background-color: #b7f399;
border-radius: 15px;
- box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
+ box-shadow:
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
+ 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
color: black;
}
diff --git a/static/usage/v8/fab/theming/css-shadow-parts/vue.md b/static/usage/v8/fab/theming/css-shadow-parts/vue.md
index aee0d929a06..2ae19922294 100644
--- a/static/usage/v8/fab/theming/css-shadow-parts/vue.md
+++ b/static/usage/v8/fab/theming/css-shadow-parts/vue.md
@@ -35,7 +35,9 @@
ion-fab-button::part(native) {
background-color: #b7f399;
border-radius: 15px;
- box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
+ box-shadow:
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
+ 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
color: black;
}
diff --git a/static/usage/v8/footer/basic/demo.html b/static/usage/v8/footer/basic/demo.html
index 055cb5622d8..f51d062e2e1 100644
--- a/static/usage/v8/footer/basic/demo.html
+++ b/static/usage/v8/footer/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/footer/custom-scroll-target/demo.html b/static/usage/v8/footer/custom-scroll-target/demo.html
index fc375dedf26..91078f18187 100644
--- a/static/usage/v8/footer/custom-scroll-target/demo.html
+++ b/static/usage/v8/footer/custom-scroll-target/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/footer/fade/demo.html b/static/usage/v8/footer/fade/demo.html
index 116b99dcfff..c3ba5af00fa 100644
--- a/static/usage/v8/footer/fade/demo.html
+++ b/static/usage/v8/footer/fade/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/footer/no-border/demo.html b/static/usage/v8/footer/no-border/demo.html
index 37b67905f89..16aeef8635a 100644
--- a/static/usage/v8/footer/no-border/demo.html
+++ b/static/usage/v8/footer/no-border/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/footer/translucent/demo.html b/static/usage/v8/footer/translucent/demo.html
index b50d39c8a7a..6349c37e712 100644
--- a/static/usage/v8/footer/translucent/demo.html
+++ b/static/usage/v8/footer/translucent/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/gestures/basic/angular/example_component_ts.md b/static/usage/v8/gestures/basic/angular/example_component_ts.md
index 609e8ecc41a..1aa2ebc4f7b 100644
--- a/static/usage/v8/gestures/basic/angular/example_component_ts.md
+++ b/static/usage/v8/gestures/basic/angular/example_component_ts.md
@@ -15,7 +15,11 @@ export class ExampleComponent {
isCardActive = false;
- constructor(private el: ElementRef, private gestureCtrl: GestureController, private cdRef: ChangeDetectorRef) {}
+ constructor(
+ private el: ElementRef,
+ private gestureCtrl: GestureController,
+ private cdRef: ChangeDetectorRef,
+ ) {}
ngAfterViewInit() {
const gesture = this.gestureCtrl.create({
diff --git a/static/usage/v8/gestures/basic/demo.html b/static/usage/v8/gestures/basic/demo.html
index f94dc92540b..92fdea1eb85 100644
--- a/static/usage/v8/gestures/basic/demo.html
+++ b/static/usage/v8/gestures/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/gestures/double-click/angular/example_component_ts.md b/static/usage/v8/gestures/double-click/angular/example_component_ts.md
index 8c963786c16..34cf0bd7bff 100644
--- a/static/usage/v8/gestures/double-click/angular/example_component_ts.md
+++ b/static/usage/v8/gestures/double-click/angular/example_component_ts.md
@@ -15,7 +15,10 @@ export class ExampleComponent {
private lastOnStart: number = 0;
private DOUBLE_CLICK_THRESHOLD: number = 500;
- constructor(private el: ElementRef, private gestureCtrl: GestureController) {}
+ constructor(
+ private el: ElementRef,
+ private gestureCtrl: GestureController,
+ ) {}
ngAfterViewInit() {
const gesture = this.gestureCtrl.create({
diff --git a/static/usage/v8/gestures/double-click/demo.html b/static/usage/v8/gestures/double-click/demo.html
index 1283c508208..48f5213b3fd 100644
--- a/static/usage/v8/gestures/double-click/demo.html
+++ b/static/usage/v8/gestures/double-click/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/grid/basic/demo.html b/static/usage/v8/grid/basic/demo.html
index 0a8e133b564..f9e20b496a2 100644
--- a/static/usage/v8/grid/basic/demo.html
+++ b/static/usage/v8/grid/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/grid/customizing/column-number/demo.html b/static/usage/v8/grid/customizing/column-number/demo.html
index 17dfe180ed5..333a120df60 100644
--- a/static/usage/v8/grid/customizing/column-number/demo.html
+++ b/static/usage/v8/grid/customizing/column-number/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/grid/customizing/padding/demo.html b/static/usage/v8/grid/customizing/padding/demo.html
index 8e4215e27ba..676b1e7b384 100644
--- a/static/usage/v8/grid/customizing/padding/demo.html
+++ b/static/usage/v8/grid/customizing/padding/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/grid/customizing/width/demo.html b/static/usage/v8/grid/customizing/width/demo.html
index 2d8a8149062..c5058e10206 100644
--- a/static/usage/v8/grid/customizing/width/demo.html
+++ b/static/usage/v8/grid/customizing/width/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/grid/fixed/demo.html b/static/usage/v8/grid/fixed/demo.html
index 719b5cb442e..1ae9daf0059 100644
--- a/static/usage/v8/grid/fixed/demo.html
+++ b/static/usage/v8/grid/fixed/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/grid/horizontal-alignment/demo.html b/static/usage/v8/grid/horizontal-alignment/demo.html
index 520000cd028..2ff735d7acc 100644
--- a/static/usage/v8/grid/horizontal-alignment/demo.html
+++ b/static/usage/v8/grid/horizontal-alignment/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/grid/offset-responsive/demo.html b/static/usage/v8/grid/offset-responsive/demo.html
index 0f8e1952288..082633318dc 100644
--- a/static/usage/v8/grid/offset-responsive/demo.html
+++ b/static/usage/v8/grid/offset-responsive/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/grid/offset/demo.html b/static/usage/v8/grid/offset/demo.html
index 64576c5d1af..0652960d1e6 100644
--- a/static/usage/v8/grid/offset/demo.html
+++ b/static/usage/v8/grid/offset/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/grid/push-pull-responsive/demo.html b/static/usage/v8/grid/push-pull-responsive/demo.html
index 1dd91bddc99..cc9db08e4a7 100644
--- a/static/usage/v8/grid/push-pull-responsive/demo.html
+++ b/static/usage/v8/grid/push-pull-responsive/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/grid/push-pull/demo.html b/static/usage/v8/grid/push-pull/demo.html
index f342c81bc7a..e105c73b596 100644
--- a/static/usage/v8/grid/push-pull/demo.html
+++ b/static/usage/v8/grid/push-pull/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/grid/size-auto/demo.html b/static/usage/v8/grid/size-auto/demo.html
index 1dd06084e4d..ccd01cf38d2 100644
--- a/static/usage/v8/grid/size-auto/demo.html
+++ b/static/usage/v8/grid/size-auto/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/grid/size-responsive/demo.html b/static/usage/v8/grid/size-responsive/demo.html
index 5cddc2bddee..814277cf4eb 100644
--- a/static/usage/v8/grid/size-responsive/demo.html
+++ b/static/usage/v8/grid/size-responsive/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/grid/size/demo.html b/static/usage/v8/grid/size/demo.html
index a5b90d3f79b..5c97199f6a3 100644
--- a/static/usage/v8/grid/size/demo.html
+++ b/static/usage/v8/grid/size/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/grid/vertical-alignment/demo.html b/static/usage/v8/grid/vertical-alignment/demo.html
index 0c96b10cbde..208a499c264 100644
--- a/static/usage/v8/grid/vertical-alignment/demo.html
+++ b/static/usage/v8/grid/vertical-alignment/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/header/basic/demo.html b/static/usage/v8/header/basic/demo.html
index 6421b0bb28c..5472a8c8d75 100644
--- a/static/usage/v8/header/basic/demo.html
+++ b/static/usage/v8/header/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/header/condense/demo.html b/static/usage/v8/header/condense/demo.html
index 8449cc02687..bf1ddd9fc81 100644
--- a/static/usage/v8/header/condense/demo.html
+++ b/static/usage/v8/header/condense/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/header/custom-scroll-target/demo.html b/static/usage/v8/header/custom-scroll-target/demo.html
index d80117e07ea..66cf6cda9c6 100644
--- a/static/usage/v8/header/custom-scroll-target/demo.html
+++ b/static/usage/v8/header/custom-scroll-target/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/header/fade/demo.html b/static/usage/v8/header/fade/demo.html
index d55733d1174..bc532e9fe5d 100644
--- a/static/usage/v8/header/fade/demo.html
+++ b/static/usage/v8/header/fade/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/header/no-border/demo.html b/static/usage/v8/header/no-border/demo.html
index 2792cd36be7..a26e1ce678e 100644
--- a/static/usage/v8/header/no-border/demo.html
+++ b/static/usage/v8/header/no-border/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/header/translucent/demo.html b/static/usage/v8/header/translucent/demo.html
index d1bd35d1a9a..2d13a4e7104 100644
--- a/static/usage/v8/header/translucent/demo.html
+++ b/static/usage/v8/header/translucent/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/icon/basic/demo.html b/static/usage/v8/icon/basic/demo.html
index 6c1c94041b2..07acae25abd 100644
--- a/static/usage/v8/icon/basic/demo.html
+++ b/static/usage/v8/icon/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/img/basic/demo.html b/static/usage/v8/img/basic/demo.html
index ec0e23586ce..0ba7fc3dac1 100644
--- a/static/usage/v8/img/basic/demo.html
+++ b/static/usage/v8/img/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/infinite-scroll/basic/demo.html b/static/usage/v8/infinite-scroll/basic/demo.html
index 941bca7505b..82b44e238c7 100644
--- a/static/usage/v8/infinite-scroll/basic/demo.html
+++ b/static/usage/v8/infinite-scroll/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/infinite-scroll/custom-infinite-scroll-content/demo.html b/static/usage/v8/infinite-scroll/custom-infinite-scroll-content/demo.html
index 0b25042b2ab..4c4c414ad4b 100644
--- a/static/usage/v8/infinite-scroll/custom-infinite-scroll-content/demo.html
+++ b/static/usage/v8/infinite-scroll/custom-infinite-scroll-content/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/infinite-scroll/infinite-scroll-content/demo.html b/static/usage/v8/infinite-scroll/infinite-scroll-content/demo.html
index 941d572aa69..2fe99691afd 100644
--- a/static/usage/v8/infinite-scroll/infinite-scroll-content/demo.html
+++ b/static/usage/v8/infinite-scroll/infinite-scroll-content/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input-otp/basic/demo.html b/static/usage/v8/input-otp/basic/demo.html
index be646a035d6..55eeb7f05bd 100644
--- a/static/usage/v8/input-otp/basic/demo.html
+++ b/static/usage/v8/input-otp/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input-otp/fill/demo.html b/static/usage/v8/input-otp/fill/demo.html
index 423aaee7236..4e2074b8894 100644
--- a/static/usage/v8/input-otp/fill/demo.html
+++ b/static/usage/v8/input-otp/fill/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input-otp/pattern/demo.html b/static/usage/v8/input-otp/pattern/demo.html
index 5019730b2d3..7050c04892c 100644
--- a/static/usage/v8/input-otp/pattern/demo.html
+++ b/static/usage/v8/input-otp/pattern/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input-otp/separators/demo.html b/static/usage/v8/input-otp/separators/demo.html
index a57752e221e..a5f0abf4f3e 100644
--- a/static/usage/v8/input-otp/separators/demo.html
+++ b/static/usage/v8/input-otp/separators/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input-otp/shape/demo.html b/static/usage/v8/input-otp/shape/demo.html
index 62fc1acbf3f..1f5ef95acfd 100644
--- a/static/usage/v8/input-otp/shape/demo.html
+++ b/static/usage/v8/input-otp/shape/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input-otp/size/demo.html b/static/usage/v8/input-otp/size/demo.html
index 3ae1161802b..99e929f8c18 100644
--- a/static/usage/v8/input-otp/size/demo.html
+++ b/static/usage/v8/input-otp/size/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input-otp/states/demo.html b/static/usage/v8/input-otp/states/demo.html
index 838bf479a76..2b47f70f8f2 100644
--- a/static/usage/v8/input-otp/states/demo.html
+++ b/static/usage/v8/input-otp/states/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input-otp/theming/colors/demo.html b/static/usage/v8/input-otp/theming/colors/demo.html
index a233207d980..02c3db35e83 100644
--- a/static/usage/v8/input-otp/theming/colors/demo.html
+++ b/static/usage/v8/input-otp/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input-otp/theming/css-properties/demo.html b/static/usage/v8/input-otp/theming/css-properties/demo.html
index 9fc0093c966..286877625c7 100644
--- a/static/usage/v8/input-otp/theming/css-properties/demo.html
+++ b/static/usage/v8/input-otp/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input-otp/type/demo.html b/static/usage/v8/input-otp/type/demo.html
index 2c73352d1bf..48b30599c17 100644
--- a/static/usage/v8/input-otp/type/demo.html
+++ b/static/usage/v8/input-otp/type/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input-password-toggle/basic/demo.html b/static/usage/v8/input-password-toggle/basic/demo.html
index c6c52b35303..f9acac07ced 100644
--- a/static/usage/v8/input-password-toggle/basic/demo.html
+++ b/static/usage/v8/input-password-toggle/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input/basic/demo.html b/static/usage/v8/input/basic/demo.html
index 88571ec2ac7..bc003005f47 100644
--- a/static/usage/v8/input/basic/demo.html
+++ b/static/usage/v8/input/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input/clear/demo.html b/static/usage/v8/input/clear/demo.html
index 61ee5401842..f1e30e9ebab 100644
--- a/static/usage/v8/input/clear/demo.html
+++ b/static/usage/v8/input/clear/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input/counter-alignment/demo.html b/static/usage/v8/input/counter-alignment/demo.html
index aa0e88ec28a..a633815d19e 100644
--- a/static/usage/v8/input/counter-alignment/demo.html
+++ b/static/usage/v8/input/counter-alignment/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input/counter/demo.html b/static/usage/v8/input/counter/demo.html
index 15582e0fbd1..36d310a42dd 100644
--- a/static/usage/v8/input/counter/demo.html
+++ b/static/usage/v8/input/counter/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input/fill/demo.html b/static/usage/v8/input/fill/demo.html
index 7bbd26ae242..c5cd017462b 100644
--- a/static/usage/v8/input/fill/demo.html
+++ b/static/usage/v8/input/fill/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input/filtering/demo.html b/static/usage/v8/input/filtering/demo.html
index e5f3a58c562..5a3bab8347f 100644
--- a/static/usage/v8/input/filtering/demo.html
+++ b/static/usage/v8/input/filtering/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input/helper-error/demo.html b/static/usage/v8/input/helper-error/demo.html
index aeca87c3852..c1df9658341 100644
--- a/static/usage/v8/input/helper-error/demo.html
+++ b/static/usage/v8/input/helper-error/demo.html
@@ -1,4 +1,4 @@
-
+
@@ -39,7 +39,7 @@
const validateEmail = (email) => {
return email.match(
- /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
+ /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
);
};
diff --git a/static/usage/v8/input/helper-error/javascript.md b/static/usage/v8/input/helper-error/javascript.md
index 406f1e6e797..8c215df4aad 100644
--- a/static/usage/v8/input/helper-error/javascript.md
+++ b/static/usage/v8/input/helper-error/javascript.md
@@ -16,7 +16,7 @@
const validateEmail = (email) => {
return email.match(
- /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
+ /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
);
};
diff --git a/static/usage/v8/input/helper-error/react.md b/static/usage/v8/input/helper-error/react.md
index 88b2051f003..0c09e15586c 100644
--- a/static/usage/v8/input/helper-error/react.md
+++ b/static/usage/v8/input/helper-error/react.md
@@ -8,7 +8,7 @@ function Example() {
const validateEmail = (email: string) => {
return email.match(
- /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
+ /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
);
};
diff --git a/static/usage/v8/input/helper-error/vue.md b/static/usage/v8/input/helper-error/vue.md
index e4f5ef538b6..0c678b59b32 100644
--- a/static/usage/v8/input/helper-error/vue.md
+++ b/static/usage/v8/input/helper-error/vue.md
@@ -22,7 +22,7 @@
methods: {
validateEmail(email) {
return email.match(
- /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
+ /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
);
},
diff --git a/static/usage/v8/input/label-placement/demo.html b/static/usage/v8/input/label-placement/demo.html
index 8c792ebd86a..3b096b8c74b 100644
--- a/static/usage/v8/input/label-placement/demo.html
+++ b/static/usage/v8/input/label-placement/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input/label-slot/demo.html b/static/usage/v8/input/label-slot/demo.html
index fc87d06e2c1..0bff836cfb2 100644
--- a/static/usage/v8/input/label-slot/demo.html
+++ b/static/usage/v8/input/label-slot/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input/mask/demo.html b/static/usage/v8/input/mask/demo.html
index 4087dc69324..55d07915934 100644
--- a/static/usage/v8/input/mask/demo.html
+++ b/static/usage/v8/input/mask/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input/no-visible-label/demo.html b/static/usage/v8/input/no-visible-label/demo.html
index 6970d161891..00efd19e042 100644
--- a/static/usage/v8/input/no-visible-label/demo.html
+++ b/static/usage/v8/input/no-visible-label/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input/set-focus/demo.html b/static/usage/v8/input/set-focus/demo.html
index 62fd9d1821e..4883bc9aaaf 100644
--- a/static/usage/v8/input/set-focus/demo.html
+++ b/static/usage/v8/input/set-focus/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input/start-end-slots/demo.html b/static/usage/v8/input/start-end-slots/demo.html
index e8e76a8885d..d657a164c4c 100644
--- a/static/usage/v8/input/start-end-slots/demo.html
+++ b/static/usage/v8/input/start-end-slots/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input/theming/colors/demo.html b/static/usage/v8/input/theming/colors/demo.html
index 16c5f9797af..44cb0c99fb6 100644
--- a/static/usage/v8/input/theming/colors/demo.html
+++ b/static/usage/v8/input/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input/theming/css-properties/demo.html b/static/usage/v8/input/theming/css-properties/demo.html
index 642515f7c66..5fae64cbdb4 100644
--- a/static/usage/v8/input/theming/css-properties/demo.html
+++ b/static/usage/v8/input/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/input/types/demo.html b/static/usage/v8/input/types/demo.html
index 141dfb2c90f..a809eca9ae7 100644
--- a/static/usage/v8/input/types/demo.html
+++ b/static/usage/v8/input/types/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item-divider/basic/demo.html b/static/usage/v8/item-divider/basic/demo.html
index c00d3658bf5..dbfa61d3742 100644
--- a/static/usage/v8/item-divider/basic/demo.html
+++ b/static/usage/v8/item-divider/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item-divider/theming/colors/demo.html b/static/usage/v8/item-divider/theming/colors/demo.html
index c7cffbee565..60396b62f49 100644
--- a/static/usage/v8/item-divider/theming/colors/demo.html
+++ b/static/usage/v8/item-divider/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item-divider/theming/css-properties/demo.html b/static/usage/v8/item-divider/theming/css-properties/demo.html
index 400e32f35d6..445198a379a 100644
--- a/static/usage/v8/item-divider/theming/css-properties/demo.html
+++ b/static/usage/v8/item-divider/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item-group/basic/demo.html b/static/usage/v8/item-group/basic/demo.html
index a1e68490d32..c834a919764 100644
--- a/static/usage/v8/item-group/basic/demo.html
+++ b/static/usage/v8/item-group/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item-group/sliding-items/demo.html b/static/usage/v8/item-group/sliding-items/demo.html
index 3b712ee6bc0..d9891615ce4 100644
--- a/static/usage/v8/item-group/sliding-items/demo.html
+++ b/static/usage/v8/item-group/sliding-items/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item-sliding/basic/demo.html b/static/usage/v8/item-sliding/basic/demo.html
index ef1c3abd925..46bb8b664bb 100644
--- a/static/usage/v8/item-sliding/basic/demo.html
+++ b/static/usage/v8/item-sliding/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item-sliding/expandable/demo.html b/static/usage/v8/item-sliding/expandable/demo.html
index c206827a1db..2fa3b65a769 100644
--- a/static/usage/v8/item-sliding/expandable/demo.html
+++ b/static/usage/v8/item-sliding/expandable/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item-sliding/icons/demo.html b/static/usage/v8/item-sliding/icons/demo.html
index 0940635e008..9e0aa2ca7ab 100644
--- a/static/usage/v8/item-sliding/icons/demo.html
+++ b/static/usage/v8/item-sliding/icons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item/basic/demo.html b/static/usage/v8/item/basic/demo.html
index 01611f42d94..e59a603bf27 100644
--- a/static/usage/v8/item/basic/demo.html
+++ b/static/usage/v8/item/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item/buttons/demo.html b/static/usage/v8/item/buttons/demo.html
index 28ba1772ab2..3c047a7ece5 100644
--- a/static/usage/v8/item/buttons/demo.html
+++ b/static/usage/v8/item/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item/clickable/demo.html b/static/usage/v8/item/clickable/demo.html
index 8d5d32efebc..756e505a37b 100644
--- a/static/usage/v8/item/clickable/demo.html
+++ b/static/usage/v8/item/clickable/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item/content-types/actions/demo.html b/static/usage/v8/item/content-types/actions/demo.html
index 342ed80a206..fd3f5b6a923 100644
--- a/static/usage/v8/item/content-types/actions/demo.html
+++ b/static/usage/v8/item/content-types/actions/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item/content-types/controls/demo.html b/static/usage/v8/item/content-types/controls/demo.html
index 84d466383f3..78123f3ef1f 100644
--- a/static/usage/v8/item/content-types/controls/demo.html
+++ b/static/usage/v8/item/content-types/controls/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item/content-types/metadata/demo.html b/static/usage/v8/item/content-types/metadata/demo.html
index 747744f9b5e..20bdc6d114e 100644
--- a/static/usage/v8/item/content-types/metadata/demo.html
+++ b/static/usage/v8/item/content-types/metadata/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item/content-types/supporting-visuals/demo.html b/static/usage/v8/item/content-types/supporting-visuals/demo.html
index 9d680f21e31..4360eecc7ba 100644
--- a/static/usage/v8/item/content-types/supporting-visuals/demo.html
+++ b/static/usage/v8/item/content-types/supporting-visuals/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item/content-types/text/demo.html b/static/usage/v8/item/content-types/text/demo.html
index 4245b0d0f78..96a0f896246 100644
--- a/static/usage/v8/item/content-types/text/demo.html
+++ b/static/usage/v8/item/content-types/text/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item/detail-arrows/demo.html b/static/usage/v8/item/detail-arrows/demo.html
index b4f705dbe80..443cb1435d8 100644
--- a/static/usage/v8/item/detail-arrows/demo.html
+++ b/static/usage/v8/item/detail-arrows/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item/inputs/demo.html b/static/usage/v8/item/inputs/demo.html
index d686f651400..62d9c8537d4 100644
--- a/static/usage/v8/item/inputs/demo.html
+++ b/static/usage/v8/item/inputs/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item/lines/demo.html b/static/usage/v8/item/lines/demo.html
index 21f2141c8f9..78a78b367b8 100644
--- a/static/usage/v8/item/lines/demo.html
+++ b/static/usage/v8/item/lines/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item/media/demo.html b/static/usage/v8/item/media/demo.html
index bfbe7dfc541..aba7b79f590 100644
--- a/static/usage/v8/item/media/demo.html
+++ b/static/usage/v8/item/media/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item/theming/colors/demo.html b/static/usage/v8/item/theming/colors/demo.html
index 09ee448979d..ee92af99467 100644
--- a/static/usage/v8/item/theming/colors/demo.html
+++ b/static/usage/v8/item/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item/theming/css-properties/demo.html b/static/usage/v8/item/theming/css-properties/demo.html
index 420b41fd19b..c53a7a413c5 100644
--- a/static/usage/v8/item/theming/css-properties/demo.html
+++ b/static/usage/v8/item/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item/theming/css-shadow-parts/demo.html b/static/usage/v8/item/theming/css-shadow-parts/demo.html
index a655e9bed5c..81159a3ff2d 100644
--- a/static/usage/v8/item/theming/css-shadow-parts/demo.html
+++ b/static/usage/v8/item/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/item/theming/input-highlight/demo.html b/static/usage/v8/item/theming/input-highlight/demo.html
index b939ff6d0aa..0c4ebc3878d 100644
--- a/static/usage/v8/item/theming/input-highlight/demo.html
+++ b/static/usage/v8/item/theming/input-highlight/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/keyboard/enterkeyhint/demo.html b/static/usage/v8/keyboard/enterkeyhint/demo.html
index 8d23e90a757..8845b38736e 100644
--- a/static/usage/v8/keyboard/enterkeyhint/demo.html
+++ b/static/usage/v8/keyboard/enterkeyhint/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/keyboard/inputmode/demo.html b/static/usage/v8/keyboard/inputmode/demo.html
index 79ed8b2ff02..2290d8e29d9 100644
--- a/static/usage/v8/keyboard/inputmode/demo.html
+++ b/static/usage/v8/keyboard/inputmode/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/label/basic/demo.html b/static/usage/v8/label/basic/demo.html
index ae7d221320a..eaeda39dc89 100644
--- a/static/usage/v8/label/basic/demo.html
+++ b/static/usage/v8/label/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/label/input/demo.html b/static/usage/v8/label/input/demo.html
index 8bdfa8729a7..77c902660bf 100644
--- a/static/usage/v8/label/input/demo.html
+++ b/static/usage/v8/label/input/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/label/item/demo.html b/static/usage/v8/label/item/demo.html
index 55e8eebef74..49cb13d9c2b 100644
--- a/static/usage/v8/label/item/demo.html
+++ b/static/usage/v8/label/item/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/label/theming/colors/demo.html b/static/usage/v8/label/theming/colors/demo.html
index ac45da4d902..fc123ae3356 100644
--- a/static/usage/v8/label/theming/colors/demo.html
+++ b/static/usage/v8/label/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/layout/dynamic-font-scaling/demo.html b/static/usage/v8/layout/dynamic-font-scaling/demo.html
index 5247c5cc2b3..3f92a9dca84 100644
--- a/static/usage/v8/layout/dynamic-font-scaling/demo.html
+++ b/static/usage/v8/layout/dynamic-font-scaling/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/list-header/basic/demo.html b/static/usage/v8/list-header/basic/demo.html
index e8e8afffcba..aec9c5132f3 100644
--- a/static/usage/v8/list-header/basic/demo.html
+++ b/static/usage/v8/list-header/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/list-header/buttons/demo.html b/static/usage/v8/list-header/buttons/demo.html
index be49efea0a5..dc105eaa663 100644
--- a/static/usage/v8/list-header/buttons/demo.html
+++ b/static/usage/v8/list-header/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/list-header/lines/demo.html b/static/usage/v8/list-header/lines/demo.html
index 7bb3dc185ba..9b06b6a64f7 100644
--- a/static/usage/v8/list-header/lines/demo.html
+++ b/static/usage/v8/list-header/lines/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/list-header/theming/colors/demo.html b/static/usage/v8/list-header/theming/colors/demo.html
index 907a43ff414..ffd9570fd2e 100644
--- a/static/usage/v8/list-header/theming/colors/demo.html
+++ b/static/usage/v8/list-header/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/list-header/theming/css-properties/demo.html b/static/usage/v8/list-header/theming/css-properties/demo.html
index 2ff7ab62e50..4c77f6df7a8 100644
--- a/static/usage/v8/list-header/theming/css-properties/demo.html
+++ b/static/usage/v8/list-header/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/list/basic/demo.html b/static/usage/v8/list/basic/demo.html
index 220eb7a2a81..4b490018135 100644
--- a/static/usage/v8/list/basic/demo.html
+++ b/static/usage/v8/list/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/list/inset/demo.html b/static/usage/v8/list/inset/demo.html
index 7944fd95163..ec33a568aae 100644
--- a/static/usage/v8/list/inset/demo.html
+++ b/static/usage/v8/list/inset/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/list/lines/demo.html b/static/usage/v8/list/lines/demo.html
index 306e202d617..0d4a3dc4855 100644
--- a/static/usage/v8/list/lines/demo.html
+++ b/static/usage/v8/list/lines/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/loading/controller/demo.html b/static/usage/v8/loading/controller/demo.html
index 2b87474931d..d4725946dd6 100644
--- a/static/usage/v8/loading/controller/demo.html
+++ b/static/usage/v8/loading/controller/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/loading/inline/demo.html b/static/usage/v8/loading/inline/demo.html
index b853999f158..cc97aa89744 100644
--- a/static/usage/v8/loading/inline/demo.html
+++ b/static/usage/v8/loading/inline/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/loading/spinners/demo.html b/static/usage/v8/loading/spinners/demo.html
index d85d0c68d7a..d499c41337f 100644
--- a/static/usage/v8/loading/spinners/demo.html
+++ b/static/usage/v8/loading/spinners/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/loading/theming/demo.html b/static/usage/v8/loading/theming/demo.html
index 0fe11b32008..9d9c92837be 100644
--- a/static/usage/v8/loading/theming/demo.html
+++ b/static/usage/v8/loading/theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/menu/basic/demo.html b/static/usage/v8/menu/basic/demo.html
index a642486467b..42185e14e65 100644
--- a/static/usage/v8/menu/basic/demo.html
+++ b/static/usage/v8/menu/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/menu/multiple/demo.html b/static/usage/v8/menu/multiple/demo.html
index fe2029b7514..bcc4af16df3 100644
--- a/static/usage/v8/menu/multiple/demo.html
+++ b/static/usage/v8/menu/multiple/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/menu/sides/demo.html b/static/usage/v8/menu/sides/demo.html
index 43033b5d018..0493a8b0a6e 100644
--- a/static/usage/v8/menu/sides/demo.html
+++ b/static/usage/v8/menu/sides/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/menu/theming/demo.html b/static/usage/v8/menu/theming/demo.html
index a4d48cd2a3b..e3e21ccce3e 100644
--- a/static/usage/v8/menu/theming/demo.html
+++ b/static/usage/v8/menu/theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/menu/toggle/demo.html b/static/usage/v8/menu/toggle/demo.html
index 7ac349921f8..dd201a0d302 100644
--- a/static/usage/v8/menu/toggle/demo.html
+++ b/static/usage/v8/menu/toggle/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/menu/type/demo.html b/static/usage/v8/menu/type/demo.html
index 77f50fa39d5..b33b6db5b72 100644
--- a/static/usage/v8/menu/type/demo.html
+++ b/static/usage/v8/menu/type/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/menu/type/react.md b/static/usage/v8/menu/type/react.md
index af341a0e753..d68a04a7ca9 100644
--- a/static/usage/v8/menu/type/react.md
+++ b/static/usage/v8/menu/type/react.md
@@ -61,7 +61,8 @@ function Example() {
push
-
+ {' '}
+
Click to open the menu
diff --git a/static/usage/v8/modal/can-dismiss/boolean/demo.html b/static/usage/v8/modal/can-dismiss/boolean/demo.html
index 530926ccee0..22c9e163e3e 100644
--- a/static/usage/v8/modal/can-dismiss/boolean/demo.html
+++ b/static/usage/v8/modal/can-dismiss/boolean/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/modal/can-dismiss/child-state/demo.html b/static/usage/v8/modal/can-dismiss/child-state/demo.html
index 2e2dc6def50..25de1b64103 100644
--- a/static/usage/v8/modal/can-dismiss/child-state/demo.html
+++ b/static/usage/v8/modal/can-dismiss/child-state/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/modal/can-dismiss/function/demo.html b/static/usage/v8/modal/can-dismiss/function/demo.html
index 90339b5fb85..72968a361e5 100644
--- a/static/usage/v8/modal/can-dismiss/function/demo.html
+++ b/static/usage/v8/modal/can-dismiss/function/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/modal/can-dismiss/prevent-swipe-to-close/demo.html b/static/usage/v8/modal/can-dismiss/prevent-swipe-to-close/demo.html
index 74ffbb0112d..7287f18042d 100644
--- a/static/usage/v8/modal/can-dismiss/prevent-swipe-to-close/demo.html
+++ b/static/usage/v8/modal/can-dismiss/prevent-swipe-to-close/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/modal/card/basic/demo.html b/static/usage/v8/modal/card/basic/demo.html
index 82fd7fbff9e..9f9ae94519e 100644
--- a/static/usage/v8/modal/card/basic/demo.html
+++ b/static/usage/v8/modal/card/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/modal/controller/demo.html b/static/usage/v8/modal/controller/demo.html
index c053be9dd28..3baf6f99626 100644
--- a/static/usage/v8/modal/controller/demo.html
+++ b/static/usage/v8/modal/controller/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/modal/custom-dialogs/demo.html b/static/usage/v8/modal/custom-dialogs/demo.html
index 4719e1993e0..6ab39b2e5b2 100644
--- a/static/usage/v8/modal/custom-dialogs/demo.html
+++ b/static/usage/v8/modal/custom-dialogs/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/modal/inline/basic/demo.html b/static/usage/v8/modal/inline/basic/demo.html
index 48bdf4053be..904dafb58e2 100644
--- a/static/usage/v8/modal/inline/basic/demo.html
+++ b/static/usage/v8/modal/inline/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/modal/inline/basic/react.md b/static/usage/v8/modal/inline/basic/react.md
index 0ca73d66844..11df0de0832 100644
--- a/static/usage/v8/modal/inline/basic/react.md
+++ b/static/usage/v8/modal/inline/basic/react.md
@@ -19,7 +19,7 @@ function Example() {
const input = useRef(null);
const [message, setMessage] = useState(
- 'This modal example uses triggers to automatically open a modal when the button is clicked.'
+ 'This modal example uses triggers to automatically open a modal when the button is clicked.',
);
function confirm() {
diff --git a/static/usage/v8/modal/inline/is-open/demo.html b/static/usage/v8/modal/inline/is-open/demo.html
index 3365b9f2482..1bc621ef843 100644
--- a/static/usage/v8/modal/inline/is-open/demo.html
+++ b/static/usage/v8/modal/inline/is-open/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/modal/performance/mount/demo.html b/static/usage/v8/modal/performance/mount/demo.html
index 5fdff0d6c82..66791b740db 100644
--- a/static/usage/v8/modal/performance/mount/demo.html
+++ b/static/usage/v8/modal/performance/mount/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/modal/sheet/auto-height/demo.html b/static/usage/v8/modal/sheet/auto-height/demo.html
index 7a66c36b6f6..7b9ccd76ae0 100644
--- a/static/usage/v8/modal/sheet/auto-height/demo.html
+++ b/static/usage/v8/modal/sheet/auto-height/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/modal/sheet/background-content/demo.html b/static/usage/v8/modal/sheet/background-content/demo.html
index 9ff5f5c9a49..c958aac2dfa 100644
--- a/static/usage/v8/modal/sheet/background-content/demo.html
+++ b/static/usage/v8/modal/sheet/background-content/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/modal/sheet/basic/demo.html b/static/usage/v8/modal/sheet/basic/demo.html
index 06de2ff25d8..82137262516 100644
--- a/static/usage/v8/modal/sheet/basic/demo.html
+++ b/static/usage/v8/modal/sheet/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/modal/sheet/expand-to-scroll/demo.html b/static/usage/v8/modal/sheet/expand-to-scroll/demo.html
index 79516adaef7..4a77328ba92 100644
--- a/static/usage/v8/modal/sheet/expand-to-scroll/demo.html
+++ b/static/usage/v8/modal/sheet/expand-to-scroll/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/modal/sheet/handle-behavior/demo.html b/static/usage/v8/modal/sheet/handle-behavior/demo.html
index c4a097ffbfc..c13ede0fce4 100644
--- a/static/usage/v8/modal/sheet/handle-behavior/demo.html
+++ b/static/usage/v8/modal/sheet/handle-behavior/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/modal/styling/animations/demo.html b/static/usage/v8/modal/styling/animations/demo.html
index f1a5e5674a3..d1362680c27 100644
--- a/static/usage/v8/modal/styling/animations/demo.html
+++ b/static/usage/v8/modal/styling/animations/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/modal/styling/theming/demo.html b/static/usage/v8/modal/styling/theming/demo.html
index 3e0c9c17e0b..45923eb4b45 100644
--- a/static/usage/v8/modal/styling/theming/demo.html
+++ b/static/usage/v8/modal/styling/theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/nav/modal-navigation/demo.html b/static/usage/v8/nav/modal-navigation/demo.html
index e902a709f11..5201c193066 100644
--- a/static/usage/v8/nav/modal-navigation/demo.html
+++ b/static/usage/v8/nav/modal-navigation/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/nav/nav-link/demo.html b/static/usage/v8/nav/nav-link/demo.html
index 810f5d749c7..86064ea0a8c 100644
--- a/static/usage/v8/nav/nav-link/demo.html
+++ b/static/usage/v8/nav/nav-link/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/note/basic/demo.html b/static/usage/v8/note/basic/demo.html
index 8bbe5cf3495..eacc307adb4 100644
--- a/static/usage/v8/note/basic/demo.html
+++ b/static/usage/v8/note/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/note/item/demo.html b/static/usage/v8/note/item/demo.html
index 93073294937..3826ee93733 100644
--- a/static/usage/v8/note/item/demo.html
+++ b/static/usage/v8/note/item/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/note/theming/colors/demo.html b/static/usage/v8/note/theming/colors/demo.html
index e816dfb1d34..a39a7dcdea7 100644
--- a/static/usage/v8/note/theming/colors/demo.html
+++ b/static/usage/v8/note/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/note/theming/css-properties/demo.html b/static/usage/v8/note/theming/css-properties/demo.html
index 2d477569a4e..3b734635ed1 100644
--- a/static/usage/v8/note/theming/css-properties/demo.html
+++ b/static/usage/v8/note/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/picker-legacy/controller/demo.html b/static/usage/v8/picker-legacy/controller/demo.html
index 2c584d6bec0..dffe2a1c6ef 100644
--- a/static/usage/v8/picker-legacy/controller/demo.html
+++ b/static/usage/v8/picker-legacy/controller/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/picker-legacy/inline/isOpen/demo.html b/static/usage/v8/picker-legacy/inline/isOpen/demo.html
index c3bae2a860f..ea70b8ec9ba 100644
--- a/static/usage/v8/picker-legacy/inline/isOpen/demo.html
+++ b/static/usage/v8/picker-legacy/inline/isOpen/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/picker-legacy/inline/trigger/demo.html b/static/usage/v8/picker-legacy/inline/trigger/demo.html
index 0e2328c6768..b048c9be20c 100644
--- a/static/usage/v8/picker-legacy/inline/trigger/demo.html
+++ b/static/usage/v8/picker-legacy/inline/trigger/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/picker-legacy/multiple-column/demo.html b/static/usage/v8/picker-legacy/multiple-column/demo.html
index 9642d8dc9d8..9066bbc9ec3 100644
--- a/static/usage/v8/picker-legacy/multiple-column/demo.html
+++ b/static/usage/v8/picker-legacy/multiple-column/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/picker/basic/demo.html b/static/usage/v8/picker/basic/demo.html
index d4af8c6924c..0a29e8ff63b 100644
--- a/static/usage/v8/picker/basic/demo.html
+++ b/static/usage/v8/picker/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/picker/modal/demo.html b/static/usage/v8/picker/modal/demo.html
index cee2bc082d0..fe115e1ff9c 100644
--- a/static/usage/v8/picker/modal/demo.html
+++ b/static/usage/v8/picker/modal/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/picker/prefix-suffix/demo.html b/static/usage/v8/picker/prefix-suffix/demo.html
index 2f2243cce40..cdd8dd8024c 100644
--- a/static/usage/v8/picker/prefix-suffix/demo.html
+++ b/static/usage/v8/picker/prefix-suffix/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/picker/theming/css-properties/demo.html b/static/usage/v8/picker/theming/css-properties/demo.html
index 556a0e02ab8..68f041a43b5 100644
--- a/static/usage/v8/picker/theming/css-properties/demo.html
+++ b/static/usage/v8/picker/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/popover/customization/positioning/demo.html b/static/usage/v8/popover/customization/positioning/demo.html
index 6b7408dcb39..f6e3f2b9b56 100644
--- a/static/usage/v8/popover/customization/positioning/demo.html
+++ b/static/usage/v8/popover/customization/positioning/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/popover/customization/sizing/demo.html b/static/usage/v8/popover/customization/sizing/demo.html
index 03e3c937e76..592cbb71fdc 100644
--- a/static/usage/v8/popover/customization/sizing/demo.html
+++ b/static/usage/v8/popover/customization/sizing/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/popover/customization/styling/demo.html b/static/usage/v8/popover/customization/styling/demo.html
index cae38b8fcc7..98786a369b6 100644
--- a/static/usage/v8/popover/customization/styling/demo.html
+++ b/static/usage/v8/popover/customization/styling/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/popover/nested/demo.html b/static/usage/v8/popover/nested/demo.html
index 4994e4a28d2..cd3f0d06797 100644
--- a/static/usage/v8/popover/nested/demo.html
+++ b/static/usage/v8/popover/nested/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/popover/performance/mount/demo.html b/static/usage/v8/popover/performance/mount/demo.html
index 5d7abac1ac0..76b75ab6ef9 100644
--- a/static/usage/v8/popover/performance/mount/demo.html
+++ b/static/usage/v8/popover/performance/mount/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/popover/presenting/controller/demo.html b/static/usage/v8/popover/presenting/controller/demo.html
index 15d30b05f33..7edb562f9cd 100644
--- a/static/usage/v8/popover/presenting/controller/demo.html
+++ b/static/usage/v8/popover/presenting/controller/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/popover/presenting/inline-isopen/demo.html b/static/usage/v8/popover/presenting/inline-isopen/demo.html
index 0a82653d61f..7db009df8bd 100644
--- a/static/usage/v8/popover/presenting/inline-isopen/demo.html
+++ b/static/usage/v8/popover/presenting/inline-isopen/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/popover/presenting/inline-trigger/demo.html b/static/usage/v8/popover/presenting/inline-trigger/demo.html
index 4a9b1ea88ca..af620711c35 100644
--- a/static/usage/v8/popover/presenting/inline-trigger/demo.html
+++ b/static/usage/v8/popover/presenting/inline-trigger/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/progress-bar/buffer/demo.html b/static/usage/v8/progress-bar/buffer/demo.html
index 8ba7550d8f3..e51e4162700 100644
--- a/static/usage/v8/progress-bar/buffer/demo.html
+++ b/static/usage/v8/progress-bar/buffer/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/progress-bar/determinate/demo.html b/static/usage/v8/progress-bar/determinate/demo.html
index 70c808a8e88..ccfec7e7e81 100644
--- a/static/usage/v8/progress-bar/determinate/demo.html
+++ b/static/usage/v8/progress-bar/determinate/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/progress-bar/indeterminate/demo.html b/static/usage/v8/progress-bar/indeterminate/demo.html
index c949ca3088d..564dbc5dc7c 100644
--- a/static/usage/v8/progress-bar/indeterminate/demo.html
+++ b/static/usage/v8/progress-bar/indeterminate/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/progress-bar/theming/colors/demo.html b/static/usage/v8/progress-bar/theming/colors/demo.html
index 53161f597a2..3296f5a21bf 100644
--- a/static/usage/v8/progress-bar/theming/colors/demo.html
+++ b/static/usage/v8/progress-bar/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/progress-bar/theming/css-properties/demo.html b/static/usage/v8/progress-bar/theming/css-properties/demo.html
index d72e6f2b724..a36632afd56 100644
--- a/static/usage/v8/progress-bar/theming/css-properties/demo.html
+++ b/static/usage/v8/progress-bar/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/progress-bar/theming/css-shadow-parts/demo.html b/static/usage/v8/progress-bar/theming/css-shadow-parts/demo.html
index 1afb6f5c24d..a2a2a88f05f 100644
--- a/static/usage/v8/progress-bar/theming/css-shadow-parts/demo.html
+++ b/static/usage/v8/progress-bar/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/radio/alignment/demo.html b/static/usage/v8/radio/alignment/demo.html
index 74415a2e592..aa37fae28c3 100644
--- a/static/usage/v8/radio/alignment/demo.html
+++ b/static/usage/v8/radio/alignment/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/radio/basic/demo.html b/static/usage/v8/radio/basic/demo.html
index 83090b6fbb4..ef9f9dabfdf 100644
--- a/static/usage/v8/radio/basic/demo.html
+++ b/static/usage/v8/radio/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/radio/empty-selection/demo.html b/static/usage/v8/radio/empty-selection/demo.html
index b56d2fd929c..a747397781a 100644
--- a/static/usage/v8/radio/empty-selection/demo.html
+++ b/static/usage/v8/radio/empty-selection/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/radio/helper-error/demo.html b/static/usage/v8/radio/helper-error/demo.html
index 7a8d6abfccf..61bfd8e22a2 100644
--- a/static/usage/v8/radio/helper-error/demo.html
+++ b/static/usage/v8/radio/helper-error/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/radio/justify/demo.html b/static/usage/v8/radio/justify/demo.html
index d5325dc4c0a..960a4ac80a4 100644
--- a/static/usage/v8/radio/justify/demo.html
+++ b/static/usage/v8/radio/justify/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/radio/label-placement/demo.html b/static/usage/v8/radio/label-placement/demo.html
index c14409d3a9e..f5d27913cda 100644
--- a/static/usage/v8/radio/label-placement/demo.html
+++ b/static/usage/v8/radio/label-placement/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/radio/theming/colors/demo.html b/static/usage/v8/radio/theming/colors/demo.html
index 65f86a3518b..3d2d6674e54 100644
--- a/static/usage/v8/radio/theming/colors/demo.html
+++ b/static/usage/v8/radio/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/radio/theming/css-properties/demo.html b/static/usage/v8/radio/theming/css-properties/demo.html
index 5615a8aafd8..e0150197846 100644
--- a/static/usage/v8/radio/theming/css-properties/demo.html
+++ b/static/usage/v8/radio/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/radio/theming/css-shadow-parts/demo.html b/static/usage/v8/radio/theming/css-shadow-parts/demo.html
index 4a82c7ac384..6264bf3d98a 100644
--- a/static/usage/v8/radio/theming/css-shadow-parts/demo.html
+++ b/static/usage/v8/radio/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/radio/using-comparewith/demo.html b/static/usage/v8/radio/using-comparewith/demo.html
index 39805ea0b92..88386abb63a 100644
--- a/static/usage/v8/radio/using-comparewith/demo.html
+++ b/static/usage/v8/radio/using-comparewith/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/range/basic/demo.html b/static/usage/v8/range/basic/demo.html
index a3290fae5b7..64d5364da14 100644
--- a/static/usage/v8/range/basic/demo.html
+++ b/static/usage/v8/range/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/range/dual-knobs/demo.html b/static/usage/v8/range/dual-knobs/demo.html
index 693a4ad1523..108eebed3ed 100644
--- a/static/usage/v8/range/dual-knobs/demo.html
+++ b/static/usage/v8/range/dual-knobs/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/range/ion-change-event/demo.html b/static/usage/v8/range/ion-change-event/demo.html
index c5fcf4f7dc7..5e15567429a 100644
--- a/static/usage/v8/range/ion-change-event/demo.html
+++ b/static/usage/v8/range/ion-change-event/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/range/ion-knob-move-event/demo.html b/static/usage/v8/range/ion-knob-move-event/demo.html
index 06c9715e5a9..1db362b4bec 100644
--- a/static/usage/v8/range/ion-knob-move-event/demo.html
+++ b/static/usage/v8/range/ion-knob-move-event/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/range/label-slot/demo.html b/static/usage/v8/range/label-slot/demo.html
index 8233280e6e6..d054b955ee2 100644
--- a/static/usage/v8/range/label-slot/demo.html
+++ b/static/usage/v8/range/label-slot/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/range/labels/demo.html b/static/usage/v8/range/labels/demo.html
index 89a7403d9d4..88669012a33 100644
--- a/static/usage/v8/range/labels/demo.html
+++ b/static/usage/v8/range/labels/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/range/no-visible-label/demo.html b/static/usage/v8/range/no-visible-label/demo.html
index a3290fae5b7..64d5364da14 100644
--- a/static/usage/v8/range/no-visible-label/demo.html
+++ b/static/usage/v8/range/no-visible-label/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/range/pins/demo.html b/static/usage/v8/range/pins/demo.html
index e1a278802c4..df7e9ef51d4 100644
--- a/static/usage/v8/range/pins/demo.html
+++ b/static/usage/v8/range/pins/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/range/slots/demo.html b/static/usage/v8/range/slots/demo.html
index e307600e28d..fcfb4d6e0e3 100644
--- a/static/usage/v8/range/slots/demo.html
+++ b/static/usage/v8/range/slots/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/range/snapping-ticks/demo.html b/static/usage/v8/range/snapping-ticks/demo.html
index d9d3ac5ada4..8b5070f1906 100644
--- a/static/usage/v8/range/snapping-ticks/demo.html
+++ b/static/usage/v8/range/snapping-ticks/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/range/theming/css-properties/demo.html b/static/usage/v8/range/theming/css-properties/demo.html
index c451db4e0c0..35339aba361 100644
--- a/static/usage/v8/range/theming/css-properties/demo.html
+++ b/static/usage/v8/range/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/range/theming/css-shadow-parts/angular/example_component_css.md b/static/usage/v8/range/theming/css-shadow-parts/angular/example_component_css.md
index 0092daad827..5881536d82c 100644
--- a/static/usage/v8/range/theming/css-shadow-parts/angular/example_component_css.md
+++ b/static/usage/v8/range/theming/css-shadow-parts/angular/example_component_css.md
@@ -22,7 +22,9 @@ ion-range::part(pin) {
min-width: 28px;
height: 28px;
- transition: transform 120ms ease, background 120ms ease;
+ transition:
+ transform 120ms ease,
+ background 120ms ease;
}
ion-range::part(pin)::before {
diff --git a/static/usage/v8/range/theming/css-shadow-parts/demo.html b/static/usage/v8/range/theming/css-shadow-parts/demo.html
index 5ee2f25b113..f564341b569 100644
--- a/static/usage/v8/range/theming/css-shadow-parts/demo.html
+++ b/static/usage/v8/range/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
@@ -36,7 +36,9 @@
min-width: 28px;
height: 28px;
- transition: transform 120ms ease, background 120ms ease;
+ transition:
+ transform 120ms ease,
+ background 120ms ease;
}
ion-range::part(pin)::before {
diff --git a/static/usage/v8/range/theming/css-shadow-parts/javascript.md b/static/usage/v8/range/theming/css-shadow-parts/javascript.md
index 87e968a80c8..bc615f59a4c 100644
--- a/static/usage/v8/range/theming/css-shadow-parts/javascript.md
+++ b/static/usage/v8/range/theming/css-shadow-parts/javascript.md
@@ -25,7 +25,9 @@
min-width: 28px;
height: 28px;
- transition: transform 120ms ease, background 120ms ease;
+ transition:
+ transform 120ms ease,
+ background 120ms ease;
}
ion-range::part(pin)::before {
diff --git a/static/usage/v8/range/theming/css-shadow-parts/react/main_css.md b/static/usage/v8/range/theming/css-shadow-parts/react/main_css.md
index 0092daad827..5881536d82c 100644
--- a/static/usage/v8/range/theming/css-shadow-parts/react/main_css.md
+++ b/static/usage/v8/range/theming/css-shadow-parts/react/main_css.md
@@ -22,7 +22,9 @@ ion-range::part(pin) {
min-width: 28px;
height: 28px;
- transition: transform 120ms ease, background 120ms ease;
+ transition:
+ transform 120ms ease,
+ background 120ms ease;
}
ion-range::part(pin)::before {
diff --git a/static/usage/v8/range/theming/css-shadow-parts/vue.md b/static/usage/v8/range/theming/css-shadow-parts/vue.md
index 91b55c3c3c5..7c90da8a679 100644
--- a/static/usage/v8/range/theming/css-shadow-parts/vue.md
+++ b/static/usage/v8/range/theming/css-shadow-parts/vue.md
@@ -23,7 +23,9 @@
min-width: 28px;
height: 28px;
- transition: transform 120ms ease, background 120ms ease;
+ transition:
+ transform 120ms ease,
+ background 120ms ease;
}
ion-range::part(pin)::before {
diff --git a/static/usage/v8/refresher/advanced/demo.html b/static/usage/v8/refresher/advanced/demo.html
index 289e6637457..a3175799ff1 100644
--- a/static/usage/v8/refresher/advanced/demo.html
+++ b/static/usage/v8/refresher/advanced/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/refresher/basic/demo.html b/static/usage/v8/refresher/basic/demo.html
index c08439a7d37..d209beb2743 100644
--- a/static/usage/v8/refresher/basic/demo.html
+++ b/static/usage/v8/refresher/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/refresher/custom-content/demo.html b/static/usage/v8/refresher/custom-content/demo.html
index 016f4a94ac4..a076c1754ca 100644
--- a/static/usage/v8/refresher/custom-content/demo.html
+++ b/static/usage/v8/refresher/custom-content/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/refresher/custom-scroll-target/demo.html b/static/usage/v8/refresher/custom-scroll-target/demo.html
index ab49a64fdc5..c10337c89a0 100644
--- a/static/usage/v8/refresher/custom-scroll-target/demo.html
+++ b/static/usage/v8/refresher/custom-scroll-target/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/refresher/pull-properties/demo.html b/static/usage/v8/refresher/pull-properties/demo.html
index 8cb12c8d4dc..9a17d5aeb98 100644
--- a/static/usage/v8/refresher/pull-properties/demo.html
+++ b/static/usage/v8/refresher/pull-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/reorder/basic/demo.html b/static/usage/v8/reorder/basic/demo.html
index f9afb7d750a..9e4e84ee946 100644
--- a/static/usage/v8/reorder/basic/demo.html
+++ b/static/usage/v8/reorder/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/reorder/custom-icon/demo.html b/static/usage/v8/reorder/custom-icon/demo.html
index ab2c55b9423..2d62c0f2c2e 100644
--- a/static/usage/v8/reorder/custom-icon/demo.html
+++ b/static/usage/v8/reorder/custom-icon/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/reorder/custom-scroll-target/demo.html b/static/usage/v8/reorder/custom-scroll-target/demo.html
index 760fb525d79..1bb6b0bcbaf 100644
--- a/static/usage/v8/reorder/custom-scroll-target/demo.html
+++ b/static/usage/v8/reorder/custom-scroll-target/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/reorder/toggling-disabled/demo.html b/static/usage/v8/reorder/toggling-disabled/demo.html
index 46481ab3dc0..b2639afd5a1 100644
--- a/static/usage/v8/reorder/toggling-disabled/demo.html
+++ b/static/usage/v8/reorder/toggling-disabled/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/reorder/updating-data/demo.html b/static/usage/v8/reorder/updating-data/demo.html
index 8f0ca1b7cda..e96d9561dd1 100644
--- a/static/usage/v8/reorder/updating-data/demo.html
+++ b/static/usage/v8/reorder/updating-data/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/reorder/wrapper/demo.html b/static/usage/v8/reorder/wrapper/demo.html
index 1322a6ee6fd..817ae930695 100644
--- a/static/usage/v8/reorder/wrapper/demo.html
+++ b/static/usage/v8/reorder/wrapper/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/ripple-effect/basic/demo.html b/static/usage/v8/ripple-effect/basic/demo.html
index 6f5a6be89a1..71751bfe999 100644
--- a/static/usage/v8/ripple-effect/basic/demo.html
+++ b/static/usage/v8/ripple-effect/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/ripple-effect/customizing/demo.html b/static/usage/v8/ripple-effect/customizing/demo.html
index 044155f9dec..fd8cb5973ff 100644
--- a/static/usage/v8/ripple-effect/customizing/demo.html
+++ b/static/usage/v8/ripple-effect/customizing/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/ripple-effect/type/demo.html b/static/usage/v8/ripple-effect/type/demo.html
index 4c6b3486bf2..aa48d5b1323 100644
--- a/static/usage/v8/ripple-effect/type/demo.html
+++ b/static/usage/v8/ripple-effect/type/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/router/basic/demo.html b/static/usage/v8/router/basic/demo.html
index f617f60ea75..c6589cd5526 100644
--- a/static/usage/v8/router/basic/demo.html
+++ b/static/usage/v8/router/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/searchbar/basic/demo.html b/static/usage/v8/searchbar/basic/demo.html
index cf8eb7f6502..75a8e684096 100644
--- a/static/usage/v8/searchbar/basic/demo.html
+++ b/static/usage/v8/searchbar/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/searchbar/cancel-button/demo.html b/static/usage/v8/searchbar/cancel-button/demo.html
index 89603d3ad08..5f4477320f1 100644
--- a/static/usage/v8/searchbar/cancel-button/demo.html
+++ b/static/usage/v8/searchbar/cancel-button/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/searchbar/clear-button/demo.html b/static/usage/v8/searchbar/clear-button/demo.html
index aa2b981919a..478511d6a5a 100644
--- a/static/usage/v8/searchbar/clear-button/demo.html
+++ b/static/usage/v8/searchbar/clear-button/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/searchbar/debounce/demo.html b/static/usage/v8/searchbar/debounce/demo.html
index 976b3f4f159..6d97f568b32 100644
--- a/static/usage/v8/searchbar/debounce/demo.html
+++ b/static/usage/v8/searchbar/debounce/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/searchbar/search-icon/demo.html b/static/usage/v8/searchbar/search-icon/demo.html
index c2aec330191..7abbacf12a9 100644
--- a/static/usage/v8/searchbar/search-icon/demo.html
+++ b/static/usage/v8/searchbar/search-icon/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/searchbar/theming/colors/demo.html b/static/usage/v8/searchbar/theming/colors/demo.html
index 68de7279566..070e6f24409 100644
--- a/static/usage/v8/searchbar/theming/colors/demo.html
+++ b/static/usage/v8/searchbar/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/searchbar/theming/css-properties/demo.html b/static/usage/v8/searchbar/theming/css-properties/demo.html
index 8b632b5dc6a..5c419e1a85f 100644
--- a/static/usage/v8/searchbar/theming/css-properties/demo.html
+++ b/static/usage/v8/searchbar/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/segment-button/basic/demo.html b/static/usage/v8/segment-button/basic/demo.html
index 06a21d94086..6ad17e680a6 100644
--- a/static/usage/v8/segment-button/basic/demo.html
+++ b/static/usage/v8/segment-button/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/segment-button/layout/demo.html b/static/usage/v8/segment-button/layout/demo.html
index 5455536e0c9..65dc686fc24 100644
--- a/static/usage/v8/segment-button/layout/demo.html
+++ b/static/usage/v8/segment-button/layout/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/segment-button/theming/css-properties/demo.html b/static/usage/v8/segment-button/theming/css-properties/demo.html
index 1be672fe27c..f470e5a7620 100644
--- a/static/usage/v8/segment-button/theming/css-properties/demo.html
+++ b/static/usage/v8/segment-button/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/segment-button/theming/css-shadow-parts/demo.html b/static/usage/v8/segment-button/theming/css-shadow-parts/demo.html
index 58677cc0795..9a95392d943 100644
--- a/static/usage/v8/segment-button/theming/css-shadow-parts/demo.html
+++ b/static/usage/v8/segment-button/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/segment/basic/demo.html b/static/usage/v8/segment/basic/demo.html
index 017a202b5f5..4049fb0c383 100644
--- a/static/usage/v8/segment/basic/demo.html
+++ b/static/usage/v8/segment/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/segment/scrollable/demo.html b/static/usage/v8/segment/scrollable/demo.html
index 1ae472521bd..1214b0cb60f 100644
--- a/static/usage/v8/segment/scrollable/demo.html
+++ b/static/usage/v8/segment/scrollable/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/segment/swipeable/demo.html b/static/usage/v8/segment/swipeable/demo.html
index cd7b789a00e..2d829b359b4 100644
--- a/static/usage/v8/segment/swipeable/demo.html
+++ b/static/usage/v8/segment/swipeable/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/segment/theming/colors/demo.html b/static/usage/v8/segment/theming/colors/demo.html
index bf3ec701fb2..391aea60cde 100644
--- a/static/usage/v8/segment/theming/colors/demo.html
+++ b/static/usage/v8/segment/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/segment/theming/css-properties/demo.html b/static/usage/v8/segment/theming/css-properties/demo.html
index bb4dc9df63b..02a4ffd7255 100644
--- a/static/usage/v8/segment/theming/css-properties/demo.html
+++ b/static/usage/v8/segment/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/basic/multiple-selection/demo.html b/static/usage/v8/select/basic/multiple-selection/demo.html
index 4a8387f1b4c..b060d06d9ab 100644
--- a/static/usage/v8/select/basic/multiple-selection/demo.html
+++ b/static/usage/v8/select/basic/multiple-selection/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/basic/responding-to-interaction/demo.html b/static/usage/v8/select/basic/responding-to-interaction/demo.html
index 12a9a675c65..896a3414fac 100644
--- a/static/usage/v8/select/basic/responding-to-interaction/demo.html
+++ b/static/usage/v8/select/basic/responding-to-interaction/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/basic/single-selection/demo.html b/static/usage/v8/select/basic/single-selection/demo.html
index d6892dd1f08..7ed871b66ee 100644
--- a/static/usage/v8/select/basic/single-selection/demo.html
+++ b/static/usage/v8/select/basic/single-selection/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/customization/button-text/demo.html b/static/usage/v8/select/customization/button-text/demo.html
index 33386836448..01e19f13fac 100644
--- a/static/usage/v8/select/customization/button-text/demo.html
+++ b/static/usage/v8/select/customization/button-text/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/customization/custom-toggle-icons/demo.html b/static/usage/v8/select/customization/custom-toggle-icons/demo.html
index 92abc933396..ddcf18c547e 100644
--- a/static/usage/v8/select/customization/custom-toggle-icons/demo.html
+++ b/static/usage/v8/select/customization/custom-toggle-icons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/customization/icon-flip-behavior/demo.html b/static/usage/v8/select/customization/icon-flip-behavior/demo.html
index d00b376d88b..4686060d5c1 100644
--- a/static/usage/v8/select/customization/icon-flip-behavior/demo.html
+++ b/static/usage/v8/select/customization/icon-flip-behavior/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/customization/interface-options/demo.html b/static/usage/v8/select/customization/interface-options/demo.html
index 5b861edbeb7..3a39b6784cf 100644
--- a/static/usage/v8/select/customization/interface-options/demo.html
+++ b/static/usage/v8/select/customization/interface-options/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/customization/styling-select/demo.html b/static/usage/v8/select/customization/styling-select/demo.html
index 503410820bd..7115a7b1ce5 100644
--- a/static/usage/v8/select/customization/styling-select/demo.html
+++ b/static/usage/v8/select/customization/styling-select/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/fill/demo.html b/static/usage/v8/select/fill/demo.html
index f8513ed8410..9acce8e3e08 100644
--- a/static/usage/v8/select/fill/demo.html
+++ b/static/usage/v8/select/fill/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/helper-error/demo.html b/static/usage/v8/select/helper-error/demo.html
index 1d3a8647b97..4872e84ba66 100644
--- a/static/usage/v8/select/helper-error/demo.html
+++ b/static/usage/v8/select/helper-error/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/interfaces/action-sheet/demo.html b/static/usage/v8/select/interfaces/action-sheet/demo.html
index 45e3b0deaf9..79e15015f34 100644
--- a/static/usage/v8/select/interfaces/action-sheet/demo.html
+++ b/static/usage/v8/select/interfaces/action-sheet/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/interfaces/modal/demo.html b/static/usage/v8/select/interfaces/modal/demo.html
index 925d2405685..cc0b0c1e275 100644
--- a/static/usage/v8/select/interfaces/modal/demo.html
+++ b/static/usage/v8/select/interfaces/modal/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/interfaces/popover/demo.html b/static/usage/v8/select/interfaces/popover/demo.html
index 53915ab670c..815b3656fa8 100644
--- a/static/usage/v8/select/interfaces/popover/demo.html
+++ b/static/usage/v8/select/interfaces/popover/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/justify/demo.html b/static/usage/v8/select/justify/demo.html
index a0931dacee9..9bc88cddbd4 100644
--- a/static/usage/v8/select/justify/demo.html
+++ b/static/usage/v8/select/justify/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/label-placement/demo.html b/static/usage/v8/select/label-placement/demo.html
index 4f776c7ade2..20a7febd7dc 100644
--- a/static/usage/v8/select/label-placement/demo.html
+++ b/static/usage/v8/select/label-placement/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/label-slot/demo.html b/static/usage/v8/select/label-slot/demo.html
index e077eb46339..38f27229109 100644
--- a/static/usage/v8/select/label-slot/demo.html
+++ b/static/usage/v8/select/label-slot/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/no-visible-label/demo.html b/static/usage/v8/select/no-visible-label/demo.html
index a3fb5dcdb7e..66f8f43e2ce 100644
--- a/static/usage/v8/select/no-visible-label/demo.html
+++ b/static/usage/v8/select/no-visible-label/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/objects-as-values/multiple-selection/demo.html b/static/usage/v8/select/objects-as-values/multiple-selection/demo.html
index b703f2b9219..e097acc0d51 100644
--- a/static/usage/v8/select/objects-as-values/multiple-selection/demo.html
+++ b/static/usage/v8/select/objects-as-values/multiple-selection/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/objects-as-values/using-comparewith/demo.html b/static/usage/v8/select/objects-as-values/using-comparewith/demo.html
index 0d4258ca24d..ee6c9297231 100644
--- a/static/usage/v8/select/objects-as-values/using-comparewith/demo.html
+++ b/static/usage/v8/select/objects-as-values/using-comparewith/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/start-end-slots/demo.html b/static/usage/v8/select/start-end-slots/demo.html
index 72885a6b03c..8bbeaa0768d 100644
--- a/static/usage/v8/select/start-end-slots/demo.html
+++ b/static/usage/v8/select/start-end-slots/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/typeahead/demo.html b/static/usage/v8/select/typeahead/demo.html
index d067398d5ed..48d3e6f148d 100644
--- a/static/usage/v8/select/typeahead/demo.html
+++ b/static/usage/v8/select/typeahead/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/select/typeahead/react/typeahead_component_tsx.md b/static/usage/v8/select/typeahead/react/typeahead_component_tsx.md
index 7aee53fae3f..5df9e7b2cdc 100644
--- a/static/usage/v8/select/typeahead/react/typeahead_component_tsx.md
+++ b/static/usage/v8/select/typeahead/react/typeahead_component_tsx.md
@@ -72,7 +72,7 @@ function AppTypeahead(props: TypeaheadProps) {
setFilteredItems(
props.items.filter((item) => {
return item.text.toLowerCase().includes(normalizedQuery);
- })
+ }),
);
}
};
diff --git a/static/usage/v8/skeleton-text/basic/demo.html b/static/usage/v8/skeleton-text/basic/demo.html
index 4d8853c9657..e5a57750877 100644
--- a/static/usage/v8/skeleton-text/basic/demo.html
+++ b/static/usage/v8/skeleton-text/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/skeleton-text/theming/css-properties/demo.html b/static/usage/v8/skeleton-text/theming/css-properties/demo.html
index 9061a80c4b6..60f12f43d03 100644
--- a/static/usage/v8/skeleton-text/theming/css-properties/demo.html
+++ b/static/usage/v8/skeleton-text/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/spinner/basic/demo.html b/static/usage/v8/spinner/basic/demo.html
index 961f964f0f4..c6136aeedb8 100644
--- a/static/usage/v8/spinner/basic/demo.html
+++ b/static/usage/v8/spinner/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/spinner/theming/colors/demo.html b/static/usage/v8/spinner/theming/colors/demo.html
index 4d9974ab344..9ae2a27b3e7 100644
--- a/static/usage/v8/spinner/theming/colors/demo.html
+++ b/static/usage/v8/spinner/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/spinner/theming/css-properties/demo.html b/static/usage/v8/spinner/theming/css-properties/demo.html
index 7bf25d63fd2..df31827cd0b 100644
--- a/static/usage/v8/spinner/theming/css-properties/demo.html
+++ b/static/usage/v8/spinner/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/spinner/theming/resizing/demo.html b/static/usage/v8/spinner/theming/resizing/demo.html
index 2cc30356e74..1ad39cab228 100644
--- a/static/usage/v8/spinner/theming/resizing/demo.html
+++ b/static/usage/v8/spinner/theming/resizing/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/split-pane/basic/demo.html b/static/usage/v8/split-pane/basic/demo.html
index 7dd67bfbb11..00f95644c2f 100644
--- a/static/usage/v8/split-pane/basic/demo.html
+++ b/static/usage/v8/split-pane/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/split-pane/theming/css-properties/demo.html b/static/usage/v8/split-pane/theming/css-properties/demo.html
index 6cb91e790dd..ec198e4b495 100644
--- a/static/usage/v8/split-pane/theming/css-properties/demo.html
+++ b/static/usage/v8/split-pane/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/tabs/basic/demo.html b/static/usage/v8/tabs/basic/demo.html
index 5a303b66cbb..c5e525254c5 100644
--- a/static/usage/v8/tabs/basic/demo.html
+++ b/static/usage/v8/tabs/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/tabs/router/demo.html b/static/usage/v8/tabs/router/demo.html
index 19b9f797b5c..6a57c3ef0ab 100644
--- a/static/usage/v8/tabs/router/demo.html
+++ b/static/usage/v8/tabs/router/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/text/basic/demo.html b/static/usage/v8/text/basic/demo.html
index da913cd909f..beac712d556 100644
--- a/static/usage/v8/text/basic/demo.html
+++ b/static/usage/v8/text/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/text/basic/react.md b/static/usage/v8/text/basic/react.md
index da8882e3bf5..e198ffa2e86 100644
--- a/static/usage/v8/text/basic/react.md
+++ b/static/usage/v8/text/basic/react.md
@@ -22,11 +22,16 @@ function Example() {
- I saw a werewolf with a Chinese menu in his hand. Walking through the
+ I saw a werewolf with a Chinese menu in his hand. Walking through the{' '}
+
streets
- of Soho in the rain. He
+ {' '}
+ of Soho in the rain. He{' '}
+
was
- looking for a place called Lee Ho Fook's. Gonna get a big dish of beef chow mein.
+ {' '}
+ looking for a place called Lee Ho Fook's. Gonna get a{' '}
+ big dish of beef chow mein.
>
);
diff --git a/static/usage/v8/textarea/autogrow/demo.html b/static/usage/v8/textarea/autogrow/demo.html
index 145c83dd26c..12538fa1fff 100644
--- a/static/usage/v8/textarea/autogrow/demo.html
+++ b/static/usage/v8/textarea/autogrow/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/textarea/basic/demo.html b/static/usage/v8/textarea/basic/demo.html
index 86b133e9142..21b78df70c1 100644
--- a/static/usage/v8/textarea/basic/demo.html
+++ b/static/usage/v8/textarea/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/textarea/clear-on-edit/demo.html b/static/usage/v8/textarea/clear-on-edit/demo.html
index b310cc9e82b..9fbde60f60d 100644
--- a/static/usage/v8/textarea/clear-on-edit/demo.html
+++ b/static/usage/v8/textarea/clear-on-edit/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/textarea/counter/demo.html b/static/usage/v8/textarea/counter/demo.html
index 443e9640607..2162742810b 100644
--- a/static/usage/v8/textarea/counter/demo.html
+++ b/static/usage/v8/textarea/counter/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/textarea/fill/demo.html b/static/usage/v8/textarea/fill/demo.html
index 41def170dd8..42423bce214 100644
--- a/static/usage/v8/textarea/fill/demo.html
+++ b/static/usage/v8/textarea/fill/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/textarea/helper-error/demo.html b/static/usage/v8/textarea/helper-error/demo.html
index 9717f30e60d..858cf558d46 100644
--- a/static/usage/v8/textarea/helper-error/demo.html
+++ b/static/usage/v8/textarea/helper-error/demo.html
@@ -1,4 +1,4 @@
-
+
@@ -38,7 +38,7 @@
const validateEmail = (email) => {
return email.match(
- /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
+ /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
);
};
diff --git a/static/usage/v8/textarea/helper-error/javascript.md b/static/usage/v8/textarea/helper-error/javascript.md
index ae7b0346037..246933866a9 100644
--- a/static/usage/v8/textarea/helper-error/javascript.md
+++ b/static/usage/v8/textarea/helper-error/javascript.md
@@ -15,7 +15,7 @@
const validateEmail = (email) => {
return email.match(
- /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
+ /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
);
};
diff --git a/static/usage/v8/textarea/helper-error/react.md b/static/usage/v8/textarea/helper-error/react.md
index b3b2e05e63b..61a41a2ca7b 100644
--- a/static/usage/v8/textarea/helper-error/react.md
+++ b/static/usage/v8/textarea/helper-error/react.md
@@ -10,7 +10,7 @@ function Example() {
const validateEmail = (email: string) => {
return email.match(
- /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
+ /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
);
};
diff --git a/static/usage/v8/textarea/helper-error/vue.md b/static/usage/v8/textarea/helper-error/vue.md
index 36412d18029..59c8451d58f 100644
--- a/static/usage/v8/textarea/helper-error/vue.md
+++ b/static/usage/v8/textarea/helper-error/vue.md
@@ -21,7 +21,7 @@
methods: {
validateEmail(email) {
return email.match(
- /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
+ /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
);
},
diff --git a/static/usage/v8/textarea/label-placement/demo.html b/static/usage/v8/textarea/label-placement/demo.html
index 785f661eb28..f945a7960fa 100644
--- a/static/usage/v8/textarea/label-placement/demo.html
+++ b/static/usage/v8/textarea/label-placement/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/textarea/label-slot/demo.html b/static/usage/v8/textarea/label-slot/demo.html
index 8896c7d185b..4a9b6b1b316 100644
--- a/static/usage/v8/textarea/label-slot/demo.html
+++ b/static/usage/v8/textarea/label-slot/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/textarea/no-visible-label/demo.html b/static/usage/v8/textarea/no-visible-label/demo.html
index cd10187f1fc..1ee7ed187f1 100644
--- a/static/usage/v8/textarea/no-visible-label/demo.html
+++ b/static/usage/v8/textarea/no-visible-label/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/textarea/start-end-slots/demo.html b/static/usage/v8/textarea/start-end-slots/demo.html
index 6020ec56cf8..1efd60957e6 100644
--- a/static/usage/v8/textarea/start-end-slots/demo.html
+++ b/static/usage/v8/textarea/start-end-slots/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/textarea/theming/demo.html b/static/usage/v8/textarea/theming/demo.html
index b5b4e025708..ef9498f412c 100644
--- a/static/usage/v8/textarea/theming/demo.html
+++ b/static/usage/v8/textarea/theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/theming/always-dark-mode/demo.html b/static/usage/v8/theming/always-dark-mode/demo.html
index 0db36e5cb09..3be5cf4d106 100644
--- a/static/usage/v8/theming/always-dark-mode/demo.html
+++ b/static/usage/v8/theming/always-dark-mode/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/theming/always-high-contrast-mode/demo.html b/static/usage/v8/theming/always-high-contrast-mode/demo.html
index 43aff2721f4..448f9fe868a 100644
--- a/static/usage/v8/theming/always-high-contrast-mode/demo.html
+++ b/static/usage/v8/theming/always-high-contrast-mode/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/theming/class-dark-mode/demo.html b/static/usage/v8/theming/class-dark-mode/demo.html
index 4a1709c0c81..50b141fc79a 100644
--- a/static/usage/v8/theming/class-dark-mode/demo.html
+++ b/static/usage/v8/theming/class-dark-mode/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/theming/class-high-contrast-mode/angular/example_component_ts.md b/static/usage/v8/theming/class-high-contrast-mode/angular/example_component_ts.md
index 9e7539a2e9d..e5d55f4ebde 100644
--- a/static/usage/v8/theming/class-high-contrast-mode/angular/example_component_ts.md
+++ b/static/usage/v8/theming/class-high-contrast-mode/angular/example_component_ts.md
@@ -71,7 +71,7 @@ export class ExampleComponent implements OnInit {
// Listen for changes to the media queries
prefersDark.addEventListener('change', (mediaQuery) => this.initializeDarkPalette(mediaQuery.matches));
prefersHighContrast.addEventListener('change', (mediaQuery) =>
- this.initializeHighContrastPalette(mediaQuery.matches)
+ this.initializeHighContrastPalette(mediaQuery.matches),
);
}
diff --git a/static/usage/v8/theming/class-high-contrast-mode/demo.html b/static/usage/v8/theming/class-high-contrast-mode/demo.html
index e8e53a85019..23d294bef06 100644
--- a/static/usage/v8/theming/class-high-contrast-mode/demo.html
+++ b/static/usage/v8/theming/class-high-contrast-mode/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/theming/system-dark-mode/demo.html b/static/usage/v8/theming/system-dark-mode/demo.html
index 02940ae8895..68b251ddd07 100644
--- a/static/usage/v8/theming/system-dark-mode/demo.html
+++ b/static/usage/v8/theming/system-dark-mode/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/theming/system-high-contrast-mode/demo.html b/static/usage/v8/theming/system-high-contrast-mode/demo.html
index 541a1f56609..624b55d1bf2 100644
--- a/static/usage/v8/theming/system-high-contrast-mode/demo.html
+++ b/static/usage/v8/theming/system-high-contrast-mode/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/thumbnail/basic/demo.html b/static/usage/v8/thumbnail/basic/demo.html
index 0cce5eb58f8..6ec7014b240 100644
--- a/static/usage/v8/thumbnail/basic/demo.html
+++ b/static/usage/v8/thumbnail/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/thumbnail/item/demo.html b/static/usage/v8/thumbnail/item/demo.html
index 860d90f5e60..3ff7162e94b 100644
--- a/static/usage/v8/thumbnail/item/demo.html
+++ b/static/usage/v8/thumbnail/item/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/thumbnail/theming/css-properties/demo.html b/static/usage/v8/thumbnail/theming/css-properties/demo.html
index e49ab0cf499..755207eac94 100644
--- a/static/usage/v8/thumbnail/theming/css-properties/demo.html
+++ b/static/usage/v8/thumbnail/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/title/basic/demo.html b/static/usage/v8/title/basic/demo.html
index 269fdbe7229..ff01403920f 100644
--- a/static/usage/v8/title/basic/demo.html
+++ b/static/usage/v8/title/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/title/collapsible-large-title/basic/demo.html b/static/usage/v8/title/collapsible-large-title/basic/demo.html
index ba862352c54..3a6cfd9a96d 100644
--- a/static/usage/v8/title/collapsible-large-title/basic/demo.html
+++ b/static/usage/v8/title/collapsible-large-title/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/title/collapsible-large-title/buttons/demo.html b/static/usage/v8/title/collapsible-large-title/buttons/demo.html
index 4bb06a20347..85a3ac6e621 100644
--- a/static/usage/v8/title/collapsible-large-title/buttons/demo.html
+++ b/static/usage/v8/title/collapsible-large-title/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/title/theming/css-properties/demo.html b/static/usage/v8/title/theming/css-properties/demo.html
index 8606c6ab242..5ac5700b44a 100644
--- a/static/usage/v8/title/theming/css-properties/demo.html
+++ b/static/usage/v8/title/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toast/buttons/demo.html b/static/usage/v8/toast/buttons/demo.html
index c9db7414c53..c772bd3e14f 100644
--- a/static/usage/v8/toast/buttons/demo.html
+++ b/static/usage/v8/toast/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toast/icon/demo.html b/static/usage/v8/toast/icon/demo.html
index 8f83337b9ce..bb1e5c5bd42 100644
--- a/static/usage/v8/toast/icon/demo.html
+++ b/static/usage/v8/toast/icon/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toast/inline/basic/demo.html b/static/usage/v8/toast/inline/basic/demo.html
index 3c0352c785a..c161f047c4d 100644
--- a/static/usage/v8/toast/inline/basic/demo.html
+++ b/static/usage/v8/toast/inline/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toast/inline/is-open/demo.html b/static/usage/v8/toast/inline/is-open/demo.html
index 0135e272713..5ae487dc86a 100644
--- a/static/usage/v8/toast/inline/is-open/demo.html
+++ b/static/usage/v8/toast/inline/is-open/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toast/layout/demo.html b/static/usage/v8/toast/layout/demo.html
index cd744266a6a..cb0ed51172e 100644
--- a/static/usage/v8/toast/layout/demo.html
+++ b/static/usage/v8/toast/layout/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toast/position-anchor/demo.html b/static/usage/v8/toast/position-anchor/demo.html
index cc681d0bef9..9f9d56f6309 100644
--- a/static/usage/v8/toast/position-anchor/demo.html
+++ b/static/usage/v8/toast/position-anchor/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toast/presenting/controller/demo.html b/static/usage/v8/toast/presenting/controller/demo.html
index 8ae2ea55fb1..38c6f9938c3 100644
--- a/static/usage/v8/toast/presenting/controller/demo.html
+++ b/static/usage/v8/toast/presenting/controller/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toast/swipe-gesture/demo.html b/static/usage/v8/toast/swipe-gesture/demo.html
index d2cebd4a95e..a9c679f3219 100644
--- a/static/usage/v8/toast/swipe-gesture/demo.html
+++ b/static/usage/v8/toast/swipe-gesture/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toast/theming/demo.html b/static/usage/v8/toast/theming/demo.html
index 1ed49e6c73b..9072ae5ab6d 100644
--- a/static/usage/v8/toast/theming/demo.html
+++ b/static/usage/v8/toast/theming/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toggle/alignment/demo.html b/static/usage/v8/toggle/alignment/demo.html
index bd8872aa9bb..b065f7e24ed 100644
--- a/static/usage/v8/toggle/alignment/demo.html
+++ b/static/usage/v8/toggle/alignment/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toggle/basic/demo.html b/static/usage/v8/toggle/basic/demo.html
index 742fe5f4f18..0c1dfbf99f5 100644
--- a/static/usage/v8/toggle/basic/demo.html
+++ b/static/usage/v8/toggle/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toggle/helper-error/demo.html b/static/usage/v8/toggle/helper-error/demo.html
index 25c9bd8ec59..5e07831543e 100644
--- a/static/usage/v8/toggle/helper-error/demo.html
+++ b/static/usage/v8/toggle/helper-error/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toggle/justify/demo.html b/static/usage/v8/toggle/justify/demo.html
index adac73e6a4c..0fcbc458da2 100644
--- a/static/usage/v8/toggle/justify/demo.html
+++ b/static/usage/v8/toggle/justify/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toggle/label-placement/demo.html b/static/usage/v8/toggle/label-placement/demo.html
index 035d4db5d79..d9756929359 100644
--- a/static/usage/v8/toggle/label-placement/demo.html
+++ b/static/usage/v8/toggle/label-placement/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toggle/list/demo.html b/static/usage/v8/toggle/list/demo.html
index 3f0db9d2af2..770a9108a9a 100644
--- a/static/usage/v8/toggle/list/demo.html
+++ b/static/usage/v8/toggle/list/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toggle/on-off/demo.html b/static/usage/v8/toggle/on-off/demo.html
index dd19bd2fb5c..280d39b6950 100644
--- a/static/usage/v8/toggle/on-off/demo.html
+++ b/static/usage/v8/toggle/on-off/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toggle/theming/colors/demo.html b/static/usage/v8/toggle/theming/colors/demo.html
index 06beb784080..fcb369eb633 100644
--- a/static/usage/v8/toggle/theming/colors/demo.html
+++ b/static/usage/v8/toggle/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toggle/theming/css-properties/demo.html b/static/usage/v8/toggle/theming/css-properties/demo.html
index c582447669e..609c8bf51fc 100644
--- a/static/usage/v8/toggle/theming/css-properties/demo.html
+++ b/static/usage/v8/toggle/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toggle/theming/css-shadow-parts/demo.html b/static/usage/v8/toggle/theming/css-shadow-parts/demo.html
index 696de2121fc..584d0721d93 100644
--- a/static/usage/v8/toggle/theming/css-shadow-parts/demo.html
+++ b/static/usage/v8/toggle/theming/css-shadow-parts/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toolbar/basic/demo.html b/static/usage/v8/toolbar/basic/demo.html
index b9873e484db..49fbe360ffe 100644
--- a/static/usage/v8/toolbar/basic/demo.html
+++ b/static/usage/v8/toolbar/basic/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toolbar/buttons/demo.html b/static/usage/v8/toolbar/buttons/demo.html
index dd27e1d0198..35967c3cee2 100644
--- a/static/usage/v8/toolbar/buttons/demo.html
+++ b/static/usage/v8/toolbar/buttons/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toolbar/progress-bars/demo.html b/static/usage/v8/toolbar/progress-bars/demo.html
index 3b4401698e3..e43cecca6bf 100644
--- a/static/usage/v8/toolbar/progress-bars/demo.html
+++ b/static/usage/v8/toolbar/progress-bars/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toolbar/searchbars/demo.html b/static/usage/v8/toolbar/searchbars/demo.html
index 8a2933af781..d894c42ef74 100644
--- a/static/usage/v8/toolbar/searchbars/demo.html
+++ b/static/usage/v8/toolbar/searchbars/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toolbar/segments/demo.html b/static/usage/v8/toolbar/segments/demo.html
index 70587a19bbc..4179952ab5d 100644
--- a/static/usage/v8/toolbar/segments/demo.html
+++ b/static/usage/v8/toolbar/segments/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toolbar/theming/colors/demo.html b/static/usage/v8/toolbar/theming/colors/demo.html
index c8906e7fa4c..93efca13097 100644
--- a/static/usage/v8/toolbar/theming/colors/demo.html
+++ b/static/usage/v8/toolbar/theming/colors/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/static/usage/v8/toolbar/theming/css-properties/demo.html b/static/usage/v8/toolbar/theming/css-properties/demo.html
index c4d84c5ff6b..ea37c46ed9f 100644
--- a/static/usage/v8/toolbar/theming/css-properties/demo.html
+++ b/static/usage/v8/toolbar/theming/css-properties/demo.html
@@ -1,4 +1,4 @@
-
+
diff --git a/versioned_docs/version-v5/api/item.md b/versioned_docs/version-v5/api/item.md
index 476d1e7d2f0..ecc53a36b5f 100644
--- a/versioned_docs/version-v5/api/item.md
+++ b/versioned_docs/version-v5/api/item.md
@@ -1035,7 +1035,9 @@ export class ItemExample {
No Lines Item
- ,
+
+ ,
+
Multiline text that should wrap when it is too long to fit on one line in the item.
diff --git a/versioned_docs/version-v5/api/modal.md b/versioned_docs/version-v5/api/modal.md
index 68feb3e085d..d3e5b3d7240 100644
--- a/versioned_docs/version-v5/api/modal.md
+++ b/versioned_docs/version-v5/api/modal.md
@@ -249,7 +249,7 @@ customElements.define(
Modal Content
`;
}
- }
+ },
);
function presentModal() {
diff --git a/versioned_docs/version-v5/api/slides.md b/versioned_docs/version-v5/api/slides.md
index 8461e82c3d9..57749469770 100644
--- a/versioned_docs/version-v5/api/slides.md
+++ b/versioned_docs/version-v5/api/slides.md
@@ -125,7 +125,7 @@ const slideOpts = {
swiper.slides
.transition(duration)
.find(
- '.swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left'
+ '.swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left',
)
.transition(duration);
},
@@ -275,7 +275,7 @@ const slideOpts = {
$cubeShadowEl.transform(
`translate3d(0px, ${swiperWidth / 2 + params.shadowOffset}px, ${
-swiperWidth / 2
- }px) rotateX(90deg) rotateZ(0deg) scale(${params.shadowScale})`
+ }px) rotateX(90deg) rotateZ(0deg) scale(${params.shadowScale})`,
);
} else {
const shadowAngle = Math.abs(wrapperRotate) - Math.floor(Math.abs(wrapperRotate) / 90) * 90;
@@ -287,7 +287,7 @@ const slideOpts = {
$cubeShadowEl.transform(
`scale3d(${scale1}, 1, ${scale2}) translate3d(0px, ${swiperHeight / 2 + offset$$1}px, ${
-swiperHeight / 2 / scale2
- }px) rotateX(-90deg)`
+ }px) rotateX(-90deg)`,
);
}
}
@@ -296,7 +296,7 @@ const slideOpts = {
$wrapperEl.transform(
`translate3d(0px,0,${zFactor}px) rotateX(${swiper.isHorizontal() ? 0 : wrapperRotate}deg) rotateY(${
swiper.isHorizontal() ? -wrapperRotate : 0
- }deg)`
+ }deg)`,
);
},
setTransition: function (duration) {
@@ -305,7 +305,7 @@ const slideOpts = {
slides
.transition(duration)
.find(
- '.swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left'
+ '.swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left',
)
.transition(duration);
if (swiper.params.cubeEffect.shadow && !swiper.isHorizontal()) {
@@ -436,13 +436,13 @@ const slideOpts = {
: $slideEl.find('.swiper-slide-shadow-bottom');
if (shadowBefore.length === 0) {
shadowBefore = swiper.$(
- ``
+ ``,
);
$slideEl.append(shadowBefore);
}
if (shadowAfter.length === 0) {
shadowAfter = swiper.$(
- ``
+ ``,
);
$slideEl.append(shadowAfter);
}
@@ -458,7 +458,7 @@ const slideOpts = {
slides
.transition(duration)
.find(
- '.swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left'
+ '.swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left',
)
.transition(duration);
if (swiper.params.virtualTranslate && duration !== 0) {
diff --git a/versioned_docs/version-v5/developer-resources/guides/first-app-v4/intro.md b/versioned_docs/version-v5/developer-resources/guides/first-app-v4/intro.md
index 153afc5646f..da8d3057b56 100644
--- a/versioned_docs/version-v5/developer-resources/guides/first-app-v4/intro.md
+++ b/versioned_docs/version-v5/developer-resources/guides/first-app-v4/intro.md
@@ -12,12 +12,13 @@ Download/install these right away to ensure an optimal Ionic development experie
- [Git](https://git-scm.com/downloads) for version control.
- SSH client, such as [PuTTy](https://www.putty.org/), for secure login to Appflow.
-- Node.js for interacting with the Ionic ecosystem. [Download the LTS version here](https://nodejs.org/en/).
-- A code editor for... writing code! We are fans of [Visual Studio Code](https://code.visualstudio.com/).
+- Node.js for interacting with the Ionic ecosystem. [Download the LTS version
+ here](https://nodejs.org/en/).
+- A code editor for... writing code! We are fans of [Visual Studio
+ Code](https://code.visualstudio.com/).
- Command-line terminal (CLI): FYI Windows users, for the best Ionic experience, we
- recommend the built-in command line (cmd) or the Powershell CLI, running in Administrator mode. For
- Mac/Linux
- users, virtually any terminal will work.
+ recommend the built-in command line (cmd) or the Powershell CLI, running in Administrator mode. For
+ Mac/Linux users, virtually any terminal will work.
## Install Ionic and Cordova
diff --git a/versioned_docs/version-v5/index.md b/versioned_docs/version-v5/index.md
index 53e6f39a030..4efe3f3c445 100644
--- a/versioned_docs/version-v5/index.md
+++ b/versioned_docs/version-v5/index.md
@@ -138,6 +138,6 @@ There are millions of Ionic developers in o ver 200 countries worldwide. Here ar
## License
-Ionic Framework is a free and open source project, released under the permissable MIT license. This means it can be used in personal or commercial projects for free. MIT is the same license used by such popular projects as jQuery and Ruby on Rails.
+Ionic Framework is a free and open source project, released under the permissible MIT license. This means it can be used in personal or commercial projects for free. MIT is the same license used by such popular projects as jQuery and Ruby on Rails.
This documentation content (found in the ionic-docs repo) is licensed under the Apache 2 license.
diff --git a/versioned_docs/version-v5/native-community.md b/versioned_docs/version-v5/native-community.md
index cd8773d8bba..000821df76c 100644
--- a/versioned_docs/version-v5/native-community.md
+++ b/versioned_docs/version-v5/native-community.md
@@ -131,7 +131,7 @@ export class PhotoService {
(err) => {
// Handle error
console.log('Camera issue: ' + err);
- }
+ },
);
}
}
diff --git a/versioned_docs/version-v5/reference/browser-support.md b/versioned_docs/version-v5/reference/browser-support.md
index c4894f28f7a..8e1cb003061 100644
--- a/versioned_docs/version-v5/reference/browser-support.md
+++ b/versioned_docs/version-v5/reference/browser-support.md
@@ -21,8 +21,8 @@ Because Ionic is based on web technologies, it works just as well on desktop bro
| Browser | Ionic v5 | Ionic V4 |
| :---------: | :------: | :------: |
-| **Chrome** | ✔ | ✔ |
-| **Safari** | ✔ | ✔ |
-| **Edge** | 79+ | ✔ |
-| **Firefox** | ✔ | ✔ |
+| **Chrome** | ✔ | ✔ |
+| **Safari** | ✔ | ✔ |
+| **Edge** | 79+ | ✔ |
+| **Firefox** | ✔ | ✔ |
| **IE 11** | **X** | **X** |
diff --git a/versioned_docs/version-v5/reference/glossary.md b/versioned_docs/version-v5/reference/glossary.md
index e17e08704f2..ba139cb246d 100644
--- a/versioned_docs/version-v5/reference/glossary.md
+++ b/versioned_docs/version-v5/reference/glossary.md
@@ -400,11 +400,15 @@
variables
- ,
+ ,{' '}
+
mixins
- , and
+
+ , and{' '}
+
loops
- .
+
+ .
diff --git a/versioned_docs/version-v5/vue/pwa.md b/versioned_docs/version-v5/vue/pwa.md
index 15fef825bad..a18efaeecae 100644
--- a/versioned_docs/version-v5/vue/pwa.md
+++ b/versioned_docs/version-v5/vue/pwa.md
@@ -39,7 +39,7 @@ if (process.env.NODE_ENV === 'production') {
register(`${process.env.BASE_URL}service-worker.js`, {
ready() {
console.log(
- 'App is being served from cache by a service worker.\n' + 'For more details, visit https://goo.gl/AFskqB'
+ 'App is being served from cache by a service worker.\n' + 'For more details, visit https://goo.gl/AFskqB',
);
},
registered() {
diff --git a/versioned_docs/version-v6/api/slides.md b/versioned_docs/version-v6/api/slides.md
index 94f9889a0af..f30c754e37a 100644
--- a/versioned_docs/version-v6/api/slides.md
+++ b/versioned_docs/version-v6/api/slides.md
@@ -181,7 +181,7 @@ const slideOpts = {
swiper.slides
.transition(duration)
.find(
- '.swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left'
+ '.swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left',
)
.transition(duration);
},
@@ -331,7 +331,7 @@ const slideOpts = {
$cubeShadowEl.transform(
`translate3d(0px, ${swiperWidth / 2 + params.shadowOffset}px, ${
-swiperWidth / 2
- }px) rotateX(90deg) rotateZ(0deg) scale(${params.shadowScale})`
+ }px) rotateX(90deg) rotateZ(0deg) scale(${params.shadowScale})`,
);
} else {
const shadowAngle = Math.abs(wrapperRotate) - Math.floor(Math.abs(wrapperRotate) / 90) * 90;
@@ -343,7 +343,7 @@ const slideOpts = {
$cubeShadowEl.transform(
`scale3d(${scale1}, 1, ${scale2}) translate3d(0px, ${swiperHeight / 2 + offset$$1}px, ${
-swiperHeight / 2 / scale2
- }px) rotateX(-90deg)`
+ }px) rotateX(-90deg)`,
);
}
}
@@ -352,7 +352,7 @@ const slideOpts = {
$wrapperEl.transform(
`translate3d(0px,0,${zFactor}px) rotateX(${swiper.isHorizontal() ? 0 : wrapperRotate}deg) rotateY(${
swiper.isHorizontal() ? -wrapperRotate : 0
- }deg)`
+ }deg)`,
);
},
setTransition: function (duration) {
@@ -361,7 +361,7 @@ const slideOpts = {
slides
.transition(duration)
.find(
- '.swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left'
+ '.swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left',
)
.transition(duration);
if (swiper.params.cubeEffect.shadow && !swiper.isHorizontal()) {
@@ -492,13 +492,13 @@ const slideOpts = {
: $slideEl.find('.swiper-slide-shadow-bottom');
if (shadowBefore.length === 0) {
shadowBefore = swiper.$(
- ``
+ ``,
);
$slideEl.append(shadowBefore);
}
if (shadowAfter.length === 0) {
shadowAfter = swiper.$(
- ``
+ ``,
);
$slideEl.append(shadowAfter);
}
@@ -514,7 +514,7 @@ const slideOpts = {
slides
.transition(duration)
.find(
- '.swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left'
+ '.swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left',
)
.transition(duration);
if (swiper.params.virtualTranslate && duration !== 0) {
diff --git a/versioned_docs/version-v6/developer-resources/guides/first-app-v4/intro.md b/versioned_docs/version-v6/developer-resources/guides/first-app-v4/intro.md
index 153afc5646f..da8d3057b56 100644
--- a/versioned_docs/version-v6/developer-resources/guides/first-app-v4/intro.md
+++ b/versioned_docs/version-v6/developer-resources/guides/first-app-v4/intro.md
@@ -12,12 +12,13 @@ Download/install these right away to ensure an optimal Ionic development experie
- [Git](https://git-scm.com/downloads) for version control.
- SSH client, such as [PuTTy](https://www.putty.org/), for secure login to Appflow.
-- Node.js for interacting with the Ionic ecosystem. [Download the LTS version here](https://nodejs.org/en/).
-- A code editor for... writing code! We are fans of [Visual Studio Code](https://code.visualstudio.com/).
+- Node.js for interacting with the Ionic ecosystem. [Download the LTS version
+ here](https://nodejs.org/en/).
+- A code editor for... writing code! We are fans of [Visual Studio
+ Code](https://code.visualstudio.com/).
- Command-line terminal (CLI): FYI Windows users, for the best Ionic experience, we
- recommend the built-in command line (cmd) or the Powershell CLI, running in Administrator mode. For
- Mac/Linux
- users, virtually any terminal will work.
+ recommend the built-in command line (cmd) or the Powershell CLI, running in Administrator mode. For
+ Mac/Linux users, virtually any terminal will work.
## Install Ionic and Cordova
diff --git a/versioned_docs/version-v6/reference/browser-support.md b/versioned_docs/version-v6/reference/browser-support.md
index 4d669d939e1..56fd9c62aa7 100644
--- a/versioned_docs/version-v6/reference/browser-support.md
+++ b/versioned_docs/version-v6/reference/browser-support.md
@@ -44,8 +44,8 @@ Because Ionic is based on web technologies, it works just as well on desktop bro
| Browser | Ionic v6 | Ionic v5 | Ionic v4 |
| :---------: | :------: | :------: | :------: |
-| **Chrome** | 60+ | ✔ | ✔ |
-| **Safari** | 13+ | ✔ | ✔ |
-| **Edge** | 79+ | 79+ | ✔ |
-| **Firefox** | 63+ | ✔ | ✔ |
+| **Chrome** | 60+ | ✔ | ✔ |
+| **Safari** | 13+ | ✔ | ✔ |
+| **Edge** | 79+ | 79+ | ✔ |
+| **Firefox** | 63+ | ✔ | ✔ |
| **IE 11** | **X** | **X** | **X** |
diff --git a/versioned_docs/version-v6/reference/glossary.md b/versioned_docs/version-v6/reference/glossary.md
index e61088621c0..e55a2887047 100644
--- a/versioned_docs/version-v6/reference/glossary.md
+++ b/versioned_docs/version-v6/reference/glossary.md
@@ -410,11 +410,15 @@ title: Glossary
variables
- ,
+ ,{' '}
+
mixins
- , and
+
+ , and{' '}
+
loops
- .
+
+ .
diff --git a/versioned_docs/version-v6/vue/pwa.md b/versioned_docs/version-v6/vue/pwa.md
index 2c75702bd46..96d0accda96 100644
--- a/versioned_docs/version-v6/vue/pwa.md
+++ b/versioned_docs/version-v6/vue/pwa.md
@@ -47,7 +47,7 @@ if (process.env.NODE_ENV === 'production') {
register(`${process.env.BASE_URL}service-worker.js`, {
ready() {
console.log(
- 'App is being served from cache by a service worker.\n' + 'For more details, visit https://goo.gl/AFskqB'
+ 'App is being served from cache by a service worker.\n' + 'For more details, visit https://goo.gl/AFskqB',
);
},
registered() {
diff --git a/versioned_docs/version-v7/core-concepts/webview.md b/versioned_docs/version-v7/core-concepts/webview.md
index 17382c430e1..9ccdaf1da8f 100644
--- a/versioned_docs/version-v7/core-concepts/webview.md
+++ b/versioned_docs/version-v7/core-concepts/webview.md
@@ -42,7 +42,7 @@ import { Capacitor } from '@capacitor/core';
Capacitor.convertFileSrc(filePath);
```
-For Cordova apps, the [Ionic Web View plugin](https://github.com/ionic-team/cordova-plugin-ionic-webview) provides a utility function for converting File URIs: `window.Ionic.WebView.convertFileSrc()`. There is also a corresponding Ionic Native plugin: [`@awesome-cordova-plugins/ionic-webview`](../native/ionic-webview.md).
+For Cordova apps, the [Ionic Web View plugin](https://github.com/ionic-team/cordova-plugin-ionic-webview) provides a utility function for converting File URIs: `window.Ionic.WebView.convertFileSrc()`.
### Implementations
diff --git a/versioned_docs/version-v7/developer-resources/guides/first-app-v4/intro.md b/versioned_docs/version-v7/developer-resources/guides/first-app-v4/intro.md
index f66e6d09464..b95c98e9d7e 100644
--- a/versioned_docs/version-v7/developer-resources/guides/first-app-v4/intro.md
+++ b/versioned_docs/version-v7/developer-resources/guides/first-app-v4/intro.md
@@ -12,12 +12,13 @@ Download/install these right away to ensure an optimal Ionic development experie
- [Git](https://git-scm.com/downloads) for version control.
- SSH client, such as [PuTTy](https://www.putty.org/), for secure login to Appflow.
-- Node.js for interacting with the Ionic ecosystem. [Download the LTS version here](https://nodejs.org/en/).
-- A code editor for... writing code! We are fans of [Visual Studio Code](https://code.visualstudio.com/).
+- Node.js for interacting with the Ionic ecosystem. [Download the LTS version
+ here](https://nodejs.org/en/).
+- A code editor for... writing code! We are fans of [Visual Studio
+ Code](https://code.visualstudio.com/).
- Command-line terminal (CLI): FYI Windows users, for the best Ionic experience, we
- recommend the built-in command line (cmd) or the Powershell CLI, running in Administrator mode. For
- Mac/Linux
- users, virtually any terminal will work.
+ recommend the built-in command line (cmd) or the Powershell CLI, running in Administrator mode. For
+ Mac/Linux users, virtually any terminal will work.
## Install Ionic and Cordova
diff --git a/versioned_docs/version-v7/react/navigation.md b/versioned_docs/version-v7/react/navigation.md
index 9b7129667e9..933c66326b4 100644
--- a/versioned_docs/version-v7/react/navigation.md
+++ b/versioned_docs/version-v7/react/navigation.md
@@ -607,7 +607,7 @@ type UseIonRouterResult = {
routerDirection?: RouterDirection,
routeAction?: RouteAction,
routerOptions?: RouterOptions,
- animationBuilder?: AnimationBuilder
+ animationBuilder?: AnimationBuilder,
): void;
/**
* Navigates backwards in history, using the IonRouter to determine history
diff --git a/versioned_docs/version-v7/react/testing/unit-testing/best-practices.md b/versioned_docs/version-v7/react/testing/unit-testing/best-practices.md
index ce1562d391f..43034920184 100644
--- a/versioned_docs/version-v7/react/testing/unit-testing/best-practices.md
+++ b/versioned_docs/version-v7/react/testing/unit-testing/best-practices.md
@@ -41,7 +41,7 @@ test('example', async () => {
render(
-
+ ,
);
await user.click(screen.getByRole('button', { name: /click me!/i }));
diff --git a/versioned_docs/version-v7/react/testing/unit-testing/examples.md b/versioned_docs/version-v7/react/testing/unit-testing/examples.md
index 39275eef669..a619cb6d6ac 100644
--- a/versioned_docs/version-v7/react/testing/unit-testing/examples.md
+++ b/versioned_docs/version-v7/react/testing/unit-testing/examples.md
@@ -37,7 +37,7 @@ test('button presents a modal when clicked', async () => {
render(
-
+ ,
);
// Simulate a click on the button
fireEvent.click(screen.getByText('Open'));
@@ -99,7 +99,7 @@ test('should present ModalContent when button is clicked', async () => {
render(
-
+ ,
);
// Simulate a click on the button
fireEvent.click(screen.getByText('Open'));
diff --git a/versioned_docs/version-v7/reference/browser-support.md b/versioned_docs/version-v7/reference/browser-support.md
index 12a79e474b5..8ace6d1d229 100644
--- a/versioned_docs/version-v7/reference/browser-support.md
+++ b/versioned_docs/version-v7/reference/browser-support.md
@@ -39,8 +39,8 @@ Because Ionic is based on web technologies, it works just as well on desktop bro
| Browser | Ionic v7 | Ionic v6 | Ionic v5 | Ionic v4 |
| :---------: | :------: | :------: | :------: | :------: |
-| **Chrome** | 79+ | 60+ | ✔ | ✔ |
-| **Safari** | 14+ | 13+ | ✔ | ✔ |
-| **Edge** | 79+ | 79+ | 79+ | ✔ |
-| **Firefox** | 70+ | 63+ | ✔ | ✔ |
+| **Chrome** | 79+ | 60+ | ✔ | ✔ |
+| **Safari** | 14+ | 13+ | ✔ | ✔ |
+| **Edge** | 79+ | 79+ | 79+ | ✔ |
+| **Firefox** | 70+ | 63+ | ✔ | ✔ |
| **IE 11** | **X** | **X** | **X** | **X** |
diff --git a/versioned_docs/version-v7/reference/glossary.md b/versioned_docs/version-v7/reference/glossary.md
index 110d5514beb..b2262721494 100644
--- a/versioned_docs/version-v7/reference/glossary.md
+++ b/versioned_docs/version-v7/reference/glossary.md
@@ -424,11 +424,15 @@ title: Glossary
variables
- ,
+ ,{' '}
+
mixins
- , and
+
+ , and{' '}
+
loops
- .
+
+ .
diff --git a/versioned_docs/version-v7/reference/support.md b/versioned_docs/version-v7/reference/support.md
index 0ed8c8ce5a2..dbf8a36edae 100644
--- a/versioned_docs/version-v7/reference/support.md
+++ b/versioned_docs/version-v7/reference/support.md
@@ -50,6 +50,7 @@ The Ionic team has compiled a set of recommendations for using the Ionic Framewo
| v3 | v5.2.11 | v5.2.11 | 2.6.2 |
[^1]: Angular 14.x supported starting in Ionic v6.1.9. Angular 15.x supported starting in Ionic v6.3.6.
+
[^2]: Angular 17.x supported starting in Ionic v7.5.4.
**Angular 13+ Support On Older Versions of iOS**
diff --git a/versioned_docs/version-v7/vue/pwa.md b/versioned_docs/version-v7/vue/pwa.md
index b17db3e2ea2..31ebc283365 100644
--- a/versioned_docs/version-v7/vue/pwa.md
+++ b/versioned_docs/version-v7/vue/pwa.md
@@ -78,7 +78,7 @@ if (process.env.NODE_ENV === 'production') {
register(`${process.env.BASE_URL}service-worker.js`, {
ready() {
console.log(
- 'App is being served from cache by a service worker.\n' + 'For more details, visit https://goo.gl/AFskqB'
+ 'App is being served from cache by a service worker.\n' + 'For more details, visit https://goo.gl/AFskqB',
);
},
registered() {