@fluentui/web-components 3.0.0-beta.21 → 3.0.0-beta.22
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 +11 -2
- package/dist/dts/accordion/accordion.options.d.ts +2 -2
- package/dist/dts/accordion-item/accordion-item.d.ts +1 -4
- package/dist/dts/accordion-item/accordion-item.template.d.ts +1 -1
- package/dist/dts/accordion-item/index.d.ts +2 -1
- package/dist/dts/anchor-button/index.d.ts +3 -2
- package/dist/dts/button/index.d.ts +4 -3
- package/dist/dts/checkbox/checkbox.d.ts +0 -3
- package/dist/dts/checkbox/index.d.ts +4 -3
- package/dist/dts/dialog/dialog.d.ts +14 -15
- package/dist/dts/divider/divider.d.ts +4 -7
- package/dist/dts/index-rollup.d.ts +29 -35
- package/dist/dts/index.d.ts +49 -34
- package/dist/dts/label/label.d.ts +0 -2
- package/dist/dts/menu/menu.d.ts +27 -25
- package/dist/dts/menu-button/index.d.ts +4 -3
- package/dist/dts/menu-button/menu-button.options.d.ts +1 -1
- package/dist/dts/menu-item/index.d.ts +4 -3
- package/dist/dts/progress-bar/index.d.ts +3 -2
- package/dist/dts/radio/index.d.ts +2 -1
- package/dist/dts/slider/index.d.ts +3 -2
- package/dist/dts/spinner/spinner.d.ts +0 -2
- package/dist/dts/switch/index.d.ts +3 -2
- package/dist/dts/switch/switch.d.ts +0 -1
- package/dist/dts/tab/index.d.ts +4 -3
- package/dist/dts/tab/tab.template.d.ts +1 -1
- package/dist/dts/tabs/index.d.ts +4 -3
- package/dist/dts/tabs/tabs.d.ts +13 -9
- package/dist/dts/text-input/text-input.d.ts +0 -2
- package/dist/dts/theme/design-tokens.d.ts +1744 -0
- package/dist/dts/theme/set-theme.d.ts +5 -1
- package/dist/dts/toggle-button/index.d.ts +4 -3
- package/dist/dts/toggle-button/toggle-button.options.d.ts +1 -1
- package/dist/esm/accordion/accordion.options.js +1 -1
- package/dist/esm/accordion-item/accordion-item.js +0 -1
- package/dist/esm/accordion-item/accordion-item.js.map +1 -1
- package/dist/esm/accordion-item/index.js.map +1 -1
- package/dist/esm/anchor-button/index.js +2 -2
- package/dist/esm/anchor-button/index.js.map +1 -1
- package/dist/esm/button/index.js +3 -3
- package/dist/esm/button/index.js.map +1 -1
- package/dist/esm/checkbox/checkbox.js.map +1 -1
- package/dist/esm/checkbox/index.js +2 -2
- package/dist/esm/checkbox/index.js.map +1 -1
- package/dist/esm/dialog/dialog.js +14 -15
- package/dist/esm/dialog/dialog.js.map +1 -1
- package/dist/esm/divider/divider.js +1 -1
- package/dist/esm/divider/divider.js.map +1 -1
- package/dist/esm/index-rollup.js +29 -35
- package/dist/esm/index-rollup.js.map +1 -1
- package/dist/esm/index.js +33 -33
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/label/label.js.map +1 -1
- package/dist/esm/menu/menu.js +25 -23
- package/dist/esm/menu/menu.js.map +1 -1
- package/dist/esm/menu-button/index.js +2 -2
- package/dist/esm/menu-button/index.js.map +1 -1
- package/dist/esm/menu-item/index.js +2 -2
- package/dist/esm/menu-item/index.js.map +1 -1
- package/dist/esm/menu-list/menu-list.js +2 -1
- package/dist/esm/menu-list/menu-list.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/radio/index.js +1 -1
- package/dist/esm/radio/index.js.map +1 -1
- package/dist/esm/slider/index.js +1 -1
- package/dist/esm/slider/index.js.map +1 -1
- package/dist/esm/spinner/spinner.js.map +1 -1
- package/dist/esm/switch/index.js +1 -1
- package/dist/esm/switch/index.js.map +1 -1
- package/dist/esm/switch/switch.js.map +1 -1
- package/dist/esm/tab/index.js +2 -2
- package/dist/esm/tab/index.js.map +1 -1
- package/dist/esm/tabs/index.js +2 -2
- package/dist/esm/tabs/index.js.map +1 -1
- package/dist/esm/tabs/tabs.js +13 -9
- package/dist/esm/tabs/tabs.js.map +1 -1
- package/dist/esm/text-input/text-input.js.map +1 -1
- package/dist/esm/theme/design-tokens.js +1744 -0
- package/dist/esm/theme/design-tokens.js.map +1 -1
- package/dist/esm/theme/set-theme.js +5 -1
- package/dist/esm/theme/set-theme.js.map +1 -1
- package/dist/esm/toggle-button/index.js +3 -3
- package/dist/esm/toggle-button/index.js.map +1 -1
- package/dist/fluent-web-components.api.json +504 -659
- package/dist/web-components.d.ts +1813 -76
- package/dist/web-components.js +1178 -2026
- package/dist/web-components.min.js +263 -263
- package/docs/api-report.md +602 -448
- package/package.json +6 -3
- package/tsdoc.json +44 -0
package/dist/web-components.d.ts
CHANGED
|
@@ -73,7 +73,7 @@ export declare class Accordion extends FASTElement {
|
|
|
73
73
|
export declare const accordionDefinition: FASTElementDefinition<typeof Accordion>;
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
|
-
* Expand mode for {@link
|
|
76
|
+
* Expand mode for {@link Accordion}
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare const AccordionExpandMode: {
|
|
@@ -82,7 +82,7 @@ export declare const AccordionExpandMode: {
|
|
|
82
82
|
};
|
|
83
83
|
|
|
84
84
|
/**
|
|
85
|
-
* Type for the {@link
|
|
85
|
+
* Type for the {@link Accordion} Expand Mode
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare type AccordionExpandMode = ValuesOf<typeof AccordionExpandMode>;
|
|
@@ -109,7 +109,6 @@ export declare class AccordionItem extends FASTElement {
|
|
|
109
109
|
* Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the
|
|
110
110
|
* heading element.
|
|
111
111
|
*
|
|
112
|
-
* @defaultValue 2
|
|
113
112
|
* @public
|
|
114
113
|
* @remarks
|
|
115
114
|
* HTML attribute: heading-level
|
|
@@ -143,7 +142,6 @@ export declare class AccordionItem extends FASTElement {
|
|
|
143
142
|
* Defines accordion header font size.
|
|
144
143
|
*
|
|
145
144
|
* @public
|
|
146
|
-
* @default 'medium'
|
|
147
145
|
* @remarks
|
|
148
146
|
* HTML Attribute: size
|
|
149
147
|
*/
|
|
@@ -160,9 +158,8 @@ export declare class AccordionItem extends FASTElement {
|
|
|
160
158
|
* Sets expand and collapsed icon position.
|
|
161
159
|
*
|
|
162
160
|
* @public
|
|
163
|
-
* @default 'start'
|
|
164
161
|
* @remarks
|
|
165
|
-
* HTML Attribute:
|
|
162
|
+
* HTML Attribute: expand-icon-position
|
|
166
163
|
*/
|
|
167
164
|
expandIconPosition?: AccordionItemExpandIconPosition;
|
|
168
165
|
/**
|
|
@@ -1111,8 +1108,8 @@ declare class BaseProgress extends FASTElement {
|
|
|
1111
1108
|
}
|
|
1112
1109
|
|
|
1113
1110
|
/**
|
|
1111
|
+
* A Tabs component that wraps a collection of tab and tab panel elements.
|
|
1114
1112
|
*
|
|
1115
|
-
* @class TabList component
|
|
1116
1113
|
* @public
|
|
1117
1114
|
*/
|
|
1118
1115
|
declare class BaseTabs extends FASTElement {
|
|
@@ -1199,16 +1196,40 @@ declare class BaseTabs extends FASTElement {
|
|
|
1199
1196
|
connectedCallback(): void;
|
|
1200
1197
|
}
|
|
1201
1198
|
|
|
1199
|
+
/**
|
|
1200
|
+
* CSS custom property value for the {@link @fluentui/tokens#borderRadiusCircular | `borderRadiusCircular`} design token.
|
|
1201
|
+
* @public
|
|
1202
|
+
*/
|
|
1202
1203
|
export declare const borderRadiusCircular = "var(--borderRadiusCircular)";
|
|
1203
1204
|
|
|
1205
|
+
/**
|
|
1206
|
+
* CSS custom property value for the {@link @fluentui/tokens#borderRadiusLarge | `borderRadiusLarge`} design token.
|
|
1207
|
+
* @public
|
|
1208
|
+
*/
|
|
1204
1209
|
export declare const borderRadiusLarge = "var(--borderRadiusLarge)";
|
|
1205
1210
|
|
|
1211
|
+
/**
|
|
1212
|
+
* CSS custom property value for the {@link @fluentui/tokens#borderRadiusMedium | `borderRadiusMedium`} design token.
|
|
1213
|
+
* @public
|
|
1214
|
+
*/
|
|
1206
1215
|
export declare const borderRadiusMedium = "var(--borderRadiusMedium)";
|
|
1207
1216
|
|
|
1217
|
+
/**
|
|
1218
|
+
* CSS custom property value for the {@link @fluentui/tokens#borderRadiusNone | `borderRadiusNone`} design token.
|
|
1219
|
+
* @public
|
|
1220
|
+
*/
|
|
1208
1221
|
export declare const borderRadiusNone = "var(--borderRadiusNone)";
|
|
1209
1222
|
|
|
1223
|
+
/**
|
|
1224
|
+
* CSS custom property value for the {@link @fluentui/tokens#borderRadiusSmall | `borderRadiusSmall`} design token.
|
|
1225
|
+
* @public
|
|
1226
|
+
*/
|
|
1210
1227
|
export declare const borderRadiusSmall = "var(--borderRadiusSmall)";
|
|
1211
1228
|
|
|
1229
|
+
/**
|
|
1230
|
+
* CSS custom property value for the {@link @fluentui/tokens#borderRadiusXLarge | `borderRadiusXLarge`} design token.
|
|
1231
|
+
* @public
|
|
1232
|
+
*/
|
|
1212
1233
|
export declare const borderRadiusXLarge = "var(--borderRadiusXLarge)";
|
|
1213
1234
|
|
|
1214
1235
|
/**
|
|
@@ -1634,7 +1655,6 @@ export declare class Checkbox extends FormAssociatedCheckbox {
|
|
|
1634
1655
|
* Sets shape of the checkbox.
|
|
1635
1656
|
*
|
|
1636
1657
|
* @public
|
|
1637
|
-
* @default 'square'
|
|
1638
1658
|
* @remarks
|
|
1639
1659
|
* HTML Attribute: shape
|
|
1640
1660
|
*/
|
|
@@ -1643,7 +1663,6 @@ export declare class Checkbox extends FormAssociatedCheckbox {
|
|
|
1643
1663
|
* Sets size of the checkbox.
|
|
1644
1664
|
*
|
|
1645
1665
|
* @public
|
|
1646
|
-
* @default 'medium'
|
|
1647
1666
|
* @remarks
|
|
1648
1667
|
* HTML Attribute: size
|
|
1649
1668
|
*/
|
|
@@ -1652,7 +1671,6 @@ export declare class Checkbox extends FormAssociatedCheckbox {
|
|
|
1652
1671
|
* Sets position of the label relative to the input
|
|
1653
1672
|
*
|
|
1654
1673
|
* @public
|
|
1655
|
-
* @default 'after'
|
|
1656
1674
|
* @remarks
|
|
1657
1675
|
* HTML Attribute: label-position
|
|
1658
1676
|
*/
|
|
@@ -1703,12 +1721,12 @@ export declare const CheckboxDefinition: FASTElementDefinition<typeof Checkbox>;
|
|
|
1703
1721
|
* Checkbox label position
|
|
1704
1722
|
* @public
|
|
1705
1723
|
*/
|
|
1706
|
-
|
|
1724
|
+
declare const CheckboxLabelPosition: {
|
|
1707
1725
|
readonly before: "before";
|
|
1708
1726
|
readonly after: "after";
|
|
1709
1727
|
};
|
|
1710
1728
|
|
|
1711
|
-
|
|
1729
|
+
declare type CheckboxLabelPosition = ValuesOf<typeof CheckboxLabelPosition>;
|
|
1712
1730
|
|
|
1713
1731
|
/**
|
|
1714
1732
|
* Checkbox configuration options
|
|
@@ -1753,700 +1771,2092 @@ export declare const CheckboxStyles: ElementStyles;
|
|
|
1753
1771
|
*/
|
|
1754
1772
|
export declare const CheckboxTemplate: ElementViewTemplate<Checkbox>;
|
|
1755
1773
|
|
|
1774
|
+
/**
|
|
1775
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBackgroundOverlay | `colorBackgroundOverlay`} design token.
|
|
1776
|
+
* @public
|
|
1777
|
+
*/
|
|
1756
1778
|
export declare const colorBackgroundOverlay = "var(--colorBackgroundOverlay)";
|
|
1757
1779
|
|
|
1780
|
+
/**
|
|
1781
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground | `colorBrandBackground`} design token.
|
|
1782
|
+
* @public
|
|
1783
|
+
*/
|
|
1758
1784
|
export declare const colorBrandBackground = "var(--colorBrandBackground)";
|
|
1759
1785
|
|
|
1786
|
+
/**
|
|
1787
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground2 | `colorBrandBackground2`} design token.
|
|
1788
|
+
* @public
|
|
1789
|
+
*/
|
|
1760
1790
|
export declare const colorBrandBackground2 = "var(--colorBrandBackground2)";
|
|
1761
1791
|
|
|
1792
|
+
/**
|
|
1793
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground2Hover | `colorBrandBackground2Hover`} design token.
|
|
1794
|
+
* @public
|
|
1795
|
+
*/
|
|
1762
1796
|
export declare const colorBrandBackground2Hover = "var(--colorBrandBackground2Hover)";
|
|
1763
1797
|
|
|
1798
|
+
/**
|
|
1799
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground2Pressed | `colorBrandBackground2Pressed`} design token.
|
|
1800
|
+
* @public
|
|
1801
|
+
*/
|
|
1764
1802
|
export declare const colorBrandBackground2Pressed = "var(--colorBrandBackground2Pressed)";
|
|
1765
1803
|
|
|
1804
|
+
/**
|
|
1805
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground3Static | `colorBrandBackground3Static`} design token.
|
|
1806
|
+
* @public
|
|
1807
|
+
*/
|
|
1766
1808
|
export declare const colorBrandBackground3Static = "var(--colorBrandBackground3Static)";
|
|
1767
1809
|
|
|
1810
|
+
/**
|
|
1811
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground4Static | `colorBrandBackground4Static`} design token.
|
|
1812
|
+
* @public
|
|
1813
|
+
*/
|
|
1768
1814
|
export declare const colorBrandBackground4Static = "var(--colorBrandBackground4Static)";
|
|
1769
1815
|
|
|
1816
|
+
/**
|
|
1817
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundHover | `colorBrandBackgroundHover`} design token.
|
|
1818
|
+
* @public
|
|
1819
|
+
*/
|
|
1770
1820
|
export declare const colorBrandBackgroundHover = "var(--colorBrandBackgroundHover)";
|
|
1771
1821
|
|
|
1822
|
+
/**
|
|
1823
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInverted | `colorBrandBackgroundInverted`} design token.
|
|
1824
|
+
* @public
|
|
1825
|
+
*/
|
|
1772
1826
|
export declare const colorBrandBackgroundInverted = "var(--colorBrandBackgroundInverted)";
|
|
1773
1827
|
|
|
1828
|
+
/**
|
|
1829
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInvertedHover | `colorBrandBackgroundInvertedHover`} design token.
|
|
1830
|
+
* @public
|
|
1831
|
+
*/
|
|
1774
1832
|
export declare const colorBrandBackgroundInvertedHover = "var(--colorBrandBackgroundInvertedHover)";
|
|
1775
1833
|
|
|
1834
|
+
/**
|
|
1835
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInvertedPressed | `colorBrandBackgroundInvertedPressed`} design token.
|
|
1836
|
+
* @public
|
|
1837
|
+
*/
|
|
1776
1838
|
export declare const colorBrandBackgroundInvertedPressed = "var(--colorBrandBackgroundInvertedPressed)";
|
|
1777
1839
|
|
|
1840
|
+
/**
|
|
1841
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInvertedSelected | `colorBrandBackgroundInvertedSelected`} design token.
|
|
1842
|
+
* @public
|
|
1843
|
+
*/
|
|
1778
1844
|
export declare const colorBrandBackgroundInvertedSelected = "var(--colorBrandBackgroundInvertedSelected)";
|
|
1779
1845
|
|
|
1846
|
+
/**
|
|
1847
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundPressed | `colorBrandBackgroundPressed`} design token.
|
|
1848
|
+
* @public
|
|
1849
|
+
*/
|
|
1780
1850
|
export declare const colorBrandBackgroundPressed = "var(--colorBrandBackgroundPressed)";
|
|
1781
1851
|
|
|
1852
|
+
/**
|
|
1853
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundSelected | `colorBrandBackgroundSelected`} design token.
|
|
1854
|
+
* @public
|
|
1855
|
+
*/
|
|
1782
1856
|
export declare const colorBrandBackgroundSelected = "var(--colorBrandBackgroundSelected)";
|
|
1783
1857
|
|
|
1858
|
+
/**
|
|
1859
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundStatic | `colorBrandBackgroundStatic`} design token.
|
|
1860
|
+
* @public
|
|
1861
|
+
*/
|
|
1784
1862
|
export declare const colorBrandBackgroundStatic = "var(--colorBrandBackgroundStatic)";
|
|
1785
1863
|
|
|
1864
|
+
/**
|
|
1865
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground1 | `colorBrandForeground1`} design token.
|
|
1866
|
+
* @public
|
|
1867
|
+
*/
|
|
1786
1868
|
export declare const colorBrandForeground1 = "var(--colorBrandForeground1)";
|
|
1787
1869
|
|
|
1870
|
+
/**
|
|
1871
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground2 | `colorBrandForeground2`} design token.
|
|
1872
|
+
* @public
|
|
1873
|
+
*/
|
|
1788
1874
|
export declare const colorBrandForeground2 = "var(--colorBrandForeground2)";
|
|
1789
1875
|
|
|
1876
|
+
/**
|
|
1877
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground2Hover | `colorBrandForeground2Hover`} design token.
|
|
1878
|
+
* @public
|
|
1879
|
+
*/
|
|
1790
1880
|
export declare const colorBrandForeground2Hover = "var(--colorBrandForeground2Hover)";
|
|
1791
1881
|
|
|
1882
|
+
/**
|
|
1883
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground2Pressed | `colorBrandForeground2Pressed`} design token.
|
|
1884
|
+
* @public
|
|
1885
|
+
*/
|
|
1792
1886
|
export declare const colorBrandForeground2Pressed = "var(--colorBrandForeground2Pressed)";
|
|
1793
1887
|
|
|
1888
|
+
/**
|
|
1889
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundInverted | `colorBrandForegroundInverted`} design token.
|
|
1890
|
+
* @public
|
|
1891
|
+
*/
|
|
1794
1892
|
export declare const colorBrandForegroundInverted = "var(--colorBrandForegroundInverted)";
|
|
1795
1893
|
|
|
1894
|
+
/**
|
|
1895
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundInvertedHover | `colorBrandForegroundInvertedHover`} design token.
|
|
1896
|
+
* @public
|
|
1897
|
+
*/
|
|
1796
1898
|
export declare const colorBrandForegroundInvertedHover = "var(--colorBrandForegroundInvertedHover)";
|
|
1797
1899
|
|
|
1900
|
+
/**
|
|
1901
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundInvertedPressed | `colorBrandForegroundInvertedPressed`} design token.
|
|
1902
|
+
* @public
|
|
1903
|
+
*/
|
|
1798
1904
|
export declare const colorBrandForegroundInvertedPressed = "var(--colorBrandForegroundInvertedPressed)";
|
|
1799
1905
|
|
|
1906
|
+
/**
|
|
1907
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLink | `colorBrandForegroundLink`} design token.
|
|
1908
|
+
* @public
|
|
1909
|
+
*/
|
|
1800
1910
|
export declare const colorBrandForegroundLink = "var(--colorBrandForegroundLink)";
|
|
1801
1911
|
|
|
1912
|
+
/**
|
|
1913
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLinkHover | `colorBrandForegroundLinkHover`} design token.
|
|
1914
|
+
* @public
|
|
1915
|
+
*/
|
|
1802
1916
|
export declare const colorBrandForegroundLinkHover = "var(--colorBrandForegroundLinkHover)";
|
|
1803
1917
|
|
|
1918
|
+
/**
|
|
1919
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLinkPressed | `colorBrandForegroundLinkPressed`} design token.
|
|
1920
|
+
* @public
|
|
1921
|
+
*/
|
|
1804
1922
|
export declare const colorBrandForegroundLinkPressed = "var(--colorBrandForegroundLinkPressed)";
|
|
1805
1923
|
|
|
1924
|
+
/**
|
|
1925
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLinkSelected | `colorBrandForegroundLinkSelected`} design token.
|
|
1926
|
+
* @public
|
|
1927
|
+
*/
|
|
1806
1928
|
export declare const colorBrandForegroundLinkSelected = "var(--colorBrandForegroundLinkSelected)";
|
|
1807
1929
|
|
|
1930
|
+
/**
|
|
1931
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLight | `colorBrandForegroundOnLight`} design token.
|
|
1932
|
+
* @public
|
|
1933
|
+
*/
|
|
1808
1934
|
export declare const colorBrandForegroundOnLight = "var(--colorBrandForegroundOnLight)";
|
|
1809
1935
|
|
|
1936
|
+
/**
|
|
1937
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLightHover | `colorBrandForegroundOnLightHover`} design token.
|
|
1938
|
+
* @public
|
|
1939
|
+
*/
|
|
1810
1940
|
export declare const colorBrandForegroundOnLightHover = "var(--colorBrandForegroundOnLightHover)";
|
|
1811
1941
|
|
|
1942
|
+
/**
|
|
1943
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLightPressed | `colorBrandForegroundOnLightPressed`} design token.
|
|
1944
|
+
* @public
|
|
1945
|
+
*/
|
|
1812
1946
|
export declare const colorBrandForegroundOnLightPressed = "var(--colorBrandForegroundOnLightPressed)";
|
|
1813
1947
|
|
|
1948
|
+
/**
|
|
1949
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLightSelected | `colorBrandForegroundOnLightSelected`} design token.
|
|
1950
|
+
* @public
|
|
1951
|
+
*/
|
|
1814
1952
|
export declare const colorBrandForegroundOnLightSelected = "var(--colorBrandForegroundOnLightSelected)";
|
|
1815
1953
|
|
|
1954
|
+
/**
|
|
1955
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandShadowAmbient | `colorBrandShadowAmbient`} design token.
|
|
1956
|
+
* @public
|
|
1957
|
+
*/
|
|
1816
1958
|
export declare const colorBrandShadowAmbient = "var(--colorBrandShadowAmbient)";
|
|
1817
1959
|
|
|
1960
|
+
/**
|
|
1961
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandShadowKey | `colorBrandShadowKey`} design token.
|
|
1962
|
+
* @public
|
|
1963
|
+
*/
|
|
1818
1964
|
export declare const colorBrandShadowKey = "var(--colorBrandShadowKey)";
|
|
1819
1965
|
|
|
1966
|
+
/**
|
|
1967
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke1 | `colorBrandStroke1`} design token.
|
|
1968
|
+
* @public
|
|
1969
|
+
*/
|
|
1820
1970
|
export declare const colorBrandStroke1 = "var(--colorBrandStroke1)";
|
|
1821
1971
|
|
|
1972
|
+
/**
|
|
1973
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2 | `colorBrandStroke2`} design token.
|
|
1974
|
+
* @public
|
|
1975
|
+
*/
|
|
1822
1976
|
export declare const colorBrandStroke2 = "var(--colorBrandStroke2)";
|
|
1823
1977
|
|
|
1978
|
+
/**
|
|
1979
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2Contrast | `colorBrandStroke2Contrast`} design token.
|
|
1980
|
+
* @public
|
|
1981
|
+
*/
|
|
1824
1982
|
export declare const colorBrandStroke2Contrast = "var(--colorBrandStroke2Contrast)";
|
|
1825
1983
|
|
|
1984
|
+
/**
|
|
1985
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2Hover | `colorBrandStroke2Hover`} design token.
|
|
1986
|
+
* @public
|
|
1987
|
+
*/
|
|
1826
1988
|
export declare const colorBrandStroke2Hover = "var(--colorBrandStroke2Hover)";
|
|
1827
1989
|
|
|
1990
|
+
/**
|
|
1991
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2Pressed | `colorBrandStroke2Pressed`} design token.
|
|
1992
|
+
* @public
|
|
1993
|
+
*/
|
|
1828
1994
|
export declare const colorBrandStroke2Pressed = "var(--colorBrandStroke2Pressed)";
|
|
1829
1995
|
|
|
1996
|
+
/**
|
|
1997
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandBackground | `colorCompoundBrandBackground`} design token.
|
|
1998
|
+
* @public
|
|
1999
|
+
*/
|
|
1830
2000
|
export declare const colorCompoundBrandBackground = "var(--colorCompoundBrandBackground)";
|
|
1831
2001
|
|
|
2002
|
+
/**
|
|
2003
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandBackgroundHover | `colorCompoundBrandBackgroundHover`} design token.
|
|
2004
|
+
* @public
|
|
2005
|
+
*/
|
|
1832
2006
|
export declare const colorCompoundBrandBackgroundHover = "var(--colorCompoundBrandBackgroundHover)";
|
|
1833
2007
|
|
|
2008
|
+
/**
|
|
2009
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandBackgroundPressed | `colorCompoundBrandBackgroundPressed`} design token.
|
|
2010
|
+
* @public
|
|
2011
|
+
*/
|
|
1834
2012
|
export declare const colorCompoundBrandBackgroundPressed = "var(--colorCompoundBrandBackgroundPressed)";
|
|
1835
2013
|
|
|
2014
|
+
/**
|
|
2015
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandForeground1 | `colorCompoundBrandForeground1`} design token.
|
|
2016
|
+
* @public
|
|
2017
|
+
*/
|
|
1836
2018
|
export declare const colorCompoundBrandForeground1 = "var(--colorCompoundBrandForeground1)";
|
|
1837
2019
|
|
|
2020
|
+
/**
|
|
2021
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandForeground1Hover | `colorCompoundBrandForeground1Hover`} design token.
|
|
2022
|
+
* @public
|
|
2023
|
+
*/
|
|
1838
2024
|
export declare const colorCompoundBrandForeground1Hover = "var(--colorCompoundBrandForeground1Hover)";
|
|
1839
2025
|
|
|
2026
|
+
/**
|
|
2027
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandForeground1Pressed | `colorCompoundBrandForeground1Pressed`} design token.
|
|
2028
|
+
* @public
|
|
2029
|
+
*/
|
|
1840
2030
|
export declare const colorCompoundBrandForeground1Pressed = "var(--colorCompoundBrandForeground1Pressed)";
|
|
1841
2031
|
|
|
2032
|
+
/**
|
|
2033
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandStroke | `colorCompoundBrandStroke`} design token.
|
|
2034
|
+
* @public
|
|
2035
|
+
*/
|
|
1842
2036
|
export declare const colorCompoundBrandStroke = "var(--colorCompoundBrandStroke)";
|
|
1843
2037
|
|
|
2038
|
+
/**
|
|
2039
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandStrokeHover | `colorCompoundBrandStrokeHover`} design token.
|
|
2040
|
+
* @public
|
|
2041
|
+
*/
|
|
1844
2042
|
export declare const colorCompoundBrandStrokeHover = "var(--colorCompoundBrandStrokeHover)";
|
|
1845
2043
|
|
|
2044
|
+
/**
|
|
2045
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandStrokePressed | `colorCompoundBrandStrokePressed`} design token.
|
|
2046
|
+
* @public
|
|
2047
|
+
*/
|
|
1846
2048
|
export declare const colorCompoundBrandStrokePressed = "var(--colorCompoundBrandStrokePressed)";
|
|
1847
2049
|
|
|
2050
|
+
/**
|
|
2051
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1 | `colorNeutralBackground1`} design token.
|
|
2052
|
+
* @public
|
|
2053
|
+
*/
|
|
1848
2054
|
export declare const colorNeutralBackground1 = "var(--colorNeutralBackground1)";
|
|
1849
2055
|
|
|
2056
|
+
/**
|
|
2057
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1Hover | `colorNeutralBackground1Hover`} design token.
|
|
2058
|
+
* @public
|
|
2059
|
+
*/
|
|
1850
2060
|
export declare const colorNeutralBackground1Hover = "var(--colorNeutralBackground1Hover)";
|
|
1851
2061
|
|
|
2062
|
+
/**
|
|
2063
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1Pressed | `colorNeutralBackground1Pressed`} design token.
|
|
2064
|
+
* @public
|
|
2065
|
+
*/
|
|
1852
2066
|
export declare const colorNeutralBackground1Pressed = "var(--colorNeutralBackground1Pressed)";
|
|
1853
2067
|
|
|
2068
|
+
/**
|
|
2069
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1Selected | `colorNeutralBackground1Selected`} design token.
|
|
2070
|
+
* @public
|
|
2071
|
+
*/
|
|
1854
2072
|
export declare const colorNeutralBackground1Selected = "var(--colorNeutralBackground1Selected)";
|
|
1855
2073
|
|
|
2074
|
+
/**
|
|
2075
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2 | `colorNeutralBackground2`} design token.
|
|
2076
|
+
* @public
|
|
2077
|
+
*/
|
|
1856
2078
|
export declare const colorNeutralBackground2 = "var(--colorNeutralBackground2)";
|
|
1857
2079
|
|
|
2080
|
+
/**
|
|
2081
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2Hover | `colorNeutralBackground2Hover`} design token.
|
|
2082
|
+
* @public
|
|
2083
|
+
*/
|
|
1858
2084
|
export declare const colorNeutralBackground2Hover = "var(--colorNeutralBackground2Hover)";
|
|
1859
2085
|
|
|
2086
|
+
/**
|
|
2087
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2Pressed | `colorNeutralBackground2Pressed`} design token.
|
|
2088
|
+
* @public
|
|
2089
|
+
*/
|
|
1860
2090
|
export declare const colorNeutralBackground2Pressed = "var(--colorNeutralBackground2Pressed)";
|
|
1861
2091
|
|
|
2092
|
+
/**
|
|
2093
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2Selected | `colorNeutralBackground2Selected`} design token.
|
|
2094
|
+
* @public
|
|
2095
|
+
*/
|
|
1862
2096
|
export declare const colorNeutralBackground2Selected = "var(--colorNeutralBackground2Selected)";
|
|
1863
2097
|
|
|
2098
|
+
/**
|
|
2099
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3 | `colorNeutralBackground3`} design token.
|
|
2100
|
+
* @public
|
|
2101
|
+
*/
|
|
1864
2102
|
export declare const colorNeutralBackground3 = "var(--colorNeutralBackground3)";
|
|
1865
2103
|
|
|
2104
|
+
/**
|
|
2105
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3Hover | `colorNeutralBackground3Hover`} design token.
|
|
2106
|
+
* @public
|
|
2107
|
+
*/
|
|
1866
2108
|
export declare const colorNeutralBackground3Hover = "var(--colorNeutralBackground3Hover)";
|
|
1867
2109
|
|
|
2110
|
+
/**
|
|
2111
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3Pressed | `colorNeutralBackground3Pressed`} design token.
|
|
2112
|
+
* @public
|
|
2113
|
+
*/
|
|
1868
2114
|
export declare const colorNeutralBackground3Pressed = "var(--colorNeutralBackground3Pressed)";
|
|
1869
2115
|
|
|
2116
|
+
/**
|
|
2117
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3Selected | `colorNeutralBackground3Selected`} design token.
|
|
2118
|
+
* @public
|
|
2119
|
+
*/
|
|
1870
2120
|
export declare const colorNeutralBackground3Selected = "var(--colorNeutralBackground3Selected)";
|
|
1871
2121
|
|
|
2122
|
+
/**
|
|
2123
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4 | `colorNeutralBackground4`} design token.
|
|
2124
|
+
* @public
|
|
2125
|
+
*/
|
|
1872
2126
|
export declare const colorNeutralBackground4 = "var(--colorNeutralBackground4)";
|
|
1873
2127
|
|
|
2128
|
+
/**
|
|
2129
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4Hover | `colorNeutralBackground4Hover`} design token.
|
|
2130
|
+
* @public
|
|
2131
|
+
*/
|
|
1874
2132
|
export declare const colorNeutralBackground4Hover = "var(--colorNeutralBackground4Hover)";
|
|
1875
2133
|
|
|
2134
|
+
/**
|
|
2135
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4Pressed | `colorNeutralBackground4Pressed`} design token.
|
|
2136
|
+
* @public
|
|
2137
|
+
*/
|
|
1876
2138
|
export declare const colorNeutralBackground4Pressed = "var(--colorNeutralBackground4Pressed)";
|
|
1877
2139
|
|
|
2140
|
+
/**
|
|
2141
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4Selected | `colorNeutralBackground4Selected`} design token.
|
|
2142
|
+
* @public
|
|
2143
|
+
*/
|
|
1878
2144
|
export declare const colorNeutralBackground4Selected = "var(--colorNeutralBackground4Selected)";
|
|
1879
2145
|
|
|
2146
|
+
/**
|
|
2147
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5 | `colorNeutralBackground5`} design token.
|
|
2148
|
+
* @public
|
|
2149
|
+
*/
|
|
1880
2150
|
export declare const colorNeutralBackground5 = "var(--colorNeutralBackground5)";
|
|
1881
2151
|
|
|
2152
|
+
/**
|
|
2153
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5Hover | `colorNeutralBackground5Hover`} design token.
|
|
2154
|
+
* @public
|
|
2155
|
+
*/
|
|
1882
2156
|
export declare const colorNeutralBackground5Hover = "var(--colorNeutralBackground5Hover)";
|
|
1883
2157
|
|
|
2158
|
+
/**
|
|
2159
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5Pressed | `colorNeutralBackground5Pressed`} design token.
|
|
2160
|
+
* @public
|
|
2161
|
+
*/
|
|
1884
2162
|
export declare const colorNeutralBackground5Pressed = "var(--colorNeutralBackground5Pressed)";
|
|
1885
2163
|
|
|
2164
|
+
/**
|
|
2165
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5Selected | `colorNeutralBackground5Selected`} design token.
|
|
2166
|
+
* @public
|
|
2167
|
+
*/
|
|
1886
2168
|
export declare const colorNeutralBackground5Selected = "var(--colorNeutralBackground5Selected)";
|
|
1887
2169
|
|
|
2170
|
+
/**
|
|
2171
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground6 | `colorNeutralBackground6`} design token.
|
|
2172
|
+
* @public
|
|
2173
|
+
*/
|
|
1888
2174
|
export declare const colorNeutralBackground6 = "var(--colorNeutralBackground6)";
|
|
1889
2175
|
|
|
2176
|
+
/**
|
|
2177
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundAlpha | `colorNeutralBackgroundAlpha`} design token.
|
|
2178
|
+
* @public
|
|
2179
|
+
*/
|
|
1890
2180
|
export declare const colorNeutralBackgroundAlpha = "var(--colorNeutralBackgroundAlpha)";
|
|
1891
2181
|
|
|
2182
|
+
/**
|
|
2183
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundAlpha2 | `colorNeutralBackgroundAlpha2`} design token.
|
|
2184
|
+
* @public
|
|
2185
|
+
*/
|
|
1892
2186
|
export declare const colorNeutralBackgroundAlpha2 = "var(--colorNeutralBackgroundAlpha2)";
|
|
1893
2187
|
|
|
2188
|
+
/**
|
|
2189
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundDisabled | `colorNeutralBackgroundDisabled`} design token.
|
|
2190
|
+
* @public
|
|
2191
|
+
*/
|
|
1894
2192
|
export declare const colorNeutralBackgroundDisabled = "var(--colorNeutralBackgroundDisabled)";
|
|
1895
2193
|
|
|
2194
|
+
/**
|
|
2195
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundInverted | `colorNeutralBackgroundInverted`} design token.
|
|
2196
|
+
* @public
|
|
2197
|
+
*/
|
|
1896
2198
|
export declare const colorNeutralBackgroundInverted = "var(--colorNeutralBackgroundInverted)";
|
|
1897
2199
|
|
|
2200
|
+
/**
|
|
2201
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundInvertedDisabled | `colorNeutralBackgroundInvertedDisabled`} design token.
|
|
2202
|
+
* @public
|
|
2203
|
+
*/
|
|
1898
2204
|
export declare const colorNeutralBackgroundInvertedDisabled = "var(--colorNeutralBackgroundInvertedDisabled)";
|
|
1899
2205
|
|
|
2206
|
+
/**
|
|
2207
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundStatic | `colorNeutralBackgroundStatic`} design token.
|
|
2208
|
+
* @public
|
|
2209
|
+
*/
|
|
1900
2210
|
export declare const colorNeutralBackgroundStatic = "var(--colorNeutralBackgroundStatic)";
|
|
1901
2211
|
|
|
2212
|
+
/**
|
|
2213
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackground | `colorNeutralCardBackground`} design token.
|
|
2214
|
+
* @public
|
|
2215
|
+
*/
|
|
1902
2216
|
export declare const colorNeutralCardBackground = "var(--colorNeutralCardBackground)";
|
|
1903
2217
|
|
|
2218
|
+
/**
|
|
2219
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundDisabled | `colorNeutralCardBackgroundDisabled`} design token.
|
|
2220
|
+
* @public
|
|
2221
|
+
*/
|
|
1904
2222
|
export declare const colorNeutralCardBackgroundDisabled = "var(--colorNeutralCardBackgroundDisabled)";
|
|
1905
2223
|
|
|
2224
|
+
/**
|
|
2225
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundHover | `colorNeutralCardBackgroundHover`} design token.
|
|
2226
|
+
* @public
|
|
2227
|
+
*/
|
|
1906
2228
|
export declare const colorNeutralCardBackgroundHover = "var(--colorNeutralCardBackgroundHover)";
|
|
1907
2229
|
|
|
2230
|
+
/**
|
|
2231
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundPressed | `colorNeutralCardBackgroundPressed`} design token.
|
|
2232
|
+
* @public
|
|
2233
|
+
*/
|
|
1908
2234
|
export declare const colorNeutralCardBackgroundPressed = "var(--colorNeutralCardBackgroundPressed)";
|
|
1909
2235
|
|
|
2236
|
+
/**
|
|
2237
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundSelected | `colorNeutralCardBackgroundSelected`} design token.
|
|
2238
|
+
* @public
|
|
2239
|
+
*/
|
|
1910
2240
|
export declare const colorNeutralCardBackgroundSelected = "var(--colorNeutralCardBackgroundSelected)";
|
|
1911
2241
|
|
|
2242
|
+
/**
|
|
2243
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1 | `colorNeutralForeground1`} design token.
|
|
2244
|
+
* @public
|
|
2245
|
+
*/
|
|
1912
2246
|
export declare const colorNeutralForeground1 = "var(--colorNeutralForeground1)";
|
|
1913
2247
|
|
|
1914
|
-
|
|
2248
|
+
/**
|
|
2249
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Hover | `colorNeutralForeground1Hover`} design token.
|
|
2250
|
+
* @public
|
|
2251
|
+
*/
|
|
2252
|
+
export declare const colorNeutralForeground1Hover = "var(--colorNeutralForeground1Hover)";
|
|
1915
2253
|
|
|
2254
|
+
/**
|
|
2255
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Pressed | `colorNeutralForeground1Pressed`} design token.
|
|
2256
|
+
* @public
|
|
2257
|
+
*/
|
|
1916
2258
|
export declare const colorNeutralForeground1Pressed = "var(--colorNeutralForeground1Pressed)";
|
|
1917
2259
|
|
|
2260
|
+
/**
|
|
2261
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Selected | `colorNeutralForeground1Selected`} design token.
|
|
2262
|
+
* @public
|
|
2263
|
+
*/
|
|
1918
2264
|
export declare const colorNeutralForeground1Selected = "var(--colorNeutralForeground1Selected)";
|
|
1919
2265
|
|
|
2266
|
+
/**
|
|
2267
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Static | `colorNeutralForeground1Static`} design token.
|
|
2268
|
+
* @public
|
|
2269
|
+
*/
|
|
1920
2270
|
export declare const colorNeutralForeground1Static = "var(--colorNeutralForeground1Static)";
|
|
1921
2271
|
|
|
2272
|
+
/**
|
|
2273
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2 | `colorNeutralForeground2`} design token.
|
|
2274
|
+
* @public
|
|
2275
|
+
*/
|
|
1922
2276
|
export declare const colorNeutralForeground2 = "var(--colorNeutralForeground2)";
|
|
1923
2277
|
|
|
2278
|
+
/**
|
|
2279
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2BrandHover | `colorNeutralForeground2BrandHover`} design token.
|
|
2280
|
+
* @public
|
|
2281
|
+
*/
|
|
1924
2282
|
export declare const colorNeutralForeground2BrandHover = "var(--colorNeutralForeground2BrandHover)";
|
|
1925
2283
|
|
|
2284
|
+
/**
|
|
2285
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2BrandPressed | `colorNeutralForeground2BrandPressed`} design token.
|
|
2286
|
+
* @public
|
|
2287
|
+
*/
|
|
1926
2288
|
export declare const colorNeutralForeground2BrandPressed = "var(--colorNeutralForeground2BrandPressed)";
|
|
1927
2289
|
|
|
2290
|
+
/**
|
|
2291
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2BrandSelected | `colorNeutralForeground2BrandSelected`} design token.
|
|
2292
|
+
* @public
|
|
2293
|
+
*/
|
|
1928
2294
|
export declare const colorNeutralForeground2BrandSelected = "var(--colorNeutralForeground2BrandSelected)";
|
|
1929
2295
|
|
|
2296
|
+
/**
|
|
2297
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Hover | `colorNeutralForeground2Hover`} design token.
|
|
2298
|
+
* @public
|
|
2299
|
+
*/
|
|
1930
2300
|
export declare const colorNeutralForeground2Hover = "var(--colorNeutralForeground2Hover)";
|
|
1931
2301
|
|
|
2302
|
+
/**
|
|
2303
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Link | `colorNeutralForeground2Link`} design token.
|
|
2304
|
+
* @public
|
|
2305
|
+
*/
|
|
1932
2306
|
export declare const colorNeutralForeground2Link = "var(--colorNeutralForeground2Link)";
|
|
1933
2307
|
|
|
2308
|
+
/**
|
|
2309
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2LinkHover | `colorNeutralForeground2LinkHover`} design token.
|
|
2310
|
+
* @public
|
|
2311
|
+
*/
|
|
1934
2312
|
export declare const colorNeutralForeground2LinkHover = "var(--colorNeutralForeground2LinkHover)";
|
|
1935
2313
|
|
|
2314
|
+
/**
|
|
2315
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2LinkPressed | `colorNeutralForeground2LinkPressed`} design token.
|
|
2316
|
+
* @public
|
|
2317
|
+
*/
|
|
1936
2318
|
export declare const colorNeutralForeground2LinkPressed = "var(--colorNeutralForeground2LinkPressed)";
|
|
1937
2319
|
|
|
2320
|
+
/**
|
|
2321
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2LinkSelected | `colorNeutralForeground2LinkSelected`} design token.
|
|
2322
|
+
* @public
|
|
2323
|
+
*/
|
|
1938
2324
|
export declare const colorNeutralForeground2LinkSelected = "var(--colorNeutralForeground2LinkSelected)";
|
|
1939
2325
|
|
|
2326
|
+
/**
|
|
2327
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Pressed | `colorNeutralForeground2Pressed`} design token.
|
|
2328
|
+
* @public
|
|
2329
|
+
*/
|
|
1940
2330
|
export declare const colorNeutralForeground2Pressed = "var(--colorNeutralForeground2Pressed)";
|
|
1941
2331
|
|
|
2332
|
+
/**
|
|
2333
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Selected | `colorNeutralForeground2Selected`} design token.
|
|
2334
|
+
* @public
|
|
2335
|
+
*/
|
|
1942
2336
|
export declare const colorNeutralForeground2Selected = "var(--colorNeutralForeground2Selected)";
|
|
1943
2337
|
|
|
2338
|
+
/**
|
|
2339
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3 | `colorNeutralForeground3`} design token.
|
|
2340
|
+
* @public
|
|
2341
|
+
*/
|
|
1944
2342
|
export declare const colorNeutralForeground3 = "var(--colorNeutralForeground3)";
|
|
1945
2343
|
|
|
2344
|
+
/**
|
|
2345
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3BrandHover | `colorNeutralForeground3BrandHover`} design token.
|
|
2346
|
+
* @public
|
|
2347
|
+
*/
|
|
1946
2348
|
export declare const colorNeutralForeground3BrandHover = "var(--colorNeutralForeground3BrandHover)";
|
|
1947
2349
|
|
|
2350
|
+
/**
|
|
2351
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3BrandPressed | `colorNeutralForeground3BrandPressed`} design token.
|
|
2352
|
+
* @public
|
|
2353
|
+
*/
|
|
1948
2354
|
export declare const colorNeutralForeground3BrandPressed = "var(--colorNeutralForeground3BrandPressed)";
|
|
1949
2355
|
|
|
2356
|
+
/**
|
|
2357
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3BrandSelected | `colorNeutralForeground3BrandSelected`} design token.
|
|
2358
|
+
* @public
|
|
2359
|
+
*/
|
|
1950
2360
|
export declare const colorNeutralForeground3BrandSelected = "var(--colorNeutralForeground3BrandSelected)";
|
|
1951
2361
|
|
|
2362
|
+
/**
|
|
2363
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3Hover | `colorNeutralForeground3Hover`} design token.
|
|
2364
|
+
* @public
|
|
2365
|
+
*/
|
|
1952
2366
|
export declare const colorNeutralForeground3Hover = "var(--colorNeutralForeground3Hover)";
|
|
1953
2367
|
|
|
2368
|
+
/**
|
|
2369
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3Pressed | `colorNeutralForeground3Pressed`} design token.
|
|
2370
|
+
* @public
|
|
2371
|
+
*/
|
|
1954
2372
|
export declare const colorNeutralForeground3Pressed = "var(--colorNeutralForeground3Pressed)";
|
|
1955
2373
|
|
|
2374
|
+
/**
|
|
2375
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3Selected | `colorNeutralForeground3Selected`} design token.
|
|
2376
|
+
* @public
|
|
2377
|
+
*/
|
|
1956
2378
|
export declare const colorNeutralForeground3Selected = "var(--colorNeutralForeground3Selected)";
|
|
1957
2379
|
|
|
2380
|
+
/**
|
|
2381
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground4 | `colorNeutralForeground4`} design token.
|
|
2382
|
+
* @public
|
|
2383
|
+
*/
|
|
1958
2384
|
export declare const colorNeutralForeground4 = "var(--colorNeutralForeground4)";
|
|
1959
2385
|
|
|
2386
|
+
/**
|
|
2387
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundDisabled | `colorNeutralForegroundDisabled`} design token.
|
|
2388
|
+
* @public
|
|
2389
|
+
*/
|
|
1960
2390
|
export declare const colorNeutralForegroundDisabled = "var(--colorNeutralForegroundDisabled)";
|
|
1961
2391
|
|
|
2392
|
+
/**
|
|
2393
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInverted | `colorNeutralForegroundInverted`} design token.
|
|
2394
|
+
* @public
|
|
2395
|
+
*/
|
|
1962
2396
|
export declare const colorNeutralForegroundInverted = "var(--colorNeutralForegroundInverted)";
|
|
1963
2397
|
|
|
2398
|
+
/**
|
|
2399
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInverted2 | `colorNeutralForegroundInverted2`} design token.
|
|
2400
|
+
* @public
|
|
2401
|
+
*/
|
|
1964
2402
|
export declare const colorNeutralForegroundInverted2 = "var(--colorNeutralForegroundInverted2)";
|
|
1965
2403
|
|
|
2404
|
+
/**
|
|
2405
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedDisabled | `colorNeutralForegroundInvertedDisabled`} design token.
|
|
2406
|
+
* @public
|
|
2407
|
+
*/
|
|
1966
2408
|
export declare const colorNeutralForegroundInvertedDisabled = "var(--colorNeutralForegroundInvertedDisabled)";
|
|
1967
2409
|
|
|
2410
|
+
/**
|
|
2411
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedHover | `colorNeutralForegroundInvertedHover`} design token.
|
|
2412
|
+
* @public
|
|
2413
|
+
*/
|
|
1968
2414
|
export declare const colorNeutralForegroundInvertedHover = "var(--colorNeutralForegroundInvertedHover)";
|
|
1969
2415
|
|
|
2416
|
+
/**
|
|
2417
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLink | `colorNeutralForegroundInvertedLink`} design token.
|
|
2418
|
+
* @public
|
|
2419
|
+
*/
|
|
1970
2420
|
export declare const colorNeutralForegroundInvertedLink = "var(--colorNeutralForegroundInvertedLink)";
|
|
1971
2421
|
|
|
2422
|
+
/**
|
|
2423
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLinkHover | `colorNeutralForegroundInvertedLinkHover`} design token.
|
|
2424
|
+
* @public
|
|
2425
|
+
*/
|
|
1972
2426
|
export declare const colorNeutralForegroundInvertedLinkHover = "var(--colorNeutralForegroundInvertedLinkHover)";
|
|
1973
2427
|
|
|
2428
|
+
/**
|
|
2429
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLinkPressed | `colorNeutralForegroundInvertedLinkPressed`} design token.
|
|
2430
|
+
* @public
|
|
2431
|
+
*/
|
|
1974
2432
|
export declare const colorNeutralForegroundInvertedLinkPressed = "var(--colorNeutralForegroundInvertedLinkPressed)";
|
|
1975
2433
|
|
|
2434
|
+
/**
|
|
2435
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLinkSelected | `colorNeutralForegroundInvertedLinkSelected`} design token.
|
|
2436
|
+
* @public
|
|
2437
|
+
*/
|
|
1976
2438
|
export declare const colorNeutralForegroundInvertedLinkSelected = "var(--colorNeutralForegroundInvertedLinkSelected)";
|
|
1977
2439
|
|
|
2440
|
+
/**
|
|
2441
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedPressed | `colorNeutralForegroundInvertedPressed`} design token.
|
|
2442
|
+
* @public
|
|
2443
|
+
*/
|
|
1978
2444
|
export declare const colorNeutralForegroundInvertedPressed = "var(--colorNeutralForegroundInvertedPressed)";
|
|
1979
2445
|
|
|
2446
|
+
/**
|
|
2447
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedSelected | `colorNeutralForegroundInvertedSelected`} design token.
|
|
2448
|
+
* @public
|
|
2449
|
+
*/
|
|
1980
2450
|
export declare const colorNeutralForegroundInvertedSelected = "var(--colorNeutralForegroundInvertedSelected)";
|
|
1981
2451
|
|
|
2452
|
+
/**
|
|
2453
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundOnBrand | `colorNeutralForegroundOnBrand`} design token.
|
|
2454
|
+
* @public
|
|
2455
|
+
*/
|
|
1982
2456
|
export declare const colorNeutralForegroundOnBrand = "var(--colorNeutralForegroundOnBrand)";
|
|
1983
2457
|
|
|
2458
|
+
/**
|
|
2459
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundStaticInverted | `colorNeutralForegroundStaticInverted`} design token.
|
|
2460
|
+
* @public
|
|
2461
|
+
*/
|
|
1984
2462
|
export declare const colorNeutralForegroundStaticInverted = "var(--colorNeutralForegroundStaticInverted)";
|
|
1985
2463
|
|
|
2464
|
+
/**
|
|
2465
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowAmbient | `colorNeutralShadowAmbient`} design token.
|
|
2466
|
+
* @public
|
|
2467
|
+
*/
|
|
1986
2468
|
export declare const colorNeutralShadowAmbient = "var(--colorNeutralShadowAmbient)";
|
|
1987
2469
|
|
|
2470
|
+
/**
|
|
2471
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowAmbientDarker | `colorNeutralShadowAmbientDarker`} design token.
|
|
2472
|
+
* @public
|
|
2473
|
+
*/
|
|
1988
2474
|
export declare const colorNeutralShadowAmbientDarker = "var(--colorNeutralShadowAmbientDarker)";
|
|
1989
2475
|
|
|
2476
|
+
/**
|
|
2477
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowAmbientLighter | `colorNeutralShadowAmbientLighter`} design token.
|
|
2478
|
+
* @public
|
|
2479
|
+
*/
|
|
1990
2480
|
export declare const colorNeutralShadowAmbientLighter = "var(--colorNeutralShadowAmbientLighter)";
|
|
1991
2481
|
|
|
2482
|
+
/**
|
|
2483
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowKey | `colorNeutralShadowKey`} design token.
|
|
2484
|
+
* @public
|
|
2485
|
+
*/
|
|
1992
2486
|
export declare const colorNeutralShadowKey = "var(--colorNeutralShadowKey)";
|
|
1993
2487
|
|
|
2488
|
+
/**
|
|
2489
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowKeyDarker | `colorNeutralShadowKeyDarker`} design token.
|
|
2490
|
+
* @public
|
|
2491
|
+
*/
|
|
1994
2492
|
export declare const colorNeutralShadowKeyDarker = "var(--colorNeutralShadowKeyDarker)";
|
|
1995
2493
|
|
|
2494
|
+
/**
|
|
2495
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowKeyLighter | `colorNeutralShadowKeyLighter`} design token.
|
|
2496
|
+
* @public
|
|
2497
|
+
*/
|
|
1996
2498
|
export declare const colorNeutralShadowKeyLighter = "var(--colorNeutralShadowKeyLighter)";
|
|
1997
2499
|
|
|
2500
|
+
/**
|
|
2501
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil1 | `colorNeutralStencil1`} design token.
|
|
2502
|
+
* @public
|
|
2503
|
+
*/
|
|
1998
2504
|
export declare const colorNeutralStencil1 = "var(--colorNeutralStencil1)";
|
|
1999
2505
|
|
|
2506
|
+
/**
|
|
2507
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil1Alpha | `colorNeutralStencil1Alpha`} design token.
|
|
2508
|
+
* @public
|
|
2509
|
+
*/
|
|
2000
2510
|
export declare const colorNeutralStencil1Alpha = "var(--colorNeutralStencil1Alpha)";
|
|
2001
2511
|
|
|
2512
|
+
/**
|
|
2513
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil2 | `colorNeutralStencil2`} design token.
|
|
2514
|
+
* @public
|
|
2515
|
+
*/
|
|
2002
2516
|
export declare const colorNeutralStencil2 = "var(--colorNeutralStencil2)";
|
|
2003
2517
|
|
|
2518
|
+
/**
|
|
2519
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil2Alpha | `colorNeutralStencil2Alpha`} design token.
|
|
2520
|
+
* @public
|
|
2521
|
+
*/
|
|
2004
2522
|
export declare const colorNeutralStencil2Alpha = "var(--colorNeutralStencil2Alpha)";
|
|
2005
2523
|
|
|
2524
|
+
/**
|
|
2525
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1 | `colorNeutralStroke1`} design token.
|
|
2526
|
+
* @public
|
|
2527
|
+
*/
|
|
2006
2528
|
export declare const colorNeutralStroke1 = "var(--colorNeutralStroke1)";
|
|
2007
2529
|
|
|
2530
|
+
/**
|
|
2531
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1Hover | `colorNeutralStroke1Hover`} design token.
|
|
2532
|
+
* @public
|
|
2533
|
+
*/
|
|
2008
2534
|
export declare const colorNeutralStroke1Hover = "var(--colorNeutralStroke1Hover)";
|
|
2009
2535
|
|
|
2536
|
+
/**
|
|
2537
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1Pressed | `colorNeutralStroke1Pressed`} design token.
|
|
2538
|
+
* @public
|
|
2539
|
+
*/
|
|
2010
2540
|
export declare const colorNeutralStroke1Pressed = "var(--colorNeutralStroke1Pressed)";
|
|
2011
2541
|
|
|
2542
|
+
/**
|
|
2543
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1Selected | `colorNeutralStroke1Selected`} design token.
|
|
2544
|
+
* @public
|
|
2545
|
+
*/
|
|
2012
2546
|
export declare const colorNeutralStroke1Selected = "var(--colorNeutralStroke1Selected)";
|
|
2013
2547
|
|
|
2548
|
+
/**
|
|
2549
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke2 | `colorNeutralStroke2`} design token.
|
|
2550
|
+
* @public
|
|
2551
|
+
*/
|
|
2014
2552
|
export declare const colorNeutralStroke2 = "var(--colorNeutralStroke2)";
|
|
2015
2553
|
|
|
2554
|
+
/**
|
|
2555
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke3 | `colorNeutralStroke3`} design token.
|
|
2556
|
+
* @public
|
|
2557
|
+
*/
|
|
2016
2558
|
export declare const colorNeutralStroke3 = "var(--colorNeutralStroke3)";
|
|
2017
2559
|
|
|
2560
|
+
/**
|
|
2561
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessible | `colorNeutralStrokeAccessible`} design token.
|
|
2562
|
+
* @public
|
|
2563
|
+
*/
|
|
2018
2564
|
export declare const colorNeutralStrokeAccessible = "var(--colorNeutralStrokeAccessible)";
|
|
2019
2565
|
|
|
2566
|
+
/**
|
|
2567
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessibleHover | `colorNeutralStrokeAccessibleHover`} design token.
|
|
2568
|
+
* @public
|
|
2569
|
+
*/
|
|
2020
2570
|
export declare const colorNeutralStrokeAccessibleHover = "var(--colorNeutralStrokeAccessibleHover)";
|
|
2021
2571
|
|
|
2572
|
+
/**
|
|
2573
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessiblePressed | `colorNeutralStrokeAccessiblePressed`} design token.
|
|
2574
|
+
* @public
|
|
2575
|
+
*/
|
|
2022
2576
|
export declare const colorNeutralStrokeAccessiblePressed = "var(--colorNeutralStrokeAccessiblePressed)";
|
|
2023
2577
|
|
|
2578
|
+
/**
|
|
2579
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessibleSelected | `colorNeutralStrokeAccessibleSelected`} design token.
|
|
2580
|
+
* @public
|
|
2581
|
+
*/
|
|
2024
2582
|
export declare const colorNeutralStrokeAccessibleSelected = "var(--colorNeutralStrokeAccessibleSelected)";
|
|
2025
2583
|
|
|
2584
|
+
/**
|
|
2585
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAlpha | `colorNeutralStrokeAlpha`} design token.
|
|
2586
|
+
* @public
|
|
2587
|
+
*/
|
|
2026
2588
|
export declare const colorNeutralStrokeAlpha = "var(--colorNeutralStrokeAlpha)";
|
|
2027
2589
|
|
|
2590
|
+
/**
|
|
2591
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAlpha2 | `colorNeutralStrokeAlpha2`} design token.
|
|
2592
|
+
* @public
|
|
2593
|
+
*/
|
|
2028
2594
|
export declare const colorNeutralStrokeAlpha2 = "var(--colorNeutralStrokeAlpha2)";
|
|
2029
2595
|
|
|
2596
|
+
/**
|
|
2597
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeDisabled | `colorNeutralStrokeDisabled`} design token.
|
|
2598
|
+
* @public
|
|
2599
|
+
*/
|
|
2030
2600
|
export declare const colorNeutralStrokeDisabled = "var(--colorNeutralStrokeDisabled)";
|
|
2031
2601
|
|
|
2602
|
+
/**
|
|
2603
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeInvertedDisabled | `colorNeutralStrokeInvertedDisabled`} design token.
|
|
2604
|
+
* @public
|
|
2605
|
+
*/
|
|
2032
2606
|
export declare const colorNeutralStrokeInvertedDisabled = "var(--colorNeutralStrokeInvertedDisabled)";
|
|
2033
2607
|
|
|
2608
|
+
/**
|
|
2609
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand | `colorNeutralStrokeOnBrand`} design token.
|
|
2610
|
+
* @public
|
|
2611
|
+
*/
|
|
2034
2612
|
export declare const colorNeutralStrokeOnBrand = "var(--colorNeutralStrokeOnBrand)";
|
|
2035
2613
|
|
|
2614
|
+
/**
|
|
2615
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2 | `colorNeutralStrokeOnBrand2`} design token.
|
|
2616
|
+
* @public
|
|
2617
|
+
*/
|
|
2036
2618
|
export declare const colorNeutralStrokeOnBrand2 = "var(--colorNeutralStrokeOnBrand2)";
|
|
2037
2619
|
|
|
2620
|
+
/**
|
|
2621
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2Hover | `colorNeutralStrokeOnBrand2Hover`} design token.
|
|
2622
|
+
* @public
|
|
2623
|
+
*/
|
|
2038
2624
|
export declare const colorNeutralStrokeOnBrand2Hover = "var(--colorNeutralStrokeOnBrand2Hover)";
|
|
2039
2625
|
|
|
2626
|
+
/**
|
|
2627
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2Pressed | `colorNeutralStrokeOnBrand2Pressed`} design token.
|
|
2628
|
+
* @public
|
|
2629
|
+
*/
|
|
2040
2630
|
export declare const colorNeutralStrokeOnBrand2Pressed = "var(--colorNeutralStrokeOnBrand2Pressed)";
|
|
2041
2631
|
|
|
2632
|
+
/**
|
|
2633
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2Selected | `colorNeutralStrokeOnBrand2Selected`} design token.
|
|
2634
|
+
* @public
|
|
2635
|
+
*/
|
|
2042
2636
|
export declare const colorNeutralStrokeOnBrand2Selected = "var(--colorNeutralStrokeOnBrand2Selected)";
|
|
2043
2637
|
|
|
2638
|
+
/**
|
|
2639
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeSubtle | `colorNeutralStrokeSubtle`} design token.
|
|
2640
|
+
* @public
|
|
2641
|
+
*/
|
|
2044
2642
|
export declare const colorNeutralStrokeSubtle = "var(--colorNeutralStrokeSubtle)";
|
|
2045
2643
|
|
|
2644
|
+
/**
|
|
2645
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteAnchorBackground2 | `colorPaletteAnchorBackground2`} design token.
|
|
2646
|
+
* @public
|
|
2647
|
+
*/
|
|
2046
2648
|
export declare const colorPaletteAnchorBackground2 = "var(--colorPaletteAnchorBackground2)";
|
|
2047
2649
|
|
|
2650
|
+
/**
|
|
2651
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteAnchorBorderActive | `colorPaletteAnchorBorderActive`} design token.
|
|
2652
|
+
* @public
|
|
2653
|
+
*/
|
|
2048
2654
|
export declare const colorPaletteAnchorBorderActive = "var(--colorPaletteAnchorBorderActive)";
|
|
2049
2655
|
|
|
2656
|
+
/**
|
|
2657
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteAnchorForeground2 | `colorPaletteAnchorForeground2`} design token.
|
|
2658
|
+
* @public
|
|
2659
|
+
*/
|
|
2050
2660
|
export declare const colorPaletteAnchorForeground2 = "var(--colorPaletteAnchorForeground2)";
|
|
2051
2661
|
|
|
2662
|
+
/**
|
|
2663
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBeigeBackground2 | `colorPaletteBeigeBackground2`} design token.
|
|
2664
|
+
* @public
|
|
2665
|
+
*/
|
|
2052
2666
|
export declare const colorPaletteBeigeBackground2 = "var(--colorPaletteBeigeBackground2)";
|
|
2053
2667
|
|
|
2668
|
+
/**
|
|
2669
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBeigeBorderActive | `colorPaletteBeigeBorderActive`} design token.
|
|
2670
|
+
* @public
|
|
2671
|
+
*/
|
|
2054
2672
|
export declare const colorPaletteBeigeBorderActive = "var(--colorPaletteBeigeBorderActive)";
|
|
2055
2673
|
|
|
2674
|
+
/**
|
|
2675
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBeigeForeground2 | `colorPaletteBeigeForeground2`} design token.
|
|
2676
|
+
* @public
|
|
2677
|
+
*/
|
|
2056
2678
|
export declare const colorPaletteBeigeForeground2 = "var(--colorPaletteBeigeForeground2)";
|
|
2057
2679
|
|
|
2680
|
+
/**
|
|
2681
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBackground1 | `colorPaletteBerryBackground1`} design token.
|
|
2682
|
+
* @public
|
|
2683
|
+
*/
|
|
2058
2684
|
export declare const colorPaletteBerryBackground1 = "var(--colorPaletteBerryBackground1)";
|
|
2059
2685
|
|
|
2686
|
+
/**
|
|
2687
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBackground2 | `colorPaletteBerryBackground2`} design token.
|
|
2688
|
+
* @public
|
|
2689
|
+
*/
|
|
2060
2690
|
export declare const colorPaletteBerryBackground2 = "var(--colorPaletteBerryBackground2)";
|
|
2061
2691
|
|
|
2692
|
+
/**
|
|
2693
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBackground3 | `colorPaletteBerryBackground3`} design token.
|
|
2694
|
+
* @public
|
|
2695
|
+
*/
|
|
2062
2696
|
export declare const colorPaletteBerryBackground3 = "var(--colorPaletteBerryBackground3)";
|
|
2063
2697
|
|
|
2698
|
+
/**
|
|
2699
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBorder1 | `colorPaletteBerryBorder1`} design token.
|
|
2700
|
+
* @public
|
|
2701
|
+
*/
|
|
2064
2702
|
export declare const colorPaletteBerryBorder1 = "var(--colorPaletteBerryBorder1)";
|
|
2065
2703
|
|
|
2704
|
+
/**
|
|
2705
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBorder2 | `colorPaletteBerryBorder2`} design token.
|
|
2706
|
+
* @public
|
|
2707
|
+
*/
|
|
2066
2708
|
export declare const colorPaletteBerryBorder2 = "var(--colorPaletteBerryBorder2)";
|
|
2067
2709
|
|
|
2710
|
+
/**
|
|
2711
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBorderActive | `colorPaletteBerryBorderActive`} design token.
|
|
2712
|
+
* @public
|
|
2713
|
+
*/
|
|
2068
2714
|
export declare const colorPaletteBerryBorderActive = "var(--colorPaletteBerryBorderActive)";
|
|
2069
2715
|
|
|
2716
|
+
/**
|
|
2717
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryForeground1 | `colorPaletteBerryForeground1`} design token.
|
|
2718
|
+
* @public
|
|
2719
|
+
*/
|
|
2070
2720
|
export declare const colorPaletteBerryForeground1 = "var(--colorPaletteBerryForeground1)";
|
|
2071
2721
|
|
|
2722
|
+
/**
|
|
2723
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryForeground2 | `colorPaletteBerryForeground2`} design token.
|
|
2724
|
+
* @public
|
|
2725
|
+
*/
|
|
2072
2726
|
export declare const colorPaletteBerryForeground2 = "var(--colorPaletteBerryForeground2)";
|
|
2073
2727
|
|
|
2728
|
+
/**
|
|
2729
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryForeground3 | `colorPaletteBerryForeground3`} design token.
|
|
2730
|
+
* @public
|
|
2731
|
+
*/
|
|
2074
2732
|
export declare const colorPaletteBerryForeground3 = "var(--colorPaletteBerryForeground3)";
|
|
2075
2733
|
|
|
2734
|
+
/**
|
|
2735
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBlueBackground2 | `colorPaletteBlueBackground2`} design token.
|
|
2736
|
+
* @public
|
|
2737
|
+
*/
|
|
2076
2738
|
export declare const colorPaletteBlueBackground2 = "var(--colorPaletteBlueBackground2)";
|
|
2077
2739
|
|
|
2740
|
+
/**
|
|
2741
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBlueBorderActive | `colorPaletteBlueBorderActive`} design token.
|
|
2742
|
+
* @public
|
|
2743
|
+
*/
|
|
2078
2744
|
export declare const colorPaletteBlueBorderActive = "var(--colorPaletteBlueBorderActive)";
|
|
2079
2745
|
|
|
2746
|
+
/**
|
|
2747
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBlueForeground2 | `colorPaletteBlueForeground2`} design token.
|
|
2748
|
+
* @public
|
|
2749
|
+
*/
|
|
2080
2750
|
export declare const colorPaletteBlueForeground2 = "var(--colorPaletteBlueForeground2)";
|
|
2081
2751
|
|
|
2752
|
+
/**
|
|
2753
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrassBackground2 | `colorPaletteBrassBackground2`} design token.
|
|
2754
|
+
* @public
|
|
2755
|
+
*/
|
|
2082
2756
|
export declare const colorPaletteBrassBackground2 = "var(--colorPaletteBrassBackground2)";
|
|
2083
2757
|
|
|
2758
|
+
/**
|
|
2759
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrassBorderActive | `colorPaletteBrassBorderActive`} design token.
|
|
2760
|
+
* @public
|
|
2761
|
+
*/
|
|
2084
2762
|
export declare const colorPaletteBrassBorderActive = "var(--colorPaletteBrassBorderActive)";
|
|
2085
2763
|
|
|
2764
|
+
/**
|
|
2765
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrassForeground2 | `colorPaletteBrassForeground2`} design token.
|
|
2766
|
+
* @public
|
|
2767
|
+
*/
|
|
2086
2768
|
export declare const colorPaletteBrassForeground2 = "var(--colorPaletteBrassForeground2)";
|
|
2087
2769
|
|
|
2770
|
+
/**
|
|
2771
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrownBackground2 | `colorPaletteBrownBackground2`} design token.
|
|
2772
|
+
* @public
|
|
2773
|
+
*/
|
|
2088
2774
|
export declare const colorPaletteBrownBackground2 = "var(--colorPaletteBrownBackground2)";
|
|
2089
2775
|
|
|
2776
|
+
/**
|
|
2777
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrownBorderActive | `colorPaletteBrownBorderActive`} design token.
|
|
2778
|
+
* @public
|
|
2779
|
+
*/
|
|
2090
2780
|
export declare const colorPaletteBrownBorderActive = "var(--colorPaletteBrownBorderActive)";
|
|
2091
2781
|
|
|
2782
|
+
/**
|
|
2783
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrownForeground2 | `colorPaletteBrownForeground2`} design token.
|
|
2784
|
+
* @public
|
|
2785
|
+
*/
|
|
2092
2786
|
export declare const colorPaletteBrownForeground2 = "var(--colorPaletteBrownForeground2)";
|
|
2093
2787
|
|
|
2788
|
+
/**
|
|
2789
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteCornflowerBackground2 | `colorPaletteCornflowerBackground2`} design token.
|
|
2790
|
+
* @public
|
|
2791
|
+
*/
|
|
2094
2792
|
export declare const colorPaletteCornflowerBackground2 = "var(--colorPaletteCornflowerBackground2)";
|
|
2095
2793
|
|
|
2794
|
+
/**
|
|
2795
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteCornflowerBorderActive | `colorPaletteCornflowerBorderActive`} design token.
|
|
2796
|
+
* @public
|
|
2797
|
+
*/
|
|
2096
2798
|
export declare const colorPaletteCornflowerBorderActive = "var(--colorPaletteCornflowerBorderActive)";
|
|
2097
2799
|
|
|
2800
|
+
/**
|
|
2801
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteCornflowerForeground2 | `colorPaletteCornflowerForeground2`} design token.
|
|
2802
|
+
* @public
|
|
2803
|
+
*/
|
|
2098
2804
|
export declare const colorPaletteCornflowerForeground2 = "var(--colorPaletteCornflowerForeground2)";
|
|
2099
2805
|
|
|
2806
|
+
/**
|
|
2807
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteCranberryBackground2 | `colorPaletteCranberryBackground2`} design token.
|
|
2808
|
+
* @public
|
|
2809
|
+
*/
|
|
2100
2810
|
export declare const colorPaletteCranberryBackground2 = "var(--colorPaletteCranberryBackground2)";
|
|
2101
2811
|
|
|
2812
|
+
/**
|
|
2813
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteCranberryBorderActive | `colorPaletteCranberryBorderActive`} design token.
|
|
2814
|
+
* @public
|
|
2815
|
+
*/
|
|
2102
2816
|
export declare const colorPaletteCranberryBorderActive = "var(--colorPaletteCranberryBorderActive)";
|
|
2103
2817
|
|
|
2818
|
+
/**
|
|
2819
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteCranberryForeground2 | `colorPaletteCranberryForeground2`} design token.
|
|
2820
|
+
* @public
|
|
2821
|
+
*/
|
|
2104
2822
|
export declare const colorPaletteCranberryForeground2 = "var(--colorPaletteCranberryForeground2)";
|
|
2105
2823
|
|
|
2824
|
+
/**
|
|
2825
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkGreenBackground2 | `colorPaletteDarkGreenBackground2`} design token.
|
|
2826
|
+
* @public
|
|
2827
|
+
*/
|
|
2106
2828
|
export declare const colorPaletteDarkGreenBackground2 = "var(--colorPaletteDarkGreenBackground2)";
|
|
2107
2829
|
|
|
2830
|
+
/**
|
|
2831
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkGreenBorderActive | `colorPaletteDarkGreenBorderActive`} design token.
|
|
2832
|
+
* @public
|
|
2833
|
+
*/
|
|
2108
2834
|
export declare const colorPaletteDarkGreenBorderActive = "var(--colorPaletteDarkGreenBorderActive)";
|
|
2109
2835
|
|
|
2836
|
+
/**
|
|
2837
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkGreenForeground2 | `colorPaletteDarkGreenForeground2`} design token.
|
|
2838
|
+
* @public
|
|
2839
|
+
*/
|
|
2110
2840
|
export declare const colorPaletteDarkGreenForeground2 = "var(--colorPaletteDarkGreenForeground2)";
|
|
2111
2841
|
|
|
2842
|
+
/**
|
|
2843
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBackground1 | `colorPaletteDarkOrangeBackground1`} design token.
|
|
2844
|
+
* @public
|
|
2845
|
+
*/
|
|
2112
2846
|
export declare const colorPaletteDarkOrangeBackground1 = "var(--colorPaletteDarkOrangeBackground1)";
|
|
2113
2847
|
|
|
2848
|
+
/**
|
|
2849
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBackground2 | `colorPaletteDarkOrangeBackground2`} design token.
|
|
2850
|
+
* @public
|
|
2851
|
+
*/
|
|
2114
2852
|
export declare const colorPaletteDarkOrangeBackground2 = "var(--colorPaletteDarkOrangeBackground2)";
|
|
2115
2853
|
|
|
2854
|
+
/**
|
|
2855
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBackground3 | `colorPaletteDarkOrangeBackground3`} design token.
|
|
2856
|
+
* @public
|
|
2857
|
+
*/
|
|
2116
2858
|
export declare const colorPaletteDarkOrangeBackground3 = "var(--colorPaletteDarkOrangeBackground3)";
|
|
2117
2859
|
|
|
2860
|
+
/**
|
|
2861
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBorder1 | `colorPaletteDarkOrangeBorder1`} design token.
|
|
2862
|
+
* @public
|
|
2863
|
+
*/
|
|
2118
2864
|
export declare const colorPaletteDarkOrangeBorder1 = "var(--colorPaletteDarkOrangeBorder1)";
|
|
2119
2865
|
|
|
2866
|
+
/**
|
|
2867
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBorder2 | `colorPaletteDarkOrangeBorder2`} design token.
|
|
2868
|
+
* @public
|
|
2869
|
+
*/
|
|
2120
2870
|
export declare const colorPaletteDarkOrangeBorder2 = "var(--colorPaletteDarkOrangeBorder2)";
|
|
2121
2871
|
|
|
2872
|
+
/**
|
|
2873
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBorderActive | `colorPaletteDarkOrangeBorderActive`} design token.
|
|
2874
|
+
* @public
|
|
2875
|
+
*/
|
|
2122
2876
|
export declare const colorPaletteDarkOrangeBorderActive = "var(--colorPaletteDarkOrangeBorderActive)";
|
|
2123
2877
|
|
|
2878
|
+
/**
|
|
2879
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeForeground1 | `colorPaletteDarkOrangeForeground1`} design token.
|
|
2880
|
+
* @public
|
|
2881
|
+
*/
|
|
2124
2882
|
export declare const colorPaletteDarkOrangeForeground1 = "var(--colorPaletteDarkOrangeForeground1)";
|
|
2125
2883
|
|
|
2884
|
+
/**
|
|
2885
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeForeground2 | `colorPaletteDarkOrangeForeground2`} design token.
|
|
2886
|
+
* @public
|
|
2887
|
+
*/
|
|
2126
2888
|
export declare const colorPaletteDarkOrangeForeground2 = "var(--colorPaletteDarkOrangeForeground2)";
|
|
2127
2889
|
|
|
2890
|
+
/**
|
|
2891
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeForeground3 | `colorPaletteDarkOrangeForeground3`} design token.
|
|
2892
|
+
* @public
|
|
2893
|
+
*/
|
|
2128
2894
|
export declare const colorPaletteDarkOrangeForeground3 = "var(--colorPaletteDarkOrangeForeground3)";
|
|
2129
2895
|
|
|
2896
|
+
/**
|
|
2897
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkRedBackground2 | `colorPaletteDarkRedBackground2`} design token.
|
|
2898
|
+
* @public
|
|
2899
|
+
*/
|
|
2130
2900
|
export declare const colorPaletteDarkRedBackground2 = "var(--colorPaletteDarkRedBackground2)";
|
|
2131
2901
|
|
|
2902
|
+
/**
|
|
2903
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkRedBorderActive | `colorPaletteDarkRedBorderActive`} design token.
|
|
2904
|
+
* @public
|
|
2905
|
+
*/
|
|
2132
2906
|
export declare const colorPaletteDarkRedBorderActive = "var(--colorPaletteDarkRedBorderActive)";
|
|
2133
2907
|
|
|
2908
|
+
/**
|
|
2909
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkRedForeground2 | `colorPaletteDarkRedForeground2`} design token.
|
|
2910
|
+
* @public
|
|
2911
|
+
*/
|
|
2134
2912
|
export declare const colorPaletteDarkRedForeground2 = "var(--colorPaletteDarkRedForeground2)";
|
|
2135
2913
|
|
|
2914
|
+
/**
|
|
2915
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteForestBackground2 | `colorPaletteForestBackground2`} design token.
|
|
2916
|
+
* @public
|
|
2917
|
+
*/
|
|
2136
2918
|
export declare const colorPaletteForestBackground2 = "var(--colorPaletteForestBackground2)";
|
|
2137
2919
|
|
|
2920
|
+
/**
|
|
2921
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteForestBorderActive | `colorPaletteForestBorderActive`} design token.
|
|
2922
|
+
* @public
|
|
2923
|
+
*/
|
|
2138
2924
|
export declare const colorPaletteForestBorderActive = "var(--colorPaletteForestBorderActive)";
|
|
2139
2925
|
|
|
2926
|
+
/**
|
|
2927
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteForestForeground2 | `colorPaletteForestForeground2`} design token.
|
|
2928
|
+
* @public
|
|
2929
|
+
*/
|
|
2140
2930
|
export declare const colorPaletteForestForeground2 = "var(--colorPaletteForestForeground2)";
|
|
2141
2931
|
|
|
2932
|
+
/**
|
|
2933
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGoldBackground2 | `colorPaletteGoldBackground2`} design token.
|
|
2934
|
+
* @public
|
|
2935
|
+
*/
|
|
2142
2936
|
export declare const colorPaletteGoldBackground2 = "var(--colorPaletteGoldBackground2)";
|
|
2143
2937
|
|
|
2938
|
+
/**
|
|
2939
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGoldBorderActive | `colorPaletteGoldBorderActive`} design token.
|
|
2940
|
+
* @public
|
|
2941
|
+
*/
|
|
2144
2942
|
export declare const colorPaletteGoldBorderActive = "var(--colorPaletteGoldBorderActive)";
|
|
2145
2943
|
|
|
2944
|
+
/**
|
|
2945
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGoldForeground2 | `colorPaletteGoldForeground2`} design token.
|
|
2946
|
+
* @public
|
|
2947
|
+
*/
|
|
2146
2948
|
export declare const colorPaletteGoldForeground2 = "var(--colorPaletteGoldForeground2)";
|
|
2147
2949
|
|
|
2950
|
+
/**
|
|
2951
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGrapeBackground2 | `colorPaletteGrapeBackground2`} design token.
|
|
2952
|
+
* @public
|
|
2953
|
+
*/
|
|
2148
2954
|
export declare const colorPaletteGrapeBackground2 = "var(--colorPaletteGrapeBackground2)";
|
|
2149
2955
|
|
|
2956
|
+
/**
|
|
2957
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGrapeBorderActive | `colorPaletteGrapeBorderActive`} design token.
|
|
2958
|
+
* @public
|
|
2959
|
+
*/
|
|
2150
2960
|
export declare const colorPaletteGrapeBorderActive = "var(--colorPaletteGrapeBorderActive)";
|
|
2151
2961
|
|
|
2962
|
+
/**
|
|
2963
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGrapeForeground2 | `colorPaletteGrapeForeground2`} design token.
|
|
2964
|
+
* @public
|
|
2965
|
+
*/
|
|
2152
2966
|
export declare const colorPaletteGrapeForeground2 = "var(--colorPaletteGrapeForeground2)";
|
|
2153
2967
|
|
|
2968
|
+
/**
|
|
2969
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBackground1 | `colorPaletteGreenBackground1`} design token.
|
|
2970
|
+
* @public
|
|
2971
|
+
*/
|
|
2154
2972
|
export declare const colorPaletteGreenBackground1 = "var(--colorPaletteGreenBackground1)";
|
|
2155
2973
|
|
|
2974
|
+
/**
|
|
2975
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBackground2 | `colorPaletteGreenBackground2`} design token.
|
|
2976
|
+
* @public
|
|
2977
|
+
*/
|
|
2156
2978
|
export declare const colorPaletteGreenBackground2 = "var(--colorPaletteGreenBackground2)";
|
|
2157
2979
|
|
|
2980
|
+
/**
|
|
2981
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBackground3 | `colorPaletteGreenBackground3`} design token.
|
|
2982
|
+
* @public
|
|
2983
|
+
*/
|
|
2158
2984
|
export declare const colorPaletteGreenBackground3 = "var(--colorPaletteGreenBackground3)";
|
|
2159
2985
|
|
|
2986
|
+
/**
|
|
2987
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBorder1 | `colorPaletteGreenBorder1`} design token.
|
|
2988
|
+
* @public
|
|
2989
|
+
*/
|
|
2160
2990
|
export declare const colorPaletteGreenBorder1 = "var(--colorPaletteGreenBorder1)";
|
|
2161
2991
|
|
|
2992
|
+
/**
|
|
2993
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBorder2 | `colorPaletteGreenBorder2`} design token.
|
|
2994
|
+
* @public
|
|
2995
|
+
*/
|
|
2162
2996
|
export declare const colorPaletteGreenBorder2 = "var(--colorPaletteGreenBorder2)";
|
|
2163
2997
|
|
|
2998
|
+
/**
|
|
2999
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBorderActive | `colorPaletteGreenBorderActive`} design token.
|
|
3000
|
+
* @public
|
|
3001
|
+
*/
|
|
2164
3002
|
export declare const colorPaletteGreenBorderActive = "var(--colorPaletteGreenBorderActive)";
|
|
2165
3003
|
|
|
3004
|
+
/**
|
|
3005
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForeground1 | `colorPaletteGreenForeground1`} design token.
|
|
3006
|
+
* @public
|
|
3007
|
+
*/
|
|
2166
3008
|
export declare const colorPaletteGreenForeground1 = "var(--colorPaletteGreenForeground1)";
|
|
2167
3009
|
|
|
3010
|
+
/**
|
|
3011
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForeground2 | `colorPaletteGreenForeground2`} design token.
|
|
3012
|
+
* @public
|
|
3013
|
+
*/
|
|
2168
3014
|
export declare const colorPaletteGreenForeground2 = "var(--colorPaletteGreenForeground2)";
|
|
2169
3015
|
|
|
3016
|
+
/**
|
|
3017
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForeground3 | `colorPaletteGreenForeground3`} design token.
|
|
3018
|
+
* @public
|
|
3019
|
+
*/
|
|
2170
3020
|
export declare const colorPaletteGreenForeground3 = "var(--colorPaletteGreenForeground3)";
|
|
2171
3021
|
|
|
3022
|
+
/**
|
|
3023
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForegroundInverted | `colorPaletteGreenForegroundInverted`} design token.
|
|
3024
|
+
* @public
|
|
3025
|
+
*/
|
|
2172
3026
|
export declare const colorPaletteGreenForegroundInverted = "var(--colorPaletteGreenForegroundInverted)";
|
|
2173
3027
|
|
|
3028
|
+
/**
|
|
3029
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLavenderBackground2 | `colorPaletteLavenderBackground2`} design token.
|
|
3030
|
+
* @public
|
|
3031
|
+
*/
|
|
2174
3032
|
export declare const colorPaletteLavenderBackground2 = "var(--colorPaletteLavenderBackground2)";
|
|
2175
3033
|
|
|
3034
|
+
/**
|
|
3035
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLavenderBorderActive | `colorPaletteLavenderBorderActive`} design token.
|
|
3036
|
+
* @public
|
|
3037
|
+
*/
|
|
2176
3038
|
export declare const colorPaletteLavenderBorderActive = "var(--colorPaletteLavenderBorderActive)";
|
|
2177
3039
|
|
|
3040
|
+
/**
|
|
3041
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLavenderForeground2 | `colorPaletteLavenderForeground2`} design token.
|
|
3042
|
+
* @public
|
|
3043
|
+
*/
|
|
2178
3044
|
export declare const colorPaletteLavenderForeground2 = "var(--colorPaletteLavenderForeground2)";
|
|
2179
3045
|
|
|
3046
|
+
/**
|
|
3047
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBackground1 | `colorPaletteLightGreenBackground1`} design token.
|
|
3048
|
+
* @public
|
|
3049
|
+
*/
|
|
2180
3050
|
export declare const colorPaletteLightGreenBackground1 = "var(--colorPaletteLightGreenBackground1)";
|
|
2181
3051
|
|
|
3052
|
+
/**
|
|
3053
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBackground2 | `colorPaletteLightGreenBackground2`} design token.
|
|
3054
|
+
* @public
|
|
3055
|
+
*/
|
|
2182
3056
|
export declare const colorPaletteLightGreenBackground2 = "var(--colorPaletteLightGreenBackground2)";
|
|
2183
3057
|
|
|
3058
|
+
/**
|
|
3059
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBackground3 | `colorPaletteLightGreenBackground3`} design token.
|
|
3060
|
+
* @public
|
|
3061
|
+
*/
|
|
2184
3062
|
export declare const colorPaletteLightGreenBackground3 = "var(--colorPaletteLightGreenBackground3)";
|
|
2185
3063
|
|
|
3064
|
+
/**
|
|
3065
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBorder1 | `colorPaletteLightGreenBorder1`} design token.
|
|
3066
|
+
* @public
|
|
3067
|
+
*/
|
|
2186
3068
|
export declare const colorPaletteLightGreenBorder1 = "var(--colorPaletteLightGreenBorder1)";
|
|
2187
3069
|
|
|
3070
|
+
/**
|
|
3071
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBorder2 | `colorPaletteLightGreenBorder2`} design token.
|
|
3072
|
+
* @public
|
|
3073
|
+
*/
|
|
2188
3074
|
export declare const colorPaletteLightGreenBorder2 = "var(--colorPaletteLightGreenBorder2)";
|
|
2189
3075
|
|
|
3076
|
+
/**
|
|
3077
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBorderActive | `colorPaletteLightGreenBorderActive`} design token.
|
|
3078
|
+
* @public
|
|
3079
|
+
*/
|
|
2190
3080
|
export declare const colorPaletteLightGreenBorderActive = "var(--colorPaletteLightGreenBorderActive)";
|
|
2191
3081
|
|
|
3082
|
+
/**
|
|
3083
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenForeground1 | `colorPaletteLightGreenForeground1`} design token.
|
|
3084
|
+
* @public
|
|
3085
|
+
*/
|
|
2192
3086
|
export declare const colorPaletteLightGreenForeground1 = "var(--colorPaletteLightGreenForeground1)";
|
|
2193
3087
|
|
|
3088
|
+
/**
|
|
3089
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenForeground2 | `colorPaletteLightGreenForeground2`} design token.
|
|
3090
|
+
* @public
|
|
3091
|
+
*/
|
|
2194
3092
|
export declare const colorPaletteLightGreenForeground2 = "var(--colorPaletteLightGreenForeground2)";
|
|
2195
3093
|
|
|
3094
|
+
/**
|
|
3095
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenForeground3 | `colorPaletteLightGreenForeground3`} design token.
|
|
3096
|
+
* @public
|
|
3097
|
+
*/
|
|
2196
3098
|
export declare const colorPaletteLightGreenForeground3 = "var(--colorPaletteLightGreenForeground3)";
|
|
2197
3099
|
|
|
3100
|
+
/**
|
|
3101
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightTealBackground2 | `colorPaletteLightTealBackground2`} design token.
|
|
3102
|
+
* @public
|
|
3103
|
+
*/
|
|
2198
3104
|
export declare const colorPaletteLightTealBackground2 = "var(--colorPaletteLightTealBackground2)";
|
|
2199
3105
|
|
|
3106
|
+
/**
|
|
3107
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightTealBorderActive | `colorPaletteLightTealBorderActive`} design token.
|
|
3108
|
+
* @public
|
|
3109
|
+
*/
|
|
2200
3110
|
export declare const colorPaletteLightTealBorderActive = "var(--colorPaletteLightTealBorderActive)";
|
|
2201
3111
|
|
|
3112
|
+
/**
|
|
3113
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightTealForeground2 | `colorPaletteLightTealForeground2`} design token.
|
|
3114
|
+
* @public
|
|
3115
|
+
*/
|
|
2202
3116
|
export declare const colorPaletteLightTealForeground2 = "var(--colorPaletteLightTealForeground2)";
|
|
2203
3117
|
|
|
3118
|
+
/**
|
|
3119
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLilacBackground2 | `colorPaletteLilacBackground2`} design token.
|
|
3120
|
+
* @public
|
|
3121
|
+
*/
|
|
2204
3122
|
export declare const colorPaletteLilacBackground2 = "var(--colorPaletteLilacBackground2)";
|
|
2205
3123
|
|
|
3124
|
+
/**
|
|
3125
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLilacBorderActive | `colorPaletteLilacBorderActive`} design token.
|
|
3126
|
+
* @public
|
|
3127
|
+
*/
|
|
2206
3128
|
export declare const colorPaletteLilacBorderActive = "var(--colorPaletteLilacBorderActive)";
|
|
2207
3129
|
|
|
3130
|
+
/**
|
|
3131
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteLilacForeground2 | `colorPaletteLilacForeground2`} design token.
|
|
3132
|
+
* @public
|
|
3133
|
+
*/
|
|
2208
3134
|
export declare const colorPaletteLilacForeground2 = "var(--colorPaletteLilacForeground2)";
|
|
2209
3135
|
|
|
3136
|
+
/**
|
|
3137
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMagentaBackground2 | `colorPaletteMagentaBackground2`} design token.
|
|
3138
|
+
* @public
|
|
3139
|
+
*/
|
|
2210
3140
|
export declare const colorPaletteMagentaBackground2 = "var(--colorPaletteMagentaBackground2)";
|
|
2211
3141
|
|
|
3142
|
+
/**
|
|
3143
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMagentaBorderActive | `colorPaletteMagentaBorderActive`} design token.
|
|
3144
|
+
* @public
|
|
3145
|
+
*/
|
|
2212
3146
|
export declare const colorPaletteMagentaBorderActive = "var(--colorPaletteMagentaBorderActive)";
|
|
2213
3147
|
|
|
3148
|
+
/**
|
|
3149
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMagentaForeground2 | `colorPaletteMagentaForeground2`} design token.
|
|
3150
|
+
* @public
|
|
3151
|
+
*/
|
|
2214
3152
|
export declare const colorPaletteMagentaForeground2 = "var(--colorPaletteMagentaForeground2)";
|
|
2215
3153
|
|
|
3154
|
+
/**
|
|
3155
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBackground1 | `colorPaletteMarigoldBackground1`} design token.
|
|
3156
|
+
* @public
|
|
3157
|
+
*/
|
|
2216
3158
|
export declare const colorPaletteMarigoldBackground1 = "var(--colorPaletteMarigoldBackground1)";
|
|
2217
3159
|
|
|
3160
|
+
/**
|
|
3161
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBackground2 | `colorPaletteMarigoldBackground2`} design token.
|
|
3162
|
+
* @public
|
|
3163
|
+
*/
|
|
2218
3164
|
export declare const colorPaletteMarigoldBackground2 = "var(--colorPaletteMarigoldBackground2)";
|
|
2219
3165
|
|
|
3166
|
+
/**
|
|
3167
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBackground3 | `colorPaletteMarigoldBackground3`} design token.
|
|
3168
|
+
* @public
|
|
3169
|
+
*/
|
|
2220
3170
|
export declare const colorPaletteMarigoldBackground3 = "var(--colorPaletteMarigoldBackground3)";
|
|
2221
3171
|
|
|
3172
|
+
/**
|
|
3173
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBorder1 | `colorPaletteMarigoldBorder1`} design token.
|
|
3174
|
+
* @public
|
|
3175
|
+
*/
|
|
2222
3176
|
export declare const colorPaletteMarigoldBorder1 = "var(--colorPaletteMarigoldBorder1)";
|
|
2223
3177
|
|
|
3178
|
+
/**
|
|
3179
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBorder2 | `colorPaletteMarigoldBorder2`} design token.
|
|
3180
|
+
* @public
|
|
3181
|
+
*/
|
|
2224
3182
|
export declare const colorPaletteMarigoldBorder2 = "var(--colorPaletteMarigoldBorder2)";
|
|
2225
3183
|
|
|
3184
|
+
/**
|
|
3185
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBorderActive | `colorPaletteMarigoldBorderActive`} design token.
|
|
3186
|
+
* @public
|
|
3187
|
+
*/
|
|
2226
3188
|
export declare const colorPaletteMarigoldBorderActive = "var(--colorPaletteMarigoldBorderActive)";
|
|
2227
3189
|
|
|
3190
|
+
/**
|
|
3191
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldForeground1 | `colorPaletteMarigoldForeground1`} design token.
|
|
3192
|
+
* @public
|
|
3193
|
+
*/
|
|
2228
3194
|
export declare const colorPaletteMarigoldForeground1 = "var(--colorPaletteMarigoldForeground1)";
|
|
2229
3195
|
|
|
3196
|
+
/**
|
|
3197
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldForeground2 | `colorPaletteMarigoldForeground2`} design token.
|
|
3198
|
+
* @public
|
|
3199
|
+
*/
|
|
2230
3200
|
export declare const colorPaletteMarigoldForeground2 = "var(--colorPaletteMarigoldForeground2)";
|
|
2231
3201
|
|
|
3202
|
+
/**
|
|
3203
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldForeground3 | `colorPaletteMarigoldForeground3`} design token.
|
|
3204
|
+
* @public
|
|
3205
|
+
*/
|
|
2232
3206
|
export declare const colorPaletteMarigoldForeground3 = "var(--colorPaletteMarigoldForeground3)";
|
|
2233
3207
|
|
|
3208
|
+
/**
|
|
3209
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMinkBackground2 | `colorPaletteMinkBackground2`} design token.
|
|
3210
|
+
* @public
|
|
3211
|
+
*/
|
|
2234
3212
|
export declare const colorPaletteMinkBackground2 = "var(--colorPaletteMinkBackground2)";
|
|
2235
3213
|
|
|
3214
|
+
/**
|
|
3215
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMinkBorderActive | `colorPaletteMinkBorderActive`} design token.
|
|
3216
|
+
* @public
|
|
3217
|
+
*/
|
|
2236
3218
|
export declare const colorPaletteMinkBorderActive = "var(--colorPaletteMinkBorderActive)";
|
|
2237
3219
|
|
|
3220
|
+
/**
|
|
3221
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteMinkForeground2 | `colorPaletteMinkForeground2`} design token.
|
|
3222
|
+
* @public
|
|
3223
|
+
*/
|
|
2238
3224
|
export declare const colorPaletteMinkForeground2 = "var(--colorPaletteMinkForeground2)";
|
|
2239
3225
|
|
|
3226
|
+
/**
|
|
3227
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteNavyBackground2 | `colorPaletteNavyBackground2`} design token.
|
|
3228
|
+
* @public
|
|
3229
|
+
*/
|
|
2240
3230
|
export declare const colorPaletteNavyBackground2 = "var(--colorPaletteNavyBackground2)";
|
|
2241
3231
|
|
|
3232
|
+
/**
|
|
3233
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteNavyBorderActive | `colorPaletteNavyBorderActive`} design token.
|
|
3234
|
+
* @public
|
|
3235
|
+
*/
|
|
2242
3236
|
export declare const colorPaletteNavyBorderActive = "var(--colorPaletteNavyBorderActive)";
|
|
2243
3237
|
|
|
3238
|
+
/**
|
|
3239
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteNavyForeground2 | `colorPaletteNavyForeground2`} design token.
|
|
3240
|
+
* @public
|
|
3241
|
+
*/
|
|
2244
3242
|
export declare const colorPaletteNavyForeground2 = "var(--colorPaletteNavyForeground2)";
|
|
2245
3243
|
|
|
3244
|
+
/**
|
|
3245
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePeachBackground2 | `colorPalettePeachBackground2`} design token.
|
|
3246
|
+
* @public
|
|
3247
|
+
*/
|
|
2246
3248
|
export declare const colorPalettePeachBackground2 = "var(--colorPalettePeachBackground2)";
|
|
2247
3249
|
|
|
3250
|
+
/**
|
|
3251
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePeachBorderActive | `colorPalettePeachBorderActive`} design token.
|
|
3252
|
+
* @public
|
|
3253
|
+
*/
|
|
2248
3254
|
export declare const colorPalettePeachBorderActive = "var(--colorPalettePeachBorderActive)";
|
|
2249
3255
|
|
|
3256
|
+
/**
|
|
3257
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePeachForeground2 | `colorPalettePeachForeground2`} design token.
|
|
3258
|
+
* @public
|
|
3259
|
+
*/
|
|
2250
3260
|
export declare const colorPalettePeachForeground2 = "var(--colorPalettePeachForeground2)";
|
|
2251
3261
|
|
|
3262
|
+
/**
|
|
3263
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePinkBackground2 | `colorPalettePinkBackground2`} design token.
|
|
3264
|
+
* @public
|
|
3265
|
+
*/
|
|
2252
3266
|
export declare const colorPalettePinkBackground2 = "var(--colorPalettePinkBackground2)";
|
|
2253
3267
|
|
|
3268
|
+
/**
|
|
3269
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePinkBorderActive | `colorPalettePinkBorderActive`} design token.
|
|
3270
|
+
* @public
|
|
3271
|
+
*/
|
|
2254
3272
|
export declare const colorPalettePinkBorderActive = "var(--colorPalettePinkBorderActive)";
|
|
2255
3273
|
|
|
3274
|
+
/**
|
|
3275
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePinkForeground2 | `colorPalettePinkForeground2`} design token.
|
|
3276
|
+
* @public
|
|
3277
|
+
*/
|
|
2256
3278
|
export declare const colorPalettePinkForeground2 = "var(--colorPalettePinkForeground2)";
|
|
2257
3279
|
|
|
3280
|
+
/**
|
|
3281
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePlatinumBackground2 | `colorPalettePlatinumBackground2`} design token.
|
|
3282
|
+
* @public
|
|
3283
|
+
*/
|
|
2258
3284
|
export declare const colorPalettePlatinumBackground2 = "var(--colorPalettePlatinumBackground2)";
|
|
2259
3285
|
|
|
3286
|
+
/**
|
|
3287
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePlatinumBorderActive | `colorPalettePlatinumBorderActive`} design token.
|
|
3288
|
+
* @public
|
|
3289
|
+
*/
|
|
2260
3290
|
export declare const colorPalettePlatinumBorderActive = "var(--colorPalettePlatinumBorderActive)";
|
|
2261
3291
|
|
|
3292
|
+
/**
|
|
3293
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePlatinumForeground2 | `colorPalettePlatinumForeground2`} design token.
|
|
3294
|
+
* @public
|
|
3295
|
+
*/
|
|
2262
3296
|
export declare const colorPalettePlatinumForeground2 = "var(--colorPalettePlatinumForeground2)";
|
|
2263
3297
|
|
|
3298
|
+
/**
|
|
3299
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePlumBackground2 | `colorPalettePlumBackground2`} design token.
|
|
3300
|
+
* @public
|
|
3301
|
+
*/
|
|
2264
3302
|
export declare const colorPalettePlumBackground2 = "var(--colorPalettePlumBackground2)";
|
|
2265
3303
|
|
|
3304
|
+
/**
|
|
3305
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePlumBorderActive | `colorPalettePlumBorderActive`} design token.
|
|
3306
|
+
* @public
|
|
3307
|
+
*/
|
|
2266
3308
|
export declare const colorPalettePlumBorderActive = "var(--colorPalettePlumBorderActive)";
|
|
2267
3309
|
|
|
3310
|
+
/**
|
|
3311
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePlumForeground2 | `colorPalettePlumForeground2`} design token.
|
|
3312
|
+
* @public
|
|
3313
|
+
*/
|
|
2268
3314
|
export declare const colorPalettePlumForeground2 = "var(--colorPalettePlumForeground2)";
|
|
2269
3315
|
|
|
3316
|
+
/**
|
|
3317
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePumpkinBackground2 | `colorPalettePumpkinBackground2`} design token.
|
|
3318
|
+
* @public
|
|
3319
|
+
*/
|
|
2270
3320
|
export declare const colorPalettePumpkinBackground2 = "var(--colorPalettePumpkinBackground2)";
|
|
2271
3321
|
|
|
3322
|
+
/**
|
|
3323
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePumpkinBorderActive | `colorPalettePumpkinBorderActive`} design token.
|
|
3324
|
+
* @public
|
|
3325
|
+
*/
|
|
2272
3326
|
export declare const colorPalettePumpkinBorderActive = "var(--colorPalettePumpkinBorderActive)";
|
|
2273
3327
|
|
|
3328
|
+
/**
|
|
3329
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePumpkinForeground2 | `colorPalettePumpkinForeground2`} design token.
|
|
3330
|
+
* @public
|
|
3331
|
+
*/
|
|
2274
3332
|
export declare const colorPalettePumpkinForeground2 = "var(--colorPalettePumpkinForeground2)";
|
|
2275
3333
|
|
|
3334
|
+
/**
|
|
3335
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePurpleBackground2 | `colorPalettePurpleBackground2`} design token.
|
|
3336
|
+
* @public
|
|
3337
|
+
*/
|
|
2276
3338
|
export declare const colorPalettePurpleBackground2 = "var(--colorPalettePurpleBackground2)";
|
|
2277
3339
|
|
|
3340
|
+
/**
|
|
3341
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePurpleBorderActive | `colorPalettePurpleBorderActive`} design token.
|
|
3342
|
+
* @public
|
|
3343
|
+
*/
|
|
2278
3344
|
export declare const colorPalettePurpleBorderActive = "var(--colorPalettePurpleBorderActive)";
|
|
2279
3345
|
|
|
3346
|
+
/**
|
|
3347
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPalettePurpleForeground2 | `colorPalettePurpleForeground2`} design token.
|
|
3348
|
+
* @public
|
|
3349
|
+
*/
|
|
2280
3350
|
export declare const colorPalettePurpleForeground2 = "var(--colorPalettePurpleForeground2)";
|
|
2281
3351
|
|
|
3352
|
+
/**
|
|
3353
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBackground1 | `colorPaletteRedBackground1`} design token.
|
|
3354
|
+
* @public
|
|
3355
|
+
*/
|
|
2282
3356
|
export declare const colorPaletteRedBackground1 = "var(--colorPaletteRedBackground1)";
|
|
2283
3357
|
|
|
3358
|
+
/**
|
|
3359
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBackground2 | `colorPaletteRedBackground2`} design token.
|
|
3360
|
+
* @public
|
|
3361
|
+
*/
|
|
2284
3362
|
export declare const colorPaletteRedBackground2 = "var(--colorPaletteRedBackground2)";
|
|
2285
3363
|
|
|
3364
|
+
/**
|
|
3365
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBackground3 | `colorPaletteRedBackground3`} design token.
|
|
3366
|
+
* @public
|
|
3367
|
+
*/
|
|
2286
3368
|
export declare const colorPaletteRedBackground3 = "var(--colorPaletteRedBackground3)";
|
|
2287
3369
|
|
|
3370
|
+
/**
|
|
3371
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBorder1 | `colorPaletteRedBorder1`} design token.
|
|
3372
|
+
* @public
|
|
3373
|
+
*/
|
|
2288
3374
|
export declare const colorPaletteRedBorder1 = "var(--colorPaletteRedBorder1)";
|
|
2289
3375
|
|
|
3376
|
+
/**
|
|
3377
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBorder2 | `colorPaletteRedBorder2`} design token.
|
|
3378
|
+
* @public
|
|
3379
|
+
*/
|
|
2290
3380
|
export declare const colorPaletteRedBorder2 = "var(--colorPaletteRedBorder2)";
|
|
2291
3381
|
|
|
3382
|
+
/**
|
|
3383
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBorderActive | `colorPaletteRedBorderActive`} design token.
|
|
3384
|
+
* @public
|
|
3385
|
+
*/
|
|
2292
3386
|
export declare const colorPaletteRedBorderActive = "var(--colorPaletteRedBorderActive)";
|
|
2293
3387
|
|
|
3388
|
+
/**
|
|
3389
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForeground1 | `colorPaletteRedForeground1`} design token.
|
|
3390
|
+
* @public
|
|
3391
|
+
*/
|
|
2294
3392
|
export declare const colorPaletteRedForeground1 = "var(--colorPaletteRedForeground1)";
|
|
2295
3393
|
|
|
3394
|
+
/**
|
|
3395
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForeground2 | `colorPaletteRedForeground2`} design token.
|
|
3396
|
+
* @public
|
|
3397
|
+
*/
|
|
2296
3398
|
export declare const colorPaletteRedForeground2 = "var(--colorPaletteRedForeground2)";
|
|
2297
3399
|
|
|
3400
|
+
/**
|
|
3401
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForeground3 | `colorPaletteRedForeground3`} design token.
|
|
3402
|
+
* @public
|
|
3403
|
+
*/
|
|
2298
3404
|
export declare const colorPaletteRedForeground3 = "var(--colorPaletteRedForeground3)";
|
|
2299
3405
|
|
|
3406
|
+
/**
|
|
3407
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForegroundInverted | `colorPaletteRedForegroundInverted`} design token.
|
|
3408
|
+
* @public
|
|
3409
|
+
*/
|
|
2300
3410
|
export declare const colorPaletteRedForegroundInverted = "var(--colorPaletteRedForegroundInverted)";
|
|
2301
3411
|
|
|
3412
|
+
/**
|
|
3413
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRoyalBlueBackground2 | `colorPaletteRoyalBlueBackground2`} design token.
|
|
3414
|
+
* @public
|
|
3415
|
+
*/
|
|
2302
3416
|
export declare const colorPaletteRoyalBlueBackground2 = "var(--colorPaletteRoyalBlueBackground2)";
|
|
2303
3417
|
|
|
3418
|
+
/**
|
|
3419
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRoyalBlueBorderActive | `colorPaletteRoyalBlueBorderActive`} design token.
|
|
3420
|
+
* @public
|
|
3421
|
+
*/
|
|
2304
3422
|
export declare const colorPaletteRoyalBlueBorderActive = "var(--colorPaletteRoyalBlueBorderActive)";
|
|
2305
3423
|
|
|
3424
|
+
/**
|
|
3425
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteRoyalBlueForeground2 | `colorPaletteRoyalBlueForeground2`} design token.
|
|
3426
|
+
* @public
|
|
3427
|
+
*/
|
|
2306
3428
|
export declare const colorPaletteRoyalBlueForeground2 = "var(--colorPaletteRoyalBlueForeground2)";
|
|
2307
3429
|
|
|
3430
|
+
/**
|
|
3431
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteSeafoamBackground2 | `colorPaletteSeafoamBackground2`} design token.
|
|
3432
|
+
* @public
|
|
3433
|
+
*/
|
|
2308
3434
|
export declare const colorPaletteSeafoamBackground2 = "var(--colorPaletteSeafoamBackground2)";
|
|
2309
3435
|
|
|
3436
|
+
/**
|
|
3437
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteSeafoamBorderActive | `colorPaletteSeafoamBorderActive`} design token.
|
|
3438
|
+
* @public
|
|
3439
|
+
*/
|
|
2310
3440
|
export declare const colorPaletteSeafoamBorderActive = "var(--colorPaletteSeafoamBorderActive)";
|
|
2311
3441
|
|
|
3442
|
+
/**
|
|
3443
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteSeafoamForeground2 | `colorPaletteSeafoamForeground2`} design token.
|
|
3444
|
+
* @public
|
|
3445
|
+
*/
|
|
2312
3446
|
export declare const colorPaletteSeafoamForeground2 = "var(--colorPaletteSeafoamForeground2)";
|
|
2313
3447
|
|
|
3448
|
+
/**
|
|
3449
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteSteelBackground2 | `colorPaletteSteelBackground2`} design token.
|
|
3450
|
+
* @public
|
|
3451
|
+
*/
|
|
2314
3452
|
export declare const colorPaletteSteelBackground2 = "var(--colorPaletteSteelBackground2)";
|
|
2315
3453
|
|
|
3454
|
+
/**
|
|
3455
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteSteelBorderActive | `colorPaletteSteelBorderActive`} design token.
|
|
3456
|
+
* @public
|
|
3457
|
+
*/
|
|
2316
3458
|
export declare const colorPaletteSteelBorderActive = "var(--colorPaletteSteelBorderActive)";
|
|
2317
3459
|
|
|
3460
|
+
/**
|
|
3461
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteSteelForeground2 | `colorPaletteSteelForeground2`} design token.
|
|
3462
|
+
* @public
|
|
3463
|
+
*/
|
|
2318
3464
|
export declare const colorPaletteSteelForeground2 = "var(--colorPaletteSteelForeground2)";
|
|
2319
3465
|
|
|
3466
|
+
/**
|
|
3467
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteTealBackground2 | `colorPaletteTealBackground2`} design token.
|
|
3468
|
+
* @public
|
|
3469
|
+
*/
|
|
2320
3470
|
export declare const colorPaletteTealBackground2 = "var(--colorPaletteTealBackground2)";
|
|
2321
3471
|
|
|
3472
|
+
/**
|
|
3473
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteTealBorderActive | `colorPaletteTealBorderActive`} design token.
|
|
3474
|
+
* @public
|
|
3475
|
+
*/
|
|
2322
3476
|
export declare const colorPaletteTealBorderActive = "var(--colorPaletteTealBorderActive)";
|
|
2323
3477
|
|
|
3478
|
+
/**
|
|
3479
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteTealForeground2 | `colorPaletteTealForeground2`} design token.
|
|
3480
|
+
* @public
|
|
3481
|
+
*/
|
|
2324
3482
|
export declare const colorPaletteTealForeground2 = "var(--colorPaletteTealForeground2)";
|
|
2325
3483
|
|
|
3484
|
+
/**
|
|
3485
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBackground1 | `colorPaletteYellowBackground1`} design token.
|
|
3486
|
+
* @public
|
|
3487
|
+
*/
|
|
2326
3488
|
export declare const colorPaletteYellowBackground1 = "var(--colorPaletteYellowBackground1)";
|
|
2327
3489
|
|
|
3490
|
+
/**
|
|
3491
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBackground2 | `colorPaletteYellowBackground2`} design token.
|
|
3492
|
+
* @public
|
|
3493
|
+
*/
|
|
2328
3494
|
export declare const colorPaletteYellowBackground2 = "var(--colorPaletteYellowBackground2)";
|
|
2329
3495
|
|
|
3496
|
+
/**
|
|
3497
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBackground3 | `colorPaletteYellowBackground3`} design token.
|
|
3498
|
+
* @public
|
|
3499
|
+
*/
|
|
2330
3500
|
export declare const colorPaletteYellowBackground3 = "var(--colorPaletteYellowBackground3)";
|
|
2331
3501
|
|
|
3502
|
+
/**
|
|
3503
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBorder1 | `colorPaletteYellowBorder1`} design token.
|
|
3504
|
+
* @public
|
|
3505
|
+
*/
|
|
2332
3506
|
export declare const colorPaletteYellowBorder1 = "var(--colorPaletteYellowBorder1)";
|
|
2333
3507
|
|
|
3508
|
+
/**
|
|
3509
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBorder2 | `colorPaletteYellowBorder2`} design token.
|
|
3510
|
+
* @public
|
|
3511
|
+
*/
|
|
2334
3512
|
export declare const colorPaletteYellowBorder2 = "var(--colorPaletteYellowBorder2)";
|
|
2335
3513
|
|
|
3514
|
+
/**
|
|
3515
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBorderActive | `colorPaletteYellowBorderActive`} design token.
|
|
3516
|
+
* @public
|
|
3517
|
+
*/
|
|
2336
3518
|
export declare const colorPaletteYellowBorderActive = "var(--colorPaletteYellowBorderActive)";
|
|
2337
3519
|
|
|
3520
|
+
/**
|
|
3521
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForeground1 | `colorPaletteYellowForeground1`} design token.
|
|
3522
|
+
* @public
|
|
3523
|
+
*/
|
|
2338
3524
|
export declare const colorPaletteYellowForeground1 = "var(--colorPaletteYellowForeground1)";
|
|
2339
3525
|
|
|
3526
|
+
/**
|
|
3527
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForeground2 | `colorPaletteYellowForeground2`} design token.
|
|
3528
|
+
* @public
|
|
3529
|
+
*/
|
|
2340
3530
|
export declare const colorPaletteYellowForeground2 = "var(--colorPaletteYellowForeground2)";
|
|
2341
3531
|
|
|
3532
|
+
/**
|
|
3533
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForeground3 | `colorPaletteYellowForeground3`} design token.
|
|
3534
|
+
* @public
|
|
3535
|
+
*/
|
|
2342
3536
|
export declare const colorPaletteYellowForeground3 = "var(--colorPaletteYellowForeground3)";
|
|
2343
3537
|
|
|
3538
|
+
/**
|
|
3539
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForegroundInverted | `colorPaletteYellowForegroundInverted`} design token.
|
|
3540
|
+
* @public
|
|
3541
|
+
*/
|
|
2344
3542
|
export declare const colorPaletteYellowForegroundInverted = "var(--colorPaletteYellowForegroundInverted)";
|
|
2345
3543
|
|
|
3544
|
+
/**
|
|
3545
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorScrollbarOverlay | `colorScrollbarOverlay`} design token.
|
|
3546
|
+
* @public
|
|
3547
|
+
*/
|
|
2346
3548
|
export declare const colorScrollbarOverlay = "var(--colorScrollbarOverlay)";
|
|
2347
3549
|
|
|
3550
|
+
/**
|
|
3551
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground1 | `colorStatusDangerBackground1`} design token.
|
|
3552
|
+
* @public
|
|
3553
|
+
*/
|
|
2348
3554
|
export declare const colorStatusDangerBackground1 = "var(--colorStatusDangerBackground1)";
|
|
2349
3555
|
|
|
3556
|
+
/**
|
|
3557
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground2 | `colorStatusDangerBackground2`} design token.
|
|
3558
|
+
* @public
|
|
3559
|
+
*/
|
|
2350
3560
|
export declare const colorStatusDangerBackground2 = "var(--colorStatusDangerBackground2)";
|
|
2351
3561
|
|
|
3562
|
+
/**
|
|
3563
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground3 | `colorStatusDangerBackground3`} design token.
|
|
3564
|
+
* @public
|
|
3565
|
+
*/
|
|
2352
3566
|
export declare const colorStatusDangerBackground3 = "var(--colorStatusDangerBackground3)";
|
|
2353
3567
|
|
|
3568
|
+
/**
|
|
3569
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground3Hover | `colorStatusDangerBackground3Hover`} design token.
|
|
3570
|
+
* @public
|
|
3571
|
+
*/
|
|
2354
3572
|
export declare const colorStatusDangerBackground3Hover = "var(--colorStatusDangerBackground3Hover)";
|
|
2355
3573
|
|
|
3574
|
+
/**
|
|
3575
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground3Pressed | `colorStatusDangerBackground3Pressed`} design token.
|
|
3576
|
+
* @public
|
|
3577
|
+
*/
|
|
2356
3578
|
export declare const colorStatusDangerBackground3Pressed = "var(--colorStatusDangerBackground3Pressed)";
|
|
2357
3579
|
|
|
3580
|
+
/**
|
|
3581
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBorder1 | `colorStatusDangerBorder1`} design token.
|
|
3582
|
+
* @public
|
|
3583
|
+
*/
|
|
2358
3584
|
export declare const colorStatusDangerBorder1 = "var(--colorStatusDangerBorder1)";
|
|
2359
3585
|
|
|
3586
|
+
/**
|
|
3587
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBorder2 | `colorStatusDangerBorder2`} design token.
|
|
3588
|
+
* @public
|
|
3589
|
+
*/
|
|
2360
3590
|
export declare const colorStatusDangerBorder2 = "var(--colorStatusDangerBorder2)";
|
|
2361
3591
|
|
|
3592
|
+
/**
|
|
3593
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBorderActive | `colorStatusDangerBorderActive`} design token.
|
|
3594
|
+
* @public
|
|
3595
|
+
*/
|
|
2362
3596
|
export declare const colorStatusDangerBorderActive = "var(--colorStatusDangerBorderActive)";
|
|
2363
3597
|
|
|
3598
|
+
/**
|
|
3599
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForeground1 | `colorStatusDangerForeground1`} design token.
|
|
3600
|
+
* @public
|
|
3601
|
+
*/
|
|
2364
3602
|
export declare const colorStatusDangerForeground1 = "var(--colorStatusDangerForeground1)";
|
|
2365
3603
|
|
|
3604
|
+
/**
|
|
3605
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForeground2 | `colorStatusDangerForeground2`} design token.
|
|
3606
|
+
* @public
|
|
3607
|
+
*/
|
|
2366
3608
|
export declare const colorStatusDangerForeground2 = "var(--colorStatusDangerForeground2)";
|
|
2367
3609
|
|
|
3610
|
+
/**
|
|
3611
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForeground3 | `colorStatusDangerForeground3`} design token.
|
|
3612
|
+
* @public
|
|
3613
|
+
*/
|
|
2368
3614
|
export declare const colorStatusDangerForeground3 = "var(--colorStatusDangerForeground3)";
|
|
2369
3615
|
|
|
3616
|
+
/**
|
|
3617
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForegroundInverted | `colorStatusDangerForegroundInverted`} design token.
|
|
3618
|
+
* @public
|
|
3619
|
+
*/
|
|
2370
3620
|
export declare const colorStatusDangerForegroundInverted = "var(--colorStatusDangerForegroundInverted)";
|
|
2371
3621
|
|
|
3622
|
+
/**
|
|
3623
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBackground1 | `colorStatusSuccessBackground1`} design token.
|
|
3624
|
+
* @public
|
|
3625
|
+
*/
|
|
2372
3626
|
export declare const colorStatusSuccessBackground1 = "var(--colorStatusSuccessBackground1)";
|
|
2373
3627
|
|
|
3628
|
+
/**
|
|
3629
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBackground2 | `colorStatusSuccessBackground2`} design token.
|
|
3630
|
+
* @public
|
|
3631
|
+
*/
|
|
2374
3632
|
export declare const colorStatusSuccessBackground2 = "var(--colorStatusSuccessBackground2)";
|
|
2375
3633
|
|
|
3634
|
+
/**
|
|
3635
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBackground3 | `colorStatusSuccessBackground3`} design token.
|
|
3636
|
+
* @public
|
|
3637
|
+
*/
|
|
2376
3638
|
export declare const colorStatusSuccessBackground3 = "var(--colorStatusSuccessBackground3)";
|
|
2377
3639
|
|
|
3640
|
+
/**
|
|
3641
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBorder1 | `colorStatusSuccessBorder1`} design token.
|
|
3642
|
+
* @public
|
|
3643
|
+
*/
|
|
2378
3644
|
export declare const colorStatusSuccessBorder1 = "var(--colorStatusSuccessBorder1)";
|
|
2379
3645
|
|
|
3646
|
+
/**
|
|
3647
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBorder2 | `colorStatusSuccessBorder2`} design token.
|
|
3648
|
+
* @public
|
|
3649
|
+
*/
|
|
2380
3650
|
export declare const colorStatusSuccessBorder2 = "var(--colorStatusSuccessBorder2)";
|
|
2381
3651
|
|
|
3652
|
+
/**
|
|
3653
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBorderActive | `colorStatusSuccessBorderActive`} design token.
|
|
3654
|
+
* @public
|
|
3655
|
+
*/
|
|
2382
3656
|
export declare const colorStatusSuccessBorderActive = "var(--colorStatusSuccessBorderActive)";
|
|
2383
3657
|
|
|
3658
|
+
/**
|
|
3659
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForeground1 | `colorStatusSuccessForeground1`} design token.
|
|
3660
|
+
* @public
|
|
3661
|
+
*/
|
|
2384
3662
|
export declare const colorStatusSuccessForeground1 = "var(--colorStatusSuccessForeground1)";
|
|
2385
3663
|
|
|
3664
|
+
/**
|
|
3665
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForeground2 | `colorStatusSuccessForeground2`} design token.
|
|
3666
|
+
* @public
|
|
3667
|
+
*/
|
|
2386
3668
|
export declare const colorStatusSuccessForeground2 = "var(--colorStatusSuccessForeground2)";
|
|
2387
3669
|
|
|
3670
|
+
/**
|
|
3671
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForeground3 | `colorStatusSuccessForeground3`} design token.
|
|
3672
|
+
* @public
|
|
3673
|
+
*/
|
|
2388
3674
|
export declare const colorStatusSuccessForeground3 = "var(--colorStatusSuccessForeground3)";
|
|
2389
3675
|
|
|
3676
|
+
/**
|
|
3677
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForegroundInverted | `colorStatusSuccessForegroundInverted`} design token.
|
|
3678
|
+
* @public
|
|
3679
|
+
*/
|
|
2390
3680
|
export declare const colorStatusSuccessForegroundInverted = "var(--colorStatusSuccessForegroundInverted)";
|
|
2391
3681
|
|
|
3682
|
+
/**
|
|
3683
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBackground1 | `colorStatusWarningBackground1`} design token.
|
|
3684
|
+
* @public
|
|
3685
|
+
*/
|
|
2392
3686
|
export declare const colorStatusWarningBackground1 = "var(--colorStatusWarningBackground1)";
|
|
2393
3687
|
|
|
3688
|
+
/**
|
|
3689
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBackground2 | `colorStatusWarningBackground2`} design token.
|
|
3690
|
+
* @public
|
|
3691
|
+
*/
|
|
2394
3692
|
export declare const colorStatusWarningBackground2 = "var(--colorStatusWarningBackground2)";
|
|
2395
3693
|
|
|
3694
|
+
/**
|
|
3695
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBackground3 | `colorStatusWarningBackground3`} design token.
|
|
3696
|
+
* @public
|
|
3697
|
+
*/
|
|
2396
3698
|
export declare const colorStatusWarningBackground3 = "var(--colorStatusWarningBackground3)";
|
|
2397
3699
|
|
|
3700
|
+
/**
|
|
3701
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBorder1 | `colorStatusWarningBorder1`} design token.
|
|
3702
|
+
* @public
|
|
3703
|
+
*/
|
|
2398
3704
|
export declare const colorStatusWarningBorder1 = "var(--colorStatusWarningBorder1)";
|
|
2399
3705
|
|
|
3706
|
+
/**
|
|
3707
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBorder2 | `colorStatusWarningBorder2`} design token.
|
|
3708
|
+
* @public
|
|
3709
|
+
*/
|
|
2400
3710
|
export declare const colorStatusWarningBorder2 = "var(--colorStatusWarningBorder2)";
|
|
2401
3711
|
|
|
3712
|
+
/**
|
|
3713
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBorderActive | `colorStatusWarningBorderActive`} design token.
|
|
3714
|
+
* @public
|
|
3715
|
+
*/
|
|
2402
3716
|
export declare const colorStatusWarningBorderActive = "var(--colorStatusWarningBorderActive)";
|
|
2403
3717
|
|
|
3718
|
+
/**
|
|
3719
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForeground1 | `colorStatusWarningForeground1`} design token.
|
|
3720
|
+
* @public
|
|
3721
|
+
*/
|
|
2404
3722
|
export declare const colorStatusWarningForeground1 = "var(--colorStatusWarningForeground1)";
|
|
2405
3723
|
|
|
3724
|
+
/**
|
|
3725
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForeground2 | `colorStatusWarningForeground2`} design token.
|
|
3726
|
+
* @public
|
|
3727
|
+
*/
|
|
2406
3728
|
export declare const colorStatusWarningForeground2 = "var(--colorStatusWarningForeground2)";
|
|
2407
3729
|
|
|
3730
|
+
/**
|
|
3731
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForeground3 | `colorStatusWarningForeground3`} design token.
|
|
3732
|
+
* @public
|
|
3733
|
+
*/
|
|
2408
3734
|
export declare const colorStatusWarningForeground3 = "var(--colorStatusWarningForeground3)";
|
|
2409
3735
|
|
|
3736
|
+
/**
|
|
3737
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForegroundInverted | `colorStatusWarningForegroundInverted`} design token.
|
|
3738
|
+
* @public
|
|
3739
|
+
*/
|
|
2410
3740
|
export declare const colorStatusWarningForegroundInverted = "var(--colorStatusWarningForegroundInverted)";
|
|
2411
3741
|
|
|
3742
|
+
/**
|
|
3743
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStrokeFocus1 | `colorStrokeFocus1`} design token.
|
|
3744
|
+
* @public
|
|
3745
|
+
*/
|
|
2412
3746
|
export declare const colorStrokeFocus1 = "var(--colorStrokeFocus1)";
|
|
2413
3747
|
|
|
3748
|
+
/**
|
|
3749
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorStrokeFocus2 | `colorStrokeFocus2`} design token.
|
|
3750
|
+
* @public
|
|
3751
|
+
*/
|
|
2414
3752
|
export declare const colorStrokeFocus2 = "var(--colorStrokeFocus2)";
|
|
2415
3753
|
|
|
3754
|
+
/**
|
|
3755
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackground | `colorSubtleBackground`} design token.
|
|
3756
|
+
* @public
|
|
3757
|
+
*/
|
|
2416
3758
|
export declare const colorSubtleBackground = "var(--colorSubtleBackground)";
|
|
2417
3759
|
|
|
3760
|
+
/**
|
|
3761
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundHover | `colorSubtleBackgroundHover`} design token.
|
|
3762
|
+
* @public
|
|
3763
|
+
*/
|
|
2418
3764
|
export declare const colorSubtleBackgroundHover = "var(--colorSubtleBackgroundHover)";
|
|
2419
3765
|
|
|
3766
|
+
/**
|
|
3767
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInverted | `colorSubtleBackgroundInverted`} design token.
|
|
3768
|
+
* @public
|
|
3769
|
+
*/
|
|
2420
3770
|
export declare const colorSubtleBackgroundInverted = "var(--colorSubtleBackgroundInverted)";
|
|
2421
3771
|
|
|
3772
|
+
/**
|
|
3773
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInvertedHover | `colorSubtleBackgroundInvertedHover`} design token.
|
|
3774
|
+
* @public
|
|
3775
|
+
*/
|
|
2422
3776
|
export declare const colorSubtleBackgroundInvertedHover = "var(--colorSubtleBackgroundInvertedHover)";
|
|
2423
3777
|
|
|
3778
|
+
/**
|
|
3779
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInvertedPressed | `colorSubtleBackgroundInvertedPressed`} design token.
|
|
3780
|
+
* @public
|
|
3781
|
+
*/
|
|
2424
3782
|
export declare const colorSubtleBackgroundInvertedPressed = "var(--colorSubtleBackgroundInvertedPressed)";
|
|
2425
3783
|
|
|
3784
|
+
/**
|
|
3785
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInvertedSelected | `colorSubtleBackgroundInvertedSelected`} design token.
|
|
3786
|
+
* @public
|
|
3787
|
+
*/
|
|
2426
3788
|
export declare const colorSubtleBackgroundInvertedSelected = "var(--colorSubtleBackgroundInvertedSelected)";
|
|
2427
3789
|
|
|
3790
|
+
/**
|
|
3791
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundLightAlphaHover | `colorSubtleBackgroundLightAlphaHover`} design token.
|
|
3792
|
+
* @public
|
|
3793
|
+
*/
|
|
2428
3794
|
export declare const colorSubtleBackgroundLightAlphaHover = "var(--colorSubtleBackgroundLightAlphaHover)";
|
|
2429
3795
|
|
|
3796
|
+
/**
|
|
3797
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundLightAlphaPressed | `colorSubtleBackgroundLightAlphaPressed`} design token.
|
|
3798
|
+
* @public
|
|
3799
|
+
*/
|
|
2430
3800
|
export declare const colorSubtleBackgroundLightAlphaPressed = "var(--colorSubtleBackgroundLightAlphaPressed)";
|
|
2431
3801
|
|
|
3802
|
+
/**
|
|
3803
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundLightAlphaSelected | `colorSubtleBackgroundLightAlphaSelected`} design token.
|
|
3804
|
+
* @public
|
|
3805
|
+
*/
|
|
2432
3806
|
export declare const colorSubtleBackgroundLightAlphaSelected = "var(--colorSubtleBackgroundLightAlphaSelected)";
|
|
2433
3807
|
|
|
3808
|
+
/**
|
|
3809
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundPressed | `colorSubtleBackgroundPressed`} design token.
|
|
3810
|
+
* @public
|
|
3811
|
+
*/
|
|
2434
3812
|
export declare const colorSubtleBackgroundPressed = "var(--colorSubtleBackgroundPressed)";
|
|
2435
3813
|
|
|
3814
|
+
/**
|
|
3815
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundSelected | `colorSubtleBackgroundSelected`} design token.
|
|
3816
|
+
* @public
|
|
3817
|
+
*/
|
|
2436
3818
|
export declare const colorSubtleBackgroundSelected = "var(--colorSubtleBackgroundSelected)";
|
|
2437
3819
|
|
|
3820
|
+
/**
|
|
3821
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackground | `colorTransparentBackground`} design token.
|
|
3822
|
+
* @public
|
|
3823
|
+
*/
|
|
2438
3824
|
export declare const colorTransparentBackground = "var(--colorTransparentBackground)";
|
|
2439
3825
|
|
|
3826
|
+
/**
|
|
3827
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackgroundHover | `colorTransparentBackgroundHover`} design token.
|
|
3828
|
+
* @public
|
|
3829
|
+
*/
|
|
2440
3830
|
export declare const colorTransparentBackgroundHover = "var(--colorTransparentBackgroundHover)";
|
|
2441
3831
|
|
|
3832
|
+
/**
|
|
3833
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackgroundPressed | `colorTransparentBackgroundPressed`} design token.
|
|
3834
|
+
* @public
|
|
3835
|
+
*/
|
|
2442
3836
|
export declare const colorTransparentBackgroundPressed = "var(--colorTransparentBackgroundPressed)";
|
|
2443
3837
|
|
|
3838
|
+
/**
|
|
3839
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackgroundSelected | `colorTransparentBackgroundSelected`} design token.
|
|
3840
|
+
* @public
|
|
3841
|
+
*/
|
|
2444
3842
|
export declare const colorTransparentBackgroundSelected = "var(--colorTransparentBackgroundSelected)";
|
|
2445
3843
|
|
|
3844
|
+
/**
|
|
3845
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorTransparentStroke | `colorTransparentStroke`} design token.
|
|
3846
|
+
* @public
|
|
3847
|
+
*/
|
|
2446
3848
|
export declare const colorTransparentStroke = "var(--colorTransparentStroke)";
|
|
2447
3849
|
|
|
3850
|
+
/**
|
|
3851
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorTransparentStrokeDisabled | `colorTransparentStrokeDisabled`} design token.
|
|
3852
|
+
* @public
|
|
3853
|
+
*/
|
|
2448
3854
|
export declare const colorTransparentStrokeDisabled = "var(--colorTransparentStrokeDisabled)";
|
|
2449
3855
|
|
|
3856
|
+
/**
|
|
3857
|
+
* CSS custom property value for the {@link @fluentui/tokens#colorTransparentStrokeInteractive | `colorTransparentStrokeInteractive`} design token.
|
|
3858
|
+
* @public
|
|
3859
|
+
*/
|
|
2450
3860
|
export declare const colorTransparentStrokeInteractive = "var(--colorTransparentStrokeInteractive)";
|
|
2451
3861
|
|
|
2452
3862
|
/**
|
|
@@ -2715,22 +4125,58 @@ export declare const CounterBadgeTemplate: ElementViewTemplate<CounterBadge>;
|
|
|
2715
4125
|
*/
|
|
2716
4126
|
declare type CSSDisplayPropertyValue = 'block' | 'contents' | 'flex' | 'grid' | 'inherit' | 'initial' | 'inline' | 'inline-block' | 'inline-flex' | 'inline-grid' | 'inline-table' | 'list-item' | 'none' | 'run-in' | 'table' | 'table-caption' | 'table-cell' | 'table-column' | 'table-column-group' | 'table-footer-group' | 'table-header-group' | 'table-row' | 'table-row-group';
|
|
2717
4127
|
|
|
4128
|
+
/**
|
|
4129
|
+
* CSS custom property value for the {@link @fluentui/tokens#curveAccelerateMax | `curveAccelerateMax`} design token.
|
|
4130
|
+
* @public
|
|
4131
|
+
*/
|
|
2718
4132
|
export declare const curveAccelerateMax = "var(--curveAccelerateMax)";
|
|
2719
4133
|
|
|
4134
|
+
/**
|
|
4135
|
+
* CSS custom property value for the {@link @fluentui/tokens#curveAccelerateMid | `curveAccelerateMid`} design token.
|
|
4136
|
+
* @public
|
|
4137
|
+
*/
|
|
2720
4138
|
export declare const curveAccelerateMid = "var(--curveAccelerateMid)";
|
|
2721
4139
|
|
|
4140
|
+
/**
|
|
4141
|
+
* CSS custom property value for the {@link @fluentui/tokens#curveAccelerateMin | `curveAccelerateMin`} design token.
|
|
4142
|
+
* @public
|
|
4143
|
+
*/
|
|
2722
4144
|
export declare const curveAccelerateMin = "var(--curveAccelerateMin)";
|
|
2723
4145
|
|
|
4146
|
+
/**
|
|
4147
|
+
* CSS custom property value for the {@link @fluentui/tokens#curveDecelerateMax | `curveDecelerateMax`} design token.
|
|
4148
|
+
* @public
|
|
4149
|
+
*/
|
|
2724
4150
|
export declare const curveDecelerateMax = "var(--curveDecelerateMax)";
|
|
2725
4151
|
|
|
4152
|
+
/**
|
|
4153
|
+
* CSS custom property value for the {@link @fluentui/tokens#curveDecelerateMid | `curveDecelerateMid`} design token.
|
|
4154
|
+
* @public
|
|
4155
|
+
*/
|
|
2726
4156
|
export declare const curveDecelerateMid = "var(--curveDecelerateMid)";
|
|
2727
4157
|
|
|
4158
|
+
/**
|
|
4159
|
+
* CSS custom property value for the {@link @fluentui/tokens#curveDecelerateMin | `curveDecelerateMin`} design token.
|
|
4160
|
+
* @public
|
|
4161
|
+
*/
|
|
2728
4162
|
export declare const curveDecelerateMin = "var(--curveDecelerateMin)";
|
|
2729
4163
|
|
|
4164
|
+
/**
|
|
4165
|
+
* CSS custom property value for the {@link @fluentui/tokens#curveEasyEase | `curveEasyEase`} design token.
|
|
4166
|
+
* @public
|
|
4167
|
+
*/
|
|
2730
4168
|
export declare const curveEasyEase = "var(--curveEasyEase)";
|
|
2731
4169
|
|
|
4170
|
+
/**
|
|
4171
|
+
* CSS custom property value for the {@link @fluentui/tokens#curveEasyEaseMax | `curveEasyEaseMax`} design token.
|
|
4172
|
+
* @public
|
|
4173
|
+
*/
|
|
2732
4174
|
export declare const curveEasyEaseMax = "var(--curveEasyEaseMax)";
|
|
2733
4175
|
|
|
4176
|
+
/**
|
|
4177
|
+
* CSS custom property value for the {@link @fluentui/tokens#curveLinear | `curveLinear`} design token.
|
|
4178
|
+
* @public
|
|
4179
|
+
*/
|
|
2734
4180
|
export declare const curveLinear = "var(--curveLinear)";
|
|
2735
4181
|
|
|
2736
4182
|
/**
|
|
@@ -2764,14 +4210,13 @@ declare interface DelegatesARIALink extends ARIAGlobalStatesAndProperties {
|
|
|
2764
4210
|
}
|
|
2765
4211
|
|
|
2766
4212
|
/**
|
|
2767
|
-
* Dialog
|
|
4213
|
+
* A Dialog Custom HTML Element.
|
|
2768
4214
|
*
|
|
2769
4215
|
* @public
|
|
2770
|
-
* @extends FASTElement
|
|
2771
4216
|
*/
|
|
2772
4217
|
export declare class Dialog extends FASTElement {
|
|
2773
4218
|
/**
|
|
2774
|
-
* @
|
|
4219
|
+
* @internal
|
|
2775
4220
|
* Indicates whether focus is being trapped within the dialog
|
|
2776
4221
|
*/
|
|
2777
4222
|
private isTrappingFocus;
|
|
@@ -2826,7 +4271,7 @@ export declare class Dialog extends FASTElement {
|
|
|
2826
4271
|
*/
|
|
2827
4272
|
noTitleAction: boolean;
|
|
2828
4273
|
/**
|
|
2829
|
-
* @
|
|
4274
|
+
* @internal
|
|
2830
4275
|
* Indicates whether focus should be trapped within the dialog
|
|
2831
4276
|
*/
|
|
2832
4277
|
private trapFocus;
|
|
@@ -2882,55 +4327,55 @@ export declare class Dialog extends FASTElement {
|
|
|
2882
4327
|
*/
|
|
2883
4328
|
handleKeydown: (e: KeyboardEvent) => boolean | void;
|
|
2884
4329
|
/**
|
|
2885
|
-
* @
|
|
4330
|
+
* @internal
|
|
2886
4331
|
* Handles keydown events on the document
|
|
2887
4332
|
* @param e - The keydown event
|
|
2888
4333
|
*/
|
|
2889
4334
|
private handleDocumentKeydown;
|
|
2890
4335
|
/**
|
|
2891
|
-
* @
|
|
4336
|
+
* @internal
|
|
2892
4337
|
* Handles tab keydown events
|
|
2893
4338
|
* @param e - The keydown event
|
|
2894
4339
|
*/
|
|
2895
4340
|
private handleTabKeyDown;
|
|
2896
4341
|
/**
|
|
2897
|
-
* @
|
|
4342
|
+
* @internal
|
|
2898
4343
|
* Gets the bounds of the tab queue
|
|
2899
4344
|
* @returns (HTMLElement | SVGElement)[]
|
|
2900
4345
|
*/
|
|
2901
4346
|
private getTabQueueBounds;
|
|
2902
4347
|
/**
|
|
2903
|
-
* @
|
|
4348
|
+
* @internal
|
|
2904
4349
|
* Focuses the first element in the tab queue
|
|
2905
4350
|
*/
|
|
2906
4351
|
private focusFirstElement;
|
|
2907
4352
|
/**
|
|
2908
|
-
* @
|
|
4353
|
+
* @internal
|
|
2909
4354
|
* Determines if focus should be forced
|
|
2910
4355
|
* @param currentFocusElement - The currently focused element
|
|
2911
4356
|
* @returns boolean
|
|
2912
4357
|
*/
|
|
2913
4358
|
private shouldForceFocus;
|
|
2914
4359
|
/**
|
|
2915
|
-
* @
|
|
4360
|
+
* @internal
|
|
2916
4361
|
* Determines if focus should be trapped
|
|
2917
4362
|
* @returns boolean
|
|
2918
4363
|
*/
|
|
2919
4364
|
private shouldTrapFocus;
|
|
2920
4365
|
/**
|
|
2921
|
-
* @
|
|
4366
|
+
* @internal
|
|
2922
4367
|
* Handles focus events on the document
|
|
2923
4368
|
* @param e - The focus event
|
|
2924
4369
|
*/
|
|
2925
4370
|
private handleDocumentFocus;
|
|
2926
4371
|
/**
|
|
2927
|
-
* @
|
|
4372
|
+
* @internal
|
|
2928
4373
|
* Updates the state of focus trapping
|
|
2929
4374
|
* @param shouldTrapFocusOverride - Optional override for whether focus should be trapped
|
|
2930
4375
|
*/
|
|
2931
4376
|
private updateTrapFocus;
|
|
2932
4377
|
/**
|
|
2933
|
-
* @
|
|
4378
|
+
* @internal
|
|
2934
4379
|
* Reduces the list of tabbable items
|
|
2935
4380
|
* @param elements - The current list of elements
|
|
2936
4381
|
* @param element - The element to consider adding to the list
|
|
@@ -2938,14 +4383,14 @@ export declare class Dialog extends FASTElement {
|
|
|
2938
4383
|
*/
|
|
2939
4384
|
private static reduceTabbableItems;
|
|
2940
4385
|
/**
|
|
2941
|
-
* @
|
|
4386
|
+
* @internal
|
|
2942
4387
|
* Determines if an element is a focusable FASTElement
|
|
2943
4388
|
* @param element - The element to check
|
|
2944
4389
|
* @returns boolean
|
|
2945
4390
|
*/
|
|
2946
4391
|
private static isFocusableFastElement;
|
|
2947
4392
|
/**
|
|
2948
|
-
* @
|
|
4393
|
+
* @internal
|
|
2949
4394
|
* Determines if an element has a tabbable shadow
|
|
2950
4395
|
* @param element - The element to check
|
|
2951
4396
|
* @returns boolean
|
|
@@ -2994,7 +4439,7 @@ export declare const DialogTemplate: ElementViewTemplate<Dialog>;
|
|
|
2994
4439
|
export declare function display(displayValue: CSSDisplayPropertyValue): string;
|
|
2995
4440
|
|
|
2996
4441
|
/**
|
|
2997
|
-
*
|
|
4442
|
+
* A Divider Custom HTML Element.
|
|
2998
4443
|
*
|
|
2999
4444
|
* @remarks
|
|
3000
4445
|
* A divider groups sections of content to create visual rhythm and hierarchy. Use dividers along with spacing and headers to organize content in your layout.
|
|
@@ -3017,22 +4462,19 @@ export declare class Divider extends FASTElement {
|
|
|
3017
4462
|
*/
|
|
3018
4463
|
orientation: DividerOrientation;
|
|
3019
4464
|
/**
|
|
3020
|
-
* @
|
|
3021
|
-
* @default center
|
|
4465
|
+
* @public
|
|
3022
4466
|
* @remarks
|
|
3023
4467
|
* Determines the alignment of the content within the divider. Select from start or end. When not specified, the content will be aligned to the center.
|
|
3024
4468
|
*/
|
|
3025
4469
|
alignContent?: DividerAlignContent;
|
|
3026
4470
|
/**
|
|
3027
|
-
* @
|
|
3028
|
-
* @default default
|
|
4471
|
+
* @public
|
|
3029
4472
|
* @remarks
|
|
3030
4473
|
* A divider can have one of the preset appearances. Select from strong, brand, subtle. When not specified, the divider has its default appearance.
|
|
3031
4474
|
*/
|
|
3032
4475
|
appearance?: DividerAppearance;
|
|
3033
4476
|
/**
|
|
3034
|
-
* @
|
|
3035
|
-
* @default false
|
|
4477
|
+
* @public
|
|
3036
4478
|
* @remarks
|
|
3037
4479
|
* Adds padding to the beginning and end of the divider.
|
|
3038
4480
|
*/
|
|
@@ -3131,20 +4573,52 @@ export declare const DividerStyles: ElementStyles;
|
|
|
3131
4573
|
*/
|
|
3132
4574
|
export declare const DividerTemplate: ElementViewTemplate<Divider>;
|
|
3133
4575
|
|
|
4576
|
+
/**
|
|
4577
|
+
* CSS custom property value for the {@link @fluentui/tokens#durationFast | `durationFast`} design token.
|
|
4578
|
+
* @public
|
|
4579
|
+
*/
|
|
3134
4580
|
export declare const durationFast = "var(--durationFast)";
|
|
3135
4581
|
|
|
4582
|
+
/**
|
|
4583
|
+
* CSS custom property value for the {@link @fluentui/tokens#durationFaster | `durationFaster`} design token.
|
|
4584
|
+
* @public
|
|
4585
|
+
*/
|
|
3136
4586
|
export declare const durationFaster = "var(--durationFaster)";
|
|
3137
4587
|
|
|
4588
|
+
/**
|
|
4589
|
+
* CSS custom property value for the {@link @fluentui/tokens#durationGentle | `durationGentle`} design token.
|
|
4590
|
+
* @public
|
|
4591
|
+
*/
|
|
3138
4592
|
export declare const durationGentle = "var(--durationGentle)";
|
|
3139
4593
|
|
|
4594
|
+
/**
|
|
4595
|
+
* CSS custom property value for the {@link @fluentui/tokens#durationNormal | `durationNormal`} design token.
|
|
4596
|
+
* @public
|
|
4597
|
+
*/
|
|
3140
4598
|
export declare const durationNormal = "var(--durationNormal)";
|
|
3141
4599
|
|
|
4600
|
+
/**
|
|
4601
|
+
* CSS custom property value for the {@link @fluentui/tokens#durationSlow | `durationSlow`} design token.
|
|
4602
|
+
* @public
|
|
4603
|
+
*/
|
|
3142
4604
|
export declare const durationSlow = "var(--durationSlow)";
|
|
3143
4605
|
|
|
4606
|
+
/**
|
|
4607
|
+
* CSS custom property value for the {@link @fluentui/tokens#durationSlower | `durationSlower`} design token.
|
|
4608
|
+
* @public
|
|
4609
|
+
*/
|
|
3144
4610
|
export declare const durationSlower = "var(--durationSlower)";
|
|
3145
4611
|
|
|
4612
|
+
/**
|
|
4613
|
+
* CSS custom property value for the {@link @fluentui/tokens#durationUltraFast | `durationUltraFast`} design token.
|
|
4614
|
+
* @public
|
|
4615
|
+
*/
|
|
3146
4616
|
export declare const durationUltraFast = "var(--durationUltraFast)";
|
|
3147
4617
|
|
|
4618
|
+
/**
|
|
4619
|
+
* CSS custom property value for the {@link @fluentui/tokens#durationUltraSlow | `durationUltraSlow`} design token.
|
|
4620
|
+
* @public
|
|
4621
|
+
*/
|
|
3148
4622
|
export declare const durationUltraSlow = "var(--durationUltraSlow)";
|
|
3149
4623
|
|
|
3150
4624
|
/**
|
|
@@ -3161,38 +4635,106 @@ export declare const FluentDesignSystem: Readonly<{
|
|
|
3161
4635
|
registry: CustomElementRegistry;
|
|
3162
4636
|
}>;
|
|
3163
4637
|
|
|
4638
|
+
/**
|
|
4639
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontFamilyBase | `fontFamilyBase`} design token.
|
|
4640
|
+
* @public
|
|
4641
|
+
*/
|
|
3164
4642
|
export declare const fontFamilyBase = "var(--fontFamilyBase)";
|
|
3165
4643
|
|
|
4644
|
+
/**
|
|
4645
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontFamilyMonospace | `fontFamilyMonospace`} design token.
|
|
4646
|
+
* @public
|
|
4647
|
+
*/
|
|
3166
4648
|
export declare const fontFamilyMonospace = "var(--fontFamilyMonospace)";
|
|
3167
4649
|
|
|
4650
|
+
/**
|
|
4651
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontFamilyNumeric | `fontFamilyNumeric`} design token.
|
|
4652
|
+
* @public
|
|
4653
|
+
*/
|
|
3168
4654
|
export declare const fontFamilyNumeric = "var(--fontFamilyNumeric)";
|
|
3169
4655
|
|
|
4656
|
+
/**
|
|
4657
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontSizeBase100 | `fontSizeBase100`} design token.
|
|
4658
|
+
* @public
|
|
4659
|
+
*/
|
|
3170
4660
|
export declare const fontSizeBase100 = "var(--fontSizeBase100)";
|
|
3171
4661
|
|
|
4662
|
+
/**
|
|
4663
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontSizeBase200 | `fontSizeBase200`} design token.
|
|
4664
|
+
* @public
|
|
4665
|
+
*/
|
|
3172
4666
|
export declare const fontSizeBase200 = "var(--fontSizeBase200)";
|
|
3173
4667
|
|
|
4668
|
+
/**
|
|
4669
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontSizeBase300 | `fontSizeBase300`} design token.
|
|
4670
|
+
* @public
|
|
4671
|
+
*/
|
|
3174
4672
|
export declare const fontSizeBase300 = "var(--fontSizeBase300)";
|
|
3175
4673
|
|
|
4674
|
+
/**
|
|
4675
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontSizeBase400 | `fontSizeBase400`} design token.
|
|
4676
|
+
* @public
|
|
4677
|
+
*/
|
|
3176
4678
|
export declare const fontSizeBase400 = "var(--fontSizeBase400)";
|
|
3177
4679
|
|
|
4680
|
+
/**
|
|
4681
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontSizeBase500 | `fontSizeBase500`} design token.
|
|
4682
|
+
* @public
|
|
4683
|
+
*/
|
|
3178
4684
|
export declare const fontSizeBase500 = "var(--fontSizeBase500)";
|
|
3179
4685
|
|
|
4686
|
+
/**
|
|
4687
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontSizeBase600 | `fontSizeBase600`} design token.
|
|
4688
|
+
* @public
|
|
4689
|
+
*/
|
|
3180
4690
|
export declare const fontSizeBase600 = "var(--fontSizeBase600)";
|
|
3181
4691
|
|
|
4692
|
+
/**
|
|
4693
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontSizeHero1000 | `fontSizeHero1000`} design token.
|
|
4694
|
+
* @public
|
|
4695
|
+
*/
|
|
3182
4696
|
export declare const fontSizeHero1000 = "var(--fontSizeHero1000)";
|
|
3183
4697
|
|
|
4698
|
+
/**
|
|
4699
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontSizeHero700 | `fontSizeHero700`} design token.
|
|
4700
|
+
* @public
|
|
4701
|
+
*/
|
|
3184
4702
|
export declare const fontSizeHero700 = "var(--fontSizeHero700)";
|
|
3185
4703
|
|
|
4704
|
+
/**
|
|
4705
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontSizeHero800 | `fontSizeHero800`} design token.
|
|
4706
|
+
* @public
|
|
4707
|
+
*/
|
|
3186
4708
|
export declare const fontSizeHero800 = "var(--fontSizeHero800)";
|
|
3187
4709
|
|
|
4710
|
+
/**
|
|
4711
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontSizeHero900 | `fontSizeHero900`} design token.
|
|
4712
|
+
* @public
|
|
4713
|
+
*/
|
|
3188
4714
|
export declare const fontSizeHero900 = "var(--fontSizeHero900)";
|
|
3189
4715
|
|
|
4716
|
+
/**
|
|
4717
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontWeightBold | `fontWeightBold`} design token.
|
|
4718
|
+
* @public
|
|
4719
|
+
*/
|
|
3190
4720
|
export declare const fontWeightBold = "var(--fontWeightBold)";
|
|
3191
4721
|
|
|
4722
|
+
/**
|
|
4723
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontWeightMedium | `fontWeightMedium`} design token.
|
|
4724
|
+
* @public
|
|
4725
|
+
*/
|
|
3192
4726
|
export declare const fontWeightMedium = "var(--fontWeightMedium)";
|
|
3193
4727
|
|
|
4728
|
+
/**
|
|
4729
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontWeightRegular | `fontWeightRegular`} design token.
|
|
4730
|
+
* @public
|
|
4731
|
+
*/
|
|
3194
4732
|
export declare const fontWeightRegular = "var(--fontWeightRegular)";
|
|
3195
4733
|
|
|
4734
|
+
/**
|
|
4735
|
+
* CSS custom property value for the {@link @fluentui/tokens#fontWeightSemibold | `fontWeightSemibold`} design token.
|
|
4736
|
+
* @public
|
|
4737
|
+
*/
|
|
3196
4738
|
export declare const fontWeightSemibold = "var(--fontWeightSemibold)";
|
|
3197
4739
|
|
|
3198
4740
|
/**
|
|
@@ -3397,7 +4939,6 @@ export declare class Label extends FASTElement {
|
|
|
3397
4939
|
* Specifies font size of a label
|
|
3398
4940
|
*
|
|
3399
4941
|
* @public
|
|
3400
|
-
* @default 'medium'
|
|
3401
4942
|
* @remarks
|
|
3402
4943
|
* HTML Attribute: size
|
|
3403
4944
|
*/
|
|
@@ -3406,7 +4947,6 @@ export declare class Label extends FASTElement {
|
|
|
3406
4947
|
* Specifies font weight of a label
|
|
3407
4948
|
*
|
|
3408
4949
|
* @public
|
|
3409
|
-
* @default 'regular'
|
|
3410
4950
|
* @remarks
|
|
3411
4951
|
* HTML Attribute: weight
|
|
3412
4952
|
*/
|
|
@@ -3481,24 +5021,64 @@ export declare type LabelWeight = ValuesOf<typeof LabelWeight>;
|
|
|
3481
5021
|
*/
|
|
3482
5022
|
export declare const lightModeStylesheetBehavior: (styles: ElementStyles) => MatchMediaStyleSheetBehavior;
|
|
3483
5023
|
|
|
5024
|
+
/**
|
|
5025
|
+
* CSS custom property value for the {@link @fluentui/tokens#lineHeightBase100 | `lineHeightBase100`} design token.
|
|
5026
|
+
* @public
|
|
5027
|
+
*/
|
|
3484
5028
|
export declare const lineHeightBase100 = "var(--lineHeightBase100)";
|
|
3485
5029
|
|
|
5030
|
+
/**
|
|
5031
|
+
* CSS custom property value for the {@link @fluentui/tokens#lineHeightBase200 | `lineHeightBase200`} design token.
|
|
5032
|
+
* @public
|
|
5033
|
+
*/
|
|
3486
5034
|
export declare const lineHeightBase200 = "var(--lineHeightBase200)";
|
|
3487
5035
|
|
|
5036
|
+
/**
|
|
5037
|
+
* CSS custom property value for the {@link @fluentui/tokens#lineHeightBase300 | `lineHeightBase300`} design token.
|
|
5038
|
+
* @public
|
|
5039
|
+
*/
|
|
3488
5040
|
export declare const lineHeightBase300 = "var(--lineHeightBase300)";
|
|
3489
5041
|
|
|
5042
|
+
/**
|
|
5043
|
+
* CSS custom property value for the {@link @fluentui/tokens#lineHeightBase400 | `lineHeightBase400`} design token.
|
|
5044
|
+
* @public
|
|
5045
|
+
*/
|
|
3490
5046
|
export declare const lineHeightBase400 = "var(--lineHeightBase400)";
|
|
3491
5047
|
|
|
5048
|
+
/**
|
|
5049
|
+
* CSS custom property value for the {@link @fluentui/tokens#lineHeightBase500 | `lineHeightBase500`} design token.
|
|
5050
|
+
* @public
|
|
5051
|
+
*/
|
|
3492
5052
|
export declare const lineHeightBase500 = "var(--lineHeightBase500)";
|
|
3493
5053
|
|
|
5054
|
+
/**
|
|
5055
|
+
* CSS custom property value for the {@link @fluentui/tokens#lineHeightBase600 | `lineHeightBase600`} design token.
|
|
5056
|
+
* @public
|
|
5057
|
+
*/
|
|
3494
5058
|
export declare const lineHeightBase600 = "var(--lineHeightBase600)";
|
|
3495
5059
|
|
|
5060
|
+
/**
|
|
5061
|
+
* CSS custom property value for the {@link @fluentui/tokens#lineHeightHero1000 | `lineHeightHero1000`} design token.
|
|
5062
|
+
* @public
|
|
5063
|
+
*/
|
|
3496
5064
|
export declare const lineHeightHero1000 = "var(--lineHeightHero1000)";
|
|
3497
5065
|
|
|
5066
|
+
/**
|
|
5067
|
+
* CSS custom property value for the {@link @fluentui/tokens#lineHeightHero700 | `lineHeightHero700`} design token.
|
|
5068
|
+
* @public
|
|
5069
|
+
*/
|
|
3498
5070
|
export declare const lineHeightHero700 = "var(--lineHeightHero700)";
|
|
3499
5071
|
|
|
5072
|
+
/**
|
|
5073
|
+
* CSS custom property value for the {@link @fluentui/tokens#lineHeightHero800 | `lineHeightHero800`} design token.
|
|
5074
|
+
* @public
|
|
5075
|
+
*/
|
|
3500
5076
|
export declare const lineHeightHero800 = "var(--lineHeightHero800)";
|
|
3501
5077
|
|
|
5078
|
+
/**
|
|
5079
|
+
* CSS custom property value for the {@link @fluentui/tokens#lineHeightHero900 | `lineHeightHero900`} design token.
|
|
5080
|
+
* @public
|
|
5081
|
+
*/
|
|
3502
5082
|
export declare const lineHeightHero900 = "var(--lineHeightHero900)";
|
|
3503
5083
|
|
|
3504
5084
|
/**
|
|
@@ -3659,12 +5239,12 @@ export declare class Menu extends FASTElement {
|
|
|
3659
5239
|
positioningContainer?: HTMLElement;
|
|
3660
5240
|
/**
|
|
3661
5241
|
* The trigger element of the menu.
|
|
3662
|
-
* @
|
|
5242
|
+
* @internal
|
|
3663
5243
|
*/
|
|
3664
5244
|
private _trigger?;
|
|
3665
5245
|
/**
|
|
3666
5246
|
* The menu list element of the menu.
|
|
3667
|
-
* @
|
|
5247
|
+
* @internal
|
|
3668
5248
|
*/
|
|
3669
5249
|
private _menuList?;
|
|
3670
5250
|
/**
|
|
@@ -3720,51 +5300,53 @@ export declare class Menu extends FASTElement {
|
|
|
3720
5300
|
* Updates the 'aria-expanded' attribute and sets the positioning of the menu.
|
|
3721
5301
|
* Sets menu list position
|
|
3722
5302
|
* emits openChanged event
|
|
5303
|
+
*
|
|
5304
|
+
* @param oldValue - The previous value of 'open'.
|
|
5305
|
+
* @param newValue - The new value of 'open'.
|
|
3723
5306
|
* @public
|
|
3724
|
-
* @param {boolean} oldValue - The previous value of 'open'.
|
|
3725
|
-
* @param {boolean} newValue - The new value of 'open'.
|
|
3726
5307
|
*/
|
|
3727
5308
|
openChanged(oldValue: boolean, newValue: boolean): void;
|
|
3728
5309
|
/**
|
|
3729
5310
|
* Called whenever the 'openOnHover' property changes.
|
|
3730
5311
|
* Adds or removes a 'mouseover' event listener to the trigger based on the new value.
|
|
5312
|
+
*
|
|
5313
|
+
* @param oldValue - The previous value of 'openOnHover'.
|
|
5314
|
+
* @param newValue - The new value of 'openOnHover'.
|
|
3731
5315
|
* @public
|
|
3732
|
-
* @param {boolean} oldValue - The previous value of 'openOnHover'.
|
|
3733
|
-
* @param {boolean} newValue - The new value of 'openOnHover'.
|
|
3734
5316
|
*/
|
|
3735
5317
|
openOnHoverChanged(oldValue: boolean, newValue: boolean): void;
|
|
3736
5318
|
/**
|
|
3737
5319
|
* Called whenever the 'persistOnItemClick' property changes.
|
|
3738
5320
|
* Adds or removes a 'click' event listener to the menu list based on the new value.
|
|
3739
5321
|
* @public
|
|
3740
|
-
* @param
|
|
3741
|
-
* @param
|
|
5322
|
+
* @param oldValue - The previous value of 'persistOnItemClick'.
|
|
5323
|
+
* @param newValue - The new value of 'persistOnItemClick'.
|
|
3742
5324
|
*/
|
|
3743
5325
|
persistOnItemClickChanged(oldValue: boolean, newValue: boolean): void;
|
|
3744
5326
|
/**
|
|
3745
5327
|
* Called whenever the 'openOnContext' property changes.
|
|
3746
5328
|
* Adds or removes a 'contextmenu' event listener to the trigger based on the new value.
|
|
3747
5329
|
* @public
|
|
3748
|
-
* @param
|
|
3749
|
-
* @param
|
|
5330
|
+
* @param oldValue - The previous value of 'openOnContext'.
|
|
5331
|
+
* @param newValue - The new value of 'openOnContext'.
|
|
3750
5332
|
*/
|
|
3751
5333
|
openOnContextChanged(oldValue: boolean, newValue: boolean): void;
|
|
3752
5334
|
/**
|
|
3753
5335
|
* Called whenever the 'closeOnScroll' property changes.
|
|
3754
5336
|
* Adds or removes a 'closeOnScroll' event listener to the trigger based on the new value.
|
|
3755
5337
|
* @public
|
|
3756
|
-
* @param
|
|
3757
|
-
* @param
|
|
5338
|
+
* @param oldValue - The previous value of 'closeOnScroll'.
|
|
5339
|
+
* @param newValue - The new value of 'closeOnScroll'.
|
|
3758
5340
|
*/
|
|
3759
5341
|
closeOnScrollChanged(oldValue: boolean, newValue: boolean): void;
|
|
3760
5342
|
/**
|
|
3761
5343
|
* The task to set the positioning of the menu.
|
|
3762
|
-
* @
|
|
5344
|
+
* @internal
|
|
3763
5345
|
*/
|
|
3764
5346
|
protected setPositioningTask: () => void;
|
|
3765
5347
|
/**
|
|
3766
5348
|
* Sets the positioning of the menu.
|
|
3767
|
-
* @
|
|
5349
|
+
* @internal
|
|
3768
5350
|
*/
|
|
3769
5351
|
protected setPositioning(): void;
|
|
3770
5352
|
/**
|
|
@@ -3778,29 +5360,29 @@ export declare class Menu extends FASTElement {
|
|
|
3778
5360
|
* Removes event listeners.
|
|
3779
5361
|
* Removes click and keydown event listeners from the trigger and a click event listener from the document.
|
|
3780
5362
|
* Also removes 'mouseover' event listeners from the trigger.
|
|
3781
|
-
* @
|
|
5363
|
+
* @internal
|
|
3782
5364
|
*/
|
|
3783
5365
|
private removeListeners;
|
|
3784
5366
|
/**
|
|
3785
|
-
* Handles keyboard interaction for the menu.
|
|
3786
|
-
* Closes the menu
|
|
3787
|
-
*
|
|
5367
|
+
* Handles keyboard interaction for the menu. Closes the menu and focuses on the trigger when the Escape key is
|
|
5368
|
+
* pressed. Closes the menu when the Tab key is pressed.
|
|
5369
|
+
*
|
|
5370
|
+
* @param e - the keyboard event
|
|
3788
5371
|
* @public
|
|
3789
|
-
* @param {KeyboardEvent} e - the keyboard event
|
|
3790
5372
|
*/
|
|
3791
5373
|
handleMenuKeydown(e: KeyboardEvent): boolean | void;
|
|
3792
5374
|
/**
|
|
3793
|
-
* Handles keyboard interaction for the trigger.
|
|
3794
|
-
*
|
|
3795
|
-
*
|
|
5375
|
+
* Handles keyboard interaction for the trigger. Toggles the menu when the Space or Enter key is pressed. If the menu
|
|
5376
|
+
* is open, focuses on the menu list.
|
|
5377
|
+
*
|
|
5378
|
+
* @param e - the keyboard event
|
|
3796
5379
|
* @public
|
|
3797
|
-
* @param {KeyboardEvent} e - the keyboard event
|
|
3798
5380
|
*/
|
|
3799
5381
|
handleTriggerKeydown: (e: KeyboardEvent) => boolean | void;
|
|
3800
5382
|
/**
|
|
3801
5383
|
* Handles document click events to close the menu when a click occurs outside of the menu or the trigger.
|
|
3802
|
-
* @
|
|
3803
|
-
* @param
|
|
5384
|
+
* @internal
|
|
5385
|
+
* @param e - The event triggered on document click.
|
|
3804
5386
|
*/
|
|
3805
5387
|
private handleDocumentClick;
|
|
3806
5388
|
}
|
|
@@ -4521,34 +6103,86 @@ export declare const roleForMenuItem: {
|
|
|
4521
6103
|
|
|
4522
6104
|
/**
|
|
4523
6105
|
* Sets the theme tokens on defaultNode.
|
|
4524
|
-
* @param theme Flat object of theme token values.
|
|
6106
|
+
* @param theme - Flat object of theme token values.
|
|
6107
|
+
* @internal
|
|
4525
6108
|
*/
|
|
4526
6109
|
export declare const setTheme: (theme: Theme) => void;
|
|
4527
6110
|
|
|
6111
|
+
/**
|
|
6112
|
+
* @internal
|
|
6113
|
+
*/
|
|
4528
6114
|
export declare const setThemeFor: (element: HTMLElement, theme: Theme) => void;
|
|
4529
6115
|
|
|
6116
|
+
/**
|
|
6117
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow16 | `shadow16`} design token.
|
|
6118
|
+
* @public
|
|
6119
|
+
*/
|
|
4530
6120
|
export declare const shadow16 = "var(--shadow16)";
|
|
4531
6121
|
|
|
6122
|
+
/**
|
|
6123
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow16Brand | `shadow16Brand`} design token.
|
|
6124
|
+
* @public
|
|
6125
|
+
*/
|
|
4532
6126
|
export declare const shadow16Brand = "var(--shadow16Brand)";
|
|
4533
6127
|
|
|
6128
|
+
/**
|
|
6129
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow2 | `shadow2`} design token.
|
|
6130
|
+
* @public
|
|
6131
|
+
*/
|
|
4534
6132
|
export declare const shadow2 = "var(--shadow2)";
|
|
4535
6133
|
|
|
6134
|
+
/**
|
|
6135
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow28 | `shadow28`} design token.
|
|
6136
|
+
* @public
|
|
6137
|
+
*/
|
|
4536
6138
|
export declare const shadow28 = "var(--shadow28)";
|
|
4537
6139
|
|
|
6140
|
+
/**
|
|
6141
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow28Brand | `shadow28Brand`} design token.
|
|
6142
|
+
* @public
|
|
6143
|
+
*/
|
|
4538
6144
|
export declare const shadow28Brand = "var(--shadow28Brand)";
|
|
4539
6145
|
|
|
6146
|
+
/**
|
|
6147
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow2Brand | `shadow2Brand`} design token.
|
|
6148
|
+
* @public
|
|
6149
|
+
*/
|
|
4540
6150
|
export declare const shadow2Brand = "var(--shadow2Brand)";
|
|
4541
6151
|
|
|
6152
|
+
/**
|
|
6153
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow4 | `shadow4`} design token.
|
|
6154
|
+
* @public
|
|
6155
|
+
*/
|
|
4542
6156
|
export declare const shadow4 = "var(--shadow4)";
|
|
4543
6157
|
|
|
6158
|
+
/**
|
|
6159
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow4Brand | `shadow4Brand`} design token.
|
|
6160
|
+
* @public
|
|
6161
|
+
*/
|
|
4544
6162
|
export declare const shadow4Brand = "var(--shadow4Brand)";
|
|
4545
6163
|
|
|
6164
|
+
/**
|
|
6165
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow64 | `shadow64`} design token.
|
|
6166
|
+
* @public
|
|
6167
|
+
*/
|
|
4546
6168
|
export declare const shadow64 = "var(--shadow64)";
|
|
4547
6169
|
|
|
6170
|
+
/**
|
|
6171
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow64Brand | `shadow64Brand`} design token.
|
|
6172
|
+
* @public
|
|
6173
|
+
*/
|
|
4548
6174
|
export declare const shadow64Brand = "var(--shadow64Brand)";
|
|
4549
6175
|
|
|
6176
|
+
/**
|
|
6177
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow8 | `shadow8`} design token.
|
|
6178
|
+
* @public
|
|
6179
|
+
*/
|
|
4550
6180
|
export declare const shadow8 = "var(--shadow8)";
|
|
4551
6181
|
|
|
6182
|
+
/**
|
|
6183
|
+
* CSS custom property value for the {@link @fluentui/tokens#shadow8Brand | `shadow8Brand`} design token.
|
|
6184
|
+
* @public
|
|
6185
|
+
*/
|
|
4552
6186
|
export declare const shadow8Brand = "var(--shadow8Brand)";
|
|
4553
6187
|
|
|
4554
6188
|
/**
|
|
@@ -4847,48 +6481,136 @@ export declare const SliderStyles: ElementStyles;
|
|
|
4847
6481
|
|
|
4848
6482
|
export declare const SliderTemplate: ElementViewTemplate<Slider>;
|
|
4849
6483
|
|
|
6484
|
+
/**
|
|
6485
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalL | `spacingHorizontalL`} design token.
|
|
6486
|
+
* @public
|
|
6487
|
+
*/
|
|
4850
6488
|
export declare const spacingHorizontalL = "var(--spacingHorizontalL)";
|
|
4851
6489
|
|
|
6490
|
+
/**
|
|
6491
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalM | `spacingHorizontalM`} design token.
|
|
6492
|
+
* @public
|
|
6493
|
+
*/
|
|
4852
6494
|
export declare const spacingHorizontalM = "var(--spacingHorizontalM)";
|
|
4853
6495
|
|
|
6496
|
+
/**
|
|
6497
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalMNudge | `spacingHorizontalMNudge`} design token.
|
|
6498
|
+
* @public
|
|
6499
|
+
*/
|
|
4854
6500
|
export declare const spacingHorizontalMNudge = "var(--spacingHorizontalMNudge)";
|
|
4855
6501
|
|
|
6502
|
+
/**
|
|
6503
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalNone | `spacingHorizontalNone`} design token.
|
|
6504
|
+
* @public
|
|
6505
|
+
*/
|
|
4856
6506
|
export declare const spacingHorizontalNone = "var(--spacingHorizontalNone)";
|
|
4857
6507
|
|
|
6508
|
+
/**
|
|
6509
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalS | `spacingHorizontalS`} design token.
|
|
6510
|
+
* @public
|
|
6511
|
+
*/
|
|
4858
6512
|
export declare const spacingHorizontalS = "var(--spacingHorizontalS)";
|
|
4859
6513
|
|
|
6514
|
+
/**
|
|
6515
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalSNudge | `spacingHorizontalSNudge`} design token.
|
|
6516
|
+
* @public
|
|
6517
|
+
*/
|
|
4860
6518
|
export declare const spacingHorizontalSNudge = "var(--spacingHorizontalSNudge)";
|
|
4861
6519
|
|
|
6520
|
+
/**
|
|
6521
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXL | `spacingHorizontalXL`} design token.
|
|
6522
|
+
* @public
|
|
6523
|
+
*/
|
|
4862
6524
|
export declare const spacingHorizontalXL = "var(--spacingHorizontalXL)";
|
|
4863
6525
|
|
|
6526
|
+
/**
|
|
6527
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXS | `spacingHorizontalXS`} design token.
|
|
6528
|
+
* @public
|
|
6529
|
+
*/
|
|
4864
6530
|
export declare const spacingHorizontalXS = "var(--spacingHorizontalXS)";
|
|
4865
6531
|
|
|
6532
|
+
/**
|
|
6533
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXXL | `spacingHorizontalXXL`} design token.
|
|
6534
|
+
* @public
|
|
6535
|
+
*/
|
|
4866
6536
|
export declare const spacingHorizontalXXL = "var(--spacingHorizontalXXL)";
|
|
4867
6537
|
|
|
6538
|
+
/**
|
|
6539
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXXS | `spacingHorizontalXXS`} design token.
|
|
6540
|
+
* @public
|
|
6541
|
+
*/
|
|
4868
6542
|
export declare const spacingHorizontalXXS = "var(--spacingHorizontalXXS)";
|
|
4869
6543
|
|
|
6544
|
+
/**
|
|
6545
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXXXL | `spacingHorizontalXXXL`} design token.
|
|
6546
|
+
* @public
|
|
6547
|
+
*/
|
|
4870
6548
|
export declare const spacingHorizontalXXXL = "var(--spacingHorizontalXXXL)";
|
|
4871
6549
|
|
|
6550
|
+
/**
|
|
6551
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalL | `spacingVerticalL`} design token.
|
|
6552
|
+
* @public
|
|
6553
|
+
*/
|
|
4872
6554
|
export declare const spacingVerticalL = "var(--spacingVerticalL)";
|
|
4873
6555
|
|
|
6556
|
+
/**
|
|
6557
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalM | `spacingVerticalM`} design token.
|
|
6558
|
+
* @public
|
|
6559
|
+
*/
|
|
4874
6560
|
export declare const spacingVerticalM = "var(--spacingVerticalM)";
|
|
4875
6561
|
|
|
6562
|
+
/**
|
|
6563
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalMNudge | `spacingVerticalMNudge`} design token.
|
|
6564
|
+
* @public
|
|
6565
|
+
*/
|
|
4876
6566
|
export declare const spacingVerticalMNudge = "var(--spacingVerticalMNudge)";
|
|
4877
6567
|
|
|
6568
|
+
/**
|
|
6569
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalNone | `spacingVerticalNone`} design token.
|
|
6570
|
+
* @public
|
|
6571
|
+
*/
|
|
4878
6572
|
export declare const spacingVerticalNone = "var(--spacingVerticalNone)";
|
|
4879
6573
|
|
|
6574
|
+
/**
|
|
6575
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalS | `spacingVerticalS`} design token.
|
|
6576
|
+
* @public
|
|
6577
|
+
*/
|
|
4880
6578
|
export declare const spacingVerticalS = "var(--spacingVerticalS)";
|
|
4881
6579
|
|
|
6580
|
+
/**
|
|
6581
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalSNudge | `spacingVerticalSNudge`} design token.
|
|
6582
|
+
* @public
|
|
6583
|
+
*/
|
|
4882
6584
|
export declare const spacingVerticalSNudge = "var(--spacingVerticalSNudge)";
|
|
4883
6585
|
|
|
6586
|
+
/**
|
|
6587
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXL | `spacingVerticalXL`} design token.
|
|
6588
|
+
* @public
|
|
6589
|
+
*/
|
|
4884
6590
|
export declare const spacingVerticalXL = "var(--spacingVerticalXL)";
|
|
4885
6591
|
|
|
6592
|
+
/**
|
|
6593
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXS | `spacingVerticalXS`} design token.
|
|
6594
|
+
* @public
|
|
6595
|
+
*/
|
|
4886
6596
|
export declare const spacingVerticalXS = "var(--spacingVerticalXS)";
|
|
4887
6597
|
|
|
6598
|
+
/**
|
|
6599
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXXL | `spacingVerticalXXL`} design token.
|
|
6600
|
+
* @public
|
|
6601
|
+
*/
|
|
4888
6602
|
export declare const spacingVerticalXXL = "var(--spacingVerticalXXL)";
|
|
4889
6603
|
|
|
6604
|
+
/**
|
|
6605
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXXS | `spacingVerticalXXS`} design token.
|
|
6606
|
+
* @public
|
|
6607
|
+
*/
|
|
4890
6608
|
export declare const spacingVerticalXXS = "var(--spacingVerticalXXS)";
|
|
4891
6609
|
|
|
6610
|
+
/**
|
|
6611
|
+
* CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXXXL | `spacingVerticalXXXL`} design token.
|
|
6612
|
+
* @public
|
|
6613
|
+
*/
|
|
4892
6614
|
export declare const spacingVerticalXXXL = "var(--spacingVerticalXXXL)";
|
|
4893
6615
|
|
|
4894
6616
|
/**
|
|
@@ -4906,7 +6628,6 @@ export declare class Spinner extends FASTElement {
|
|
|
4906
6628
|
* The size of the spinner
|
|
4907
6629
|
*
|
|
4908
6630
|
* @public
|
|
4909
|
-
* @default 'medium'
|
|
4910
6631
|
* @remarks
|
|
4911
6632
|
* HTML Attribute: size
|
|
4912
6633
|
*/
|
|
@@ -4914,7 +6635,6 @@ export declare class Spinner extends FASTElement {
|
|
|
4914
6635
|
/**
|
|
4915
6636
|
* The appearance of the spinner
|
|
4916
6637
|
* @public
|
|
4917
|
-
* @default 'primary'
|
|
4918
6638
|
* @remarks
|
|
4919
6639
|
* HTML Attribute: appearance
|
|
4920
6640
|
*/
|
|
@@ -5002,12 +6722,28 @@ declare type StartOptions<TSource = any, TParent = any> = {
|
|
|
5002
6722
|
*/
|
|
5003
6723
|
declare type StaticallyComposableHTML<TSource = any, TParent = any> = string | HTMLDirective | SyntheticViewTemplate<TSource, TParent> | undefined;
|
|
5004
6724
|
|
|
6725
|
+
/**
|
|
6726
|
+
* CSS custom property value for the {@link @fluentui/tokens#strokeWidthThick | `strokeWidthThick`} design token.
|
|
6727
|
+
* @public
|
|
6728
|
+
*/
|
|
5005
6729
|
export declare const strokeWidthThick = "var(--strokeWidthThick)";
|
|
5006
6730
|
|
|
6731
|
+
/**
|
|
6732
|
+
* CSS custom property value for the {@link @fluentui/tokens#strokeWidthThicker | `strokeWidthThicker`} design token.
|
|
6733
|
+
* @public
|
|
6734
|
+
*/
|
|
5007
6735
|
export declare const strokeWidthThicker = "var(--strokeWidthThicker)";
|
|
5008
6736
|
|
|
6737
|
+
/**
|
|
6738
|
+
* CSS custom property value for the {@link @fluentui/tokens#strokeWidthThickest | `strokeWidthThickest`} design token.
|
|
6739
|
+
* @public
|
|
6740
|
+
*/
|
|
5009
6741
|
export declare const strokeWidthThickest = "var(--strokeWidthThickest)";
|
|
5010
6742
|
|
|
6743
|
+
/**
|
|
6744
|
+
* CSS custom property value for the {@link @fluentui/tokens#strokeWidthThin | `strokeWidthThin`} design token.
|
|
6745
|
+
* @public
|
|
6746
|
+
*/
|
|
5011
6747
|
export declare const strokeWidthThin = "var(--strokeWidthThin)";
|
|
5012
6748
|
|
|
5013
6749
|
/**
|
|
@@ -5024,7 +6760,6 @@ export declare class Switch extends FormAssociatedSwitch {
|
|
|
5024
6760
|
* The label position of the switch
|
|
5025
6761
|
*
|
|
5026
6762
|
* @public
|
|
5027
|
-
* @default 'after'
|
|
5028
6763
|
* @remarks
|
|
5029
6764
|
* HTML Attribute: labelposition
|
|
5030
6765
|
*/
|
|
@@ -5191,21 +6926,25 @@ export declare class Tabs extends BaseTabs {
|
|
|
5191
6926
|
*/
|
|
5192
6927
|
private getTabScale;
|
|
5193
6928
|
/**
|
|
5194
|
-
*
|
|
6929
|
+
* Calculates and applies updated values to CSS variables.
|
|
5195
6930
|
*
|
|
5196
|
-
*
|
|
5197
|
-
* @
|
|
6931
|
+
* @param tab - the tab element to apply the updated values to
|
|
6932
|
+
* @internal
|
|
5198
6933
|
*/
|
|
5199
6934
|
private applyUpdatedCSSValues;
|
|
5200
6935
|
/**
|
|
5201
|
-
*
|
|
5202
|
-
*
|
|
5203
|
-
*
|
|
6936
|
+
* Runs through all the operations required for setting the tab active indicator to its starting location, ending
|
|
6937
|
+
* location, and applying the animated css class to the tab.
|
|
6938
|
+
*
|
|
6939
|
+
* @param tab - the tab element to apply the updated values to
|
|
6940
|
+
* @internal
|
|
5204
6941
|
*/
|
|
5205
6942
|
private animationLoop;
|
|
5206
6943
|
/**
|
|
5207
|
-
*
|
|
5208
|
-
*
|
|
6944
|
+
* Sets the data from the active tab onto the class. used for making all the animation calculations for the active
|
|
6945
|
+
* tab indicator.
|
|
6946
|
+
*
|
|
6947
|
+
* @internal
|
|
5209
6948
|
*/
|
|
5210
6949
|
private setTabData;
|
|
5211
6950
|
private setTabOffsetCSSVar;
|
|
@@ -5414,7 +7153,6 @@ export declare class TextInput extends FASTElement {
|
|
|
5414
7153
|
* Indicates the styled appearance of the element.
|
|
5415
7154
|
*
|
|
5416
7155
|
* @public
|
|
5417
|
-
* @default 'outline'
|
|
5418
7156
|
* @remarks
|
|
5419
7157
|
* HTML Attribute: `appearance`
|
|
5420
7158
|
*/
|
|
@@ -5441,7 +7179,6 @@ export declare class TextInput extends FASTElement {
|
|
|
5441
7179
|
* Sets the size of the control.
|
|
5442
7180
|
*
|
|
5443
7181
|
* @public
|
|
5444
|
-
* @default 'medium'
|
|
5445
7182
|
* @remarks
|
|
5446
7183
|
* HTML Attribute: `control-size`
|
|
5447
7184
|
*/
|