thread-ui 0.2.0 → 0.4.0

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 (398) hide show
  1. package/README.md +63 -18
  2. package/dist/components/form-elements/dropdown/dropdown.d.ts +14 -0
  3. package/dist/components/form-elements/dropdown/dropdown.d.ts.map +1 -0
  4. package/dist/components/form-elements/dropdown/dropdown.js +83 -0
  5. package/dist/components/form-elements/dropdown/dropdown.js.map +1 -0
  6. package/dist/components/form-elements/dropdown/dropdown.types.d.ts +24 -0
  7. package/dist/components/form-elements/dropdown/dropdown.types.d.ts.map +1 -0
  8. package/dist/components/form-elements/dropdown/dropdown.types.js +2 -0
  9. package/dist/components/form-elements/dropdown/dropdown.types.js.map +1 -0
  10. package/dist/components/form-elements/dropdown/index.d.ts +3 -0
  11. package/dist/components/form-elements/dropdown/index.d.ts.map +1 -0
  12. package/dist/components/form-elements/dropdown/index.js +2 -0
  13. package/dist/components/form-elements/dropdown/index.js.map +1 -0
  14. package/dist/components/form-elements/file-upload/components/file-input.d.ts +2 -0
  15. package/dist/components/form-elements/file-upload/components/file-input.d.ts.map +1 -0
  16. package/dist/components/form-elements/file-upload/components/file-input.js +93 -0
  17. package/dist/components/form-elements/file-upload/components/file-input.js.map +1 -0
  18. package/dist/components/form-elements/file-upload/components/file-upload-content.d.ts +2 -0
  19. package/dist/components/form-elements/file-upload/components/file-upload-content.d.ts.map +1 -0
  20. package/dist/components/form-elements/file-upload/components/file-upload-content.js +28 -0
  21. package/dist/components/form-elements/file-upload/components/file-upload-content.js.map +1 -0
  22. package/dist/components/form-elements/file-upload/components/file-upload-preview.d.ts +2 -0
  23. package/dist/components/form-elements/file-upload/components/file-upload-preview.d.ts.map +1 -0
  24. package/dist/components/form-elements/file-upload/components/file-upload-preview.js +51 -0
  25. package/dist/components/form-elements/file-upload/components/file-upload-preview.js.map +1 -0
  26. package/dist/components/form-elements/file-upload/components/item-previews.d.ts +12 -0
  27. package/dist/components/form-elements/file-upload/components/item-previews.d.ts.map +1 -0
  28. package/dist/components/form-elements/file-upload/components/item-previews.js +58 -0
  29. package/dist/components/form-elements/file-upload/components/item-previews.js.map +1 -0
  30. package/dist/components/form-elements/file-upload/file-upload-context.d.ts +3 -0
  31. package/dist/components/form-elements/file-upload/file-upload-context.d.ts.map +1 -0
  32. package/dist/components/form-elements/file-upload/file-upload-context.js +4 -0
  33. package/dist/components/form-elements/file-upload/file-upload-context.js.map +1 -0
  34. package/dist/components/form-elements/file-upload/file-upload.d.ts +20 -0
  35. package/dist/components/form-elements/file-upload/file-upload.d.ts.map +1 -0
  36. package/dist/components/form-elements/file-upload/file-upload.js +148 -0
  37. package/dist/components/form-elements/file-upload/file-upload.js.map +1 -0
  38. package/dist/components/form-elements/file-upload/file-upload.types.d.ts +36 -0
  39. package/dist/components/form-elements/file-upload/file-upload.types.d.ts.map +1 -0
  40. package/dist/components/form-elements/file-upload/file-upload.types.js +2 -0
  41. package/dist/components/form-elements/file-upload/file-upload.types.js.map +1 -0
  42. package/dist/components/form-elements/file-upload/index.d.ts +3 -0
  43. package/dist/components/form-elements/file-upload/index.d.ts.map +1 -0
  44. package/dist/components/form-elements/file-upload/index.js +2 -0
  45. package/dist/components/form-elements/file-upload/index.js.map +1 -0
  46. package/dist/components/form-elements/form-label/form-label.d.ts +6 -0
  47. package/dist/components/form-elements/form-label/form-label.d.ts.map +1 -1
  48. package/dist/components/form-elements/form-label/form-label.js +8 -2
  49. package/dist/components/form-elements/form-label/form-label.js.map +1 -1
  50. package/dist/components/form-elements/form-label/form-label.types.d.ts +3 -0
  51. package/dist/components/form-elements/form-label/form-label.types.d.ts.map +1 -1
  52. package/dist/components/form-elements/index.d.ts +2 -0
  53. package/dist/components/form-elements/index.d.ts.map +1 -1
  54. package/dist/components/form-elements/index.js +2 -0
  55. package/dist/components/form-elements/index.js.map +1 -1
  56. package/dist/components/form-elements/input-props.types.d.ts +10 -3
  57. package/dist/components/form-elements/input-props.types.d.ts.map +1 -1
  58. package/dist/components/form-elements/number-input/number-input.d.ts +15 -1
  59. package/dist/components/form-elements/number-input/number-input.d.ts.map +1 -1
  60. package/dist/components/form-elements/number-input/number-input.js +82 -21
  61. package/dist/components/form-elements/number-input/number-input.js.map +1 -1
  62. package/dist/components/form-elements/number-input/number-input.types.d.ts +3 -0
  63. package/dist/components/form-elements/number-input/number-input.types.d.ts.map +1 -1
  64. package/dist/components/form-elements/styles/index.d.ts.map +1 -1
  65. package/dist/components/form-elements/styles/index.js +3 -1
  66. package/dist/components/form-elements/styles/index.js.map +1 -1
  67. package/dist/components/form-elements/text-input/text-input.d.ts +7 -1
  68. package/dist/components/form-elements/text-input/text-input.d.ts.map +1 -1
  69. package/dist/components/form-elements/text-input/text-input.js +8 -2
  70. package/dist/components/form-elements/text-input/text-input.js.map +1 -1
  71. package/dist/components/form-elements/text-input/text-input.types.d.ts +1 -0
  72. package/dist/components/form-elements/text-input/text-input.types.d.ts.map +1 -1
  73. package/dist/components/index.d.ts +1 -0
  74. package/dist/components/index.d.ts.map +1 -1
  75. package/dist/components/index.js +1 -0
  76. package/dist/components/index.js.map +1 -1
  77. package/dist/components/layouts/column-layout/column-layout.d.ts +11 -2
  78. package/dist/components/layouts/column-layout/column-layout.d.ts.map +1 -1
  79. package/dist/components/layouts/column-layout/column-layout.js +11 -2
  80. package/dist/components/layouts/column-layout/column-layout.js.map +1 -1
  81. package/dist/components/layouts/column-layout/column-layout.types.d.ts +8 -18
  82. package/dist/components/layouts/column-layout/column-layout.types.d.ts.map +1 -1
  83. package/dist/components/layouts/column-layout/column-skeleton/column-skeleton.js +1 -1
  84. package/dist/components/layouts/column-layout/column-skeleton/column-skeleton.js.map +1 -1
  85. package/dist/components/layouts/footer/footer.d.ts +13 -1
  86. package/dist/components/layouts/footer/footer.d.ts.map +1 -1
  87. package/dist/components/layouts/footer/footer.js +14 -2
  88. package/dist/components/layouts/footer/footer.js.map +1 -1
  89. package/dist/components/layouts/footer/footer.types.d.ts +7 -0
  90. package/dist/components/layouts/footer/footer.types.d.ts.map +1 -1
  91. package/dist/components/layouts/masonry-layout/masonry-layout.d.ts +9 -0
  92. package/dist/components/layouts/masonry-layout/masonry-layout.d.ts.map +1 -1
  93. package/dist/components/layouts/masonry-layout/masonry-layout.js +12 -3
  94. package/dist/components/layouts/masonry-layout/masonry-layout.js.map +1 -1
  95. package/dist/components/layouts/masonry-layout/masonry-layout.types.d.ts +3 -0
  96. package/dist/components/layouts/masonry-layout/masonry-layout.types.d.ts.map +1 -1
  97. package/dist/components/media/image-panel/image-panel.d.ts +14 -0
  98. package/dist/components/media/image-panel/image-panel.d.ts.map +1 -1
  99. package/dist/components/media/image-panel/image-panel.js +15 -1
  100. package/dist/components/media/image-panel/image-panel.js.map +1 -1
  101. package/dist/components/media/image-panel/image-panel.types.d.ts +8 -0
  102. package/dist/components/media/image-panel/image-panel.types.d.ts.map +1 -1
  103. package/dist/components/media/info-card/info-card.d.ts +11 -0
  104. package/dist/components/media/info-card/info-card.d.ts.map +1 -1
  105. package/dist/components/media/info-card/info-card.js +13 -2
  106. package/dist/components/media/info-card/info-card.js.map +1 -1
  107. package/dist/components/media/info-card/info-card.types.d.ts +10 -0
  108. package/dist/components/media/info-card/info-card.types.d.ts.map +1 -1
  109. package/dist/components/media/media-card/media-card.d.ts +13 -0
  110. package/dist/components/media/media-card/media-card.d.ts.map +1 -1
  111. package/dist/components/media/media-card/media-card.js +21 -6
  112. package/dist/components/media/media-card/media-card.js.map +1 -1
  113. package/dist/components/media/media-card/media-card.types.d.ts +13 -0
  114. package/dist/components/media/media-card/media-card.types.d.ts.map +1 -1
  115. package/dist/components/navigation/nav-menu/items/nav-drop-down-item/nav-drop-down-item.d.ts.map +1 -1
  116. package/dist/components/navigation/nav-menu/items/nav-drop-down-item/nav-drop-down-item.js +10 -7
  117. package/dist/components/navigation/nav-menu/items/nav-drop-down-item/nav-drop-down-item.js.map +1 -1
  118. package/dist/components/navigation/nav-menu/nav-menu.d.ts +13 -0
  119. package/dist/components/navigation/nav-menu/nav-menu.d.ts.map +1 -1
  120. package/dist/components/navigation/nav-menu/nav-menu.js +13 -0
  121. package/dist/components/navigation/nav-menu/nav-menu.js.map +1 -1
  122. package/dist/components/navigation/nav-menu/nav-menu.types.d.ts +2 -0
  123. package/dist/components/navigation/nav-menu/nav-menu.types.d.ts.map +1 -1
  124. package/dist/components/navigation/side-nav/side-nav-item/side-nav-item.js +1 -1
  125. package/dist/components/navigation/side-nav/side-nav-item/side-nav-item.js.map +1 -1
  126. package/dist/components/navigation/side-nav/side-nav-item/side-nav-item.types.d.ts.map +1 -1
  127. package/dist/components/navigation/side-nav/side-nav.d.ts +8 -2
  128. package/dist/components/navigation/side-nav/side-nav.d.ts.map +1 -1
  129. package/dist/components/navigation/side-nav/side-nav.js +8 -2
  130. package/dist/components/navigation/side-nav/side-nav.js.map +1 -1
  131. package/dist/components/navigation/side-nav/side-nav.types.d.ts +4 -0
  132. package/dist/components/navigation/side-nav/side-nav.types.d.ts.map +1 -1
  133. package/dist/components/typography/page-header/page-header.d.ts +6 -0
  134. package/dist/components/typography/page-header/page-header.d.ts.map +1 -1
  135. package/dist/components/typography/page-header/page-header.js +6 -0
  136. package/dist/components/typography/page-header/page-header.js.map +1 -1
  137. package/dist/components/typography/page-header/page-header.types.d.ts +3 -0
  138. package/dist/components/typography/page-header/page-header.types.d.ts.map +1 -1
  139. package/dist/components/typography/typography.d.ts +55 -0
  140. package/dist/components/typography/typography.d.ts.map +1 -1
  141. package/dist/components/typography/typography.js +48 -0
  142. package/dist/components/typography/typography.js.map +1 -1
  143. package/dist/components/ui/button/button-recipe.d.ts.map +1 -1
  144. package/dist/components/ui/button/button-recipe.js +1 -0
  145. package/dist/components/ui/button/button-recipe.js.map +1 -1
  146. package/dist/components/ui/button/button.d.ts +8 -0
  147. package/dist/components/ui/button/button.d.ts.map +1 -1
  148. package/dist/components/ui/button/button.js +8 -0
  149. package/dist/components/ui/button/button.js.map +1 -1
  150. package/dist/components/ui/button/button.types.d.ts +7 -0
  151. package/dist/components/ui/button/button.types.d.ts.map +1 -1
  152. package/dist/components/ui/card/card.d.ts +8 -0
  153. package/dist/components/ui/card/card.d.ts.map +1 -1
  154. package/dist/components/ui/card/card.js +8 -0
  155. package/dist/components/ui/card/card.js.map +1 -1
  156. package/dist/components/ui/card/card.types.d.ts +8 -1
  157. package/dist/components/ui/card/card.types.d.ts.map +1 -1
  158. package/dist/components/ui/divider/divider.d.ts +6 -0
  159. package/dist/components/ui/divider/divider.d.ts.map +1 -1
  160. package/dist/components/ui/divider/divider.js +6 -0
  161. package/dist/components/ui/divider/divider.js.map +1 -1
  162. package/dist/components/ui/divider/divider.types.d.ts +3 -0
  163. package/dist/components/ui/divider/divider.types.d.ts.map +1 -1
  164. package/dist/components/ui/icon/icon.d.ts +5 -7
  165. package/dist/components/ui/icon/icon.d.ts.map +1 -1
  166. package/dist/components/ui/icon/icon.js +5 -7
  167. package/dist/components/ui/icon/icon.js.map +1 -1
  168. package/dist/components/ui/icon/icon.types.d.ts +5 -0
  169. package/dist/components/ui/icon/icon.types.d.ts.map +1 -1
  170. package/dist/components/ui/icon-button/icon-button.d.ts +8 -0
  171. package/dist/components/ui/icon-button/icon-button.d.ts.map +1 -1
  172. package/dist/components/ui/icon-button/icon-button.js +9 -1
  173. package/dist/components/ui/icon-button/icon-button.js.map +1 -1
  174. package/dist/components/ui/icon-button/icon-button.types.d.ts +3 -1
  175. package/dist/components/ui/icon-button/icon-button.types.d.ts.map +1 -1
  176. package/dist/components/ui/index.d.ts +1 -0
  177. package/dist/components/ui/index.d.ts.map +1 -1
  178. package/dist/components/ui/index.js +1 -0
  179. package/dist/components/ui/index.js.map +1 -1
  180. package/dist/components/ui/modal/components/modal-content.d.ts +2 -0
  181. package/dist/components/ui/modal/components/modal-content.d.ts.map +1 -0
  182. package/dist/components/ui/modal/components/modal-content.js +98 -0
  183. package/dist/components/ui/modal/components/modal-content.js.map +1 -0
  184. package/dist/components/ui/modal/index.d.ts +3 -0
  185. package/dist/components/ui/modal/index.d.ts.map +1 -0
  186. package/dist/components/ui/modal/index.js +2 -0
  187. package/dist/components/ui/modal/index.js.map +1 -0
  188. package/dist/components/ui/modal/modal-context.d.ts +3 -0
  189. package/dist/components/ui/modal/modal-context.d.ts.map +1 -0
  190. package/dist/components/ui/modal/modal-context.js +4 -0
  191. package/dist/components/ui/modal/modal-context.js.map +1 -0
  192. package/dist/components/ui/modal/modal.d.ts +12 -0
  193. package/dist/components/ui/modal/modal.d.ts.map +1 -0
  194. package/dist/components/ui/modal/modal.js +44 -0
  195. package/dist/components/ui/modal/modal.js.map +1 -0
  196. package/dist/components/ui/modal/modal.types.d.ts +27 -0
  197. package/dist/components/ui/modal/modal.types.d.ts.map +1 -0
  198. package/dist/components/ui/modal/modal.types.js +2 -0
  199. package/dist/components/ui/modal/modal.types.js.map +1 -0
  200. package/dist/components/ui/toggle/toggle.d.ts +6 -1
  201. package/dist/components/ui/toggle/toggle.d.ts.map +1 -1
  202. package/dist/components/ui/toggle/toggle.js +6 -1
  203. package/dist/components/ui/toggle/toggle.js.map +1 -1
  204. package/dist/components/ui/toggle/toggle.types.d.ts +3 -0
  205. package/dist/components/ui/toggle/toggle.types.d.ts.map +1 -1
  206. package/dist/styled-system/styles.css +2034 -559
  207. package/dist/styled-system/tokens/index.mjs +9 -9
  208. package/dist/styles/panda.css +1 -1877
  209. package/dist/styles/thread.css +18 -5
  210. package/dist/theme/default-theme.js +6 -6
  211. package/dist/theme/default-theme.js.map +1 -1
  212. package/dist/theme/generate-override-css.d.ts +7 -0
  213. package/dist/theme/generate-override-css.d.ts.map +1 -0
  214. package/dist/theme/generate-override-css.js +66 -0
  215. package/dist/theme/generate-override-css.js.map +1 -0
  216. package/dist/theme/index.d.ts +2 -0
  217. package/dist/theme/index.d.ts.map +1 -1
  218. package/dist/theme/index.js +2 -0
  219. package/dist/theme/index.js.map +1 -1
  220. package/dist/theme/theme-mode.d.ts +6 -0
  221. package/dist/theme/theme-mode.d.ts.map +1 -0
  222. package/dist/theme/theme-mode.js +17 -0
  223. package/dist/theme/theme-mode.js.map +1 -0
  224. package/dist/theme/theme-provider.d.ts +36 -0
  225. package/dist/theme/theme-provider.d.ts.map +1 -0
  226. package/dist/theme/theme-provider.js +76 -0
  227. package/dist/theme/theme-provider.js.map +1 -0
  228. package/dist/theme/thread-script.d.ts +27 -0
  229. package/dist/theme/thread-script.d.ts.map +1 -0
  230. package/dist/theme/thread-script.js +48 -0
  231. package/dist/theme/thread-script.js.map +1 -0
  232. package/dist/utils/context/create-component-context/create-component-context.d.ts +2 -0
  233. package/dist/utils/context/create-component-context/create-component-context.d.ts.map +1 -0
  234. package/dist/utils/context/create-component-context/create-component-context.js +14 -0
  235. package/dist/utils/context/create-component-context/create-component-context.js.map +1 -0
  236. package/dist/utils/context/create-component-context/index.d.ts +2 -0
  237. package/dist/utils/context/create-component-context/index.d.ts.map +1 -0
  238. package/dist/utils/context/create-component-context/index.js +2 -0
  239. package/dist/utils/context/create-component-context/index.js.map +1 -0
  240. package/dist/utils/context/index.d.ts +2 -0
  241. package/dist/utils/context/index.d.ts.map +1 -0
  242. package/dist/utils/context/index.js +2 -0
  243. package/dist/utils/context/index.js.map +1 -0
  244. package/dist/utils/{deep-merge → data-manipulation/deep-merge}/deep-merge.d.ts +1 -1
  245. package/dist/utils/data-manipulation/deep-merge/deep-merge.d.ts.map +1 -0
  246. package/dist/utils/data-manipulation/deep-merge/deep-merge.js.map +1 -0
  247. package/dist/utils/data-manipulation/deep-merge/index.d.ts.map +1 -0
  248. package/dist/utils/data-manipulation/deep-merge/index.js.map +1 -0
  249. package/dist/utils/data-manipulation/index.d.ts +2 -0
  250. package/dist/utils/data-manipulation/index.d.ts.map +1 -0
  251. package/dist/utils/data-manipulation/index.js +2 -0
  252. package/dist/utils/data-manipulation/index.js.map +1 -0
  253. package/dist/utils/hooks/index.d.ts +3 -0
  254. package/dist/utils/hooks/index.d.ts.map +1 -0
  255. package/dist/utils/hooks/index.js +3 -0
  256. package/dist/utils/hooks/index.js.map +1 -0
  257. package/dist/utils/hooks/use-outside-close-click/index.d.ts +2 -0
  258. package/dist/utils/hooks/use-outside-close-click/index.d.ts.map +1 -0
  259. package/dist/utils/hooks/use-outside-close-click/index.js +2 -0
  260. package/dist/utils/hooks/use-outside-close-click/index.js.map +1 -0
  261. package/dist/utils/hooks/use-outside-close-click/use-outside-close-click.d.ts +3 -0
  262. package/dist/utils/hooks/use-outside-close-click/use-outside-close-click.d.ts.map +1 -0
  263. package/dist/utils/hooks/use-outside-close-click/use-outside-close-click.js +16 -0
  264. package/dist/utils/hooks/use-outside-close-click/use-outside-close-click.js.map +1 -0
  265. package/dist/utils/hooks/use-pathname/index.d.ts.map +1 -0
  266. package/dist/utils/hooks/use-pathname/index.js.map +1 -0
  267. package/dist/utils/hooks/use-pathname/use-pathname.d.ts.map +1 -0
  268. package/dist/utils/hooks/use-pathname/use-pathname.js.map +1 -0
  269. package/dist/utils/index.d.ts +5 -8
  270. package/dist/utils/index.d.ts.map +1 -1
  271. package/dist/utils/index.js +5 -8
  272. package/dist/utils/index.js.map +1 -1
  273. package/dist/utils/misc/index.d.ts +2 -0
  274. package/dist/utils/misc/index.d.ts.map +1 -0
  275. package/dist/utils/misc/index.js +2 -0
  276. package/dist/utils/misc/index.js.map +1 -0
  277. package/dist/utils/misc/is-file-image-type/index.d.ts +2 -0
  278. package/dist/utils/misc/is-file-image-type/index.d.ts.map +1 -0
  279. package/dist/utils/misc/is-file-image-type/index.js +2 -0
  280. package/dist/utils/misc/is-file-image-type/index.js.map +1 -0
  281. package/dist/utils/misc/is-file-image-type/is-file-image-type.d.ts +2 -0
  282. package/dist/utils/misc/is-file-image-type/is-file-image-type.d.ts.map +1 -0
  283. package/dist/utils/misc/is-file-image-type/is-file-image-type.js +4 -0
  284. package/dist/utils/misc/is-file-image-type/is-file-image-type.js.map +1 -0
  285. package/dist/utils/{get-colored-text-color → theme-utilities/get-colored-text-color}/get-colored-text-color.d.ts +1 -1
  286. package/dist/utils/theme-utilities/get-colored-text-color/get-colored-text-color.d.ts.map +1 -0
  287. package/dist/utils/{get-colored-text-color → theme-utilities/get-colored-text-color}/get-colored-text-color.js +1 -1
  288. package/dist/utils/theme-utilities/get-colored-text-color/get-colored-text-color.js.map +1 -0
  289. package/dist/utils/theme-utilities/get-colored-text-color/index.d.ts.map +1 -0
  290. package/dist/utils/theme-utilities/get-colored-text-color/index.js.map +1 -0
  291. package/dist/utils/{get-text-color → theme-utilities/get-text-color}/get-text-color.d.ts +1 -1
  292. package/dist/utils/theme-utilities/get-text-color/get-text-color.d.ts.map +1 -0
  293. package/dist/utils/{get-text-color → theme-utilities/get-text-color}/get-text-color.js +1 -1
  294. package/dist/utils/theme-utilities/get-text-color/get-text-color.js.map +1 -0
  295. package/dist/utils/theme-utilities/get-text-color/index.d.ts.map +1 -0
  296. package/dist/utils/theme-utilities/get-text-color/index.js.map +1 -0
  297. package/dist/utils/{get-utility-color → theme-utilities/get-utility-color}/get-utility-color-value.d.ts +1 -1
  298. package/dist/utils/theme-utilities/get-utility-color/get-utility-color-value.d.ts.map +1 -0
  299. package/dist/utils/{get-utility-color → theme-utilities/get-utility-color}/get-utility-color-value.js +1 -1
  300. package/dist/utils/theme-utilities/get-utility-color/get-utility-color-value.js.map +1 -0
  301. package/dist/utils/theme-utilities/get-utility-color/index.d.ts.map +1 -0
  302. package/dist/utils/theme-utilities/get-utility-color/index.js.map +1 -0
  303. package/dist/utils/{get-utility-font-size → theme-utilities/get-utility-font-size}/getUtilityFontSize.d.ts +1 -1
  304. package/dist/utils/theme-utilities/get-utility-font-size/getUtilityFontSize.d.ts.map +1 -0
  305. package/dist/utils/theme-utilities/get-utility-font-size/getUtilityFontSize.js.map +1 -0
  306. package/dist/utils/theme-utilities/get-utility-font-size/index.d.ts.map +1 -0
  307. package/dist/utils/theme-utilities/get-utility-font-size/index.js.map +1 -0
  308. package/dist/utils/theme-utilities/get-utility-icon-size/get-utility-icon-size.d.ts +4 -0
  309. package/dist/utils/theme-utilities/get-utility-icon-size/get-utility-icon-size.d.ts.map +1 -0
  310. package/dist/utils/theme-utilities/get-utility-icon-size/get-utility-icon-size.js.map +1 -0
  311. package/dist/utils/theme-utilities/get-utility-icon-size/index.d.ts.map +1 -0
  312. package/dist/utils/theme-utilities/get-utility-icon-size/index.js.map +1 -0
  313. package/dist/utils/theme-utilities/get-utility-size-value/get-utility-size-value.d.ts +3 -0
  314. package/dist/utils/theme-utilities/get-utility-size-value/get-utility-size-value.d.ts.map +1 -0
  315. package/dist/utils/theme-utilities/get-utility-size-value/get-utility-size-value.js.map +1 -0
  316. package/dist/utils/theme-utilities/get-utility-size-value/index.d.ts.map +1 -0
  317. package/dist/utils/theme-utilities/get-utility-size-value/index.js.map +1 -0
  318. package/dist/utils/theme-utilities/index.d.ts +7 -0
  319. package/dist/utils/theme-utilities/index.d.ts.map +1 -0
  320. package/dist/utils/theme-utilities/index.js +7 -0
  321. package/dist/utils/theme-utilities/index.js.map +1 -0
  322. package/package.json +5 -5
  323. package/dist/client/index.d.ts +0 -2
  324. package/dist/client/index.d.ts.map +0 -1
  325. package/dist/client/index.js +0 -2
  326. package/dist/client/index.js.map +0 -1
  327. package/dist/client/theme-provider/index.d.ts +0 -3
  328. package/dist/client/theme-provider/index.d.ts.map +0 -1
  329. package/dist/client/theme-provider/index.js +0 -2
  330. package/dist/client/theme-provider/index.js.map +0 -1
  331. package/dist/client/theme-provider/set-theme.d.ts +0 -8
  332. package/dist/client/theme-provider/set-theme.d.ts.map +0 -1
  333. package/dist/client/theme-provider/set-theme.js +0 -60
  334. package/dist/client/theme-provider/set-theme.js.map +0 -1
  335. package/dist/client/theme-provider/theme-provider.d.ts +0 -21
  336. package/dist/client/theme-provider/theme-provider.d.ts.map +0 -1
  337. package/dist/client/theme-provider/theme-provider.js +0 -196
  338. package/dist/client/theme-provider/theme-provider.js.map +0 -1
  339. package/dist/client/theme-provider/theme-provider.types.d.ts +0 -13
  340. package/dist/client/theme-provider/theme-provider.types.d.ts.map +0 -1
  341. package/dist/client/theme-provider/theme-provider.types.js +0 -2
  342. package/dist/client/theme-provider/theme-provider.types.js.map +0 -1
  343. package/dist/utils/deep-merge/deep-merge.d.ts.map +0 -1
  344. package/dist/utils/deep-merge/deep-merge.js.map +0 -1
  345. package/dist/utils/deep-merge/index.d.ts.map +0 -1
  346. package/dist/utils/deep-merge/index.js.map +0 -1
  347. package/dist/utils/get-colored-text-color/get-colored-text-color.d.ts.map +0 -1
  348. package/dist/utils/get-colored-text-color/get-colored-text-color.js.map +0 -1
  349. package/dist/utils/get-colored-text-color/index.d.ts.map +0 -1
  350. package/dist/utils/get-colored-text-color/index.js.map +0 -1
  351. package/dist/utils/get-text-color/get-text-color.d.ts.map +0 -1
  352. package/dist/utils/get-text-color/get-text-color.js.map +0 -1
  353. package/dist/utils/get-text-color/index.d.ts.map +0 -1
  354. package/dist/utils/get-text-color/index.js.map +0 -1
  355. package/dist/utils/get-utility-color/get-utility-color-value.d.ts.map +0 -1
  356. package/dist/utils/get-utility-color/get-utility-color-value.js.map +0 -1
  357. package/dist/utils/get-utility-color/index.d.ts.map +0 -1
  358. package/dist/utils/get-utility-color/index.js.map +0 -1
  359. package/dist/utils/get-utility-font-size/getUtilityFontSize.d.ts.map +0 -1
  360. package/dist/utils/get-utility-font-size/getUtilityFontSize.js.map +0 -1
  361. package/dist/utils/get-utility-font-size/index.d.ts.map +0 -1
  362. package/dist/utils/get-utility-font-size/index.js.map +0 -1
  363. package/dist/utils/get-utility-icon-size/get-utility-icon-size.d.ts +0 -4
  364. package/dist/utils/get-utility-icon-size/get-utility-icon-size.d.ts.map +0 -1
  365. package/dist/utils/get-utility-icon-size/get-utility-icon-size.js.map +0 -1
  366. package/dist/utils/get-utility-icon-size/index.d.ts.map +0 -1
  367. package/dist/utils/get-utility-icon-size/index.js.map +0 -1
  368. package/dist/utils/get-utility-size-value/get-utility-size-value.d.ts +0 -3
  369. package/dist/utils/get-utility-size-value/get-utility-size-value.d.ts.map +0 -1
  370. package/dist/utils/get-utility-size-value/get-utility-size-value.js.map +0 -1
  371. package/dist/utils/get-utility-size-value/index.d.ts.map +0 -1
  372. package/dist/utils/get-utility-size-value/index.js.map +0 -1
  373. package/dist/utils/use-pathname/index.d.ts.map +0 -1
  374. package/dist/utils/use-pathname/index.js.map +0 -1
  375. package/dist/utils/use-pathname/use-pathname.d.ts.map +0 -1
  376. package/dist/utils/use-pathname/use-pathname.js.map +0 -1
  377. /package/dist/utils/{deep-merge → data-manipulation/deep-merge}/deep-merge.js +0 -0
  378. /package/dist/utils/{deep-merge → data-manipulation/deep-merge}/index.d.ts +0 -0
  379. /package/dist/utils/{deep-merge → data-manipulation/deep-merge}/index.js +0 -0
  380. /package/dist/utils/{use-pathname → hooks/use-pathname}/index.d.ts +0 -0
  381. /package/dist/utils/{use-pathname → hooks/use-pathname}/index.js +0 -0
  382. /package/dist/utils/{use-pathname → hooks/use-pathname}/use-pathname.d.ts +0 -0
  383. /package/dist/utils/{use-pathname → hooks/use-pathname}/use-pathname.js +0 -0
  384. /package/dist/utils/{get-colored-text-color → theme-utilities/get-colored-text-color}/index.d.ts +0 -0
  385. /package/dist/utils/{get-colored-text-color → theme-utilities/get-colored-text-color}/index.js +0 -0
  386. /package/dist/utils/{get-text-color → theme-utilities/get-text-color}/index.d.ts +0 -0
  387. /package/dist/utils/{get-text-color → theme-utilities/get-text-color}/index.js +0 -0
  388. /package/dist/utils/{get-utility-color → theme-utilities/get-utility-color}/index.d.ts +0 -0
  389. /package/dist/utils/{get-utility-color → theme-utilities/get-utility-color}/index.js +0 -0
  390. /package/dist/utils/{get-utility-font-size → theme-utilities/get-utility-font-size}/getUtilityFontSize.js +0 -0
  391. /package/dist/utils/{get-utility-font-size → theme-utilities/get-utility-font-size}/index.d.ts +0 -0
  392. /package/dist/utils/{get-utility-font-size → theme-utilities/get-utility-font-size}/index.js +0 -0
  393. /package/dist/utils/{get-utility-icon-size → theme-utilities/get-utility-icon-size}/get-utility-icon-size.js +0 -0
  394. /package/dist/utils/{get-utility-icon-size → theme-utilities/get-utility-icon-size}/index.d.ts +0 -0
  395. /package/dist/utils/{get-utility-icon-size → theme-utilities/get-utility-icon-size}/index.js +0 -0
  396. /package/dist/utils/{get-utility-size-value → theme-utilities/get-utility-size-value}/get-utility-size-value.js +0 -0
  397. /package/dist/utils/{get-utility-size-value → theme-utilities/get-utility-size-value}/index.d.ts +0 -0
  398. /package/dist/utils/{get-utility-size-value → theme-utilities/get-utility-size-value}/index.js +0 -0
@@ -1,5 +1,175 @@
1
1
  @layer thread-reset, thread-base, thread-tokens, thread-recipes, thread-utilities;
2
2
 
3
+ @layer thread-reset{
4
+ html,:host {
5
+ --font-fallback: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
6
+ line-height: 1.5;
7
+ -webkit-text-size-adjust: 100%;
8
+ -webkit-font-smoothing: antialiased;
9
+ -moz-osx-font-smoothing: grayscale;
10
+ -moz-tab-size: 4;
11
+ tab-size: 4;
12
+ font-family: var(--global-font-body, var(--font-fallback));
13
+ -webkit-tap-highlight-color: transparent;
14
+ }
15
+
16
+ *,::before,::after,::backdrop,::file-selector-button {
17
+ margin: 0px;
18
+ padding: 0px;
19
+ border-width: 0px;
20
+ border-style: solid;
21
+ border-color: var(--global-color-border, currentcolor);
22
+ box-sizing: border-box;
23
+ }
24
+
25
+ hr {
26
+ color: inherit;
27
+ height: 0px;
28
+ border-top-width: 1px;
29
+ }
30
+
31
+ body {
32
+ line-height: inherit;
33
+ height: 100%;
34
+ }
35
+
36
+ img {
37
+ border-style: none;
38
+ }
39
+
40
+ img,svg,video,canvas,audio,iframe,embed,object {
41
+ display: block;
42
+ vertical-align: middle;
43
+ }
44
+
45
+ img,video {
46
+ max-width: 100%;
47
+ height: auto;
48
+ }
49
+
50
+ h1,h2,h3,h4,h5,h6 {
51
+ text-wrap: balance;
52
+ font-size: inherit;
53
+ font-weight: inherit;
54
+ }
55
+
56
+ p,h1,h2,h3,h4,h5,h6 {
57
+ overflow-wrap: break-word;
58
+ }
59
+
60
+ ol,ul,menu {
61
+ list-style: none;
62
+ }
63
+
64
+ button,input:where([type='button'], [type='reset'], [type='submit']),::file-selector-button {
65
+ appearance: button;
66
+ -webkit-appearance: button;
67
+ }
68
+
69
+ button,input,optgroup,select,textarea,::file-selector-button {
70
+ font: inherit;
71
+ background: var(--thread-ui-colors-transparent);
72
+ font-feature-settings: inherit;
73
+ font-variation-settings: inherit;
74
+ letter-spacing: inherit;
75
+ color: inherit;
76
+ }
77
+
78
+ ::placeholder {
79
+ --placeholder-fallback: rgba(0, 0, 0, 0.5);
80
+ opacity: 1;
81
+ color: var(--global-color-placeholder, var(--placeholder-fallback));
82
+ }
83
+
84
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
85
+ ::placeholder {
86
+ --placeholder-fallback: color-mix(in oklab, currentcolor 50%, transparent);
87
+ }
88
+ }
89
+
90
+ textarea {
91
+ resize: vertical;
92
+ }
93
+
94
+ table {
95
+ border-color: inherit;
96
+ text-indent: 0px;
97
+ border-collapse: collapse;
98
+ }
99
+
100
+ summary {
101
+ display: list-item;
102
+ }
103
+
104
+ small {
105
+ font-size: 80%;
106
+ }
107
+
108
+ sub,sup {
109
+ font-size: 75%;
110
+ line-height: 0;
111
+ position: relative;
112
+ vertical-align: baseline;
113
+ }
114
+
115
+ sub {
116
+ bottom: -0.25em;
117
+ }
118
+
119
+ sup {
120
+ top: -0.5em;
121
+ }
122
+
123
+ dialog {
124
+ padding: 0px;
125
+ }
126
+
127
+ a {
128
+ text-decoration: inherit;
129
+ color: inherit;
130
+ }
131
+
132
+ abbr:where([title]) {
133
+ text-decoration: underline dotted;
134
+ }
135
+
136
+ b,strong {
137
+ font-weight: bolder;
138
+ }
139
+
140
+ code,kbd,samp,pre {
141
+ --font-mono-fallback: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New';
142
+ font-family: var(--global-font-mono, var(--font-mono-fallback));
143
+ font-size: 1em;
144
+ font-feature-settings: normal;
145
+ font-variation-settings: normal;
146
+ }
147
+
148
+ progress {
149
+ vertical-align: baseline;
150
+ }
151
+
152
+ ::-webkit-search-decoration,::-webkit-search-cancel-button {
153
+ -webkit-appearance: none;
154
+ }
155
+
156
+ ::-webkit-inner-spin-button,::-webkit-outer-spin-button {
157
+ height: auto;
158
+ }
159
+
160
+ :-moz-ui-invalid {
161
+ box-shadow: none;
162
+ }
163
+
164
+ :-moz-focusring {
165
+ outline: auto;
166
+ }
167
+
168
+ [hidden]:where(:not([hidden='until-found'])) {
169
+ display: none !important;
170
+ }
171
+ }
172
+
3
173
  @layer thread-base{
4
174
  :root {
5
175
  --made-with-panda: '🐼';
@@ -44,431 +214,467 @@
44
214
 
45
215
  @layer thread-tokens{
46
216
  :where(:root, :host) {
47
- --aspect-ratios-square: 1 / 1;
48
- --aspect-ratios-landscape: 4 / 3;
49
- --aspect-ratios-portrait: 3 / 4;
50
- --aspect-ratios-wide: 16 / 9;
51
- --aspect-ratios-ultrawide: 18 / 5;
52
- --aspect-ratios-golden: 1.618 / 1;
53
- --borders-none: none;
54
- --easings-default: cubic-bezier(0.4, 0, 0.2, 1);
55
- --easings-linear: linear;
56
- --easings-in: cubic-bezier(0.4, 0, 1, 1);
57
- --easings-out: cubic-bezier(0, 0, 0.2, 1);
58
- --easings-in-out: cubic-bezier(0.4, 0, 0.2, 1);
59
- --durations-fastest: 50ms;
60
- --durations-faster: 100ms;
61
- --durations-fast: 150ms;
62
- --durations-normal: 200ms;
63
- --durations-slow: 300ms;
64
- --durations-slower: 400ms;
65
- --durations-slowest: 500ms;
66
- --radii-xs: 0.125rem;
67
- --radii-sm: 0.25rem;
68
- --radii-md: 0.375rem;
69
- --radii-lg: 0.5rem;
70
- --radii-xl: 0.75rem;
71
- --radii-2xl: 1rem;
72
- --radii-3xl: 1.5rem;
73
- --radii-4xl: 2rem;
74
- --radii-full: 9999px;
75
- --font-weights-thin: 100;
76
- --font-weights-extralight: 200;
77
- --font-weights-light: 300;
78
- --font-weights-normal: 400;
79
- --font-weights-medium: 500;
80
- --font-weights-semibold: 600;
81
- --font-weights-bold: 700;
82
- --font-weights-extrabold: 800;
83
- --font-weights-black: 900;
84
- --line-heights-none: 1;
85
- --line-heights-tight: 1.25;
86
- --line-heights-snug: 1.375;
87
- --line-heights-normal: 1.5;
88
- --line-heights-relaxed: 1.625;
89
- --line-heights-loose: 2;
90
- --fonts-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
91
- --fonts-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
92
- --fonts-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
93
- --letter-spacings-tighter: -0.05em;
94
- --letter-spacings-tight: -0.025em;
95
- --letter-spacings-normal: 0em;
96
- --letter-spacings-wide: 0.025em;
97
- --letter-spacings-wider: 0.05em;
98
- --letter-spacings-widest: 0.1em;
99
- --font-sizes-2xs: 0.5rem;
100
- --font-sizes-xs: 0.75rem;
101
- --font-sizes-sm: 0.875rem;
102
- --font-sizes-md: 1rem;
103
- --font-sizes-lg: 1.125rem;
104
- --font-sizes-xl: 1.25rem;
105
- --font-sizes-2xl: 1.5rem;
106
- --font-sizes-3xl: 1.875rem;
107
- --font-sizes-4xl: 2.25rem;
108
- --font-sizes-5xl: 3rem;
109
- --font-sizes-6xl: 3.75rem;
110
- --font-sizes-7xl: 4.5rem;
111
- --font-sizes-8xl: 6rem;
112
- --font-sizes-9xl: 8rem;
113
- --shadows-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
114
- --shadows-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
115
- --shadows-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
116
- --shadows-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
117
- --shadows-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
118
- --shadows-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
119
- --shadows-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
120
- --colors-current: currentColor;
121
- --colors-black: #000;
122
- --colors-white: #fff;
123
- --colors-transparent: rgb(0 0 0 / 0);
124
- --colors-rose-50: #fff1f2;
125
- --colors-rose-100: #ffe4e6;
126
- --colors-rose-200: #fecdd3;
127
- --colors-rose-300: #fda4af;
128
- --colors-rose-400: #fb7185;
129
- --colors-rose-500: #f43f5e;
130
- --colors-rose-600: #e11d48;
131
- --colors-rose-700: #be123c;
132
- --colors-rose-800: #9f1239;
133
- --colors-rose-900: #881337;
134
- --colors-rose-950: #4c0519;
135
- --colors-pink-50: #fdf2f8;
136
- --colors-pink-100: #fce7f3;
137
- --colors-pink-200: #fbcfe8;
138
- --colors-pink-300: #f9a8d4;
139
- --colors-pink-400: #f472b6;
140
- --colors-pink-500: #ec4899;
141
- --colors-pink-600: #db2777;
142
- --colors-pink-700: #be185d;
143
- --colors-pink-800: #9d174d;
144
- --colors-pink-900: #831843;
145
- --colors-pink-950: #500724;
146
- --colors-fuchsia-50: #fdf4ff;
147
- --colors-fuchsia-100: #fae8ff;
148
- --colors-fuchsia-200: #f5d0fe;
149
- --colors-fuchsia-300: #f0abfc;
150
- --colors-fuchsia-400: #e879f9;
151
- --colors-fuchsia-500: #d946ef;
152
- --colors-fuchsia-600: #c026d3;
153
- --colors-fuchsia-700: #a21caf;
154
- --colors-fuchsia-800: #86198f;
155
- --colors-fuchsia-900: #701a75;
156
- --colors-fuchsia-950: #4a044e;
157
- --colors-purple-50: #faf5ff;
158
- --colors-purple-100: #f3e8ff;
159
- --colors-purple-200: #e9d5ff;
160
- --colors-purple-300: #d8b4fe;
161
- --colors-purple-400: #c084fc;
162
- --colors-purple-500: #a855f7;
163
- --colors-purple-600: #9333ea;
164
- --colors-purple-700: #7e22ce;
165
- --colors-purple-800: #6b21a8;
166
- --colors-purple-900: #581c87;
167
- --colors-purple-950: #3b0764;
168
- --colors-violet-50: #f5f3ff;
169
- --colors-violet-100: #ede9fe;
170
- --colors-violet-200: #ddd6fe;
171
- --colors-violet-300: #c4b5fd;
172
- --colors-violet-400: #a78bfa;
173
- --colors-violet-500: #8b5cf6;
174
- --colors-violet-600: #7c3aed;
175
- --colors-violet-700: #6d28d9;
176
- --colors-violet-800: #5b21b6;
177
- --colors-violet-900: #4c1d95;
178
- --colors-violet-950: #2e1065;
179
- --colors-indigo-50: #eef2ff;
180
- --colors-indigo-100: #e0e7ff;
181
- --colors-indigo-200: #c7d2fe;
182
- --colors-indigo-300: #a5b4fc;
183
- --colors-indigo-400: #818cf8;
184
- --colors-indigo-500: #6366f1;
185
- --colors-indigo-600: #4f46e5;
186
- --colors-indigo-700: #4338ca;
187
- --colors-indigo-800: #3730a3;
188
- --colors-indigo-900: #312e81;
189
- --colors-indigo-950: #1e1b4b;
190
- --colors-blue-50: #eff6ff;
191
- --colors-blue-100: #dbeafe;
192
- --colors-blue-200: #bfdbfe;
193
- --colors-blue-300: #93c5fd;
194
- --colors-blue-400: #60a5fa;
195
- --colors-blue-500: #3b82f6;
196
- --colors-blue-600: #2563eb;
197
- --colors-blue-700: #1d4ed8;
198
- --colors-blue-800: #1e40af;
199
- --colors-blue-900: #1e3a8a;
200
- --colors-blue-950: #172554;
201
- --colors-sky-50: #f0f9ff;
202
- --colors-sky-100: #e0f2fe;
203
- --colors-sky-200: #bae6fd;
204
- --colors-sky-300: #7dd3fc;
205
- --colors-sky-400: #38bdf8;
206
- --colors-sky-500: #0ea5e9;
207
- --colors-sky-600: #0284c7;
208
- --colors-sky-700: #0369a1;
209
- --colors-sky-800: #075985;
210
- --colors-sky-900: #0c4a6e;
211
- --colors-sky-950: #082f49;
212
- --colors-cyan-50: #ecfeff;
213
- --colors-cyan-100: #cffafe;
214
- --colors-cyan-200: #a5f3fc;
215
- --colors-cyan-300: #67e8f9;
216
- --colors-cyan-400: #22d3ee;
217
- --colors-cyan-500: #06b6d4;
218
- --colors-cyan-600: #0891b2;
219
- --colors-cyan-700: #0e7490;
220
- --colors-cyan-800: #155e75;
221
- --colors-cyan-900: #164e63;
222
- --colors-cyan-950: #083344;
223
- --colors-teal-50: #f0fdfa;
224
- --colors-teal-100: #ccfbf1;
225
- --colors-teal-200: #99f6e4;
226
- --colors-teal-300: #5eead4;
227
- --colors-teal-400: #2dd4bf;
228
- --colors-teal-500: #14b8a6;
229
- --colors-teal-600: #0d9488;
230
- --colors-teal-700: #0f766e;
231
- --colors-teal-800: #115e59;
232
- --colors-teal-900: #134e4a;
233
- --colors-teal-950: #042f2e;
234
- --colors-emerald-50: #ecfdf5;
235
- --colors-emerald-100: #d1fae5;
236
- --colors-emerald-200: #a7f3d0;
237
- --colors-emerald-300: #6ee7b7;
238
- --colors-emerald-400: #34d399;
239
- --colors-emerald-500: #10b981;
240
- --colors-emerald-600: #059669;
241
- --colors-emerald-700: #047857;
242
- --colors-emerald-800: #065f46;
243
- --colors-emerald-900: #064e3b;
244
- --colors-emerald-950: #022c22;
245
- --colors-green-50: #f0fdf4;
246
- --colors-green-100: #dcfce7;
247
- --colors-green-200: #bbf7d0;
248
- --colors-green-300: #86efac;
249
- --colors-green-400: #4ade80;
250
- --colors-green-500: #22c55e;
251
- --colors-green-600: #16a34a;
252
- --colors-green-700: #15803d;
253
- --colors-green-800: #166534;
254
- --colors-green-900: #14532d;
255
- --colors-green-950: #052e16;
256
- --colors-lime-50: #f7fee7;
257
- --colors-lime-100: #ecfccb;
258
- --colors-lime-200: #d9f99d;
259
- --colors-lime-300: #bef264;
260
- --colors-lime-400: #a3e635;
261
- --colors-lime-500: #84cc16;
262
- --colors-lime-600: #65a30d;
263
- --colors-lime-700: #4d7c0f;
264
- --colors-lime-800: #3f6212;
265
- --colors-lime-900: #365314;
266
- --colors-lime-950: #1a2e05;
267
- --colors-yellow-50: #fefce8;
268
- --colors-yellow-100: #fef9c3;
269
- --colors-yellow-200: #fef08a;
270
- --colors-yellow-300: #fde047;
271
- --colors-yellow-400: #facc15;
272
- --colors-yellow-500: #eab308;
273
- --colors-yellow-600: #ca8a04;
274
- --colors-yellow-700: #a16207;
275
- --colors-yellow-800: #854d0e;
276
- --colors-yellow-900: #713f12;
277
- --colors-yellow-950: #422006;
278
- --colors-amber-50: #fffbeb;
279
- --colors-amber-100: #fef3c7;
280
- --colors-amber-200: #fde68a;
281
- --colors-amber-300: #fcd34d;
282
- --colors-amber-400: #fbbf24;
283
- --colors-amber-500: #f59e0b;
284
- --colors-amber-600: #d97706;
285
- --colors-amber-700: #b45309;
286
- --colors-amber-800: #92400e;
287
- --colors-amber-900: #78350f;
288
- --colors-amber-950: #451a03;
289
- --colors-orange-50: #fff7ed;
290
- --colors-orange-100: #ffedd5;
291
- --colors-orange-200: #fed7aa;
292
- --colors-orange-300: #fdba74;
293
- --colors-orange-400: #fb923c;
294
- --colors-orange-500: #f97316;
295
- --colors-orange-600: #ea580c;
296
- --colors-orange-700: #c2410c;
297
- --colors-orange-800: #9a3412;
298
- --colors-orange-900: #7c2d12;
299
- --colors-orange-950: #431407;
300
- --colors-red-50: #fef2f2;
301
- --colors-red-100: #fee2e2;
302
- --colors-red-200: #fecaca;
303
- --colors-red-300: #fca5a5;
304
- --colors-red-400: #f87171;
305
- --colors-red-500: #ef4444;
306
- --colors-red-600: #dc2626;
307
- --colors-red-700: #b91c1c;
308
- --colors-red-800: #991b1b;
309
- --colors-red-900: #7f1d1d;
310
- --colors-red-950: #450a0a;
311
- --colors-neutral-50: #fafafa;
312
- --colors-neutral-100: #f5f5f5;
313
- --colors-neutral-200: #e5e5e5;
314
- --colors-neutral-300: #d4d4d4;
315
- --colors-neutral-400: #a3a3a3;
316
- --colors-neutral-500: #737373;
317
- --colors-neutral-600: #525252;
318
- --colors-neutral-700: #404040;
319
- --colors-neutral-800: #262626;
320
- --colors-neutral-900: #171717;
321
- --colors-neutral-950: #0a0a0a;
322
- --colors-stone-50: #fafaf9;
323
- --colors-stone-100: #f5f5f4;
324
- --colors-stone-200: #e7e5e4;
325
- --colors-stone-300: #d6d3d1;
326
- --colors-stone-400: #a8a29e;
327
- --colors-stone-500: #78716c;
328
- --colors-stone-600: #57534e;
329
- --colors-stone-700: #44403c;
330
- --colors-stone-800: #292524;
331
- --colors-stone-900: #1c1917;
332
- --colors-stone-950: #0c0a09;
333
- --colors-zinc-50: #fafafa;
334
- --colors-zinc-100: #f4f4f5;
335
- --colors-zinc-200: #e4e4e7;
336
- --colors-zinc-300: #d4d4d8;
337
- --colors-zinc-400: #a1a1aa;
338
- --colors-zinc-500: #71717a;
339
- --colors-zinc-600: #52525b;
340
- --colors-zinc-700: #3f3f46;
341
- --colors-zinc-800: #27272a;
342
- --colors-zinc-900: #18181b;
343
- --colors-zinc-950: #09090b;
344
- --colors-gray-50: #f9fafb;
345
- --colors-gray-100: #f3f4f6;
346
- --colors-gray-200: #e5e7eb;
347
- --colors-gray-300: #d1d5db;
348
- --colors-gray-400: #9ca3af;
349
- --colors-gray-500: #6b7280;
350
- --colors-gray-600: #4b5563;
351
- --colors-gray-700: #374151;
352
- --colors-gray-800: #1f2937;
353
- --colors-gray-900: #111827;
354
- --colors-gray-950: #030712;
355
- --colors-slate-50: #f8fafc;
356
- --colors-slate-100: #f1f5f9;
357
- --colors-slate-200: #e2e8f0;
358
- --colors-slate-300: #cbd5e1;
359
- --colors-slate-400: #94a3b8;
360
- --colors-slate-500: #64748b;
361
- --colors-slate-600: #475569;
362
- --colors-slate-700: #334155;
363
- --colors-slate-800: #1e293b;
364
- --colors-slate-900: #0f172a;
365
- --colors-slate-950: #020617;
366
- --blurs-sm: 4px;
367
- --blurs-base: 8px;
368
- --blurs-md: 12px;
369
- --blurs-lg: 16px;
370
- --blurs-xl: 24px;
371
- --blurs-2xl: 40px;
372
- --blurs-3xl: 64px;
373
- --spacing-0: 0rem;
374
- --spacing-1: 0.25rem;
375
- --spacing-2: 0.5rem;
376
- --spacing-3: 0.75rem;
377
- --spacing-4: 1rem;
378
- --spacing-5: 1.25rem;
379
- --spacing-6: 1.5rem;
380
- --spacing-7: 1.75rem;
381
- --spacing-8: 2rem;
382
- --spacing-9: 2.25rem;
383
- --spacing-10: 2.5rem;
384
- --spacing-11: 2.75rem;
385
- --spacing-12: 3rem;
386
- --spacing-14: 3.5rem;
387
- --spacing-16: 4rem;
388
- --spacing-20: 5rem;
389
- --spacing-24: 6rem;
390
- --spacing-28: 7rem;
391
- --spacing-32: 8rem;
392
- --spacing-36: 9rem;
393
- --spacing-40: 10rem;
394
- --spacing-44: 11rem;
395
- --spacing-48: 12rem;
396
- --spacing-52: 13rem;
397
- --spacing-56: 14rem;
398
- --spacing-60: 15rem;
399
- --spacing-64: 16rem;
400
- --spacing-72: 18rem;
401
- --spacing-80: 20rem;
402
- --spacing-96: 24rem;
403
- --spacing-0\.5: 0.125rem;
404
- --spacing-1\.5: 0.375rem;
405
- --spacing-2\.5: 0.625rem;
406
- --spacing-3\.5: 0.875rem;
407
- --sizes-0: 0rem;
408
- --sizes-1: 0.25rem;
409
- --sizes-2: 0.5rem;
410
- --sizes-3: 0.75rem;
411
- --sizes-4: 1rem;
412
- --sizes-5: 1.25rem;
413
- --sizes-6: 1.5rem;
414
- --sizes-7: 1.75rem;
415
- --sizes-8: 2rem;
416
- --sizes-9: 2.25rem;
417
- --sizes-10: 2.5rem;
418
- --sizes-11: 2.75rem;
419
- --sizes-12: 3rem;
420
- --sizes-14: 3.5rem;
421
- --sizes-16: 4rem;
422
- --sizes-20: 5rem;
423
- --sizes-24: 6rem;
424
- --sizes-28: 7rem;
425
- --sizes-32: 8rem;
426
- --sizes-36: 9rem;
427
- --sizes-40: 10rem;
428
- --sizes-44: 11rem;
429
- --sizes-48: 12rem;
430
- --sizes-52: 13rem;
431
- --sizes-56: 14rem;
432
- --sizes-60: 15rem;
433
- --sizes-64: 16rem;
434
- --sizes-72: 18rem;
435
- --sizes-80: 20rem;
436
- --sizes-96: 24rem;
437
- --sizes-0\.5: 0.125rem;
438
- --sizes-1\.5: 0.375rem;
439
- --sizes-2\.5: 0.625rem;
440
- --sizes-3\.5: 0.875rem;
441
- --sizes-xs: 20rem;
442
- --sizes-sm: 24rem;
443
- --sizes-md: 28rem;
444
- --sizes-lg: 32rem;
445
- --sizes-xl: 36rem;
446
- --sizes-2xl: 42rem;
447
- --sizes-3xl: 48rem;
448
- --sizes-4xl: 56rem;
449
- --sizes-5xl: 64rem;
450
- --sizes-6xl: 72rem;
451
- --sizes-7xl: 80rem;
452
- --sizes-8xl: 90rem;
453
- --sizes-prose: 65ch;
454
- --sizes-full: 100%;
455
- --sizes-min: min-content;
456
- --sizes-max: max-content;
457
- --sizes-fit: fit-content;
458
- --sizes-breakpoint-sm: 640px;
459
- --sizes-breakpoint-md: 768px;
460
- --sizes-breakpoint-lg: 1024px;
461
- --sizes-breakpoint-xl: 1280px;
462
- --sizes-breakpoint-2xl: 1536px;
463
- --animations-spin: spin 1s linear infinite;
464
- --animations-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
465
- --animations-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
466
- --animations-bounce: bounce 1s infinite;
467
- --breakpoints-sm: 640px;
468
- --breakpoints-md: 768px;
469
- --breakpoints-lg: 1024px;
470
- --breakpoints-xl: 1280px;
471
- --breakpoints-2xl: 1536px;
217
+ --thread-ui-aspect-ratios-square: 1 / 1;
218
+ --thread-ui-aspect-ratios-landscape: 4 / 3;
219
+ --thread-ui-aspect-ratios-portrait: 3 / 4;
220
+ --thread-ui-aspect-ratios-wide: 16 / 9;
221
+ --thread-ui-aspect-ratios-ultrawide: 18 / 5;
222
+ --thread-ui-aspect-ratios-golden: 1.618 / 1;
223
+ --thread-ui-borders-none: none;
224
+ --thread-ui-easings-default: cubic-bezier(0.4, 0, 0.2, 1);
225
+ --thread-ui-easings-linear: linear;
226
+ --thread-ui-easings-in: cubic-bezier(0.4, 0, 1, 1);
227
+ --thread-ui-easings-out: cubic-bezier(0, 0, 0.2, 1);
228
+ --thread-ui-easings-in-out: cubic-bezier(0.4, 0, 0.2, 1);
229
+ --thread-ui-durations-fastest: 50ms;
230
+ --thread-ui-durations-faster: 100ms;
231
+ --thread-ui-durations-fast: 150ms;
232
+ --thread-ui-durations-normal: 200ms;
233
+ --thread-ui-durations-slow: 300ms;
234
+ --thread-ui-durations-slower: 400ms;
235
+ --thread-ui-durations-slowest: 500ms;
236
+ --thread-ui-font-weights-thin: 100;
237
+ --thread-ui-font-weights-extralight: 200;
238
+ --thread-ui-font-weights-light: 300;
239
+ --thread-ui-font-weights-normal: 400;
240
+ --thread-ui-font-weights-medium: 500;
241
+ --thread-ui-font-weights-semibold: 600;
242
+ --thread-ui-font-weights-bold: 700;
243
+ --thread-ui-font-weights-extrabold: 800;
244
+ --thread-ui-font-weights-black: 900;
245
+ --thread-ui-line-heights-none: 1;
246
+ --thread-ui-line-heights-tight: 1.25;
247
+ --thread-ui-line-heights-snug: 1.375;
248
+ --thread-ui-line-heights-normal: 1.5;
249
+ --thread-ui-line-heights-relaxed: 1.625;
250
+ --thread-ui-line-heights-loose: 2;
251
+ --thread-ui-fonts-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
252
+ --thread-ui-fonts-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
253
+ --thread-ui-fonts-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
254
+ --thread-ui-letter-spacings-tighter: -0.05em;
255
+ --thread-ui-letter-spacings-tight: -0.025em;
256
+ --thread-ui-letter-spacings-normal: 0em;
257
+ --thread-ui-letter-spacings-wide: 0.025em;
258
+ --thread-ui-letter-spacings-wider: 0.05em;
259
+ --thread-ui-letter-spacings-widest: 0.1em;
260
+ --thread-ui-font-sizes-2xs: 0.5rem;
261
+ --thread-ui-font-sizes-xs: 0.75rem;
262
+ --thread-ui-font-sizes-sm: 0.875rem;
263
+ --thread-ui-font-sizes-md: 1rem;
264
+ --thread-ui-font-sizes-lg: 1.125rem;
265
+ --thread-ui-font-sizes-xl: 1.25rem;
266
+ --thread-ui-font-sizes-2xl: 1.5rem;
267
+ --thread-ui-font-sizes-3xl: 1.875rem;
268
+ --thread-ui-font-sizes-4xl: 2.25rem;
269
+ --thread-ui-font-sizes-5xl: 3rem;
270
+ --thread-ui-font-sizes-6xl: 3.75rem;
271
+ --thread-ui-font-sizes-7xl: 4.5rem;
272
+ --thread-ui-font-sizes-8xl: 6rem;
273
+ --thread-ui-font-sizes-9xl: 8rem;
274
+ --thread-ui-shadows-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
275
+ --thread-ui-shadows-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
276
+ --thread-ui-shadows-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
277
+ --thread-ui-shadows-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
278
+ --thread-ui-shadows-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
279
+ --thread-ui-shadows-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
280
+ --thread-ui-shadows-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
281
+ --thread-ui-blurs-sm: 4px;
282
+ --thread-ui-blurs-base: 8px;
283
+ --thread-ui-blurs-md: 12px;
284
+ --thread-ui-blurs-lg: 16px;
285
+ --thread-ui-blurs-xl: 24px;
286
+ --thread-ui-blurs-2xl: 40px;
287
+ --thread-ui-blurs-3xl: 64px;
288
+ --thread-ui-spacing-0: 0rem;
289
+ --thread-ui-spacing-1: 0.25rem;
290
+ --thread-ui-spacing-2: 0.5rem;
291
+ --thread-ui-spacing-3: 0.75rem;
292
+ --thread-ui-spacing-4: 1rem;
293
+ --thread-ui-spacing-5: 1.25rem;
294
+ --thread-ui-spacing-6: 1.5rem;
295
+ --thread-ui-spacing-7: 1.75rem;
296
+ --thread-ui-spacing-8: 2rem;
297
+ --thread-ui-spacing-9: 2.25rem;
298
+ --thread-ui-spacing-10: 2.5rem;
299
+ --thread-ui-spacing-11: 2.75rem;
300
+ --thread-ui-spacing-12: 3rem;
301
+ --thread-ui-spacing-14: 3.5rem;
302
+ --thread-ui-spacing-16: 4rem;
303
+ --thread-ui-spacing-20: 5rem;
304
+ --thread-ui-spacing-24: 6rem;
305
+ --thread-ui-spacing-28: 7rem;
306
+ --thread-ui-spacing-32: 8rem;
307
+ --thread-ui-spacing-36: 9rem;
308
+ --thread-ui-spacing-40: 10rem;
309
+ --thread-ui-spacing-44: 11rem;
310
+ --thread-ui-spacing-48: 12rem;
311
+ --thread-ui-spacing-52: 13rem;
312
+ --thread-ui-spacing-56: 14rem;
313
+ --thread-ui-spacing-60: 15rem;
314
+ --thread-ui-spacing-64: 16rem;
315
+ --thread-ui-spacing-72: 18rem;
316
+ --thread-ui-spacing-80: 20rem;
317
+ --thread-ui-spacing-96: 24rem;
318
+ --thread-ui-spacing-0\.5: 0.125rem;
319
+ --thread-ui-spacing-1\.5: 0.375rem;
320
+ --thread-ui-spacing-2\.5: 0.625rem;
321
+ --thread-ui-spacing-3\.5: 0.875rem;
322
+ --thread-ui-sizes-0: 0rem;
323
+ --thread-ui-sizes-1: 0.25rem;
324
+ --thread-ui-sizes-2: 0.5rem;
325
+ --thread-ui-sizes-3: 0.75rem;
326
+ --thread-ui-sizes-4: 1rem;
327
+ --thread-ui-sizes-5: 1.25rem;
328
+ --thread-ui-sizes-6: 1.5rem;
329
+ --thread-ui-sizes-7: 1.75rem;
330
+ --thread-ui-sizes-8: 2rem;
331
+ --thread-ui-sizes-9: 2.25rem;
332
+ --thread-ui-sizes-10: 2.5rem;
333
+ --thread-ui-sizes-11: 2.75rem;
334
+ --thread-ui-sizes-12: 3rem;
335
+ --thread-ui-sizes-14: 3.5rem;
336
+ --thread-ui-sizes-16: 4rem;
337
+ --thread-ui-sizes-20: 5rem;
338
+ --thread-ui-sizes-24: 6rem;
339
+ --thread-ui-sizes-28: 7rem;
340
+ --thread-ui-sizes-32: 8rem;
341
+ --thread-ui-sizes-36: 9rem;
342
+ --thread-ui-sizes-40: 10rem;
343
+ --thread-ui-sizes-44: 11rem;
344
+ --thread-ui-sizes-48: 12rem;
345
+ --thread-ui-sizes-52: 13rem;
346
+ --thread-ui-sizes-56: 14rem;
347
+ --thread-ui-sizes-60: 15rem;
348
+ --thread-ui-sizes-64: 16rem;
349
+ --thread-ui-sizes-72: 18rem;
350
+ --thread-ui-sizes-80: 20rem;
351
+ --thread-ui-sizes-96: 24rem;
352
+ --thread-ui-sizes-0\.5: 0.125rem;
353
+ --thread-ui-sizes-1\.5: 0.375rem;
354
+ --thread-ui-sizes-2\.5: 0.625rem;
355
+ --thread-ui-sizes-3\.5: 0.875rem;
356
+ --thread-ui-sizes-xs: 20rem;
357
+ --thread-ui-sizes-sm: 24rem;
358
+ --thread-ui-sizes-md: 28rem;
359
+ --thread-ui-sizes-lg: 32rem;
360
+ --thread-ui-sizes-xl: 36rem;
361
+ --thread-ui-sizes-2xl: 42rem;
362
+ --thread-ui-sizes-3xl: 48rem;
363
+ --thread-ui-sizes-4xl: 56rem;
364
+ --thread-ui-sizes-5xl: 64rem;
365
+ --thread-ui-sizes-6xl: 72rem;
366
+ --thread-ui-sizes-7xl: 80rem;
367
+ --thread-ui-sizes-8xl: 90rem;
368
+ --thread-ui-sizes-prose: 65ch;
369
+ --thread-ui-sizes-full: 100%;
370
+ --thread-ui-sizes-min: min-content;
371
+ --thread-ui-sizes-max: max-content;
372
+ --thread-ui-sizes-fit: fit-content;
373
+ --thread-ui-sizes-breakpoint-sm: 640px;
374
+ --thread-ui-sizes-breakpoint-md: 768px;
375
+ --thread-ui-sizes-breakpoint-lg: 1024px;
376
+ --thread-ui-sizes-breakpoint-xl: 1280px;
377
+ --thread-ui-sizes-breakpoint-2xl: 1536px;
378
+ --thread-ui-animations-spin: spin 1s linear infinite;
379
+ --thread-ui-animations-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
380
+ --thread-ui-animations-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
381
+ --thread-ui-animations-bounce: bounce 1s infinite;
382
+ --thread-ui-colors-current: currentColor;
383
+ --thread-ui-colors-transparent: rgb(0 0 0 / 0);
384
+ --thread-ui-colors-rose-50: #fff1f2;
385
+ --thread-ui-colors-rose-100: #ffe4e6;
386
+ --thread-ui-colors-rose-200: #fecdd3;
387
+ --thread-ui-colors-rose-300: #fda4af;
388
+ --thread-ui-colors-rose-400: #fb7185;
389
+ --thread-ui-colors-rose-500: #f43f5e;
390
+ --thread-ui-colors-rose-600: #e11d48;
391
+ --thread-ui-colors-rose-700: #be123c;
392
+ --thread-ui-colors-rose-800: #9f1239;
393
+ --thread-ui-colors-rose-900: #881337;
394
+ --thread-ui-colors-rose-950: #4c0519;
395
+ --thread-ui-colors-pink-50: #fdf2f8;
396
+ --thread-ui-colors-pink-100: #fce7f3;
397
+ --thread-ui-colors-pink-200: #fbcfe8;
398
+ --thread-ui-colors-pink-300: #f9a8d4;
399
+ --thread-ui-colors-pink-400: #f472b6;
400
+ --thread-ui-colors-pink-500: #ec4899;
401
+ --thread-ui-colors-pink-600: #db2777;
402
+ --thread-ui-colors-pink-700: #be185d;
403
+ --thread-ui-colors-pink-800: #9d174d;
404
+ --thread-ui-colors-pink-900: #831843;
405
+ --thread-ui-colors-pink-950: #500724;
406
+ --thread-ui-colors-fuchsia-50: #fdf4ff;
407
+ --thread-ui-colors-fuchsia-100: #fae8ff;
408
+ --thread-ui-colors-fuchsia-200: #f5d0fe;
409
+ --thread-ui-colors-fuchsia-300: #f0abfc;
410
+ --thread-ui-colors-fuchsia-400: #e879f9;
411
+ --thread-ui-colors-fuchsia-500: #d946ef;
412
+ --thread-ui-colors-fuchsia-600: #c026d3;
413
+ --thread-ui-colors-fuchsia-700: #a21caf;
414
+ --thread-ui-colors-fuchsia-800: #86198f;
415
+ --thread-ui-colors-fuchsia-900: #701a75;
416
+ --thread-ui-colors-fuchsia-950: #4a044e;
417
+ --thread-ui-colors-purple-50: #faf5ff;
418
+ --thread-ui-colors-purple-100: #f3e8ff;
419
+ --thread-ui-colors-purple-200: #e9d5ff;
420
+ --thread-ui-colors-purple-300: #d8b4fe;
421
+ --thread-ui-colors-purple-400: #c084fc;
422
+ --thread-ui-colors-purple-500: #a855f7;
423
+ --thread-ui-colors-purple-600: #9333ea;
424
+ --thread-ui-colors-purple-700: #7e22ce;
425
+ --thread-ui-colors-purple-800: #6b21a8;
426
+ --thread-ui-colors-purple-900: #581c87;
427
+ --thread-ui-colors-purple-950: #3b0764;
428
+ --thread-ui-colors-violet-50: #f5f3ff;
429
+ --thread-ui-colors-violet-100: #ede9fe;
430
+ --thread-ui-colors-violet-200: #ddd6fe;
431
+ --thread-ui-colors-violet-300: #c4b5fd;
432
+ --thread-ui-colors-violet-400: #a78bfa;
433
+ --thread-ui-colors-violet-500: #8b5cf6;
434
+ --thread-ui-colors-violet-600: #7c3aed;
435
+ --thread-ui-colors-violet-700: #6d28d9;
436
+ --thread-ui-colors-violet-800: #5b21b6;
437
+ --thread-ui-colors-violet-900: #4c1d95;
438
+ --thread-ui-colors-violet-950: #2e1065;
439
+ --thread-ui-colors-indigo-50: #eef2ff;
440
+ --thread-ui-colors-indigo-100: #e0e7ff;
441
+ --thread-ui-colors-indigo-200: #c7d2fe;
442
+ --thread-ui-colors-indigo-300: #a5b4fc;
443
+ --thread-ui-colors-indigo-400: #818cf8;
444
+ --thread-ui-colors-indigo-500: #6366f1;
445
+ --thread-ui-colors-indigo-600: #4f46e5;
446
+ --thread-ui-colors-indigo-700: #4338ca;
447
+ --thread-ui-colors-indigo-800: #3730a3;
448
+ --thread-ui-colors-indigo-900: #312e81;
449
+ --thread-ui-colors-indigo-950: #1e1b4b;
450
+ --thread-ui-colors-blue-50: #eff6ff;
451
+ --thread-ui-colors-blue-100: #dbeafe;
452
+ --thread-ui-colors-blue-200: #bfdbfe;
453
+ --thread-ui-colors-blue-300: #93c5fd;
454
+ --thread-ui-colors-blue-400: #60a5fa;
455
+ --thread-ui-colors-blue-500: #3b82f6;
456
+ --thread-ui-colors-blue-600: #2563eb;
457
+ --thread-ui-colors-blue-700: #1d4ed8;
458
+ --thread-ui-colors-blue-800: #1e40af;
459
+ --thread-ui-colors-blue-900: #1e3a8a;
460
+ --thread-ui-colors-blue-950: #172554;
461
+ --thread-ui-colors-sky-50: #f0f9ff;
462
+ --thread-ui-colors-sky-100: #e0f2fe;
463
+ --thread-ui-colors-sky-200: #bae6fd;
464
+ --thread-ui-colors-sky-300: #7dd3fc;
465
+ --thread-ui-colors-sky-400: #38bdf8;
466
+ --thread-ui-colors-sky-500: #0ea5e9;
467
+ --thread-ui-colors-sky-600: #0284c7;
468
+ --thread-ui-colors-sky-700: #0369a1;
469
+ --thread-ui-colors-sky-800: #075985;
470
+ --thread-ui-colors-sky-900: #0c4a6e;
471
+ --thread-ui-colors-sky-950: #082f49;
472
+ --thread-ui-colors-cyan-50: #ecfeff;
473
+ --thread-ui-colors-cyan-100: #cffafe;
474
+ --thread-ui-colors-cyan-200: #a5f3fc;
475
+ --thread-ui-colors-cyan-300: #67e8f9;
476
+ --thread-ui-colors-cyan-400: #22d3ee;
477
+ --thread-ui-colors-cyan-500: #06b6d4;
478
+ --thread-ui-colors-cyan-600: #0891b2;
479
+ --thread-ui-colors-cyan-700: #0e7490;
480
+ --thread-ui-colors-cyan-800: #155e75;
481
+ --thread-ui-colors-cyan-900: #164e63;
482
+ --thread-ui-colors-cyan-950: #083344;
483
+ --thread-ui-colors-teal-50: #f0fdfa;
484
+ --thread-ui-colors-teal-100: #ccfbf1;
485
+ --thread-ui-colors-teal-200: #99f6e4;
486
+ --thread-ui-colors-teal-300: #5eead4;
487
+ --thread-ui-colors-teal-400: #2dd4bf;
488
+ --thread-ui-colors-teal-500: #14b8a6;
489
+ --thread-ui-colors-teal-600: #0d9488;
490
+ --thread-ui-colors-teal-700: #0f766e;
491
+ --thread-ui-colors-teal-800: #115e59;
492
+ --thread-ui-colors-teal-900: #134e4a;
493
+ --thread-ui-colors-teal-950: #042f2e;
494
+ --thread-ui-colors-emerald-50: #ecfdf5;
495
+ --thread-ui-colors-emerald-100: #d1fae5;
496
+ --thread-ui-colors-emerald-200: #a7f3d0;
497
+ --thread-ui-colors-emerald-300: #6ee7b7;
498
+ --thread-ui-colors-emerald-400: #34d399;
499
+ --thread-ui-colors-emerald-500: #10b981;
500
+ --thread-ui-colors-emerald-600: #059669;
501
+ --thread-ui-colors-emerald-700: #047857;
502
+ --thread-ui-colors-emerald-800: #065f46;
503
+ --thread-ui-colors-emerald-900: #064e3b;
504
+ --thread-ui-colors-emerald-950: #022c22;
505
+ --thread-ui-colors-green-50: #f0fdf4;
506
+ --thread-ui-colors-green-100: #dcfce7;
507
+ --thread-ui-colors-green-200: #bbf7d0;
508
+ --thread-ui-colors-green-300: #86efac;
509
+ --thread-ui-colors-green-400: #4ade80;
510
+ --thread-ui-colors-green-500: #22c55e;
511
+ --thread-ui-colors-green-600: #16a34a;
512
+ --thread-ui-colors-green-700: #15803d;
513
+ --thread-ui-colors-green-800: #166534;
514
+ --thread-ui-colors-green-900: #14532d;
515
+ --thread-ui-colors-green-950: #052e16;
516
+ --thread-ui-colors-lime-50: #f7fee7;
517
+ --thread-ui-colors-lime-100: #ecfccb;
518
+ --thread-ui-colors-lime-200: #d9f99d;
519
+ --thread-ui-colors-lime-300: #bef264;
520
+ --thread-ui-colors-lime-400: #a3e635;
521
+ --thread-ui-colors-lime-500: #84cc16;
522
+ --thread-ui-colors-lime-600: #65a30d;
523
+ --thread-ui-colors-lime-700: #4d7c0f;
524
+ --thread-ui-colors-lime-800: #3f6212;
525
+ --thread-ui-colors-lime-900: #365314;
526
+ --thread-ui-colors-lime-950: #1a2e05;
527
+ --thread-ui-colors-yellow-50: #fefce8;
528
+ --thread-ui-colors-yellow-100: #fef9c3;
529
+ --thread-ui-colors-yellow-200: #fef08a;
530
+ --thread-ui-colors-yellow-300: #fde047;
531
+ --thread-ui-colors-yellow-400: #facc15;
532
+ --thread-ui-colors-yellow-500: #eab308;
533
+ --thread-ui-colors-yellow-600: #ca8a04;
534
+ --thread-ui-colors-yellow-700: #a16207;
535
+ --thread-ui-colors-yellow-800: #854d0e;
536
+ --thread-ui-colors-yellow-900: #713f12;
537
+ --thread-ui-colors-yellow-950: #422006;
538
+ --thread-ui-colors-amber-50: #fffbeb;
539
+ --thread-ui-colors-amber-100: #fef3c7;
540
+ --thread-ui-colors-amber-200: #fde68a;
541
+ --thread-ui-colors-amber-300: #fcd34d;
542
+ --thread-ui-colors-amber-400: #fbbf24;
543
+ --thread-ui-colors-amber-500: #f59e0b;
544
+ --thread-ui-colors-amber-600: #d97706;
545
+ --thread-ui-colors-amber-700: #b45309;
546
+ --thread-ui-colors-amber-800: #92400e;
547
+ --thread-ui-colors-amber-900: #78350f;
548
+ --thread-ui-colors-amber-950: #451a03;
549
+ --thread-ui-colors-orange-50: #fff7ed;
550
+ --thread-ui-colors-orange-100: #ffedd5;
551
+ --thread-ui-colors-orange-200: #fed7aa;
552
+ --thread-ui-colors-orange-300: #fdba74;
553
+ --thread-ui-colors-orange-400: #fb923c;
554
+ --thread-ui-colors-orange-500: #f97316;
555
+ --thread-ui-colors-orange-600: #ea580c;
556
+ --thread-ui-colors-orange-700: #c2410c;
557
+ --thread-ui-colors-orange-800: #9a3412;
558
+ --thread-ui-colors-orange-900: #7c2d12;
559
+ --thread-ui-colors-orange-950: #431407;
560
+ --thread-ui-colors-red-50: #fef2f2;
561
+ --thread-ui-colors-red-100: #fee2e2;
562
+ --thread-ui-colors-red-200: #fecaca;
563
+ --thread-ui-colors-red-300: #fca5a5;
564
+ --thread-ui-colors-red-400: #f87171;
565
+ --thread-ui-colors-red-500: #ef4444;
566
+ --thread-ui-colors-red-600: #dc2626;
567
+ --thread-ui-colors-red-700: #b91c1c;
568
+ --thread-ui-colors-red-800: #991b1b;
569
+ --thread-ui-colors-red-900: #7f1d1d;
570
+ --thread-ui-colors-red-950: #450a0a;
571
+ --thread-ui-colors-neutral-50: #fafafa;
572
+ --thread-ui-colors-neutral-100: #f5f5f5;
573
+ --thread-ui-colors-neutral-200: #e5e5e5;
574
+ --thread-ui-colors-neutral-300: #d4d4d4;
575
+ --thread-ui-colors-neutral-400: #a3a3a3;
576
+ --thread-ui-colors-neutral-500: #737373;
577
+ --thread-ui-colors-neutral-600: #525252;
578
+ --thread-ui-colors-neutral-700: #404040;
579
+ --thread-ui-colors-neutral-800: #262626;
580
+ --thread-ui-colors-neutral-900: #171717;
581
+ --thread-ui-colors-neutral-950: #0a0a0a;
582
+ --thread-ui-colors-stone-50: #fafaf9;
583
+ --thread-ui-colors-stone-100: #f5f5f4;
584
+ --thread-ui-colors-stone-200: #e7e5e4;
585
+ --thread-ui-colors-stone-300: #d6d3d1;
586
+ --thread-ui-colors-stone-400: #a8a29e;
587
+ --thread-ui-colors-stone-500: #78716c;
588
+ --thread-ui-colors-stone-600: #57534e;
589
+ --thread-ui-colors-stone-700: #44403c;
590
+ --thread-ui-colors-stone-800: #292524;
591
+ --thread-ui-colors-stone-900: #1c1917;
592
+ --thread-ui-colors-stone-950: #0c0a09;
593
+ --thread-ui-colors-zinc-50: #fafafa;
594
+ --thread-ui-colors-zinc-100: #f4f4f5;
595
+ --thread-ui-colors-zinc-200: #e4e4e7;
596
+ --thread-ui-colors-zinc-300: #d4d4d8;
597
+ --thread-ui-colors-zinc-400: #a1a1aa;
598
+ --thread-ui-colors-zinc-500: #71717a;
599
+ --thread-ui-colors-zinc-600: #52525b;
600
+ --thread-ui-colors-zinc-700: #3f3f46;
601
+ --thread-ui-colors-zinc-800: #27272a;
602
+ --thread-ui-colors-zinc-900: #18181b;
603
+ --thread-ui-colors-zinc-950: #09090b;
604
+ --thread-ui-colors-slate-50: #f8fafc;
605
+ --thread-ui-colors-slate-100: #f1f5f9;
606
+ --thread-ui-colors-slate-200: #e2e8f0;
607
+ --thread-ui-colors-slate-300: #cbd5e1;
608
+ --thread-ui-colors-slate-400: #94a3b8;
609
+ --thread-ui-colors-slate-500: #64748b;
610
+ --thread-ui-colors-slate-600: #475569;
611
+ --thread-ui-colors-slate-700: #334155;
612
+ --thread-ui-colors-slate-800: #1e293b;
613
+ --thread-ui-colors-slate-900: #0f172a;
614
+ --thread-ui-colors-slate-950: #020617;
615
+ --thread-ui-colors-primary-light: var(--thread-primary-light);
616
+ --thread-ui-colors-primary-main: var(--thread-primary-main);
617
+ --thread-ui-colors-primary-dark: var(--thread-primary-dark);
618
+ --thread-ui-colors-secondary-light: var(--thread-secondary-light);
619
+ --thread-ui-colors-secondary-main: var(--thread-secondary-main);
620
+ --thread-ui-colors-secondary-dark: var(--thread-secondary-dark);
621
+ --thread-ui-colors-tertiary-light: var(--thread-tertiary-light);
622
+ --thread-ui-colors-tertiary-main: var(--thread-tertiary-main);
623
+ --thread-ui-colors-tertiary-dark: var(--thread-tertiary-dark);
624
+ --thread-ui-colors-white: var(--thread-white);
625
+ --thread-ui-colors-black: var(--thread-black);
626
+ --thread-ui-colors-gray-50: #f9fafb;
627
+ --thread-ui-colors-gray-100: #f3f4f6;
628
+ --thread-ui-colors-gray-200: #e5e7eb;
629
+ --thread-ui-colors-gray-300: #d1d5db;
630
+ --thread-ui-colors-gray-400: #9ca3af;
631
+ --thread-ui-colors-gray-500: #6b7280;
632
+ --thread-ui-colors-gray-600: #4b5563;
633
+ --thread-ui-colors-gray-700: #374151;
634
+ --thread-ui-colors-gray-800: #1f2937;
635
+ --thread-ui-colors-gray-900: #111827;
636
+ --thread-ui-colors-gray-950: #030712;
637
+ --thread-ui-colors-gray-light: var(--thread-gray-light);
638
+ --thread-ui-colors-gray-main: var(--thread-gray-main);
639
+ --thread-ui-colors-gray-dark: var(--thread-gray-dark);
640
+ --thread-ui-colors-success-light: var(--thread-success-light);
641
+ --thread-ui-colors-success-main: var(--thread-success-main);
642
+ --thread-ui-colors-success-dark: var(--thread-success-dark);
643
+ --thread-ui-colors-warning-light: var(--thread-warning-light);
644
+ --thread-ui-colors-warning-main: var(--thread-warning-main);
645
+ --thread-ui-colors-warning-dark: var(--thread-warning-dark);
646
+ --thread-ui-colors-error-light: var(--thread-error-light);
647
+ --thread-ui-colors-error-main: var(--thread-error-main);
648
+ --thread-ui-colors-error-dark: var(--thread-error-dark);
649
+ --thread-ui-colors-info-light: var(--thread-info-light);
650
+ --thread-ui-colors-info-main: var(--thread-info-main);
651
+ --thread-ui-colors-info-dark: var(--thread-info-dark);
652
+ --thread-ui-radii-xs: 0.125rem;
653
+ --thread-ui-radii-xl: 0.75rem;
654
+ --thread-ui-radii-2xl: 1rem;
655
+ --thread-ui-radii-3xl: 1.5rem;
656
+ --thread-ui-radii-4xl: 2rem;
657
+ --thread-ui-radii-full: 9999px;
658
+ --thread-ui-radii-sm: var(--thread-border-radius-sm);
659
+ --thread-ui-radii-md: var(--thread-border-radius-md);
660
+ --thread-ui-radii-lg: var(--thread-border-radius-lg);
661
+ --thread-ui-border-widths-sm: var(--thread-border-size-sm);
662
+ --thread-ui-border-widths-md: var(--thread-border-size-md);
663
+ --thread-ui-border-widths-lg: var(--thread-border-size-lg);
664
+ --thread-ui-breakpoints-sm: 640px;
665
+ --thread-ui-breakpoints-md: 768px;
666
+ --thread-ui-breakpoints-lg: 1024px;
667
+ --thread-ui-breakpoints-xl: 1280px;
668
+ --thread-ui-breakpoints-2xl: 1536px;
669
+ --thread-ui-colors-background: var(--thread-background);
670
+ --thread-ui-colors-surface: var(--thread-surface);
671
+ --thread-ui-colors-elevated: var(--thread-elevated);
672
+ --thread-ui-colors-structure: var(--thread-structure);
673
+ --thread-ui-colors-text-standard: var(--thread-text-standard);
674
+ --thread-ui-colors-text-secondary: var(--thread-text-secondary);
675
+ --thread-ui-colors-text-disabled: var(--thread-text-disabled);
676
+ --thread-ui-colors-text-accent: var(--thread-text-accent);
677
+ --thread-ui-colors-text-inverted: var(--thread-text-inverted);
472
678
  }
473
679
 
474
680
  @keyframes spin {
@@ -503,248 +709,1517 @@
503
709
  }
504
710
  }
505
711
 
712
+ @layer thread-recipes{
713
+ @layer _base{
714
+
715
+ .thread-ui-button {
716
+ border-radius: var(--thread-ui-radii-md);
717
+ border-style: solid;
718
+ border-width: var(--thread-ui-border-widths-md);
719
+ transition: background-color 0.2s ease;
720
+ color: var(--thread-ui-colors-white);
721
+ display: flex;
722
+ justify-content: center;
723
+ align-items: center;
724
+ cursor: pointer;
725
+ -webkit-user-select: none;
726
+ user-select: none;
727
+ height: fit-content;
728
+ }
729
+ }
730
+
731
+ .thread-ui-button--color_primary {
732
+ border-color: var(--thread-ui-colors-primary-main);
733
+ background-color: var(--thread-ui-colors-primary-main);
734
+ }
735
+
736
+ .thread-ui-button--color_primary:is(:hover, [data-hover]) {
737
+ border-color: var(--thread-ui-colors-primary-main);
738
+ background-color: var(--thread-ui-colors-background);
739
+ color: var(--thread-ui-colors-primary-main);
740
+ }
741
+
742
+ .thread-ui-button--size_md {
743
+ padding: 8px;
744
+ font-size: 1rem;
745
+ }
746
+
747
+ .thread-ui-button--fullWidth_false {
748
+ width: fit-content;
749
+ }
750
+
751
+ .thread-ui-button--color_secondary {
752
+ border-color: var(--thread-ui-colors-secondary-main);
753
+ background-color: var(--thread-ui-colors-secondary-main);
754
+ }
755
+
756
+ .thread-ui-button--color_secondary:is(:hover, [data-hover]) {
757
+ border-color: var(--thread-ui-colors-secondary-main);
758
+ background-color: var(--thread-ui-colors-background);
759
+ color: var(--thread-ui-colors-secondary-main);
760
+ }
761
+
762
+ .thread-ui-button--color_tertiary {
763
+ border-color: var(--thread-ui-colors-tertiary-main);
764
+ background-color: var(--thread-ui-colors-tertiary-main);
765
+ }
766
+
767
+ .thread-ui-button--color_tertiary:is(:hover, [data-hover]) {
768
+ border-color: var(--thread-ui-colors-tertiary-main);
769
+ background-color: var(--thread-ui-colors-background);
770
+ color: var(--thread-ui-colors-tertiary-main);
771
+ }
772
+
773
+ .thread-ui-button--color_black {
774
+ border-color: var(--thread-ui-colors-white);
775
+ background-color: var(--thread-ui-colors-black);
776
+ }
777
+
778
+ .thread-ui-button--color_black:is(:hover, [data-hover]) {
779
+ border-color: var(--thread-ui-colors-black);
780
+ background-color: var(--thread-ui-colors-white);
781
+ color: var(--thread-ui-colors-black);
782
+ }
783
+
784
+ .thread-ui-button--color_gray {
785
+ border-color: var(--thread-ui-colors-gray-main);
786
+ background-color: var(--thread-ui-colors-gray-main);
787
+ }
788
+
789
+ .thread-ui-button--color_gray:is(:hover, [data-hover]) {
790
+ border-color: var(--thread-ui-colors-gray-main);
791
+ background-color: var(--thread-ui-colors-background);
792
+ color: var(--thread-ui-colors-gray-main);
793
+ }
794
+
795
+ .thread-ui-button--color_success {
796
+ border-color: var(--thread-ui-colors-success-main);
797
+ background-color: var(--thread-ui-colors-success-main);
798
+ }
799
+
800
+ .thread-ui-button--color_success:is(:hover, [data-hover]) {
801
+ border-color: var(--thread-ui-colors-success-main);
802
+ background-color: var(--thread-ui-colors-background);
803
+ color: var(--thread-ui-colors-success-main);
804
+ }
805
+
806
+ .thread-ui-button--color_error {
807
+ border-color: var(--thread-ui-colors-error-main);
808
+ background-color: var(--thread-ui-colors-error-main);
809
+ }
810
+
811
+ .thread-ui-button--color_error:is(:hover, [data-hover]) {
812
+ border-color: var(--thread-ui-colors-error-main);
813
+ background-color: var(--thread-ui-colors-background);
814
+ color: var(--thread-ui-colors-error-main);
815
+ }
816
+
817
+ .thread-ui-button--color_info {
818
+ border-color: var(--thread-ui-colors-info-main);
819
+ background-color: var(--thread-ui-colors-info-main);
820
+ }
821
+
822
+ .thread-ui-button--color_info:is(:hover, [data-hover]) {
823
+ border-color: var(--thread-ui-colors-info-main);
824
+ background-color: var(--thread-ui-colors-background);
825
+ color: var(--thread-ui-colors-info-main);
826
+ }
827
+
828
+ .thread-ui-button--color_text {
829
+ border-color: var(--thread-ui-colors-text-standard);
830
+ background-color: var(--thread-ui-colors-text-standard);
831
+ }
832
+
833
+ .thread-ui-button--color_text:is(:hover, [data-hover]) {
834
+ border-color: var(--thread-ui-colors-text-standard);
835
+ background-color: var(--thread-ui-colors-background);
836
+ color: var(--thread-ui-colors-text-standard);
837
+ }
838
+
839
+ .thread-ui-button--size_sm {
840
+ padding: 4px;
841
+ font-size: 0.75rem;
842
+ }
843
+
844
+ .thread-ui-button--size_lg {
845
+ padding: 12px;
846
+ font-size: 1.25rem;
847
+ }
848
+
849
+ .thread-ui-button--fullWidth_true {
850
+ width: 100%;
851
+ }
852
+
853
+ .thread-ui-button--disabled_true {
854
+ opacity: 0.6;
855
+ cursor: not-allowed;
856
+ }
857
+ }
858
+
506
859
  @layer thread-utilities{
507
860
 
508
- .flex_1_1_0\% {
509
- flex: 1 1 0%;
861
+ .thread-ui-p_3 {
862
+ padding: var(--thread-ui-spacing-3);
510
863
  }
511
864
 
512
- .bdr_0\.25rem {
513
- border-radius: 0.25rem;
865
+ .thread-ui-m_auto {
866
+ margin: auto;
514
867
  }
515
868
 
516
- .ov_hidden {
517
- overflow: hidden;
869
+ .thread-ui-bd_solid {
870
+ border: solid;
518
871
  }
519
872
 
520
- .gap_4px {
521
- gap: 4px;
873
+ .thread-ui-p_0\.5rem {
874
+ padding: 0.5rem;
522
875
  }
523
876
 
524
- .bdr_50\% {
525
- border-radius: 50%;
877
+ .thread-ui-p_4 {
878
+ padding: var(--thread-ui-spacing-4);
526
879
  }
527
880
 
528
- .bdr_4px {
529
- border-radius: 4px;
881
+ .thread-ui-p_5 {
882
+ padding: var(--thread-ui-spacing-5);
530
883
  }
531
884
 
532
- .mx_0 {
533
- margin-inline: var(--spacing-0);
885
+ .thread-ui-inset_0 {
886
+ inset: var(--thread-ui-spacing-0);
534
887
  }
535
888
 
536
- .gap_12px {
537
- gap: 12px;
889
+ .thread-ui-bg_rgba\(0\,_0\,_0\,_0\.5\) {
890
+ background: rgba(0, 0, 0, 0.5);
538
891
  }
539
892
 
540
- .gap_3rem {
541
- gap: 3rem;
893
+ .thread-ui-bd_2px_dashed {
894
+ border: 2px dashed;
542
895
  }
543
896
 
544
- .d_flex {
545
- display: flex;
897
+ .thread-ui-p_8 {
898
+ padding: var(--thread-ui-spacing-8);
546
899
  }
547
900
 
548
- .flex-d_column {
549
- flex-direction: column;
901
+ .thread-ui-bg_surface {
902
+ background: var(--thread-ui-colors-surface);
550
903
  }
551
904
 
552
- .jc_center {
553
- justify-content: center;
905
+ .thread-ui-p_1 {
906
+ padding: var(--thread-ui-spacing-1);
554
907
  }
555
908
 
556
- .ai_center {
557
- align-items: center;
909
+ .thread-ui-bg_background {
910
+ background: var(--thread-ui-colors-background);
558
911
  }
559
912
 
560
- .flex-d_row {
561
- flex-direction: row;
913
+ .thread-ui-p_2 {
914
+ padding: var(--thread-ui-spacing-2);
562
915
  }
563
916
 
564
- .bg-c_black {
565
- background-color: var(--colors-black);
917
+ .thread-ui-p_6 {
918
+ padding: var(--thread-ui-spacing-6);
566
919
  }
567
920
 
568
- .column-count_2 {
569
- column-count: 2;
921
+ .thread-ui-p_4px_8px {
922
+ padding: 4px 8px;
570
923
  }
571
924
 
572
- .cg_8px {
573
- column-gap: 8px;
925
+ .thread-ui-p_8px_16px {
926
+ padding: 8px 16px;
574
927
  }
575
928
 
576
- .d_inline-block {
577
- display: inline-block;
929
+ .thread-ui-p_16px {
930
+ padding: 16px;
578
931
  }
579
932
 
580
- .pos_relative {
581
- position: relative;
933
+ .thread-ui-bd-w_md {
934
+ border-width: var(--thread-ui-border-widths-md);
582
935
  }
583
936
 
584
- .d_block {
585
- display: block;
937
+ .thread-ui-bd-c_structure {
938
+ border-color: var(--thread-ui-colors-structure);
586
939
  }
587
940
 
588
- .d_none {
589
- display: none;
941
+ .thread-ui-bdr_md {
942
+ border-radius: var(--thread-ui-radii-md);
590
943
  }
591
944
 
592
- .ai_stretch {
593
- align-items: stretch;
945
+ .thread-ui-ov_auto {
946
+ overflow: auto;
594
947
  }
595
948
 
596
- .flex-d_column-reverse {
597
- flex-direction: column-reverse;
949
+ .thread-ui-px_4 {
950
+ padding-inline: var(--thread-ui-spacing-4);
598
951
  }
599
952
 
600
- .d_grid {
601
- display: grid;
953
+ .thread-ui-py_2 {
954
+ padding-block: var(--thread-ui-spacing-2);
602
955
  }
603
956
 
604
- .w_100\% {
605
- width: 100%;
957
+ .thread-ui-bd-c_gray\.light {
958
+ border-color: var(--thread-ui-colors-gray-light);
606
959
  }
607
960
 
608
- .mr_auto {
609
- margin-right: auto;
961
+ .thread-ui-px_16px {
962
+ padding-inline: 16px;
610
963
  }
611
964
 
612
- .ml_auto {
613
- margin-left: auto;
965
+ .thread-ui-py_8px {
966
+ padding-block: 8px;
614
967
  }
615
968
 
616
- .max-w_none {
617
- max-width: none;
969
+ .thread-ui-bd-w_1px {
970
+ border-width: 1px;
618
971
  }
619
972
 
620
- .pr_2rem {
621
- padding-right: 2rem;
973
+ .thread-ui-border-style_solid {
974
+ border-style: solid;
622
975
  }
623
976
 
624
- .pl_2rem {
625
- padding-left: 2rem;
977
+ .thread-ui-trs_colors {
978
+ transition-property: var(--transition-prop, color, background-color, border-color, outline-color, text-decoration-color, fill, stroke);
979
+ transition-timing-function: var(--transition-easing, cubic-bezier(0.4, 0, 0.2, 1));
980
+ transition-duration: var(--transition-duration, 150ms);
626
981
  }
627
982
 
628
- .pt_2\.5rem {
629
- padding-top: 2.5rem;
983
+ .thread-ui-flex_1_1_0\% {
984
+ flex: 1 1 0%;
630
985
  }
631
986
 
632
- .pb_2\.5rem {
633
- padding-bottom: 2.5rem;
987
+ .thread-ui-bdr_0\.25rem {
988
+ border-radius: 0.25rem;
634
989
  }
635
990
 
636
- .mb_1\.5rem {
637
- margin-bottom: 1.5rem;
991
+ .thread-ui-ov_hidden {
992
+ overflow: hidden;
638
993
  }
639
994
 
640
- .h_auto {
641
- height: auto;
995
+ .thread-ui-mx_auto {
996
+ margin-inline: auto;
642
997
  }
643
998
 
644
- .max-w_1400px {
645
- max-width: 1400px;
999
+ .thread-ui-py_40px {
1000
+ padding-block: 40px;
646
1001
  }
647
1002
 
648
- .w_48px {
649
- width: 48px;
1003
+ .thread-ui-gap_12px {
1004
+ gap: 12px;
650
1005
  }
651
1006
 
652
- .h_48px {
653
- height: 48px;
1007
+ .thread-ui-py_16px {
1008
+ padding-block: 16px;
654
1009
  }
655
1010
 
656
- .mt_8px {
657
- margin-top: 8px;
1011
+ .thread-ui-bdr_50\% {
1012
+ border-radius: 50%;
658
1013
  }
659
1014
 
660
- .h_100\% {
661
- height: 100%;
1015
+ .thread-ui-bdr_sm {
1016
+ border-radius: var(--thread-ui-radii-sm);
662
1017
  }
663
1018
 
664
- @media screen and (min-width: 48rem) {
665
- .md\:mx_auto {
666
- margin-inline: auto;
1019
+ .thread-ui-mx_0 {
1020
+ margin-inline: var(--thread-ui-spacing-0);
667
1021
  }
668
- .md\:column-count_3 {
669
- column-count: 3;
1022
+
1023
+ .thread-ui-gap_2 {
1024
+ gap: var(--thread-ui-spacing-2);
670
1025
  }
671
- .md\:d_none {
672
- display: none;
1026
+
1027
+ .thread-ui-gap_3 {
1028
+ gap: var(--thread-ui-spacing-3);
673
1029
  }
674
- .md\:d_block {
675
- display: block;
1030
+
1031
+ .thread-ui-gap_0\.5rem {
1032
+ gap: 0.5rem;
676
1033
  }
677
- .md\:grid-tc_repeat\(1\,_minmax\(0\,_1fr\)\) {
678
- grid-template-columns: repeat(1, minmax(0, 1fr));
1034
+
1035
+ .thread-ui-bd-w_sm {
1036
+ border-width: var(--thread-ui-border-widths-sm);
679
1037
  }
680
- .md\:grid-tc_repeat\(2\,_minmax\(0\,_1fr\)\) {
681
- grid-template-columns: repeat(2, minmax(0, 1fr));
1038
+
1039
+ .thread-ui-my_0\.5rem {
1040
+ margin-block: 0.5rem;
682
1041
  }
683
- .md\:grid-tc_repeat\(3\,_minmax\(0\,_1fr\)\) {
684
- grid-template-columns: repeat(3, minmax(0, 1fr));
1042
+
1043
+ .thread-ui-gap_0\.75rem {
1044
+ gap: 0.75rem;
685
1045
  }
686
- .md\:max-w_var\(--max-width\,_none\) {
687
- max-width: var(--max-width, none);
1046
+
1047
+ .thread-ui-gap_1 {
1048
+ gap: var(--thread-ui-spacing-1);
688
1049
  }
689
- .md\:pt_2rem {
690
- padding-top: 2rem;
1050
+
1051
+ .thread-ui-gap_24px {
1052
+ gap: 24px;
691
1053
  }
692
- .md\:pb_2rem {
693
- padding-bottom: 2rem;
1054
+
1055
+ .thread-ui-ring_2px_solid_transparent {
1056
+ outline: 2px solid transparent;
694
1057
  }
695
- .md\:max-w_800px {
696
- max-width: 800px;
1058
+
1059
+ .thread-ui-gap_16px {
1060
+ gap: 16px;
697
1061
  }
1062
+
1063
+ .thread-ui-my_20px {
1064
+ margin-block: 20px;
698
1065
  }
699
1066
 
700
- @media screen and (min-width: 64rem) {
701
- .lg\:flex_none {
702
- flex: none;
1067
+ .thread-ui-bdr_lg {
1068
+ border-radius: var(--thread-ui-radii-lg);
703
1069
  }
704
- .lg\:gap_20px {
705
- gap: 20px;
1070
+
1071
+ .thread-ui-my_16px {
1072
+ margin-block: 16px;
1073
+ }
1074
+
1075
+ .thread-ui-bd-c_gray\.300 {
1076
+ border-color: var(--thread-ui-colors-gray-300);
706
1077
  }
707
- .lg\:gap_1\.5rem {
708
- gap: 1.5rem;
1078
+
1079
+ .thread-ui-gap_7 {
1080
+ gap: var(--thread-ui-spacing-7);
709
1081
  }
710
- .lg\:column-count_4 {
711
- column-count: 4;
1082
+
1083
+ .thread-ui-bd-c_blue\.500 {
1084
+ border-color: var(--thread-ui-colors-blue-500);
712
1085
  }
713
- .lg\:flex-d_row-reverse {
714
- flex-direction: row-reverse;
1086
+
1087
+ .thread-ui-gap_4 {
1088
+ gap: var(--thread-ui-spacing-4);
715
1089
  }
716
- .lg\:flex-d_row {
717
- flex-direction: row;
1090
+
1091
+ .thread-ui-px_5 {
1092
+ padding-inline: var(--thread-ui-spacing-5);
718
1093
  }
719
- .lg\:grid-tc_repeat\(3\,_minmax\(0\,_1fr\)\) {
720
- grid-template-columns: repeat(3, minmax(0, 1fr));
1094
+
1095
+ .thread-ui-gap_12 {
1096
+ gap: var(--thread-ui-spacing-12);
721
1097
  }
722
- .lg\:grid-tc_repeat\(4\,_minmax\(0\,_1fr\)\) {
723
- grid-template-columns: repeat(4, minmax(0, 1fr));
1098
+
1099
+ .thread-ui-gap_8px {
1100
+ gap: 8px;
724
1101
  }
725
- .lg\:grid-tc_repeat\(5\,_minmax\(0\,_1fr\)\) {
726
- grid-template-columns: repeat(5, minmax(0, 1fr));
1102
+
1103
+ .thread-ui-my_4px {
1104
+ margin-block: 4px;
727
1105
  }
728
- .lg\:grid-tc_repeat\(6\,_minmax\(0\,_1fr\)\) {
729
- grid-template-columns: repeat(6, minmax(0, 1fr));
1106
+
1107
+ .thread-ui-bd-c_background {
1108
+ border-color: var(--thread-ui-colors-background);
730
1109
  }
731
- .lg\:max-w_none {
732
- max-width: none;
1110
+
1111
+ .thread-ui-bdr_20px {
1112
+ border-radius: 20px;
733
1113
  }
734
- .lg\:pt_1\.5rem {
735
- padding-top: 1.5rem;
1114
+
1115
+ .thread-ui-bd-c_primary\.main {
1116
+ border-color: var(--thread-ui-colors-primary-main);
736
1117
  }
737
- .lg\:pb_1\.5rem {
738
- padding-bottom: 1.5rem;
1118
+
1119
+ .thread-ui-bdr_none {
1120
+ border-radius: none;
739
1121
  }
740
- .lg\:w_66\.666667\% {
741
- width: 66.666667%;
1122
+
1123
+ .thread-ui-flex_1 {
1124
+ flex: 1 1 0%;
742
1125
  }
743
- .lg\:w_41\.666667\% {
744
- width: 41.666667%;
1126
+
1127
+ .thread-ui-bdr_0\.375rem {
1128
+ border-radius: 0.375rem;
745
1129
  }
746
- .lg\:max-w_1400px {
747
- max-width: 1400px;
1130
+
1131
+ .thread-ui-td_none {
1132
+ text-decoration: none;
1133
+ }
1134
+
1135
+ .thread-ui-trs_all_150ms_ease-in-out {
1136
+ transition: all 150ms ease-in-out;
1137
+ }
1138
+
1139
+ .thread-ui-gap_4px {
1140
+ gap: 4px;
1141
+ }
1142
+
1143
+ .thread-ui-d_flex {
1144
+ display: flex;
1145
+ }
1146
+
1147
+ .thread-ui-flex-d_column {
1148
+ flex-direction: column;
1149
+ }
1150
+
1151
+ .thread-ui-jc_start {
1152
+ justify-content: start;
1153
+ }
1154
+
1155
+ .thread-ui-ai_center {
1156
+ align-items: center;
1157
+ }
1158
+
1159
+ .thread-ui-c_text\.standard {
1160
+ color: var(--thread-ui-colors-text-standard);
1161
+ }
1162
+
1163
+ .thread-ui-pos_relative {
1164
+ position: relative;
1165
+ }
1166
+
1167
+ .thread-ui-bg-c_background {
1168
+ background-color: var(--thread-ui-colors-background);
1169
+ }
1170
+
1171
+ .thread-ui-pos_absolute {
1172
+ position: absolute;
1173
+ }
1174
+
1175
+ .thread-ui-bx-sh_lg {
1176
+ box-shadow: var(--thread-ui-shadows-lg);
1177
+ }
1178
+
1179
+ .thread-ui-z_10 {
1180
+ z-index: 10;
1181
+ }
1182
+
1183
+ .thread-ui-cursor_pointer {
1184
+ cursor: pointer;
1185
+ }
1186
+
1187
+ .thread-ui-bg-c_elevated {
1188
+ background-color: var(--thread-ui-colors-elevated);
1189
+ }
1190
+
1191
+ .thread-ui-d_block {
1192
+ display: block;
1193
+ }
1194
+
1195
+ .thread-ui-as_flex-start {
1196
+ align-self: flex-start;
1197
+ }
1198
+
1199
+ .thread-ui-bg-c_gray\.light {
1200
+ background-color: var(--thread-ui-colors-gray-light);
1201
+ }
1202
+
1203
+ .thread-ui-bdr-ss_lg {
1204
+ border-start-start-radius: var(--thread-ui-radii-lg);
1205
+ }
1206
+
1207
+ .thread-ui-bdr-es_lg {
1208
+ border-end-start-radius: var(--thread-ui-radii-lg);
1209
+ }
1210
+
1211
+ .thread-ui-bdr-se_lg {
1212
+ border-start-end-radius: var(--thread-ui-radii-lg);
1213
+ }
1214
+
1215
+ .thread-ui-bdr-ee_lg {
1216
+ border-end-end-radius: var(--thread-ui-radii-lg);
1217
+ }
1218
+
1219
+ .thread-ui-ta_center {
1220
+ text-align: center;
1221
+ }
1222
+
1223
+ .thread-ui-fs_sm {
1224
+ font-size: var(--thread-ui-font-sizes-sm);
1225
+ }
1226
+
1227
+ .thread-ui-ap_none {
1228
+ appearance: none;
1229
+ -webkit-appearance: none;
1230
+ }
1231
+
1232
+ .thread-ui-jc_center {
1233
+ justify-content: center;
1234
+ }
1235
+
1236
+ .thread-ui-as_start {
1237
+ align-self: start;
1238
+ }
1239
+
1240
+ .thread-ui-resize_vertical {
1241
+ resize: vertical;
1242
+ }
1243
+
1244
+ .thread-ui-flex-d_row {
1245
+ flex-direction: row;
1246
+ }
1247
+
1248
+ .thread-ui-bg-c_black {
1249
+ background-color: var(--thread-ui-colors-black);
1250
+ }
1251
+
1252
+ .thread-ui-column-count_2 {
1253
+ column-count: 2;
1254
+ }
1255
+
1256
+ .thread-ui-cg_2 {
1257
+ column-gap: var(--thread-ui-spacing-2);
1258
+ }
1259
+
1260
+ .thread-ui-d_inline-block {
1261
+ display: inline-block;
1262
+ }
1263
+
1264
+ .thread-ui-d_block\! {
1265
+ display: block !important;
1266
+ }
1267
+
1268
+ .thread-ui-d_none\! {
1269
+ display: none !important;
1270
+ }
1271
+
1272
+ .thread-ui-ai_stretch {
1273
+ align-items: stretch;
1274
+ }
1275
+
1276
+ .thread-ui-flex-d_column-reverse {
1277
+ flex-direction: column-reverse;
1278
+ }
1279
+
1280
+ .thread-ui-jc_flex-start {
1281
+ justify-content: flex-start;
1282
+ }
1283
+
1284
+ .thread-ui-tov_ellipsis {
1285
+ text-overflow: ellipsis;
1286
+ }
1287
+
1288
+ .thread-ui-white-space_nowrap {
1289
+ white-space: nowrap;
1290
+ }
1291
+
1292
+ .thread-ui-fs_0\.875rem {
1293
+ font-size: 0.875rem;
1294
+ }
1295
+
1296
+ .thread-ui-lh_1\.25rem {
1297
+ line-height: 1.25rem;
1298
+ }
1299
+
1300
+ .thread-ui-pos_sticky {
1301
+ position: sticky;
1302
+ }
1303
+
1304
+ .thread-ui-z_40 {
1305
+ z-index: 40;
1306
+ }
1307
+
1308
+ .thread-ui-cg_20px {
1309
+ column-gap: 20px;
1310
+ }
1311
+
1312
+ .thread-ui-jc_space-between {
1313
+ justify-content: space-between;
1314
+ }
1315
+
1316
+ .thread-ui-anim-dur_300ms {
1317
+ animation-duration: 300ms;
1318
+ }
1319
+
1320
+ .thread-ui-anim-tmf_linear {
1321
+ animation-timing-function: var(--thread-ui-easings-linear);
1322
+ }
1323
+
1324
+ .thread-ui-cg_24px {
1325
+ column-gap: 24px;
1326
+ }
1327
+
1328
+ .thread-ui-trs-prop_0 {
1329
+ --transition-prop: 0;
1330
+ transition-property: 0;
1331
+ }
1332
+
1333
+ .thread-ui-trs-dur_300ms {
1334
+ --transition-duration: 300ms;
1335
+ transition-duration: 300ms;
1336
+ }
1337
+
1338
+ .thread-ui-trs-tmf_linear {
1339
+ --transition-easing: var(--thread-ui-easings-linear);
1340
+ transition-timing-function: var(--thread-ui-easings-linear);
1341
+ }
1342
+
1343
+ .thread-ui-vis_visible {
1344
+ visibility: visible;
1345
+ }
1346
+
1347
+ .thread-ui-op_1 {
1348
+ opacity: 1;
1349
+ }
1350
+
1351
+ .thread-ui-trf_translateY\(0\) {
1352
+ transform: translateY(0);
1353
+ }
1354
+
1355
+ .thread-ui-trf_translateY\(2\.5rem\) {
1356
+ transform: translateY(2.5rem);
1357
+ }
1358
+
1359
+ .thread-ui-op_0 {
1360
+ opacity: 0;
1361
+ }
1362
+
1363
+ .thread-ui-vis_hidden {
1364
+ visibility: hidden;
1365
+ }
1366
+
1367
+ .thread-ui-jc_flex-center {
1368
+ justify-content: flex-center;
1369
+ }
1370
+
1371
+ .thread-ui-ring-o_2px {
1372
+ outline-offset: 2px;
1373
+ }
1374
+
1375
+ .thread-ui-bg-c_gray\.dark {
1376
+ background-color: var(--thread-ui-colors-gray-dark);
1377
+ }
1378
+
1379
+ .thread-ui-trs-prop_color\,_background-color\,_border-color\,_text-decoration-color\,_fill\,_stroke\,_opacity\,_box-shadow\,_transform\,_filter\,_backdrop-filter {
1380
+ --transition-prop: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1381
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1382
+ }
1383
+
1384
+ .thread-ui-trs-tmf_cubic-bezier\(0\.4\,_0\,_0\.2\,_1\) {
1385
+ --transition-easing: cubic-bezier(0.4, 0, 0.2, 1);
1386
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1387
+ }
1388
+
1389
+ .thread-ui-trf_translate\(0\,_0\.324rem\)_rotate\(45deg\) {
1390
+ transform: translate(0, 0.324rem) rotate(45deg);
1391
+ }
1392
+
1393
+ .thread-ui-trf_translate\(0\,_-0\.324rem\)_rotate\(-45deg\) {
1394
+ transform: translate(0, -0.324rem) rotate(-45deg);
1395
+ }
1396
+
1397
+ .thread-ui-bg-c_surface {
1398
+ background-color: var(--thread-ui-colors-surface);
1399
+ }
1400
+
1401
+ .thread-ui-bx-sh_0_1px_2px_0_rgb\(0_0_0_\/_0\.05\) {
1402
+ box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1403
+ }
1404
+
1405
+ .thread-ui-bx-sh_none {
1406
+ box-shadow: none;
1407
+ }
1408
+
1409
+ .thread-ui-bg-c_structure {
1410
+ background-color: var(--thread-ui-colors-structure);
1411
+ }
1412
+
1413
+ .thread-ui-ai_flex-start {
1414
+ align-items: flex-start;
1415
+ }
1416
+
1417
+ .thread-ui-pos_fixed {
1418
+ position: fixed;
1419
+ }
1420
+
1421
+ .thread-ui-z_50 {
1422
+ z-index: 50;
1423
+ }
1424
+
1425
+ .thread-ui-c_info\.main {
1426
+ color: var(--thread-ui-colors-info-main);
1427
+ }
1428
+
1429
+ .thread-ui-fs_xs {
1430
+ font-size: var(--thread-ui-font-sizes-xs);
1431
+ }
1432
+
1433
+ .thread-ui-d_none {
1434
+ display: none;
1435
+ }
1436
+
1437
+ .thread-ui-jc_normal {
1438
+ justify-content: normal;
1439
+ }
1440
+
1441
+ .thread-ui-as_flex-end {
1442
+ align-self: flex-end;
1443
+ }
1444
+
1445
+ .thread-ui-obj-f_cover {
1446
+ object-fit: cover;
1447
+ }
1448
+
1449
+ .thread-ui-d_grid {
1450
+ display: grid;
1451
+ }
1452
+
1453
+ .thread-ui-c_text\.inverted {
1454
+ color: var(--thread-ui-colors-text-inverted);
1455
+ }
1456
+
1457
+ .thread-ui-bg-c_primary\.main {
1458
+ background-color: var(--thread-ui-colors-primary-main);
1459
+ }
1460
+
1461
+ .thread-ui-c_inherit {
1462
+ color: inherit;
1463
+ }
1464
+
1465
+ .thread-ui-flex-sh_0 {
1466
+ flex-shrink: 0;
1467
+ }
1468
+
1469
+ .thread-ui-flex-d_row-reverse {
1470
+ flex-direction: row-reverse;
1471
+ }
1472
+
1473
+ .thread-ui-li-t_none {
1474
+ list-style-type: none;
1475
+ }
1476
+
1477
+ .thread-ui-d_inline-flex {
1478
+ display: inline-flex;
1479
+ }
1480
+
1481
+ .thread-ui-fw_500 {
1482
+ font-weight: 500;
1483
+ }
1484
+
1485
+ .thread-ui-trf_translateX\(-50\%\) {
1486
+ transform: translateX(-50%);
1487
+ }
1488
+
1489
+ .thread-ui-pos_static {
1490
+ position: static;
1491
+ }
1492
+
1493
+ .thread-ui-w_100\% {
1494
+ width: 100%;
1495
+ }
1496
+
1497
+ .thread-ui-pb_4px {
1498
+ padding-bottom: 4px;
1499
+ }
1500
+
1501
+ .thread-ui-mt_1 {
1502
+ margin-top: var(--thread-ui-spacing-1);
1503
+ }
1504
+
1505
+ .thread-ui-max-h_60 {
1506
+ max-height: var(--thread-ui-sizes-60);
1507
+ }
1508
+
1509
+ .thread-ui-mb_2 {
1510
+ margin-bottom: var(--thread-ui-spacing-2);
1511
+ }
1512
+
1513
+ .thread-ui-h_11 {
1514
+ height: var(--thread-ui-sizes-11);
1515
+ }
1516
+
1517
+ .thread-ui-w_16 {
1518
+ width: var(--thread-ui-sizes-16);
1519
+ }
1520
+
1521
+ .thread-ui-w_auto {
1522
+ width: auto;
1523
+ }
1524
+
1525
+ .thread-ui-min-h_25 {
1526
+ min-height: 25px;
1527
+ }
1528
+
1529
+ .thread-ui-mr_auto {
1530
+ margin-right: auto;
1531
+ }
1532
+
1533
+ .thread-ui-ml_auto {
1534
+ margin-left: auto;
1535
+ }
1536
+
1537
+ .thread-ui-max-w_none {
1538
+ max-width: none;
1539
+ }
1540
+
1541
+ .thread-ui-pr_2rem {
1542
+ padding-right: 2rem;
1543
+ }
1544
+
1545
+ .thread-ui-pl_2rem {
1546
+ padding-left: 2rem;
1547
+ }
1548
+
1549
+ .thread-ui-pt_2\.5rem {
1550
+ padding-top: 2.5rem;
1551
+ }
1552
+
1553
+ .thread-ui-pb_2\.5rem {
1554
+ padding-bottom: 2.5rem;
1555
+ }
1556
+
1557
+ .thread-ui-mb_1\.5rem {
1558
+ margin-bottom: 1.5rem;
1559
+ }
1560
+
1561
+ .thread-ui-h_auto {
1562
+ height: auto;
1563
+ }
1564
+
1565
+ .thread-ui-max-w_1400px {
1566
+ max-width: 1400px;
1567
+ }
1568
+
1569
+ .thread-ui-max-w_1280px {
1570
+ max-width: 1280px;
1571
+ }
1572
+
1573
+ .thread-ui-mt_8px {
1574
+ margin-top: 8px;
1575
+ }
1576
+
1577
+ .thread-ui-mt_36px {
1578
+ margin-top: 36px;
1579
+ }
1580
+
1581
+ .thread-ui-w_48px {
1582
+ width: 48px;
1583
+ }
1584
+
1585
+ .thread-ui-h_48px {
1586
+ height: 48px;
1587
+ }
1588
+
1589
+ .thread-ui-mt_2 {
1590
+ margin-top: var(--thread-ui-spacing-2);
1591
+ }
1592
+
1593
+ .thread-ui-h_100\% {
1594
+ height: 100%;
1595
+ }
1596
+
1597
+ .thread-ui-mt_0\.75rem {
1598
+ margin-top: 0.75rem;
1599
+ }
1600
+
1601
+ .thread-ui-mb_0\.75rem {
1602
+ margin-bottom: 0.75rem;
1603
+ }
1604
+
1605
+ .thread-ui-max-h_15rem {
1606
+ max-height: 15rem;
1607
+ }
1608
+
1609
+ .thread-ui-w_391px {
1610
+ width: 391px;
1611
+ }
1612
+
1613
+ .thread-ui-h_241px {
1614
+ height: 241px;
1615
+ }
1616
+
1617
+ .thread-ui-h_83\.333333\% {
1618
+ height: 83.333333%;
1619
+ }
1620
+
1621
+ .thread-ui-min-h_100\% {
1622
+ min-height: 100%;
1623
+ }
1624
+
1625
+ .thread-ui-min-w_100\% {
1626
+ min-width: 100%;
1627
+ }
1628
+
1629
+ .thread-ui-h_16\.666667\% {
1630
+ height: 16.666667%;
1631
+ }
1632
+
1633
+ .thread-ui-pr_0\.25rem {
1634
+ padding-right: 0.25rem;
1635
+ }
1636
+
1637
+ .thread-ui-w_83\% {
1638
+ width: 83%;
1639
+ }
1640
+
1641
+ .thread-ui-max-w_576px {
1642
+ max-width: 576px;
1643
+ }
1644
+
1645
+ .thread-ui-max-w_672px {
1646
+ max-width: 672px;
1647
+ }
1648
+
1649
+ .thread-ui-max-w_896px {
1650
+ max-width: 896px;
1651
+ }
1652
+
1653
+ .thread-ui-max-w_16rem {
1654
+ max-width: 16rem;
1655
+ }
1656
+
1657
+ .thread-ui-w_9\/12 {
1658
+ width: 75%;
1659
+ }
1660
+
1661
+ .thread-ui-w_10\/12 {
1662
+ width: 83.333333%;
1663
+ }
1664
+
1665
+ .thread-ui-max-h_300px {
1666
+ max-height: 300px;
1667
+ }
1668
+
1669
+ .thread-ui-ov-y_auto {
1670
+ overflow-y: auto;
1671
+ }
1672
+
1673
+ .thread-ui-top_0px {
1674
+ top: 0px;
1675
+ }
1676
+
1677
+ .thread-ui-h_80px {
1678
+ height: 80px;
1679
+ }
1680
+
1681
+ .thread-ui-bd-b-w_1px {
1682
+ border-bottom-width: 1px;
1683
+ }
1684
+
1685
+ .thread-ui-bd-b-c_structure {
1686
+ border-bottom-color: var(--thread-ui-colors-structure);
1687
+ }
1688
+
1689
+ .thread-ui-pr_32px {
1690
+ padding-right: 32px;
1691
+ }
1692
+
1693
+ .thread-ui-pl_32px {
1694
+ padding-left: 32px;
1695
+ }
1696
+
1697
+ .thread-ui-top_100\% {
1698
+ top: 100%;
1699
+ }
1700
+
1701
+ .thread-ui-left_0px {
1702
+ left: 0px;
1703
+ }
1704
+
1705
+ .thread-ui-pt_32px {
1706
+ padding-top: 32px;
1707
+ }
1708
+
1709
+ .thread-ui-pb_32px {
1710
+ padding-bottom: 32px;
1711
+ }
1712
+
1713
+ .thread-ui-pl_20px {
1714
+ padding-left: 20px;
1715
+ }
1716
+
1717
+ .thread-ui-pr_20px {
1718
+ padding-right: 20px;
1719
+ }
1720
+
1721
+ .thread-ui-bd-l-w_1px {
1722
+ border-left-width: 1px;
1723
+ }
1724
+
1725
+ .thread-ui-bd-l-c_gray\.main {
1726
+ border-left-color: var(--thread-ui-colors-gray-main);
1727
+ }
1728
+
1729
+ .thread-ui-pl_12px {
1730
+ padding-left: 12px;
1731
+ }
1732
+
1733
+ .thread-ui-pt_12px {
1734
+ padding-top: 12px;
1735
+ }
1736
+
1737
+ .thread-ui-pb_12px {
1738
+ padding-bottom: 12px;
1739
+ }
1740
+
1741
+ .thread-ui-h_2px {
1742
+ height: 2px;
1743
+ }
1744
+
1745
+ .thread-ui-w_24px {
1746
+ width: 24px;
1747
+ }
1748
+
1749
+ .thread-ui-w_16px {
1750
+ width: 16px;
1751
+ }
1752
+
1753
+ .thread-ui-mr_32px {
1754
+ margin-right: 32px;
1755
+ }
1756
+
1757
+ .thread-ui-max-w_850px {
1758
+ max-width: 850px;
1759
+ }
1760
+
1761
+ .thread-ui-max-w_600px {
1762
+ max-width: 600px;
1763
+ }
1764
+
1765
+ .thread-ui-mb_1 {
1766
+ margin-bottom: var(--thread-ui-spacing-1);
1767
+ }
1768
+
1769
+ .thread-ui-mb_3 {
1770
+ margin-bottom: var(--thread-ui-spacing-3);
1771
+ }
1772
+
1773
+ .thread-ui-h_0\.5px {
1774
+ height: 0.5px;
1775
+ }
1776
+
1777
+ .thread-ui-h_1px {
1778
+ height: 1px;
1779
+ }
1780
+
1781
+ .thread-ui-w_75\% {
1782
+ width: 75%;
1783
+ }
1784
+
1785
+ .thread-ui-pt_10 {
1786
+ padding-top: var(--thread-ui-spacing-10);
1787
+ }
1788
+
1789
+ .thread-ui-pt_0 {
1790
+ padding-top: var(--thread-ui-spacing-0);
1791
+ }
1792
+
1793
+ .thread-ui-max-h_6rem {
1794
+ max-height: 6rem;
1795
+ }
1796
+
1797
+ .thread-ui-max-w_6rem {
1798
+ max-width: 6rem;
1799
+ }
1800
+
1801
+ .thread-ui-max-w_100\% {
1802
+ max-width: 100%;
1803
+ }
1804
+
1805
+ .thread-ui-min-h_4 {
1806
+ min-height: var(--thread-ui-sizes-4);
1807
+ }
1808
+
1809
+ .thread-ui-w_fit-content {
1810
+ width: fit-content;
1811
+ }
1812
+
1813
+ .thread-ui-w_calc\(100\%_\+_32px\) {
1814
+ width: calc(100% + 32px);
1815
+ }
1816
+
1817
+ .thread-ui-h_0px {
1818
+ height: 0px;
1819
+ }
1820
+
1821
+ .thread-ui-left_50\% {
1822
+ left: 50%;
1823
+ }
1824
+
1825
+ .thread-ui-bottom_-0px {
1826
+ bottom: -0px;
1827
+ }
1828
+
1829
+ .thread-ui-w_100vw {
1830
+ width: 100vw;
1831
+ }
1832
+
1833
+ .\[\&\:\:-webkit-outer-spin-button\]\:thread-ui-ap_none::-webkit-outer-spin-button,.\[\&\:\:-webkit-inner-spin-button\]\:thread-ui-ap_none::-webkit-inner-spin-button {
1834
+ appearance: none;
1835
+ -webkit-appearance: none;
1836
+ }
1837
+
1838
+ .dark .dark\:thread-ui-bg-c_surface {
1839
+ background-color: var(--thread-ui-colors-surface);
1840
+ }
1841
+
1842
+ .focus\:thread-ui-ring_none:is(:focus, [data-focus]) {
1843
+ outline: var(--thread-ui-borders-none);
1844
+ }
1845
+
1846
+ .focus\:thread-ui-bd-c_blue\.500:is(:focus, [data-focus]) {
1847
+ border-color: var(--thread-ui-colors-blue-500);
1848
+ }
1849
+
1850
+ .focus\:thread-ui-bd-c_transparent:is(:focus, [data-focus]) {
1851
+ border-color: var(--thread-ui-colors-transparent);
1852
+ }
1853
+
1854
+ .focus\:thread-ui-ring-c_gray\.100:is(:focus, [data-focus]) {
1855
+ outline-color: var(--thread-ui-colors-gray-100);
1856
+ }
1857
+
1858
+ .focus\:thread-ui-ring-c_blue\.500:is(:focus, [data-focus]) {
1859
+ outline-color: var(--thread-ui-colors-blue-500);
1860
+ }
1861
+
1862
+ .focus\:thread-ui-bx-sh_0_0_0_2px_\{colors\.blue\.500\}:is(:focus, [data-focus]) {
1863
+ box-shadow: 0 0 0 2px var(--thread-ui-colors-blue-500);
1864
+ }
1865
+
1866
+ .hover\:thread-ui-bd-c_primary\.main:is(:hover, [data-hover]) {
1867
+ border-color: var(--thread-ui-colors-primary-main);
1868
+ }
1869
+
1870
+ .hover\:thread-ui-bd-c_secondary\.main:is(:hover, [data-hover]) {
1871
+ border-color: var(--thread-ui-colors-secondary-main);
1872
+ }
1873
+
1874
+ .hover\:thread-ui-bd-c_tertiary\.main:is(:hover, [data-hover]) {
1875
+ border-color: var(--thread-ui-colors-tertiary-main);
1876
+ }
1877
+
1878
+ .hover\:thread-ui-bd-c_gray\.main:is(:hover, [data-hover]) {
1879
+ border-color: var(--thread-ui-colors-gray-main);
1880
+ }
1881
+
1882
+ .hover\:thread-ui-bd-c_success\.main:is(:hover, [data-hover]) {
1883
+ border-color: var(--thread-ui-colors-success-main);
1884
+ }
1885
+
1886
+ .hover\:thread-ui-bd-c_error\.main:is(:hover, [data-hover]) {
1887
+ border-color: var(--thread-ui-colors-error-main);
1888
+ }
1889
+
1890
+ .hover\:thread-ui-bd-c_info\.main:is(:hover, [data-hover]) {
1891
+ border-color: var(--thread-ui-colors-info-main);
1892
+ }
1893
+
1894
+ .hover\:thread-ui-bd-c_text\.standard:is(:hover, [data-hover]) {
1895
+ border-color: var(--thread-ui-colors-text-standard);
1896
+ }
1897
+
1898
+ .hover\:thread-ui-bd-c_white:is(:hover, [data-hover]) {
1899
+ border-color: var(--thread-ui-colors-white);
1900
+ }
1901
+
1902
+ .hover\:thread-ui-td_underline:is(:hover, [data-hover]) {
1903
+ text-decoration: underline;
1904
+ }
1905
+
1906
+ .hover\:thread-ui-bg-c_primary\.main:is(:hover, [data-hover]) {
1907
+ background-color: var(--thread-ui-colors-primary-main);
1908
+ }
1909
+
1910
+ .hover\:thread-ui-c_background:is(:hover, [data-hover]) {
1911
+ color: var(--thread-ui-colors-background);
1912
+ }
1913
+
1914
+ .hover\:thread-ui-bg-c_secondary\.main:is(:hover, [data-hover]) {
1915
+ background-color: var(--thread-ui-colors-secondary-main);
1916
+ }
1917
+
1918
+ .hover\:thread-ui-bg-c_tertiary\.main:is(:hover, [data-hover]) {
1919
+ background-color: var(--thread-ui-colors-tertiary-main);
1920
+ }
1921
+
1922
+ .hover\:thread-ui-bg-c_gray\.main:is(:hover, [data-hover]) {
1923
+ background-color: var(--thread-ui-colors-gray-main);
1924
+ }
1925
+
1926
+ .hover\:thread-ui-bg-c_success\.main:is(:hover, [data-hover]) {
1927
+ background-color: var(--thread-ui-colors-success-main);
1928
+ }
1929
+
1930
+ .hover\:thread-ui-bg-c_error\.main:is(:hover, [data-hover]) {
1931
+ background-color: var(--thread-ui-colors-error-main);
1932
+ }
1933
+
1934
+ .hover\:thread-ui-bg-c_info\.main:is(:hover, [data-hover]) {
1935
+ background-color: var(--thread-ui-colors-info-main);
1936
+ }
1937
+
1938
+ .hover\:thread-ui-bg-c_text\.standard:is(:hover, [data-hover]) {
1939
+ background-color: var(--thread-ui-colors-text-standard);
1940
+ }
1941
+
1942
+ .hover\:thread-ui-bg-c_black:is(:hover, [data-hover]) {
1943
+ background-color: var(--thread-ui-colors-black);
1944
+ }
1945
+
1946
+ .hover\:thread-ui-bg-c_surface:is(:hover, [data-hover]) {
1947
+ background-color: var(--thread-ui-colors-surface);
1948
+ }
1949
+
1950
+ .hover\:thread-ui-bg-c_gray\.100:is(:hover, [data-hover]) {
1951
+ background-color: var(--thread-ui-colors-gray-100);
1952
+ }
1953
+
1954
+ .hover\:thread-ui-c_primary\.main:is(:hover, [data-hover]) {
1955
+ color: var(--thread-ui-colors-primary-main);
1956
+ }
1957
+
1958
+ .hover\:thread-ui-bg-c_primary\.light:is(:hover, [data-hover]) {
1959
+ background-color: var(--thread-ui-colors-primary-light);
1960
+ }
1961
+
1962
+ .hover\:thread-ui-c_text\.inverted:is(:hover, [data-hover]) {
1963
+ color: var(--thread-ui-colors-text-inverted);
1964
+ }
1965
+
1966
+ .hover\:thread-ui-bg-c_elevated:is(:hover, [data-hover]) {
1967
+ background-color: var(--thread-ui-colors-elevated);
1968
+ }
1969
+
1970
+ @media screen and (min-width: 40rem) {
1971
+ .sm\:thread-ui-pos_static {
1972
+ position: static;
1973
+ }
1974
+ .sm\:thread-ui-h_auto {
1975
+ height: auto;
1976
+ }
1977
+ }
1978
+
1979
+ @media screen and (min-width: 48rem) {
1980
+ .thread-ui-hide_md {
1981
+ display: none;
1982
+ }
1983
+ .md\:thread-ui-mx_auto {
1984
+ margin-inline: auto;
1985
+ }
1986
+ .md\:thread-ui-px_8px {
1987
+ padding-inline: 8px;
1988
+ }
1989
+ .md\:thread-ui-column-count_3 {
1990
+ column-count: 3;
1991
+ }
1992
+ .md\:thread-ui-d_none\! {
1993
+ display: none !important;
1994
+ }
1995
+ .md\:thread-ui-d_block\! {
1996
+ display: block !important;
1997
+ }
1998
+ .md\:thread-ui-trs-prop_none {
1999
+ --transition-prop: none;
2000
+ transition-property: none;
2001
+ }
2002
+ .md\:thread-ui-jc_space-between {
2003
+ justify-content: space-between;
2004
+ }
2005
+ .md\:thread-ui-grid-tc_repeat\(1\,_minmax\(0\,_1fr\)\) {
2006
+ grid-template-columns: repeat(1, minmax(0, 1fr));
2007
+ }
2008
+ .md\:thread-ui-grid-tc_repeat\(2\,_minmax\(0\,_1fr\)\) {
2009
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2010
+ }
2011
+ .md\:thread-ui-grid-tc_repeat\(3\,_minmax\(0\,_1fr\)\) {
2012
+ grid-template-columns: repeat(3, minmax(0, 1fr));
2013
+ }
2014
+ .md\:thread-ui-max-w_var\(--max-width\,_none\) {
2015
+ max-width: var(--max-width, none);
2016
+ }
2017
+ .md\:thread-ui-pt_2rem {
2018
+ padding-top: 2rem;
2019
+ }
2020
+ .md\:thread-ui-pb_2rem {
2021
+ padding-bottom: 2rem;
2022
+ }
2023
+ .md\:thread-ui-max-w_800px {
2024
+ max-width: 800px;
2025
+ }
2026
+ .md\:thread-ui-max-h_none {
2027
+ max-height: none;
2028
+ }
2029
+ .md\:thread-ui-ov-y_visible {
2030
+ overflow-y: visible;
2031
+ }
2032
+ .md\:thread-ui-pl_48px {
2033
+ padding-left: 48px;
2034
+ }
2035
+ .md\:thread-ui-pr_48px {
2036
+ padding-right: 48px;
2037
+ }
2038
+ .md\:thread-ui-w_50\% {
2039
+ width: 50%;
2040
+ }
2041
+ .md\:thread-ui-w_75\% {
2042
+ width: 75%;
2043
+ }
2044
+ .md\:thread-ui-max-w_480px {
2045
+ max-width: 480px;
2046
+ }
2047
+ .md\:thread-ui-max-w_560px {
2048
+ max-width: 560px;
2049
+ }
2050
+ .md\:thread-ui-max-w_720px {
2051
+ max-width: 720px;
2052
+ }
2053
+ }
2054
+
2055
+ @media screen and (min-width: 64rem) {
2056
+ .lg\:thread-ui-p_6 {
2057
+ padding: var(--thread-ui-spacing-6);
2058
+ }
2059
+ .lg\:thread-ui-flex_none {
2060
+ flex: none;
2061
+ }
2062
+ .lg\:thread-ui-gap_20px {
2063
+ gap: 20px;
2064
+ }
2065
+ .lg\:thread-ui-gap_0\.75rem {
2066
+ gap: 0.75rem;
2067
+ }
2068
+ .lg\:thread-ui-border-style_none {
2069
+ border-style: none;
2070
+ }
2071
+ .lg\:thread-ui-gap_6 {
2072
+ gap: var(--thread-ui-spacing-6);
2073
+ }
2074
+ .lg\:thread-ui-column-count_4 {
2075
+ column-count: 4;
2076
+ }
2077
+ .lg\:thread-ui-flex-d_row-reverse {
2078
+ flex-direction: row-reverse;
2079
+ }
2080
+ .lg\:thread-ui-flex-d_row {
2081
+ flex-direction: row;
2082
+ }
2083
+ .lg\:thread-ui-d_none {
2084
+ display: none;
2085
+ }
2086
+ .lg\:thread-ui-flex-d_column-reverse {
2087
+ flex-direction: column-reverse;
2088
+ }
2089
+ .lg\:thread-ui-jc_flex-start {
2090
+ justify-content: flex-start;
2091
+ }
2092
+ .lg\:thread-ui-pos_relative {
2093
+ position: relative;
2094
+ }
2095
+ .lg\:thread-ui-bg-c_transparent {
2096
+ background-color: var(--thread-ui-colors-transparent);
2097
+ }
2098
+ .lg\:thread-ui-d_flex {
2099
+ display: flex;
2100
+ }
2101
+ .lg\:thread-ui-trf_translateY\(0\) {
2102
+ transform: translateY(0);
2103
+ }
2104
+ .lg\:thread-ui-op_1 {
2105
+ opacity: 1;
2106
+ }
2107
+ .lg\:thread-ui-vis_visible {
2108
+ visibility: visible;
2109
+ }
2110
+ .lg\:thread-ui-ai_center {
2111
+ align-items: center;
2112
+ }
2113
+ .lg\:thread-ui-jc_center {
2114
+ justify-content: center;
2115
+ }
2116
+ .lg\:thread-ui-grid-tc_repeat\(2\,_minmax\(0\,_1fr\)\) {
2117
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2118
+ }
2119
+ .lg\:thread-ui-grid-tc_repeat\(3\,_minmax\(0\,_1fr\)\) {
2120
+ grid-template-columns: repeat(3, minmax(0, 1fr));
2121
+ }
2122
+ .lg\:thread-ui-grid-tc_repeat\(4\,_minmax\(0\,_1fr\)\) {
2123
+ grid-template-columns: repeat(4, minmax(0, 1fr));
2124
+ }
2125
+ .lg\:thread-ui-grid-tc_repeat\(5\,_minmax\(0\,_1fr\)\) {
2126
+ grid-template-columns: repeat(5, minmax(0, 1fr));
2127
+ }
2128
+ .lg\:thread-ui-grid-tc_repeat\(6\,_minmax\(0\,_1fr\)\) {
2129
+ grid-template-columns: repeat(6, minmax(0, 1fr));
2130
+ }
2131
+ .lg\:thread-ui-d_block {
2132
+ display: block;
2133
+ }
2134
+ .lg\:thread-ui-pos_absolute {
2135
+ position: absolute;
2136
+ }
2137
+ .lg\:thread-ui-trf_translateX\(-50\%\) {
2138
+ transform: translateX(-50%);
2139
+ }
2140
+ .lg\:thread-ui-max-w_none {
2141
+ max-width: none;
2142
+ }
2143
+ .lg\:thread-ui-pt_1\.5rem {
2144
+ padding-top: 1.5rem;
2145
+ }
2146
+ .lg\:thread-ui-pb_1\.5rem {
2147
+ padding-bottom: 1.5rem;
2148
+ }
2149
+ .lg\:thread-ui-w_66\.666667\% {
2150
+ width: 66.666667%;
2151
+ }
2152
+ .lg\:thread-ui-w_41\.666667\% {
2153
+ width: 41.666667%;
2154
+ }
2155
+ .lg\:thread-ui-max-w_1400px {
2156
+ max-width: 1400px;
2157
+ }
2158
+ .lg\:thread-ui-w_4\/12 {
2159
+ width: 33.333333%;
2160
+ }
2161
+ .lg\:thread-ui-mt_0\.75rem {
2162
+ margin-top: 0.75rem;
2163
+ }
2164
+ .lg\:thread-ui-w_7\/12 {
2165
+ width: 58.333333%;
2166
+ }
2167
+ .lg\:thread-ui-max-h_500px {
2168
+ max-height: 500px;
2169
+ }
2170
+ .lg\:thread-ui-ov-y_scroll {
2171
+ overflow-y: scroll;
2172
+ }
2173
+ .lg\:thread-ui-top_0px {
2174
+ top: 0px;
2175
+ }
2176
+ .lg\:thread-ui-pt_0px {
2177
+ padding-top: 0px;
2178
+ }
2179
+ .lg\:thread-ui-pb_0px {
2180
+ padding-bottom: 0px;
2181
+ }
2182
+ .lg\:thread-ui-pl_0px {
2183
+ padding-left: 0px;
2184
+ }
2185
+ .lg\:thread-ui-pr_0px {
2186
+ padding-right: 0px;
2187
+ }
2188
+ .lg\:thread-ui-w_max-content {
2189
+ width: max-content;
2190
+ }
2191
+ .lg\:thread-ui-w_100\% {
2192
+ width: 100%;
2193
+ }
2194
+ .lg\:thread-ui-w_175px {
2195
+ width: 175px;
2196
+ }
2197
+ .lg\:thread-ui-w_95\% {
2198
+ width: 95%;
2199
+ }
2200
+ .lg\:thread-ui-h_2\.5rem {
2201
+ height: 2.5rem;
2202
+ }
2203
+ .lg\:thread-ui-w_fit-content {
2204
+ width: fit-content;
2205
+ }
2206
+ .lg\:thread-ui-h_30px {
2207
+ height: 30px;
2208
+ }
2209
+ .lg\:thread-ui-bottom_-30px {
2210
+ bottom: -30px;
2211
+ }
2212
+ .lg\:thread-ui-top_calc\(100\%_\+_30px\) {
2213
+ top: calc(100% + 30px);
2214
+ }
2215
+ .lg\:thread-ui-left_50\% {
2216
+ left: 50%;
2217
+ }
2218
+ }
2219
+
2220
+ @media screen and (max-width: 47.9975rem) {
2221
+ .thread-ui-show_md {
2222
+ display: none;
748
2223
  }
749
2224
  }
750
2225
  }