@fluentui/web-components 3.0.0-beta.1 → 3.0.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +84 -2
- package/dist/dts/accordion/accordion.d.ts +47 -3
- package/dist/dts/accordion/accordion.definition.d.ts +0 -4
- package/dist/dts/accordion/accordion.options.d.ts +14 -0
- package/dist/dts/accordion/accordion.template.d.ts +4 -0
- package/dist/dts/accordion-item/accordion-item.d.ts +78 -3
- package/dist/dts/accordion-item/accordion-item.definition.d.ts +0 -3
- package/dist/dts/accordion-item/accordion-item.options.d.ts +1 -1
- package/dist/dts/accordion-item/accordion-item.template.d.ts +2 -1
- package/dist/dts/anchor-button/anchor-button.d.ts +116 -4
- package/dist/dts/anchor-button/anchor-button.definition.d.ts +0 -3
- package/dist/dts/anchor-button/anchor-button.options.d.ts +19 -2
- package/dist/dts/anchor-button/anchor-button.template.d.ts +7 -2
- package/dist/dts/avatar/avatar.options.d.ts +1 -1
- package/dist/dts/badge/badge.d.ts +1 -1
- package/dist/dts/badge/badge.definition.d.ts +0 -3
- package/dist/dts/badge/badge.options.d.ts +2 -2
- package/dist/dts/button/button.d.ts +142 -4
- package/dist/dts/button/button.definition.d.ts +0 -3
- package/dist/dts/button/button.form-associated.d.ts +14 -0
- package/dist/dts/button/button.options.d.ts +24 -3
- package/dist/dts/button/button.template.d.ts +2 -0
- package/dist/dts/checkbox/checkbox.d.ts +46 -3
- package/dist/dts/checkbox/checkbox.form-associated.d.ts +14 -0
- package/dist/dts/checkbox/checkbox.options.d.ts +1 -1
- package/dist/dts/checkbox/checkbox.template.d.ts +6 -1
- package/dist/dts/compound-button/compound-button.definition.d.ts +0 -3
- package/dist/dts/compound-button/compound-button.options.d.ts +6 -6
- package/dist/dts/counter-badge/counter-badge.d.ts +1 -1
- package/dist/dts/counter-badge/counter-badge.definition.d.ts +0 -4
- package/dist/dts/counter-badge/counter-badge.options.d.ts +1 -1
- package/dist/dts/dialog/define.d.ts +1 -0
- package/dist/dts/dialog/dialog.d.ts +192 -0
- package/dist/dts/dialog/dialog.definition.d.ts +9 -0
- package/dist/dts/dialog/dialog.options.d.ts +11 -0
- package/dist/dts/dialog/dialog.styles.d.ts +4 -0
- package/dist/dts/dialog/dialog.template.d.ts +7 -0
- package/dist/dts/dialog/index.d.ts +4 -0
- package/dist/dts/divider/divider.d.ts +20 -4
- package/dist/dts/divider/divider.options.d.ts +30 -6
- package/dist/dts/divider/divider.template.d.ts +1 -0
- package/dist/dts/form-associated/form-associated.d.ts +178 -0
- package/dist/dts/image/image.options.d.ts +1 -1
- package/dist/dts/index.d.ts +2 -0
- package/dist/dts/label/label.options.d.ts +1 -1
- package/dist/dts/menu/define.d.ts +1 -0
- package/dist/dts/menu/index.d.ts +4 -0
- package/dist/dts/menu/menu.d.ts +194 -0
- package/dist/dts/menu/menu.definition.d.ts +9 -0
- package/dist/dts/menu/menu.styles.d.ts +4 -0
- package/dist/dts/menu/menu.template.d.ts +4 -0
- package/dist/dts/menu-button/menu-button.definition.d.ts +0 -3
- package/dist/dts/menu-button/menu-button.options.d.ts +2 -2
- package/dist/dts/menu-item/menu-item.d.ts +161 -4
- package/dist/dts/menu-item/menu-item.definition.d.ts +0 -4
- package/dist/dts/menu-item/menu-item.options.d.ts +30 -0
- package/dist/dts/menu-item/menu-item.template.d.ts +2 -1
- package/dist/dts/menu-list/menu-list.d.ts +71 -4
- package/dist/dts/menu-list/menu-list.definition.d.ts +0 -4
- package/dist/dts/menu-list/menu-list.template.d.ts +1 -0
- package/dist/dts/patterns/aria-globals.d.ts +189 -0
- package/dist/dts/patterns/index.d.ts +2 -0
- package/dist/dts/patterns/start-end.d.ts +44 -0
- package/dist/dts/progress-bar/base-progress.d.ts +41 -0
- package/dist/dts/progress-bar/progress-bar.d.ts +11 -4
- package/dist/dts/progress-bar/progress-bar.options.d.ts +10 -1
- package/dist/dts/progress-bar/progress-bar.template.d.ts +2 -0
- package/dist/dts/progress-ring/progress-ring.d.ts +15 -0
- package/dist/dts/progress-ring/progress-ring.options.d.ts +9 -0
- package/dist/dts/radio/radio.d.ts +54 -3
- package/dist/dts/radio/radio.form-associated.d.ts +14 -0
- package/dist/dts/radio/radio.template.d.ts +2 -1
- package/dist/dts/radio-group/index.d.ts +0 -1
- package/dist/dts/radio-group/radio-group.d.ts +91 -2
- package/dist/dts/radio-group/radio-group.options.d.ts +17 -0
- package/dist/dts/radio-group/radio-group.template.d.ts +1 -0
- package/dist/dts/slider/slider-utilities.d.ts +5 -0
- package/dist/dts/slider/slider.d.ts +195 -5
- package/dist/dts/slider/slider.form-associated.d.ts +14 -0
- package/dist/dts/slider/slider.options.d.ts +43 -2
- package/dist/dts/slider/slider.template.d.ts +4 -2
- package/dist/dts/spinner/spinner.d.ts +2 -2
- package/dist/dts/spinner/spinner.definition.d.ts +0 -4
- package/dist/dts/spinner/spinner.options.d.ts +1 -1
- package/dist/dts/spinner/spinner.template.d.ts +2 -0
- package/dist/dts/switch/switch.d.ts +34 -2
- package/dist/dts/switch/switch.form-associated.d.ts +14 -0
- package/dist/dts/switch/switch.options.d.ts +1 -1
- package/dist/dts/switch/switch.template.d.ts +2 -1
- package/dist/dts/tab/tab.d.ts +17 -2
- package/dist/dts/tab/tab.template.d.ts +3 -3
- package/dist/dts/tab-panel/tab-panel.d.ts +2 -2
- package/dist/dts/tab-panel/tab-panel.template.d.ts +4 -1
- package/dist/dts/tabs/tabs.d.ts +89 -4
- package/dist/dts/tabs/tabs.options.d.ts +21 -3
- package/dist/dts/tabs/tabs.template.d.ts +5 -1
- package/dist/dts/text/text.options.d.ts +1 -1
- package/dist/dts/text-input/index.d.ts +0 -1
- package/dist/dts/text-input/text-field.form-associated.d.ts +14 -0
- package/dist/dts/text-input/text-input.d.ts +134 -6
- package/dist/dts/text-input/text-input.options.d.ts +32 -1
- package/dist/dts/text-input/text-input.template.d.ts +2 -1
- package/dist/dts/theme/design-tokens.d.ts +384 -384
- package/dist/dts/theme/set-theme.d.ts +1 -2
- package/dist/dts/toggle-button/toggle-button.definition.d.ts +0 -2
- package/dist/dts/toggle-button/toggle-button.options.d.ts +2 -2
- package/dist/dts/utils/benchmark-dependencies/tokens.d.ts +1 -0
- package/dist/dts/utils/benchmark-wrapper.d.ts +2 -0
- package/dist/dts/utils/direction.d.ts +10 -0
- package/dist/dts/utils/index.d.ts +4 -0
- package/dist/dts/utils/template-helpers.d.ts +16 -0
- package/dist/dts/utils/typings.d.ts +6 -0
- package/dist/dts/utils/whitespace-filter.d.ts +12 -0
- package/dist/esm/accordion/accordion.definition.js +0 -4
- package/dist/esm/accordion/accordion.definition.js.map +1 -1
- package/dist/esm/accordion/accordion.js +216 -3
- package/dist/esm/accordion/accordion.js.map +1 -1
- package/dist/esm/accordion/accordion.options.js +9 -0
- package/dist/esm/accordion/accordion.options.js.map +1 -0
- package/dist/esm/accordion/accordion.template.js +11 -1
- package/dist/esm/accordion/accordion.template.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.definition.js +0 -3
- package/dist/esm/accordion-item/accordion-item.definition.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.js +80 -4
- package/dist/esm/accordion-item/accordion-item.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.template.js +47 -2
- package/dist/esm/accordion-item/accordion-item.template.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.definition.js +0 -3
- package/dist/esm/anchor-button/anchor-button.definition.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.js +52 -4
- package/dist/esm/anchor-button/anchor-button.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.options.js +11 -0
- package/dist/esm/anchor-button/anchor-button.options.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.template.js +49 -1
- package/dist/esm/anchor-button/anchor-button.template.js.map +1 -1
- package/dist/esm/avatar/avatar.styles.js +4 -4
- package/dist/esm/avatar/avatar.styles.js.map +1 -1
- package/dist/esm/badge/badge.definition.js +0 -3
- package/dist/esm/badge/badge.definition.js.map +1 -1
- package/dist/esm/badge/badge.js +1 -1
- package/dist/esm/badge/badge.js.map +1 -1
- package/dist/esm/badge/badge.template.js +2 -2
- package/dist/esm/badge/badge.template.js.map +1 -1
- package/dist/esm/button/button.definition.js +0 -3
- package/dist/esm/button/button.definition.js.map +1 -1
- package/dist/esm/button/button.form-associated.js +14 -0
- package/dist/esm/button/button.form-associated.js.map +1 -0
- package/dist/esm/button/button.js +124 -4
- package/dist/esm/button/button.js.map +1 -1
- package/dist/esm/button/button.options.js +10 -0
- package/dist/esm/button/button.options.js.map +1 -1
- package/dist/esm/button/button.styles.js +1 -1
- package/dist/esm/button/button.styles.js.map +1 -1
- package/dist/esm/button/button.template.js +49 -1
- package/dist/esm/button/button.template.js.map +1 -1
- package/dist/esm/checkbox/checkbox.form-associated.js +14 -0
- package/dist/esm/checkbox/checkbox.form-associated.js.map +1 -0
- package/dist/esm/checkbox/checkbox.js +62 -4
- package/dist/esm/checkbox/checkbox.js.map +1 -1
- package/dist/esm/checkbox/checkbox.template.js +35 -7
- package/dist/esm/checkbox/checkbox.template.js.map +1 -1
- package/dist/esm/compound-button/compound-button.definition.js +0 -3
- package/dist/esm/compound-button/compound-button.definition.js.map +1 -1
- package/dist/esm/compound-button/compound-button.options.js.map +1 -1
- package/dist/esm/compound-button/compound-button.template.js +1 -1
- package/dist/esm/compound-button/compound-button.template.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.definition.js +0 -4
- package/dist/esm/counter-badge/counter-badge.definition.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.js +1 -1
- package/dist/esm/counter-badge/counter-badge.js.map +1 -1
- package/dist/esm/dialog/define.js +4 -0
- package/dist/esm/dialog/define.js.map +1 -0
- package/dist/esm/dialog/dialog.definition.js +17 -0
- package/dist/esm/dialog/dialog.definition.js.map +1 -0
- package/dist/esm/dialog/dialog.js +370 -0
- package/dist/esm/dialog/dialog.js.map +1 -0
- package/dist/esm/dialog/dialog.options.js +10 -0
- package/dist/esm/dialog/dialog.options.js.map +1 -0
- package/dist/esm/dialog/dialog.styles.js +102 -0
- package/dist/esm/dialog/dialog.styles.js.map +1 -0
- package/dist/esm/dialog/dialog.template.js +61 -0
- package/dist/esm/dialog/dialog.template.js.map +1 -0
- package/dist/esm/dialog/index.js +5 -0
- package/dist/esm/dialog/index.js.map +1 -0
- package/dist/esm/divider/divider.js +29 -4
- package/dist/esm/divider/divider.js.map +1 -1
- package/dist/esm/divider/divider.options.js +14 -5
- package/dist/esm/divider/divider.options.js.map +1 -1
- package/dist/esm/divider/divider.template.js +12 -1
- package/dist/esm/divider/divider.template.js.map +1 -1
- package/dist/esm/form-associated/form-associated.js +458 -0
- package/dist/esm/form-associated/form-associated.js.map +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/menu/define.js +4 -0
- package/dist/esm/menu/define.js.map +1 -0
- package/dist/esm/menu/index.js +5 -0
- package/dist/esm/menu/index.js.map +1 -0
- package/dist/esm/menu/menu.definition.js +17 -0
- package/dist/esm/menu/menu.definition.js.map +1 -0
- package/dist/esm/menu/menu.js +413 -0
- package/dist/esm/menu/menu.js.map +1 -0
- package/dist/esm/menu/menu.styles.js +17 -0
- package/dist/esm/menu/menu.styles.js.map +1 -0
- package/dist/esm/menu/menu.template.js +24 -0
- package/dist/esm/menu/menu.template.js.map +1 -0
- package/dist/esm/menu-button/menu-button.definition.js +0 -3
- package/dist/esm/menu-button/menu-button.definition.js.map +1 -1
- package/dist/esm/menu-button/menu-button.options.js.map +1 -1
- package/dist/esm/menu-button/menu-button.template.js +1 -1
- package/dist/esm/menu-button/menu-button.template.js.map +1 -1
- package/dist/esm/menu-item/menu-item.definition.js +0 -4
- package/dist/esm/menu-item/menu-item.definition.js.map +1 -1
- package/dist/esm/menu-item/menu-item.js +270 -4
- package/dist/esm/menu-item/menu-item.js.map +1 -1
- package/dist/esm/menu-item/menu-item.options.js +27 -0
- package/dist/esm/menu-item/menu-item.options.js.map +1 -0
- package/dist/esm/menu-item/menu-item.template.js +57 -2
- package/dist/esm/menu-item/menu-item.template.js.map +1 -1
- package/dist/esm/menu-list/menu-list.definition.js +0 -4
- package/dist/esm/menu-list/menu-list.definition.js.map +1 -1
- package/dist/esm/menu-list/menu-list.js +265 -10
- package/dist/esm/menu-list/menu-list.js.map +1 -1
- package/dist/esm/menu-list/menu-list.template.js +13 -1
- package/dist/esm/menu-list/menu-list.template.js.map +1 -1
- package/dist/esm/patterns/aria-globals.js +77 -0
- package/dist/esm/patterns/aria-globals.js.map +1 -0
- package/dist/esm/patterns/index.js +3 -0
- package/dist/esm/patterns/index.js.map +1 -0
- package/dist/esm/patterns/start-end.js +29 -0
- package/dist/esm/patterns/start-end.js.map +1 -0
- package/dist/esm/progress-bar/base-progress.js +61 -0
- package/dist/esm/progress-bar/base-progress.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.js +10 -3
- package/dist/esm/progress-bar/progress-bar.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.options.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.template.js +25 -1
- package/dist/esm/progress-bar/progress-bar.template.js.map +1 -1
- package/dist/esm/progress-ring/progress-ring.js +16 -0
- package/dist/esm/progress-ring/progress-ring.js.map +1 -0
- package/dist/esm/progress-ring/progress-ring.options.js +2 -0
- package/dist/esm/progress-ring/progress-ring.options.js.map +1 -0
- package/dist/esm/radio/radio.form-associated.js +14 -0
- package/dist/esm/radio/radio.form-associated.js.map +1 -0
- package/dist/esm/radio/radio.js +96 -3
- package/dist/esm/radio/radio.js.map +1 -1
- package/dist/esm/radio/radio.template.js +28 -2
- package/dist/esm/radio/radio.template.js.map +1 -1
- package/dist/esm/radio-group/index.js +0 -1
- package/dist/esm/radio-group/index.js.map +1 -1
- package/dist/esm/radio-group/radio-group.js +346 -3
- package/dist/esm/radio-group/radio-group.js.map +1 -1
- package/dist/esm/radio-group/radio-group.options.js +7 -0
- package/dist/esm/radio-group/radio-group.options.js.map +1 -0
- package/dist/esm/radio-group/radio-group.template.js +30 -1
- package/dist/esm/radio-group/radio-group.template.js.map +1 -1
- package/dist/esm/slider/slider-utilities.js +12 -0
- package/dist/esm/slider/slider-utilities.js.map +1 -0
- package/dist/esm/slider/slider.form-associated.js +14 -0
- package/dist/esm/slider/slider.form-associated.js.map +1 -0
- package/dist/esm/slider/slider.js +432 -16
- package/dist/esm/slider/slider.js.map +1 -1
- package/dist/esm/slider/slider.options.js +11 -1
- package/dist/esm/slider/slider.options.js.map +1 -1
- package/dist/esm/slider/slider.template.js +38 -1
- package/dist/esm/slider/slider.template.js.map +1 -1
- package/dist/esm/spinner/spinner.definition.js +0 -4
- package/dist/esm/spinner/spinner.definition.js.map +1 -1
- package/dist/esm/spinner/spinner.js +2 -2
- package/dist/esm/spinner/spinner.js.map +1 -1
- package/dist/esm/spinner/spinner.template.js +27 -1
- package/dist/esm/spinner/spinner.template.js.map +1 -1
- package/dist/esm/switch/switch.form-associated.js +14 -0
- package/dist/esm/switch/switch.form-associated.js.map +1 -0
- package/dist/esm/switch/switch.js +48 -3
- package/dist/esm/switch/switch.js.map +1 -1
- package/dist/esm/switch/switch.styles.js +3 -2
- package/dist/esm/switch/switch.styles.js.map +1 -1
- package/dist/esm/switch/switch.template.js +25 -1
- package/dist/esm/switch/switch.template.js.map +1 -1
- package/dist/esm/tab/tab.js +14 -3
- package/dist/esm/tab/tab.js.map +1 -1
- package/dist/esm/tab/tab.template.js +1 -1
- package/dist/esm/tab/tab.template.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.js +2 -2
- package/dist/esm/tab-panel/tab-panel.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.template.js +8 -1
- package/dist/esm/tab-panel/tab-panel.template.js.map +1 -1
- package/dist/esm/tabs/tabs.js +278 -5
- package/dist/esm/tabs/tabs.js.map +1 -1
- package/dist/esm/tabs/tabs.options.js +6 -2
- package/dist/esm/tabs/tabs.options.js.map +1 -1
- package/dist/esm/tabs/tabs.template.js +14 -1
- package/dist/esm/tabs/tabs.template.js.map +1 -1
- package/dist/esm/text-input/index.js +0 -1
- package/dist/esm/text-input/index.js.map +1 -1
- package/dist/esm/text-input/text-field.form-associated.js +14 -0
- package/dist/esm/text-input/text-field.form-associated.js.map +1 -0
- package/dist/esm/text-input/text-input.js +167 -7
- package/dist/esm/text-input/text-input.js.map +1 -1
- package/dist/esm/text-input/text-input.options.js +26 -0
- package/dist/esm/text-input/text-input.options.js.map +1 -1
- package/dist/esm/text-input/text-input.template.js +64 -1
- package/dist/esm/text-input/text-input.template.js.map +1 -1
- package/dist/esm/theme/design-tokens.js +385 -386
- package/dist/esm/theme/design-tokens.js.map +1 -1
- package/dist/esm/theme/set-theme.js +2 -2
- package/dist/esm/theme/set-theme.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.definition.js +0 -2
- package/dist/esm/toggle-button/toggle-button.definition.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.options.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.template.js +1 -1
- package/dist/esm/toggle-button/toggle-button.template.js.map +1 -1
- package/dist/esm/utils/benchmark-dependencies/tokens.js +2 -0
- package/dist/esm/utils/benchmark-dependencies/tokens.js.map +1 -0
- package/dist/esm/utils/benchmark-wrapper.js +18 -0
- package/dist/esm/utils/benchmark-wrapper.js.map +1 -0
- package/dist/esm/utils/direction.js +15 -0
- package/dist/esm/utils/direction.js.map +1 -0
- package/dist/esm/utils/index.js +5 -0
- package/dist/esm/utils/index.js.map +1 -0
- package/dist/esm/utils/template-helpers.js +19 -0
- package/dist/esm/utils/template-helpers.js.map +1 -0
- package/dist/esm/utils/typings.js +3 -0
- package/dist/esm/utils/typings.js.map +1 -0
- package/dist/esm/utils/whitespace-filter.js +13 -0
- package/dist/esm/utils/whitespace-filter.js.map +1 -0
- package/dist/fluent-web-components.api.json +15240 -6435
- package/dist/storybook/284.0946b1fb.iframe.bundle.js +2 -0
- package/dist/storybook/{885.6558041f.iframe.bundle.js.LICENSE.txt → 284.0946b1fb.iframe.bundle.js.LICENSE.txt} +5 -0
- package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js +2 -0
- package/dist/storybook/iframe.html +1 -1
- package/dist/storybook/index.html +1 -1
- package/dist/storybook/{main.18c2c615e57574af12cd.manager.bundle.js → main.5d7b916dc1e37293b1d8.manager.bundle.js} +1 -1
- package/dist/storybook/main.b9de79ac.iframe.bundle.js +2 -0
- package/dist/storybook/main.b9de79ac.iframe.bundle.js.LICENSE.txt +1 -0
- package/dist/storybook/project.json +1 -1
- package/dist/storybook/runtime~main.dbf00b470fe610082919.manager.bundle.js +1 -0
- package/dist/web-components.d.ts +3280 -897
- package/dist/web-components.js +2569 -4105
- package/dist/web-components.min.js +195 -186
- package/docs/api-report.md +1058 -476
- package/package.json +42 -29
- package/tensile.config.js +24 -0
- package/dist/storybook/761.21909e5ef44f985ae0d4.manager.bundle.js +0 -2
- package/dist/storybook/885.6558041f.iframe.bundle.js +0 -462
- package/dist/storybook/885.6558041f.iframe.bundle.js.map +0 -1
- package/dist/storybook/main.2c02ce39.iframe.bundle.js +0 -1
- package/dist/storybook/runtime~main.8db883e762072830487f.manager.bundle.js +0 -1
- /package/dist/storybook/{761.21909e5ef44f985ae0d4.manager.bundle.js.LICENSE.txt → 591.f5bf0d78d2f203de19f5.manager.bundle.js.LICENSE.txt} +0 -0
package/docs/api-report.md
CHANGED
|
@@ -4,66 +4,60 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import type {
|
|
8
|
-
import
|
|
9
|
-
import { CSSDesignToken } from '@microsoft/fast-foundation/design-token.js';
|
|
10
|
-
import { DividerOrientation } from '@microsoft/fast-foundation/divider.js';
|
|
11
|
-
import { DividerRole } from '@microsoft/fast-foundation/divider.js';
|
|
7
|
+
import type { Constructable } from '@microsoft/fast-element';
|
|
8
|
+
import { Direction } from '@microsoft/fast-web-utilities';
|
|
12
9
|
import { ElementStyles } from '@microsoft/fast-element';
|
|
13
10
|
import { ElementViewTemplate } from '@microsoft/fast-element';
|
|
14
|
-
import { FASTAccordion } from '@microsoft/fast-foundation/accordion.js';
|
|
15
|
-
import { FASTAccordionItem } from '@microsoft/fast-foundation/accordion-item.js';
|
|
16
|
-
import { FASTAnchor } from '@microsoft/fast-foundation/anchor.js';
|
|
17
|
-
import { FASTButton } from '@microsoft/fast-foundation/button.js';
|
|
18
|
-
import { FASTCheckbox } from '@microsoft/fast-foundation/checkbox.js';
|
|
19
|
-
import { FASTDivider } from '@microsoft/fast-foundation/divider.js';
|
|
20
11
|
import { FASTElement } from '@microsoft/fast-element';
|
|
21
12
|
import { FASTElementDefinition } from '@microsoft/fast-element';
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import { FASTProgressRing } from '@microsoft/fast-foundation/progress-ring.js';
|
|
26
|
-
import { FASTRadio } from '@microsoft/fast-foundation/radio.js';
|
|
27
|
-
import { FASTRadioGroup } from '@microsoft/fast-foundation/radio-group.js';
|
|
28
|
-
import { FASTSlider } from '@microsoft/fast-foundation/slider.js';
|
|
29
|
-
import { FASTSwitch } from '@microsoft/fast-foundation/switch.js';
|
|
30
|
-
import { FASTTab } from '@microsoft/fast-foundation/tab.js';
|
|
31
|
-
import { FASTTabPanel } from '@microsoft/fast-foundation/tab-panel.js';
|
|
32
|
-
import { FASTTabs } from '@microsoft/fast-foundation/tabs.js';
|
|
33
|
-
import { FASTTextField } from '@microsoft/fast-foundation/text-field.js';
|
|
34
|
-
import { MenuItemRole } from '@microsoft/fast-foundation/menu-item.js';
|
|
35
|
-
import { RadioGroupOrientation } from '@microsoft/fast-foundation/radio-group.js';
|
|
36
|
-
import { SliderOrientation } from '@microsoft/fast-foundation/slider.js';
|
|
37
|
-
import { StartEnd } from '@microsoft/fast-foundation/patterns.js';
|
|
38
|
-
import { StartEndOptions } from '@microsoft/fast-foundation/patterns.js';
|
|
39
|
-
import type { StaticallyComposableHTML } from '@microsoft/fast-foundation/utilities.js';
|
|
40
|
-
import { TabsOrientation } from '@microsoft/fast-foundation/tabs.js';
|
|
41
|
-
import { TextFieldType as TextInputType } from '@microsoft/fast-foundation/text-field.js';
|
|
13
|
+
import { HTMLDirective } from '@microsoft/fast-element';
|
|
14
|
+
import { Orientation } from '@microsoft/fast-web-utilities';
|
|
15
|
+
import type { SyntheticViewTemplate } from '@microsoft/fast-element';
|
|
42
16
|
import type { Theme } from '@fluentui/tokens';
|
|
43
|
-
import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
|
|
44
17
|
|
|
45
18
|
// @public
|
|
46
|
-
export class Accordion extends
|
|
19
|
+
export class Accordion extends FASTElement {
|
|
20
|
+
// (undocumented)
|
|
21
|
+
protected accordionItems: Element[];
|
|
22
|
+
// Warning: (ae-forgotten-export) The symbol "AccordionExpandMode" needs to be exported by the entry point index.d.ts
|
|
23
|
+
expandmode: AccordionExpandMode;
|
|
24
|
+
// (undocumented)
|
|
25
|
+
expandmodeChanged(prev: AccordionExpandMode, next: AccordionExpandMode): void;
|
|
26
|
+
// @internal (undocumented)
|
|
27
|
+
handleChange(source: any, propertyName: string): void;
|
|
28
|
+
// @internal (undocumented)
|
|
29
|
+
slottedAccordionItems: HTMLElement[];
|
|
30
|
+
// @internal (undocumented)
|
|
31
|
+
slottedAccordionItemsChanged(oldValue: HTMLElement[], newValue: HTMLElement[]): void;
|
|
47
32
|
}
|
|
48
33
|
|
|
49
|
-
// @public
|
|
34
|
+
// @public (undocumented)
|
|
50
35
|
export const accordionDefinition: FASTElementDefinition<typeof Accordion>;
|
|
51
36
|
|
|
52
|
-
// Warning: (ae-internal-
|
|
37
|
+
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "AccordionItem" because one of its declarations is marked as @internal
|
|
53
38
|
//
|
|
54
|
-
// @
|
|
55
|
-
export class AccordionItem extends
|
|
56
|
-
// @public
|
|
39
|
+
// @public
|
|
40
|
+
export class AccordionItem extends FASTElement {
|
|
57
41
|
block: boolean;
|
|
58
|
-
// @
|
|
42
|
+
// @internal (undocumented)
|
|
43
|
+
clickHandler: (e: MouseEvent) => void;
|
|
44
|
+
disabled: boolean;
|
|
45
|
+
// @internal (undocumented)
|
|
46
|
+
expandbutton: HTMLElement;
|
|
47
|
+
expanded: boolean;
|
|
59
48
|
expandIconPosition?: AccordionItemExpandIconPosition;
|
|
60
|
-
|
|
49
|
+
headinglevel: 1 | 2 | 3 | 4 | 5 | 6;
|
|
50
|
+
id: string;
|
|
61
51
|
size?: AccordionItemSize;
|
|
62
52
|
}
|
|
63
53
|
|
|
64
|
-
// Warning: (ae-
|
|
54
|
+
// Warning: (ae-forgotten-export) The symbol "StartEnd" needs to be exported by the entry point index.d.ts
|
|
65
55
|
//
|
|
66
|
-
// @
|
|
56
|
+
// @internal
|
|
57
|
+
export interface AccordionItem extends StartEnd {
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
// @public (undocumented)
|
|
67
61
|
export const accordionItemDefinition: FASTElementDefinition<typeof AccordionItem>;
|
|
68
62
|
|
|
69
63
|
// @public
|
|
@@ -72,9 +66,19 @@ export const AccordionItemExpandIconPosition: {
|
|
|
72
66
|
readonly end: "end";
|
|
73
67
|
};
|
|
74
68
|
|
|
69
|
+
// Warning: (ae-forgotten-export) The symbol "ValuesOf" needs to be exported by the entry point index.d.ts
|
|
70
|
+
//
|
|
75
71
|
// @public
|
|
76
72
|
export type AccordionItemExpandIconPosition = ValuesOf<typeof AccordionItemExpandIconPosition>;
|
|
77
73
|
|
|
74
|
+
// Warning: (ae-forgotten-export) The symbol "StartEndOptions" needs to be exported by the entry point index.d.ts
|
|
75
|
+
//
|
|
76
|
+
// @public
|
|
77
|
+
export type AccordionItemOptions = StartEndOptions<AccordionItem> & {
|
|
78
|
+
expandedIcon?: StaticallyComposableHTML<AccordionItem>;
|
|
79
|
+
collapsedIcon?: StaticallyComposableHTML<AccordionItem>;
|
|
80
|
+
};
|
|
81
|
+
|
|
78
82
|
// @public
|
|
79
83
|
export const AccordionItemSize: {
|
|
80
84
|
readonly small: "small";
|
|
@@ -89,8 +93,6 @@ export type AccordionItemSize = ValuesOf<typeof AccordionItemSize>;
|
|
|
89
93
|
// @public (undocumented)
|
|
90
94
|
export const accordionItemStyles: ElementStyles;
|
|
91
95
|
|
|
92
|
-
// Warning: (ae-incompatible-release-tags) The symbol "template" is marked as @public, but its signature references "AccordionItem" which is marked as @internal
|
|
93
|
-
//
|
|
94
96
|
// @public
|
|
95
97
|
export const accordionItemTemplate: ElementViewTemplate<AccordionItem>;
|
|
96
98
|
|
|
@@ -100,11 +102,16 @@ export const accordionStyles: ElementStyles;
|
|
|
100
102
|
// @public (undocumented)
|
|
101
103
|
export const accordionTemplate: ElementViewTemplate<Accordion>;
|
|
102
104
|
|
|
105
|
+
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "AnchorButton" because one of its declarations is marked as @internal
|
|
106
|
+
//
|
|
103
107
|
// @public
|
|
104
|
-
export class AnchorButton extends
|
|
108
|
+
export class AnchorButton extends FASTElement {
|
|
105
109
|
appearance?: AnchorButtonAppearance | undefined;
|
|
106
110
|
// (undocumented)
|
|
107
111
|
connectedCallback(): void;
|
|
112
|
+
control: HTMLAnchorElement;
|
|
113
|
+
// @internal
|
|
114
|
+
defaultSlottedContent: HTMLElement[];
|
|
108
115
|
disabled?: boolean;
|
|
109
116
|
// (undocumented)
|
|
110
117
|
protected disabledChanged(prev: boolean, next: boolean): void;
|
|
@@ -113,9 +120,21 @@ export class AnchorButton extends FASTAnchor {
|
|
|
113
120
|
protected disabledFocusableChanged(prev: boolean, next: boolean): void;
|
|
114
121
|
// (undocumented)
|
|
115
122
|
disconnectedCallback(): void;
|
|
123
|
+
download: string;
|
|
124
|
+
href: string;
|
|
125
|
+
hreflang: string;
|
|
116
126
|
iconOnly: boolean;
|
|
127
|
+
ping: string;
|
|
128
|
+
referrerpolicy: string;
|
|
129
|
+
rel: string;
|
|
117
130
|
shape?: AnchorButtonShape | undefined;
|
|
118
131
|
size?: AnchorButtonSize;
|
|
132
|
+
target: AnchorTarget;
|
|
133
|
+
type: string;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
// @internal
|
|
137
|
+
export interface AnchorButton extends StartEnd, DelegatesARIALink {
|
|
119
138
|
}
|
|
120
139
|
|
|
121
140
|
// @public
|
|
@@ -130,11 +149,9 @@ export const AnchorButtonAppearance: {
|
|
|
130
149
|
// @public
|
|
131
150
|
export type AnchorButtonAppearance = ValuesOf<typeof AnchorButtonAppearance>;
|
|
132
151
|
|
|
133
|
-
// @public
|
|
152
|
+
// @public (undocumented)
|
|
134
153
|
export const AnchorButtonDefinition: FASTElementDefinition<typeof AnchorButton>;
|
|
135
154
|
|
|
136
|
-
export { AnchorButtonOptions }
|
|
137
|
-
|
|
138
155
|
// @public
|
|
139
156
|
export const AnchorButtonShape: {
|
|
140
157
|
readonly circular: "circular";
|
|
@@ -158,6 +175,22 @@ export type AnchorButtonSize = ValuesOf<typeof AnchorButtonSize>;
|
|
|
158
175
|
// @public
|
|
159
176
|
export const AnchorButtonTemplate: ElementViewTemplate<AnchorButton>;
|
|
160
177
|
|
|
178
|
+
// @public
|
|
179
|
+
type AnchorOptions = StartEndOptions<AnchorButton>;
|
|
180
|
+
export { AnchorOptions as AnchorButtonOptions }
|
|
181
|
+
export { AnchorOptions }
|
|
182
|
+
|
|
183
|
+
// @public
|
|
184
|
+
export const AnchorTarget: {
|
|
185
|
+
readonly _self: "_self";
|
|
186
|
+
readonly _blank: "_blank";
|
|
187
|
+
readonly _parent: "_parent";
|
|
188
|
+
readonly _top: "_top";
|
|
189
|
+
};
|
|
190
|
+
|
|
191
|
+
// @public
|
|
192
|
+
export type AnchorTarget = ValuesOf<typeof AnchorTarget>;
|
|
193
|
+
|
|
161
194
|
// @public
|
|
162
195
|
export class Avatar extends FASTElement {
|
|
163
196
|
active?: AvatarActive | undefined;
|
|
@@ -350,7 +383,7 @@ export const BadgeColor: {
|
|
|
350
383
|
// @public
|
|
351
384
|
export type BadgeColor = ValuesOf<typeof BadgeColor>;
|
|
352
385
|
|
|
353
|
-
// @public
|
|
386
|
+
// @public (undocumented)
|
|
354
387
|
export const BadgeDefinition: FASTElementDefinition<typeof Badge>;
|
|
355
388
|
|
|
356
389
|
// Warning: (ae-internal-missing-underscore) The name "BadgeOptions" should be prefixed with an underscore because the declaration is marked as @internal
|
|
@@ -389,37 +422,94 @@ export const BadgeStyles: ElementStyles;
|
|
|
389
422
|
// @public (undocumented)
|
|
390
423
|
export const BadgeTemplate: ElementViewTemplate<Badge>;
|
|
391
424
|
|
|
425
|
+
// @public
|
|
426
|
+
export class BaseTabs extends FASTElement {
|
|
427
|
+
activeid: string;
|
|
428
|
+
// @internal (undocumented)
|
|
429
|
+
activeidChanged(oldValue: string, newValue: string): void;
|
|
430
|
+
activetab: HTMLElement;
|
|
431
|
+
adjust(adjustment: number): void;
|
|
432
|
+
// @internal (undocumented)
|
|
433
|
+
connectedCallback(): void;
|
|
434
|
+
orientation: TabsOrientation;
|
|
435
|
+
// @internal (undocumented)
|
|
436
|
+
orientationChanged(): void;
|
|
437
|
+
protected setTabs(): void;
|
|
438
|
+
// @internal (undocumented)
|
|
439
|
+
tabpanels: HTMLElement[];
|
|
440
|
+
// @internal (undocumented)
|
|
441
|
+
tabpanelsChanged(): void;
|
|
442
|
+
// @internal (undocumented)
|
|
443
|
+
tabs: HTMLElement[];
|
|
444
|
+
// @internal (undocumented)
|
|
445
|
+
tabsChanged(): void;
|
|
446
|
+
}
|
|
447
|
+
|
|
392
448
|
// @public (undocumented)
|
|
393
|
-
export const borderRadiusCircular
|
|
449
|
+
export const borderRadiusCircular = "var(--borderRadiusCircular)";
|
|
394
450
|
|
|
395
451
|
// @public (undocumented)
|
|
396
|
-
export const borderRadiusLarge
|
|
452
|
+
export const borderRadiusLarge = "var(--borderRadiusLarge)";
|
|
397
453
|
|
|
398
454
|
// @public (undocumented)
|
|
399
|
-
export const borderRadiusMedium
|
|
455
|
+
export const borderRadiusMedium = "var(--borderRadiusMedium)";
|
|
400
456
|
|
|
401
457
|
// @public (undocumented)
|
|
402
|
-
export const borderRadiusNone
|
|
458
|
+
export const borderRadiusNone = "var(--borderRadiusNone)";
|
|
403
459
|
|
|
404
460
|
// @public (undocumented)
|
|
405
|
-
export const borderRadiusSmall
|
|
461
|
+
export const borderRadiusSmall = "var(--borderRadiusSmall)";
|
|
406
462
|
|
|
407
463
|
// @public (undocumented)
|
|
408
|
-
export const borderRadiusXLarge
|
|
464
|
+
export const borderRadiusXLarge = "var(--borderRadiusXLarge)";
|
|
409
465
|
|
|
466
|
+
// Warning: (ae-forgotten-export) The symbol "FormAssociatedButton" needs to be exported by the entry point index.d.ts
|
|
467
|
+
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "Button" because one of its declarations is marked as @internal
|
|
468
|
+
//
|
|
410
469
|
// @public
|
|
411
|
-
export class Button extends
|
|
470
|
+
export class Button extends FormAssociatedButton {
|
|
412
471
|
appearance?: ButtonAppearance | undefined;
|
|
413
|
-
|
|
472
|
+
autofocus: boolean;
|
|
473
|
+
// @internal (undocumented)
|
|
414
474
|
connectedCallback(): void;
|
|
475
|
+
// (undocumented)
|
|
476
|
+
control: HTMLButtonElement;
|
|
477
|
+
defaultSlottedContent: HTMLElement[];
|
|
415
478
|
disabledFocusable?: boolean;
|
|
416
479
|
// (undocumented)
|
|
417
480
|
protected disabledFocusableChanged(prev: boolean, next: boolean): void;
|
|
418
481
|
// (undocumented)
|
|
419
482
|
disconnectedCallback(): void;
|
|
483
|
+
formaction: string;
|
|
484
|
+
// (undocumented)
|
|
485
|
+
protected formactionChanged(): void;
|
|
486
|
+
formenctype: string;
|
|
487
|
+
// (undocumented)
|
|
488
|
+
protected formenctypeChanged(): void;
|
|
489
|
+
formId: string;
|
|
490
|
+
formmethod: string;
|
|
491
|
+
// (undocumented)
|
|
492
|
+
protected formmethodChanged(): void;
|
|
493
|
+
formnovalidate: boolean;
|
|
494
|
+
// (undocumented)
|
|
495
|
+
protected formnovalidateChanged(): void;
|
|
496
|
+
formtarget: '_self' | '_blank' | '_parent' | '_top';
|
|
497
|
+
// (undocumented)
|
|
498
|
+
protected formtargetChanged(): void;
|
|
420
499
|
iconOnly: boolean;
|
|
421
500
|
shape?: ButtonShape | undefined;
|
|
422
501
|
size?: ButtonSize;
|
|
502
|
+
type: ButtonType;
|
|
503
|
+
// (undocumented)
|
|
504
|
+
protected typeChanged(previous: ButtonType | undefined, next: ButtonType): void;
|
|
505
|
+
// Warning: (ae-unresolved-inheritdoc-reference) The @inheritDoc reference could not be resolved: The package "@fluentui/web-components" does not have an export "FormAssociated"
|
|
506
|
+
//
|
|
507
|
+
// (undocumented)
|
|
508
|
+
validate(): void;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
// @internal
|
|
512
|
+
export interface Button extends StartEnd, DelegatesARIAButton {
|
|
423
513
|
}
|
|
424
514
|
|
|
425
515
|
// @public
|
|
@@ -434,9 +524,11 @@ export const ButtonAppearance: {
|
|
|
434
524
|
// @public
|
|
435
525
|
export type ButtonAppearance = ValuesOf<typeof ButtonAppearance>;
|
|
436
526
|
|
|
437
|
-
// @public
|
|
527
|
+
// @public (undocumented)
|
|
438
528
|
export const ButtonDefinition: FASTElementDefinition<typeof Button>;
|
|
439
529
|
|
|
530
|
+
// @public
|
|
531
|
+
type ButtonOptions = StartEndOptions<Button>;
|
|
440
532
|
export { ButtonOptions }
|
|
441
533
|
export { ButtonOptions as CompoundButtonOptions }
|
|
442
534
|
export { ButtonOptions as MenuButtonOptions }
|
|
@@ -462,11 +554,33 @@ export const ButtonSize: {
|
|
|
462
554
|
// @public
|
|
463
555
|
export type ButtonSize = ValuesOf<typeof ButtonSize>;
|
|
464
556
|
|
|
465
|
-
// @public
|
|
557
|
+
// @public (undocumented)
|
|
466
558
|
export const ButtonTemplate: ElementViewTemplate<Button>;
|
|
467
559
|
|
|
468
560
|
// @public
|
|
469
|
-
export
|
|
561
|
+
export const ButtonType: {
|
|
562
|
+
readonly submit: "submit";
|
|
563
|
+
readonly reset: "reset";
|
|
564
|
+
readonly button: "button";
|
|
565
|
+
};
|
|
566
|
+
|
|
567
|
+
// @public
|
|
568
|
+
export type ButtonType = ValuesOf<typeof ButtonType>;
|
|
569
|
+
|
|
570
|
+
// Warning: (ae-forgotten-export) The symbol "FormAssociatedCheckbox" needs to be exported by the entry point index.d.ts
|
|
571
|
+
//
|
|
572
|
+
// @public
|
|
573
|
+
export class Checkbox extends FormAssociatedCheckbox {
|
|
574
|
+
constructor();
|
|
575
|
+
// @internal (undocumented)
|
|
576
|
+
clickHandler: (e: MouseEvent) => void;
|
|
577
|
+
// @internal (undocumented)
|
|
578
|
+
defaultSlottedNodes: Node[];
|
|
579
|
+
indeterminate: boolean;
|
|
580
|
+
// @internal
|
|
581
|
+
initialValue: string;
|
|
582
|
+
// @internal (undocumented)
|
|
583
|
+
keypressHandler: (e: KeyboardEvent) => void;
|
|
470
584
|
labelPosition?: CheckboxLabelPosition;
|
|
471
585
|
shape?: CheckboxShape;
|
|
472
586
|
size?: CheckboxSize;
|
|
@@ -484,6 +598,12 @@ export const CheckboxLabelPosition: {
|
|
|
484
598
|
// @public (undocumented)
|
|
485
599
|
export type CheckboxLabelPosition = ValuesOf<typeof CheckboxLabelPosition>;
|
|
486
600
|
|
|
601
|
+
// @public
|
|
602
|
+
export type CheckboxOptions = {
|
|
603
|
+
checkedIndicator?: StaticallyComposableHTML<Checkbox>;
|
|
604
|
+
indeterminateIndicator?: StaticallyComposableHTML<Checkbox>;
|
|
605
|
+
};
|
|
606
|
+
|
|
487
607
|
// @public
|
|
488
608
|
export const CheckboxShape: {
|
|
489
609
|
readonly circular: "circular";
|
|
@@ -509,895 +629,895 @@ export const CheckboxStyles: ElementStyles;
|
|
|
509
629
|
export const CheckboxTemplate: ElementViewTemplate<Checkbox>;
|
|
510
630
|
|
|
511
631
|
// @public (undocumented)
|
|
512
|
-
export const colorBackgroundOverlay
|
|
632
|
+
export const colorBackgroundOverlay = "var(--colorBackgroundOverlay)";
|
|
513
633
|
|
|
514
634
|
// @public (undocumented)
|
|
515
|
-
export const colorBrandBackground
|
|
635
|
+
export const colorBrandBackground = "var(--colorBrandBackground)";
|
|
516
636
|
|
|
517
637
|
// @public (undocumented)
|
|
518
|
-
export const colorBrandBackground2
|
|
638
|
+
export const colorBrandBackground2 = "var(--colorBrandBackground2)";
|
|
519
639
|
|
|
520
640
|
// @public (undocumented)
|
|
521
|
-
export const colorBrandBackgroundHover
|
|
641
|
+
export const colorBrandBackgroundHover = "var(--colorBrandBackgroundHover)";
|
|
522
642
|
|
|
523
643
|
// @public (undocumented)
|
|
524
|
-
export const colorBrandBackgroundInverted
|
|
644
|
+
export const colorBrandBackgroundInverted = "var(--colorBrandBackgroundInverted)";
|
|
525
645
|
|
|
526
646
|
// @public (undocumented)
|
|
527
|
-
export const colorBrandBackgroundInvertedHover
|
|
647
|
+
export const colorBrandBackgroundInvertedHover = "var(--colorBrandBackgroundInvertedHover)";
|
|
528
648
|
|
|
529
649
|
// @public (undocumented)
|
|
530
|
-
export const colorBrandBackgroundInvertedPressed
|
|
650
|
+
export const colorBrandBackgroundInvertedPressed = "var(--colorBrandBackgroundInvertedPressed)";
|
|
531
651
|
|
|
532
652
|
// @public (undocumented)
|
|
533
|
-
export const colorBrandBackgroundInvertedSelected
|
|
653
|
+
export const colorBrandBackgroundInvertedSelected = "var(--colorBrandBackgroundInvertedSelected)";
|
|
534
654
|
|
|
535
655
|
// @public (undocumented)
|
|
536
|
-
export const colorBrandBackgroundPressed
|
|
656
|
+
export const colorBrandBackgroundPressed = "var(--colorBrandBackgroundPressed)";
|
|
537
657
|
|
|
538
658
|
// @public (undocumented)
|
|
539
|
-
export const colorBrandBackgroundSelected
|
|
659
|
+
export const colorBrandBackgroundSelected = "var(--colorBrandBackgroundSelected)";
|
|
540
660
|
|
|
541
661
|
// @public (undocumented)
|
|
542
|
-
export const colorBrandBackgroundStatic
|
|
662
|
+
export const colorBrandBackgroundStatic = "var(--colorBrandBackgroundStatic)";
|
|
543
663
|
|
|
544
664
|
// @public (undocumented)
|
|
545
|
-
export const colorBrandForeground1
|
|
665
|
+
export const colorBrandForeground1 = "var(--colorBrandForeground1)";
|
|
546
666
|
|
|
547
667
|
// @public (undocumented)
|
|
548
|
-
export const colorBrandForeground2
|
|
668
|
+
export const colorBrandForeground2 = "var(--colorBrandForeground2)";
|
|
549
669
|
|
|
550
670
|
// @public (undocumented)
|
|
551
|
-
export const colorBrandForegroundInverted
|
|
671
|
+
export const colorBrandForegroundInverted = "var(--colorBrandForegroundInverted)";
|
|
552
672
|
|
|
553
673
|
// @public (undocumented)
|
|
554
|
-
export const colorBrandForegroundInvertedHover
|
|
674
|
+
export const colorBrandForegroundInvertedHover = "var(--colorBrandForegroundInvertedHover)";
|
|
555
675
|
|
|
556
676
|
// @public (undocumented)
|
|
557
|
-
export const colorBrandForegroundInvertedPressed
|
|
677
|
+
export const colorBrandForegroundInvertedPressed = "var(--colorBrandForegroundInvertedPressed)";
|
|
558
678
|
|
|
559
679
|
// @public (undocumented)
|
|
560
|
-
export const colorBrandForegroundLink
|
|
680
|
+
export const colorBrandForegroundLink = "var(--colorBrandForegroundLink)";
|
|
561
681
|
|
|
562
682
|
// @public (undocumented)
|
|
563
|
-
export const colorBrandForegroundLinkHover
|
|
683
|
+
export const colorBrandForegroundLinkHover = "var(--colorBrandForegroundLinkHover)";
|
|
564
684
|
|
|
565
685
|
// @public (undocumented)
|
|
566
|
-
export const colorBrandForegroundLinkPressed
|
|
686
|
+
export const colorBrandForegroundLinkPressed = "var(--colorBrandForegroundLinkPressed)";
|
|
567
687
|
|
|
568
688
|
// @public (undocumented)
|
|
569
|
-
export const colorBrandForegroundLinkSelected
|
|
689
|
+
export const colorBrandForegroundLinkSelected = "var(--colorBrandForegroundLinkSelected)";
|
|
570
690
|
|
|
571
691
|
// @public (undocumented)
|
|
572
|
-
export const colorBrandForegroundOnLight
|
|
692
|
+
export const colorBrandForegroundOnLight = "var(--colorBrandForegroundOnLight)";
|
|
573
693
|
|
|
574
694
|
// @public (undocumented)
|
|
575
|
-
export const colorBrandForegroundOnLightHover
|
|
695
|
+
export const colorBrandForegroundOnLightHover = "var(--colorBrandForegroundOnLightHover)";
|
|
576
696
|
|
|
577
697
|
// @public (undocumented)
|
|
578
|
-
export const colorBrandForegroundOnLightPressed
|
|
698
|
+
export const colorBrandForegroundOnLightPressed = "var(--colorBrandForegroundOnLightPressed)";
|
|
579
699
|
|
|
580
700
|
// @public (undocumented)
|
|
581
|
-
export const colorBrandForegroundOnLightSelected
|
|
701
|
+
export const colorBrandForegroundOnLightSelected = "var(--colorBrandForegroundOnLightSelected)";
|
|
582
702
|
|
|
583
703
|
// @public (undocumented)
|
|
584
|
-
export const colorBrandShadowAmbient
|
|
704
|
+
export const colorBrandShadowAmbient = "var(--colorBrandShadowAmbient)";
|
|
585
705
|
|
|
586
706
|
// @public (undocumented)
|
|
587
|
-
export const colorBrandShadowKey
|
|
707
|
+
export const colorBrandShadowKey = "var(--colorBrandShadowKey)";
|
|
588
708
|
|
|
589
709
|
// @public (undocumented)
|
|
590
|
-
export const colorBrandStroke1
|
|
710
|
+
export const colorBrandStroke1 = "var(--colorBrandStroke1)";
|
|
591
711
|
|
|
592
712
|
// @public (undocumented)
|
|
593
|
-
export const colorBrandStroke2
|
|
713
|
+
export const colorBrandStroke2 = "var(--colorBrandStroke2)";
|
|
594
714
|
|
|
595
715
|
// @public (undocumented)
|
|
596
|
-
export const colorCompoundBrandBackground
|
|
716
|
+
export const colorCompoundBrandBackground = "var(--colorCompoundBrandBackground)";
|
|
597
717
|
|
|
598
718
|
// @public (undocumented)
|
|
599
|
-
export const colorCompoundBrandBackgroundHover
|
|
719
|
+
export const colorCompoundBrandBackgroundHover = "var(--colorCompoundBrandBackgroundHover)";
|
|
600
720
|
|
|
601
721
|
// @public (undocumented)
|
|
602
|
-
export const colorCompoundBrandBackgroundPressed
|
|
722
|
+
export const colorCompoundBrandBackgroundPressed = "var(--colorCompoundBrandBackgroundPressed)";
|
|
603
723
|
|
|
604
724
|
// @public (undocumented)
|
|
605
|
-
export const colorCompoundBrandForeground1
|
|
725
|
+
export const colorCompoundBrandForeground1 = "var(--colorCompoundBrandForeground1)";
|
|
606
726
|
|
|
607
727
|
// @public (undocumented)
|
|
608
|
-
export const colorCompoundBrandForeground1Hover
|
|
728
|
+
export const colorCompoundBrandForeground1Hover = "var(--colorCompoundBrandForeground1Hover)";
|
|
609
729
|
|
|
610
730
|
// @public (undocumented)
|
|
611
|
-
export const colorCompoundBrandForeground1Pressed
|
|
731
|
+
export const colorCompoundBrandForeground1Pressed = "var(--colorCompoundBrandForeground1Pressed)";
|
|
612
732
|
|
|
613
733
|
// @public (undocumented)
|
|
614
|
-
export const colorCompoundBrandStroke
|
|
734
|
+
export const colorCompoundBrandStroke = "var(--colorCompoundBrandStroke)";
|
|
615
735
|
|
|
616
736
|
// @public (undocumented)
|
|
617
|
-
export const colorCompoundBrandStrokeHover
|
|
737
|
+
export const colorCompoundBrandStrokeHover = "var(--colorCompoundBrandStrokeHover)";
|
|
618
738
|
|
|
619
739
|
// @public (undocumented)
|
|
620
|
-
export const colorCompoundBrandStrokePressed
|
|
740
|
+
export const colorCompoundBrandStrokePressed = "var(--colorCompoundBrandStrokePressed)";
|
|
621
741
|
|
|
622
742
|
// @public (undocumented)
|
|
623
|
-
export const colorNeutralBackground1
|
|
743
|
+
export const colorNeutralBackground1 = "var(--colorNeutralBackground1)";
|
|
624
744
|
|
|
625
745
|
// @public (undocumented)
|
|
626
|
-
export const colorNeutralBackground1Hover
|
|
746
|
+
export const colorNeutralBackground1Hover = "var(--colorNeutralBackground1Hover)";
|
|
627
747
|
|
|
628
748
|
// @public (undocumented)
|
|
629
|
-
export const colorNeutralBackground1Pressed
|
|
749
|
+
export const colorNeutralBackground1Pressed = "var(--colorNeutralBackground1Pressed)";
|
|
630
750
|
|
|
631
751
|
// @public (undocumented)
|
|
632
|
-
export const colorNeutralBackground1Selected
|
|
752
|
+
export const colorNeutralBackground1Selected = "var(--colorNeutralBackground1Selected)";
|
|
633
753
|
|
|
634
754
|
// @public (undocumented)
|
|
635
|
-
export const colorNeutralBackground2
|
|
755
|
+
export const colorNeutralBackground2 = "var(--colorNeutralBackground2)";
|
|
636
756
|
|
|
637
757
|
// @public (undocumented)
|
|
638
|
-
export const colorNeutralBackground2Hover
|
|
758
|
+
export const colorNeutralBackground2Hover = "var(--colorNeutralBackground2Hover)";
|
|
639
759
|
|
|
640
760
|
// @public (undocumented)
|
|
641
|
-
export const colorNeutralBackground2Pressed
|
|
761
|
+
export const colorNeutralBackground2Pressed = "var(--colorNeutralBackground2Pressed)";
|
|
642
762
|
|
|
643
763
|
// @public (undocumented)
|
|
644
|
-
export const colorNeutralBackground2Selected
|
|
764
|
+
export const colorNeutralBackground2Selected = "var(--colorNeutralBackground2Selected)";
|
|
645
765
|
|
|
646
766
|
// @public (undocumented)
|
|
647
|
-
export const colorNeutralBackground3
|
|
767
|
+
export const colorNeutralBackground3 = "var(--colorNeutralBackground3)";
|
|
648
768
|
|
|
649
769
|
// @public (undocumented)
|
|
650
|
-
export const colorNeutralBackground3Hover
|
|
770
|
+
export const colorNeutralBackground3Hover = "var(--colorNeutralBackground3Hover)";
|
|
651
771
|
|
|
652
772
|
// @public (undocumented)
|
|
653
|
-
export const colorNeutralBackground3Pressed
|
|
773
|
+
export const colorNeutralBackground3Pressed = "var(--colorNeutralBackground3Pressed)";
|
|
654
774
|
|
|
655
775
|
// @public (undocumented)
|
|
656
|
-
export const colorNeutralBackground3Selected
|
|
776
|
+
export const colorNeutralBackground3Selected = "var(--colorNeutralBackground3Selected)";
|
|
657
777
|
|
|
658
778
|
// @public (undocumented)
|
|
659
|
-
export const colorNeutralBackground4
|
|
779
|
+
export const colorNeutralBackground4 = "var(--colorNeutralBackground4)";
|
|
660
780
|
|
|
661
781
|
// @public (undocumented)
|
|
662
|
-
export const colorNeutralBackground4Hover
|
|
782
|
+
export const colorNeutralBackground4Hover = "var(--colorNeutralBackground4Hover)";
|
|
663
783
|
|
|
664
784
|
// @public (undocumented)
|
|
665
|
-
export const colorNeutralBackground4Pressed
|
|
785
|
+
export const colorNeutralBackground4Pressed = "var(--colorNeutralBackground4Pressed)";
|
|
666
786
|
|
|
667
787
|
// @public (undocumented)
|
|
668
|
-
export const colorNeutralBackground4Selected
|
|
788
|
+
export const colorNeutralBackground4Selected = "var(--colorNeutralBackground4Selected)";
|
|
669
789
|
|
|
670
790
|
// @public (undocumented)
|
|
671
|
-
export const colorNeutralBackground5
|
|
791
|
+
export const colorNeutralBackground5 = "var(--colorNeutralBackground5)";
|
|
672
792
|
|
|
673
793
|
// @public (undocumented)
|
|
674
|
-
export const colorNeutralBackground5Hover
|
|
794
|
+
export const colorNeutralBackground5Hover = "var(--colorNeutralBackground5Hover)";
|
|
675
795
|
|
|
676
796
|
// @public (undocumented)
|
|
677
|
-
export const colorNeutralBackground5Pressed
|
|
797
|
+
export const colorNeutralBackground5Pressed = "var(--colorNeutralBackground5Pressed)";
|
|
678
798
|
|
|
679
799
|
// @public (undocumented)
|
|
680
|
-
export const colorNeutralBackground5Selected
|
|
800
|
+
export const colorNeutralBackground5Selected = "var(--colorNeutralBackground5Selected)";
|
|
681
801
|
|
|
682
802
|
// @public (undocumented)
|
|
683
|
-
export const colorNeutralBackground6
|
|
803
|
+
export const colorNeutralBackground6 = "var(--colorNeutralBackground6)";
|
|
684
804
|
|
|
685
805
|
// @public (undocumented)
|
|
686
|
-
export const colorNeutralBackgroundDisabled
|
|
806
|
+
export const colorNeutralBackgroundDisabled = "var(--colorNeutralBackgroundDisabled)";
|
|
687
807
|
|
|
688
808
|
// @public (undocumented)
|
|
689
|
-
export const colorNeutralBackgroundInverted
|
|
809
|
+
export const colorNeutralBackgroundInverted = "var(--colorNeutralBackgroundInverted)";
|
|
690
810
|
|
|
691
811
|
// @public (undocumented)
|
|
692
|
-
export const colorNeutralBackgroundInvertedDisabled
|
|
812
|
+
export const colorNeutralBackgroundInvertedDisabled = "var(--colorNeutralBackgroundInvertedDisabled)";
|
|
693
813
|
|
|
694
814
|
// @public (undocumented)
|
|
695
|
-
export const colorNeutralBackgroundStatic
|
|
815
|
+
export const colorNeutralBackgroundStatic = "var(--colorNeutralBackgroundStatic)";
|
|
696
816
|
|
|
697
817
|
// @public (undocumented)
|
|
698
|
-
export const colorNeutralForeground1
|
|
818
|
+
export const colorNeutralForeground1 = "var(--colorNeutralForeground1)";
|
|
699
819
|
|
|
700
820
|
// @public (undocumented)
|
|
701
|
-
export const colorNeutralForeground1Hover
|
|
821
|
+
export const colorNeutralForeground1Hover = "var(--colorNeutralForeground1Hover)";
|
|
702
822
|
|
|
703
823
|
// @public (undocumented)
|
|
704
|
-
export const colorNeutralForeground1Pressed
|
|
824
|
+
export const colorNeutralForeground1Pressed = "var(--colorNeutralForeground1Pressed)";
|
|
705
825
|
|
|
706
826
|
// @public (undocumented)
|
|
707
|
-
export const colorNeutralForeground1Selected
|
|
827
|
+
export const colorNeutralForeground1Selected = "var(--colorNeutralForeground1Selected)";
|
|
708
828
|
|
|
709
829
|
// @public (undocumented)
|
|
710
|
-
export const colorNeutralForeground1Static
|
|
830
|
+
export const colorNeutralForeground1Static = "var(--colorNeutralForeground1Static)";
|
|
711
831
|
|
|
712
832
|
// @public (undocumented)
|
|
713
|
-
export const colorNeutralForeground2
|
|
833
|
+
export const colorNeutralForeground2 = "var(--colorNeutralForeground2)";
|
|
714
834
|
|
|
715
835
|
// @public (undocumented)
|
|
716
|
-
export const colorNeutralForeground2BrandHover
|
|
836
|
+
export const colorNeutralForeground2BrandHover = "var(--colorNeutralForeground2BrandHover)";
|
|
717
837
|
|
|
718
838
|
// @public (undocumented)
|
|
719
|
-
export const colorNeutralForeground2BrandPressed
|
|
839
|
+
export const colorNeutralForeground2BrandPressed = "var(--colorNeutralForeground2BrandPressed)";
|
|
720
840
|
|
|
721
841
|
// @public (undocumented)
|
|
722
|
-
export const colorNeutralForeground2BrandSelected
|
|
842
|
+
export const colorNeutralForeground2BrandSelected = "var(--colorNeutralForeground2BrandSelected)";
|
|
723
843
|
|
|
724
844
|
// @public (undocumented)
|
|
725
|
-
export const colorNeutralForeground2Hover
|
|
845
|
+
export const colorNeutralForeground2Hover = "var(--colorNeutralForeground2Hover)";
|
|
726
846
|
|
|
727
847
|
// @public (undocumented)
|
|
728
|
-
export const colorNeutralForeground2Link
|
|
848
|
+
export const colorNeutralForeground2Link = "var(--colorNeutralForeground2Link)";
|
|
729
849
|
|
|
730
850
|
// @public (undocumented)
|
|
731
|
-
export const colorNeutralForeground2LinkHover
|
|
851
|
+
export const colorNeutralForeground2LinkHover = "var(--colorNeutralForeground2LinkHover)";
|
|
732
852
|
|
|
733
853
|
// @public (undocumented)
|
|
734
|
-
export const colorNeutralForeground2LinkPressed
|
|
854
|
+
export const colorNeutralForeground2LinkPressed = "var(--colorNeutralForeground2LinkPressed)";
|
|
735
855
|
|
|
736
856
|
// @public (undocumented)
|
|
737
|
-
export const colorNeutralForeground2LinkSelected
|
|
857
|
+
export const colorNeutralForeground2LinkSelected = "var(--colorNeutralForeground2LinkSelected)";
|
|
738
858
|
|
|
739
859
|
// @public (undocumented)
|
|
740
|
-
export const colorNeutralForeground2Pressed
|
|
860
|
+
export const colorNeutralForeground2Pressed = "var(--colorNeutralForeground2Pressed)";
|
|
741
861
|
|
|
742
862
|
// @public (undocumented)
|
|
743
|
-
export const colorNeutralForeground2Selected
|
|
863
|
+
export const colorNeutralForeground2Selected = "var(--colorNeutralForeground2Selected)";
|
|
744
864
|
|
|
745
865
|
// @public (undocumented)
|
|
746
|
-
export const colorNeutralForeground3
|
|
866
|
+
export const colorNeutralForeground3 = "var(--colorNeutralForeground3)";
|
|
747
867
|
|
|
748
868
|
// @public (undocumented)
|
|
749
|
-
export const colorNeutralForeground3BrandHover
|
|
869
|
+
export const colorNeutralForeground3BrandHover = "var(--colorNeutralForeground3BrandHover)";
|
|
750
870
|
|
|
751
871
|
// @public (undocumented)
|
|
752
|
-
export const colorNeutralForeground3BrandPressed
|
|
872
|
+
export const colorNeutralForeground3BrandPressed = "var(--colorNeutralForeground3BrandPressed)";
|
|
753
873
|
|
|
754
874
|
// @public (undocumented)
|
|
755
|
-
export const colorNeutralForeground3BrandSelected
|
|
875
|
+
export const colorNeutralForeground3BrandSelected = "var(--colorNeutralForeground3BrandSelected)";
|
|
756
876
|
|
|
757
877
|
// @public (undocumented)
|
|
758
|
-
export const colorNeutralForeground3Hover
|
|
878
|
+
export const colorNeutralForeground3Hover = "var(--colorNeutralForeground3Hover)";
|
|
759
879
|
|
|
760
880
|
// @public (undocumented)
|
|
761
|
-
export const colorNeutralForeground3Pressed
|
|
881
|
+
export const colorNeutralForeground3Pressed = "var(--colorNeutralForeground3Pressed)";
|
|
762
882
|
|
|
763
883
|
// @public (undocumented)
|
|
764
|
-
export const colorNeutralForeground3Selected
|
|
884
|
+
export const colorNeutralForeground3Selected = "var(--colorNeutralForeground3Selected)";
|
|
765
885
|
|
|
766
886
|
// @public (undocumented)
|
|
767
|
-
export const colorNeutralForeground4
|
|
887
|
+
export const colorNeutralForeground4 = "var(--colorNeutralForeground4)";
|
|
768
888
|
|
|
769
889
|
// @public (undocumented)
|
|
770
|
-
export const colorNeutralForegroundDisabled
|
|
890
|
+
export const colorNeutralForegroundDisabled = "var(--colorNeutralForegroundDisabled)";
|
|
771
891
|
|
|
772
892
|
// @public (undocumented)
|
|
773
|
-
export const colorNeutralForegroundInverted
|
|
893
|
+
export const colorNeutralForegroundInverted = "var(--colorNeutralForegroundInverted)";
|
|
774
894
|
|
|
775
895
|
// @public (undocumented)
|
|
776
|
-
export const colorNeutralForegroundInverted2
|
|
896
|
+
export const colorNeutralForegroundInverted2 = "var(--colorNeutralForegroundInverted2)";
|
|
777
897
|
|
|
778
898
|
// @public (undocumented)
|
|
779
|
-
export const colorNeutralForegroundInvertedDisabled
|
|
899
|
+
export const colorNeutralForegroundInvertedDisabled = "var(--colorNeutralForegroundInvertedDisabled)";
|
|
780
900
|
|
|
781
901
|
// @public (undocumented)
|
|
782
|
-
export const colorNeutralForegroundInvertedHover
|
|
902
|
+
export const colorNeutralForegroundInvertedHover = "var(--colorNeutralForegroundInvertedHover)";
|
|
783
903
|
|
|
784
904
|
// @public (undocumented)
|
|
785
|
-
export const colorNeutralForegroundInvertedLink
|
|
905
|
+
export const colorNeutralForegroundInvertedLink = "var(--colorNeutralForegroundInvertedLink)";
|
|
786
906
|
|
|
787
907
|
// @public (undocumented)
|
|
788
|
-
export const colorNeutralForegroundInvertedLinkHover
|
|
908
|
+
export const colorNeutralForegroundInvertedLinkHover = "var(--colorNeutralForegroundInvertedLinkHover)";
|
|
789
909
|
|
|
790
910
|
// @public (undocumented)
|
|
791
|
-
export const colorNeutralForegroundInvertedLinkPressed
|
|
911
|
+
export const colorNeutralForegroundInvertedLinkPressed = "var(--colorNeutralForegroundInvertedLinkPressed)";
|
|
792
912
|
|
|
793
913
|
// @public (undocumented)
|
|
794
|
-
export const colorNeutralForegroundInvertedLinkSelected
|
|
914
|
+
export const colorNeutralForegroundInvertedLinkSelected = "var(--colorNeutralForegroundInvertedLinkSelected)";
|
|
795
915
|
|
|
796
916
|
// @public (undocumented)
|
|
797
|
-
export const colorNeutralForegroundInvertedPressed
|
|
917
|
+
export const colorNeutralForegroundInvertedPressed = "var(--colorNeutralForegroundInvertedPressed)";
|
|
798
918
|
|
|
799
919
|
// @public (undocumented)
|
|
800
|
-
export const colorNeutralForegroundInvertedSelected
|
|
920
|
+
export const colorNeutralForegroundInvertedSelected = "var(--colorNeutralForegroundInvertedSelected)";
|
|
801
921
|
|
|
802
922
|
// @public (undocumented)
|
|
803
|
-
export const colorNeutralForegroundOnBrand
|
|
923
|
+
export const colorNeutralForegroundOnBrand = "var(--colorNeutralForegroundOnBrand)";
|
|
804
924
|
|
|
805
925
|
// @public (undocumented)
|
|
806
|
-
export const colorNeutralForegroundStaticInverted
|
|
926
|
+
export const colorNeutralForegroundStaticInverted = "var(--colorNeutralForegroundStaticInverted)";
|
|
807
927
|
|
|
808
928
|
// @public (undocumented)
|
|
809
|
-
export const colorNeutralShadowAmbient
|
|
929
|
+
export const colorNeutralShadowAmbient = "var(--colorNeutralShadowAmbient)";
|
|
810
930
|
|
|
811
931
|
// @public (undocumented)
|
|
812
|
-
export const colorNeutralShadowAmbientDarker
|
|
932
|
+
export const colorNeutralShadowAmbientDarker = "var(--colorNeutralShadowAmbientDarker)";
|
|
813
933
|
|
|
814
934
|
// @public (undocumented)
|
|
815
|
-
export const colorNeutralShadowAmbientLighter
|
|
935
|
+
export const colorNeutralShadowAmbientLighter = "var(--colorNeutralShadowAmbientLighter)";
|
|
816
936
|
|
|
817
937
|
// @public (undocumented)
|
|
818
|
-
export const colorNeutralShadowKey
|
|
938
|
+
export const colorNeutralShadowKey = "var(--colorNeutralShadowKey)";
|
|
819
939
|
|
|
820
940
|
// @public (undocumented)
|
|
821
|
-
export const colorNeutralShadowKeyDarker
|
|
941
|
+
export const colorNeutralShadowKeyDarker = "var(--colorNeutralShadowKeyDarker)";
|
|
822
942
|
|
|
823
943
|
// @public (undocumented)
|
|
824
|
-
export const colorNeutralShadowKeyLighter
|
|
944
|
+
export const colorNeutralShadowKeyLighter = "var(--colorNeutralShadowKeyLighter)";
|
|
825
945
|
|
|
826
946
|
// @public (undocumented)
|
|
827
|
-
export const colorNeutralStencil1
|
|
947
|
+
export const colorNeutralStencil1 = "var(--colorNeutralStencil1)";
|
|
828
948
|
|
|
829
949
|
// @public (undocumented)
|
|
830
|
-
export const colorNeutralStencil1Alpha
|
|
950
|
+
export const colorNeutralStencil1Alpha = "var(--colorNeutralStencil1Alpha)";
|
|
831
951
|
|
|
832
952
|
// @public (undocumented)
|
|
833
|
-
export const colorNeutralStencil2
|
|
953
|
+
export const colorNeutralStencil2 = "var(--colorNeutralStencil2)";
|
|
834
954
|
|
|
835
955
|
// @public (undocumented)
|
|
836
|
-
export const colorNeutralStencil2Alpha
|
|
956
|
+
export const colorNeutralStencil2Alpha = "var(--colorNeutralStencil2Alpha)";
|
|
837
957
|
|
|
838
958
|
// @public (undocumented)
|
|
839
|
-
export const colorNeutralStroke1
|
|
959
|
+
export const colorNeutralStroke1 = "var(--colorNeutralStroke1)";
|
|
840
960
|
|
|
841
961
|
// @public (undocumented)
|
|
842
|
-
export const colorNeutralStroke1Hover
|
|
962
|
+
export const colorNeutralStroke1Hover = "var(--colorNeutralStroke1Hover)";
|
|
843
963
|
|
|
844
964
|
// @public (undocumented)
|
|
845
|
-
export const colorNeutralStroke1Pressed
|
|
965
|
+
export const colorNeutralStroke1Pressed = "var(--colorNeutralStroke1Pressed)";
|
|
846
966
|
|
|
847
967
|
// @public (undocumented)
|
|
848
|
-
export const colorNeutralStroke1Selected
|
|
968
|
+
export const colorNeutralStroke1Selected = "var(--colorNeutralStroke1Selected)";
|
|
849
969
|
|
|
850
970
|
// @public (undocumented)
|
|
851
|
-
export const colorNeutralStroke2
|
|
971
|
+
export const colorNeutralStroke2 = "var(--colorNeutralStroke2)";
|
|
852
972
|
|
|
853
973
|
// @public (undocumented)
|
|
854
|
-
export const colorNeutralStroke3
|
|
974
|
+
export const colorNeutralStroke3 = "var(--colorNeutralStroke3)";
|
|
855
975
|
|
|
856
976
|
// @public (undocumented)
|
|
857
|
-
export const colorNeutralStrokeAccessible
|
|
977
|
+
export const colorNeutralStrokeAccessible = "var(--colorNeutralStrokeAccessible)";
|
|
858
978
|
|
|
859
979
|
// @public (undocumented)
|
|
860
|
-
export const colorNeutralStrokeAccessibleHover
|
|
980
|
+
export const colorNeutralStrokeAccessibleHover = "var(--colorNeutralStrokeAccessibleHover)";
|
|
861
981
|
|
|
862
982
|
// @public (undocumented)
|
|
863
|
-
export const colorNeutralStrokeAccessiblePressed
|
|
983
|
+
export const colorNeutralStrokeAccessiblePressed = "var(--colorNeutralStrokeAccessiblePressed)";
|
|
864
984
|
|
|
865
985
|
// @public (undocumented)
|
|
866
|
-
export const colorNeutralStrokeAccessibleSelected
|
|
986
|
+
export const colorNeutralStrokeAccessibleSelected = "var(--colorNeutralStrokeAccessibleSelected)";
|
|
867
987
|
|
|
868
988
|
// @public (undocumented)
|
|
869
|
-
export const colorNeutralStrokeDisabled
|
|
989
|
+
export const colorNeutralStrokeDisabled = "var(--colorNeutralStrokeDisabled)";
|
|
870
990
|
|
|
871
991
|
// @public (undocumented)
|
|
872
|
-
export const colorNeutralStrokeInvertedDisabled
|
|
992
|
+
export const colorNeutralStrokeInvertedDisabled = "var(--colorNeutralStrokeInvertedDisabled)";
|
|
873
993
|
|
|
874
994
|
// @public (undocumented)
|
|
875
|
-
export const colorNeutralStrokeOnBrand
|
|
995
|
+
export const colorNeutralStrokeOnBrand = "var(--colorNeutralStrokeOnBrand)";
|
|
876
996
|
|
|
877
997
|
// @public (undocumented)
|
|
878
|
-
export const colorNeutralStrokeOnBrand2
|
|
998
|
+
export const colorNeutralStrokeOnBrand2 = "var(--colorNeutralStrokeOnBrand2)";
|
|
879
999
|
|
|
880
1000
|
// @public (undocumented)
|
|
881
|
-
export const colorNeutralStrokeOnBrand2Hover
|
|
1001
|
+
export const colorNeutralStrokeOnBrand2Hover = "var(--colorNeutralStrokeOnBrand2Hover)";
|
|
882
1002
|
|
|
883
1003
|
// @public (undocumented)
|
|
884
|
-
export const colorNeutralStrokeOnBrand2Pressed
|
|
1004
|
+
export const colorNeutralStrokeOnBrand2Pressed = "var(--colorNeutralStrokeOnBrand2Pressed)";
|
|
885
1005
|
|
|
886
1006
|
// @public (undocumented)
|
|
887
|
-
export const colorNeutralStrokeOnBrand2Selected
|
|
1007
|
+
export const colorNeutralStrokeOnBrand2Selected = "var(--colorNeutralStrokeOnBrand2Selected)";
|
|
888
1008
|
|
|
889
1009
|
// @public (undocumented)
|
|
890
|
-
export const colorPaletteAnchorBackground2
|
|
1010
|
+
export const colorPaletteAnchorBackground2 = "var(--colorPaletteAnchorBackground2)";
|
|
891
1011
|
|
|
892
1012
|
// @public (undocumented)
|
|
893
|
-
export const colorPaletteAnchorBorderActive
|
|
1013
|
+
export const colorPaletteAnchorBorderActive = "var(--colorPaletteAnchorBorderActive)";
|
|
894
1014
|
|
|
895
1015
|
// @public (undocumented)
|
|
896
|
-
export const colorPaletteAnchorForeground2
|
|
1016
|
+
export const colorPaletteAnchorForeground2 = "var(--colorPaletteAnchorForeground2)";
|
|
897
1017
|
|
|
898
1018
|
// @public (undocumented)
|
|
899
|
-
export const colorPaletteBeigeBackground2
|
|
1019
|
+
export const colorPaletteBeigeBackground2 = "var(--colorPaletteBeigeBackground2)";
|
|
900
1020
|
|
|
901
1021
|
// @public (undocumented)
|
|
902
|
-
export const colorPaletteBeigeBorderActive
|
|
1022
|
+
export const colorPaletteBeigeBorderActive = "var(--colorPaletteBeigeBorderActive)";
|
|
903
1023
|
|
|
904
1024
|
// @public (undocumented)
|
|
905
|
-
export const colorPaletteBeigeForeground2
|
|
1025
|
+
export const colorPaletteBeigeForeground2 = "var(--colorPaletteBeigeForeground2)";
|
|
906
1026
|
|
|
907
1027
|
// @public (undocumented)
|
|
908
|
-
export const colorPaletteBerryBackground1
|
|
1028
|
+
export const colorPaletteBerryBackground1 = "var(--colorPaletteBerryBackground1)";
|
|
909
1029
|
|
|
910
1030
|
// @public (undocumented)
|
|
911
|
-
export const colorPaletteBerryBackground2
|
|
1031
|
+
export const colorPaletteBerryBackground2 = "var(--colorPaletteBerryBackground2)";
|
|
912
1032
|
|
|
913
1033
|
// @public (undocumented)
|
|
914
|
-
export const colorPaletteBerryBackground3
|
|
1034
|
+
export const colorPaletteBerryBackground3 = "var(--colorPaletteBerryBackground3)";
|
|
915
1035
|
|
|
916
1036
|
// @public (undocumented)
|
|
917
|
-
export const colorPaletteBerryBorder1
|
|
1037
|
+
export const colorPaletteBerryBorder1 = "var(--colorPaletteBerryBorder1)";
|
|
918
1038
|
|
|
919
1039
|
// @public (undocumented)
|
|
920
|
-
export const colorPaletteBerryBorder2
|
|
1040
|
+
export const colorPaletteBerryBorder2 = "var(--colorPaletteBerryBorder2)";
|
|
921
1041
|
|
|
922
1042
|
// @public (undocumented)
|
|
923
|
-
export const colorPaletteBerryBorderActive
|
|
1043
|
+
export const colorPaletteBerryBorderActive = "var(--colorPaletteBerryBorderActive)";
|
|
924
1044
|
|
|
925
1045
|
// @public (undocumented)
|
|
926
|
-
export const colorPaletteBerryForeground1
|
|
1046
|
+
export const colorPaletteBerryForeground1 = "var(--colorPaletteBerryForeground1)";
|
|
927
1047
|
|
|
928
1048
|
// @public (undocumented)
|
|
929
|
-
export const colorPaletteBerryForeground2
|
|
1049
|
+
export const colorPaletteBerryForeground2 = "var(--colorPaletteBerryForeground2)";
|
|
930
1050
|
|
|
931
1051
|
// @public (undocumented)
|
|
932
|
-
export const colorPaletteBerryForeground3
|
|
1052
|
+
export const colorPaletteBerryForeground3 = "var(--colorPaletteBerryForeground3)";
|
|
933
1053
|
|
|
934
1054
|
// @public (undocumented)
|
|
935
|
-
export const colorPaletteBlueBackground2
|
|
1055
|
+
export const colorPaletteBlueBackground2 = "var(--colorPaletteBlueBackground2)";
|
|
936
1056
|
|
|
937
1057
|
// @public (undocumented)
|
|
938
|
-
export const colorPaletteBlueBorderActive
|
|
1058
|
+
export const colorPaletteBlueBorderActive = "var(--colorPaletteBlueBorderActive)";
|
|
939
1059
|
|
|
940
1060
|
// @public (undocumented)
|
|
941
|
-
export const colorPaletteBlueForeground2
|
|
1061
|
+
export const colorPaletteBlueForeground2 = "var(--colorPaletteBlueForeground2)";
|
|
942
1062
|
|
|
943
1063
|
// @public (undocumented)
|
|
944
|
-
export const colorPaletteBrassBackground2
|
|
1064
|
+
export const colorPaletteBrassBackground2 = "var(--colorPaletteBrassBackground2)";
|
|
945
1065
|
|
|
946
1066
|
// @public (undocumented)
|
|
947
|
-
export const colorPaletteBrassBorderActive
|
|
1067
|
+
export const colorPaletteBrassBorderActive = "var(--colorPaletteBrassBorderActive)";
|
|
948
1068
|
|
|
949
1069
|
// @public (undocumented)
|
|
950
|
-
export const colorPaletteBrassForeground2
|
|
1070
|
+
export const colorPaletteBrassForeground2 = "var(--colorPaletteBrassForeground2)";
|
|
951
1071
|
|
|
952
1072
|
// @public (undocumented)
|
|
953
|
-
export const colorPaletteBrownBackground2
|
|
1073
|
+
export const colorPaletteBrownBackground2 = "var(--colorPaletteBrownBackground2)";
|
|
954
1074
|
|
|
955
1075
|
// @public (undocumented)
|
|
956
|
-
export const colorPaletteBrownBorderActive
|
|
1076
|
+
export const colorPaletteBrownBorderActive = "var(--colorPaletteBrownBorderActive)";
|
|
957
1077
|
|
|
958
1078
|
// @public (undocumented)
|
|
959
|
-
export const colorPaletteBrownForeground2
|
|
1079
|
+
export const colorPaletteBrownForeground2 = "var(--colorPaletteBrownForeground2)";
|
|
960
1080
|
|
|
961
1081
|
// @public (undocumented)
|
|
962
|
-
export const colorPaletteCornflowerBackground2
|
|
1082
|
+
export const colorPaletteCornflowerBackground2 = "var(--colorPaletteCornflowerBackground2)";
|
|
963
1083
|
|
|
964
1084
|
// @public (undocumented)
|
|
965
|
-
export const colorPaletteCornflowerBorderActive
|
|
1085
|
+
export const colorPaletteCornflowerBorderActive = "var(--colorPaletteCornflowerBorderActive)";
|
|
966
1086
|
|
|
967
1087
|
// @public (undocumented)
|
|
968
|
-
export const colorPaletteCornflowerForeground2
|
|
1088
|
+
export const colorPaletteCornflowerForeground2 = "var(--colorPaletteCornflowerForeground2)";
|
|
969
1089
|
|
|
970
1090
|
// @public (undocumented)
|
|
971
|
-
export const colorPaletteCranberryBackground2
|
|
1091
|
+
export const colorPaletteCranberryBackground2 = "var(--colorPaletteCranberryBackground2)";
|
|
972
1092
|
|
|
973
1093
|
// @public (undocumented)
|
|
974
|
-
export const colorPaletteCranberryBorderActive
|
|
1094
|
+
export const colorPaletteCranberryBorderActive = "var(--colorPaletteCranberryBorderActive)";
|
|
975
1095
|
|
|
976
1096
|
// @public (undocumented)
|
|
977
|
-
export const colorPaletteCranberryForeground2
|
|
1097
|
+
export const colorPaletteCranberryForeground2 = "var(--colorPaletteCranberryForeground2)";
|
|
978
1098
|
|
|
979
1099
|
// @public (undocumented)
|
|
980
|
-
export const colorPaletteDarkGreenBackground2
|
|
1100
|
+
export const colorPaletteDarkGreenBackground2 = "var(--colorPaletteDarkGreenBackground2)";
|
|
981
1101
|
|
|
982
1102
|
// @public (undocumented)
|
|
983
|
-
export const colorPaletteDarkGreenBorderActive
|
|
1103
|
+
export const colorPaletteDarkGreenBorderActive = "var(--colorPaletteDarkGreenBorderActive)";
|
|
984
1104
|
|
|
985
1105
|
// @public (undocumented)
|
|
986
|
-
export const colorPaletteDarkGreenForeground2
|
|
1106
|
+
export const colorPaletteDarkGreenForeground2 = "var(--colorPaletteDarkGreenForeground2)";
|
|
987
1107
|
|
|
988
1108
|
// @public (undocumented)
|
|
989
|
-
export const colorPaletteDarkOrangeBackground1
|
|
1109
|
+
export const colorPaletteDarkOrangeBackground1 = "var(--colorPaletteDarkOrangeBackground1)";
|
|
990
1110
|
|
|
991
1111
|
// @public (undocumented)
|
|
992
|
-
export const colorPaletteDarkOrangeBackground2
|
|
1112
|
+
export const colorPaletteDarkOrangeBackground2 = "var(--colorPaletteDarkOrangeBackground2)";
|
|
993
1113
|
|
|
994
1114
|
// @public (undocumented)
|
|
995
|
-
export const colorPaletteDarkOrangeBackground3
|
|
1115
|
+
export const colorPaletteDarkOrangeBackground3 = "var(--colorPaletteDarkOrangeBackground3)";
|
|
996
1116
|
|
|
997
1117
|
// @public (undocumented)
|
|
998
|
-
export const colorPaletteDarkOrangeBorder1
|
|
1118
|
+
export const colorPaletteDarkOrangeBorder1 = "var(--colorPaletteDarkOrangeBorder1)";
|
|
999
1119
|
|
|
1000
1120
|
// @public (undocumented)
|
|
1001
|
-
export const colorPaletteDarkOrangeBorder2
|
|
1121
|
+
export const colorPaletteDarkOrangeBorder2 = "var(--colorPaletteDarkOrangeBorder2)";
|
|
1002
1122
|
|
|
1003
1123
|
// @public (undocumented)
|
|
1004
|
-
export const colorPaletteDarkOrangeBorderActive
|
|
1124
|
+
export const colorPaletteDarkOrangeBorderActive = "var(--colorPaletteDarkOrangeBorderActive)";
|
|
1005
1125
|
|
|
1006
1126
|
// @public (undocumented)
|
|
1007
|
-
export const colorPaletteDarkOrangeForeground1
|
|
1127
|
+
export const colorPaletteDarkOrangeForeground1 = "var(--colorPaletteDarkOrangeForeground1)";
|
|
1008
1128
|
|
|
1009
1129
|
// @public (undocumented)
|
|
1010
|
-
export const colorPaletteDarkOrangeForeground2
|
|
1130
|
+
export const colorPaletteDarkOrangeForeground2 = "var(--colorPaletteDarkOrangeForeground2)";
|
|
1011
1131
|
|
|
1012
1132
|
// @public (undocumented)
|
|
1013
|
-
export const colorPaletteDarkOrangeForeground3
|
|
1133
|
+
export const colorPaletteDarkOrangeForeground3 = "var(--colorPaletteDarkOrangeForeground3)";
|
|
1014
1134
|
|
|
1015
1135
|
// @public (undocumented)
|
|
1016
|
-
export const colorPaletteDarkRedBackground2
|
|
1136
|
+
export const colorPaletteDarkRedBackground2 = "var(--colorPaletteDarkRedBackground2)";
|
|
1017
1137
|
|
|
1018
1138
|
// @public (undocumented)
|
|
1019
|
-
export const colorPaletteDarkRedBorderActive
|
|
1139
|
+
export const colorPaletteDarkRedBorderActive = "var(--colorPaletteDarkRedBorderActive)";
|
|
1020
1140
|
|
|
1021
1141
|
// @public (undocumented)
|
|
1022
|
-
export const colorPaletteDarkRedForeground2
|
|
1142
|
+
export const colorPaletteDarkRedForeground2 = "var(--colorPaletteDarkRedForeground2)";
|
|
1023
1143
|
|
|
1024
1144
|
// @public (undocumented)
|
|
1025
|
-
export const colorPaletteForestBackground2
|
|
1145
|
+
export const colorPaletteForestBackground2 = "var(--colorPaletteForestBackground2)";
|
|
1026
1146
|
|
|
1027
1147
|
// @public (undocumented)
|
|
1028
|
-
export const colorPaletteForestBorderActive
|
|
1148
|
+
export const colorPaletteForestBorderActive = "var(--colorPaletteForestBorderActive)";
|
|
1029
1149
|
|
|
1030
1150
|
// @public (undocumented)
|
|
1031
|
-
export const colorPaletteForestForeground2
|
|
1151
|
+
export const colorPaletteForestForeground2 = "var(--colorPaletteForestForeground2)";
|
|
1032
1152
|
|
|
1033
1153
|
// @public (undocumented)
|
|
1034
|
-
export const colorPaletteGoldBackground2
|
|
1154
|
+
export const colorPaletteGoldBackground2 = "var(--colorPaletteGoldBackground2)";
|
|
1035
1155
|
|
|
1036
1156
|
// @public (undocumented)
|
|
1037
|
-
export const colorPaletteGoldBorderActive
|
|
1157
|
+
export const colorPaletteGoldBorderActive = "var(--colorPaletteGoldBorderActive)";
|
|
1038
1158
|
|
|
1039
1159
|
// @public (undocumented)
|
|
1040
|
-
export const colorPaletteGoldForeground2
|
|
1160
|
+
export const colorPaletteGoldForeground2 = "var(--colorPaletteGoldForeground2)";
|
|
1041
1161
|
|
|
1042
1162
|
// @public (undocumented)
|
|
1043
|
-
export const colorPaletteGrapeBackground2
|
|
1163
|
+
export const colorPaletteGrapeBackground2 = "var(--colorPaletteGrapeBackground2)";
|
|
1044
1164
|
|
|
1045
1165
|
// @public (undocumented)
|
|
1046
|
-
export const colorPaletteGrapeBorderActive
|
|
1166
|
+
export const colorPaletteGrapeBorderActive = "var(--colorPaletteGrapeBorderActive)";
|
|
1047
1167
|
|
|
1048
1168
|
// @public (undocumented)
|
|
1049
|
-
export const colorPaletteGrapeForeground2
|
|
1169
|
+
export const colorPaletteGrapeForeground2 = "var(--colorPaletteGrapeForeground2)";
|
|
1050
1170
|
|
|
1051
1171
|
// @public (undocumented)
|
|
1052
|
-
export const colorPaletteGreenBackground1
|
|
1172
|
+
export const colorPaletteGreenBackground1 = "var(--colorPaletteGreenBackground1)";
|
|
1053
1173
|
|
|
1054
1174
|
// @public (undocumented)
|
|
1055
|
-
export const colorPaletteGreenBackground2
|
|
1175
|
+
export const colorPaletteGreenBackground2 = "var(--colorPaletteGreenBackground2)";
|
|
1056
1176
|
|
|
1057
1177
|
// @public (undocumented)
|
|
1058
|
-
export const colorPaletteGreenBackground3
|
|
1178
|
+
export const colorPaletteGreenBackground3 = "var(--colorPaletteGreenBackground3)";
|
|
1059
1179
|
|
|
1060
1180
|
// @public (undocumented)
|
|
1061
|
-
export const colorPaletteGreenBorder1
|
|
1181
|
+
export const colorPaletteGreenBorder1 = "var(--colorPaletteGreenBorder1)";
|
|
1062
1182
|
|
|
1063
1183
|
// @public (undocumented)
|
|
1064
|
-
export const colorPaletteGreenBorder2
|
|
1184
|
+
export const colorPaletteGreenBorder2 = "var(--colorPaletteGreenBorder2)";
|
|
1065
1185
|
|
|
1066
1186
|
// @public (undocumented)
|
|
1067
|
-
export const colorPaletteGreenBorderActive
|
|
1187
|
+
export const colorPaletteGreenBorderActive = "var(--colorPaletteGreenBorderActive)";
|
|
1068
1188
|
|
|
1069
1189
|
// @public (undocumented)
|
|
1070
|
-
export const colorPaletteGreenForeground1
|
|
1190
|
+
export const colorPaletteGreenForeground1 = "var(--colorPaletteGreenForeground1)";
|
|
1071
1191
|
|
|
1072
1192
|
// @public (undocumented)
|
|
1073
|
-
export const colorPaletteGreenForeground2
|
|
1193
|
+
export const colorPaletteGreenForeground2 = "var(--colorPaletteGreenForeground2)";
|
|
1074
1194
|
|
|
1075
1195
|
// @public (undocumented)
|
|
1076
|
-
export const colorPaletteGreenForeground3
|
|
1196
|
+
export const colorPaletteGreenForeground3 = "var(--colorPaletteGreenForeground3)";
|
|
1077
1197
|
|
|
1078
1198
|
// @public (undocumented)
|
|
1079
|
-
export const colorPaletteGreenForegroundInverted
|
|
1199
|
+
export const colorPaletteGreenForegroundInverted = "var(--colorPaletteGreenForegroundInverted)";
|
|
1080
1200
|
|
|
1081
1201
|
// @public (undocumented)
|
|
1082
|
-
export const colorPaletteLavenderBackground2
|
|
1202
|
+
export const colorPaletteLavenderBackground2 = "var(--colorPaletteLavenderBackground2)";
|
|
1083
1203
|
|
|
1084
1204
|
// @public (undocumented)
|
|
1085
|
-
export const colorPaletteLavenderBorderActive
|
|
1205
|
+
export const colorPaletteLavenderBorderActive = "var(--colorPaletteLavenderBorderActive)";
|
|
1086
1206
|
|
|
1087
1207
|
// @public (undocumented)
|
|
1088
|
-
export const colorPaletteLavenderForeground2
|
|
1208
|
+
export const colorPaletteLavenderForeground2 = "var(--colorPaletteLavenderForeground2)";
|
|
1089
1209
|
|
|
1090
1210
|
// @public (undocumented)
|
|
1091
|
-
export const colorPaletteLightGreenBackground1
|
|
1211
|
+
export const colorPaletteLightGreenBackground1 = "var(--colorPaletteLightGreenBackground1)";
|
|
1092
1212
|
|
|
1093
1213
|
// @public (undocumented)
|
|
1094
|
-
export const colorPaletteLightGreenBackground2
|
|
1214
|
+
export const colorPaletteLightGreenBackground2 = "var(--colorPaletteLightGreenBackground2)";
|
|
1095
1215
|
|
|
1096
1216
|
// @public (undocumented)
|
|
1097
|
-
export const colorPaletteLightGreenBackground3
|
|
1217
|
+
export const colorPaletteLightGreenBackground3 = "var(--colorPaletteLightGreenBackground3)";
|
|
1098
1218
|
|
|
1099
1219
|
// @public (undocumented)
|
|
1100
|
-
export const colorPaletteLightGreenBorder1
|
|
1220
|
+
export const colorPaletteLightGreenBorder1 = "var(--colorPaletteLightGreenBorder1)";
|
|
1101
1221
|
|
|
1102
1222
|
// @public (undocumented)
|
|
1103
|
-
export const colorPaletteLightGreenBorder2
|
|
1223
|
+
export const colorPaletteLightGreenBorder2 = "var(--colorPaletteLightGreenBorder2)";
|
|
1104
1224
|
|
|
1105
1225
|
// @public (undocumented)
|
|
1106
|
-
export const colorPaletteLightGreenBorderActive
|
|
1226
|
+
export const colorPaletteLightGreenBorderActive = "var(--colorPaletteLightGreenBorderActive)";
|
|
1107
1227
|
|
|
1108
1228
|
// @public (undocumented)
|
|
1109
|
-
export const colorPaletteLightGreenForeground1
|
|
1229
|
+
export const colorPaletteLightGreenForeground1 = "var(--colorPaletteLightGreenForeground1)";
|
|
1110
1230
|
|
|
1111
1231
|
// @public (undocumented)
|
|
1112
|
-
export const colorPaletteLightGreenForeground2
|
|
1232
|
+
export const colorPaletteLightGreenForeground2 = "var(--colorPaletteLightGreenForeground2)";
|
|
1113
1233
|
|
|
1114
1234
|
// @public (undocumented)
|
|
1115
|
-
export const colorPaletteLightGreenForeground3
|
|
1235
|
+
export const colorPaletteLightGreenForeground3 = "var(--colorPaletteLightGreenForeground3)";
|
|
1116
1236
|
|
|
1117
1237
|
// @public (undocumented)
|
|
1118
|
-
export const colorPaletteLightTealBackground2
|
|
1238
|
+
export const colorPaletteLightTealBackground2 = "var(--colorPaletteLightTealBackground2)";
|
|
1119
1239
|
|
|
1120
1240
|
// @public (undocumented)
|
|
1121
|
-
export const colorPaletteLightTealBorderActive
|
|
1241
|
+
export const colorPaletteLightTealBorderActive = "var(--colorPaletteLightTealBorderActive)";
|
|
1122
1242
|
|
|
1123
1243
|
// @public (undocumented)
|
|
1124
|
-
export const colorPaletteLightTealForeground2
|
|
1244
|
+
export const colorPaletteLightTealForeground2 = "var(--colorPaletteLightTealForeground2)";
|
|
1125
1245
|
|
|
1126
1246
|
// @public (undocumented)
|
|
1127
|
-
export const colorPaletteLilacBackground2
|
|
1247
|
+
export const colorPaletteLilacBackground2 = "var(--colorPaletteLilacBackground2)";
|
|
1128
1248
|
|
|
1129
1249
|
// @public (undocumented)
|
|
1130
|
-
export const colorPaletteLilacBorderActive
|
|
1250
|
+
export const colorPaletteLilacBorderActive = "var(--colorPaletteLilacBorderActive)";
|
|
1131
1251
|
|
|
1132
1252
|
// @public (undocumented)
|
|
1133
|
-
export const colorPaletteLilacForeground2
|
|
1253
|
+
export const colorPaletteLilacForeground2 = "var(--colorPaletteLilacForeground2)";
|
|
1134
1254
|
|
|
1135
1255
|
// @public (undocumented)
|
|
1136
|
-
export const colorPaletteMagentaBackground2
|
|
1256
|
+
export const colorPaletteMagentaBackground2 = "var(--colorPaletteMagentaBackground2)";
|
|
1137
1257
|
|
|
1138
1258
|
// @public (undocumented)
|
|
1139
|
-
export const colorPaletteMagentaBorderActive
|
|
1259
|
+
export const colorPaletteMagentaBorderActive = "var(--colorPaletteMagentaBorderActive)";
|
|
1140
1260
|
|
|
1141
1261
|
// @public (undocumented)
|
|
1142
|
-
export const colorPaletteMagentaForeground2
|
|
1262
|
+
export const colorPaletteMagentaForeground2 = "var(--colorPaletteMagentaForeground2)";
|
|
1143
1263
|
|
|
1144
1264
|
// @public (undocumented)
|
|
1145
|
-
export const colorPaletteMarigoldBackground1
|
|
1265
|
+
export const colorPaletteMarigoldBackground1 = "var(--colorPaletteMarigoldBackground1)";
|
|
1146
1266
|
|
|
1147
1267
|
// @public (undocumented)
|
|
1148
|
-
export const colorPaletteMarigoldBackground2
|
|
1268
|
+
export const colorPaletteMarigoldBackground2 = "var(--colorPaletteMarigoldBackground2)";
|
|
1149
1269
|
|
|
1150
1270
|
// @public (undocumented)
|
|
1151
|
-
export const colorPaletteMarigoldBackground3
|
|
1271
|
+
export const colorPaletteMarigoldBackground3 = "var(--colorPaletteMarigoldBackground3)";
|
|
1152
1272
|
|
|
1153
1273
|
// @public (undocumented)
|
|
1154
|
-
export const colorPaletteMarigoldBorder1
|
|
1274
|
+
export const colorPaletteMarigoldBorder1 = "var(--colorPaletteMarigoldBorder1)";
|
|
1155
1275
|
|
|
1156
1276
|
// @public (undocumented)
|
|
1157
|
-
export const colorPaletteMarigoldBorder2
|
|
1277
|
+
export const colorPaletteMarigoldBorder2 = "var(--colorPaletteMarigoldBorder2)";
|
|
1158
1278
|
|
|
1159
1279
|
// @public (undocumented)
|
|
1160
|
-
export const colorPaletteMarigoldBorderActive
|
|
1280
|
+
export const colorPaletteMarigoldBorderActive = "var(--colorPaletteMarigoldBorderActive)";
|
|
1161
1281
|
|
|
1162
1282
|
// @public (undocumented)
|
|
1163
|
-
export const colorPaletteMarigoldForeground1
|
|
1283
|
+
export const colorPaletteMarigoldForeground1 = "var(--colorPaletteMarigoldForeground1)";
|
|
1164
1284
|
|
|
1165
1285
|
// @public (undocumented)
|
|
1166
|
-
export const colorPaletteMarigoldForeground2
|
|
1286
|
+
export const colorPaletteMarigoldForeground2 = "var(--colorPaletteMarigoldForeground2)";
|
|
1167
1287
|
|
|
1168
1288
|
// @public (undocumented)
|
|
1169
|
-
export const colorPaletteMarigoldForeground3
|
|
1289
|
+
export const colorPaletteMarigoldForeground3 = "var(--colorPaletteMarigoldForeground3)";
|
|
1170
1290
|
|
|
1171
1291
|
// @public (undocumented)
|
|
1172
|
-
export const colorPaletteMinkBackground2
|
|
1292
|
+
export const colorPaletteMinkBackground2 = "var(--colorPaletteMinkBackground2)";
|
|
1173
1293
|
|
|
1174
1294
|
// @public (undocumented)
|
|
1175
|
-
export const colorPaletteMinkBorderActive
|
|
1295
|
+
export const colorPaletteMinkBorderActive = "var(--colorPaletteMinkBorderActive)";
|
|
1176
1296
|
|
|
1177
1297
|
// @public (undocumented)
|
|
1178
|
-
export const colorPaletteMinkForeground2
|
|
1298
|
+
export const colorPaletteMinkForeground2 = "var(--colorPaletteMinkForeground2)";
|
|
1179
1299
|
|
|
1180
1300
|
// @public (undocumented)
|
|
1181
|
-
export const colorPaletteNavyBackground2
|
|
1301
|
+
export const colorPaletteNavyBackground2 = "var(--colorPaletteNavyBackground2)";
|
|
1182
1302
|
|
|
1183
1303
|
// @public (undocumented)
|
|
1184
|
-
export const colorPaletteNavyBorderActive
|
|
1304
|
+
export const colorPaletteNavyBorderActive = "var(--colorPaletteNavyBorderActive)";
|
|
1185
1305
|
|
|
1186
1306
|
// @public (undocumented)
|
|
1187
|
-
export const colorPaletteNavyForeground2
|
|
1307
|
+
export const colorPaletteNavyForeground2 = "var(--colorPaletteNavyForeground2)";
|
|
1188
1308
|
|
|
1189
1309
|
// @public (undocumented)
|
|
1190
|
-
export const colorPalettePeachBackground2
|
|
1310
|
+
export const colorPalettePeachBackground2 = "var(--colorPalettePeachBackground2)";
|
|
1191
1311
|
|
|
1192
1312
|
// @public (undocumented)
|
|
1193
|
-
export const colorPalettePeachBorderActive
|
|
1313
|
+
export const colorPalettePeachBorderActive = "var(--colorPalettePeachBorderActive)";
|
|
1194
1314
|
|
|
1195
1315
|
// @public (undocumented)
|
|
1196
|
-
export const colorPalettePeachForeground2
|
|
1316
|
+
export const colorPalettePeachForeground2 = "var(--colorPalettePeachForeground2)";
|
|
1197
1317
|
|
|
1198
1318
|
// @public (undocumented)
|
|
1199
|
-
export const colorPalettePinkBackground2
|
|
1319
|
+
export const colorPalettePinkBackground2 = "var(--colorPalettePinkBackground2)";
|
|
1200
1320
|
|
|
1201
1321
|
// @public (undocumented)
|
|
1202
|
-
export const colorPalettePinkBorderActive
|
|
1322
|
+
export const colorPalettePinkBorderActive = "var(--colorPalettePinkBorderActive)";
|
|
1203
1323
|
|
|
1204
1324
|
// @public (undocumented)
|
|
1205
|
-
export const colorPalettePinkForeground2
|
|
1325
|
+
export const colorPalettePinkForeground2 = "var(--colorPalettePinkForeground2)";
|
|
1206
1326
|
|
|
1207
1327
|
// @public (undocumented)
|
|
1208
|
-
export const colorPalettePlatinumBackground2
|
|
1328
|
+
export const colorPalettePlatinumBackground2 = "var(--colorPalettePlatinumBackground2)";
|
|
1209
1329
|
|
|
1210
1330
|
// @public (undocumented)
|
|
1211
|
-
export const colorPalettePlatinumBorderActive
|
|
1331
|
+
export const colorPalettePlatinumBorderActive = "var(--colorPalettePlatinumBorderActive)";
|
|
1212
1332
|
|
|
1213
1333
|
// @public (undocumented)
|
|
1214
|
-
export const colorPalettePlatinumForeground2
|
|
1334
|
+
export const colorPalettePlatinumForeground2 = "var(--colorPalettePlatinumForeground2)";
|
|
1215
1335
|
|
|
1216
1336
|
// @public (undocumented)
|
|
1217
|
-
export const colorPalettePlumBackground2
|
|
1337
|
+
export const colorPalettePlumBackground2 = "var(--colorPalettePlumBackground2)";
|
|
1218
1338
|
|
|
1219
1339
|
// @public (undocumented)
|
|
1220
|
-
export const colorPalettePlumBorderActive
|
|
1340
|
+
export const colorPalettePlumBorderActive = "var(--colorPalettePlumBorderActive)";
|
|
1221
1341
|
|
|
1222
1342
|
// @public (undocumented)
|
|
1223
|
-
export const colorPalettePlumForeground2
|
|
1343
|
+
export const colorPalettePlumForeground2 = "var(--colorPalettePlumForeground2)";
|
|
1224
1344
|
|
|
1225
1345
|
// @public (undocumented)
|
|
1226
|
-
export const colorPalettePumpkinBackground2
|
|
1346
|
+
export const colorPalettePumpkinBackground2 = "var(--colorPalettePumpkinBackground2)";
|
|
1227
1347
|
|
|
1228
1348
|
// @public (undocumented)
|
|
1229
|
-
export const colorPalettePumpkinBorderActive
|
|
1349
|
+
export const colorPalettePumpkinBorderActive = "var(--colorPalettePumpkinBorderActive)";
|
|
1230
1350
|
|
|
1231
1351
|
// @public (undocumented)
|
|
1232
|
-
export const colorPalettePumpkinForeground2
|
|
1352
|
+
export const colorPalettePumpkinForeground2 = "var(--colorPalettePumpkinForeground2)";
|
|
1233
1353
|
|
|
1234
1354
|
// @public (undocumented)
|
|
1235
|
-
export const colorPalettePurpleBackground2
|
|
1355
|
+
export const colorPalettePurpleBackground2 = "var(--colorPalettePurpleBackground2)";
|
|
1236
1356
|
|
|
1237
1357
|
// @public (undocumented)
|
|
1238
|
-
export const colorPalettePurpleBorderActive
|
|
1358
|
+
export const colorPalettePurpleBorderActive = "var(--colorPalettePurpleBorderActive)";
|
|
1239
1359
|
|
|
1240
1360
|
// @public (undocumented)
|
|
1241
|
-
export const colorPalettePurpleForeground2
|
|
1361
|
+
export const colorPalettePurpleForeground2 = "var(--colorPalettePurpleForeground2)";
|
|
1242
1362
|
|
|
1243
1363
|
// @public (undocumented)
|
|
1244
|
-
export const colorPaletteRedBackground1
|
|
1364
|
+
export const colorPaletteRedBackground1 = "var(--colorPaletteRedBackground1)";
|
|
1245
1365
|
|
|
1246
1366
|
// @public (undocumented)
|
|
1247
|
-
export const colorPaletteRedBackground2
|
|
1367
|
+
export const colorPaletteRedBackground2 = "var(--colorPaletteRedBackground2)";
|
|
1248
1368
|
|
|
1249
1369
|
// @public (undocumented)
|
|
1250
|
-
export const colorPaletteRedBackground3
|
|
1370
|
+
export const colorPaletteRedBackground3 = "var(--colorPaletteRedBackground3)";
|
|
1251
1371
|
|
|
1252
1372
|
// @public (undocumented)
|
|
1253
|
-
export const colorPaletteRedBorder1
|
|
1373
|
+
export const colorPaletteRedBorder1 = "var(--colorPaletteRedBorder1)";
|
|
1254
1374
|
|
|
1255
1375
|
// @public (undocumented)
|
|
1256
|
-
export const colorPaletteRedBorder2
|
|
1376
|
+
export const colorPaletteRedBorder2 = "var(--colorPaletteRedBorder2)";
|
|
1257
1377
|
|
|
1258
1378
|
// @public (undocumented)
|
|
1259
|
-
export const colorPaletteRedBorderActive
|
|
1379
|
+
export const colorPaletteRedBorderActive = "var(--colorPaletteRedBorderActive)";
|
|
1260
1380
|
|
|
1261
1381
|
// @public (undocumented)
|
|
1262
|
-
export const colorPaletteRedForeground1
|
|
1382
|
+
export const colorPaletteRedForeground1 = "var(--colorPaletteRedForeground1)";
|
|
1263
1383
|
|
|
1264
1384
|
// @public (undocumented)
|
|
1265
|
-
export const colorPaletteRedForeground2
|
|
1385
|
+
export const colorPaletteRedForeground2 = "var(--colorPaletteRedForeground2)";
|
|
1266
1386
|
|
|
1267
1387
|
// @public (undocumented)
|
|
1268
|
-
export const colorPaletteRedForeground3
|
|
1388
|
+
export const colorPaletteRedForeground3 = "var(--colorPaletteRedForeground3)";
|
|
1269
1389
|
|
|
1270
1390
|
// @public (undocumented)
|
|
1271
|
-
export const colorPaletteRedForegroundInverted
|
|
1391
|
+
export const colorPaletteRedForegroundInverted = "var(--colorPaletteRedForegroundInverted)";
|
|
1272
1392
|
|
|
1273
1393
|
// @public (undocumented)
|
|
1274
|
-
export const colorPaletteRoyalBlueBackground2
|
|
1394
|
+
export const colorPaletteRoyalBlueBackground2 = "var(--colorPaletteRoyalBlueBackground2)";
|
|
1275
1395
|
|
|
1276
1396
|
// @public (undocumented)
|
|
1277
|
-
export const colorPaletteRoyalBlueBorderActive
|
|
1397
|
+
export const colorPaletteRoyalBlueBorderActive = "var(--colorPaletteRoyalBlueBorderActive)";
|
|
1278
1398
|
|
|
1279
1399
|
// @public (undocumented)
|
|
1280
|
-
export const colorPaletteRoyalBlueForeground2
|
|
1400
|
+
export const colorPaletteRoyalBlueForeground2 = "var(--colorPaletteRoyalBlueForeground2)";
|
|
1281
1401
|
|
|
1282
1402
|
// @public (undocumented)
|
|
1283
|
-
export const colorPaletteSeafoamBackground2
|
|
1403
|
+
export const colorPaletteSeafoamBackground2 = "var(--colorPaletteSeafoamBackground2)";
|
|
1284
1404
|
|
|
1285
1405
|
// @public (undocumented)
|
|
1286
|
-
export const colorPaletteSeafoamBorderActive
|
|
1406
|
+
export const colorPaletteSeafoamBorderActive = "var(--colorPaletteSeafoamBorderActive)";
|
|
1287
1407
|
|
|
1288
1408
|
// @public (undocumented)
|
|
1289
|
-
export const colorPaletteSeafoamForeground2
|
|
1409
|
+
export const colorPaletteSeafoamForeground2 = "var(--colorPaletteSeafoamForeground2)";
|
|
1290
1410
|
|
|
1291
1411
|
// @public (undocumented)
|
|
1292
|
-
export const colorPaletteSteelBackground2
|
|
1412
|
+
export const colorPaletteSteelBackground2 = "var(--colorPaletteSteelBackground2)";
|
|
1293
1413
|
|
|
1294
1414
|
// @public (undocumented)
|
|
1295
|
-
export const colorPaletteSteelBorderActive
|
|
1415
|
+
export const colorPaletteSteelBorderActive = "var(--colorPaletteSteelBorderActive)";
|
|
1296
1416
|
|
|
1297
1417
|
// @public (undocumented)
|
|
1298
|
-
export const colorPaletteSteelForeground2
|
|
1418
|
+
export const colorPaletteSteelForeground2 = "var(--colorPaletteSteelForeground2)";
|
|
1299
1419
|
|
|
1300
1420
|
// @public (undocumented)
|
|
1301
|
-
export const colorPaletteTealBackground2
|
|
1421
|
+
export const colorPaletteTealBackground2 = "var(--colorPaletteTealBackground2)";
|
|
1302
1422
|
|
|
1303
1423
|
// @public (undocumented)
|
|
1304
|
-
export const colorPaletteTealBorderActive
|
|
1424
|
+
export const colorPaletteTealBorderActive = "var(--colorPaletteTealBorderActive)";
|
|
1305
1425
|
|
|
1306
1426
|
// @public (undocumented)
|
|
1307
|
-
export const colorPaletteTealForeground2
|
|
1427
|
+
export const colorPaletteTealForeground2 = "var(--colorPaletteTealForeground2)";
|
|
1308
1428
|
|
|
1309
1429
|
// @public (undocumented)
|
|
1310
|
-
export const colorPaletteYellowBackground1
|
|
1430
|
+
export const colorPaletteYellowBackground1 = "var(--colorPaletteYellowBackground1)";
|
|
1311
1431
|
|
|
1312
1432
|
// @public (undocumented)
|
|
1313
|
-
export const colorPaletteYellowBackground2
|
|
1433
|
+
export const colorPaletteYellowBackground2 = "var(--colorPaletteYellowBackground2)";
|
|
1314
1434
|
|
|
1315
1435
|
// @public (undocumented)
|
|
1316
|
-
export const colorPaletteYellowBackground3
|
|
1436
|
+
export const colorPaletteYellowBackground3 = "var(--colorPaletteYellowBackground3)";
|
|
1317
1437
|
|
|
1318
1438
|
// @public (undocumented)
|
|
1319
|
-
export const colorPaletteYellowBorder1
|
|
1439
|
+
export const colorPaletteYellowBorder1 = "var(--colorPaletteYellowBorder1)";
|
|
1320
1440
|
|
|
1321
1441
|
// @public (undocumented)
|
|
1322
|
-
export const colorPaletteYellowBorder2
|
|
1442
|
+
export const colorPaletteYellowBorder2 = "var(--colorPaletteYellowBorder2)";
|
|
1323
1443
|
|
|
1324
1444
|
// @public (undocumented)
|
|
1325
|
-
export const colorPaletteYellowBorderActive
|
|
1445
|
+
export const colorPaletteYellowBorderActive = "var(--colorPaletteYellowBorderActive)";
|
|
1326
1446
|
|
|
1327
1447
|
// @public (undocumented)
|
|
1328
|
-
export const colorPaletteYellowForeground1
|
|
1448
|
+
export const colorPaletteYellowForeground1 = "var(--colorPaletteYellowForeground1)";
|
|
1329
1449
|
|
|
1330
1450
|
// @public (undocumented)
|
|
1331
|
-
export const colorPaletteYellowForeground2
|
|
1451
|
+
export const colorPaletteYellowForeground2 = "var(--colorPaletteYellowForeground2)";
|
|
1332
1452
|
|
|
1333
1453
|
// @public (undocumented)
|
|
1334
|
-
export const colorPaletteYellowForeground3
|
|
1454
|
+
export const colorPaletteYellowForeground3 = "var(--colorPaletteYellowForeground3)";
|
|
1335
1455
|
|
|
1336
1456
|
// @public (undocumented)
|
|
1337
|
-
export const colorPaletteYellowForegroundInverted
|
|
1457
|
+
export const colorPaletteYellowForegroundInverted = "var(--colorPaletteYellowForegroundInverted)";
|
|
1338
1458
|
|
|
1339
1459
|
// @public (undocumented)
|
|
1340
|
-
export const colorScrollbarOverlay
|
|
1460
|
+
export const colorScrollbarOverlay = "var(--colorScrollbarOverlay)";
|
|
1341
1461
|
|
|
1342
1462
|
// @public (undocumented)
|
|
1343
|
-
export const colorStrokeFocus1
|
|
1463
|
+
export const colorStrokeFocus1 = "var(--colorStrokeFocus1)";
|
|
1344
1464
|
|
|
1345
1465
|
// @public (undocumented)
|
|
1346
|
-
export const colorStrokeFocus2
|
|
1466
|
+
export const colorStrokeFocus2 = "var(--colorStrokeFocus2)";
|
|
1347
1467
|
|
|
1348
1468
|
// @public (undocumented)
|
|
1349
|
-
export const colorSubtleBackground
|
|
1469
|
+
export const colorSubtleBackground = "var(--colorSubtleBackground)";
|
|
1350
1470
|
|
|
1351
1471
|
// @public (undocumented)
|
|
1352
|
-
export const colorSubtleBackgroundHover
|
|
1472
|
+
export const colorSubtleBackgroundHover = "var(--colorSubtleBackgroundHover)";
|
|
1353
1473
|
|
|
1354
1474
|
// @public (undocumented)
|
|
1355
|
-
export const colorSubtleBackgroundInverted
|
|
1475
|
+
export const colorSubtleBackgroundInverted = "var(--colorSubtleBackgroundInverted)";
|
|
1356
1476
|
|
|
1357
1477
|
// @public (undocumented)
|
|
1358
|
-
export const colorSubtleBackgroundInvertedHover
|
|
1478
|
+
export const colorSubtleBackgroundInvertedHover = "var(--colorSubtleBackgroundInvertedHover)";
|
|
1359
1479
|
|
|
1360
1480
|
// @public (undocumented)
|
|
1361
|
-
export const colorSubtleBackgroundInvertedPressed
|
|
1481
|
+
export const colorSubtleBackgroundInvertedPressed = "var(--colorSubtleBackgroundInvertedPressed)";
|
|
1362
1482
|
|
|
1363
1483
|
// @public (undocumented)
|
|
1364
|
-
export const colorSubtleBackgroundInvertedSelected
|
|
1484
|
+
export const colorSubtleBackgroundInvertedSelected = "var(--colorSubtleBackgroundInvertedSelected)";
|
|
1365
1485
|
|
|
1366
1486
|
// @public (undocumented)
|
|
1367
|
-
export const colorSubtleBackgroundLightAlphaHover
|
|
1487
|
+
export const colorSubtleBackgroundLightAlphaHover = "var(--colorSubtleBackgroundLightAlphaHover)";
|
|
1368
1488
|
|
|
1369
1489
|
// @public (undocumented)
|
|
1370
|
-
export const colorSubtleBackgroundLightAlphaPressed
|
|
1490
|
+
export const colorSubtleBackgroundLightAlphaPressed = "var(--colorSubtleBackgroundLightAlphaPressed)";
|
|
1371
1491
|
|
|
1372
1492
|
// @public (undocumented)
|
|
1373
|
-
export const colorSubtleBackgroundLightAlphaSelected
|
|
1493
|
+
export const colorSubtleBackgroundLightAlphaSelected = "var(--colorSubtleBackgroundLightAlphaSelected)";
|
|
1374
1494
|
|
|
1375
1495
|
// @public (undocumented)
|
|
1376
|
-
export const colorSubtleBackgroundPressed
|
|
1496
|
+
export const colorSubtleBackgroundPressed = "var(--colorSubtleBackgroundPressed)";
|
|
1377
1497
|
|
|
1378
1498
|
// @public (undocumented)
|
|
1379
|
-
export const colorSubtleBackgroundSelected
|
|
1499
|
+
export const colorSubtleBackgroundSelected = "var(--colorSubtleBackgroundSelected)";
|
|
1380
1500
|
|
|
1381
1501
|
// @public (undocumented)
|
|
1382
|
-
export const colorTransparentBackground
|
|
1502
|
+
export const colorTransparentBackground = "var(--colorTransparentBackground)";
|
|
1383
1503
|
|
|
1384
1504
|
// @public (undocumented)
|
|
1385
|
-
export const colorTransparentBackgroundHover
|
|
1505
|
+
export const colorTransparentBackgroundHover = "var(--colorTransparentBackgroundHover)";
|
|
1386
1506
|
|
|
1387
1507
|
// @public (undocumented)
|
|
1388
|
-
export const colorTransparentBackgroundPressed
|
|
1508
|
+
export const colorTransparentBackgroundPressed = "var(--colorTransparentBackgroundPressed)";
|
|
1389
1509
|
|
|
1390
1510
|
// @public (undocumented)
|
|
1391
|
-
export const colorTransparentBackgroundSelected
|
|
1511
|
+
export const colorTransparentBackgroundSelected = "var(--colorTransparentBackgroundSelected)";
|
|
1392
1512
|
|
|
1393
1513
|
// @public (undocumented)
|
|
1394
|
-
export const colorTransparentStroke
|
|
1514
|
+
export const colorTransparentStroke = "var(--colorTransparentStroke)";
|
|
1395
1515
|
|
|
1396
1516
|
// @public (undocumented)
|
|
1397
|
-
export const colorTransparentStrokeDisabled
|
|
1517
|
+
export const colorTransparentStrokeDisabled = "var(--colorTransparentStrokeDisabled)";
|
|
1398
1518
|
|
|
1399
1519
|
// @public (undocumented)
|
|
1400
|
-
export const colorTransparentStrokeInteractive
|
|
1520
|
+
export const colorTransparentStrokeInteractive = "var(--colorTransparentStrokeInteractive)";
|
|
1401
1521
|
|
|
1402
1522
|
// @public
|
|
1403
1523
|
export class CompoundButton extends Button {
|
|
@@ -1415,7 +1535,7 @@ export const CompoundButtonAppearance: {
|
|
|
1415
1535
|
// @public
|
|
1416
1536
|
export type CompoundButtonAppearance = ValuesOf<typeof CompoundButtonAppearance>;
|
|
1417
1537
|
|
|
1418
|
-
// @public
|
|
1538
|
+
// @public (undocumented)
|
|
1419
1539
|
export const CompoundButtonDefinition: FASTElementDefinition<typeof CompoundButton>;
|
|
1420
1540
|
|
|
1421
1541
|
// @public
|
|
@@ -1492,7 +1612,7 @@ export const CounterBadgeColor: {
|
|
|
1492
1612
|
// @public
|
|
1493
1613
|
export type CounterBadgeColor = ValuesOf<typeof CounterBadgeColor>;
|
|
1494
1614
|
|
|
1495
|
-
// @public
|
|
1615
|
+
// @public (undocumented)
|
|
1496
1616
|
export const CounterBadgeDefinition: FASTElementDefinition<typeof CounterBadge>;
|
|
1497
1617
|
|
|
1498
1618
|
// Warning: (ae-incompatible-release-tags) The symbol "CounterBadgeOptions" is marked as @public, but its signature references "BadgeOptions" which is marked as @internal
|
|
@@ -1529,37 +1649,105 @@ export const CounterBadgeStyles: ElementStyles;
|
|
|
1529
1649
|
export const CounterBadgeTemplate: ElementViewTemplate<CounterBadge>;
|
|
1530
1650
|
|
|
1531
1651
|
// @public (undocumented)
|
|
1532
|
-
export const curveAccelerateMax
|
|
1652
|
+
export const curveAccelerateMax = "var(--curveAccelerateMax)";
|
|
1653
|
+
|
|
1654
|
+
// @public (undocumented)
|
|
1655
|
+
export const curveAccelerateMid = "var(--curveAccelerateMid)";
|
|
1533
1656
|
|
|
1534
1657
|
// @public (undocumented)
|
|
1535
|
-
export const
|
|
1658
|
+
export const curveAccelerateMin = "var(--curveAccelerateMin)";
|
|
1536
1659
|
|
|
1537
1660
|
// @public (undocumented)
|
|
1538
|
-
export const
|
|
1661
|
+
export const curveDecelerateMax = "var(--curveDecelerateMax)";
|
|
1539
1662
|
|
|
1540
1663
|
// @public (undocumented)
|
|
1541
|
-
export const
|
|
1664
|
+
export const curveDecelerateMid = "var(--curveDecelerateMid)";
|
|
1542
1665
|
|
|
1543
1666
|
// @public (undocumented)
|
|
1544
|
-
export const
|
|
1667
|
+
export const curveDecelerateMin = "var(--curveDecelerateMin)";
|
|
1545
1668
|
|
|
1546
1669
|
// @public (undocumented)
|
|
1547
|
-
export const
|
|
1670
|
+
export const curveEasyEase = "var(--curveEasyEase)";
|
|
1548
1671
|
|
|
1549
1672
|
// @public (undocumented)
|
|
1550
|
-
export const
|
|
1673
|
+
export const curveEasyEaseMax = "var(--curveEasyEaseMax)";
|
|
1551
1674
|
|
|
1552
1675
|
// @public (undocumented)
|
|
1553
|
-
export const
|
|
1676
|
+
export const curveLinear = "var(--curveLinear)";
|
|
1677
|
+
|
|
1678
|
+
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "DelegatesARIAButton" because one of its declarations is marked as @internal
|
|
1679
|
+
//
|
|
1680
|
+
// @public
|
|
1681
|
+
export class DelegatesARIAButton {
|
|
1682
|
+
ariaExpanded: 'true' | 'false' | string | null;
|
|
1683
|
+
ariaPressed: 'true' | 'false' | 'mixed' | string | null;
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
// Warning: (ae-forgotten-export) The symbol "ARIAGlobalStatesAndProperties" needs to be exported by the entry point index.d.ts
|
|
1687
|
+
//
|
|
1688
|
+
// @internal
|
|
1689
|
+
export interface DelegatesARIAButton extends ARIAGlobalStatesAndProperties {
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "DelegatesARIALink" because one of its declarations is marked as @internal
|
|
1693
|
+
//
|
|
1694
|
+
// @public
|
|
1695
|
+
export class DelegatesARIALink {
|
|
1696
|
+
ariaExpanded: 'true' | 'false' | string | null;
|
|
1697
|
+
}
|
|
1698
|
+
|
|
1699
|
+
// @internal
|
|
1700
|
+
export interface DelegatesARIALink extends ARIAGlobalStatesAndProperties {
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1703
|
+
// @public
|
|
1704
|
+
export class DelegatesARIATextbox {
|
|
1705
|
+
}
|
|
1554
1706
|
|
|
1555
1707
|
// @public (undocumented)
|
|
1556
|
-
export
|
|
1708
|
+
export interface DelegatesARIATextbox extends ARIAGlobalStatesAndProperties {
|
|
1709
|
+
}
|
|
1557
1710
|
|
|
1558
1711
|
// @public
|
|
1559
|
-
export class
|
|
1712
|
+
export class Dialog extends FASTElement {
|
|
1713
|
+
ariaDescribedby?: string;
|
|
1714
|
+
ariaLabelledby?: string;
|
|
1715
|
+
connectedCallback(): void;
|
|
1716
|
+
defaultTitleAction?: Button;
|
|
1717
|
+
dialog: HTMLDialogElement;
|
|
1718
|
+
disconnectedCallback(): void;
|
|
1719
|
+
dismiss(): void;
|
|
1720
|
+
handleClick(event: Event): boolean;
|
|
1721
|
+
handleKeydown: (e: KeyboardEvent) => boolean | void;
|
|
1722
|
+
hide(dismissed?: boolean): void;
|
|
1723
|
+
// Warning: (ae-forgotten-export) The symbol "DialogModalType" needs to be exported by the entry point index.d.ts
|
|
1724
|
+
modalType: DialogModalType;
|
|
1725
|
+
modalTypeChanged(oldValue: DialogModalType, newValue: DialogModalType): void;
|
|
1726
|
+
noTitleAction: boolean;
|
|
1727
|
+
onOpenChangeEvent: (dismissed?: boolean) => void;
|
|
1728
|
+
open: boolean;
|
|
1729
|
+
openChanged(oldValue: boolean, newValue: boolean): void;
|
|
1730
|
+
setComponent(): void;
|
|
1731
|
+
show(): void;
|
|
1732
|
+
titleAction: HTMLElement[];
|
|
1733
|
+
}
|
|
1734
|
+
|
|
1735
|
+
// @public
|
|
1736
|
+
export const DialogDefinition: FASTElementDefinition<typeof Dialog>;
|
|
1737
|
+
|
|
1738
|
+
// @public
|
|
1739
|
+
export const DialogStyles: ElementStyles;
|
|
1740
|
+
|
|
1741
|
+
// @public
|
|
1742
|
+
export const DialogTemplate: ElementViewTemplate<Dialog>;
|
|
1743
|
+
|
|
1744
|
+
// @public
|
|
1745
|
+
export class Divider extends FASTElement {
|
|
1560
1746
|
alignContent?: DividerAlignContent;
|
|
1561
1747
|
appearance?: DividerAppearance;
|
|
1562
1748
|
inset?: boolean;
|
|
1749
|
+
orientation: DividerOrientation;
|
|
1750
|
+
role: DividerRole;
|
|
1563
1751
|
}
|
|
1564
1752
|
|
|
1565
1753
|
// @public
|
|
@@ -1586,9 +1774,26 @@ export type DividerAppearance = ValuesOf<typeof DividerAppearance>;
|
|
|
1586
1774
|
// @public
|
|
1587
1775
|
export const DividerDefinition: FASTElementDefinition<typeof Divider>;
|
|
1588
1776
|
|
|
1589
|
-
|
|
1777
|
+
// @public
|
|
1778
|
+
export const DividerOrientation: {
|
|
1779
|
+
readonly horizontal: "horizontal"; /**
|
|
1780
|
+
* Divider roles
|
|
1781
|
+
* @public
|
|
1782
|
+
*/
|
|
1783
|
+
readonly vertical: "vertical";
|
|
1784
|
+
};
|
|
1590
1785
|
|
|
1591
|
-
|
|
1786
|
+
// @public
|
|
1787
|
+
export type DividerOrientation = ValuesOf<typeof DividerOrientation>;
|
|
1788
|
+
|
|
1789
|
+
// @public
|
|
1790
|
+
export const DividerRole: {
|
|
1791
|
+
readonly separator: "separator";
|
|
1792
|
+
readonly presentation: "presentation";
|
|
1793
|
+
};
|
|
1794
|
+
|
|
1795
|
+
// @public
|
|
1796
|
+
export type DividerRole = ValuesOf<typeof DividerRole>;
|
|
1592
1797
|
|
|
1593
1798
|
// @public
|
|
1594
1799
|
export const DividerStyles: ElementStyles;
|
|
@@ -1597,25 +1802,25 @@ export const DividerStyles: ElementStyles;
|
|
|
1597
1802
|
export const DividerTemplate: ElementViewTemplate<Divider>;
|
|
1598
1803
|
|
|
1599
1804
|
// @public (undocumented)
|
|
1600
|
-
export const durationFast
|
|
1805
|
+
export const durationFast = "var(--durationFast)";
|
|
1601
1806
|
|
|
1602
1807
|
// @public (undocumented)
|
|
1603
|
-
export const durationFaster
|
|
1808
|
+
export const durationFaster = "var(--durationFaster)";
|
|
1604
1809
|
|
|
1605
1810
|
// @public (undocumented)
|
|
1606
|
-
export const durationNormal
|
|
1811
|
+
export const durationNormal = "var(--durationNormal)";
|
|
1607
1812
|
|
|
1608
1813
|
// @public (undocumented)
|
|
1609
|
-
export const durationSlow
|
|
1814
|
+
export const durationSlow = "var(--durationSlow)";
|
|
1610
1815
|
|
|
1611
1816
|
// @public (undocumented)
|
|
1612
|
-
export const durationSlower
|
|
1817
|
+
export const durationSlower = "var(--durationSlower)";
|
|
1613
1818
|
|
|
1614
1819
|
// @public (undocumented)
|
|
1615
|
-
export const durationUltraFast
|
|
1820
|
+
export const durationUltraFast = "var(--durationUltraFast)";
|
|
1616
1821
|
|
|
1617
1822
|
// @public (undocumented)
|
|
1618
|
-
export const durationUltraSlow
|
|
1823
|
+
export const durationUltraSlow = "var(--durationUltraSlow)";
|
|
1619
1824
|
|
|
1620
1825
|
// @public (undocumented)
|
|
1621
1826
|
export const FluentDesignSystem: Readonly<{
|
|
@@ -1625,55 +1830,55 @@ export const FluentDesignSystem: Readonly<{
|
|
|
1625
1830
|
}>;
|
|
1626
1831
|
|
|
1627
1832
|
// @public (undocumented)
|
|
1628
|
-
export const fontFamilyBase
|
|
1833
|
+
export const fontFamilyBase = "var(--fontFamilyBase)";
|
|
1629
1834
|
|
|
1630
1835
|
// @public (undocumented)
|
|
1631
|
-
export const fontFamilyMonospace
|
|
1836
|
+
export const fontFamilyMonospace = "var(--fontFamilyMonospace)";
|
|
1632
1837
|
|
|
1633
1838
|
// @public (undocumented)
|
|
1634
|
-
export const fontFamilyNumeric
|
|
1839
|
+
export const fontFamilyNumeric = "var(--fontFamilyNumeric)";
|
|
1635
1840
|
|
|
1636
1841
|
// @public (undocumented)
|
|
1637
|
-
export const fontSizeBase100
|
|
1842
|
+
export const fontSizeBase100 = "var(--fontSizeBase100)";
|
|
1638
1843
|
|
|
1639
1844
|
// @public (undocumented)
|
|
1640
|
-
export const fontSizeBase200
|
|
1845
|
+
export const fontSizeBase200 = "var(--fontSizeBase200)";
|
|
1641
1846
|
|
|
1642
1847
|
// @public (undocumented)
|
|
1643
|
-
export const fontSizeBase300
|
|
1848
|
+
export const fontSizeBase300 = "var(--fontSizeBase300)";
|
|
1644
1849
|
|
|
1645
1850
|
// @public (undocumented)
|
|
1646
|
-
export const fontSizeBase400
|
|
1851
|
+
export const fontSizeBase400 = "var(--fontSizeBase400)";
|
|
1647
1852
|
|
|
1648
1853
|
// @public (undocumented)
|
|
1649
|
-
export const fontSizeBase500
|
|
1854
|
+
export const fontSizeBase500 = "var(--fontSizeBase500)";
|
|
1650
1855
|
|
|
1651
1856
|
// @public (undocumented)
|
|
1652
|
-
export const fontSizeBase600
|
|
1857
|
+
export const fontSizeBase600 = "var(--fontSizeBase600)";
|
|
1653
1858
|
|
|
1654
1859
|
// @public (undocumented)
|
|
1655
|
-
export const fontSizeHero1000
|
|
1860
|
+
export const fontSizeHero1000 = "var(--fontSizeHero1000)";
|
|
1656
1861
|
|
|
1657
1862
|
// @public (undocumented)
|
|
1658
|
-
export const fontSizeHero700
|
|
1863
|
+
export const fontSizeHero700 = "var(--fontSizeHero700)";
|
|
1659
1864
|
|
|
1660
1865
|
// @public (undocumented)
|
|
1661
|
-
export const fontSizeHero800
|
|
1866
|
+
export const fontSizeHero800 = "var(--fontSizeHero800)";
|
|
1662
1867
|
|
|
1663
1868
|
// @public (undocumented)
|
|
1664
|
-
export const fontSizeHero900
|
|
1869
|
+
export const fontSizeHero900 = "var(--fontSizeHero900)";
|
|
1665
1870
|
|
|
1666
1871
|
// @public (undocumented)
|
|
1667
|
-
export const fontWeightBold
|
|
1872
|
+
export const fontWeightBold = "var(--fontWeightBold)";
|
|
1668
1873
|
|
|
1669
1874
|
// @public (undocumented)
|
|
1670
|
-
export const fontWeightMedium
|
|
1875
|
+
export const fontWeightMedium = "var(--fontWeightMedium)";
|
|
1671
1876
|
|
|
1672
1877
|
// @public (undocumented)
|
|
1673
|
-
export const fontWeightRegular
|
|
1878
|
+
export const fontWeightRegular = "var(--fontWeightRegular)";
|
|
1674
1879
|
|
|
1675
1880
|
// @public (undocumented)
|
|
1676
|
-
export const fontWeightSemibold
|
|
1881
|
+
export const fontWeightSemibold = "var(--fontWeightSemibold)";
|
|
1677
1882
|
|
|
1678
1883
|
// @public
|
|
1679
1884
|
class Image_2 extends FASTElement {
|
|
@@ -1736,34 +1941,65 @@ export const LabelStyles: ElementStyles;
|
|
|
1736
1941
|
export const LabelTemplate: ElementViewTemplate<Label>;
|
|
1737
1942
|
|
|
1738
1943
|
// @public (undocumented)
|
|
1739
|
-
export const lineHeightBase100
|
|
1944
|
+
export const lineHeightBase100 = "var(--lineHeightBase100)";
|
|
1740
1945
|
|
|
1741
1946
|
// @public (undocumented)
|
|
1742
|
-
export const lineHeightBase200
|
|
1947
|
+
export const lineHeightBase200 = "var(--lineHeightBase200)";
|
|
1743
1948
|
|
|
1744
1949
|
// @public (undocumented)
|
|
1745
|
-
export const lineHeightBase300
|
|
1950
|
+
export const lineHeightBase300 = "var(--lineHeightBase300)";
|
|
1746
1951
|
|
|
1747
1952
|
// @public (undocumented)
|
|
1748
|
-
export const lineHeightBase400
|
|
1953
|
+
export const lineHeightBase400 = "var(--lineHeightBase400)";
|
|
1749
1954
|
|
|
1750
1955
|
// @public (undocumented)
|
|
1751
|
-
export const lineHeightBase500
|
|
1956
|
+
export const lineHeightBase500 = "var(--lineHeightBase500)";
|
|
1752
1957
|
|
|
1753
1958
|
// @public (undocumented)
|
|
1754
|
-
export const lineHeightBase600
|
|
1959
|
+
export const lineHeightBase600 = "var(--lineHeightBase600)";
|
|
1755
1960
|
|
|
1756
1961
|
// @public (undocumented)
|
|
1757
|
-
export const lineHeightHero1000
|
|
1962
|
+
export const lineHeightHero1000 = "var(--lineHeightHero1000)";
|
|
1758
1963
|
|
|
1759
1964
|
// @public (undocumented)
|
|
1760
|
-
export const lineHeightHero700
|
|
1965
|
+
export const lineHeightHero700 = "var(--lineHeightHero700)";
|
|
1761
1966
|
|
|
1762
1967
|
// @public (undocumented)
|
|
1763
|
-
export const lineHeightHero800
|
|
1968
|
+
export const lineHeightHero800 = "var(--lineHeightHero800)";
|
|
1764
1969
|
|
|
1765
1970
|
// @public (undocumented)
|
|
1766
|
-
export const lineHeightHero900
|
|
1971
|
+
export const lineHeightHero900 = "var(--lineHeightHero900)";
|
|
1972
|
+
|
|
1973
|
+
// @public
|
|
1974
|
+
export class Menu extends FASTElement {
|
|
1975
|
+
cleanup?: () => void;
|
|
1976
|
+
closeMenu: () => void;
|
|
1977
|
+
closeOnScroll?: boolean;
|
|
1978
|
+
closeOnScrollChanged(oldValue: boolean, newValue: boolean): void;
|
|
1979
|
+
connectedCallback(): void;
|
|
1980
|
+
disconnectedCallback(): void;
|
|
1981
|
+
focusMenuList(): void;
|
|
1982
|
+
focusTrigger(): void;
|
|
1983
|
+
handleMenuKeydown(e: KeyboardEvent): boolean | void;
|
|
1984
|
+
handleTriggerKeydown: (e: KeyboardEvent) => boolean | void;
|
|
1985
|
+
open: boolean;
|
|
1986
|
+
openChanged(oldValue: boolean, newValue: boolean): void;
|
|
1987
|
+
openMenu: (e?: Event) => void;
|
|
1988
|
+
openOnContext?: boolean;
|
|
1989
|
+
openOnContextChanged(oldValue: boolean, newValue: boolean): void;
|
|
1990
|
+
openOnHover?: boolean;
|
|
1991
|
+
openOnHoverChanged(oldValue: boolean, newValue: boolean): void;
|
|
1992
|
+
persistOnItemClick?: boolean;
|
|
1993
|
+
persistOnItemClickChanged(oldValue: boolean, newValue: boolean): void;
|
|
1994
|
+
// @internal
|
|
1995
|
+
positioningContainer?: HTMLElement;
|
|
1996
|
+
setComponent(): void;
|
|
1997
|
+
protected setPositioning(): void;
|
|
1998
|
+
protected setPositioningTask: () => void;
|
|
1999
|
+
slottedMenuList: MenuList[];
|
|
2000
|
+
slottedTriggers: HTMLElement[];
|
|
2001
|
+
toggleMenu: () => void;
|
|
2002
|
+
}
|
|
1767
2003
|
|
|
1768
2004
|
// @public
|
|
1769
2005
|
export class MenuButton extends Button {
|
|
@@ -1781,7 +2017,7 @@ export const MenuButtonAppearance: {
|
|
|
1781
2017
|
// @public
|
|
1782
2018
|
export type MenuButtonAppearance = ValuesOf<typeof MenuButtonAppearance>;
|
|
1783
2019
|
|
|
1784
|
-
// @public
|
|
2020
|
+
// @public (undocumented)
|
|
1785
2021
|
export const MenuButtonDefinition: FASTElementDefinition<typeof MenuButton>;
|
|
1786
2022
|
|
|
1787
2023
|
// @public
|
|
@@ -1808,16 +2044,73 @@ export type MenuButtonSize = ValuesOf<typeof MenuButtonSize>;
|
|
|
1808
2044
|
export const MenuButtonTemplate: ElementViewTemplate<MenuButton>;
|
|
1809
2045
|
|
|
1810
2046
|
// @public
|
|
1811
|
-
export
|
|
2047
|
+
export const MenuDefinition: FASTElementDefinition<typeof Menu>;
|
|
2048
|
+
|
|
2049
|
+
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "MenuItem" because one of its declarations is marked as @internal
|
|
2050
|
+
//
|
|
2051
|
+
// @public
|
|
2052
|
+
export class MenuItem extends FASTElement {
|
|
2053
|
+
checked: boolean;
|
|
2054
|
+
// (undocumented)
|
|
2055
|
+
protected checkedChanged(oldValue: boolean, newValue: boolean): void;
|
|
2056
|
+
cleanup: () => void;
|
|
2057
|
+
disabled: boolean;
|
|
2058
|
+
// @internal (undocumented)
|
|
2059
|
+
disconnectedCallback(): void;
|
|
2060
|
+
expanded: boolean;
|
|
2061
|
+
// (undocumented)
|
|
2062
|
+
protected expandedChanged(prev: boolean | undefined, next: boolean): void;
|
|
2063
|
+
// @internal (undocumented)
|
|
2064
|
+
handleMenuItemClick: (e: MouseEvent) => boolean;
|
|
2065
|
+
// @internal (undocumented)
|
|
2066
|
+
handleMenuItemKeyDown: (e: KeyboardEvent) => boolean;
|
|
2067
|
+
// @internal (undocumented)
|
|
2068
|
+
handleMouseOut: (e: MouseEvent) => boolean;
|
|
2069
|
+
// @internal (undocumented)
|
|
2070
|
+
handleMouseOver: (e: MouseEvent) => boolean;
|
|
2071
|
+
// @internal (undocumented)
|
|
2072
|
+
get hasSubmenu(): boolean;
|
|
2073
|
+
hidden: boolean;
|
|
2074
|
+
role: MenuItemRole;
|
|
2075
|
+
// @internal
|
|
2076
|
+
slottedSubmenu: HTMLElement[];
|
|
2077
|
+
// @internal
|
|
2078
|
+
protected slottedSubmenuChanged(prev: HTMLElement[] | undefined, next: HTMLElement[]): void;
|
|
2079
|
+
// @internal (undocumented)
|
|
2080
|
+
submenu: HTMLElement | undefined;
|
|
2081
|
+
// @internal
|
|
2082
|
+
submenuContainer: HTMLDivElement;
|
|
2083
|
+
// @internal (undocumented)
|
|
2084
|
+
submenuLoaded: () => void;
|
|
2085
|
+
updateSubmenu(): void;
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
// @internal
|
|
2089
|
+
export interface MenuItem extends StartEnd {
|
|
1812
2090
|
}
|
|
1813
2091
|
|
|
1814
2092
|
// @public (undocumented)
|
|
1815
2093
|
export type MenuItemColumnCount = 0 | 1 | 2;
|
|
1816
2094
|
|
|
1817
|
-
// @public
|
|
2095
|
+
// @public (undocumented)
|
|
1818
2096
|
export const MenuItemDefinition: FASTElementDefinition<typeof MenuItem>;
|
|
1819
2097
|
|
|
1820
|
-
|
|
2098
|
+
// @public
|
|
2099
|
+
export type MenuItemOptions = StartEndOptions<MenuItem> & {
|
|
2100
|
+
checkboxIndicator?: StaticallyComposableHTML<MenuItem>;
|
|
2101
|
+
expandCollapseGlyph?: StaticallyComposableHTML<MenuItem>;
|
|
2102
|
+
radioIndicator?: StaticallyComposableHTML<MenuItem>;
|
|
2103
|
+
};
|
|
2104
|
+
|
|
2105
|
+
// @public
|
|
2106
|
+
export const MenuItemRole: {
|
|
2107
|
+
readonly menuitem: "menuitem";
|
|
2108
|
+
readonly menuitemcheckbox: "menuitemcheckbox";
|
|
2109
|
+
readonly menuitemradio: "menuitemradio";
|
|
2110
|
+
};
|
|
2111
|
+
|
|
2112
|
+
// @public
|
|
2113
|
+
export type MenuItemRole = ValuesOf<typeof MenuItemRole>;
|
|
1821
2114
|
|
|
1822
2115
|
// @public
|
|
1823
2116
|
export const MenuItemStyles: ElementStyles;
|
|
@@ -1826,12 +2119,33 @@ export const MenuItemStyles: ElementStyles;
|
|
|
1826
2119
|
export const MenuItemTemplate: ElementViewTemplate<MenuItem>;
|
|
1827
2120
|
|
|
1828
2121
|
// @public
|
|
1829
|
-
export class MenuList extends
|
|
2122
|
+
export class MenuList extends FASTElement {
|
|
2123
|
+
collapseExpandedItem(): void;
|
|
2124
|
+
// @internal (undocumented)
|
|
2125
|
+
connectedCallback(): void;
|
|
2126
|
+
// @internal (undocumented)
|
|
2127
|
+
disconnectedCallback(): void;
|
|
2128
|
+
focus(): void;
|
|
2129
|
+
// (undocumented)
|
|
2130
|
+
handleChange(source: any, propertyName: string): void;
|
|
2131
|
+
// @internal
|
|
2132
|
+
handleFocusOut: (e: FocusEvent) => void;
|
|
2133
|
+
// @internal (undocumented)
|
|
2134
|
+
handleMenuKeyDown(e: KeyboardEvent): void | boolean;
|
|
2135
|
+
protected isMenuItemElement: (el: Element) => el is HTMLElement;
|
|
2136
|
+
// @internal (undocumented)
|
|
2137
|
+
readonly isNestedMenu: () => boolean;
|
|
2138
|
+
// @internal (undocumented)
|
|
2139
|
+
items: HTMLElement[];
|
|
2140
|
+
// (undocumented)
|
|
2141
|
+
protected itemsChanged(oldValue: HTMLElement[], newValue: HTMLElement[]): void;
|
|
2142
|
+
// (undocumented)
|
|
2143
|
+
protected menuItems: Element[] | undefined;
|
|
1830
2144
|
// (undocumented)
|
|
1831
2145
|
protected setItems(): void;
|
|
1832
2146
|
}
|
|
1833
2147
|
|
|
1834
|
-
// @public
|
|
2148
|
+
// @public (undocumented)
|
|
1835
2149
|
export const MenuListDefinition: FASTElementDefinition<typeof MenuList>;
|
|
1836
2150
|
|
|
1837
2151
|
// @public
|
|
@@ -1841,7 +2155,15 @@ export const MenuListStyles: ElementStyles;
|
|
|
1841
2155
|
export const MenuListTemplate: ElementViewTemplate<MenuList>;
|
|
1842
2156
|
|
|
1843
2157
|
// @public
|
|
1844
|
-
|
|
2158
|
+
export const MenuStyles: ElementStyles;
|
|
2159
|
+
|
|
2160
|
+
// @public (undocumented)
|
|
2161
|
+
export const MenuTemplate: ElementViewTemplate<Menu>;
|
|
2162
|
+
|
|
2163
|
+
// Warning: (ae-forgotten-export) The symbol "BaseProgress" needs to be exported by the entry point index.d.ts
|
|
2164
|
+
//
|
|
2165
|
+
// @public
|
|
2166
|
+
class ProgressBar_2 extends BaseProgress {
|
|
1845
2167
|
shape?: ProgressBarShape;
|
|
1846
2168
|
thickness?: ProgressBarThickness;
|
|
1847
2169
|
validationState: ProgressBarValidationState | null;
|
|
@@ -1886,91 +2208,242 @@ export const ProgressBarValidationState: {
|
|
|
1886
2208
|
export type ProgressBarValidationState = ValuesOf<typeof ProgressBarValidationState>;
|
|
1887
2209
|
|
|
1888
2210
|
// @public
|
|
1889
|
-
export
|
|
2211
|
+
export type ProgressOptions = {
|
|
2212
|
+
indeterminateIndicator1?: StaticallyComposableHTML<ProgressBar_2>;
|
|
2213
|
+
indeterminateIndicator2?: StaticallyComposableHTML<ProgressBar_2>;
|
|
2214
|
+
};
|
|
2215
|
+
|
|
2216
|
+
// Warning: (ae-forgotten-export) The symbol "FormAssociatedRadio" needs to be exported by the entry point index.d.ts
|
|
2217
|
+
//
|
|
2218
|
+
// @public
|
|
2219
|
+
export class Radio extends FormAssociatedRadio implements RadioControl {
|
|
2220
|
+
constructor();
|
|
2221
|
+
// @internal (undocumented)
|
|
2222
|
+
connectedCallback(): void;
|
|
2223
|
+
// @internal (undocumented)
|
|
2224
|
+
defaultCheckedChanged(): void;
|
|
2225
|
+
// @internal (undocumented)
|
|
2226
|
+
defaultSlottedNodes: Node[];
|
|
2227
|
+
// @internal
|
|
2228
|
+
initialValue: string;
|
|
2229
|
+
// @beta
|
|
2230
|
+
keypressHandler(e: KeyboardEvent): boolean | void;
|
|
2231
|
+
name: string;
|
|
1890
2232
|
}
|
|
1891
2233
|
|
|
2234
|
+
// @public (undocumented)
|
|
2235
|
+
export type RadioControl = Pick<HTMLInputElement, 'checked' | 'disabled' | 'focus' | 'setAttribute' | 'getAttribute'>;
|
|
2236
|
+
|
|
1892
2237
|
// @public
|
|
1893
2238
|
export const RadioDefinition: FASTElementDefinition<typeof Radio>;
|
|
1894
2239
|
|
|
1895
2240
|
// @public
|
|
1896
|
-
export class RadioGroup extends
|
|
2241
|
+
export class RadioGroup extends FASTElement {
|
|
2242
|
+
// (undocumented)
|
|
2243
|
+
childItems: HTMLElement[];
|
|
2244
|
+
// @internal (undocumented)
|
|
2245
|
+
clickHandler: (e: MouseEvent) => void | boolean;
|
|
2246
|
+
// @internal (undocumented)
|
|
2247
|
+
connectedCallback(): void;
|
|
2248
|
+
disabled: boolean;
|
|
2249
|
+
// (undocumented)
|
|
2250
|
+
disconnectedCallback(): void;
|
|
2251
|
+
// @internal (undocumented)
|
|
2252
|
+
focusOutHandler: (e: FocusEvent) => boolean | void;
|
|
2253
|
+
// @internal (undocumented)
|
|
2254
|
+
handleDisabledClick: (e: MouseEvent) => void | boolean;
|
|
2255
|
+
// @internal
|
|
2256
|
+
keydownHandler: (e: KeyboardEvent) => boolean | void;
|
|
2257
|
+
name: string;
|
|
2258
|
+
// (undocumented)
|
|
2259
|
+
protected nameChanged(): void;
|
|
2260
|
+
// Warning: (ae-forgotten-export) The symbol "RadioGroupOrientation" needs to be exported by the entry point index.d.ts
|
|
2261
|
+
orientation: RadioGroupOrientation;
|
|
2262
|
+
readOnly: boolean;
|
|
2263
|
+
// @internal (undocumented)
|
|
2264
|
+
slottedRadioButtons: HTMLElement[];
|
|
2265
|
+
// (undocumented)
|
|
2266
|
+
protected slottedRadioButtonsChanged(oldValue: unknown, newValue: HTMLElement[]): void;
|
|
1897
2267
|
stacked: boolean;
|
|
2268
|
+
value: string;
|
|
2269
|
+
// (undocumented)
|
|
2270
|
+
protected valueChanged(): void;
|
|
1898
2271
|
}
|
|
1899
2272
|
|
|
1900
2273
|
// @public
|
|
1901
2274
|
export const RadioGroupDefinition: FASTElementDefinition<typeof RadioGroup>;
|
|
1902
2275
|
|
|
1903
|
-
export { RadioGroupOrientation }
|
|
1904
|
-
|
|
1905
2276
|
// @public
|
|
1906
2277
|
export const RadioGroupStyles: ElementStyles;
|
|
1907
2278
|
|
|
1908
2279
|
// @public (undocumented)
|
|
1909
2280
|
export const RadioGroupTemplate: ElementViewTemplate<RadioGroup>;
|
|
1910
2281
|
|
|
2282
|
+
// @public
|
|
2283
|
+
export type RadioOptions = {
|
|
2284
|
+
checkedIndicator?: StaticallyComposableHTML<Radio>;
|
|
2285
|
+
};
|
|
2286
|
+
|
|
1911
2287
|
// @public
|
|
1912
2288
|
export const RadioStyles: ElementStyles;
|
|
1913
2289
|
|
|
1914
2290
|
// @public (undocumented)
|
|
1915
2291
|
export const RadioTemplate: ElementViewTemplate<Radio>;
|
|
1916
2292
|
|
|
2293
|
+
// Warning: (ae-internal-missing-underscore) The name "roleForMenuItem" should be prefixed with an underscore because the declaration is marked as @internal
|
|
2294
|
+
//
|
|
2295
|
+
// @internal (undocumented)
|
|
2296
|
+
export const roleForMenuItem: {
|
|
2297
|
+
[value in keyof typeof MenuItemRole]: typeof MenuItemRole[value];
|
|
2298
|
+
};
|
|
2299
|
+
|
|
1917
2300
|
// @public
|
|
1918
2301
|
export const setTheme: (theme: Theme) => void;
|
|
1919
2302
|
|
|
1920
2303
|
// @public (undocumented)
|
|
1921
|
-
export const setThemeFor: (element:
|
|
2304
|
+
export const setThemeFor: (element: HTMLElement, theme: Theme) => void;
|
|
1922
2305
|
|
|
1923
2306
|
// @public (undocumented)
|
|
1924
|
-
export const shadow16
|
|
2307
|
+
export const shadow16 = "var(--shadow16)";
|
|
1925
2308
|
|
|
1926
2309
|
// @public (undocumented)
|
|
1927
|
-
export const shadow16Brand
|
|
2310
|
+
export const shadow16Brand = "var(--shadow16Brand)";
|
|
1928
2311
|
|
|
1929
2312
|
// @public (undocumented)
|
|
1930
|
-
export const shadow2
|
|
2313
|
+
export const shadow2 = "var(--shadow2)";
|
|
1931
2314
|
|
|
1932
2315
|
// @public (undocumented)
|
|
1933
|
-
export const shadow28
|
|
2316
|
+
export const shadow28 = "var(--shadow28)";
|
|
1934
2317
|
|
|
1935
2318
|
// @public (undocumented)
|
|
1936
|
-
export const shadow28Brand
|
|
2319
|
+
export const shadow28Brand = "var(--shadow28Brand)";
|
|
1937
2320
|
|
|
1938
2321
|
// @public (undocumented)
|
|
1939
|
-
export const shadow2Brand
|
|
2322
|
+
export const shadow2Brand = "var(--shadow2Brand)";
|
|
1940
2323
|
|
|
1941
2324
|
// @public (undocumented)
|
|
1942
|
-
export const shadow4
|
|
2325
|
+
export const shadow4 = "var(--shadow4)";
|
|
1943
2326
|
|
|
1944
2327
|
// @public (undocumented)
|
|
1945
|
-
export const shadow4Brand
|
|
2328
|
+
export const shadow4Brand = "var(--shadow4Brand)";
|
|
1946
2329
|
|
|
1947
2330
|
// @public (undocumented)
|
|
1948
|
-
export const shadow64
|
|
2331
|
+
export const shadow64 = "var(--shadow64)";
|
|
1949
2332
|
|
|
1950
2333
|
// @public (undocumented)
|
|
1951
|
-
export const shadow64Brand
|
|
2334
|
+
export const shadow64Brand = "var(--shadow64Brand)";
|
|
1952
2335
|
|
|
1953
2336
|
// @public (undocumented)
|
|
1954
|
-
export const shadow8
|
|
2337
|
+
export const shadow8 = "var(--shadow8)";
|
|
1955
2338
|
|
|
1956
2339
|
// @public (undocumented)
|
|
1957
|
-
export const shadow8Brand
|
|
2340
|
+
export const shadow8Brand = "var(--shadow8Brand)";
|
|
1958
2341
|
|
|
2342
|
+
// Warning: (ae-forgotten-export) The symbol "FormAssociatedSlider" needs to be exported by the entry point index.d.ts
|
|
2343
|
+
//
|
|
1959
2344
|
// @public
|
|
1960
|
-
export class Slider extends
|
|
1961
|
-
//
|
|
2345
|
+
export class Slider extends FormAssociatedSlider implements SliderConfiguration {
|
|
2346
|
+
// @internal
|
|
2347
|
+
calculateNewValue(rawValue: number): number;
|
|
2348
|
+
// @internal (undocumented)
|
|
1962
2349
|
connectedCallback(): void;
|
|
1963
|
-
|
|
2350
|
+
decrement(): void;
|
|
2351
|
+
// @internal (undocumented)
|
|
2352
|
+
direction: Direction;
|
|
2353
|
+
// @internal (undocumented)
|
|
1964
2354
|
disconnectedCallback(): void;
|
|
1965
2355
|
// (undocumented)
|
|
1966
2356
|
handleChange(source: any, propertyName: string): void;
|
|
2357
|
+
// (undocumented)
|
|
2358
|
+
handleMouseDown: (e: MouseEvent | null) => void;
|
|
2359
|
+
handleThumbMouseDown: (event: MouseEvent | null) => void;
|
|
2360
|
+
increment(): void;
|
|
2361
|
+
// @internal (undocumented)
|
|
2362
|
+
initialValue: string;
|
|
2363
|
+
// @internal (undocumented)
|
|
2364
|
+
isDragging: boolean;
|
|
2365
|
+
// (undocumented)
|
|
2366
|
+
keypressHandler: (e: KeyboardEvent) => void;
|
|
2367
|
+
max: number;
|
|
2368
|
+
// (undocumented)
|
|
2369
|
+
protected maxChanged(): void;
|
|
2370
|
+
min: number;
|
|
2371
|
+
// (undocumented)
|
|
2372
|
+
protected minChanged(): void;
|
|
2373
|
+
mode: SliderMode;
|
|
2374
|
+
orientation: Orientation;
|
|
2375
|
+
// (undocumented)
|
|
2376
|
+
protected orientationChanged(): void;
|
|
2377
|
+
// @internal (undocumented)
|
|
2378
|
+
position: string;
|
|
2379
|
+
readOnly: boolean;
|
|
2380
|
+
// (undocumented)
|
|
2381
|
+
protected readOnlyChanged(): void;
|
|
1967
2382
|
size?: SliderSize;
|
|
2383
|
+
step: number | undefined;
|
|
2384
|
+
// (undocumented)
|
|
2385
|
+
protected stepChanged(): void;
|
|
2386
|
+
// @internal (undocumented)
|
|
2387
|
+
stepMultiplier: number;
|
|
2388
|
+
// @internal (undocumented)
|
|
2389
|
+
thumb: HTMLDivElement;
|
|
2390
|
+
// @internal (undocumented)
|
|
2391
|
+
track: HTMLDivElement;
|
|
2392
|
+
// @internal (undocumented)
|
|
2393
|
+
trackHeight: number;
|
|
2394
|
+
// @internal (undocumented)
|
|
2395
|
+
trackLeft: number;
|
|
2396
|
+
// @internal (undocumented)
|
|
2397
|
+
trackMinHeight: number;
|
|
2398
|
+
// @internal (undocumented)
|
|
2399
|
+
trackMinWidth: number;
|
|
2400
|
+
// @internal (undocumented)
|
|
2401
|
+
trackWidth: number;
|
|
2402
|
+
get valueAsNumber(): number;
|
|
2403
|
+
set valueAsNumber(next: number);
|
|
2404
|
+
// @internal (undocumented)
|
|
2405
|
+
valueChanged(previous: string, next: string): void;
|
|
2406
|
+
valueTextFormatter: (value: string) => string | null;
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2409
|
+
// @public (undocumented)
|
|
2410
|
+
export interface SliderConfiguration {
|
|
2411
|
+
// (undocumented)
|
|
2412
|
+
direction?: Direction;
|
|
2413
|
+
// (undocumented)
|
|
2414
|
+
disabled?: boolean;
|
|
2415
|
+
// (undocumented)
|
|
2416
|
+
max: number;
|
|
2417
|
+
// (undocumented)
|
|
2418
|
+
min: number;
|
|
2419
|
+
// (undocumented)
|
|
2420
|
+
orientation?: SliderOrientation;
|
|
1968
2421
|
}
|
|
1969
2422
|
|
|
1970
2423
|
// @public
|
|
1971
2424
|
export const SliderDefinition: FASTElementDefinition<typeof Slider>;
|
|
1972
2425
|
|
|
1973
|
-
|
|
2426
|
+
// @public (undocumented)
|
|
2427
|
+
export const SliderMode: {
|
|
2428
|
+
readonly singleValue: "single-value";
|
|
2429
|
+
};
|
|
2430
|
+
|
|
2431
|
+
// @public
|
|
2432
|
+
export type SliderMode = ValuesOf<typeof SliderMode>;
|
|
2433
|
+
|
|
2434
|
+
// @public
|
|
2435
|
+
export type SliderOptions = {
|
|
2436
|
+
thumb?: StaticallyComposableHTML<Slider>;
|
|
2437
|
+
};
|
|
2438
|
+
|
|
2439
|
+
// @public (undocumented)
|
|
2440
|
+
export const SliderOrientation: {
|
|
2441
|
+
readonly horizontal: "horizontal";
|
|
2442
|
+
readonly vertical: "vertical";
|
|
2443
|
+
};
|
|
2444
|
+
|
|
2445
|
+
// @public
|
|
2446
|
+
export type SliderOrientation = ValuesOf<typeof SliderOrientation>;
|
|
1974
2447
|
|
|
1975
2448
|
// @public
|
|
1976
2449
|
export const SliderSize: {
|
|
@@ -1985,76 +2458,78 @@ export type SliderSize = ValuesOf<typeof SliderSize>;
|
|
|
1985
2458
|
export const SliderStyles: ElementStyles;
|
|
1986
2459
|
|
|
1987
2460
|
// @public (undocumented)
|
|
1988
|
-
export const SliderTemplate: ElementViewTemplate<
|
|
2461
|
+
export const SliderTemplate: ElementViewTemplate<Slider>;
|
|
1989
2462
|
|
|
1990
2463
|
// @public (undocumented)
|
|
1991
|
-
export const spacingHorizontalL
|
|
2464
|
+
export const spacingHorizontalL = "var(--spacingHorizontalL)";
|
|
1992
2465
|
|
|
1993
2466
|
// @public (undocumented)
|
|
1994
|
-
export const spacingHorizontalM
|
|
2467
|
+
export const spacingHorizontalM = "var(--spacingHorizontalM)";
|
|
1995
2468
|
|
|
1996
2469
|
// @public (undocumented)
|
|
1997
|
-
export const spacingHorizontalMNudge
|
|
2470
|
+
export const spacingHorizontalMNudge = "var(--spacingHorizontalMNudge)";
|
|
1998
2471
|
|
|
1999
2472
|
// @public (undocumented)
|
|
2000
|
-
export const spacingHorizontalNone
|
|
2473
|
+
export const spacingHorizontalNone = "var(--spacingHorizontalNone)";
|
|
2001
2474
|
|
|
2002
2475
|
// @public (undocumented)
|
|
2003
|
-
export const spacingHorizontalS
|
|
2476
|
+
export const spacingHorizontalS = "var(--spacingHorizontalS)";
|
|
2004
2477
|
|
|
2005
2478
|
// @public (undocumented)
|
|
2006
|
-
export const spacingHorizontalSNudge
|
|
2479
|
+
export const spacingHorizontalSNudge = "var(--spacingHorizontalSNudge)";
|
|
2007
2480
|
|
|
2008
2481
|
// @public (undocumented)
|
|
2009
|
-
export const spacingHorizontalXL
|
|
2482
|
+
export const spacingHorizontalXL = "var(--spacingHorizontalXL)";
|
|
2010
2483
|
|
|
2011
2484
|
// @public (undocumented)
|
|
2012
|
-
export const spacingHorizontalXS
|
|
2485
|
+
export const spacingHorizontalXS = "var(--spacingHorizontalXS)";
|
|
2013
2486
|
|
|
2014
2487
|
// @public (undocumented)
|
|
2015
|
-
export const spacingHorizontalXXL
|
|
2488
|
+
export const spacingHorizontalXXL = "var(--spacingHorizontalXXL)";
|
|
2016
2489
|
|
|
2017
2490
|
// @public (undocumented)
|
|
2018
|
-
export const spacingHorizontalXXS
|
|
2491
|
+
export const spacingHorizontalXXS = "var(--spacingHorizontalXXS)";
|
|
2019
2492
|
|
|
2020
2493
|
// @public (undocumented)
|
|
2021
|
-
export const spacingHorizontalXXXL
|
|
2494
|
+
export const spacingHorizontalXXXL = "var(--spacingHorizontalXXXL)";
|
|
2022
2495
|
|
|
2023
2496
|
// @public (undocumented)
|
|
2024
|
-
export const spacingVerticalL
|
|
2497
|
+
export const spacingVerticalL = "var(--spacingVerticalL)";
|
|
2025
2498
|
|
|
2026
2499
|
// @public (undocumented)
|
|
2027
|
-
export const spacingVerticalM
|
|
2500
|
+
export const spacingVerticalM = "var(--spacingVerticalM)";
|
|
2028
2501
|
|
|
2029
2502
|
// @public (undocumented)
|
|
2030
|
-
export const spacingVerticalMNudge
|
|
2503
|
+
export const spacingVerticalMNudge = "var(--spacingVerticalMNudge)";
|
|
2031
2504
|
|
|
2032
2505
|
// @public (undocumented)
|
|
2033
|
-
export const spacingVerticalNone
|
|
2506
|
+
export const spacingVerticalNone = "var(--spacingVerticalNone)";
|
|
2034
2507
|
|
|
2035
2508
|
// @public (undocumented)
|
|
2036
|
-
export const spacingVerticalS
|
|
2509
|
+
export const spacingVerticalS = "var(--spacingVerticalS)";
|
|
2037
2510
|
|
|
2038
2511
|
// @public (undocumented)
|
|
2039
|
-
export const spacingVerticalSNudge
|
|
2512
|
+
export const spacingVerticalSNudge = "var(--spacingVerticalSNudge)";
|
|
2040
2513
|
|
|
2041
2514
|
// @public (undocumented)
|
|
2042
|
-
export const spacingVerticalXL
|
|
2515
|
+
export const spacingVerticalXL = "var(--spacingVerticalXL)";
|
|
2043
2516
|
|
|
2044
2517
|
// @public (undocumented)
|
|
2045
|
-
export const spacingVerticalXS
|
|
2518
|
+
export const spacingVerticalXS = "var(--spacingVerticalXS)";
|
|
2046
2519
|
|
|
2047
2520
|
// @public (undocumented)
|
|
2048
|
-
export const spacingVerticalXXL
|
|
2521
|
+
export const spacingVerticalXXL = "var(--spacingVerticalXXL)";
|
|
2049
2522
|
|
|
2050
2523
|
// @public (undocumented)
|
|
2051
|
-
export const spacingVerticalXXS
|
|
2524
|
+
export const spacingVerticalXXS = "var(--spacingVerticalXXS)";
|
|
2052
2525
|
|
|
2053
2526
|
// @public (undocumented)
|
|
2054
|
-
export const spacingVerticalXXXL
|
|
2527
|
+
export const spacingVerticalXXXL = "var(--spacingVerticalXXXL)";
|
|
2055
2528
|
|
|
2529
|
+
// Warning: (ae-forgotten-export) The symbol "ProgressRing" needs to be exported by the entry point index.d.ts
|
|
2530
|
+
//
|
|
2056
2531
|
// @public
|
|
2057
|
-
export class Spinner extends
|
|
2532
|
+
export class Spinner extends ProgressRing {
|
|
2058
2533
|
appearance?: SpinnerAppearance;
|
|
2059
2534
|
size?: SpinnerSize;
|
|
2060
2535
|
}
|
|
@@ -2068,7 +2543,7 @@ export const SpinnerAppearance: {
|
|
|
2068
2543
|
// @public
|
|
2069
2544
|
export type SpinnerAppearance = ValuesOf<typeof SpinnerAppearance>;
|
|
2070
2545
|
|
|
2071
|
-
// @public
|
|
2546
|
+
// @public (undocumented)
|
|
2072
2547
|
export const SpinnerDefinition: FASTElementDefinition<typeof Spinner>;
|
|
2073
2548
|
|
|
2074
2549
|
// @public
|
|
@@ -2092,25 +2567,39 @@ export const SpinnerStyles: ElementStyles;
|
|
|
2092
2567
|
export const SpinnerTemplate: ElementViewTemplate<Spinner>;
|
|
2093
2568
|
|
|
2094
2569
|
// @public (undocumented)
|
|
2095
|
-
export const strokeWidthThick
|
|
2570
|
+
export const strokeWidthThick = "var(--strokeWidthThick)";
|
|
2096
2571
|
|
|
2097
2572
|
// @public (undocumented)
|
|
2098
|
-
export const strokeWidthThicker
|
|
2573
|
+
export const strokeWidthThicker = "var(--strokeWidthThicker)";
|
|
2099
2574
|
|
|
2100
2575
|
// @public (undocumented)
|
|
2101
|
-
export const strokeWidthThickest
|
|
2576
|
+
export const strokeWidthThickest = "var(--strokeWidthThickest)";
|
|
2102
2577
|
|
|
2103
2578
|
// @public (undocumented)
|
|
2104
|
-
export const strokeWidthThin
|
|
2579
|
+
export const strokeWidthThin = "var(--strokeWidthThin)";
|
|
2105
2580
|
|
|
2106
2581
|
// @public (undocumented)
|
|
2107
2582
|
const styles: ElementStyles;
|
|
2108
2583
|
export { styles as ButtonStyles }
|
|
2109
2584
|
export { styles as MenuButtonStyles }
|
|
2110
2585
|
|
|
2586
|
+
// Warning: (ae-forgotten-export) The symbol "FormAssociatedSwitch" needs to be exported by the entry point index.d.ts
|
|
2587
|
+
//
|
|
2111
2588
|
// @public (undocumented)
|
|
2112
|
-
export class Switch extends
|
|
2589
|
+
export class Switch extends FormAssociatedSwitch {
|
|
2590
|
+
constructor();
|
|
2591
|
+
// @internal (undocumented)
|
|
2592
|
+
clickHandler: (e: MouseEvent) => void;
|
|
2593
|
+
// @internal (undocumented)
|
|
2594
|
+
defaultSlottedNodes: Node[];
|
|
2595
|
+
// @internal
|
|
2596
|
+
initialValue: string;
|
|
2597
|
+
// @internal (undocumented)
|
|
2598
|
+
keypressHandler: (e: KeyboardEvent) => void;
|
|
2113
2599
|
labelPosition: SwitchLabelPosition | undefined;
|
|
2600
|
+
readOnly: boolean;
|
|
2601
|
+
// (undocumented)
|
|
2602
|
+
protected readOnlyChanged(): void;
|
|
2114
2603
|
}
|
|
2115
2604
|
|
|
2116
2605
|
// @public
|
|
@@ -2126,6 +2615,11 @@ export const SwitchLabelPosition: {
|
|
|
2126
2615
|
// @public
|
|
2127
2616
|
export type SwitchLabelPosition = ValuesOf<typeof SwitchLabelPosition>;
|
|
2128
2617
|
|
|
2618
|
+
// @public (undocumented)
|
|
2619
|
+
export type SwitchOptions = {
|
|
2620
|
+
switch?: StaticallyComposableHTML<Switch>;
|
|
2621
|
+
};
|
|
2622
|
+
|
|
2129
2623
|
// @public (undocumented)
|
|
2130
2624
|
export const SwitchStyles: ElementStyles;
|
|
2131
2625
|
|
|
@@ -2133,16 +2627,24 @@ export const SwitchStyles: ElementStyles;
|
|
|
2133
2627
|
export const SwitchTemplate: ElementViewTemplate<Switch>;
|
|
2134
2628
|
|
|
2135
2629
|
// @public
|
|
2136
|
-
export class Tab extends
|
|
2630
|
+
export class Tab extends FASTElement {
|
|
2137
2631
|
// (undocumented)
|
|
2138
2632
|
connectedCallback(): void;
|
|
2633
|
+
disabled: boolean;
|
|
2634
|
+
}
|
|
2635
|
+
|
|
2636
|
+
// @public (undocumented)
|
|
2637
|
+
export interface Tab extends StartEnd {
|
|
2139
2638
|
}
|
|
2140
2639
|
|
|
2141
2640
|
// @public (undocumented)
|
|
2142
2641
|
export const TabDefinition: FASTElementDefinition<typeof Tab>;
|
|
2143
2642
|
|
|
2643
|
+
// @public
|
|
2644
|
+
export type TabOptions = StartEndOptions<Tab>;
|
|
2645
|
+
|
|
2144
2646
|
// @public (undocumented)
|
|
2145
|
-
export class TabPanel extends
|
|
2647
|
+
export class TabPanel extends FASTElement {
|
|
2146
2648
|
}
|
|
2147
2649
|
|
|
2148
2650
|
// @public (undocumented)
|
|
@@ -2152,10 +2654,10 @@ export const TabPanelDefinition: FASTElementDefinition<typeof TabPanel>;
|
|
|
2152
2654
|
export const TabPanelStyles: ElementStyles;
|
|
2153
2655
|
|
|
2154
2656
|
// @public (undocumented)
|
|
2155
|
-
export const TabPanelTemplate: ElementViewTemplate<
|
|
2657
|
+
export const TabPanelTemplate: ElementViewTemplate<TabPanel, any>;
|
|
2156
2658
|
|
|
2157
|
-
// @public
|
|
2158
|
-
export class Tabs extends
|
|
2659
|
+
// @public (undocumented)
|
|
2660
|
+
export class Tabs extends BaseTabs {
|
|
2159
2661
|
// (undocumented)
|
|
2160
2662
|
activeidChanged(oldValue: string, newValue: string): void;
|
|
2161
2663
|
appearance?: TabsAppearance;
|
|
@@ -2165,6 +2667,10 @@ export class Tabs extends FASTTabs {
|
|
|
2165
2667
|
tabsChanged(): void;
|
|
2166
2668
|
}
|
|
2167
2669
|
|
|
2670
|
+
// @public (undocumented)
|
|
2671
|
+
export interface Tabs extends StartEnd {
|
|
2672
|
+
}
|
|
2673
|
+
|
|
2168
2674
|
// @public (undocumented)
|
|
2169
2675
|
export const TabsAppearance: {
|
|
2170
2676
|
readonly subtle: "subtle";
|
|
@@ -2177,7 +2683,17 @@ export type TabsAppearance = ValuesOf<typeof TabsAppearance>;
|
|
|
2177
2683
|
// @public (undocumented)
|
|
2178
2684
|
export const TabsDefinition: FASTElementDefinition<typeof Tabs>;
|
|
2179
2685
|
|
|
2180
|
-
|
|
2686
|
+
// @public
|
|
2687
|
+
export type TabsOptions = StartEndOptions<Tabs>;
|
|
2688
|
+
|
|
2689
|
+
// @public
|
|
2690
|
+
export const TabsOrientation: {
|
|
2691
|
+
readonly horizontal: "horizontal";
|
|
2692
|
+
readonly vertical: "vertical";
|
|
2693
|
+
};
|
|
2694
|
+
|
|
2695
|
+
// @public
|
|
2696
|
+
export type TabsOrientation = ValuesOf<typeof TabsOrientation>;
|
|
2181
2697
|
|
|
2182
2698
|
// @public (undocumented)
|
|
2183
2699
|
export const TabsSize: {
|
|
@@ -2193,13 +2709,13 @@ export type TabsSize = ValuesOf<typeof TabsSize>;
|
|
|
2193
2709
|
export const TabsStyles: ElementStyles;
|
|
2194
2710
|
|
|
2195
2711
|
// @public (undocumented)
|
|
2196
|
-
export const TabsTemplate: ElementViewTemplate<
|
|
2712
|
+
export const TabsTemplate: ElementViewTemplate<Tabs, any>;
|
|
2197
2713
|
|
|
2198
2714
|
// @public (undocumented)
|
|
2199
2715
|
export const TabStyles: ElementStyles;
|
|
2200
2716
|
|
|
2201
2717
|
// @public (undocumented)
|
|
2202
|
-
export const TabTemplate: ElementViewTemplate<
|
|
2718
|
+
export const TabTemplate: ElementViewTemplate<Tab, any>;
|
|
2203
2719
|
|
|
2204
2720
|
// @public
|
|
2205
2721
|
class Text_2 extends FASTElement {
|
|
@@ -2230,6 +2746,21 @@ export type TextAlign = ValuesOf<typeof TextAlign>;
|
|
|
2230
2746
|
// @public
|
|
2231
2747
|
export const TextDefinition: FASTElementDefinition<typeof Text_2>;
|
|
2232
2748
|
|
|
2749
|
+
// @public (undocumented)
|
|
2750
|
+
export type TextFieldOptions = StartEndOptions<TextInput>;
|
|
2751
|
+
|
|
2752
|
+
// @public
|
|
2753
|
+
export const TextFieldType: {
|
|
2754
|
+
readonly email: "email";
|
|
2755
|
+
readonly password: "password";
|
|
2756
|
+
readonly tel: "tel";
|
|
2757
|
+
readonly text: "text";
|
|
2758
|
+
readonly url: "url";
|
|
2759
|
+
};
|
|
2760
|
+
|
|
2761
|
+
// @public
|
|
2762
|
+
export type TextFieldType = ValuesOf<typeof TextFieldType>;
|
|
2763
|
+
|
|
2233
2764
|
// @public
|
|
2234
2765
|
export const TextFont: {
|
|
2235
2766
|
readonly base: "base";
|
|
@@ -2240,10 +2771,59 @@ export const TextFont: {
|
|
|
2240
2771
|
// @public
|
|
2241
2772
|
export type TextFont = ValuesOf<typeof TextFont>;
|
|
2242
2773
|
|
|
2243
|
-
//
|
|
2244
|
-
|
|
2774
|
+
// Warning: (ae-forgotten-export) The symbol "FormAssociatedTextField" needs to be exported by the entry point index.d.ts
|
|
2775
|
+
//
|
|
2776
|
+
// @public (undocumented)
|
|
2777
|
+
export class TextInput extends FormAssociatedTextField {
|
|
2245
2778
|
appearance?: TextInputAppearance;
|
|
2779
|
+
autofocus: boolean;
|
|
2780
|
+
// (undocumented)
|
|
2781
|
+
protected autofocusChanged(): void;
|
|
2782
|
+
// @internal (undocumented)
|
|
2783
|
+
connectedCallback(): void;
|
|
2784
|
+
// @internal
|
|
2785
|
+
control: HTMLInputElement;
|
|
2246
2786
|
controlSize?: TextInputControlSize;
|
|
2787
|
+
// @internal (undocumented)
|
|
2788
|
+
defaultSlottedNodes: Node[];
|
|
2789
|
+
// @internal
|
|
2790
|
+
handleChange(): void;
|
|
2791
|
+
// @internal
|
|
2792
|
+
handleTextInput(): void;
|
|
2793
|
+
list: string;
|
|
2794
|
+
// (undocumented)
|
|
2795
|
+
protected listChanged(): void;
|
|
2796
|
+
maxlength: number;
|
|
2797
|
+
// (undocumented)
|
|
2798
|
+
protected maxlengthChanged(): void;
|
|
2799
|
+
minlength: number;
|
|
2800
|
+
// (undocumented)
|
|
2801
|
+
protected minlengthChanged(): void;
|
|
2802
|
+
pattern: string;
|
|
2803
|
+
// (undocumented)
|
|
2804
|
+
protected patternChanged(): void;
|
|
2805
|
+
placeholder: string;
|
|
2806
|
+
// (undocumented)
|
|
2807
|
+
protected placeholderChanged(): void;
|
|
2808
|
+
readOnly: boolean;
|
|
2809
|
+
// (undocumented)
|
|
2810
|
+
protected readOnlyChanged(): void;
|
|
2811
|
+
select(): void;
|
|
2812
|
+
size: number;
|
|
2813
|
+
// (undocumented)
|
|
2814
|
+
protected sizeChanged(): void;
|
|
2815
|
+
spellcheck: boolean;
|
|
2816
|
+
// (undocumented)
|
|
2817
|
+
protected spellcheckChanged(): void;
|
|
2818
|
+
type: TextFieldType;
|
|
2819
|
+
// Warning: (ae-unresolved-inheritdoc-reference) The @inheritDoc reference could not be resolved: The package "@fluentui/web-components" does not have an export "FormAssociated"
|
|
2820
|
+
//
|
|
2821
|
+
// (undocumented)
|
|
2822
|
+
validate(): void;
|
|
2823
|
+
}
|
|
2824
|
+
|
|
2825
|
+
// @public (undocumented)
|
|
2826
|
+
export interface TextInput extends StartEnd, DelegatesARIATextbox {
|
|
2247
2827
|
}
|
|
2248
2828
|
|
|
2249
2829
|
// @public
|
|
@@ -2278,8 +2858,6 @@ export const TextInputStyles: ElementStyles;
|
|
|
2278
2858
|
// @internal (undocumented)
|
|
2279
2859
|
export const TextInputTemplate: ElementViewTemplate<TextInput>;
|
|
2280
2860
|
|
|
2281
|
-
export { TextInputType }
|
|
2282
|
-
|
|
2283
2861
|
// @public
|
|
2284
2862
|
export const TextSize: {
|
|
2285
2863
|
readonly _100: "100";
|
|
@@ -2353,7 +2931,7 @@ export const ToggleButtonAppearance: {
|
|
|
2353
2931
|
// @public
|
|
2354
2932
|
export type ToggleButtonAppearance = ValuesOf<typeof ToggleButtonAppearance>;
|
|
2355
2933
|
|
|
2356
|
-
// @public
|
|
2934
|
+
// @public (undocumented)
|
|
2357
2935
|
export const ToggleButtonDefinition: FASTElementDefinition<typeof ToggleButton>;
|
|
2358
2936
|
|
|
2359
2937
|
// @public
|
|
@@ -2382,6 +2960,10 @@ export const ToggleButtonStyles: ElementStyles;
|
|
|
2382
2960
|
// @public
|
|
2383
2961
|
export const ToggleButtonTemplate: ElementViewTemplate<ToggleButton>;
|
|
2384
2962
|
|
|
2963
|
+
// Warnings were encountered during analysis:
|
|
2964
|
+
//
|
|
2965
|
+
// dist/dts/accordion-item/accordion-item.d.ts:11:5 - (ae-forgotten-export) The symbol "StaticallyComposableHTML" needs to be exported by the entry point index.d.ts
|
|
2966
|
+
|
|
2385
2967
|
// (No @packageDocumentation comment for this package)
|
|
2386
2968
|
|
|
2387
2969
|
```
|