@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
@@ -39,89 +39,20 @@ export declare const StyledCol: import("@stitches/react/types/styled-component")
39
39
  lg: string;
40
40
  xl: string;
41
41
  };
42
+ dropShadows: {
43
+ xs: string;
44
+ sm: string;
45
+ md: string;
46
+ lg: string;
47
+ xl: string;
48
+ };
42
49
  colors: {
43
- accents1: string;
44
- accents2: string;
45
- accents3: string;
46
- accents4: string;
47
- accents5: string;
48
- accents6: string;
49
- accents7: string;
50
- accents8: string;
51
- accents9: string;
52
- background: string;
53
- foreground: string;
54
- backgroundContrast: string;
55
50
  text: string;
51
+ link: string;
56
52
  codeLight: string;
57
53
  code: string;
58
- border: string;
59
54
  selection: string;
60
- white: string;
61
- black: string;
62
- blue100: string;
63
- blue200: string;
64
- blue300: string;
65
- blue400: string;
66
- blue500: string;
67
- blue600: string;
68
- blue700: string;
69
- blue800: string;
70
- blue900: string;
71
- purple100: string;
72
- purple200: string;
73
- purple300: string;
74
- purple400: string;
75
- purple500: string;
76
- purple600: string;
77
- purple700: string;
78
- purple800: string;
79
- purple900: string;
80
- green100: string;
81
- green200: string;
82
- green300: string;
83
- green400: string;
84
- green500: string;
85
- green600: string;
86
- green700: string;
87
- green800: string;
88
- green900: string;
89
- yellow100: string;
90
- yellow200: string;
91
- yellow300: string;
92
- yellow400: string;
93
- yellow500: string;
94
- yellow600: string;
95
- yellow700: string;
96
- yellow800: string;
97
- yellow900: string;
98
- red100: string;
99
- red200: string;
100
- red300: string;
101
- red400: string;
102
- red500: string;
103
- red600: string;
104
- red700: string;
105
- red800: string;
106
- red900: string;
107
- cyan100: string;
108
- cyan200: string;
109
- cyan300: string;
110
- cyan400: string;
111
- cyan500: string;
112
- cyan600: string;
113
- cyan700: string;
114
- cyan800: string;
115
- cyan900: string;
116
- pink100: string;
117
- pink200: string;
118
- pink300: string;
119
- pink400: string;
120
- pink500: string;
121
- pink600: string;
122
- pink700: string;
123
- pink800: string;
124
- pink900: string;
55
+ gray50: string;
125
56
  gray100: string;
126
57
  gray200: string;
127
58
  gray300: string;
@@ -131,41 +62,173 @@ export declare const StyledCol: import("@stitches/react/types/styled-component")
131
62
  gray700: string;
132
63
  gray800: string;
133
64
  gray900: string;
65
+ pink50: string;
66
+ pink100: string;
67
+ pink200: string;
68
+ pink300: string;
69
+ pink400: string;
70
+ pink500: string;
71
+ pink600: string;
72
+ pink700: string;
73
+ pink800: string;
74
+ pink900: string;
75
+ cyan50: string;
76
+ cyan100: string;
77
+ cyan200: string;
78
+ cyan300: string;
79
+ cyan400: string;
80
+ cyan500: string;
81
+ cyan600: string;
82
+ cyan700: string;
83
+ cyan800: string;
84
+ cyan900: string;
85
+ red50: string;
86
+ red100: string;
87
+ red200: string;
88
+ red300: string;
89
+ red400: string;
90
+ red500: string;
91
+ red600: string;
92
+ red700: string;
93
+ red800: string;
94
+ red900: string;
95
+ yellow50: string;
96
+ yellow100: string;
97
+ yellow200: string;
98
+ yellow300: string;
99
+ yellow400: string;
100
+ yellow500: string;
101
+ yellow600: string;
102
+ yellow700: string;
103
+ yellow800: string;
104
+ yellow900: string;
105
+ green50: string;
106
+ green100: string;
107
+ green200: string;
108
+ green300: string;
109
+ green400: string;
110
+ green500: string;
111
+ green600: string;
112
+ green700: string;
113
+ green800: string;
114
+ green900: string;
115
+ purple50: string;
116
+ purple100: string;
117
+ purple200: string;
118
+ purple300: string;
119
+ purple400: string;
120
+ purple500: string;
121
+ purple600: string;
122
+ purple700: string;
123
+ purple800: string;
124
+ purple900: string;
125
+ blue50: string;
126
+ blue100: string;
127
+ blue200: string;
128
+ blue300: string;
129
+ blue400: string;
130
+ blue500: string;
131
+ blue600: string;
132
+ blue700: string;
133
+ blue800: string;
134
+ blue900: string;
135
+ background: string;
136
+ foreground: string;
137
+ backgroundContrast: string;
138
+ white: string;
139
+ black: string;
134
140
  primaryLight: string;
141
+ primaryLightHover: string;
142
+ primaryLightActive: string;
143
+ primaryLightContrast: string;
135
144
  primary: string;
136
- primaryDark: string;
145
+ primaryBorder: string;
146
+ primaryBorderHover: string;
147
+ primarySolidHover: string;
148
+ primarySolidContrast: string;
137
149
  primaryShadow: string;
138
150
  secondaryLight: string;
151
+ secondaryLightHover: string;
152
+ secondaryLightActive: string;
153
+ secondaryLightContrast: string;
139
154
  secondary: string;
140
- secondaryDark: string;
155
+ secondaryBorder: string;
156
+ secondaryBorderHover: string;
157
+ secondarySolidHover: string;
158
+ secondarySolidContrast: string;
141
159
  secondaryShadow: string;
142
160
  successLight: string;
161
+ successLightHover: string;
162
+ successLightActive: string;
163
+ successLightContrast: string;
143
164
  success: string;
144
- successDark: string;
165
+ successBorder: string;
166
+ successBorderHover: string;
167
+ successSolidHover: string;
168
+ successSolidContrast: string;
145
169
  successShadow: string;
146
170
  warningLight: string;
171
+ warningLightHover: string;
172
+ warningLightActive: string;
173
+ warningLightContrast: string;
147
174
  warning: string;
148
- warningDark: string;
175
+ warningBorder: string;
176
+ warningBorderHover: string;
177
+ warningSolidHover: string;
178
+ warningSolidContrast: string;
149
179
  warningShadow: string;
150
180
  errorLight: string;
181
+ errorLightHover: string;
182
+ errorLightActive: string;
183
+ errorLightContrast: string;
151
184
  error: string;
152
- errorDark: string;
185
+ errorBorder: string;
186
+ errorBorderHover: string;
187
+ errorSolidHover: string;
188
+ errorSolidContrast: string;
153
189
  errorShadow: string;
190
+ neutralLight: string;
191
+ neutralLightHover: string;
192
+ neutralLightActive: string;
193
+ neutralLightContrast: string;
194
+ neutral: string;
195
+ neutralBorder: string;
196
+ neutralBorderHover: string;
197
+ neutralSolidHover: string;
198
+ neutralSolidContrast: string;
199
+ neutralShadow: string;
154
200
  gradient: string;
155
- link: string;
201
+ accents0: string;
202
+ accents1: string;
203
+ accents2: string;
204
+ accents3: string;
205
+ accents4: string;
206
+ accents5: string;
207
+ accents6: string;
208
+ accents7: string;
209
+ accents8: string;
210
+ accents9: string;
211
+ border: string;
156
212
  };
157
213
  fonts: {
158
214
  sans: string;
159
215
  mono: string;
160
216
  };
161
217
  fontSizes: {
162
- tiny: string;
163
218
  xs: string;
164
- base: string;
165
219
  sm: string;
220
+ base: string;
166
221
  md: string;
167
222
  lg: string;
168
223
  xl: string;
224
+ xl2: string;
225
+ xl3: string;
226
+ xl4: string;
227
+ xl5: string;
228
+ xl6: string;
229
+ xl7: string;
230
+ xl8: string;
231
+ xl9: string;
169
232
  };
170
233
  fontWeights: {
171
234
  hairline: number;
@@ -181,9 +244,18 @@ export declare const StyledCol: import("@stitches/react/types/styled-component")
181
244
  lineHeights: {
182
245
  xs: number;
183
246
  sm: number;
247
+ base: number;
184
248
  md: number;
185
249
  lg: number;
186
250
  xl: number;
251
+ xl2: number;
252
+ xl3: number;
253
+ xl4: number;
254
+ xl5: number;
255
+ xl6: number;
256
+ xl7: number;
257
+ xl8: number;
258
+ xl9: number;
187
259
  };
188
260
  letterSpacings: {
189
261
  tighter: string;
@@ -268,6 +340,7 @@ export declare const StyledCol: import("@stitches/react/types/styled-component")
268
340
  avatar: string;
269
341
  link: string;
270
342
  card: string;
343
+ dropdownItem: string;
271
344
  };
272
345
  breakpoints: {
273
346
  xs: string;
@@ -643,7 +716,9 @@ export declare const StyledCol: import("@stitches/react/types/styled-component")
643
716
  readonly [$$PropertyValue]: "backgroundColor";
644
717
  }) => {
645
718
  bf: string;
646
- bg: string;
719
+ bg: {
720
+ readonly [$$PropertyValue]: "backgroundColor";
721
+ };
647
722
  };
648
723
  bgColor: (value: {
649
724
  readonly [$$PropertyValue]: "backgroundColor";
@@ -721,6 +796,32 @@ export declare const StyledCol: import("@stitches/react/types/styled-component")
721
796
  readonly [$$PropertyValue]: "boxShadow";
722
797
  };
723
798
  };
799
+ ds: (value: {
800
+ readonly [$$PropertyValue]: "boxShadow";
801
+ }) => {
802
+ dropShadow: {
803
+ readonly [$$PropertyValue]: "boxShadow";
804
+ };
805
+ };
806
+ shadow: (value: {
807
+ readonly [$$PropertyValue]: "boxShadow";
808
+ }) => {
809
+ boxShadow: {
810
+ readonly [$$PropertyValue]: "boxShadow";
811
+ };
812
+ };
813
+ dshadow: (value: {
814
+ readonly [$$PropertyValue]: "boxShadow";
815
+ }) => {
816
+ dropShadow: {
817
+ readonly [$$PropertyValue]: "boxShadow";
818
+ };
819
+ };
820
+ dropShadow: (value: {
821
+ readonly [$$PropertyValue]: "boxShadow";
822
+ }) => {
823
+ filter: string;
824
+ };
724
825
  normalShadow: (value: {
725
826
  readonly [$$PropertyValue]: "backgroundColor";
726
827
  }) => {
@@ -924,6 +1025,16 @@ export declare const StyledCol: import("@stitches/react/types/styled-component")
924
1025
  readonly [$$PropertyValue]: "textDecorationLine";
925
1026
  };
926
1027
  };
1028
+ truncateText: (value: {
1029
+ readonly [$$PropertyValue]: "width";
1030
+ }) => {
1031
+ maxWidth: {
1032
+ readonly [$$PropertyValue]: "width";
1033
+ };
1034
+ whiteSpace: string;
1035
+ overflow: string;
1036
+ textOverflow: string;
1037
+ };
927
1038
  textGradient: (value: {
928
1039
  readonly [$$PropertyValue]: "backgroundImage";
929
1040
  }) => {