@nextui-org/react 1.0.0-beta.7 → 1.0.0-beta.8

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 (217) hide show
  1. package/cjs/avatar/avatar.js +1 -1
  2. package/cjs/avatar/avatar.styles.js +1 -1
  3. package/cjs/button/button-icon.js +1 -1
  4. package/cjs/button/button.js +1 -1
  5. package/cjs/button/button.styles.js +1 -1
  6. package/cjs/card/card.js +1 -1
  7. package/cjs/card/card.styles.js +1 -1
  8. package/cjs/card/index.js +1 -1
  9. package/cjs/card/use-card.js +1 -0
  10. package/cjs/checkbox/checkbox-group.js +1 -1
  11. package/cjs/checkbox/checkbox.styles.js +1 -1
  12. package/cjs/checkbox/use-checkbox-group.js +1 -1
  13. package/cjs/collapse/collapse.styles.js +1 -1
  14. package/cjs/css-baseline/css-baseline.js +1 -1
  15. package/cjs/dropdown/base/dropdown-item-base.js +1 -0
  16. package/cjs/dropdown/dropdown-button.js +1 -0
  17. package/cjs/dropdown/dropdown-context.js +1 -0
  18. package/cjs/dropdown/dropdown-icon.js +1 -0
  19. package/cjs/dropdown/dropdown-item.js +1 -0
  20. package/cjs/dropdown/dropdown-menu.js +1 -0
  21. package/cjs/dropdown/dropdown-section.js +1 -0
  22. package/cjs/dropdown/dropdown-trigger.js +1 -0
  23. package/cjs/dropdown/dropdown-types.js +1 -0
  24. package/cjs/dropdown/dropdown.js +1 -0
  25. package/cjs/dropdown/dropdown.styles.js +1 -0
  26. package/cjs/dropdown/index.js +1 -0
  27. package/cjs/dropdown/use-dropdown.js +1 -0
  28. package/cjs/image/image.js +1 -1
  29. package/cjs/image/image.styles.js +1 -1
  30. package/cjs/index.js +1 -1
  31. package/cjs/input/input.styles.js +1 -1
  32. package/cjs/modal/modal.styles.js +1 -1
  33. package/cjs/pagination/pagination.styles.js +1 -1
  34. package/cjs/popover/popover-content.js +1 -1
  35. package/cjs/popover/popover-trigger.js +1 -1
  36. package/cjs/popover/popover.js +1 -1
  37. package/cjs/popover/popover.styles.js +1 -1
  38. package/cjs/popover/use-popover.js +1 -1
  39. package/cjs/popover/utils.js +1 -1
  40. package/cjs/radio/index.js +1 -1
  41. package/cjs/radio/radio-context.js +1 -1
  42. package/cjs/radio/radio-group.js +1 -1
  43. package/cjs/radio/radio.js +1 -1
  44. package/cjs/radio/radio.styles.js +1 -1
  45. package/cjs/radio/use-radio-group.js +1 -0
  46. package/cjs/radio/use-radio.js +1 -0
  47. package/cjs/snippet/snippet.styles.js +1 -1
  48. package/cjs/switch/switch.styles.js +1 -1
  49. package/cjs/table/table.styles.js +1 -1
  50. package/cjs/theme/colors/gray.js +1 -1
  51. package/cjs/theme/common.js +1 -1
  52. package/cjs/theme/dark-theme.js +1 -1
  53. package/cjs/theme/light-theme.js +1 -1
  54. package/cjs/theme/shared-css.js +1 -0
  55. package/cjs/theme/stitches.config.js +1 -1
  56. package/cjs/tooltip/tooltip.styles.js +1 -1
  57. package/cjs/user/index.js +1 -1
  58. package/cjs/user/user-link.js +1 -1
  59. package/cjs/user/user.js +1 -1
  60. package/cjs/user/user.styles.js +1 -1
  61. package/cjs/utils/checkmark.js +1 -0
  62. package/cjs/utils/color.js +1 -1
  63. package/cjs/utils/dom.js +1 -1
  64. package/cjs/utils/icons.js +1 -1
  65. package/cjs/utils/prop-types.js +1 -1
  66. package/dropdown/package.json +6 -0
  67. package/esm/avatar/avatar.js +1 -1
  68. package/esm/avatar/avatar.styles.js +1 -1
  69. package/esm/button/button-icon.js +1 -1
  70. package/esm/button/button.js +1 -1
  71. package/esm/button/button.styles.js +1 -1
  72. package/esm/card/card.js +1 -1
  73. package/esm/card/card.styles.js +1 -1
  74. package/esm/card/index.js +1 -1
  75. package/esm/card/use-card.js +1 -0
  76. package/esm/checkbox/checkbox-group.js +1 -1
  77. package/esm/checkbox/checkbox.styles.js +1 -1
  78. package/esm/checkbox/use-checkbox-group.js +1 -1
  79. package/esm/collapse/collapse.styles.js +1 -1
  80. package/esm/css-baseline/css-baseline.js +1 -1
  81. package/esm/dropdown/base/dropdown-item-base.js +1 -0
  82. package/esm/dropdown/dropdown-button.js +1 -0
  83. package/esm/dropdown/dropdown-context.js +1 -0
  84. package/esm/dropdown/dropdown-icon.js +1 -0
  85. package/esm/dropdown/dropdown-item.js +1 -0
  86. package/esm/dropdown/dropdown-menu.js +1 -0
  87. package/esm/dropdown/dropdown-section.js +1 -0
  88. package/esm/dropdown/dropdown-trigger.js +1 -0
  89. package/esm/dropdown/dropdown-types.js +1 -0
  90. package/esm/dropdown/dropdown.js +1 -0
  91. package/esm/dropdown/dropdown.styles.js +1 -0
  92. package/esm/dropdown/index.js +1 -0
  93. package/esm/dropdown/use-dropdown.js +1 -0
  94. package/esm/image/image.js +1 -1
  95. package/esm/image/image.styles.js +1 -1
  96. package/esm/index.js +1 -1
  97. package/esm/input/input.styles.js +1 -1
  98. package/esm/modal/modal.styles.js +1 -1
  99. package/esm/pagination/pagination.styles.js +1 -1
  100. package/esm/popover/popover-content.js +1 -1
  101. package/esm/popover/popover-trigger.js +1 -1
  102. package/esm/popover/popover.js +1 -1
  103. package/esm/popover/popover.styles.js +1 -1
  104. package/esm/popover/use-popover.js +1 -1
  105. package/esm/popover/utils.js +1 -1
  106. package/esm/radio/index.js +1 -1
  107. package/esm/radio/radio-context.js +1 -1
  108. package/esm/radio/radio-group.js +1 -1
  109. package/esm/radio/radio.js +1 -1
  110. package/esm/radio/radio.styles.js +1 -1
  111. package/esm/radio/use-radio-group.js +1 -0
  112. package/esm/radio/use-radio.js +1 -0
  113. package/esm/snippet/snippet.styles.js +1 -1
  114. package/esm/switch/switch.styles.js +1 -1
  115. package/esm/table/table.styles.js +1 -1
  116. package/esm/theme/colors/gray.js +1 -1
  117. package/esm/theme/common.js +1 -1
  118. package/esm/theme/dark-theme.js +1 -1
  119. package/esm/theme/light-theme.js +1 -1
  120. package/esm/theme/shared-css.js +1 -0
  121. package/esm/theme/stitches.config.js +1 -1
  122. package/esm/tooltip/tooltip.styles.js +1 -1
  123. package/esm/user/index.js +1 -1
  124. package/esm/user/user-link.js +1 -1
  125. package/esm/user/user.js +1 -1
  126. package/esm/user/user.styles.js +1 -1
  127. package/esm/utils/checkmark.js +1 -0
  128. package/esm/utils/color.js +1 -1
  129. package/esm/utils/dom.js +1 -1
  130. package/esm/utils/icons.js +1 -1
  131. package/esm/utils/prop-types.js +1 -1
  132. package/package.json +6 -1
  133. package/types/avatar/avatar-group.styles.d.ts +150 -6
  134. package/types/avatar/avatar.d.ts +2372 -11
  135. package/types/avatar/avatar.styles.d.ts +2447 -14
  136. package/types/backdrop/backdrop.styles.d.ts +225 -9
  137. package/types/button/button-group.styles.d.ts +75 -3
  138. package/types/button/button-icon.d.ts +79 -5
  139. package/types/button/button.d.ts +5 -3
  140. package/types/button/button.styles.d.ts +1249 -7
  141. package/types/card/card.d.ts +8 -9
  142. package/types/card/card.styles.d.ts +2621 -24
  143. package/types/card/use-card.d.ts +301 -0
  144. package/types/checkbox/checkbox.styles.d.ts +751 -31
  145. package/types/checkbox/use-checkbox-group.d.ts +3 -2
  146. package/types/code/code.styles.d.ts +150 -6
  147. package/types/col/col.styles.d.ts +75 -3
  148. package/types/collapse/collapse.styles.d.ts +450 -18
  149. package/types/container/container.styles.d.ts +75 -3
  150. package/types/divider/divider.styles.d.ts +150 -6
  151. package/types/dropdown/base/dropdown-item-base.d.ts +19 -0
  152. package/types/dropdown/dropdown-button.d.ts +3689 -0
  153. package/types/dropdown/dropdown-context.d.ts +728 -0
  154. package/types/dropdown/dropdown-icon.d.ts +9 -0
  155. package/types/dropdown/dropdown-item.d.ts +31 -0
  156. package/types/dropdown/dropdown-menu.d.ts +30 -0
  157. package/types/dropdown/dropdown-section.d.ts +29 -0
  158. package/types/dropdown/dropdown-trigger.d.ts +11 -0
  159. package/types/dropdown/dropdown-types.d.ts +24 -0
  160. package/types/dropdown/dropdown.d.ts +24 -0
  161. package/types/dropdown/dropdown.styles.d.ts +11869 -0
  162. package/types/dropdown/index.d.ts +9 -0
  163. package/types/dropdown/use-dropdown.d.ts +389 -0
  164. package/types/grid/grid.styles.d.ts +150 -6
  165. package/types/image/image.d.ts +5 -18
  166. package/types/image/image.styles.d.ts +225 -9
  167. package/types/index.d.ts +4 -1
  168. package/types/input/input-password.d.ts +1 -1
  169. package/types/input/input-props.d.ts +2 -2
  170. package/types/input/input.styles.d.ts +825 -33
  171. package/types/link/link.styles.d.ts +150 -6
  172. package/types/loading/loading.styles.d.ts +450 -18
  173. package/types/modal/modal.styles.d.ts +450 -18
  174. package/types/pagination/pagination.styles.d.ts +450 -18
  175. package/types/popover/popover-content.d.ts +1147 -2
  176. package/types/popover/popover-context.d.ts +120 -0
  177. package/types/popover/popover.d.ts +4 -4
  178. package/types/popover/popover.styles.d.ts +1279 -7
  179. package/types/popover/use-popover.d.ts +83 -4
  180. package/types/popover/utils.d.ts +3 -1
  181. package/types/progress/progress.d.ts +1 -1
  182. package/types/progress/progress.styles.d.ts +150 -6
  183. package/types/radio/index.d.ts +2 -2
  184. package/types/radio/radio-context.d.ts +22 -13
  185. package/types/radio/radio-group.d.ts +9 -78
  186. package/types/radio/radio.d.ts +10 -66
  187. package/types/radio/radio.styles.d.ts +2574 -35
  188. package/types/radio/use-radio-group.d.ts +26 -0
  189. package/types/radio/use-radio.d.ts +31 -0
  190. package/types/row/row.styles.d.ts +75 -3
  191. package/types/snippet/snippet.styles.d.ts +300 -12
  192. package/types/spacer/spacer.styles.d.ts +75 -3
  193. package/types/switch/switch.d.ts +1 -1
  194. package/types/switch/switch.styles.d.ts +300 -12
  195. package/types/table/table-column-header.d.ts +75 -3
  196. package/types/table/table-sort-icon.d.ts +75 -3
  197. package/types/table/table.styles.d.ts +1278 -52
  198. package/types/text/text.styles.d.ts +75 -3
  199. package/types/textarea/textarea.d.ts +1 -1
  200. package/types/theme/common.d.ts +127 -6
  201. package/types/theme/dark-theme.d.ts +11 -0
  202. package/types/theme/light-theme.d.ts +7 -0
  203. package/types/theme/shared-css.d.ts +5237 -0
  204. package/types/theme/stitches.config.d.ts +643 -2964
  205. package/types/theme/types.d.ts +3 -0
  206. package/types/tooltip/tooltip.d.ts +1 -1
  207. package/types/tooltip/tooltip.styles.d.ts +300 -12
  208. package/types/user/index.d.ts +1 -1
  209. package/types/user/user-link.d.ts +4 -11
  210. package/types/user/user.styles.d.ts +298 -983
  211. package/types/utils/checkmark.d.ts +19 -0
  212. package/types/utils/color.d.ts +1 -0
  213. package/types/utils/dom.d.ts +5 -2
  214. package/types/utils/drip.d.ts +76 -4
  215. package/types/utils/prop-types.d.ts +4 -0
  216. package/umd/nextui.js +6269 -3172
  217. package/umd/nextui.min.js +1 -1
@@ -1,4 +1,6 @@
1
- export declare const StyledUser: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
1
+ export declare const StyledUser: import("@stitches/react/types/styled-component").StyledComponent<"div", {
2
+ isFocusVisible?: boolean | "true" | "false" | undefined;
3
+ }, {
2
4
  xs: string;
3
5
  sm: string;
4
6
  md: string;
@@ -38,6 +40,13 @@ export declare const StyledUser: import("@stitches/react/types/styled-component"
38
40
  lg: string;
39
41
  xl: string;
40
42
  };
43
+ dropShadows: {
44
+ xs: string;
45
+ sm: string;
46
+ md: string;
47
+ lg: string;
48
+ xl: string;
49
+ };
41
50
  colors: {
42
51
  text: string;
43
52
  link: string;
@@ -179,6 +188,16 @@ export declare const StyledUser: import("@stitches/react/types/styled-component"
179
188
  errorSolidHover: string;
180
189
  errorSolidContrast: string;
181
190
  errorShadow: string;
191
+ neutralLight: string;
192
+ neutralLightHover: string;
193
+ neutralLightActive: string;
194
+ neutralLightContrast: string;
195
+ neutral: string;
196
+ neutralBorder: string;
197
+ neutralBorderHover: string;
198
+ neutralSolidHover: string;
199
+ neutralSolidContrast: string;
200
+ neutralShadow: string;
182
201
  gradient: string;
183
202
  accents0: string;
184
203
  accents1: string;
@@ -197,13 +216,20 @@ export declare const StyledUser: import("@stitches/react/types/styled-component"
197
216
  mono: string;
198
217
  };
199
218
  fontSizes: {
200
- tiny: string;
201
219
  xs: string;
202
- base: string;
203
220
  sm: string;
221
+ base: string;
204
222
  md: string;
205
223
  lg: string;
206
224
  xl: string;
225
+ xl2: string;
226
+ xl3: string;
227
+ xl4: string;
228
+ xl5: string;
229
+ xl6: string;
230
+ xl7: string;
231
+ xl8: string;
232
+ xl9: string;
207
233
  };
208
234
  fontWeights: {
209
235
  hairline: number;
@@ -219,9 +245,18 @@ export declare const StyledUser: import("@stitches/react/types/styled-component"
219
245
  lineHeights: {
220
246
  xs: number;
221
247
  sm: number;
248
+ base: number;
222
249
  md: number;
223
250
  lg: number;
224
251
  xl: number;
252
+ xl2: number;
253
+ xl3: number;
254
+ xl4: number;
255
+ xl5: number;
256
+ xl6: number;
257
+ xl7: number;
258
+ xl8: number;
259
+ xl9: number;
225
260
  };
226
261
  letterSpacings: {
227
262
  tighter: string;
@@ -306,6 +341,7 @@ export declare const StyledUser: import("@stitches/react/types/styled-component"
306
341
  avatar: string;
307
342
  link: string;
308
343
  card: string;
344
+ dropdownItem: string;
309
345
  };
310
346
  breakpoints: {
311
347
  xs: string;
@@ -681,7 +717,9 @@ export declare const StyledUser: import("@stitches/react/types/styled-component"
681
717
  readonly [$$PropertyValue]: "backgroundColor";
682
718
  }) => {
683
719
  bf: string;
684
- bg: string;
720
+ bg: {
721
+ readonly [$$PropertyValue]: "backgroundColor";
722
+ };
685
723
  };
686
724
  bgColor: (value: {
687
725
  readonly [$$PropertyValue]: "backgroundColor";
@@ -759,6 +797,32 @@ export declare const StyledUser: import("@stitches/react/types/styled-component"
759
797
  readonly [$$PropertyValue]: "boxShadow";
760
798
  };
761
799
  };
800
+ ds: (value: {
801
+ readonly [$$PropertyValue]: "boxShadow";
802
+ }) => {
803
+ dropShadow: {
804
+ readonly [$$PropertyValue]: "boxShadow";
805
+ };
806
+ };
807
+ shadow: (value: {
808
+ readonly [$$PropertyValue]: "boxShadow";
809
+ }) => {
810
+ boxShadow: {
811
+ readonly [$$PropertyValue]: "boxShadow";
812
+ };
813
+ };
814
+ dshadow: (value: {
815
+ readonly [$$PropertyValue]: "boxShadow";
816
+ }) => {
817
+ dropShadow: {
818
+ readonly [$$PropertyValue]: "boxShadow";
819
+ };
820
+ };
821
+ dropShadow: (value: {
822
+ readonly [$$PropertyValue]: "boxShadow";
823
+ }) => {
824
+ filter: string;
825
+ };
762
826
  normalShadow: (value: {
763
827
  readonly [$$PropertyValue]: "backgroundColor";
764
828
  }) => {
@@ -962,6 +1026,16 @@ export declare const StyledUser: import("@stitches/react/types/styled-component"
962
1026
  readonly [$$PropertyValue]: "textDecorationLine";
963
1027
  };
964
1028
  };
1029
+ truncateText: (value: {
1030
+ readonly [$$PropertyValue]: "width";
1031
+ }) => {
1032
+ maxWidth: {
1033
+ readonly [$$PropertyValue]: "width";
1034
+ };
1035
+ whiteSpace: string;
1036
+ overflow: string;
1037
+ textOverflow: string;
1038
+ };
965
1039
  textGradient: (value: {
966
1040
  readonly [$$PropertyValue]: "backgroundImage";
967
1041
  }) => {
@@ -1013,6 +1087,13 @@ export declare const StyledUserInfo: import("@stitches/react/types/styled-compon
1013
1087
  lg: string;
1014
1088
  xl: string;
1015
1089
  };
1090
+ dropShadows: {
1091
+ xs: string;
1092
+ sm: string;
1093
+ md: string;
1094
+ lg: string;
1095
+ xl: string;
1096
+ };
1016
1097
  colors: {
1017
1098
  text: string;
1018
1099
  link: string;
@@ -1154,6 +1235,16 @@ export declare const StyledUserInfo: import("@stitches/react/types/styled-compon
1154
1235
  errorSolidHover: string;
1155
1236
  errorSolidContrast: string;
1156
1237
  errorShadow: string;
1238
+ neutralLight: string;
1239
+ neutralLightHover: string;
1240
+ neutralLightActive: string;
1241
+ neutralLightContrast: string;
1242
+ neutral: string;
1243
+ neutralBorder: string;
1244
+ neutralBorderHover: string;
1245
+ neutralSolidHover: string;
1246
+ neutralSolidContrast: string;
1247
+ neutralShadow: string;
1157
1248
  gradient: string;
1158
1249
  accents0: string;
1159
1250
  accents1: string;
@@ -1172,13 +1263,20 @@ export declare const StyledUserInfo: import("@stitches/react/types/styled-compon
1172
1263
  mono: string;
1173
1264
  };
1174
1265
  fontSizes: {
1175
- tiny: string;
1176
1266
  xs: string;
1177
- base: string;
1178
1267
  sm: string;
1268
+ base: string;
1179
1269
  md: string;
1180
1270
  lg: string;
1181
1271
  xl: string;
1272
+ xl2: string;
1273
+ xl3: string;
1274
+ xl4: string;
1275
+ xl5: string;
1276
+ xl6: string;
1277
+ xl7: string;
1278
+ xl8: string;
1279
+ xl9: string;
1182
1280
  };
1183
1281
  fontWeights: {
1184
1282
  hairline: number;
@@ -1194,9 +1292,18 @@ export declare const StyledUserInfo: import("@stitches/react/types/styled-compon
1194
1292
  lineHeights: {
1195
1293
  xs: number;
1196
1294
  sm: number;
1295
+ base: number;
1197
1296
  md: number;
1198
1297
  lg: number;
1199
1298
  xl: number;
1299
+ xl2: number;
1300
+ xl3: number;
1301
+ xl4: number;
1302
+ xl5: number;
1303
+ xl6: number;
1304
+ xl7: number;
1305
+ xl8: number;
1306
+ xl9: number;
1200
1307
  };
1201
1308
  letterSpacings: {
1202
1309
  tighter: string;
@@ -1281,6 +1388,7 @@ export declare const StyledUserInfo: import("@stitches/react/types/styled-compon
1281
1388
  avatar: string;
1282
1389
  link: string;
1283
1390
  card: string;
1391
+ dropdownItem: string;
1284
1392
  };
1285
1393
  breakpoints: {
1286
1394
  xs: string;
@@ -1656,7 +1764,9 @@ export declare const StyledUserInfo: import("@stitches/react/types/styled-compon
1656
1764
  readonly [$$PropertyValue]: "backgroundColor";
1657
1765
  }) => {
1658
1766
  bf: string;
1659
- bg: string;
1767
+ bg: {
1768
+ readonly [$$PropertyValue]: "backgroundColor";
1769
+ };
1660
1770
  };
1661
1771
  bgColor: (value: {
1662
1772
  readonly [$$PropertyValue]: "backgroundColor";
@@ -1734,6 +1844,32 @@ export declare const StyledUserInfo: import("@stitches/react/types/styled-compon
1734
1844
  readonly [$$PropertyValue]: "boxShadow";
1735
1845
  };
1736
1846
  };
1847
+ ds: (value: {
1848
+ readonly [$$PropertyValue]: "boxShadow";
1849
+ }) => {
1850
+ dropShadow: {
1851
+ readonly [$$PropertyValue]: "boxShadow";
1852
+ };
1853
+ };
1854
+ shadow: (value: {
1855
+ readonly [$$PropertyValue]: "boxShadow";
1856
+ }) => {
1857
+ boxShadow: {
1858
+ readonly [$$PropertyValue]: "boxShadow";
1859
+ };
1860
+ };
1861
+ dshadow: (value: {
1862
+ readonly [$$PropertyValue]: "boxShadow";
1863
+ }) => {
1864
+ dropShadow: {
1865
+ readonly [$$PropertyValue]: "boxShadow";
1866
+ };
1867
+ };
1868
+ dropShadow: (value: {
1869
+ readonly [$$PropertyValue]: "boxShadow";
1870
+ }) => {
1871
+ filter: string;
1872
+ };
1737
1873
  normalShadow: (value: {
1738
1874
  readonly [$$PropertyValue]: "backgroundColor";
1739
1875
  }) => {
@@ -1937,6 +2073,16 @@ export declare const StyledUserInfo: import("@stitches/react/types/styled-compon
1937
2073
  readonly [$$PropertyValue]: "textDecorationLine";
1938
2074
  };
1939
2075
  };
2076
+ truncateText: (value: {
2077
+ readonly [$$PropertyValue]: "width";
2078
+ }) => {
2079
+ maxWidth: {
2080
+ readonly [$$PropertyValue]: "width";
2081
+ };
2082
+ whiteSpace: string;
2083
+ overflow: string;
2084
+ textOverflow: string;
2085
+ };
1940
2086
  textGradient: (value: {
1941
2087
  readonly [$$PropertyValue]: "backgroundImage";
1942
2088
  }) => {
@@ -1988,6 +2134,13 @@ export declare const StyledUserName: import("@stitches/react/types/styled-compon
1988
2134
  lg: string;
1989
2135
  xl: string;
1990
2136
  };
2137
+ dropShadows: {
2138
+ xs: string;
2139
+ sm: string;
2140
+ md: string;
2141
+ lg: string;
2142
+ xl: string;
2143
+ };
1991
2144
  colors: {
1992
2145
  text: string;
1993
2146
  link: string;
@@ -2129,6 +2282,16 @@ export declare const StyledUserName: import("@stitches/react/types/styled-compon
2129
2282
  errorSolidHover: string;
2130
2283
  errorSolidContrast: string;
2131
2284
  errorShadow: string;
2285
+ neutralLight: string;
2286
+ neutralLightHover: string;
2287
+ neutralLightActive: string;
2288
+ neutralLightContrast: string;
2289
+ neutral: string;
2290
+ neutralBorder: string;
2291
+ neutralBorderHover: string;
2292
+ neutralSolidHover: string;
2293
+ neutralSolidContrast: string;
2294
+ neutralShadow: string;
2132
2295
  gradient: string;
2133
2296
  accents0: string;
2134
2297
  accents1: string;
@@ -2147,13 +2310,20 @@ export declare const StyledUserName: import("@stitches/react/types/styled-compon
2147
2310
  mono: string;
2148
2311
  };
2149
2312
  fontSizes: {
2150
- tiny: string;
2151
2313
  xs: string;
2152
- base: string;
2153
2314
  sm: string;
2315
+ base: string;
2154
2316
  md: string;
2155
2317
  lg: string;
2156
2318
  xl: string;
2319
+ xl2: string;
2320
+ xl3: string;
2321
+ xl4: string;
2322
+ xl5: string;
2323
+ xl6: string;
2324
+ xl7: string;
2325
+ xl8: string;
2326
+ xl9: string;
2157
2327
  };
2158
2328
  fontWeights: {
2159
2329
  hairline: number;
@@ -2169,9 +2339,18 @@ export declare const StyledUserName: import("@stitches/react/types/styled-compon
2169
2339
  lineHeights: {
2170
2340
  xs: number;
2171
2341
  sm: number;
2342
+ base: number;
2172
2343
  md: number;
2173
2344
  lg: number;
2174
2345
  xl: number;
2346
+ xl2: number;
2347
+ xl3: number;
2348
+ xl4: number;
2349
+ xl5: number;
2350
+ xl6: number;
2351
+ xl7: number;
2352
+ xl8: number;
2353
+ xl9: number;
2175
2354
  };
2176
2355
  letterSpacings: {
2177
2356
  tighter: string;
@@ -2256,6 +2435,7 @@ export declare const StyledUserName: import("@stitches/react/types/styled-compon
2256
2435
  avatar: string;
2257
2436
  link: string;
2258
2437
  card: string;
2438
+ dropdownItem: string;
2259
2439
  };
2260
2440
  breakpoints: {
2261
2441
  xs: string;
@@ -2631,7 +2811,9 @@ export declare const StyledUserName: import("@stitches/react/types/styled-compon
2631
2811
  readonly [$$PropertyValue]: "backgroundColor";
2632
2812
  }) => {
2633
2813
  bf: string;
2634
- bg: string;
2814
+ bg: {
2815
+ readonly [$$PropertyValue]: "backgroundColor";
2816
+ };
2635
2817
  };
2636
2818
  bgColor: (value: {
2637
2819
  readonly [$$PropertyValue]: "backgroundColor";
@@ -2709,6 +2891,32 @@ export declare const StyledUserName: import("@stitches/react/types/styled-compon
2709
2891
  readonly [$$PropertyValue]: "boxShadow";
2710
2892
  };
2711
2893
  };
2894
+ ds: (value: {
2895
+ readonly [$$PropertyValue]: "boxShadow";
2896
+ }) => {
2897
+ dropShadow: {
2898
+ readonly [$$PropertyValue]: "boxShadow";
2899
+ };
2900
+ };
2901
+ shadow: (value: {
2902
+ readonly [$$PropertyValue]: "boxShadow";
2903
+ }) => {
2904
+ boxShadow: {
2905
+ readonly [$$PropertyValue]: "boxShadow";
2906
+ };
2907
+ };
2908
+ dshadow: (value: {
2909
+ readonly [$$PropertyValue]: "boxShadow";
2910
+ }) => {
2911
+ dropShadow: {
2912
+ readonly [$$PropertyValue]: "boxShadow";
2913
+ };
2914
+ };
2915
+ dropShadow: (value: {
2916
+ readonly [$$PropertyValue]: "boxShadow";
2917
+ }) => {
2918
+ filter: string;
2919
+ };
2712
2920
  normalShadow: (value: {
2713
2921
  readonly [$$PropertyValue]: "backgroundColor";
2714
2922
  }) => {
@@ -2912,6 +3120,16 @@ export declare const StyledUserName: import("@stitches/react/types/styled-compon
2912
3120
  readonly [$$PropertyValue]: "textDecorationLine";
2913
3121
  };
2914
3122
  };
3123
+ truncateText: (value: {
3124
+ readonly [$$PropertyValue]: "width";
3125
+ }) => {
3126
+ maxWidth: {
3127
+ readonly [$$PropertyValue]: "width";
3128
+ };
3129
+ whiteSpace: string;
3130
+ overflow: string;
3131
+ textOverflow: string;
3132
+ };
2915
3133
  textGradient: (value: {
2916
3134
  readonly [$$PropertyValue]: "backgroundImage";
2917
3135
  }) => {
@@ -2963,6 +3181,13 @@ export declare const StyledUserDesc: import("@stitches/react/types/styled-compon
2963
3181
  lg: string;
2964
3182
  xl: string;
2965
3183
  };
3184
+ dropShadows: {
3185
+ xs: string;
3186
+ sm: string;
3187
+ md: string;
3188
+ lg: string;
3189
+ xl: string;
3190
+ };
2966
3191
  colors: {
2967
3192
  text: string;
2968
3193
  link: string;
@@ -3104,6 +3329,16 @@ export declare const StyledUserDesc: import("@stitches/react/types/styled-compon
3104
3329
  errorSolidHover: string;
3105
3330
  errorSolidContrast: string;
3106
3331
  errorShadow: string;
3332
+ neutralLight: string;
3333
+ neutralLightHover: string;
3334
+ neutralLightActive: string;
3335
+ neutralLightContrast: string;
3336
+ neutral: string;
3337
+ neutralBorder: string;
3338
+ neutralBorderHover: string;
3339
+ neutralSolidHover: string;
3340
+ neutralSolidContrast: string;
3341
+ neutralShadow: string;
3107
3342
  gradient: string;
3108
3343
  accents0: string;
3109
3344
  accents1: string;
@@ -3122,13 +3357,20 @@ export declare const StyledUserDesc: import("@stitches/react/types/styled-compon
3122
3357
  mono: string;
3123
3358
  };
3124
3359
  fontSizes: {
3125
- tiny: string;
3126
3360
  xs: string;
3127
- base: string;
3128
3361
  sm: string;
3362
+ base: string;
3129
3363
  md: string;
3130
3364
  lg: string;
3131
3365
  xl: string;
3366
+ xl2: string;
3367
+ xl3: string;
3368
+ xl4: string;
3369
+ xl5: string;
3370
+ xl6: string;
3371
+ xl7: string;
3372
+ xl8: string;
3373
+ xl9: string;
3132
3374
  };
3133
3375
  fontWeights: {
3134
3376
  hairline: number;
@@ -3144,9 +3386,18 @@ export declare const StyledUserDesc: import("@stitches/react/types/styled-compon
3144
3386
  lineHeights: {
3145
3387
  xs: number;
3146
3388
  sm: number;
3389
+ base: number;
3147
3390
  md: number;
3148
3391
  lg: number;
3149
3392
  xl: number;
3393
+ xl2: number;
3394
+ xl3: number;
3395
+ xl4: number;
3396
+ xl5: number;
3397
+ xl6: number;
3398
+ xl7: number;
3399
+ xl8: number;
3400
+ xl9: number;
3150
3401
  };
3151
3402
  letterSpacings: {
3152
3403
  tighter: string;
@@ -3231,6 +3482,7 @@ export declare const StyledUserDesc: import("@stitches/react/types/styled-compon
3231
3482
  avatar: string;
3232
3483
  link: string;
3233
3484
  card: string;
3485
+ dropdownItem: string;
3234
3486
  };
3235
3487
  breakpoints: {
3236
3488
  xs: string;
@@ -3606,7 +3858,9 @@ export declare const StyledUserDesc: import("@stitches/react/types/styled-compon
3606
3858
  readonly [$$PropertyValue]: "backgroundColor";
3607
3859
  }) => {
3608
3860
  bf: string;
3609
- bg: string;
3861
+ bg: {
3862
+ readonly [$$PropertyValue]: "backgroundColor";
3863
+ };
3610
3864
  };
3611
3865
  bgColor: (value: {
3612
3866
  readonly [$$PropertyValue]: "backgroundColor";
@@ -3684,6 +3938,32 @@ export declare const StyledUserDesc: import("@stitches/react/types/styled-compon
3684
3938
  readonly [$$PropertyValue]: "boxShadow";
3685
3939
  };
3686
3940
  };
3941
+ ds: (value: {
3942
+ readonly [$$PropertyValue]: "boxShadow";
3943
+ }) => {
3944
+ dropShadow: {
3945
+ readonly [$$PropertyValue]: "boxShadow";
3946
+ };
3947
+ };
3948
+ shadow: (value: {
3949
+ readonly [$$PropertyValue]: "boxShadow";
3950
+ }) => {
3951
+ boxShadow: {
3952
+ readonly [$$PropertyValue]: "boxShadow";
3953
+ };
3954
+ };
3955
+ dshadow: (value: {
3956
+ readonly [$$PropertyValue]: "boxShadow";
3957
+ }) => {
3958
+ dropShadow: {
3959
+ readonly [$$PropertyValue]: "boxShadow";
3960
+ };
3961
+ };
3962
+ dropShadow: (value: {
3963
+ readonly [$$PropertyValue]: "boxShadow";
3964
+ }) => {
3965
+ filter: string;
3966
+ };
3687
3967
  normalShadow: (value: {
3688
3968
  readonly [$$PropertyValue]: "backgroundColor";
3689
3969
  }) => {
@@ -3887,980 +4167,15 @@ export declare const StyledUserDesc: import("@stitches/react/types/styled-compon
3887
4167
  readonly [$$PropertyValue]: "textDecorationLine";
3888
4168
  };
3889
4169
  };
3890
- textGradient: (value: {
3891
- readonly [$$PropertyValue]: "backgroundImage";
3892
- }) => {
3893
- backgroundImage: string;
3894
- WebkitBackgroundClip: string;
3895
- WebkitTextFillColor: string;
3896
- '&::selection': {
3897
- WebkitTextFillColor: string;
3898
- };
3899
- };
3900
- }>>;
3901
- export declare const StyledUserLink: import("@stitches/react/types/styled-component").StyledComponent<"a", {}, {
3902
- xs: string;
3903
- sm: string;
3904
- md: string;
3905
- lg: string;
3906
- xl: string;
3907
- xsMax: string;
3908
- smMax: string;
3909
- mdMax: string;
3910
- lgMax: string;
3911
- xlMax: string;
3912
- motion: string;
3913
- safari: string;
3914
- hover: string;
3915
- dark: string;
3916
- light: string;
3917
- }, import("@stitches/react/types/css-util").CSS<{
3918
- xs: string;
3919
- sm: string;
3920
- md: string;
3921
- lg: string;
3922
- xl: string;
3923
- xsMax: string;
3924
- smMax: string;
3925
- mdMax: string;
3926
- lgMax: string;
3927
- xlMax: string;
3928
- motion: string;
3929
- safari: string;
3930
- hover: string;
3931
- dark: string;
3932
- light: string;
3933
- }, {
3934
- shadows: {
3935
- xs: string;
3936
- sm: string;
3937
- md: string;
3938
- lg: string;
3939
- xl: string;
3940
- };
3941
- colors: {
3942
- text: string;
3943
- link: string;
3944
- codeLight: string;
3945
- code: string;
3946
- selection: string;
3947
- gray50: string;
3948
- gray100: string;
3949
- gray200: string;
3950
- gray300: string;
3951
- gray400: string;
3952
- gray500: string;
3953
- gray600: string;
3954
- gray700: string;
3955
- gray800: string;
3956
- gray900: string;
3957
- pink50: string;
3958
- pink100: string;
3959
- pink200: string;
3960
- pink300: string;
3961
- pink400: string;
3962
- pink500: string;
3963
- pink600: string;
3964
- pink700: string;
3965
- pink800: string;
3966
- pink900: string;
3967
- cyan50: string;
3968
- cyan100: string;
3969
- cyan200: string;
3970
- cyan300: string;
3971
- cyan400: string;
3972
- cyan500: string;
3973
- cyan600: string;
3974
- cyan700: string;
3975
- cyan800: string;
3976
- cyan900: string;
3977
- red50: string;
3978
- red100: string;
3979
- red200: string;
3980
- red300: string;
3981
- red400: string;
3982
- red500: string;
3983
- red600: string;
3984
- red700: string;
3985
- red800: string;
3986
- red900: string;
3987
- yellow50: string;
3988
- yellow100: string;
3989
- yellow200: string;
3990
- yellow300: string;
3991
- yellow400: string;
3992
- yellow500: string;
3993
- yellow600: string;
3994
- yellow700: string;
3995
- yellow800: string;
3996
- yellow900: string;
3997
- green50: string;
3998
- green100: string;
3999
- green200: string;
4000
- green300: string;
4001
- green400: string;
4002
- green500: string;
4003
- green600: string;
4004
- green700: string;
4005
- green800: string;
4006
- green900: string;
4007
- purple50: string;
4008
- purple100: string;
4009
- purple200: string;
4010
- purple300: string;
4011
- purple400: string;
4012
- purple500: string;
4013
- purple600: string;
4014
- purple700: string;
4015
- purple800: string;
4016
- purple900: string;
4017
- blue50: string;
4018
- blue100: string;
4019
- blue200: string;
4020
- blue300: string;
4021
- blue400: string;
4022
- blue500: string;
4023
- blue600: string;
4024
- blue700: string;
4025
- blue800: string;
4026
- blue900: string;
4027
- background: string;
4028
- foreground: string;
4029
- backgroundContrast: string;
4030
- white: string;
4031
- black: string;
4032
- primaryLight: string;
4033
- primaryLightHover: string;
4034
- primaryLightActive: string;
4035
- primaryLightContrast: string;
4036
- primary: string;
4037
- primaryBorder: string;
4038
- primaryBorderHover: string;
4039
- primarySolidHover: string;
4040
- primarySolidContrast: string;
4041
- primaryShadow: string;
4042
- secondaryLight: string;
4043
- secondaryLightHover: string;
4044
- secondaryLightActive: string;
4045
- secondaryLightContrast: string;
4046
- secondary: string;
4047
- secondaryBorder: string;
4048
- secondaryBorderHover: string;
4049
- secondarySolidHover: string;
4050
- secondarySolidContrast: string;
4051
- secondaryShadow: string;
4052
- successLight: string;
4053
- successLightHover: string;
4054
- successLightActive: string;
4055
- successLightContrast: string;
4056
- success: string;
4057
- successBorder: string;
4058
- successBorderHover: string;
4059
- successSolidHover: string;
4060
- successSolidContrast: string;
4061
- successShadow: string;
4062
- warningLight: string;
4063
- warningLightHover: string;
4064
- warningLightActive: string;
4065
- warningLightContrast: string;
4066
- warning: string;
4067
- warningBorder: string;
4068
- warningBorderHover: string;
4069
- warningSolidHover: string;
4070
- warningSolidContrast: string;
4071
- warningShadow: string;
4072
- errorLight: string;
4073
- errorLightHover: string;
4074
- errorLightActive: string;
4075
- errorLightContrast: string;
4076
- error: string;
4077
- errorBorder: string;
4078
- errorBorderHover: string;
4079
- errorSolidHover: string;
4080
- errorSolidContrast: string;
4081
- errorShadow: string;
4082
- gradient: string;
4083
- accents0: string;
4084
- accents1: string;
4085
- accents2: string;
4086
- accents3: string;
4087
- accents4: string;
4088
- accents5: string;
4089
- accents6: string;
4090
- accents7: string;
4091
- accents8: string;
4092
- accents9: string;
4093
- border: string;
4094
- };
4095
- fonts: {
4096
- sans: string;
4097
- mono: string;
4098
- };
4099
- fontSizes: {
4100
- tiny: string;
4101
- xs: string;
4102
- base: string;
4103
- sm: string;
4104
- md: string;
4105
- lg: string;
4106
- xl: string;
4107
- };
4108
- fontWeights: {
4109
- hairline: number;
4110
- thin: number;
4111
- light: number;
4112
- normal: number;
4113
- medium: number;
4114
- semibold: number;
4115
- bold: number;
4116
- extrabold: number;
4117
- black: number;
4118
- };
4119
- lineHeights: {
4120
- xs: number;
4121
- sm: number;
4122
- md: number;
4123
- lg: number;
4124
- xl: number;
4125
- };
4126
- letterSpacings: {
4127
- tighter: string;
4128
- tight: string;
4129
- normal: string;
4130
- wide: string;
4131
- wider: string;
4132
- widest: string;
4133
- };
4134
- space: {
4135
- 0: string;
4136
- xs: string;
4137
- sm: string;
4138
- md: string;
4139
- lg: string;
4140
- xl: string;
4141
- px: string;
4142
- 1: string;
4143
- 2: string;
4144
- 3: string;
4145
- 4: string;
4146
- 5: string;
4147
- 6: string;
4148
- 7: string;
4149
- 8: string;
4150
- 9: string;
4151
- 10: string;
4152
- 11: string;
4153
- 12: string;
4154
- 13: string;
4155
- 14: string;
4156
- 15: string;
4157
- 16: string;
4158
- 17: string;
4159
- 18: string;
4160
- 20: string;
4161
- 24: string;
4162
- 28: string;
4163
- 32: string;
4164
- 36: string;
4165
- 40: string;
4166
- 44: string;
4167
- 48: string;
4168
- 52: string;
4169
- 56: string;
4170
- 60: string;
4171
- 64: string;
4172
- 72: string;
4173
- 80: string;
4174
- 96: string;
4175
- };
4176
- radii: {
4177
- xs: string;
4178
- sm: string;
4179
- md: string;
4180
- base: string;
4181
- lg: string;
4182
- xl: string;
4183
- squared: string;
4184
- rounded: string;
4185
- pill: string;
4186
- };
4187
- zIndices: {
4188
- 1: string;
4189
- 2: string;
4190
- 3: string;
4191
- 4: string;
4192
- 5: string;
4193
- 10: string;
4194
- max: string;
4195
- };
4196
- borderWeights: {
4197
- light: string;
4198
- normal: string;
4199
- bold: string;
4200
- extrabold: string;
4201
- black: string;
4202
- };
4203
- transitions: {
4204
- default: string;
4205
- button: string;
4206
- avatar: string;
4207
- link: string;
4208
- card: string;
4209
- };
4210
- breakpoints: {
4211
- xs: string;
4212
- sm: string;
4213
- md: string;
4214
- lg: string;
4215
- xl: string;
4216
- };
4217
- }, {
4218
- width: string;
4219
- height: string;
4220
- minWidth: string;
4221
- maxWidth: string;
4222
- minHeight: string;
4223
- maxHeight: string;
4224
- flexBasis: string;
4225
- gridTemplateColumns: string;
4226
- gridTemplateRows: string;
4227
- blockSize: string;
4228
- minBlockSize: string;
4229
- maxBlockSize: string;
4230
- inlineSize: string;
4231
- minInlineSize: string;
4232
- maxInlineSize: string;
4233
- borderWidth: string;
4234
- gap: "space";
4235
- gridGap: "space";
4236
- columnGap: "space";
4237
- gridColumnGap: "space";
4238
- rowGap: "space";
4239
- gridRowGap: "space";
4240
- inset: "space";
4241
- insetBlock: "space";
4242
- insetBlockEnd: "space";
4243
- insetBlockStart: "space";
4244
- insetInline: "space";
4245
- insetInlineEnd: "space";
4246
- insetInlineStart: "space";
4247
- margin: "space";
4248
- marginTop: "space";
4249
- marginRight: "space";
4250
- marginBottom: "space";
4251
- marginLeft: "space";
4252
- marginBlock: "space";
4253
- marginBlockEnd: "space";
4254
- marginBlockStart: "space";
4255
- marginInline: "space";
4256
- marginInlineEnd: "space";
4257
- marginInlineStart: "space";
4258
- padding: "space";
4259
- paddingTop: "space";
4260
- paddingRight: "space";
4261
- paddingBottom: "space";
4262
- paddingLeft: "space";
4263
- paddingBlock: "space";
4264
- paddingBlockEnd: "space";
4265
- paddingBlockStart: "space";
4266
- paddingInline: "space";
4267
- paddingInlineEnd: "space";
4268
- paddingInlineStart: "space";
4269
- scrollMargin: "space";
4270
- scrollMarginTop: "space";
4271
- scrollMarginRight: "space";
4272
- scrollMarginBottom: "space";
4273
- scrollMarginLeft: "space";
4274
- scrollMarginBlock: "space";
4275
- scrollMarginBlockEnd: "space";
4276
- scrollMarginBlockStart: "space";
4277
- scrollMarginInline: "space";
4278
- scrollMarginInlineEnd: "space";
4279
- scrollMarginInlineStart: "space";
4280
- scrollPadding: "space";
4281
- scrollPaddingTop: "space";
4282
- scrollPaddingRight: "space";
4283
- scrollPaddingBottom: "space";
4284
- scrollPaddingLeft: "space";
4285
- scrollPaddingBlock: "space";
4286
- scrollPaddingBlockEnd: "space";
4287
- scrollPaddingBlockStart: "space";
4288
- scrollPaddingInline: "space";
4289
- scrollPaddingInlineEnd: "space";
4290
- scrollPaddingInlineStart: "space";
4291
- top: "space";
4292
- right: "space";
4293
- bottom: "space";
4294
- left: "space";
4295
- fontSize: "fontSizes";
4296
- background: "colors";
4297
- backgroundColor: "colors";
4298
- backgroundImage: "colors";
4299
- borderImage: "colors";
4300
- border: "colors";
4301
- borderBlock: "colors";
4302
- borderBlockEnd: "colors";
4303
- borderBlockStart: "colors";
4304
- borderBottom: "colors";
4305
- borderBottomColor: "colors";
4306
- borderColor: "colors";
4307
- borderInline: "colors";
4308
- borderInlineEnd: "colors";
4309
- borderInlineStart: "colors";
4310
- borderLeft: "colors";
4311
- borderLeftColor: "colors";
4312
- borderRight: "colors";
4313
- borderRightColor: "colors";
4314
- borderTop: "colors";
4315
- borderTopColor: "colors";
4316
- caretColor: "colors";
4317
- color: "colors";
4318
- columnRuleColor: "colors";
4319
- outline: "colors";
4320
- outlineColor: "colors";
4321
- fill: "colors";
4322
- stroke: "colors";
4323
- textDecorationColor: "colors";
4324
- fontFamily: "fonts";
4325
- fontWeight: "fontWeights";
4326
- lineHeight: "lineHeights";
4327
- letterSpacing: "letterSpacings";
4328
- borderTopWidth: "borderWidths";
4329
- borderLeftWidth: "borderWidths";
4330
- borderRightWidth: "borderWidths";
4331
- borderBottomWidth: "borderWidths";
4332
- borderStyle: "borderStyles";
4333
- borderTopStyle: "borderStyles";
4334
- borderLeftStyle: "borderStyles";
4335
- borderRightStyle: "borderStyles";
4336
- borderBottomStyle: "borderStyles";
4337
- borderRadius: "radii";
4338
- borderTopLeftRadius: "radii";
4339
- borderTopRightRadius: "radii";
4340
- borderBottomRightRadius: "radii";
4341
- borderBottomLeftRadius: "radii";
4342
- boxShadow: "shadows";
4343
- textShadow: "shadows";
4344
- transition: "transitions";
4345
- zIndex: "zIndices";
4346
- }, {
4347
- p: (value: {
4348
- readonly [$$PropertyValue]: "padding";
4349
- }) => {
4350
- padding: {
4351
- readonly [$$PropertyValue]: "padding";
4352
- };
4353
- };
4354
- pt: (value: {
4355
- readonly [$$PropertyValue]: "paddingTop";
4356
- }) => {
4357
- paddingTop: {
4358
- readonly [$$PropertyValue]: "paddingTop";
4359
- };
4360
- };
4361
- pr: (value: {
4362
- readonly [$$PropertyValue]: "paddingRight";
4363
- }) => {
4364
- paddingRight: {
4365
- readonly [$$PropertyValue]: "paddingRight";
4366
- };
4367
- };
4368
- pb: (value: {
4369
- readonly [$$PropertyValue]: "paddingBottom";
4370
- }) => {
4371
- paddingBottom: {
4372
- readonly [$$PropertyValue]: "paddingBottom";
4373
- };
4374
- };
4375
- pl: (value: {
4376
- readonly [$$PropertyValue]: "paddingLeft";
4377
- }) => {
4378
- paddingLeft: {
4379
- readonly [$$PropertyValue]: "paddingLeft";
4380
- };
4381
- };
4382
- px: (value: {
4383
- readonly [$$PropertyValue]: "paddingLeft";
4384
- }) => {
4385
- paddingLeft: {
4386
- readonly [$$PropertyValue]: "paddingLeft";
4387
- };
4388
- paddingRight: {
4389
- readonly [$$PropertyValue]: "paddingLeft";
4390
- };
4391
- };
4392
- py: (value: {
4393
- readonly [$$PropertyValue]: "paddingTop";
4394
- }) => {
4395
- paddingTop: {
4396
- readonly [$$PropertyValue]: "paddingTop";
4397
- };
4398
- paddingBottom: {
4399
- readonly [$$PropertyValue]: "paddingTop";
4400
- };
4401
- };
4402
- m: (value: {
4403
- readonly [$$PropertyValue]: "margin";
4404
- }) => {
4405
- margin: {
4406
- readonly [$$PropertyValue]: "margin";
4407
- };
4408
- };
4409
- mt: (value: {
4410
- readonly [$$PropertyValue]: "marginTop";
4411
- }) => {
4412
- marginTop: {
4413
- readonly [$$PropertyValue]: "marginTop";
4414
- };
4415
- };
4416
- mr: (value: {
4417
- readonly [$$PropertyValue]: "marginRight";
4418
- }) => {
4419
- marginRight: {
4420
- readonly [$$PropertyValue]: "marginRight";
4421
- };
4422
- };
4423
- mb: (value: {
4424
- readonly [$$PropertyValue]: "marginBottom";
4425
- }) => {
4426
- marginBottom: {
4427
- readonly [$$PropertyValue]: "marginBottom";
4428
- };
4429
- };
4430
- ml: (value: {
4431
- readonly [$$PropertyValue]: "marginLeft";
4432
- }) => {
4433
- marginLeft: {
4434
- readonly [$$PropertyValue]: "marginLeft";
4435
- };
4436
- };
4437
- mx: (value: {
4438
- readonly [$$PropertyValue]: "marginLeft";
4439
- }) => {
4440
- marginLeft: {
4441
- readonly [$$PropertyValue]: "marginLeft";
4442
- };
4443
- marginRight: {
4444
- readonly [$$PropertyValue]: "marginLeft";
4445
- };
4446
- };
4447
- my: (value: {
4448
- readonly [$$PropertyValue]: "marginTop";
4449
- }) => {
4450
- marginTop: {
4451
- readonly [$$PropertyValue]: "marginTop";
4452
- };
4453
- marginBottom: {
4454
- readonly [$$PropertyValue]: "marginTop";
4455
- };
4456
- };
4457
- ta: (value: {
4458
- readonly [$$PropertyValue]: "textAlign";
4459
- }) => {
4460
- textAlign: {
4461
- readonly [$$PropertyValue]: "textAlign";
4462
- };
4463
- };
4464
- tt: (value: {
4465
- readonly [$$PropertyValue]: "textTransform";
4466
- }) => {
4467
- textTransform: {
4468
- readonly [$$PropertyValue]: "textTransform";
4469
- };
4470
- };
4471
- to: (value: {
4472
- readonly [$$PropertyValue]: "textOverflow";
4473
- }) => {
4474
- textOverflow: {
4475
- readonly [$$PropertyValue]: "textOverflow";
4476
- };
4477
- };
4478
- d: (value: {
4479
- readonly [$$PropertyValue]: "display";
4480
- }) => {
4481
- display: {
4482
- readonly [$$PropertyValue]: "display";
4483
- };
4484
- };
4485
- dflex: (value: {
4486
- readonly [$$PropertyValue]: "alignItems";
4487
- }) => {
4488
- display: string;
4489
- alignItems: {
4490
- readonly [$$PropertyValue]: "alignItems";
4491
- };
4492
- justifyContent: {
4493
- readonly [$$PropertyValue]: "alignItems";
4494
- };
4495
- };
4496
- fd: (value: {
4497
- readonly [$$PropertyValue]: "flexDirection";
4498
- }) => {
4499
- flexDirection: {
4500
- readonly [$$PropertyValue]: "flexDirection";
4501
- };
4502
- };
4503
- fw: (value: {
4504
- readonly [$$PropertyValue]: "flexWrap";
4505
- }) => {
4506
- flexWrap: {
4507
- readonly [$$PropertyValue]: "flexWrap";
4508
- };
4509
- };
4510
- ai: (value: {
4511
- readonly [$$PropertyValue]: "alignItems";
4512
- }) => {
4513
- alignItems: {
4514
- readonly [$$PropertyValue]: "alignItems";
4515
- };
4516
- };
4517
- ac: (value: {
4518
- readonly [$$PropertyValue]: "alignContent";
4519
- }) => {
4520
- alignContent: {
4521
- readonly [$$PropertyValue]: "alignContent";
4522
- };
4523
- };
4524
- jc: (value: {
4525
- readonly [$$PropertyValue]: "justifyContent";
4526
- }) => {
4527
- justifyContent: {
4528
- readonly [$$PropertyValue]: "justifyContent";
4529
- };
4530
- };
4531
- as: (value: {
4532
- readonly [$$PropertyValue]: "alignSelf";
4533
- }) => {
4534
- alignSelf: {
4535
- readonly [$$PropertyValue]: "alignSelf";
4536
- };
4537
- };
4538
- fg: (value: {
4539
- readonly [$$PropertyValue]: "flexGrow";
4540
- }) => {
4541
- flexGrow: {
4542
- readonly [$$PropertyValue]: "flexGrow";
4543
- };
4544
- };
4545
- fs: (value: {
4546
- readonly [$$PropertyValue]: "fontSize";
4547
- }) => {
4548
- fontSize: {
4549
- readonly [$$PropertyValue]: "fontSize";
4550
- };
4551
- };
4552
- fb: (value: {
4553
- readonly [$$PropertyValue]: "flexBasis";
4554
- }) => {
4555
- flexBasis: {
4556
- readonly [$$PropertyValue]: "flexBasis";
4557
- };
4558
- };
4559
- bc: (value: {
4560
- readonly [$$PropertyValue]: "backgroundColor";
4561
- }) => {
4562
- backgroundColor: {
4563
- readonly [$$PropertyValue]: "backgroundColor";
4564
- };
4565
- };
4566
- bf: (value: {
4567
- readonly [$$PropertyValue]: "backdropFilter";
4568
- }) => {
4569
- backdropFilter: {
4570
- readonly [$$PropertyValue]: "backdropFilter";
4571
- };
4572
- };
4573
- bg: (value: {
4574
- readonly [$$PropertyValue]: "backgroundColor";
4575
- }) => {
4576
- background: {
4577
- readonly [$$PropertyValue]: "backgroundColor";
4578
- };
4579
- };
4580
- bgBlur: (value: {
4581
- readonly [$$PropertyValue]: "backgroundColor";
4582
- }) => {
4583
- bf: string;
4584
- bg: string;
4585
- };
4586
- bgColor: (value: {
4587
- readonly [$$PropertyValue]: "backgroundColor";
4588
- }) => {
4589
- backgroundColor: {
4590
- readonly [$$PropertyValue]: "backgroundColor";
4591
- };
4592
- };
4593
- backgroundClip: (value: {
4594
- readonly [$$PropertyValue]: "backgroundClip";
4595
- }) => {
4596
- WebkitBackgroundClip: {
4597
- readonly [$$PropertyValue]: "backgroundClip";
4598
- };
4599
- backgroundClip: {
4600
- readonly [$$PropertyValue]: "backgroundClip";
4601
- };
4602
- };
4603
- bgClip: (value: {
4604
- readonly [$$PropertyValue]: "backgroundClip";
4605
- }) => {
4606
- WebkitBackgroundClip: {
4607
- readonly [$$PropertyValue]: "backgroundClip";
4608
- };
4609
- backgroundClip: {
4610
- readonly [$$PropertyValue]: "backgroundClip";
4611
- };
4612
- };
4613
- br: (value: {
4614
- readonly [$$PropertyValue]: "borderRadius";
4615
- }) => {
4616
- borderRadius: {
4617
- readonly [$$PropertyValue]: "borderRadius";
4618
- };
4619
- };
4620
- bw: (value: {
4621
- readonly [$$PropertyValue]: "borderWidth";
4622
- }) => {
4623
- borderWidth: {
4624
- readonly [$$PropertyValue]: "borderWidth";
4625
- };
4626
- };
4627
- btrr: (value: {
4628
- readonly [$$PropertyValue]: "borderTopRightRadius";
4629
- }) => {
4630
- borderTopRightRadius: {
4631
- readonly [$$PropertyValue]: "borderTopRightRadius";
4632
- };
4633
- };
4634
- bbrr: (value: {
4635
- readonly [$$PropertyValue]: "borderBottomRightRadius";
4636
- }) => {
4637
- borderBottomRightRadius: {
4638
- readonly [$$PropertyValue]: "borderBottomRightRadius";
4639
- };
4640
- };
4641
- bblr: (value: {
4642
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
4643
- }) => {
4644
- borderBottomLeftRadius: {
4645
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
4646
- };
4647
- };
4648
- btlr: (value: {
4649
- readonly [$$PropertyValue]: "borderTopLeftRadius";
4650
- }) => {
4651
- borderTopLeftRadius: {
4652
- readonly [$$PropertyValue]: "borderTopLeftRadius";
4653
- };
4654
- };
4655
- bs: (value: {
4656
- readonly [$$PropertyValue]: "boxShadow";
4657
- }) => {
4658
- boxShadow: {
4659
- readonly [$$PropertyValue]: "boxShadow";
4660
- };
4661
- };
4662
- normalShadow: (value: {
4663
- readonly [$$PropertyValue]: "backgroundColor";
4664
- }) => {
4665
- boxShadow: string;
4666
- };
4667
- normalShadowVar: (value: {
4668
- readonly [$$PropertyValue]: "backgroundColor";
4669
- }) => {
4670
- boxShadow: string;
4671
- };
4672
- lh: (value: {
4673
- readonly [$$PropertyValue]: "lineHeight";
4674
- }) => {
4675
- lineHeight: {
4676
- readonly [$$PropertyValue]: "lineHeight";
4677
- };
4678
- };
4679
- ov: (value: {
4680
- readonly [$$PropertyValue]: "overflow";
4681
- }) => {
4682
- overflow: {
4683
- readonly [$$PropertyValue]: "overflow";
4684
- };
4685
- };
4686
- ox: (value: {
4687
- readonly [$$PropertyValue]: "overflowX";
4688
- }) => {
4689
- overflowX: {
4690
- readonly [$$PropertyValue]: "overflowX";
4691
- };
4692
- };
4693
- oy: (value: {
4694
- readonly [$$PropertyValue]: "overflowY";
4695
- }) => {
4696
- overflowY: {
4697
- readonly [$$PropertyValue]: "overflowY";
4698
- };
4699
- };
4700
- pe: (value: {
4701
- readonly [$$PropertyValue]: "pointerEvents";
4702
- }) => {
4703
- pointerEvents: {
4704
- readonly [$$PropertyValue]: "pointerEvents";
4705
- };
4706
- };
4707
- events: (value: {
4708
- readonly [$$PropertyValue]: "pointerEvents";
4709
- }) => {
4710
- pointerEvents: {
4711
- readonly [$$PropertyValue]: "pointerEvents";
4712
- };
4713
- };
4714
- us: (value: {
4715
- readonly [$$PropertyValue]: "userSelect";
4716
- }) => {
4717
- WebkitUserSelect: {
4718
- readonly [$$PropertyValue]: "userSelect";
4719
- };
4720
- userSelect: {
4721
- readonly [$$PropertyValue]: "userSelect";
4722
- };
4723
- };
4724
- userSelect: (value: {
4725
- readonly [$$PropertyValue]: "userSelect";
4726
- }) => {
4727
- WebkitUserSelect: {
4728
- readonly [$$PropertyValue]: "userSelect";
4729
- };
4730
- userSelect: {
4731
- readonly [$$PropertyValue]: "userSelect";
4732
- };
4733
- };
4734
- w: (value: {
4735
- readonly [$$PropertyValue]: "width";
4736
- }) => {
4737
- width: {
4738
- readonly [$$PropertyValue]: "width";
4739
- };
4740
- };
4741
- h: (value: {
4742
- readonly [$$PropertyValue]: "height";
4743
- }) => {
4744
- height: {
4745
- readonly [$$PropertyValue]: "height";
4746
- };
4747
- };
4748
- mw: (value: {
4749
- readonly [$$PropertyValue]: "maxWidth";
4750
- }) => {
4751
- maxWidth: {
4752
- readonly [$$PropertyValue]: "maxWidth";
4753
- };
4754
- };
4755
- maxW: (value: {
4756
- readonly [$$PropertyValue]: "maxWidth";
4757
- }) => {
4758
- maxWidth: {
4759
- readonly [$$PropertyValue]: "maxWidth";
4760
- };
4761
- };
4762
- mh: (value: {
4763
- readonly [$$PropertyValue]: "maxHeight";
4764
- }) => {
4765
- maxHeight: {
4766
- readonly [$$PropertyValue]: "maxHeight";
4767
- };
4768
- };
4769
- maxH: (value: {
4770
- readonly [$$PropertyValue]: "maxHeight";
4771
- }) => {
4772
- maxHeight: {
4773
- readonly [$$PropertyValue]: "maxHeight";
4774
- };
4775
- };
4776
- size: (value: {
4777
- readonly [$$PropertyValue]: "width";
4778
- }) => {
4779
- width: {
4780
- readonly [$$PropertyValue]: "width";
4781
- };
4782
- height: {
4783
- readonly [$$PropertyValue]: "width";
4784
- };
4785
- };
4786
- minSize: (value: {
4787
- readonly [$$PropertyValue]: "width";
4788
- }) => {
4789
- minWidth: {
4790
- readonly [$$PropertyValue]: "width";
4791
- };
4792
- minHeight: {
4793
- readonly [$$PropertyValue]: "width";
4794
- };
4795
- width: {
4796
- readonly [$$PropertyValue]: "width";
4797
- };
4798
- height: {
4799
- readonly [$$PropertyValue]: "width";
4800
- };
4801
- };
4802
- sizeMin: (value: {
4803
- readonly [$$PropertyValue]: "width";
4804
- }) => {
4805
- minWidth: {
4806
- readonly [$$PropertyValue]: "width";
4807
- };
4808
- minHeight: {
4809
- readonly [$$PropertyValue]: "width";
4810
- };
4811
- width: {
4812
- readonly [$$PropertyValue]: "width";
4813
- };
4814
- height: {
4815
- readonly [$$PropertyValue]: "width";
4816
- };
4817
- };
4818
- maxSize: (value: {
4819
- readonly [$$PropertyValue]: "width";
4820
- }) => {
4821
- maxWidth: {
4822
- readonly [$$PropertyValue]: "width";
4823
- };
4824
- maxHeight: {
4825
- readonly [$$PropertyValue]: "width";
4826
- };
4827
- };
4828
- sizeMax: (value: {
4829
- readonly [$$PropertyValue]: "width";
4170
+ truncateText: (value: {
4171
+ readonly [$$PropertyValue]: "width";
4830
4172
  }) => {
4831
4173
  maxWidth: {
4832
4174
  readonly [$$PropertyValue]: "width";
4833
4175
  };
4834
- maxHeight: {
4835
- readonly [$$PropertyValue]: "width";
4836
- };
4837
- };
4838
- appearance: (value: {
4839
- readonly [$$PropertyValue]: "appearance";
4840
- }) => {
4841
- WebkitAppearance: {
4842
- readonly [$$PropertyValue]: "appearance";
4843
- };
4844
- appearance: {
4845
- readonly [$$PropertyValue]: "appearance";
4846
- };
4847
- };
4848
- scale: (value: {
4849
- readonly [$$PropertyValue]: "scale";
4850
- }) => {
4851
- transform: string;
4852
- };
4853
- linearGradient: (value: {
4854
- readonly [$$PropertyValue]: "backgroundImage";
4855
- }) => {
4856
- backgroundImage: string;
4857
- };
4858
- tdl: (value: {
4859
- readonly [$$PropertyValue]: "textDecorationLine";
4860
- }) => {
4861
- textDecorationLine: {
4862
- readonly [$$PropertyValue]: "textDecorationLine";
4863
- };
4176
+ whiteSpace: string;
4177
+ overflow: string;
4178
+ textOverflow: string;
4864
4179
  };
4865
4180
  textGradient: (value: {
4866
4181
  readonly [$$PropertyValue]: "backgroundImage";