@fluentui/web-components 3.0.0-beta.7 → 3.0.0-beta.71
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 +783 -103
- package/README.md +46 -15
- package/dist/dts/accordion/accordion.bench.d.ts +3 -0
- package/dist/dts/accordion/accordion.d.ts +70 -3
- package/dist/dts/accordion/accordion.definition.d.ts +0 -4
- package/dist/dts/accordion/accordion.options.d.ts +14 -0
- package/dist/dts/accordion/accordion.template.d.ts +4 -0
- package/dist/dts/accordion/index.d.ts +2 -1
- package/dist/dts/accordion-item/accordion-item.bench.d.ts +3 -0
- package/dist/dts/accordion-item/accordion-item.d.ts +120 -12
- package/dist/dts/accordion-item/accordion-item.definition.d.ts +0 -3
- package/dist/dts/accordion-item/accordion-item.options.d.ts +4 -4
- package/dist/dts/accordion-item/accordion-item.template.d.ts +2 -1
- package/dist/dts/accordion-item/index.d.ts +3 -2
- package/dist/dts/anchor-button/anchor-button.bench.d.ts +3 -0
- package/dist/dts/anchor-button/anchor-button.d.ts +185 -26
- package/dist/dts/anchor-button/anchor-button.definition.d.ts +0 -3
- package/dist/dts/anchor-button/anchor-button.options.d.ts +43 -6
- package/dist/dts/anchor-button/anchor-button.template.d.ts +7 -2
- package/dist/dts/anchor-button/index.d.ts +4 -3
- package/dist/dts/avatar/avatar.bench.d.ts +3 -0
- package/dist/dts/avatar/avatar.d.ts +52 -24
- package/dist/dts/avatar/avatar.options.d.ts +7 -7
- package/dist/dts/avatar/index.d.ts +2 -2
- package/dist/dts/badge/badge.bench.d.ts +3 -0
- package/dist/dts/badge/badge.d.ts +31 -1
- package/dist/dts/badge/badge.definition.d.ts +0 -3
- package/dist/dts/badge/badge.options.d.ts +7 -7
- package/dist/dts/badge/index.d.ts +2 -2
- package/dist/dts/button/button.bench.d.ts +3 -0
- package/dist/dts/button/button.d.ts +284 -23
- package/dist/dts/button/button.definition.d.ts +2 -3
- package/dist/dts/button/button.options.d.ts +42 -7
- package/dist/dts/button/button.styles.d.ts +9 -0
- package/dist/dts/button/button.template.d.ts +8 -0
- package/dist/dts/button/index.d.ts +5 -4
- package/dist/dts/checkbox/checkbox.bench.d.ts +3 -0
- package/dist/dts/checkbox/checkbox.d.ts +343 -15
- package/dist/dts/checkbox/checkbox.options.d.ts +15 -12
- package/dist/dts/checkbox/checkbox.template.d.ts +7 -1
- package/dist/dts/checkbox/index.d.ts +4 -3
- package/dist/dts/compound-button/compound-button.bench.d.ts +3 -0
- package/dist/dts/compound-button/compound-button.definition.d.ts +0 -3
- package/dist/dts/compound-button/compound-button.options.d.ts +5 -10
- package/dist/dts/compound-button/index.d.ts +2 -2
- package/dist/dts/counter-badge/counter-badge.bench.d.ts +3 -0
- package/dist/dts/counter-badge/counter-badge.d.ts +37 -1
- package/dist/dts/counter-badge/counter-badge.definition.d.ts +0 -4
- package/dist/dts/counter-badge/counter-badge.options.d.ts +6 -6
- package/dist/dts/counter-badge/index.d.ts +2 -2
- package/dist/dts/dialog/dialog.bench.d.ts +3 -0
- package/dist/dts/dialog/dialog.d.ts +12 -146
- package/dist/dts/dialog/dialog.options.d.ts +3 -3
- package/dist/dts/dialog/index.d.ts +2 -1
- package/dist/dts/dialog-body/define.d.ts +1 -0
- package/dist/dts/dialog-body/dialog-body.bench.d.ts +3 -0
- package/dist/dts/dialog-body/dialog-body.d.ts +14 -0
- package/dist/dts/dialog-body/dialog-body.definition.d.ts +9 -0
- package/dist/dts/dialog-body/dialog-body.styles.d.ts +4 -0
- package/dist/dts/dialog-body/dialog-body.template.d.ts +6 -0
- package/dist/dts/dialog-body/index.d.ts +4 -0
- package/dist/dts/divider/divider.bench.d.ts +3 -0
- package/dist/dts/divider/divider.d.ts +74 -12
- package/dist/dts/divider/divider.options.d.ts +32 -9
- package/dist/dts/divider/divider.template.d.ts +1 -0
- package/dist/dts/divider/index.d.ts +2 -2
- package/dist/dts/drawer/define.d.ts +1 -0
- package/dist/dts/drawer/drawer.d.ts +93 -0
- package/dist/dts/drawer/drawer.definition.d.ts +8 -0
- package/dist/dts/drawer/drawer.options.d.ts +40 -0
- package/dist/dts/drawer/drawer.styles.d.ts +4 -0
- package/dist/dts/drawer/drawer.template.d.ts +8 -0
- package/dist/dts/drawer/index.d.ts +5 -0
- package/dist/dts/drawer-body/define.d.ts +1 -0
- package/dist/dts/drawer-body/drawer-body.d.ts +20 -0
- package/dist/dts/drawer-body/drawer-body.definition.d.ts +8 -0
- package/dist/dts/drawer-body/drawer-body.styles.d.ts +4 -0
- package/dist/dts/drawer-body/drawer-body.template.d.ts +8 -0
- package/dist/dts/drawer-body/index.d.ts +4 -0
- package/dist/dts/field/define.d.ts +1 -0
- package/dist/dts/field/field.bench.d.ts +3 -0
- package/dist/dts/field/field.d.ts +136 -0
- package/dist/dts/field/field.definition.d.ts +9 -0
- package/dist/dts/field/field.options.d.ts +43 -0
- package/dist/dts/field/field.styles.d.ts +6 -0
- package/dist/dts/field/field.template.d.ts +6 -0
- package/dist/dts/field/index.d.ts +6 -0
- package/dist/dts/form-associated/form-associated.d.ts +104 -0
- package/dist/dts/helpers.tests.d.ts +22 -0
- package/dist/dts/image/image.bench.d.ts +3 -0
- package/dist/dts/image/image.d.ts +36 -0
- package/dist/dts/image/image.options.d.ts +3 -4
- package/dist/dts/image/index.d.ts +2 -2
- package/dist/dts/index-rollup.d.ts +38 -1
- package/dist/dts/index.d.ts +61 -31
- package/dist/dts/label/index.d.ts +2 -1
- package/dist/dts/label/label.bench.d.ts +3 -0
- package/dist/dts/label/label.d.ts +24 -2
- package/dist/dts/label/label.options.d.ts +3 -3
- package/dist/dts/link/define.d.ts +1 -0
- package/dist/dts/link/index.d.ts +5 -0
- package/dist/dts/link/link.bench.d.ts +3 -0
- package/dist/dts/link/link.d.ts +45 -0
- package/dist/dts/link/link.definition.d.ts +7 -0
- package/dist/dts/link/link.options.d.ts +52 -0
- package/dist/dts/link/link.styles.d.ts +1 -0
- package/dist/dts/link/link.template.d.ts +12 -0
- package/dist/dts/menu/index.d.ts +1 -1
- package/dist/dts/menu/menu.bench.d.ts +3 -0
- package/dist/dts/menu/menu.d.ts +86 -57
- package/dist/dts/menu-button/index.d.ts +4 -3
- package/dist/dts/menu-button/menu-button.bench.d.ts +3 -0
- package/dist/dts/menu-button/menu-button.definition.d.ts +0 -3
- package/dist/dts/menu-button/menu-button.options.d.ts +6 -7
- package/dist/dts/menu-item/index.d.ts +5 -3
- package/dist/dts/menu-item/menu-item.bench.d.ts +3 -0
- package/dist/dts/menu-item/menu-item.d.ts +144 -5
- package/dist/dts/menu-item/menu-item.definition.d.ts +0 -4
- package/dist/dts/menu-item/menu-item.options.d.ts +30 -0
- package/dist/dts/menu-item/menu-item.template.d.ts +2 -1
- package/dist/dts/menu-list/index.d.ts +1 -1
- package/dist/dts/menu-list/menu-list.bench.d.ts +3 -0
- package/dist/dts/menu-list/menu-list.d.ts +73 -4
- package/dist/dts/menu-list/menu-list.definition.d.ts +0 -4
- package/dist/dts/menu-list/menu-list.template.d.ts +1 -0
- package/dist/dts/message-bar/define.d.ts +1 -0
- package/dist/dts/message-bar/index.d.ts +5 -0
- package/dist/dts/message-bar/message-bar.bench.d.ts +3 -0
- package/dist/dts/message-bar/message-bar.d.ts +66 -0
- package/dist/dts/message-bar/message-bar.definition.d.ts +9 -0
- package/dist/dts/message-bar/message-bar.options.d.ts +30 -0
- package/dist/dts/message-bar/message-bar.styles.d.ts +7 -0
- package/dist/dts/message-bar/message-bar.template.d.ts +14 -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/index.d.ts +2 -2
- package/dist/dts/progress-bar/progress-bar.bench.d.ts +3 -0
- package/dist/dts/progress-bar/progress-bar.d.ts +89 -13
- package/dist/dts/progress-bar/progress-bar.options.d.ts +4 -4
- package/dist/dts/progress-bar/progress-bar.template.d.ts +1 -0
- package/dist/dts/radio/index.d.ts +2 -1
- package/dist/dts/radio/radio.bench.d.ts +3 -0
- package/dist/dts/radio/radio.d.ts +57 -3
- package/dist/dts/radio/radio.options.d.ts +14 -0
- package/dist/dts/radio/radio.styles.d.ts +3 -1
- package/dist/dts/radio/radio.template.d.ts +13 -0
- package/dist/dts/radio-group/index.d.ts +2 -2
- package/dist/dts/radio-group/radio-group.bench.d.ts +3 -0
- package/dist/dts/radio-group/radio-group.d.ts +257 -6
- package/dist/dts/radio-group/radio-group.options.d.ts +17 -0
- package/dist/dts/radio-group/radio-group.template.d.ts +2 -1
- package/dist/dts/rating-display/define.d.ts +1 -0
- package/dist/dts/rating-display/index.d.ts +5 -0
- package/dist/dts/rating-display/rating-display.d.ts +150 -0
- package/dist/dts/rating-display/rating-display.definition.d.ts +9 -0
- package/dist/dts/rating-display/rating-display.options.d.ts +29 -0
- package/dist/dts/rating-display/rating-display.styles.d.ts +6 -0
- package/dist/dts/rating-display/rating-display.template.d.ts +14 -0
- package/dist/dts/slider/index.d.ts +3 -2
- package/dist/dts/slider/slider-utilities.d.ts +5 -0
- package/dist/dts/slider/slider.bench.d.ts +3 -0
- package/dist/dts/slider/slider.d.ts +341 -6
- package/dist/dts/slider/slider.form-associated.d.ts +14 -0
- package/dist/dts/slider/slider.options.d.ts +44 -3
- package/dist/dts/slider/slider.template.d.ts +4 -2
- package/dist/dts/spinner/index.d.ts +2 -2
- package/dist/dts/spinner/spinner.bench.d.ts +3 -0
- package/dist/dts/spinner/spinner.d.ts +29 -4
- package/dist/dts/spinner/spinner.definition.d.ts +0 -4
- package/dist/dts/spinner/spinner.options.d.ts +3 -3
- package/dist/dts/spinner/spinner.template.d.ts +1 -2
- package/dist/dts/styles/partials/index.d.ts +1 -0
- package/dist/dts/styles/partials/typography.partials.d.ts +18 -0
- package/dist/dts/styles/states/index.d.ts +600 -0
- package/dist/dts/switch/index.d.ts +3 -2
- package/dist/dts/switch/switch.bench.d.ts +3 -0
- package/dist/dts/switch/switch.d.ts +7 -12
- package/dist/dts/switch/switch.form-associated.d.ts +14 -0
- package/dist/dts/switch/switch.options.d.ts +2 -2
- package/dist/dts/switch/switch.template.d.ts +2 -1
- package/dist/dts/tab/index.d.ts +4 -3
- package/dist/dts/tab/tab.bench.d.ts +3 -0
- package/dist/dts/tab/tab.d.ts +17 -2
- package/dist/dts/tab/tab.template.d.ts +3 -3
- package/dist/dts/tab-panel/index.d.ts +1 -1
- package/dist/dts/tab-panel/tab-panel.bench.d.ts +3 -0
- package/dist/dts/tab-panel/tab-panel.d.ts +2 -2
- package/dist/dts/tab-panel/tab-panel.template.d.ts +4 -1
- package/dist/dts/tablist/define.d.ts +1 -0
- package/dist/dts/tablist/index.d.ts +5 -0
- package/dist/dts/tablist/tablist.bench.d.ts +3 -0
- package/dist/dts/tablist/tablist.d.ts +191 -0
- package/dist/dts/tablist/tablist.definition.d.ts +7 -0
- package/dist/dts/tablist/tablist.options.d.ts +44 -0
- package/dist/dts/tablist/tablist.styles.d.ts +4 -0
- package/dist/dts/tablist/tablist.template.d.ts +5 -0
- package/dist/dts/tabs/index.d.ts +5 -4
- package/dist/dts/tabs/tabs.bench.d.ts +3 -0
- package/dist/dts/tabs/tabs.d.ts +102 -13
- package/dist/dts/tabs/tabs.options.d.ts +23 -5
- package/dist/dts/tabs/tabs.template.d.ts +5 -1
- package/dist/dts/text/index.d.ts +2 -2
- package/dist/dts/text/text.bench.d.ts +3 -0
- package/dist/dts/text/text.d.ts +40 -1
- package/dist/dts/text/text.options.d.ts +5 -5
- package/dist/dts/text-input/index.d.ts +5 -5
- package/dist/dts/text-input/text-input.bench.d.ts +3 -0
- package/dist/dts/text-input/text-input.d.ts +415 -11
- package/dist/dts/text-input/text-input.definition.d.ts +2 -3
- package/dist/dts/text-input/text-input.options.d.ts +31 -10
- package/dist/dts/text-input/text-input.styles.d.ts +5 -2
- package/dist/dts/text-input/text-input.template.d.ts +8 -1
- package/dist/dts/textarea/define.d.ts +1 -0
- package/dist/dts/textarea/index.d.ts +5 -0
- package/dist/dts/textarea/textarea.bench.d.ts +3 -0
- package/dist/dts/textarea/textarea.d.ts +390 -0
- package/dist/dts/textarea/textarea.definition.d.ts +9 -0
- package/dist/dts/textarea/textarea.options.d.ts +49 -0
- package/dist/dts/textarea/textarea.styles.d.ts +7 -0
- package/dist/dts/textarea/textarea.template.d.ts +12 -0
- package/dist/dts/theme/design-tokens.d.ts +2220 -384
- package/dist/dts/theme/index.d.ts +1 -1
- package/dist/dts/theme/set-theme.d.ts +27 -5
- package/dist/dts/theme/set-theme.global.bench.d.ts +3 -0
- package/dist/dts/theme/set-theme.local.bench.d.ts +3 -0
- package/dist/dts/theme/set-theme.shadow.bench.d.ts +3 -0
- package/dist/dts/toggle-button/index.d.ts +5 -4
- package/dist/dts/toggle-button/toggle-button.bench.d.ts +3 -0
- package/dist/dts/toggle-button/toggle-button.d.ts +29 -26
- package/dist/dts/toggle-button/toggle-button.definition.d.ts +0 -2
- package/dist/dts/toggle-button/toggle-button.options.d.ts +6 -7
- package/dist/dts/toggle-button/toggle-button.styles.d.ts +7 -0
- package/dist/dts/utils/behaviors/match-media-stylesheet-behavior.d.ts +124 -0
- package/dist/dts/utils/benchmark-dependencies/tokens.d.ts +1 -0
- package/dist/dts/utils/benchmark-wrapper.d.ts +2 -0
- package/dist/dts/utils/converters.d.ts +17 -0
- package/dist/dts/utils/direction.d.ts +10 -0
- package/dist/dts/utils/display.d.ts +17 -0
- package/dist/dts/utils/element-internals.d.ts +35 -0
- package/dist/dts/utils/focusable-element.d.ts +3 -0
- package/dist/dts/utils/index.d.ts +7 -0
- package/dist/dts/utils/root-active-element.d.ts +1 -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.bench.js +30 -0
- package/dist/esm/accordion/accordion.bench.js.map +1 -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 +172 -3
- package/dist/esm/accordion/accordion.js.map +1 -1
- package/dist/esm/accordion/accordion.options.js +9 -0
- package/dist/esm/accordion/accordion.options.js.map +1 -0
- package/dist/esm/accordion/accordion.styles.js +1 -1
- package/dist/esm/accordion/accordion.styles.js.map +1 -1
- package/dist/esm/accordion/accordion.template.js +11 -1
- package/dist/esm/accordion/accordion.template.js.map +1 -1
- package/dist/esm/accordion/index.js +2 -1
- package/dist/esm/accordion/index.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.bench.js +14 -0
- package/dist/esm/accordion-item/accordion-item.bench.js.map +1 -0
- 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 +138 -13
- package/dist/esm/accordion-item/accordion-item.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.options.js +1 -1
- package/dist/esm/accordion-item/accordion-item.options.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.styles.js +63 -85
- package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.template.js +30 -4
- package/dist/esm/accordion-item/accordion-item.template.js.map +1 -1
- package/dist/esm/accordion-item/index.js +2 -2
- package/dist/esm/accordion-item/index.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.bench.js +11 -0
- package/dist/esm/anchor-button/anchor-button.bench.js.map +1 -0
- package/dist/esm/anchor-button/anchor-button.definition.js +0 -6
- package/dist/esm/anchor-button/anchor-button.definition.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.js +193 -60
- package/dist/esm/anchor-button/anchor-button.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.options.js +26 -0
- package/dist/esm/anchor-button/anchor-button.options.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.styles.js +12 -5
- package/dist/esm/anchor-button/anchor-button.styles.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.template.js +21 -1
- package/dist/esm/anchor-button/anchor-button.template.js.map +1 -1
- package/dist/esm/anchor-button/index.js +3 -3
- package/dist/esm/anchor-button/index.js.map +1 -1
- package/dist/esm/avatar/avatar.bench.js +10 -0
- package/dist/esm/avatar/avatar.bench.js.map +1 -0
- package/dist/esm/avatar/avatar.js +66 -37
- package/dist/esm/avatar/avatar.js.map +1 -1
- package/dist/esm/avatar/avatar.styles.js +133 -132
- package/dist/esm/avatar/avatar.styles.js.map +1 -1
- package/dist/esm/avatar/avatar.template.js +2 -4
- package/dist/esm/avatar/avatar.template.js.map +1 -1
- package/dist/esm/avatar/index.js +2 -2
- package/dist/esm/avatar/index.js.map +1 -1
- package/dist/esm/badge/badge.bench.js +11 -0
- package/dist/esm/badge/badge.bench.js.map +1 -0
- 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 +61 -7
- package/dist/esm/badge/badge.js.map +1 -1
- package/dist/esm/badge/badge.styles.js +17 -9
- package/dist/esm/badge/badge.styles.js.map +1 -1
- package/dist/esm/badge/badge.template.js +2 -2
- package/dist/esm/badge/badge.template.js.map +1 -1
- package/dist/esm/badge/index.js +2 -2
- package/dist/esm/badge/index.js.map +1 -1
- package/dist/esm/button/button.bench.js +11 -0
- package/dist/esm/button/button.bench.js.map +1 -0
- package/dist/esm/button/button.definition.js +2 -6
- package/dist/esm/button/button.definition.js.map +1 -1
- package/dist/esm/button/button.js +331 -38
- package/dist/esm/button/button.js.map +1 -1
- package/dist/esm/button/button.options.js +20 -1
- package/dist/esm/button/button.options.js.map +1 -1
- package/dist/esm/button/button.styles.js +154 -136
- package/dist/esm/button/button.styles.js.map +1 -1
- package/dist/esm/button/button.template.js +23 -1
- package/dist/esm/button/button.template.js.map +1 -1
- package/dist/esm/button/index.js +4 -4
- package/dist/esm/button/index.js.map +1 -1
- package/dist/esm/checkbox/checkbox.bench.js +11 -0
- package/dist/esm/checkbox/checkbox.bench.js.map +1 -0
- package/dist/esm/checkbox/checkbox.definition.js +1 -1
- package/dist/esm/checkbox/checkbox.definition.js.map +1 -1
- package/dist/esm/checkbox/checkbox.js +447 -13
- package/dist/esm/checkbox/checkbox.js.map +1 -1
- package/dist/esm/checkbox/checkbox.options.js +0 -8
- package/dist/esm/checkbox/checkbox.options.js.map +1 -1
- package/dist/esm/checkbox/checkbox.styles.js +141 -128
- package/dist/esm/checkbox/checkbox.styles.js.map +1 -1
- package/dist/esm/checkbox/checkbox.template.js +34 -17
- package/dist/esm/checkbox/checkbox.template.js.map +1 -1
- package/dist/esm/checkbox/index.js +3 -3
- package/dist/esm/checkbox/index.js.map +1 -1
- package/dist/esm/compound-button/compound-button.bench.js +15 -0
- package/dist/esm/compound-button/compound-button.bench.js.map +1 -0
- package/dist/esm/compound-button/compound-button.definition.js +0 -6
- package/dist/esm/compound-button/compound-button.definition.js.map +1 -1
- package/dist/esm/compound-button/compound-button.options.js.map +1 -1
- package/dist/esm/compound-button/compound-button.styles.js +34 -35
- package/dist/esm/compound-button/compound-button.styles.js.map +1 -1
- package/dist/esm/compound-button/compound-button.template.js +4 -40
- package/dist/esm/compound-button/compound-button.template.js.map +1 -1
- package/dist/esm/compound-button/index.js +2 -2
- package/dist/esm/compound-button/index.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.bench.js +11 -0
- package/dist/esm/counter-badge/counter-badge.bench.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 +69 -7
- package/dist/esm/counter-badge/counter-badge.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.styles.js +9 -8
- package/dist/esm/counter-badge/counter-badge.styles.js.map +1 -1
- package/dist/esm/counter-badge/index.js +2 -2
- package/dist/esm/counter-badge/index.js.map +1 -1
- package/dist/esm/dialog/dialog.bench.js +11 -0
- package/dist/esm/dialog/dialog.bench.js.map +1 -0
- package/dist/esm/dialog/dialog.js +33 -312
- package/dist/esm/dialog/dialog.js.map +1 -1
- package/dist/esm/dialog/dialog.options.js +1 -1
- package/dist/esm/dialog/dialog.options.js.map +1 -1
- package/dist/esm/dialog/dialog.styles.js +69 -85
- package/dist/esm/dialog/dialog.styles.js.map +1 -1
- package/dist/esm/dialog/dialog.template.js +17 -54
- package/dist/esm/dialog/dialog.template.js.map +1 -1
- package/dist/esm/dialog/index.js +2 -1
- package/dist/esm/dialog/index.js.map +1 -1
- package/dist/esm/dialog-body/define.js +4 -0
- package/dist/esm/dialog-body/define.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.bench.js +11 -0
- package/dist/esm/dialog-body/dialog-body.bench.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.definition.js +17 -0
- package/dist/esm/dialog-body/dialog-body.definition.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.js +22 -0
- package/dist/esm/dialog-body/dialog-body.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.styles.js +79 -0
- package/dist/esm/dialog-body/dialog-body.styles.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.template.js +42 -0
- package/dist/esm/dialog-body/dialog-body.template.js.map +1 -0
- package/dist/esm/dialog-body/index.js +5 -0
- package/dist/esm/dialog-body/index.js.map +1 -0
- package/dist/esm/divider/divider.bench.js +10 -0
- package/dist/esm/divider/divider.bench.js.map +1 -0
- package/dist/esm/divider/divider.js +104 -12
- package/dist/esm/divider/divider.js.map +1 -1
- package/dist/esm/divider/divider.options.js +14 -6
- package/dist/esm/divider/divider.options.js.map +1 -1
- package/dist/esm/divider/divider.styles.js +45 -44
- package/dist/esm/divider/divider.styles.js.map +1 -1
- package/dist/esm/divider/divider.template.js +4 -1
- package/dist/esm/divider/divider.template.js.map +1 -1
- package/dist/esm/divider/index.js +2 -2
- package/dist/esm/divider/index.js.map +1 -1
- package/dist/esm/drawer/define.js +4 -0
- package/dist/esm/drawer/define.js.map +1 -0
- package/dist/esm/drawer/drawer.definition.js +16 -0
- package/dist/esm/drawer/drawer.definition.js.map +1 -0
- package/dist/esm/drawer/drawer.js +132 -0
- package/dist/esm/drawer/drawer.js.map +1 -0
- package/dist/esm/drawer/drawer.options.js +25 -0
- package/dist/esm/drawer/drawer.options.js.map +1 -0
- package/dist/esm/drawer/drawer.styles.js +138 -0
- package/dist/esm/drawer/drawer.styles.js.map +1 -0
- package/dist/esm/drawer/drawer.template.js +28 -0
- package/dist/esm/drawer/drawer.template.js.map +1 -0
- package/dist/esm/drawer/index.js +6 -0
- package/dist/esm/drawer/index.js.map +1 -0
- package/dist/esm/drawer-body/define.js +4 -0
- package/dist/esm/drawer-body/define.js.map +1 -0
- package/dist/esm/drawer-body/drawer-body.definition.js +16 -0
- package/dist/esm/drawer-body/drawer-body.definition.js.map +1 -0
- package/dist/esm/drawer-body/drawer-body.js +21 -0
- package/dist/esm/drawer-body/drawer-body.js.map +1 -0
- package/dist/esm/drawer-body/drawer-body.styles.js +31 -0
- package/dist/esm/drawer-body/drawer-body.styles.js.map +1 -0
- package/dist/esm/drawer-body/drawer-body.template.js +21 -0
- package/dist/esm/drawer-body/drawer-body.template.js.map +1 -0
- package/dist/esm/drawer-body/index.js +5 -0
- package/dist/esm/drawer-body/index.js.map +1 -0
- package/dist/esm/field/define.js +4 -0
- package/dist/esm/field/define.js.map +1 -0
- package/dist/esm/field/field.bench.js +10 -0
- package/dist/esm/field/field.bench.js.map +1 -0
- package/dist/esm/field/field.definition.js +20 -0
- package/dist/esm/field/field.definition.js.map +1 -0
- package/dist/esm/field/field.js +212 -0
- package/dist/esm/field/field.js.map +1 -0
- package/dist/esm/field/field.options.js +27 -0
- package/dist/esm/field/field.options.js.map +1 -0
- package/dist/esm/field/field.styles.js +135 -0
- package/dist/esm/field/field.styles.js.map +1 -0
- package/dist/esm/field/field.template.js +26 -0
- package/dist/esm/field/field.template.js.map +1 -0
- package/dist/esm/field/index.js +6 -0
- package/dist/esm/field/index.js.map +1 -0
- 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 +44 -0
- package/dist/esm/helpers.tests.js.map +1 -1
- package/dist/esm/image/image.bench.js +14 -0
- package/dist/esm/image/image.bench.js.map +1 -0
- package/dist/esm/image/image.js +61 -6
- package/dist/esm/image/image.js.map +1 -1
- package/dist/esm/image/image.options.js +0 -1
- package/dist/esm/image/image.options.js.map +1 -1
- package/dist/esm/image/image.styles.js +14 -13
- package/dist/esm/image/image.styles.js.map +1 -1
- package/dist/esm/image/index.js +2 -2
- package/dist/esm/image/index.js.map +1 -1
- package/dist/esm/index-rollup.js +38 -1
- package/dist/esm/index-rollup.js.map +1 -1
- package/dist/esm/index.js +46 -31
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/label/index.js +2 -1
- package/dist/esm/label/index.js.map +1 -1
- package/dist/esm/label/label.bench.js +11 -0
- package/dist/esm/label/label.bench.js.map +1 -0
- package/dist/esm/label/label.js +42 -6
- package/dist/esm/label/label.js.map +1 -1
- package/dist/esm/label/label.styles.js +28 -21
- package/dist/esm/label/label.styles.js.map +1 -1
- package/dist/esm/link/define.js +4 -0
- package/dist/esm/link/define.js.map +1 -0
- package/dist/esm/link/index.js +6 -0
- package/dist/esm/link/index.js.map +1 -0
- package/dist/esm/link/link.bench.js +11 -0
- package/dist/esm/link/link.bench.js.map +1 -0
- package/dist/esm/link/link.definition.js +15 -0
- package/dist/esm/link/link.definition.js.map +1 -0
- package/dist/esm/link/link.js +58 -0
- package/dist/esm/link/link.js.map +1 -0
- package/dist/esm/link/link.options.js +21 -0
- package/dist/esm/link/link.options.js.map +1 -0
- package/dist/esm/link/link.styles.js +72 -0
- package/dist/esm/link/link.styles.js.map +1 -0
- package/dist/esm/link/link.template.js +22 -0
- package/dist/esm/link/link.template.js.map +1 -0
- package/dist/esm/menu/index.js +1 -1
- package/dist/esm/menu/index.js.map +1 -1
- package/dist/esm/menu/menu.bench.js +31 -0
- package/dist/esm/menu/menu.bench.js.map +1 -0
- package/dist/esm/menu/menu.js +146 -175
- package/dist/esm/menu/menu.js.map +1 -1
- package/dist/esm/menu/menu.styles.js +53 -9
- package/dist/esm/menu/menu.styles.js.map +1 -1
- package/dist/esm/menu/menu.template.js +3 -9
- package/dist/esm/menu/menu.template.js.map +1 -1
- package/dist/esm/menu-button/index.js +3 -3
- package/dist/esm/menu-button/index.js.map +1 -1
- package/dist/esm/menu-button/menu-button.bench.js +11 -0
- package/dist/esm/menu-button/menu-button.bench.js.map +1 -0
- package/dist/esm/menu-button/menu-button.definition.js +0 -6
- package/dist/esm/menu-button/menu-button.definition.js.map +1 -1
- package/dist/esm/menu-button/menu-button.options.js.map +1 -1
- package/dist/esm/menu-button/menu-button.template.js +6 -2
- package/dist/esm/menu-button/menu-button.template.js.map +1 -1
- package/dist/esm/menu-item/index.js +4 -3
- package/dist/esm/menu-item/index.js.map +1 -1
- package/dist/esm/menu-item/menu-item.bench.js +11 -0
- package/dist/esm/menu-item/menu-item.bench.js.map +1 -0
- package/dist/esm/menu-item/menu-item.definition.js +0 -4
- package/dist/esm/menu-item/menu-item.definition.js.map +1 -1
- package/dist/esm/menu-item/menu-item.js +261 -4
- package/dist/esm/menu-item/menu-item.js.map +1 -1
- package/dist/esm/menu-item/menu-item.options.js +27 -0
- package/dist/esm/menu-item/menu-item.options.js.map +1 -0
- package/dist/esm/menu-item/menu-item.styles.js +107 -131
- package/dist/esm/menu-item/menu-item.styles.js.map +1 -1
- package/dist/esm/menu-item/menu-item.template.js +30 -7
- package/dist/esm/menu-item/menu-item.template.js.map +1 -1
- package/dist/esm/menu-list/index.js +1 -1
- package/dist/esm/menu-list/index.js.map +1 -1
- package/dist/esm/menu-list/menu-list.bench.js +21 -0
- package/dist/esm/menu-list/menu-list.bench.js.map +1 -0
- package/dist/esm/menu-list/menu-list.definition.js +0 -4
- package/dist/esm/menu-list/menu-list.definition.js.map +1 -1
- package/dist/esm/menu-list/menu-list.js +239 -16
- package/dist/esm/menu-list/menu-list.js.map +1 -1
- package/dist/esm/menu-list/menu-list.styles.js +5 -5
- package/dist/esm/menu-list/menu-list.styles.js.map +1 -1
- package/dist/esm/menu-list/menu-list.template.js +12 -1
- package/dist/esm/menu-list/menu-list.template.js.map +1 -1
- package/dist/esm/message-bar/define.js +4 -0
- package/dist/esm/message-bar/define.js.map +1 -0
- package/dist/esm/message-bar/index.js +6 -0
- package/dist/esm/message-bar/index.js.map +1 -0
- package/dist/esm/message-bar/message-bar.bench.js +56 -0
- package/dist/esm/message-bar/message-bar.bench.js.map +1 -0
- package/dist/esm/message-bar/message-bar.definition.js +20 -0
- package/dist/esm/message-bar/message-bar.definition.js.map +1 -0
- package/dist/esm/message-bar/message-bar.js +79 -0
- package/dist/esm/message-bar/message-bar.js.map +1 -0
- package/dist/esm/message-bar/message-bar.options.js +27 -0
- package/dist/esm/message-bar/message-bar.options.js.map +1 -0
- package/dist/esm/message-bar/message-bar.styles.js +108 -0
- package/dist/esm/message-bar/message-bar.styles.js.map +1 -0
- package/dist/esm/message-bar/message-bar.template.js +25 -0
- package/dist/esm/message-bar/message-bar.template.js.map +1 -0
- package/dist/esm/patterns/aria-globals.js +72 -0
- package/dist/esm/patterns/aria-globals.js.map +1 -0
- package/dist/esm/patterns/index.js +3 -0
- package/dist/esm/patterns/index.js.map +1 -0
- package/dist/esm/patterns/start-end.js +29 -0
- package/dist/esm/patterns/start-end.js.map +1 -0
- package/dist/esm/progress-bar/index.js +2 -2
- package/dist/esm/progress-bar/index.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.bench.js +10 -0
- package/dist/esm/progress-bar/progress-bar.bench.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.js +117 -16
- 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 +51 -129
- package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.template.js +11 -5
- package/dist/esm/progress-bar/progress-bar.template.js.map +1 -1
- package/dist/esm/radio/index.js +1 -1
- package/dist/esm/radio/index.js.map +1 -1
- package/dist/esm/radio/radio.bench.js +11 -0
- package/dist/esm/radio/radio.bench.js.map +1 -0
- package/dist/esm/radio/radio.js +78 -3
- package/dist/esm/radio/radio.js.map +1 -1
- package/dist/esm/radio/radio.options.js +2 -0
- package/dist/esm/radio/radio.options.js.map +1 -0
- package/dist/esm/radio/radio.styles.js +97 -90
- package/dist/esm/radio/radio.styles.js.map +1 -1
- package/dist/esm/radio/radio.template.js +27 -4
- package/dist/esm/radio/radio.template.js.map +1 -1
- package/dist/esm/radio-group/index.js +2 -2
- package/dist/esm/radio-group/index.js.map +1 -1
- package/dist/esm/radio-group/radio-group.bench.js +21 -0
- package/dist/esm/radio-group/radio-group.bench.js.map +1 -0
- package/dist/esm/radio-group/radio-group.js +457 -15
- package/dist/esm/radio-group/radio-group.js.map +1 -1
- package/dist/esm/radio-group/radio-group.options.js +7 -0
- package/dist/esm/radio-group/radio-group.options.js.map +1 -0
- package/dist/esm/radio-group/radio-group.styles.js +28 -33
- package/dist/esm/radio-group/radio-group.styles.js.map +1 -1
- package/dist/esm/radio-group/radio-group.template.js +15 -1
- package/dist/esm/radio-group/radio-group.template.js.map +1 -1
- package/dist/esm/rating-display/define.js +4 -0
- package/dist/esm/rating-display/define.js.map +1 -0
- package/dist/esm/rating-display/index.js +6 -0
- package/dist/esm/rating-display/index.js.map +1 -0
- package/dist/esm/rating-display/rating-display.definition.js +17 -0
- package/dist/esm/rating-display/rating-display.definition.js.map +1 -0
- package/dist/esm/rating-display/rating-display.js +169 -0
- package/dist/esm/rating-display/rating-display.js.map +1 -0
- package/dist/esm/rating-display/rating-display.options.js +19 -0
- package/dist/esm/rating-display/rating-display.options.js.map +1 -0
- package/dist/esm/rating-display/rating-display.styles.js +126 -0
- package/dist/esm/rating-display/rating-display.styles.js.map +1 -0
- package/dist/esm/rating-display/rating-display.template.js +34 -0
- package/dist/esm/rating-display/rating-display.template.js.map +1 -0
- package/dist/esm/slider/index.js +2 -2
- package/dist/esm/slider/index.js.map +1 -1
- package/dist/esm/slider/slider-utilities.js +12 -0
- package/dist/esm/slider/slider-utilities.js.map +1 -0
- package/dist/esm/slider/slider.bench.js +10 -0
- package/dist/esm/slider/slider.bench.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 +660 -27
- package/dist/esm/slider/slider.js.map +1 -1
- package/dist/esm/slider/slider.options.js +11 -1
- package/dist/esm/slider/slider.options.js.map +1 -1
- package/dist/esm/slider/slider.styles.js +124 -131
- package/dist/esm/slider/slider.styles.js.map +1 -1
- package/dist/esm/slider/slider.template.js +22 -2
- package/dist/esm/slider/slider.template.js.map +1 -1
- package/dist/esm/spinner/index.js +2 -2
- package/dist/esm/spinner/index.js.map +1 -1
- package/dist/esm/spinner/spinner.bench.js +10 -0
- package/dist/esm/spinner/spinner.bench.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 +48 -9
- package/dist/esm/spinner/spinner.js.map +1 -1
- package/dist/esm/spinner/spinner.styles.js +123 -61
- package/dist/esm/spinner/spinner.styles.js.map +1 -1
- package/dist/esm/spinner/spinner.template.js +16 -21
- package/dist/esm/spinner/spinner.template.js.map +1 -1
- package/dist/esm/styles/partials/badge.partials.js +119 -119
- package/dist/esm/styles/partials/badge.partials.js.map +1 -1
- package/dist/esm/styles/partials/index.js +1 -0
- package/dist/esm/styles/partials/index.js.map +1 -1
- package/dist/esm/styles/partials/typography.partials.js +105 -0
- package/dist/esm/styles/partials/typography.partials.js.map +1 -0
- package/dist/esm/styles/states/index.js +602 -0
- package/dist/esm/styles/states/index.js.map +1 -0
- package/dist/esm/switch/index.js +2 -2
- package/dist/esm/switch/index.js.map +1 -1
- package/dist/esm/switch/switch.bench.js +11 -0
- package/dist/esm/switch/switch.bench.js.map +1 -0
- 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 +6 -12
- package/dist/esm/switch/switch.js.map +1 -1
- package/dist/esm/switch/switch.styles.js +59 -83
- package/dist/esm/switch/switch.styles.js.map +1 -1
- package/dist/esm/switch/switch.template.js +15 -1
- package/dist/esm/switch/switch.template.js.map +1 -1
- package/dist/esm/tab/index.js +3 -3
- package/dist/esm/tab/index.js.map +1 -1
- package/dist/esm/tab/tab.bench.js +11 -0
- package/dist/esm/tab/tab.bench.js.map +1 -0
- package/dist/esm/tab/tab.js +9 -3
- package/dist/esm/tab/tab.js.map +1 -1
- package/dist/esm/tab/tab.styles.js +21 -21
- package/dist/esm/tab/tab.styles.js.map +1 -1
- package/dist/esm/tab/tab.template.js +1 -1
- package/dist/esm/tab/tab.template.js.map +1 -1
- package/dist/esm/tab-panel/index.js +1 -1
- package/dist/esm/tab-panel/index.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.bench.js +13 -0
- package/dist/esm/tab-panel/tab-panel.bench.js.map +1 -0
- package/dist/esm/tab-panel/tab-panel.js +2 -2
- package/dist/esm/tab-panel/tab-panel.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.styles.js +2 -2
- package/dist/esm/tab-panel/tab-panel.styles.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.template.js +8 -1
- package/dist/esm/tab-panel/tab-panel.template.js.map +1 -1
- package/dist/esm/tablist/define.js +4 -0
- package/dist/esm/tablist/define.js.map +1 -0
- package/dist/esm/tablist/index.js +6 -0
- package/dist/esm/tablist/index.js.map +1 -0
- package/dist/esm/tablist/tablist.bench.js +21 -0
- package/dist/esm/tablist/tablist.bench.js.map +1 -0
- package/dist/esm/tablist/tablist.definition.js +15 -0
- package/dist/esm/tablist/tablist.definition.js.map +1 -0
- package/dist/esm/tablist/tablist.js +407 -0
- package/dist/esm/tablist/tablist.js.map +1 -0
- package/dist/esm/tablist/tablist.options.js +24 -0
- package/dist/esm/tablist/tablist.options.js.map +1 -0
- package/dist/esm/tablist/tablist.styles.js +194 -0
- package/dist/esm/tablist/tablist.styles.js.map +1 -0
- package/dist/esm/tablist/tablist.template.js +10 -0
- package/dist/esm/tablist/tablist.template.js.map +1 -0
- package/dist/esm/tabs/index.js +4 -4
- package/dist/esm/tabs/index.js.map +1 -1
- package/dist/esm/tabs/tabs.bench.js +32 -0
- package/dist/esm/tabs/tabs.bench.js.map +1 -0
- package/dist/esm/tabs/tabs.js +292 -20
- package/dist/esm/tabs/tabs.js.map +1 -1
- package/dist/esm/tabs/tabs.options.js +6 -2
- package/dist/esm/tabs/tabs.options.js.map +1 -1
- package/dist/esm/tabs/tabs.styles.js +50 -50
- package/dist/esm/tabs/tabs.styles.js.map +1 -1
- package/dist/esm/tabs/tabs.template.js +14 -1
- package/dist/esm/tabs/tabs.template.js.map +1 -1
- package/dist/esm/text/index.js +2 -2
- package/dist/esm/text/index.js.map +1 -1
- package/dist/esm/text/text.bench.js +13 -0
- package/dist/esm/text/text.bench.js.map +1 -0
- package/dist/esm/text/text.js +92 -7
- package/dist/esm/text/text.js.map +1 -1
- package/dist/esm/text/text.styles.js +64 -61
- package/dist/esm/text/text.styles.js.map +1 -1
- package/dist/esm/text-input/index.js +4 -5
- package/dist/esm/text-input/index.js.map +1 -1
- package/dist/esm/text-input/text-input.bench.js +10 -0
- package/dist/esm/text-input/text-input.bench.js.map +1 -0
- package/dist/esm/text-input/text-input.definition.js +5 -3
- package/dist/esm/text-input/text-input.definition.js.map +1 -1
- package/dist/esm/text-input/text-input.js +439 -12
- package/dist/esm/text-input/text-input.js.map +1 -1
- package/dist/esm/text-input/text-input.options.js +35 -2
- package/dist/esm/text-input/text-input.options.js.map +1 -1
- package/dist/esm/text-input/text-input.styles.js +107 -96
- package/dist/esm/text-input/text-input.styles.js.map +1 -1
- package/dist/esm/text-input/text-input.template.js +55 -2
- package/dist/esm/text-input/text-input.template.js.map +1 -1
- package/dist/esm/textarea/define.js +4 -0
- package/dist/esm/textarea/define.js.map +1 -0
- package/dist/esm/textarea/index.js +6 -0
- package/dist/esm/textarea/index.js.map +1 -0
- package/dist/esm/textarea/textarea.bench.js +10 -0
- package/dist/esm/textarea/textarea.bench.js.map +1 -0
- package/dist/esm/textarea/textarea.definition.js +20 -0
- package/dist/esm/textarea/textarea.definition.js.map +1 -0
- package/dist/esm/textarea/textarea.js +605 -0
- package/dist/esm/textarea/textarea.js.map +1 -0
- package/dist/esm/textarea/textarea.options.js +48 -0
- package/dist/esm/textarea/textarea.options.js.map +1 -0
- package/dist/esm/textarea/textarea.styles.js +268 -0
- package/dist/esm/textarea/textarea.styles.js.map +1 -0
- package/dist/esm/textarea/textarea.template.js +54 -0
- package/dist/esm/textarea/textarea.template.js.map +1 -0
- package/dist/esm/theme/design-tokens.js +2220 -384
- package/dist/esm/theme/design-tokens.js.map +1 -1
- package/dist/esm/theme/index.js.map +1 -1
- package/dist/esm/theme/set-theme.global.bench.js +25 -0
- package/dist/esm/theme/set-theme.global.bench.js.map +1 -0
- package/dist/esm/theme/set-theme.js +186 -12
- package/dist/esm/theme/set-theme.js.map +1 -1
- package/dist/esm/theme/set-theme.local.bench.js +27 -0
- package/dist/esm/theme/set-theme.local.bench.js.map +1 -0
- package/dist/esm/theme/set-theme.shadow.bench.js +29 -0
- package/dist/esm/theme/set-theme.shadow.bench.js.map +1 -0
- package/dist/esm/toggle-button/index.js +4 -4
- package/dist/esm/toggle-button/index.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.bench.js +11 -0
- package/dist/esm/toggle-button/toggle-button.bench.js.map +1 -0
- package/dist/esm/toggle-button/toggle-button.definition.js +0 -5
- package/dist/esm/toggle-button/toggle-button.definition.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.js +44 -91
- package/dist/esm/toggle-button/toggle-button.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.options.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.styles.js +56 -50
- package/dist/esm/toggle-button/toggle-button.styles.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.template.js +1 -1
- package/dist/esm/toggle-button/toggle-button.template.js.map +1 -1
- package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js +142 -0
- package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js.map +1 -0
- package/dist/esm/utils/benchmark-dependencies/tokens.js +2 -0
- package/dist/esm/utils/benchmark-dependencies/tokens.js.map +1 -0
- package/dist/esm/utils/benchmark-wrapper.js +18 -0
- package/dist/esm/utils/benchmark-wrapper.js.map +1 -0
- package/dist/esm/utils/converters.js +26 -0
- package/dist/esm/utils/converters.js.map +1 -0
- package/dist/esm/utils/direction.js +15 -0
- package/dist/esm/utils/direction.js.map +1 -0
- package/dist/esm/utils/display.js +15 -0
- package/dist/esm/utils/display.js.map +1 -0
- package/dist/esm/utils/element-internals.js +54 -0
- package/dist/esm/utils/element-internals.js.map +1 -0
- package/dist/esm/utils/focusable-element.js +10 -0
- package/dist/esm/utils/focusable-element.js.map +1 -0
- package/dist/esm/utils/get-initials.js.map +1 -1
- package/dist/esm/utils/index.js +8 -0
- package/dist/esm/utils/index.js.map +1 -0
- package/dist/esm/utils/root-active-element.js +9 -0
- package/dist/esm/utils/root-active-element.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/web-components.d.ts +8064 -1626
- package/dist/web-components.js +9736 -8528
- package/dist/web-components.min.js +428 -259
- package/package.json +56 -158
- package/dist/fluent-web-components.api.json +0 -22035
- package/dist/storybook/108.78b731e00015540915a8.manager.bundle.js +0 -1
- package/dist/storybook/108.b31ec3a1.iframe.bundle.js +0 -1
- package/dist/storybook/316.bc4aabd3.iframe.bundle.js +0 -2
- package/dist/storybook/316.bc4aabd3.iframe.bundle.js.LICENSE.txt +0 -17
- package/dist/storybook/350.e4be85c2.iframe.bundle.js +0 -462
- package/dist/storybook/350.e4be85c2.iframe.bundle.js.LICENSE.txt +0 -51
- package/dist/storybook/350.e4be85c2.iframe.bundle.js.map +0 -1
- package/dist/storybook/401.7edec720.iframe.bundle.js +0 -2
- package/dist/storybook/401.7edec720.iframe.bundle.js.LICENSE.txt +0 -12
- package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js +0 -2
- package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js.LICENSE.txt +0 -12
- package/dist/storybook/491.77b24750.iframe.bundle.js +0 -1
- package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js +0 -2
- package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js.LICENSE.txt +0 -94
- package/dist/storybook/709.22096ad4.iframe.bundle.js +0 -2
- package/dist/storybook/709.22096ad4.iframe.bundle.js.LICENSE.txt +0 -8
- package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js +0 -2
- package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js.LICENSE.txt +0 -8
- package/dist/storybook/721.46fa9f53.iframe.bundle.js +0 -2
- package/dist/storybook/721.46fa9f53.iframe.bundle.js.LICENSE.txt +0 -31
- package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js +0 -2
- package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js.LICENSE.txt +0 -31
- package/dist/storybook/858.da40ed98.iframe.bundle.js +0 -1
- package/dist/storybook/858.e08e25a6901d2e21e9d8.manager.bundle.js +0 -1
- package/dist/storybook/950.674e7934b4a26a022608.manager.bundle.js +0 -1
- package/dist/storybook/954.630c5748.iframe.bundle.js +0 -1
- package/dist/storybook/954.7f985e2fdf9f15a7748b.manager.bundle.js +0 -1
- package/dist/storybook/SegoeUI-VF.ttf +0 -0
- package/dist/storybook/favicon.ico +0 -0
- package/dist/storybook/favicon.png +0 -0
- package/dist/storybook/iframe.html +0 -364
- package/dist/storybook/index.html +0 -165
- package/dist/storybook/main.5d7b916dc1e37293b1d8.manager.bundle.js +0 -1
- package/dist/storybook/main.b095c2e8.iframe.bundle.js +0 -2
- package/dist/storybook/main.b095c2e8.iframe.bundle.js.LICENSE.txt +0 -1
- package/dist/storybook/project.json +0 -1
- package/dist/storybook/runtime~main.5d918fe7.iframe.bundle.js +0 -1
- package/dist/storybook/runtime~main.dbf00b470fe610082919.manager.bundle.js +0 -1
- package/dist/storybook/shell.css +0 -83
- package/dist/storybook/theme-switch.ts +0 -13
- package/docs/api-report.md +0 -2459
- package/playwright.config.ts +0 -25
|
@@ -1,384 +1,2220 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
export declare const
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
export declare const
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
export declare const
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
export declare const
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
export declare const
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
export declare const
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
export declare const
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export declare const
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
export declare const
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
export declare const
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
export declare const
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
export declare const
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
export declare const
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
export declare const
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
export declare const
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
export declare const
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
export declare const
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
export declare const
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
export declare const
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
export declare const
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
export declare const
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
export declare const
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
export declare const
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
export declare const
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
export declare const
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
export declare const
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
export declare const
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
export declare const
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
export declare const
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
export declare const
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
export declare const
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
export declare const
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
export declare const
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
export declare const
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
export declare const
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
export declare const
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
export declare const
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
export declare const
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
export declare const
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
export declare const
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
export declare const
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
export declare const
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
export declare const
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
export declare const
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
export declare const
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
export declare const
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
export declare const
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
export declare const
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
export declare const
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
export declare const
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
export declare const
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
export declare const
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
export declare const
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
export declare const
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
export declare const
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
export declare const
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
export declare const
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
export declare const
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
export declare const
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
export declare const
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
export declare const
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
export declare const
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
export declare const
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
export declare const
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
export declare const
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
export declare const
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
export declare const
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
export declare const
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
export declare const
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
export declare const
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
export declare const
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
export declare const
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
export declare const
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
export declare const
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
export declare const
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
1
|
+
/**
|
|
2
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1 | `colorNeutralForeground1`} design token.
|
|
3
|
+
* @public
|
|
4
|
+
*/
|
|
5
|
+
export declare const colorNeutralForeground1 = "var(--colorNeutralForeground1)";
|
|
6
|
+
/**
|
|
7
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Hover | `colorNeutralForeground1Hover`} design token.
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export declare const colorNeutralForeground1Hover = "var(--colorNeutralForeground1Hover)";
|
|
11
|
+
/**
|
|
12
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Pressed | `colorNeutralForeground1Pressed`} design token.
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export declare const colorNeutralForeground1Pressed = "var(--colorNeutralForeground1Pressed)";
|
|
16
|
+
/**
|
|
17
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Selected | `colorNeutralForeground1Selected`} design token.
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export declare const colorNeutralForeground1Selected = "var(--colorNeutralForeground1Selected)";
|
|
21
|
+
/**
|
|
22
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2 | `colorNeutralForeground2`} design token.
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
export declare const colorNeutralForeground2 = "var(--colorNeutralForeground2)";
|
|
26
|
+
/**
|
|
27
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Hover | `colorNeutralForeground2Hover`} design token.
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
export declare const colorNeutralForeground2Hover = "var(--colorNeutralForeground2Hover)";
|
|
31
|
+
/**
|
|
32
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Pressed | `colorNeutralForeground2Pressed`} design token.
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
export declare const colorNeutralForeground2Pressed = "var(--colorNeutralForeground2Pressed)";
|
|
36
|
+
/**
|
|
37
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Selected | `colorNeutralForeground2Selected`} design token.
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
export declare const colorNeutralForeground2Selected = "var(--colorNeutralForeground2Selected)";
|
|
41
|
+
/**
|
|
42
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2BrandHover | `colorNeutralForeground2BrandHover`} design token.
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
export declare const colorNeutralForeground2BrandHover = "var(--colorNeutralForeground2BrandHover)";
|
|
46
|
+
/**
|
|
47
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2BrandPressed | `colorNeutralForeground2BrandPressed`} design token.
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
export declare const colorNeutralForeground2BrandPressed = "var(--colorNeutralForeground2BrandPressed)";
|
|
51
|
+
/**
|
|
52
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2BrandSelected | `colorNeutralForeground2BrandSelected`} design token.
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
export declare const colorNeutralForeground2BrandSelected = "var(--colorNeutralForeground2BrandSelected)";
|
|
56
|
+
/**
|
|
57
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3 | `colorNeutralForeground3`} design token.
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
export declare const colorNeutralForeground3 = "var(--colorNeutralForeground3)";
|
|
61
|
+
/**
|
|
62
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3Hover | `colorNeutralForeground3Hover`} design token.
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
export declare const colorNeutralForeground3Hover = "var(--colorNeutralForeground3Hover)";
|
|
66
|
+
/**
|
|
67
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3Pressed | `colorNeutralForeground3Pressed`} design token.
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
export declare const colorNeutralForeground3Pressed = "var(--colorNeutralForeground3Pressed)";
|
|
71
|
+
/**
|
|
72
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3Selected | `colorNeutralForeground3Selected`} design token.
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
export declare const colorNeutralForeground3Selected = "var(--colorNeutralForeground3Selected)";
|
|
76
|
+
/**
|
|
77
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3BrandHover | `colorNeutralForeground3BrandHover`} design token.
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export declare const colorNeutralForeground3BrandHover = "var(--colorNeutralForeground3BrandHover)";
|
|
81
|
+
/**
|
|
82
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3BrandPressed | `colorNeutralForeground3BrandPressed`} design token.
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
export declare const colorNeutralForeground3BrandPressed = "var(--colorNeutralForeground3BrandPressed)";
|
|
86
|
+
/**
|
|
87
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3BrandSelected | `colorNeutralForeground3BrandSelected`} design token.
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export declare const colorNeutralForeground3BrandSelected = "var(--colorNeutralForeground3BrandSelected)";
|
|
91
|
+
/**
|
|
92
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground4 | `colorNeutralForeground4`} design token.
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
export declare const colorNeutralForeground4 = "var(--colorNeutralForeground4)";
|
|
96
|
+
/**
|
|
97
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundDisabled | `colorNeutralForegroundDisabled`} design token.
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
export declare const colorNeutralForegroundDisabled = "var(--colorNeutralForegroundDisabled)";
|
|
101
|
+
/**
|
|
102
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLink | `colorBrandForegroundLink`} design token.
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export declare const colorBrandForegroundLink = "var(--colorBrandForegroundLink)";
|
|
106
|
+
/**
|
|
107
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLinkHover | `colorBrandForegroundLinkHover`} design token.
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
export declare const colorBrandForegroundLinkHover = "var(--colorBrandForegroundLinkHover)";
|
|
111
|
+
/**
|
|
112
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLinkPressed | `colorBrandForegroundLinkPressed`} design token.
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
export declare const colorBrandForegroundLinkPressed = "var(--colorBrandForegroundLinkPressed)";
|
|
116
|
+
/**
|
|
117
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLinkSelected | `colorBrandForegroundLinkSelected`} design token.
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
export declare const colorBrandForegroundLinkSelected = "var(--colorBrandForegroundLinkSelected)";
|
|
121
|
+
/**
|
|
122
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Link | `colorNeutralForeground2Link`} design token.
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
export declare const colorNeutralForeground2Link = "var(--colorNeutralForeground2Link)";
|
|
126
|
+
/**
|
|
127
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2LinkHover | `colorNeutralForeground2LinkHover`} design token.
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
export declare const colorNeutralForeground2LinkHover = "var(--colorNeutralForeground2LinkHover)";
|
|
131
|
+
/**
|
|
132
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2LinkPressed | `colorNeutralForeground2LinkPressed`} design token.
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
export declare const colorNeutralForeground2LinkPressed = "var(--colorNeutralForeground2LinkPressed)";
|
|
136
|
+
/**
|
|
137
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2LinkSelected | `colorNeutralForeground2LinkSelected`} design token.
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
140
|
+
export declare const colorNeutralForeground2LinkSelected = "var(--colorNeutralForeground2LinkSelected)";
|
|
141
|
+
/**
|
|
142
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandForeground1 | `colorCompoundBrandForeground1`} design token.
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
145
|
+
export declare const colorCompoundBrandForeground1 = "var(--colorCompoundBrandForeground1)";
|
|
146
|
+
/**
|
|
147
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandForeground1Hover | `colorCompoundBrandForeground1Hover`} design token.
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
export declare const colorCompoundBrandForeground1Hover = "var(--colorCompoundBrandForeground1Hover)";
|
|
151
|
+
/**
|
|
152
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandForeground1Pressed | `colorCompoundBrandForeground1Pressed`} design token.
|
|
153
|
+
* @public
|
|
154
|
+
*/
|
|
155
|
+
export declare const colorCompoundBrandForeground1Pressed = "var(--colorCompoundBrandForeground1Pressed)";
|
|
156
|
+
/**
|
|
157
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundOnBrand | `colorNeutralForegroundOnBrand`} design token.
|
|
158
|
+
* @public
|
|
159
|
+
*/
|
|
160
|
+
export declare const colorNeutralForegroundOnBrand = "var(--colorNeutralForegroundOnBrand)";
|
|
161
|
+
/**
|
|
162
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInverted | `colorNeutralForegroundInverted`} design token.
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
165
|
+
export declare const colorNeutralForegroundInverted = "var(--colorNeutralForegroundInverted)";
|
|
166
|
+
/**
|
|
167
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedHover | `colorNeutralForegroundInvertedHover`} design token.
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
export declare const colorNeutralForegroundInvertedHover = "var(--colorNeutralForegroundInvertedHover)";
|
|
171
|
+
/**
|
|
172
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedPressed | `colorNeutralForegroundInvertedPressed`} design token.
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
export declare const colorNeutralForegroundInvertedPressed = "var(--colorNeutralForegroundInvertedPressed)";
|
|
176
|
+
/**
|
|
177
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedSelected | `colorNeutralForegroundInvertedSelected`} design token.
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
export declare const colorNeutralForegroundInvertedSelected = "var(--colorNeutralForegroundInvertedSelected)";
|
|
181
|
+
/**
|
|
182
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInverted2 | `colorNeutralForegroundInverted2`} design token.
|
|
183
|
+
* @public
|
|
184
|
+
*/
|
|
185
|
+
export declare const colorNeutralForegroundInverted2 = "var(--colorNeutralForegroundInverted2)";
|
|
186
|
+
/**
|
|
187
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundStaticInverted | `colorNeutralForegroundStaticInverted`} design token.
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
190
|
+
export declare const colorNeutralForegroundStaticInverted = "var(--colorNeutralForegroundStaticInverted)";
|
|
191
|
+
/**
|
|
192
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLink | `colorNeutralForegroundInvertedLink`} design token.
|
|
193
|
+
* @public
|
|
194
|
+
*/
|
|
195
|
+
export declare const colorNeutralForegroundInvertedLink = "var(--colorNeutralForegroundInvertedLink)";
|
|
196
|
+
/**
|
|
197
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLinkHover | `colorNeutralForegroundInvertedLinkHover`} design token.
|
|
198
|
+
* @public
|
|
199
|
+
*/
|
|
200
|
+
export declare const colorNeutralForegroundInvertedLinkHover = "var(--colorNeutralForegroundInvertedLinkHover)";
|
|
201
|
+
/**
|
|
202
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLinkPressed | `colorNeutralForegroundInvertedLinkPressed`} design token.
|
|
203
|
+
* @public
|
|
204
|
+
*/
|
|
205
|
+
export declare const colorNeutralForegroundInvertedLinkPressed = "var(--colorNeutralForegroundInvertedLinkPressed)";
|
|
206
|
+
/**
|
|
207
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLinkSelected | `colorNeutralForegroundInvertedLinkSelected`} design token.
|
|
208
|
+
* @public
|
|
209
|
+
*/
|
|
210
|
+
export declare const colorNeutralForegroundInvertedLinkSelected = "var(--colorNeutralForegroundInvertedLinkSelected)";
|
|
211
|
+
/**
|
|
212
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedDisabled | `colorNeutralForegroundInvertedDisabled`} design token.
|
|
213
|
+
* @public
|
|
214
|
+
*/
|
|
215
|
+
export declare const colorNeutralForegroundInvertedDisabled = "var(--colorNeutralForegroundInvertedDisabled)";
|
|
216
|
+
/**
|
|
217
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground1 | `colorBrandForeground1`} design token.
|
|
218
|
+
* @public
|
|
219
|
+
*/
|
|
220
|
+
export declare const colorBrandForeground1 = "var(--colorBrandForeground1)";
|
|
221
|
+
/**
|
|
222
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground2 | `colorBrandForeground2`} design token.
|
|
223
|
+
* @public
|
|
224
|
+
*/
|
|
225
|
+
export declare const colorBrandForeground2 = "var(--colorBrandForeground2)";
|
|
226
|
+
/**
|
|
227
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground2Hover | `colorBrandForeground2Hover`} design token.
|
|
228
|
+
* @public
|
|
229
|
+
*/
|
|
230
|
+
export declare const colorBrandForeground2Hover = "var(--colorBrandForeground2Hover)";
|
|
231
|
+
/**
|
|
232
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground2Pressed | `colorBrandForeground2Pressed`} design token.
|
|
233
|
+
* @public
|
|
234
|
+
*/
|
|
235
|
+
export declare const colorBrandForeground2Pressed = "var(--colorBrandForeground2Pressed)";
|
|
236
|
+
/**
|
|
237
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Static | `colorNeutralForeground1Static`} design token.
|
|
238
|
+
* @public
|
|
239
|
+
*/
|
|
240
|
+
export declare const colorNeutralForeground1Static = "var(--colorNeutralForeground1Static)";
|
|
241
|
+
/**
|
|
242
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundInverted | `colorBrandForegroundInverted`} design token.
|
|
243
|
+
* @public
|
|
244
|
+
*/
|
|
245
|
+
export declare const colorBrandForegroundInverted = "var(--colorBrandForegroundInverted)";
|
|
246
|
+
/**
|
|
247
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundInvertedHover | `colorBrandForegroundInvertedHover`} design token.
|
|
248
|
+
* @public
|
|
249
|
+
*/
|
|
250
|
+
export declare const colorBrandForegroundInvertedHover = "var(--colorBrandForegroundInvertedHover)";
|
|
251
|
+
/**
|
|
252
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundInvertedPressed | `colorBrandForegroundInvertedPressed`} design token.
|
|
253
|
+
* @public
|
|
254
|
+
*/
|
|
255
|
+
export declare const colorBrandForegroundInvertedPressed = "var(--colorBrandForegroundInvertedPressed)";
|
|
256
|
+
/**
|
|
257
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLight | `colorBrandForegroundOnLight`} design token.
|
|
258
|
+
* @public
|
|
259
|
+
*/
|
|
260
|
+
export declare const colorBrandForegroundOnLight = "var(--colorBrandForegroundOnLight)";
|
|
261
|
+
/**
|
|
262
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLightHover | `colorBrandForegroundOnLightHover`} design token.
|
|
263
|
+
* @public
|
|
264
|
+
*/
|
|
265
|
+
export declare const colorBrandForegroundOnLightHover = "var(--colorBrandForegroundOnLightHover)";
|
|
266
|
+
/**
|
|
267
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLightPressed | `colorBrandForegroundOnLightPressed`} design token.
|
|
268
|
+
* @public
|
|
269
|
+
*/
|
|
270
|
+
export declare const colorBrandForegroundOnLightPressed = "var(--colorBrandForegroundOnLightPressed)";
|
|
271
|
+
/**
|
|
272
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLightSelected | `colorBrandForegroundOnLightSelected`} design token.
|
|
273
|
+
* @public
|
|
274
|
+
*/
|
|
275
|
+
export declare const colorBrandForegroundOnLightSelected = "var(--colorBrandForegroundOnLightSelected)";
|
|
276
|
+
/**
|
|
277
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1 | `colorNeutralBackground1`} design token.
|
|
278
|
+
* @public
|
|
279
|
+
*/
|
|
280
|
+
export declare const colorNeutralBackground1 = "var(--colorNeutralBackground1)";
|
|
281
|
+
/**
|
|
282
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1Hover | `colorNeutralBackground1Hover`} design token.
|
|
283
|
+
* @public
|
|
284
|
+
*/
|
|
285
|
+
export declare const colorNeutralBackground1Hover = "var(--colorNeutralBackground1Hover)";
|
|
286
|
+
/**
|
|
287
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1Pressed | `colorNeutralBackground1Pressed`} design token.
|
|
288
|
+
* @public
|
|
289
|
+
*/
|
|
290
|
+
export declare const colorNeutralBackground1Pressed = "var(--colorNeutralBackground1Pressed)";
|
|
291
|
+
/**
|
|
292
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1Selected | `colorNeutralBackground1Selected`} design token.
|
|
293
|
+
* @public
|
|
294
|
+
*/
|
|
295
|
+
export declare const colorNeutralBackground1Selected = "var(--colorNeutralBackground1Selected)";
|
|
296
|
+
/**
|
|
297
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2 | `colorNeutralBackground2`} design token.
|
|
298
|
+
* @public
|
|
299
|
+
*/
|
|
300
|
+
export declare const colorNeutralBackground2 = "var(--colorNeutralBackground2)";
|
|
301
|
+
/**
|
|
302
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2Hover | `colorNeutralBackground2Hover`} design token.
|
|
303
|
+
* @public
|
|
304
|
+
*/
|
|
305
|
+
export declare const colorNeutralBackground2Hover = "var(--colorNeutralBackground2Hover)";
|
|
306
|
+
/**
|
|
307
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2Pressed | `colorNeutralBackground2Pressed`} design token.
|
|
308
|
+
* @public
|
|
309
|
+
*/
|
|
310
|
+
export declare const colorNeutralBackground2Pressed = "var(--colorNeutralBackground2Pressed)";
|
|
311
|
+
/**
|
|
312
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2Selected | `colorNeutralBackground2Selected`} design token.
|
|
313
|
+
* @public
|
|
314
|
+
*/
|
|
315
|
+
export declare const colorNeutralBackground2Selected = "var(--colorNeutralBackground2Selected)";
|
|
316
|
+
/**
|
|
317
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3 | `colorNeutralBackground3`} design token.
|
|
318
|
+
* @public
|
|
319
|
+
*/
|
|
320
|
+
export declare const colorNeutralBackground3 = "var(--colorNeutralBackground3)";
|
|
321
|
+
/**
|
|
322
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3Hover | `colorNeutralBackground3Hover`} design token.
|
|
323
|
+
* @public
|
|
324
|
+
*/
|
|
325
|
+
export declare const colorNeutralBackground3Hover = "var(--colorNeutralBackground3Hover)";
|
|
326
|
+
/**
|
|
327
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3Pressed | `colorNeutralBackground3Pressed`} design token.
|
|
328
|
+
* @public
|
|
329
|
+
*/
|
|
330
|
+
export declare const colorNeutralBackground3Pressed = "var(--colorNeutralBackground3Pressed)";
|
|
331
|
+
/**
|
|
332
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3Selected | `colorNeutralBackground3Selected`} design token.
|
|
333
|
+
* @public
|
|
334
|
+
*/
|
|
335
|
+
export declare const colorNeutralBackground3Selected = "var(--colorNeutralBackground3Selected)";
|
|
336
|
+
/**
|
|
337
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4 | `colorNeutralBackground4`} design token.
|
|
338
|
+
* @public
|
|
339
|
+
*/
|
|
340
|
+
export declare const colorNeutralBackground4 = "var(--colorNeutralBackground4)";
|
|
341
|
+
/**
|
|
342
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4Hover | `colorNeutralBackground4Hover`} design token.
|
|
343
|
+
* @public
|
|
344
|
+
*/
|
|
345
|
+
export declare const colorNeutralBackground4Hover = "var(--colorNeutralBackground4Hover)";
|
|
346
|
+
/**
|
|
347
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4Pressed | `colorNeutralBackground4Pressed`} design token.
|
|
348
|
+
* @public
|
|
349
|
+
*/
|
|
350
|
+
export declare const colorNeutralBackground4Pressed = "var(--colorNeutralBackground4Pressed)";
|
|
351
|
+
/**
|
|
352
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4Selected | `colorNeutralBackground4Selected`} design token.
|
|
353
|
+
* @public
|
|
354
|
+
*/
|
|
355
|
+
export declare const colorNeutralBackground4Selected = "var(--colorNeutralBackground4Selected)";
|
|
356
|
+
/**
|
|
357
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5 | `colorNeutralBackground5`} design token.
|
|
358
|
+
* @public
|
|
359
|
+
*/
|
|
360
|
+
export declare const colorNeutralBackground5 = "var(--colorNeutralBackground5)";
|
|
361
|
+
/**
|
|
362
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5Hover | `colorNeutralBackground5Hover`} design token.
|
|
363
|
+
* @public
|
|
364
|
+
*/
|
|
365
|
+
export declare const colorNeutralBackground5Hover = "var(--colorNeutralBackground5Hover)";
|
|
366
|
+
/**
|
|
367
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5Pressed | `colorNeutralBackground5Pressed`} design token.
|
|
368
|
+
* @public
|
|
369
|
+
*/
|
|
370
|
+
export declare const colorNeutralBackground5Pressed = "var(--colorNeutralBackground5Pressed)";
|
|
371
|
+
/**
|
|
372
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5Selected | `colorNeutralBackground5Selected`} design token.
|
|
373
|
+
* @public
|
|
374
|
+
*/
|
|
375
|
+
export declare const colorNeutralBackground5Selected = "var(--colorNeutralBackground5Selected)";
|
|
376
|
+
/**
|
|
377
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground6 | `colorNeutralBackground6`} design token.
|
|
378
|
+
* @public
|
|
379
|
+
*/
|
|
380
|
+
export declare const colorNeutralBackground6 = "var(--colorNeutralBackground6)";
|
|
381
|
+
/**
|
|
382
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundInverted | `colorNeutralBackgroundInverted`} design token.
|
|
383
|
+
* @public
|
|
384
|
+
*/
|
|
385
|
+
export declare const colorNeutralBackgroundInverted = "var(--colorNeutralBackgroundInverted)";
|
|
386
|
+
/**
|
|
387
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundStatic | `colorNeutralBackgroundStatic`} design token.
|
|
388
|
+
* @public
|
|
389
|
+
*/
|
|
390
|
+
export declare const colorNeutralBackgroundStatic = "var(--colorNeutralBackgroundStatic)";
|
|
391
|
+
/**
|
|
392
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundAlpha | `colorNeutralBackgroundAlpha`} design token.
|
|
393
|
+
* @public
|
|
394
|
+
*/
|
|
395
|
+
export declare const colorNeutralBackgroundAlpha = "var(--colorNeutralBackgroundAlpha)";
|
|
396
|
+
/**
|
|
397
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundAlpha2 | `colorNeutralBackgroundAlpha2`} design token.
|
|
398
|
+
* @public
|
|
399
|
+
*/
|
|
400
|
+
export declare const colorNeutralBackgroundAlpha2 = "var(--colorNeutralBackgroundAlpha2)";
|
|
401
|
+
/**
|
|
402
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackground | `colorSubtleBackground`} design token.
|
|
403
|
+
* @public
|
|
404
|
+
*/
|
|
405
|
+
export declare const colorSubtleBackground = "var(--colorSubtleBackground)";
|
|
406
|
+
/**
|
|
407
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundHover | `colorSubtleBackgroundHover`} design token.
|
|
408
|
+
* @public
|
|
409
|
+
*/
|
|
410
|
+
export declare const colorSubtleBackgroundHover = "var(--colorSubtleBackgroundHover)";
|
|
411
|
+
/**
|
|
412
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundPressed | `colorSubtleBackgroundPressed`} design token.
|
|
413
|
+
* @public
|
|
414
|
+
*/
|
|
415
|
+
export declare const colorSubtleBackgroundPressed = "var(--colorSubtleBackgroundPressed)";
|
|
416
|
+
/**
|
|
417
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundSelected | `colorSubtleBackgroundSelected`} design token.
|
|
418
|
+
* @public
|
|
419
|
+
*/
|
|
420
|
+
export declare const colorSubtleBackgroundSelected = "var(--colorSubtleBackgroundSelected)";
|
|
421
|
+
/**
|
|
422
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundLightAlphaHover | `colorSubtleBackgroundLightAlphaHover`} design token.
|
|
423
|
+
* @public
|
|
424
|
+
*/
|
|
425
|
+
export declare const colorSubtleBackgroundLightAlphaHover = "var(--colorSubtleBackgroundLightAlphaHover)";
|
|
426
|
+
/**
|
|
427
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundLightAlphaPressed | `colorSubtleBackgroundLightAlphaPressed`} design token.
|
|
428
|
+
* @public
|
|
429
|
+
*/
|
|
430
|
+
export declare const colorSubtleBackgroundLightAlphaPressed = "var(--colorSubtleBackgroundLightAlphaPressed)";
|
|
431
|
+
/**
|
|
432
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundLightAlphaSelected | `colorSubtleBackgroundLightAlphaSelected`} design token.
|
|
433
|
+
* @public
|
|
434
|
+
*/
|
|
435
|
+
export declare const colorSubtleBackgroundLightAlphaSelected = "var(--colorSubtleBackgroundLightAlphaSelected)";
|
|
436
|
+
/**
|
|
437
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInverted | `colorSubtleBackgroundInverted`} design token.
|
|
438
|
+
* @public
|
|
439
|
+
*/
|
|
440
|
+
export declare const colorSubtleBackgroundInverted = "var(--colorSubtleBackgroundInverted)";
|
|
441
|
+
/**
|
|
442
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInvertedHover | `colorSubtleBackgroundInvertedHover`} design token.
|
|
443
|
+
* @public
|
|
444
|
+
*/
|
|
445
|
+
export declare const colorSubtleBackgroundInvertedHover = "var(--colorSubtleBackgroundInvertedHover)";
|
|
446
|
+
/**
|
|
447
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInvertedPressed | `colorSubtleBackgroundInvertedPressed`} design token.
|
|
448
|
+
* @public
|
|
449
|
+
*/
|
|
450
|
+
export declare const colorSubtleBackgroundInvertedPressed = "var(--colorSubtleBackgroundInvertedPressed)";
|
|
451
|
+
/**
|
|
452
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInvertedSelected | `colorSubtleBackgroundInvertedSelected`} design token.
|
|
453
|
+
* @public
|
|
454
|
+
*/
|
|
455
|
+
export declare const colorSubtleBackgroundInvertedSelected = "var(--colorSubtleBackgroundInvertedSelected)";
|
|
456
|
+
/**
|
|
457
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackground | `colorTransparentBackground`} design token.
|
|
458
|
+
* @public
|
|
459
|
+
*/
|
|
460
|
+
export declare const colorTransparentBackground = "var(--colorTransparentBackground)";
|
|
461
|
+
/**
|
|
462
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackgroundHover | `colorTransparentBackgroundHover`} design token.
|
|
463
|
+
* @public
|
|
464
|
+
*/
|
|
465
|
+
export declare const colorTransparentBackgroundHover = "var(--colorTransparentBackgroundHover)";
|
|
466
|
+
/**
|
|
467
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackgroundPressed | `colorTransparentBackgroundPressed`} design token.
|
|
468
|
+
* @public
|
|
469
|
+
*/
|
|
470
|
+
export declare const colorTransparentBackgroundPressed = "var(--colorTransparentBackgroundPressed)";
|
|
471
|
+
/**
|
|
472
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackgroundSelected | `colorTransparentBackgroundSelected`} design token.
|
|
473
|
+
* @public
|
|
474
|
+
*/
|
|
475
|
+
export declare const colorTransparentBackgroundSelected = "var(--colorTransparentBackgroundSelected)";
|
|
476
|
+
/**
|
|
477
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundDisabled | `colorNeutralBackgroundDisabled`} design token.
|
|
478
|
+
* @public
|
|
479
|
+
*/
|
|
480
|
+
export declare const colorNeutralBackgroundDisabled = "var(--colorNeutralBackgroundDisabled)";
|
|
481
|
+
/**
|
|
482
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundInvertedDisabled | `colorNeutralBackgroundInvertedDisabled`} design token.
|
|
483
|
+
* @public
|
|
484
|
+
*/
|
|
485
|
+
export declare const colorNeutralBackgroundInvertedDisabled = "var(--colorNeutralBackgroundInvertedDisabled)";
|
|
486
|
+
/**
|
|
487
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil1 | `colorNeutralStencil1`} design token.
|
|
488
|
+
* @public
|
|
489
|
+
*/
|
|
490
|
+
export declare const colorNeutralStencil1 = "var(--colorNeutralStencil1)";
|
|
491
|
+
/**
|
|
492
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil2 | `colorNeutralStencil2`} design token.
|
|
493
|
+
* @public
|
|
494
|
+
*/
|
|
495
|
+
export declare const colorNeutralStencil2 = "var(--colorNeutralStencil2)";
|
|
496
|
+
/**
|
|
497
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil1Alpha | `colorNeutralStencil1Alpha`} design token.
|
|
498
|
+
* @public
|
|
499
|
+
*/
|
|
500
|
+
export declare const colorNeutralStencil1Alpha = "var(--colorNeutralStencil1Alpha)";
|
|
501
|
+
/**
|
|
502
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil2Alpha | `colorNeutralStencil2Alpha`} design token.
|
|
503
|
+
* @public
|
|
504
|
+
*/
|
|
505
|
+
export declare const colorNeutralStencil2Alpha = "var(--colorNeutralStencil2Alpha)";
|
|
506
|
+
/**
|
|
507
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBackgroundOverlay | `colorBackgroundOverlay`} design token.
|
|
508
|
+
* @public
|
|
509
|
+
*/
|
|
510
|
+
export declare const colorBackgroundOverlay = "var(--colorBackgroundOverlay)";
|
|
511
|
+
/**
|
|
512
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorScrollbarOverlay | `colorScrollbarOverlay`} design token.
|
|
513
|
+
* @public
|
|
514
|
+
*/
|
|
515
|
+
export declare const colorScrollbarOverlay = "var(--colorScrollbarOverlay)";
|
|
516
|
+
/**
|
|
517
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground | `colorBrandBackground`} design token.
|
|
518
|
+
* @public
|
|
519
|
+
*/
|
|
520
|
+
export declare const colorBrandBackground = "var(--colorBrandBackground)";
|
|
521
|
+
/**
|
|
522
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundHover | `colorBrandBackgroundHover`} design token.
|
|
523
|
+
* @public
|
|
524
|
+
*/
|
|
525
|
+
export declare const colorBrandBackgroundHover = "var(--colorBrandBackgroundHover)";
|
|
526
|
+
/**
|
|
527
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundPressed | `colorBrandBackgroundPressed`} design token.
|
|
528
|
+
* @public
|
|
529
|
+
*/
|
|
530
|
+
export declare const colorBrandBackgroundPressed = "var(--colorBrandBackgroundPressed)";
|
|
531
|
+
/**
|
|
532
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundSelected | `colorBrandBackgroundSelected`} design token.
|
|
533
|
+
* @public
|
|
534
|
+
*/
|
|
535
|
+
export declare const colorBrandBackgroundSelected = "var(--colorBrandBackgroundSelected)";
|
|
536
|
+
/**
|
|
537
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandBackground | `colorCompoundBrandBackground`} design token.
|
|
538
|
+
* @public
|
|
539
|
+
*/
|
|
540
|
+
export declare const colorCompoundBrandBackground = "var(--colorCompoundBrandBackground)";
|
|
541
|
+
/**
|
|
542
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandBackgroundHover | `colorCompoundBrandBackgroundHover`} design token.
|
|
543
|
+
* @public
|
|
544
|
+
*/
|
|
545
|
+
export declare const colorCompoundBrandBackgroundHover = "var(--colorCompoundBrandBackgroundHover)";
|
|
546
|
+
/**
|
|
547
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandBackgroundPressed | `colorCompoundBrandBackgroundPressed`} design token.
|
|
548
|
+
* @public
|
|
549
|
+
*/
|
|
550
|
+
export declare const colorCompoundBrandBackgroundPressed = "var(--colorCompoundBrandBackgroundPressed)";
|
|
551
|
+
/**
|
|
552
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundStatic | `colorBrandBackgroundStatic`} design token.
|
|
553
|
+
* @public
|
|
554
|
+
*/
|
|
555
|
+
export declare const colorBrandBackgroundStatic = "var(--colorBrandBackgroundStatic)";
|
|
556
|
+
/**
|
|
557
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground2 | `colorBrandBackground2`} design token.
|
|
558
|
+
* @public
|
|
559
|
+
*/
|
|
560
|
+
export declare const colorBrandBackground2 = "var(--colorBrandBackground2)";
|
|
561
|
+
/**
|
|
562
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground2Hover | `colorBrandBackground2Hover`} design token.
|
|
563
|
+
* @public
|
|
564
|
+
*/
|
|
565
|
+
export declare const colorBrandBackground2Hover = "var(--colorBrandBackground2Hover)";
|
|
566
|
+
/**
|
|
567
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground2Pressed | `colorBrandBackground2Pressed`} design token.
|
|
568
|
+
* @public
|
|
569
|
+
*/
|
|
570
|
+
export declare const colorBrandBackground2Pressed = "var(--colorBrandBackground2Pressed)";
|
|
571
|
+
/**
|
|
572
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground3Static | `colorBrandBackground3Static`} design token.
|
|
573
|
+
* @public
|
|
574
|
+
*/
|
|
575
|
+
export declare const colorBrandBackground3Static = "var(--colorBrandBackground3Static)";
|
|
576
|
+
/**
|
|
577
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground4Static | `colorBrandBackground4Static`} design token.
|
|
578
|
+
* @public
|
|
579
|
+
*/
|
|
580
|
+
export declare const colorBrandBackground4Static = "var(--colorBrandBackground4Static)";
|
|
581
|
+
/**
|
|
582
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInverted | `colorBrandBackgroundInverted`} design token.
|
|
583
|
+
* @public
|
|
584
|
+
*/
|
|
585
|
+
export declare const colorBrandBackgroundInverted = "var(--colorBrandBackgroundInverted)";
|
|
586
|
+
/**
|
|
587
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInvertedHover | `colorBrandBackgroundInvertedHover`} design token.
|
|
588
|
+
* @public
|
|
589
|
+
*/
|
|
590
|
+
export declare const colorBrandBackgroundInvertedHover = "var(--colorBrandBackgroundInvertedHover)";
|
|
591
|
+
/**
|
|
592
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInvertedPressed | `colorBrandBackgroundInvertedPressed`} design token.
|
|
593
|
+
* @public
|
|
594
|
+
*/
|
|
595
|
+
export declare const colorBrandBackgroundInvertedPressed = "var(--colorBrandBackgroundInvertedPressed)";
|
|
596
|
+
/**
|
|
597
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInvertedSelected | `colorBrandBackgroundInvertedSelected`} design token.
|
|
598
|
+
* @public
|
|
599
|
+
*/
|
|
600
|
+
export declare const colorBrandBackgroundInvertedSelected = "var(--colorBrandBackgroundInvertedSelected)";
|
|
601
|
+
/**
|
|
602
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackground | `colorNeutralCardBackground`} design token.
|
|
603
|
+
* @public
|
|
604
|
+
*/
|
|
605
|
+
export declare const colorNeutralCardBackground = "var(--colorNeutralCardBackground)";
|
|
606
|
+
/**
|
|
607
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundHover | `colorNeutralCardBackgroundHover`} design token.
|
|
608
|
+
* @public
|
|
609
|
+
*/
|
|
610
|
+
export declare const colorNeutralCardBackgroundHover = "var(--colorNeutralCardBackgroundHover)";
|
|
611
|
+
/**
|
|
612
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundPressed | `colorNeutralCardBackgroundPressed`} design token.
|
|
613
|
+
* @public
|
|
614
|
+
*/
|
|
615
|
+
export declare const colorNeutralCardBackgroundPressed = "var(--colorNeutralCardBackgroundPressed)";
|
|
616
|
+
/**
|
|
617
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundSelected | `colorNeutralCardBackgroundSelected`} design token.
|
|
618
|
+
* @public
|
|
619
|
+
*/
|
|
620
|
+
export declare const colorNeutralCardBackgroundSelected = "var(--colorNeutralCardBackgroundSelected)";
|
|
621
|
+
/**
|
|
622
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundDisabled | `colorNeutralCardBackgroundDisabled`} design token.
|
|
623
|
+
* @public
|
|
624
|
+
*/
|
|
625
|
+
export declare const colorNeutralCardBackgroundDisabled = "var(--colorNeutralCardBackgroundDisabled)";
|
|
626
|
+
/**
|
|
627
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessible | `colorNeutralStrokeAccessible`} design token.
|
|
628
|
+
* @public
|
|
629
|
+
*/
|
|
630
|
+
export declare const colorNeutralStrokeAccessible = "var(--colorNeutralStrokeAccessible)";
|
|
631
|
+
/**
|
|
632
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessibleHover | `colorNeutralStrokeAccessibleHover`} design token.
|
|
633
|
+
* @public
|
|
634
|
+
*/
|
|
635
|
+
export declare const colorNeutralStrokeAccessibleHover = "var(--colorNeutralStrokeAccessibleHover)";
|
|
636
|
+
/**
|
|
637
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessiblePressed | `colorNeutralStrokeAccessiblePressed`} design token.
|
|
638
|
+
* @public
|
|
639
|
+
*/
|
|
640
|
+
export declare const colorNeutralStrokeAccessiblePressed = "var(--colorNeutralStrokeAccessiblePressed)";
|
|
641
|
+
/**
|
|
642
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessibleSelected | `colorNeutralStrokeAccessibleSelected`} design token.
|
|
643
|
+
* @public
|
|
644
|
+
*/
|
|
645
|
+
export declare const colorNeutralStrokeAccessibleSelected = "var(--colorNeutralStrokeAccessibleSelected)";
|
|
646
|
+
/**
|
|
647
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1 | `colorNeutralStroke1`} design token.
|
|
648
|
+
* @public
|
|
649
|
+
*/
|
|
650
|
+
export declare const colorNeutralStroke1 = "var(--colorNeutralStroke1)";
|
|
651
|
+
/**
|
|
652
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1Hover | `colorNeutralStroke1Hover`} design token.
|
|
653
|
+
* @public
|
|
654
|
+
*/
|
|
655
|
+
export declare const colorNeutralStroke1Hover = "var(--colorNeutralStroke1Hover)";
|
|
656
|
+
/**
|
|
657
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1Pressed | `colorNeutralStroke1Pressed`} design token.
|
|
658
|
+
* @public
|
|
659
|
+
*/
|
|
660
|
+
export declare const colorNeutralStroke1Pressed = "var(--colorNeutralStroke1Pressed)";
|
|
661
|
+
/**
|
|
662
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1Selected | `colorNeutralStroke1Selected`} design token.
|
|
663
|
+
* @public
|
|
664
|
+
*/
|
|
665
|
+
export declare const colorNeutralStroke1Selected = "var(--colorNeutralStroke1Selected)";
|
|
666
|
+
/**
|
|
667
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke2 | `colorNeutralStroke2`} design token.
|
|
668
|
+
* @public
|
|
669
|
+
*/
|
|
670
|
+
export declare const colorNeutralStroke2 = "var(--colorNeutralStroke2)";
|
|
671
|
+
/**
|
|
672
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke3 | `colorNeutralStroke3`} design token.
|
|
673
|
+
* @public
|
|
674
|
+
*/
|
|
675
|
+
export declare const colorNeutralStroke3 = "var(--colorNeutralStroke3)";
|
|
676
|
+
/**
|
|
677
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeSubtle | `colorNeutralStrokeSubtle`} design token.
|
|
678
|
+
* @public
|
|
679
|
+
*/
|
|
680
|
+
export declare const colorNeutralStrokeSubtle = "var(--colorNeutralStrokeSubtle)";
|
|
681
|
+
/**
|
|
682
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand | `colorNeutralStrokeOnBrand`} design token.
|
|
683
|
+
* @public
|
|
684
|
+
*/
|
|
685
|
+
export declare const colorNeutralStrokeOnBrand = "var(--colorNeutralStrokeOnBrand)";
|
|
686
|
+
/**
|
|
687
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2 | `colorNeutralStrokeOnBrand2`} design token.
|
|
688
|
+
* @public
|
|
689
|
+
*/
|
|
690
|
+
export declare const colorNeutralStrokeOnBrand2 = "var(--colorNeutralStrokeOnBrand2)";
|
|
691
|
+
/**
|
|
692
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2Hover | `colorNeutralStrokeOnBrand2Hover`} design token.
|
|
693
|
+
* @public
|
|
694
|
+
*/
|
|
695
|
+
export declare const colorNeutralStrokeOnBrand2Hover = "var(--colorNeutralStrokeOnBrand2Hover)";
|
|
696
|
+
/**
|
|
697
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2Pressed | `colorNeutralStrokeOnBrand2Pressed`} design token.
|
|
698
|
+
* @public
|
|
699
|
+
*/
|
|
700
|
+
export declare const colorNeutralStrokeOnBrand2Pressed = "var(--colorNeutralStrokeOnBrand2Pressed)";
|
|
701
|
+
/**
|
|
702
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2Selected | `colorNeutralStrokeOnBrand2Selected`} design token.
|
|
703
|
+
* @public
|
|
704
|
+
*/
|
|
705
|
+
export declare const colorNeutralStrokeOnBrand2Selected = "var(--colorNeutralStrokeOnBrand2Selected)";
|
|
706
|
+
/**
|
|
707
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke1 | `colorBrandStroke1`} design token.
|
|
708
|
+
* @public
|
|
709
|
+
*/
|
|
710
|
+
export declare const colorBrandStroke1 = "var(--colorBrandStroke1)";
|
|
711
|
+
/**
|
|
712
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2 | `colorBrandStroke2`} design token.
|
|
713
|
+
* @public
|
|
714
|
+
*/
|
|
715
|
+
export declare const colorBrandStroke2 = "var(--colorBrandStroke2)";
|
|
716
|
+
/**
|
|
717
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2Hover | `colorBrandStroke2Hover`} design token.
|
|
718
|
+
* @public
|
|
719
|
+
*/
|
|
720
|
+
export declare const colorBrandStroke2Hover = "var(--colorBrandStroke2Hover)";
|
|
721
|
+
/**
|
|
722
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2Pressed | `colorBrandStroke2Pressed`} design token.
|
|
723
|
+
* @public
|
|
724
|
+
*/
|
|
725
|
+
export declare const colorBrandStroke2Pressed = "var(--colorBrandStroke2Pressed)";
|
|
726
|
+
/**
|
|
727
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2Contrast | `colorBrandStroke2Contrast`} design token.
|
|
728
|
+
* @public
|
|
729
|
+
*/
|
|
730
|
+
export declare const colorBrandStroke2Contrast = "var(--colorBrandStroke2Contrast)";
|
|
731
|
+
/**
|
|
732
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandStroke | `colorCompoundBrandStroke`} design token.
|
|
733
|
+
* @public
|
|
734
|
+
*/
|
|
735
|
+
export declare const colorCompoundBrandStroke = "var(--colorCompoundBrandStroke)";
|
|
736
|
+
/**
|
|
737
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandStrokeHover | `colorCompoundBrandStrokeHover`} design token.
|
|
738
|
+
* @public
|
|
739
|
+
*/
|
|
740
|
+
export declare const colorCompoundBrandStrokeHover = "var(--colorCompoundBrandStrokeHover)";
|
|
741
|
+
/**
|
|
742
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandStrokePressed | `colorCompoundBrandStrokePressed`} design token.
|
|
743
|
+
* @public
|
|
744
|
+
*/
|
|
745
|
+
export declare const colorCompoundBrandStrokePressed = "var(--colorCompoundBrandStrokePressed)";
|
|
746
|
+
/**
|
|
747
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeDisabled | `colorNeutralStrokeDisabled`} design token.
|
|
748
|
+
* @public
|
|
749
|
+
*/
|
|
750
|
+
export declare const colorNeutralStrokeDisabled = "var(--colorNeutralStrokeDisabled)";
|
|
751
|
+
/**
|
|
752
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeInvertedDisabled | `colorNeutralStrokeInvertedDisabled`} design token.
|
|
753
|
+
* @public
|
|
754
|
+
*/
|
|
755
|
+
export declare const colorNeutralStrokeInvertedDisabled = "var(--colorNeutralStrokeInvertedDisabled)";
|
|
756
|
+
/**
|
|
757
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorTransparentStroke | `colorTransparentStroke`} design token.
|
|
758
|
+
* @public
|
|
759
|
+
*/
|
|
760
|
+
export declare const colorTransparentStroke = "var(--colorTransparentStroke)";
|
|
761
|
+
/**
|
|
762
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorTransparentStrokeInteractive | `colorTransparentStrokeInteractive`} design token.
|
|
763
|
+
* @public
|
|
764
|
+
*/
|
|
765
|
+
export declare const colorTransparentStrokeInteractive = "var(--colorTransparentStrokeInteractive)";
|
|
766
|
+
/**
|
|
767
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorTransparentStrokeDisabled | `colorTransparentStrokeDisabled`} design token.
|
|
768
|
+
* @public
|
|
769
|
+
*/
|
|
770
|
+
export declare const colorTransparentStrokeDisabled = "var(--colorTransparentStrokeDisabled)";
|
|
771
|
+
/**
|
|
772
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAlpha | `colorNeutralStrokeAlpha`} design token.
|
|
773
|
+
* @public
|
|
774
|
+
*/
|
|
775
|
+
export declare const colorNeutralStrokeAlpha = "var(--colorNeutralStrokeAlpha)";
|
|
776
|
+
/**
|
|
777
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAlpha2 | `colorNeutralStrokeAlpha2`} design token.
|
|
778
|
+
* @public
|
|
779
|
+
*/
|
|
780
|
+
export declare const colorNeutralStrokeAlpha2 = "var(--colorNeutralStrokeAlpha2)";
|
|
781
|
+
/**
|
|
782
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStrokeFocus1 | `colorStrokeFocus1`} design token.
|
|
783
|
+
* @public
|
|
784
|
+
*/
|
|
785
|
+
export declare const colorStrokeFocus1 = "var(--colorStrokeFocus1)";
|
|
786
|
+
/**
|
|
787
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStrokeFocus2 | `colorStrokeFocus2`} design token.
|
|
788
|
+
* @public
|
|
789
|
+
*/
|
|
790
|
+
export declare const colorStrokeFocus2 = "var(--colorStrokeFocus2)";
|
|
791
|
+
/**
|
|
792
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowAmbient | `colorNeutralShadowAmbient`} design token.
|
|
793
|
+
* @public
|
|
794
|
+
*/
|
|
795
|
+
export declare const colorNeutralShadowAmbient = "var(--colorNeutralShadowAmbient)";
|
|
796
|
+
/**
|
|
797
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowKey | `colorNeutralShadowKey`} design token.
|
|
798
|
+
* @public
|
|
799
|
+
*/
|
|
800
|
+
export declare const colorNeutralShadowKey = "var(--colorNeutralShadowKey)";
|
|
801
|
+
/**
|
|
802
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowAmbientLighter | `colorNeutralShadowAmbientLighter`} design token.
|
|
803
|
+
* @public
|
|
804
|
+
*/
|
|
805
|
+
export declare const colorNeutralShadowAmbientLighter = "var(--colorNeutralShadowAmbientLighter)";
|
|
806
|
+
/**
|
|
807
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowKeyLighter | `colorNeutralShadowKeyLighter`} design token.
|
|
808
|
+
* @public
|
|
809
|
+
*/
|
|
810
|
+
export declare const colorNeutralShadowKeyLighter = "var(--colorNeutralShadowKeyLighter)";
|
|
811
|
+
/**
|
|
812
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowAmbientDarker | `colorNeutralShadowAmbientDarker`} design token.
|
|
813
|
+
* @public
|
|
814
|
+
*/
|
|
815
|
+
export declare const colorNeutralShadowAmbientDarker = "var(--colorNeutralShadowAmbientDarker)";
|
|
816
|
+
/**
|
|
817
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowKeyDarker | `colorNeutralShadowKeyDarker`} design token.
|
|
818
|
+
* @public
|
|
819
|
+
*/
|
|
820
|
+
export declare const colorNeutralShadowKeyDarker = "var(--colorNeutralShadowKeyDarker)";
|
|
821
|
+
/**
|
|
822
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandShadowAmbient | `colorBrandShadowAmbient`} design token.
|
|
823
|
+
* @public
|
|
824
|
+
*/
|
|
825
|
+
export declare const colorBrandShadowAmbient = "var(--colorBrandShadowAmbient)";
|
|
826
|
+
/**
|
|
827
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandShadowKey | `colorBrandShadowKey`} design token.
|
|
828
|
+
* @public
|
|
829
|
+
*/
|
|
830
|
+
export declare const colorBrandShadowKey = "var(--colorBrandShadowKey)";
|
|
831
|
+
/**
|
|
832
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBackground1 | `colorPaletteRedBackground1`} design token.
|
|
833
|
+
* @public
|
|
834
|
+
*/
|
|
835
|
+
export declare const colorPaletteRedBackground1 = "var(--colorPaletteRedBackground1)";
|
|
836
|
+
/**
|
|
837
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBackground2 | `colorPaletteRedBackground2`} design token.
|
|
838
|
+
* @public
|
|
839
|
+
*/
|
|
840
|
+
export declare const colorPaletteRedBackground2 = "var(--colorPaletteRedBackground2)";
|
|
841
|
+
/**
|
|
842
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBackground3 | `colorPaletteRedBackground3`} design token.
|
|
843
|
+
* @public
|
|
844
|
+
*/
|
|
845
|
+
export declare const colorPaletteRedBackground3 = "var(--colorPaletteRedBackground3)";
|
|
846
|
+
/**
|
|
847
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBorderActive | `colorPaletteRedBorderActive`} design token.
|
|
848
|
+
* @public
|
|
849
|
+
*/
|
|
850
|
+
export declare const colorPaletteRedBorderActive = "var(--colorPaletteRedBorderActive)";
|
|
851
|
+
/**
|
|
852
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBorder1 | `colorPaletteRedBorder1`} design token.
|
|
853
|
+
* @public
|
|
854
|
+
*/
|
|
855
|
+
export declare const colorPaletteRedBorder1 = "var(--colorPaletteRedBorder1)";
|
|
856
|
+
/**
|
|
857
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBorder2 | `colorPaletteRedBorder2`} design token.
|
|
858
|
+
* @public
|
|
859
|
+
*/
|
|
860
|
+
export declare const colorPaletteRedBorder2 = "var(--colorPaletteRedBorder2)";
|
|
861
|
+
/**
|
|
862
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForeground1 | `colorPaletteRedForeground1`} design token.
|
|
863
|
+
* @public
|
|
864
|
+
*/
|
|
865
|
+
export declare const colorPaletteRedForeground1 = "var(--colorPaletteRedForeground1)";
|
|
866
|
+
/**
|
|
867
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForeground2 | `colorPaletteRedForeground2`} design token.
|
|
868
|
+
* @public
|
|
869
|
+
*/
|
|
870
|
+
export declare const colorPaletteRedForeground2 = "var(--colorPaletteRedForeground2)";
|
|
871
|
+
/**
|
|
872
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForeground3 | `colorPaletteRedForeground3`} design token.
|
|
873
|
+
* @public
|
|
874
|
+
*/
|
|
875
|
+
export declare const colorPaletteRedForeground3 = "var(--colorPaletteRedForeground3)";
|
|
876
|
+
/**
|
|
877
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForegroundInverted | `colorPaletteRedForegroundInverted`} design token.
|
|
878
|
+
* @public
|
|
879
|
+
*/
|
|
880
|
+
export declare const colorPaletteRedForegroundInverted = "var(--colorPaletteRedForegroundInverted)";
|
|
881
|
+
/**
|
|
882
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBackground1 | `colorPaletteGreenBackground1`} design token.
|
|
883
|
+
* @public
|
|
884
|
+
*/
|
|
885
|
+
export declare const colorPaletteGreenBackground1 = "var(--colorPaletteGreenBackground1)";
|
|
886
|
+
/**
|
|
887
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBackground2 | `colorPaletteGreenBackground2`} design token.
|
|
888
|
+
* @public
|
|
889
|
+
*/
|
|
890
|
+
export declare const colorPaletteGreenBackground2 = "var(--colorPaletteGreenBackground2)";
|
|
891
|
+
/**
|
|
892
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBackground3 | `colorPaletteGreenBackground3`} design token.
|
|
893
|
+
* @public
|
|
894
|
+
*/
|
|
895
|
+
export declare const colorPaletteGreenBackground3 = "var(--colorPaletteGreenBackground3)";
|
|
896
|
+
/**
|
|
897
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBorderActive | `colorPaletteGreenBorderActive`} design token.
|
|
898
|
+
* @public
|
|
899
|
+
*/
|
|
900
|
+
export declare const colorPaletteGreenBorderActive = "var(--colorPaletteGreenBorderActive)";
|
|
901
|
+
/**
|
|
902
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBorder1 | `colorPaletteGreenBorder1`} design token.
|
|
903
|
+
* @public
|
|
904
|
+
*/
|
|
905
|
+
export declare const colorPaletteGreenBorder1 = "var(--colorPaletteGreenBorder1)";
|
|
906
|
+
/**
|
|
907
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBorder2 | `colorPaletteGreenBorder2`} design token.
|
|
908
|
+
* @public
|
|
909
|
+
*/
|
|
910
|
+
export declare const colorPaletteGreenBorder2 = "var(--colorPaletteGreenBorder2)";
|
|
911
|
+
/**
|
|
912
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForeground1 | `colorPaletteGreenForeground1`} design token.
|
|
913
|
+
* @public
|
|
914
|
+
*/
|
|
915
|
+
export declare const colorPaletteGreenForeground1 = "var(--colorPaletteGreenForeground1)";
|
|
916
|
+
/**
|
|
917
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForeground2 | `colorPaletteGreenForeground2`} design token.
|
|
918
|
+
* @public
|
|
919
|
+
*/
|
|
920
|
+
export declare const colorPaletteGreenForeground2 = "var(--colorPaletteGreenForeground2)";
|
|
921
|
+
/**
|
|
922
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForeground3 | `colorPaletteGreenForeground3`} design token.
|
|
923
|
+
* @public
|
|
924
|
+
*/
|
|
925
|
+
export declare const colorPaletteGreenForeground3 = "var(--colorPaletteGreenForeground3)";
|
|
926
|
+
/**
|
|
927
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForegroundInverted | `colorPaletteGreenForegroundInverted`} design token.
|
|
928
|
+
* @public
|
|
929
|
+
*/
|
|
930
|
+
export declare const colorPaletteGreenForegroundInverted = "var(--colorPaletteGreenForegroundInverted)";
|
|
931
|
+
/**
|
|
932
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBackground1 | `colorPaletteDarkOrangeBackground1`} design token.
|
|
933
|
+
* @public
|
|
934
|
+
*/
|
|
935
|
+
export declare const colorPaletteDarkOrangeBackground1 = "var(--colorPaletteDarkOrangeBackground1)";
|
|
936
|
+
/**
|
|
937
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBackground2 | `colorPaletteDarkOrangeBackground2`} design token.
|
|
938
|
+
* @public
|
|
939
|
+
*/
|
|
940
|
+
export declare const colorPaletteDarkOrangeBackground2 = "var(--colorPaletteDarkOrangeBackground2)";
|
|
941
|
+
/**
|
|
942
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBackground3 | `colorPaletteDarkOrangeBackground3`} design token.
|
|
943
|
+
* @public
|
|
944
|
+
*/
|
|
945
|
+
export declare const colorPaletteDarkOrangeBackground3 = "var(--colorPaletteDarkOrangeBackground3)";
|
|
946
|
+
/**
|
|
947
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBorderActive | `colorPaletteDarkOrangeBorderActive`} design token.
|
|
948
|
+
* @public
|
|
949
|
+
*/
|
|
950
|
+
export declare const colorPaletteDarkOrangeBorderActive = "var(--colorPaletteDarkOrangeBorderActive)";
|
|
951
|
+
/**
|
|
952
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBorder1 | `colorPaletteDarkOrangeBorder1`} design token.
|
|
953
|
+
* @public
|
|
954
|
+
*/
|
|
955
|
+
export declare const colorPaletteDarkOrangeBorder1 = "var(--colorPaletteDarkOrangeBorder1)";
|
|
956
|
+
/**
|
|
957
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBorder2 | `colorPaletteDarkOrangeBorder2`} design token.
|
|
958
|
+
* @public
|
|
959
|
+
*/
|
|
960
|
+
export declare const colorPaletteDarkOrangeBorder2 = "var(--colorPaletteDarkOrangeBorder2)";
|
|
961
|
+
/**
|
|
962
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeForeground1 | `colorPaletteDarkOrangeForeground1`} design token.
|
|
963
|
+
* @public
|
|
964
|
+
*/
|
|
965
|
+
export declare const colorPaletteDarkOrangeForeground1 = "var(--colorPaletteDarkOrangeForeground1)";
|
|
966
|
+
/**
|
|
967
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeForeground2 | `colorPaletteDarkOrangeForeground2`} design token.
|
|
968
|
+
* @public
|
|
969
|
+
*/
|
|
970
|
+
export declare const colorPaletteDarkOrangeForeground2 = "var(--colorPaletteDarkOrangeForeground2)";
|
|
971
|
+
/**
|
|
972
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeForeground3 | `colorPaletteDarkOrangeForeground3`} design token.
|
|
973
|
+
* @public
|
|
974
|
+
*/
|
|
975
|
+
export declare const colorPaletteDarkOrangeForeground3 = "var(--colorPaletteDarkOrangeForeground3)";
|
|
976
|
+
/**
|
|
977
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBackground1 | `colorPaletteYellowBackground1`} design token.
|
|
978
|
+
* @public
|
|
979
|
+
*/
|
|
980
|
+
export declare const colorPaletteYellowBackground1 = "var(--colorPaletteYellowBackground1)";
|
|
981
|
+
/**
|
|
982
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBackground2 | `colorPaletteYellowBackground2`} design token.
|
|
983
|
+
* @public
|
|
984
|
+
*/
|
|
985
|
+
export declare const colorPaletteYellowBackground2 = "var(--colorPaletteYellowBackground2)";
|
|
986
|
+
/**
|
|
987
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBackground3 | `colorPaletteYellowBackground3`} design token.
|
|
988
|
+
* @public
|
|
989
|
+
*/
|
|
990
|
+
export declare const colorPaletteYellowBackground3 = "var(--colorPaletteYellowBackground3)";
|
|
991
|
+
/**
|
|
992
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBorderActive | `colorPaletteYellowBorderActive`} design token.
|
|
993
|
+
* @public
|
|
994
|
+
*/
|
|
995
|
+
export declare const colorPaletteYellowBorderActive = "var(--colorPaletteYellowBorderActive)";
|
|
996
|
+
/**
|
|
997
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBorder1 | `colorPaletteYellowBorder1`} design token.
|
|
998
|
+
* @public
|
|
999
|
+
*/
|
|
1000
|
+
export declare const colorPaletteYellowBorder1 = "var(--colorPaletteYellowBorder1)";
|
|
1001
|
+
/**
|
|
1002
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBorder2 | `colorPaletteYellowBorder2`} design token.
|
|
1003
|
+
* @public
|
|
1004
|
+
*/
|
|
1005
|
+
export declare const colorPaletteYellowBorder2 = "var(--colorPaletteYellowBorder2)";
|
|
1006
|
+
/**
|
|
1007
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForeground1 | `colorPaletteYellowForeground1`} design token.
|
|
1008
|
+
* @public
|
|
1009
|
+
*/
|
|
1010
|
+
export declare const colorPaletteYellowForeground1 = "var(--colorPaletteYellowForeground1)";
|
|
1011
|
+
/**
|
|
1012
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForeground2 | `colorPaletteYellowForeground2`} design token.
|
|
1013
|
+
* @public
|
|
1014
|
+
*/
|
|
1015
|
+
export declare const colorPaletteYellowForeground2 = "var(--colorPaletteYellowForeground2)";
|
|
1016
|
+
/**
|
|
1017
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForeground3 | `colorPaletteYellowForeground3`} design token.
|
|
1018
|
+
* @public
|
|
1019
|
+
*/
|
|
1020
|
+
export declare const colorPaletteYellowForeground3 = "var(--colorPaletteYellowForeground3)";
|
|
1021
|
+
/**
|
|
1022
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForegroundInverted | `colorPaletteYellowForegroundInverted`} design token.
|
|
1023
|
+
* @public
|
|
1024
|
+
*/
|
|
1025
|
+
export declare const colorPaletteYellowForegroundInverted = "var(--colorPaletteYellowForegroundInverted)";
|
|
1026
|
+
/**
|
|
1027
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBackground1 | `colorPaletteBerryBackground1`} design token.
|
|
1028
|
+
* @public
|
|
1029
|
+
*/
|
|
1030
|
+
export declare const colorPaletteBerryBackground1 = "var(--colorPaletteBerryBackground1)";
|
|
1031
|
+
/**
|
|
1032
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBackground2 | `colorPaletteBerryBackground2`} design token.
|
|
1033
|
+
* @public
|
|
1034
|
+
*/
|
|
1035
|
+
export declare const colorPaletteBerryBackground2 = "var(--colorPaletteBerryBackground2)";
|
|
1036
|
+
/**
|
|
1037
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBackground3 | `colorPaletteBerryBackground3`} design token.
|
|
1038
|
+
* @public
|
|
1039
|
+
*/
|
|
1040
|
+
export declare const colorPaletteBerryBackground3 = "var(--colorPaletteBerryBackground3)";
|
|
1041
|
+
/**
|
|
1042
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBorderActive | `colorPaletteBerryBorderActive`} design token.
|
|
1043
|
+
* @public
|
|
1044
|
+
*/
|
|
1045
|
+
export declare const colorPaletteBerryBorderActive = "var(--colorPaletteBerryBorderActive)";
|
|
1046
|
+
/**
|
|
1047
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBorder1 | `colorPaletteBerryBorder1`} design token.
|
|
1048
|
+
* @public
|
|
1049
|
+
*/
|
|
1050
|
+
export declare const colorPaletteBerryBorder1 = "var(--colorPaletteBerryBorder1)";
|
|
1051
|
+
/**
|
|
1052
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBorder2 | `colorPaletteBerryBorder2`} design token.
|
|
1053
|
+
* @public
|
|
1054
|
+
*/
|
|
1055
|
+
export declare const colorPaletteBerryBorder2 = "var(--colorPaletteBerryBorder2)";
|
|
1056
|
+
/**
|
|
1057
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryForeground1 | `colorPaletteBerryForeground1`} design token.
|
|
1058
|
+
* @public
|
|
1059
|
+
*/
|
|
1060
|
+
export declare const colorPaletteBerryForeground1 = "var(--colorPaletteBerryForeground1)";
|
|
1061
|
+
/**
|
|
1062
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryForeground2 | `colorPaletteBerryForeground2`} design token.
|
|
1063
|
+
* @public
|
|
1064
|
+
*/
|
|
1065
|
+
export declare const colorPaletteBerryForeground2 = "var(--colorPaletteBerryForeground2)";
|
|
1066
|
+
/**
|
|
1067
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryForeground3 | `colorPaletteBerryForeground3`} design token.
|
|
1068
|
+
* @public
|
|
1069
|
+
*/
|
|
1070
|
+
export declare const colorPaletteBerryForeground3 = "var(--colorPaletteBerryForeground3)";
|
|
1071
|
+
/**
|
|
1072
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBackground1 | `colorPaletteMarigoldBackground1`} design token.
|
|
1073
|
+
* @public
|
|
1074
|
+
*/
|
|
1075
|
+
export declare const colorPaletteMarigoldBackground1 = "var(--colorPaletteMarigoldBackground1)";
|
|
1076
|
+
/**
|
|
1077
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBackground2 | `colorPaletteMarigoldBackground2`} design token.
|
|
1078
|
+
* @public
|
|
1079
|
+
*/
|
|
1080
|
+
export declare const colorPaletteMarigoldBackground2 = "var(--colorPaletteMarigoldBackground2)";
|
|
1081
|
+
/**
|
|
1082
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBackground3 | `colorPaletteMarigoldBackground3`} design token.
|
|
1083
|
+
* @public
|
|
1084
|
+
*/
|
|
1085
|
+
export declare const colorPaletteMarigoldBackground3 = "var(--colorPaletteMarigoldBackground3)";
|
|
1086
|
+
/**
|
|
1087
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBorderActive | `colorPaletteMarigoldBorderActive`} design token.
|
|
1088
|
+
* @public
|
|
1089
|
+
*/
|
|
1090
|
+
export declare const colorPaletteMarigoldBorderActive = "var(--colorPaletteMarigoldBorderActive)";
|
|
1091
|
+
/**
|
|
1092
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBorder1 | `colorPaletteMarigoldBorder1`} design token.
|
|
1093
|
+
* @public
|
|
1094
|
+
*/
|
|
1095
|
+
export declare const colorPaletteMarigoldBorder1 = "var(--colorPaletteMarigoldBorder1)";
|
|
1096
|
+
/**
|
|
1097
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBorder2 | `colorPaletteMarigoldBorder2`} design token.
|
|
1098
|
+
* @public
|
|
1099
|
+
*/
|
|
1100
|
+
export declare const colorPaletteMarigoldBorder2 = "var(--colorPaletteMarigoldBorder2)";
|
|
1101
|
+
/**
|
|
1102
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldForeground1 | `colorPaletteMarigoldForeground1`} design token.
|
|
1103
|
+
* @public
|
|
1104
|
+
*/
|
|
1105
|
+
export declare const colorPaletteMarigoldForeground1 = "var(--colorPaletteMarigoldForeground1)";
|
|
1106
|
+
/**
|
|
1107
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldForeground2 | `colorPaletteMarigoldForeground2`} design token.
|
|
1108
|
+
* @public
|
|
1109
|
+
*/
|
|
1110
|
+
export declare const colorPaletteMarigoldForeground2 = "var(--colorPaletteMarigoldForeground2)";
|
|
1111
|
+
/**
|
|
1112
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldForeground3 | `colorPaletteMarigoldForeground3`} design token.
|
|
1113
|
+
* @public
|
|
1114
|
+
*/
|
|
1115
|
+
export declare const colorPaletteMarigoldForeground3 = "var(--colorPaletteMarigoldForeground3)";
|
|
1116
|
+
/**
|
|
1117
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBackground1 | `colorPaletteLightGreenBackground1`} design token.
|
|
1118
|
+
* @public
|
|
1119
|
+
*/
|
|
1120
|
+
export declare const colorPaletteLightGreenBackground1 = "var(--colorPaletteLightGreenBackground1)";
|
|
1121
|
+
/**
|
|
1122
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBackground2 | `colorPaletteLightGreenBackground2`} design token.
|
|
1123
|
+
* @public
|
|
1124
|
+
*/
|
|
1125
|
+
export declare const colorPaletteLightGreenBackground2 = "var(--colorPaletteLightGreenBackground2)";
|
|
1126
|
+
/**
|
|
1127
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBackground3 | `colorPaletteLightGreenBackground3`} design token.
|
|
1128
|
+
* @public
|
|
1129
|
+
*/
|
|
1130
|
+
export declare const colorPaletteLightGreenBackground3 = "var(--colorPaletteLightGreenBackground3)";
|
|
1131
|
+
/**
|
|
1132
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBorderActive | `colorPaletteLightGreenBorderActive`} design token.
|
|
1133
|
+
* @public
|
|
1134
|
+
*/
|
|
1135
|
+
export declare const colorPaletteLightGreenBorderActive = "var(--colorPaletteLightGreenBorderActive)";
|
|
1136
|
+
/**
|
|
1137
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBorder1 | `colorPaletteLightGreenBorder1`} design token.
|
|
1138
|
+
* @public
|
|
1139
|
+
*/
|
|
1140
|
+
export declare const colorPaletteLightGreenBorder1 = "var(--colorPaletteLightGreenBorder1)";
|
|
1141
|
+
/**
|
|
1142
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBorder2 | `colorPaletteLightGreenBorder2`} design token.
|
|
1143
|
+
* @public
|
|
1144
|
+
*/
|
|
1145
|
+
export declare const colorPaletteLightGreenBorder2 = "var(--colorPaletteLightGreenBorder2)";
|
|
1146
|
+
/**
|
|
1147
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenForeground1 | `colorPaletteLightGreenForeground1`} design token.
|
|
1148
|
+
* @public
|
|
1149
|
+
*/
|
|
1150
|
+
export declare const colorPaletteLightGreenForeground1 = "var(--colorPaletteLightGreenForeground1)";
|
|
1151
|
+
/**
|
|
1152
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenForeground2 | `colorPaletteLightGreenForeground2`} design token.
|
|
1153
|
+
* @public
|
|
1154
|
+
*/
|
|
1155
|
+
export declare const colorPaletteLightGreenForeground2 = "var(--colorPaletteLightGreenForeground2)";
|
|
1156
|
+
/**
|
|
1157
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenForeground3 | `colorPaletteLightGreenForeground3`} design token.
|
|
1158
|
+
* @public
|
|
1159
|
+
*/
|
|
1160
|
+
export declare const colorPaletteLightGreenForeground3 = "var(--colorPaletteLightGreenForeground3)";
|
|
1161
|
+
/**
|
|
1162
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteAnchorBackground2 | `colorPaletteAnchorBackground2`} design token.
|
|
1163
|
+
* @public
|
|
1164
|
+
*/
|
|
1165
|
+
export declare const colorPaletteAnchorBackground2 = "var(--colorPaletteAnchorBackground2)";
|
|
1166
|
+
/**
|
|
1167
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteAnchorBorderActive | `colorPaletteAnchorBorderActive`} design token.
|
|
1168
|
+
* @public
|
|
1169
|
+
*/
|
|
1170
|
+
export declare const colorPaletteAnchorBorderActive = "var(--colorPaletteAnchorBorderActive)";
|
|
1171
|
+
/**
|
|
1172
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteAnchorForeground2 | `colorPaletteAnchorForeground2`} design token.
|
|
1173
|
+
* @public
|
|
1174
|
+
*/
|
|
1175
|
+
export declare const colorPaletteAnchorForeground2 = "var(--colorPaletteAnchorForeground2)";
|
|
1176
|
+
/**
|
|
1177
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBeigeBackground2 | `colorPaletteBeigeBackground2`} design token.
|
|
1178
|
+
* @public
|
|
1179
|
+
*/
|
|
1180
|
+
export declare const colorPaletteBeigeBackground2 = "var(--colorPaletteBeigeBackground2)";
|
|
1181
|
+
/**
|
|
1182
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBeigeBorderActive | `colorPaletteBeigeBorderActive`} design token.
|
|
1183
|
+
* @public
|
|
1184
|
+
*/
|
|
1185
|
+
export declare const colorPaletteBeigeBorderActive = "var(--colorPaletteBeigeBorderActive)";
|
|
1186
|
+
/**
|
|
1187
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBeigeForeground2 | `colorPaletteBeigeForeground2`} design token.
|
|
1188
|
+
* @public
|
|
1189
|
+
*/
|
|
1190
|
+
export declare const colorPaletteBeigeForeground2 = "var(--colorPaletteBeigeForeground2)";
|
|
1191
|
+
/**
|
|
1192
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBlueBackground2 | `colorPaletteBlueBackground2`} design token.
|
|
1193
|
+
* @public
|
|
1194
|
+
*/
|
|
1195
|
+
export declare const colorPaletteBlueBackground2 = "var(--colorPaletteBlueBackground2)";
|
|
1196
|
+
/**
|
|
1197
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBlueBorderActive | `colorPaletteBlueBorderActive`} design token.
|
|
1198
|
+
* @public
|
|
1199
|
+
*/
|
|
1200
|
+
export declare const colorPaletteBlueBorderActive = "var(--colorPaletteBlueBorderActive)";
|
|
1201
|
+
/**
|
|
1202
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBlueForeground2 | `colorPaletteBlueForeground2`} design token.
|
|
1203
|
+
* @public
|
|
1204
|
+
*/
|
|
1205
|
+
export declare const colorPaletteBlueForeground2 = "var(--colorPaletteBlueForeground2)";
|
|
1206
|
+
/**
|
|
1207
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrassBackground2 | `colorPaletteBrassBackground2`} design token.
|
|
1208
|
+
* @public
|
|
1209
|
+
*/
|
|
1210
|
+
export declare const colorPaletteBrassBackground2 = "var(--colorPaletteBrassBackground2)";
|
|
1211
|
+
/**
|
|
1212
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrassBorderActive | `colorPaletteBrassBorderActive`} design token.
|
|
1213
|
+
* @public
|
|
1214
|
+
*/
|
|
1215
|
+
export declare const colorPaletteBrassBorderActive = "var(--colorPaletteBrassBorderActive)";
|
|
1216
|
+
/**
|
|
1217
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrassForeground2 | `colorPaletteBrassForeground2`} design token.
|
|
1218
|
+
* @public
|
|
1219
|
+
*/
|
|
1220
|
+
export declare const colorPaletteBrassForeground2 = "var(--colorPaletteBrassForeground2)";
|
|
1221
|
+
/**
|
|
1222
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrownBackground2 | `colorPaletteBrownBackground2`} design token.
|
|
1223
|
+
* @public
|
|
1224
|
+
*/
|
|
1225
|
+
export declare const colorPaletteBrownBackground2 = "var(--colorPaletteBrownBackground2)";
|
|
1226
|
+
/**
|
|
1227
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrownBorderActive | `colorPaletteBrownBorderActive`} design token.
|
|
1228
|
+
* @public
|
|
1229
|
+
*/
|
|
1230
|
+
export declare const colorPaletteBrownBorderActive = "var(--colorPaletteBrownBorderActive)";
|
|
1231
|
+
/**
|
|
1232
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrownForeground2 | `colorPaletteBrownForeground2`} design token.
|
|
1233
|
+
* @public
|
|
1234
|
+
*/
|
|
1235
|
+
export declare const colorPaletteBrownForeground2 = "var(--colorPaletteBrownForeground2)";
|
|
1236
|
+
/**
|
|
1237
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteCornflowerBackground2 | `colorPaletteCornflowerBackground2`} design token.
|
|
1238
|
+
* @public
|
|
1239
|
+
*/
|
|
1240
|
+
export declare const colorPaletteCornflowerBackground2 = "var(--colorPaletteCornflowerBackground2)";
|
|
1241
|
+
/**
|
|
1242
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteCornflowerBorderActive | `colorPaletteCornflowerBorderActive`} design token.
|
|
1243
|
+
* @public
|
|
1244
|
+
*/
|
|
1245
|
+
export declare const colorPaletteCornflowerBorderActive = "var(--colorPaletteCornflowerBorderActive)";
|
|
1246
|
+
/**
|
|
1247
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteCornflowerForeground2 | `colorPaletteCornflowerForeground2`} design token.
|
|
1248
|
+
* @public
|
|
1249
|
+
*/
|
|
1250
|
+
export declare const colorPaletteCornflowerForeground2 = "var(--colorPaletteCornflowerForeground2)";
|
|
1251
|
+
/**
|
|
1252
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteCranberryBackground2 | `colorPaletteCranberryBackground2`} design token.
|
|
1253
|
+
* @public
|
|
1254
|
+
*/
|
|
1255
|
+
export declare const colorPaletteCranberryBackground2 = "var(--colorPaletteCranberryBackground2)";
|
|
1256
|
+
/**
|
|
1257
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteCranberryBorderActive | `colorPaletteCranberryBorderActive`} design token.
|
|
1258
|
+
* @public
|
|
1259
|
+
*/
|
|
1260
|
+
export declare const colorPaletteCranberryBorderActive = "var(--colorPaletteCranberryBorderActive)";
|
|
1261
|
+
/**
|
|
1262
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteCranberryForeground2 | `colorPaletteCranberryForeground2`} design token.
|
|
1263
|
+
* @public
|
|
1264
|
+
*/
|
|
1265
|
+
export declare const colorPaletteCranberryForeground2 = "var(--colorPaletteCranberryForeground2)";
|
|
1266
|
+
/**
|
|
1267
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkGreenBackground2 | `colorPaletteDarkGreenBackground2`} design token.
|
|
1268
|
+
* @public
|
|
1269
|
+
*/
|
|
1270
|
+
export declare const colorPaletteDarkGreenBackground2 = "var(--colorPaletteDarkGreenBackground2)";
|
|
1271
|
+
/**
|
|
1272
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkGreenBorderActive | `colorPaletteDarkGreenBorderActive`} design token.
|
|
1273
|
+
* @public
|
|
1274
|
+
*/
|
|
1275
|
+
export declare const colorPaletteDarkGreenBorderActive = "var(--colorPaletteDarkGreenBorderActive)";
|
|
1276
|
+
/**
|
|
1277
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkGreenForeground2 | `colorPaletteDarkGreenForeground2`} design token.
|
|
1278
|
+
* @public
|
|
1279
|
+
*/
|
|
1280
|
+
export declare const colorPaletteDarkGreenForeground2 = "var(--colorPaletteDarkGreenForeground2)";
|
|
1281
|
+
/**
|
|
1282
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkRedBackground2 | `colorPaletteDarkRedBackground2`} design token.
|
|
1283
|
+
* @public
|
|
1284
|
+
*/
|
|
1285
|
+
export declare const colorPaletteDarkRedBackground2 = "var(--colorPaletteDarkRedBackground2)";
|
|
1286
|
+
/**
|
|
1287
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkRedBorderActive | `colorPaletteDarkRedBorderActive`} design token.
|
|
1288
|
+
* @public
|
|
1289
|
+
*/
|
|
1290
|
+
export declare const colorPaletteDarkRedBorderActive = "var(--colorPaletteDarkRedBorderActive)";
|
|
1291
|
+
/**
|
|
1292
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkRedForeground2 | `colorPaletteDarkRedForeground2`} design token.
|
|
1293
|
+
* @public
|
|
1294
|
+
*/
|
|
1295
|
+
export declare const colorPaletteDarkRedForeground2 = "var(--colorPaletteDarkRedForeground2)";
|
|
1296
|
+
/**
|
|
1297
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteForestBackground2 | `colorPaletteForestBackground2`} design token.
|
|
1298
|
+
* @public
|
|
1299
|
+
*/
|
|
1300
|
+
export declare const colorPaletteForestBackground2 = "var(--colorPaletteForestBackground2)";
|
|
1301
|
+
/**
|
|
1302
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteForestBorderActive | `colorPaletteForestBorderActive`} design token.
|
|
1303
|
+
* @public
|
|
1304
|
+
*/
|
|
1305
|
+
export declare const colorPaletteForestBorderActive = "var(--colorPaletteForestBorderActive)";
|
|
1306
|
+
/**
|
|
1307
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteForestForeground2 | `colorPaletteForestForeground2`} design token.
|
|
1308
|
+
* @public
|
|
1309
|
+
*/
|
|
1310
|
+
export declare const colorPaletteForestForeground2 = "var(--colorPaletteForestForeground2)";
|
|
1311
|
+
/**
|
|
1312
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGoldBackground2 | `colorPaletteGoldBackground2`} design token.
|
|
1313
|
+
* @public
|
|
1314
|
+
*/
|
|
1315
|
+
export declare const colorPaletteGoldBackground2 = "var(--colorPaletteGoldBackground2)";
|
|
1316
|
+
/**
|
|
1317
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGoldBorderActive | `colorPaletteGoldBorderActive`} design token.
|
|
1318
|
+
* @public
|
|
1319
|
+
*/
|
|
1320
|
+
export declare const colorPaletteGoldBorderActive = "var(--colorPaletteGoldBorderActive)";
|
|
1321
|
+
/**
|
|
1322
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGoldForeground2 | `colorPaletteGoldForeground2`} design token.
|
|
1323
|
+
* @public
|
|
1324
|
+
*/
|
|
1325
|
+
export declare const colorPaletteGoldForeground2 = "var(--colorPaletteGoldForeground2)";
|
|
1326
|
+
/**
|
|
1327
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGrapeBackground2 | `colorPaletteGrapeBackground2`} design token.
|
|
1328
|
+
* @public
|
|
1329
|
+
*/
|
|
1330
|
+
export declare const colorPaletteGrapeBackground2 = "var(--colorPaletteGrapeBackground2)";
|
|
1331
|
+
/**
|
|
1332
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGrapeBorderActive | `colorPaletteGrapeBorderActive`} design token.
|
|
1333
|
+
* @public
|
|
1334
|
+
*/
|
|
1335
|
+
export declare const colorPaletteGrapeBorderActive = "var(--colorPaletteGrapeBorderActive)";
|
|
1336
|
+
/**
|
|
1337
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGrapeForeground2 | `colorPaletteGrapeForeground2`} design token.
|
|
1338
|
+
* @public
|
|
1339
|
+
*/
|
|
1340
|
+
export declare const colorPaletteGrapeForeground2 = "var(--colorPaletteGrapeForeground2)";
|
|
1341
|
+
/**
|
|
1342
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLavenderBackground2 | `colorPaletteLavenderBackground2`} design token.
|
|
1343
|
+
* @public
|
|
1344
|
+
*/
|
|
1345
|
+
export declare const colorPaletteLavenderBackground2 = "var(--colorPaletteLavenderBackground2)";
|
|
1346
|
+
/**
|
|
1347
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLavenderBorderActive | `colorPaletteLavenderBorderActive`} design token.
|
|
1348
|
+
* @public
|
|
1349
|
+
*/
|
|
1350
|
+
export declare const colorPaletteLavenderBorderActive = "var(--colorPaletteLavenderBorderActive)";
|
|
1351
|
+
/**
|
|
1352
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLavenderForeground2 | `colorPaletteLavenderForeground2`} design token.
|
|
1353
|
+
* @public
|
|
1354
|
+
*/
|
|
1355
|
+
export declare const colorPaletteLavenderForeground2 = "var(--colorPaletteLavenderForeground2)";
|
|
1356
|
+
/**
|
|
1357
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightTealBackground2 | `colorPaletteLightTealBackground2`} design token.
|
|
1358
|
+
* @public
|
|
1359
|
+
*/
|
|
1360
|
+
export declare const colorPaletteLightTealBackground2 = "var(--colorPaletteLightTealBackground2)";
|
|
1361
|
+
/**
|
|
1362
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightTealBorderActive | `colorPaletteLightTealBorderActive`} design token.
|
|
1363
|
+
* @public
|
|
1364
|
+
*/
|
|
1365
|
+
export declare const colorPaletteLightTealBorderActive = "var(--colorPaletteLightTealBorderActive)";
|
|
1366
|
+
/**
|
|
1367
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightTealForeground2 | `colorPaletteLightTealForeground2`} design token.
|
|
1368
|
+
* @public
|
|
1369
|
+
*/
|
|
1370
|
+
export declare const colorPaletteLightTealForeground2 = "var(--colorPaletteLightTealForeground2)";
|
|
1371
|
+
/**
|
|
1372
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLilacBackground2 | `colorPaletteLilacBackground2`} design token.
|
|
1373
|
+
* @public
|
|
1374
|
+
*/
|
|
1375
|
+
export declare const colorPaletteLilacBackground2 = "var(--colorPaletteLilacBackground2)";
|
|
1376
|
+
/**
|
|
1377
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLilacBorderActive | `colorPaletteLilacBorderActive`} design token.
|
|
1378
|
+
* @public
|
|
1379
|
+
*/
|
|
1380
|
+
export declare const colorPaletteLilacBorderActive = "var(--colorPaletteLilacBorderActive)";
|
|
1381
|
+
/**
|
|
1382
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLilacForeground2 | `colorPaletteLilacForeground2`} design token.
|
|
1383
|
+
* @public
|
|
1384
|
+
*/
|
|
1385
|
+
export declare const colorPaletteLilacForeground2 = "var(--colorPaletteLilacForeground2)";
|
|
1386
|
+
/**
|
|
1387
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMagentaBackground2 | `colorPaletteMagentaBackground2`} design token.
|
|
1388
|
+
* @public
|
|
1389
|
+
*/
|
|
1390
|
+
export declare const colorPaletteMagentaBackground2 = "var(--colorPaletteMagentaBackground2)";
|
|
1391
|
+
/**
|
|
1392
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMagentaBorderActive | `colorPaletteMagentaBorderActive`} design token.
|
|
1393
|
+
* @public
|
|
1394
|
+
*/
|
|
1395
|
+
export declare const colorPaletteMagentaBorderActive = "var(--colorPaletteMagentaBorderActive)";
|
|
1396
|
+
/**
|
|
1397
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMagentaForeground2 | `colorPaletteMagentaForeground2`} design token.
|
|
1398
|
+
* @public
|
|
1399
|
+
*/
|
|
1400
|
+
export declare const colorPaletteMagentaForeground2 = "var(--colorPaletteMagentaForeground2)";
|
|
1401
|
+
/**
|
|
1402
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMinkBackground2 | `colorPaletteMinkBackground2`} design token.
|
|
1403
|
+
* @public
|
|
1404
|
+
*/
|
|
1405
|
+
export declare const colorPaletteMinkBackground2 = "var(--colorPaletteMinkBackground2)";
|
|
1406
|
+
/**
|
|
1407
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMinkBorderActive | `colorPaletteMinkBorderActive`} design token.
|
|
1408
|
+
* @public
|
|
1409
|
+
*/
|
|
1410
|
+
export declare const colorPaletteMinkBorderActive = "var(--colorPaletteMinkBorderActive)";
|
|
1411
|
+
/**
|
|
1412
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMinkForeground2 | `colorPaletteMinkForeground2`} design token.
|
|
1413
|
+
* @public
|
|
1414
|
+
*/
|
|
1415
|
+
export declare const colorPaletteMinkForeground2 = "var(--colorPaletteMinkForeground2)";
|
|
1416
|
+
/**
|
|
1417
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteNavyBackground2 | `colorPaletteNavyBackground2`} design token.
|
|
1418
|
+
* @public
|
|
1419
|
+
*/
|
|
1420
|
+
export declare const colorPaletteNavyBackground2 = "var(--colorPaletteNavyBackground2)";
|
|
1421
|
+
/**
|
|
1422
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteNavyBorderActive | `colorPaletteNavyBorderActive`} design token.
|
|
1423
|
+
* @public
|
|
1424
|
+
*/
|
|
1425
|
+
export declare const colorPaletteNavyBorderActive = "var(--colorPaletteNavyBorderActive)";
|
|
1426
|
+
/**
|
|
1427
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteNavyForeground2 | `colorPaletteNavyForeground2`} design token.
|
|
1428
|
+
* @public
|
|
1429
|
+
*/
|
|
1430
|
+
export declare const colorPaletteNavyForeground2 = "var(--colorPaletteNavyForeground2)";
|
|
1431
|
+
/**
|
|
1432
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePeachBackground2 | `colorPalettePeachBackground2`} design token.
|
|
1433
|
+
* @public
|
|
1434
|
+
*/
|
|
1435
|
+
export declare const colorPalettePeachBackground2 = "var(--colorPalettePeachBackground2)";
|
|
1436
|
+
/**
|
|
1437
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePeachBorderActive | `colorPalettePeachBorderActive`} design token.
|
|
1438
|
+
* @public
|
|
1439
|
+
*/
|
|
1440
|
+
export declare const colorPalettePeachBorderActive = "var(--colorPalettePeachBorderActive)";
|
|
1441
|
+
/**
|
|
1442
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePeachForeground2 | `colorPalettePeachForeground2`} design token.
|
|
1443
|
+
* @public
|
|
1444
|
+
*/
|
|
1445
|
+
export declare const colorPalettePeachForeground2 = "var(--colorPalettePeachForeground2)";
|
|
1446
|
+
/**
|
|
1447
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePinkBackground2 | `colorPalettePinkBackground2`} design token.
|
|
1448
|
+
* @public
|
|
1449
|
+
*/
|
|
1450
|
+
export declare const colorPalettePinkBackground2 = "var(--colorPalettePinkBackground2)";
|
|
1451
|
+
/**
|
|
1452
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePinkBorderActive | `colorPalettePinkBorderActive`} design token.
|
|
1453
|
+
* @public
|
|
1454
|
+
*/
|
|
1455
|
+
export declare const colorPalettePinkBorderActive = "var(--colorPalettePinkBorderActive)";
|
|
1456
|
+
/**
|
|
1457
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePinkForeground2 | `colorPalettePinkForeground2`} design token.
|
|
1458
|
+
* @public
|
|
1459
|
+
*/
|
|
1460
|
+
export declare const colorPalettePinkForeground2 = "var(--colorPalettePinkForeground2)";
|
|
1461
|
+
/**
|
|
1462
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePlatinumBackground2 | `colorPalettePlatinumBackground2`} design token.
|
|
1463
|
+
* @public
|
|
1464
|
+
*/
|
|
1465
|
+
export declare const colorPalettePlatinumBackground2 = "var(--colorPalettePlatinumBackground2)";
|
|
1466
|
+
/**
|
|
1467
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePlatinumBorderActive | `colorPalettePlatinumBorderActive`} design token.
|
|
1468
|
+
* @public
|
|
1469
|
+
*/
|
|
1470
|
+
export declare const colorPalettePlatinumBorderActive = "var(--colorPalettePlatinumBorderActive)";
|
|
1471
|
+
/**
|
|
1472
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePlatinumForeground2 | `colorPalettePlatinumForeground2`} design token.
|
|
1473
|
+
* @public
|
|
1474
|
+
*/
|
|
1475
|
+
export declare const colorPalettePlatinumForeground2 = "var(--colorPalettePlatinumForeground2)";
|
|
1476
|
+
/**
|
|
1477
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePlumBackground2 | `colorPalettePlumBackground2`} design token.
|
|
1478
|
+
* @public
|
|
1479
|
+
*/
|
|
1480
|
+
export declare const colorPalettePlumBackground2 = "var(--colorPalettePlumBackground2)";
|
|
1481
|
+
/**
|
|
1482
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePlumBorderActive | `colorPalettePlumBorderActive`} design token.
|
|
1483
|
+
* @public
|
|
1484
|
+
*/
|
|
1485
|
+
export declare const colorPalettePlumBorderActive = "var(--colorPalettePlumBorderActive)";
|
|
1486
|
+
/**
|
|
1487
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePlumForeground2 | `colorPalettePlumForeground2`} design token.
|
|
1488
|
+
* @public
|
|
1489
|
+
*/
|
|
1490
|
+
export declare const colorPalettePlumForeground2 = "var(--colorPalettePlumForeground2)";
|
|
1491
|
+
/**
|
|
1492
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePumpkinBackground2 | `colorPalettePumpkinBackground2`} design token.
|
|
1493
|
+
* @public
|
|
1494
|
+
*/
|
|
1495
|
+
export declare const colorPalettePumpkinBackground2 = "var(--colorPalettePumpkinBackground2)";
|
|
1496
|
+
/**
|
|
1497
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePumpkinBorderActive | `colorPalettePumpkinBorderActive`} design token.
|
|
1498
|
+
* @public
|
|
1499
|
+
*/
|
|
1500
|
+
export declare const colorPalettePumpkinBorderActive = "var(--colorPalettePumpkinBorderActive)";
|
|
1501
|
+
/**
|
|
1502
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePumpkinForeground2 | `colorPalettePumpkinForeground2`} design token.
|
|
1503
|
+
* @public
|
|
1504
|
+
*/
|
|
1505
|
+
export declare const colorPalettePumpkinForeground2 = "var(--colorPalettePumpkinForeground2)";
|
|
1506
|
+
/**
|
|
1507
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePurpleBackground2 | `colorPalettePurpleBackground2`} design token.
|
|
1508
|
+
* @public
|
|
1509
|
+
*/
|
|
1510
|
+
export declare const colorPalettePurpleBackground2 = "var(--colorPalettePurpleBackground2)";
|
|
1511
|
+
/**
|
|
1512
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePurpleBorderActive | `colorPalettePurpleBorderActive`} design token.
|
|
1513
|
+
* @public
|
|
1514
|
+
*/
|
|
1515
|
+
export declare const colorPalettePurpleBorderActive = "var(--colorPalettePurpleBorderActive)";
|
|
1516
|
+
/**
|
|
1517
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePurpleForeground2 | `colorPalettePurpleForeground2`} design token.
|
|
1518
|
+
* @public
|
|
1519
|
+
*/
|
|
1520
|
+
export declare const colorPalettePurpleForeground2 = "var(--colorPalettePurpleForeground2)";
|
|
1521
|
+
/**
|
|
1522
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRoyalBlueBackground2 | `colorPaletteRoyalBlueBackground2`} design token.
|
|
1523
|
+
* @public
|
|
1524
|
+
*/
|
|
1525
|
+
export declare const colorPaletteRoyalBlueBackground2 = "var(--colorPaletteRoyalBlueBackground2)";
|
|
1526
|
+
/**
|
|
1527
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRoyalBlueBorderActive | `colorPaletteRoyalBlueBorderActive`} design token.
|
|
1528
|
+
* @public
|
|
1529
|
+
*/
|
|
1530
|
+
export declare const colorPaletteRoyalBlueBorderActive = "var(--colorPaletteRoyalBlueBorderActive)";
|
|
1531
|
+
/**
|
|
1532
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRoyalBlueForeground2 | `colorPaletteRoyalBlueForeground2`} design token.
|
|
1533
|
+
* @public
|
|
1534
|
+
*/
|
|
1535
|
+
export declare const colorPaletteRoyalBlueForeground2 = "var(--colorPaletteRoyalBlueForeground2)";
|
|
1536
|
+
/**
|
|
1537
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteSeafoamBackground2 | `colorPaletteSeafoamBackground2`} design token.
|
|
1538
|
+
* @public
|
|
1539
|
+
*/
|
|
1540
|
+
export declare const colorPaletteSeafoamBackground2 = "var(--colorPaletteSeafoamBackground2)";
|
|
1541
|
+
/**
|
|
1542
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteSeafoamBorderActive | `colorPaletteSeafoamBorderActive`} design token.
|
|
1543
|
+
* @public
|
|
1544
|
+
*/
|
|
1545
|
+
export declare const colorPaletteSeafoamBorderActive = "var(--colorPaletteSeafoamBorderActive)";
|
|
1546
|
+
/**
|
|
1547
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteSeafoamForeground2 | `colorPaletteSeafoamForeground2`} design token.
|
|
1548
|
+
* @public
|
|
1549
|
+
*/
|
|
1550
|
+
export declare const colorPaletteSeafoamForeground2 = "var(--colorPaletteSeafoamForeground2)";
|
|
1551
|
+
/**
|
|
1552
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteSteelBackground2 | `colorPaletteSteelBackground2`} design token.
|
|
1553
|
+
* @public
|
|
1554
|
+
*/
|
|
1555
|
+
export declare const colorPaletteSteelBackground2 = "var(--colorPaletteSteelBackground2)";
|
|
1556
|
+
/**
|
|
1557
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteSteelBorderActive | `colorPaletteSteelBorderActive`} design token.
|
|
1558
|
+
* @public
|
|
1559
|
+
*/
|
|
1560
|
+
export declare const colorPaletteSteelBorderActive = "var(--colorPaletteSteelBorderActive)";
|
|
1561
|
+
/**
|
|
1562
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteSteelForeground2 | `colorPaletteSteelForeground2`} design token.
|
|
1563
|
+
* @public
|
|
1564
|
+
*/
|
|
1565
|
+
export declare const colorPaletteSteelForeground2 = "var(--colorPaletteSteelForeground2)";
|
|
1566
|
+
/**
|
|
1567
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteTealBackground2 | `colorPaletteTealBackground2`} design token.
|
|
1568
|
+
* @public
|
|
1569
|
+
*/
|
|
1570
|
+
export declare const colorPaletteTealBackground2 = "var(--colorPaletteTealBackground2)";
|
|
1571
|
+
/**
|
|
1572
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteTealBorderActive | `colorPaletteTealBorderActive`} design token.
|
|
1573
|
+
* @public
|
|
1574
|
+
*/
|
|
1575
|
+
export declare const colorPaletteTealBorderActive = "var(--colorPaletteTealBorderActive)";
|
|
1576
|
+
/**
|
|
1577
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteTealForeground2 | `colorPaletteTealForeground2`} design token.
|
|
1578
|
+
* @public
|
|
1579
|
+
*/
|
|
1580
|
+
export declare const colorPaletteTealForeground2 = "var(--colorPaletteTealForeground2)";
|
|
1581
|
+
/**
|
|
1582
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBackground1 | `colorStatusSuccessBackground1`} design token.
|
|
1583
|
+
* @public
|
|
1584
|
+
*/
|
|
1585
|
+
export declare const colorStatusSuccessBackground1 = "var(--colorStatusSuccessBackground1)";
|
|
1586
|
+
/**
|
|
1587
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBackground2 | `colorStatusSuccessBackground2`} design token.
|
|
1588
|
+
* @public
|
|
1589
|
+
*/
|
|
1590
|
+
export declare const colorStatusSuccessBackground2 = "var(--colorStatusSuccessBackground2)";
|
|
1591
|
+
/**
|
|
1592
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBackground3 | `colorStatusSuccessBackground3`} design token.
|
|
1593
|
+
* @public
|
|
1594
|
+
*/
|
|
1595
|
+
export declare const colorStatusSuccessBackground3 = "var(--colorStatusSuccessBackground3)";
|
|
1596
|
+
/**
|
|
1597
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForeground1 | `colorStatusSuccessForeground1`} design token.
|
|
1598
|
+
* @public
|
|
1599
|
+
*/
|
|
1600
|
+
export declare const colorStatusSuccessForeground1 = "var(--colorStatusSuccessForeground1)";
|
|
1601
|
+
/**
|
|
1602
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForeground2 | `colorStatusSuccessForeground2`} design token.
|
|
1603
|
+
* @public
|
|
1604
|
+
*/
|
|
1605
|
+
export declare const colorStatusSuccessForeground2 = "var(--colorStatusSuccessForeground2)";
|
|
1606
|
+
/**
|
|
1607
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForeground3 | `colorStatusSuccessForeground3`} design token.
|
|
1608
|
+
* @public
|
|
1609
|
+
*/
|
|
1610
|
+
export declare const colorStatusSuccessForeground3 = "var(--colorStatusSuccessForeground3)";
|
|
1611
|
+
/**
|
|
1612
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForegroundInverted | `colorStatusSuccessForegroundInverted`} design token.
|
|
1613
|
+
* @public
|
|
1614
|
+
*/
|
|
1615
|
+
export declare const colorStatusSuccessForegroundInverted = "var(--colorStatusSuccessForegroundInverted)";
|
|
1616
|
+
/**
|
|
1617
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBorderActive | `colorStatusSuccessBorderActive`} design token.
|
|
1618
|
+
* @public
|
|
1619
|
+
*/
|
|
1620
|
+
export declare const colorStatusSuccessBorderActive = "var(--colorStatusSuccessBorderActive)";
|
|
1621
|
+
/**
|
|
1622
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBorder1 | `colorStatusSuccessBorder1`} design token.
|
|
1623
|
+
* @public
|
|
1624
|
+
*/
|
|
1625
|
+
export declare const colorStatusSuccessBorder1 = "var(--colorStatusSuccessBorder1)";
|
|
1626
|
+
/**
|
|
1627
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBorder2 | `colorStatusSuccessBorder2`} design token.
|
|
1628
|
+
* @public
|
|
1629
|
+
*/
|
|
1630
|
+
export declare const colorStatusSuccessBorder2 = "var(--colorStatusSuccessBorder2)";
|
|
1631
|
+
/**
|
|
1632
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBackground1 | `colorStatusWarningBackground1`} design token.
|
|
1633
|
+
* @public
|
|
1634
|
+
*/
|
|
1635
|
+
export declare const colorStatusWarningBackground1 = "var(--colorStatusWarningBackground1)";
|
|
1636
|
+
/**
|
|
1637
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBackground2 | `colorStatusWarningBackground2`} design token.
|
|
1638
|
+
* @public
|
|
1639
|
+
*/
|
|
1640
|
+
export declare const colorStatusWarningBackground2 = "var(--colorStatusWarningBackground2)";
|
|
1641
|
+
/**
|
|
1642
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBackground3 | `colorStatusWarningBackground3`} design token.
|
|
1643
|
+
* @public
|
|
1644
|
+
*/
|
|
1645
|
+
export declare const colorStatusWarningBackground3 = "var(--colorStatusWarningBackground3)";
|
|
1646
|
+
/**
|
|
1647
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForeground1 | `colorStatusWarningForeground1`} design token.
|
|
1648
|
+
* @public
|
|
1649
|
+
*/
|
|
1650
|
+
export declare const colorStatusWarningForeground1 = "var(--colorStatusWarningForeground1)";
|
|
1651
|
+
/**
|
|
1652
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForeground2 | `colorStatusWarningForeground2`} design token.
|
|
1653
|
+
* @public
|
|
1654
|
+
*/
|
|
1655
|
+
export declare const colorStatusWarningForeground2 = "var(--colorStatusWarningForeground2)";
|
|
1656
|
+
/**
|
|
1657
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForeground3 | `colorStatusWarningForeground3`} design token.
|
|
1658
|
+
* @public
|
|
1659
|
+
*/
|
|
1660
|
+
export declare const colorStatusWarningForeground3 = "var(--colorStatusWarningForeground3)";
|
|
1661
|
+
/**
|
|
1662
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForegroundInverted | `colorStatusWarningForegroundInverted`} design token.
|
|
1663
|
+
* @public
|
|
1664
|
+
*/
|
|
1665
|
+
export declare const colorStatusWarningForegroundInverted = "var(--colorStatusWarningForegroundInverted)";
|
|
1666
|
+
/**
|
|
1667
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBorderActive | `colorStatusWarningBorderActive`} design token.
|
|
1668
|
+
* @public
|
|
1669
|
+
*/
|
|
1670
|
+
export declare const colorStatusWarningBorderActive = "var(--colorStatusWarningBorderActive)";
|
|
1671
|
+
/**
|
|
1672
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBorder1 | `colorStatusWarningBorder1`} design token.
|
|
1673
|
+
* @public
|
|
1674
|
+
*/
|
|
1675
|
+
export declare const colorStatusWarningBorder1 = "var(--colorStatusWarningBorder1)";
|
|
1676
|
+
/**
|
|
1677
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBorder2 | `colorStatusWarningBorder2`} design token.
|
|
1678
|
+
* @public
|
|
1679
|
+
*/
|
|
1680
|
+
export declare const colorStatusWarningBorder2 = "var(--colorStatusWarningBorder2)";
|
|
1681
|
+
/**
|
|
1682
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground1 | `colorStatusDangerBackground1`} design token.
|
|
1683
|
+
* @public
|
|
1684
|
+
*/
|
|
1685
|
+
export declare const colorStatusDangerBackground1 = "var(--colorStatusDangerBackground1)";
|
|
1686
|
+
/**
|
|
1687
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground2 | `colorStatusDangerBackground2`} design token.
|
|
1688
|
+
* @public
|
|
1689
|
+
*/
|
|
1690
|
+
export declare const colorStatusDangerBackground2 = "var(--colorStatusDangerBackground2)";
|
|
1691
|
+
/**
|
|
1692
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground3 | `colorStatusDangerBackground3`} design token.
|
|
1693
|
+
* @public
|
|
1694
|
+
*/
|
|
1695
|
+
export declare const colorStatusDangerBackground3 = "var(--colorStatusDangerBackground3)";
|
|
1696
|
+
/**
|
|
1697
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground3Hover | `colorStatusDangerBackground3Hover`} design token.
|
|
1698
|
+
* @public
|
|
1699
|
+
*/
|
|
1700
|
+
export declare const colorStatusDangerBackground3Hover = "var(--colorStatusDangerBackground3Hover)";
|
|
1701
|
+
/**
|
|
1702
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground3Pressed | `colorStatusDangerBackground3Pressed`} design token.
|
|
1703
|
+
* @public
|
|
1704
|
+
*/
|
|
1705
|
+
export declare const colorStatusDangerBackground3Pressed = "var(--colorStatusDangerBackground3Pressed)";
|
|
1706
|
+
/**
|
|
1707
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForeground1 | `colorStatusDangerForeground1`} design token.
|
|
1708
|
+
* @public
|
|
1709
|
+
*/
|
|
1710
|
+
export declare const colorStatusDangerForeground1 = "var(--colorStatusDangerForeground1)";
|
|
1711
|
+
/**
|
|
1712
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForeground2 | `colorStatusDangerForeground2`} design token.
|
|
1713
|
+
* @public
|
|
1714
|
+
*/
|
|
1715
|
+
export declare const colorStatusDangerForeground2 = "var(--colorStatusDangerForeground2)";
|
|
1716
|
+
/**
|
|
1717
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForeground3 | `colorStatusDangerForeground3`} design token.
|
|
1718
|
+
* @public
|
|
1719
|
+
*/
|
|
1720
|
+
export declare const colorStatusDangerForeground3 = "var(--colorStatusDangerForeground3)";
|
|
1721
|
+
/**
|
|
1722
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForegroundInverted | `colorStatusDangerForegroundInverted`} design token.
|
|
1723
|
+
* @public
|
|
1724
|
+
*/
|
|
1725
|
+
export declare const colorStatusDangerForegroundInverted = "var(--colorStatusDangerForegroundInverted)";
|
|
1726
|
+
/**
|
|
1727
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBorderActive | `colorStatusDangerBorderActive`} design token.
|
|
1728
|
+
* @public
|
|
1729
|
+
*/
|
|
1730
|
+
export declare const colorStatusDangerBorderActive = "var(--colorStatusDangerBorderActive)";
|
|
1731
|
+
/**
|
|
1732
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBorder1 | `colorStatusDangerBorder1`} design token.
|
|
1733
|
+
* @public
|
|
1734
|
+
*/
|
|
1735
|
+
export declare const colorStatusDangerBorder1 = "var(--colorStatusDangerBorder1)";
|
|
1736
|
+
/**
|
|
1737
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBorder2 | `colorStatusDangerBorder2`} design token.
|
|
1738
|
+
* @public
|
|
1739
|
+
*/
|
|
1740
|
+
export declare const colorStatusDangerBorder2 = "var(--colorStatusDangerBorder2)";
|
|
1741
|
+
/**
|
|
1742
|
+
* CSS custom property value for the {@link @fluentui/tokens#borderRadiusNone | `borderRadiusNone`} design token.
|
|
1743
|
+
* @public
|
|
1744
|
+
*/
|
|
1745
|
+
export declare const borderRadiusNone = "var(--borderRadiusNone)";
|
|
1746
|
+
/**
|
|
1747
|
+
* CSS custom property value for the {@link @fluentui/tokens#borderRadiusSmall | `borderRadiusSmall`} design token.
|
|
1748
|
+
* @public
|
|
1749
|
+
*/
|
|
1750
|
+
export declare const borderRadiusSmall = "var(--borderRadiusSmall)";
|
|
1751
|
+
/**
|
|
1752
|
+
* CSS custom property value for the {@link @fluentui/tokens#borderRadiusMedium | `borderRadiusMedium`} design token.
|
|
1753
|
+
* @public
|
|
1754
|
+
*/
|
|
1755
|
+
export declare const borderRadiusMedium = "var(--borderRadiusMedium)";
|
|
1756
|
+
/**
|
|
1757
|
+
* CSS custom property value for the {@link @fluentui/tokens#borderRadiusLarge | `borderRadiusLarge`} design token.
|
|
1758
|
+
* @public
|
|
1759
|
+
*/
|
|
1760
|
+
export declare const borderRadiusLarge = "var(--borderRadiusLarge)";
|
|
1761
|
+
/**
|
|
1762
|
+
* CSS custom property value for the {@link @fluentui/tokens#borderRadiusXLarge | `borderRadiusXLarge`} design token.
|
|
1763
|
+
* @public
|
|
1764
|
+
*/
|
|
1765
|
+
export declare const borderRadiusXLarge = "var(--borderRadiusXLarge)";
|
|
1766
|
+
/**
|
|
1767
|
+
* CSS custom property value for the {@link @fluentui/tokens#borderRadiusCircular | `borderRadiusCircular`} design token.
|
|
1768
|
+
* @public
|
|
1769
|
+
*/
|
|
1770
|
+
export declare const borderRadiusCircular = "var(--borderRadiusCircular)";
|
|
1771
|
+
/**
|
|
1772
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontFamilyBase | `fontFamilyBase`} design token.
|
|
1773
|
+
* @public
|
|
1774
|
+
*/
|
|
1775
|
+
export declare const fontFamilyBase = "var(--fontFamilyBase)";
|
|
1776
|
+
/**
|
|
1777
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontFamilyMonospace | `fontFamilyMonospace`} design token.
|
|
1778
|
+
* @public
|
|
1779
|
+
*/
|
|
1780
|
+
export declare const fontFamilyMonospace = "var(--fontFamilyMonospace)";
|
|
1781
|
+
/**
|
|
1782
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontFamilyNumeric | `fontFamilyNumeric`} design token.
|
|
1783
|
+
* @public
|
|
1784
|
+
*/
|
|
1785
|
+
export declare const fontFamilyNumeric = "var(--fontFamilyNumeric)";
|
|
1786
|
+
/**
|
|
1787
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontSizeBase100 | `fontSizeBase100`} design token.
|
|
1788
|
+
* @public
|
|
1789
|
+
*/
|
|
1790
|
+
export declare const fontSizeBase100 = "var(--fontSizeBase100)";
|
|
1791
|
+
/**
|
|
1792
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontSizeBase200 | `fontSizeBase200`} design token.
|
|
1793
|
+
* @public
|
|
1794
|
+
*/
|
|
1795
|
+
export declare const fontSizeBase200 = "var(--fontSizeBase200)";
|
|
1796
|
+
/**
|
|
1797
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontSizeBase300 | `fontSizeBase300`} design token.
|
|
1798
|
+
* @public
|
|
1799
|
+
*/
|
|
1800
|
+
export declare const fontSizeBase300 = "var(--fontSizeBase300)";
|
|
1801
|
+
/**
|
|
1802
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontSizeBase400 | `fontSizeBase400`} design token.
|
|
1803
|
+
* @public
|
|
1804
|
+
*/
|
|
1805
|
+
export declare const fontSizeBase400 = "var(--fontSizeBase400)";
|
|
1806
|
+
/**
|
|
1807
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontSizeBase500 | `fontSizeBase500`} design token.
|
|
1808
|
+
* @public
|
|
1809
|
+
*/
|
|
1810
|
+
export declare const fontSizeBase500 = "var(--fontSizeBase500)";
|
|
1811
|
+
/**
|
|
1812
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontSizeBase600 | `fontSizeBase600`} design token.
|
|
1813
|
+
* @public
|
|
1814
|
+
*/
|
|
1815
|
+
export declare const fontSizeBase600 = "var(--fontSizeBase600)";
|
|
1816
|
+
/**
|
|
1817
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontSizeHero700 | `fontSizeHero700`} design token.
|
|
1818
|
+
* @public
|
|
1819
|
+
*/
|
|
1820
|
+
export declare const fontSizeHero700 = "var(--fontSizeHero700)";
|
|
1821
|
+
/**
|
|
1822
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontSizeHero800 | `fontSizeHero800`} design token.
|
|
1823
|
+
* @public
|
|
1824
|
+
*/
|
|
1825
|
+
export declare const fontSizeHero800 = "var(--fontSizeHero800)";
|
|
1826
|
+
/**
|
|
1827
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontSizeHero900 | `fontSizeHero900`} design token.
|
|
1828
|
+
* @public
|
|
1829
|
+
*/
|
|
1830
|
+
export declare const fontSizeHero900 = "var(--fontSizeHero900)";
|
|
1831
|
+
/**
|
|
1832
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontSizeHero1000 | `fontSizeHero1000`} design token.
|
|
1833
|
+
* @public
|
|
1834
|
+
*/
|
|
1835
|
+
export declare const fontSizeHero1000 = "var(--fontSizeHero1000)";
|
|
1836
|
+
/**
|
|
1837
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontWeightRegular | `fontWeightRegular`} design token.
|
|
1838
|
+
* @public
|
|
1839
|
+
*/
|
|
1840
|
+
export declare const fontWeightRegular = "var(--fontWeightRegular)";
|
|
1841
|
+
/**
|
|
1842
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontWeightMedium | `fontWeightMedium`} design token.
|
|
1843
|
+
* @public
|
|
1844
|
+
*/
|
|
1845
|
+
export declare const fontWeightMedium = "var(--fontWeightMedium)";
|
|
1846
|
+
/**
|
|
1847
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontWeightSemibold | `fontWeightSemibold`} design token.
|
|
1848
|
+
* @public
|
|
1849
|
+
*/
|
|
1850
|
+
export declare const fontWeightSemibold = "var(--fontWeightSemibold)";
|
|
1851
|
+
/**
|
|
1852
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontWeightBold | `fontWeightBold`} design token.
|
|
1853
|
+
* @public
|
|
1854
|
+
*/
|
|
1855
|
+
export declare const fontWeightBold = "var(--fontWeightBold)";
|
|
1856
|
+
/**
|
|
1857
|
+
* CSS custom property value for the {@link @fluentui/tokens#lineHeightBase100 | `lineHeightBase100`} design token.
|
|
1858
|
+
* @public
|
|
1859
|
+
*/
|
|
1860
|
+
export declare const lineHeightBase100 = "var(--lineHeightBase100)";
|
|
1861
|
+
/**
|
|
1862
|
+
* CSS custom property value for the {@link @fluentui/tokens#lineHeightBase200 | `lineHeightBase200`} design token.
|
|
1863
|
+
* @public
|
|
1864
|
+
*/
|
|
1865
|
+
export declare const lineHeightBase200 = "var(--lineHeightBase200)";
|
|
1866
|
+
/**
|
|
1867
|
+
* CSS custom property value for the {@link @fluentui/tokens#lineHeightBase300 | `lineHeightBase300`} design token.
|
|
1868
|
+
* @public
|
|
1869
|
+
*/
|
|
1870
|
+
export declare const lineHeightBase300 = "var(--lineHeightBase300)";
|
|
1871
|
+
/**
|
|
1872
|
+
* CSS custom property value for the {@link @fluentui/tokens#lineHeightBase400 | `lineHeightBase400`} design token.
|
|
1873
|
+
* @public
|
|
1874
|
+
*/
|
|
1875
|
+
export declare const lineHeightBase400 = "var(--lineHeightBase400)";
|
|
1876
|
+
/**
|
|
1877
|
+
* CSS custom property value for the {@link @fluentui/tokens#lineHeightBase500 | `lineHeightBase500`} design token.
|
|
1878
|
+
* @public
|
|
1879
|
+
*/
|
|
1880
|
+
export declare const lineHeightBase500 = "var(--lineHeightBase500)";
|
|
1881
|
+
/**
|
|
1882
|
+
* CSS custom property value for the {@link @fluentui/tokens#lineHeightBase600 | `lineHeightBase600`} design token.
|
|
1883
|
+
* @public
|
|
1884
|
+
*/
|
|
1885
|
+
export declare const lineHeightBase600 = "var(--lineHeightBase600)";
|
|
1886
|
+
/**
|
|
1887
|
+
* CSS custom property value for the {@link @fluentui/tokens#lineHeightHero700 | `lineHeightHero700`} design token.
|
|
1888
|
+
* @public
|
|
1889
|
+
*/
|
|
1890
|
+
export declare const lineHeightHero700 = "var(--lineHeightHero700)";
|
|
1891
|
+
/**
|
|
1892
|
+
* CSS custom property value for the {@link @fluentui/tokens#lineHeightHero800 | `lineHeightHero800`} design token.
|
|
1893
|
+
* @public
|
|
1894
|
+
*/
|
|
1895
|
+
export declare const lineHeightHero800 = "var(--lineHeightHero800)";
|
|
1896
|
+
/**
|
|
1897
|
+
* CSS custom property value for the {@link @fluentui/tokens#lineHeightHero900 | `lineHeightHero900`} design token.
|
|
1898
|
+
* @public
|
|
1899
|
+
*/
|
|
1900
|
+
export declare const lineHeightHero900 = "var(--lineHeightHero900)";
|
|
1901
|
+
/**
|
|
1902
|
+
* CSS custom property value for the {@link @fluentui/tokens#lineHeightHero1000 | `lineHeightHero1000`} design token.
|
|
1903
|
+
* @public
|
|
1904
|
+
*/
|
|
1905
|
+
export declare const lineHeightHero1000 = "var(--lineHeightHero1000)";
|
|
1906
|
+
/**
|
|
1907
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow2 | `shadow2`} design token.
|
|
1908
|
+
* @public
|
|
1909
|
+
*/
|
|
1910
|
+
export declare const shadow2 = "var(--shadow2)";
|
|
1911
|
+
/**
|
|
1912
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow4 | `shadow4`} design token.
|
|
1913
|
+
* @public
|
|
1914
|
+
*/
|
|
1915
|
+
export declare const shadow4 = "var(--shadow4)";
|
|
1916
|
+
/**
|
|
1917
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow8 | `shadow8`} design token.
|
|
1918
|
+
* @public
|
|
1919
|
+
*/
|
|
1920
|
+
export declare const shadow8 = "var(--shadow8)";
|
|
1921
|
+
/**
|
|
1922
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow16 | `shadow16`} design token.
|
|
1923
|
+
* @public
|
|
1924
|
+
*/
|
|
1925
|
+
export declare const shadow16 = "var(--shadow16)";
|
|
1926
|
+
/**
|
|
1927
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow28 | `shadow28`} design token.
|
|
1928
|
+
* @public
|
|
1929
|
+
*/
|
|
1930
|
+
export declare const shadow28 = "var(--shadow28)";
|
|
1931
|
+
/**
|
|
1932
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow64 | `shadow64`} design token.
|
|
1933
|
+
* @public
|
|
1934
|
+
*/
|
|
1935
|
+
export declare const shadow64 = "var(--shadow64)";
|
|
1936
|
+
/**
|
|
1937
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow2Brand | `shadow2Brand`} design token.
|
|
1938
|
+
* @public
|
|
1939
|
+
*/
|
|
1940
|
+
export declare const shadow2Brand = "var(--shadow2Brand)";
|
|
1941
|
+
/**
|
|
1942
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow4Brand | `shadow4Brand`} design token.
|
|
1943
|
+
* @public
|
|
1944
|
+
*/
|
|
1945
|
+
export declare const shadow4Brand = "var(--shadow4Brand)";
|
|
1946
|
+
/**
|
|
1947
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow8Brand | `shadow8Brand`} design token.
|
|
1948
|
+
* @public
|
|
1949
|
+
*/
|
|
1950
|
+
export declare const shadow8Brand = "var(--shadow8Brand)";
|
|
1951
|
+
/**
|
|
1952
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow16Brand | `shadow16Brand`} design token.
|
|
1953
|
+
* @public
|
|
1954
|
+
*/
|
|
1955
|
+
export declare const shadow16Brand = "var(--shadow16Brand)";
|
|
1956
|
+
/**
|
|
1957
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow28Brand | `shadow28Brand`} design token.
|
|
1958
|
+
* @public
|
|
1959
|
+
*/
|
|
1960
|
+
export declare const shadow28Brand = "var(--shadow28Brand)";
|
|
1961
|
+
/**
|
|
1962
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow64Brand | `shadow64Brand`} design token.
|
|
1963
|
+
* @public
|
|
1964
|
+
*/
|
|
1965
|
+
export declare const shadow64Brand = "var(--shadow64Brand)";
|
|
1966
|
+
/**
|
|
1967
|
+
* CSS custom property value for the {@link @fluentui/tokens#strokeWidthThin | `strokeWidthThin`} design token.
|
|
1968
|
+
* @public
|
|
1969
|
+
*/
|
|
1970
|
+
export declare const strokeWidthThin = "var(--strokeWidthThin)";
|
|
1971
|
+
/**
|
|
1972
|
+
* CSS custom property value for the {@link @fluentui/tokens#strokeWidthThick | `strokeWidthThick`} design token.
|
|
1973
|
+
* @public
|
|
1974
|
+
*/
|
|
1975
|
+
export declare const strokeWidthThick = "var(--strokeWidthThick)";
|
|
1976
|
+
/**
|
|
1977
|
+
* CSS custom property value for the {@link @fluentui/tokens#strokeWidthThicker | `strokeWidthThicker`} design token.
|
|
1978
|
+
* @public
|
|
1979
|
+
*/
|
|
1980
|
+
export declare const strokeWidthThicker = "var(--strokeWidthThicker)";
|
|
1981
|
+
/**
|
|
1982
|
+
* CSS custom property value for the {@link @fluentui/tokens#strokeWidthThickest | `strokeWidthThickest`} design token.
|
|
1983
|
+
* @public
|
|
1984
|
+
*/
|
|
1985
|
+
export declare const strokeWidthThickest = "var(--strokeWidthThickest)";
|
|
1986
|
+
/**
|
|
1987
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalNone | `spacingHorizontalNone`} design token.
|
|
1988
|
+
* @public
|
|
1989
|
+
*/
|
|
1990
|
+
export declare const spacingHorizontalNone = "var(--spacingHorizontalNone)";
|
|
1991
|
+
/**
|
|
1992
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXXS | `spacingHorizontalXXS`} design token.
|
|
1993
|
+
* @public
|
|
1994
|
+
*/
|
|
1995
|
+
export declare const spacingHorizontalXXS = "var(--spacingHorizontalXXS)";
|
|
1996
|
+
/**
|
|
1997
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXS | `spacingHorizontalXS`} design token.
|
|
1998
|
+
* @public
|
|
1999
|
+
*/
|
|
2000
|
+
export declare const spacingHorizontalXS = "var(--spacingHorizontalXS)";
|
|
2001
|
+
/**
|
|
2002
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalSNudge | `spacingHorizontalSNudge`} design token.
|
|
2003
|
+
* @public
|
|
2004
|
+
*/
|
|
2005
|
+
export declare const spacingHorizontalSNudge = "var(--spacingHorizontalSNudge)";
|
|
2006
|
+
/**
|
|
2007
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalS | `spacingHorizontalS`} design token.
|
|
2008
|
+
* @public
|
|
2009
|
+
*/
|
|
2010
|
+
export declare const spacingHorizontalS = "var(--spacingHorizontalS)";
|
|
2011
|
+
/**
|
|
2012
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalMNudge | `spacingHorizontalMNudge`} design token.
|
|
2013
|
+
* @public
|
|
2014
|
+
*/
|
|
2015
|
+
export declare const spacingHorizontalMNudge = "var(--spacingHorizontalMNudge)";
|
|
2016
|
+
/**
|
|
2017
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalM | `spacingHorizontalM`} design token.
|
|
2018
|
+
* @public
|
|
2019
|
+
*/
|
|
2020
|
+
export declare const spacingHorizontalM = "var(--spacingHorizontalM)";
|
|
2021
|
+
/**
|
|
2022
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalL | `spacingHorizontalL`} design token.
|
|
2023
|
+
* @public
|
|
2024
|
+
*/
|
|
2025
|
+
export declare const spacingHorizontalL = "var(--spacingHorizontalL)";
|
|
2026
|
+
/**
|
|
2027
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXL | `spacingHorizontalXL`} design token.
|
|
2028
|
+
* @public
|
|
2029
|
+
*/
|
|
2030
|
+
export declare const spacingHorizontalXL = "var(--spacingHorizontalXL)";
|
|
2031
|
+
/**
|
|
2032
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXXL | `spacingHorizontalXXL`} design token.
|
|
2033
|
+
* @public
|
|
2034
|
+
*/
|
|
2035
|
+
export declare const spacingHorizontalXXL = "var(--spacingHorizontalXXL)";
|
|
2036
|
+
/**
|
|
2037
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXXXL | `spacingHorizontalXXXL`} design token.
|
|
2038
|
+
* @public
|
|
2039
|
+
*/
|
|
2040
|
+
export declare const spacingHorizontalXXXL = "var(--spacingHorizontalXXXL)";
|
|
2041
|
+
/**
|
|
2042
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalNone | `spacingVerticalNone`} design token.
|
|
2043
|
+
* @public
|
|
2044
|
+
*/
|
|
2045
|
+
export declare const spacingVerticalNone = "var(--spacingVerticalNone)";
|
|
2046
|
+
/**
|
|
2047
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXXS | `spacingVerticalXXS`} design token.
|
|
2048
|
+
* @public
|
|
2049
|
+
*/
|
|
2050
|
+
export declare const spacingVerticalXXS = "var(--spacingVerticalXXS)";
|
|
2051
|
+
/**
|
|
2052
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXS | `spacingVerticalXS`} design token.
|
|
2053
|
+
* @public
|
|
2054
|
+
*/
|
|
2055
|
+
export declare const spacingVerticalXS = "var(--spacingVerticalXS)";
|
|
2056
|
+
/**
|
|
2057
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalSNudge | `spacingVerticalSNudge`} design token.
|
|
2058
|
+
* @public
|
|
2059
|
+
*/
|
|
2060
|
+
export declare const spacingVerticalSNudge = "var(--spacingVerticalSNudge)";
|
|
2061
|
+
/**
|
|
2062
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalS | `spacingVerticalS`} design token.
|
|
2063
|
+
* @public
|
|
2064
|
+
*/
|
|
2065
|
+
export declare const spacingVerticalS = "var(--spacingVerticalS)";
|
|
2066
|
+
/**
|
|
2067
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalMNudge | `spacingVerticalMNudge`} design token.
|
|
2068
|
+
* @public
|
|
2069
|
+
*/
|
|
2070
|
+
export declare const spacingVerticalMNudge = "var(--spacingVerticalMNudge)";
|
|
2071
|
+
/**
|
|
2072
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalM | `spacingVerticalM`} design token.
|
|
2073
|
+
* @public
|
|
2074
|
+
*/
|
|
2075
|
+
export declare const spacingVerticalM = "var(--spacingVerticalM)";
|
|
2076
|
+
/**
|
|
2077
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalL | `spacingVerticalL`} design token.
|
|
2078
|
+
* @public
|
|
2079
|
+
*/
|
|
2080
|
+
export declare const spacingVerticalL = "var(--spacingVerticalL)";
|
|
2081
|
+
/**
|
|
2082
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXL | `spacingVerticalXL`} design token.
|
|
2083
|
+
* @public
|
|
2084
|
+
*/
|
|
2085
|
+
export declare const spacingVerticalXL = "var(--spacingVerticalXL)";
|
|
2086
|
+
/**
|
|
2087
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXXL | `spacingVerticalXXL`} design token.
|
|
2088
|
+
* @public
|
|
2089
|
+
*/
|
|
2090
|
+
export declare const spacingVerticalXXL = "var(--spacingVerticalXXL)";
|
|
2091
|
+
/**
|
|
2092
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXXXL | `spacingVerticalXXXL`} design token.
|
|
2093
|
+
* @public
|
|
2094
|
+
*/
|
|
2095
|
+
export declare const spacingVerticalXXXL = "var(--spacingVerticalXXXL)";
|
|
2096
|
+
/**
|
|
2097
|
+
* CSS custom property value for the {@link @fluentui/tokens#durationUltraFast | `durationUltraFast`} design token.
|
|
2098
|
+
* @public
|
|
2099
|
+
*/
|
|
2100
|
+
export declare const durationUltraFast = "var(--durationUltraFast)";
|
|
2101
|
+
/**
|
|
2102
|
+
* CSS custom property value for the {@link @fluentui/tokens#durationFaster | `durationFaster`} design token.
|
|
2103
|
+
* @public
|
|
2104
|
+
*/
|
|
2105
|
+
export declare const durationFaster = "var(--durationFaster)";
|
|
2106
|
+
/**
|
|
2107
|
+
* CSS custom property value for the {@link @fluentui/tokens#durationFast | `durationFast`} design token.
|
|
2108
|
+
* @public
|
|
2109
|
+
*/
|
|
2110
|
+
export declare const durationFast = "var(--durationFast)";
|
|
2111
|
+
/**
|
|
2112
|
+
* CSS custom property value for the {@link @fluentui/tokens#durationNormal | `durationNormal`} design token.
|
|
2113
|
+
* @public
|
|
2114
|
+
*/
|
|
2115
|
+
export declare const durationNormal = "var(--durationNormal)";
|
|
2116
|
+
/**
|
|
2117
|
+
* CSS custom property value for the {@link @fluentui/tokens#durationGentle | `durationGentle`} design token.
|
|
2118
|
+
* @public
|
|
2119
|
+
*/
|
|
2120
|
+
export declare const durationGentle = "var(--durationGentle)";
|
|
2121
|
+
/**
|
|
2122
|
+
* CSS custom property value for the {@link @fluentui/tokens#durationSlow | `durationSlow`} design token.
|
|
2123
|
+
* @public
|
|
2124
|
+
*/
|
|
2125
|
+
export declare const durationSlow = "var(--durationSlow)";
|
|
2126
|
+
/**
|
|
2127
|
+
* CSS custom property value for the {@link @fluentui/tokens#durationSlower | `durationSlower`} design token.
|
|
2128
|
+
* @public
|
|
2129
|
+
*/
|
|
2130
|
+
export declare const durationSlower = "var(--durationSlower)";
|
|
2131
|
+
/**
|
|
2132
|
+
* CSS custom property value for the {@link @fluentui/tokens#durationUltraSlow | `durationUltraSlow`} design token.
|
|
2133
|
+
* @public
|
|
2134
|
+
*/
|
|
2135
|
+
export declare const durationUltraSlow = "var(--durationUltraSlow)";
|
|
2136
|
+
/**
|
|
2137
|
+
* CSS custom property value for the {@link @fluentui/tokens#curveAccelerateMax | `curveAccelerateMax`} design token.
|
|
2138
|
+
* @public
|
|
2139
|
+
*/
|
|
2140
|
+
export declare const curveAccelerateMax = "var(--curveAccelerateMax)";
|
|
2141
|
+
/**
|
|
2142
|
+
* CSS custom property value for the {@link @fluentui/tokens#curveAccelerateMid | `curveAccelerateMid`} design token.
|
|
2143
|
+
* @public
|
|
2144
|
+
*/
|
|
2145
|
+
export declare const curveAccelerateMid = "var(--curveAccelerateMid)";
|
|
2146
|
+
/**
|
|
2147
|
+
* CSS custom property value for the {@link @fluentui/tokens#curveAccelerateMin | `curveAccelerateMin`} design token.
|
|
2148
|
+
* @public
|
|
2149
|
+
*/
|
|
2150
|
+
export declare const curveAccelerateMin = "var(--curveAccelerateMin)";
|
|
2151
|
+
/**
|
|
2152
|
+
* CSS custom property value for the {@link @fluentui/tokens#curveDecelerateMax | `curveDecelerateMax`} design token.
|
|
2153
|
+
* @public
|
|
2154
|
+
*/
|
|
2155
|
+
export declare const curveDecelerateMax = "var(--curveDecelerateMax)";
|
|
2156
|
+
/**
|
|
2157
|
+
* CSS custom property value for the {@link @fluentui/tokens#curveDecelerateMid | `curveDecelerateMid`} design token.
|
|
2158
|
+
* @public
|
|
2159
|
+
*/
|
|
2160
|
+
export declare const curveDecelerateMid = "var(--curveDecelerateMid)";
|
|
2161
|
+
/**
|
|
2162
|
+
* CSS custom property value for the {@link @fluentui/tokens#curveDecelerateMin | `curveDecelerateMin`} design token.
|
|
2163
|
+
* @public
|
|
2164
|
+
*/
|
|
2165
|
+
export declare const curveDecelerateMin = "var(--curveDecelerateMin)";
|
|
2166
|
+
/**
|
|
2167
|
+
* CSS custom property value for the {@link @fluentui/tokens#curveEasyEaseMax | `curveEasyEaseMax`} design token.
|
|
2168
|
+
* @public
|
|
2169
|
+
*/
|
|
2170
|
+
export declare const curveEasyEaseMax = "var(--curveEasyEaseMax)";
|
|
2171
|
+
/**
|
|
2172
|
+
* CSS custom property value for the {@link @fluentui/tokens#curveEasyEase | `curveEasyEase`} design token.
|
|
2173
|
+
* @public
|
|
2174
|
+
*/
|
|
2175
|
+
export declare const curveEasyEase = "var(--curveEasyEase)";
|
|
2176
|
+
/**
|
|
2177
|
+
* CSS custom property value for the {@link @fluentui/tokens#curveLinear | `curveLinear`} design token.
|
|
2178
|
+
* @public
|
|
2179
|
+
*/
|
|
2180
|
+
export declare const curveLinear = "var(--curveLinear)";
|
|
2181
|
+
/**
|
|
2182
|
+
* CSS custom property value for the {@link @fluentui/tokens#zIndexBackground | `zIndexBackground`} design token.
|
|
2183
|
+
* @public
|
|
2184
|
+
*/
|
|
2185
|
+
export declare const zIndexBackground = "var(--zIndexBackground)";
|
|
2186
|
+
/**
|
|
2187
|
+
* CSS custom property value for the {@link @fluentui/tokens#zIndexContent | `zIndexContent`} design token.
|
|
2188
|
+
* @public
|
|
2189
|
+
*/
|
|
2190
|
+
export declare const zIndexContent = "var(--zIndexContent)";
|
|
2191
|
+
/**
|
|
2192
|
+
* CSS custom property value for the {@link @fluentui/tokens#zIndexOverlay | `zIndexOverlay`} design token.
|
|
2193
|
+
* @public
|
|
2194
|
+
*/
|
|
2195
|
+
export declare const zIndexOverlay = "var(--zIndexOverlay)";
|
|
2196
|
+
/**
|
|
2197
|
+
* CSS custom property value for the {@link @fluentui/tokens#zIndexPopup | `zIndexPopup`} design token.
|
|
2198
|
+
* @public
|
|
2199
|
+
*/
|
|
2200
|
+
export declare const zIndexPopup = "var(--zIndexPopup)";
|
|
2201
|
+
/**
|
|
2202
|
+
* CSS custom property value for the {@link @fluentui/tokens#zIndexMessages | `zIndexMessages`} design token.
|
|
2203
|
+
* @public
|
|
2204
|
+
*/
|
|
2205
|
+
export declare const zIndexMessages = "var(--zIndexMessages)";
|
|
2206
|
+
/**
|
|
2207
|
+
* CSS custom property value for the {@link @fluentui/tokens#zIndexFloating | `zIndexFloating`} design token.
|
|
2208
|
+
* @public
|
|
2209
|
+
*/
|
|
2210
|
+
export declare const zIndexFloating = "var(--zIndexFloating)";
|
|
2211
|
+
/**
|
|
2212
|
+
* CSS custom property value for the {@link @fluentui/tokens#zIndexPriority | `zIndexPriority`} design token.
|
|
2213
|
+
* @public
|
|
2214
|
+
*/
|
|
2215
|
+
export declare const zIndexPriority = "var(--zIndexPriority)";
|
|
2216
|
+
/**
|
|
2217
|
+
* CSS custom property value for the {@link @fluentui/tokens#zIndexDebug | `zIndexDebug`} design token.
|
|
2218
|
+
* @public
|
|
2219
|
+
*/
|
|
2220
|
+
export declare const zIndexDebug = "var(--zIndexDebug)";
|