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