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