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