@nextui-org/react 1.0.0-beta.6 → 1.0.0-beta.9-dbg1

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 (278) hide show
  1. package/cjs/avatar/avatar.js +1 -1
  2. package/cjs/avatar/avatar.styles.js +1 -1
  3. package/cjs/backdrop/backdrop.styles.js +1 -1
  4. package/cjs/button/button-icon.js +1 -1
  5. package/cjs/button/button.js +1 -1
  6. package/cjs/button/button.styles.js +1 -1
  7. package/cjs/button/utils.js +1 -1
  8. package/cjs/card/card.js +1 -1
  9. package/cjs/card/card.styles.js +1 -1
  10. package/cjs/card/index.js +1 -1
  11. package/cjs/card/use-card.js +1 -0
  12. package/cjs/checkbox/checkbox-context.js +1 -1
  13. package/cjs/checkbox/checkbox-group.js +1 -1
  14. package/cjs/checkbox/checkbox.js +1 -1
  15. package/cjs/checkbox/checkbox.styles.js +1 -1
  16. package/cjs/checkbox/use-checkbox-group.js +1 -0
  17. package/cjs/checkbox/use-checkbox.js +1 -0
  18. package/cjs/collapse/collapse.styles.js +1 -1
  19. package/cjs/css-baseline/css-baseline.js +1 -1
  20. package/cjs/dropdown/base/dropdown-item-base.js +1 -0
  21. package/cjs/dropdown/dropdown-button.js +1 -0
  22. package/cjs/dropdown/dropdown-context.js +1 -0
  23. package/cjs/dropdown/dropdown-icon.js +1 -0
  24. package/cjs/dropdown/dropdown-item.js +1 -0
  25. package/cjs/dropdown/dropdown-menu.js +1 -0
  26. package/cjs/dropdown/dropdown-section.js +1 -0
  27. package/cjs/dropdown/dropdown-trigger.js +1 -0
  28. package/cjs/dropdown/dropdown-types.js +1 -0
  29. package/cjs/dropdown/dropdown.js +1 -0
  30. package/cjs/dropdown/dropdown.styles.js +1 -0
  31. package/cjs/dropdown/index.js +1 -0
  32. package/cjs/dropdown/use-dropdown.js +1 -0
  33. package/cjs/grid/grid-container.js +1 -1
  34. package/cjs/image/image.js +1 -1
  35. package/cjs/image/image.styles.js +1 -1
  36. package/cjs/index.js +1 -1
  37. package/cjs/input/input.styles.js +1 -1
  38. package/cjs/link/link.js +1 -1
  39. package/cjs/link/link.styles.js +1 -1
  40. package/cjs/modal/modal.styles.js +1 -1
  41. package/cjs/pagination/pagination.styles.js +1 -1
  42. package/cjs/popover/popover-content.js +1 -1
  43. package/cjs/popover/popover-trigger.js +1 -1
  44. package/cjs/popover/popover.js +1 -1
  45. package/cjs/popover/popover.styles.js +1 -1
  46. package/cjs/popover/use-popover.js +1 -1
  47. package/cjs/popover/utils.js +1 -1
  48. package/cjs/radio/index.js +1 -1
  49. package/cjs/radio/radio-context.js +1 -1
  50. package/cjs/radio/radio-group.js +1 -1
  51. package/cjs/radio/radio.js +1 -1
  52. package/cjs/radio/radio.styles.js +1 -1
  53. package/cjs/radio/use-radio-group.js +1 -0
  54. package/cjs/radio/use-radio.js +1 -0
  55. package/cjs/snippet/snippet.styles.js +1 -1
  56. package/cjs/switch/switch.styles.js +1 -1
  57. package/cjs/table/table-checkbox-cell.js +1 -1
  58. package/cjs/table/table-context.js +1 -1
  59. package/cjs/table/table-select-all-checkbox.js +1 -1
  60. package/cjs/table/table.js +1 -1
  61. package/cjs/table/table.styles.js +1 -1
  62. package/cjs/table/utils.js +1 -1
  63. package/cjs/theme/colors/blue.js +1 -0
  64. package/cjs/theme/colors/cyan.js +1 -0
  65. package/cjs/theme/colors/gray.js +1 -0
  66. package/cjs/theme/colors/green.js +1 -0
  67. package/cjs/theme/colors/index.js +1 -0
  68. package/cjs/theme/colors/pink.js +1 -0
  69. package/cjs/theme/colors/purple.js +1 -0
  70. package/cjs/theme/colors/red.js +1 -0
  71. package/cjs/theme/colors/yellow.js +1 -0
  72. package/cjs/theme/common.js +1 -1
  73. package/cjs/theme/dark-theme.js +1 -1
  74. package/cjs/theme/index.js +1 -1
  75. package/cjs/theme/light-theme.js +1 -1
  76. package/cjs/theme/shared-css.js +1 -0
  77. package/cjs/theme/stitches.config.js +1 -1
  78. package/cjs/tooltip/tooltip.styles.js +1 -1
  79. package/cjs/user/index.js +1 -1
  80. package/cjs/user/user-link.js +1 -1
  81. package/cjs/user/user.js +1 -1
  82. package/cjs/user/user.styles.js +1 -1
  83. package/cjs/utils/checkmark.js +1 -0
  84. package/cjs/utils/color.js +1 -1
  85. package/cjs/utils/dom.js +1 -1
  86. package/cjs/utils/icons.js +1 -1
  87. package/cjs/utils/prop-types.js +1 -1
  88. package/dropdown/package.json +6 -0
  89. package/esm/avatar/avatar.js +1 -1
  90. package/esm/avatar/avatar.styles.js +1 -1
  91. package/esm/backdrop/backdrop.styles.js +1 -1
  92. package/esm/button/button-icon.js +1 -1
  93. package/esm/button/button.js +1 -1
  94. package/esm/button/button.styles.js +1 -1
  95. package/esm/button/utils.js +1 -1
  96. package/esm/card/card.js +1 -1
  97. package/esm/card/card.styles.js +1 -1
  98. package/esm/card/index.js +1 -1
  99. package/esm/card/use-card.js +1 -0
  100. package/esm/checkbox/checkbox-context.js +1 -1
  101. package/esm/checkbox/checkbox-group.js +1 -1
  102. package/esm/checkbox/checkbox.js +1 -1
  103. package/esm/checkbox/checkbox.styles.js +1 -1
  104. package/esm/checkbox/use-checkbox-group.js +1 -0
  105. package/esm/checkbox/use-checkbox.js +1 -0
  106. package/esm/collapse/collapse.styles.js +1 -1
  107. package/esm/css-baseline/css-baseline.js +1 -1
  108. package/esm/dropdown/base/dropdown-item-base.js +1 -0
  109. package/esm/dropdown/dropdown-button.js +1 -0
  110. package/esm/dropdown/dropdown-context.js +1 -0
  111. package/esm/dropdown/dropdown-icon.js +1 -0
  112. package/esm/dropdown/dropdown-item.js +1 -0
  113. package/esm/dropdown/dropdown-menu.js +1 -0
  114. package/esm/dropdown/dropdown-section.js +1 -0
  115. package/esm/dropdown/dropdown-trigger.js +1 -0
  116. package/esm/dropdown/dropdown-types.js +1 -0
  117. package/esm/dropdown/dropdown.js +1 -0
  118. package/esm/dropdown/dropdown.styles.js +1 -0
  119. package/esm/dropdown/index.js +1 -0
  120. package/esm/dropdown/use-dropdown.js +1 -0
  121. package/esm/grid/grid-container.js +1 -1
  122. package/esm/image/image.js +1 -1
  123. package/esm/image/image.styles.js +1 -1
  124. package/esm/index.js +1 -1
  125. package/esm/input/input.styles.js +1 -1
  126. package/esm/link/link.js +1 -1
  127. package/esm/link/link.styles.js +1 -1
  128. package/esm/modal/modal.styles.js +1 -1
  129. package/esm/pagination/pagination.styles.js +1 -1
  130. package/esm/popover/popover-content.js +1 -1
  131. package/esm/popover/popover-trigger.js +1 -1
  132. package/esm/popover/popover.js +1 -1
  133. package/esm/popover/popover.styles.js +1 -1
  134. package/esm/popover/use-popover.js +1 -1
  135. package/esm/popover/utils.js +1 -1
  136. package/esm/radio/index.js +1 -1
  137. package/esm/radio/radio-context.js +1 -1
  138. package/esm/radio/radio-group.js +1 -1
  139. package/esm/radio/radio.js +1 -1
  140. package/esm/radio/radio.styles.js +1 -1
  141. package/esm/radio/use-radio-group.js +1 -0
  142. package/esm/radio/use-radio.js +1 -0
  143. package/esm/snippet/snippet.styles.js +1 -1
  144. package/esm/switch/switch.styles.js +1 -1
  145. package/esm/table/table-checkbox-cell.js +1 -1
  146. package/esm/table/table-context.js +1 -1
  147. package/esm/table/table-select-all-checkbox.js +1 -1
  148. package/esm/table/table.js +1 -1
  149. package/esm/table/table.styles.js +1 -1
  150. package/esm/table/utils.js +1 -1
  151. package/esm/theme/colors/blue.js +1 -0
  152. package/esm/theme/colors/cyan.js +1 -0
  153. package/esm/theme/colors/gray.js +1 -0
  154. package/esm/theme/colors/green.js +1 -0
  155. package/esm/theme/colors/index.js +1 -0
  156. package/esm/theme/colors/pink.js +1 -0
  157. package/esm/theme/colors/purple.js +1 -0
  158. package/esm/theme/colors/red.js +1 -0
  159. package/esm/theme/colors/yellow.js +1 -0
  160. package/esm/theme/common.js +1 -1
  161. package/esm/theme/dark-theme.js +1 -1
  162. package/esm/theme/index.js +1 -1
  163. package/esm/theme/light-theme.js +1 -1
  164. package/esm/theme/shared-css.js +1 -0
  165. package/esm/theme/stitches.config.js +1 -1
  166. package/esm/tooltip/tooltip.styles.js +1 -1
  167. package/esm/user/index.js +1 -1
  168. package/esm/user/user-link.js +1 -1
  169. package/esm/user/user.js +1 -1
  170. package/esm/user/user.styles.js +1 -1
  171. package/esm/utils/checkmark.js +1 -0
  172. package/esm/utils/color.js +1 -1
  173. package/esm/utils/dom.js +1 -1
  174. package/esm/utils/icons.js +1 -1
  175. package/esm/utils/prop-types.js +1 -1
  176. package/package.json +29 -24
  177. package/types/avatar/avatar-group.styles.d.ts +396 -174
  178. package/types/avatar/avatar.d.ts +2372 -11
  179. package/types/avatar/avatar.styles.d.ts +2570 -98
  180. package/types/backdrop/backdrop.styles.d.ts +594 -261
  181. package/types/button/button-group.styles.d.ts +198 -87
  182. package/types/button/button-icon.d.ts +202 -89
  183. package/types/button/button.d.ts +5 -3
  184. package/types/button/button.styles.d.ts +1636 -189
  185. package/types/card/card.d.ts +8 -9
  186. package/types/card/card.styles.d.ts +3103 -350
  187. package/types/card/use-card.d.ts +301 -0
  188. package/types/checkbox/checkbox-context.d.ts +3 -11
  189. package/types/checkbox/checkbox-group.d.ts +9 -28
  190. package/types/checkbox/checkbox.d.ts +8 -40
  191. package/types/checkbox/checkbox.styles.d.ts +2193 -2021
  192. package/types/checkbox/use-checkbox-group.d.ts +30 -0
  193. package/types/checkbox/use-checkbox.d.ts +26 -0
  194. package/types/code/code.styles.d.ts +396 -174
  195. package/types/col/col.styles.d.ts +198 -87
  196. package/types/collapse/collapse.styles.d.ts +1199 -533
  197. package/types/container/container.styles.d.ts +198 -87
  198. package/types/divider/divider.styles.d.ts +396 -174
  199. package/types/dropdown/base/dropdown-item-base.d.ts +19 -0
  200. package/types/dropdown/dropdown-button.d.ts +3689 -0
  201. package/types/dropdown/dropdown-context.d.ts +728 -0
  202. package/types/dropdown/dropdown-icon.d.ts +9 -0
  203. package/types/dropdown/dropdown-item.d.ts +31 -0
  204. package/types/dropdown/dropdown-menu.d.ts +30 -0
  205. package/types/dropdown/dropdown-section.d.ts +29 -0
  206. package/types/dropdown/dropdown-trigger.d.ts +11 -0
  207. package/types/dropdown/dropdown-types.d.ts +24 -0
  208. package/types/dropdown/dropdown.d.ts +24 -0
  209. package/types/dropdown/dropdown.styles.d.ts +11869 -0
  210. package/types/dropdown/index.d.ts +9 -0
  211. package/types/dropdown/use-dropdown.d.ts +389 -0
  212. package/types/grid/grid.styles.d.ts +396 -174
  213. package/types/image/image.d.ts +5 -18
  214. package/types/image/image.styles.d.ts +594 -261
  215. package/types/index.d.ts +5 -1
  216. package/types/input/input-password.d.ts +1 -1
  217. package/types/input/input-props.d.ts +2 -2
  218. package/types/input/input.styles.d.ts +2367 -1146
  219. package/types/link/link.styles.d.ts +396 -174
  220. package/types/loading/loading.styles.d.ts +1199 -533
  221. package/types/modal/modal.styles.d.ts +1199 -533
  222. package/types/pagination/pagination.styles.d.ts +1199 -533
  223. package/types/popover/popover-content.d.ts +1147 -2
  224. package/types/popover/popover-context.d.ts +120 -0
  225. package/types/popover/popover.d.ts +4 -4
  226. package/types/popover/popover.styles.d.ts +2374 -88
  227. package/types/popover/use-popover.d.ts +83 -4
  228. package/types/popover/utils.d.ts +3 -1
  229. package/types/progress/progress.d.ts +1 -1
  230. package/types/progress/progress.styles.d.ts +396 -174
  231. package/types/radio/index.d.ts +2 -2
  232. package/types/radio/radio-context.d.ts +22 -13
  233. package/types/radio/radio-group.d.ts +9 -78
  234. package/types/radio/radio.d.ts +10 -66
  235. package/types/radio/radio.styles.d.ts +3335 -562
  236. package/types/radio/use-radio-group.d.ts +26 -0
  237. package/types/radio/use-radio.d.ts +31 -0
  238. package/types/row/row.styles.d.ts +198 -87
  239. package/types/snippet/snippet.styles.d.ts +803 -359
  240. package/types/spacer/spacer.styles.d.ts +198 -87
  241. package/types/switch/switch.d.ts +1 -1
  242. package/types/switch/switch.styles.d.ts +803 -359
  243. package/types/table/table-column-header.d.ts +198 -87
  244. package/types/table/table-sort-icon.d.ts +198 -87
  245. package/types/table/table.styles.d.ts +3745 -1856
  246. package/types/table/utils.d.ts +5 -29
  247. package/types/text/text.styles.d.ts +198 -87
  248. package/types/textarea/textarea.d.ts +1 -1
  249. package/types/theme/colors/blue.d.ts +24 -0
  250. package/types/theme/colors/cyan.d.ts +24 -0
  251. package/types/theme/colors/gray.d.ts +24 -0
  252. package/types/theme/colors/green.d.ts +24 -0
  253. package/types/theme/colors/index.d.ts +8 -0
  254. package/types/theme/colors/pink.d.ts +24 -0
  255. package/types/theme/colors/purple.d.ts +24 -0
  256. package/types/theme/colors/red.d.ts +24 -0
  257. package/types/theme/colors/yellow.d.ts +24 -0
  258. package/types/theme/common.d.ts +449 -392
  259. package/types/theme/dark-theme.d.ts +112 -22
  260. package/types/theme/light-theme.d.ts +91 -13
  261. package/types/theme/shared-css.d.ts +5237 -0
  262. package/types/theme/stitches.config.d.ts +3120 -4934
  263. package/types/theme/types.d.ts +3 -0
  264. package/types/tooltip/tooltip.d.ts +1 -1
  265. package/types/tooltip/tooltip.styles.d.ts +803 -359
  266. package/types/user/index.d.ts +1 -1
  267. package/types/user/user-link.d.ts +4 -11
  268. package/types/user/user.styles.d.ts +787 -1277
  269. package/types/utils/checkmark.d.ts +19 -0
  270. package/types/utils/color.d.ts +1 -0
  271. package/types/utils/dom.d.ts +5 -2
  272. package/types/utils/drip.d.ts +199 -88
  273. package/types/utils/prop-types.d.ts +4 -0
  274. package/umd/nextui.js +14191 -17827
  275. package/umd/nextui.min.js +1 -1
  276. package/cjs/checkbox/utils.js +0 -1
  277. package/esm/checkbox/utils.js +0 -1
  278. package/types/checkbox/utils.d.ts +0 -288
@@ -47,89 +47,20 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
47
47
  lg: string;
48
48
  xl: string;
49
49
  };
50
+ dropShadows: {
51
+ xs: string;
52
+ sm: string;
53
+ md: string;
54
+ lg: string;
55
+ xl: string;
56
+ };
50
57
  colors: {
51
- accents1: string;
52
- accents2: string;
53
- accents3: string;
54
- accents4: string;
55
- accents5: string;
56
- accents6: string;
57
- accents7: string;
58
- accents8: string;
59
- accents9: string;
60
- background: string;
61
- foreground: string;
62
- backgroundContrast: string;
63
58
  text: string;
59
+ link: string;
64
60
  codeLight: string;
65
61
  code: string;
66
- border: string;
67
62
  selection: string;
68
- white: string;
69
- black: string;
70
- blue100: string;
71
- blue200: string;
72
- blue300: string;
73
- blue400: string;
74
- blue500: string;
75
- blue600: string;
76
- blue700: string;
77
- blue800: string;
78
- blue900: string;
79
- purple100: string;
80
- purple200: string;
81
- purple300: string;
82
- purple400: string;
83
- purple500: string;
84
- purple600: string;
85
- purple700: string;
86
- purple800: string;
87
- purple900: string;
88
- green100: string;
89
- green200: string;
90
- green300: string;
91
- green400: string;
92
- green500: string;
93
- green600: string;
94
- green700: string;
95
- green800: string;
96
- green900: string;
97
- yellow100: string;
98
- yellow200: string;
99
- yellow300: string;
100
- yellow400: string;
101
- yellow500: string;
102
- yellow600: string;
103
- yellow700: string;
104
- yellow800: string;
105
- yellow900: string;
106
- red100: string;
107
- red200: string;
108
- red300: string;
109
- red400: string;
110
- red500: string;
111
- red600: string;
112
- red700: string;
113
- red800: string;
114
- red900: string;
115
- cyan100: string;
116
- cyan200: string;
117
- cyan300: string;
118
- cyan400: string;
119
- cyan500: string;
120
- cyan600: string;
121
- cyan700: string;
122
- cyan800: string;
123
- cyan900: string;
124
- pink100: string;
125
- pink200: string;
126
- pink300: string;
127
- pink400: string;
128
- pink500: string;
129
- pink600: string;
130
- pink700: string;
131
- pink800: string;
132
- pink900: string;
63
+ gray50: string;
133
64
  gray100: string;
134
65
  gray200: string;
135
66
  gray300: string;
@@ -139,41 +70,173 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
139
70
  gray700: string;
140
71
  gray800: string;
141
72
  gray900: string;
73
+ pink50: string;
74
+ pink100: string;
75
+ pink200: string;
76
+ pink300: string;
77
+ pink400: string;
78
+ pink500: string;
79
+ pink600: string;
80
+ pink700: string;
81
+ pink800: string;
82
+ pink900: string;
83
+ cyan50: string;
84
+ cyan100: string;
85
+ cyan200: string;
86
+ cyan300: string;
87
+ cyan400: string;
88
+ cyan500: string;
89
+ cyan600: string;
90
+ cyan700: string;
91
+ cyan800: string;
92
+ cyan900: string;
93
+ red50: string;
94
+ red100: string;
95
+ red200: string;
96
+ red300: string;
97
+ red400: string;
98
+ red500: string;
99
+ red600: string;
100
+ red700: string;
101
+ red800: string;
102
+ red900: string;
103
+ yellow50: string;
104
+ yellow100: string;
105
+ yellow200: string;
106
+ yellow300: string;
107
+ yellow400: string;
108
+ yellow500: string;
109
+ yellow600: string;
110
+ yellow700: string;
111
+ yellow800: string;
112
+ yellow900: string;
113
+ green50: string;
114
+ green100: string;
115
+ green200: string;
116
+ green300: string;
117
+ green400: string;
118
+ green500: string;
119
+ green600: string;
120
+ green700: string;
121
+ green800: string;
122
+ green900: string;
123
+ purple50: string;
124
+ purple100: string;
125
+ purple200: string;
126
+ purple300: string;
127
+ purple400: string;
128
+ purple500: string;
129
+ purple600: string;
130
+ purple700: string;
131
+ purple800: string;
132
+ purple900: string;
133
+ blue50: string;
134
+ blue100: string;
135
+ blue200: string;
136
+ blue300: string;
137
+ blue400: string;
138
+ blue500: string;
139
+ blue600: string;
140
+ blue700: string;
141
+ blue800: string;
142
+ blue900: string;
143
+ background: string;
144
+ foreground: string;
145
+ backgroundContrast: string;
146
+ white: string;
147
+ black: string;
142
148
  primaryLight: string;
149
+ primaryLightHover: string;
150
+ primaryLightActive: string;
151
+ primaryLightContrast: string;
143
152
  primary: string;
144
- primaryDark: string;
153
+ primaryBorder: string;
154
+ primaryBorderHover: string;
155
+ primarySolidHover: string;
156
+ primarySolidContrast: string;
145
157
  primaryShadow: string;
146
158
  secondaryLight: string;
159
+ secondaryLightHover: string;
160
+ secondaryLightActive: string;
161
+ secondaryLightContrast: string;
147
162
  secondary: string;
148
- secondaryDark: string;
163
+ secondaryBorder: string;
164
+ secondaryBorderHover: string;
165
+ secondarySolidHover: string;
166
+ secondarySolidContrast: string;
149
167
  secondaryShadow: string;
150
168
  successLight: string;
169
+ successLightHover: string;
170
+ successLightActive: string;
171
+ successLightContrast: string;
151
172
  success: string;
152
- successDark: string;
173
+ successBorder: string;
174
+ successBorderHover: string;
175
+ successSolidHover: string;
176
+ successSolidContrast: string;
153
177
  successShadow: string;
154
178
  warningLight: string;
179
+ warningLightHover: string;
180
+ warningLightActive: string;
181
+ warningLightContrast: string;
155
182
  warning: string;
156
- warningDark: string;
183
+ warningBorder: string;
184
+ warningBorderHover: string;
185
+ warningSolidHover: string;
186
+ warningSolidContrast: string;
157
187
  warningShadow: string;
158
188
  errorLight: string;
189
+ errorLightHover: string;
190
+ errorLightActive: string;
191
+ errorLightContrast: string;
159
192
  error: string;
160
- errorDark: string;
193
+ errorBorder: string;
194
+ errorBorderHover: string;
195
+ errorSolidHover: string;
196
+ errorSolidContrast: string;
161
197
  errorShadow: string;
198
+ neutralLight: string;
199
+ neutralLightHover: string;
200
+ neutralLightActive: string;
201
+ neutralLightContrast: string;
202
+ neutral: string;
203
+ neutralBorder: string;
204
+ neutralBorderHover: string;
205
+ neutralSolidHover: string;
206
+ neutralSolidContrast: string;
207
+ neutralShadow: string;
162
208
  gradient: string;
163
- link: string;
209
+ accents0: string;
210
+ accents1: string;
211
+ accents2: string;
212
+ accents3: string;
213
+ accents4: string;
214
+ accents5: string;
215
+ accents6: string;
216
+ accents7: string;
217
+ accents8: string;
218
+ accents9: string;
219
+ border: string;
164
220
  };
165
221
  fonts: {
166
222
  sans: string;
167
223
  mono: string;
168
224
  };
169
225
  fontSizes: {
170
- tiny: string;
171
226
  xs: string;
172
- base: string;
173
227
  sm: string;
228
+ base: string;
174
229
  md: string;
175
230
  lg: string;
176
231
  xl: string;
232
+ xl2: string;
233
+ xl3: string;
234
+ xl4: string;
235
+ xl5: string;
236
+ xl6: string;
237
+ xl7: string;
238
+ xl8: string;
239
+ xl9: string;
177
240
  };
178
241
  fontWeights: {
179
242
  hairline: number;
@@ -189,9 +252,18 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
189
252
  lineHeights: {
190
253
  xs: number;
191
254
  sm: number;
255
+ base: number;
192
256
  md: number;
193
257
  lg: number;
194
258
  xl: number;
259
+ xl2: number;
260
+ xl3: number;
261
+ xl4: number;
262
+ xl5: number;
263
+ xl6: number;
264
+ xl7: number;
265
+ xl8: number;
266
+ xl9: number;
195
267
  };
196
268
  letterSpacings: {
197
269
  tighter: string;
@@ -276,6 +348,7 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
276
348
  avatar: string;
277
349
  link: string;
278
350
  card: string;
351
+ dropdownItem: string;
279
352
  };
280
353
  breakpoints: {
281
354
  xs: string;
@@ -651,7 +724,9 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
651
724
  readonly [$$PropertyValue]: "backgroundColor";
652
725
  }) => {
653
726
  bf: string;
654
- bg: string;
727
+ bg: {
728
+ readonly [$$PropertyValue]: "backgroundColor";
729
+ };
655
730
  };
656
731
  bgColor: (value: {
657
732
  readonly [$$PropertyValue]: "backgroundColor";
@@ -729,6 +804,32 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
729
804
  readonly [$$PropertyValue]: "boxShadow";
730
805
  };
731
806
  };
807
+ ds: (value: {
808
+ readonly [$$PropertyValue]: "boxShadow";
809
+ }) => {
810
+ dropShadow: {
811
+ readonly [$$PropertyValue]: "boxShadow";
812
+ };
813
+ };
814
+ shadow: (value: {
815
+ readonly [$$PropertyValue]: "boxShadow";
816
+ }) => {
817
+ boxShadow: {
818
+ readonly [$$PropertyValue]: "boxShadow";
819
+ };
820
+ };
821
+ dshadow: (value: {
822
+ readonly [$$PropertyValue]: "boxShadow";
823
+ }) => {
824
+ dropShadow: {
825
+ readonly [$$PropertyValue]: "boxShadow";
826
+ };
827
+ };
828
+ dropShadow: (value: {
829
+ readonly [$$PropertyValue]: "boxShadow";
830
+ }) => {
831
+ filter: string;
832
+ };
732
833
  normalShadow: (value: {
733
834
  readonly [$$PropertyValue]: "backgroundColor";
734
835
  }) => {
@@ -932,6 +1033,16 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
932
1033
  readonly [$$PropertyValue]: "textDecorationLine";
933
1034
  };
934
1035
  };
1036
+ truncateText: (value: {
1037
+ readonly [$$PropertyValue]: "width";
1038
+ }) => {
1039
+ maxWidth: {
1040
+ readonly [$$PropertyValue]: "width";
1041
+ };
1042
+ whiteSpace: string;
1043
+ overflow: string;
1044
+ textOverflow: string;
1045
+ };
935
1046
  textGradient: (value: {
936
1047
  readonly [$$PropertyValue]: "backgroundImage";
937
1048
  }) => {
@@ -989,89 +1100,20 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
989
1100
  lg: string;
990
1101
  xl: string;
991
1102
  };
1103
+ dropShadows: {
1104
+ xs: string;
1105
+ sm: string;
1106
+ md: string;
1107
+ lg: string;
1108
+ xl: string;
1109
+ };
992
1110
  colors: {
993
- accents1: string;
994
- accents2: string;
995
- accents3: string;
996
- accents4: string;
997
- accents5: string;
998
- accents6: string;
999
- accents7: string;
1000
- accents8: string;
1001
- accents9: string;
1002
- background: string;
1003
- foreground: string;
1004
- backgroundContrast: string;
1005
1111
  text: string;
1112
+ link: string;
1006
1113
  codeLight: string;
1007
1114
  code: string;
1008
- border: string;
1009
1115
  selection: string;
1010
- white: string;
1011
- black: string;
1012
- blue100: string;
1013
- blue200: string;
1014
- blue300: string;
1015
- blue400: string;
1016
- blue500: string;
1017
- blue600: string;
1018
- blue700: string;
1019
- blue800: string;
1020
- blue900: string;
1021
- purple100: string;
1022
- purple200: string;
1023
- purple300: string;
1024
- purple400: string;
1025
- purple500: string;
1026
- purple600: string;
1027
- purple700: string;
1028
- purple800: string;
1029
- purple900: string;
1030
- green100: string;
1031
- green200: string;
1032
- green300: string;
1033
- green400: string;
1034
- green500: string;
1035
- green600: string;
1036
- green700: string;
1037
- green800: string;
1038
- green900: string;
1039
- yellow100: string;
1040
- yellow200: string;
1041
- yellow300: string;
1042
- yellow400: string;
1043
- yellow500: string;
1044
- yellow600: string;
1045
- yellow700: string;
1046
- yellow800: string;
1047
- yellow900: string;
1048
- red100: string;
1049
- red200: string;
1050
- red300: string;
1051
- red400: string;
1052
- red500: string;
1053
- red600: string;
1054
- red700: string;
1055
- red800: string;
1056
- red900: string;
1057
- cyan100: string;
1058
- cyan200: string;
1059
- cyan300: string;
1060
- cyan400: string;
1061
- cyan500: string;
1062
- cyan600: string;
1063
- cyan700: string;
1064
- cyan800: string;
1065
- cyan900: string;
1066
- pink100: string;
1067
- pink200: string;
1068
- pink300: string;
1069
- pink400: string;
1070
- pink500: string;
1071
- pink600: string;
1072
- pink700: string;
1073
- pink800: string;
1074
- pink900: string;
1116
+ gray50: string;
1075
1117
  gray100: string;
1076
1118
  gray200: string;
1077
1119
  gray300: string;
@@ -1081,41 +1123,173 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
1081
1123
  gray700: string;
1082
1124
  gray800: string;
1083
1125
  gray900: string;
1126
+ pink50: string;
1127
+ pink100: string;
1128
+ pink200: string;
1129
+ pink300: string;
1130
+ pink400: string;
1131
+ pink500: string;
1132
+ pink600: string;
1133
+ pink700: string;
1134
+ pink800: string;
1135
+ pink900: string;
1136
+ cyan50: string;
1137
+ cyan100: string;
1138
+ cyan200: string;
1139
+ cyan300: string;
1140
+ cyan400: string;
1141
+ cyan500: string;
1142
+ cyan600: string;
1143
+ cyan700: string;
1144
+ cyan800: string;
1145
+ cyan900: string;
1146
+ red50: string;
1147
+ red100: string;
1148
+ red200: string;
1149
+ red300: string;
1150
+ red400: string;
1151
+ red500: string;
1152
+ red600: string;
1153
+ red700: string;
1154
+ red800: string;
1155
+ red900: string;
1156
+ yellow50: string;
1157
+ yellow100: string;
1158
+ yellow200: string;
1159
+ yellow300: string;
1160
+ yellow400: string;
1161
+ yellow500: string;
1162
+ yellow600: string;
1163
+ yellow700: string;
1164
+ yellow800: string;
1165
+ yellow900: string;
1166
+ green50: string;
1167
+ green100: string;
1168
+ green200: string;
1169
+ green300: string;
1170
+ green400: string;
1171
+ green500: string;
1172
+ green600: string;
1173
+ green700: string;
1174
+ green800: string;
1175
+ green900: string;
1176
+ purple50: string;
1177
+ purple100: string;
1178
+ purple200: string;
1179
+ purple300: string;
1180
+ purple400: string;
1181
+ purple500: string;
1182
+ purple600: string;
1183
+ purple700: string;
1184
+ purple800: string;
1185
+ purple900: string;
1186
+ blue50: string;
1187
+ blue100: string;
1188
+ blue200: string;
1189
+ blue300: string;
1190
+ blue400: string;
1191
+ blue500: string;
1192
+ blue600: string;
1193
+ blue700: string;
1194
+ blue800: string;
1195
+ blue900: string;
1196
+ background: string;
1197
+ foreground: string;
1198
+ backgroundContrast: string;
1199
+ white: string;
1200
+ black: string;
1084
1201
  primaryLight: string;
1202
+ primaryLightHover: string;
1203
+ primaryLightActive: string;
1204
+ primaryLightContrast: string;
1085
1205
  primary: string;
1086
- primaryDark: string;
1206
+ primaryBorder: string;
1207
+ primaryBorderHover: string;
1208
+ primarySolidHover: string;
1209
+ primarySolidContrast: string;
1087
1210
  primaryShadow: string;
1088
1211
  secondaryLight: string;
1212
+ secondaryLightHover: string;
1213
+ secondaryLightActive: string;
1214
+ secondaryLightContrast: string;
1089
1215
  secondary: string;
1090
- secondaryDark: string;
1216
+ secondaryBorder: string;
1217
+ secondaryBorderHover: string;
1218
+ secondarySolidHover: string;
1219
+ secondarySolidContrast: string;
1091
1220
  secondaryShadow: string;
1092
1221
  successLight: string;
1222
+ successLightHover: string;
1223
+ successLightActive: string;
1224
+ successLightContrast: string;
1093
1225
  success: string;
1094
- successDark: string;
1226
+ successBorder: string;
1227
+ successBorderHover: string;
1228
+ successSolidHover: string;
1229
+ successSolidContrast: string;
1095
1230
  successShadow: string;
1096
1231
  warningLight: string;
1232
+ warningLightHover: string;
1233
+ warningLightActive: string;
1234
+ warningLightContrast: string;
1097
1235
  warning: string;
1098
- warningDark: string;
1236
+ warningBorder: string;
1237
+ warningBorderHover: string;
1238
+ warningSolidHover: string;
1239
+ warningSolidContrast: string;
1099
1240
  warningShadow: string;
1100
1241
  errorLight: string;
1242
+ errorLightHover: string;
1243
+ errorLightActive: string;
1244
+ errorLightContrast: string;
1101
1245
  error: string;
1102
- errorDark: string;
1246
+ errorBorder: string;
1247
+ errorBorderHover: string;
1248
+ errorSolidHover: string;
1249
+ errorSolidContrast: string;
1103
1250
  errorShadow: string;
1251
+ neutralLight: string;
1252
+ neutralLightHover: string;
1253
+ neutralLightActive: string;
1254
+ neutralLightContrast: string;
1255
+ neutral: string;
1256
+ neutralBorder: string;
1257
+ neutralBorderHover: string;
1258
+ neutralSolidHover: string;
1259
+ neutralSolidContrast: string;
1260
+ neutralShadow: string;
1104
1261
  gradient: string;
1105
- link: string;
1262
+ accents0: string;
1263
+ accents1: string;
1264
+ accents2: string;
1265
+ accents3: string;
1266
+ accents4: string;
1267
+ accents5: string;
1268
+ accents6: string;
1269
+ accents7: string;
1270
+ accents8: string;
1271
+ accents9: string;
1272
+ border: string;
1106
1273
  };
1107
1274
  fonts: {
1108
1275
  sans: string;
1109
1276
  mono: string;
1110
1277
  };
1111
1278
  fontSizes: {
1112
- tiny: string;
1113
1279
  xs: string;
1114
- base: string;
1115
1280
  sm: string;
1281
+ base: string;
1116
1282
  md: string;
1117
1283
  lg: string;
1118
1284
  xl: string;
1285
+ xl2: string;
1286
+ xl3: string;
1287
+ xl4: string;
1288
+ xl5: string;
1289
+ xl6: string;
1290
+ xl7: string;
1291
+ xl8: string;
1292
+ xl9: string;
1119
1293
  };
1120
1294
  fontWeights: {
1121
1295
  hairline: number;
@@ -1131,9 +1305,18 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
1131
1305
  lineHeights: {
1132
1306
  xs: number;
1133
1307
  sm: number;
1308
+ base: number;
1134
1309
  md: number;
1135
1310
  lg: number;
1136
1311
  xl: number;
1312
+ xl2: number;
1313
+ xl3: number;
1314
+ xl4: number;
1315
+ xl5: number;
1316
+ xl6: number;
1317
+ xl7: number;
1318
+ xl8: number;
1319
+ xl9: number;
1137
1320
  };
1138
1321
  letterSpacings: {
1139
1322
  tighter: string;
@@ -1218,6 +1401,7 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
1218
1401
  avatar: string;
1219
1402
  link: string;
1220
1403
  card: string;
1404
+ dropdownItem: string;
1221
1405
  };
1222
1406
  breakpoints: {
1223
1407
  xs: string;
@@ -1593,7 +1777,9 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
1593
1777
  readonly [$$PropertyValue]: "backgroundColor";
1594
1778
  }) => {
1595
1779
  bf: string;
1596
- bg: string;
1780
+ bg: {
1781
+ readonly [$$PropertyValue]: "backgroundColor";
1782
+ };
1597
1783
  };
1598
1784
  bgColor: (value: {
1599
1785
  readonly [$$PropertyValue]: "backgroundColor";
@@ -1671,6 +1857,32 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
1671
1857
  readonly [$$PropertyValue]: "boxShadow";
1672
1858
  };
1673
1859
  };
1860
+ ds: (value: {
1861
+ readonly [$$PropertyValue]: "boxShadow";
1862
+ }) => {
1863
+ dropShadow: {
1864
+ readonly [$$PropertyValue]: "boxShadow";
1865
+ };
1866
+ };
1867
+ shadow: (value: {
1868
+ readonly [$$PropertyValue]: "boxShadow";
1869
+ }) => {
1870
+ boxShadow: {
1871
+ readonly [$$PropertyValue]: "boxShadow";
1872
+ };
1873
+ };
1874
+ dshadow: (value: {
1875
+ readonly [$$PropertyValue]: "boxShadow";
1876
+ }) => {
1877
+ dropShadow: {
1878
+ readonly [$$PropertyValue]: "boxShadow";
1879
+ };
1880
+ };
1881
+ dropShadow: (value: {
1882
+ readonly [$$PropertyValue]: "boxShadow";
1883
+ }) => {
1884
+ filter: string;
1885
+ };
1674
1886
  normalShadow: (value: {
1675
1887
  readonly [$$PropertyValue]: "backgroundColor";
1676
1888
  }) => {
@@ -1874,6 +2086,16 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
1874
2086
  readonly [$$PropertyValue]: "textDecorationLine";
1875
2087
  };
1876
2088
  };
2089
+ truncateText: (value: {
2090
+ readonly [$$PropertyValue]: "width";
2091
+ }) => {
2092
+ maxWidth: {
2093
+ readonly [$$PropertyValue]: "width";
2094
+ };
2095
+ whiteSpace: string;
2096
+ overflow: string;
2097
+ textOverflow: string;
2098
+ };
1877
2099
  textGradient: (value: {
1878
2100
  readonly [$$PropertyValue]: "backgroundImage";
1879
2101
  }) => {
@@ -1933,89 +2155,20 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
1933
2155
  lg: string;
1934
2156
  xl: string;
1935
2157
  };
2158
+ dropShadows: {
2159
+ xs: string;
2160
+ sm: string;
2161
+ md: string;
2162
+ lg: string;
2163
+ xl: string;
2164
+ };
1936
2165
  colors: {
1937
- accents1: string;
1938
- accents2: string;
1939
- accents3: string;
1940
- accents4: string;
1941
- accents5: string;
1942
- accents6: string;
1943
- accents7: string;
1944
- accents8: string;
1945
- accents9: string;
1946
- background: string;
1947
- foreground: string;
1948
- backgroundContrast: string;
1949
2166
  text: string;
2167
+ link: string;
1950
2168
  codeLight: string;
1951
2169
  code: string;
1952
- border: string;
1953
2170
  selection: string;
1954
- white: string;
1955
- black: string;
1956
- blue100: string;
1957
- blue200: string;
1958
- blue300: string;
1959
- blue400: string;
1960
- blue500: string;
1961
- blue600: string;
1962
- blue700: string;
1963
- blue800: string;
1964
- blue900: string;
1965
- purple100: string;
1966
- purple200: string;
1967
- purple300: string;
1968
- purple400: string;
1969
- purple500: string;
1970
- purple600: string;
1971
- purple700: string;
1972
- purple800: string;
1973
- purple900: string;
1974
- green100: string;
1975
- green200: string;
1976
- green300: string;
1977
- green400: string;
1978
- green500: string;
1979
- green600: string;
1980
- green700: string;
1981
- green800: string;
1982
- green900: string;
1983
- yellow100: string;
1984
- yellow200: string;
1985
- yellow300: string;
1986
- yellow400: string;
1987
- yellow500: string;
1988
- yellow600: string;
1989
- yellow700: string;
1990
- yellow800: string;
1991
- yellow900: string;
1992
- red100: string;
1993
- red200: string;
1994
- red300: string;
1995
- red400: string;
1996
- red500: string;
1997
- red600: string;
1998
- red700: string;
1999
- red800: string;
2000
- red900: string;
2001
- cyan100: string;
2002
- cyan200: string;
2003
- cyan300: string;
2004
- cyan400: string;
2005
- cyan500: string;
2006
- cyan600: string;
2007
- cyan700: string;
2008
- cyan800: string;
2009
- cyan900: string;
2010
- pink100: string;
2011
- pink200: string;
2012
- pink300: string;
2013
- pink400: string;
2014
- pink500: string;
2015
- pink600: string;
2016
- pink700: string;
2017
- pink800: string;
2018
- pink900: string;
2171
+ gray50: string;
2019
2172
  gray100: string;
2020
2173
  gray200: string;
2021
2174
  gray300: string;
@@ -2025,59 +2178,200 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
2025
2178
  gray700: string;
2026
2179
  gray800: string;
2027
2180
  gray900: string;
2028
- primaryLight: string;
2029
- primary: string;
2030
- primaryDark: string;
2031
- primaryShadow: string;
2032
- secondaryLight: string;
2033
- secondary: string;
2034
- secondaryDark: string;
2035
- secondaryShadow: string;
2036
- successLight: string;
2037
- success: string;
2038
- successDark: string;
2039
- successShadow: string;
2040
- warningLight: string;
2041
- warning: string;
2042
- warningDark: string;
2043
- warningShadow: string;
2044
- errorLight: string;
2045
- error: string;
2046
- errorDark: string;
2047
- errorShadow: string;
2048
- gradient: string;
2049
- link: string;
2050
- };
2051
- fonts: {
2052
- sans: string;
2053
- mono: string;
2054
- };
2055
- fontSizes: {
2056
- tiny: string;
2057
- xs: string;
2058
- base: string;
2059
- sm: string;
2060
- md: string;
2061
- lg: string;
2062
- xl: string;
2063
- };
2064
- fontWeights: {
2065
- hairline: number;
2066
- thin: number;
2067
- light: number;
2068
- normal: number;
2069
- medium: number;
2070
- semibold: number;
2071
- bold: number;
2072
- extrabold: number;
2073
- black: number;
2074
- };
2181
+ pink50: string;
2182
+ pink100: string;
2183
+ pink200: string;
2184
+ pink300: string;
2185
+ pink400: string;
2186
+ pink500: string;
2187
+ pink600: string;
2188
+ pink700: string;
2189
+ pink800: string;
2190
+ pink900: string;
2191
+ cyan50: string;
2192
+ cyan100: string;
2193
+ cyan200: string;
2194
+ cyan300: string;
2195
+ cyan400: string;
2196
+ cyan500: string;
2197
+ cyan600: string;
2198
+ cyan700: string;
2199
+ cyan800: string;
2200
+ cyan900: string;
2201
+ red50: string;
2202
+ red100: string;
2203
+ red200: string;
2204
+ red300: string;
2205
+ red400: string;
2206
+ red500: string;
2207
+ red600: string;
2208
+ red700: string;
2209
+ red800: string;
2210
+ red900: string;
2211
+ yellow50: string;
2212
+ yellow100: string;
2213
+ yellow200: string;
2214
+ yellow300: string;
2215
+ yellow400: string;
2216
+ yellow500: string;
2217
+ yellow600: string;
2218
+ yellow700: string;
2219
+ yellow800: string;
2220
+ yellow900: string;
2221
+ green50: string;
2222
+ green100: string;
2223
+ green200: string;
2224
+ green300: string;
2225
+ green400: string;
2226
+ green500: string;
2227
+ green600: string;
2228
+ green700: string;
2229
+ green800: string;
2230
+ green900: string;
2231
+ purple50: string;
2232
+ purple100: string;
2233
+ purple200: string;
2234
+ purple300: string;
2235
+ purple400: string;
2236
+ purple500: string;
2237
+ purple600: string;
2238
+ purple700: string;
2239
+ purple800: string;
2240
+ purple900: string;
2241
+ blue50: string;
2242
+ blue100: string;
2243
+ blue200: string;
2244
+ blue300: string;
2245
+ blue400: string;
2246
+ blue500: string;
2247
+ blue600: string;
2248
+ blue700: string;
2249
+ blue800: string;
2250
+ blue900: string;
2251
+ background: string;
2252
+ foreground: string;
2253
+ backgroundContrast: string;
2254
+ white: string;
2255
+ black: string;
2256
+ primaryLight: string;
2257
+ primaryLightHover: string;
2258
+ primaryLightActive: string;
2259
+ primaryLightContrast: string;
2260
+ primary: string;
2261
+ primaryBorder: string;
2262
+ primaryBorderHover: string;
2263
+ primarySolidHover: string;
2264
+ primarySolidContrast: string;
2265
+ primaryShadow: string;
2266
+ secondaryLight: string;
2267
+ secondaryLightHover: string;
2268
+ secondaryLightActive: string;
2269
+ secondaryLightContrast: string;
2270
+ secondary: string;
2271
+ secondaryBorder: string;
2272
+ secondaryBorderHover: string;
2273
+ secondarySolidHover: string;
2274
+ secondarySolidContrast: string;
2275
+ secondaryShadow: string;
2276
+ successLight: string;
2277
+ successLightHover: string;
2278
+ successLightActive: string;
2279
+ successLightContrast: string;
2280
+ success: string;
2281
+ successBorder: string;
2282
+ successBorderHover: string;
2283
+ successSolidHover: string;
2284
+ successSolidContrast: string;
2285
+ successShadow: string;
2286
+ warningLight: string;
2287
+ warningLightHover: string;
2288
+ warningLightActive: string;
2289
+ warningLightContrast: string;
2290
+ warning: string;
2291
+ warningBorder: string;
2292
+ warningBorderHover: string;
2293
+ warningSolidHover: string;
2294
+ warningSolidContrast: string;
2295
+ warningShadow: string;
2296
+ errorLight: string;
2297
+ errorLightHover: string;
2298
+ errorLightActive: string;
2299
+ errorLightContrast: string;
2300
+ error: string;
2301
+ errorBorder: string;
2302
+ errorBorderHover: string;
2303
+ errorSolidHover: string;
2304
+ errorSolidContrast: string;
2305
+ errorShadow: string;
2306
+ neutralLight: string;
2307
+ neutralLightHover: string;
2308
+ neutralLightActive: string;
2309
+ neutralLightContrast: string;
2310
+ neutral: string;
2311
+ neutralBorder: string;
2312
+ neutralBorderHover: string;
2313
+ neutralSolidHover: string;
2314
+ neutralSolidContrast: string;
2315
+ neutralShadow: string;
2316
+ gradient: string;
2317
+ accents0: string;
2318
+ accents1: string;
2319
+ accents2: string;
2320
+ accents3: string;
2321
+ accents4: string;
2322
+ accents5: string;
2323
+ accents6: string;
2324
+ accents7: string;
2325
+ accents8: string;
2326
+ accents9: string;
2327
+ border: string;
2328
+ };
2329
+ fonts: {
2330
+ sans: string;
2331
+ mono: string;
2332
+ };
2333
+ fontSizes: {
2334
+ xs: string;
2335
+ sm: string;
2336
+ base: string;
2337
+ md: string;
2338
+ lg: string;
2339
+ xl: string;
2340
+ xl2: string;
2341
+ xl3: string;
2342
+ xl4: string;
2343
+ xl5: string;
2344
+ xl6: string;
2345
+ xl7: string;
2346
+ xl8: string;
2347
+ xl9: string;
2348
+ };
2349
+ fontWeights: {
2350
+ hairline: number;
2351
+ thin: number;
2352
+ light: number;
2353
+ normal: number;
2354
+ medium: number;
2355
+ semibold: number;
2356
+ bold: number;
2357
+ extrabold: number;
2358
+ black: number;
2359
+ };
2075
2360
  lineHeights: {
2076
2361
  xs: number;
2077
2362
  sm: number;
2363
+ base: number;
2078
2364
  md: number;
2079
2365
  lg: number;
2080
2366
  xl: number;
2367
+ xl2: number;
2368
+ xl3: number;
2369
+ xl4: number;
2370
+ xl5: number;
2371
+ xl6: number;
2372
+ xl7: number;
2373
+ xl8: number;
2374
+ xl9: number;
2081
2375
  };
2082
2376
  letterSpacings: {
2083
2377
  tighter: string;
@@ -2162,6 +2456,7 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
2162
2456
  avatar: string;
2163
2457
  link: string;
2164
2458
  card: string;
2459
+ dropdownItem: string;
2165
2460
  };
2166
2461
  breakpoints: {
2167
2462
  xs: string;
@@ -2537,7 +2832,9 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
2537
2832
  readonly [$$PropertyValue]: "backgroundColor";
2538
2833
  }) => {
2539
2834
  bf: string;
2540
- bg: string;
2835
+ bg: {
2836
+ readonly [$$PropertyValue]: "backgroundColor";
2837
+ };
2541
2838
  };
2542
2839
  bgColor: (value: {
2543
2840
  readonly [$$PropertyValue]: "backgroundColor";
@@ -2615,6 +2912,32 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
2615
2912
  readonly [$$PropertyValue]: "boxShadow";
2616
2913
  };
2617
2914
  };
2915
+ ds: (value: {
2916
+ readonly [$$PropertyValue]: "boxShadow";
2917
+ }) => {
2918
+ dropShadow: {
2919
+ readonly [$$PropertyValue]: "boxShadow";
2920
+ };
2921
+ };
2922
+ shadow: (value: {
2923
+ readonly [$$PropertyValue]: "boxShadow";
2924
+ }) => {
2925
+ boxShadow: {
2926
+ readonly [$$PropertyValue]: "boxShadow";
2927
+ };
2928
+ };
2929
+ dshadow: (value: {
2930
+ readonly [$$PropertyValue]: "boxShadow";
2931
+ }) => {
2932
+ dropShadow: {
2933
+ readonly [$$PropertyValue]: "boxShadow";
2934
+ };
2935
+ };
2936
+ dropShadow: (value: {
2937
+ readonly [$$PropertyValue]: "boxShadow";
2938
+ }) => {
2939
+ filter: string;
2940
+ };
2618
2941
  normalShadow: (value: {
2619
2942
  readonly [$$PropertyValue]: "backgroundColor";
2620
2943
  }) => {
@@ -2818,6 +3141,16 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
2818
3141
  readonly [$$PropertyValue]: "textDecorationLine";
2819
3142
  };
2820
3143
  };
3144
+ truncateText: (value: {
3145
+ readonly [$$PropertyValue]: "width";
3146
+ }) => {
3147
+ maxWidth: {
3148
+ readonly [$$PropertyValue]: "width";
3149
+ };
3150
+ whiteSpace: string;
3151
+ overflow: string;
3152
+ textOverflow: string;
3153
+ };
2821
3154
  textGradient: (value: {
2822
3155
  readonly [$$PropertyValue]: "backgroundImage";
2823
3156
  }) => {
@@ -2878,89 +3211,20 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
2878
3211
  lg: string;
2879
3212
  xl: string;
2880
3213
  };
3214
+ dropShadows: {
3215
+ xs: string;
3216
+ sm: string;
3217
+ md: string;
3218
+ lg: string;
3219
+ xl: string;
3220
+ };
2881
3221
  colors: {
2882
- accents1: string;
2883
- accents2: string;
2884
- accents3: string;
2885
- accents4: string;
2886
- accents5: string;
2887
- accents6: string;
2888
- accents7: string;
2889
- accents8: string;
2890
- accents9: string;
2891
- background: string;
2892
- foreground: string;
2893
- backgroundContrast: string;
2894
3222
  text: string;
3223
+ link: string;
2895
3224
  codeLight: string;
2896
3225
  code: string;
2897
- border: string;
2898
3226
  selection: string;
2899
- white: string;
2900
- black: string;
2901
- blue100: string;
2902
- blue200: string;
2903
- blue300: string;
2904
- blue400: string;
2905
- blue500: string;
2906
- blue600: string;
2907
- blue700: string;
2908
- blue800: string;
2909
- blue900: string;
2910
- purple100: string;
2911
- purple200: string;
2912
- purple300: string;
2913
- purple400: string;
2914
- purple500: string;
2915
- purple600: string;
2916
- purple700: string;
2917
- purple800: string;
2918
- purple900: string;
2919
- green100: string;
2920
- green200: string;
2921
- green300: string;
2922
- green400: string;
2923
- green500: string;
2924
- green600: string;
2925
- green700: string;
2926
- green800: string;
2927
- green900: string;
2928
- yellow100: string;
2929
- yellow200: string;
2930
- yellow300: string;
2931
- yellow400: string;
2932
- yellow500: string;
2933
- yellow600: string;
2934
- yellow700: string;
2935
- yellow800: string;
2936
- yellow900: string;
2937
- red100: string;
2938
- red200: string;
2939
- red300: string;
2940
- red400: string;
2941
- red500: string;
2942
- red600: string;
2943
- red700: string;
2944
- red800: string;
2945
- red900: string;
2946
- cyan100: string;
2947
- cyan200: string;
2948
- cyan300: string;
2949
- cyan400: string;
2950
- cyan500: string;
2951
- cyan600: string;
2952
- cyan700: string;
2953
- cyan800: string;
2954
- cyan900: string;
2955
- pink100: string;
2956
- pink200: string;
2957
- pink300: string;
2958
- pink400: string;
2959
- pink500: string;
2960
- pink600: string;
2961
- pink700: string;
2962
- pink800: string;
2963
- pink900: string;
3227
+ gray50: string;
2964
3228
  gray100: string;
2965
3229
  gray200: string;
2966
3230
  gray300: string;
@@ -2970,41 +3234,173 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
2970
3234
  gray700: string;
2971
3235
  gray800: string;
2972
3236
  gray900: string;
2973
- primaryLight: string;
2974
- primary: string;
2975
- primaryDark: string;
2976
- primaryShadow: string;
2977
- secondaryLight: string;
2978
- secondary: string;
2979
- secondaryDark: string;
2980
- secondaryShadow: string;
2981
- successLight: string;
2982
- success: string;
2983
- successDark: string;
2984
- successShadow: string;
2985
- warningLight: string;
2986
- warning: string;
2987
- warningDark: string;
2988
- warningShadow: string;
2989
- errorLight: string;
2990
- error: string;
2991
- errorDark: string;
2992
- errorShadow: string;
2993
- gradient: string;
2994
- link: string;
2995
- };
2996
- fonts: {
2997
- sans: string;
2998
- mono: string;
2999
- };
3000
- fontSizes: {
3001
- tiny: string;
3002
- xs: string;
3003
- base: string;
3004
- sm: string;
3237
+ pink50: string;
3238
+ pink100: string;
3239
+ pink200: string;
3240
+ pink300: string;
3241
+ pink400: string;
3242
+ pink500: string;
3243
+ pink600: string;
3244
+ pink700: string;
3245
+ pink800: string;
3246
+ pink900: string;
3247
+ cyan50: string;
3248
+ cyan100: string;
3249
+ cyan200: string;
3250
+ cyan300: string;
3251
+ cyan400: string;
3252
+ cyan500: string;
3253
+ cyan600: string;
3254
+ cyan700: string;
3255
+ cyan800: string;
3256
+ cyan900: string;
3257
+ red50: string;
3258
+ red100: string;
3259
+ red200: string;
3260
+ red300: string;
3261
+ red400: string;
3262
+ red500: string;
3263
+ red600: string;
3264
+ red700: string;
3265
+ red800: string;
3266
+ red900: string;
3267
+ yellow50: string;
3268
+ yellow100: string;
3269
+ yellow200: string;
3270
+ yellow300: string;
3271
+ yellow400: string;
3272
+ yellow500: string;
3273
+ yellow600: string;
3274
+ yellow700: string;
3275
+ yellow800: string;
3276
+ yellow900: string;
3277
+ green50: string;
3278
+ green100: string;
3279
+ green200: string;
3280
+ green300: string;
3281
+ green400: string;
3282
+ green500: string;
3283
+ green600: string;
3284
+ green700: string;
3285
+ green800: string;
3286
+ green900: string;
3287
+ purple50: string;
3288
+ purple100: string;
3289
+ purple200: string;
3290
+ purple300: string;
3291
+ purple400: string;
3292
+ purple500: string;
3293
+ purple600: string;
3294
+ purple700: string;
3295
+ purple800: string;
3296
+ purple900: string;
3297
+ blue50: string;
3298
+ blue100: string;
3299
+ blue200: string;
3300
+ blue300: string;
3301
+ blue400: string;
3302
+ blue500: string;
3303
+ blue600: string;
3304
+ blue700: string;
3305
+ blue800: string;
3306
+ blue900: string;
3307
+ background: string;
3308
+ foreground: string;
3309
+ backgroundContrast: string;
3310
+ white: string;
3311
+ black: string;
3312
+ primaryLight: string;
3313
+ primaryLightHover: string;
3314
+ primaryLightActive: string;
3315
+ primaryLightContrast: string;
3316
+ primary: string;
3317
+ primaryBorder: string;
3318
+ primaryBorderHover: string;
3319
+ primarySolidHover: string;
3320
+ primarySolidContrast: string;
3321
+ primaryShadow: string;
3322
+ secondaryLight: string;
3323
+ secondaryLightHover: string;
3324
+ secondaryLightActive: string;
3325
+ secondaryLightContrast: string;
3326
+ secondary: string;
3327
+ secondaryBorder: string;
3328
+ secondaryBorderHover: string;
3329
+ secondarySolidHover: string;
3330
+ secondarySolidContrast: string;
3331
+ secondaryShadow: string;
3332
+ successLight: string;
3333
+ successLightHover: string;
3334
+ successLightActive: string;
3335
+ successLightContrast: string;
3336
+ success: string;
3337
+ successBorder: string;
3338
+ successBorderHover: string;
3339
+ successSolidHover: string;
3340
+ successSolidContrast: string;
3341
+ successShadow: string;
3342
+ warningLight: string;
3343
+ warningLightHover: string;
3344
+ warningLightActive: string;
3345
+ warningLightContrast: string;
3346
+ warning: string;
3347
+ warningBorder: string;
3348
+ warningBorderHover: string;
3349
+ warningSolidHover: string;
3350
+ warningSolidContrast: string;
3351
+ warningShadow: string;
3352
+ errorLight: string;
3353
+ errorLightHover: string;
3354
+ errorLightActive: string;
3355
+ errorLightContrast: string;
3356
+ error: string;
3357
+ errorBorder: string;
3358
+ errorBorderHover: string;
3359
+ errorSolidHover: string;
3360
+ errorSolidContrast: string;
3361
+ errorShadow: string;
3362
+ neutralLight: string;
3363
+ neutralLightHover: string;
3364
+ neutralLightActive: string;
3365
+ neutralLightContrast: string;
3366
+ neutral: string;
3367
+ neutralBorder: string;
3368
+ neutralBorderHover: string;
3369
+ neutralSolidHover: string;
3370
+ neutralSolidContrast: string;
3371
+ neutralShadow: string;
3372
+ gradient: string;
3373
+ accents0: string;
3374
+ accents1: string;
3375
+ accents2: string;
3376
+ accents3: string;
3377
+ accents4: string;
3378
+ accents5: string;
3379
+ accents6: string;
3380
+ accents7: string;
3381
+ accents8: string;
3382
+ accents9: string;
3383
+ border: string;
3384
+ };
3385
+ fonts: {
3386
+ sans: string;
3387
+ mono: string;
3388
+ };
3389
+ fontSizes: {
3390
+ xs: string;
3391
+ sm: string;
3392
+ base: string;
3005
3393
  md: string;
3006
3394
  lg: string;
3007
3395
  xl: string;
3396
+ xl2: string;
3397
+ xl3: string;
3398
+ xl4: string;
3399
+ xl5: string;
3400
+ xl6: string;
3401
+ xl7: string;
3402
+ xl8: string;
3403
+ xl9: string;
3008
3404
  };
3009
3405
  fontWeights: {
3010
3406
  hairline: number;
@@ -3020,9 +3416,18 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
3020
3416
  lineHeights: {
3021
3417
  xs: number;
3022
3418
  sm: number;
3419
+ base: number;
3023
3420
  md: number;
3024
3421
  lg: number;
3025
3422
  xl: number;
3423
+ xl2: number;
3424
+ xl3: number;
3425
+ xl4: number;
3426
+ xl5: number;
3427
+ xl6: number;
3428
+ xl7: number;
3429
+ xl8: number;
3430
+ xl9: number;
3026
3431
  };
3027
3432
  letterSpacings: {
3028
3433
  tighter: string;
@@ -3107,6 +3512,7 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
3107
3512
  avatar: string;
3108
3513
  link: string;
3109
3514
  card: string;
3515
+ dropdownItem: string;
3110
3516
  };
3111
3517
  breakpoints: {
3112
3518
  xs: string;
@@ -3482,7 +3888,9 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
3482
3888
  readonly [$$PropertyValue]: "backgroundColor";
3483
3889
  }) => {
3484
3890
  bf: string;
3485
- bg: string;
3891
+ bg: {
3892
+ readonly [$$PropertyValue]: "backgroundColor";
3893
+ };
3486
3894
  };
3487
3895
  bgColor: (value: {
3488
3896
  readonly [$$PropertyValue]: "backgroundColor";
@@ -3560,6 +3968,32 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
3560
3968
  readonly [$$PropertyValue]: "boxShadow";
3561
3969
  };
3562
3970
  };
3971
+ ds: (value: {
3972
+ readonly [$$PropertyValue]: "boxShadow";
3973
+ }) => {
3974
+ dropShadow: {
3975
+ readonly [$$PropertyValue]: "boxShadow";
3976
+ };
3977
+ };
3978
+ shadow: (value: {
3979
+ readonly [$$PropertyValue]: "boxShadow";
3980
+ }) => {
3981
+ boxShadow: {
3982
+ readonly [$$PropertyValue]: "boxShadow";
3983
+ };
3984
+ };
3985
+ dshadow: (value: {
3986
+ readonly [$$PropertyValue]: "boxShadow";
3987
+ }) => {
3988
+ dropShadow: {
3989
+ readonly [$$PropertyValue]: "boxShadow";
3990
+ };
3991
+ };
3992
+ dropShadow: (value: {
3993
+ readonly [$$PropertyValue]: "boxShadow";
3994
+ }) => {
3995
+ filter: string;
3996
+ };
3563
3997
  normalShadow: (value: {
3564
3998
  readonly [$$PropertyValue]: "backgroundColor";
3565
3999
  }) => {
@@ -3763,6 +4197,16 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
3763
4197
  readonly [$$PropertyValue]: "textDecorationLine";
3764
4198
  };
3765
4199
  };
4200
+ truncateText: (value: {
4201
+ readonly [$$PropertyValue]: "width";
4202
+ }) => {
4203
+ maxWidth: {
4204
+ readonly [$$PropertyValue]: "width";
4205
+ };
4206
+ whiteSpace: string;
4207
+ overflow: string;
4208
+ textOverflow: string;
4209
+ };
3766
4210
  textGradient: (value: {
3767
4211
  readonly [$$PropertyValue]: "backgroundImage";
3768
4212
  }) => {
@@ -3817,89 +4261,20 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
3817
4261
  lg: string;
3818
4262
  xl: string;
3819
4263
  };
4264
+ dropShadows: {
4265
+ xs: string;
4266
+ sm: string;
4267
+ md: string;
4268
+ lg: string;
4269
+ xl: string;
4270
+ };
3820
4271
  colors: {
3821
- accents1: string;
3822
- accents2: string;
3823
- accents3: string;
3824
- accents4: string;
3825
- accents5: string;
3826
- accents6: string;
3827
- accents7: string;
3828
- accents8: string;
3829
- accents9: string;
3830
- background: string;
3831
- foreground: string;
3832
- backgroundContrast: string;
3833
4272
  text: string;
4273
+ link: string;
3834
4274
  codeLight: string;
3835
4275
  code: string;
3836
- border: string;
3837
4276
  selection: string;
3838
- white: string;
3839
- black: string;
3840
- blue100: string;
3841
- blue200: string;
3842
- blue300: string;
3843
- blue400: string;
3844
- blue500: string;
3845
- blue600: string;
3846
- blue700: string;
3847
- blue800: string;
3848
- blue900: string;
3849
- purple100: string;
3850
- purple200: string;
3851
- purple300: string;
3852
- purple400: string;
3853
- purple500: string;
3854
- purple600: string;
3855
- purple700: string;
3856
- purple800: string;
3857
- purple900: string;
3858
- green100: string;
3859
- green200: string;
3860
- green300: string;
3861
- green400: string;
3862
- green500: string;
3863
- green600: string;
3864
- green700: string;
3865
- green800: string;
3866
- green900: string;
3867
- yellow100: string;
3868
- yellow200: string;
3869
- yellow300: string;
3870
- yellow400: string;
3871
- yellow500: string;
3872
- yellow600: string;
3873
- yellow700: string;
3874
- yellow800: string;
3875
- yellow900: string;
3876
- red100: string;
3877
- red200: string;
3878
- red300: string;
3879
- red400: string;
3880
- red500: string;
3881
- red600: string;
3882
- red700: string;
3883
- red800: string;
3884
- red900: string;
3885
- cyan100: string;
3886
- cyan200: string;
3887
- cyan300: string;
3888
- cyan400: string;
3889
- cyan500: string;
3890
- cyan600: string;
3891
- cyan700: string;
3892
- cyan800: string;
3893
- cyan900: string;
3894
- pink100: string;
3895
- pink200: string;
3896
- pink300: string;
3897
- pink400: string;
3898
- pink500: string;
3899
- pink600: string;
3900
- pink700: string;
3901
- pink800: string;
3902
- pink900: string;
4277
+ gray50: string;
3903
4278
  gray100: string;
3904
4279
  gray200: string;
3905
4280
  gray300: string;
@@ -3909,59 +4284,200 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
3909
4284
  gray700: string;
3910
4285
  gray800: string;
3911
4286
  gray900: string;
3912
- primaryLight: string;
3913
- primary: string;
3914
- primaryDark: string;
3915
- primaryShadow: string;
3916
- secondaryLight: string;
3917
- secondary: string;
3918
- secondaryDark: string;
3919
- secondaryShadow: string;
3920
- successLight: string;
3921
- success: string;
3922
- successDark: string;
3923
- successShadow: string;
3924
- warningLight: string;
3925
- warning: string;
3926
- warningDark: string;
3927
- warningShadow: string;
3928
- errorLight: string;
3929
- error: string;
3930
- errorDark: string;
3931
- errorShadow: string;
3932
- gradient: string;
3933
- link: string;
3934
- };
3935
- fonts: {
3936
- sans: string;
3937
- mono: string;
3938
- };
3939
- fontSizes: {
3940
- tiny: string;
3941
- xs: string;
3942
- base: string;
3943
- sm: string;
3944
- md: string;
3945
- lg: string;
3946
- xl: string;
3947
- };
3948
- fontWeights: {
3949
- hairline: number;
3950
- thin: number;
3951
- light: number;
3952
- normal: number;
3953
- medium: number;
3954
- semibold: number;
3955
- bold: number;
3956
- extrabold: number;
3957
- black: number;
3958
- };
4287
+ pink50: string;
4288
+ pink100: string;
4289
+ pink200: string;
4290
+ pink300: string;
4291
+ pink400: string;
4292
+ pink500: string;
4293
+ pink600: string;
4294
+ pink700: string;
4295
+ pink800: string;
4296
+ pink900: string;
4297
+ cyan50: string;
4298
+ cyan100: string;
4299
+ cyan200: string;
4300
+ cyan300: string;
4301
+ cyan400: string;
4302
+ cyan500: string;
4303
+ cyan600: string;
4304
+ cyan700: string;
4305
+ cyan800: string;
4306
+ cyan900: string;
4307
+ red50: string;
4308
+ red100: string;
4309
+ red200: string;
4310
+ red300: string;
4311
+ red400: string;
4312
+ red500: string;
4313
+ red600: string;
4314
+ red700: string;
4315
+ red800: string;
4316
+ red900: string;
4317
+ yellow50: string;
4318
+ yellow100: string;
4319
+ yellow200: string;
4320
+ yellow300: string;
4321
+ yellow400: string;
4322
+ yellow500: string;
4323
+ yellow600: string;
4324
+ yellow700: string;
4325
+ yellow800: string;
4326
+ yellow900: string;
4327
+ green50: string;
4328
+ green100: string;
4329
+ green200: string;
4330
+ green300: string;
4331
+ green400: string;
4332
+ green500: string;
4333
+ green600: string;
4334
+ green700: string;
4335
+ green800: string;
4336
+ green900: string;
4337
+ purple50: string;
4338
+ purple100: string;
4339
+ purple200: string;
4340
+ purple300: string;
4341
+ purple400: string;
4342
+ purple500: string;
4343
+ purple600: string;
4344
+ purple700: string;
4345
+ purple800: string;
4346
+ purple900: string;
4347
+ blue50: string;
4348
+ blue100: string;
4349
+ blue200: string;
4350
+ blue300: string;
4351
+ blue400: string;
4352
+ blue500: string;
4353
+ blue600: string;
4354
+ blue700: string;
4355
+ blue800: string;
4356
+ blue900: string;
4357
+ background: string;
4358
+ foreground: string;
4359
+ backgroundContrast: string;
4360
+ white: string;
4361
+ black: string;
4362
+ primaryLight: string;
4363
+ primaryLightHover: string;
4364
+ primaryLightActive: string;
4365
+ primaryLightContrast: string;
4366
+ primary: string;
4367
+ primaryBorder: string;
4368
+ primaryBorderHover: string;
4369
+ primarySolidHover: string;
4370
+ primarySolidContrast: string;
4371
+ primaryShadow: string;
4372
+ secondaryLight: string;
4373
+ secondaryLightHover: string;
4374
+ secondaryLightActive: string;
4375
+ secondaryLightContrast: string;
4376
+ secondary: string;
4377
+ secondaryBorder: string;
4378
+ secondaryBorderHover: string;
4379
+ secondarySolidHover: string;
4380
+ secondarySolidContrast: string;
4381
+ secondaryShadow: string;
4382
+ successLight: string;
4383
+ successLightHover: string;
4384
+ successLightActive: string;
4385
+ successLightContrast: string;
4386
+ success: string;
4387
+ successBorder: string;
4388
+ successBorderHover: string;
4389
+ successSolidHover: string;
4390
+ successSolidContrast: string;
4391
+ successShadow: string;
4392
+ warningLight: string;
4393
+ warningLightHover: string;
4394
+ warningLightActive: string;
4395
+ warningLightContrast: string;
4396
+ warning: string;
4397
+ warningBorder: string;
4398
+ warningBorderHover: string;
4399
+ warningSolidHover: string;
4400
+ warningSolidContrast: string;
4401
+ warningShadow: string;
4402
+ errorLight: string;
4403
+ errorLightHover: string;
4404
+ errorLightActive: string;
4405
+ errorLightContrast: string;
4406
+ error: string;
4407
+ errorBorder: string;
4408
+ errorBorderHover: string;
4409
+ errorSolidHover: string;
4410
+ errorSolidContrast: string;
4411
+ errorShadow: string;
4412
+ neutralLight: string;
4413
+ neutralLightHover: string;
4414
+ neutralLightActive: string;
4415
+ neutralLightContrast: string;
4416
+ neutral: string;
4417
+ neutralBorder: string;
4418
+ neutralBorderHover: string;
4419
+ neutralSolidHover: string;
4420
+ neutralSolidContrast: string;
4421
+ neutralShadow: string;
4422
+ gradient: string;
4423
+ accents0: string;
4424
+ accents1: string;
4425
+ accents2: string;
4426
+ accents3: string;
4427
+ accents4: string;
4428
+ accents5: string;
4429
+ accents6: string;
4430
+ accents7: string;
4431
+ accents8: string;
4432
+ accents9: string;
4433
+ border: string;
4434
+ };
4435
+ fonts: {
4436
+ sans: string;
4437
+ mono: string;
4438
+ };
4439
+ fontSizes: {
4440
+ xs: string;
4441
+ sm: string;
4442
+ base: string;
4443
+ md: string;
4444
+ lg: string;
4445
+ xl: string;
4446
+ xl2: string;
4447
+ xl3: string;
4448
+ xl4: string;
4449
+ xl5: string;
4450
+ xl6: string;
4451
+ xl7: string;
4452
+ xl8: string;
4453
+ xl9: string;
4454
+ };
4455
+ fontWeights: {
4456
+ hairline: number;
4457
+ thin: number;
4458
+ light: number;
4459
+ normal: number;
4460
+ medium: number;
4461
+ semibold: number;
4462
+ bold: number;
4463
+ extrabold: number;
4464
+ black: number;
4465
+ };
3959
4466
  lineHeights: {
3960
4467
  xs: number;
3961
4468
  sm: number;
4469
+ base: number;
3962
4470
  md: number;
3963
4471
  lg: number;
3964
4472
  xl: number;
4473
+ xl2: number;
4474
+ xl3: number;
4475
+ xl4: number;
4476
+ xl5: number;
4477
+ xl6: number;
4478
+ xl7: number;
4479
+ xl8: number;
4480
+ xl9: number;
3965
4481
  };
3966
4482
  letterSpacings: {
3967
4483
  tighter: string;
@@ -4046,6 +4562,7 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
4046
4562
  avatar: string;
4047
4563
  link: string;
4048
4564
  card: string;
4565
+ dropdownItem: string;
4049
4566
  };
4050
4567
  breakpoints: {
4051
4568
  xs: string;
@@ -4421,7 +4938,9 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
4421
4938
  readonly [$$PropertyValue]: "backgroundColor";
4422
4939
  }) => {
4423
4940
  bf: string;
4424
- bg: string;
4941
+ bg: {
4942
+ readonly [$$PropertyValue]: "backgroundColor";
4943
+ };
4425
4944
  };
4426
4945
  bgColor: (value: {
4427
4946
  readonly [$$PropertyValue]: "backgroundColor";
@@ -4499,6 +5018,32 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
4499
5018
  readonly [$$PropertyValue]: "boxShadow";
4500
5019
  };
4501
5020
  };
5021
+ ds: (value: {
5022
+ readonly [$$PropertyValue]: "boxShadow";
5023
+ }) => {
5024
+ dropShadow: {
5025
+ readonly [$$PropertyValue]: "boxShadow";
5026
+ };
5027
+ };
5028
+ shadow: (value: {
5029
+ readonly [$$PropertyValue]: "boxShadow";
5030
+ }) => {
5031
+ boxShadow: {
5032
+ readonly [$$PropertyValue]: "boxShadow";
5033
+ };
5034
+ };
5035
+ dshadow: (value: {
5036
+ readonly [$$PropertyValue]: "boxShadow";
5037
+ }) => {
5038
+ dropShadow: {
5039
+ readonly [$$PropertyValue]: "boxShadow";
5040
+ };
5041
+ };
5042
+ dropShadow: (value: {
5043
+ readonly [$$PropertyValue]: "boxShadow";
5044
+ }) => {
5045
+ filter: string;
5046
+ };
4502
5047
  normalShadow: (value: {
4503
5048
  readonly [$$PropertyValue]: "backgroundColor";
4504
5049
  }) => {
@@ -4702,6 +5247,16 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
4702
5247
  readonly [$$PropertyValue]: "textDecorationLine";
4703
5248
  };
4704
5249
  };
5250
+ truncateText: (value: {
5251
+ readonly [$$PropertyValue]: "width";
5252
+ }) => {
5253
+ maxWidth: {
5254
+ readonly [$$PropertyValue]: "width";
5255
+ };
5256
+ whiteSpace: string;
5257
+ overflow: string;
5258
+ textOverflow: string;
5259
+ };
4705
5260
  textGradient: (value: {
4706
5261
  readonly [$$PropertyValue]: "backgroundImage";
4707
5262
  }) => {
@@ -4753,89 +5308,20 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
4753
5308
  lg: string;
4754
5309
  xl: string;
4755
5310
  };
5311
+ dropShadows: {
5312
+ xs: string;
5313
+ sm: string;
5314
+ md: string;
5315
+ lg: string;
5316
+ xl: string;
5317
+ };
4756
5318
  colors: {
4757
- accents1: string;
4758
- accents2: string;
4759
- accents3: string;
4760
- accents4: string;
4761
- accents5: string;
4762
- accents6: string;
4763
- accents7: string;
4764
- accents8: string;
4765
- accents9: string;
4766
- background: string;
4767
- foreground: string;
4768
- backgroundContrast: string;
4769
5319
  text: string;
5320
+ link: string;
4770
5321
  codeLight: string;
4771
5322
  code: string;
4772
- border: string;
4773
5323
  selection: string;
4774
- white: string;
4775
- black: string;
4776
- blue100: string;
4777
- blue200: string;
4778
- blue300: string;
4779
- blue400: string;
4780
- blue500: string;
4781
- blue600: string;
4782
- blue700: string;
4783
- blue800: string;
4784
- blue900: string;
4785
- purple100: string;
4786
- purple200: string;
4787
- purple300: string;
4788
- purple400: string;
4789
- purple500: string;
4790
- purple600: string;
4791
- purple700: string;
4792
- purple800: string;
4793
- purple900: string;
4794
- green100: string;
4795
- green200: string;
4796
- green300: string;
4797
- green400: string;
4798
- green500: string;
4799
- green600: string;
4800
- green700: string;
4801
- green800: string;
4802
- green900: string;
4803
- yellow100: string;
4804
- yellow200: string;
4805
- yellow300: string;
4806
- yellow400: string;
4807
- yellow500: string;
4808
- yellow600: string;
4809
- yellow700: string;
4810
- yellow800: string;
4811
- yellow900: string;
4812
- red100: string;
4813
- red200: string;
4814
- red300: string;
4815
- red400: string;
4816
- red500: string;
4817
- red600: string;
4818
- red700: string;
4819
- red800: string;
4820
- red900: string;
4821
- cyan100: string;
4822
- cyan200: string;
4823
- cyan300: string;
4824
- cyan400: string;
4825
- cyan500: string;
4826
- cyan600: string;
4827
- cyan700: string;
4828
- cyan800: string;
4829
- cyan900: string;
4830
- pink100: string;
4831
- pink200: string;
4832
- pink300: string;
4833
- pink400: string;
4834
- pink500: string;
4835
- pink600: string;
4836
- pink700: string;
4837
- pink800: string;
4838
- pink900: string;
5324
+ gray50: string;
4839
5325
  gray100: string;
4840
5326
  gray200: string;
4841
5327
  gray300: string;
@@ -4845,41 +5331,173 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
4845
5331
  gray700: string;
4846
5332
  gray800: string;
4847
5333
  gray900: string;
4848
- primaryLight: string;
4849
- primary: string;
4850
- primaryDark: string;
4851
- primaryShadow: string;
4852
- secondaryLight: string;
4853
- secondary: string;
4854
- secondaryDark: string;
4855
- secondaryShadow: string;
4856
- successLight: string;
4857
- success: string;
4858
- successDark: string;
4859
- successShadow: string;
4860
- warningLight: string;
4861
- warning: string;
4862
- warningDark: string;
4863
- warningShadow: string;
4864
- errorLight: string;
4865
- error: string;
4866
- errorDark: string;
4867
- errorShadow: string;
4868
- gradient: string;
4869
- link: string;
4870
- };
4871
- fonts: {
4872
- sans: string;
4873
- mono: string;
4874
- };
4875
- fontSizes: {
4876
- tiny: string;
4877
- xs: string;
4878
- base: string;
4879
- sm: string;
5334
+ pink50: string;
5335
+ pink100: string;
5336
+ pink200: string;
5337
+ pink300: string;
5338
+ pink400: string;
5339
+ pink500: string;
5340
+ pink600: string;
5341
+ pink700: string;
5342
+ pink800: string;
5343
+ pink900: string;
5344
+ cyan50: string;
5345
+ cyan100: string;
5346
+ cyan200: string;
5347
+ cyan300: string;
5348
+ cyan400: string;
5349
+ cyan500: string;
5350
+ cyan600: string;
5351
+ cyan700: string;
5352
+ cyan800: string;
5353
+ cyan900: string;
5354
+ red50: string;
5355
+ red100: string;
5356
+ red200: string;
5357
+ red300: string;
5358
+ red400: string;
5359
+ red500: string;
5360
+ red600: string;
5361
+ red700: string;
5362
+ red800: string;
5363
+ red900: string;
5364
+ yellow50: string;
5365
+ yellow100: string;
5366
+ yellow200: string;
5367
+ yellow300: string;
5368
+ yellow400: string;
5369
+ yellow500: string;
5370
+ yellow600: string;
5371
+ yellow700: string;
5372
+ yellow800: string;
5373
+ yellow900: string;
5374
+ green50: string;
5375
+ green100: string;
5376
+ green200: string;
5377
+ green300: string;
5378
+ green400: string;
5379
+ green500: string;
5380
+ green600: string;
5381
+ green700: string;
5382
+ green800: string;
5383
+ green900: string;
5384
+ purple50: string;
5385
+ purple100: string;
5386
+ purple200: string;
5387
+ purple300: string;
5388
+ purple400: string;
5389
+ purple500: string;
5390
+ purple600: string;
5391
+ purple700: string;
5392
+ purple800: string;
5393
+ purple900: string;
5394
+ blue50: string;
5395
+ blue100: string;
5396
+ blue200: string;
5397
+ blue300: string;
5398
+ blue400: string;
5399
+ blue500: string;
5400
+ blue600: string;
5401
+ blue700: string;
5402
+ blue800: string;
5403
+ blue900: string;
5404
+ background: string;
5405
+ foreground: string;
5406
+ backgroundContrast: string;
5407
+ white: string;
5408
+ black: string;
5409
+ primaryLight: string;
5410
+ primaryLightHover: string;
5411
+ primaryLightActive: string;
5412
+ primaryLightContrast: string;
5413
+ primary: string;
5414
+ primaryBorder: string;
5415
+ primaryBorderHover: string;
5416
+ primarySolidHover: string;
5417
+ primarySolidContrast: string;
5418
+ primaryShadow: string;
5419
+ secondaryLight: string;
5420
+ secondaryLightHover: string;
5421
+ secondaryLightActive: string;
5422
+ secondaryLightContrast: string;
5423
+ secondary: string;
5424
+ secondaryBorder: string;
5425
+ secondaryBorderHover: string;
5426
+ secondarySolidHover: string;
5427
+ secondarySolidContrast: string;
5428
+ secondaryShadow: string;
5429
+ successLight: string;
5430
+ successLightHover: string;
5431
+ successLightActive: string;
5432
+ successLightContrast: string;
5433
+ success: string;
5434
+ successBorder: string;
5435
+ successBorderHover: string;
5436
+ successSolidHover: string;
5437
+ successSolidContrast: string;
5438
+ successShadow: string;
5439
+ warningLight: string;
5440
+ warningLightHover: string;
5441
+ warningLightActive: string;
5442
+ warningLightContrast: string;
5443
+ warning: string;
5444
+ warningBorder: string;
5445
+ warningBorderHover: string;
5446
+ warningSolidHover: string;
5447
+ warningSolidContrast: string;
5448
+ warningShadow: string;
5449
+ errorLight: string;
5450
+ errorLightHover: string;
5451
+ errorLightActive: string;
5452
+ errorLightContrast: string;
5453
+ error: string;
5454
+ errorBorder: string;
5455
+ errorBorderHover: string;
5456
+ errorSolidHover: string;
5457
+ errorSolidContrast: string;
5458
+ errorShadow: string;
5459
+ neutralLight: string;
5460
+ neutralLightHover: string;
5461
+ neutralLightActive: string;
5462
+ neutralLightContrast: string;
5463
+ neutral: string;
5464
+ neutralBorder: string;
5465
+ neutralBorderHover: string;
5466
+ neutralSolidHover: string;
5467
+ neutralSolidContrast: string;
5468
+ neutralShadow: string;
5469
+ gradient: string;
5470
+ accents0: string;
5471
+ accents1: string;
5472
+ accents2: string;
5473
+ accents3: string;
5474
+ accents4: string;
5475
+ accents5: string;
5476
+ accents6: string;
5477
+ accents7: string;
5478
+ accents8: string;
5479
+ accents9: string;
5480
+ border: string;
5481
+ };
5482
+ fonts: {
5483
+ sans: string;
5484
+ mono: string;
5485
+ };
5486
+ fontSizes: {
5487
+ xs: string;
5488
+ sm: string;
5489
+ base: string;
4880
5490
  md: string;
4881
5491
  lg: string;
4882
5492
  xl: string;
5493
+ xl2: string;
5494
+ xl3: string;
5495
+ xl4: string;
5496
+ xl5: string;
5497
+ xl6: string;
5498
+ xl7: string;
5499
+ xl8: string;
5500
+ xl9: string;
4883
5501
  };
4884
5502
  fontWeights: {
4885
5503
  hairline: number;
@@ -4895,9 +5513,18 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
4895
5513
  lineHeights: {
4896
5514
  xs: number;
4897
5515
  sm: number;
5516
+ base: number;
4898
5517
  md: number;
4899
5518
  lg: number;
4900
5519
  xl: number;
5520
+ xl2: number;
5521
+ xl3: number;
5522
+ xl4: number;
5523
+ xl5: number;
5524
+ xl6: number;
5525
+ xl7: number;
5526
+ xl8: number;
5527
+ xl9: number;
4901
5528
  };
4902
5529
  letterSpacings: {
4903
5530
  tighter: string;
@@ -4982,6 +5609,7 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
4982
5609
  avatar: string;
4983
5610
  link: string;
4984
5611
  card: string;
5612
+ dropdownItem: string;
4985
5613
  };
4986
5614
  breakpoints: {
4987
5615
  xs: string;
@@ -5357,7 +5985,9 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
5357
5985
  readonly [$$PropertyValue]: "backgroundColor";
5358
5986
  }) => {
5359
5987
  bf: string;
5360
- bg: string;
5988
+ bg: {
5989
+ readonly [$$PropertyValue]: "backgroundColor";
5990
+ };
5361
5991
  };
5362
5992
  bgColor: (value: {
5363
5993
  readonly [$$PropertyValue]: "backgroundColor";
@@ -5435,6 +6065,32 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
5435
6065
  readonly [$$PropertyValue]: "boxShadow";
5436
6066
  };
5437
6067
  };
6068
+ ds: (value: {
6069
+ readonly [$$PropertyValue]: "boxShadow";
6070
+ }) => {
6071
+ dropShadow: {
6072
+ readonly [$$PropertyValue]: "boxShadow";
6073
+ };
6074
+ };
6075
+ shadow: (value: {
6076
+ readonly [$$PropertyValue]: "boxShadow";
6077
+ }) => {
6078
+ boxShadow: {
6079
+ readonly [$$PropertyValue]: "boxShadow";
6080
+ };
6081
+ };
6082
+ dshadow: (value: {
6083
+ readonly [$$PropertyValue]: "boxShadow";
6084
+ }) => {
6085
+ dropShadow: {
6086
+ readonly [$$PropertyValue]: "boxShadow";
6087
+ };
6088
+ };
6089
+ dropShadow: (value: {
6090
+ readonly [$$PropertyValue]: "boxShadow";
6091
+ }) => {
6092
+ filter: string;
6093
+ };
5438
6094
  normalShadow: (value: {
5439
6095
  readonly [$$PropertyValue]: "backgroundColor";
5440
6096
  }) => {
@@ -5638,6 +6294,16 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
5638
6294
  readonly [$$PropertyValue]: "textDecorationLine";
5639
6295
  };
5640
6296
  };
6297
+ truncateText: (value: {
6298
+ readonly [$$PropertyValue]: "width";
6299
+ }) => {
6300
+ maxWidth: {
6301
+ readonly [$$PropertyValue]: "width";
6302
+ };
6303
+ whiteSpace: string;
6304
+ overflow: string;
6305
+ textOverflow: string;
6306
+ };
5641
6307
  textGradient: (value: {
5642
6308
  readonly [$$PropertyValue]: "backgroundImage";
5643
6309
  }) => {
@@ -5689,89 +6355,20 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
5689
6355
  lg: string;
5690
6356
  xl: string;
5691
6357
  };
6358
+ dropShadows: {
6359
+ xs: string;
6360
+ sm: string;
6361
+ md: string;
6362
+ lg: string;
6363
+ xl: string;
6364
+ };
5692
6365
  colors: {
5693
- accents1: string;
5694
- accents2: string;
5695
- accents3: string;
5696
- accents4: string;
5697
- accents5: string;
5698
- accents6: string;
5699
- accents7: string;
5700
- accents8: string;
5701
- accents9: string;
5702
- background: string;
5703
- foreground: string;
5704
- backgroundContrast: string;
5705
6366
  text: string;
6367
+ link: string;
5706
6368
  codeLight: string;
5707
6369
  code: string;
5708
- border: string;
5709
6370
  selection: string;
5710
- white: string;
5711
- black: string;
5712
- blue100: string;
5713
- blue200: string;
5714
- blue300: string;
5715
- blue400: string;
5716
- blue500: string;
5717
- blue600: string;
5718
- blue700: string;
5719
- blue800: string;
5720
- blue900: string;
5721
- purple100: string;
5722
- purple200: string;
5723
- purple300: string;
5724
- purple400: string;
5725
- purple500: string;
5726
- purple600: string;
5727
- purple700: string;
5728
- purple800: string;
5729
- purple900: string;
5730
- green100: string;
5731
- green200: string;
5732
- green300: string;
5733
- green400: string;
5734
- green500: string;
5735
- green600: string;
5736
- green700: string;
5737
- green800: string;
5738
- green900: string;
5739
- yellow100: string;
5740
- yellow200: string;
5741
- yellow300: string;
5742
- yellow400: string;
5743
- yellow500: string;
5744
- yellow600: string;
5745
- yellow700: string;
5746
- yellow800: string;
5747
- yellow900: string;
5748
- red100: string;
5749
- red200: string;
5750
- red300: string;
5751
- red400: string;
5752
- red500: string;
5753
- red600: string;
5754
- red700: string;
5755
- red800: string;
5756
- red900: string;
5757
- cyan100: string;
5758
- cyan200: string;
5759
- cyan300: string;
5760
- cyan400: string;
5761
- cyan500: string;
5762
- cyan600: string;
5763
- cyan700: string;
5764
- cyan800: string;
5765
- cyan900: string;
5766
- pink100: string;
5767
- pink200: string;
5768
- pink300: string;
5769
- pink400: string;
5770
- pink500: string;
5771
- pink600: string;
5772
- pink700: string;
5773
- pink800: string;
5774
- pink900: string;
6371
+ gray50: string;
5775
6372
  gray100: string;
5776
6373
  gray200: string;
5777
6374
  gray300: string;
@@ -5781,41 +6378,173 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
5781
6378
  gray700: string;
5782
6379
  gray800: string;
5783
6380
  gray900: string;
6381
+ pink50: string;
6382
+ pink100: string;
6383
+ pink200: string;
6384
+ pink300: string;
6385
+ pink400: string;
6386
+ pink500: string;
6387
+ pink600: string;
6388
+ pink700: string;
6389
+ pink800: string;
6390
+ pink900: string;
6391
+ cyan50: string;
6392
+ cyan100: string;
6393
+ cyan200: string;
6394
+ cyan300: string;
6395
+ cyan400: string;
6396
+ cyan500: string;
6397
+ cyan600: string;
6398
+ cyan700: string;
6399
+ cyan800: string;
6400
+ cyan900: string;
6401
+ red50: string;
6402
+ red100: string;
6403
+ red200: string;
6404
+ red300: string;
6405
+ red400: string;
6406
+ red500: string;
6407
+ red600: string;
6408
+ red700: string;
6409
+ red800: string;
6410
+ red900: string;
6411
+ yellow50: string;
6412
+ yellow100: string;
6413
+ yellow200: string;
6414
+ yellow300: string;
6415
+ yellow400: string;
6416
+ yellow500: string;
6417
+ yellow600: string;
6418
+ yellow700: string;
6419
+ yellow800: string;
6420
+ yellow900: string;
6421
+ green50: string;
6422
+ green100: string;
6423
+ green200: string;
6424
+ green300: string;
6425
+ green400: string;
6426
+ green500: string;
6427
+ green600: string;
6428
+ green700: string;
6429
+ green800: string;
6430
+ green900: string;
6431
+ purple50: string;
6432
+ purple100: string;
6433
+ purple200: string;
6434
+ purple300: string;
6435
+ purple400: string;
6436
+ purple500: string;
6437
+ purple600: string;
6438
+ purple700: string;
6439
+ purple800: string;
6440
+ purple900: string;
6441
+ blue50: string;
6442
+ blue100: string;
6443
+ blue200: string;
6444
+ blue300: string;
6445
+ blue400: string;
6446
+ blue500: string;
6447
+ blue600: string;
6448
+ blue700: string;
6449
+ blue800: string;
6450
+ blue900: string;
6451
+ background: string;
6452
+ foreground: string;
6453
+ backgroundContrast: string;
6454
+ white: string;
6455
+ black: string;
5784
6456
  primaryLight: string;
6457
+ primaryLightHover: string;
6458
+ primaryLightActive: string;
6459
+ primaryLightContrast: string;
5785
6460
  primary: string;
5786
- primaryDark: string;
6461
+ primaryBorder: string;
6462
+ primaryBorderHover: string;
6463
+ primarySolidHover: string;
6464
+ primarySolidContrast: string;
5787
6465
  primaryShadow: string;
5788
6466
  secondaryLight: string;
6467
+ secondaryLightHover: string;
6468
+ secondaryLightActive: string;
6469
+ secondaryLightContrast: string;
5789
6470
  secondary: string;
5790
- secondaryDark: string;
6471
+ secondaryBorder: string;
6472
+ secondaryBorderHover: string;
6473
+ secondarySolidHover: string;
6474
+ secondarySolidContrast: string;
5791
6475
  secondaryShadow: string;
5792
6476
  successLight: string;
6477
+ successLightHover: string;
6478
+ successLightActive: string;
6479
+ successLightContrast: string;
5793
6480
  success: string;
5794
- successDark: string;
6481
+ successBorder: string;
6482
+ successBorderHover: string;
6483
+ successSolidHover: string;
6484
+ successSolidContrast: string;
5795
6485
  successShadow: string;
5796
6486
  warningLight: string;
6487
+ warningLightHover: string;
6488
+ warningLightActive: string;
6489
+ warningLightContrast: string;
5797
6490
  warning: string;
5798
- warningDark: string;
6491
+ warningBorder: string;
6492
+ warningBorderHover: string;
6493
+ warningSolidHover: string;
6494
+ warningSolidContrast: string;
5799
6495
  warningShadow: string;
5800
6496
  errorLight: string;
6497
+ errorLightHover: string;
6498
+ errorLightActive: string;
6499
+ errorLightContrast: string;
5801
6500
  error: string;
5802
- errorDark: string;
6501
+ errorBorder: string;
6502
+ errorBorderHover: string;
6503
+ errorSolidHover: string;
6504
+ errorSolidContrast: string;
5803
6505
  errorShadow: string;
6506
+ neutralLight: string;
6507
+ neutralLightHover: string;
6508
+ neutralLightActive: string;
6509
+ neutralLightContrast: string;
6510
+ neutral: string;
6511
+ neutralBorder: string;
6512
+ neutralBorderHover: string;
6513
+ neutralSolidHover: string;
6514
+ neutralSolidContrast: string;
6515
+ neutralShadow: string;
5804
6516
  gradient: string;
5805
- link: string;
6517
+ accents0: string;
6518
+ accents1: string;
6519
+ accents2: string;
6520
+ accents3: string;
6521
+ accents4: string;
6522
+ accents5: string;
6523
+ accents6: string;
6524
+ accents7: string;
6525
+ accents8: string;
6526
+ accents9: string;
6527
+ border: string;
5806
6528
  };
5807
6529
  fonts: {
5808
6530
  sans: string;
5809
6531
  mono: string;
5810
6532
  };
5811
6533
  fontSizes: {
5812
- tiny: string;
5813
6534
  xs: string;
5814
- base: string;
5815
6535
  sm: string;
6536
+ base: string;
5816
6537
  md: string;
5817
6538
  lg: string;
5818
6539
  xl: string;
6540
+ xl2: string;
6541
+ xl3: string;
6542
+ xl4: string;
6543
+ xl5: string;
6544
+ xl6: string;
6545
+ xl7: string;
6546
+ xl8: string;
6547
+ xl9: string;
5819
6548
  };
5820
6549
  fontWeights: {
5821
6550
  hairline: number;
@@ -5831,9 +6560,18 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
5831
6560
  lineHeights: {
5832
6561
  xs: number;
5833
6562
  sm: number;
6563
+ base: number;
5834
6564
  md: number;
5835
6565
  lg: number;
5836
6566
  xl: number;
6567
+ xl2: number;
6568
+ xl3: number;
6569
+ xl4: number;
6570
+ xl5: number;
6571
+ xl6: number;
6572
+ xl7: number;
6573
+ xl8: number;
6574
+ xl9: number;
5837
6575
  };
5838
6576
  letterSpacings: {
5839
6577
  tighter: string;
@@ -5918,6 +6656,7 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
5918
6656
  avatar: string;
5919
6657
  link: string;
5920
6658
  card: string;
6659
+ dropdownItem: string;
5921
6660
  };
5922
6661
  breakpoints: {
5923
6662
  xs: string;
@@ -6293,7 +7032,9 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
6293
7032
  readonly [$$PropertyValue]: "backgroundColor";
6294
7033
  }) => {
6295
7034
  bf: string;
6296
- bg: string;
7035
+ bg: {
7036
+ readonly [$$PropertyValue]: "backgroundColor";
7037
+ };
6297
7038
  };
6298
7039
  bgColor: (value: {
6299
7040
  readonly [$$PropertyValue]: "backgroundColor";
@@ -6371,6 +7112,32 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
6371
7112
  readonly [$$PropertyValue]: "boxShadow";
6372
7113
  };
6373
7114
  };
7115
+ ds: (value: {
7116
+ readonly [$$PropertyValue]: "boxShadow";
7117
+ }) => {
7118
+ dropShadow: {
7119
+ readonly [$$PropertyValue]: "boxShadow";
7120
+ };
7121
+ };
7122
+ shadow: (value: {
7123
+ readonly [$$PropertyValue]: "boxShadow";
7124
+ }) => {
7125
+ boxShadow: {
7126
+ readonly [$$PropertyValue]: "boxShadow";
7127
+ };
7128
+ };
7129
+ dshadow: (value: {
7130
+ readonly [$$PropertyValue]: "boxShadow";
7131
+ }) => {
7132
+ dropShadow: {
7133
+ readonly [$$PropertyValue]: "boxShadow";
7134
+ };
7135
+ };
7136
+ dropShadow: (value: {
7137
+ readonly [$$PropertyValue]: "boxShadow";
7138
+ }) => {
7139
+ filter: string;
7140
+ };
6374
7141
  normalShadow: (value: {
6375
7142
  readonly [$$PropertyValue]: "backgroundColor";
6376
7143
  }) => {
@@ -6574,6 +7341,16 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
6574
7341
  readonly [$$PropertyValue]: "textDecorationLine";
6575
7342
  };
6576
7343
  };
7344
+ truncateText: (value: {
7345
+ readonly [$$PropertyValue]: "width";
7346
+ }) => {
7347
+ maxWidth: {
7348
+ readonly [$$PropertyValue]: "width";
7349
+ };
7350
+ whiteSpace: string;
7351
+ overflow: string;
7352
+ textOverflow: string;
7353
+ };
6577
7354
  textGradient: (value: {
6578
7355
  readonly [$$PropertyValue]: "backgroundImage";
6579
7356
  }) => {
@@ -6588,136 +7365,67 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
6588
7365
  export declare const StyledInputBlockLabel: import("@stitches/react/types/styled-component").StyledComponent<"label", {
6589
7366
  rounded?: boolean | "true" | undefined;
6590
7367
  asPlaceholder?: boolean | "true" | undefined;
6591
- animated?: boolean | "false" | undefined;
6592
- focused?: boolean | "true" | undefined;
6593
- underlined?: boolean | "true" | undefined;
6594
- withValue?: boolean | "true" | undefined;
6595
- isTextarea?: boolean | "true" | undefined;
6596
- bordered?: boolean | "true" | undefined;
6597
- hasContentLeft?: boolean | "true" | undefined;
6598
- }, {
6599
- xs: string;
6600
- sm: string;
6601
- md: string;
6602
- lg: string;
6603
- xl: string;
6604
- xsMax: string;
6605
- smMax: string;
6606
- mdMax: string;
6607
- lgMax: string;
6608
- xlMax: string;
6609
- motion: string;
6610
- safari: string;
6611
- hover: string;
6612
- dark: string;
6613
- light: string;
6614
- }, import("@stitches/react/types/css-util").CSS<{
6615
- xs: string;
6616
- sm: string;
6617
- md: string;
6618
- lg: string;
6619
- xl: string;
6620
- xsMax: string;
6621
- smMax: string;
6622
- mdMax: string;
6623
- lgMax: string;
6624
- xlMax: string;
6625
- motion: string;
6626
- safari: string;
6627
- hover: string;
6628
- dark: string;
6629
- light: string;
6630
- }, {
6631
- shadows: {
6632
- xs: string;
6633
- sm: string;
6634
- md: string;
6635
- lg: string;
6636
- xl: string;
6637
- };
6638
- colors: {
6639
- accents1: string;
6640
- accents2: string;
6641
- accents3: string;
6642
- accents4: string;
6643
- accents5: string;
6644
- accents6: string;
6645
- accents7: string;
6646
- accents8: string;
6647
- accents9: string;
6648
- background: string;
6649
- foreground: string;
6650
- backgroundContrast: string;
6651
- text: string;
6652
- codeLight: string;
6653
- code: string;
6654
- border: string;
6655
- selection: string;
6656
- white: string;
6657
- black: string;
6658
- blue100: string;
6659
- blue200: string;
6660
- blue300: string;
6661
- blue400: string;
6662
- blue500: string;
6663
- blue600: string;
6664
- blue700: string;
6665
- blue800: string;
6666
- blue900: string;
6667
- purple100: string;
6668
- purple200: string;
6669
- purple300: string;
6670
- purple400: string;
6671
- purple500: string;
6672
- purple600: string;
6673
- purple700: string;
6674
- purple800: string;
6675
- purple900: string;
6676
- green100: string;
6677
- green200: string;
6678
- green300: string;
6679
- green400: string;
6680
- green500: string;
6681
- green600: string;
6682
- green700: string;
6683
- green800: string;
6684
- green900: string;
6685
- yellow100: string;
6686
- yellow200: string;
6687
- yellow300: string;
6688
- yellow400: string;
6689
- yellow500: string;
6690
- yellow600: string;
6691
- yellow700: string;
6692
- yellow800: string;
6693
- yellow900: string;
6694
- red100: string;
6695
- red200: string;
6696
- red300: string;
6697
- red400: string;
6698
- red500: string;
6699
- red600: string;
6700
- red700: string;
6701
- red800: string;
6702
- red900: string;
6703
- cyan100: string;
6704
- cyan200: string;
6705
- cyan300: string;
6706
- cyan400: string;
6707
- cyan500: string;
6708
- cyan600: string;
6709
- cyan700: string;
6710
- cyan800: string;
6711
- cyan900: string;
6712
- pink100: string;
6713
- pink200: string;
6714
- pink300: string;
6715
- pink400: string;
6716
- pink500: string;
6717
- pink600: string;
6718
- pink700: string;
6719
- pink800: string;
6720
- pink900: string;
7368
+ animated?: boolean | "false" | undefined;
7369
+ focused?: boolean | "true" | undefined;
7370
+ underlined?: boolean | "true" | undefined;
7371
+ withValue?: boolean | "true" | undefined;
7372
+ isTextarea?: boolean | "true" | undefined;
7373
+ bordered?: boolean | "true" | undefined;
7374
+ hasContentLeft?: boolean | "true" | undefined;
7375
+ }, {
7376
+ xs: string;
7377
+ sm: string;
7378
+ md: string;
7379
+ lg: string;
7380
+ xl: string;
7381
+ xsMax: string;
7382
+ smMax: string;
7383
+ mdMax: string;
7384
+ lgMax: string;
7385
+ xlMax: string;
7386
+ motion: string;
7387
+ safari: string;
7388
+ hover: string;
7389
+ dark: string;
7390
+ light: string;
7391
+ }, import("@stitches/react/types/css-util").CSS<{
7392
+ xs: string;
7393
+ sm: string;
7394
+ md: string;
7395
+ lg: string;
7396
+ xl: string;
7397
+ xsMax: string;
7398
+ smMax: string;
7399
+ mdMax: string;
7400
+ lgMax: string;
7401
+ xlMax: string;
7402
+ motion: string;
7403
+ safari: string;
7404
+ hover: string;
7405
+ dark: string;
7406
+ light: string;
7407
+ }, {
7408
+ shadows: {
7409
+ xs: string;
7410
+ sm: string;
7411
+ md: string;
7412
+ lg: string;
7413
+ xl: string;
7414
+ };
7415
+ dropShadows: {
7416
+ xs: string;
7417
+ sm: string;
7418
+ md: string;
7419
+ lg: string;
7420
+ xl: string;
7421
+ };
7422
+ colors: {
7423
+ text: string;
7424
+ link: string;
7425
+ codeLight: string;
7426
+ code: string;
7427
+ selection: string;
7428
+ gray50: string;
6721
7429
  gray100: string;
6722
7430
  gray200: string;
6723
7431
  gray300: string;
@@ -6727,41 +7435,173 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
6727
7435
  gray700: string;
6728
7436
  gray800: string;
6729
7437
  gray900: string;
7438
+ pink50: string;
7439
+ pink100: string;
7440
+ pink200: string;
7441
+ pink300: string;
7442
+ pink400: string;
7443
+ pink500: string;
7444
+ pink600: string;
7445
+ pink700: string;
7446
+ pink800: string;
7447
+ pink900: string;
7448
+ cyan50: string;
7449
+ cyan100: string;
7450
+ cyan200: string;
7451
+ cyan300: string;
7452
+ cyan400: string;
7453
+ cyan500: string;
7454
+ cyan600: string;
7455
+ cyan700: string;
7456
+ cyan800: string;
7457
+ cyan900: string;
7458
+ red50: string;
7459
+ red100: string;
7460
+ red200: string;
7461
+ red300: string;
7462
+ red400: string;
7463
+ red500: string;
7464
+ red600: string;
7465
+ red700: string;
7466
+ red800: string;
7467
+ red900: string;
7468
+ yellow50: string;
7469
+ yellow100: string;
7470
+ yellow200: string;
7471
+ yellow300: string;
7472
+ yellow400: string;
7473
+ yellow500: string;
7474
+ yellow600: string;
7475
+ yellow700: string;
7476
+ yellow800: string;
7477
+ yellow900: string;
7478
+ green50: string;
7479
+ green100: string;
7480
+ green200: string;
7481
+ green300: string;
7482
+ green400: string;
7483
+ green500: string;
7484
+ green600: string;
7485
+ green700: string;
7486
+ green800: string;
7487
+ green900: string;
7488
+ purple50: string;
7489
+ purple100: string;
7490
+ purple200: string;
7491
+ purple300: string;
7492
+ purple400: string;
7493
+ purple500: string;
7494
+ purple600: string;
7495
+ purple700: string;
7496
+ purple800: string;
7497
+ purple900: string;
7498
+ blue50: string;
7499
+ blue100: string;
7500
+ blue200: string;
7501
+ blue300: string;
7502
+ blue400: string;
7503
+ blue500: string;
7504
+ blue600: string;
7505
+ blue700: string;
7506
+ blue800: string;
7507
+ blue900: string;
7508
+ background: string;
7509
+ foreground: string;
7510
+ backgroundContrast: string;
7511
+ white: string;
7512
+ black: string;
6730
7513
  primaryLight: string;
7514
+ primaryLightHover: string;
7515
+ primaryLightActive: string;
7516
+ primaryLightContrast: string;
6731
7517
  primary: string;
6732
- primaryDark: string;
7518
+ primaryBorder: string;
7519
+ primaryBorderHover: string;
7520
+ primarySolidHover: string;
7521
+ primarySolidContrast: string;
6733
7522
  primaryShadow: string;
6734
7523
  secondaryLight: string;
7524
+ secondaryLightHover: string;
7525
+ secondaryLightActive: string;
7526
+ secondaryLightContrast: string;
6735
7527
  secondary: string;
6736
- secondaryDark: string;
7528
+ secondaryBorder: string;
7529
+ secondaryBorderHover: string;
7530
+ secondarySolidHover: string;
7531
+ secondarySolidContrast: string;
6737
7532
  secondaryShadow: string;
6738
7533
  successLight: string;
7534
+ successLightHover: string;
7535
+ successLightActive: string;
7536
+ successLightContrast: string;
6739
7537
  success: string;
6740
- successDark: string;
7538
+ successBorder: string;
7539
+ successBorderHover: string;
7540
+ successSolidHover: string;
7541
+ successSolidContrast: string;
6741
7542
  successShadow: string;
6742
7543
  warningLight: string;
7544
+ warningLightHover: string;
7545
+ warningLightActive: string;
7546
+ warningLightContrast: string;
6743
7547
  warning: string;
6744
- warningDark: string;
7548
+ warningBorder: string;
7549
+ warningBorderHover: string;
7550
+ warningSolidHover: string;
7551
+ warningSolidContrast: string;
6745
7552
  warningShadow: string;
6746
7553
  errorLight: string;
7554
+ errorLightHover: string;
7555
+ errorLightActive: string;
7556
+ errorLightContrast: string;
6747
7557
  error: string;
6748
- errorDark: string;
7558
+ errorBorder: string;
7559
+ errorBorderHover: string;
7560
+ errorSolidHover: string;
7561
+ errorSolidContrast: string;
6749
7562
  errorShadow: string;
7563
+ neutralLight: string;
7564
+ neutralLightHover: string;
7565
+ neutralLightActive: string;
7566
+ neutralLightContrast: string;
7567
+ neutral: string;
7568
+ neutralBorder: string;
7569
+ neutralBorderHover: string;
7570
+ neutralSolidHover: string;
7571
+ neutralSolidContrast: string;
7572
+ neutralShadow: string;
6750
7573
  gradient: string;
6751
- link: string;
7574
+ accents0: string;
7575
+ accents1: string;
7576
+ accents2: string;
7577
+ accents3: string;
7578
+ accents4: string;
7579
+ accents5: string;
7580
+ accents6: string;
7581
+ accents7: string;
7582
+ accents8: string;
7583
+ accents9: string;
7584
+ border: string;
6752
7585
  };
6753
7586
  fonts: {
6754
7587
  sans: string;
6755
7588
  mono: string;
6756
7589
  };
6757
7590
  fontSizes: {
6758
- tiny: string;
6759
7591
  xs: string;
6760
- base: string;
6761
7592
  sm: string;
7593
+ base: string;
6762
7594
  md: string;
6763
7595
  lg: string;
6764
7596
  xl: string;
7597
+ xl2: string;
7598
+ xl3: string;
7599
+ xl4: string;
7600
+ xl5: string;
7601
+ xl6: string;
7602
+ xl7: string;
7603
+ xl8: string;
7604
+ xl9: string;
6765
7605
  };
6766
7606
  fontWeights: {
6767
7607
  hairline: number;
@@ -6777,9 +7617,18 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
6777
7617
  lineHeights: {
6778
7618
  xs: number;
6779
7619
  sm: number;
7620
+ base: number;
6780
7621
  md: number;
6781
7622
  lg: number;
6782
7623
  xl: number;
7624
+ xl2: number;
7625
+ xl3: number;
7626
+ xl4: number;
7627
+ xl5: number;
7628
+ xl6: number;
7629
+ xl7: number;
7630
+ xl8: number;
7631
+ xl9: number;
6783
7632
  };
6784
7633
  letterSpacings: {
6785
7634
  tighter: string;
@@ -6864,6 +7713,7 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
6864
7713
  avatar: string;
6865
7714
  link: string;
6866
7715
  card: string;
7716
+ dropdownItem: string;
6867
7717
  };
6868
7718
  breakpoints: {
6869
7719
  xs: string;
@@ -7239,7 +8089,9 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
7239
8089
  readonly [$$PropertyValue]: "backgroundColor";
7240
8090
  }) => {
7241
8091
  bf: string;
7242
- bg: string;
8092
+ bg: {
8093
+ readonly [$$PropertyValue]: "backgroundColor";
8094
+ };
7243
8095
  };
7244
8096
  bgColor: (value: {
7245
8097
  readonly [$$PropertyValue]: "backgroundColor";
@@ -7317,6 +8169,32 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
7317
8169
  readonly [$$PropertyValue]: "boxShadow";
7318
8170
  };
7319
8171
  };
8172
+ ds: (value: {
8173
+ readonly [$$PropertyValue]: "boxShadow";
8174
+ }) => {
8175
+ dropShadow: {
8176
+ readonly [$$PropertyValue]: "boxShadow";
8177
+ };
8178
+ };
8179
+ shadow: (value: {
8180
+ readonly [$$PropertyValue]: "boxShadow";
8181
+ }) => {
8182
+ boxShadow: {
8183
+ readonly [$$PropertyValue]: "boxShadow";
8184
+ };
8185
+ };
8186
+ dshadow: (value: {
8187
+ readonly [$$PropertyValue]: "boxShadow";
8188
+ }) => {
8189
+ dropShadow: {
8190
+ readonly [$$PropertyValue]: "boxShadow";
8191
+ };
8192
+ };
8193
+ dropShadow: (value: {
8194
+ readonly [$$PropertyValue]: "boxShadow";
8195
+ }) => {
8196
+ filter: string;
8197
+ };
7320
8198
  normalShadow: (value: {
7321
8199
  readonly [$$PropertyValue]: "backgroundColor";
7322
8200
  }) => {
@@ -7520,6 +8398,16 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
7520
8398
  readonly [$$PropertyValue]: "textDecorationLine";
7521
8399
  };
7522
8400
  };
8401
+ truncateText: (value: {
8402
+ readonly [$$PropertyValue]: "width";
8403
+ }) => {
8404
+ maxWidth: {
8405
+ readonly [$$PropertyValue]: "width";
8406
+ };
8407
+ whiteSpace: string;
8408
+ overflow: string;
8409
+ textOverflow: string;
8410
+ };
7523
8411
  textGradient: (value: {
7524
8412
  readonly [$$PropertyValue]: "backgroundImage";
7525
8413
  }) => {
@@ -7571,95 +8459,26 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
7571
8459
  light: string;
7572
8460
  }, {
7573
8461
  shadows: {
7574
- xs: string;
7575
- sm: string;
7576
- md: string;
7577
- lg: string;
7578
- xl: string;
7579
- };
7580
- colors: {
7581
- accents1: string;
7582
- accents2: string;
7583
- accents3: string;
7584
- accents4: string;
7585
- accents5: string;
7586
- accents6: string;
7587
- accents7: string;
7588
- accents8: string;
7589
- accents9: string;
7590
- background: string;
7591
- foreground: string;
7592
- backgroundContrast: string;
7593
- text: string;
7594
- codeLight: string;
7595
- code: string;
7596
- border: string;
7597
- selection: string;
7598
- white: string;
7599
- black: string;
7600
- blue100: string;
7601
- blue200: string;
7602
- blue300: string;
7603
- blue400: string;
7604
- blue500: string;
7605
- blue600: string;
7606
- blue700: string;
7607
- blue800: string;
7608
- blue900: string;
7609
- purple100: string;
7610
- purple200: string;
7611
- purple300: string;
7612
- purple400: string;
7613
- purple500: string;
7614
- purple600: string;
7615
- purple700: string;
7616
- purple800: string;
7617
- purple900: string;
7618
- green100: string;
7619
- green200: string;
7620
- green300: string;
7621
- green400: string;
7622
- green500: string;
7623
- green600: string;
7624
- green700: string;
7625
- green800: string;
7626
- green900: string;
7627
- yellow100: string;
7628
- yellow200: string;
7629
- yellow300: string;
7630
- yellow400: string;
7631
- yellow500: string;
7632
- yellow600: string;
7633
- yellow700: string;
7634
- yellow800: string;
7635
- yellow900: string;
7636
- red100: string;
7637
- red200: string;
7638
- red300: string;
7639
- red400: string;
7640
- red500: string;
7641
- red600: string;
7642
- red700: string;
7643
- red800: string;
7644
- red900: string;
7645
- cyan100: string;
7646
- cyan200: string;
7647
- cyan300: string;
7648
- cyan400: string;
7649
- cyan500: string;
7650
- cyan600: string;
7651
- cyan700: string;
7652
- cyan800: string;
7653
- cyan900: string;
7654
- pink100: string;
7655
- pink200: string;
7656
- pink300: string;
7657
- pink400: string;
7658
- pink500: string;
7659
- pink600: string;
7660
- pink700: string;
7661
- pink800: string;
7662
- pink900: string;
8462
+ xs: string;
8463
+ sm: string;
8464
+ md: string;
8465
+ lg: string;
8466
+ xl: string;
8467
+ };
8468
+ dropShadows: {
8469
+ xs: string;
8470
+ sm: string;
8471
+ md: string;
8472
+ lg: string;
8473
+ xl: string;
8474
+ };
8475
+ colors: {
8476
+ text: string;
8477
+ link: string;
8478
+ codeLight: string;
8479
+ code: string;
8480
+ selection: string;
8481
+ gray50: string;
7663
8482
  gray100: string;
7664
8483
  gray200: string;
7665
8484
  gray300: string;
@@ -7669,41 +8488,173 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
7669
8488
  gray700: string;
7670
8489
  gray800: string;
7671
8490
  gray900: string;
8491
+ pink50: string;
8492
+ pink100: string;
8493
+ pink200: string;
8494
+ pink300: string;
8495
+ pink400: string;
8496
+ pink500: string;
8497
+ pink600: string;
8498
+ pink700: string;
8499
+ pink800: string;
8500
+ pink900: string;
8501
+ cyan50: string;
8502
+ cyan100: string;
8503
+ cyan200: string;
8504
+ cyan300: string;
8505
+ cyan400: string;
8506
+ cyan500: string;
8507
+ cyan600: string;
8508
+ cyan700: string;
8509
+ cyan800: string;
8510
+ cyan900: string;
8511
+ red50: string;
8512
+ red100: string;
8513
+ red200: string;
8514
+ red300: string;
8515
+ red400: string;
8516
+ red500: string;
8517
+ red600: string;
8518
+ red700: string;
8519
+ red800: string;
8520
+ red900: string;
8521
+ yellow50: string;
8522
+ yellow100: string;
8523
+ yellow200: string;
8524
+ yellow300: string;
8525
+ yellow400: string;
8526
+ yellow500: string;
8527
+ yellow600: string;
8528
+ yellow700: string;
8529
+ yellow800: string;
8530
+ yellow900: string;
8531
+ green50: string;
8532
+ green100: string;
8533
+ green200: string;
8534
+ green300: string;
8535
+ green400: string;
8536
+ green500: string;
8537
+ green600: string;
8538
+ green700: string;
8539
+ green800: string;
8540
+ green900: string;
8541
+ purple50: string;
8542
+ purple100: string;
8543
+ purple200: string;
8544
+ purple300: string;
8545
+ purple400: string;
8546
+ purple500: string;
8547
+ purple600: string;
8548
+ purple700: string;
8549
+ purple800: string;
8550
+ purple900: string;
8551
+ blue50: string;
8552
+ blue100: string;
8553
+ blue200: string;
8554
+ blue300: string;
8555
+ blue400: string;
8556
+ blue500: string;
8557
+ blue600: string;
8558
+ blue700: string;
8559
+ blue800: string;
8560
+ blue900: string;
8561
+ background: string;
8562
+ foreground: string;
8563
+ backgroundContrast: string;
8564
+ white: string;
8565
+ black: string;
7672
8566
  primaryLight: string;
8567
+ primaryLightHover: string;
8568
+ primaryLightActive: string;
8569
+ primaryLightContrast: string;
7673
8570
  primary: string;
7674
- primaryDark: string;
8571
+ primaryBorder: string;
8572
+ primaryBorderHover: string;
8573
+ primarySolidHover: string;
8574
+ primarySolidContrast: string;
7675
8575
  primaryShadow: string;
7676
8576
  secondaryLight: string;
8577
+ secondaryLightHover: string;
8578
+ secondaryLightActive: string;
8579
+ secondaryLightContrast: string;
7677
8580
  secondary: string;
7678
- secondaryDark: string;
8581
+ secondaryBorder: string;
8582
+ secondaryBorderHover: string;
8583
+ secondarySolidHover: string;
8584
+ secondarySolidContrast: string;
7679
8585
  secondaryShadow: string;
7680
8586
  successLight: string;
8587
+ successLightHover: string;
8588
+ successLightActive: string;
8589
+ successLightContrast: string;
7681
8590
  success: string;
7682
- successDark: string;
8591
+ successBorder: string;
8592
+ successBorderHover: string;
8593
+ successSolidHover: string;
8594
+ successSolidContrast: string;
7683
8595
  successShadow: string;
7684
8596
  warningLight: string;
8597
+ warningLightHover: string;
8598
+ warningLightActive: string;
8599
+ warningLightContrast: string;
7685
8600
  warning: string;
7686
- warningDark: string;
8601
+ warningBorder: string;
8602
+ warningBorderHover: string;
8603
+ warningSolidHover: string;
8604
+ warningSolidContrast: string;
7687
8605
  warningShadow: string;
7688
8606
  errorLight: string;
8607
+ errorLightHover: string;
8608
+ errorLightActive: string;
8609
+ errorLightContrast: string;
7689
8610
  error: string;
7690
- errorDark: string;
8611
+ errorBorder: string;
8612
+ errorBorderHover: string;
8613
+ errorSolidHover: string;
8614
+ errorSolidContrast: string;
7691
8615
  errorShadow: string;
8616
+ neutralLight: string;
8617
+ neutralLightHover: string;
8618
+ neutralLightActive: string;
8619
+ neutralLightContrast: string;
8620
+ neutral: string;
8621
+ neutralBorder: string;
8622
+ neutralBorderHover: string;
8623
+ neutralSolidHover: string;
8624
+ neutralSolidContrast: string;
8625
+ neutralShadow: string;
7692
8626
  gradient: string;
7693
- link: string;
8627
+ accents0: string;
8628
+ accents1: string;
8629
+ accents2: string;
8630
+ accents3: string;
8631
+ accents4: string;
8632
+ accents5: string;
8633
+ accents6: string;
8634
+ accents7: string;
8635
+ accents8: string;
8636
+ accents9: string;
8637
+ border: string;
7694
8638
  };
7695
8639
  fonts: {
7696
8640
  sans: string;
7697
8641
  mono: string;
7698
8642
  };
7699
8643
  fontSizes: {
7700
- tiny: string;
7701
8644
  xs: string;
7702
- base: string;
7703
8645
  sm: string;
8646
+ base: string;
7704
8647
  md: string;
7705
8648
  lg: string;
7706
8649
  xl: string;
8650
+ xl2: string;
8651
+ xl3: string;
8652
+ xl4: string;
8653
+ xl5: string;
8654
+ xl6: string;
8655
+ xl7: string;
8656
+ xl8: string;
8657
+ xl9: string;
7707
8658
  };
7708
8659
  fontWeights: {
7709
8660
  hairline: number;
@@ -7719,9 +8670,18 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
7719
8670
  lineHeights: {
7720
8671
  xs: number;
7721
8672
  sm: number;
8673
+ base: number;
7722
8674
  md: number;
7723
8675
  lg: number;
7724
8676
  xl: number;
8677
+ xl2: number;
8678
+ xl3: number;
8679
+ xl4: number;
8680
+ xl5: number;
8681
+ xl6: number;
8682
+ xl7: number;
8683
+ xl8: number;
8684
+ xl9: number;
7725
8685
  };
7726
8686
  letterSpacings: {
7727
8687
  tighter: string;
@@ -7806,6 +8766,7 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
7806
8766
  avatar: string;
7807
8767
  link: string;
7808
8768
  card: string;
8769
+ dropdownItem: string;
7809
8770
  };
7810
8771
  breakpoints: {
7811
8772
  xs: string;
@@ -8181,7 +9142,9 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
8181
9142
  readonly [$$PropertyValue]: "backgroundColor";
8182
9143
  }) => {
8183
9144
  bf: string;
8184
- bg: string;
9145
+ bg: {
9146
+ readonly [$$PropertyValue]: "backgroundColor";
9147
+ };
8185
9148
  };
8186
9149
  bgColor: (value: {
8187
9150
  readonly [$$PropertyValue]: "backgroundColor";
@@ -8259,6 +9222,32 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
8259
9222
  readonly [$$PropertyValue]: "boxShadow";
8260
9223
  };
8261
9224
  };
9225
+ ds: (value: {
9226
+ readonly [$$PropertyValue]: "boxShadow";
9227
+ }) => {
9228
+ dropShadow: {
9229
+ readonly [$$PropertyValue]: "boxShadow";
9230
+ };
9231
+ };
9232
+ shadow: (value: {
9233
+ readonly [$$PropertyValue]: "boxShadow";
9234
+ }) => {
9235
+ boxShadow: {
9236
+ readonly [$$PropertyValue]: "boxShadow";
9237
+ };
9238
+ };
9239
+ dshadow: (value: {
9240
+ readonly [$$PropertyValue]: "boxShadow";
9241
+ }) => {
9242
+ dropShadow: {
9243
+ readonly [$$PropertyValue]: "boxShadow";
9244
+ };
9245
+ };
9246
+ dropShadow: (value: {
9247
+ readonly [$$PropertyValue]: "boxShadow";
9248
+ }) => {
9249
+ filter: string;
9250
+ };
8262
9251
  normalShadow: (value: {
8263
9252
  readonly [$$PropertyValue]: "backgroundColor";
8264
9253
  }) => {
@@ -8462,6 +9451,16 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
8462
9451
  readonly [$$PropertyValue]: "textDecorationLine";
8463
9452
  };
8464
9453
  };
9454
+ truncateText: (value: {
9455
+ readonly [$$PropertyValue]: "width";
9456
+ }) => {
9457
+ maxWidth: {
9458
+ readonly [$$PropertyValue]: "width";
9459
+ };
9460
+ whiteSpace: string;
9461
+ overflow: string;
9462
+ textOverflow: string;
9463
+ };
8465
9464
  textGradient: (value: {
8466
9465
  readonly [$$PropertyValue]: "backgroundImage";
8467
9466
  }) => {
@@ -8516,89 +9515,20 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
8516
9515
  lg: string;
8517
9516
  xl: string;
8518
9517
  };
9518
+ dropShadows: {
9519
+ xs: string;
9520
+ sm: string;
9521
+ md: string;
9522
+ lg: string;
9523
+ xl: string;
9524
+ };
8519
9525
  colors: {
8520
- accents1: string;
8521
- accents2: string;
8522
- accents3: string;
8523
- accents4: string;
8524
- accents5: string;
8525
- accents6: string;
8526
- accents7: string;
8527
- accents8: string;
8528
- accents9: string;
8529
- background: string;
8530
- foreground: string;
8531
- backgroundContrast: string;
8532
9526
  text: string;
9527
+ link: string;
8533
9528
  codeLight: string;
8534
9529
  code: string;
8535
- border: string;
8536
9530
  selection: string;
8537
- white: string;
8538
- black: string;
8539
- blue100: string;
8540
- blue200: string;
8541
- blue300: string;
8542
- blue400: string;
8543
- blue500: string;
8544
- blue600: string;
8545
- blue700: string;
8546
- blue800: string;
8547
- blue900: string;
8548
- purple100: string;
8549
- purple200: string;
8550
- purple300: string;
8551
- purple400: string;
8552
- purple500: string;
8553
- purple600: string;
8554
- purple700: string;
8555
- purple800: string;
8556
- purple900: string;
8557
- green100: string;
8558
- green200: string;
8559
- green300: string;
8560
- green400: string;
8561
- green500: string;
8562
- green600: string;
8563
- green700: string;
8564
- green800: string;
8565
- green900: string;
8566
- yellow100: string;
8567
- yellow200: string;
8568
- yellow300: string;
8569
- yellow400: string;
8570
- yellow500: string;
8571
- yellow600: string;
8572
- yellow700: string;
8573
- yellow800: string;
8574
- yellow900: string;
8575
- red100: string;
8576
- red200: string;
8577
- red300: string;
8578
- red400: string;
8579
- red500: string;
8580
- red600: string;
8581
- red700: string;
8582
- red800: string;
8583
- red900: string;
8584
- cyan100: string;
8585
- cyan200: string;
8586
- cyan300: string;
8587
- cyan400: string;
8588
- cyan500: string;
8589
- cyan600: string;
8590
- cyan700: string;
8591
- cyan800: string;
8592
- cyan900: string;
8593
- pink100: string;
8594
- pink200: string;
8595
- pink300: string;
8596
- pink400: string;
8597
- pink500: string;
8598
- pink600: string;
8599
- pink700: string;
8600
- pink800: string;
8601
- pink900: string;
9531
+ gray50: string;
8602
9532
  gray100: string;
8603
9533
  gray200: string;
8604
9534
  gray300: string;
@@ -8608,41 +9538,173 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
8608
9538
  gray700: string;
8609
9539
  gray800: string;
8610
9540
  gray900: string;
9541
+ pink50: string;
9542
+ pink100: string;
9543
+ pink200: string;
9544
+ pink300: string;
9545
+ pink400: string;
9546
+ pink500: string;
9547
+ pink600: string;
9548
+ pink700: string;
9549
+ pink800: string;
9550
+ pink900: string;
9551
+ cyan50: string;
9552
+ cyan100: string;
9553
+ cyan200: string;
9554
+ cyan300: string;
9555
+ cyan400: string;
9556
+ cyan500: string;
9557
+ cyan600: string;
9558
+ cyan700: string;
9559
+ cyan800: string;
9560
+ cyan900: string;
9561
+ red50: string;
9562
+ red100: string;
9563
+ red200: string;
9564
+ red300: string;
9565
+ red400: string;
9566
+ red500: string;
9567
+ red600: string;
9568
+ red700: string;
9569
+ red800: string;
9570
+ red900: string;
9571
+ yellow50: string;
9572
+ yellow100: string;
9573
+ yellow200: string;
9574
+ yellow300: string;
9575
+ yellow400: string;
9576
+ yellow500: string;
9577
+ yellow600: string;
9578
+ yellow700: string;
9579
+ yellow800: string;
9580
+ yellow900: string;
9581
+ green50: string;
9582
+ green100: string;
9583
+ green200: string;
9584
+ green300: string;
9585
+ green400: string;
9586
+ green500: string;
9587
+ green600: string;
9588
+ green700: string;
9589
+ green800: string;
9590
+ green900: string;
9591
+ purple50: string;
9592
+ purple100: string;
9593
+ purple200: string;
9594
+ purple300: string;
9595
+ purple400: string;
9596
+ purple500: string;
9597
+ purple600: string;
9598
+ purple700: string;
9599
+ purple800: string;
9600
+ purple900: string;
9601
+ blue50: string;
9602
+ blue100: string;
9603
+ blue200: string;
9604
+ blue300: string;
9605
+ blue400: string;
9606
+ blue500: string;
9607
+ blue600: string;
9608
+ blue700: string;
9609
+ blue800: string;
9610
+ blue900: string;
9611
+ background: string;
9612
+ foreground: string;
9613
+ backgroundContrast: string;
9614
+ white: string;
9615
+ black: string;
8611
9616
  primaryLight: string;
9617
+ primaryLightHover: string;
9618
+ primaryLightActive: string;
9619
+ primaryLightContrast: string;
8612
9620
  primary: string;
8613
- primaryDark: string;
9621
+ primaryBorder: string;
9622
+ primaryBorderHover: string;
9623
+ primarySolidHover: string;
9624
+ primarySolidContrast: string;
8614
9625
  primaryShadow: string;
8615
9626
  secondaryLight: string;
9627
+ secondaryLightHover: string;
9628
+ secondaryLightActive: string;
9629
+ secondaryLightContrast: string;
8616
9630
  secondary: string;
8617
- secondaryDark: string;
9631
+ secondaryBorder: string;
9632
+ secondaryBorderHover: string;
9633
+ secondarySolidHover: string;
9634
+ secondarySolidContrast: string;
8618
9635
  secondaryShadow: string;
8619
9636
  successLight: string;
9637
+ successLightHover: string;
9638
+ successLightActive: string;
9639
+ successLightContrast: string;
8620
9640
  success: string;
8621
- successDark: string;
9641
+ successBorder: string;
9642
+ successBorderHover: string;
9643
+ successSolidHover: string;
9644
+ successSolidContrast: string;
8622
9645
  successShadow: string;
8623
9646
  warningLight: string;
9647
+ warningLightHover: string;
9648
+ warningLightActive: string;
9649
+ warningLightContrast: string;
8624
9650
  warning: string;
8625
- warningDark: string;
9651
+ warningBorder: string;
9652
+ warningBorderHover: string;
9653
+ warningSolidHover: string;
9654
+ warningSolidContrast: string;
8626
9655
  warningShadow: string;
8627
9656
  errorLight: string;
9657
+ errorLightHover: string;
9658
+ errorLightActive: string;
9659
+ errorLightContrast: string;
8628
9660
  error: string;
8629
- errorDark: string;
9661
+ errorBorder: string;
9662
+ errorBorderHover: string;
9663
+ errorSolidHover: string;
9664
+ errorSolidContrast: string;
8630
9665
  errorShadow: string;
9666
+ neutralLight: string;
9667
+ neutralLightHover: string;
9668
+ neutralLightActive: string;
9669
+ neutralLightContrast: string;
9670
+ neutral: string;
9671
+ neutralBorder: string;
9672
+ neutralBorderHover: string;
9673
+ neutralSolidHover: string;
9674
+ neutralSolidContrast: string;
9675
+ neutralShadow: string;
8631
9676
  gradient: string;
8632
- link: string;
9677
+ accents0: string;
9678
+ accents1: string;
9679
+ accents2: string;
9680
+ accents3: string;
9681
+ accents4: string;
9682
+ accents5: string;
9683
+ accents6: string;
9684
+ accents7: string;
9685
+ accents8: string;
9686
+ accents9: string;
9687
+ border: string;
8633
9688
  };
8634
9689
  fonts: {
8635
9690
  sans: string;
8636
9691
  mono: string;
8637
9692
  };
8638
9693
  fontSizes: {
8639
- tiny: string;
8640
9694
  xs: string;
8641
- base: string;
8642
9695
  sm: string;
9696
+ base: string;
8643
9697
  md: string;
8644
9698
  lg: string;
8645
9699
  xl: string;
9700
+ xl2: string;
9701
+ xl3: string;
9702
+ xl4: string;
9703
+ xl5: string;
9704
+ xl6: string;
9705
+ xl7: string;
9706
+ xl8: string;
9707
+ xl9: string;
8646
9708
  };
8647
9709
  fontWeights: {
8648
9710
  hairline: number;
@@ -8658,9 +9720,18 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
8658
9720
  lineHeights: {
8659
9721
  xs: number;
8660
9722
  sm: number;
9723
+ base: number;
8661
9724
  md: number;
8662
9725
  lg: number;
8663
9726
  xl: number;
9727
+ xl2: number;
9728
+ xl3: number;
9729
+ xl4: number;
9730
+ xl5: number;
9731
+ xl6: number;
9732
+ xl7: number;
9733
+ xl8: number;
9734
+ xl9: number;
8664
9735
  };
8665
9736
  letterSpacings: {
8666
9737
  tighter: string;
@@ -8745,6 +9816,7 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
8745
9816
  avatar: string;
8746
9817
  link: string;
8747
9818
  card: string;
9819
+ dropdownItem: string;
8748
9820
  };
8749
9821
  breakpoints: {
8750
9822
  xs: string;
@@ -9120,7 +10192,9 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
9120
10192
  readonly [$$PropertyValue]: "backgroundColor";
9121
10193
  }) => {
9122
10194
  bf: string;
9123
- bg: string;
10195
+ bg: {
10196
+ readonly [$$PropertyValue]: "backgroundColor";
10197
+ };
9124
10198
  };
9125
10199
  bgColor: (value: {
9126
10200
  readonly [$$PropertyValue]: "backgroundColor";
@@ -9198,6 +10272,32 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
9198
10272
  readonly [$$PropertyValue]: "boxShadow";
9199
10273
  };
9200
10274
  };
10275
+ ds: (value: {
10276
+ readonly [$$PropertyValue]: "boxShadow";
10277
+ }) => {
10278
+ dropShadow: {
10279
+ readonly [$$PropertyValue]: "boxShadow";
10280
+ };
10281
+ };
10282
+ shadow: (value: {
10283
+ readonly [$$PropertyValue]: "boxShadow";
10284
+ }) => {
10285
+ boxShadow: {
10286
+ readonly [$$PropertyValue]: "boxShadow";
10287
+ };
10288
+ };
10289
+ dshadow: (value: {
10290
+ readonly [$$PropertyValue]: "boxShadow";
10291
+ }) => {
10292
+ dropShadow: {
10293
+ readonly [$$PropertyValue]: "boxShadow";
10294
+ };
10295
+ };
10296
+ dropShadow: (value: {
10297
+ readonly [$$PropertyValue]: "boxShadow";
10298
+ }) => {
10299
+ filter: string;
10300
+ };
9201
10301
  normalShadow: (value: {
9202
10302
  readonly [$$PropertyValue]: "backgroundColor";
9203
10303
  }) => {
@@ -9401,6 +10501,16 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
9401
10501
  readonly [$$PropertyValue]: "textDecorationLine";
9402
10502
  };
9403
10503
  };
10504
+ truncateText: (value: {
10505
+ readonly [$$PropertyValue]: "width";
10506
+ }) => {
10507
+ maxWidth: {
10508
+ readonly [$$PropertyValue]: "width";
10509
+ };
10510
+ whiteSpace: string;
10511
+ overflow: string;
10512
+ textOverflow: string;
10513
+ };
9404
10514
  textGradient: (value: {
9405
10515
  readonly [$$PropertyValue]: "backgroundImage";
9406
10516
  }) => {
@@ -9458,89 +10568,20 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
9458
10568
  lg: string;
9459
10569
  xl: string;
9460
10570
  };
10571
+ dropShadows: {
10572
+ xs: string;
10573
+ sm: string;
10574
+ md: string;
10575
+ lg: string;
10576
+ xl: string;
10577
+ };
9461
10578
  colors: {
9462
- accents1: string;
9463
- accents2: string;
9464
- accents3: string;
9465
- accents4: string;
9466
- accents5: string;
9467
- accents6: string;
9468
- accents7: string;
9469
- accents8: string;
9470
- accents9: string;
9471
- background: string;
9472
- foreground: string;
9473
- backgroundContrast: string;
9474
10579
  text: string;
10580
+ link: string;
9475
10581
  codeLight: string;
9476
10582
  code: string;
9477
- border: string;
9478
10583
  selection: string;
9479
- white: string;
9480
- black: string;
9481
- blue100: string;
9482
- blue200: string;
9483
- blue300: string;
9484
- blue400: string;
9485
- blue500: string;
9486
- blue600: string;
9487
- blue700: string;
9488
- blue800: string;
9489
- blue900: string;
9490
- purple100: string;
9491
- purple200: string;
9492
- purple300: string;
9493
- purple400: string;
9494
- purple500: string;
9495
- purple600: string;
9496
- purple700: string;
9497
- purple800: string;
9498
- purple900: string;
9499
- green100: string;
9500
- green200: string;
9501
- green300: string;
9502
- green400: string;
9503
- green500: string;
9504
- green600: string;
9505
- green700: string;
9506
- green800: string;
9507
- green900: string;
9508
- yellow100: string;
9509
- yellow200: string;
9510
- yellow300: string;
9511
- yellow400: string;
9512
- yellow500: string;
9513
- yellow600: string;
9514
- yellow700: string;
9515
- yellow800: string;
9516
- yellow900: string;
9517
- red100: string;
9518
- red200: string;
9519
- red300: string;
9520
- red400: string;
9521
- red500: string;
9522
- red600: string;
9523
- red700: string;
9524
- red800: string;
9525
- red900: string;
9526
- cyan100: string;
9527
- cyan200: string;
9528
- cyan300: string;
9529
- cyan400: string;
9530
- cyan500: string;
9531
- cyan600: string;
9532
- cyan700: string;
9533
- cyan800: string;
9534
- cyan900: string;
9535
- pink100: string;
9536
- pink200: string;
9537
- pink300: string;
9538
- pink400: string;
9539
- pink500: string;
9540
- pink600: string;
9541
- pink700: string;
9542
- pink800: string;
9543
- pink900: string;
10584
+ gray50: string;
9544
10585
  gray100: string;
9545
10586
  gray200: string;
9546
10587
  gray300: string;
@@ -9550,41 +10591,173 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
9550
10591
  gray700: string;
9551
10592
  gray800: string;
9552
10593
  gray900: string;
10594
+ pink50: string;
10595
+ pink100: string;
10596
+ pink200: string;
10597
+ pink300: string;
10598
+ pink400: string;
10599
+ pink500: string;
10600
+ pink600: string;
10601
+ pink700: string;
10602
+ pink800: string;
10603
+ pink900: string;
10604
+ cyan50: string;
10605
+ cyan100: string;
10606
+ cyan200: string;
10607
+ cyan300: string;
10608
+ cyan400: string;
10609
+ cyan500: string;
10610
+ cyan600: string;
10611
+ cyan700: string;
10612
+ cyan800: string;
10613
+ cyan900: string;
10614
+ red50: string;
10615
+ red100: string;
10616
+ red200: string;
10617
+ red300: string;
10618
+ red400: string;
10619
+ red500: string;
10620
+ red600: string;
10621
+ red700: string;
10622
+ red800: string;
10623
+ red900: string;
10624
+ yellow50: string;
10625
+ yellow100: string;
10626
+ yellow200: string;
10627
+ yellow300: string;
10628
+ yellow400: string;
10629
+ yellow500: string;
10630
+ yellow600: string;
10631
+ yellow700: string;
10632
+ yellow800: string;
10633
+ yellow900: string;
10634
+ green50: string;
10635
+ green100: string;
10636
+ green200: string;
10637
+ green300: string;
10638
+ green400: string;
10639
+ green500: string;
10640
+ green600: string;
10641
+ green700: string;
10642
+ green800: string;
10643
+ green900: string;
10644
+ purple50: string;
10645
+ purple100: string;
10646
+ purple200: string;
10647
+ purple300: string;
10648
+ purple400: string;
10649
+ purple500: string;
10650
+ purple600: string;
10651
+ purple700: string;
10652
+ purple800: string;
10653
+ purple900: string;
10654
+ blue50: string;
10655
+ blue100: string;
10656
+ blue200: string;
10657
+ blue300: string;
10658
+ blue400: string;
10659
+ blue500: string;
10660
+ blue600: string;
10661
+ blue700: string;
10662
+ blue800: string;
10663
+ blue900: string;
10664
+ background: string;
10665
+ foreground: string;
10666
+ backgroundContrast: string;
10667
+ white: string;
10668
+ black: string;
9553
10669
  primaryLight: string;
10670
+ primaryLightHover: string;
10671
+ primaryLightActive: string;
10672
+ primaryLightContrast: string;
9554
10673
  primary: string;
9555
- primaryDark: string;
10674
+ primaryBorder: string;
10675
+ primaryBorderHover: string;
10676
+ primarySolidHover: string;
10677
+ primarySolidContrast: string;
9556
10678
  primaryShadow: string;
9557
10679
  secondaryLight: string;
10680
+ secondaryLightHover: string;
10681
+ secondaryLightActive: string;
10682
+ secondaryLightContrast: string;
9558
10683
  secondary: string;
9559
- secondaryDark: string;
10684
+ secondaryBorder: string;
10685
+ secondaryBorderHover: string;
10686
+ secondarySolidHover: string;
10687
+ secondarySolidContrast: string;
9560
10688
  secondaryShadow: string;
9561
10689
  successLight: string;
10690
+ successLightHover: string;
10691
+ successLightActive: string;
10692
+ successLightContrast: string;
9562
10693
  success: string;
9563
- successDark: string;
10694
+ successBorder: string;
10695
+ successBorderHover: string;
10696
+ successSolidHover: string;
10697
+ successSolidContrast: string;
9564
10698
  successShadow: string;
9565
10699
  warningLight: string;
10700
+ warningLightHover: string;
10701
+ warningLightActive: string;
10702
+ warningLightContrast: string;
9566
10703
  warning: string;
9567
- warningDark: string;
10704
+ warningBorder: string;
10705
+ warningBorderHover: string;
10706
+ warningSolidHover: string;
10707
+ warningSolidContrast: string;
9568
10708
  warningShadow: string;
9569
10709
  errorLight: string;
10710
+ errorLightHover: string;
10711
+ errorLightActive: string;
10712
+ errorLightContrast: string;
9570
10713
  error: string;
9571
- errorDark: string;
10714
+ errorBorder: string;
10715
+ errorBorderHover: string;
10716
+ errorSolidHover: string;
10717
+ errorSolidContrast: string;
9572
10718
  errorShadow: string;
10719
+ neutralLight: string;
10720
+ neutralLightHover: string;
10721
+ neutralLightActive: string;
10722
+ neutralLightContrast: string;
10723
+ neutral: string;
10724
+ neutralBorder: string;
10725
+ neutralBorderHover: string;
10726
+ neutralSolidHover: string;
10727
+ neutralSolidContrast: string;
10728
+ neutralShadow: string;
9573
10729
  gradient: string;
9574
- link: string;
10730
+ accents0: string;
10731
+ accents1: string;
10732
+ accents2: string;
10733
+ accents3: string;
10734
+ accents4: string;
10735
+ accents5: string;
10736
+ accents6: string;
10737
+ accents7: string;
10738
+ accents8: string;
10739
+ accents9: string;
10740
+ border: string;
9575
10741
  };
9576
10742
  fonts: {
9577
10743
  sans: string;
9578
10744
  mono: string;
9579
10745
  };
9580
10746
  fontSizes: {
9581
- tiny: string;
9582
10747
  xs: string;
9583
- base: string;
9584
10748
  sm: string;
10749
+ base: string;
9585
10750
  md: string;
9586
10751
  lg: string;
9587
10752
  xl: string;
10753
+ xl2: string;
10754
+ xl3: string;
10755
+ xl4: string;
10756
+ xl5: string;
10757
+ xl6: string;
10758
+ xl7: string;
10759
+ xl8: string;
10760
+ xl9: string;
9588
10761
  };
9589
10762
  fontWeights: {
9590
10763
  hairline: number;
@@ -9600,9 +10773,18 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
9600
10773
  lineHeights: {
9601
10774
  xs: number;
9602
10775
  sm: number;
10776
+ base: number;
9603
10777
  md: number;
9604
10778
  lg: number;
9605
10779
  xl: number;
10780
+ xl2: number;
10781
+ xl3: number;
10782
+ xl4: number;
10783
+ xl5: number;
10784
+ xl6: number;
10785
+ xl7: number;
10786
+ xl8: number;
10787
+ xl9: number;
9606
10788
  };
9607
10789
  letterSpacings: {
9608
10790
  tighter: string;
@@ -9687,6 +10869,7 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
9687
10869
  avatar: string;
9688
10870
  link: string;
9689
10871
  card: string;
10872
+ dropdownItem: string;
9690
10873
  };
9691
10874
  breakpoints: {
9692
10875
  xs: string;
@@ -10062,7 +11245,9 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
10062
11245
  readonly [$$PropertyValue]: "backgroundColor";
10063
11246
  }) => {
10064
11247
  bf: string;
10065
- bg: string;
11248
+ bg: {
11249
+ readonly [$$PropertyValue]: "backgroundColor";
11250
+ };
10066
11251
  };
10067
11252
  bgColor: (value: {
10068
11253
  readonly [$$PropertyValue]: "backgroundColor";
@@ -10140,6 +11325,32 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
10140
11325
  readonly [$$PropertyValue]: "boxShadow";
10141
11326
  };
10142
11327
  };
11328
+ ds: (value: {
11329
+ readonly [$$PropertyValue]: "boxShadow";
11330
+ }) => {
11331
+ dropShadow: {
11332
+ readonly [$$PropertyValue]: "boxShadow";
11333
+ };
11334
+ };
11335
+ shadow: (value: {
11336
+ readonly [$$PropertyValue]: "boxShadow";
11337
+ }) => {
11338
+ boxShadow: {
11339
+ readonly [$$PropertyValue]: "boxShadow";
11340
+ };
11341
+ };
11342
+ dshadow: (value: {
11343
+ readonly [$$PropertyValue]: "boxShadow";
11344
+ }) => {
11345
+ dropShadow: {
11346
+ readonly [$$PropertyValue]: "boxShadow";
11347
+ };
11348
+ };
11349
+ dropShadow: (value: {
11350
+ readonly [$$PropertyValue]: "boxShadow";
11351
+ }) => {
11352
+ filter: string;
11353
+ };
10143
11354
  normalShadow: (value: {
10144
11355
  readonly [$$PropertyValue]: "backgroundColor";
10145
11356
  }) => {
@@ -10343,6 +11554,16 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
10343
11554
  readonly [$$PropertyValue]: "textDecorationLine";
10344
11555
  };
10345
11556
  };
11557
+ truncateText: (value: {
11558
+ readonly [$$PropertyValue]: "width";
11559
+ }) => {
11560
+ maxWidth: {
11561
+ readonly [$$PropertyValue]: "width";
11562
+ };
11563
+ whiteSpace: string;
11564
+ overflow: string;
11565
+ textOverflow: string;
11566
+ };
10346
11567
  textGradient: (value: {
10347
11568
  readonly [$$PropertyValue]: "backgroundImage";
10348
11569
  }) => {