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