From a84cd865486f15006fccb72b2637f49934e68f60 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 17 Apr 2024 09:22:58 -0400 Subject: [PATCH 1/9] default docs to v8 --- docusaurus.config.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 877ff0d625f..d26ec703f9a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -80,15 +80,10 @@ module.exports = { return `https://github.com/ionic-team/ionic-docs/edit/main/${versionDocsDirPath}/${docPath}`; }, exclude: ['README.md'], - lastVersion: 'v7', + lastVersion: 'current', versions: { current: { - label: 'v8 (beta)', - banner: 'unreleased', - path: 'v8', - }, - v7: { - label: 'v7', + label: 'v8', }, }, }, From df57f7ddcab115902ba17ac799d55fb44a6eb411 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 17 Apr 2024 09:26:22 -0400 Subject: [PATCH 2/9] freeze ionic 6 docs --- versions.json | 3 +-- versionsArchived.json | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.json b/versions.json index ed163ab5c09..48698a4fdec 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,3 @@ [ - "v7", - "v6" + "v7" ] diff --git a/versionsArchived.json b/versionsArchived.json index 56bd2d5bcb6..428fdde3e25 100644 --- a/versionsArchived.json +++ b/versionsArchived.json @@ -1,3 +1,4 @@ { + "v6": "https://ionic-docs-o31kiyk8l-ionic1.vercel.app/docs/v6" "v5": "https://ionic-docs-5utg8ms4c-ionic1.vercel.app/docs/v5" } From 796a14f15b0ea12855b70d49d121d465e5d79f6c Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 17 Apr 2024 09:34:24 -0400 Subject: [PATCH 3/9] update package.json files --- static/code/stackblitz/v8/angular/package.json | 4 ++-- static/code/stackblitz/v8/html/index.html | 4 ++-- static/code/stackblitz/v8/html/package.json | 2 +- static/code/stackblitz/v8/react/package.json | 4 ++-- static/code/stackblitz/v8/vue/package.json | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/static/code/stackblitz/v8/angular/package.json b/static/code/stackblitz/v8/angular/package.json index 59381d2c85d..7e1e1235029 100644 --- a/static/code/stackblitz/v8/angular/package.json +++ b/static/code/stackblitz/v8/angular/package.json @@ -1,7 +1,7 @@ { "dependencies": { - "@ionic/angular": "next", - "@ionic/core": "next", + "@ionic/angular": "8.0.0", + "@ionic/core": "8.0.0", "@angular/platform-browser-dynamic": "17.3.2" } } diff --git a/static/code/stackblitz/v8/html/index.html b/static/code/stackblitz/v8/html/index.html index fc95e9788cb..34f05146a9a 100644 --- a/static/code/stackblitz/v8/html/index.html +++ b/static/code/stackblitz/v8/html/index.html @@ -1,8 +1,8 @@ - - + + diff --git a/static/code/stackblitz/v8/html/package.json b/static/code/stackblitz/v8/html/package.json index 7f5e8f661a3..d7ae20ecc74 100644 --- a/static/code/stackblitz/v8/html/package.json +++ b/static/code/stackblitz/v8/html/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "@ionic/core": "next" + "@ionic/core": "8.0.0" } } diff --git a/static/code/stackblitz/v8/react/package.json b/static/code/stackblitz/v8/react/package.json index 4f01a9e2438..f4850a40689 100644 --- a/static/code/stackblitz/v8/react/package.json +++ b/static/code/stackblitz/v8/react/package.json @@ -3,8 +3,8 @@ "version": "0.1.0", "private": true, "dependencies": { - "@ionic/react": "next", - "@ionic/react-router": "next", + "@ionic/react": "8.0.0", + "@ionic/react-router": "8.0.0", "@types/node": "^20.0.0", "@types/react": "^18.0.9", "@types/react-dom": "^18.0.4", diff --git a/static/code/stackblitz/v8/vue/package.json b/static/code/stackblitz/v8/vue/package.json index df17ef4c1fa..27163e8f9bd 100644 --- a/static/code/stackblitz/v8/vue/package.json +++ b/static/code/stackblitz/v8/vue/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@ionic/vue": "next", - "@ionic/vue-router": "next", + "@ionic/vue": "8.0.0", + "@ionic/vue-router": "8.0.0", "vue": "^3.2.25", "vue-router": "4.3.0" }, From 14b8aece74dce132170dadde58db0e0ef480e410 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 17 Apr 2024 09:36:52 -0400 Subject: [PATCH 4/9] update playground iframes --- .../v8/accordion/accessibility/animations/demo.html | 4 ++-- static/usage/v8/accordion/basic/demo.html | 4 ++-- .../customization/advanced-expansion-styles/demo.html | 4 ++-- .../accordion/customization/expansion-styles/demo.html | 4 ++-- .../usage/v8/accordion/customization/icons/demo.html | 4 ++-- .../usage/v8/accordion/customization/theming/demo.html | 4 ++-- static/usage/v8/accordion/disable-group/demo.html | 4 ++-- static/usage/v8/accordion/disable/group/demo.html | 4 ++-- static/usage/v8/accordion/disable/individual/demo.html | 4 ++-- static/usage/v8/accordion/listen-changes/demo.html | 4 ++-- static/usage/v8/accordion/multiple/demo.html | 4 ++-- static/usage/v8/accordion/readonly/group/demo.html | 4 ++-- .../usage/v8/accordion/readonly/individual/demo.html | 4 ++-- static/usage/v8/accordion/toggle/demo.html | 4 ++-- static/usage/v8/action-sheet/controller/demo.html | 4 ++-- static/usage/v8/action-sheet/inline/isOpen/demo.html | 4 ++-- static/usage/v8/action-sheet/inline/trigger/demo.html | 4 ++-- .../v8/action-sheet/role-info-on-dismiss/demo.html | 4 ++-- .../v8/action-sheet/theming/css-properties/demo.html | 4 ++-- static/usage/v8/action-sheet/theming/styling/demo.html | 4 ++-- static/usage/v8/alert/buttons/demo.html | 4 ++-- static/usage/v8/alert/customization/demo.html | 4 ++-- static/usage/v8/alert/inputs/radios/demo.html | 4 ++-- static/usage/v8/alert/inputs/text-inputs/demo.html | 4 ++-- static/usage/v8/alert/presenting/controller/demo.html | 4 ++-- static/usage/v8/alert/presenting/isOpen/demo.html | 4 ++-- static/usage/v8/alert/presenting/trigger/demo.html | 4 ++-- static/usage/v8/animations/basic/demo.html | 6 +++--- .../v8/animations/before-and-after-hooks/demo.html | 6 +++--- static/usage/v8/animations/chain/demo.html | 6 +++--- static/usage/v8/animations/gesture/demo.html | 6 +++--- static/usage/v8/animations/group/demo.html | 6 +++--- static/usage/v8/animations/keyframes/demo.html | 6 +++--- static/usage/v8/animations/modal-override/demo.html | 6 +++--- static/usage/v8/animations/preference-based/demo.html | 6 +++--- static/usage/v8/avatar/basic/demo.html | 4 ++-- static/usage/v8/avatar/chip/demo.html | 4 ++-- static/usage/v8/avatar/item/demo.html | 4 ++-- .../usage/v8/avatar/theming/css-properties/demo.html | 4 ++-- static/usage/v8/back-button/basic/demo.html | 4 ++-- static/usage/v8/back-button/custom/demo.html | 4 ++-- static/usage/v8/backdrop/basic/demo.html | 4 ++-- static/usage/v8/backdrop/styling/demo.html | 4 ++-- static/usage/v8/badge/basic/demo.html | 4 ++-- static/usage/v8/badge/theming/colors/demo.html | 4 ++-- static/usage/v8/badge/theming/css-properties/demo.html | 4 ++-- static/usage/v8/breadcrumbs/basic/demo.html | 4 ++-- .../collapsing-items/expand-on-click/demo.html | 4 ++-- .../collapsing-items/items-before-after/demo.html | 4 ++-- .../breadcrumbs/collapsing-items/max-items/demo.html | 4 ++-- .../collapsing-items/popover-on-click/demo.html | 4 ++-- .../v8/breadcrumbs/icons/custom-separators/demo.html | 4 ++-- .../v8/breadcrumbs/icons/icons-on-items/demo.html | 4 ++-- static/usage/v8/breadcrumbs/theming/colors/demo.html | 4 ++-- .../v8/breadcrumbs/theming/css-properties/demo.html | 4 ++-- static/usage/v8/button/basic/demo.html | 4 ++-- static/usage/v8/button/expand/demo.html | 4 ++-- static/usage/v8/button/fill/demo.html | 4 ++-- static/usage/v8/button/icons/demo.html | 4 ++-- static/usage/v8/button/shape/demo.html | 4 ++-- static/usage/v8/button/size/demo.html | 4 ++-- static/usage/v8/button/text-wrapping/demo.html | 4 ++-- static/usage/v8/button/theming/colors/demo.html | 4 ++-- .../usage/v8/button/theming/css-properties/demo.html | 4 ++-- static/usage/v8/buttons/basic/demo.html | 4 ++-- static/usage/v8/buttons/placement/demo.html | 4 ++-- static/usage/v8/buttons/types/demo.html | 4 ++-- static/usage/v8/card/basic/demo.html | 4 ++-- static/usage/v8/card/buttons/demo.html | 4 ++-- static/usage/v8/card/list/demo.html | 4 ++-- static/usage/v8/card/media/demo.html | 4 ++-- static/usage/v8/card/theming/colors/demo.html | 4 ++-- static/usage/v8/card/theming/css-properties/demo.html | 4 ++-- static/usage/v8/checkbox/alignment/demo.html | 4 ++-- static/usage/v8/checkbox/basic/demo.html | 4 ++-- static/usage/v8/checkbox/indeterminate/demo.html | 4 ++-- static/usage/v8/checkbox/justify/demo.html | 4 ++-- static/usage/v8/checkbox/label-link/demo.html | 4 ++-- static/usage/v8/checkbox/label-placement/demo.html | 4 ++-- .../usage/v8/checkbox/theming/css-properties/demo.html | 4 ++-- static/usage/v8/chip/basic/demo.html | 4 ++-- static/usage/v8/chip/slots/demo.html | 4 ++-- static/usage/v8/chip/theming/colors/demo.html | 4 ++-- static/usage/v8/chip/theming/css-properties/demo.html | 4 ++-- static/usage/v8/content/basic/demo.html | 4 ++-- static/usage/v8/content/fixed/demo.html | 4 ++-- static/usage/v8/content/fullscreen/demo.html | 4 ++-- static/usage/v8/content/header-footer/demo.html | 4 ++-- static/usage/v8/content/scroll-events/demo.html | 4 ++-- static/usage/v8/content/scroll-methods/demo.html | 4 ++-- static/usage/v8/content/theming/colors/demo.html | 4 ++-- .../usage/v8/content/theming/css-properties/demo.html | 4 ++-- .../v8/content/theming/css-shadow-parts/demo.html | 4 ++-- static/usage/v8/content/theming/safe-area/demo.html | 4 ++-- static/usage/v8/datetime-button/basic/demo.html | 4 ++-- .../usage/v8/datetime-button/format-options/demo.html | 4 ++-- static/usage/v8/datetime/basic/demo.html | 4 ++-- .../buttons/customizing-button-texts/demo.html | 4 ++-- .../v8/datetime/buttons/customizing-buttons/demo.html | 4 ++-- .../buttons/showing-confirmation-buttons/demo.html | 4 ++-- .../v8/datetime/date-constraints/advanced/demo.html | 4 ++-- .../v8/datetime/date-constraints/max-min/demo.html | 4 ++-- .../v8/datetime/date-constraints/values/demo.html | 4 ++-- static/usage/v8/datetime/format-options/demo.html | 4 ++-- .../usage/v8/datetime/highlightedDates/array/demo.html | 4 ++-- .../v8/datetime/highlightedDates/callback/demo.html | 4 ++-- .../v8/datetime/localization/custom-locale/demo.html | 4 ++-- .../datetime/localization/first-day-of-week/demo.html | 4 ++-- .../v8/datetime/localization/hour-cycle/demo.html | 4 ++-- .../localization/locale-extension-tags/demo.html | 4 ++-- .../v8/datetime/localization/time-label/demo.html | 4 ++-- static/usage/v8/datetime/multiple/demo.html | 4 ++-- static/usage/v8/datetime/presentation/date/demo.html | 4 ++-- .../v8/datetime/presentation/month-and-year/demo.html | 4 ++-- static/usage/v8/datetime/presentation/time/demo.html | 4 ++-- static/usage/v8/datetime/presentation/wheel/demo.html | 4 ++-- .../usage/v8/datetime/styling/calendar-days/demo.html | 4 ++-- .../usage/v8/datetime/styling/global-theming/demo.html | 4 ++-- .../usage/v8/datetime/styling/wheel-styling/demo.html | 4 ++-- static/usage/v8/datetime/theming/demo.html | 4 ++-- .../v8/datetime/title/customizing-title/demo.html | 4 ++-- .../v8/datetime/title/showing-default-title/demo.html | 4 ++-- static/usage/v8/fab/basic/demo.html | 4 ++-- static/usage/v8/fab/button-sizing/demo.html | 4 ++-- static/usage/v8/fab/list-side/demo.html | 4 ++-- static/usage/v8/fab/positioning/demo.html | 4 ++-- static/usage/v8/fab/safe-area/demo.html | 4 ++-- static/usage/v8/fab/theming/colors/demo.html | 4 ++-- .../v8/fab/theming/css-custom-properties/demo.html | 4 ++-- static/usage/v8/fab/theming/css-shadow-parts/demo.html | 4 ++-- static/usage/v8/footer/basic/demo.html | 4 ++-- static/usage/v8/footer/custom-scroll-target/demo.html | 4 ++-- static/usage/v8/footer/fade/demo.html | 4 ++-- static/usage/v8/footer/no-border/demo.html | 4 ++-- static/usage/v8/footer/translucent/demo.html | 4 ++-- static/usage/v8/gestures/basic/demo.html | 6 +++--- static/usage/v8/gestures/double-click/demo.html | 6 +++--- static/usage/v8/grid/basic/demo.html | 4 ++-- .../usage/v8/grid/customizing/column-number/demo.html | 4 ++-- static/usage/v8/grid/customizing/padding/demo.html | 4 ++-- static/usage/v8/grid/customizing/width/demo.html | 4 ++-- static/usage/v8/grid/fixed/demo.html | 4 ++-- static/usage/v8/grid/horizontal-alignment/demo.html | 4 ++-- static/usage/v8/grid/offset-responsive/demo.html | 4 ++-- static/usage/v8/grid/offset/demo.html | 4 ++-- static/usage/v8/grid/push-pull-responsive/demo.html | 4 ++-- static/usage/v8/grid/push-pull/demo.html | 4 ++-- static/usage/v8/grid/size-auto/demo.html | 4 ++-- static/usage/v8/grid/size-responsive/demo.html | 4 ++-- static/usage/v8/grid/size/demo.html | 4 ++-- static/usage/v8/grid/vertical-alignment/demo.html | 4 ++-- static/usage/v8/header/basic/demo.html | 4 ++-- static/usage/v8/header/condense/demo.html | 4 ++-- static/usage/v8/header/custom-scroll-target/demo.html | 4 ++-- static/usage/v8/header/fade/demo.html | 4 ++-- static/usage/v8/header/no-border/demo.html | 4 ++-- static/usage/v8/header/translucent/demo.html | 4 ++-- static/usage/v8/icon/basic/demo.html | 4 ++-- static/usage/v8/img/basic/demo.html | 4 ++-- static/usage/v8/infinite-scroll/basic/demo.html | 4 ++-- .../custom-infinite-scroll-content/demo.html | 4 ++-- .../infinite-scroll/infinite-scroll-content/demo.html | 4 ++-- static/usage/v8/input-password-toggle/basic/demo.html | 4 ++-- static/usage/v8/input/basic/demo.html | 4 ++-- static/usage/v8/input/clear/demo.html | 4 ++-- static/usage/v8/input/counter-alignment/demo.html | 4 ++-- static/usage/v8/input/counter/demo.html | 4 ++-- static/usage/v8/input/fill/demo.html | 4 ++-- static/usage/v8/input/filtering/demo.html | 4 ++-- static/usage/v8/input/helper-error/demo.html | 4 ++-- static/usage/v8/input/label-placement/demo.html | 4 ++-- static/usage/v8/input/label-slot/demo.html | 4 ++-- static/usage/v8/input/mask/demo.html | 4 ++-- static/usage/v8/input/no-visible-label/demo.html | 4 ++-- static/usage/v8/input/set-focus/demo.html | 4 ++-- static/usage/v8/input/theming/colors/demo.html | 4 ++-- static/usage/v8/input/theming/css-properties/demo.html | 4 ++-- static/usage/v8/input/types/demo.html | 4 ++-- static/usage/v8/item-divider/basic/demo.html | 4 ++-- static/usage/v8/item-divider/theming/colors/demo.html | 4 ++-- .../v8/item-divider/theming/css-properties/demo.html | 4 ++-- static/usage/v8/item-group/basic/demo.html | 4 ++-- static/usage/v8/item-group/sliding-items/demo.html | 4 ++-- static/usage/v8/item-sliding/basic/demo.html | 4 ++-- static/usage/v8/item-sliding/expandable/demo.html | 4 ++-- static/usage/v8/item-sliding/icons/demo.html | 4 ++-- static/usage/v8/item/basic/demo.html | 4 ++-- static/usage/v8/item/buttons/demo.html | 4 ++-- static/usage/v8/item/clickable/demo.html | 4 ++-- static/usage/v8/item/content-types/actions/demo.html | 4 ++-- static/usage/v8/item/content-types/controls/demo.html | 4 ++-- static/usage/v8/item/content-types/metadata/demo.html | 4 ++-- .../v8/item/content-types/supporting-visuals/demo.html | 4 ++-- static/usage/v8/item/content-types/text/demo.html | 4 ++-- static/usage/v8/item/detail-arrows/demo.html | 4 ++-- static/usage/v8/item/icons/demo.html | 4 ++-- static/usage/v8/item/inputs/demo.html | 4 ++-- static/usage/v8/item/lines/demo.html | 4 ++-- static/usage/v8/item/media/demo.html | 4 ++-- static/usage/v8/item/theming/colors/demo.html | 4 ++-- static/usage/v8/item/theming/css-properties/demo.html | 4 ++-- .../usage/v8/item/theming/css-shadow-parts/demo.html | 4 ++-- static/usage/v8/item/theming/input-highlight/demo.html | 4 ++-- static/usage/v8/keyboard/enterkeyhint/demo.html | 4 ++-- static/usage/v8/keyboard/inputmode/demo.html | 4 ++-- static/usage/v8/label/basic/demo.html | 4 ++-- static/usage/v8/label/input/demo.html | 4 ++-- static/usage/v8/label/item/demo.html | 4 ++-- static/usage/v8/label/theming/colors/demo.html | 4 ++-- static/usage/v8/layout/dynamic-font-scaling/demo.html | 4 ++-- static/usage/v8/list-header/basic/demo.html | 4 ++-- static/usage/v8/list-header/buttons/demo.html | 4 ++-- static/usage/v8/list-header/lines/demo.html | 4 ++-- static/usage/v8/list-header/theming/colors/demo.html | 4 ++-- .../v8/list-header/theming/css-properties/demo.html | 4 ++-- static/usage/v8/list/basic/demo.html | 4 ++-- static/usage/v8/list/inset/demo.html | 4 ++-- static/usage/v8/list/lines/demo.html | 4 ++-- static/usage/v8/loading/controller/demo.html | 6 +++--- static/usage/v8/loading/inline/demo.html | 4 ++-- static/usage/v8/loading/spinners/demo.html | 4 ++-- static/usage/v8/loading/theming/demo.html | 6 +++--- static/usage/v8/menu/basic/demo.html | 4 ++-- static/usage/v8/menu/multiple/demo.html | 6 +++--- static/usage/v8/menu/sides/demo.html | 4 ++-- static/usage/v8/menu/theming/demo.html | 4 ++-- static/usage/v8/menu/toggle/demo.html | 4 ++-- static/usage/v8/menu/type/demo.html | 4 ++-- static/usage/v8/modal/can-dismiss/boolean/demo.html | 4 ++-- .../usage/v8/modal/can-dismiss/child-state/demo.html | 4 ++-- static/usage/v8/modal/can-dismiss/function/demo.html | 4 ++-- .../modal/can-dismiss/prevent-swipe-to-close/demo.html | 4 ++-- static/usage/v8/modal/card/basic/demo.html | 4 ++-- static/usage/v8/modal/controller/demo.html | 6 +++--- static/usage/v8/modal/custom-dialogs/demo.html | 4 ++-- static/usage/v8/modal/inline/basic/demo.html | 4 ++-- static/usage/v8/modal/inline/is-open/demo.html | 4 ++-- static/usage/v8/modal/performance/mount/demo.html | 4 ++-- static/usage/v8/modal/sheet/auto-height/demo.html | 4 ++-- .../usage/v8/modal/sheet/background-content/demo.html | 4 ++-- static/usage/v8/modal/sheet/basic/demo.html | 4 ++-- static/usage/v8/modal/sheet/handle-behavior/demo.html | 4 ++-- static/usage/v8/modal/styling/animations/demo.html | 6 +++--- static/usage/v8/modal/styling/theming/demo.html | 4 ++-- static/usage/v8/nav/modal-navigation/demo.html | 4 ++-- static/usage/v8/nav/nav-link/demo.html | 4 ++-- static/usage/v8/note/basic/demo.html | 4 ++-- static/usage/v8/note/item/demo.html | 4 ++-- static/usage/v8/note/theming/colors/demo.html | 4 ++-- static/usage/v8/note/theming/css-properties/demo.html | 4 ++-- static/usage/v8/picker-legacy/controller/demo.html | 6 +++--- static/usage/v8/picker-legacy/inline/isOpen/demo.html | 4 ++-- static/usage/v8/picker-legacy/inline/trigger/demo.html | 4 ++-- .../usage/v8/picker-legacy/multiple-column/demo.html | 4 ++-- static/usage/v8/picker/basic/demo.html | 4 ++-- static/usage/v8/picker/modal/demo.html | 4 ++-- static/usage/v8/picker/prefix-suffix/demo.html | 4 ++-- .../usage/v8/picker/theming/css-properties/demo.html | 4 ++-- .../v8/popover/customization/positioning/demo.html | 4 ++-- static/usage/v8/popover/customization/sizing/demo.html | 4 ++-- .../usage/v8/popover/customization/styling/demo.html | 4 ++-- static/usage/v8/popover/nested/demo.html | 4 ++-- static/usage/v8/popover/performance/mount/demo.html | 4 ++-- .../usage/v8/popover/presenting/controller/demo.html | 4 ++-- .../v8/popover/presenting/inline-isopen/demo.html | 4 ++-- .../v8/popover/presenting/inline-trigger/demo.html | 4 ++-- static/usage/v8/progress-bar/buffer/demo.html | 4 ++-- static/usage/v8/progress-bar/determinate/demo.html | 4 ++-- static/usage/v8/progress-bar/indeterminate/demo.html | 4 ++-- static/usage/v8/progress-bar/theming/colors/demo.html | 4 ++-- .../v8/progress-bar/theming/css-properties/demo.html | 4 ++-- .../v8/progress-bar/theming/css-shadow-parts/demo.html | 4 ++-- static/usage/v8/radio/alignment/demo.html | 4 ++-- static/usage/v8/radio/basic/demo.html | 4 ++-- static/usage/v8/radio/empty-selection/demo.html | 4 ++-- static/usage/v8/radio/justify/demo.html | 4 ++-- static/usage/v8/radio/label-placement/demo.html | 4 ++-- static/usage/v8/radio/theming/colors/demo.html | 4 ++-- static/usage/v8/radio/theming/css-properties/demo.html | 4 ++-- .../usage/v8/radio/theming/css-shadow-parts/demo.html | 4 ++-- static/usage/v8/range/basic/demo.html | 4 ++-- static/usage/v8/range/dual-knobs/demo.html | 4 ++-- static/usage/v8/range/ion-change-event/demo.html | 4 ++-- static/usage/v8/range/ion-knob-move-event/demo.html | 4 ++-- static/usage/v8/range/label-slot/demo.html | 4 ++-- static/usage/v8/range/labels/demo.html | 4 ++-- static/usage/v8/range/no-visible-label/demo.html | 4 ++-- static/usage/v8/range/pins/demo.html | 4 ++-- static/usage/v8/range/slots/demo.html | 4 ++-- static/usage/v8/range/snapping-ticks/demo.html | 4 ++-- static/usage/v8/range/theming/css-properties/demo.html | 4 ++-- .../usage/v8/range/theming/css-shadow-parts/demo.html | 4 ++-- static/usage/v8/refresher/advanced/demo.html | 4 ++-- static/usage/v8/refresher/basic/demo.html | 4 ++-- static/usage/v8/refresher/custom-content/demo.html | 4 ++-- .../usage/v8/refresher/custom-scroll-target/demo.html | 4 ++-- static/usage/v8/refresher/pull-properties/demo.html | 4 ++-- static/usage/v8/reorder/basic/demo.html | 4 ++-- static/usage/v8/reorder/custom-icon/demo.html | 4 ++-- static/usage/v8/reorder/custom-scroll-target/demo.html | 4 ++-- static/usage/v8/reorder/toggling-disabled/demo.html | 4 ++-- static/usage/v8/reorder/updating-data/demo.html | 4 ++-- static/usage/v8/reorder/wrapper/demo.html | 4 ++-- static/usage/v8/ripple-effect/basic/demo.html | 4 ++-- static/usage/v8/ripple-effect/customizing/demo.html | 4 ++-- static/usage/v8/ripple-effect/type/demo.html | 4 ++-- static/usage/v8/router/basic/demo.html | 4 ++-- static/usage/v8/searchbar/basic/demo.html | 4 ++-- static/usage/v8/searchbar/cancel-button/demo.html | 4 ++-- static/usage/v8/searchbar/clear-button/demo.html | 4 ++-- static/usage/v8/searchbar/debounce/demo.html | 4 ++-- static/usage/v8/searchbar/search-icon/demo.html | 4 ++-- static/usage/v8/searchbar/theming/colors/demo.html | 4 ++-- .../v8/searchbar/theming/css-properties/demo.html | 4 ++-- static/usage/v8/segment-button/basic/demo.html | 4 ++-- static/usage/v8/segment-button/layout/demo.html | 4 ++-- .../v8/segment-button/theming/css-properties/demo.html | 4 ++-- .../segment-button/theming/css-shadow-parts/demo.html | 4 ++-- static/usage/v8/segment/basic/demo.html | 4 ++-- static/usage/v8/segment/scrollable/demo.html | 4 ++-- static/usage/v8/segment/theming/colors/demo.html | 4 ++-- .../usage/v8/segment/theming/css-properties/demo.html | 4 ++-- .../usage/v8/select/basic/multiple-selection/demo.html | 4 ++-- .../select/basic/responding-to-interaction/demo.html | 4 ++-- .../usage/v8/select/basic/single-selection/demo.html | 4 ++-- .../v8/select/customization/button-text/demo.html | 4 ++-- .../select/customization/custom-toggle-icons/demo.html | 4 ++-- .../select/customization/icon-flip-behavior/demo.html | 4 ++-- .../select/customization/interface-options/demo.html | 4 ++-- .../v8/select/customization/styling-select/demo.html | 4 ++-- static/usage/v8/select/fill/demo.html | 4 ++-- .../usage/v8/select/interfaces/action-sheet/demo.html | 4 ++-- static/usage/v8/select/interfaces/popover/demo.html | 4 ++-- static/usage/v8/select/justify/demo.html | 4 ++-- static/usage/v8/select/label-placement/demo.html | 4 ++-- static/usage/v8/select/label-slot/demo.html | 4 ++-- static/usage/v8/select/no-visible-label/demo.html | 4 ++-- .../objects-as-values/multiple-selection/demo.html | 4 ++-- .../objects-as-values/using-comparewith/demo.html | 4 ++-- static/usage/v8/select/typeahead/demo.html | 4 ++-- static/usage/v8/skeleton-text/basic/demo.html | 4 ++-- .../v8/skeleton-text/theming/css-properties/demo.html | 4 ++-- static/usage/v8/spinner/basic/demo.html | 4 ++-- static/usage/v8/spinner/theming/colors/demo.html | 4 ++-- .../usage/v8/spinner/theming/css-properties/demo.html | 4 ++-- static/usage/v8/spinner/theming/resizing/demo.html | 4 ++-- static/usage/v8/split-pane/basic/demo.html | 4 ++-- .../v8/split-pane/theming/css-properties/demo.html | 4 ++-- static/usage/v8/tabs/router/demo.html | 4 ++-- static/usage/v8/text/basic/demo.html | 4 ++-- static/usage/v8/textarea/autogrow/demo.html | 4 ++-- static/usage/v8/textarea/basic/demo.html | 4 ++-- static/usage/v8/textarea/clear-on-edit/demo.html | 4 ++-- static/usage/v8/textarea/counter/demo.html | 4 ++-- static/usage/v8/textarea/fill/demo.html | 4 ++-- static/usage/v8/textarea/helper-error/demo.html | 4 ++-- static/usage/v8/textarea/label-placement/demo.html | 4 ++-- static/usage/v8/textarea/label-slot/demo.html | 4 ++-- static/usage/v8/textarea/no-visible-label/demo.html | 4 ++-- static/usage/v8/textarea/theming/demo.html | 4 ++-- static/usage/v8/theming/always-dark-mode/demo.html | 6 +++--- .../v8/theming/always-high-contrast-mode/demo.html | 6 +++--- static/usage/v8/theming/class-dark-mode/demo.html | 6 +++--- .../v8/theming/class-high-contrast-mode/demo.html | 10 +++++----- static/usage/v8/theming/system-dark-mode/demo.html | 6 +++--- .../v8/theming/system-high-contrast-mode/demo.html | 10 +++++----- static/usage/v8/thumbnail/basic/demo.html | 4 ++-- static/usage/v8/thumbnail/item/demo.html | 4 ++-- .../v8/thumbnail/theming/css-properties/demo.html | 4 ++-- static/usage/v8/title/basic/demo.html | 4 ++-- .../v8/title/collapsible-large-title/basic/demo.html | 4 ++-- .../v8/title/collapsible-large-title/buttons/demo.html | 4 ++-- static/usage/v8/title/theming/css-properties/demo.html | 4 ++-- static/usage/v8/toast/buttons/demo.html | 4 ++-- static/usage/v8/toast/icon/demo.html | 4 ++-- static/usage/v8/toast/inline/basic/demo.html | 4 ++-- static/usage/v8/toast/inline/is-open/demo.html | 4 ++-- static/usage/v8/toast/layout/demo.html | 4 ++-- static/usage/v8/toast/position-anchor/demo.html | 4 ++-- static/usage/v8/toast/presenting/controller/demo.html | 6 +++--- static/usage/v8/toast/theming/demo.html | 4 ++-- static/usage/v8/toggle/alignment/demo.html | 4 ++-- static/usage/v8/toggle/basic/demo.html | 4 ++-- static/usage/v8/toggle/justify/demo.html | 4 ++-- static/usage/v8/toggle/label-placement/demo.html | 4 ++-- static/usage/v8/toggle/list/demo.html | 4 ++-- static/usage/v8/toggle/on-off/demo.html | 4 ++-- static/usage/v8/toggle/theming/colors/demo.html | 4 ++-- .../usage/v8/toggle/theming/css-properties/demo.html | 4 ++-- .../usage/v8/toggle/theming/css-shadow-parts/demo.html | 4 ++-- static/usage/v8/toolbar/basic/demo.html | 4 ++-- static/usage/v8/toolbar/buttons/demo.html | 4 ++-- static/usage/v8/toolbar/progress-bars/demo.html | 4 ++-- static/usage/v8/toolbar/searchbars/demo.html | 4 ++-- static/usage/v8/toolbar/segments/demo.html | 4 ++-- static/usage/v8/toolbar/theming/colors/demo.html | 4 ++-- .../usage/v8/toolbar/theming/css-properties/demo.html | 4 ++-- 397 files changed, 821 insertions(+), 821 deletions(-) diff --git a/static/usage/v8/accordion/accessibility/animations/demo.html b/static/usage/v8/accordion/accessibility/animations/demo.html index 3a2ab3c48ed..762ea9a3200 100644 --- a/static/usage/v8/accordion/accessibility/animations/demo.html +++ b/static/usage/v8/accordion/accessibility/animations/demo.html @@ -6,8 +6,8 @@ Button - - + + diff --git a/static/usage/v8/accordion/basic/demo.html b/static/usage/v8/accordion/basic/demo.html index c0e482941be..483deca7b4a 100644 --- a/static/usage/v8/accordion/basic/demo.html +++ b/static/usage/v8/accordion/basic/demo.html @@ -6,8 +6,8 @@ Accordion - - + + 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 25c936ba99d..207c2b98d2e 100644 --- a/static/usage/v8/accordion/customization/advanced-expansion-styles/demo.html +++ b/static/usage/v8/accordion/customization/advanced-expansion-styles/demo.html @@ -6,8 +6,8 @@ Accordion - - + +