thread-ui 0.1.11 → 0.3.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 (207) hide show
  1. package/dist/components/form-elements/form-label/form-label.d.ts +3 -0
  2. package/dist/components/form-elements/form-label/form-label.d.ts.map +1 -0
  3. package/dist/components/form-elements/form-label/form-label.js +12 -0
  4. package/dist/components/form-elements/form-label/form-label.js.map +1 -0
  5. package/dist/components/form-elements/form-label/form-label.types.d.ts +6 -0
  6. package/dist/components/form-elements/form-label/form-label.types.d.ts.map +1 -0
  7. package/dist/components/form-elements/form-label/form-label.types.js +2 -0
  8. package/dist/components/form-elements/form-label/form-label.types.js.map +1 -0
  9. package/dist/components/form-elements/form-label/index.d.ts +3 -0
  10. package/dist/components/form-elements/form-label/index.d.ts.map +1 -0
  11. package/dist/components/form-elements/form-label/index.js +2 -0
  12. package/dist/components/form-elements/form-label/index.js.map +1 -0
  13. package/dist/components/form-elements/index.d.ts +4 -0
  14. package/dist/components/form-elements/index.d.ts.map +1 -0
  15. package/dist/components/form-elements/index.js +4 -0
  16. package/dist/components/form-elements/index.js.map +1 -0
  17. package/dist/components/form-elements/input-props.types.d.ts +10 -0
  18. package/dist/components/form-elements/input-props.types.d.ts.map +1 -0
  19. package/dist/components/form-elements/input-props.types.js +2 -0
  20. package/dist/components/form-elements/input-props.types.js.map +1 -0
  21. package/dist/components/form-elements/input-wrapper.d.ts +5 -0
  22. package/dist/components/form-elements/input-wrapper.d.ts.map +1 -0
  23. package/dist/components/form-elements/input-wrapper.js +14 -0
  24. package/dist/components/form-elements/input-wrapper.js.map +1 -0
  25. package/dist/components/form-elements/number-input/index.d.ts +3 -0
  26. package/dist/components/form-elements/number-input/index.d.ts.map +1 -0
  27. package/dist/components/form-elements/number-input/index.js +2 -0
  28. package/dist/components/form-elements/number-input/index.js.map +1 -0
  29. package/dist/components/form-elements/number-input/number-input.d.ts +3 -0
  30. package/dist/components/form-elements/number-input/number-input.d.ts.map +1 -0
  31. package/dist/components/form-elements/number-input/number-input.js +146 -0
  32. package/dist/components/form-elements/number-input/number-input.js.map +1 -0
  33. package/dist/components/form-elements/number-input/number-input.types.d.ts +7 -0
  34. package/dist/components/form-elements/number-input/number-input.types.d.ts.map +1 -0
  35. package/dist/components/form-elements/number-input/number-input.types.js +2 -0
  36. package/dist/components/form-elements/number-input/number-input.types.js.map +1 -0
  37. package/dist/components/form-elements/styles/index.d.ts +11 -0
  38. package/dist/components/form-elements/styles/index.d.ts.map +1 -0
  39. package/dist/components/form-elements/styles/index.js +31 -0
  40. package/dist/components/form-elements/styles/index.js.map +1 -0
  41. package/dist/components/form-elements/text-input/index.d.ts +3 -0
  42. package/dist/components/form-elements/text-input/index.d.ts.map +1 -0
  43. package/dist/components/form-elements/text-input/index.js +2 -0
  44. package/dist/components/form-elements/text-input/index.js.map +1 -0
  45. package/dist/components/form-elements/text-input/text-input.d.ts +3 -0
  46. package/dist/components/form-elements/text-input/text-input.d.ts.map +1 -0
  47. package/dist/components/form-elements/text-input/text-input.js +13 -0
  48. package/dist/components/form-elements/text-input/text-input.js.map +1 -0
  49. package/dist/components/form-elements/text-input/text-input.types.d.ts +5 -0
  50. package/dist/components/form-elements/text-input/text-input.types.d.ts.map +1 -0
  51. package/dist/components/form-elements/text-input/text-input.types.js +2 -0
  52. package/dist/components/form-elements/text-input/text-input.types.js.map +1 -0
  53. package/dist/components/index.d.ts +1 -0
  54. package/dist/components/index.d.ts.map +1 -1
  55. package/dist/components/index.js +1 -0
  56. package/dist/components/index.js.map +1 -1
  57. package/dist/components/layouts/column-layout/column-skeleton/column-skeleton.js +1 -1
  58. package/dist/components/layouts/column-layout/column-skeleton/column-skeleton.js.map +1 -1
  59. package/dist/components/layouts/masonry-layout/masonry-layout.js +3 -3
  60. package/dist/components/layouts/masonry-layout/masonry-layout.js.map +1 -1
  61. package/dist/components/media/image-panel/image-panel.d.ts.map +1 -1
  62. package/dist/components/media/image-panel/image-panel.js +1 -1
  63. package/dist/components/media/image-panel/image-panel.js.map +1 -1
  64. package/dist/components/media/index.d.ts +1 -0
  65. package/dist/components/media/index.d.ts.map +1 -1
  66. package/dist/components/media/index.js +1 -0
  67. package/dist/components/media/index.js.map +1 -1
  68. package/dist/components/media/info-card/info-card.d.ts.map +1 -1
  69. package/dist/components/media/info-card/info-card.js +2 -2
  70. package/dist/components/media/info-card/info-card.js.map +1 -1
  71. package/dist/components/media/media-card/index.d.ts +3 -0
  72. package/dist/components/media/media-card/index.d.ts.map +1 -0
  73. package/dist/components/media/media-card/index.js +2 -0
  74. package/dist/components/media/media-card/index.js.map +1 -0
  75. package/dist/components/media/media-card/media-card.d.ts +3 -0
  76. package/dist/components/media/media-card/media-card.d.ts.map +1 -0
  77. package/dist/components/media/media-card/media-card.js +128 -0
  78. package/dist/components/media/media-card/media-card.js.map +1 -0
  79. package/dist/components/media/media-card/media-card.types.d.ts +22 -0
  80. package/dist/components/media/media-card/media-card.types.d.ts.map +1 -0
  81. package/dist/components/media/media-card/media-card.types.js +2 -0
  82. package/dist/components/media/media-card/media-card.types.js.map +1 -0
  83. package/dist/components/typography/index.d.ts +2 -2
  84. package/dist/components/typography/index.d.ts.map +1 -1
  85. package/dist/components/typography/index.js +1 -1
  86. package/dist/components/typography/index.js.map +1 -1
  87. package/dist/components/typography/typography.d.ts +16 -9
  88. package/dist/components/typography/typography.d.ts.map +1 -1
  89. package/dist/components/typography/typography.js +39 -11
  90. package/dist/components/typography/typography.js.map +1 -1
  91. package/dist/components/ui/card/card.d.ts +3 -0
  92. package/dist/components/ui/card/card.d.ts.map +1 -0
  93. package/dist/components/ui/card/card.js +81 -0
  94. package/dist/components/ui/card/card.js.map +1 -0
  95. package/dist/components/ui/card/card.types.d.ts +14 -0
  96. package/dist/components/ui/card/card.types.d.ts.map +1 -0
  97. package/dist/components/ui/card/card.types.js +2 -0
  98. package/dist/components/ui/card/card.types.js.map +1 -0
  99. package/dist/components/ui/card/index.d.ts +3 -0
  100. package/dist/components/ui/card/index.d.ts.map +1 -0
  101. package/dist/components/ui/card/index.js +2 -0
  102. package/dist/components/ui/card/index.js.map +1 -0
  103. package/dist/components/ui/index.d.ts +1 -1
  104. package/dist/components/ui/index.d.ts.map +1 -1
  105. package/dist/components/ui/index.js +1 -1
  106. package/dist/components/ui/index.js.map +1 -1
  107. package/dist/styled-system/styles.css +1949 -554
  108. package/dist/styled-system/tokens/index.mjs +9 -9
  109. package/dist/styles/panda.css +409 -57
  110. package/dist/styles/styles.css +0 -692
  111. package/dist/styles/thread.css +26 -53
  112. package/dist/theme/css-name-configurations/theme-css-names.d.ts +68 -0
  113. package/dist/theme/css-name-configurations/theme-css-names.d.ts.map +1 -0
  114. package/dist/theme/css-name-configurations/theme-css-names.js +122 -0
  115. package/dist/theme/css-name-configurations/theme-css-names.js.map +1 -0
  116. package/dist/theme/css-name-configurations/theme-helper-utils.d.ts +10 -0
  117. package/dist/theme/css-name-configurations/theme-helper-utils.d.ts.map +1 -0
  118. package/dist/theme/css-name-configurations/theme-helper-utils.js +27 -0
  119. package/dist/theme/css-name-configurations/theme-helper-utils.js.map +1 -0
  120. package/dist/theme/default-theme.d.ts +3 -0
  121. package/dist/theme/default-theme.d.ts.map +1 -0
  122. package/dist/theme/default-theme.js +94 -0
  123. package/dist/theme/default-theme.js.map +1 -0
  124. package/dist/theme/generate-override-css.d.ts +7 -0
  125. package/dist/theme/generate-override-css.d.ts.map +1 -0
  126. package/dist/theme/generate-override-css.js +66 -0
  127. package/dist/theme/generate-override-css.js.map +1 -0
  128. package/dist/theme/index.d.ts +2 -0
  129. package/dist/theme/index.d.ts.map +1 -1
  130. package/dist/theme/index.js +2 -0
  131. package/dist/theme/index.js.map +1 -1
  132. package/dist/theme/theme-mode.d.ts +6 -0
  133. package/dist/theme/theme-mode.d.ts.map +1 -0
  134. package/dist/theme/theme-mode.js +17 -0
  135. package/dist/theme/theme-mode.js.map +1 -0
  136. package/dist/theme/theme-provider.d.ts +16 -0
  137. package/dist/theme/theme-provider.d.ts.map +1 -0
  138. package/dist/theme/theme-provider.js +57 -0
  139. package/dist/theme/theme-provider.js.map +1 -0
  140. package/dist/theme/thread-script.d.ts +25 -0
  141. package/dist/theme/thread-script.d.ts.map +1 -0
  142. package/dist/theme/thread-script.js +46 -0
  143. package/dist/theme/thread-script.js.map +1 -0
  144. package/dist/theme/thread-theme.d.ts +4 -2
  145. package/dist/theme/thread-theme.d.ts.map +1 -1
  146. package/dist/theme/thread-theme.js +6 -85
  147. package/dist/theme/thread-theme.js.map +1 -1
  148. package/dist/types/theme/index.d.ts +1 -1
  149. package/dist/types/theme/index.d.ts.map +1 -1
  150. package/dist/types/theme/index.js +1 -1
  151. package/dist/types/theme/index.js.map +1 -1
  152. package/dist/types/theme/theme.types.d.ts +20 -10
  153. package/dist/types/theme/theme.types.d.ts.map +1 -1
  154. package/dist/utils/get-utility-size-value/get-utility-size-value.d.ts +1 -1
  155. package/package.json +7 -19
  156. package/dist/client/index.d.ts +0 -3
  157. package/dist/client/index.d.ts.map +0 -1
  158. package/dist/client/index.js +0 -3
  159. package/dist/client/index.js.map +0 -1
  160. package/dist/client/make-styles/index.d.ts +0 -2
  161. package/dist/client/make-styles/index.d.ts.map +0 -1
  162. package/dist/client/make-styles/index.js +0 -2
  163. package/dist/client/make-styles/index.js.map +0 -1
  164. package/dist/client/make-styles/make-styles.d.ts +0 -58
  165. package/dist/client/make-styles/make-styles.d.ts.map +0 -1
  166. package/dist/client/make-styles/make-styles.js +0 -128
  167. package/dist/client/make-styles/make-styles.js.map +0 -1
  168. package/dist/client/theme/index.d.ts +0 -3
  169. package/dist/client/theme/index.d.ts.map +0 -1
  170. package/dist/client/theme/index.js +0 -2
  171. package/dist/client/theme/index.js.map +0 -1
  172. package/dist/client/theme/theme-provider/index.d.ts +0 -3
  173. package/dist/client/theme/theme-provider/index.d.ts.map +0 -1
  174. package/dist/client/theme/theme-provider/index.js +0 -2
  175. package/dist/client/theme/theme-provider/index.js.map +0 -1
  176. package/dist/client/theme/theme-provider/set-theme.d.ts +0 -8
  177. package/dist/client/theme/theme-provider/set-theme.d.ts.map +0 -1
  178. package/dist/client/theme/theme-provider/set-theme.js +0 -59
  179. package/dist/client/theme/theme-provider/set-theme.js.map +0 -1
  180. package/dist/client/theme/theme-provider/theme-provider.d.ts +0 -21
  181. package/dist/client/theme/theme-provider/theme-provider.d.ts.map +0 -1
  182. package/dist/client/theme/theme-provider/theme-provider.js +0 -196
  183. package/dist/client/theme/theme-provider/theme-provider.js.map +0 -1
  184. package/dist/client/theme/theme-provider/theme-provider.types.d.ts +0 -13
  185. package/dist/client/theme/theme-provider/theme-provider.types.d.ts.map +0 -1
  186. package/dist/client/theme/theme-provider/theme-provider.types.js +0 -2
  187. package/dist/client/theme/theme-provider/theme-provider.types.js.map +0 -1
  188. package/dist/components/ui/mode-controller/index.d.ts +0 -2
  189. package/dist/components/ui/mode-controller/index.d.ts.map +0 -1
  190. package/dist/components/ui/mode-controller/index.js +0 -2
  191. package/dist/components/ui/mode-controller/index.js.map +0 -1
  192. package/dist/components/ui/mode-controller/mode-controller.d.ts +0 -2
  193. package/dist/components/ui/mode-controller/mode-controller.d.ts.map +0 -1
  194. package/dist/components/ui/mode-controller/mode-controller.js +0 -15
  195. package/dist/components/ui/mode-controller/mode-controller.js.map +0 -1
  196. package/dist/defaults/container/container.d.ts +0 -6
  197. package/dist/defaults/container/container.d.ts.map +0 -1
  198. package/dist/defaults/container/container.js +0 -12
  199. package/dist/defaults/container/container.js.map +0 -1
  200. package/dist/defaults/container/index.d.ts +0 -2
  201. package/dist/defaults/container/index.d.ts.map +0 -1
  202. package/dist/defaults/container/index.js +0 -2
  203. package/dist/defaults/container/index.js.map +0 -1
  204. package/dist/defaults/index.d.ts +0 -2
  205. package/dist/defaults/index.d.ts.map +0 -1
  206. package/dist/defaults/index.js +0 -2
  207. package/dist/defaults/index.js.map +0 -1
@@ -1808,39 +1808,39 @@ const tokens = {
1808
1808
  "variable": "var(--thread-ui-breakpoints-2xl)"
1809
1809
  },
1810
1810
  "colors.background": {
1811
- "value": "var(--thread-ui-colors-background)",
1811
+ "value": "var(--thread-background)",
1812
1812
  "variable": "var(--thread-ui-colors-background)"
1813
1813
  },
1814
1814
  "colors.surface": {
1815
- "value": "var(--thread-ui-colors-surface)",
1815
+ "value": "var(--thread-surface)",
1816
1816
  "variable": "var(--thread-ui-colors-surface)"
1817
1817
  },
1818
1818
  "colors.elevated": {
1819
- "value": "var(--thread-ui-colors-elevated)",
1819
+ "value": "var(--thread-elevated)",
1820
1820
  "variable": "var(--thread-ui-colors-elevated)"
1821
1821
  },
1822
1822
  "colors.structure": {
1823
- "value": "var(--thread-ui-colors-structure)",
1823
+ "value": "var(--thread-structure)",
1824
1824
  "variable": "var(--thread-ui-colors-structure)"
1825
1825
  },
1826
1826
  "colors.text.standard": {
1827
- "value": "var(--thread-ui-colors-text-standard)",
1827
+ "value": "var(--thread-text-standard)",
1828
1828
  "variable": "var(--thread-ui-colors-text-standard)"
1829
1829
  },
1830
1830
  "colors.text.secondary": {
1831
- "value": "var(--thread-ui-colors-text-secondary)",
1831
+ "value": "var(--thread-text-secondary)",
1832
1832
  "variable": "var(--thread-ui-colors-text-secondary)"
1833
1833
  },
1834
1834
  "colors.text.disabled": {
1835
- "value": "var(--thread-ui-colors-text-disabled)",
1835
+ "value": "var(--thread-text-disabled)",
1836
1836
  "variable": "var(--thread-ui-colors-text-disabled)"
1837
1837
  },
1838
1838
  "colors.text.accent": {
1839
- "value": "var(--thread-ui-colors-text-accent)",
1839
+ "value": "var(--thread-text-accent)",
1840
1840
  "variable": "var(--thread-ui-colors-text-accent)"
1841
1841
  },
1842
1842
  "colors.text.inverted": {
1843
- "value": "var(--thread-ui-colors-text-inverted)",
1843
+ "value": "var(--thread-text-inverted)",
1844
1844
  "variable": "var(--thread-ui-colors-text-inverted)"
1845
1845
  },
1846
1846
  "spacing.-1": {
@@ -677,18 +677,6 @@
677
677
  --thread-ui-colors-text-inverted: var(--thread-text-inverted);
678
678
  }
679
679
 
680
- .dark {
681
- --thread-ui-colors-background: var(--thread-background-dark-mode);
682
- --thread-ui-colors-surface: var(--thread-surface-dark-mode);
683
- --thread-ui-colors-elevated: var(--thread-elevated-dark-mode);
684
- --thread-ui-colors-structure: var(--thread-structure-dark-mode);
685
- --thread-ui-colors-text-standard: var(--thread-text-standard-dark-mode);
686
- --thread-ui-colors-text-secondary: var(--thread-text-secondary-dark-mode);
687
- --thread-ui-colors-text-disabled: var(--thread-text-disabled-dark-mode);
688
- --thread-ui-colors-text-accent: var(--thread-text-accent-dark-mode);
689
- --thread-ui-colors-text-inverted: var(--thread-text-inverted-dark-mode)
690
- }
691
-
692
680
  @keyframes spin {
693
681
  to {
694
682
  transform: rotate(360deg);
@@ -758,10 +746,121 @@
758
746
  .thread-ui-button--fullWidth_false {
759
747
  width: fit-content;
760
748
  }
749
+
750
+ .thread-ui-button--color_secondary {
751
+ border-color: var(--thread-ui-colors-secondary-main);
752
+ background-color: var(--thread-ui-colors-secondary-main);
753
+ }
754
+
755
+ .thread-ui-button--color_secondary:is(:hover, [data-hover]) {
756
+ border-color: var(--thread-ui-colors-secondary-main);
757
+ background-color: var(--thread-ui-colors-background);
758
+ color: var(--thread-ui-colors-secondary-main);
759
+ }
760
+
761
+ .thread-ui-button--color_tertiary {
762
+ border-color: var(--thread-ui-colors-tertiary-main);
763
+ background-color: var(--thread-ui-colors-tertiary-main);
764
+ }
765
+
766
+ .thread-ui-button--color_tertiary:is(:hover, [data-hover]) {
767
+ border-color: var(--thread-ui-colors-tertiary-main);
768
+ background-color: var(--thread-ui-colors-background);
769
+ color: var(--thread-ui-colors-tertiary-main);
770
+ }
771
+
772
+ .thread-ui-button--color_black {
773
+ border-color: var(--thread-ui-colors-white);
774
+ background-color: var(--thread-ui-colors-black);
775
+ }
776
+
777
+ .thread-ui-button--color_black:is(:hover, [data-hover]) {
778
+ border-color: var(--thread-ui-colors-black);
779
+ background-color: var(--thread-ui-colors-white);
780
+ color: var(--thread-ui-colors-black);
781
+ }
782
+
783
+ .thread-ui-button--color_gray {
784
+ border-color: var(--thread-ui-colors-gray-main);
785
+ background-color: var(--thread-ui-colors-gray-main);
786
+ }
787
+
788
+ .thread-ui-button--color_gray:is(:hover, [data-hover]) {
789
+ border-color: var(--thread-ui-colors-gray-main);
790
+ background-color: var(--thread-ui-colors-background);
791
+ color: var(--thread-ui-colors-gray-main);
792
+ }
793
+
794
+ .thread-ui-button--color_success {
795
+ border-color: var(--thread-ui-colors-success-main);
796
+ background-color: var(--thread-ui-colors-success-main);
797
+ }
798
+
799
+ .thread-ui-button--color_success:is(:hover, [data-hover]) {
800
+ border-color: var(--thread-ui-colors-success-main);
801
+ background-color: var(--thread-ui-colors-background);
802
+ color: var(--thread-ui-colors-success-main);
803
+ }
804
+
805
+ .thread-ui-button--color_error {
806
+ border-color: var(--thread-ui-colors-error-main);
807
+ background-color: var(--thread-ui-colors-error-main);
808
+ }
809
+
810
+ .thread-ui-button--color_error:is(:hover, [data-hover]) {
811
+ border-color: var(--thread-ui-colors-error-main);
812
+ background-color: var(--thread-ui-colors-background);
813
+ color: var(--thread-ui-colors-error-main);
814
+ }
815
+
816
+ .thread-ui-button--color_info {
817
+ border-color: var(--thread-ui-colors-info-main);
818
+ background-color: var(--thread-ui-colors-info-main);
819
+ }
820
+
821
+ .thread-ui-button--color_info:is(:hover, [data-hover]) {
822
+ border-color: var(--thread-ui-colors-info-main);
823
+ background-color: var(--thread-ui-colors-background);
824
+ color: var(--thread-ui-colors-info-main);
825
+ }
826
+
827
+ .thread-ui-button--color_text {
828
+ border-color: var(--thread-ui-colors-text-standard);
829
+ background-color: var(--thread-ui-colors-text-standard);
830
+ }
831
+
832
+ .thread-ui-button--color_text:is(:hover, [data-hover]) {
833
+ border-color: var(--thread-ui-colors-text-standard);
834
+ background-color: var(--thread-ui-colors-background);
835
+ color: var(--thread-ui-colors-text-standard);
836
+ }
837
+
838
+ .thread-ui-button--size_sm {
839
+ padding: 4px;
840
+ font-size: 0.75rem;
841
+ }
842
+
843
+ .thread-ui-button--size_lg {
844
+ padding: 12px;
845
+ font-size: 1.25rem;
846
+ }
847
+
848
+ .thread-ui-button--fullWidth_true {
849
+ width: 100%;
850
+ }
851
+
852
+ .thread-ui-button--disabled_true {
853
+ opacity: 0.6;
854
+ cursor: not-allowed;
855
+ }
761
856
  }
762
857
 
763
858
  @layer thread-utilities{
764
859
 
860
+ .thread-ui-p_3 {
861
+ padding: var(--thread-ui-spacing-3);
862
+ }
863
+
765
864
  .thread-ui-m_auto {
766
865
  margin: auto;
767
866
  }
@@ -774,6 +873,14 @@
774
873
  padding: 0.5rem;
775
874
  }
776
875
 
876
+ .thread-ui-p_4 {
877
+ padding: var(--thread-ui-spacing-4);
878
+ }
879
+
880
+ .thread-ui-p_5 {
881
+ padding: var(--thread-ui-spacing-5);
882
+ }
883
+
777
884
  .thread-ui-p_4px_8px {
778
885
  padding: 4px 8px;
779
886
  }
@@ -790,6 +897,44 @@
790
897
  background: var(--thread-ui-colors-background);
791
898
  }
792
899
 
900
+ .thread-ui-bd-w_md {
901
+ border-width: var(--thread-ui-border-widths-md);
902
+ }
903
+
904
+ .thread-ui-bd-c_gray\.light {
905
+ border-color: var(--thread-ui-colors-gray-light);
906
+ }
907
+
908
+ .thread-ui-px_16px {
909
+ padding-inline: 16px;
910
+ }
911
+
912
+ .thread-ui-py_8px {
913
+ padding-block: 8px;
914
+ }
915
+
916
+ .thread-ui-bd-w_1px {
917
+ border-width: 1px;
918
+ }
919
+
920
+ .thread-ui-border-style_solid {
921
+ border-style: solid;
922
+ }
923
+
924
+ .thread-ui-bd-c_structure {
925
+ border-color: var(--thread-ui-colors-structure);
926
+ }
927
+
928
+ .thread-ui-bdr_md {
929
+ border-radius: var(--thread-ui-radii-md);
930
+ }
931
+
932
+ .thread-ui-trs_colors {
933
+ transition-property: var(--transition-prop, color, background-color, border-color, outline-color, text-decoration-color, fill, stroke);
934
+ transition-timing-function: var(--transition-easing, cubic-bezier(0.4, 0, 0.2, 1));
935
+ transition-duration: var(--transition-duration, 150ms);
936
+ }
937
+
793
938
  .thread-ui-flex_1_1_0\% {
794
939
  flex: 1 1 0%;
795
940
  }
@@ -822,32 +967,40 @@
822
967
  border-radius: 50%;
823
968
  }
824
969
 
825
- .thread-ui-bdr_4px {
826
- border-radius: 4px;
970
+ .thread-ui-bdr_sm {
971
+ border-radius: var(--thread-ui-radii-sm);
827
972
  }
828
973
 
829
974
  .thread-ui-mx_0 {
830
975
  margin-inline: var(--thread-ui-spacing-0);
831
976
  }
832
977
 
833
- .thread-ui-bdr_md {
834
- border-radius: var(--thread-ui-radii-md);
978
+ .thread-ui-gap_2 {
979
+ gap: var(--thread-ui-spacing-2);
835
980
  }
836
981
 
837
- .thread-ui-bd-w_md {
838
- border-width: var(--thread-ui-border-widths-md);
982
+ .thread-ui-gap_3 {
983
+ gap: var(--thread-ui-spacing-3);
839
984
  }
840
985
 
841
- .thread-ui-bd-c_structure {
842
- border-color: var(--thread-ui-colors-structure);
986
+ .thread-ui-gap_0\.5rem {
987
+ gap: 0.5rem;
843
988
  }
844
989
 
845
- .thread-ui-border-style_solid {
846
- border-style: solid;
990
+ .thread-ui-bd-w_sm {
991
+ border-width: var(--thread-ui-border-widths-sm);
847
992
  }
848
993
 
849
- .thread-ui-gap_8px {
850
- gap: 8px;
994
+ .thread-ui-my_0\.5rem {
995
+ margin-block: 0.5rem;
996
+ }
997
+
998
+ .thread-ui-gap_0\.75rem {
999
+ gap: 0.75rem;
1000
+ }
1001
+
1002
+ .thread-ui-gap_1 {
1003
+ gap: var(--thread-ui-spacing-1);
851
1004
  }
852
1005
 
853
1006
  .thread-ui-gap_24px {
@@ -858,32 +1011,28 @@
858
1011
  outline: 2px solid transparent;
859
1012
  }
860
1013
 
861
- .thread-ui-bdr_sm {
862
- border-radius: var(--thread-ui-radii-sm);
863
- }
864
-
865
1014
  .thread-ui-gap_16px {
866
1015
  gap: 16px;
867
1016
  }
868
1017
 
869
- .thread-ui-py_8px {
870
- padding-block: 8px;
871
- }
872
-
873
1018
  .thread-ui-my_20px {
874
1019
  margin-block: 20px;
875
1020
  }
876
1021
 
1022
+ .thread-ui-bdr_lg {
1023
+ border-radius: var(--thread-ui-radii-lg);
1024
+ }
1025
+
877
1026
  .thread-ui-my_16px {
878
1027
  margin-block: 16px;
879
1028
  }
880
1029
 
881
- .thread-ui-gap_3rem {
882
- gap: 3rem;
1030
+ .thread-ui-gap_12 {
1031
+ gap: var(--thread-ui-spacing-12);
883
1032
  }
884
1033
 
885
- .thread-ui-px_16px {
886
- padding-inline: 16px;
1034
+ .thread-ui-gap_8px {
1035
+ gap: 8px;
887
1036
  }
888
1037
 
889
1038
  .thread-ui-my_4px {
@@ -918,10 +1067,6 @@
918
1067
  gap: 4px;
919
1068
  }
920
1069
 
921
- .thread-ui-bd-w_1px {
922
- border-width: 1px;
923
- }
924
-
925
1070
  .thread-ui-d_flex {
926
1071
  display: flex;
927
1072
  }
@@ -930,14 +1075,67 @@
930
1075
  flex-direction: column;
931
1076
  }
932
1077
 
933
- .thread-ui-jc_center {
934
- justify-content: center;
1078
+ .thread-ui-jc_start {
1079
+ justify-content: start;
935
1080
  }
936
1081
 
937
1082
  .thread-ui-ai_center {
938
1083
  align-items: center;
939
1084
  }
940
1085
 
1086
+ .thread-ui-d_block {
1087
+ display: block;
1088
+ }
1089
+
1090
+ .thread-ui-as_flex-start {
1091
+ align-self: flex-start;
1092
+ }
1093
+
1094
+ .thread-ui-bg-c_gray\.light {
1095
+ background-color: var(--thread-ui-colors-gray-light);
1096
+ }
1097
+
1098
+ .thread-ui-bdr-ss_lg {
1099
+ border-start-start-radius: var(--thread-ui-radii-lg);
1100
+ }
1101
+
1102
+ .thread-ui-bdr-es_lg {
1103
+ border-end-start-radius: var(--thread-ui-radii-lg);
1104
+ }
1105
+
1106
+ .thread-ui-bdr-se_lg {
1107
+ border-start-end-radius: var(--thread-ui-radii-lg);
1108
+ }
1109
+
1110
+ .thread-ui-bdr-ee_lg {
1111
+ border-end-end-radius: var(--thread-ui-radii-lg);
1112
+ }
1113
+
1114
+ .thread-ui-ta_center {
1115
+ text-align: center;
1116
+ }
1117
+
1118
+ .thread-ui-fs_sm {
1119
+ font-size: var(--thread-ui-font-sizes-sm);
1120
+ }
1121
+
1122
+ .thread-ui-ap_none {
1123
+ appearance: none;
1124
+ -webkit-appearance: none;
1125
+ }
1126
+
1127
+ .thread-ui-jc_center {
1128
+ justify-content: center;
1129
+ }
1130
+
1131
+ .thread-ui-as_start {
1132
+ align-self: start;
1133
+ }
1134
+
1135
+ .thread-ui-resize_vertical {
1136
+ resize: vertical;
1137
+ }
1138
+
941
1139
  .thread-ui-flex-d_row {
942
1140
  flex-direction: row;
943
1141
  }
@@ -954,8 +1152,8 @@
954
1152
  column-count: 2;
955
1153
  }
956
1154
 
957
- .thread-ui-cg_8px {
958
- column-gap: 8px;
1155
+ .thread-ui-cg_2 {
1156
+ column-gap: var(--thread-ui-spacing-2);
959
1157
  }
960
1158
 
961
1159
  .thread-ui-d_inline-block {
@@ -1038,10 +1236,6 @@
1038
1236
  position: absolute;
1039
1237
  }
1040
1238
 
1041
- .thread-ui-d_block {
1042
- display: block;
1043
- }
1044
-
1045
1239
  .thread-ui-cg_24px {
1046
1240
  column-gap: 24px;
1047
1241
  }
@@ -1115,6 +1309,22 @@
1115
1309
  transform: translate(0, -0.324rem) rotate(-45deg);
1116
1310
  }
1117
1311
 
1312
+ .thread-ui-bg-c_surface {
1313
+ background-color: var(--thread-ui-colors-surface);
1314
+ }
1315
+
1316
+ .thread-ui-bg-c_elevated {
1317
+ background-color: var(--thread-ui-colors-elevated);
1318
+ }
1319
+
1320
+ .thread-ui-bx-sh_0_1px_2px_0_rgb\(0_0_0_\/_0\.05\) {
1321
+ box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1322
+ }
1323
+
1324
+ .thread-ui-bx-sh_none {
1325
+ box-shadow: none;
1326
+ }
1327
+
1118
1328
  .thread-ui-bg-c_structure {
1119
1329
  background-color: var(--thread-ui-colors-structure);
1120
1330
  }
@@ -1167,6 +1377,30 @@
1167
1377
  width: 100%;
1168
1378
  }
1169
1379
 
1380
+ .thread-ui-pb_4px {
1381
+ padding-bottom: 4px;
1382
+ }
1383
+
1384
+ .thread-ui-mb_2 {
1385
+ margin-bottom: var(--thread-ui-spacing-2);
1386
+ }
1387
+
1388
+ .thread-ui-h_11 {
1389
+ height: var(--thread-ui-sizes-11);
1390
+ }
1391
+
1392
+ .thread-ui-w_16 {
1393
+ width: var(--thread-ui-sizes-16);
1394
+ }
1395
+
1396
+ .thread-ui-w_auto {
1397
+ width: auto;
1398
+ }
1399
+
1400
+ .thread-ui-min-h_25 {
1401
+ min-height: 25px;
1402
+ }
1403
+
1170
1404
  .thread-ui-mr_auto {
1171
1405
  margin-right: auto;
1172
1406
  }
@@ -1227,6 +1461,10 @@
1227
1461
  height: 48px;
1228
1462
  }
1229
1463
 
1464
+ .thread-ui-mt_2 {
1465
+ margin-top: var(--thread-ui-spacing-2);
1466
+ }
1467
+
1230
1468
  .thread-ui-h_100\% {
1231
1469
  height: 100%;
1232
1470
  }
@@ -1259,10 +1497,6 @@
1259
1497
  min-height: 100%;
1260
1498
  }
1261
1499
 
1262
- .thread-ui-w_auto {
1263
- width: auto;
1264
- }
1265
-
1266
1500
  .thread-ui-min-w_100\% {
1267
1501
  min-width: 100%;
1268
1502
  }
@@ -1275,6 +1509,42 @@
1275
1509
  padding-right: 0.25rem;
1276
1510
  }
1277
1511
 
1512
+ .thread-ui-w_83\% {
1513
+ width: 83%;
1514
+ }
1515
+
1516
+ .thread-ui-max-w_576px {
1517
+ max-width: 576px;
1518
+ }
1519
+
1520
+ .thread-ui-max-w_672px {
1521
+ max-width: 672px;
1522
+ }
1523
+
1524
+ .thread-ui-max-w_896px {
1525
+ max-width: 896px;
1526
+ }
1527
+
1528
+ .thread-ui-max-w_16rem {
1529
+ max-width: 16rem;
1530
+ }
1531
+
1532
+ .thread-ui-w_9\/12 {
1533
+ width: 75%;
1534
+ }
1535
+
1536
+ .thread-ui-w_10\/12 {
1537
+ width: 83.333333%;
1538
+ }
1539
+
1540
+ .thread-ui-max-h_300px {
1541
+ max-height: 300px;
1542
+ }
1543
+
1544
+ .thread-ui-ov-y_auto {
1545
+ overflow-y: auto;
1546
+ }
1547
+
1278
1548
  .thread-ui-top_0px {
1279
1549
  top: 0px;
1280
1550
  }
@@ -1359,6 +1629,22 @@
1359
1629
  margin-right: 32px;
1360
1630
  }
1361
1631
 
1632
+ .thread-ui-max-w_850px {
1633
+ max-width: 850px;
1634
+ }
1635
+
1636
+ .thread-ui-max-w_600px {
1637
+ max-width: 600px;
1638
+ }
1639
+
1640
+ .thread-ui-mb_1 {
1641
+ margin-bottom: var(--thread-ui-spacing-1);
1642
+ }
1643
+
1644
+ .thread-ui-mb_3 {
1645
+ margin-bottom: var(--thread-ui-spacing-3);
1646
+ }
1647
+
1362
1648
  .thread-ui-h_0\.5px {
1363
1649
  height: 0.5px;
1364
1650
  }
@@ -1395,10 +1681,39 @@
1395
1681
  top: var(--thread-ui-spacing-0);
1396
1682
  }
1397
1683
 
1684
+ .\[\&\:\:-webkit-outer-spin-button\]\:thread-ui-ap_none::-webkit-outer-spin-button,.\[\&\:\:-webkit-inner-spin-button\]\:thread-ui-ap_none::-webkit-inner-spin-button {
1685
+ appearance: none;
1686
+ -webkit-appearance: none;
1687
+ }
1688
+
1398
1689
  .dark .dark\:thread-ui-bg-c_surface {
1399
1690
  background-color: var(--thread-ui-colors-surface);
1400
1691
  }
1401
1692
 
1693
+ .focus\:thread-ui-ring_none:is(:focus, [data-focus]) {
1694
+ outline: var(--thread-ui-borders-none);
1695
+ }
1696
+
1697
+ .focus\:thread-ui-bd-c_blue\.500:is(:focus, [data-focus]) {
1698
+ border-color: var(--thread-ui-colors-blue-500);
1699
+ }
1700
+
1701
+ .focus\:thread-ui-bd-c_transparent:is(:focus, [data-focus]) {
1702
+ border-color: var(--thread-ui-colors-transparent);
1703
+ }
1704
+
1705
+ .focus\:thread-ui-ring-c_gray\.100:is(:focus, [data-focus]) {
1706
+ outline-color: var(--thread-ui-colors-gray-100);
1707
+ }
1708
+
1709
+ .focus\:thread-ui-ring-c_blue\.500:is(:focus, [data-focus]) {
1710
+ outline-color: var(--thread-ui-colors-blue-500);
1711
+ }
1712
+
1713
+ .focus\:thread-ui-bx-sh_0_0_0_2px_\{colors\.blue\.500\}:is(:focus, [data-focus]) {
1714
+ box-shadow: 0 0 0 2px var(--thread-ui-colors-blue-500);
1715
+ }
1716
+
1402
1717
  .hover\:thread-ui-bd-c_primary\.main:is(:hover, [data-hover]) {
1403
1718
  border-color: var(--thread-ui-colors-primary-main);
1404
1719
  }
@@ -1435,6 +1750,10 @@
1435
1750
  border-color: var(--thread-ui-colors-white);
1436
1751
  }
1437
1752
 
1753
+ .hover\:thread-ui-bg-c_gray\.100:is(:hover, [data-hover]) {
1754
+ background-color: var(--thread-ui-colors-gray-100);
1755
+ }
1756
+
1438
1757
  .hover\:thread-ui-bg-c_surface:is(:hover, [data-hover]) {
1439
1758
  background-color: var(--thread-ui-colors-surface);
1440
1759
  }
@@ -1547,6 +1866,12 @@
1547
1866
  }
1548
1867
  .md\:thread-ui-max-w_800px {
1549
1868
  max-width: 800px;
1869
+ }
1870
+ .md\:thread-ui-max-h_none {
1871
+ max-height: none;
1872
+ }
1873
+ .md\:thread-ui-ov-y_visible {
1874
+ overflow-y: visible;
1550
1875
  }
1551
1876
  .md\:thread-ui-pl_48px {
1552
1877
  padding-left: 48px;
@@ -1556,21 +1881,30 @@
1556
1881
  }
1557
1882
  .md\:thread-ui-w_50\% {
1558
1883
  width: 50%;
1884
+ }
1885
+ .md\:thread-ui-w_75\% {
1886
+ width: 75%;
1559
1887
  }
1560
1888
  }
1561
1889
 
1562
1890
  @media screen and (min-width: 64rem) {
1891
+ .lg\:thread-ui-p_6 {
1892
+ padding: var(--thread-ui-spacing-6);
1893
+ }
1563
1894
  .lg\:thread-ui-flex_none {
1564
1895
  flex: none;
1565
1896
  }
1566
1897
  .lg\:thread-ui-gap_20px {
1567
1898
  gap: 20px;
1899
+ }
1900
+ .lg\:thread-ui-gap_0\.75rem {
1901
+ gap: 0.75rem;
1568
1902
  }
1569
1903
  .lg\:thread-ui-border-style_none {
1570
1904
  border-style: none;
1571
1905
  }
1572
- .lg\:thread-ui-gap_1\.5rem {
1573
- gap: 1.5rem;
1906
+ .lg\:thread-ui-gap_6 {
1907
+ gap: var(--thread-ui-spacing-6);
1574
1908
  }
1575
1909
  .lg\:thread-ui-column-count_4 {
1576
1910
  column-count: 4;
@@ -1580,6 +1914,12 @@
1580
1914
  }
1581
1915
  .lg\:thread-ui-flex-d_row {
1582
1916
  flex-direction: row;
1917
+ }
1918
+ .lg\:thread-ui-d_none {
1919
+ display: none;
1920
+ }
1921
+ .lg\:thread-ui-flex-d_column-reverse {
1922
+ flex-direction: column-reverse;
1583
1923
  }
1584
1924
  .lg\:thread-ui-jc_flex-start {
1585
1925
  justify-content: flex-start;
@@ -1607,9 +1947,6 @@
1607
1947
  }
1608
1948
  .lg\:thread-ui-jc_center {
1609
1949
  justify-content: center;
1610
- }
1611
- .lg\:thread-ui-d_none {
1612
- display: none;
1613
1950
  }
1614
1951
  .lg\:thread-ui-grid-tc_repeat\(2\,_minmax\(0\,_1fr\)\) {
1615
1952
  grid-template-columns: repeat(2, minmax(0, 1fr));
@@ -1646,6 +1983,21 @@
1646
1983
  }
1647
1984
  .lg\:thread-ui-max-w_1400px {
1648
1985
  max-width: 1400px;
1986
+ }
1987
+ .lg\:thread-ui-w_4\/12 {
1988
+ width: 33.333333%;
1989
+ }
1990
+ .lg\:thread-ui-mt_0\.75rem {
1991
+ margin-top: 0.75rem;
1992
+ }
1993
+ .lg\:thread-ui-w_7\/12 {
1994
+ width: 58.333333%;
1995
+ }
1996
+ .lg\:thread-ui-max-h_500px {
1997
+ max-height: 500px;
1998
+ }
1999
+ .lg\:thread-ui-ov-y_scroll {
2000
+ overflow-y: scroll;
1649
2001
  }
1650
2002
  .lg\:thread-ui-top_0px {
1651
2003
  top: 0px;