@plumile/ui 0.1.53

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 (964) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +3 -0
  3. package/lib/atomic/atoms/badge/Badge.d.ts +11 -0
  4. package/lib/atomic/atoms/badge/Badge.d.ts.map +1 -0
  5. package/lib/atomic/atoms/badge/Badge.js +12 -0
  6. package/lib/atomic/atoms/badge/badge.css.d.ts +17 -0
  7. package/lib/atomic/atoms/badge/badge.css.d.ts.map +1 -0
  8. package/lib/atomic/atoms/badge/badge.css.js +85 -0
  9. package/lib/atomic/atoms/button/Button.d.ts +18 -0
  10. package/lib/atomic/atoms/button/Button.d.ts.map +1 -0
  11. package/lib/atomic/atoms/button/Button.js +26 -0
  12. package/lib/atomic/atoms/button/LinkButton.d.ts +19 -0
  13. package/lib/atomic/atoms/button/LinkButton.d.ts.map +1 -0
  14. package/lib/atomic/atoms/button/LinkButton.js +36 -0
  15. package/lib/atomic/atoms/button/button.css.d.ts +54 -0
  16. package/lib/atomic/atoms/button/button.css.d.ts.map +1 -0
  17. package/lib/atomic/atoms/button/button.css.js +350 -0
  18. package/lib/atomic/atoms/checkbox/Checkbox.d.ts +9 -0
  19. package/lib/atomic/atoms/checkbox/Checkbox.d.ts.map +1 -0
  20. package/lib/atomic/atoms/checkbox/Checkbox.js +13 -0
  21. package/lib/atomic/atoms/checkbox/checkbox.css.d.ts +16 -0
  22. package/lib/atomic/atoms/checkbox/checkbox.css.d.ts.map +1 -0
  23. package/lib/atomic/atoms/checkbox/checkbox.css.js +98 -0
  24. package/lib/atomic/atoms/input/Input.d.ts +14 -0
  25. package/lib/atomic/atoms/input/Input.d.ts.map +1 -0
  26. package/lib/atomic/atoms/input/Input.js +45 -0
  27. package/lib/atomic/atoms/input/input.css.d.ts +24 -0
  28. package/lib/atomic/atoms/input/input.css.d.ts.map +1 -0
  29. package/lib/atomic/atoms/input/input.css.js +114 -0
  30. package/lib/atomic/atoms/label/Label.d.ts +10 -0
  31. package/lib/atomic/atoms/label/Label.d.ts.map +1 -0
  32. package/lib/atomic/atoms/label/Label.js +22 -0
  33. package/lib/atomic/atoms/label/label.css.d.ts +15 -0
  34. package/lib/atomic/atoms/label/label.css.d.ts.map +1 -0
  35. package/lib/atomic/atoms/label/label.css.js +29 -0
  36. package/lib/atomic/atoms/textarea/Textarea.d.ts +14 -0
  37. package/lib/atomic/atoms/textarea/Textarea.d.ts.map +1 -0
  38. package/lib/atomic/atoms/textarea/Textarea.js +19 -0
  39. package/lib/atomic/atoms/textarea/textarea.css.d.ts +18 -0
  40. package/lib/atomic/atoms/textarea/textarea.css.d.ts.map +1 -0
  41. package/lib/atomic/atoms/textarea/textarea.css.js +101 -0
  42. package/lib/atomic/molecules/card/Card.css.d.ts +5 -0
  43. package/lib/atomic/molecules/card/Card.css.d.ts.map +1 -0
  44. package/lib/atomic/molecules/card/Card.css.js +21 -0
  45. package/lib/atomic/molecules/card/Card.d.ts +11 -0
  46. package/lib/atomic/molecules/card/Card.d.ts.map +1 -0
  47. package/lib/atomic/molecules/card/Card.js +17 -0
  48. package/lib/atomic/molecules/tabs/Tabs.d.ts +20 -0
  49. package/lib/atomic/molecules/tabs/Tabs.d.ts.map +1 -0
  50. package/lib/atomic/molecules/tabs/Tabs.js +32 -0
  51. package/lib/atomic/molecules/tabs/tabs.css.d.ts +11 -0
  52. package/lib/atomic/molecules/tabs/tabs.css.d.ts.map +1 -0
  53. package/lib/atomic/molecules/tabs/tabs.css.js +73 -0
  54. package/lib/components/charts/BillingUsageLineChart.d.ts +19 -0
  55. package/lib/components/charts/BillingUsageLineChart.d.ts.map +1 -0
  56. package/lib/components/charts/BillingUsageLineChart.js +170 -0
  57. package/lib/components/charts/billingUsageLineChart.css.d.ts +7 -0
  58. package/lib/components/charts/billingUsageLineChart.css.d.ts.map +1 -0
  59. package/lib/components/charts/billingUsageLineChart.css.js +62 -0
  60. package/lib/components/layout/ContentLayout.css.d.ts +13 -0
  61. package/lib/components/layout/ContentLayout.css.d.ts.map +1 -0
  62. package/lib/components/layout/ContentLayout.css.js +71 -0
  63. package/lib/components/layout/ContentLayout.d.ts +22 -0
  64. package/lib/components/layout/ContentLayout.d.ts.map +1 -0
  65. package/lib/components/layout/ContentLayout.js +64 -0
  66. package/lib/components/layout/TabsContentLayout.css.d.ts +6 -0
  67. package/lib/components/layout/TabsContentLayout.css.d.ts.map +1 -0
  68. package/lib/components/layout/TabsContentLayout.css.js +24 -0
  69. package/lib/components/layout/TabsContentLayout.d.ts +9 -0
  70. package/lib/components/layout/TabsContentLayout.d.ts.map +1 -0
  71. package/lib/components/layout/TabsContentLayout.js +8 -0
  72. package/lib/components/tile/InfoTile.css.d.ts +13 -0
  73. package/lib/components/tile/InfoTile.css.d.ts.map +1 -0
  74. package/lib/components/tile/InfoTile.css.js +103 -0
  75. package/lib/components/tile/InfoTile.d.ts +23 -0
  76. package/lib/components/tile/InfoTile.d.ts.map +1 -0
  77. package/lib/components/tile/InfoTile.js +48 -0
  78. package/lib/esm/atomic/atoms/badge/Badge.d.ts +11 -0
  79. package/lib/esm/atomic/atoms/badge/Badge.d.ts.map +1 -0
  80. package/lib/esm/atomic/atoms/badge/Badge.js +12 -0
  81. package/lib/esm/atomic/atoms/badge/badge.css.d.ts +17 -0
  82. package/lib/esm/atomic/atoms/badge/badge.css.d.ts.map +1 -0
  83. package/lib/esm/atomic/atoms/badge/badge.css.js +85 -0
  84. package/lib/esm/atomic/atoms/button/Button.d.ts +18 -0
  85. package/lib/esm/atomic/atoms/button/Button.d.ts.map +1 -0
  86. package/lib/esm/atomic/atoms/button/Button.js +26 -0
  87. package/lib/esm/atomic/atoms/button/LinkButton.d.ts +19 -0
  88. package/lib/esm/atomic/atoms/button/LinkButton.d.ts.map +1 -0
  89. package/lib/esm/atomic/atoms/button/LinkButton.js +36 -0
  90. package/lib/esm/atomic/atoms/button/button.css.d.ts +54 -0
  91. package/lib/esm/atomic/atoms/button/button.css.d.ts.map +1 -0
  92. package/lib/esm/atomic/atoms/button/button.css.js +350 -0
  93. package/lib/esm/atomic/atoms/checkbox/Checkbox.d.ts +9 -0
  94. package/lib/esm/atomic/atoms/checkbox/Checkbox.d.ts.map +1 -0
  95. package/lib/esm/atomic/atoms/checkbox/Checkbox.js +13 -0
  96. package/lib/esm/atomic/atoms/checkbox/checkbox.css.d.ts +16 -0
  97. package/lib/esm/atomic/atoms/checkbox/checkbox.css.d.ts.map +1 -0
  98. package/lib/esm/atomic/atoms/checkbox/checkbox.css.js +98 -0
  99. package/lib/esm/atomic/atoms/input/Input.d.ts +14 -0
  100. package/lib/esm/atomic/atoms/input/Input.d.ts.map +1 -0
  101. package/lib/esm/atomic/atoms/input/Input.js +45 -0
  102. package/lib/esm/atomic/atoms/input/input.css.d.ts +24 -0
  103. package/lib/esm/atomic/atoms/input/input.css.d.ts.map +1 -0
  104. package/lib/esm/atomic/atoms/input/input.css.js +114 -0
  105. package/lib/esm/atomic/atoms/label/Label.d.ts +10 -0
  106. package/lib/esm/atomic/atoms/label/Label.d.ts.map +1 -0
  107. package/lib/esm/atomic/atoms/label/Label.js +22 -0
  108. package/lib/esm/atomic/atoms/label/label.css.d.ts +15 -0
  109. package/lib/esm/atomic/atoms/label/label.css.d.ts.map +1 -0
  110. package/lib/esm/atomic/atoms/label/label.css.js +29 -0
  111. package/lib/esm/atomic/atoms/textarea/Textarea.d.ts +14 -0
  112. package/lib/esm/atomic/atoms/textarea/Textarea.d.ts.map +1 -0
  113. package/lib/esm/atomic/atoms/textarea/Textarea.js +19 -0
  114. package/lib/esm/atomic/atoms/textarea/textarea.css.d.ts +18 -0
  115. package/lib/esm/atomic/atoms/textarea/textarea.css.d.ts.map +1 -0
  116. package/lib/esm/atomic/atoms/textarea/textarea.css.js +101 -0
  117. package/lib/esm/atomic/molecules/card/Card.css.d.ts +5 -0
  118. package/lib/esm/atomic/molecules/card/Card.css.d.ts.map +1 -0
  119. package/lib/esm/atomic/molecules/card/Card.css.js +21 -0
  120. package/lib/esm/atomic/molecules/card/Card.d.ts +11 -0
  121. package/lib/esm/atomic/molecules/card/Card.d.ts.map +1 -0
  122. package/lib/esm/atomic/molecules/card/Card.js +17 -0
  123. package/lib/esm/atomic/molecules/tabs/Tabs.d.ts +20 -0
  124. package/lib/esm/atomic/molecules/tabs/Tabs.d.ts.map +1 -0
  125. package/lib/esm/atomic/molecules/tabs/Tabs.js +32 -0
  126. package/lib/esm/atomic/molecules/tabs/tabs.css.d.ts +11 -0
  127. package/lib/esm/atomic/molecules/tabs/tabs.css.d.ts.map +1 -0
  128. package/lib/esm/atomic/molecules/tabs/tabs.css.js +73 -0
  129. package/lib/esm/components/charts/BillingUsageLineChart.d.ts +19 -0
  130. package/lib/esm/components/charts/BillingUsageLineChart.d.ts.map +1 -0
  131. package/lib/esm/components/charts/BillingUsageLineChart.js +170 -0
  132. package/lib/esm/components/charts/billingUsageLineChart.css.d.ts +7 -0
  133. package/lib/esm/components/charts/billingUsageLineChart.css.d.ts.map +1 -0
  134. package/lib/esm/components/charts/billingUsageLineChart.css.js +62 -0
  135. package/lib/esm/components/layout/ContentLayout.css.d.ts +13 -0
  136. package/lib/esm/components/layout/ContentLayout.css.d.ts.map +1 -0
  137. package/lib/esm/components/layout/ContentLayout.css.js +71 -0
  138. package/lib/esm/components/layout/ContentLayout.d.ts +22 -0
  139. package/lib/esm/components/layout/ContentLayout.d.ts.map +1 -0
  140. package/lib/esm/components/layout/ContentLayout.js +64 -0
  141. package/lib/esm/components/layout/TabsContentLayout.css.d.ts +6 -0
  142. package/lib/esm/components/layout/TabsContentLayout.css.d.ts.map +1 -0
  143. package/lib/esm/components/layout/TabsContentLayout.css.js +24 -0
  144. package/lib/esm/components/layout/TabsContentLayout.d.ts +9 -0
  145. package/lib/esm/components/layout/TabsContentLayout.d.ts.map +1 -0
  146. package/lib/esm/components/layout/TabsContentLayout.js +8 -0
  147. package/lib/esm/components/tile/InfoTile.css.d.ts +13 -0
  148. package/lib/esm/components/tile/InfoTile.css.d.ts.map +1 -0
  149. package/lib/esm/components/tile/InfoTile.css.js +103 -0
  150. package/lib/esm/components/tile/InfoTile.d.ts +23 -0
  151. package/lib/esm/components/tile/InfoTile.d.ts.map +1 -0
  152. package/lib/esm/components/tile/InfoTile.js +48 -0
  153. package/lib/esm/icons/BanSvg.d.ts +5 -0
  154. package/lib/esm/icons/BanSvg.d.ts.map +1 -0
  155. package/lib/esm/icons/BanSvg.js +5 -0
  156. package/lib/esm/icons/ButtonLoadingSpinnerSvg.d.ts +5 -0
  157. package/lib/esm/icons/ButtonLoadingSpinnerSvg.d.ts.map +1 -0
  158. package/lib/esm/icons/ButtonLoadingSpinnerSvg.js +5 -0
  159. package/lib/esm/icons/ChatCheckSvg.d.ts +5 -0
  160. package/lib/esm/icons/ChatCheckSvg.d.ts.map +1 -0
  161. package/lib/esm/icons/ChatCheckSvg.js +5 -0
  162. package/lib/esm/icons/ChatSizeLargeSvg.d.ts +5 -0
  163. package/lib/esm/icons/ChatSizeLargeSvg.d.ts.map +1 -0
  164. package/lib/esm/icons/ChatSizeLargeSvg.js +5 -0
  165. package/lib/esm/icons/ChatSizeMediumSvg.d.ts +5 -0
  166. package/lib/esm/icons/ChatSizeMediumSvg.d.ts.map +1 -0
  167. package/lib/esm/icons/ChatSizeMediumSvg.js +5 -0
  168. package/lib/esm/icons/ChatSizeSmallSvg.d.ts +5 -0
  169. package/lib/esm/icons/ChatSizeSmallSvg.d.ts.map +1 -0
  170. package/lib/esm/icons/ChatSizeSmallSvg.js +5 -0
  171. package/lib/esm/icons/ChatXSvg.d.ts +5 -0
  172. package/lib/esm/icons/ChatXSvg.d.ts.map +1 -0
  173. package/lib/esm/icons/ChatXSvg.js +5 -0
  174. package/lib/esm/icons/CheckSvg.d.ts +5 -0
  175. package/lib/esm/icons/CheckSvg.d.ts.map +1 -0
  176. package/lib/esm/icons/CheckSvg.js +5 -0
  177. package/lib/esm/icons/ChevronDownSvg.d.ts +5 -0
  178. package/lib/esm/icons/ChevronDownSvg.d.ts.map +1 -0
  179. package/lib/esm/icons/ChevronDownSvg.js +5 -0
  180. package/lib/esm/icons/ChevronLeftSvg.d.ts +5 -0
  181. package/lib/esm/icons/ChevronLeftSvg.d.ts.map +1 -0
  182. package/lib/esm/icons/ChevronLeftSvg.js +5 -0
  183. package/lib/esm/icons/ChevronRightSvg.d.ts +5 -0
  184. package/lib/esm/icons/ChevronRightSvg.d.ts.map +1 -0
  185. package/lib/esm/icons/ChevronRightSvg.js +5 -0
  186. package/lib/esm/icons/ClockSvg.d.ts +5 -0
  187. package/lib/esm/icons/ClockSvg.d.ts.map +1 -0
  188. package/lib/esm/icons/ClockSvg.js +5 -0
  189. package/lib/esm/icons/CoinOffSvg.d.ts +5 -0
  190. package/lib/esm/icons/CoinOffSvg.d.ts.map +1 -0
  191. package/lib/esm/icons/CoinOffSvg.js +5 -0
  192. package/lib/esm/icons/CoinSvg.d.ts +5 -0
  193. package/lib/esm/icons/CoinSvg.d.ts.map +1 -0
  194. package/lib/esm/icons/CoinSvg.js +5 -0
  195. package/lib/esm/icons/DatabaseCheckSvg.d.ts +5 -0
  196. package/lib/esm/icons/DatabaseCheckSvg.d.ts.map +1 -0
  197. package/lib/esm/icons/DatabaseCheckSvg.js +5 -0
  198. package/lib/esm/icons/DatabaseXSvg.d.ts +5 -0
  199. package/lib/esm/icons/DatabaseXSvg.d.ts.map +1 -0
  200. package/lib/esm/icons/DatabaseXSvg.js +5 -0
  201. package/lib/esm/icons/DevModeSvg.d.ts +5 -0
  202. package/lib/esm/icons/DevModeSvg.d.ts.map +1 -0
  203. package/lib/esm/icons/DevModeSvg.js +5 -0
  204. package/lib/esm/icons/EyeSvg.d.ts +5 -0
  205. package/lib/esm/icons/EyeSvg.d.ts.map +1 -0
  206. package/lib/esm/icons/EyeSvg.js +5 -0
  207. package/lib/esm/icons/FormErrorAlertSvg.d.ts +5 -0
  208. package/lib/esm/icons/FormErrorAlertSvg.d.ts.map +1 -0
  209. package/lib/esm/icons/FormErrorAlertSvg.js +5 -0
  210. package/lib/esm/icons/GlobeSvg.d.ts +5 -0
  211. package/lib/esm/icons/GlobeSvg.d.ts.map +1 -0
  212. package/lib/esm/icons/GlobeSvg.js +5 -0
  213. package/lib/esm/icons/GripDotsSvg.d.ts +5 -0
  214. package/lib/esm/icons/GripDotsSvg.d.ts.map +1 -0
  215. package/lib/esm/icons/GripDotsSvg.js +6 -0
  216. package/lib/esm/icons/HomeActivityAssignUserSvg.d.ts +5 -0
  217. package/lib/esm/icons/HomeActivityAssignUserSvg.d.ts.map +1 -0
  218. package/lib/esm/icons/HomeActivityAssignUserSvg.js +5 -0
  219. package/lib/esm/icons/HomeStatsCheckBadgeSvg.d.ts +5 -0
  220. package/lib/esm/icons/HomeStatsCheckBadgeSvg.d.ts.map +1 -0
  221. package/lib/esm/icons/HomeStatsCheckBadgeSvg.js +5 -0
  222. package/lib/esm/icons/HomeStatsClipboardSvg.d.ts +5 -0
  223. package/lib/esm/icons/HomeStatsClipboardSvg.d.ts.map +1 -0
  224. package/lib/esm/icons/HomeStatsClipboardSvg.js +5 -0
  225. package/lib/esm/icons/HomeStatsClockSvg.d.ts +5 -0
  226. package/lib/esm/icons/HomeStatsClockSvg.d.ts.map +1 -0
  227. package/lib/esm/icons/HomeStatsClockSvg.js +5 -0
  228. package/lib/esm/icons/KeyOffSvg.d.ts +5 -0
  229. package/lib/esm/icons/KeyOffSvg.d.ts.map +1 -0
  230. package/lib/esm/icons/KeyOffSvg.js +5 -0
  231. package/lib/esm/icons/KeySvg.d.ts +5 -0
  232. package/lib/esm/icons/KeySvg.d.ts.map +1 -0
  233. package/lib/esm/icons/KeySvg.js +5 -0
  234. package/lib/esm/icons/KronexSvg.d.ts +5 -0
  235. package/lib/esm/icons/KronexSvg.d.ts.map +1 -0
  236. package/lib/esm/icons/KronexSvg.js +5 -0
  237. package/lib/esm/icons/LinkCheckSvg.d.ts +5 -0
  238. package/lib/esm/icons/LinkCheckSvg.d.ts.map +1 -0
  239. package/lib/esm/icons/LinkCheckSvg.js +5 -0
  240. package/lib/esm/icons/LinkSvg.d.ts +5 -0
  241. package/lib/esm/icons/LinkSvg.d.ts.map +1 -0
  242. package/lib/esm/icons/LinkSvg.js +5 -0
  243. package/lib/esm/icons/LinkXSvg.d.ts +5 -0
  244. package/lib/esm/icons/LinkXSvg.d.ts.map +1 -0
  245. package/lib/esm/icons/LinkXSvg.js +5 -0
  246. package/lib/esm/icons/LockOpenSvg.d.ts +5 -0
  247. package/lib/esm/icons/LockOpenSvg.d.ts.map +1 -0
  248. package/lib/esm/icons/LockOpenSvg.js +5 -0
  249. package/lib/esm/icons/LockSvg.d.ts +5 -0
  250. package/lib/esm/icons/LockSvg.d.ts.map +1 -0
  251. package/lib/esm/icons/LockSvg.js +5 -0
  252. package/lib/esm/icons/MailCheckSvg.d.ts +5 -0
  253. package/lib/esm/icons/MailCheckSvg.d.ts.map +1 -0
  254. package/lib/esm/icons/MailCheckSvg.js +5 -0
  255. package/lib/esm/icons/MailSvg.d.ts +5 -0
  256. package/lib/esm/icons/MailSvg.d.ts.map +1 -0
  257. package/lib/esm/icons/MailSvg.js +5 -0
  258. package/lib/esm/icons/MailXSvg.d.ts +5 -0
  259. package/lib/esm/icons/MailXSvg.d.ts.map +1 -0
  260. package/lib/esm/icons/MailXSvg.js +5 -0
  261. package/lib/esm/icons/ModalCloseSvg.d.ts +5 -0
  262. package/lib/esm/icons/ModalCloseSvg.d.ts.map +1 -0
  263. package/lib/esm/icons/ModalCloseSvg.js +5 -0
  264. package/lib/esm/icons/PencilSvg.d.ts +5 -0
  265. package/lib/esm/icons/PencilSvg.d.ts.map +1 -0
  266. package/lib/esm/icons/PencilSvg.js +5 -0
  267. package/lib/esm/icons/PinFilledSvg.d.ts +5 -0
  268. package/lib/esm/icons/PinFilledSvg.d.ts.map +1 -0
  269. package/lib/esm/icons/PinFilledSvg.js +6 -0
  270. package/lib/esm/icons/PinSvg.d.ts +5 -0
  271. package/lib/esm/icons/PinSvg.d.ts.map +1 -0
  272. package/lib/esm/icons/PinSvg.js +6 -0
  273. package/lib/esm/icons/ProfileDropdownLogoutSvg.d.ts +5 -0
  274. package/lib/esm/icons/ProfileDropdownLogoutSvg.d.ts.map +1 -0
  275. package/lib/esm/icons/ProfileDropdownLogoutSvg.js +5 -0
  276. package/lib/esm/icons/ProfileDropdownOrganizationSvg.d.ts +5 -0
  277. package/lib/esm/icons/ProfileDropdownOrganizationSvg.d.ts.map +1 -0
  278. package/lib/esm/icons/ProfileDropdownOrganizationSvg.js +5 -0
  279. package/lib/esm/icons/ProjectsFolderSvg.d.ts +5 -0
  280. package/lib/esm/icons/ProjectsFolderSvg.d.ts.map +1 -0
  281. package/lib/esm/icons/ProjectsFolderSvg.js +5 -0
  282. package/lib/esm/icons/RobotCheckSvg.d.ts +5 -0
  283. package/lib/esm/icons/RobotCheckSvg.d.ts.map +1 -0
  284. package/lib/esm/icons/RobotCheckSvg.js +5 -0
  285. package/lib/esm/icons/RobotSvg.d.ts +5 -0
  286. package/lib/esm/icons/RobotSvg.d.ts.map +1 -0
  287. package/lib/esm/icons/RobotSvg.js +5 -0
  288. package/lib/esm/icons/RobotXSvg.d.ts +5 -0
  289. package/lib/esm/icons/RobotXSvg.d.ts.map +1 -0
  290. package/lib/esm/icons/RobotXSvg.js +5 -0
  291. package/lib/esm/icons/RocketOffSvg.d.ts +5 -0
  292. package/lib/esm/icons/RocketOffSvg.d.ts.map +1 -0
  293. package/lib/esm/icons/RocketOffSvg.js +6 -0
  294. package/lib/esm/icons/RocketSvg.d.ts +5 -0
  295. package/lib/esm/icons/RocketSvg.d.ts.map +1 -0
  296. package/lib/esm/icons/RocketSvg.js +6 -0
  297. package/lib/esm/icons/SendCheckSvg.d.ts +5 -0
  298. package/lib/esm/icons/SendCheckSvg.d.ts.map +1 -0
  299. package/lib/esm/icons/SendCheckSvg.js +5 -0
  300. package/lib/esm/icons/SendMessageSvg.d.ts +5 -0
  301. package/lib/esm/icons/SendMessageSvg.d.ts.map +1 -0
  302. package/lib/esm/icons/SendMessageSvg.js +5 -0
  303. package/lib/esm/icons/SendXSvg.d.ts +5 -0
  304. package/lib/esm/icons/SendXSvg.d.ts.map +1 -0
  305. package/lib/esm/icons/SendXSvg.js +5 -0
  306. package/lib/esm/icons/SettingsCheckSvg.d.ts +5 -0
  307. package/lib/esm/icons/SettingsCheckSvg.d.ts.map +1 -0
  308. package/lib/esm/icons/SettingsCheckSvg.js +5 -0
  309. package/lib/esm/icons/SettingsXSvg.d.ts +5 -0
  310. package/lib/esm/icons/SettingsXSvg.d.ts.map +1 -0
  311. package/lib/esm/icons/SettingsXSvg.js +5 -0
  312. package/lib/esm/icons/ShieldLockSvg.d.ts +5 -0
  313. package/lib/esm/icons/ShieldLockSvg.d.ts.map +1 -0
  314. package/lib/esm/icons/ShieldLockSvg.js +5 -0
  315. package/lib/esm/icons/ShieldOffSvg.d.ts +5 -0
  316. package/lib/esm/icons/ShieldOffSvg.d.ts.map +1 -0
  317. package/lib/esm/icons/ShieldOffSvg.js +5 -0
  318. package/lib/esm/icons/SidebarHomeSvg.d.ts +5 -0
  319. package/lib/esm/icons/SidebarHomeSvg.d.ts.map +1 -0
  320. package/lib/esm/icons/SidebarHomeSvg.js +5 -0
  321. package/lib/esm/icons/SidebarInitiativesSvg.d.ts +5 -0
  322. package/lib/esm/icons/SidebarInitiativesSvg.d.ts.map +1 -0
  323. package/lib/esm/icons/SidebarInitiativesSvg.js +5 -0
  324. package/lib/esm/icons/SidebarPlusSvg.d.ts +5 -0
  325. package/lib/esm/icons/SidebarPlusSvg.d.ts.map +1 -0
  326. package/lib/esm/icons/SidebarPlusSvg.js +5 -0
  327. package/lib/esm/icons/SidebarSearchSvg.d.ts +5 -0
  328. package/lib/esm/icons/SidebarSearchSvg.d.ts.map +1 -0
  329. package/lib/esm/icons/SidebarSearchSvg.js +5 -0
  330. package/lib/esm/icons/SidebarSettingsSvg.d.ts +5 -0
  331. package/lib/esm/icons/SidebarSettingsSvg.d.ts.map +1 -0
  332. package/lib/esm/icons/SidebarSettingsSvg.js +5 -0
  333. package/lib/esm/icons/SidebarTasksSvg.d.ts +5 -0
  334. package/lib/esm/icons/SidebarTasksSvg.d.ts.map +1 -0
  335. package/lib/esm/icons/SidebarTasksSvg.js +5 -0
  336. package/lib/esm/icons/SidebarTeamSvg.d.ts +5 -0
  337. package/lib/esm/icons/SidebarTeamSvg.d.ts.map +1 -0
  338. package/lib/esm/icons/SidebarTeamSvg.js +5 -0
  339. package/lib/esm/icons/TaskAttachmentSvg.d.ts +5 -0
  340. package/lib/esm/icons/TaskAttachmentSvg.d.ts.map +1 -0
  341. package/lib/esm/icons/TaskAttachmentSvg.js +5 -0
  342. package/lib/esm/icons/TaskCalendarSvg.d.ts +5 -0
  343. package/lib/esm/icons/TaskCalendarSvg.d.ts.map +1 -0
  344. package/lib/esm/icons/TaskCalendarSvg.js +5 -0
  345. package/lib/esm/icons/TaskCommentBubbleSvg.d.ts +5 -0
  346. package/lib/esm/icons/TaskCommentBubbleSvg.d.ts.map +1 -0
  347. package/lib/esm/icons/TaskCommentBubbleSvg.js +5 -0
  348. package/lib/esm/icons/TaskDeleteSvg.d.ts +5 -0
  349. package/lib/esm/icons/TaskDeleteSvg.d.ts.map +1 -0
  350. package/lib/esm/icons/TaskDeleteSvg.js +5 -0
  351. package/lib/esm/icons/TaskDependencyBlockedSvg.d.ts +5 -0
  352. package/lib/esm/icons/TaskDependencyBlockedSvg.d.ts.map +1 -0
  353. package/lib/esm/icons/TaskDependencyBlockedSvg.js +6 -0
  354. package/lib/esm/icons/TaskDependencyReadySvg.d.ts +5 -0
  355. package/lib/esm/icons/TaskDependencyReadySvg.d.ts.map +1 -0
  356. package/lib/esm/icons/TaskDependencyReadySvg.js +6 -0
  357. package/lib/esm/icons/TaskMenuDotsSvg.d.ts +5 -0
  358. package/lib/esm/icons/TaskMenuDotsSvg.d.ts.map +1 -0
  359. package/lib/esm/icons/TaskMenuDotsSvg.js +5 -0
  360. package/lib/esm/icons/TaskTagSvg.d.ts +5 -0
  361. package/lib/esm/icons/TaskTagSvg.d.ts.map +1 -0
  362. package/lib/esm/icons/TaskTagSvg.js +5 -0
  363. package/lib/esm/icons/TeamMemberEmailSvg.d.ts +5 -0
  364. package/lib/esm/icons/TeamMemberEmailSvg.d.ts.map +1 -0
  365. package/lib/esm/icons/TeamMemberEmailSvg.js +5 -0
  366. package/lib/esm/icons/TeamMemberLocationSvg.d.ts +5 -0
  367. package/lib/esm/icons/TeamMemberLocationSvg.d.ts.map +1 -0
  368. package/lib/esm/icons/TeamMemberLocationSvg.js +5 -0
  369. package/lib/esm/icons/WrenchSvg.d.ts +5 -0
  370. package/lib/esm/icons/WrenchSvg.d.ts.map +1 -0
  371. package/lib/esm/icons/WrenchSvg.js +5 -0
  372. package/lib/esm/icons/XBadgeSvg.d.ts +5 -0
  373. package/lib/esm/icons/XBadgeSvg.d.ts.map +1 -0
  374. package/lib/esm/icons/XBadgeSvg.js +5 -0
  375. package/lib/esm/icons/markdown/MarkdownCheckboxCheckedSvg.d.ts +4 -0
  376. package/lib/esm/icons/markdown/MarkdownCheckboxCheckedSvg.d.ts.map +1 -0
  377. package/lib/esm/icons/markdown/MarkdownCheckboxCheckedSvg.js +6 -0
  378. package/lib/esm/icons/markdown/MarkdownCheckboxUncheckedSvg.d.ts +4 -0
  379. package/lib/esm/icons/markdown/MarkdownCheckboxUncheckedSvg.d.ts.map +1 -0
  380. package/lib/esm/icons/markdown/MarkdownCheckboxUncheckedSvg.js +6 -0
  381. package/lib/esm/icons/markdown/MarkdownCopySuccessSvg.d.ts +4 -0
  382. package/lib/esm/icons/markdown/MarkdownCopySuccessSvg.d.ts.map +1 -0
  383. package/lib/esm/icons/markdown/MarkdownCopySuccessSvg.js +6 -0
  384. package/lib/esm/icons/markdown/MarkdownCopySvg.d.ts +4 -0
  385. package/lib/esm/icons/markdown/MarkdownCopySvg.d.ts.map +1 -0
  386. package/lib/esm/icons/markdown/MarkdownCopySvg.js +6 -0
  387. package/lib/esm/icons/markdown/MarkdownExternalLinkSvg.d.ts +4 -0
  388. package/lib/esm/icons/markdown/MarkdownExternalLinkSvg.d.ts.map +1 -0
  389. package/lib/esm/icons/markdown/MarkdownExternalLinkSvg.js +6 -0
  390. package/lib/esm/index.d.ts +16 -0
  391. package/lib/esm/index.d.ts.map +1 -0
  392. package/lib/esm/index.js +16 -0
  393. package/lib/esm/svg/ChevronDownIcon.d.ts +8 -0
  394. package/lib/esm/svg/ChevronDownIcon.d.ts.map +1 -0
  395. package/lib/esm/svg/ChevronDownIcon.js +7 -0
  396. package/lib/esm/svg/ChevronRightIcon.d.ts +8 -0
  397. package/lib/esm/svg/ChevronRightIcon.d.ts.map +1 -0
  398. package/lib/esm/svg/ChevronRightIcon.js +6 -0
  399. package/lib/esm/svg/GlobeIcon.d.ts +8 -0
  400. package/lib/esm/svg/GlobeIcon.d.ts.map +1 -0
  401. package/lib/esm/svg/GlobeIcon.js +6 -0
  402. package/lib/esm/theme/ThemeProvider.d.ts +15 -0
  403. package/lib/esm/theme/ThemeProvider.d.ts.map +1 -0
  404. package/lib/esm/theme/ThemeProvider.js +47 -0
  405. package/lib/esm/theme/VisuallyHidden.d.ts +5 -0
  406. package/lib/esm/theme/VisuallyHidden.d.ts.map +1 -0
  407. package/lib/esm/theme/VisuallyHidden.js +7 -0
  408. package/lib/esm/theme/accessibility.css.d.ts +4 -0
  409. package/lib/esm/theme/accessibility.css.d.ts.map +1 -0
  410. package/lib/esm/theme/accessibility.css.js +21 -0
  411. package/lib/esm/theme/colors.d.ts +98 -0
  412. package/lib/esm/theme/colors.d.ts.map +1 -0
  413. package/lib/esm/theme/colors.js +98 -0
  414. package/lib/esm/theme/common.d.ts +121 -0
  415. package/lib/esm/theme/common.d.ts.map +1 -0
  416. package/lib/esm/theme/common.js +121 -0
  417. package/lib/esm/theme/containerQueries.d.ts +12 -0
  418. package/lib/esm/theme/containerQueries.d.ts.map +1 -0
  419. package/lib/esm/theme/containerQueries.js +11 -0
  420. package/lib/esm/theme/global.css.d.ts +2 -0
  421. package/lib/esm/theme/global.css.d.ts.map +1 -0
  422. package/lib/esm/theme/global.css.js +112 -0
  423. package/lib/esm/theme/index.d.ts +9 -0
  424. package/lib/esm/theme/index.d.ts.map +1 -0
  425. package/lib/esm/theme/index.js +9 -0
  426. package/lib/esm/theme/sprinkles.css.d.ts +1300 -0
  427. package/lib/esm/theme/sprinkles.css.d.ts.map +1 -0
  428. package/lib/esm/theme/sprinkles.css.js +413 -0
  429. package/lib/esm/theme/theme.css.d.ts +2 -0
  430. package/lib/esm/theme/theme.css.d.ts.map +1 -0
  431. package/lib/esm/theme/theme.css.js +757 -0
  432. package/lib/esm/theme/themeContract.d.ts +2311 -0
  433. package/lib/esm/theme/themeContract.d.ts.map +1 -0
  434. package/lib/esm/theme/themeContract.js +1035 -0
  435. package/lib/esm/theme/tools.d.ts +3 -0
  436. package/lib/esm/theme/tools.d.ts.map +1 -0
  437. package/lib/esm/theme/tools.js +32 -0
  438. package/lib/icons/BanSvg.d.ts +5 -0
  439. package/lib/icons/BanSvg.d.ts.map +1 -0
  440. package/lib/icons/BanSvg.js +5 -0
  441. package/lib/icons/ButtonLoadingSpinnerSvg.d.ts +5 -0
  442. package/lib/icons/ButtonLoadingSpinnerSvg.d.ts.map +1 -0
  443. package/lib/icons/ButtonLoadingSpinnerSvg.js +5 -0
  444. package/lib/icons/ChatCheckSvg.d.ts +5 -0
  445. package/lib/icons/ChatCheckSvg.d.ts.map +1 -0
  446. package/lib/icons/ChatCheckSvg.js +5 -0
  447. package/lib/icons/ChatSizeLargeSvg.d.ts +5 -0
  448. package/lib/icons/ChatSizeLargeSvg.d.ts.map +1 -0
  449. package/lib/icons/ChatSizeLargeSvg.js +5 -0
  450. package/lib/icons/ChatSizeMediumSvg.d.ts +5 -0
  451. package/lib/icons/ChatSizeMediumSvg.d.ts.map +1 -0
  452. package/lib/icons/ChatSizeMediumSvg.js +5 -0
  453. package/lib/icons/ChatSizeSmallSvg.d.ts +5 -0
  454. package/lib/icons/ChatSizeSmallSvg.d.ts.map +1 -0
  455. package/lib/icons/ChatSizeSmallSvg.js +5 -0
  456. package/lib/icons/ChatXSvg.d.ts +5 -0
  457. package/lib/icons/ChatXSvg.d.ts.map +1 -0
  458. package/lib/icons/ChatXSvg.js +5 -0
  459. package/lib/icons/CheckSvg.d.ts +5 -0
  460. package/lib/icons/CheckSvg.d.ts.map +1 -0
  461. package/lib/icons/CheckSvg.js +5 -0
  462. package/lib/icons/ChevronDownSvg.d.ts +5 -0
  463. package/lib/icons/ChevronDownSvg.d.ts.map +1 -0
  464. package/lib/icons/ChevronDownSvg.js +5 -0
  465. package/lib/icons/ChevronLeftSvg.d.ts +5 -0
  466. package/lib/icons/ChevronLeftSvg.d.ts.map +1 -0
  467. package/lib/icons/ChevronLeftSvg.js +5 -0
  468. package/lib/icons/ChevronRightSvg.d.ts +5 -0
  469. package/lib/icons/ChevronRightSvg.d.ts.map +1 -0
  470. package/lib/icons/ChevronRightSvg.js +5 -0
  471. package/lib/icons/ClockSvg.d.ts +5 -0
  472. package/lib/icons/ClockSvg.d.ts.map +1 -0
  473. package/lib/icons/ClockSvg.js +5 -0
  474. package/lib/icons/CoinOffSvg.d.ts +5 -0
  475. package/lib/icons/CoinOffSvg.d.ts.map +1 -0
  476. package/lib/icons/CoinOffSvg.js +5 -0
  477. package/lib/icons/CoinSvg.d.ts +5 -0
  478. package/lib/icons/CoinSvg.d.ts.map +1 -0
  479. package/lib/icons/CoinSvg.js +5 -0
  480. package/lib/icons/DatabaseCheckSvg.d.ts +5 -0
  481. package/lib/icons/DatabaseCheckSvg.d.ts.map +1 -0
  482. package/lib/icons/DatabaseCheckSvg.js +5 -0
  483. package/lib/icons/DatabaseXSvg.d.ts +5 -0
  484. package/lib/icons/DatabaseXSvg.d.ts.map +1 -0
  485. package/lib/icons/DatabaseXSvg.js +5 -0
  486. package/lib/icons/DevModeSvg.d.ts +5 -0
  487. package/lib/icons/DevModeSvg.d.ts.map +1 -0
  488. package/lib/icons/DevModeSvg.js +5 -0
  489. package/lib/icons/EyeSvg.d.ts +5 -0
  490. package/lib/icons/EyeSvg.d.ts.map +1 -0
  491. package/lib/icons/EyeSvg.js +5 -0
  492. package/lib/icons/FormErrorAlertSvg.d.ts +5 -0
  493. package/lib/icons/FormErrorAlertSvg.d.ts.map +1 -0
  494. package/lib/icons/FormErrorAlertSvg.js +5 -0
  495. package/lib/icons/GlobeSvg.d.ts +5 -0
  496. package/lib/icons/GlobeSvg.d.ts.map +1 -0
  497. package/lib/icons/GlobeSvg.js +5 -0
  498. package/lib/icons/GripDotsSvg.d.ts +5 -0
  499. package/lib/icons/GripDotsSvg.d.ts.map +1 -0
  500. package/lib/icons/GripDotsSvg.js +6 -0
  501. package/lib/icons/HomeActivityAssignUserSvg.d.ts +5 -0
  502. package/lib/icons/HomeActivityAssignUserSvg.d.ts.map +1 -0
  503. package/lib/icons/HomeActivityAssignUserSvg.js +5 -0
  504. package/lib/icons/HomeStatsCheckBadgeSvg.d.ts +5 -0
  505. package/lib/icons/HomeStatsCheckBadgeSvg.d.ts.map +1 -0
  506. package/lib/icons/HomeStatsCheckBadgeSvg.js +5 -0
  507. package/lib/icons/HomeStatsClipboardSvg.d.ts +5 -0
  508. package/lib/icons/HomeStatsClipboardSvg.d.ts.map +1 -0
  509. package/lib/icons/HomeStatsClipboardSvg.js +5 -0
  510. package/lib/icons/HomeStatsClockSvg.d.ts +5 -0
  511. package/lib/icons/HomeStatsClockSvg.d.ts.map +1 -0
  512. package/lib/icons/HomeStatsClockSvg.js +5 -0
  513. package/lib/icons/KeyOffSvg.d.ts +5 -0
  514. package/lib/icons/KeyOffSvg.d.ts.map +1 -0
  515. package/lib/icons/KeyOffSvg.js +5 -0
  516. package/lib/icons/KeySvg.d.ts +5 -0
  517. package/lib/icons/KeySvg.d.ts.map +1 -0
  518. package/lib/icons/KeySvg.js +5 -0
  519. package/lib/icons/KronexSvg.d.ts +5 -0
  520. package/lib/icons/KronexSvg.d.ts.map +1 -0
  521. package/lib/icons/KronexSvg.js +5 -0
  522. package/lib/icons/LinkCheckSvg.d.ts +5 -0
  523. package/lib/icons/LinkCheckSvg.d.ts.map +1 -0
  524. package/lib/icons/LinkCheckSvg.js +5 -0
  525. package/lib/icons/LinkSvg.d.ts +5 -0
  526. package/lib/icons/LinkSvg.d.ts.map +1 -0
  527. package/lib/icons/LinkSvg.js +5 -0
  528. package/lib/icons/LinkXSvg.d.ts +5 -0
  529. package/lib/icons/LinkXSvg.d.ts.map +1 -0
  530. package/lib/icons/LinkXSvg.js +5 -0
  531. package/lib/icons/LockOpenSvg.d.ts +5 -0
  532. package/lib/icons/LockOpenSvg.d.ts.map +1 -0
  533. package/lib/icons/LockOpenSvg.js +5 -0
  534. package/lib/icons/LockSvg.d.ts +5 -0
  535. package/lib/icons/LockSvg.d.ts.map +1 -0
  536. package/lib/icons/LockSvg.js +5 -0
  537. package/lib/icons/MailCheckSvg.d.ts +5 -0
  538. package/lib/icons/MailCheckSvg.d.ts.map +1 -0
  539. package/lib/icons/MailCheckSvg.js +5 -0
  540. package/lib/icons/MailSvg.d.ts +5 -0
  541. package/lib/icons/MailSvg.d.ts.map +1 -0
  542. package/lib/icons/MailSvg.js +5 -0
  543. package/lib/icons/MailXSvg.d.ts +5 -0
  544. package/lib/icons/MailXSvg.d.ts.map +1 -0
  545. package/lib/icons/MailXSvg.js +5 -0
  546. package/lib/icons/ModalCloseSvg.d.ts +5 -0
  547. package/lib/icons/ModalCloseSvg.d.ts.map +1 -0
  548. package/lib/icons/ModalCloseSvg.js +5 -0
  549. package/lib/icons/PencilSvg.d.ts +5 -0
  550. package/lib/icons/PencilSvg.d.ts.map +1 -0
  551. package/lib/icons/PencilSvg.js +5 -0
  552. package/lib/icons/PinFilledSvg.d.ts +5 -0
  553. package/lib/icons/PinFilledSvg.d.ts.map +1 -0
  554. package/lib/icons/PinFilledSvg.js +6 -0
  555. package/lib/icons/PinSvg.d.ts +5 -0
  556. package/lib/icons/PinSvg.d.ts.map +1 -0
  557. package/lib/icons/PinSvg.js +6 -0
  558. package/lib/icons/ProfileDropdownLogoutSvg.d.ts +5 -0
  559. package/lib/icons/ProfileDropdownLogoutSvg.d.ts.map +1 -0
  560. package/lib/icons/ProfileDropdownLogoutSvg.js +5 -0
  561. package/lib/icons/ProfileDropdownOrganizationSvg.d.ts +5 -0
  562. package/lib/icons/ProfileDropdownOrganizationSvg.d.ts.map +1 -0
  563. package/lib/icons/ProfileDropdownOrganizationSvg.js +5 -0
  564. package/lib/icons/ProjectsFolderSvg.d.ts +5 -0
  565. package/lib/icons/ProjectsFolderSvg.d.ts.map +1 -0
  566. package/lib/icons/ProjectsFolderSvg.js +5 -0
  567. package/lib/icons/RobotCheckSvg.d.ts +5 -0
  568. package/lib/icons/RobotCheckSvg.d.ts.map +1 -0
  569. package/lib/icons/RobotCheckSvg.js +5 -0
  570. package/lib/icons/RobotSvg.d.ts +5 -0
  571. package/lib/icons/RobotSvg.d.ts.map +1 -0
  572. package/lib/icons/RobotSvg.js +5 -0
  573. package/lib/icons/RobotXSvg.d.ts +5 -0
  574. package/lib/icons/RobotXSvg.d.ts.map +1 -0
  575. package/lib/icons/RobotXSvg.js +5 -0
  576. package/lib/icons/RocketOffSvg.d.ts +5 -0
  577. package/lib/icons/RocketOffSvg.d.ts.map +1 -0
  578. package/lib/icons/RocketOffSvg.js +6 -0
  579. package/lib/icons/RocketSvg.d.ts +5 -0
  580. package/lib/icons/RocketSvg.d.ts.map +1 -0
  581. package/lib/icons/RocketSvg.js +6 -0
  582. package/lib/icons/SendCheckSvg.d.ts +5 -0
  583. package/lib/icons/SendCheckSvg.d.ts.map +1 -0
  584. package/lib/icons/SendCheckSvg.js +5 -0
  585. package/lib/icons/SendMessageSvg.d.ts +5 -0
  586. package/lib/icons/SendMessageSvg.d.ts.map +1 -0
  587. package/lib/icons/SendMessageSvg.js +5 -0
  588. package/lib/icons/SendXSvg.d.ts +5 -0
  589. package/lib/icons/SendXSvg.d.ts.map +1 -0
  590. package/lib/icons/SendXSvg.js +5 -0
  591. package/lib/icons/SettingsCheckSvg.d.ts +5 -0
  592. package/lib/icons/SettingsCheckSvg.d.ts.map +1 -0
  593. package/lib/icons/SettingsCheckSvg.js +5 -0
  594. package/lib/icons/SettingsXSvg.d.ts +5 -0
  595. package/lib/icons/SettingsXSvg.d.ts.map +1 -0
  596. package/lib/icons/SettingsXSvg.js +5 -0
  597. package/lib/icons/ShieldLockSvg.d.ts +5 -0
  598. package/lib/icons/ShieldLockSvg.d.ts.map +1 -0
  599. package/lib/icons/ShieldLockSvg.js +5 -0
  600. package/lib/icons/ShieldOffSvg.d.ts +5 -0
  601. package/lib/icons/ShieldOffSvg.d.ts.map +1 -0
  602. package/lib/icons/ShieldOffSvg.js +5 -0
  603. package/lib/icons/SidebarHomeSvg.d.ts +5 -0
  604. package/lib/icons/SidebarHomeSvg.d.ts.map +1 -0
  605. package/lib/icons/SidebarHomeSvg.js +5 -0
  606. package/lib/icons/SidebarInitiativesSvg.d.ts +5 -0
  607. package/lib/icons/SidebarInitiativesSvg.d.ts.map +1 -0
  608. package/lib/icons/SidebarInitiativesSvg.js +5 -0
  609. package/lib/icons/SidebarPlusSvg.d.ts +5 -0
  610. package/lib/icons/SidebarPlusSvg.d.ts.map +1 -0
  611. package/lib/icons/SidebarPlusSvg.js +5 -0
  612. package/lib/icons/SidebarSearchSvg.d.ts +5 -0
  613. package/lib/icons/SidebarSearchSvg.d.ts.map +1 -0
  614. package/lib/icons/SidebarSearchSvg.js +5 -0
  615. package/lib/icons/SidebarSettingsSvg.d.ts +5 -0
  616. package/lib/icons/SidebarSettingsSvg.d.ts.map +1 -0
  617. package/lib/icons/SidebarSettingsSvg.js +5 -0
  618. package/lib/icons/SidebarTasksSvg.d.ts +5 -0
  619. package/lib/icons/SidebarTasksSvg.d.ts.map +1 -0
  620. package/lib/icons/SidebarTasksSvg.js +5 -0
  621. package/lib/icons/SidebarTeamSvg.d.ts +5 -0
  622. package/lib/icons/SidebarTeamSvg.d.ts.map +1 -0
  623. package/lib/icons/SidebarTeamSvg.js +5 -0
  624. package/lib/icons/TaskAttachmentSvg.d.ts +5 -0
  625. package/lib/icons/TaskAttachmentSvg.d.ts.map +1 -0
  626. package/lib/icons/TaskAttachmentSvg.js +5 -0
  627. package/lib/icons/TaskCalendarSvg.d.ts +5 -0
  628. package/lib/icons/TaskCalendarSvg.d.ts.map +1 -0
  629. package/lib/icons/TaskCalendarSvg.js +5 -0
  630. package/lib/icons/TaskCommentBubbleSvg.d.ts +5 -0
  631. package/lib/icons/TaskCommentBubbleSvg.d.ts.map +1 -0
  632. package/lib/icons/TaskCommentBubbleSvg.js +5 -0
  633. package/lib/icons/TaskDeleteSvg.d.ts +5 -0
  634. package/lib/icons/TaskDeleteSvg.d.ts.map +1 -0
  635. package/lib/icons/TaskDeleteSvg.js +5 -0
  636. package/lib/icons/TaskDependencyBlockedSvg.d.ts +5 -0
  637. package/lib/icons/TaskDependencyBlockedSvg.d.ts.map +1 -0
  638. package/lib/icons/TaskDependencyBlockedSvg.js +6 -0
  639. package/lib/icons/TaskDependencyReadySvg.d.ts +5 -0
  640. package/lib/icons/TaskDependencyReadySvg.d.ts.map +1 -0
  641. package/lib/icons/TaskDependencyReadySvg.js +6 -0
  642. package/lib/icons/TaskMenuDotsSvg.d.ts +5 -0
  643. package/lib/icons/TaskMenuDotsSvg.d.ts.map +1 -0
  644. package/lib/icons/TaskMenuDotsSvg.js +5 -0
  645. package/lib/icons/TaskTagSvg.d.ts +5 -0
  646. package/lib/icons/TaskTagSvg.d.ts.map +1 -0
  647. package/lib/icons/TaskTagSvg.js +5 -0
  648. package/lib/icons/TeamMemberEmailSvg.d.ts +5 -0
  649. package/lib/icons/TeamMemberEmailSvg.d.ts.map +1 -0
  650. package/lib/icons/TeamMemberEmailSvg.js +5 -0
  651. package/lib/icons/TeamMemberLocationSvg.d.ts +5 -0
  652. package/lib/icons/TeamMemberLocationSvg.d.ts.map +1 -0
  653. package/lib/icons/TeamMemberLocationSvg.js +5 -0
  654. package/lib/icons/WrenchSvg.d.ts +5 -0
  655. package/lib/icons/WrenchSvg.d.ts.map +1 -0
  656. package/lib/icons/WrenchSvg.js +5 -0
  657. package/lib/icons/XBadgeSvg.d.ts +5 -0
  658. package/lib/icons/XBadgeSvg.d.ts.map +1 -0
  659. package/lib/icons/XBadgeSvg.js +5 -0
  660. package/lib/icons/markdown/MarkdownCheckboxCheckedSvg.d.ts +4 -0
  661. package/lib/icons/markdown/MarkdownCheckboxCheckedSvg.d.ts.map +1 -0
  662. package/lib/icons/markdown/MarkdownCheckboxCheckedSvg.js +6 -0
  663. package/lib/icons/markdown/MarkdownCheckboxUncheckedSvg.d.ts +4 -0
  664. package/lib/icons/markdown/MarkdownCheckboxUncheckedSvg.d.ts.map +1 -0
  665. package/lib/icons/markdown/MarkdownCheckboxUncheckedSvg.js +6 -0
  666. package/lib/icons/markdown/MarkdownCopySuccessSvg.d.ts +4 -0
  667. package/lib/icons/markdown/MarkdownCopySuccessSvg.d.ts.map +1 -0
  668. package/lib/icons/markdown/MarkdownCopySuccessSvg.js +6 -0
  669. package/lib/icons/markdown/MarkdownCopySvg.d.ts +4 -0
  670. package/lib/icons/markdown/MarkdownCopySvg.d.ts.map +1 -0
  671. package/lib/icons/markdown/MarkdownCopySvg.js +6 -0
  672. package/lib/icons/markdown/MarkdownExternalLinkSvg.d.ts +4 -0
  673. package/lib/icons/markdown/MarkdownExternalLinkSvg.d.ts.map +1 -0
  674. package/lib/icons/markdown/MarkdownExternalLinkSvg.js +6 -0
  675. package/lib/index.d.ts +16 -0
  676. package/lib/index.d.ts.map +1 -0
  677. package/lib/index.js +16 -0
  678. package/lib/svg/ChevronDownIcon.d.ts +8 -0
  679. package/lib/svg/ChevronDownIcon.d.ts.map +1 -0
  680. package/lib/svg/ChevronDownIcon.js +7 -0
  681. package/lib/svg/ChevronRightIcon.d.ts +8 -0
  682. package/lib/svg/ChevronRightIcon.d.ts.map +1 -0
  683. package/lib/svg/ChevronRightIcon.js +6 -0
  684. package/lib/svg/GlobeIcon.d.ts +8 -0
  685. package/lib/svg/GlobeIcon.d.ts.map +1 -0
  686. package/lib/svg/GlobeIcon.js +6 -0
  687. package/lib/theme/ThemeProvider.d.ts +15 -0
  688. package/lib/theme/ThemeProvider.d.ts.map +1 -0
  689. package/lib/theme/ThemeProvider.js +47 -0
  690. package/lib/theme/VisuallyHidden.d.ts +5 -0
  691. package/lib/theme/VisuallyHidden.d.ts.map +1 -0
  692. package/lib/theme/VisuallyHidden.js +7 -0
  693. package/lib/theme/accessibility.css.d.ts +4 -0
  694. package/lib/theme/accessibility.css.d.ts.map +1 -0
  695. package/lib/theme/accessibility.css.js +21 -0
  696. package/lib/theme/colors.d.ts +98 -0
  697. package/lib/theme/colors.d.ts.map +1 -0
  698. package/lib/theme/colors.js +98 -0
  699. package/lib/theme/common.d.ts +121 -0
  700. package/lib/theme/common.d.ts.map +1 -0
  701. package/lib/theme/common.js +121 -0
  702. package/lib/theme/containerQueries.d.ts +12 -0
  703. package/lib/theme/containerQueries.d.ts.map +1 -0
  704. package/lib/theme/containerQueries.js +11 -0
  705. package/lib/theme/global.css.d.ts +2 -0
  706. package/lib/theme/global.css.d.ts.map +1 -0
  707. package/lib/theme/global.css.js +112 -0
  708. package/lib/theme/index.d.ts +9 -0
  709. package/lib/theme/index.d.ts.map +1 -0
  710. package/lib/theme/index.js +9 -0
  711. package/lib/theme/sprinkles.css.d.ts +1300 -0
  712. package/lib/theme/sprinkles.css.d.ts.map +1 -0
  713. package/lib/theme/sprinkles.css.js +413 -0
  714. package/lib/theme/theme.css.d.ts +2 -0
  715. package/lib/theme/theme.css.d.ts.map +1 -0
  716. package/lib/theme/theme.css.js +757 -0
  717. package/lib/theme/themeContract.d.ts +2311 -0
  718. package/lib/theme/themeContract.d.ts.map +1 -0
  719. package/lib/theme/themeContract.js +1035 -0
  720. package/lib/theme/tools.d.ts +3 -0
  721. package/lib/theme/tools.d.ts.map +1 -0
  722. package/lib/theme/tools.js +32 -0
  723. package/lib/tsconfig.esm.tsbuildinfo +1 -0
  724. package/lib/types/atomic/atoms/badge/Badge.d.ts +11 -0
  725. package/lib/types/atomic/atoms/badge/Badge.d.ts.map +1 -0
  726. package/lib/types/atomic/atoms/badge/badge.css.d.ts +17 -0
  727. package/lib/types/atomic/atoms/badge/badge.css.d.ts.map +1 -0
  728. package/lib/types/atomic/atoms/button/Button.d.ts +18 -0
  729. package/lib/types/atomic/atoms/button/Button.d.ts.map +1 -0
  730. package/lib/types/atomic/atoms/button/LinkButton.d.ts +19 -0
  731. package/lib/types/atomic/atoms/button/LinkButton.d.ts.map +1 -0
  732. package/lib/types/atomic/atoms/button/button.css.d.ts +54 -0
  733. package/lib/types/atomic/atoms/button/button.css.d.ts.map +1 -0
  734. package/lib/types/atomic/atoms/checkbox/Checkbox.d.ts +9 -0
  735. package/lib/types/atomic/atoms/checkbox/Checkbox.d.ts.map +1 -0
  736. package/lib/types/atomic/atoms/checkbox/checkbox.css.d.ts +16 -0
  737. package/lib/types/atomic/atoms/checkbox/checkbox.css.d.ts.map +1 -0
  738. package/lib/types/atomic/atoms/input/Input.d.ts +14 -0
  739. package/lib/types/atomic/atoms/input/Input.d.ts.map +1 -0
  740. package/lib/types/atomic/atoms/input/input.css.d.ts +24 -0
  741. package/lib/types/atomic/atoms/input/input.css.d.ts.map +1 -0
  742. package/lib/types/atomic/atoms/label/Label.d.ts +10 -0
  743. package/lib/types/atomic/atoms/label/Label.d.ts.map +1 -0
  744. package/lib/types/atomic/atoms/label/label.css.d.ts +15 -0
  745. package/lib/types/atomic/atoms/label/label.css.d.ts.map +1 -0
  746. package/lib/types/atomic/atoms/textarea/Textarea.d.ts +14 -0
  747. package/lib/types/atomic/atoms/textarea/Textarea.d.ts.map +1 -0
  748. package/lib/types/atomic/atoms/textarea/textarea.css.d.ts +18 -0
  749. package/lib/types/atomic/atoms/textarea/textarea.css.d.ts.map +1 -0
  750. package/lib/types/atomic/molecules/card/Card.css.d.ts +5 -0
  751. package/lib/types/atomic/molecules/card/Card.css.d.ts.map +1 -0
  752. package/lib/types/atomic/molecules/card/Card.d.ts +11 -0
  753. package/lib/types/atomic/molecules/card/Card.d.ts.map +1 -0
  754. package/lib/types/atomic/molecules/tabs/Tabs.d.ts +20 -0
  755. package/lib/types/atomic/molecules/tabs/Tabs.d.ts.map +1 -0
  756. package/lib/types/atomic/molecules/tabs/tabs.css.d.ts +11 -0
  757. package/lib/types/atomic/molecules/tabs/tabs.css.d.ts.map +1 -0
  758. package/lib/types/components/charts/BillingUsageLineChart.d.ts +19 -0
  759. package/lib/types/components/charts/BillingUsageLineChart.d.ts.map +1 -0
  760. package/lib/types/components/charts/billingUsageLineChart.css.d.ts +7 -0
  761. package/lib/types/components/charts/billingUsageLineChart.css.d.ts.map +1 -0
  762. package/lib/types/components/layout/ContentLayout.css.d.ts +13 -0
  763. package/lib/types/components/layout/ContentLayout.css.d.ts.map +1 -0
  764. package/lib/types/components/layout/ContentLayout.d.ts +22 -0
  765. package/lib/types/components/layout/ContentLayout.d.ts.map +1 -0
  766. package/lib/types/components/layout/TabsContentLayout.css.d.ts +6 -0
  767. package/lib/types/components/layout/TabsContentLayout.css.d.ts.map +1 -0
  768. package/lib/types/components/layout/TabsContentLayout.d.ts +9 -0
  769. package/lib/types/components/layout/TabsContentLayout.d.ts.map +1 -0
  770. package/lib/types/components/tile/InfoTile.css.d.ts +13 -0
  771. package/lib/types/components/tile/InfoTile.css.d.ts.map +1 -0
  772. package/lib/types/components/tile/InfoTile.d.ts +23 -0
  773. package/lib/types/components/tile/InfoTile.d.ts.map +1 -0
  774. package/lib/types/icons/BanSvg.d.ts +5 -0
  775. package/lib/types/icons/BanSvg.d.ts.map +1 -0
  776. package/lib/types/icons/ButtonLoadingSpinnerSvg.d.ts +5 -0
  777. package/lib/types/icons/ButtonLoadingSpinnerSvg.d.ts.map +1 -0
  778. package/lib/types/icons/ChatCheckSvg.d.ts +5 -0
  779. package/lib/types/icons/ChatCheckSvg.d.ts.map +1 -0
  780. package/lib/types/icons/ChatSizeLargeSvg.d.ts +5 -0
  781. package/lib/types/icons/ChatSizeLargeSvg.d.ts.map +1 -0
  782. package/lib/types/icons/ChatSizeMediumSvg.d.ts +5 -0
  783. package/lib/types/icons/ChatSizeMediumSvg.d.ts.map +1 -0
  784. package/lib/types/icons/ChatSizeSmallSvg.d.ts +5 -0
  785. package/lib/types/icons/ChatSizeSmallSvg.d.ts.map +1 -0
  786. package/lib/types/icons/ChatXSvg.d.ts +5 -0
  787. package/lib/types/icons/ChatXSvg.d.ts.map +1 -0
  788. package/lib/types/icons/CheckSvg.d.ts +5 -0
  789. package/lib/types/icons/CheckSvg.d.ts.map +1 -0
  790. package/lib/types/icons/ChevronDownSvg.d.ts +5 -0
  791. package/lib/types/icons/ChevronDownSvg.d.ts.map +1 -0
  792. package/lib/types/icons/ChevronLeftSvg.d.ts +5 -0
  793. package/lib/types/icons/ChevronLeftSvg.d.ts.map +1 -0
  794. package/lib/types/icons/ChevronRightSvg.d.ts +5 -0
  795. package/lib/types/icons/ChevronRightSvg.d.ts.map +1 -0
  796. package/lib/types/icons/ClockSvg.d.ts +5 -0
  797. package/lib/types/icons/ClockSvg.d.ts.map +1 -0
  798. package/lib/types/icons/CoinOffSvg.d.ts +5 -0
  799. package/lib/types/icons/CoinOffSvg.d.ts.map +1 -0
  800. package/lib/types/icons/CoinSvg.d.ts +5 -0
  801. package/lib/types/icons/CoinSvg.d.ts.map +1 -0
  802. package/lib/types/icons/DatabaseCheckSvg.d.ts +5 -0
  803. package/lib/types/icons/DatabaseCheckSvg.d.ts.map +1 -0
  804. package/lib/types/icons/DatabaseXSvg.d.ts +5 -0
  805. package/lib/types/icons/DatabaseXSvg.d.ts.map +1 -0
  806. package/lib/types/icons/DevModeSvg.d.ts +5 -0
  807. package/lib/types/icons/DevModeSvg.d.ts.map +1 -0
  808. package/lib/types/icons/EyeSvg.d.ts +5 -0
  809. package/lib/types/icons/EyeSvg.d.ts.map +1 -0
  810. package/lib/types/icons/FormErrorAlertSvg.d.ts +5 -0
  811. package/lib/types/icons/FormErrorAlertSvg.d.ts.map +1 -0
  812. package/lib/types/icons/GlobeSvg.d.ts +5 -0
  813. package/lib/types/icons/GlobeSvg.d.ts.map +1 -0
  814. package/lib/types/icons/GripDotsSvg.d.ts +5 -0
  815. package/lib/types/icons/GripDotsSvg.d.ts.map +1 -0
  816. package/lib/types/icons/HomeActivityAssignUserSvg.d.ts +5 -0
  817. package/lib/types/icons/HomeActivityAssignUserSvg.d.ts.map +1 -0
  818. package/lib/types/icons/HomeStatsCheckBadgeSvg.d.ts +5 -0
  819. package/lib/types/icons/HomeStatsCheckBadgeSvg.d.ts.map +1 -0
  820. package/lib/types/icons/HomeStatsClipboardSvg.d.ts +5 -0
  821. package/lib/types/icons/HomeStatsClipboardSvg.d.ts.map +1 -0
  822. package/lib/types/icons/HomeStatsClockSvg.d.ts +5 -0
  823. package/lib/types/icons/HomeStatsClockSvg.d.ts.map +1 -0
  824. package/lib/types/icons/KeyOffSvg.d.ts +5 -0
  825. package/lib/types/icons/KeyOffSvg.d.ts.map +1 -0
  826. package/lib/types/icons/KeySvg.d.ts +5 -0
  827. package/lib/types/icons/KeySvg.d.ts.map +1 -0
  828. package/lib/types/icons/KronexSvg.d.ts +5 -0
  829. package/lib/types/icons/KronexSvg.d.ts.map +1 -0
  830. package/lib/types/icons/LinkCheckSvg.d.ts +5 -0
  831. package/lib/types/icons/LinkCheckSvg.d.ts.map +1 -0
  832. package/lib/types/icons/LinkSvg.d.ts +5 -0
  833. package/lib/types/icons/LinkSvg.d.ts.map +1 -0
  834. package/lib/types/icons/LinkXSvg.d.ts +5 -0
  835. package/lib/types/icons/LinkXSvg.d.ts.map +1 -0
  836. package/lib/types/icons/LockOpenSvg.d.ts +5 -0
  837. package/lib/types/icons/LockOpenSvg.d.ts.map +1 -0
  838. package/lib/types/icons/LockSvg.d.ts +5 -0
  839. package/lib/types/icons/LockSvg.d.ts.map +1 -0
  840. package/lib/types/icons/MailCheckSvg.d.ts +5 -0
  841. package/lib/types/icons/MailCheckSvg.d.ts.map +1 -0
  842. package/lib/types/icons/MailSvg.d.ts +5 -0
  843. package/lib/types/icons/MailSvg.d.ts.map +1 -0
  844. package/lib/types/icons/MailXSvg.d.ts +5 -0
  845. package/lib/types/icons/MailXSvg.d.ts.map +1 -0
  846. package/lib/types/icons/ModalCloseSvg.d.ts +5 -0
  847. package/lib/types/icons/ModalCloseSvg.d.ts.map +1 -0
  848. package/lib/types/icons/PencilSvg.d.ts +5 -0
  849. package/lib/types/icons/PencilSvg.d.ts.map +1 -0
  850. package/lib/types/icons/PinFilledSvg.d.ts +5 -0
  851. package/lib/types/icons/PinFilledSvg.d.ts.map +1 -0
  852. package/lib/types/icons/PinSvg.d.ts +5 -0
  853. package/lib/types/icons/PinSvg.d.ts.map +1 -0
  854. package/lib/types/icons/ProfileDropdownLogoutSvg.d.ts +5 -0
  855. package/lib/types/icons/ProfileDropdownLogoutSvg.d.ts.map +1 -0
  856. package/lib/types/icons/ProfileDropdownOrganizationSvg.d.ts +5 -0
  857. package/lib/types/icons/ProfileDropdownOrganizationSvg.d.ts.map +1 -0
  858. package/lib/types/icons/ProjectsFolderSvg.d.ts +5 -0
  859. package/lib/types/icons/ProjectsFolderSvg.d.ts.map +1 -0
  860. package/lib/types/icons/RobotCheckSvg.d.ts +5 -0
  861. package/lib/types/icons/RobotCheckSvg.d.ts.map +1 -0
  862. package/lib/types/icons/RobotSvg.d.ts +5 -0
  863. package/lib/types/icons/RobotSvg.d.ts.map +1 -0
  864. package/lib/types/icons/RobotXSvg.d.ts +5 -0
  865. package/lib/types/icons/RobotXSvg.d.ts.map +1 -0
  866. package/lib/types/icons/RocketOffSvg.d.ts +5 -0
  867. package/lib/types/icons/RocketOffSvg.d.ts.map +1 -0
  868. package/lib/types/icons/RocketSvg.d.ts +5 -0
  869. package/lib/types/icons/RocketSvg.d.ts.map +1 -0
  870. package/lib/types/icons/SendCheckSvg.d.ts +5 -0
  871. package/lib/types/icons/SendCheckSvg.d.ts.map +1 -0
  872. package/lib/types/icons/SendMessageSvg.d.ts +5 -0
  873. package/lib/types/icons/SendMessageSvg.d.ts.map +1 -0
  874. package/lib/types/icons/SendXSvg.d.ts +5 -0
  875. package/lib/types/icons/SendXSvg.d.ts.map +1 -0
  876. package/lib/types/icons/SettingsCheckSvg.d.ts +5 -0
  877. package/lib/types/icons/SettingsCheckSvg.d.ts.map +1 -0
  878. package/lib/types/icons/SettingsXSvg.d.ts +5 -0
  879. package/lib/types/icons/SettingsXSvg.d.ts.map +1 -0
  880. package/lib/types/icons/ShieldLockSvg.d.ts +5 -0
  881. package/lib/types/icons/ShieldLockSvg.d.ts.map +1 -0
  882. package/lib/types/icons/ShieldOffSvg.d.ts +5 -0
  883. package/lib/types/icons/ShieldOffSvg.d.ts.map +1 -0
  884. package/lib/types/icons/SidebarHomeSvg.d.ts +5 -0
  885. package/lib/types/icons/SidebarHomeSvg.d.ts.map +1 -0
  886. package/lib/types/icons/SidebarInitiativesSvg.d.ts +5 -0
  887. package/lib/types/icons/SidebarInitiativesSvg.d.ts.map +1 -0
  888. package/lib/types/icons/SidebarPlusSvg.d.ts +5 -0
  889. package/lib/types/icons/SidebarPlusSvg.d.ts.map +1 -0
  890. package/lib/types/icons/SidebarSearchSvg.d.ts +5 -0
  891. package/lib/types/icons/SidebarSearchSvg.d.ts.map +1 -0
  892. package/lib/types/icons/SidebarSettingsSvg.d.ts +5 -0
  893. package/lib/types/icons/SidebarSettingsSvg.d.ts.map +1 -0
  894. package/lib/types/icons/SidebarTasksSvg.d.ts +5 -0
  895. package/lib/types/icons/SidebarTasksSvg.d.ts.map +1 -0
  896. package/lib/types/icons/SidebarTeamSvg.d.ts +5 -0
  897. package/lib/types/icons/SidebarTeamSvg.d.ts.map +1 -0
  898. package/lib/types/icons/TaskAttachmentSvg.d.ts +5 -0
  899. package/lib/types/icons/TaskAttachmentSvg.d.ts.map +1 -0
  900. package/lib/types/icons/TaskCalendarSvg.d.ts +5 -0
  901. package/lib/types/icons/TaskCalendarSvg.d.ts.map +1 -0
  902. package/lib/types/icons/TaskCommentBubbleSvg.d.ts +5 -0
  903. package/lib/types/icons/TaskCommentBubbleSvg.d.ts.map +1 -0
  904. package/lib/types/icons/TaskDeleteSvg.d.ts +5 -0
  905. package/lib/types/icons/TaskDeleteSvg.d.ts.map +1 -0
  906. package/lib/types/icons/TaskDependencyBlockedSvg.d.ts +5 -0
  907. package/lib/types/icons/TaskDependencyBlockedSvg.d.ts.map +1 -0
  908. package/lib/types/icons/TaskDependencyReadySvg.d.ts +5 -0
  909. package/lib/types/icons/TaskDependencyReadySvg.d.ts.map +1 -0
  910. package/lib/types/icons/TaskMenuDotsSvg.d.ts +5 -0
  911. package/lib/types/icons/TaskMenuDotsSvg.d.ts.map +1 -0
  912. package/lib/types/icons/TaskTagSvg.d.ts +5 -0
  913. package/lib/types/icons/TaskTagSvg.d.ts.map +1 -0
  914. package/lib/types/icons/TeamMemberEmailSvg.d.ts +5 -0
  915. package/lib/types/icons/TeamMemberEmailSvg.d.ts.map +1 -0
  916. package/lib/types/icons/TeamMemberLocationSvg.d.ts +5 -0
  917. package/lib/types/icons/TeamMemberLocationSvg.d.ts.map +1 -0
  918. package/lib/types/icons/WrenchSvg.d.ts +5 -0
  919. package/lib/types/icons/WrenchSvg.d.ts.map +1 -0
  920. package/lib/types/icons/XBadgeSvg.d.ts +5 -0
  921. package/lib/types/icons/XBadgeSvg.d.ts.map +1 -0
  922. package/lib/types/icons/markdown/MarkdownCheckboxCheckedSvg.d.ts +4 -0
  923. package/lib/types/icons/markdown/MarkdownCheckboxCheckedSvg.d.ts.map +1 -0
  924. package/lib/types/icons/markdown/MarkdownCheckboxUncheckedSvg.d.ts +4 -0
  925. package/lib/types/icons/markdown/MarkdownCheckboxUncheckedSvg.d.ts.map +1 -0
  926. package/lib/types/icons/markdown/MarkdownCopySuccessSvg.d.ts +4 -0
  927. package/lib/types/icons/markdown/MarkdownCopySuccessSvg.d.ts.map +1 -0
  928. package/lib/types/icons/markdown/MarkdownCopySvg.d.ts +4 -0
  929. package/lib/types/icons/markdown/MarkdownCopySvg.d.ts.map +1 -0
  930. package/lib/types/icons/markdown/MarkdownExternalLinkSvg.d.ts +4 -0
  931. package/lib/types/icons/markdown/MarkdownExternalLinkSvg.d.ts.map +1 -0
  932. package/lib/types/index.d.ts +16 -0
  933. package/lib/types/index.d.ts.map +1 -0
  934. package/lib/types/svg/ChevronDownIcon.d.ts +8 -0
  935. package/lib/types/svg/ChevronDownIcon.d.ts.map +1 -0
  936. package/lib/types/svg/ChevronRightIcon.d.ts +8 -0
  937. package/lib/types/svg/ChevronRightIcon.d.ts.map +1 -0
  938. package/lib/types/svg/GlobeIcon.d.ts +8 -0
  939. package/lib/types/svg/GlobeIcon.d.ts.map +1 -0
  940. package/lib/types/theme/ThemeProvider.d.ts +15 -0
  941. package/lib/types/theme/ThemeProvider.d.ts.map +1 -0
  942. package/lib/types/theme/VisuallyHidden.d.ts +5 -0
  943. package/lib/types/theme/VisuallyHidden.d.ts.map +1 -0
  944. package/lib/types/theme/accessibility.css.d.ts +4 -0
  945. package/lib/types/theme/accessibility.css.d.ts.map +1 -0
  946. package/lib/types/theme/colors.d.ts +98 -0
  947. package/lib/types/theme/colors.d.ts.map +1 -0
  948. package/lib/types/theme/common.d.ts +121 -0
  949. package/lib/types/theme/common.d.ts.map +1 -0
  950. package/lib/types/theme/containerQueries.d.ts +12 -0
  951. package/lib/types/theme/containerQueries.d.ts.map +1 -0
  952. package/lib/types/theme/global.css.d.ts +2 -0
  953. package/lib/types/theme/global.css.d.ts.map +1 -0
  954. package/lib/types/theme/index.d.ts +9 -0
  955. package/lib/types/theme/index.d.ts.map +1 -0
  956. package/lib/types/theme/sprinkles.css.d.ts +1300 -0
  957. package/lib/types/theme/sprinkles.css.d.ts.map +1 -0
  958. package/lib/types/theme/theme.css.d.ts +2 -0
  959. package/lib/types/theme/theme.css.d.ts.map +1 -0
  960. package/lib/types/theme/themeContract.d.ts +2311 -0
  961. package/lib/types/theme/themeContract.d.ts.map +1 -0
  962. package/lib/types/theme/tools.d.ts +3 -0
  963. package/lib/types/theme/tools.d.ts.map +1 -0
  964. package/package.json +101 -0
@@ -0,0 +1,1300 @@
1
+ export declare const sprinkles: ((props: {
2
+ backgroundColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
3
+ lightMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
4
+ darkMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
5
+ } | undefined;
6
+ background?: "gradient" | "ellipseGradient" | "linearGradient" | "verticalLinearGradient" | {
7
+ lightMode?: "gradient" | "ellipseGradient" | "linearGradient" | "verticalLinearGradient" | undefined;
8
+ darkMode?: "gradient" | "ellipseGradient" | "linearGradient" | "verticalLinearGradient" | undefined;
9
+ } | undefined;
10
+ color?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
11
+ lightMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
12
+ darkMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
13
+ } | undefined;
14
+ grayscale?: 0 | "default" | {
15
+ lightMode?: 0 | "default" | undefined;
16
+ darkMode?: 0 | "default" | undefined;
17
+ } | undefined;
18
+ opacity?: 0 | 5 | 10 | 20 | 30 | 40 | 60 | 80 | 90 | 25 | 35 | 50 | 70 | 75 | 95 | 100 | {
19
+ lightMode?: 0 | 5 | 10 | 20 | 30 | 40 | 60 | 80 | 90 | 25 | 35 | 50 | 70 | 75 | 95 | 100 | undefined;
20
+ darkMode?: 0 | 5 | 10 | 20 | 30 | 40 | 60 | 80 | 90 | 25 | 35 | 50 | 70 | 75 | 95 | 100 | undefined;
21
+ } | undefined;
22
+ outlineColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
23
+ lightMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
24
+ darkMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
25
+ } | undefined;
26
+ sepia?: 0 | "default" | {
27
+ lightMode?: 0 | "default" | undefined;
28
+ darkMode?: 0 | "default" | undefined;
29
+ } | undefined;
30
+ stroke?: "none" | "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
31
+ lightMode?: "none" | "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
32
+ darkMode?: "none" | "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
33
+ } | undefined;
34
+ textColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
35
+ lightMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
36
+ darkMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
37
+ } | undefined;
38
+ textTransform?: "none" | "capitalize" | "lowercase" | "uppercase" | {
39
+ lightMode?: "none" | "capitalize" | "lowercase" | "uppercase" | undefined;
40
+ darkMode?: "none" | "capitalize" | "lowercase" | "uppercase" | undefined;
41
+ } | undefined;
42
+ textDecorationColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
43
+ lightMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
44
+ darkMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
45
+ } | undefined;
46
+ textOpacity?: 0 | 5 | 10 | 20 | 30 | 40 | 60 | 80 | 90 | 25 | 35 | 50 | 70 | 75 | 95 | 100 | {
47
+ lightMode?: 0 | 5 | 10 | 20 | 30 | 40 | 60 | 80 | 90 | 25 | 35 | 50 | 70 | 75 | 95 | 100 | undefined;
48
+ darkMode?: 0 | 5 | 10 | 20 | 30 | 40 | 60 | 80 | 90 | 25 | 35 | 50 | 70 | 75 | 95 | 100 | undefined;
49
+ } | undefined;
50
+ } & {
51
+ all?: "inherit" | "initial" | "revert" | "revert-layer" | "unset" | undefined;
52
+ appearance?: "none" | "auto" | undefined;
53
+ cursor?: "none" | "text" | "default" | "auto" | "alias" | "all-scroll" | "cell" | "col-resize" | "context-menu" | "copy" | "crosshair" | "e-resize" | "ew-resize" | "grab" | "grabbing" | "help" | "move" | "n-resize" | "ne-resize" | "nesw-resize" | "no-drop" | "not-allowed" | "ns-resize" | "nw-resize" | "nwse-resize" | "pointer" | "progress" | "row-resize" | "s-resize" | "se-resize" | "sw-resize" | "vertical-text" | "w-resize" | "wait" | "zoom-in" | "zoom-out" | undefined;
54
+ animation?: "none" | "spin" | "ping" | "pulse" | "bounce" | undefined;
55
+ arrows?: "hidden" | undefined;
56
+ backgroundSize?: "auto" | "contain" | "cover" | "skeleton" | undefined;
57
+ border?: "none" | "spinner" | undefined;
58
+ clip?: "hidden" | undefined;
59
+ containerType?: "normal" | "inline-size" | "size" | undefined;
60
+ fontStyle?: "normal" | "italic" | undefined;
61
+ font?: "inherit" | undefined;
62
+ objectPosition?: "left" | "top" | "left-bottom" | "left-top" | "right-bottom" | "right-top" | "bottom" | "center" | "right" | undefined;
63
+ objectFit?: "fill" | "none" | "contain" | "cover" | "scale-down" | undefined;
64
+ order?: 2 | 1 | "none" | "first" | "last" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
65
+ placeHolder?: "italic" | undefined;
66
+ pointerEvents?: "none" | "auto" | undefined;
67
+ msOverflowStyle?: "none" | "auto" | undefined;
68
+ rotate?: 0 | 2 | 1 | 3 | 6 | 12 | 90 | 180 | 45 | undefined;
69
+ scrollBar?: "light" | "hidden" | undefined;
70
+ scrollbarColor?: "border" | "borderLight" | "auto" | undefined;
71
+ scrollbarWidth?: "none" | "auto" | "thin" | undefined;
72
+ skew?: 0 | 2 | 1 | 3 | 6 | 12 | undefined;
73
+ textDecoration?: "none" | "line-through" | "underline" | undefined;
74
+ textDecorationThickness?: 0 | 2 | 1 | "auto" | "from-font" | 4 | 8 | undefined;
75
+ textIndent?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
76
+ textTransform?: "capitalize" | "lowercase" | "uppercase" | undefined;
77
+ textUnderlineOffset?: 0 | 2 | 1 | "auto" | 4 | 8 | undefined;
78
+ transform?: 0 | "left" | "center" | "right" | 100 | 200 | undefined;
79
+ transformOrigin?: "topLeft" | undefined;
80
+ transitionDelay?: 300 | 700 | 75 | 100 | 150 | 200 | 500 | 1000 | undefined;
81
+ transitionDuration?: "default" | 120 | 300 | 700 | 75 | 100 | 150 | 200 | 500 | 1000 | 160 | undefined;
82
+ transitionProperty?: "none" | "colors" | "default" | "gridTemplateRows" | "left" | "transform" | "opacity" | "all" | "gap" | "gridTemplateRowsOpacity" | "opacityVisibility" | "shadow" | "width" | undefined;
83
+ transitionTimingFunction?: "default" | "linear" | "ease" | "in" | "ease-in-out" | "out" | "in-out" | undefined;
84
+ verticalAlign?: "sub" | "top" | "baseline" | "middle" | "super" | undefined;
85
+ willChange?: "transform" | "background-position" | undefined;
86
+ zIndex?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
87
+ } & {
88
+ fontSize?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | {
89
+ base?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | undefined;
90
+ sm?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | undefined;
91
+ md?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | undefined;
92
+ lg?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | undefined;
93
+ xl?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | undefined;
94
+ xxl?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | undefined;
95
+ max900?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | undefined;
96
+ max1023?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | undefined;
97
+ min1200?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | undefined;
98
+ } | undefined;
99
+ alignItems?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | {
100
+ base?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
101
+ sm?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
102
+ md?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
103
+ lg?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
104
+ xl?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
105
+ xxl?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
106
+ max900?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
107
+ max1023?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
108
+ min1200?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
109
+ } | undefined;
110
+ alignSelf?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | {
111
+ base?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | undefined;
112
+ sm?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | undefined;
113
+ md?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | undefined;
114
+ lg?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | undefined;
115
+ xl?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | undefined;
116
+ xxl?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | undefined;
117
+ max900?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | undefined;
118
+ max1023?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | undefined;
119
+ min1200?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | undefined;
120
+ } | undefined;
121
+ borderColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
122
+ base?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
123
+ sm?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
124
+ md?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
125
+ lg?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
126
+ xl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
127
+ xxl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
128
+ max900?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
129
+ max1023?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
130
+ min1200?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
131
+ } | undefined;
132
+ borderWidth?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
133
+ base?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
134
+ sm?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
135
+ md?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
136
+ lg?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
137
+ xl?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
138
+ xxl?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
139
+ max900?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
140
+ max1023?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
141
+ min1200?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
142
+ } | undefined;
143
+ borderStyle?: "none" | "dashed" | "solid" | {
144
+ base?: "none" | "dashed" | "solid" | undefined;
145
+ sm?: "none" | "dashed" | "solid" | undefined;
146
+ md?: "none" | "dashed" | "solid" | undefined;
147
+ lg?: "none" | "dashed" | "solid" | undefined;
148
+ xl?: "none" | "dashed" | "solid" | undefined;
149
+ xxl?: "none" | "dashed" | "solid" | undefined;
150
+ max900?: "none" | "dashed" | "solid" | undefined;
151
+ max1023?: "none" | "dashed" | "solid" | undefined;
152
+ min1200?: "none" | "dashed" | "solid" | undefined;
153
+ } | undefined;
154
+ borderRadius?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | {
155
+ base?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
156
+ sm?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
157
+ md?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
158
+ lg?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
159
+ xl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
160
+ xxl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
161
+ max900?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
162
+ max1023?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
163
+ min1200?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
164
+ } | undefined;
165
+ borderTop?: "none" | {
166
+ base?: "none" | undefined;
167
+ sm?: "none" | undefined;
168
+ md?: "none" | undefined;
169
+ lg?: "none" | undefined;
170
+ xl?: "none" | undefined;
171
+ xxl?: "none" | undefined;
172
+ max900?: "none" | undefined;
173
+ max1023?: "none" | undefined;
174
+ min1200?: "none" | undefined;
175
+ } | undefined;
176
+ borderRight?: "none" | {
177
+ base?: "none" | undefined;
178
+ sm?: "none" | undefined;
179
+ md?: "none" | undefined;
180
+ lg?: "none" | undefined;
181
+ xl?: "none" | undefined;
182
+ xxl?: "none" | undefined;
183
+ max900?: "none" | undefined;
184
+ max1023?: "none" | undefined;
185
+ min1200?: "none" | undefined;
186
+ } | undefined;
187
+ borderBottom?: "none" | {
188
+ base?: "none" | undefined;
189
+ sm?: "none" | undefined;
190
+ md?: "none" | undefined;
191
+ lg?: "none" | undefined;
192
+ xl?: "none" | undefined;
193
+ xxl?: "none" | undefined;
194
+ max900?: "none" | undefined;
195
+ max1023?: "none" | undefined;
196
+ min1200?: "none" | undefined;
197
+ } | undefined;
198
+ borderLeft?: "none" | {
199
+ base?: "none" | undefined;
200
+ sm?: "none" | undefined;
201
+ md?: "none" | undefined;
202
+ lg?: "none" | undefined;
203
+ xl?: "none" | undefined;
204
+ xxl?: "none" | undefined;
205
+ max900?: "none" | undefined;
206
+ max1023?: "none" | undefined;
207
+ min1200?: "none" | undefined;
208
+ } | undefined;
209
+ borderTopColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
210
+ base?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
211
+ sm?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
212
+ md?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
213
+ lg?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
214
+ xl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
215
+ xxl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
216
+ max900?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
217
+ max1023?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
218
+ min1200?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
219
+ } | undefined;
220
+ borderRightColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
221
+ base?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
222
+ sm?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
223
+ md?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
224
+ lg?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
225
+ xl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
226
+ xxl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
227
+ max900?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
228
+ max1023?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
229
+ min1200?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
230
+ } | undefined;
231
+ borderBottomColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
232
+ base?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
233
+ sm?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
234
+ md?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
235
+ lg?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
236
+ xl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
237
+ xxl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
238
+ max900?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
239
+ max1023?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
240
+ min1200?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
241
+ } | undefined;
242
+ borderLeftColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
243
+ base?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
244
+ sm?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
245
+ md?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
246
+ lg?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
247
+ xl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
248
+ xxl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
249
+ max900?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
250
+ max1023?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
251
+ min1200?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
252
+ } | undefined;
253
+ borderTopWidth?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
254
+ base?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
255
+ sm?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
256
+ md?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
257
+ lg?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
258
+ xl?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
259
+ xxl?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
260
+ max900?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
261
+ max1023?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
262
+ min1200?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
263
+ } | undefined;
264
+ borderRightWidth?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
265
+ base?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
266
+ sm?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
267
+ md?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
268
+ lg?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
269
+ xl?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
270
+ xxl?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
271
+ max900?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
272
+ max1023?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
273
+ min1200?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
274
+ } | undefined;
275
+ borderBottomWidth?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
276
+ base?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
277
+ sm?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
278
+ md?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
279
+ lg?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
280
+ xl?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
281
+ xxl?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
282
+ max900?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
283
+ max1023?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
284
+ min1200?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
285
+ } | undefined;
286
+ borderLeftWidth?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
287
+ base?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
288
+ sm?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
289
+ md?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
290
+ lg?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
291
+ xl?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
292
+ xxl?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
293
+ max900?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
294
+ max1023?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
295
+ min1200?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
296
+ } | undefined;
297
+ borderTopRightRadius?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | {
298
+ base?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
299
+ sm?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
300
+ md?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
301
+ lg?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
302
+ xl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
303
+ xxl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
304
+ max900?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
305
+ max1023?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
306
+ min1200?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
307
+ } | undefined;
308
+ borderTopLeftRadius?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | {
309
+ base?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
310
+ sm?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
311
+ md?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
312
+ lg?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
313
+ xl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
314
+ xxl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
315
+ max900?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
316
+ max1023?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
317
+ min1200?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
318
+ } | undefined;
319
+ borderBottomRightRadius?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | {
320
+ base?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
321
+ sm?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
322
+ md?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
323
+ lg?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
324
+ xl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
325
+ xxl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
326
+ max900?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
327
+ max1023?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
328
+ min1200?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
329
+ } | undefined;
330
+ borderBottomLeftRadius?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | {
331
+ base?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
332
+ sm?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
333
+ md?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
334
+ lg?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
335
+ xl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
336
+ xxl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
337
+ max900?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
338
+ max1023?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
339
+ min1200?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
340
+ } | undefined;
341
+ borderSpacing?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
342
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
343
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
344
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
345
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
346
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
347
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
348
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
349
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
350
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
351
+ } | undefined;
352
+ borderCollapse?: "collapse" | "separate" | {
353
+ base?: "collapse" | "separate" | undefined;
354
+ sm?: "collapse" | "separate" | undefined;
355
+ md?: "collapse" | "separate" | undefined;
356
+ lg?: "collapse" | "separate" | undefined;
357
+ xl?: "collapse" | "separate" | undefined;
358
+ xxl?: "collapse" | "separate" | undefined;
359
+ max900?: "collapse" | "separate" | undefined;
360
+ max1023?: "collapse" | "separate" | undefined;
361
+ min1200?: "collapse" | "separate" | undefined;
362
+ } | undefined;
363
+ bottom?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
364
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
365
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
366
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
367
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
368
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
369
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
370
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
371
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
372
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
373
+ } | undefined;
374
+ boxShadow?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | {
375
+ base?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
376
+ sm?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
377
+ md?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
378
+ lg?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
379
+ xl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
380
+ xxl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
381
+ max900?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
382
+ max1023?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
383
+ min1200?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
384
+ } | undefined;
385
+ columnGap?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
386
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
387
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
388
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
389
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
390
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
391
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
392
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
393
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
394
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
395
+ } | undefined;
396
+ display?: "none" | "flex" | "grid" | "block" | "inline" | "table" | "table-cell" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "contents" | {
397
+ base?: "none" | "flex" | "grid" | "block" | "inline" | "table" | "table-cell" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "contents" | undefined;
398
+ sm?: "none" | "flex" | "grid" | "block" | "inline" | "table" | "table-cell" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "contents" | undefined;
399
+ md?: "none" | "flex" | "grid" | "block" | "inline" | "table" | "table-cell" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "contents" | undefined;
400
+ lg?: "none" | "flex" | "grid" | "block" | "inline" | "table" | "table-cell" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "contents" | undefined;
401
+ xl?: "none" | "flex" | "grid" | "block" | "inline" | "table" | "table-cell" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "contents" | undefined;
402
+ xxl?: "none" | "flex" | "grid" | "block" | "inline" | "table" | "table-cell" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "contents" | undefined;
403
+ max900?: "none" | "flex" | "grid" | "block" | "inline" | "table" | "table-cell" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "contents" | undefined;
404
+ max1023?: "none" | "flex" | "grid" | "block" | "inline" | "table" | "table-cell" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "contents" | undefined;
405
+ min1200?: "none" | "flex" | "grid" | "block" | "inline" | "table" | "table-cell" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "contents" | undefined;
406
+ } | undefined;
407
+ dropShadow?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | {
408
+ base?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | undefined;
409
+ sm?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | undefined;
410
+ md?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | undefined;
411
+ lg?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | undefined;
412
+ xl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | undefined;
413
+ xxl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | undefined;
414
+ max900?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | undefined;
415
+ max1023?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | undefined;
416
+ min1200?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | undefined;
417
+ } | undefined;
418
+ flex?: 1 | "none" | "auto" | "initial" | {
419
+ base?: 1 | "none" | "auto" | "initial" | undefined;
420
+ sm?: 1 | "none" | "auto" | "initial" | undefined;
421
+ md?: 1 | "none" | "auto" | "initial" | undefined;
422
+ lg?: 1 | "none" | "auto" | "initial" | undefined;
423
+ xl?: 1 | "none" | "auto" | "initial" | undefined;
424
+ xxl?: 1 | "none" | "auto" | "initial" | undefined;
425
+ max900?: 1 | "none" | "auto" | "initial" | undefined;
426
+ max1023?: 1 | "none" | "auto" | "initial" | undefined;
427
+ min1200?: 1 | "none" | "auto" | "initial" | undefined;
428
+ } | undefined;
429
+ flexBasis?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | {
430
+ base?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | undefined;
431
+ sm?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | undefined;
432
+ md?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | undefined;
433
+ lg?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | undefined;
434
+ xl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | undefined;
435
+ xxl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | undefined;
436
+ max900?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | undefined;
437
+ max1023?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | undefined;
438
+ min1200?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | undefined;
439
+ } | undefined;
440
+ flexDirection?: "column" | "row" | "row-reverse" | {
441
+ base?: "column" | "row" | "row-reverse" | undefined;
442
+ sm?: "column" | "row" | "row-reverse" | undefined;
443
+ md?: "column" | "row" | "row-reverse" | undefined;
444
+ lg?: "column" | "row" | "row-reverse" | undefined;
445
+ xl?: "column" | "row" | "row-reverse" | undefined;
446
+ xxl?: "column" | "row" | "row-reverse" | undefined;
447
+ max900?: "column" | "row" | "row-reverse" | undefined;
448
+ max1023?: "column" | "row" | "row-reverse" | undefined;
449
+ min1200?: "column" | "row" | "row-reverse" | undefined;
450
+ } | undefined;
451
+ flexGrow?: 0 | "default" | {
452
+ base?: 0 | "default" | undefined;
453
+ sm?: 0 | "default" | undefined;
454
+ md?: 0 | "default" | undefined;
455
+ lg?: 0 | "default" | undefined;
456
+ xl?: 0 | "default" | undefined;
457
+ xxl?: 0 | "default" | undefined;
458
+ max900?: 0 | "default" | undefined;
459
+ max1023?: 0 | "default" | undefined;
460
+ min1200?: 0 | "default" | undefined;
461
+ } | undefined;
462
+ flexShrink?: 0 | "default" | {
463
+ base?: 0 | "default" | undefined;
464
+ sm?: 0 | "default" | undefined;
465
+ md?: 0 | "default" | undefined;
466
+ lg?: 0 | "default" | undefined;
467
+ xl?: 0 | "default" | undefined;
468
+ xxl?: 0 | "default" | undefined;
469
+ max900?: 0 | "default" | undefined;
470
+ max1023?: 0 | "default" | undefined;
471
+ min1200?: 0 | "default" | undefined;
472
+ } | undefined;
473
+ flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | {
474
+ base?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
475
+ sm?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
476
+ md?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
477
+ lg?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
478
+ xl?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
479
+ xxl?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
480
+ max900?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
481
+ max1023?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
482
+ min1200?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
483
+ } | undefined;
484
+ fontVariantNumeric?: "tabular-nums" | {
485
+ base?: "tabular-nums" | undefined;
486
+ sm?: "tabular-nums" | undefined;
487
+ md?: "tabular-nums" | undefined;
488
+ lg?: "tabular-nums" | undefined;
489
+ xl?: "tabular-nums" | undefined;
490
+ xxl?: "tabular-nums" | undefined;
491
+ max900?: "tabular-nums" | undefined;
492
+ max1023?: "tabular-nums" | undefined;
493
+ min1200?: "tabular-nums" | undefined;
494
+ } | undefined;
495
+ fontFamily?: "sans" | "serif" | "mono" | {
496
+ base?: "sans" | "serif" | "mono" | undefined;
497
+ sm?: "sans" | "serif" | "mono" | undefined;
498
+ md?: "sans" | "serif" | "mono" | undefined;
499
+ lg?: "sans" | "serif" | "mono" | undefined;
500
+ xl?: "sans" | "serif" | "mono" | undefined;
501
+ xxl?: "sans" | "serif" | "mono" | undefined;
502
+ max900?: "sans" | "serif" | "mono" | undefined;
503
+ max1023?: "sans" | "serif" | "mono" | undefined;
504
+ min1200?: "sans" | "serif" | "mono" | undefined;
505
+ } | undefined;
506
+ fontWeight?: "light" | "bold" | "black" | "thin" | "extralight" | "normal" | "medium" | "semibold" | "extrabold" | {
507
+ base?: "light" | "bold" | "black" | "thin" | "extralight" | "normal" | "medium" | "semibold" | "extrabold" | undefined;
508
+ sm?: "light" | "bold" | "black" | "thin" | "extralight" | "normal" | "medium" | "semibold" | "extrabold" | undefined;
509
+ md?: "light" | "bold" | "black" | "thin" | "extralight" | "normal" | "medium" | "semibold" | "extrabold" | undefined;
510
+ lg?: "light" | "bold" | "black" | "thin" | "extralight" | "normal" | "medium" | "semibold" | "extrabold" | undefined;
511
+ xl?: "light" | "bold" | "black" | "thin" | "extralight" | "normal" | "medium" | "semibold" | "extrabold" | undefined;
512
+ xxl?: "light" | "bold" | "black" | "thin" | "extralight" | "normal" | "medium" | "semibold" | "extrabold" | undefined;
513
+ max900?: "light" | "bold" | "black" | "thin" | "extralight" | "normal" | "medium" | "semibold" | "extrabold" | undefined;
514
+ max1023?: "light" | "bold" | "black" | "thin" | "extralight" | "normal" | "medium" | "semibold" | "extrabold" | undefined;
515
+ min1200?: "light" | "bold" | "black" | "thin" | "extralight" | "normal" | "medium" | "semibold" | "extrabold" | undefined;
516
+ } | undefined;
517
+ gap?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
518
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
519
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
520
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
521
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
522
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
523
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
524
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
525
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
526
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
527
+ } | undefined;
528
+ gridAutoColumns?: "auto" | "min" | "max" | "fr" | {
529
+ base?: "auto" | "min" | "max" | "fr" | undefined;
530
+ sm?: "auto" | "min" | "max" | "fr" | undefined;
531
+ md?: "auto" | "min" | "max" | "fr" | undefined;
532
+ lg?: "auto" | "min" | "max" | "fr" | undefined;
533
+ xl?: "auto" | "min" | "max" | "fr" | undefined;
534
+ xxl?: "auto" | "min" | "max" | "fr" | undefined;
535
+ max900?: "auto" | "min" | "max" | "fr" | undefined;
536
+ max1023?: "auto" | "min" | "max" | "fr" | undefined;
537
+ min1200?: "auto" | "min" | "max" | "fr" | undefined;
538
+ } | undefined;
539
+ gridAutoRows?: "auto" | "min" | "max" | "fr" | {
540
+ base?: "auto" | "min" | "max" | "fr" | undefined;
541
+ sm?: "auto" | "min" | "max" | "fr" | undefined;
542
+ md?: "auto" | "min" | "max" | "fr" | undefined;
543
+ lg?: "auto" | "min" | "max" | "fr" | undefined;
544
+ xl?: "auto" | "min" | "max" | "fr" | undefined;
545
+ xxl?: "auto" | "min" | "max" | "fr" | undefined;
546
+ max900?: "auto" | "min" | "max" | "fr" | undefined;
547
+ max1023?: "auto" | "min" | "max" | "fr" | undefined;
548
+ min1200?: "auto" | "min" | "max" | "fr" | undefined;
549
+ } | undefined;
550
+ gridColumn?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full" | {
551
+ base?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full" | undefined;
552
+ sm?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full" | undefined;
553
+ md?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full" | undefined;
554
+ lg?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full" | undefined;
555
+ xl?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full" | undefined;
556
+ xxl?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full" | undefined;
557
+ max900?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full" | undefined;
558
+ max1023?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full" | undefined;
559
+ min1200?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full" | undefined;
560
+ } | undefined;
561
+ gridColumnEnd?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | {
562
+ base?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
563
+ sm?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
564
+ md?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
565
+ lg?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
566
+ xl?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
567
+ xxl?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
568
+ max900?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
569
+ max1023?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
570
+ min1200?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
571
+ } | undefined;
572
+ gridColumnStart?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | {
573
+ base?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
574
+ sm?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
575
+ md?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
576
+ lg?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
577
+ xl?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
578
+ xxl?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
579
+ max900?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
580
+ max1023?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
581
+ min1200?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
582
+ } | undefined;
583
+ gridRow?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full" | {
584
+ base?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full" | undefined;
585
+ sm?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full" | undefined;
586
+ md?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full" | undefined;
587
+ lg?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full" | undefined;
588
+ xl?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full" | undefined;
589
+ xxl?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full" | undefined;
590
+ max900?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full" | undefined;
591
+ max1023?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full" | undefined;
592
+ min1200?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full" | undefined;
593
+ } | undefined;
594
+ gridRowEnd?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | {
595
+ base?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
596
+ sm?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
597
+ md?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
598
+ lg?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
599
+ xl?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
600
+ xxl?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
601
+ max900?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
602
+ max1023?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
603
+ min1200?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
604
+ } | undefined;
605
+ gridRowStart?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | {
606
+ base?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
607
+ sm?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
608
+ md?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
609
+ lg?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
610
+ xl?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
611
+ xxl?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
612
+ max900?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
613
+ max1023?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
614
+ min1200?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
615
+ } | undefined;
616
+ gridTemplateColumns?: 2 | 1 | "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | {
617
+ base?: 2 | 1 | "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
618
+ sm?: 2 | 1 | "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
619
+ md?: 2 | 1 | "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
620
+ lg?: 2 | 1 | "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
621
+ xl?: 2 | 1 | "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
622
+ xxl?: 2 | 1 | "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
623
+ max900?: 2 | 1 | "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
624
+ max1023?: 2 | 1 | "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
625
+ min1200?: 2 | 1 | "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
626
+ } | undefined;
627
+ gridTemplateRows?: 2 | 1 | "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 3 | 4 | 5 | 6 | {
628
+ base?: 2 | 1 | "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 3 | 4 | 5 | 6 | undefined;
629
+ sm?: 2 | 1 | "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 3 | 4 | 5 | 6 | undefined;
630
+ md?: 2 | 1 | "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 3 | 4 | 5 | 6 | undefined;
631
+ lg?: 2 | 1 | "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 3 | 4 | 5 | 6 | undefined;
632
+ xl?: 2 | 1 | "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 3 | 4 | 5 | 6 | undefined;
633
+ xxl?: 2 | 1 | "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 3 | 4 | 5 | 6 | undefined;
634
+ max900?: 2 | 1 | "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 3 | 4 | 5 | 6 | undefined;
635
+ max1023?: 2 | 1 | "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 3 | 4 | 5 | 6 | undefined;
636
+ min1200?: 2 | 1 | "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 3 | 4 | 5 | 6 | undefined;
637
+ } | undefined;
638
+ height?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | {
639
+ base?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
640
+ sm?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
641
+ md?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
642
+ lg?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
643
+ xl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
644
+ xxl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
645
+ max900?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
646
+ max1023?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
647
+ min1200?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
648
+ } | undefined;
649
+ hueRotate?: 0 | 15 | 30 | 60 | 90 | 180 | {
650
+ base?: 0 | 15 | 30 | 60 | 90 | 180 | undefined;
651
+ sm?: 0 | 15 | 30 | 60 | 90 | 180 | undefined;
652
+ md?: 0 | 15 | 30 | 60 | 90 | 180 | undefined;
653
+ lg?: 0 | 15 | 30 | 60 | 90 | 180 | undefined;
654
+ xl?: 0 | 15 | 30 | 60 | 90 | 180 | undefined;
655
+ xxl?: 0 | 15 | 30 | 60 | 90 | 180 | undefined;
656
+ max900?: 0 | 15 | 30 | 60 | 90 | 180 | undefined;
657
+ max1023?: 0 | 15 | 30 | 60 | 90 | 180 | undefined;
658
+ min1200?: 0 | 15 | 30 | 60 | 90 | 180 | undefined;
659
+ } | undefined;
660
+ inset?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
661
+ base?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
662
+ sm?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
663
+ md?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
664
+ lg?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
665
+ xl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
666
+ xxl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
667
+ max900?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
668
+ max1023?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
669
+ min1200?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
670
+ } | undefined;
671
+ invert?: 0 | "default" | {
672
+ base?: 0 | "default" | undefined;
673
+ sm?: 0 | "default" | undefined;
674
+ md?: 0 | "default" | undefined;
675
+ lg?: 0 | "default" | undefined;
676
+ xl?: 0 | "default" | undefined;
677
+ xxl?: 0 | "default" | undefined;
678
+ max900?: 0 | "default" | undefined;
679
+ max1023?: 0 | "default" | undefined;
680
+ min1200?: 0 | "default" | undefined;
681
+ } | undefined;
682
+ justifyContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between" | {
683
+ base?: "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between" | undefined;
684
+ sm?: "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between" | undefined;
685
+ md?: "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between" | undefined;
686
+ lg?: "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between" | undefined;
687
+ xl?: "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between" | undefined;
688
+ xxl?: "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between" | undefined;
689
+ max900?: "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between" | undefined;
690
+ max1023?: "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between" | undefined;
691
+ min1200?: "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between" | undefined;
692
+ } | undefined;
693
+ left?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
694
+ base?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
695
+ sm?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
696
+ md?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
697
+ lg?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
698
+ xl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
699
+ xxl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
700
+ max900?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
701
+ max1023?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
702
+ min1200?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
703
+ } | undefined;
704
+ letterSpacing?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | "caps" | "capsTight" | "capsNarrow" | {
705
+ base?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | "caps" | "capsTight" | "capsNarrow" | undefined;
706
+ sm?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | "caps" | "capsTight" | "capsNarrow" | undefined;
707
+ md?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | "caps" | "capsTight" | "capsNarrow" | undefined;
708
+ lg?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | "caps" | "capsTight" | "capsNarrow" | undefined;
709
+ xl?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | "caps" | "capsTight" | "capsNarrow" | undefined;
710
+ xxl?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | "caps" | "capsTight" | "capsNarrow" | undefined;
711
+ max900?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | "caps" | "capsTight" | "capsNarrow" | undefined;
712
+ max1023?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | "caps" | "capsTight" | "capsNarrow" | undefined;
713
+ min1200?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | "caps" | "capsTight" | "capsNarrow" | undefined;
714
+ } | undefined;
715
+ wordSpacing?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | {
716
+ base?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | undefined;
717
+ sm?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | undefined;
718
+ md?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | undefined;
719
+ lg?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | undefined;
720
+ xl?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | undefined;
721
+ xxl?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | undefined;
722
+ max900?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | undefined;
723
+ max1023?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | undefined;
724
+ min1200?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | undefined;
725
+ } | undefined;
726
+ lineHeight?: 0 | 2 | 1 | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "auto" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | "normal" | "tight" | "snug" | "relaxed" | "loose" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.2 | 1.3 | 1.4 | 1.45 | 1.6 | 1.7 | {
727
+ base?: 0 | 2 | 1 | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "auto" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | "normal" | "tight" | "snug" | "relaxed" | "loose" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.2 | 1.3 | 1.4 | 1.45 | 1.6 | 1.7 | undefined;
728
+ sm?: 0 | 2 | 1 | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "auto" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | "normal" | "tight" | "snug" | "relaxed" | "loose" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.2 | 1.3 | 1.4 | 1.45 | 1.6 | 1.7 | undefined;
729
+ md?: 0 | 2 | 1 | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "auto" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | "normal" | "tight" | "snug" | "relaxed" | "loose" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.2 | 1.3 | 1.4 | 1.45 | 1.6 | 1.7 | undefined;
730
+ lg?: 0 | 2 | 1 | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "auto" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | "normal" | "tight" | "snug" | "relaxed" | "loose" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.2 | 1.3 | 1.4 | 1.45 | 1.6 | 1.7 | undefined;
731
+ xl?: 0 | 2 | 1 | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "auto" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | "normal" | "tight" | "snug" | "relaxed" | "loose" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.2 | 1.3 | 1.4 | 1.45 | 1.6 | 1.7 | undefined;
732
+ xxl?: 0 | 2 | 1 | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "auto" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | "normal" | "tight" | "snug" | "relaxed" | "loose" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.2 | 1.3 | 1.4 | 1.45 | 1.6 | 1.7 | undefined;
733
+ max900?: 0 | 2 | 1 | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "auto" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | "normal" | "tight" | "snug" | "relaxed" | "loose" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.2 | 1.3 | 1.4 | 1.45 | 1.6 | 1.7 | undefined;
734
+ max1023?: 0 | 2 | 1 | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "auto" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | "normal" | "tight" | "snug" | "relaxed" | "loose" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.2 | 1.3 | 1.4 | 1.45 | 1.6 | 1.7 | undefined;
735
+ min1200?: 0 | 2 | 1 | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "auto" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | "normal" | "tight" | "snug" | "relaxed" | "loose" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.2 | 1.3 | 1.4 | 1.45 | 1.6 | 1.7 | undefined;
736
+ } | undefined;
737
+ listStyleType?: "none" | "disc" | "decimal" | {
738
+ base?: "none" | "disc" | "decimal" | undefined;
739
+ sm?: "none" | "disc" | "decimal" | undefined;
740
+ md?: "none" | "disc" | "decimal" | undefined;
741
+ lg?: "none" | "disc" | "decimal" | undefined;
742
+ xl?: "none" | "disc" | "decimal" | undefined;
743
+ xxl?: "none" | "disc" | "decimal" | undefined;
744
+ max900?: "none" | "disc" | "decimal" | undefined;
745
+ max1023?: "none" | "disc" | "decimal" | undefined;
746
+ min1200?: "none" | "disc" | "decimal" | undefined;
747
+ } | undefined;
748
+ margin?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
749
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
750
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
751
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
752
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
753
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
754
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
755
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
756
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
757
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
758
+ } | undefined;
759
+ marginBottom?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
760
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
761
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
762
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
763
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
764
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
765
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
766
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
767
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
768
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
769
+ } | undefined;
770
+ marginLeft?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
771
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
772
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
773
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
774
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
775
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
776
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
777
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
778
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
779
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
780
+ } | undefined;
781
+ marginRight?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
782
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
783
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
784
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
785
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
786
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
787
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
788
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
789
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
790
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
791
+ } | undefined;
792
+ marginTop?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
793
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
794
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
795
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
796
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
797
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
798
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
799
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
800
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
801
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
802
+ } | undefined;
803
+ maxHeight?: 0 | 2 | 1 | "none" | "full" | "auto" | "min" | "max" | "screen" | "fit" | "50vh" | "70vh" | "90vh" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
804
+ base?: 0 | 2 | 1 | "none" | "full" | "auto" | "min" | "max" | "screen" | "fit" | "50vh" | "70vh" | "90vh" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
805
+ sm?: 0 | 2 | 1 | "none" | "full" | "auto" | "min" | "max" | "screen" | "fit" | "50vh" | "70vh" | "90vh" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
806
+ md?: 0 | 2 | 1 | "none" | "full" | "auto" | "min" | "max" | "screen" | "fit" | "50vh" | "70vh" | "90vh" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
807
+ lg?: 0 | 2 | 1 | "none" | "full" | "auto" | "min" | "max" | "screen" | "fit" | "50vh" | "70vh" | "90vh" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
808
+ xl?: 0 | 2 | 1 | "none" | "full" | "auto" | "min" | "max" | "screen" | "fit" | "50vh" | "70vh" | "90vh" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
809
+ xxl?: 0 | 2 | 1 | "none" | "full" | "auto" | "min" | "max" | "screen" | "fit" | "50vh" | "70vh" | "90vh" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
810
+ max900?: 0 | 2 | 1 | "none" | "full" | "auto" | "min" | "max" | "screen" | "fit" | "50vh" | "70vh" | "90vh" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
811
+ max1023?: 0 | 2 | 1 | "none" | "full" | "auto" | "min" | "max" | "screen" | "fit" | "50vh" | "70vh" | "90vh" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
812
+ min1200?: 0 | 2 | 1 | "none" | "full" | "auto" | "min" | "max" | "screen" | "fit" | "50vh" | "70vh" | "90vh" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
813
+ } | undefined;
814
+ maxWidth?: 0 | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "3/4" | "2/5" | "xs" | "5xl" | "6xl" | "7xl" | "min" | "max" | "fit" | "12rem" | "26rem" | "50vw" | "prose" | 960 | 700 | 720 | 800 | 640 | {
815
+ base?: 0 | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "3/4" | "2/5" | "xs" | "5xl" | "6xl" | "7xl" | "min" | "max" | "fit" | "12rem" | "26rem" | "50vw" | "prose" | 960 | 700 | 720 | 800 | 640 | undefined;
816
+ sm?: 0 | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "3/4" | "2/5" | "xs" | "5xl" | "6xl" | "7xl" | "min" | "max" | "fit" | "12rem" | "26rem" | "50vw" | "prose" | 960 | 700 | 720 | 800 | 640 | undefined;
817
+ md?: 0 | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "3/4" | "2/5" | "xs" | "5xl" | "6xl" | "7xl" | "min" | "max" | "fit" | "12rem" | "26rem" | "50vw" | "prose" | 960 | 700 | 720 | 800 | 640 | undefined;
818
+ lg?: 0 | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "3/4" | "2/5" | "xs" | "5xl" | "6xl" | "7xl" | "min" | "max" | "fit" | "12rem" | "26rem" | "50vw" | "prose" | 960 | 700 | 720 | 800 | 640 | undefined;
819
+ xl?: 0 | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "3/4" | "2/5" | "xs" | "5xl" | "6xl" | "7xl" | "min" | "max" | "fit" | "12rem" | "26rem" | "50vw" | "prose" | 960 | 700 | 720 | 800 | 640 | undefined;
820
+ xxl?: 0 | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "3/4" | "2/5" | "xs" | "5xl" | "6xl" | "7xl" | "min" | "max" | "fit" | "12rem" | "26rem" | "50vw" | "prose" | 960 | 700 | 720 | 800 | 640 | undefined;
821
+ max900?: 0 | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "3/4" | "2/5" | "xs" | "5xl" | "6xl" | "7xl" | "min" | "max" | "fit" | "12rem" | "26rem" | "50vw" | "prose" | 960 | 700 | 720 | 800 | 640 | undefined;
822
+ max1023?: 0 | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "3/4" | "2/5" | "xs" | "5xl" | "6xl" | "7xl" | "min" | "max" | "fit" | "12rem" | "26rem" | "50vw" | "prose" | 960 | 700 | 720 | 800 | 640 | undefined;
823
+ min1200?: 0 | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "3/4" | "2/5" | "xs" | "5xl" | "6xl" | "7xl" | "min" | "max" | "fit" | "12rem" | "26rem" | "50vw" | "prose" | 960 | 700 | 720 | 800 | 640 | undefined;
824
+ } | undefined;
825
+ minHeight?: 0 | 2 | 1 | "full" | "auto" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 350 | 360 | {
826
+ base?: 0 | 2 | 1 | "full" | "auto" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 350 | 360 | undefined;
827
+ sm?: 0 | 2 | 1 | "full" | "auto" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 350 | 360 | undefined;
828
+ md?: 0 | 2 | 1 | "full" | "auto" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 350 | 360 | undefined;
829
+ lg?: 0 | 2 | 1 | "full" | "auto" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 350 | 360 | undefined;
830
+ xl?: 0 | 2 | 1 | "full" | "auto" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 350 | 360 | undefined;
831
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 350 | 360 | undefined;
832
+ max900?: 0 | 2 | 1 | "full" | "auto" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 350 | 360 | undefined;
833
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 350 | 360 | undefined;
834
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 350 | 360 | undefined;
835
+ } | undefined;
836
+ minWidth?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 640 | 360 | 140 | {
837
+ base?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 640 | 360 | 140 | undefined;
838
+ sm?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 640 | 360 | 140 | undefined;
839
+ md?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 640 | 360 | 140 | undefined;
840
+ lg?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 640 | 360 | 140 | undefined;
841
+ xl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 640 | 360 | 140 | undefined;
842
+ xxl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 640 | 360 | 140 | undefined;
843
+ max900?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 640 | 360 | 140 | undefined;
844
+ max1023?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 640 | 360 | 140 | undefined;
845
+ min1200?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 640 | 360 | 140 | undefined;
846
+ } | undefined;
847
+ outline?: "none" | {
848
+ base?: "none" | undefined;
849
+ sm?: "none" | undefined;
850
+ md?: "none" | undefined;
851
+ lg?: "none" | undefined;
852
+ xl?: "none" | undefined;
853
+ xxl?: "none" | undefined;
854
+ max900?: "none" | undefined;
855
+ max1023?: "none" | undefined;
856
+ min1200?: "none" | undefined;
857
+ } | undefined;
858
+ outlineOffset?: 0 | 2 | 1 | 4 | 8 | {
859
+ base?: 0 | 2 | 1 | 4 | 8 | undefined;
860
+ sm?: 0 | 2 | 1 | 4 | 8 | undefined;
861
+ md?: 0 | 2 | 1 | 4 | 8 | undefined;
862
+ lg?: 0 | 2 | 1 | 4 | 8 | undefined;
863
+ xl?: 0 | 2 | 1 | 4 | 8 | undefined;
864
+ xxl?: 0 | 2 | 1 | 4 | 8 | undefined;
865
+ max900?: 0 | 2 | 1 | 4 | 8 | undefined;
866
+ max1023?: 0 | 2 | 1 | 4 | 8 | undefined;
867
+ min1200?: 0 | 2 | 1 | 4 | 8 | undefined;
868
+ } | undefined;
869
+ outlineWidth?: 0 | 2 | 1 | 4 | 8 | {
870
+ base?: 0 | 2 | 1 | 4 | 8 | undefined;
871
+ sm?: 0 | 2 | 1 | 4 | 8 | undefined;
872
+ md?: 0 | 2 | 1 | 4 | 8 | undefined;
873
+ lg?: 0 | 2 | 1 | 4 | 8 | undefined;
874
+ xl?: 0 | 2 | 1 | 4 | 8 | undefined;
875
+ xxl?: 0 | 2 | 1 | 4 | 8 | undefined;
876
+ max900?: 0 | 2 | 1 | 4 | 8 | undefined;
877
+ max1023?: 0 | 2 | 1 | 4 | 8 | undefined;
878
+ min1200?: 0 | 2 | 1 | 4 | 8 | undefined;
879
+ } | undefined;
880
+ overflow?: "auto" | "hidden" | "visible" | "scroll" | {
881
+ base?: "auto" | "hidden" | "visible" | "scroll" | undefined;
882
+ sm?: "auto" | "hidden" | "visible" | "scroll" | undefined;
883
+ md?: "auto" | "hidden" | "visible" | "scroll" | undefined;
884
+ lg?: "auto" | "hidden" | "visible" | "scroll" | undefined;
885
+ xl?: "auto" | "hidden" | "visible" | "scroll" | undefined;
886
+ xxl?: "auto" | "hidden" | "visible" | "scroll" | undefined;
887
+ max900?: "auto" | "hidden" | "visible" | "scroll" | undefined;
888
+ max1023?: "auto" | "hidden" | "visible" | "scroll" | undefined;
889
+ min1200?: "auto" | "hidden" | "visible" | "scroll" | undefined;
890
+ } | undefined;
891
+ overflowWrap?: "anywhere" | "break-word" | {
892
+ base?: "anywhere" | "break-word" | undefined;
893
+ sm?: "anywhere" | "break-word" | undefined;
894
+ md?: "anywhere" | "break-word" | undefined;
895
+ lg?: "anywhere" | "break-word" | undefined;
896
+ xl?: "anywhere" | "break-word" | undefined;
897
+ xxl?: "anywhere" | "break-word" | undefined;
898
+ max900?: "anywhere" | "break-word" | undefined;
899
+ max1023?: "anywhere" | "break-word" | undefined;
900
+ min1200?: "anywhere" | "break-word" | undefined;
901
+ } | undefined;
902
+ overflowY?: "auto" | "hidden" | "scroll" | {
903
+ base?: "auto" | "hidden" | "scroll" | undefined;
904
+ sm?: "auto" | "hidden" | "scroll" | undefined;
905
+ md?: "auto" | "hidden" | "scroll" | undefined;
906
+ lg?: "auto" | "hidden" | "scroll" | undefined;
907
+ xl?: "auto" | "hidden" | "scroll" | undefined;
908
+ xxl?: "auto" | "hidden" | "scroll" | undefined;
909
+ max900?: "auto" | "hidden" | "scroll" | undefined;
910
+ max1023?: "auto" | "hidden" | "scroll" | undefined;
911
+ min1200?: "auto" | "hidden" | "scroll" | undefined;
912
+ } | undefined;
913
+ overflowX?: "auto" | "hidden" | "visible" | "scroll" | {
914
+ base?: "auto" | "hidden" | "visible" | "scroll" | undefined;
915
+ sm?: "auto" | "hidden" | "visible" | "scroll" | undefined;
916
+ md?: "auto" | "hidden" | "visible" | "scroll" | undefined;
917
+ lg?: "auto" | "hidden" | "visible" | "scroll" | undefined;
918
+ xl?: "auto" | "hidden" | "visible" | "scroll" | undefined;
919
+ xxl?: "auto" | "hidden" | "visible" | "scroll" | undefined;
920
+ max900?: "auto" | "hidden" | "visible" | "scroll" | undefined;
921
+ max1023?: "auto" | "hidden" | "visible" | "scroll" | undefined;
922
+ min1200?: "auto" | "hidden" | "visible" | "scroll" | undefined;
923
+ } | undefined;
924
+ padding?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
925
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
926
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
927
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
928
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
929
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
930
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
931
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
932
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
933
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
934
+ } | undefined;
935
+ paddingBottom?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
936
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
937
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
938
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
939
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
940
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
941
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
942
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
943
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
944
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
945
+ } | undefined;
946
+ paddingBlock?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
947
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
948
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
949
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
950
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
951
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
952
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
953
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
954
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
955
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
956
+ } | undefined;
957
+ paddingInline?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
958
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
959
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
960
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
961
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
962
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
963
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
964
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
965
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
966
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
967
+ } | undefined;
968
+ paddingLeft?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
969
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
970
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
971
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
972
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
973
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
974
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
975
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
976
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
977
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
978
+ } | undefined;
979
+ paddingRight?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
980
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
981
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
982
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
983
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
984
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
985
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
986
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
987
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
988
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
989
+ } | undefined;
990
+ paddingTop?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
991
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
992
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
993
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
994
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
995
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
996
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
997
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
998
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
999
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1000
+ } | undefined;
1001
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | {
1002
+ base?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1003
+ sm?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1004
+ md?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1005
+ lg?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1006
+ xl?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1007
+ xxl?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1008
+ max900?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1009
+ max1023?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1010
+ min1200?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1011
+ } | undefined;
1012
+ right?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
1013
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1014
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1015
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1016
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1017
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1018
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1019
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1020
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1021
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1022
+ } | undefined;
1023
+ rowGap?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
1024
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1025
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1026
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1027
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1028
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1029
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1030
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1031
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1032
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1033
+ } | undefined;
1034
+ scale?: 0 | 90 | 50 | 75 | 95 | 100 | 105 | 110 | 125 | 150 | {
1035
+ base?: 0 | 90 | 50 | 75 | 95 | 100 | 105 | 110 | 125 | 150 | undefined;
1036
+ sm?: 0 | 90 | 50 | 75 | 95 | 100 | 105 | 110 | 125 | 150 | undefined;
1037
+ md?: 0 | 90 | 50 | 75 | 95 | 100 | 105 | 110 | 125 | 150 | undefined;
1038
+ lg?: 0 | 90 | 50 | 75 | 95 | 100 | 105 | 110 | 125 | 150 | undefined;
1039
+ xl?: 0 | 90 | 50 | 75 | 95 | 100 | 105 | 110 | 125 | 150 | undefined;
1040
+ xxl?: 0 | 90 | 50 | 75 | 95 | 100 | 105 | 110 | 125 | 150 | undefined;
1041
+ max900?: 0 | 90 | 50 | 75 | 95 | 100 | 105 | 110 | 125 | 150 | undefined;
1042
+ max1023?: 0 | 90 | 50 | 75 | 95 | 100 | 105 | 110 | 125 | 150 | undefined;
1043
+ min1200?: 0 | 90 | 50 | 75 | 95 | 100 | 105 | 110 | 125 | 150 | undefined;
1044
+ } | undefined;
1045
+ scrollbarGutter?: "auto" | "stable" | "stable both-edges" | {
1046
+ base?: "auto" | "stable" | "stable both-edges" | undefined;
1047
+ sm?: "auto" | "stable" | "stable both-edges" | undefined;
1048
+ md?: "auto" | "stable" | "stable both-edges" | undefined;
1049
+ lg?: "auto" | "stable" | "stable both-edges" | undefined;
1050
+ xl?: "auto" | "stable" | "stable both-edges" | undefined;
1051
+ xxl?: "auto" | "stable" | "stable both-edges" | undefined;
1052
+ max900?: "auto" | "stable" | "stable both-edges" | undefined;
1053
+ max1023?: "auto" | "stable" | "stable both-edges" | undefined;
1054
+ min1200?: "auto" | "stable" | "stable both-edges" | undefined;
1055
+ } | undefined;
1056
+ scrollMargin?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
1057
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1058
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1059
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1060
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1061
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1062
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1063
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1064
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1065
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1066
+ } | undefined;
1067
+ scrollMarginTop?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
1068
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1069
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1070
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1071
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1072
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1073
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1074
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1075
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1076
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1077
+ } | undefined;
1078
+ scrollPadding?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
1079
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1080
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1081
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1082
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1083
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1084
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1085
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1086
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1087
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1088
+ } | undefined;
1089
+ strokeWidth?: 0 | 2 | 1 | {
1090
+ base?: 0 | 2 | 1 | undefined;
1091
+ sm?: 0 | 2 | 1 | undefined;
1092
+ md?: 0 | 2 | 1 | undefined;
1093
+ lg?: 0 | 2 | 1 | undefined;
1094
+ xl?: 0 | 2 | 1 | undefined;
1095
+ xxl?: 0 | 2 | 1 | undefined;
1096
+ max900?: 0 | 2 | 1 | undefined;
1097
+ max1023?: 0 | 2 | 1 | undefined;
1098
+ min1200?: 0 | 2 | 1 | undefined;
1099
+ } | undefined;
1100
+ textAlign?: "left" | "center" | "end" | {
1101
+ base?: "left" | "center" | "end" | undefined;
1102
+ sm?: "left" | "center" | "end" | undefined;
1103
+ md?: "left" | "center" | "end" | undefined;
1104
+ lg?: "left" | "center" | "end" | undefined;
1105
+ xl?: "left" | "center" | "end" | undefined;
1106
+ xxl?: "left" | "center" | "end" | undefined;
1107
+ max900?: "left" | "center" | "end" | undefined;
1108
+ max1023?: "left" | "center" | "end" | undefined;
1109
+ min1200?: "left" | "center" | "end" | undefined;
1110
+ } | undefined;
1111
+ textOverflow?: "clip" | "ellipsis" | {
1112
+ base?: "clip" | "ellipsis" | undefined;
1113
+ sm?: "clip" | "ellipsis" | undefined;
1114
+ md?: "clip" | "ellipsis" | undefined;
1115
+ lg?: "clip" | "ellipsis" | undefined;
1116
+ xl?: "clip" | "ellipsis" | undefined;
1117
+ xxl?: "clip" | "ellipsis" | undefined;
1118
+ max900?: "clip" | "ellipsis" | undefined;
1119
+ max1023?: "clip" | "ellipsis" | undefined;
1120
+ min1200?: "clip" | "ellipsis" | undefined;
1121
+ } | undefined;
1122
+ top?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
1123
+ base?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1124
+ sm?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1125
+ md?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1126
+ lg?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1127
+ xl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1128
+ xxl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1129
+ max900?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1130
+ max1023?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1131
+ min1200?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1132
+ } | undefined;
1133
+ userSelect?: "none" | {
1134
+ base?: "none" | undefined;
1135
+ sm?: "none" | undefined;
1136
+ md?: "none" | undefined;
1137
+ lg?: "none" | undefined;
1138
+ xl?: "none" | undefined;
1139
+ xxl?: "none" | undefined;
1140
+ max900?: "none" | undefined;
1141
+ max1023?: "none" | undefined;
1142
+ min1200?: "none" | undefined;
1143
+ } | undefined;
1144
+ visibility?: "hidden" | "visible" | {
1145
+ base?: "hidden" | "visible" | undefined;
1146
+ sm?: "hidden" | "visible" | undefined;
1147
+ md?: "hidden" | "visible" | undefined;
1148
+ lg?: "hidden" | "visible" | undefined;
1149
+ xl?: "hidden" | "visible" | undefined;
1150
+ xxl?: "hidden" | "visible" | undefined;
1151
+ max900?: "hidden" | "visible" | undefined;
1152
+ max1023?: "hidden" | "visible" | undefined;
1153
+ min1200?: "hidden" | "visible" | undefined;
1154
+ } | undefined;
1155
+ width?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 140 | {
1156
+ base?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 140 | undefined;
1157
+ sm?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 140 | undefined;
1158
+ md?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 140 | undefined;
1159
+ lg?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 140 | undefined;
1160
+ xl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 140 | undefined;
1161
+ xxl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 140 | undefined;
1162
+ max900?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 140 | undefined;
1163
+ max1023?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 140 | undefined;
1164
+ min1200?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 140 | undefined;
1165
+ } | undefined;
1166
+ wordBreak?: "break-word" | "break-all" | {
1167
+ base?: "break-word" | "break-all" | undefined;
1168
+ sm?: "break-word" | "break-all" | undefined;
1169
+ md?: "break-word" | "break-all" | undefined;
1170
+ lg?: "break-word" | "break-all" | undefined;
1171
+ xl?: "break-word" | "break-all" | undefined;
1172
+ xxl?: "break-word" | "break-all" | undefined;
1173
+ max900?: "break-word" | "break-all" | undefined;
1174
+ max1023?: "break-word" | "break-all" | undefined;
1175
+ min1200?: "break-word" | "break-all" | undefined;
1176
+ } | undefined;
1177
+ zIndex?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | {
1178
+ base?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
1179
+ sm?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
1180
+ md?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
1181
+ lg?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
1182
+ xl?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
1183
+ xxl?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
1184
+ max900?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
1185
+ max1023?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
1186
+ min1200?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
1187
+ } | undefined;
1188
+ whiteSpace?: "normal" | "nowrap" | "pre" | "pre-wrap" | {
1189
+ base?: "normal" | "nowrap" | "pre" | "pre-wrap" | undefined;
1190
+ sm?: "normal" | "nowrap" | "pre" | "pre-wrap" | undefined;
1191
+ md?: "normal" | "nowrap" | "pre" | "pre-wrap" | undefined;
1192
+ lg?: "normal" | "nowrap" | "pre" | "pre-wrap" | undefined;
1193
+ xl?: "normal" | "nowrap" | "pre" | "pre-wrap" | undefined;
1194
+ xxl?: "normal" | "nowrap" | "pre" | "pre-wrap" | undefined;
1195
+ max900?: "normal" | "nowrap" | "pre" | "pre-wrap" | undefined;
1196
+ max1023?: "normal" | "nowrap" | "pre" | "pre-wrap" | undefined;
1197
+ min1200?: "normal" | "nowrap" | "pre" | "pre-wrap" | undefined;
1198
+ } | undefined;
1199
+ resize?: "none" | "both" | "horizontal" | "vertical" | {
1200
+ base?: "none" | "both" | "horizontal" | "vertical" | undefined;
1201
+ sm?: "none" | "both" | "horizontal" | "vertical" | undefined;
1202
+ md?: "none" | "both" | "horizontal" | "vertical" | undefined;
1203
+ lg?: "none" | "both" | "horizontal" | "vertical" | undefined;
1204
+ xl?: "none" | "both" | "horizontal" | "vertical" | undefined;
1205
+ xxl?: "none" | "both" | "horizontal" | "vertical" | undefined;
1206
+ max900?: "none" | "both" | "horizontal" | "vertical" | undefined;
1207
+ max1023?: "none" | "both" | "horizontal" | "vertical" | undefined;
1208
+ min1200?: "none" | "both" | "horizontal" | "vertical" | undefined;
1209
+ } | undefined;
1210
+ backgroundImage?: "brandBackgroundGradient" | "brandDiagonal" | "brandDiagonal125" | "pageShellSurface" | "floatingChatSurface" | {
1211
+ base?: "brandBackgroundGradient" | "brandDiagonal" | "brandDiagonal125" | "pageShellSurface" | "floatingChatSurface" | undefined;
1212
+ sm?: "brandBackgroundGradient" | "brandDiagonal" | "brandDiagonal125" | "pageShellSurface" | "floatingChatSurface" | undefined;
1213
+ md?: "brandBackgroundGradient" | "brandDiagonal" | "brandDiagonal125" | "pageShellSurface" | "floatingChatSurface" | undefined;
1214
+ lg?: "brandBackgroundGradient" | "brandDiagonal" | "brandDiagonal125" | "pageShellSurface" | "floatingChatSurface" | undefined;
1215
+ xl?: "brandBackgroundGradient" | "brandDiagonal" | "brandDiagonal125" | "pageShellSurface" | "floatingChatSurface" | undefined;
1216
+ xxl?: "brandBackgroundGradient" | "brandDiagonal" | "brandDiagonal125" | "pageShellSurface" | "floatingChatSurface" | undefined;
1217
+ max900?: "brandBackgroundGradient" | "brandDiagonal" | "brandDiagonal125" | "pageShellSurface" | "floatingChatSurface" | undefined;
1218
+ max1023?: "brandBackgroundGradient" | "brandDiagonal" | "brandDiagonal125" | "pageShellSurface" | "floatingChatSurface" | undefined;
1219
+ min1200?: "brandBackgroundGradient" | "brandDiagonal" | "brandDiagonal125" | "pageShellSurface" | "floatingChatSurface" | undefined;
1220
+ } | undefined;
1221
+ marginX?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
1222
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1223
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1224
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1225
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1226
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1227
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1228
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1229
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1230
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1231
+ } | undefined;
1232
+ marginY?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
1233
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1234
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1235
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1236
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1237
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1238
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1239
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1240
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1241
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1242
+ } | undefined;
1243
+ paddingX?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
1244
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1245
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1246
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1247
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1248
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1249
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1250
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1251
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1252
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1253
+ } | undefined;
1254
+ paddingY?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
1255
+ base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1256
+ sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1257
+ md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1258
+ lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1259
+ xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1260
+ xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1261
+ max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1262
+ max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1263
+ min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
1264
+ } | undefined;
1265
+ }) => string) & {
1266
+ properties: Set<"animation" | "background" | "border" | "backgroundImage" | "borderRadius" | "borderSpacing" | "borderWidth" | "boxShadow" | "dropShadow" | "grayscale" | "hueRotate" | "invert" | "flex" | "flexBasis" | "flexGrow" | "flexShrink" | "fontFamily" | "fontSize" | "fontWeight" | "gridAutoColumns" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnStart" | "gridRow" | "gridRowStart" | "gridRowEnd" | "gridTemplateColumns" | "gridTemplateRows" | "left" | "top" | "height" | "inset" | "transform" | "opacity" | "letterSpacing" | "wordSpacing" | "lineHeight" | "listStyleType" | "margin" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "objectPosition" | "bottom" | "right" | "order" | "outlineOffset" | "outlineWidth" | "rotate" | "scale" | "sepia" | "skew" | "stroke" | "strokeWidth" | "textDecorationThickness" | "textUnderlineOffset" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "all" | "gap" | "width" | "transitionTimingFunction" | "zIndex" | "alignItems" | "alignSelf" | "appearance" | "backgroundColor" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderCollapse" | "borderLeftColor" | "borderLeftWidth" | "borderRightColor" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "color" | "columnGap" | "containerType" | "cursor" | "display" | "flexDirection" | "flexWrap" | "fontStyle" | "fontVariantNumeric" | "justifyContent" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "objectFit" | "outlineColor" | "overflowWrap" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "resize" | "rowGap" | "scrollMarginTop" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "textAlign" | "textDecorationColor" | "textIndent" | "textOverflow" | "textTransform" | "transformOrigin" | "userSelect" | "verticalAlign" | "visibility" | "whiteSpace" | "willChange" | "wordBreak" | "borderBottom" | "borderColor" | "borderLeft" | "borderRight" | "borderStyle" | "borderTop" | "font" | "outline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "scrollMargin" | "scrollPadding" | "textDecoration" | "msOverflowStyle" | "clip" | "arrows" | "placeHolder" | "scrollBar" | "marginX" | "marginY" | "paddingX" | "paddingY" | "textColor" | "textOpacity">;
1267
+ };
1268
+ export declare const hoverSprinkles: ((props: {
1269
+ backgroundColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
1270
+ default?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
1271
+ hover?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
1272
+ } | undefined;
1273
+ color?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
1274
+ default?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
1275
+ hover?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
1276
+ } | undefined;
1277
+ transform?: 0 | "left" | "center" | "right" | 100 | 200 | {
1278
+ default?: 0 | "left" | "center" | "right" | 100 | 200 | undefined;
1279
+ hover?: 0 | "left" | "center" | "right" | 100 | 200 | undefined;
1280
+ } | undefined;
1281
+ textDecoration?: "underline" | {
1282
+ default?: "underline" | undefined;
1283
+ hover?: "underline" | undefined;
1284
+ } | undefined;
1285
+ }) => string) & {
1286
+ properties: Set<"transform" | "backgroundColor" | "color" | "textDecoration">;
1287
+ };
1288
+ export declare const firstChildSprinkles: ((props: {
1289
+ borderTopLeftRadius?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | {
1290
+ default?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
1291
+ firstChild?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
1292
+ } | undefined;
1293
+ borderTopRightRadius?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | {
1294
+ default?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
1295
+ firstChild?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
1296
+ } | undefined;
1297
+ }) => string) & {
1298
+ properties: Set<"borderTopLeftRadius" | "borderTopRightRadius">;
1299
+ };
1300
+ //# sourceMappingURL=sprinkles.css.d.ts.map