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