@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
@@ -1,9 +1,8 @@
1
- import { VariantProps } from '../theme/stitches.config';
1
+ import type { VariantProps } from '../theme/stitches.config';
2
2
  export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-component").StyledComponent<"label", {
3
3
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
4
- disabled?: boolean | "true" | undefined;
5
- isHovered?: boolean | "true" | undefined;
6
- animated?: boolean | "false" | undefined;
4
+ isDisabled?: boolean | "true" | undefined;
5
+ disableAnimation?: boolean | "true" | undefined;
7
6
  }, {
8
7
  xs: string;
9
8
  sm: string;
@@ -44,89 +43,20 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
44
43
  lg: string;
45
44
  xl: string;
46
45
  };
46
+ dropShadows: {
47
+ xs: string;
48
+ sm: string;
49
+ md: string;
50
+ lg: string;
51
+ xl: string;
52
+ };
47
53
  colors: {
48
- accents1: string;
49
- accents2: string;
50
- accents3: string;
51
- accents4: string;
52
- accents5: string;
53
- accents6: string;
54
- accents7: string;
55
- accents8: string;
56
- accents9: string;
57
- background: string;
58
- foreground: string;
59
- backgroundContrast: string;
60
54
  text: string;
55
+ link: string;
61
56
  codeLight: string;
62
57
  code: string;
63
- border: string;
64
58
  selection: string;
65
- white: string;
66
- black: string;
67
- blue100: string;
68
- blue200: string;
69
- blue300: string;
70
- blue400: string;
71
- blue500: string;
72
- blue600: string;
73
- blue700: string;
74
- blue800: string;
75
- blue900: string;
76
- purple100: string;
77
- purple200: string;
78
- purple300: string;
79
- purple400: string;
80
- purple500: string;
81
- purple600: string;
82
- purple700: string;
83
- purple800: string;
84
- purple900: string;
85
- green100: string;
86
- green200: string;
87
- green300: string;
88
- green400: string;
89
- green500: string;
90
- green600: string;
91
- green700: string;
92
- green800: string;
93
- green900: string;
94
- yellow100: string;
95
- yellow200: string;
96
- yellow300: string;
97
- yellow400: string;
98
- yellow500: string;
99
- yellow600: string;
100
- yellow700: string;
101
- yellow800: string;
102
- yellow900: string;
103
- red100: string;
104
- red200: string;
105
- red300: string;
106
- red400: string;
107
- red500: string;
108
- red600: string;
109
- red700: string;
110
- red800: string;
111
- red900: string;
112
- cyan100: string;
113
- cyan200: string;
114
- cyan300: string;
115
- cyan400: string;
116
- cyan500: string;
117
- cyan600: string;
118
- cyan700: string;
119
- cyan800: string;
120
- cyan900: string;
121
- pink100: string;
122
- pink200: string;
123
- pink300: string;
124
- pink400: string;
125
- pink500: string;
126
- pink600: string;
127
- pink700: string;
128
- pink800: string;
129
- pink900: string;
59
+ gray50: string;
130
60
  gray100: string;
131
61
  gray200: string;
132
62
  gray300: string;
@@ -136,41 +66,173 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
136
66
  gray700: string;
137
67
  gray800: string;
138
68
  gray900: string;
69
+ pink50: string;
70
+ pink100: string;
71
+ pink200: string;
72
+ pink300: string;
73
+ pink400: string;
74
+ pink500: string;
75
+ pink600: string;
76
+ pink700: string;
77
+ pink800: string;
78
+ pink900: string;
79
+ cyan50: string;
80
+ cyan100: string;
81
+ cyan200: string;
82
+ cyan300: string;
83
+ cyan400: string;
84
+ cyan500: string;
85
+ cyan600: string;
86
+ cyan700: string;
87
+ cyan800: string;
88
+ cyan900: string;
89
+ red50: string;
90
+ red100: string;
91
+ red200: string;
92
+ red300: string;
93
+ red400: string;
94
+ red500: string;
95
+ red600: string;
96
+ red700: string;
97
+ red800: string;
98
+ red900: string;
99
+ yellow50: string;
100
+ yellow100: string;
101
+ yellow200: string;
102
+ yellow300: string;
103
+ yellow400: string;
104
+ yellow500: string;
105
+ yellow600: string;
106
+ yellow700: string;
107
+ yellow800: string;
108
+ yellow900: string;
109
+ green50: string;
110
+ green100: string;
111
+ green200: string;
112
+ green300: string;
113
+ green400: string;
114
+ green500: string;
115
+ green600: string;
116
+ green700: string;
117
+ green800: string;
118
+ green900: string;
119
+ purple50: string;
120
+ purple100: string;
121
+ purple200: string;
122
+ purple300: string;
123
+ purple400: string;
124
+ purple500: string;
125
+ purple600: string;
126
+ purple700: string;
127
+ purple800: string;
128
+ purple900: string;
129
+ blue50: string;
130
+ blue100: string;
131
+ blue200: string;
132
+ blue300: string;
133
+ blue400: string;
134
+ blue500: string;
135
+ blue600: string;
136
+ blue700: string;
137
+ blue800: string;
138
+ blue900: string;
139
+ background: string;
140
+ foreground: string;
141
+ backgroundContrast: string;
142
+ white: string;
143
+ black: string;
139
144
  primaryLight: string;
145
+ primaryLightHover: string;
146
+ primaryLightActive: string;
147
+ primaryLightContrast: string;
140
148
  primary: string;
141
- primaryDark: string;
149
+ primaryBorder: string;
150
+ primaryBorderHover: string;
151
+ primarySolidHover: string;
152
+ primarySolidContrast: string;
142
153
  primaryShadow: string;
143
154
  secondaryLight: string;
155
+ secondaryLightHover: string;
156
+ secondaryLightActive: string;
157
+ secondaryLightContrast: string;
144
158
  secondary: string;
145
- secondaryDark: string;
159
+ secondaryBorder: string;
160
+ secondaryBorderHover: string;
161
+ secondarySolidHover: string;
162
+ secondarySolidContrast: string;
146
163
  secondaryShadow: string;
147
164
  successLight: string;
165
+ successLightHover: string;
166
+ successLightActive: string;
167
+ successLightContrast: string;
148
168
  success: string;
149
- successDark: string;
169
+ successBorder: string;
170
+ successBorderHover: string;
171
+ successSolidHover: string;
172
+ successSolidContrast: string;
150
173
  successShadow: string;
151
174
  warningLight: string;
175
+ warningLightHover: string;
176
+ warningLightActive: string;
177
+ warningLightContrast: string;
152
178
  warning: string;
153
- warningDark: string;
179
+ warningBorder: string;
180
+ warningBorderHover: string;
181
+ warningSolidHover: string;
182
+ warningSolidContrast: string;
154
183
  warningShadow: string;
155
184
  errorLight: string;
185
+ errorLightHover: string;
186
+ errorLightActive: string;
187
+ errorLightContrast: string;
156
188
  error: string;
157
- errorDark: string;
189
+ errorBorder: string;
190
+ errorBorderHover: string;
191
+ errorSolidHover: string;
192
+ errorSolidContrast: string;
158
193
  errorShadow: string;
194
+ neutralLight: string;
195
+ neutralLightHover: string;
196
+ neutralLightActive: string;
197
+ neutralLightContrast: string;
198
+ neutral: string;
199
+ neutralBorder: string;
200
+ neutralBorderHover: string;
201
+ neutralSolidHover: string;
202
+ neutralSolidContrast: string;
203
+ neutralShadow: string;
159
204
  gradient: string;
160
- link: string;
205
+ accents0: string;
206
+ accents1: string;
207
+ accents2: string;
208
+ accents3: string;
209
+ accents4: string;
210
+ accents5: string;
211
+ accents6: string;
212
+ accents7: string;
213
+ accents8: string;
214
+ accents9: string;
215
+ border: string;
161
216
  };
162
217
  fonts: {
163
218
  sans: string;
164
219
  mono: string;
165
220
  };
166
221
  fontSizes: {
167
- tiny: string;
168
222
  xs: string;
169
- base: string;
170
223
  sm: string;
224
+ base: string;
171
225
  md: string;
172
226
  lg: string;
173
227
  xl: string;
228
+ xl2: string;
229
+ xl3: string;
230
+ xl4: string;
231
+ xl5: string;
232
+ xl6: string;
233
+ xl7: string;
234
+ xl8: string;
235
+ xl9: string;
174
236
  };
175
237
  fontWeights: {
176
238
  hairline: number;
@@ -186,9 +248,18 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
186
248
  lineHeights: {
187
249
  xs: number;
188
250
  sm: number;
251
+ base: number;
189
252
  md: number;
190
253
  lg: number;
191
254
  xl: number;
255
+ xl2: number;
256
+ xl3: number;
257
+ xl4: number;
258
+ xl5: number;
259
+ xl6: number;
260
+ xl7: number;
261
+ xl8: number;
262
+ xl9: number;
192
263
  };
193
264
  letterSpacings: {
194
265
  tighter: string;
@@ -273,6 +344,7 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
273
344
  avatar: string;
274
345
  link: string;
275
346
  card: string;
347
+ dropdownItem: string;
276
348
  };
277
349
  breakpoints: {
278
350
  xs: string;
@@ -648,7 +720,9 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
648
720
  readonly [$$PropertyValue]: "backgroundColor";
649
721
  }) => {
650
722
  bf: string;
651
- bg: string;
723
+ bg: {
724
+ readonly [$$PropertyValue]: "backgroundColor";
725
+ };
652
726
  };
653
727
  bgColor: (value: {
654
728
  readonly [$$PropertyValue]: "backgroundColor";
@@ -726,6 +800,32 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
726
800
  readonly [$$PropertyValue]: "boxShadow";
727
801
  };
728
802
  };
803
+ ds: (value: {
804
+ readonly [$$PropertyValue]: "boxShadow";
805
+ }) => {
806
+ dropShadow: {
807
+ readonly [$$PropertyValue]: "boxShadow";
808
+ };
809
+ };
810
+ shadow: (value: {
811
+ readonly [$$PropertyValue]: "boxShadow";
812
+ }) => {
813
+ boxShadow: {
814
+ readonly [$$PropertyValue]: "boxShadow";
815
+ };
816
+ };
817
+ dshadow: (value: {
818
+ readonly [$$PropertyValue]: "boxShadow";
819
+ }) => {
820
+ dropShadow: {
821
+ readonly [$$PropertyValue]: "boxShadow";
822
+ };
823
+ };
824
+ dropShadow: (value: {
825
+ readonly [$$PropertyValue]: "boxShadow";
826
+ }) => {
827
+ filter: string;
828
+ };
729
829
  normalShadow: (value: {
730
830
  readonly [$$PropertyValue]: "backgroundColor";
731
831
  }) => {
@@ -929,6 +1029,16 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
929
1029
  readonly [$$PropertyValue]: "textDecorationLine";
930
1030
  };
931
1031
  };
1032
+ truncateText: (value: {
1033
+ readonly [$$PropertyValue]: "width";
1034
+ }) => {
1035
+ maxWidth: {
1036
+ readonly [$$PropertyValue]: "width";
1037
+ };
1038
+ whiteSpace: string;
1039
+ overflow: string;
1040
+ textOverflow: string;
1041
+ };
932
1042
  textGradient: (value: {
933
1043
  readonly [$$PropertyValue]: "backgroundImage";
934
1044
  }) => {
@@ -941,9 +1051,9 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
941
1051
  };
942
1052
  }>>;
943
1053
  export declare const StyledIconCheckFirstLine: import("@stitches/react/types/styled-component").StyledComponent<"div", {
944
- indeterminate?: boolean | "true" | undefined;
945
- checked?: boolean | "true" | undefined;
946
- animated?: boolean | "false" | undefined;
1054
+ isIndeterminate?: boolean | "true" | undefined;
1055
+ isChecked?: boolean | "true" | undefined;
1056
+ disableAnimation?: boolean | "true" | undefined;
947
1057
  }, {
948
1058
  xs: string;
949
1059
  sm: string;
@@ -984,89 +1094,20 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
984
1094
  lg: string;
985
1095
  xl: string;
986
1096
  };
1097
+ dropShadows: {
1098
+ xs: string;
1099
+ sm: string;
1100
+ md: string;
1101
+ lg: string;
1102
+ xl: string;
1103
+ };
987
1104
  colors: {
988
- accents1: string;
989
- accents2: string;
990
- accents3: string;
991
- accents4: string;
992
- accents5: string;
993
- accents6: string;
994
- accents7: string;
995
- accents8: string;
996
- accents9: string;
997
- background: string;
998
- foreground: string;
999
- backgroundContrast: string;
1000
1105
  text: string;
1106
+ link: string;
1001
1107
  codeLight: string;
1002
1108
  code: string;
1003
- border: string;
1004
1109
  selection: string;
1005
- white: string;
1006
- black: string;
1007
- blue100: string;
1008
- blue200: string;
1009
- blue300: string;
1010
- blue400: string;
1011
- blue500: string;
1012
- blue600: string;
1013
- blue700: string;
1014
- blue800: string;
1015
- blue900: string;
1016
- purple100: string;
1017
- purple200: string;
1018
- purple300: string;
1019
- purple400: string;
1020
- purple500: string;
1021
- purple600: string;
1022
- purple700: string;
1023
- purple800: string;
1024
- purple900: string;
1025
- green100: string;
1026
- green200: string;
1027
- green300: string;
1028
- green400: string;
1029
- green500: string;
1030
- green600: string;
1031
- green700: string;
1032
- green800: string;
1033
- green900: string;
1034
- yellow100: string;
1035
- yellow200: string;
1036
- yellow300: string;
1037
- yellow400: string;
1038
- yellow500: string;
1039
- yellow600: string;
1040
- yellow700: string;
1041
- yellow800: string;
1042
- yellow900: string;
1043
- red100: string;
1044
- red200: string;
1045
- red300: string;
1046
- red400: string;
1047
- red500: string;
1048
- red600: string;
1049
- red700: string;
1050
- red800: string;
1051
- red900: string;
1052
- cyan100: string;
1053
- cyan200: string;
1054
- cyan300: string;
1055
- cyan400: string;
1056
- cyan500: string;
1057
- cyan600: string;
1058
- cyan700: string;
1059
- cyan800: string;
1060
- cyan900: string;
1061
- pink100: string;
1062
- pink200: string;
1063
- pink300: string;
1064
- pink400: string;
1065
- pink500: string;
1066
- pink600: string;
1067
- pink700: string;
1068
- pink800: string;
1069
- pink900: string;
1110
+ gray50: string;
1070
1111
  gray100: string;
1071
1112
  gray200: string;
1072
1113
  gray300: string;
@@ -1076,41 +1117,173 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
1076
1117
  gray700: string;
1077
1118
  gray800: string;
1078
1119
  gray900: string;
1120
+ pink50: string;
1121
+ pink100: string;
1122
+ pink200: string;
1123
+ pink300: string;
1124
+ pink400: string;
1125
+ pink500: string;
1126
+ pink600: string;
1127
+ pink700: string;
1128
+ pink800: string;
1129
+ pink900: string;
1130
+ cyan50: string;
1131
+ cyan100: string;
1132
+ cyan200: string;
1133
+ cyan300: string;
1134
+ cyan400: string;
1135
+ cyan500: string;
1136
+ cyan600: string;
1137
+ cyan700: string;
1138
+ cyan800: string;
1139
+ cyan900: string;
1140
+ red50: string;
1141
+ red100: string;
1142
+ red200: string;
1143
+ red300: string;
1144
+ red400: string;
1145
+ red500: string;
1146
+ red600: string;
1147
+ red700: string;
1148
+ red800: string;
1149
+ red900: string;
1150
+ yellow50: string;
1151
+ yellow100: string;
1152
+ yellow200: string;
1153
+ yellow300: string;
1154
+ yellow400: string;
1155
+ yellow500: string;
1156
+ yellow600: string;
1157
+ yellow700: string;
1158
+ yellow800: string;
1159
+ yellow900: string;
1160
+ green50: string;
1161
+ green100: string;
1162
+ green200: string;
1163
+ green300: string;
1164
+ green400: string;
1165
+ green500: string;
1166
+ green600: string;
1167
+ green700: string;
1168
+ green800: string;
1169
+ green900: string;
1170
+ purple50: string;
1171
+ purple100: string;
1172
+ purple200: string;
1173
+ purple300: string;
1174
+ purple400: string;
1175
+ purple500: string;
1176
+ purple600: string;
1177
+ purple700: string;
1178
+ purple800: string;
1179
+ purple900: string;
1180
+ blue50: string;
1181
+ blue100: string;
1182
+ blue200: string;
1183
+ blue300: string;
1184
+ blue400: string;
1185
+ blue500: string;
1186
+ blue600: string;
1187
+ blue700: string;
1188
+ blue800: string;
1189
+ blue900: string;
1190
+ background: string;
1191
+ foreground: string;
1192
+ backgroundContrast: string;
1193
+ white: string;
1194
+ black: string;
1079
1195
  primaryLight: string;
1196
+ primaryLightHover: string;
1197
+ primaryLightActive: string;
1198
+ primaryLightContrast: string;
1080
1199
  primary: string;
1081
- primaryDark: string;
1200
+ primaryBorder: string;
1201
+ primaryBorderHover: string;
1202
+ primarySolidHover: string;
1203
+ primarySolidContrast: string;
1082
1204
  primaryShadow: string;
1083
1205
  secondaryLight: string;
1206
+ secondaryLightHover: string;
1207
+ secondaryLightActive: string;
1208
+ secondaryLightContrast: string;
1084
1209
  secondary: string;
1085
- secondaryDark: string;
1210
+ secondaryBorder: string;
1211
+ secondaryBorderHover: string;
1212
+ secondarySolidHover: string;
1213
+ secondarySolidContrast: string;
1086
1214
  secondaryShadow: string;
1087
1215
  successLight: string;
1216
+ successLightHover: string;
1217
+ successLightActive: string;
1218
+ successLightContrast: string;
1088
1219
  success: string;
1089
- successDark: string;
1220
+ successBorder: string;
1221
+ successBorderHover: string;
1222
+ successSolidHover: string;
1223
+ successSolidContrast: string;
1090
1224
  successShadow: string;
1091
1225
  warningLight: string;
1226
+ warningLightHover: string;
1227
+ warningLightActive: string;
1228
+ warningLightContrast: string;
1092
1229
  warning: string;
1093
- warningDark: string;
1230
+ warningBorder: string;
1231
+ warningBorderHover: string;
1232
+ warningSolidHover: string;
1233
+ warningSolidContrast: string;
1094
1234
  warningShadow: string;
1095
1235
  errorLight: string;
1236
+ errorLightHover: string;
1237
+ errorLightActive: string;
1238
+ errorLightContrast: string;
1096
1239
  error: string;
1097
- errorDark: string;
1240
+ errorBorder: string;
1241
+ errorBorderHover: string;
1242
+ errorSolidHover: string;
1243
+ errorSolidContrast: string;
1098
1244
  errorShadow: string;
1245
+ neutralLight: string;
1246
+ neutralLightHover: string;
1247
+ neutralLightActive: string;
1248
+ neutralLightContrast: string;
1249
+ neutral: string;
1250
+ neutralBorder: string;
1251
+ neutralBorderHover: string;
1252
+ neutralSolidHover: string;
1253
+ neutralSolidContrast: string;
1254
+ neutralShadow: string;
1099
1255
  gradient: string;
1100
- link: string;
1256
+ accents0: string;
1257
+ accents1: string;
1258
+ accents2: string;
1259
+ accents3: string;
1260
+ accents4: string;
1261
+ accents5: string;
1262
+ accents6: string;
1263
+ accents7: string;
1264
+ accents8: string;
1265
+ accents9: string;
1266
+ border: string;
1101
1267
  };
1102
1268
  fonts: {
1103
1269
  sans: string;
1104
1270
  mono: string;
1105
1271
  };
1106
1272
  fontSizes: {
1107
- tiny: string;
1108
1273
  xs: string;
1109
- base: string;
1110
1274
  sm: string;
1275
+ base: string;
1111
1276
  md: string;
1112
1277
  lg: string;
1113
1278
  xl: string;
1279
+ xl2: string;
1280
+ xl3: string;
1281
+ xl4: string;
1282
+ xl5: string;
1283
+ xl6: string;
1284
+ xl7: string;
1285
+ xl8: string;
1286
+ xl9: string;
1114
1287
  };
1115
1288
  fontWeights: {
1116
1289
  hairline: number;
@@ -1126,9 +1299,18 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
1126
1299
  lineHeights: {
1127
1300
  xs: number;
1128
1301
  sm: number;
1302
+ base: number;
1129
1303
  md: number;
1130
1304
  lg: number;
1131
1305
  xl: number;
1306
+ xl2: number;
1307
+ xl3: number;
1308
+ xl4: number;
1309
+ xl5: number;
1310
+ xl6: number;
1311
+ xl7: number;
1312
+ xl8: number;
1313
+ xl9: number;
1132
1314
  };
1133
1315
  letterSpacings: {
1134
1316
  tighter: string;
@@ -1213,6 +1395,7 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
1213
1395
  avatar: string;
1214
1396
  link: string;
1215
1397
  card: string;
1398
+ dropdownItem: string;
1216
1399
  };
1217
1400
  breakpoints: {
1218
1401
  xs: string;
@@ -1588,7 +1771,9 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
1588
1771
  readonly [$$PropertyValue]: "backgroundColor";
1589
1772
  }) => {
1590
1773
  bf: string;
1591
- bg: string;
1774
+ bg: {
1775
+ readonly [$$PropertyValue]: "backgroundColor";
1776
+ };
1592
1777
  };
1593
1778
  bgColor: (value: {
1594
1779
  readonly [$$PropertyValue]: "backgroundColor";
@@ -1666,6 +1851,32 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
1666
1851
  readonly [$$PropertyValue]: "boxShadow";
1667
1852
  };
1668
1853
  };
1854
+ ds: (value: {
1855
+ readonly [$$PropertyValue]: "boxShadow";
1856
+ }) => {
1857
+ dropShadow: {
1858
+ readonly [$$PropertyValue]: "boxShadow";
1859
+ };
1860
+ };
1861
+ shadow: (value: {
1862
+ readonly [$$PropertyValue]: "boxShadow";
1863
+ }) => {
1864
+ boxShadow: {
1865
+ readonly [$$PropertyValue]: "boxShadow";
1866
+ };
1867
+ };
1868
+ dshadow: (value: {
1869
+ readonly [$$PropertyValue]: "boxShadow";
1870
+ }) => {
1871
+ dropShadow: {
1872
+ readonly [$$PropertyValue]: "boxShadow";
1873
+ };
1874
+ };
1875
+ dropShadow: (value: {
1876
+ readonly [$$PropertyValue]: "boxShadow";
1877
+ }) => {
1878
+ filter: string;
1879
+ };
1669
1880
  normalShadow: (value: {
1670
1881
  readonly [$$PropertyValue]: "backgroundColor";
1671
1882
  }) => {
@@ -1869,6 +2080,16 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
1869
2080
  readonly [$$PropertyValue]: "textDecorationLine";
1870
2081
  };
1871
2082
  };
2083
+ truncateText: (value: {
2084
+ readonly [$$PropertyValue]: "width";
2085
+ }) => {
2086
+ maxWidth: {
2087
+ readonly [$$PropertyValue]: "width";
2088
+ };
2089
+ whiteSpace: string;
2090
+ overflow: string;
2091
+ textOverflow: string;
2092
+ };
1872
2093
  textGradient: (value: {
1873
2094
  readonly [$$PropertyValue]: "backgroundImage";
1874
2095
  }) => {
@@ -1881,9 +2102,9 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
1881
2102
  };
1882
2103
  }>>;
1883
2104
  export declare const StyledIconCheckSecondLine: import("@stitches/react/types/styled-component").StyledComponent<"div", {
1884
- indeterminate?: boolean | "true" | undefined;
1885
- checked?: boolean | "true" | undefined;
1886
- animated?: boolean | "false" | undefined;
2105
+ isIndeterminate?: boolean | "true" | undefined;
2106
+ isChecked?: boolean | "true" | undefined;
2107
+ disableAnimation?: boolean | "true" | undefined;
1887
2108
  }, {
1888
2109
  xs: string;
1889
2110
  sm: string;
@@ -1924,89 +2145,20 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
1924
2145
  lg: string;
1925
2146
  xl: string;
1926
2147
  };
2148
+ dropShadows: {
2149
+ xs: string;
2150
+ sm: string;
2151
+ md: string;
2152
+ lg: string;
2153
+ xl: string;
2154
+ };
1927
2155
  colors: {
1928
- accents1: string;
1929
- accents2: string;
1930
- accents3: string;
1931
- accents4: string;
1932
- accents5: string;
1933
- accents6: string;
1934
- accents7: string;
1935
- accents8: string;
1936
- accents9: string;
1937
- background: string;
1938
- foreground: string;
1939
- backgroundContrast: string;
1940
2156
  text: string;
2157
+ link: string;
1941
2158
  codeLight: string;
1942
2159
  code: string;
1943
- border: string;
1944
2160
  selection: string;
1945
- white: string;
1946
- black: string;
1947
- blue100: string;
1948
- blue200: string;
1949
- blue300: string;
1950
- blue400: string;
1951
- blue500: string;
1952
- blue600: string;
1953
- blue700: string;
1954
- blue800: string;
1955
- blue900: string;
1956
- purple100: string;
1957
- purple200: string;
1958
- purple300: string;
1959
- purple400: string;
1960
- purple500: string;
1961
- purple600: string;
1962
- purple700: string;
1963
- purple800: string;
1964
- purple900: string;
1965
- green100: string;
1966
- green200: string;
1967
- green300: string;
1968
- green400: string;
1969
- green500: string;
1970
- green600: string;
1971
- green700: string;
1972
- green800: string;
1973
- green900: string;
1974
- yellow100: string;
1975
- yellow200: string;
1976
- yellow300: string;
1977
- yellow400: string;
1978
- yellow500: string;
1979
- yellow600: string;
1980
- yellow700: string;
1981
- yellow800: string;
1982
- yellow900: string;
1983
- red100: string;
1984
- red200: string;
1985
- red300: string;
1986
- red400: string;
1987
- red500: string;
1988
- red600: string;
1989
- red700: string;
1990
- red800: string;
1991
- red900: string;
1992
- cyan100: string;
1993
- cyan200: string;
1994
- cyan300: string;
1995
- cyan400: string;
1996
- cyan500: string;
1997
- cyan600: string;
1998
- cyan700: string;
1999
- cyan800: string;
2000
- cyan900: string;
2001
- pink100: string;
2002
- pink200: string;
2003
- pink300: string;
2004
- pink400: string;
2005
- pink500: string;
2006
- pink600: string;
2007
- pink700: string;
2008
- pink800: string;
2009
- pink900: string;
2161
+ gray50: string;
2010
2162
  gray100: string;
2011
2163
  gray200: string;
2012
2164
  gray300: string;
@@ -2016,59 +2168,200 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
2016
2168
  gray700: string;
2017
2169
  gray800: string;
2018
2170
  gray900: string;
2019
- primaryLight: string;
2020
- primary: string;
2021
- primaryDark: string;
2022
- primaryShadow: string;
2023
- secondaryLight: string;
2024
- secondary: string;
2025
- secondaryDark: string;
2026
- secondaryShadow: string;
2027
- successLight: string;
2028
- success: string;
2029
- successDark: string;
2030
- successShadow: string;
2031
- warningLight: string;
2032
- warning: string;
2033
- warningDark: string;
2034
- warningShadow: string;
2035
- errorLight: string;
2036
- error: string;
2037
- errorDark: string;
2038
- errorShadow: string;
2039
- gradient: string;
2040
- link: string;
2041
- };
2042
- fonts: {
2043
- sans: string;
2044
- mono: string;
2045
- };
2046
- fontSizes: {
2047
- tiny: string;
2048
- xs: string;
2049
- base: string;
2050
- sm: string;
2051
- md: string;
2052
- lg: string;
2053
- xl: string;
2054
- };
2055
- fontWeights: {
2056
- hairline: number;
2057
- thin: number;
2058
- light: number;
2059
- normal: number;
2060
- medium: number;
2061
- semibold: number;
2062
- bold: number;
2063
- extrabold: number;
2064
- black: number;
2065
- };
2171
+ pink50: string;
2172
+ pink100: string;
2173
+ pink200: string;
2174
+ pink300: string;
2175
+ pink400: string;
2176
+ pink500: string;
2177
+ pink600: string;
2178
+ pink700: string;
2179
+ pink800: string;
2180
+ pink900: string;
2181
+ cyan50: string;
2182
+ cyan100: string;
2183
+ cyan200: string;
2184
+ cyan300: string;
2185
+ cyan400: string;
2186
+ cyan500: string;
2187
+ cyan600: string;
2188
+ cyan700: string;
2189
+ cyan800: string;
2190
+ cyan900: string;
2191
+ red50: string;
2192
+ red100: string;
2193
+ red200: string;
2194
+ red300: string;
2195
+ red400: string;
2196
+ red500: string;
2197
+ red600: string;
2198
+ red700: string;
2199
+ red800: string;
2200
+ red900: string;
2201
+ yellow50: string;
2202
+ yellow100: string;
2203
+ yellow200: string;
2204
+ yellow300: string;
2205
+ yellow400: string;
2206
+ yellow500: string;
2207
+ yellow600: string;
2208
+ yellow700: string;
2209
+ yellow800: string;
2210
+ yellow900: string;
2211
+ green50: string;
2212
+ green100: string;
2213
+ green200: string;
2214
+ green300: string;
2215
+ green400: string;
2216
+ green500: string;
2217
+ green600: string;
2218
+ green700: string;
2219
+ green800: string;
2220
+ green900: string;
2221
+ purple50: string;
2222
+ purple100: string;
2223
+ purple200: string;
2224
+ purple300: string;
2225
+ purple400: string;
2226
+ purple500: string;
2227
+ purple600: string;
2228
+ purple700: string;
2229
+ purple800: string;
2230
+ purple900: string;
2231
+ blue50: string;
2232
+ blue100: string;
2233
+ blue200: string;
2234
+ blue300: string;
2235
+ blue400: string;
2236
+ blue500: string;
2237
+ blue600: string;
2238
+ blue700: string;
2239
+ blue800: string;
2240
+ blue900: string;
2241
+ background: string;
2242
+ foreground: string;
2243
+ backgroundContrast: string;
2244
+ white: string;
2245
+ black: string;
2246
+ primaryLight: string;
2247
+ primaryLightHover: string;
2248
+ primaryLightActive: string;
2249
+ primaryLightContrast: string;
2250
+ primary: string;
2251
+ primaryBorder: string;
2252
+ primaryBorderHover: string;
2253
+ primarySolidHover: string;
2254
+ primarySolidContrast: string;
2255
+ primaryShadow: string;
2256
+ secondaryLight: string;
2257
+ secondaryLightHover: string;
2258
+ secondaryLightActive: string;
2259
+ secondaryLightContrast: string;
2260
+ secondary: string;
2261
+ secondaryBorder: string;
2262
+ secondaryBorderHover: string;
2263
+ secondarySolidHover: string;
2264
+ secondarySolidContrast: string;
2265
+ secondaryShadow: string;
2266
+ successLight: string;
2267
+ successLightHover: string;
2268
+ successLightActive: string;
2269
+ successLightContrast: string;
2270
+ success: string;
2271
+ successBorder: string;
2272
+ successBorderHover: string;
2273
+ successSolidHover: string;
2274
+ successSolidContrast: string;
2275
+ successShadow: string;
2276
+ warningLight: string;
2277
+ warningLightHover: string;
2278
+ warningLightActive: string;
2279
+ warningLightContrast: string;
2280
+ warning: string;
2281
+ warningBorder: string;
2282
+ warningBorderHover: string;
2283
+ warningSolidHover: string;
2284
+ warningSolidContrast: string;
2285
+ warningShadow: string;
2286
+ errorLight: string;
2287
+ errorLightHover: string;
2288
+ errorLightActive: string;
2289
+ errorLightContrast: string;
2290
+ error: string;
2291
+ errorBorder: string;
2292
+ errorBorderHover: string;
2293
+ errorSolidHover: string;
2294
+ errorSolidContrast: string;
2295
+ errorShadow: string;
2296
+ neutralLight: string;
2297
+ neutralLightHover: string;
2298
+ neutralLightActive: string;
2299
+ neutralLightContrast: string;
2300
+ neutral: string;
2301
+ neutralBorder: string;
2302
+ neutralBorderHover: string;
2303
+ neutralSolidHover: string;
2304
+ neutralSolidContrast: string;
2305
+ neutralShadow: string;
2306
+ gradient: string;
2307
+ accents0: string;
2308
+ accents1: string;
2309
+ accents2: string;
2310
+ accents3: string;
2311
+ accents4: string;
2312
+ accents5: string;
2313
+ accents6: string;
2314
+ accents7: string;
2315
+ accents8: string;
2316
+ accents9: string;
2317
+ border: string;
2318
+ };
2319
+ fonts: {
2320
+ sans: string;
2321
+ mono: string;
2322
+ };
2323
+ fontSizes: {
2324
+ xs: string;
2325
+ sm: string;
2326
+ base: string;
2327
+ md: string;
2328
+ lg: string;
2329
+ xl: string;
2330
+ xl2: string;
2331
+ xl3: string;
2332
+ xl4: string;
2333
+ xl5: string;
2334
+ xl6: string;
2335
+ xl7: string;
2336
+ xl8: string;
2337
+ xl9: string;
2338
+ };
2339
+ fontWeights: {
2340
+ hairline: number;
2341
+ thin: number;
2342
+ light: number;
2343
+ normal: number;
2344
+ medium: number;
2345
+ semibold: number;
2346
+ bold: number;
2347
+ extrabold: number;
2348
+ black: number;
2349
+ };
2066
2350
  lineHeights: {
2067
2351
  xs: number;
2068
2352
  sm: number;
2353
+ base: number;
2069
2354
  md: number;
2070
2355
  lg: number;
2071
2356
  xl: number;
2357
+ xl2: number;
2358
+ xl3: number;
2359
+ xl4: number;
2360
+ xl5: number;
2361
+ xl6: number;
2362
+ xl7: number;
2363
+ xl8: number;
2364
+ xl9: number;
2072
2365
  };
2073
2366
  letterSpacings: {
2074
2367
  tighter: string;
@@ -2153,6 +2446,7 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
2153
2446
  avatar: string;
2154
2447
  link: string;
2155
2448
  card: string;
2449
+ dropdownItem: string;
2156
2450
  };
2157
2451
  breakpoints: {
2158
2452
  xs: string;
@@ -2528,7 +2822,9 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
2528
2822
  readonly [$$PropertyValue]: "backgroundColor";
2529
2823
  }) => {
2530
2824
  bf: string;
2531
- bg: string;
2825
+ bg: {
2826
+ readonly [$$PropertyValue]: "backgroundColor";
2827
+ };
2532
2828
  };
2533
2829
  bgColor: (value: {
2534
2830
  readonly [$$PropertyValue]: "backgroundColor";
@@ -2606,6 +2902,32 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
2606
2902
  readonly [$$PropertyValue]: "boxShadow";
2607
2903
  };
2608
2904
  };
2905
+ ds: (value: {
2906
+ readonly [$$PropertyValue]: "boxShadow";
2907
+ }) => {
2908
+ dropShadow: {
2909
+ readonly [$$PropertyValue]: "boxShadow";
2910
+ };
2911
+ };
2912
+ shadow: (value: {
2913
+ readonly [$$PropertyValue]: "boxShadow";
2914
+ }) => {
2915
+ boxShadow: {
2916
+ readonly [$$PropertyValue]: "boxShadow";
2917
+ };
2918
+ };
2919
+ dshadow: (value: {
2920
+ readonly [$$PropertyValue]: "boxShadow";
2921
+ }) => {
2922
+ dropShadow: {
2923
+ readonly [$$PropertyValue]: "boxShadow";
2924
+ };
2925
+ };
2926
+ dropShadow: (value: {
2927
+ readonly [$$PropertyValue]: "boxShadow";
2928
+ }) => {
2929
+ filter: string;
2930
+ };
2609
2931
  normalShadow: (value: {
2610
2932
  readonly [$$PropertyValue]: "backgroundColor";
2611
2933
  }) => {
@@ -2809,6 +3131,16 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
2809
3131
  readonly [$$PropertyValue]: "textDecorationLine";
2810
3132
  };
2811
3133
  };
3134
+ truncateText: (value: {
3135
+ readonly [$$PropertyValue]: "width";
3136
+ }) => {
3137
+ maxWidth: {
3138
+ readonly [$$PropertyValue]: "width";
3139
+ };
3140
+ whiteSpace: string;
3141
+ overflow: string;
3142
+ textOverflow: string;
3143
+ };
2812
3144
  textGradient: (value: {
2813
3145
  readonly [$$PropertyValue]: "backgroundImage";
2814
3146
  }) => {
@@ -2821,10 +3153,10 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
2821
3153
  };
2822
3154
  }>>;
2823
3155
  export declare const StyledIconCheck: import("@stitches/react/types/styled-component").StyledComponent<"i", {
2824
- indeterminate?: boolean | "true" | "false" | undefined;
3156
+ isIndeterminate?: boolean | "true" | "false" | undefined;
2825
3157
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2826
- checked?: boolean | "true" | undefined;
2827
- animated?: boolean | "false" | undefined;
3158
+ isChecked?: boolean | "true" | undefined;
3159
+ disableAnimation?: boolean | "true" | undefined;
2828
3160
  }, {
2829
3161
  xs: string;
2830
3162
  sm: string;
@@ -2865,89 +3197,20 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
2865
3197
  lg: string;
2866
3198
  xl: string;
2867
3199
  };
3200
+ dropShadows: {
3201
+ xs: string;
3202
+ sm: string;
3203
+ md: string;
3204
+ lg: string;
3205
+ xl: string;
3206
+ };
2868
3207
  colors: {
2869
- accents1: string;
2870
- accents2: string;
2871
- accents3: string;
2872
- accents4: string;
2873
- accents5: string;
2874
- accents6: string;
2875
- accents7: string;
2876
- accents8: string;
2877
- accents9: string;
2878
- background: string;
2879
- foreground: string;
2880
- backgroundContrast: string;
2881
3208
  text: string;
3209
+ link: string;
2882
3210
  codeLight: string;
2883
3211
  code: string;
2884
- border: string;
2885
3212
  selection: string;
2886
- white: string;
2887
- black: string;
2888
- blue100: string;
2889
- blue200: string;
2890
- blue300: string;
2891
- blue400: string;
2892
- blue500: string;
2893
- blue600: string;
2894
- blue700: string;
2895
- blue800: string;
2896
- blue900: string;
2897
- purple100: string;
2898
- purple200: string;
2899
- purple300: string;
2900
- purple400: string;
2901
- purple500: string;
2902
- purple600: string;
2903
- purple700: string;
2904
- purple800: string;
2905
- purple900: string;
2906
- green100: string;
2907
- green200: string;
2908
- green300: string;
2909
- green400: string;
2910
- green500: string;
2911
- green600: string;
2912
- green700: string;
2913
- green800: string;
2914
- green900: string;
2915
- yellow100: string;
2916
- yellow200: string;
2917
- yellow300: string;
2918
- yellow400: string;
2919
- yellow500: string;
2920
- yellow600: string;
2921
- yellow700: string;
2922
- yellow800: string;
2923
- yellow900: string;
2924
- red100: string;
2925
- red200: string;
2926
- red300: string;
2927
- red400: string;
2928
- red500: string;
2929
- red600: string;
2930
- red700: string;
2931
- red800: string;
2932
- red900: string;
2933
- cyan100: string;
2934
- cyan200: string;
2935
- cyan300: string;
2936
- cyan400: string;
2937
- cyan500: string;
2938
- cyan600: string;
2939
- cyan700: string;
2940
- cyan800: string;
2941
- cyan900: string;
2942
- pink100: string;
2943
- pink200: string;
2944
- pink300: string;
2945
- pink400: string;
2946
- pink500: string;
2947
- pink600: string;
2948
- pink700: string;
2949
- pink800: string;
2950
- pink900: string;
3213
+ gray50: string;
2951
3214
  gray100: string;
2952
3215
  gray200: string;
2953
3216
  gray300: string;
@@ -2957,41 +3220,173 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
2957
3220
  gray700: string;
2958
3221
  gray800: string;
2959
3222
  gray900: string;
2960
- primaryLight: string;
2961
- primary: string;
2962
- primaryDark: string;
2963
- primaryShadow: string;
2964
- secondaryLight: string;
2965
- secondary: string;
2966
- secondaryDark: string;
2967
- secondaryShadow: string;
2968
- successLight: string;
2969
- success: string;
2970
- successDark: string;
2971
- successShadow: string;
2972
- warningLight: string;
2973
- warning: string;
2974
- warningDark: string;
2975
- warningShadow: string;
2976
- errorLight: string;
2977
- error: string;
2978
- errorDark: string;
2979
- errorShadow: string;
2980
- gradient: string;
2981
- link: string;
2982
- };
2983
- fonts: {
2984
- sans: string;
2985
- mono: string;
2986
- };
2987
- fontSizes: {
2988
- tiny: string;
2989
- xs: string;
2990
- base: string;
2991
- sm: string;
3223
+ pink50: string;
3224
+ pink100: string;
3225
+ pink200: string;
3226
+ pink300: string;
3227
+ pink400: string;
3228
+ pink500: string;
3229
+ pink600: string;
3230
+ pink700: string;
3231
+ pink800: string;
3232
+ pink900: string;
3233
+ cyan50: string;
3234
+ cyan100: string;
3235
+ cyan200: string;
3236
+ cyan300: string;
3237
+ cyan400: string;
3238
+ cyan500: string;
3239
+ cyan600: string;
3240
+ cyan700: string;
3241
+ cyan800: string;
3242
+ cyan900: string;
3243
+ red50: string;
3244
+ red100: string;
3245
+ red200: string;
3246
+ red300: string;
3247
+ red400: string;
3248
+ red500: string;
3249
+ red600: string;
3250
+ red700: string;
3251
+ red800: string;
3252
+ red900: string;
3253
+ yellow50: string;
3254
+ yellow100: string;
3255
+ yellow200: string;
3256
+ yellow300: string;
3257
+ yellow400: string;
3258
+ yellow500: string;
3259
+ yellow600: string;
3260
+ yellow700: string;
3261
+ yellow800: string;
3262
+ yellow900: string;
3263
+ green50: string;
3264
+ green100: string;
3265
+ green200: string;
3266
+ green300: string;
3267
+ green400: string;
3268
+ green500: string;
3269
+ green600: string;
3270
+ green700: string;
3271
+ green800: string;
3272
+ green900: string;
3273
+ purple50: string;
3274
+ purple100: string;
3275
+ purple200: string;
3276
+ purple300: string;
3277
+ purple400: string;
3278
+ purple500: string;
3279
+ purple600: string;
3280
+ purple700: string;
3281
+ purple800: string;
3282
+ purple900: string;
3283
+ blue50: string;
3284
+ blue100: string;
3285
+ blue200: string;
3286
+ blue300: string;
3287
+ blue400: string;
3288
+ blue500: string;
3289
+ blue600: string;
3290
+ blue700: string;
3291
+ blue800: string;
3292
+ blue900: string;
3293
+ background: string;
3294
+ foreground: string;
3295
+ backgroundContrast: string;
3296
+ white: string;
3297
+ black: string;
3298
+ primaryLight: string;
3299
+ primaryLightHover: string;
3300
+ primaryLightActive: string;
3301
+ primaryLightContrast: string;
3302
+ primary: string;
3303
+ primaryBorder: string;
3304
+ primaryBorderHover: string;
3305
+ primarySolidHover: string;
3306
+ primarySolidContrast: string;
3307
+ primaryShadow: string;
3308
+ secondaryLight: string;
3309
+ secondaryLightHover: string;
3310
+ secondaryLightActive: string;
3311
+ secondaryLightContrast: string;
3312
+ secondary: string;
3313
+ secondaryBorder: string;
3314
+ secondaryBorderHover: string;
3315
+ secondarySolidHover: string;
3316
+ secondarySolidContrast: string;
3317
+ secondaryShadow: string;
3318
+ successLight: string;
3319
+ successLightHover: string;
3320
+ successLightActive: string;
3321
+ successLightContrast: string;
3322
+ success: string;
3323
+ successBorder: string;
3324
+ successBorderHover: string;
3325
+ successSolidHover: string;
3326
+ successSolidContrast: string;
3327
+ successShadow: string;
3328
+ warningLight: string;
3329
+ warningLightHover: string;
3330
+ warningLightActive: string;
3331
+ warningLightContrast: string;
3332
+ warning: string;
3333
+ warningBorder: string;
3334
+ warningBorderHover: string;
3335
+ warningSolidHover: string;
3336
+ warningSolidContrast: string;
3337
+ warningShadow: string;
3338
+ errorLight: string;
3339
+ errorLightHover: string;
3340
+ errorLightActive: string;
3341
+ errorLightContrast: string;
3342
+ error: string;
3343
+ errorBorder: string;
3344
+ errorBorderHover: string;
3345
+ errorSolidHover: string;
3346
+ errorSolidContrast: string;
3347
+ errorShadow: string;
3348
+ neutralLight: string;
3349
+ neutralLightHover: string;
3350
+ neutralLightActive: string;
3351
+ neutralLightContrast: string;
3352
+ neutral: string;
3353
+ neutralBorder: string;
3354
+ neutralBorderHover: string;
3355
+ neutralSolidHover: string;
3356
+ neutralSolidContrast: string;
3357
+ neutralShadow: string;
3358
+ gradient: string;
3359
+ accents0: string;
3360
+ accents1: string;
3361
+ accents2: string;
3362
+ accents3: string;
3363
+ accents4: string;
3364
+ accents5: string;
3365
+ accents6: string;
3366
+ accents7: string;
3367
+ accents8: string;
3368
+ accents9: string;
3369
+ border: string;
3370
+ };
3371
+ fonts: {
3372
+ sans: string;
3373
+ mono: string;
3374
+ };
3375
+ fontSizes: {
3376
+ xs: string;
3377
+ sm: string;
3378
+ base: string;
2992
3379
  md: string;
2993
3380
  lg: string;
2994
3381
  xl: string;
3382
+ xl2: string;
3383
+ xl3: string;
3384
+ xl4: string;
3385
+ xl5: string;
3386
+ xl6: string;
3387
+ xl7: string;
3388
+ xl8: string;
3389
+ xl9: string;
2995
3390
  };
2996
3391
  fontWeights: {
2997
3392
  hairline: number;
@@ -3007,9 +3402,18 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
3007
3402
  lineHeights: {
3008
3403
  xs: number;
3009
3404
  sm: number;
3405
+ base: number;
3010
3406
  md: number;
3011
3407
  lg: number;
3012
3408
  xl: number;
3409
+ xl2: number;
3410
+ xl3: number;
3411
+ xl4: number;
3412
+ xl5: number;
3413
+ xl6: number;
3414
+ xl7: number;
3415
+ xl8: number;
3416
+ xl9: number;
3013
3417
  };
3014
3418
  letterSpacings: {
3015
3419
  tighter: string;
@@ -3094,6 +3498,7 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
3094
3498
  avatar: string;
3095
3499
  link: string;
3096
3500
  card: string;
3501
+ dropdownItem: string;
3097
3502
  };
3098
3503
  breakpoints: {
3099
3504
  xs: string;
@@ -3469,7 +3874,9 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
3469
3874
  readonly [$$PropertyValue]: "backgroundColor";
3470
3875
  }) => {
3471
3876
  bf: string;
3472
- bg: string;
3877
+ bg: {
3878
+ readonly [$$PropertyValue]: "backgroundColor";
3879
+ };
3473
3880
  };
3474
3881
  bgColor: (value: {
3475
3882
  readonly [$$PropertyValue]: "backgroundColor";
@@ -3547,6 +3954,32 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
3547
3954
  readonly [$$PropertyValue]: "boxShadow";
3548
3955
  };
3549
3956
  };
3957
+ ds: (value: {
3958
+ readonly [$$PropertyValue]: "boxShadow";
3959
+ }) => {
3960
+ dropShadow: {
3961
+ readonly [$$PropertyValue]: "boxShadow";
3962
+ };
3963
+ };
3964
+ shadow: (value: {
3965
+ readonly [$$PropertyValue]: "boxShadow";
3966
+ }) => {
3967
+ boxShadow: {
3968
+ readonly [$$PropertyValue]: "boxShadow";
3969
+ };
3970
+ };
3971
+ dshadow: (value: {
3972
+ readonly [$$PropertyValue]: "boxShadow";
3973
+ }) => {
3974
+ dropShadow: {
3975
+ readonly [$$PropertyValue]: "boxShadow";
3976
+ };
3977
+ };
3978
+ dropShadow: (value: {
3979
+ readonly [$$PropertyValue]: "boxShadow";
3980
+ }) => {
3981
+ filter: string;
3982
+ };
3550
3983
  normalShadow: (value: {
3551
3984
  readonly [$$PropertyValue]: "backgroundColor";
3552
3985
  }) => {
@@ -3750,6 +4183,16 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
3750
4183
  readonly [$$PropertyValue]: "textDecorationLine";
3751
4184
  };
3752
4185
  };
4186
+ truncateText: (value: {
4187
+ readonly [$$PropertyValue]: "width";
4188
+ }) => {
4189
+ maxWidth: {
4190
+ readonly [$$PropertyValue]: "width";
4191
+ };
4192
+ whiteSpace: string;
4193
+ overflow: string;
4194
+ textOverflow: string;
4195
+ };
3753
4196
  textGradient: (value: {
3754
4197
  readonly [$$PropertyValue]: "backgroundImage";
3755
4198
  }) => {
@@ -3762,9 +4205,9 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
3762
4205
  };
3763
4206
  }>>;
3764
4207
  export declare const StyledCheckboxMask: import("@stitches/react/types/styled-component").StyledComponent<"div", {
3765
- checked?: boolean | "true" | undefined;
3766
- indeterminate?: boolean | "true" | undefined;
3767
- animated?: boolean | "false" | undefined;
4208
+ isChecked?: boolean | "true" | undefined;
4209
+ isIndeterminate?: boolean | "true" | undefined;
4210
+ disableAnimation?: boolean | "true" | undefined;
3768
4211
  }, {
3769
4212
  xs: string;
3770
4213
  sm: string;
@@ -3805,89 +4248,20 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
3805
4248
  lg: string;
3806
4249
  xl: string;
3807
4250
  };
4251
+ dropShadows: {
4252
+ xs: string;
4253
+ sm: string;
4254
+ md: string;
4255
+ lg: string;
4256
+ xl: string;
4257
+ };
3808
4258
  colors: {
3809
- accents1: string;
3810
- accents2: string;
3811
- accents3: string;
3812
- accents4: string;
3813
- accents5: string;
3814
- accents6: string;
3815
- accents7: string;
3816
- accents8: string;
3817
- accents9: string;
3818
- background: string;
3819
- foreground: string;
3820
- backgroundContrast: string;
3821
4259
  text: string;
4260
+ link: string;
3822
4261
  codeLight: string;
3823
4262
  code: string;
3824
- border: string;
3825
4263
  selection: string;
3826
- white: string;
3827
- black: string;
3828
- blue100: string;
3829
- blue200: string;
3830
- blue300: string;
3831
- blue400: string;
3832
- blue500: string;
3833
- blue600: string;
3834
- blue700: string;
3835
- blue800: string;
3836
- blue900: string;
3837
- purple100: string;
3838
- purple200: string;
3839
- purple300: string;
3840
- purple400: string;
3841
- purple500: string;
3842
- purple600: string;
3843
- purple700: string;
3844
- purple800: string;
3845
- purple900: string;
3846
- green100: string;
3847
- green200: string;
3848
- green300: string;
3849
- green400: string;
3850
- green500: string;
3851
- green600: string;
3852
- green700: string;
3853
- green800: string;
3854
- green900: string;
3855
- yellow100: string;
3856
- yellow200: string;
3857
- yellow300: string;
3858
- yellow400: string;
3859
- yellow500: string;
3860
- yellow600: string;
3861
- yellow700: string;
3862
- yellow800: string;
3863
- yellow900: string;
3864
- red100: string;
3865
- red200: string;
3866
- red300: string;
3867
- red400: string;
3868
- red500: string;
3869
- red600: string;
3870
- red700: string;
3871
- red800: string;
3872
- red900: string;
3873
- cyan100: string;
3874
- cyan200: string;
3875
- cyan300: string;
3876
- cyan400: string;
3877
- cyan500: string;
3878
- cyan600: string;
3879
- cyan700: string;
3880
- cyan800: string;
3881
- cyan900: string;
3882
- pink100: string;
3883
- pink200: string;
3884
- pink300: string;
3885
- pink400: string;
3886
- pink500: string;
3887
- pink600: string;
3888
- pink700: string;
3889
- pink800: string;
3890
- pink900: string;
4264
+ gray50: string;
3891
4265
  gray100: string;
3892
4266
  gray200: string;
3893
4267
  gray300: string;
@@ -3897,59 +4271,200 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
3897
4271
  gray700: string;
3898
4272
  gray800: string;
3899
4273
  gray900: string;
3900
- primaryLight: string;
3901
- primary: string;
3902
- primaryDark: string;
3903
- primaryShadow: string;
3904
- secondaryLight: string;
3905
- secondary: string;
3906
- secondaryDark: string;
3907
- secondaryShadow: string;
3908
- successLight: string;
3909
- success: string;
3910
- successDark: string;
3911
- successShadow: string;
3912
- warningLight: string;
3913
- warning: string;
3914
- warningDark: string;
3915
- warningShadow: string;
3916
- errorLight: string;
3917
- error: string;
3918
- errorDark: string;
3919
- errorShadow: string;
3920
- gradient: string;
3921
- link: string;
3922
- };
3923
- fonts: {
3924
- sans: string;
3925
- mono: string;
3926
- };
3927
- fontSizes: {
3928
- tiny: string;
3929
- xs: string;
3930
- base: string;
3931
- sm: string;
3932
- md: string;
3933
- lg: string;
3934
- xl: string;
3935
- };
3936
- fontWeights: {
3937
- hairline: number;
3938
- thin: number;
3939
- light: number;
3940
- normal: number;
3941
- medium: number;
3942
- semibold: number;
3943
- bold: number;
3944
- extrabold: number;
3945
- black: number;
3946
- };
4274
+ pink50: string;
4275
+ pink100: string;
4276
+ pink200: string;
4277
+ pink300: string;
4278
+ pink400: string;
4279
+ pink500: string;
4280
+ pink600: string;
4281
+ pink700: string;
4282
+ pink800: string;
4283
+ pink900: string;
4284
+ cyan50: string;
4285
+ cyan100: string;
4286
+ cyan200: string;
4287
+ cyan300: string;
4288
+ cyan400: string;
4289
+ cyan500: string;
4290
+ cyan600: string;
4291
+ cyan700: string;
4292
+ cyan800: string;
4293
+ cyan900: string;
4294
+ red50: string;
4295
+ red100: string;
4296
+ red200: string;
4297
+ red300: string;
4298
+ red400: string;
4299
+ red500: string;
4300
+ red600: string;
4301
+ red700: string;
4302
+ red800: string;
4303
+ red900: string;
4304
+ yellow50: string;
4305
+ yellow100: string;
4306
+ yellow200: string;
4307
+ yellow300: string;
4308
+ yellow400: string;
4309
+ yellow500: string;
4310
+ yellow600: string;
4311
+ yellow700: string;
4312
+ yellow800: string;
4313
+ yellow900: string;
4314
+ green50: string;
4315
+ green100: string;
4316
+ green200: string;
4317
+ green300: string;
4318
+ green400: string;
4319
+ green500: string;
4320
+ green600: string;
4321
+ green700: string;
4322
+ green800: string;
4323
+ green900: string;
4324
+ purple50: string;
4325
+ purple100: string;
4326
+ purple200: string;
4327
+ purple300: string;
4328
+ purple400: string;
4329
+ purple500: string;
4330
+ purple600: string;
4331
+ purple700: string;
4332
+ purple800: string;
4333
+ purple900: string;
4334
+ blue50: string;
4335
+ blue100: string;
4336
+ blue200: string;
4337
+ blue300: string;
4338
+ blue400: string;
4339
+ blue500: string;
4340
+ blue600: string;
4341
+ blue700: string;
4342
+ blue800: string;
4343
+ blue900: string;
4344
+ background: string;
4345
+ foreground: string;
4346
+ backgroundContrast: string;
4347
+ white: string;
4348
+ black: string;
4349
+ primaryLight: string;
4350
+ primaryLightHover: string;
4351
+ primaryLightActive: string;
4352
+ primaryLightContrast: string;
4353
+ primary: string;
4354
+ primaryBorder: string;
4355
+ primaryBorderHover: string;
4356
+ primarySolidHover: string;
4357
+ primarySolidContrast: string;
4358
+ primaryShadow: string;
4359
+ secondaryLight: string;
4360
+ secondaryLightHover: string;
4361
+ secondaryLightActive: string;
4362
+ secondaryLightContrast: string;
4363
+ secondary: string;
4364
+ secondaryBorder: string;
4365
+ secondaryBorderHover: string;
4366
+ secondarySolidHover: string;
4367
+ secondarySolidContrast: string;
4368
+ secondaryShadow: string;
4369
+ successLight: string;
4370
+ successLightHover: string;
4371
+ successLightActive: string;
4372
+ successLightContrast: string;
4373
+ success: string;
4374
+ successBorder: string;
4375
+ successBorderHover: string;
4376
+ successSolidHover: string;
4377
+ successSolidContrast: string;
4378
+ successShadow: string;
4379
+ warningLight: string;
4380
+ warningLightHover: string;
4381
+ warningLightActive: string;
4382
+ warningLightContrast: string;
4383
+ warning: string;
4384
+ warningBorder: string;
4385
+ warningBorderHover: string;
4386
+ warningSolidHover: string;
4387
+ warningSolidContrast: string;
4388
+ warningShadow: string;
4389
+ errorLight: string;
4390
+ errorLightHover: string;
4391
+ errorLightActive: string;
4392
+ errorLightContrast: string;
4393
+ error: string;
4394
+ errorBorder: string;
4395
+ errorBorderHover: string;
4396
+ errorSolidHover: string;
4397
+ errorSolidContrast: string;
4398
+ errorShadow: string;
4399
+ neutralLight: string;
4400
+ neutralLightHover: string;
4401
+ neutralLightActive: string;
4402
+ neutralLightContrast: string;
4403
+ neutral: string;
4404
+ neutralBorder: string;
4405
+ neutralBorderHover: string;
4406
+ neutralSolidHover: string;
4407
+ neutralSolidContrast: string;
4408
+ neutralShadow: string;
4409
+ gradient: string;
4410
+ accents0: string;
4411
+ accents1: string;
4412
+ accents2: string;
4413
+ accents3: string;
4414
+ accents4: string;
4415
+ accents5: string;
4416
+ accents6: string;
4417
+ accents7: string;
4418
+ accents8: string;
4419
+ accents9: string;
4420
+ border: string;
4421
+ };
4422
+ fonts: {
4423
+ sans: string;
4424
+ mono: string;
4425
+ };
4426
+ fontSizes: {
4427
+ xs: string;
4428
+ sm: string;
4429
+ base: string;
4430
+ md: string;
4431
+ lg: string;
4432
+ xl: string;
4433
+ xl2: string;
4434
+ xl3: string;
4435
+ xl4: string;
4436
+ xl5: string;
4437
+ xl6: string;
4438
+ xl7: string;
4439
+ xl8: string;
4440
+ xl9: string;
4441
+ };
4442
+ fontWeights: {
4443
+ hairline: number;
4444
+ thin: number;
4445
+ light: number;
4446
+ normal: number;
4447
+ medium: number;
4448
+ semibold: number;
4449
+ bold: number;
4450
+ extrabold: number;
4451
+ black: number;
4452
+ };
3947
4453
  lineHeights: {
3948
4454
  xs: number;
3949
4455
  sm: number;
4456
+ base: number;
3950
4457
  md: number;
3951
4458
  lg: number;
3952
4459
  xl: number;
4460
+ xl2: number;
4461
+ xl3: number;
4462
+ xl4: number;
4463
+ xl5: number;
4464
+ xl6: number;
4465
+ xl7: number;
4466
+ xl8: number;
4467
+ xl9: number;
3953
4468
  };
3954
4469
  letterSpacings: {
3955
4470
  tighter: string;
@@ -4034,6 +4549,7 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
4034
4549
  avatar: string;
4035
4550
  link: string;
4036
4551
  card: string;
4552
+ dropdownItem: string;
4037
4553
  };
4038
4554
  breakpoints: {
4039
4555
  xs: string;
@@ -4409,7 +4925,9 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
4409
4925
  readonly [$$PropertyValue]: "backgroundColor";
4410
4926
  }) => {
4411
4927
  bf: string;
4412
- bg: string;
4928
+ bg: {
4929
+ readonly [$$PropertyValue]: "backgroundColor";
4930
+ };
4413
4931
  };
4414
4932
  bgColor: (value: {
4415
4933
  readonly [$$PropertyValue]: "backgroundColor";
@@ -4487,6 +5005,32 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
4487
5005
  readonly [$$PropertyValue]: "boxShadow";
4488
5006
  };
4489
5007
  };
5008
+ ds: (value: {
5009
+ readonly [$$PropertyValue]: "boxShadow";
5010
+ }) => {
5011
+ dropShadow: {
5012
+ readonly [$$PropertyValue]: "boxShadow";
5013
+ };
5014
+ };
5015
+ shadow: (value: {
5016
+ readonly [$$PropertyValue]: "boxShadow";
5017
+ }) => {
5018
+ boxShadow: {
5019
+ readonly [$$PropertyValue]: "boxShadow";
5020
+ };
5021
+ };
5022
+ dshadow: (value: {
5023
+ readonly [$$PropertyValue]: "boxShadow";
5024
+ }) => {
5025
+ dropShadow: {
5026
+ readonly [$$PropertyValue]: "boxShadow";
5027
+ };
5028
+ };
5029
+ dropShadow: (value: {
5030
+ readonly [$$PropertyValue]: "boxShadow";
5031
+ }) => {
5032
+ filter: string;
5033
+ };
4490
5034
  normalShadow: (value: {
4491
5035
  readonly [$$PropertyValue]: "backgroundColor";
4492
5036
  }) => {
@@ -4690,6 +5234,16 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
4690
5234
  readonly [$$PropertyValue]: "textDecorationLine";
4691
5235
  };
4692
5236
  };
5237
+ truncateText: (value: {
5238
+ readonly [$$PropertyValue]: "width";
5239
+ }) => {
5240
+ maxWidth: {
5241
+ readonly [$$PropertyValue]: "width";
5242
+ };
5243
+ whiteSpace: string;
5244
+ overflow: string;
5245
+ textOverflow: string;
5246
+ };
4693
5247
  textGradient: (value: {
4694
5248
  readonly [$$PropertyValue]: "backgroundImage";
4695
5249
  }) => {
@@ -4703,10 +5257,10 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
4703
5257
  }>>;
4704
5258
  export declare const StyledCheckboxText: import("@stitches/react/types/styled-component").StyledComponent<"span", {
4705
5259
  color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
4706
- line?: boolean | "true" | undefined;
4707
- checked?: boolean | "true" | undefined;
4708
- disabled?: boolean | "true" | undefined;
4709
- animated?: boolean | "false" | undefined;
5260
+ lineThrough?: boolean | "true" | undefined;
5261
+ isChecked?: boolean | "true" | undefined;
5262
+ isDisabled?: boolean | "true" | undefined;
5263
+ disableAnimation?: boolean | "true" | undefined;
4710
5264
  }, {
4711
5265
  xs: string;
4712
5266
  sm: string;
@@ -4747,89 +5301,20 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
4747
5301
  lg: string;
4748
5302
  xl: string;
4749
5303
  };
5304
+ dropShadows: {
5305
+ xs: string;
5306
+ sm: string;
5307
+ md: string;
5308
+ lg: string;
5309
+ xl: string;
5310
+ };
4750
5311
  colors: {
4751
- accents1: string;
4752
- accents2: string;
4753
- accents3: string;
4754
- accents4: string;
4755
- accents5: string;
4756
- accents6: string;
4757
- accents7: string;
4758
- accents8: string;
4759
- accents9: string;
4760
- background: string;
4761
- foreground: string;
4762
- backgroundContrast: string;
4763
5312
  text: string;
5313
+ link: string;
4764
5314
  codeLight: string;
4765
5315
  code: string;
4766
- border: string;
4767
5316
  selection: string;
4768
- white: string;
4769
- black: string;
4770
- blue100: string;
4771
- blue200: string;
4772
- blue300: string;
4773
- blue400: string;
4774
- blue500: string;
4775
- blue600: string;
4776
- blue700: string;
4777
- blue800: string;
4778
- blue900: string;
4779
- purple100: string;
4780
- purple200: string;
4781
- purple300: string;
4782
- purple400: string;
4783
- purple500: string;
4784
- purple600: string;
4785
- purple700: string;
4786
- purple800: string;
4787
- purple900: string;
4788
- green100: string;
4789
- green200: string;
4790
- green300: string;
4791
- green400: string;
4792
- green500: string;
4793
- green600: string;
4794
- green700: string;
4795
- green800: string;
4796
- green900: string;
4797
- yellow100: string;
4798
- yellow200: string;
4799
- yellow300: string;
4800
- yellow400: string;
4801
- yellow500: string;
4802
- yellow600: string;
4803
- yellow700: string;
4804
- yellow800: string;
4805
- yellow900: string;
4806
- red100: string;
4807
- red200: string;
4808
- red300: string;
4809
- red400: string;
4810
- red500: string;
4811
- red600: string;
4812
- red700: string;
4813
- red800: string;
4814
- red900: string;
4815
- cyan100: string;
4816
- cyan200: string;
4817
- cyan300: string;
4818
- cyan400: string;
4819
- cyan500: string;
4820
- cyan600: string;
4821
- cyan700: string;
4822
- cyan800: string;
4823
- cyan900: string;
4824
- pink100: string;
4825
- pink200: string;
4826
- pink300: string;
4827
- pink400: string;
4828
- pink500: string;
4829
- pink600: string;
4830
- pink700: string;
4831
- pink800: string;
4832
- pink900: string;
5317
+ gray50: string;
4833
5318
  gray100: string;
4834
5319
  gray200: string;
4835
5320
  gray300: string;
@@ -4839,41 +5324,173 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
4839
5324
  gray700: string;
4840
5325
  gray800: string;
4841
5326
  gray900: string;
4842
- primaryLight: string;
4843
- primary: string;
4844
- primaryDark: string;
4845
- primaryShadow: string;
4846
- secondaryLight: string;
4847
- secondary: string;
4848
- secondaryDark: string;
4849
- secondaryShadow: string;
4850
- successLight: string;
4851
- success: string;
4852
- successDark: string;
4853
- successShadow: string;
4854
- warningLight: string;
4855
- warning: string;
4856
- warningDark: string;
4857
- warningShadow: string;
4858
- errorLight: string;
4859
- error: string;
4860
- errorDark: string;
4861
- errorShadow: string;
4862
- gradient: string;
4863
- link: string;
4864
- };
4865
- fonts: {
4866
- sans: string;
4867
- mono: string;
4868
- };
4869
- fontSizes: {
4870
- tiny: string;
4871
- xs: string;
4872
- base: string;
4873
- sm: string;
5327
+ pink50: string;
5328
+ pink100: string;
5329
+ pink200: string;
5330
+ pink300: string;
5331
+ pink400: string;
5332
+ pink500: string;
5333
+ pink600: string;
5334
+ pink700: string;
5335
+ pink800: string;
5336
+ pink900: string;
5337
+ cyan50: string;
5338
+ cyan100: string;
5339
+ cyan200: string;
5340
+ cyan300: string;
5341
+ cyan400: string;
5342
+ cyan500: string;
5343
+ cyan600: string;
5344
+ cyan700: string;
5345
+ cyan800: string;
5346
+ cyan900: string;
5347
+ red50: string;
5348
+ red100: string;
5349
+ red200: string;
5350
+ red300: string;
5351
+ red400: string;
5352
+ red500: string;
5353
+ red600: string;
5354
+ red700: string;
5355
+ red800: string;
5356
+ red900: string;
5357
+ yellow50: string;
5358
+ yellow100: string;
5359
+ yellow200: string;
5360
+ yellow300: string;
5361
+ yellow400: string;
5362
+ yellow500: string;
5363
+ yellow600: string;
5364
+ yellow700: string;
5365
+ yellow800: string;
5366
+ yellow900: string;
5367
+ green50: string;
5368
+ green100: string;
5369
+ green200: string;
5370
+ green300: string;
5371
+ green400: string;
5372
+ green500: string;
5373
+ green600: string;
5374
+ green700: string;
5375
+ green800: string;
5376
+ green900: string;
5377
+ purple50: string;
5378
+ purple100: string;
5379
+ purple200: string;
5380
+ purple300: string;
5381
+ purple400: string;
5382
+ purple500: string;
5383
+ purple600: string;
5384
+ purple700: string;
5385
+ purple800: string;
5386
+ purple900: string;
5387
+ blue50: string;
5388
+ blue100: string;
5389
+ blue200: string;
5390
+ blue300: string;
5391
+ blue400: string;
5392
+ blue500: string;
5393
+ blue600: string;
5394
+ blue700: string;
5395
+ blue800: string;
5396
+ blue900: string;
5397
+ background: string;
5398
+ foreground: string;
5399
+ backgroundContrast: string;
5400
+ white: string;
5401
+ black: string;
5402
+ primaryLight: string;
5403
+ primaryLightHover: string;
5404
+ primaryLightActive: string;
5405
+ primaryLightContrast: string;
5406
+ primary: string;
5407
+ primaryBorder: string;
5408
+ primaryBorderHover: string;
5409
+ primarySolidHover: string;
5410
+ primarySolidContrast: string;
5411
+ primaryShadow: string;
5412
+ secondaryLight: string;
5413
+ secondaryLightHover: string;
5414
+ secondaryLightActive: string;
5415
+ secondaryLightContrast: string;
5416
+ secondary: string;
5417
+ secondaryBorder: string;
5418
+ secondaryBorderHover: string;
5419
+ secondarySolidHover: string;
5420
+ secondarySolidContrast: string;
5421
+ secondaryShadow: string;
5422
+ successLight: string;
5423
+ successLightHover: string;
5424
+ successLightActive: string;
5425
+ successLightContrast: string;
5426
+ success: string;
5427
+ successBorder: string;
5428
+ successBorderHover: string;
5429
+ successSolidHover: string;
5430
+ successSolidContrast: string;
5431
+ successShadow: string;
5432
+ warningLight: string;
5433
+ warningLightHover: string;
5434
+ warningLightActive: string;
5435
+ warningLightContrast: string;
5436
+ warning: string;
5437
+ warningBorder: string;
5438
+ warningBorderHover: string;
5439
+ warningSolidHover: string;
5440
+ warningSolidContrast: string;
5441
+ warningShadow: string;
5442
+ errorLight: string;
5443
+ errorLightHover: string;
5444
+ errorLightActive: string;
5445
+ errorLightContrast: string;
5446
+ error: string;
5447
+ errorBorder: string;
5448
+ errorBorderHover: string;
5449
+ errorSolidHover: string;
5450
+ errorSolidContrast: string;
5451
+ errorShadow: string;
5452
+ neutralLight: string;
5453
+ neutralLightHover: string;
5454
+ neutralLightActive: string;
5455
+ neutralLightContrast: string;
5456
+ neutral: string;
5457
+ neutralBorder: string;
5458
+ neutralBorderHover: string;
5459
+ neutralSolidHover: string;
5460
+ neutralSolidContrast: string;
5461
+ neutralShadow: string;
5462
+ gradient: string;
5463
+ accents0: string;
5464
+ accents1: string;
5465
+ accents2: string;
5466
+ accents3: string;
5467
+ accents4: string;
5468
+ accents5: string;
5469
+ accents6: string;
5470
+ accents7: string;
5471
+ accents8: string;
5472
+ accents9: string;
5473
+ border: string;
5474
+ };
5475
+ fonts: {
5476
+ sans: string;
5477
+ mono: string;
5478
+ };
5479
+ fontSizes: {
5480
+ xs: string;
5481
+ sm: string;
5482
+ base: string;
4874
5483
  md: string;
4875
5484
  lg: string;
4876
5485
  xl: string;
5486
+ xl2: string;
5487
+ xl3: string;
5488
+ xl4: string;
5489
+ xl5: string;
5490
+ xl6: string;
5491
+ xl7: string;
5492
+ xl8: string;
5493
+ xl9: string;
4877
5494
  };
4878
5495
  fontWeights: {
4879
5496
  hairline: number;
@@ -4889,9 +5506,18 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
4889
5506
  lineHeights: {
4890
5507
  xs: number;
4891
5508
  sm: number;
5509
+ base: number;
4892
5510
  md: number;
4893
5511
  lg: number;
4894
5512
  xl: number;
5513
+ xl2: number;
5514
+ xl3: number;
5515
+ xl4: number;
5516
+ xl5: number;
5517
+ xl6: number;
5518
+ xl7: number;
5519
+ xl8: number;
5520
+ xl9: number;
4895
5521
  };
4896
5522
  letterSpacings: {
4897
5523
  tighter: string;
@@ -4976,6 +5602,7 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
4976
5602
  avatar: string;
4977
5603
  link: string;
4978
5604
  card: string;
5605
+ dropdownItem: string;
4979
5606
  };
4980
5607
  breakpoints: {
4981
5608
  xs: string;
@@ -5351,7 +5978,9 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
5351
5978
  readonly [$$PropertyValue]: "backgroundColor";
5352
5979
  }) => {
5353
5980
  bf: string;
5354
- bg: string;
5981
+ bg: {
5982
+ readonly [$$PropertyValue]: "backgroundColor";
5983
+ };
5355
5984
  };
5356
5985
  bgColor: (value: {
5357
5986
  readonly [$$PropertyValue]: "backgroundColor";
@@ -5429,6 +6058,32 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
5429
6058
  readonly [$$PropertyValue]: "boxShadow";
5430
6059
  };
5431
6060
  };
6061
+ ds: (value: {
6062
+ readonly [$$PropertyValue]: "boxShadow";
6063
+ }) => {
6064
+ dropShadow: {
6065
+ readonly [$$PropertyValue]: "boxShadow";
6066
+ };
6067
+ };
6068
+ shadow: (value: {
6069
+ readonly [$$PropertyValue]: "boxShadow";
6070
+ }) => {
6071
+ boxShadow: {
6072
+ readonly [$$PropertyValue]: "boxShadow";
6073
+ };
6074
+ };
6075
+ dshadow: (value: {
6076
+ readonly [$$PropertyValue]: "boxShadow";
6077
+ }) => {
6078
+ dropShadow: {
6079
+ readonly [$$PropertyValue]: "boxShadow";
6080
+ };
6081
+ };
6082
+ dropShadow: (value: {
6083
+ readonly [$$PropertyValue]: "boxShadow";
6084
+ }) => {
6085
+ filter: string;
6086
+ };
5432
6087
  normalShadow: (value: {
5433
6088
  readonly [$$PropertyValue]: "backgroundColor";
5434
6089
  }) => {
@@ -5632,6 +6287,16 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
5632
6287
  readonly [$$PropertyValue]: "textDecorationLine";
5633
6288
  };
5634
6289
  };
6290
+ truncateText: (value: {
6291
+ readonly [$$PropertyValue]: "width";
6292
+ }) => {
6293
+ maxWidth: {
6294
+ readonly [$$PropertyValue]: "width";
6295
+ };
6296
+ whiteSpace: string;
6297
+ overflow: string;
6298
+ textOverflow: string;
6299
+ };
5635
6300
  textGradient: (value: {
5636
6301
  readonly [$$PropertyValue]: "backgroundImage";
5637
6302
  }) => {
@@ -5698,19 +6363,19 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
5698
6363
  $$checkboxColorHover: string;
5699
6364
  };
5700
6365
  };
5701
- rounded: {
6366
+ isRounded: {
5702
6367
  true: {
5703
6368
  br: string;
5704
6369
  };
5705
6370
  };
5706
- disabled: {
6371
+ isDisabled: {
5707
6372
  true: {
5708
6373
  opacity: number;
5709
6374
  cursor: string;
5710
6375
  };
5711
6376
  };
5712
- animated: {
5713
- false: {
6377
+ disableAnimation: {
6378
+ true: {
5714
6379
  transition: string;
5715
6380
  };
5716
6381
  };
@@ -5725,1070 +6390,66 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
5725
6390
  };
5726
6391
  };
5727
6392
  };
5728
- };
5729
- defaultVariants: {
5730
- color: "default";
5731
- };
5732
- }, import("@stitches/react/types/styled-component").CssComponent<never, {
5733
- isFocusVisible?: boolean | "true" | "false" | undefined;
5734
- }, {
5735
- xs: string;
5736
- sm: string;
5737
- md: string;
5738
- lg: string;
5739
- xl: string;
5740
- xsMax: string;
5741
- smMax: string;
5742
- mdMax: string;
5743
- lgMax: string;
5744
- xlMax: string;
5745
- motion: string;
5746
- safari: string;
5747
- hover: string;
5748
- dark: string;
5749
- light: string;
5750
- }, import("@stitches/react/types/css-util").CSS<{
5751
- xs: string;
5752
- sm: string;
5753
- md: string;
5754
- lg: string;
5755
- xl: string;
5756
- xsMax: string;
5757
- smMax: string;
5758
- mdMax: string;
5759
- lgMax: string;
5760
- xlMax: string;
5761
- motion: string;
5762
- safari: string;
5763
- hover: string;
5764
- dark: string;
5765
- light: string;
5766
- }, {
5767
- shadows: {
5768
- xs: string;
5769
- sm: string;
5770
- md: string;
5771
- lg: string;
5772
- xl: string;
5773
- };
5774
- colors: {
5775
- accents1: string;
5776
- accents2: string;
5777
- accents3: string;
5778
- accents4: string;
5779
- accents5: string;
5780
- accents6: string;
5781
- accents7: string;
5782
- accents8: string;
5783
- accents9: string;
5784
- background: string;
5785
- foreground: string;
5786
- backgroundContrast: string;
5787
- text: string;
5788
- codeLight: string;
5789
- code: string;
5790
- border: string;
5791
- selection: string;
5792
- white: string;
5793
- black: string;
5794
- blue100: string;
5795
- blue200: string;
5796
- blue300: string;
5797
- blue400: string;
5798
- blue500: string;
5799
- blue600: string;
5800
- blue700: string;
5801
- blue800: string;
5802
- blue900: string;
5803
- purple100: string;
5804
- purple200: string;
5805
- purple300: string;
5806
- purple400: string;
5807
- purple500: string;
5808
- purple600: string;
5809
- purple700: string;
5810
- purple800: string;
5811
- purple900: string;
5812
- green100: string;
5813
- green200: string;
5814
- green300: string;
5815
- green400: string;
5816
- green500: string;
5817
- green600: string;
5818
- green700: string;
5819
- green800: string;
5820
- green900: string;
5821
- yellow100: string;
5822
- yellow200: string;
5823
- yellow300: string;
5824
- yellow400: string;
5825
- yellow500: string;
5826
- yellow600: string;
5827
- yellow700: string;
5828
- yellow800: string;
5829
- yellow900: string;
5830
- red100: string;
5831
- red200: string;
5832
- red300: string;
5833
- red400: string;
5834
- red500: string;
5835
- red600: string;
5836
- red700: string;
5837
- red800: string;
5838
- red900: string;
5839
- cyan100: string;
5840
- cyan200: string;
5841
- cyan300: string;
5842
- cyan400: string;
5843
- cyan500: string;
5844
- cyan600: string;
5845
- cyan700: string;
5846
- cyan800: string;
5847
- cyan900: string;
5848
- pink100: string;
5849
- pink200: string;
5850
- pink300: string;
5851
- pink400: string;
5852
- pink500: string;
5853
- pink600: string;
5854
- pink700: string;
5855
- pink800: string;
5856
- pink900: string;
5857
- gray100: string;
5858
- gray200: string;
5859
- gray300: string;
5860
- gray400: string;
5861
- gray500: string;
5862
- gray600: string;
5863
- gray700: string;
5864
- gray800: string;
5865
- gray900: string;
5866
- primaryLight: string;
5867
- primary: string;
5868
- primaryDark: string;
5869
- primaryShadow: string;
5870
- secondaryLight: string;
5871
- secondary: string;
5872
- secondaryDark: string;
5873
- secondaryShadow: string;
5874
- successLight: string;
5875
- success: string;
5876
- successDark: string;
5877
- successShadow: string;
5878
- warningLight: string;
5879
- warning: string;
5880
- warningDark: string;
5881
- warningShadow: string;
5882
- errorLight: string;
5883
- error: string;
5884
- errorDark: string;
5885
- errorShadow: string;
5886
- gradient: string;
5887
- link: string;
5888
- };
5889
- fonts: {
5890
- sans: string;
5891
- mono: string;
5892
- };
5893
- fontSizes: {
5894
- tiny: string;
5895
- xs: string;
5896
- base: string;
5897
- sm: string;
5898
- md: string;
5899
- lg: string;
5900
- xl: string;
5901
- };
5902
- fontWeights: {
5903
- hairline: number;
5904
- thin: number;
5905
- light: number;
5906
- normal: number;
5907
- medium: number;
5908
- semibold: number;
5909
- bold: number;
5910
- extrabold: number;
5911
- black: number;
5912
- };
5913
- lineHeights: {
5914
- xs: number;
5915
- sm: number;
5916
- md: number;
5917
- lg: number;
5918
- xl: number;
5919
- };
5920
- letterSpacings: {
5921
- tighter: string;
5922
- tight: string;
5923
- normal: string;
5924
- wide: string;
5925
- wider: string;
5926
- widest: string;
5927
- };
5928
- space: {
5929
- 0: string;
5930
- xs: string;
5931
- sm: string;
5932
- md: string;
5933
- lg: string;
5934
- xl: string;
5935
- px: string;
5936
- 1: string;
5937
- 2: string;
5938
- 3: string;
5939
- 4: string;
5940
- 5: string;
5941
- 6: string;
5942
- 7: string;
5943
- 8: string;
5944
- 9: string;
5945
- 10: string;
5946
- 11: string;
5947
- 12: string;
5948
- 13: string;
5949
- 14: string;
5950
- 15: string;
5951
- 16: string;
5952
- 17: string;
5953
- 18: string;
5954
- 20: string;
5955
- 24: string;
5956
- 28: string;
5957
- 32: string;
5958
- 36: string;
5959
- 40: string;
5960
- 44: string;
5961
- 48: string;
5962
- 52: string;
5963
- 56: string;
5964
- 60: string;
5965
- 64: string;
5966
- 72: string;
5967
- 80: string;
5968
- 96: string;
5969
- };
5970
- radii: {
5971
- xs: string;
5972
- sm: string;
5973
- md: string;
5974
- base: string;
5975
- lg: string;
5976
- xl: string;
5977
- squared: string;
5978
- rounded: string;
5979
- pill: string;
5980
- };
5981
- zIndices: {
5982
- 1: string;
5983
- 2: string;
5984
- 3: string;
5985
- 4: string;
5986
- 5: string;
5987
- 10: string;
5988
- max: string;
5989
- };
5990
- borderWeights: {
5991
- light: string;
5992
- normal: string;
5993
- bold: string;
5994
- extrabold: string;
5995
- black: string;
5996
- };
5997
- transitions: {
5998
- default: string;
5999
- button: string;
6000
- avatar: string;
6001
- link: string;
6002
- card: string;
6003
- };
6004
- breakpoints: {
6005
- xs: string;
6006
- sm: string;
6007
- md: string;
6008
- lg: string;
6009
- xl: string;
6010
- };
6011
- }, {
6012
- width: string;
6013
- height: string;
6014
- minWidth: string;
6015
- maxWidth: string;
6016
- minHeight: string;
6017
- maxHeight: string;
6018
- flexBasis: string;
6019
- gridTemplateColumns: string;
6020
- gridTemplateRows: string;
6021
- blockSize: string;
6022
- minBlockSize: string;
6023
- maxBlockSize: string;
6024
- inlineSize: string;
6025
- minInlineSize: string;
6026
- maxInlineSize: string;
6027
- borderWidth: string;
6028
- gap: "space";
6029
- gridGap: "space";
6030
- columnGap: "space";
6031
- gridColumnGap: "space";
6032
- rowGap: "space";
6033
- gridRowGap: "space";
6034
- inset: "space";
6035
- insetBlock: "space";
6036
- insetBlockEnd: "space";
6037
- insetBlockStart: "space";
6038
- insetInline: "space";
6039
- insetInlineEnd: "space";
6040
- insetInlineStart: "space";
6041
- margin: "space";
6042
- marginTop: "space";
6043
- marginRight: "space";
6044
- marginBottom: "space";
6045
- marginLeft: "space";
6046
- marginBlock: "space";
6047
- marginBlockEnd: "space";
6048
- marginBlockStart: "space";
6049
- marginInline: "space";
6050
- marginInlineEnd: "space";
6051
- marginInlineStart: "space";
6052
- padding: "space";
6053
- paddingTop: "space";
6054
- paddingRight: "space";
6055
- paddingBottom: "space";
6056
- paddingLeft: "space";
6057
- paddingBlock: "space";
6058
- paddingBlockEnd: "space";
6059
- paddingBlockStart: "space";
6060
- paddingInline: "space";
6061
- paddingInlineEnd: "space";
6062
- paddingInlineStart: "space";
6063
- scrollMargin: "space";
6064
- scrollMarginTop: "space";
6065
- scrollMarginRight: "space";
6066
- scrollMarginBottom: "space";
6067
- scrollMarginLeft: "space";
6068
- scrollMarginBlock: "space";
6069
- scrollMarginBlockEnd: "space";
6070
- scrollMarginBlockStart: "space";
6071
- scrollMarginInline: "space";
6072
- scrollMarginInlineEnd: "space";
6073
- scrollMarginInlineStart: "space";
6074
- scrollPadding: "space";
6075
- scrollPaddingTop: "space";
6076
- scrollPaddingRight: "space";
6077
- scrollPaddingBottom: "space";
6078
- scrollPaddingLeft: "space";
6079
- scrollPaddingBlock: "space";
6080
- scrollPaddingBlockEnd: "space";
6081
- scrollPaddingBlockStart: "space";
6082
- scrollPaddingInline: "space";
6083
- scrollPaddingInlineEnd: "space";
6084
- scrollPaddingInlineStart: "space";
6085
- top: "space";
6086
- right: "space";
6087
- bottom: "space";
6088
- left: "space";
6089
- fontSize: "fontSizes";
6090
- background: "colors";
6091
- backgroundColor: "colors";
6092
- backgroundImage: "colors";
6093
- borderImage: "colors";
6094
- border: "colors";
6095
- borderBlock: "colors";
6096
- borderBlockEnd: "colors";
6097
- borderBlockStart: "colors";
6098
- borderBottom: "colors";
6099
- borderBottomColor: "colors";
6100
- borderColor: "colors";
6101
- borderInline: "colors";
6102
- borderInlineEnd: "colors";
6103
- borderInlineStart: "colors";
6104
- borderLeft: "colors";
6105
- borderLeftColor: "colors";
6106
- borderRight: "colors";
6107
- borderRightColor: "colors";
6108
- borderTop: "colors";
6109
- borderTopColor: "colors";
6110
- caretColor: "colors";
6111
- color: "colors";
6112
- columnRuleColor: "colors";
6113
- outline: "colors";
6114
- outlineColor: "colors";
6115
- fill: "colors";
6116
- stroke: "colors";
6117
- textDecorationColor: "colors";
6118
- fontFamily: "fonts";
6119
- fontWeight: "fontWeights";
6120
- lineHeight: "lineHeights";
6121
- letterSpacing: "letterSpacings";
6122
- borderTopWidth: "borderWidths";
6123
- borderLeftWidth: "borderWidths";
6124
- borderRightWidth: "borderWidths";
6125
- borderBottomWidth: "borderWidths";
6126
- borderStyle: "borderStyles";
6127
- borderTopStyle: "borderStyles";
6128
- borderLeftStyle: "borderStyles";
6129
- borderRightStyle: "borderStyles";
6130
- borderBottomStyle: "borderStyles";
6131
- borderRadius: "radii";
6132
- borderTopLeftRadius: "radii";
6133
- borderTopRightRadius: "radii";
6134
- borderBottomRightRadius: "radii";
6135
- borderBottomLeftRadius: "radii";
6136
- boxShadow: "shadows";
6137
- textShadow: "shadows";
6138
- transition: "transitions";
6139
- zIndex: "zIndices";
6140
- }, {
6141
- p: (value: {
6142
- readonly [$$PropertyValue]: "padding";
6143
- }) => {
6144
- padding: {
6145
- readonly [$$PropertyValue]: "padding";
6146
- };
6147
- };
6148
- pt: (value: {
6149
- readonly [$$PropertyValue]: "paddingTop";
6150
- }) => {
6151
- paddingTop: {
6152
- readonly [$$PropertyValue]: "paddingTop";
6153
- };
6154
- };
6155
- pr: (value: {
6156
- readonly [$$PropertyValue]: "paddingRight";
6157
- }) => {
6158
- paddingRight: {
6159
- readonly [$$PropertyValue]: "paddingRight";
6160
- };
6161
- };
6162
- pb: (value: {
6163
- readonly [$$PropertyValue]: "paddingBottom";
6164
- }) => {
6165
- paddingBottom: {
6166
- readonly [$$PropertyValue]: "paddingBottom";
6167
- };
6168
- };
6169
- pl: (value: {
6170
- readonly [$$PropertyValue]: "paddingLeft";
6171
- }) => {
6172
- paddingLeft: {
6173
- readonly [$$PropertyValue]: "paddingLeft";
6174
- };
6175
- };
6176
- px: (value: {
6177
- readonly [$$PropertyValue]: "paddingLeft";
6178
- }) => {
6179
- paddingLeft: {
6180
- readonly [$$PropertyValue]: "paddingLeft";
6181
- };
6182
- paddingRight: {
6183
- readonly [$$PropertyValue]: "paddingLeft";
6184
- };
6185
- };
6186
- py: (value: {
6187
- readonly [$$PropertyValue]: "paddingTop";
6188
- }) => {
6189
- paddingTop: {
6190
- readonly [$$PropertyValue]: "paddingTop";
6191
- };
6192
- paddingBottom: {
6193
- readonly [$$PropertyValue]: "paddingTop";
6194
- };
6195
- };
6196
- m: (value: {
6197
- readonly [$$PropertyValue]: "margin";
6198
- }) => {
6199
- margin: {
6200
- readonly [$$PropertyValue]: "margin";
6201
- };
6202
- };
6203
- mt: (value: {
6204
- readonly [$$PropertyValue]: "marginTop";
6205
- }) => {
6206
- marginTop: {
6207
- readonly [$$PropertyValue]: "marginTop";
6208
- };
6209
- };
6210
- mr: (value: {
6211
- readonly [$$PropertyValue]: "marginRight";
6212
- }) => {
6213
- marginRight: {
6214
- readonly [$$PropertyValue]: "marginRight";
6215
- };
6216
- };
6217
- mb: (value: {
6218
- readonly [$$PropertyValue]: "marginBottom";
6219
- }) => {
6220
- marginBottom: {
6221
- readonly [$$PropertyValue]: "marginBottom";
6222
- };
6223
- };
6224
- ml: (value: {
6225
- readonly [$$PropertyValue]: "marginLeft";
6226
- }) => {
6227
- marginLeft: {
6228
- readonly [$$PropertyValue]: "marginLeft";
6229
- };
6230
- };
6231
- mx: (value: {
6232
- readonly [$$PropertyValue]: "marginLeft";
6233
- }) => {
6234
- marginLeft: {
6235
- readonly [$$PropertyValue]: "marginLeft";
6236
- };
6237
- marginRight: {
6238
- readonly [$$PropertyValue]: "marginLeft";
6239
- };
6240
- };
6241
- my: (value: {
6242
- readonly [$$PropertyValue]: "marginTop";
6243
- }) => {
6244
- marginTop: {
6245
- readonly [$$PropertyValue]: "marginTop";
6246
- };
6247
- marginBottom: {
6248
- readonly [$$PropertyValue]: "marginTop";
6249
- };
6250
- };
6251
- ta: (value: {
6252
- readonly [$$PropertyValue]: "textAlign";
6253
- }) => {
6254
- textAlign: {
6255
- readonly [$$PropertyValue]: "textAlign";
6256
- };
6257
- };
6258
- tt: (value: {
6259
- readonly [$$PropertyValue]: "textTransform";
6260
- }) => {
6261
- textTransform: {
6262
- readonly [$$PropertyValue]: "textTransform";
6263
- };
6264
- };
6265
- to: (value: {
6266
- readonly [$$PropertyValue]: "textOverflow";
6267
- }) => {
6268
- textOverflow: {
6269
- readonly [$$PropertyValue]: "textOverflow";
6270
- };
6271
- };
6272
- d: (value: {
6273
- readonly [$$PropertyValue]: "display";
6274
- }) => {
6275
- display: {
6276
- readonly [$$PropertyValue]: "display";
6277
- };
6278
- };
6279
- dflex: (value: {
6280
- readonly [$$PropertyValue]: "alignItems";
6281
- }) => {
6282
- display: string;
6283
- alignItems: {
6284
- readonly [$$PropertyValue]: "alignItems";
6285
- };
6286
- justifyContent: {
6287
- readonly [$$PropertyValue]: "alignItems";
6288
- };
6289
- };
6290
- fd: (value: {
6291
- readonly [$$PropertyValue]: "flexDirection";
6292
- }) => {
6293
- flexDirection: {
6294
- readonly [$$PropertyValue]: "flexDirection";
6295
- };
6296
- };
6297
- fw: (value: {
6298
- readonly [$$PropertyValue]: "flexWrap";
6299
- }) => {
6300
- flexWrap: {
6301
- readonly [$$PropertyValue]: "flexWrap";
6302
- };
6303
- };
6304
- ai: (value: {
6305
- readonly [$$PropertyValue]: "alignItems";
6306
- }) => {
6307
- alignItems: {
6308
- readonly [$$PropertyValue]: "alignItems";
6309
- };
6310
- };
6311
- ac: (value: {
6312
- readonly [$$PropertyValue]: "alignContent";
6313
- }) => {
6314
- alignContent: {
6315
- readonly [$$PropertyValue]: "alignContent";
6316
- };
6317
- };
6318
- jc: (value: {
6319
- readonly [$$PropertyValue]: "justifyContent";
6320
- }) => {
6321
- justifyContent: {
6322
- readonly [$$PropertyValue]: "justifyContent";
6323
- };
6324
- };
6325
- as: (value: {
6326
- readonly [$$PropertyValue]: "alignSelf";
6327
- }) => {
6328
- alignSelf: {
6329
- readonly [$$PropertyValue]: "alignSelf";
6330
- };
6331
- };
6332
- fg: (value: {
6333
- readonly [$$PropertyValue]: "flexGrow";
6334
- }) => {
6335
- flexGrow: {
6336
- readonly [$$PropertyValue]: "flexGrow";
6337
- };
6338
- };
6339
- fs: (value: {
6340
- readonly [$$PropertyValue]: "fontSize";
6341
- }) => {
6342
- fontSize: {
6343
- readonly [$$PropertyValue]: "fontSize";
6344
- };
6345
- };
6346
- fb: (value: {
6347
- readonly [$$PropertyValue]: "flexBasis";
6348
- }) => {
6349
- flexBasis: {
6350
- readonly [$$PropertyValue]: "flexBasis";
6351
- };
6352
- };
6353
- bc: (value: {
6354
- readonly [$$PropertyValue]: "backgroundColor";
6355
- }) => {
6356
- backgroundColor: {
6357
- readonly [$$PropertyValue]: "backgroundColor";
6358
- };
6359
- };
6360
- bf: (value: {
6361
- readonly [$$PropertyValue]: "backdropFilter";
6362
- }) => {
6363
- backdropFilter: {
6364
- readonly [$$PropertyValue]: "backdropFilter";
6365
- };
6366
- };
6367
- bg: (value: {
6368
- readonly [$$PropertyValue]: "backgroundColor";
6369
- }) => {
6370
- background: {
6371
- readonly [$$PropertyValue]: "backgroundColor";
6372
- };
6373
- };
6374
- bgBlur: (value: {
6375
- readonly [$$PropertyValue]: "backgroundColor";
6376
- }) => {
6377
- bf: string;
6378
- bg: string;
6379
- };
6380
- bgColor: (value: {
6381
- readonly [$$PropertyValue]: "backgroundColor";
6382
- }) => {
6383
- backgroundColor: {
6384
- readonly [$$PropertyValue]: "backgroundColor";
6385
- };
6386
- };
6387
- backgroundClip: (value: {
6388
- readonly [$$PropertyValue]: "backgroundClip";
6389
- }) => {
6390
- WebkitBackgroundClip: {
6391
- readonly [$$PropertyValue]: "backgroundClip";
6392
- };
6393
- backgroundClip: {
6394
- readonly [$$PropertyValue]: "backgroundClip";
6395
- };
6396
- };
6397
- bgClip: (value: {
6398
- readonly [$$PropertyValue]: "backgroundClip";
6399
- }) => {
6400
- WebkitBackgroundClip: {
6401
- readonly [$$PropertyValue]: "backgroundClip";
6402
- };
6403
- backgroundClip: {
6404
- readonly [$$PropertyValue]: "backgroundClip";
6405
- };
6406
- };
6407
- br: (value: {
6408
- readonly [$$PropertyValue]: "borderRadius";
6409
- }) => {
6410
- borderRadius: {
6411
- readonly [$$PropertyValue]: "borderRadius";
6412
- };
6413
- };
6414
- bw: (value: {
6415
- readonly [$$PropertyValue]: "borderWidth";
6416
- }) => {
6417
- borderWidth: {
6418
- readonly [$$PropertyValue]: "borderWidth";
6419
- };
6420
- };
6421
- btrr: (value: {
6422
- readonly [$$PropertyValue]: "borderTopRightRadius";
6423
- }) => {
6424
- borderTopRightRadius: {
6425
- readonly [$$PropertyValue]: "borderTopRightRadius";
6426
- };
6427
- };
6428
- bbrr: (value: {
6429
- readonly [$$PropertyValue]: "borderBottomRightRadius";
6430
- }) => {
6431
- borderBottomRightRadius: {
6432
- readonly [$$PropertyValue]: "borderBottomRightRadius";
6433
- };
6434
- };
6435
- bblr: (value: {
6436
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
6437
- }) => {
6438
- borderBottomLeftRadius: {
6439
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
6440
- };
6441
- };
6442
- btlr: (value: {
6443
- readonly [$$PropertyValue]: "borderTopLeftRadius";
6444
- }) => {
6445
- borderTopLeftRadius: {
6446
- readonly [$$PropertyValue]: "borderTopLeftRadius";
6447
- };
6448
- };
6449
- bs: (value: {
6450
- readonly [$$PropertyValue]: "boxShadow";
6451
- }) => {
6452
- boxShadow: {
6453
- readonly [$$PropertyValue]: "boxShadow";
6454
- };
6455
- };
6456
- normalShadow: (value: {
6457
- readonly [$$PropertyValue]: "backgroundColor";
6458
- }) => {
6459
- boxShadow: string;
6460
- };
6461
- normalShadowVar: (value: {
6462
- readonly [$$PropertyValue]: "backgroundColor";
6463
- }) => {
6464
- boxShadow: string;
6465
- };
6466
- lh: (value: {
6467
- readonly [$$PropertyValue]: "lineHeight";
6468
- }) => {
6469
- lineHeight: {
6470
- readonly [$$PropertyValue]: "lineHeight";
6471
- };
6472
- };
6473
- ov: (value: {
6474
- readonly [$$PropertyValue]: "overflow";
6475
- }) => {
6476
- overflow: {
6477
- readonly [$$PropertyValue]: "overflow";
6478
- };
6479
- };
6480
- ox: (value: {
6481
- readonly [$$PropertyValue]: "overflowX";
6482
- }) => {
6483
- overflowX: {
6484
- readonly [$$PropertyValue]: "overflowX";
6485
- };
6486
- };
6487
- oy: (value: {
6488
- readonly [$$PropertyValue]: "overflowY";
6489
- }) => {
6490
- overflowY: {
6491
- readonly [$$PropertyValue]: "overflowY";
6492
- };
6493
- };
6494
- pe: (value: {
6495
- readonly [$$PropertyValue]: "pointerEvents";
6496
- }) => {
6497
- pointerEvents: {
6498
- readonly [$$PropertyValue]: "pointerEvents";
6499
- };
6500
- };
6501
- events: (value: {
6502
- readonly [$$PropertyValue]: "pointerEvents";
6503
- }) => {
6504
- pointerEvents: {
6505
- readonly [$$PropertyValue]: "pointerEvents";
6506
- };
6507
- };
6508
- us: (value: {
6509
- readonly [$$PropertyValue]: "userSelect";
6510
- }) => {
6511
- WebkitUserSelect: {
6512
- readonly [$$PropertyValue]: "userSelect";
6513
- };
6514
- userSelect: {
6515
- readonly [$$PropertyValue]: "userSelect";
6516
- };
6517
- };
6518
- userSelect: (value: {
6519
- readonly [$$PropertyValue]: "userSelect";
6520
- }) => {
6521
- WebkitUserSelect: {
6522
- readonly [$$PropertyValue]: "userSelect";
6523
- };
6524
- userSelect: {
6525
- readonly [$$PropertyValue]: "userSelect";
6526
- };
6527
- };
6528
- w: (value: {
6529
- readonly [$$PropertyValue]: "width";
6530
- }) => {
6531
- width: {
6532
- readonly [$$PropertyValue]: "width";
6533
- };
6534
- };
6535
- h: (value: {
6536
- readonly [$$PropertyValue]: "height";
6537
- }) => {
6538
- height: {
6539
- readonly [$$PropertyValue]: "height";
6540
- };
6541
- };
6542
- mw: (value: {
6543
- readonly [$$PropertyValue]: "maxWidth";
6544
- }) => {
6545
- maxWidth: {
6546
- readonly [$$PropertyValue]: "maxWidth";
6547
- };
6548
- };
6549
- maxW: (value: {
6550
- readonly [$$PropertyValue]: "maxWidth";
6551
- }) => {
6552
- maxWidth: {
6553
- readonly [$$PropertyValue]: "maxWidth";
6554
- };
6555
- };
6556
- mh: (value: {
6557
- readonly [$$PropertyValue]: "maxHeight";
6558
- }) => {
6559
- maxHeight: {
6560
- readonly [$$PropertyValue]: "maxHeight";
6561
- };
6562
- };
6563
- maxH: (value: {
6564
- readonly [$$PropertyValue]: "maxHeight";
6565
- }) => {
6566
- maxHeight: {
6567
- readonly [$$PropertyValue]: "maxHeight";
6568
- };
6569
- };
6570
- size: (value: {
6571
- readonly [$$PropertyValue]: "width";
6572
- }) => {
6573
- width: {
6574
- readonly [$$PropertyValue]: "width";
6575
- };
6576
- height: {
6577
- readonly [$$PropertyValue]: "width";
6578
- };
6579
- };
6580
- minSize: (value: {
6581
- readonly [$$PropertyValue]: "width";
6582
- }) => {
6583
- minWidth: {
6584
- readonly [$$PropertyValue]: "width";
6585
- };
6586
- minHeight: {
6587
- readonly [$$PropertyValue]: "width";
6588
- };
6589
- width: {
6590
- readonly [$$PropertyValue]: "width";
6591
- };
6592
- height: {
6593
- readonly [$$PropertyValue]: "width";
6594
- };
6595
- };
6596
- sizeMin: (value: {
6597
- readonly [$$PropertyValue]: "width";
6598
- }) => {
6599
- minWidth: {
6600
- readonly [$$PropertyValue]: "width";
6601
- };
6602
- minHeight: {
6603
- readonly [$$PropertyValue]: "width";
6604
- };
6605
- width: {
6606
- readonly [$$PropertyValue]: "width";
6607
- };
6608
- height: {
6609
- readonly [$$PropertyValue]: "width";
6610
- };
6611
- };
6612
- maxSize: (value: {
6613
- readonly [$$PropertyValue]: "width";
6614
- }) => {
6615
- maxWidth: {
6616
- readonly [$$PropertyValue]: "width";
6617
- };
6618
- maxHeight: {
6619
- readonly [$$PropertyValue]: "width";
6620
- };
6621
- };
6622
- sizeMax: (value: {
6623
- readonly [$$PropertyValue]: "width";
6624
- }) => {
6625
- maxWidth: {
6626
- readonly [$$PropertyValue]: "width";
6627
- };
6628
- maxHeight: {
6629
- readonly [$$PropertyValue]: "width";
6630
- };
6631
- };
6632
- appearance: (value: {
6633
- readonly [$$PropertyValue]: "appearance";
6634
- }) => {
6635
- WebkitAppearance: {
6636
- readonly [$$PropertyValue]: "appearance";
6637
- };
6638
- appearance: {
6639
- readonly [$$PropertyValue]: "appearance";
6640
- };
6641
- };
6642
- scale: (value: {
6643
- readonly [$$PropertyValue]: "scale";
6644
- }) => {
6645
- transform: string;
6646
- };
6647
- linearGradient: (value: {
6648
- readonly [$$PropertyValue]: "backgroundImage";
6649
- }) => {
6650
- backgroundImage: string;
6651
- };
6652
- tdl: (value: {
6653
- readonly [$$PropertyValue]: "textDecorationLine";
6654
- }) => {
6655
- textDecorationLine: {
6656
- readonly [$$PropertyValue]: "textDecorationLine";
6657
- };
6658
- };
6659
- textGradient: (value: {
6660
- readonly [$$PropertyValue]: "backgroundImage";
6661
- }) => {
6662
- backgroundImage: string;
6663
- WebkitBackgroundClip: string;
6664
- WebkitTextFillColor: string;
6665
- '&::selection': {
6666
- WebkitTextFillColor: string;
6667
- };
6668
- };
6669
- }>>]>, {
6670
- xs: string;
6671
- sm: string;
6672
- md: string;
6673
- lg: string;
6674
- xl: string;
6675
- xsMax: string;
6676
- smMax: string;
6677
- mdMax: string;
6678
- lgMax: string;
6679
- xlMax: string;
6680
- motion: string;
6681
- safari: string;
6682
- hover: string;
6683
- dark: string;
6684
- light: string;
6685
- }, import("@stitches/react/types/css-util").CSS<{
6686
- xs: string;
6687
- sm: string;
6688
- md: string;
6689
- lg: string;
6690
- xl: string;
6691
- xsMax: string;
6692
- smMax: string;
6693
- mdMax: string;
6694
- lgMax: string;
6695
- xlMax: string;
6696
- motion: string;
6697
- safari: string;
6698
- hover: string;
6699
- dark: string;
6700
- light: string;
6701
- }, {
6702
- shadows: {
6703
- xs: string;
6704
- sm: string;
6705
- md: string;
6706
- lg: string;
6707
- xl: string;
6708
- };
6709
- colors: {
6710
- accents1: string;
6711
- accents2: string;
6712
- accents3: string;
6713
- accents4: string;
6714
- accents5: string;
6715
- accents6: string;
6716
- accents7: string;
6717
- accents8: string;
6718
- accents9: string;
6719
- background: string;
6720
- foreground: string;
6721
- backgroundContrast: string;
6722
- text: string;
6723
- codeLight: string;
6724
- code: string;
6725
- border: string;
6726
- selection: string;
6727
- white: string;
6728
- black: string;
6729
- blue100: string;
6730
- blue200: string;
6731
- blue300: string;
6732
- blue400: string;
6733
- blue500: string;
6734
- blue600: string;
6735
- blue700: string;
6736
- blue800: string;
6737
- blue900: string;
6738
- purple100: string;
6739
- purple200: string;
6740
- purple300: string;
6741
- purple400: string;
6742
- purple500: string;
6743
- purple600: string;
6744
- purple700: string;
6745
- purple800: string;
6746
- purple900: string;
6747
- green100: string;
6748
- green200: string;
6749
- green300: string;
6750
- green400: string;
6751
- green500: string;
6752
- green600: string;
6753
- green700: string;
6754
- green800: string;
6755
- green900: string;
6756
- yellow100: string;
6757
- yellow200: string;
6758
- yellow300: string;
6759
- yellow400: string;
6760
- yellow500: string;
6761
- yellow600: string;
6762
- yellow700: string;
6763
- yellow800: string;
6764
- yellow900: string;
6765
- red100: string;
6766
- red200: string;
6767
- red300: string;
6768
- red400: string;
6769
- red500: string;
6770
- red600: string;
6771
- red700: string;
6772
- red800: string;
6773
- red900: string;
6774
- cyan100: string;
6775
- cyan200: string;
6776
- cyan300: string;
6777
- cyan400: string;
6778
- cyan500: string;
6779
- cyan600: string;
6780
- cyan700: string;
6781
- cyan800: string;
6782
- cyan900: string;
6783
- pink100: string;
6784
- pink200: string;
6785
- pink300: string;
6786
- pink400: string;
6787
- pink500: string;
6788
- pink600: string;
6789
- pink700: string;
6790
- pink800: string;
6791
- pink900: string;
6393
+ };
6394
+ defaultVariants: {
6395
+ color: "default";
6396
+ };
6397
+ }, import("@stitches/react/types/styled-component").CssComponent<never, {
6398
+ isFocusVisible?: boolean | "true" | "false" | undefined;
6399
+ }, {
6400
+ xs: string;
6401
+ sm: string;
6402
+ md: string;
6403
+ lg: string;
6404
+ xl: string;
6405
+ xsMax: string;
6406
+ smMax: string;
6407
+ mdMax: string;
6408
+ lgMax: string;
6409
+ xlMax: string;
6410
+ motion: string;
6411
+ safari: string;
6412
+ hover: string;
6413
+ dark: string;
6414
+ light: string;
6415
+ }, import("@stitches/react/types/css-util").CSS<{
6416
+ xs: string;
6417
+ sm: string;
6418
+ md: string;
6419
+ lg: string;
6420
+ xl: string;
6421
+ xsMax: string;
6422
+ smMax: string;
6423
+ mdMax: string;
6424
+ lgMax: string;
6425
+ xlMax: string;
6426
+ motion: string;
6427
+ safari: string;
6428
+ hover: string;
6429
+ dark: string;
6430
+ light: string;
6431
+ }, {
6432
+ shadows: {
6433
+ xs: string;
6434
+ sm: string;
6435
+ md: string;
6436
+ lg: string;
6437
+ xl: string;
6438
+ };
6439
+ dropShadows: {
6440
+ xs: string;
6441
+ sm: string;
6442
+ md: string;
6443
+ lg: string;
6444
+ xl: string;
6445
+ };
6446
+ colors: {
6447
+ text: string;
6448
+ link: string;
6449
+ codeLight: string;
6450
+ code: string;
6451
+ selection: string;
6452
+ gray50: string;
6792
6453
  gray100: string;
6793
6454
  gray200: string;
6794
6455
  gray300: string;
@@ -6798,41 +6459,173 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
6798
6459
  gray700: string;
6799
6460
  gray800: string;
6800
6461
  gray900: string;
6462
+ pink50: string;
6463
+ pink100: string;
6464
+ pink200: string;
6465
+ pink300: string;
6466
+ pink400: string;
6467
+ pink500: string;
6468
+ pink600: string;
6469
+ pink700: string;
6470
+ pink800: string;
6471
+ pink900: string;
6472
+ cyan50: string;
6473
+ cyan100: string;
6474
+ cyan200: string;
6475
+ cyan300: string;
6476
+ cyan400: string;
6477
+ cyan500: string;
6478
+ cyan600: string;
6479
+ cyan700: string;
6480
+ cyan800: string;
6481
+ cyan900: string;
6482
+ red50: string;
6483
+ red100: string;
6484
+ red200: string;
6485
+ red300: string;
6486
+ red400: string;
6487
+ red500: string;
6488
+ red600: string;
6489
+ red700: string;
6490
+ red800: string;
6491
+ red900: string;
6492
+ yellow50: string;
6493
+ yellow100: string;
6494
+ yellow200: string;
6495
+ yellow300: string;
6496
+ yellow400: string;
6497
+ yellow500: string;
6498
+ yellow600: string;
6499
+ yellow700: string;
6500
+ yellow800: string;
6501
+ yellow900: string;
6502
+ green50: string;
6503
+ green100: string;
6504
+ green200: string;
6505
+ green300: string;
6506
+ green400: string;
6507
+ green500: string;
6508
+ green600: string;
6509
+ green700: string;
6510
+ green800: string;
6511
+ green900: string;
6512
+ purple50: string;
6513
+ purple100: string;
6514
+ purple200: string;
6515
+ purple300: string;
6516
+ purple400: string;
6517
+ purple500: string;
6518
+ purple600: string;
6519
+ purple700: string;
6520
+ purple800: string;
6521
+ purple900: string;
6522
+ blue50: string;
6523
+ blue100: string;
6524
+ blue200: string;
6525
+ blue300: string;
6526
+ blue400: string;
6527
+ blue500: string;
6528
+ blue600: string;
6529
+ blue700: string;
6530
+ blue800: string;
6531
+ blue900: string;
6532
+ background: string;
6533
+ foreground: string;
6534
+ backgroundContrast: string;
6535
+ white: string;
6536
+ black: string;
6801
6537
  primaryLight: string;
6538
+ primaryLightHover: string;
6539
+ primaryLightActive: string;
6540
+ primaryLightContrast: string;
6802
6541
  primary: string;
6803
- primaryDark: string;
6542
+ primaryBorder: string;
6543
+ primaryBorderHover: string;
6544
+ primarySolidHover: string;
6545
+ primarySolidContrast: string;
6804
6546
  primaryShadow: string;
6805
6547
  secondaryLight: string;
6548
+ secondaryLightHover: string;
6549
+ secondaryLightActive: string;
6550
+ secondaryLightContrast: string;
6806
6551
  secondary: string;
6807
- secondaryDark: string;
6552
+ secondaryBorder: string;
6553
+ secondaryBorderHover: string;
6554
+ secondarySolidHover: string;
6555
+ secondarySolidContrast: string;
6808
6556
  secondaryShadow: string;
6809
6557
  successLight: string;
6558
+ successLightHover: string;
6559
+ successLightActive: string;
6560
+ successLightContrast: string;
6810
6561
  success: string;
6811
- successDark: string;
6562
+ successBorder: string;
6563
+ successBorderHover: string;
6564
+ successSolidHover: string;
6565
+ successSolidContrast: string;
6812
6566
  successShadow: string;
6813
6567
  warningLight: string;
6568
+ warningLightHover: string;
6569
+ warningLightActive: string;
6570
+ warningLightContrast: string;
6814
6571
  warning: string;
6815
- warningDark: string;
6572
+ warningBorder: string;
6573
+ warningBorderHover: string;
6574
+ warningSolidHover: string;
6575
+ warningSolidContrast: string;
6816
6576
  warningShadow: string;
6817
6577
  errorLight: string;
6578
+ errorLightHover: string;
6579
+ errorLightActive: string;
6580
+ errorLightContrast: string;
6818
6581
  error: string;
6819
- errorDark: string;
6582
+ errorBorder: string;
6583
+ errorBorderHover: string;
6584
+ errorSolidHover: string;
6585
+ errorSolidContrast: string;
6820
6586
  errorShadow: string;
6587
+ neutralLight: string;
6588
+ neutralLightHover: string;
6589
+ neutralLightActive: string;
6590
+ neutralLightContrast: string;
6591
+ neutral: string;
6592
+ neutralBorder: string;
6593
+ neutralBorderHover: string;
6594
+ neutralSolidHover: string;
6595
+ neutralSolidContrast: string;
6596
+ neutralShadow: string;
6821
6597
  gradient: string;
6822
- link: string;
6598
+ accents0: string;
6599
+ accents1: string;
6600
+ accents2: string;
6601
+ accents3: string;
6602
+ accents4: string;
6603
+ accents5: string;
6604
+ accents6: string;
6605
+ accents7: string;
6606
+ accents8: string;
6607
+ accents9: string;
6608
+ border: string;
6823
6609
  };
6824
6610
  fonts: {
6825
6611
  sans: string;
6826
6612
  mono: string;
6827
6613
  };
6828
6614
  fontSizes: {
6829
- tiny: string;
6830
6615
  xs: string;
6831
- base: string;
6832
6616
  sm: string;
6617
+ base: string;
6833
6618
  md: string;
6834
6619
  lg: string;
6835
6620
  xl: string;
6621
+ xl2: string;
6622
+ xl3: string;
6623
+ xl4: string;
6624
+ xl5: string;
6625
+ xl6: string;
6626
+ xl7: string;
6627
+ xl8: string;
6628
+ xl9: string;
6836
6629
  };
6837
6630
  fontWeights: {
6838
6631
  hairline: number;
@@ -6848,9 +6641,18 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
6848
6641
  lineHeights: {
6849
6642
  xs: number;
6850
6643
  sm: number;
6644
+ base: number;
6851
6645
  md: number;
6852
6646
  lg: number;
6853
6647
  xl: number;
6648
+ xl2: number;
6649
+ xl3: number;
6650
+ xl4: number;
6651
+ xl5: number;
6652
+ xl6: number;
6653
+ xl7: number;
6654
+ xl8: number;
6655
+ xl9: number;
6854
6656
  };
6855
6657
  letterSpacings: {
6856
6658
  tighter: string;
@@ -6935,6 +6737,7 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
6935
6737
  avatar: string;
6936
6738
  link: string;
6937
6739
  card: string;
6740
+ dropdownItem: string;
6938
6741
  };
6939
6742
  breakpoints: {
6940
6743
  xs: string;
@@ -7310,7 +7113,9 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
7310
7113
  readonly [$$PropertyValue]: "backgroundColor";
7311
7114
  }) => {
7312
7115
  bf: string;
7313
- bg: string;
7116
+ bg: {
7117
+ readonly [$$PropertyValue]: "backgroundColor";
7118
+ };
7314
7119
  };
7315
7120
  bgColor: (value: {
7316
7121
  readonly [$$PropertyValue]: "backgroundColor";
@@ -7388,6 +7193,32 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
7388
7193
  readonly [$$PropertyValue]: "boxShadow";
7389
7194
  };
7390
7195
  };
7196
+ ds: (value: {
7197
+ readonly [$$PropertyValue]: "boxShadow";
7198
+ }) => {
7199
+ dropShadow: {
7200
+ readonly [$$PropertyValue]: "boxShadow";
7201
+ };
7202
+ };
7203
+ shadow: (value: {
7204
+ readonly [$$PropertyValue]: "boxShadow";
7205
+ }) => {
7206
+ boxShadow: {
7207
+ readonly [$$PropertyValue]: "boxShadow";
7208
+ };
7209
+ };
7210
+ dshadow: (value: {
7211
+ readonly [$$PropertyValue]: "boxShadow";
7212
+ }) => {
7213
+ dropShadow: {
7214
+ readonly [$$PropertyValue]: "boxShadow";
7215
+ };
7216
+ };
7217
+ dropShadow: (value: {
7218
+ readonly [$$PropertyValue]: "boxShadow";
7219
+ }) => {
7220
+ filter: string;
7221
+ };
7391
7222
  normalShadow: (value: {
7392
7223
  readonly [$$PropertyValue]: "backgroundColor";
7393
7224
  }) => {
@@ -7591,6 +7422,16 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
7591
7422
  readonly [$$PropertyValue]: "textDecorationLine";
7592
7423
  };
7593
7424
  };
7425
+ truncateText: (value: {
7426
+ readonly [$$PropertyValue]: "width";
7427
+ }) => {
7428
+ maxWidth: {
7429
+ readonly [$$PropertyValue]: "width";
7430
+ };
7431
+ whiteSpace: string;
7432
+ overflow: string;
7433
+ textOverflow: string;
7434
+ };
7594
7435
  textGradient: (value: {
7595
7436
  readonly [$$PropertyValue]: "backgroundImage";
7596
7437
  }) => {
@@ -7601,10 +7442,7 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
7601
7442
  WebkitTextFillColor: string;
7602
7443
  };
7603
7444
  };
7604
- }>>;
7605
- export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-component").StyledComponent<"div", {
7606
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
7607
- }, {
7445
+ }>>]>, {
7608
7446
  xs: string;
7609
7447
  sm: string;
7610
7448
  md: string;
@@ -7642,91 +7480,22 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
7642
7480
  sm: string;
7643
7481
  md: string;
7644
7482
  lg: string;
7645
- xl: string;
7646
- };
7647
- colors: {
7648
- accents1: string;
7649
- accents2: string;
7650
- accents3: string;
7651
- accents4: string;
7652
- accents5: string;
7653
- accents6: string;
7654
- accents7: string;
7655
- accents8: string;
7656
- accents9: string;
7657
- background: string;
7658
- foreground: string;
7659
- backgroundContrast: string;
7660
- text: string;
7661
- codeLight: string;
7662
- code: string;
7663
- border: string;
7664
- selection: string;
7665
- white: string;
7666
- black: string;
7667
- blue100: string;
7668
- blue200: string;
7669
- blue300: string;
7670
- blue400: string;
7671
- blue500: string;
7672
- blue600: string;
7673
- blue700: string;
7674
- blue800: string;
7675
- blue900: string;
7676
- purple100: string;
7677
- purple200: string;
7678
- purple300: string;
7679
- purple400: string;
7680
- purple500: string;
7681
- purple600: string;
7682
- purple700: string;
7683
- purple800: string;
7684
- purple900: string;
7685
- green100: string;
7686
- green200: string;
7687
- green300: string;
7688
- green400: string;
7689
- green500: string;
7690
- green600: string;
7691
- green700: string;
7692
- green800: string;
7693
- green900: string;
7694
- yellow100: string;
7695
- yellow200: string;
7696
- yellow300: string;
7697
- yellow400: string;
7698
- yellow500: string;
7699
- yellow600: string;
7700
- yellow700: string;
7701
- yellow800: string;
7702
- yellow900: string;
7703
- red100: string;
7704
- red200: string;
7705
- red300: string;
7706
- red400: string;
7707
- red500: string;
7708
- red600: string;
7709
- red700: string;
7710
- red800: string;
7711
- red900: string;
7712
- cyan100: string;
7713
- cyan200: string;
7714
- cyan300: string;
7715
- cyan400: string;
7716
- cyan500: string;
7717
- cyan600: string;
7718
- cyan700: string;
7719
- cyan800: string;
7720
- cyan900: string;
7721
- pink100: string;
7722
- pink200: string;
7723
- pink300: string;
7724
- pink400: string;
7725
- pink500: string;
7726
- pink600: string;
7727
- pink700: string;
7728
- pink800: string;
7729
- pink900: string;
7483
+ xl: string;
7484
+ };
7485
+ dropShadows: {
7486
+ xs: string;
7487
+ sm: string;
7488
+ md: string;
7489
+ lg: string;
7490
+ xl: string;
7491
+ };
7492
+ colors: {
7493
+ text: string;
7494
+ link: string;
7495
+ codeLight: string;
7496
+ code: string;
7497
+ selection: string;
7498
+ gray50: string;
7730
7499
  gray100: string;
7731
7500
  gray200: string;
7732
7501
  gray300: string;
@@ -7736,41 +7505,173 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
7736
7505
  gray700: string;
7737
7506
  gray800: string;
7738
7507
  gray900: string;
7508
+ pink50: string;
7509
+ pink100: string;
7510
+ pink200: string;
7511
+ pink300: string;
7512
+ pink400: string;
7513
+ pink500: string;
7514
+ pink600: string;
7515
+ pink700: string;
7516
+ pink800: string;
7517
+ pink900: string;
7518
+ cyan50: string;
7519
+ cyan100: string;
7520
+ cyan200: string;
7521
+ cyan300: string;
7522
+ cyan400: string;
7523
+ cyan500: string;
7524
+ cyan600: string;
7525
+ cyan700: string;
7526
+ cyan800: string;
7527
+ cyan900: string;
7528
+ red50: string;
7529
+ red100: string;
7530
+ red200: string;
7531
+ red300: string;
7532
+ red400: string;
7533
+ red500: string;
7534
+ red600: string;
7535
+ red700: string;
7536
+ red800: string;
7537
+ red900: string;
7538
+ yellow50: string;
7539
+ yellow100: string;
7540
+ yellow200: string;
7541
+ yellow300: string;
7542
+ yellow400: string;
7543
+ yellow500: string;
7544
+ yellow600: string;
7545
+ yellow700: string;
7546
+ yellow800: string;
7547
+ yellow900: string;
7548
+ green50: string;
7549
+ green100: string;
7550
+ green200: string;
7551
+ green300: string;
7552
+ green400: string;
7553
+ green500: string;
7554
+ green600: string;
7555
+ green700: string;
7556
+ green800: string;
7557
+ green900: string;
7558
+ purple50: string;
7559
+ purple100: string;
7560
+ purple200: string;
7561
+ purple300: string;
7562
+ purple400: string;
7563
+ purple500: string;
7564
+ purple600: string;
7565
+ purple700: string;
7566
+ purple800: string;
7567
+ purple900: string;
7568
+ blue50: string;
7569
+ blue100: string;
7570
+ blue200: string;
7571
+ blue300: string;
7572
+ blue400: string;
7573
+ blue500: string;
7574
+ blue600: string;
7575
+ blue700: string;
7576
+ blue800: string;
7577
+ blue900: string;
7578
+ background: string;
7579
+ foreground: string;
7580
+ backgroundContrast: string;
7581
+ white: string;
7582
+ black: string;
7739
7583
  primaryLight: string;
7584
+ primaryLightHover: string;
7585
+ primaryLightActive: string;
7586
+ primaryLightContrast: string;
7740
7587
  primary: string;
7741
- primaryDark: string;
7588
+ primaryBorder: string;
7589
+ primaryBorderHover: string;
7590
+ primarySolidHover: string;
7591
+ primarySolidContrast: string;
7742
7592
  primaryShadow: string;
7743
7593
  secondaryLight: string;
7594
+ secondaryLightHover: string;
7595
+ secondaryLightActive: string;
7596
+ secondaryLightContrast: string;
7744
7597
  secondary: string;
7745
- secondaryDark: string;
7598
+ secondaryBorder: string;
7599
+ secondaryBorderHover: string;
7600
+ secondarySolidHover: string;
7601
+ secondarySolidContrast: string;
7746
7602
  secondaryShadow: string;
7747
7603
  successLight: string;
7604
+ successLightHover: string;
7605
+ successLightActive: string;
7606
+ successLightContrast: string;
7748
7607
  success: string;
7749
- successDark: string;
7608
+ successBorder: string;
7609
+ successBorderHover: string;
7610
+ successSolidHover: string;
7611
+ successSolidContrast: string;
7750
7612
  successShadow: string;
7751
7613
  warningLight: string;
7614
+ warningLightHover: string;
7615
+ warningLightActive: string;
7616
+ warningLightContrast: string;
7752
7617
  warning: string;
7753
- warningDark: string;
7618
+ warningBorder: string;
7619
+ warningBorderHover: string;
7620
+ warningSolidHover: string;
7621
+ warningSolidContrast: string;
7754
7622
  warningShadow: string;
7755
7623
  errorLight: string;
7624
+ errorLightHover: string;
7625
+ errorLightActive: string;
7626
+ errorLightContrast: string;
7756
7627
  error: string;
7757
- errorDark: string;
7628
+ errorBorder: string;
7629
+ errorBorderHover: string;
7630
+ errorSolidHover: string;
7631
+ errorSolidContrast: string;
7758
7632
  errorShadow: string;
7633
+ neutralLight: string;
7634
+ neutralLightHover: string;
7635
+ neutralLightActive: string;
7636
+ neutralLightContrast: string;
7637
+ neutral: string;
7638
+ neutralBorder: string;
7639
+ neutralBorderHover: string;
7640
+ neutralSolidHover: string;
7641
+ neutralSolidContrast: string;
7642
+ neutralShadow: string;
7759
7643
  gradient: string;
7760
- link: string;
7644
+ accents0: string;
7645
+ accents1: string;
7646
+ accents2: string;
7647
+ accents3: string;
7648
+ accents4: string;
7649
+ accents5: string;
7650
+ accents6: string;
7651
+ accents7: string;
7652
+ accents8: string;
7653
+ accents9: string;
7654
+ border: string;
7761
7655
  };
7762
7656
  fonts: {
7763
7657
  sans: string;
7764
7658
  mono: string;
7765
7659
  };
7766
7660
  fontSizes: {
7767
- tiny: string;
7768
7661
  xs: string;
7769
- base: string;
7770
7662
  sm: string;
7663
+ base: string;
7771
7664
  md: string;
7772
7665
  lg: string;
7773
7666
  xl: string;
7667
+ xl2: string;
7668
+ xl3: string;
7669
+ xl4: string;
7670
+ xl5: string;
7671
+ xl6: string;
7672
+ xl7: string;
7673
+ xl8: string;
7674
+ xl9: string;
7774
7675
  };
7775
7676
  fontWeights: {
7776
7677
  hairline: number;
@@ -7786,9 +7687,18 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
7786
7687
  lineHeights: {
7787
7688
  xs: number;
7788
7689
  sm: number;
7690
+ base: number;
7789
7691
  md: number;
7790
7692
  lg: number;
7791
7693
  xl: number;
7694
+ xl2: number;
7695
+ xl3: number;
7696
+ xl4: number;
7697
+ xl5: number;
7698
+ xl6: number;
7699
+ xl7: number;
7700
+ xl8: number;
7701
+ xl9: number;
7792
7702
  };
7793
7703
  letterSpacings: {
7794
7704
  tighter: string;
@@ -7873,6 +7783,7 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
7873
7783
  avatar: string;
7874
7784
  link: string;
7875
7785
  card: string;
7786
+ dropdownItem: string;
7876
7787
  };
7877
7788
  breakpoints: {
7878
7789
  xs: string;
@@ -8248,7 +8159,9 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
8248
8159
  readonly [$$PropertyValue]: "backgroundColor";
8249
8160
  }) => {
8250
8161
  bf: string;
8251
- bg: string;
8162
+ bg: {
8163
+ readonly [$$PropertyValue]: "backgroundColor";
8164
+ };
8252
8165
  };
8253
8166
  bgColor: (value: {
8254
8167
  readonly [$$PropertyValue]: "backgroundColor";
@@ -8326,6 +8239,32 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
8326
8239
  readonly [$$PropertyValue]: "boxShadow";
8327
8240
  };
8328
8241
  };
8242
+ ds: (value: {
8243
+ readonly [$$PropertyValue]: "boxShadow";
8244
+ }) => {
8245
+ dropShadow: {
8246
+ readonly [$$PropertyValue]: "boxShadow";
8247
+ };
8248
+ };
8249
+ shadow: (value: {
8250
+ readonly [$$PropertyValue]: "boxShadow";
8251
+ }) => {
8252
+ boxShadow: {
8253
+ readonly [$$PropertyValue]: "boxShadow";
8254
+ };
8255
+ };
8256
+ dshadow: (value: {
8257
+ readonly [$$PropertyValue]: "boxShadow";
8258
+ }) => {
8259
+ dropShadow: {
8260
+ readonly [$$PropertyValue]: "boxShadow";
8261
+ };
8262
+ };
8263
+ dropShadow: (value: {
8264
+ readonly [$$PropertyValue]: "boxShadow";
8265
+ }) => {
8266
+ filter: string;
8267
+ };
8329
8268
  normalShadow: (value: {
8330
8269
  readonly [$$PropertyValue]: "backgroundColor";
8331
8270
  }) => {
@@ -8529,6 +8468,16 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
8529
8468
  readonly [$$PropertyValue]: "textDecorationLine";
8530
8469
  };
8531
8470
  };
8471
+ truncateText: (value: {
8472
+ readonly [$$PropertyValue]: "width";
8473
+ }) => {
8474
+ maxWidth: {
8475
+ readonly [$$PropertyValue]: "width";
8476
+ };
8477
+ whiteSpace: string;
8478
+ overflow: string;
8479
+ textOverflow: string;
8480
+ };
8532
8481
  textGradient: (value: {
8533
8482
  readonly [$$PropertyValue]: "backgroundImage";
8534
8483
  }) => {
@@ -8540,8 +8489,9 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
8540
8489
  };
8541
8490
  };
8542
8491
  }>>;
8543
- export declare const StyledCheckboxGroupContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
8544
- row?: boolean | "true" | "false" | undefined;
8492
+ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-component").StyledComponent<"div", {
8493
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
8494
+ isDisabled?: boolean | "true" | undefined;
8545
8495
  }, {
8546
8496
  xs: string;
8547
8497
  sm: string;
@@ -8582,89 +8532,20 @@ export declare const StyledCheckboxGroupContainer: import("@stitches/react/types
8582
8532
  lg: string;
8583
8533
  xl: string;
8584
8534
  };
8535
+ dropShadows: {
8536
+ xs: string;
8537
+ sm: string;
8538
+ md: string;
8539
+ lg: string;
8540
+ xl: string;
8541
+ };
8585
8542
  colors: {
8586
- accents1: string;
8587
- accents2: string;
8588
- accents3: string;
8589
- accents4: string;
8590
- accents5: string;
8591
- accents6: string;
8592
- accents7: string;
8593
- accents8: string;
8594
- accents9: string;
8595
- background: string;
8596
- foreground: string;
8597
- backgroundContrast: string;
8598
8543
  text: string;
8544
+ link: string;
8599
8545
  codeLight: string;
8600
8546
  code: string;
8601
- border: string;
8602
8547
  selection: string;
8603
- white: string;
8604
- black: string;
8605
- blue100: string;
8606
- blue200: string;
8607
- blue300: string;
8608
- blue400: string;
8609
- blue500: string;
8610
- blue600: string;
8611
- blue700: string;
8612
- blue800: string;
8613
- blue900: string;
8614
- purple100: string;
8615
- purple200: string;
8616
- purple300: string;
8617
- purple400: string;
8618
- purple500: string;
8619
- purple600: string;
8620
- purple700: string;
8621
- purple800: string;
8622
- purple900: string;
8623
- green100: string;
8624
- green200: string;
8625
- green300: string;
8626
- green400: string;
8627
- green500: string;
8628
- green600: string;
8629
- green700: string;
8630
- green800: string;
8631
- green900: string;
8632
- yellow100: string;
8633
- yellow200: string;
8634
- yellow300: string;
8635
- yellow400: string;
8636
- yellow500: string;
8637
- yellow600: string;
8638
- yellow700: string;
8639
- yellow800: string;
8640
- yellow900: string;
8641
- red100: string;
8642
- red200: string;
8643
- red300: string;
8644
- red400: string;
8645
- red500: string;
8646
- red600: string;
8647
- red700: string;
8648
- red800: string;
8649
- red900: string;
8650
- cyan100: string;
8651
- cyan200: string;
8652
- cyan300: string;
8653
- cyan400: string;
8654
- cyan500: string;
8655
- cyan600: string;
8656
- cyan700: string;
8657
- cyan800: string;
8658
- cyan900: string;
8659
- pink100: string;
8660
- pink200: string;
8661
- pink300: string;
8662
- pink400: string;
8663
- pink500: string;
8664
- pink600: string;
8665
- pink700: string;
8666
- pink800: string;
8667
- pink900: string;
8548
+ gray50: string;
8668
8549
  gray100: string;
8669
8550
  gray200: string;
8670
8551
  gray300: string;
@@ -8674,41 +8555,173 @@ export declare const StyledCheckboxGroupContainer: import("@stitches/react/types
8674
8555
  gray700: string;
8675
8556
  gray800: string;
8676
8557
  gray900: string;
8558
+ pink50: string;
8559
+ pink100: string;
8560
+ pink200: string;
8561
+ pink300: string;
8562
+ pink400: string;
8563
+ pink500: string;
8564
+ pink600: string;
8565
+ pink700: string;
8566
+ pink800: string;
8567
+ pink900: string;
8568
+ cyan50: string;
8569
+ cyan100: string;
8570
+ cyan200: string;
8571
+ cyan300: string;
8572
+ cyan400: string;
8573
+ cyan500: string;
8574
+ cyan600: string;
8575
+ cyan700: string;
8576
+ cyan800: string;
8577
+ cyan900: string;
8578
+ red50: string;
8579
+ red100: string;
8580
+ red200: string;
8581
+ red300: string;
8582
+ red400: string;
8583
+ red500: string;
8584
+ red600: string;
8585
+ red700: string;
8586
+ red800: string;
8587
+ red900: string;
8588
+ yellow50: string;
8589
+ yellow100: string;
8590
+ yellow200: string;
8591
+ yellow300: string;
8592
+ yellow400: string;
8593
+ yellow500: string;
8594
+ yellow600: string;
8595
+ yellow700: string;
8596
+ yellow800: string;
8597
+ yellow900: string;
8598
+ green50: string;
8599
+ green100: string;
8600
+ green200: string;
8601
+ green300: string;
8602
+ green400: string;
8603
+ green500: string;
8604
+ green600: string;
8605
+ green700: string;
8606
+ green800: string;
8607
+ green900: string;
8608
+ purple50: string;
8609
+ purple100: string;
8610
+ purple200: string;
8611
+ purple300: string;
8612
+ purple400: string;
8613
+ purple500: string;
8614
+ purple600: string;
8615
+ purple700: string;
8616
+ purple800: string;
8617
+ purple900: string;
8618
+ blue50: string;
8619
+ blue100: string;
8620
+ blue200: string;
8621
+ blue300: string;
8622
+ blue400: string;
8623
+ blue500: string;
8624
+ blue600: string;
8625
+ blue700: string;
8626
+ blue800: string;
8627
+ blue900: string;
8628
+ background: string;
8629
+ foreground: string;
8630
+ backgroundContrast: string;
8631
+ white: string;
8632
+ black: string;
8677
8633
  primaryLight: string;
8634
+ primaryLightHover: string;
8635
+ primaryLightActive: string;
8636
+ primaryLightContrast: string;
8678
8637
  primary: string;
8679
- primaryDark: string;
8638
+ primaryBorder: string;
8639
+ primaryBorderHover: string;
8640
+ primarySolidHover: string;
8641
+ primarySolidContrast: string;
8680
8642
  primaryShadow: string;
8681
8643
  secondaryLight: string;
8644
+ secondaryLightHover: string;
8645
+ secondaryLightActive: string;
8646
+ secondaryLightContrast: string;
8682
8647
  secondary: string;
8683
- secondaryDark: string;
8648
+ secondaryBorder: string;
8649
+ secondaryBorderHover: string;
8650
+ secondarySolidHover: string;
8651
+ secondarySolidContrast: string;
8684
8652
  secondaryShadow: string;
8685
8653
  successLight: string;
8654
+ successLightHover: string;
8655
+ successLightActive: string;
8656
+ successLightContrast: string;
8686
8657
  success: string;
8687
- successDark: string;
8658
+ successBorder: string;
8659
+ successBorderHover: string;
8660
+ successSolidHover: string;
8661
+ successSolidContrast: string;
8688
8662
  successShadow: string;
8689
8663
  warningLight: string;
8664
+ warningLightHover: string;
8665
+ warningLightActive: string;
8666
+ warningLightContrast: string;
8690
8667
  warning: string;
8691
- warningDark: string;
8668
+ warningBorder: string;
8669
+ warningBorderHover: string;
8670
+ warningSolidHover: string;
8671
+ warningSolidContrast: string;
8692
8672
  warningShadow: string;
8693
8673
  errorLight: string;
8674
+ errorLightHover: string;
8675
+ errorLightActive: string;
8676
+ errorLightContrast: string;
8694
8677
  error: string;
8695
- errorDark: string;
8678
+ errorBorder: string;
8679
+ errorBorderHover: string;
8680
+ errorSolidHover: string;
8681
+ errorSolidContrast: string;
8696
8682
  errorShadow: string;
8683
+ neutralLight: string;
8684
+ neutralLightHover: string;
8685
+ neutralLightActive: string;
8686
+ neutralLightContrast: string;
8687
+ neutral: string;
8688
+ neutralBorder: string;
8689
+ neutralBorderHover: string;
8690
+ neutralSolidHover: string;
8691
+ neutralSolidContrast: string;
8692
+ neutralShadow: string;
8697
8693
  gradient: string;
8698
- link: string;
8694
+ accents0: string;
8695
+ accents1: string;
8696
+ accents2: string;
8697
+ accents3: string;
8698
+ accents4: string;
8699
+ accents5: string;
8700
+ accents6: string;
8701
+ accents7: string;
8702
+ accents8: string;
8703
+ accents9: string;
8704
+ border: string;
8699
8705
  };
8700
8706
  fonts: {
8701
8707
  sans: string;
8702
8708
  mono: string;
8703
8709
  };
8704
8710
  fontSizes: {
8705
- tiny: string;
8706
8711
  xs: string;
8707
- base: string;
8708
8712
  sm: string;
8713
+ base: string;
8709
8714
  md: string;
8710
8715
  lg: string;
8711
8716
  xl: string;
8717
+ xl2: string;
8718
+ xl3: string;
8719
+ xl4: string;
8720
+ xl5: string;
8721
+ xl6: string;
8722
+ xl7: string;
8723
+ xl8: string;
8724
+ xl9: string;
8712
8725
  };
8713
8726
  fontWeights: {
8714
8727
  hairline: number;
@@ -8724,9 +8737,18 @@ export declare const StyledCheckboxGroupContainer: import("@stitches/react/types
8724
8737
  lineHeights: {
8725
8738
  xs: number;
8726
8739
  sm: number;
8740
+ base: number;
8727
8741
  md: number;
8728
8742
  lg: number;
8729
8743
  xl: number;
8744
+ xl2: number;
8745
+ xl3: number;
8746
+ xl4: number;
8747
+ xl5: number;
8748
+ xl6: number;
8749
+ xl7: number;
8750
+ xl8: number;
8751
+ xl9: number;
8730
8752
  };
8731
8753
  letterSpacings: {
8732
8754
  tighter: string;
@@ -8811,6 +8833,7 @@ export declare const StyledCheckboxGroupContainer: import("@stitches/react/types
8811
8833
  avatar: string;
8812
8834
  link: string;
8813
8835
  card: string;
8836
+ dropdownItem: string;
8814
8837
  };
8815
8838
  breakpoints: {
8816
8839
  xs: string;
@@ -9186,7 +9209,9 @@ export declare const StyledCheckboxGroupContainer: import("@stitches/react/types
9186
9209
  readonly [$$PropertyValue]: "backgroundColor";
9187
9210
  }) => {
9188
9211
  bf: string;
9189
- bg: string;
9212
+ bg: {
9213
+ readonly [$$PropertyValue]: "backgroundColor";
9214
+ };
9190
9215
  };
9191
9216
  bgColor: (value: {
9192
9217
  readonly [$$PropertyValue]: "backgroundColor";
@@ -9264,6 +9289,32 @@ export declare const StyledCheckboxGroupContainer: import("@stitches/react/types
9264
9289
  readonly [$$PropertyValue]: "boxShadow";
9265
9290
  };
9266
9291
  };
9292
+ ds: (value: {
9293
+ readonly [$$PropertyValue]: "boxShadow";
9294
+ }) => {
9295
+ dropShadow: {
9296
+ readonly [$$PropertyValue]: "boxShadow";
9297
+ };
9298
+ };
9299
+ shadow: (value: {
9300
+ readonly [$$PropertyValue]: "boxShadow";
9301
+ }) => {
9302
+ boxShadow: {
9303
+ readonly [$$PropertyValue]: "boxShadow";
9304
+ };
9305
+ };
9306
+ dshadow: (value: {
9307
+ readonly [$$PropertyValue]: "boxShadow";
9308
+ }) => {
9309
+ dropShadow: {
9310
+ readonly [$$PropertyValue]: "boxShadow";
9311
+ };
9312
+ };
9313
+ dropShadow: (value: {
9314
+ readonly [$$PropertyValue]: "boxShadow";
9315
+ }) => {
9316
+ filter: string;
9317
+ };
9267
9318
  normalShadow: (value: {
9268
9319
  readonly [$$PropertyValue]: "backgroundColor";
9269
9320
  }) => {
@@ -9467,6 +9518,16 @@ export declare const StyledCheckboxGroupContainer: import("@stitches/react/types
9467
9518
  readonly [$$PropertyValue]: "textDecorationLine";
9468
9519
  };
9469
9520
  };
9521
+ truncateText: (value: {
9522
+ readonly [$$PropertyValue]: "width";
9523
+ }) => {
9524
+ maxWidth: {
9525
+ readonly [$$PropertyValue]: "width";
9526
+ };
9527
+ whiteSpace: string;
9528
+ overflow: string;
9529
+ textOverflow: string;
9530
+ };
9470
9531
  textGradient: (value: {
9471
9532
  readonly [$$PropertyValue]: "backgroundImage";
9472
9533
  }) => {
@@ -9478,8 +9539,8 @@ export declare const StyledCheckboxGroupContainer: import("@stitches/react/types
9478
9539
  };
9479
9540
  };
9480
9541
  }>>;
9481
- export declare const StyledCheckboxGroupLabel: import("@stitches/react/types/styled-component").StyledComponent<"label", {
9482
- disabled?: boolean | "true" | undefined;
9542
+ export declare const StyledCheckboxGroupContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
9543
+ isRow?: boolean | "true" | "false" | undefined;
9483
9544
  }, {
9484
9545
  xs: string;
9485
9546
  sm: string;
@@ -9520,89 +9581,20 @@ export declare const StyledCheckboxGroupLabel: import("@stitches/react/types/sty
9520
9581
  lg: string;
9521
9582
  xl: string;
9522
9583
  };
9584
+ dropShadows: {
9585
+ xs: string;
9586
+ sm: string;
9587
+ md: string;
9588
+ lg: string;
9589
+ xl: string;
9590
+ };
9523
9591
  colors: {
9524
- accents1: string;
9525
- accents2: string;
9526
- accents3: string;
9527
- accents4: string;
9528
- accents5: string;
9529
- accents6: string;
9530
- accents7: string;
9531
- accents8: string;
9532
- accents9: string;
9533
- background: string;
9534
- foreground: string;
9535
- backgroundContrast: string;
9536
9592
  text: string;
9593
+ link: string;
9537
9594
  codeLight: string;
9538
9595
  code: string;
9539
- border: string;
9540
9596
  selection: string;
9541
- white: string;
9542
- black: string;
9543
- blue100: string;
9544
- blue200: string;
9545
- blue300: string;
9546
- blue400: string;
9547
- blue500: string;
9548
- blue600: string;
9549
- blue700: string;
9550
- blue800: string;
9551
- blue900: string;
9552
- purple100: string;
9553
- purple200: string;
9554
- purple300: string;
9555
- purple400: string;
9556
- purple500: string;
9557
- purple600: string;
9558
- purple700: string;
9559
- purple800: string;
9560
- purple900: string;
9561
- green100: string;
9562
- green200: string;
9563
- green300: string;
9564
- green400: string;
9565
- green500: string;
9566
- green600: string;
9567
- green700: string;
9568
- green800: string;
9569
- green900: string;
9570
- yellow100: string;
9571
- yellow200: string;
9572
- yellow300: string;
9573
- yellow400: string;
9574
- yellow500: string;
9575
- yellow600: string;
9576
- yellow700: string;
9577
- yellow800: string;
9578
- yellow900: string;
9579
- red100: string;
9580
- red200: string;
9581
- red300: string;
9582
- red400: string;
9583
- red500: string;
9584
- red600: string;
9585
- red700: string;
9586
- red800: string;
9587
- red900: string;
9588
- cyan100: string;
9589
- cyan200: string;
9590
- cyan300: string;
9591
- cyan400: string;
9592
- cyan500: string;
9593
- cyan600: string;
9594
- cyan700: string;
9595
- cyan800: string;
9596
- cyan900: string;
9597
- pink100: string;
9598
- pink200: string;
9599
- pink300: string;
9600
- pink400: string;
9601
- pink500: string;
9602
- pink600: string;
9603
- pink700: string;
9604
- pink800: string;
9605
- pink900: string;
9597
+ gray50: string;
9606
9598
  gray100: string;
9607
9599
  gray200: string;
9608
9600
  gray300: string;
@@ -9612,41 +9604,173 @@ export declare const StyledCheckboxGroupLabel: import("@stitches/react/types/sty
9612
9604
  gray700: string;
9613
9605
  gray800: string;
9614
9606
  gray900: string;
9607
+ pink50: string;
9608
+ pink100: string;
9609
+ pink200: string;
9610
+ pink300: string;
9611
+ pink400: string;
9612
+ pink500: string;
9613
+ pink600: string;
9614
+ pink700: string;
9615
+ pink800: string;
9616
+ pink900: string;
9617
+ cyan50: string;
9618
+ cyan100: string;
9619
+ cyan200: string;
9620
+ cyan300: string;
9621
+ cyan400: string;
9622
+ cyan500: string;
9623
+ cyan600: string;
9624
+ cyan700: string;
9625
+ cyan800: string;
9626
+ cyan900: string;
9627
+ red50: string;
9628
+ red100: string;
9629
+ red200: string;
9630
+ red300: string;
9631
+ red400: string;
9632
+ red500: string;
9633
+ red600: string;
9634
+ red700: string;
9635
+ red800: string;
9636
+ red900: string;
9637
+ yellow50: string;
9638
+ yellow100: string;
9639
+ yellow200: string;
9640
+ yellow300: string;
9641
+ yellow400: string;
9642
+ yellow500: string;
9643
+ yellow600: string;
9644
+ yellow700: string;
9645
+ yellow800: string;
9646
+ yellow900: string;
9647
+ green50: string;
9648
+ green100: string;
9649
+ green200: string;
9650
+ green300: string;
9651
+ green400: string;
9652
+ green500: string;
9653
+ green600: string;
9654
+ green700: string;
9655
+ green800: string;
9656
+ green900: string;
9657
+ purple50: string;
9658
+ purple100: string;
9659
+ purple200: string;
9660
+ purple300: string;
9661
+ purple400: string;
9662
+ purple500: string;
9663
+ purple600: string;
9664
+ purple700: string;
9665
+ purple800: string;
9666
+ purple900: string;
9667
+ blue50: string;
9668
+ blue100: string;
9669
+ blue200: string;
9670
+ blue300: string;
9671
+ blue400: string;
9672
+ blue500: string;
9673
+ blue600: string;
9674
+ blue700: string;
9675
+ blue800: string;
9676
+ blue900: string;
9677
+ background: string;
9678
+ foreground: string;
9679
+ backgroundContrast: string;
9680
+ white: string;
9681
+ black: string;
9615
9682
  primaryLight: string;
9683
+ primaryLightHover: string;
9684
+ primaryLightActive: string;
9685
+ primaryLightContrast: string;
9616
9686
  primary: string;
9617
- primaryDark: string;
9687
+ primaryBorder: string;
9688
+ primaryBorderHover: string;
9689
+ primarySolidHover: string;
9690
+ primarySolidContrast: string;
9618
9691
  primaryShadow: string;
9619
9692
  secondaryLight: string;
9693
+ secondaryLightHover: string;
9694
+ secondaryLightActive: string;
9695
+ secondaryLightContrast: string;
9620
9696
  secondary: string;
9621
- secondaryDark: string;
9697
+ secondaryBorder: string;
9698
+ secondaryBorderHover: string;
9699
+ secondarySolidHover: string;
9700
+ secondarySolidContrast: string;
9622
9701
  secondaryShadow: string;
9623
9702
  successLight: string;
9703
+ successLightHover: string;
9704
+ successLightActive: string;
9705
+ successLightContrast: string;
9624
9706
  success: string;
9625
- successDark: string;
9707
+ successBorder: string;
9708
+ successBorderHover: string;
9709
+ successSolidHover: string;
9710
+ successSolidContrast: string;
9626
9711
  successShadow: string;
9627
9712
  warningLight: string;
9713
+ warningLightHover: string;
9714
+ warningLightActive: string;
9715
+ warningLightContrast: string;
9628
9716
  warning: string;
9629
- warningDark: string;
9717
+ warningBorder: string;
9718
+ warningBorderHover: string;
9719
+ warningSolidHover: string;
9720
+ warningSolidContrast: string;
9630
9721
  warningShadow: string;
9631
9722
  errorLight: string;
9723
+ errorLightHover: string;
9724
+ errorLightActive: string;
9725
+ errorLightContrast: string;
9632
9726
  error: string;
9633
- errorDark: string;
9727
+ errorBorder: string;
9728
+ errorBorderHover: string;
9729
+ errorSolidHover: string;
9730
+ errorSolidContrast: string;
9634
9731
  errorShadow: string;
9732
+ neutralLight: string;
9733
+ neutralLightHover: string;
9734
+ neutralLightActive: string;
9735
+ neutralLightContrast: string;
9736
+ neutral: string;
9737
+ neutralBorder: string;
9738
+ neutralBorderHover: string;
9739
+ neutralSolidHover: string;
9740
+ neutralSolidContrast: string;
9741
+ neutralShadow: string;
9635
9742
  gradient: string;
9636
- link: string;
9743
+ accents0: string;
9744
+ accents1: string;
9745
+ accents2: string;
9746
+ accents3: string;
9747
+ accents4: string;
9748
+ accents5: string;
9749
+ accents6: string;
9750
+ accents7: string;
9751
+ accents8: string;
9752
+ accents9: string;
9753
+ border: string;
9637
9754
  };
9638
9755
  fonts: {
9639
9756
  sans: string;
9640
9757
  mono: string;
9641
9758
  };
9642
9759
  fontSizes: {
9643
- tiny: string;
9644
9760
  xs: string;
9645
- base: string;
9646
9761
  sm: string;
9762
+ base: string;
9647
9763
  md: string;
9648
9764
  lg: string;
9649
9765
  xl: string;
9766
+ xl2: string;
9767
+ xl3: string;
9768
+ xl4: string;
9769
+ xl5: string;
9770
+ xl6: string;
9771
+ xl7: string;
9772
+ xl8: string;
9773
+ xl9: string;
9650
9774
  };
9651
9775
  fontWeights: {
9652
9776
  hairline: number;
@@ -9662,9 +9786,18 @@ export declare const StyledCheckboxGroupLabel: import("@stitches/react/types/sty
9662
9786
  lineHeights: {
9663
9787
  xs: number;
9664
9788
  sm: number;
9789
+ base: number;
9665
9790
  md: number;
9666
9791
  lg: number;
9667
9792
  xl: number;
9793
+ xl2: number;
9794
+ xl3: number;
9795
+ xl4: number;
9796
+ xl5: number;
9797
+ xl6: number;
9798
+ xl7: number;
9799
+ xl8: number;
9800
+ xl9: number;
9668
9801
  };
9669
9802
  letterSpacings: {
9670
9803
  tighter: string;
@@ -9749,6 +9882,7 @@ export declare const StyledCheckboxGroupLabel: import("@stitches/react/types/sty
9749
9882
  avatar: string;
9750
9883
  link: string;
9751
9884
  card: string;
9885
+ dropdownItem: string;
9752
9886
  };
9753
9887
  breakpoints: {
9754
9888
  xs: string;
@@ -10124,7 +10258,9 @@ export declare const StyledCheckboxGroupLabel: import("@stitches/react/types/sty
10124
10258
  readonly [$$PropertyValue]: "backgroundColor";
10125
10259
  }) => {
10126
10260
  bf: string;
10127
- bg: string;
10261
+ bg: {
10262
+ readonly [$$PropertyValue]: "backgroundColor";
10263
+ };
10128
10264
  };
10129
10265
  bgColor: (value: {
10130
10266
  readonly [$$PropertyValue]: "backgroundColor";
@@ -10202,6 +10338,32 @@ export declare const StyledCheckboxGroupLabel: import("@stitches/react/types/sty
10202
10338
  readonly [$$PropertyValue]: "boxShadow";
10203
10339
  };
10204
10340
  };
10341
+ ds: (value: {
10342
+ readonly [$$PropertyValue]: "boxShadow";
10343
+ }) => {
10344
+ dropShadow: {
10345
+ readonly [$$PropertyValue]: "boxShadow";
10346
+ };
10347
+ };
10348
+ shadow: (value: {
10349
+ readonly [$$PropertyValue]: "boxShadow";
10350
+ }) => {
10351
+ boxShadow: {
10352
+ readonly [$$PropertyValue]: "boxShadow";
10353
+ };
10354
+ };
10355
+ dshadow: (value: {
10356
+ readonly [$$PropertyValue]: "boxShadow";
10357
+ }) => {
10358
+ dropShadow: {
10359
+ readonly [$$PropertyValue]: "boxShadow";
10360
+ };
10361
+ };
10362
+ dropShadow: (value: {
10363
+ readonly [$$PropertyValue]: "boxShadow";
10364
+ }) => {
10365
+ filter: string;
10366
+ };
10205
10367
  normalShadow: (value: {
10206
10368
  readonly [$$PropertyValue]: "backgroundColor";
10207
10369
  }) => {
@@ -10405,6 +10567,16 @@ export declare const StyledCheckboxGroupLabel: import("@stitches/react/types/sty
10405
10567
  readonly [$$PropertyValue]: "textDecorationLine";
10406
10568
  };
10407
10569
  };
10570
+ truncateText: (value: {
10571
+ readonly [$$PropertyValue]: "width";
10572
+ }) => {
10573
+ maxWidth: {
10574
+ readonly [$$PropertyValue]: "width";
10575
+ };
10576
+ whiteSpace: string;
10577
+ overflow: string;
10578
+ textOverflow: string;
10579
+ };
10408
10580
  textGradient: (value: {
10409
10581
  readonly [$$PropertyValue]: "backgroundImage";
10410
10582
  }) => {