diff --git a/src/components/page/theming/InputWrapper/index.tsx b/src/components/page/theming/InputWrapper/index.tsx
index 06337ce60e..05d071843a 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 7540f4ea6d..6104362250 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 226b6dfe51..660fd86100 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 6c68d2e642..597eb5837b 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 1cde0be6c9..7279955b19 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 0ef8a5daf1..b83c668ef2 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 b03be119ea..249e2de223 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 a94859429d..f62e0c6baf 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 2c0b8e2127..460fad549d 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 c533f24c6a..e34c1a585d 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 b5104c00dd..d2b9623064 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 43b1160925..d6e863af44 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 c1883c6582..ff9a3adf72 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 75e6994524..b514410fbf 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 8ac8c5b311..98ed26564f 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 09c74c31df..7baf941a27 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 0063d847c2..2b4c7ae3e7 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 d97738e67d..55904f9ffb 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 9564b843f6..33514f319e 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 5b2afe4d75..8e0ff620bc 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 8b67d19617..30915916bd 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 1c17da69db..0494e22510 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 12ddaea51a..353f702413 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 029a55e7e2..08f6133ccb 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 efdcd6d141..75ec664530 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 35d1357c51..13a7ef173e 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 7c615badcc..c034d0d020 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 f4297786ce..20c5f0778c 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 167c0efad7..381f234a1a 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 df41130cb9..01a10c09a1 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 9b7316f50d..2ca0ed90bc 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 f123481d8d..0a4a5094ed 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 e8802bb234..8bfaeb3048 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 695a50c270..19bae0aa01 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 05bf625207..4e607a2bef 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 722cc82567..f41c3f57c1 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 fd3b95ed7b..78154acf9f 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 0e3ace081c..2925159dbb 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 18ea245e99..575e341171 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 519ecb950b..4a5c263ff5 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 764f4c01ac..de16a65d49 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 3c90750353..c82dcbba82 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 07f5296e0a..234afcf206 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 01b289dcf5..d1c9936f1b 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 01ec7a07d3..ef1dfcf953 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 f3ce8abd31..4b791262e7 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 ce13409f23..8bb0d8d989 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 1d9f3880e0..6b6a34ce1a 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 189b9fd975..d3cced1874 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 622ea7c0db..634582922f 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 71136931f4..17047eab86 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 3fad5584e2..e6b10337b7 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 24fda352eb..49412cee23 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 ef33d575e2..157ecab330 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 379104761b..098478afb3 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 648f55618d..e261cf30e4 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 48c518f53d..b2616a117b 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 1265ecc088..8142f29f03 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 bfec31ecf9..a380d7bbc4 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 72a2a51bf5..3aeb48e9f0 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 7e6093c8ef..e5fe3254e0 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 030004805d..8566647777 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 68ba6a0162..d3a21283c1 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 a61fda8c7e..a43fb1ab0e 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 92bb97cef9..096c04421b 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 8c04ebdb92..d20d6335bf 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 45d0a5756a..eb470d549c 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 5301bf617c..7fe2e28df8 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 9d4fef1fc8..7c5ca21f90 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 10d8d97acc..8aeab886b8 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 7351aadf27..421fb2560c 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 ee52d9b4ae..b5ff683053 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 89fa859a60..fd88e1ca82 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 b8eeaa346d..3418f64b18 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 ec11147aec..f3539acdb0 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 2eba1eec9a..5b9f2509f5 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 e814a8e2f2..33372cbbe7 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 f8bfb94d69..44acf9642d 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 bc44fd0f5d..3bf2bf7e78 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 400f6c51cc..fc0e264ca9 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 379c8b2436..b7d4a92e7a 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 aeda3ada6f..cac900d8e4 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 6f0e08faf9..281f4767e3 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 36840a5f36..c024dc939b 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 e58014a2d4..00baf2bb66 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 0c77ab7058..e1285d55c6 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 1f8d10e918..7ee68c3e3d 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 71fe42eced..e385de0538 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 f85c703eff..f2ae331f0b 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 ddae5c6326..22bae20484 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 f22515315b..506e86aafa 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 376e1ccd9b..521df4cc20 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 4e5582391e..ba61e0ed20 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 d9e4eb7653..1e2be5bc0b 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 7cd2321e25..89a6f8dca7 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 38cc44abfb..c6ddd8eb3c 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 c10bf31c49..20755819f3 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 b816ad2b69..ac87a1260d 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 a85452ff3f..6735452cef 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 e58f33d9c2..c13b14671e 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 80ee39080d..1f669fd71e 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 58bcc471fa..5a55afcbc4 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 9320af35db..186a38482a 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 72f57d36f3..c708a2b569 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 b418fc2d8b..493aed4cd0 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 4e442b57be..db29ffca3b 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 c116578c10..e82cae332c 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 8ac0352f4d..416afd6c33 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 0c2bfe0a1b..880ed4e2c4 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 62cdf4c0c7..8fff5eab78 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 2e1c447578..e086bfe6dd 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 be2c7b8408..f8f54cc002 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 a192552bb1..81c90b7e3f 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 52694d7e7b..fb2a79eeab 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 6175154784..9c7742c26e 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 ffc36a0aac..b2345ee399 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 62559d03bc..d1914291fd 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 73a7be7a65..2f4edfa524 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 6032824e31..f90357645c 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 f9e39bb095..67478c5eff 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 81fbd33feb..40010fc3bd 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 48da853fa0..afd77972b1 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 80f8caf151..f36935c5d9 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 97d87a889b..5032f9ab9e 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 32b48f2bd3..d84e17da79 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 acfff6457b..359f90a239 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 31c7d72664..589c9c80b6 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 1791c9e2a3..05f969fbb2 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 590a7c7cf3..f61c8fbc5d 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 e1de7cd91b..7cde8e8627 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 354f17170a..a933ec07b4 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 bc5f6a7444..9ff9c293d9 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 c4ada4ca39..62e58c0244 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 1a39930be7..6ec2f1daa1 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 23e24204b9..bf249290a4 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 fcb173ca54..28f087d946 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 496b715b14..d9f7f8d058 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 46e21a102a..6b55ff7885 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 b1b192e15f..25ec17736b 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 5bb7dad3db..897f931e3a 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 1b96bb38f4..9c8e0a9f84 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 0340154125..acb8a97882 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 f35bd7b42c..3007bc13e0 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 c94459ae81..7d2f28c631 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 5a5d8ca531..0b7ebf2809 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 2f4ed84565..5ba935959e 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 c45e1266f6..9c77216a96 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 f57ef0f05f..b8db080e44 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 3967e1484c..a4cd4b93f5 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 68273c0c18..f7aad36b38 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 d0ec74be69..e50db07899 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 48c770d459..41f5096880 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 4bb8b96988..c9d1d80482 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 748d4a7608..3a521c2c1f 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 19c1441fe2..cd18636cad 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 4bb8b96988..c9d1d80482 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 aee0d929a0..2ae1992229 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 c399905bec..ba41dc16f8 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 b67cb4858c..628f00c6b1 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 485be398df..cf3adba58b 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 6863eaec96..29daf770b5 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 fdc5337d6f..e9b2c8a1c3 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 b2e56ef581..244f342b74 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 3b2b26cf45..e47106109e 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 397ca2171f..812e2ea405 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 0a23e38f1b..504232bf3a 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 b56dec3cfa..1cca03f59b 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 ca95fddc6d..335780b3fe 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 4453495ac9..b4bf968d5e 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 1c49d74f7e..e4bc7ea146 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 0b3de4b29b..21c7cc7378 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 2d00c02d48..a67a601bd5 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 d939d2fb63..bd9675c575 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 ea56a54b8d..1938231e4e 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 dfe07931b2..0000793ea0 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 f4d051f644..29ff46eb3f 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 99e3ec6501..131990f49c 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 da4c3f7be4..0f9958a716 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 3d7821a050..40cb1feaa7 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 72f8512c85..0f0ce63337 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 238bdac5b9..9bb6277aa5 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 d9edad2dcf..e1e807fa46 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 76385740c8..01a2d7edd8 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 09fb198efb..86c1a7ac4a 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 456863a8c2..0cd1e7294f 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 cf07a5e4d5..331feadc46 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 2da94c0b4d..13f974b16f 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 a4dc58ede0..37cb167b50 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 e7de278c90..b1ed6f407a 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 d7bdb38517..33867f219a 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 9da9ad288a..f1c9203f6d 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 ec4942e1dc..cb82a27b2e 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 e3366b4cfe..4428a46016 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 fa01a1ab19..52899fc988 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 7399afbd60..da22db06b2 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 50554b3246..6eefee2aed 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 6b2ff67807..572e5db69f 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 82afea7439..1a4c6c4c61 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 2b77c2f4bc..f69f21081f 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 461e05b674..d8ebecf7b9 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 aedffa5c04..3b5bdfd9de 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 fd47985fb3..1a2a0aee2f 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 8b0ed3884c..7e62db0fba 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 3f1fe76955..bf0ff5ee67 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 7409015301..27a9354349 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 afb42c5555..01cf321dfe 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 a1bc8a3318..b3b4ac63a8 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 c5838f354f..8db7c34c1c 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 dcd0d25e97..b9993b1c80 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 6d0772af98..2465e37dff 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 84437995c0..5cb5a03a82 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 04ed67af38..8f397af5c2 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 e6681cec2b..ad69080929 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 5e9cfb86e3..26cd34af17 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 9c5fc7d918..008806e281 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 b0c2533d1c..5f78eff2fe 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 14ab329916..62d3a55ca0 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 da96825726..a7a064b36c 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 089f8a23ce..89736c929f 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 31028c3625..569d982c81 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 7c541365b6..62588e695e 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 7159c3a83b..544b83c203 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 f2a9f14749..ecf254bc6b 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 1bbc72e753..efbeddc2db 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 bc33840afd..750e9fed63 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 8e99772015..e085976c50 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 de3f561a08..5ea7d8eae6 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 d64da6128e..b5b0b65f43 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 1686b3d467..dca4466890 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 628a1c55d6..7e01032260 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 d937e59902..68b824d859 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 757bead52e..a53dd56d51 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 87d812c268..3b42f8a216 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 d993cbd371..0bf08d4e5a 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 de9c759a74..8403417f09 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 6883d5f73b..ade59187db 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 cba6b19d43..a33d889289 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 81974125cd..c4c578e89f 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 d88e3a5ff8..f3d94cd0d3 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 946707cba3..a631bef5bb 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 0a997a197c..0b37cfb035 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 4086fd6a29..89c482602f 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 8ac868b48c..ce470fc739 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 ac259992b5..a422d67e8e 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 5b3368142a..b157cc09e6 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 a4607f41a1..053ff562ff 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 0f0ab13eb1..51f9ca961d 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 aa465052e4..a5c72a83e1 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 1caa0aad41..db10eb3548 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 22403221cd..f7a81b7dc2 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 88bd2ebacb..7d0d628044 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 4728d9bb97..d515dbd9cc 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 5462019ecd..27631b872c 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 1cc1c050c3..1a03667dd7 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 62b14963ec..f7a919fb87 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 6485f99618..8c455a6788 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 171067273b..8f0eb91391 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 ae99a74edd..5a53302bbb 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 e629bc9617..95c177752c 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 f0f90daf7c..5dbbb53337 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 37e124ad83..873aef7196 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 04f8d7ad6c..63238f9931 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 07418f16bb..34c8d37c45 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 b181ac95a0..e923dcd88c 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 2d74c5b171..d9440ec906 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 3132cebff1..3c01d697eb 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 a43ba5125b..5ca37e143a 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 a2f0d92aed..68dd81a4fa 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 218b007082..5d508f858d 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 8672751949..f77b143993 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 ea39587887..d9d23f15f9 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 6909f4dce0..fe2e220b73 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 617f0bb635..6bc1b8732c 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 2135b0635b..13a7409033 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 9d9d02c98f..f2843a24dc 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 9790739c2a..5a971b3140 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 df1561b8e8..eff64b3d39 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 81b23cbefa..a69288d223 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 8c56a7a4aa..bf3016edec 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 6aa7a02492..9a91b1ba33 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 052c3d1353..b0b00b0626 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 327c9f6003..fd82e3c9be 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 36fefe2b6a..f7495cd98a 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 992b52a278..d1fb5656a5 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 54038bc1a4..85b07f1d3a 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 4980c0525d..7d45cbd880 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 f0f287c76c..83383843b0 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 bf68f9973e..2898b29a2c 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 bf34ec0164..d6dd48f28d 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 35a06ba3f3..def1faf842 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 b55dd3ee0c..07b376c060 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 0092daad82..5881536d82 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 194cf6600c..89ae643911 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 df02ec30fb..3b4be6bbb3 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 0092daad82..5881536d82 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 c0bccfc8df..6176dfb6b0 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 79b15b8a38..79fe35b957 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 be666a7928..68a2119885 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 86d7ea9a25..435c1754e9 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 00090ac7e6..bc0089bf7f 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 065ffde8bf..594a1d3d5a 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 4785d47571..dfff6e030d 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 213103e737..2da0ca81fd 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 ddc673858f..79702e904f 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 dcf2b2223b..3aafe4f884 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 a764b6b3a8..20c3ab0144 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 876dd52a28..dc48fffafd 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 d8a8558df2..8d66f5f532 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 46ed3ad0f7..9d8fe1c5ca 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 0b34dd5063..84b915de55 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 e2fe3eec4e..42316e55d6 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 defcabf0b5..ffda7b3c5d 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 a3b6dece02..079307ceec 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 2efd1c549d..adea1c7c9b 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 76698e7601..6fdfc4c433 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 e356614523..96ab585303 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 66bfb8980f..f23fc0d5e4 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 5cc84542c9..42e8802768 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 0910a900ed..c4a26ab48f 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 2e171082e4..7cbd103955 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 1611a70c85..5584463d96 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 c4beec0c1f..314f4bf240 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 dd823ad7ff..525ab648de 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 2693f47230..d2f663ed1d 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 4ce7f98bf0..6497c6bbf2 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 1620653609..f500ac87f1 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 0d4782d487..c29706bc25 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 0456f140a3..8df2dfd668 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 5b653f0a56..cc9e4c9f02 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 8f7460316c..4ab43c654c 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 a5dcd70e83..a0eb1fc4a7 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 1c6c6f54d2..0aee6637f9 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 875f96355d..7631aa78df 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 2cda4210a0..4e34205c3e 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 a8584a98b7..f6a294680d 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 6bbf163d70..95e12a83b7 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 2bd5f67f05..688269616b 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 c13bb310b4..0cb10edb65 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 34ae43c76e..6388ca3455 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 2ecd1d5136..889804cd3d 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 77eb47ac4e..87705a0a9a 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 ccf48d3927..a94b1d9084 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 74fa38433c..d4c78fe86e 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 3f19cf3ae8..90c24b7a0b 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 f4c0ea2a18..276b4fecd3 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 86ffa9dd21..681e5219f2 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 b689cce398..9111c92d6b 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 da8882e3bf..e198ffa2e8 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 4f59429514..b5a5da0b0a 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 6a9e0141dd..a869d60d3c 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 c66b950c19..092f1dda64 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 7da87e1551..8016b06161 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 f79a7390f3..12e428ae0f 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 cdac6561f7..22aa70160c 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 1b6dbf5999..ba8f644752 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 c53575e11e..7b362c0289 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 c7ea54cef3..ae1e4dbb9f 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 3b7ad02855..5574a4a2e4 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 e94fa5f5b7..b8494a0758 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 81020bebb6..259c2e4fe7 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 0976fc03d7..9a0af39686 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 676cbd2782..07a03bc1d7 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 ee90a60e28..76c734ac8a 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 f0eb629fa7..e21871fc2f 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 ae2d634fda..adf95c2494 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 464b273951..b44dd4787c 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 1ea68f3ccf..1a1f30e4df 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 a276552417..61f91af1e8 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 80f2b747cb..654c0ab893 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 cd977da6ee..3fd4a1bdba 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 579b818b68..9c1dae1ae2 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 0dc2cc952c..d35eab4694 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 22cab858f4..4aa3b94b32 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 1bed880444..b2d42d1e8d 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 0457199331..4adbf0f53f 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 41e11f2686..aa846d53e6 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 cb263bb785..bfe1de9235 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 645f8e1b25..b746d1944d 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 50fadd164b..7e3785fa80 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 e232dc2d0e..ebb7a34b4c 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 f716030b90..42d2a49c72 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 edfa5ef147..b5ae8f0981 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 59376095d0..ed5cbfc44c 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 01958154a6..1519bfdbc7 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 05b984d0b0..bb5c3f24b7 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 cd32e179b2..fafd5808a6 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 4c85d88b63..7352ead296 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 7ec38a6393..beb94d0d5f 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 b082a02a1a..06390282c5 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 c146810339..99c101b5fb 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 e1cff32299..9dee063eb3 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 ed66898d24..676af37f1f 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 b2ea8e7d3f..e7929b1373 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 444de14fef..013c5e3f8c 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 bf4ee99c5a..f444e72cbf 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 b2261f7c59..da2bbef04a 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 702966ab08..47b23f9b23 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 687266b4c9..0f81b9dd8e 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 4acfea77a1..afa0e63e56 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 3633b74d31..ad74cebbaf 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 89114357a8..04e20c1b27 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 1b3bd51832..94364e1cb7 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 32226e2668..2039ec2aa5 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 97a9c97055..3562358337 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 4d2f3f055c..9e6e3c88bf 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 57b9258408..abd729b842 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 baf0d6b39a..ddeebc50de 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 633b1aa463..38fc0b7ec7 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 be1a3f0d2f..3f9829bcac 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 e13a50cdb4..0190cf7e99 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 5e44f292c6..aea5e7c11a 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 701e8759b5..795d1f244a 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 6b1e488ff1..191b176240 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 2506c30716..07ac5a6e70 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 73ec6210bb..a585d76a73 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 d63781b2fa..5a8eb5e4c4 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 6f894529ff..52d9336100 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 2cd0f73715..22a951b867 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 a20ac71fa9..12d0b67c18 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 fee9f3b846..34d2e8eebc 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 6bb2c9e6a2..9f3f284778 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 bbdad6c6ec..7dde278d5d 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 74e946afd8..2e590fa706 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 fdb61dabd8..9e25c4dfbc 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 e407dbf3d9..1d4c05a865 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 3d2c491e6e..577156f57e 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 96c08e79aa..231b76c8e0 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 b4832483c5..c590b93e5e 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 df5dc2f09b..df088d357d 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 59796890a5..fa981111ed 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 783869ac39..d142803915 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 8e517ae598..87ec709183 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 ae98e66d71..c1e4e62312 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 c0e3c26aaf..b90f6dd861 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 ec2d34780f..71cf4726b2 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 d052473a4b..71342d55ee 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 c12335638e..66fe0a44ae 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 d239cb878b..4bf02d627a 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 642f39b726..9c528bf7c7 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 ba37c279a5..ba5c8ffcf3 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 4a8eaf65e9..37d7d74cb3 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 ba5826fa7f..326917691d 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 fb409fcfab..8c121ccd80 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 c16d095d30..862f01e140 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 7cdd3d9c77..a94dae20f4 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 5fe476afc9..5849cdfaf9 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 2c9326eb5a..e99deda9e9 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 e0d5f3e3cd..5ce663ca19 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 6bb942e0e9..144c4486b4 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 a9bdd261f6..25ab21e9ea 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 a7b3f7e624..b8a016529c 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 490b775930..4fd6aba058 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 38294e5340..c880752fba 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 fda81844be..8ca552c20c 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 36ac2d6405..765224ab97 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 7f3a57d96f..a765405363 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 15d939b526..1f0cbd7113 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 6dcb04f5d0..061cad9619 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 9bc807addd..99659bf56b 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 af2908983e..11dc264676 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 2ca9e6cd07..6a8c99a3e7 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 a65d2defeb..cb2f6a4d2d 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 404e96dc7a..79cabb6b8f 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 f5e2f118e8..295e58dfaa 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 0569cf1548..fac92917c8 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 8762f394ba..7153e09578 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 9faefcebb3..d5b8984ba9 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 3d5637a615..498f3f83eb 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 e4f5627e84..167999406b 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 67337f4f4a..b1605b67f2 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 dd42f79dd6..ab17c922ff 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 cea52b6e0f..404178b674 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 f75e157d1e..412a92b1a8 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 2e752650a8..036261ea7f 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 11139a879d..35b5d30c13 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 3ff9f78cd8..1bdbd4fbf3 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 4fe40dc73d..11a9a060f7 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 470c11816e..10830b3bb3 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 7a81ad8c2a..c280a73824 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 4aefc706cc..8c7609683a 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 b55f21daf0..9087cfb22e 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 1648cf2b66..66f0a42f16 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 e7a8fb0a73..0a803de48d 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 ac7e00f505..c925016549 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 139c3edfe6..ca0bed140b 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 de8d19f461..38531b874a 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 9d0439f50e..49f8c12aa3 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 d749bf4d3d..aff377f4ba 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 3d14449450..27a9c91f2d 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 ec58fb8353..6e1b1bdd63 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 bcecff7b6c..da6d8a65d2 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 9326ee6bfc..a1d252ae35 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 dd3007fbd1..9cbb346642 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 18338dc189..9e66c508dc 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 a926d2ce87..638adb74d4 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 fb7b099755..67389807b0 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 9c156fae36..963d935951 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 5a4de7f2f1..21cb908c95 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 1b2914b202..3a8500fa20 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 f2e502cfe5..8b24060464 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 2d115e015d..b2299488f1 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 55dd52abe7..0bb03176a5 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 93977c5c38..347cb42793 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 d577424569..a0327e3777 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 b1016c2d3b..cb8c5fb04e 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 327d35c387..7e59b67105 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 5d251cac29..03a0b3ea6c 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 3b468d5a50..cb5b87cf7e 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 aa635893ee..6bf520dc04 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 6a87b94f7a..07314b3d84 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 7825cb1564..f42719411c 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 4bb8b96988..c9d1d80482 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 8569db6290..b3ad14ebe6 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 19c1441fe2..cd18636cad 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 4bb8b96988..c9d1d80482 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 aee0d929a0..2ae1992229 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 61f57bd7e9..494cb0e799 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 52437ee6cc..eb412b7743 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 5a6e7946d8..a67dc01364 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 dd8c2109da..d5e39ad574 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 bcc480e354..00b7dcf31e 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 609e8ecc41..1aa2ebc4f7 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 93975563f2..cd1dafba8e 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 8c963786c1..34cf0bd7bf 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 a61cee9459..efb23fe75f 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 4b7185dac7..fa1a0f4e83 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 67f21cf98e..2b48a83bbd 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 b7ebfb9047..9f0edd876e 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 d070f00684..532544770b 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 f7112eb6f4..93caae3bf6 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 70b0e05b0c..9e91b3284f 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 f4ad1281e2..18f943e7b8 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 da573d704f..68416bbd1c 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 a5da5e2b9e..15fb346f14 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 07ca5d7e38..09b7b1e6b9 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 c7429c3215..0165af83e9 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 1865682d9b..5c51b159b8 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 f3a1c64b6f..23e9fad602 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 f613d34fa8..73eb4314d3 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 5de0c31846..85550a7161 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 373ba20aa4..02b09f3f85 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 06b05fe89f..96aa3e5c98 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 29d12355d3..466454ae7e 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 52a2b54b9e..89d353fab4 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 dcea5b85e6..2b4632ad25 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 aa8de74186..0a28f94ab0 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 4a0bc3d213..04fe920e5e 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 1f7e4a85cf..aa34f5e7e9 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 ae9f517e30..e5a7787419 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 596431463e..02b36c8767 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 9c6323f323..c22a429874 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 aed36575e4..4f46625e5f 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 4bd1c37887..50215c4040 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 b341d9ac15..716277c969 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 4edabe51cc..7f76d85601 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 c2212ce612..f8862ea04c 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 71d7bf6791..e5200250ad 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 406f1e6e79..8c215df4aa 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 88b2051f00..0c09e15586 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 e4f5ef538b..0c678b59b3 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 11d94a4fb6..4e715de222 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 365d55c07f..e4e771056a 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 ef1938c39c..17bf70d1b0 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 ad40d25bcc..3cb9d7c0de 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 485a40db1d..5e3899bec5 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 c29c1efd33..e39c66e910 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 53b5beabe3..0cff9eaaf0 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 cc5ec4493d..000e780f99 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 4b4ab16992..d88fd67602 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 9c9af02d49..cd3b946175 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 d32c997421..a07cce6ffb 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 b768e21755..22bab9d8f1 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 c749f61dfd..6087ada6bf 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 062c96048e..a2cc4c67cd 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 d35884b63e..bb780b1d5c 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 16a2e8675b..4631c2c270 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 5ac6f21d98..ce849274b1 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 bfc6dce06d..1382404bdb 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 e91c991972..2eea0a37cf 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 a33965a8c1..f1702b067a 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 941bf1373e..ed1334ed74 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 5aedd69850..ede6220918 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 1177950018..f993c21ee4 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 3805854580..217214d930 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 88fcbf9f56..7f4b15cde2 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 44d786de75..443a55dfc0 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 7d8bcb7d16..c5eec4e218 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 9d7f7ff395..4cf97b5f7c 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 777e23e3a5..456f4cfc17 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 93a8bc44c8..29a0dbc1cb 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 67e4cd2ea8..78c4632af7 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 1cce814767..cf5b9dce5d 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 b5ca424c44..f2814af08d 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 5b1e74c98e..3aaa90503f 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 d562e870bd..d302f6a821 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 b570a83741..f1ecc62c29 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 e92e96e4fe..6ec98df89f 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 59d6f40595..62ce45fee8 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 46fb054b52..4f213ccd98 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 0f9a5c88b1..70c36c6576 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 d875683c78..506433d393 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 c74a08cf47..1913efbd89 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 61a3ab95b4..893906d0b4 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 7ed9060f03..2b98c67ea4 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 e3fc976042..4429bbc530 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 1b561aea2e..c5a2200a7b 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 a55446dc96..cb49d24f3e 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 c2cdef4e6a..2f208a6581 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 644d7a3943..2dc5eeeffd 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 5e8671fbfd..3a222bdc14 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 ec3a684b87..c0bd5ca8ef 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 b0be455e94..ecae1ab77e 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 ffd889d763..bac86b6b21 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 57aa75152e..cf18454a6c 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 c15c8a9f73..0354b832fe 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 8ce7fc0772..d29459a794 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 fdd4aa007d..25a3fe46f2 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 cd89b3aaa6..bdfae8d1ba 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 af341a0e75..d68a04a7ca 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 a98d058a4d..0ebdac6745 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 742812fb10..85f7d69877 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 7416734c5b..44070c0889 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 6c6b264cb9..f62f0c64d9 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 87cffa98c7..f6b5c93573 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 939dcc0a45..84d8a6d32f 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 76a01cfd6a..1f32ab1de1 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 46e54976b8..6fa2540eeb 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 0ca73d6684..11df0de083 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 b01611df49..1fcf743751 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 68d1e86c36..4bb3634b7b 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 56b9cf6bae..93a6c93e89 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 526efc3c33..985b2ce113 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 7030dbc9ee..710906dd8a 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 d0d8509e23..6ff23a7b9d 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 b52aea73eb..2bcaa2a343 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 a6bb455a73..054bf30e68 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 c73af505f0..4650db3c4d 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 16c050f765..951f020355 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 a5bd8e25cd..8a63665d9c 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 0ca7898398..a0c94930d7 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 949c1a70ea..0fec4f76b3 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 def0d48493..d733479515 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 3874b0e4e7..d5ff03a156 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 b7799a8e33..729d102dfe 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 f80d1fc7d4..c34685b042 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 57476d2c4b..db8395a81a 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 89dd76c48d..4bd4803eb0 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 bb3a3ec330..b24d7e9d0e 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 2eb6378e81..14ea0737ef 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 f9fd443068..5420c276eb 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 4c49e21ee8..83f4bc9653 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 398f7c2bb2..70c782e577 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 7596ad956b..67fbac175d 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 3bb0ccaa42..9faf7599e9 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 689d5740b9..6947af2456 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 707cfe4cc8..42a0e1c81e 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 76398cdaaf..4b0fa69918 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 23e9d0e8d4..f5c58d6a5c 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 88c61018db..83f79bd6d5 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 e3a34e695b..02c0988224 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 524408332a..e73daab3a4 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 a565e71900..a83cb6a108 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 7a92cd87e5..c90796650a 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 94ca837c01..fcf0b875a9 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 ac9971e4e1..9a69905773 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 59d278b9c1..142baf91e4 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 16107832e2..f008937f91 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 b70c8c2a07..8059e29ad6 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 133f558573..b67ab09869 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 46bc837887..70e685f642 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 f339d2dced..969204f8f0 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 159c6f1dd1..75412a3cbf 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 d5c2404b80..64be61dd2b 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 95d5a9a086..a1ec5b9864 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 a92da30cec..e79c010aab 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 46bc837887..70e685f642 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 de931c21ba..1c3256a83e 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 c80ad84727..00475db16b 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 f72cedded9..e30ab0f2eb 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 0090e46578..15b2609680 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 0092daad82..5881536d82 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 5f7cb581c9..3e2ab17783 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 87e968a80c..bc615f59a4 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 0092daad82..5881536d82 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 91b55c3c3c..7c90da8a67 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 ca3a28775c..fecca279f8 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 2b0649c7f2..833704047e 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 10621938dc..ae618e546c 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 64ffb66ea6..179bafff5d 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 2c9ee4e2d8..85d87eca6c 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 9ffa4c9cd9..412dbc4e13 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 07756d8034..e8a21916cf 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 05289bad19..50d355878c 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 9b6dd58ac7..f5778cd4e9 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 67a1aea423..5908219204 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 0275d359c5..967cedb6a0 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 6ea670733e..dc8e65a682 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 e90d8e512b..6983fb214e 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 6c786723e1..ff3ab22adc 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 8510248e03..c11f1f35fd 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 06b67da971..3015fd675d 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 b133b38099..38d961183a 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 b8a5b6d7ec..33e6560e86 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 87663d6096..7c0c110ee1 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 d7213a2ae8..178724dbe2 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 6ff0288680..7f93fe1bc2 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 39f6c7be9f..8ef8cd75b2 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 eb389e1e5a..56f3c93d2a 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 e12c900f8b..145bfcd51c 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 fa682a3ef0..2199200648 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 52dd139286..5d9ca83511 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 545ae6685c..9e5fc8a270 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 3aea80e099..6089bc934e 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 0ec4403ad4..7a3c08c2d0 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 2d98d32cff..09102f9b5a 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 291455d1da..084a3cd40d 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 a53cc94422..83a19f9438 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 1a85e80146..6554606897 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 32efbc78e8..2213b3cc00 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 957a86275d..e5fac5327d 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 9fb1338959..11de41e74a 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 40f187e5cf..e5b1035b83 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 fa1e3b4c77..4357707a79 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 49f641ac5f..4e68cedbe8 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 743b3b9f15..75baabe8c4 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 4744fd0788..e1bcb926de 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 fa8391bdba..94e174561e 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 6f538719e0..da5b22670f 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 7671db1504..b8f6b7bce2 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 3b5a432ef2..5a8196f04d 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 be0649f093..d41ac5e492 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 c96c47e9b7..30ceeb9a37 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 19070edb41..44a2cc10a0 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 752e657457..1ea127d343 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 7aee53fae3..5df9e7b2cd 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 7c6df41639..1ff1d49fcb 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 e21c953257..d6e3609f40 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 1e969d7ff5..50c4ba50e9 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 fa7606d7e0..829a9acf96 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 b59a9a2ad6..885887abc4 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 21a4b020cc..ff0861417d 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 c616d23a58..b2b6b51779 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 b2e5daa0fc..f1756c5a02 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 46cd7a6836..888ee61712 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 cac5916da5..ce51140865 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 da8882e3bf..e198ffa2e8 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 c322f18042..752a105e76 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 f4c1eaa9d5..9e48170406 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 d2aa01ec74..861ef6b565 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 45e74ac252..f710c0a5f4 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 395213b51f..18fdf4a6c2 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 bab6d9e935..68d3b64bf0 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 ae7b034603..246933866a 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 b3b2e05e63..61a41a2ca7 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 36412d1802..59c8451d58 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 cab2dce5e9..baab84bfff 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 11a4353b48..b7de4a521b 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 547c9d6fbf..992959f981 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 7bef1042da..dbbed08080 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 cf311a85a7..95e0a7df3a 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 b76fe45ee2..2fbfc8fa45 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 e12762147e..60658f1f7a 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 60aed483aa..dca1ea7f31 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 973c71cc3c..2c47b540f0 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 f5a39352f8..27ee2ae86f 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 069c529a39..00e207b8a8 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 7d2266b966..d751363984 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 4b8caa4148..ea1c01a1f5 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 fe89e06260..193b11a3b2 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 92cdbb97c0..e98d844d24 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 c2d816dcce..9acc5796dd 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 b2f22af22c..ba18424e55 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 fa8a65859e..87596f6e35 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 0b5e602b94..d81067e899 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 51005413db..577df85373 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 79f51fd6a5..a47d2653b2 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 f308032661..659bfbc3d6 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 0a99be516a..fe2ed5ac3b 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 f54d4e6165..01fc6acf03 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 ab58d07193..208c372fae 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 39d2d04cf8..4fcb1b54b6 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 a045777848..a19db936ec 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 a1aeb7bb40..fd8abbd034 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 36e497075d..7c4986b867 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 632673644e..65d16f9268 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 694b8ed101..fc98624f62 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 260fba7b1e..ae25240d7a 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 da3e88aacd..ee8f718e11 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 5362a4d5e1..26a4d02738 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 3f4afdc772..b147965c5e 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 01789ec278..8c153c9aea 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 bd4e181d6d..0b95a38a87 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 4f4b6b5060..d33e6bc3b9 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 86cc94c3a5..ed33f5e7b1 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 52195c8413..64f9ffdb99 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 74304db2f1..ce3d4a9152 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 6763c179b4..512e189292 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 6b2d28f5cd..017868fc53 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 12ce657431..4786e969ac 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 41f6a83763..7245074ef0 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 4e609f905f..6ed171cd5a 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 00e9be1363..56b1dc2e38 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 05b984d0b0..bb5c3f24b7 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 97c1038c8f..b8ce781e29 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 4c85d88b63..7352ead296 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 7ec38a6393..beb94d0d5f 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 b082a02a1a..06390282c5 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 68f01eb90c..96f903e546 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 7a963be0d6..58a1a25acf 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 744ee7fb79..313053be70 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 6fca67d8ba..eddc14c9f5 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 5d95b289aa..db16c0663c 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 d35c6de4a1..027d266f66 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 82b822b46a..e9ee43c595 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 4c65ebfc81..2dffed7cff 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 4bd9f9890a..4840b7a167 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 b05f0a68fa..cd2fdea7e7 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 df74653a2d..aa80065cd0 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 dd64e174ce..43d2b71983 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 cf16f38fca..8d0bc9a608 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 f199dc99a4..20b934088e 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 733a083439..f57b9d323c 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 d1177baab8..39e141e5f9 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 f7d42a2e29..ee4d7002be 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 e1d2662950..b3a83e7a3a 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 8297890b51..d8afebbb88 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 74c2d6549b..51779fe702 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 e13a50cdb4..0190cf7e99 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 5fefafc8ed..ac7435eb4b 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 ca2fda33d7..9e063455db 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 521f6eac6e..6e4c34077e 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 b1585afb70..8161249038 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 276cffec8d..a4f750e911 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 780037033a..cce6393420 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 b3957c88ff..410f122450 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 7317ea4168..e18b601821 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 97681c9d33..df729fbeec 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 85e967d719..0f1eab40ab 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 f6b4651d72..d169569fd2 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 880e14b570..566c90ef34 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 29ffef3fb7..f39c6b05d8 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 651a57a56e..5ea440141d 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 0b655ebd04..dbecd4c340 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 dbd8f6c706..c9d203b3a5 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 00c0ecaf43..b176eaf511 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 0087c8d5fc..06d7e9d57b 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 b020db0c85..cd5a9cf214 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 42b9fdd5f9..e0380a62bf 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 48e51d8178..f3f9bb6302 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 977e07bfda..90e8f59389 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 96200521f3..fb9f875e8c 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 356796ea73..887eae6d85 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 a133b29791..f82a47a6ac 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 0bf60b9b8d..fce038bf47 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 3f1d5b8cc5..5dbd32e8d0 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 8a5c4a70c9..29244daf67 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 bff732f801..15a5208be3 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 f861e384b7..d3ca415b50 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 597ea12252..3b2810d954 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 ccc374cfb7..8c3395c0dc 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 a5d0b8c039..03df58e115 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 4f930331ab..9d0fe80601 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 79e2701401..dd5df8a322 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 c9f478abf3..4669723713 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 7888aa6452..359370e127 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 2a2b1366f9..f2ea97189b 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 c17e433f12..54d8bf4054 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 bf913a0018..4946887d79 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 c2d5b30975..ebccc1f482 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 de59b40c6e..43d07beb7f 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 7a59c70d23..a6b9e1f0d2 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 9abca1fc1f..71625640f0 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 e2a8813e48..9117f615d0 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 74bef6ba6f..a5434e17e7 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 224295b8d8..59e7315641 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 f16fd9b850..226b219b12 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 ff7ae3a45e..0138523524 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 f297f896b6..4151723a62 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 48c4e5782d..07097e73bb 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 0239412b4f..f8dbe86189 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 42f3ff3931..1f9410a95b 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 b047533f34..847f822507 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 e794d43ab8..82b419acc3 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 53f384e51c..e22489c0fe 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 0c960a177c..91978be366 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 752a7424bb..10976e2ea5 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 8762f394ba..7153e09578 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 9ab7e7d5bd..8663d4c72f 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 9bae0cc53b..279c95676e 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 755c683e7b..9025e9fef0 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 0de7fbeea1..30501e61ef 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 696b4316c8..78d5930d69 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 536977f6a6..9de6b1aa05 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 c3f3148cf0..0a68568bbe 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 23637050eb..72764601e7 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 5e7de0f663..dbc6e7e3ad 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 0c1741e853..3a39f88589 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 10fbe21f53..5719f1f222 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 2690eb274f..80e0b8fba9 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 0c8da6ec6a..a7a55ccf42 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 b5940484e0..32764e7d69 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 3eadf209aa..bb1dd6354e 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 7f267bed05..3701d4db63 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 9d56e4c3b2..b01ed9b24e 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 dde1425d4a..ef87929b52 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 840fcff5a6..4e263e8b35 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 b7b00cb6f4..c4fb2a91af 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 1e8545bf04..f4aef697bd 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 855b797ed2..7b1802b3d6 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 e1d1b2b753..0d23bdf3be 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 fe89cd25d8..79f3d18a11 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 3960611fe3..8adf67fce8 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 ea99274035..d368d00c79 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 6f36b8b8be..d2959897e1 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 cfc94e89e0..d283367b98 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 bdeca246b9..4e0f807eb7 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 a2d381ee21..3b98961391 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 1811ae1714..c56dee2706 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 b65240a66a..ea48d7a134 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 d0879fa436..077c804de3 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 ac5d64023a..119a9a506e 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 9b04a4681f..df3278ab1d 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 b784a220c7..461e3d1d58 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 d306f6760a..453ae571e0 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 070b5fa245..155c477681 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 b910f385f5..5776230207 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 c26615d9e7..db4a8dfcf8 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 a0775d7f35..d7321795ce 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 bc14e6303f..d2413791df 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 99d5fc6082..0b7da12411 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 f96fb87dda..bc4ad0e428 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 a1067ec15a..a6fc403445 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 be9e77c21d..35ccc7e753 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 4bb8b96988..c9d1d80482 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 97e321a6ce..4f8d57a9ba 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 19c1441fe2..cd18636cad 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 19c1441fe2..cd18636cad 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 4bb8b96988..c9d1d80482 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 aee0d929a0..2ae1992229 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 055cb5622d..f51d062e2e 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 fc375dedf2..91078f1818 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 116b99dcff..c3ba5af00f 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 37b67905f8..16aeef8635 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 b50d39c8a7..6349c37e71 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 609e8ecc41..1aa2ebc4f7 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 f94dc92540..92fdea1eb8 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 8c963786c1..34cf0bd7bf 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 1283c50820..48f5213b3f 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 0a8e133b56..f9e20b496a 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 17dfe180ed..333a120df6 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 8e4215e27b..676b1e7b38 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 2d8a814906..c5058e1020 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 719b5cb442..1ae9daf005 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 520000cd02..2ff735d7ac 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 0f8e195228..082633318d 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 64576c5d1a..0652960d1e 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 1dd91bddc9..cc9db08e4a 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 f342c81bc7..e105c73b59 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 1dd06084e4..ccd01cf38d 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 5cddc2bdde..814277cf4e 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 a5b90d3f79..5c97199f6a 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 0c96b10cbd..208a499c26 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 6421b0bb28..5472a8c8d7 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 8449cc0268..bf1ddd9fc8 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 d80117e07e..66cf6cda9c 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 d55733d117..bc532e9fe5 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 2792cd36be..a26e1ce678 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 d1bd35d1a9..2d13a4e710 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 6c1c94041b..07acae25ab 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 ec0e23586c..0ba7fc3dac 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 941bca7505..82b44e238c 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 0b25042b2a..4c4c414ad4 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 941d572aa6..2fe99691af 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 be646a035d..55eeb7f05b 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 423aaee723..4e2074b889 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 5019730b2d..7050c04892 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 a57752e221..a5f0abf4f3 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 62fc1acbf3..1f5ef95acf 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 3ae1161802..99e929f8c1 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 838bf479a7..2b47f70f8f 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 a233207d98..02c3db35e8 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 9fc0093c96..286877625c 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 2c73352d1b..48b30599c1 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 c6c52b3530..f9acac07ce 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 88571ec2ac..bc003005f4 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 61ee540184..f1e30e9eba 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 aa0e88ec28..a633815d19 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 15582e0fbd..36d310a42d 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 7bbd26ae24..c5cd017462 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 e5f3a58c56..5a3bab8347 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 aeca87c385..c1df965834 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 406f1e6e79..8c215df4aa 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 88b2051f00..0c09e15586 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 e4f5ef538b..0c678b59b3 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 8c792ebd86..3b096b8c74 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 fc87d06e2c..0bff836cfb 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 4087dc6932..55d0791593 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 6970d16189..00efd19e04 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 62fd9d1821..4883bc9aaa 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 e8e76a8885..d657a164c4 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 16c5f9797a..44cb0c99fb 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 642515f7c6..5fae64cbdb 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 141dfb2c90..a809eca9ae 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 c00d3658bf..dbfa61d374 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 c7cffbee56..60396b62f4 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 400e32f35d..445198a379 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 a1e68490d3..c834a91976 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 3b712ee6bc..d9891615ce 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 ef1c3abd92..46bb8b664b 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 c206827a1d..2fa3b65a76 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 0940635e00..9e0aa2ca7a 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 01611f42d9..e59a603bf2 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 28ba1772ab..3c047a7ece 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 8d5d32efeb..756e505a37 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 342ed80a20..fd3f5b6a92 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 84d466383f..78123f3ef1 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 747744f9b5..20bdc6d114 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 9d680f21e3..4360eecc7b 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 4245b0d0f7..96a0f89624 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 b4f705dbe8..443cb1435d 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 d686f65140..62d9c8537d 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 21f2141c8f..78a78b367b 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 bfbe7dfc54..aba7b79f59 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 09ee448979..ee92af9946 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 420b41fd19..c53a7a413c 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 a655e9bed5..81159a3ff2 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 b939ff6d0a..0c4ebc3878 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 8d23e90a75..8845b38736 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 79ed8b2ff0..2290d8e29d 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 ae7d221320..eaeda39dc8 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 8bdfa8729a..77c902660b 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 55e8eebef7..49cb13d9c2 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 ac45da4d90..fc123ae335 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 5247c5cc2b..3f92a9dca8 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 e8e8afffcb..aec9c5132f 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 be49efea0a..dc105eaa66 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 7bb3dc185b..9b06b6a64f 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 907a43ff41..ffd9570fd2 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 2ff7ab62e5..4c77f6df7a 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 220eb7a2a8..4b49001813 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 7944fd9516..ec33a568aa 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 306e202d61..0d4a3dc485 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 2b87474931..d4725946dd 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 b853999f15..cc97aa8974 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 d85d0c68d7..d499c41337 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 0fe11b3200..9d9c92837b 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 a642486467..42185e14e6 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 fe2029b751..bcc4af16df 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 43033b5d01..0493a8b0a6 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 a4d48cd2a3..e3e21ccce3 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 7ac349921f..dd201a0d30 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 77f50fa39d..b33b6db5b7 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 af341a0e75..d68a04a7ca 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 530926ccee..22c9e163e3 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 2e2dc6def5..25de1b6410 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 90339b5fb8..72968a361e 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 74ffbb0112..7287f18042 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 82fd7fbff9..9f9ae94519 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 c053be9dd2..3baf6f9962 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 4719e1993e..6ab39b2e5b 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 48bdf4053b..904dafb58e 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 0ca73d6684..11df0de083 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 3365b9f248..1bc621ef84 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 5fdff0d6c8..66791b740d 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 7a66c36b6f..7b9ccd76ae 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 9ff5f5c9a4..c958aac2df 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 06de2ff25d..8213726251 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 79516adaef..4a77328ba9 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 c4a097ffbf..c13ede0fce 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 f1a5e5674a..d1362680c2 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 3e0c9c17e0..45923eb4b4 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 e902a709f1..5201c19306 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 810f5d749c..86064ea0a8 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 8bbe5cf349..eacc307adb 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 9307329493..3826ee9373 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 e816dfb1d3..a39a7dcdea 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 2d477569a4..3b734635ed 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 2c584d6bec..dffe2a1c6e 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 c3bae2a860..ea70b8ec9b 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 0e2328c676..b048c9be20 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 9642d8dc9d..9066bbc9ec 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 d4af8c6924..0a29e8ff63 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 cee2bc082d..fe115e1ff9 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 2f2243cce4..cdd8dd8024 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 556a0e02ab..68f041a43b 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 6b7408dcb3..f6e3f2b9b5 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 03e3c937e7..592cbb71fd 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 cae38b8fcc..98786a369b 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 4994e4a28d..cd3f0d0679 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 5d7abac1ac..76b75ab6ef 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 15d30b05f3..7edb562f9c 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 0a82653d61..7db009df8b 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 4a9b1ea88c..af620711c3 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 8ba7550d8f..e51e416270 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 70c808a8e8..ccfec7e7e8 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 c949ca3088..564dbc5dc7 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 53161f597a..3296f5a21b 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 d72e6f2b72..a36632afd5 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 1afb6f5c24..a2a2a88f05 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 74415a2e59..aa37fae28c 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 83090b6fbb..ef9f9dabfd 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 b56d2fd929..a747397781 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 7a8d6abfcc..61bfd8e22a 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 d5325dc4c0..960a4ac80a 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 c14409d3a9..f5d27913cd 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 65f86a3518..3d2d6674e5 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 5615a8aafd..e015019784 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 4a82c7ac38..6264bf3d98 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 39805ea0b9..88386abb63 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 a3290fae5b..64d5364da1 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 693a4ad152..108eebed3e 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 c5fcf4f7dc..5e15567429 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 06c9715e5a..1db362b4be 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 8233280e6e..d054b955ee 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 89a7403d9d..88669012a3 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 a3290fae5b..64d5364da1 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 e1a278802c..df7e9ef51d 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 e307600e28..fcfb4d6e0e 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 d9d3ac5ada..8b5070f190 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 c451db4e0c..35339aba36 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 0092daad82..5881536d82 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 5ee2f25b11..f564341b56 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 87e968a80c..bc615f59a4 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 0092daad82..5881536d82 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 91b55c3c3c..7c90da8a67 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 289e663745..a3175799ff 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 c08439a7d3..d209beb274 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 016f4a94ac..a076c1754c 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 ab49a64fdc..c10337c89a 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 8cb12c8d4d..9a17d5aeb9 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 f9afb7d750..9e4e84ee94 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 ab2c55b942..2d62c0f2c2 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 760fb525d7..1bb6b0bcba 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 46481ab3dc..b2639afd5a 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 8f0ca1b7cd..e96d9561dd 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 1322a6ee6f..817ae93069 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 6f5a6be89a..71751bfe99 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 044155f9de..fd8cb5973f 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 4c6b3486bf..aa48d5b132 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 f617f60ea7..c6589cd552 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 cf8eb7f650..75a8e68409 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 89603d3ad0..5f4477320f 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 aa2b981919..478511d6a5 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 976b3f4f15..6d97f568b3 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 c2aec33019..7abbacf12a 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 68de727956..070e6f2440 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 8b632b5dc6..5c419e1a85 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 06a21d9408..6ad17e680a 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 5455536e0c..65dc686fc2 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 1be672fe27..f470e5a762 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 58677cc079..9a95392d94 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 017a202b5f..4049fb0c38 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 1ae472521b..1214b0cb60 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 cd7b789a00..2d829b359b 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 bf3ec701fb..391aea60cd 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 bb4dc9df63..02a4ffd725 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 4a8387f1b4..b060d06d9a 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 12a9a675c6..896a3414fa 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 d6892dd1f0..7ed871b66e 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 3338683644..01e19f13fa 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 92abc93339..ddcf18c547 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 d00b376d88..4686060d5c 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 5b861edbeb..3a39b6784c 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 503410820b..7115a7b1ce 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 f8513ed841..9acce8e3e0 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 1d3a8647b9..4872e84ba6 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 45e3b0deaf..79e15015f3 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 925d240568..cc0b0c1e27 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 53915ab670..815b3656fa 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 a0931dacee..9bc88cddbd 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 4f776c7ade..20a7febd7d 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 e077eb4633..38f2722910 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 a3fb5dcdb7..66f8f43e2c 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 b703f2b921..e097acc0d5 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 0d4258ca24..ee6c929723 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 72885a6b03..8bbeaa0768 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 d067398d5e..48d3e6f148 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 7aee53fae3..5df9e7b2cd 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 4d8853c965..e5a5775087 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 9061a80c4b..60f12f43d0 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 961f964f0f..c6136aeedb 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 4d9974ab34..9ae2a27b3e 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 7bf25d63fd..df31827cd0 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 2cc30356e7..1ad39cab22 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 7dd67bfbb1..00f95644c2 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 6cb91e790d..ec198e4b49 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 5a303b66cb..c5e525254c 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 19b9f797b5..6a57c3ef0a 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 da913cd909..beac712d55 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 da8882e3bf..e198ffa2e8 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 145c83dd26..12538fa1ff 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 86b133e914..21b78df70c 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 b310cc9e82..9fbde60f60 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 443e964060..2162742810 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 41def170dd..42423bce21 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 9717f30e60..858cf558d4 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 ae7b034603..246933866a 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 b3b2e05e63..61a41a2ca7 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 36412d1802..59c8451d58 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 785f661eb2..f945a7960f 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 8896c7d185..4a9b6b1b31 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 cd10187f1f..1ee7ed187f 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 6020ec56cf..1efd60957e 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 b5b4e02570..ef9498f412 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 0db36e5cb0..3be5cf4d10 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 43aff2721f..448f9fe868 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 4a1709c0c8..50b141fc79 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 9e7539a2e9..e5d55f4ebd 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 e8e53a8501..23d294bef0 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 02940ae889..68b251ddd0 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 541a1f5660..624b55d1bf 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 0cce5eb58f..6ec7014b24 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 860d90f5e6..3ff7162e94 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 e49ab0cf49..755207eac9 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 269fdbe722..ff01403920 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 ba862352c5..3a6cfd9a96 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 4bb06a2034..85a3ac6e62 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 8606c6ab24..5ac5700b44 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 c9db7414c5..c772bd3e14 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 8f83337b9c..bb1e5c5bd4 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 3c0352c785..c161f047c4 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 0135e27271..5ae487dc86 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 cd744266a6..cb0ed51172 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 cc681d0bef..9f9d56f630 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 8ae2ea55fb..38c6f9938c 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 d2cebd4a95..a9c679f321 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 1ed49e6c73..9072ae5ab6 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 bd8872aa9b..b065f7e24e 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 742fe5f4f1..0c1dfbf99f 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 25c9bd8ec5..5e07831543 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 adac73e6a4..0fcbc458da 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 035d4db5d7..d975692935 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 3f0db9d2af..770a9108a9 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 dd19bd2fb5..280d39b695 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 06beb78408..fcb369eb63 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 c582447669..609c8bf51f 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 696de2121f..584d0721d9 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 b9873e484d..49fbe360ff 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 dd27e1d019..35967c3cee 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 3b4401698e..e43cecca6b 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 8a2933af78..d894c42ef7 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 70587a19bb..4179952ab5 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 c8906e7fa4..93efca1309 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 c4d84c5ff6..ea37c46ed9 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 476d1e7d2f..ecc53a36b5 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 68feb3e085..d3e5b3d724 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 8461e82c3d..5774946977 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 153afc5646..da8d3057b5 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 53e6f39a03..4efe3f3c44 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 cd8773d8bb..000821df76 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 c4894f28f7..8e1cb00306 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 e17e08704f..ba139cb246 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 15fef825ba..a18efaeeca 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 94f9889a0a..f30c754e37 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 153afc5646..da8d3057b5 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 4d669d939e..56fd9c62aa 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 e61088621c..e55a288704 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 2c75702bd4..96d0accda9 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 17382c430e..9ccdaf1da8 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 f66e6d0946..b95c98e9d7 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 9b7129667e..933c66326b 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 ce1562d391..4303492018 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 39275eef66..a619cb6d6a 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 12a79e474b..8ace6d1d22 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 110d5514be..b226272149 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 0ed8c8ce5a..dbf8a36eda 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 b17db3e2ea..31ebc28336 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() {