@fluentui/web-components 3.0.0-beta.7 → 3.0.0-beta.71

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