@fluentui/web-components 3.0.0-beta.13 → 3.0.0-beta.130

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