@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.
- package/cjs/avatar/avatar.js +1 -1
- package/cjs/avatar/avatar.styles.js +1 -1
- package/cjs/button/button-icon.js +1 -1
- package/cjs/button/button.js +1 -1
- package/cjs/button/button.styles.js +1 -1
- package/cjs/card/card.js +1 -1
- package/cjs/card/card.styles.js +1 -1
- package/cjs/card/index.js +1 -1
- package/cjs/card/use-card.js +1 -0
- package/cjs/checkbox/checkbox-group.js +1 -1
- package/cjs/checkbox/checkbox.styles.js +1 -1
- package/cjs/checkbox/use-checkbox-group.js +1 -1
- package/cjs/collapse/collapse.styles.js +1 -1
- package/cjs/css-baseline/css-baseline.js +1 -1
- package/cjs/dropdown/base/dropdown-item-base.js +1 -0
- package/cjs/dropdown/dropdown-button.js +1 -0
- package/cjs/dropdown/dropdown-context.js +1 -0
- package/cjs/dropdown/dropdown-icon.js +1 -0
- package/cjs/dropdown/dropdown-item.js +1 -0
- package/cjs/dropdown/dropdown-menu.js +1 -0
- package/cjs/dropdown/dropdown-section.js +1 -0
- package/cjs/dropdown/dropdown-trigger.js +1 -0
- package/cjs/dropdown/dropdown-types.js +1 -0
- package/cjs/dropdown/dropdown.js +1 -0
- package/cjs/dropdown/dropdown.styles.js +1 -0
- package/cjs/dropdown/index.js +1 -0
- package/cjs/dropdown/use-dropdown.js +1 -0
- package/cjs/image/image.js +1 -1
- package/cjs/image/image.styles.js +1 -1
- package/cjs/index.js +1 -1
- package/cjs/input/input.styles.js +1 -1
- package/cjs/modal/modal.styles.js +1 -1
- package/cjs/pagination/pagination.styles.js +1 -1
- package/cjs/popover/popover-content.js +1 -1
- package/cjs/popover/popover-trigger.js +1 -1
- package/cjs/popover/popover.js +1 -1
- package/cjs/popover/popover.styles.js +1 -1
- package/cjs/popover/use-popover.js +1 -1
- package/cjs/popover/utils.js +1 -1
- package/cjs/radio/index.js +1 -1
- package/cjs/radio/radio-context.js +1 -1
- package/cjs/radio/radio-group.js +1 -1
- package/cjs/radio/radio.js +1 -1
- package/cjs/radio/radio.styles.js +1 -1
- package/cjs/radio/use-radio-group.js +1 -0
- package/cjs/radio/use-radio.js +1 -0
- package/cjs/snippet/snippet.styles.js +1 -1
- package/cjs/switch/switch.styles.js +1 -1
- package/cjs/table/table.styles.js +1 -1
- package/cjs/theme/colors/gray.js +1 -1
- package/cjs/theme/common.js +1 -1
- package/cjs/theme/dark-theme.js +1 -1
- package/cjs/theme/light-theme.js +1 -1
- package/cjs/theme/shared-css.js +1 -0
- package/cjs/theme/stitches.config.js +1 -1
- package/cjs/tooltip/tooltip.styles.js +1 -1
- package/cjs/user/index.js +1 -1
- package/cjs/user/user-link.js +1 -1
- package/cjs/user/user.js +1 -1
- package/cjs/user/user.styles.js +1 -1
- package/cjs/utils/checkmark.js +1 -0
- package/cjs/utils/color.js +1 -1
- package/cjs/utils/dom.js +1 -1
- package/cjs/utils/icons.js +1 -1
- package/cjs/utils/prop-types.js +1 -1
- package/dropdown/package.json +6 -0
- package/esm/avatar/avatar.js +1 -1
- package/esm/avatar/avatar.styles.js +1 -1
- package/esm/button/button-icon.js +1 -1
- package/esm/button/button.js +1 -1
- package/esm/button/button.styles.js +1 -1
- package/esm/card/card.js +1 -1
- package/esm/card/card.styles.js +1 -1
- package/esm/card/index.js +1 -1
- package/esm/card/use-card.js +1 -0
- package/esm/checkbox/checkbox-group.js +1 -1
- package/esm/checkbox/checkbox.styles.js +1 -1
- package/esm/checkbox/use-checkbox-group.js +1 -1
- package/esm/collapse/collapse.styles.js +1 -1
- package/esm/css-baseline/css-baseline.js +1 -1
- package/esm/dropdown/base/dropdown-item-base.js +1 -0
- package/esm/dropdown/dropdown-button.js +1 -0
- package/esm/dropdown/dropdown-context.js +1 -0
- package/esm/dropdown/dropdown-icon.js +1 -0
- package/esm/dropdown/dropdown-item.js +1 -0
- package/esm/dropdown/dropdown-menu.js +1 -0
- package/esm/dropdown/dropdown-section.js +1 -0
- package/esm/dropdown/dropdown-trigger.js +1 -0
- package/esm/dropdown/dropdown-types.js +1 -0
- package/esm/dropdown/dropdown.js +1 -0
- package/esm/dropdown/dropdown.styles.js +1 -0
- package/esm/dropdown/index.js +1 -0
- package/esm/dropdown/use-dropdown.js +1 -0
- package/esm/image/image.js +1 -1
- package/esm/image/image.styles.js +1 -1
- package/esm/index.js +1 -1
- package/esm/input/input.styles.js +1 -1
- package/esm/modal/modal.styles.js +1 -1
- package/esm/pagination/pagination.styles.js +1 -1
- package/esm/popover/popover-content.js +1 -1
- package/esm/popover/popover-trigger.js +1 -1
- package/esm/popover/popover.js +1 -1
- package/esm/popover/popover.styles.js +1 -1
- package/esm/popover/use-popover.js +1 -1
- package/esm/popover/utils.js +1 -1
- package/esm/radio/index.js +1 -1
- package/esm/radio/radio-context.js +1 -1
- package/esm/radio/radio-group.js +1 -1
- package/esm/radio/radio.js +1 -1
- package/esm/radio/radio.styles.js +1 -1
- package/esm/radio/use-radio-group.js +1 -0
- package/esm/radio/use-radio.js +1 -0
- package/esm/snippet/snippet.styles.js +1 -1
- package/esm/switch/switch.styles.js +1 -1
- package/esm/table/table.styles.js +1 -1
- package/esm/theme/colors/gray.js +1 -1
- package/esm/theme/common.js +1 -1
- package/esm/theme/dark-theme.js +1 -1
- package/esm/theme/light-theme.js +1 -1
- package/esm/theme/shared-css.js +1 -0
- package/esm/theme/stitches.config.js +1 -1
- package/esm/tooltip/tooltip.styles.js +1 -1
- package/esm/user/index.js +1 -1
- package/esm/user/user-link.js +1 -1
- package/esm/user/user.js +1 -1
- package/esm/user/user.styles.js +1 -1
- package/esm/utils/checkmark.js +1 -0
- package/esm/utils/color.js +1 -1
- package/esm/utils/dom.js +1 -1
- package/esm/utils/icons.js +1 -1
- package/esm/utils/prop-types.js +1 -1
- package/package.json +6 -1
- package/types/avatar/avatar-group.styles.d.ts +150 -6
- package/types/avatar/avatar.d.ts +2372 -11
- package/types/avatar/avatar.styles.d.ts +2447 -14
- package/types/backdrop/backdrop.styles.d.ts +225 -9
- package/types/button/button-group.styles.d.ts +75 -3
- package/types/button/button-icon.d.ts +79 -5
- package/types/button/button.d.ts +5 -3
- package/types/button/button.styles.d.ts +1249 -7
- package/types/card/card.d.ts +8 -9
- package/types/card/card.styles.d.ts +2621 -24
- package/types/card/use-card.d.ts +301 -0
- package/types/checkbox/checkbox.styles.d.ts +751 -31
- package/types/checkbox/use-checkbox-group.d.ts +3 -2
- package/types/code/code.styles.d.ts +150 -6
- package/types/col/col.styles.d.ts +75 -3
- package/types/collapse/collapse.styles.d.ts +450 -18
- package/types/container/container.styles.d.ts +75 -3
- package/types/divider/divider.styles.d.ts +150 -6
- package/types/dropdown/base/dropdown-item-base.d.ts +19 -0
- package/types/dropdown/dropdown-button.d.ts +3689 -0
- package/types/dropdown/dropdown-context.d.ts +728 -0
- package/types/dropdown/dropdown-icon.d.ts +9 -0
- package/types/dropdown/dropdown-item.d.ts +31 -0
- package/types/dropdown/dropdown-menu.d.ts +30 -0
- package/types/dropdown/dropdown-section.d.ts +29 -0
- package/types/dropdown/dropdown-trigger.d.ts +11 -0
- package/types/dropdown/dropdown-types.d.ts +24 -0
- package/types/dropdown/dropdown.d.ts +24 -0
- package/types/dropdown/dropdown.styles.d.ts +11869 -0
- package/types/dropdown/index.d.ts +9 -0
- package/types/dropdown/use-dropdown.d.ts +389 -0
- package/types/grid/grid.styles.d.ts +150 -6
- package/types/image/image.d.ts +5 -18
- package/types/image/image.styles.d.ts +225 -9
- package/types/index.d.ts +4 -1
- package/types/input/input-password.d.ts +1 -1
- package/types/input/input-props.d.ts +2 -2
- package/types/input/input.styles.d.ts +825 -33
- package/types/link/link.styles.d.ts +150 -6
- package/types/loading/loading.styles.d.ts +450 -18
- package/types/modal/modal.styles.d.ts +450 -18
- package/types/pagination/pagination.styles.d.ts +450 -18
- package/types/popover/popover-content.d.ts +1147 -2
- package/types/popover/popover-context.d.ts +120 -0
- package/types/popover/popover.d.ts +4 -4
- package/types/popover/popover.styles.d.ts +1279 -7
- package/types/popover/use-popover.d.ts +83 -4
- package/types/popover/utils.d.ts +3 -1
- package/types/progress/progress.d.ts +1 -1
- package/types/progress/progress.styles.d.ts +150 -6
- package/types/radio/index.d.ts +2 -2
- package/types/radio/radio-context.d.ts +22 -13
- package/types/radio/radio-group.d.ts +9 -78
- package/types/radio/radio.d.ts +10 -66
- package/types/radio/radio.styles.d.ts +2574 -35
- package/types/radio/use-radio-group.d.ts +26 -0
- package/types/radio/use-radio.d.ts +31 -0
- package/types/row/row.styles.d.ts +75 -3
- package/types/snippet/snippet.styles.d.ts +300 -12
- package/types/spacer/spacer.styles.d.ts +75 -3
- package/types/switch/switch.d.ts +1 -1
- package/types/switch/switch.styles.d.ts +300 -12
- package/types/table/table-column-header.d.ts +75 -3
- package/types/table/table-sort-icon.d.ts +75 -3
- package/types/table/table.styles.d.ts +1278 -52
- package/types/text/text.styles.d.ts +75 -3
- package/types/textarea/textarea.d.ts +1 -1
- package/types/theme/common.d.ts +127 -6
- package/types/theme/dark-theme.d.ts +11 -0
- package/types/theme/light-theme.d.ts +7 -0
- package/types/theme/shared-css.d.ts +5237 -0
- package/types/theme/stitches.config.d.ts +643 -2964
- package/types/theme/types.d.ts +3 -0
- package/types/tooltip/tooltip.d.ts +1 -1
- package/types/tooltip/tooltip.styles.d.ts +300 -12
- package/types/user/index.d.ts +1 -1
- package/types/user/user-link.d.ts +4 -11
- package/types/user/user.styles.d.ts +298 -983
- package/types/utils/checkmark.d.ts +19 -0
- package/types/utils/color.d.ts +1 -0
- package/types/utils/dom.d.ts +5 -2
- package/types/utils/drip.d.ts +76 -4
- package/types/utils/prop-types.d.ts +4 -0
- package/umd/nextui.js +6269 -3172
- package/umd/nextui.min.js +1 -1
|
@@ -44,6 +44,13 @@ export declare const StyledSnippet: import("@stitches/react/types/styled-compone
|
|
|
44
44
|
lg: string;
|
|
45
45
|
xl: string;
|
|
46
46
|
};
|
|
47
|
+
dropShadows: {
|
|
48
|
+
xs: string;
|
|
49
|
+
sm: string;
|
|
50
|
+
md: string;
|
|
51
|
+
lg: string;
|
|
52
|
+
xl: string;
|
|
53
|
+
};
|
|
47
54
|
colors: {
|
|
48
55
|
text: string;
|
|
49
56
|
link: string;
|
|
@@ -185,6 +192,16 @@ export declare const StyledSnippet: import("@stitches/react/types/styled-compone
|
|
|
185
192
|
errorSolidHover: string;
|
|
186
193
|
errorSolidContrast: string;
|
|
187
194
|
errorShadow: string;
|
|
195
|
+
neutralLight: string;
|
|
196
|
+
neutralLightHover: string;
|
|
197
|
+
neutralLightActive: string;
|
|
198
|
+
neutralLightContrast: string;
|
|
199
|
+
neutral: string;
|
|
200
|
+
neutralBorder: string;
|
|
201
|
+
neutralBorderHover: string;
|
|
202
|
+
neutralSolidHover: string;
|
|
203
|
+
neutralSolidContrast: string;
|
|
204
|
+
neutralShadow: string;
|
|
188
205
|
gradient: string;
|
|
189
206
|
accents0: string;
|
|
190
207
|
accents1: string;
|
|
@@ -203,13 +220,20 @@ export declare const StyledSnippet: import("@stitches/react/types/styled-compone
|
|
|
203
220
|
mono: string;
|
|
204
221
|
};
|
|
205
222
|
fontSizes: {
|
|
206
|
-
tiny: string;
|
|
207
223
|
xs: string;
|
|
208
|
-
base: string;
|
|
209
224
|
sm: string;
|
|
225
|
+
base: string;
|
|
210
226
|
md: string;
|
|
211
227
|
lg: string;
|
|
212
228
|
xl: string;
|
|
229
|
+
xl2: string;
|
|
230
|
+
xl3: string;
|
|
231
|
+
xl4: string;
|
|
232
|
+
xl5: string;
|
|
233
|
+
xl6: string;
|
|
234
|
+
xl7: string;
|
|
235
|
+
xl8: string;
|
|
236
|
+
xl9: string;
|
|
213
237
|
};
|
|
214
238
|
fontWeights: {
|
|
215
239
|
hairline: number;
|
|
@@ -225,9 +249,18 @@ export declare const StyledSnippet: import("@stitches/react/types/styled-compone
|
|
|
225
249
|
lineHeights: {
|
|
226
250
|
xs: number;
|
|
227
251
|
sm: number;
|
|
252
|
+
base: number;
|
|
228
253
|
md: number;
|
|
229
254
|
lg: number;
|
|
230
255
|
xl: number;
|
|
256
|
+
xl2: number;
|
|
257
|
+
xl3: number;
|
|
258
|
+
xl4: number;
|
|
259
|
+
xl5: number;
|
|
260
|
+
xl6: number;
|
|
261
|
+
xl7: number;
|
|
262
|
+
xl8: number;
|
|
263
|
+
xl9: number;
|
|
231
264
|
};
|
|
232
265
|
letterSpacings: {
|
|
233
266
|
tighter: string;
|
|
@@ -312,6 +345,7 @@ export declare const StyledSnippet: import("@stitches/react/types/styled-compone
|
|
|
312
345
|
avatar: string;
|
|
313
346
|
link: string;
|
|
314
347
|
card: string;
|
|
348
|
+
dropdownItem: string;
|
|
315
349
|
};
|
|
316
350
|
breakpoints: {
|
|
317
351
|
xs: string;
|
|
@@ -687,7 +721,9 @@ export declare const StyledSnippet: import("@stitches/react/types/styled-compone
|
|
|
687
721
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
688
722
|
}) => {
|
|
689
723
|
bf: string;
|
|
690
|
-
bg:
|
|
724
|
+
bg: {
|
|
725
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
726
|
+
};
|
|
691
727
|
};
|
|
692
728
|
bgColor: (value: {
|
|
693
729
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -765,6 +801,32 @@ export declare const StyledSnippet: import("@stitches/react/types/styled-compone
|
|
|
765
801
|
readonly [$$PropertyValue]: "boxShadow";
|
|
766
802
|
};
|
|
767
803
|
};
|
|
804
|
+
ds: (value: {
|
|
805
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
806
|
+
}) => {
|
|
807
|
+
dropShadow: {
|
|
808
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
809
|
+
};
|
|
810
|
+
};
|
|
811
|
+
shadow: (value: {
|
|
812
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
813
|
+
}) => {
|
|
814
|
+
boxShadow: {
|
|
815
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
816
|
+
};
|
|
817
|
+
};
|
|
818
|
+
dshadow: (value: {
|
|
819
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
820
|
+
}) => {
|
|
821
|
+
dropShadow: {
|
|
822
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
823
|
+
};
|
|
824
|
+
};
|
|
825
|
+
dropShadow: (value: {
|
|
826
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
827
|
+
}) => {
|
|
828
|
+
filter: string;
|
|
829
|
+
};
|
|
768
830
|
normalShadow: (value: {
|
|
769
831
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
770
832
|
}) => {
|
|
@@ -968,6 +1030,16 @@ export declare const StyledSnippet: import("@stitches/react/types/styled-compone
|
|
|
968
1030
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
969
1031
|
};
|
|
970
1032
|
};
|
|
1033
|
+
truncateText: (value: {
|
|
1034
|
+
readonly [$$PropertyValue]: "width";
|
|
1035
|
+
}) => {
|
|
1036
|
+
maxWidth: {
|
|
1037
|
+
readonly [$$PropertyValue]: "width";
|
|
1038
|
+
};
|
|
1039
|
+
whiteSpace: string;
|
|
1040
|
+
overflow: string;
|
|
1041
|
+
textOverflow: string;
|
|
1042
|
+
};
|
|
971
1043
|
textGradient: (value: {
|
|
972
1044
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
973
1045
|
}) => {
|
|
@@ -1021,6 +1093,13 @@ export declare const StyledSnippetPre: import("@stitches/react/types/styled-comp
|
|
|
1021
1093
|
lg: string;
|
|
1022
1094
|
xl: string;
|
|
1023
1095
|
};
|
|
1096
|
+
dropShadows: {
|
|
1097
|
+
xs: string;
|
|
1098
|
+
sm: string;
|
|
1099
|
+
md: string;
|
|
1100
|
+
lg: string;
|
|
1101
|
+
xl: string;
|
|
1102
|
+
};
|
|
1024
1103
|
colors: {
|
|
1025
1104
|
text: string;
|
|
1026
1105
|
link: string;
|
|
@@ -1162,6 +1241,16 @@ export declare const StyledSnippetPre: import("@stitches/react/types/styled-comp
|
|
|
1162
1241
|
errorSolidHover: string;
|
|
1163
1242
|
errorSolidContrast: string;
|
|
1164
1243
|
errorShadow: string;
|
|
1244
|
+
neutralLight: string;
|
|
1245
|
+
neutralLightHover: string;
|
|
1246
|
+
neutralLightActive: string;
|
|
1247
|
+
neutralLightContrast: string;
|
|
1248
|
+
neutral: string;
|
|
1249
|
+
neutralBorder: string;
|
|
1250
|
+
neutralBorderHover: string;
|
|
1251
|
+
neutralSolidHover: string;
|
|
1252
|
+
neutralSolidContrast: string;
|
|
1253
|
+
neutralShadow: string;
|
|
1165
1254
|
gradient: string;
|
|
1166
1255
|
accents0: string;
|
|
1167
1256
|
accents1: string;
|
|
@@ -1180,13 +1269,20 @@ export declare const StyledSnippetPre: import("@stitches/react/types/styled-comp
|
|
|
1180
1269
|
mono: string;
|
|
1181
1270
|
};
|
|
1182
1271
|
fontSizes: {
|
|
1183
|
-
tiny: string;
|
|
1184
1272
|
xs: string;
|
|
1185
|
-
base: string;
|
|
1186
1273
|
sm: string;
|
|
1274
|
+
base: string;
|
|
1187
1275
|
md: string;
|
|
1188
1276
|
lg: string;
|
|
1189
1277
|
xl: string;
|
|
1278
|
+
xl2: string;
|
|
1279
|
+
xl3: string;
|
|
1280
|
+
xl4: string;
|
|
1281
|
+
xl5: string;
|
|
1282
|
+
xl6: string;
|
|
1283
|
+
xl7: string;
|
|
1284
|
+
xl8: string;
|
|
1285
|
+
xl9: string;
|
|
1190
1286
|
};
|
|
1191
1287
|
fontWeights: {
|
|
1192
1288
|
hairline: number;
|
|
@@ -1202,9 +1298,18 @@ export declare const StyledSnippetPre: import("@stitches/react/types/styled-comp
|
|
|
1202
1298
|
lineHeights: {
|
|
1203
1299
|
xs: number;
|
|
1204
1300
|
sm: number;
|
|
1301
|
+
base: number;
|
|
1205
1302
|
md: number;
|
|
1206
1303
|
lg: number;
|
|
1207
1304
|
xl: number;
|
|
1305
|
+
xl2: number;
|
|
1306
|
+
xl3: number;
|
|
1307
|
+
xl4: number;
|
|
1308
|
+
xl5: number;
|
|
1309
|
+
xl6: number;
|
|
1310
|
+
xl7: number;
|
|
1311
|
+
xl8: number;
|
|
1312
|
+
xl9: number;
|
|
1208
1313
|
};
|
|
1209
1314
|
letterSpacings: {
|
|
1210
1315
|
tighter: string;
|
|
@@ -1289,6 +1394,7 @@ export declare const StyledSnippetPre: import("@stitches/react/types/styled-comp
|
|
|
1289
1394
|
avatar: string;
|
|
1290
1395
|
link: string;
|
|
1291
1396
|
card: string;
|
|
1397
|
+
dropdownItem: string;
|
|
1292
1398
|
};
|
|
1293
1399
|
breakpoints: {
|
|
1294
1400
|
xs: string;
|
|
@@ -1664,7 +1770,9 @@ export declare const StyledSnippetPre: import("@stitches/react/types/styled-comp
|
|
|
1664
1770
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1665
1771
|
}) => {
|
|
1666
1772
|
bf: string;
|
|
1667
|
-
bg:
|
|
1773
|
+
bg: {
|
|
1774
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
1775
|
+
};
|
|
1668
1776
|
};
|
|
1669
1777
|
bgColor: (value: {
|
|
1670
1778
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -1742,6 +1850,32 @@ export declare const StyledSnippetPre: import("@stitches/react/types/styled-comp
|
|
|
1742
1850
|
readonly [$$PropertyValue]: "boxShadow";
|
|
1743
1851
|
};
|
|
1744
1852
|
};
|
|
1853
|
+
ds: (value: {
|
|
1854
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1855
|
+
}) => {
|
|
1856
|
+
dropShadow: {
|
|
1857
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1858
|
+
};
|
|
1859
|
+
};
|
|
1860
|
+
shadow: (value: {
|
|
1861
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1862
|
+
}) => {
|
|
1863
|
+
boxShadow: {
|
|
1864
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1865
|
+
};
|
|
1866
|
+
};
|
|
1867
|
+
dshadow: (value: {
|
|
1868
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1869
|
+
}) => {
|
|
1870
|
+
dropShadow: {
|
|
1871
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1872
|
+
};
|
|
1873
|
+
};
|
|
1874
|
+
dropShadow: (value: {
|
|
1875
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1876
|
+
}) => {
|
|
1877
|
+
filter: string;
|
|
1878
|
+
};
|
|
1745
1879
|
normalShadow: (value: {
|
|
1746
1880
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1747
1881
|
}) => {
|
|
@@ -1945,6 +2079,16 @@ export declare const StyledSnippetPre: import("@stitches/react/types/styled-comp
|
|
|
1945
2079
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1946
2080
|
};
|
|
1947
2081
|
};
|
|
2082
|
+
truncateText: (value: {
|
|
2083
|
+
readonly [$$PropertyValue]: "width";
|
|
2084
|
+
}) => {
|
|
2085
|
+
maxWidth: {
|
|
2086
|
+
readonly [$$PropertyValue]: "width";
|
|
2087
|
+
};
|
|
2088
|
+
whiteSpace: string;
|
|
2089
|
+
overflow: string;
|
|
2090
|
+
textOverflow: string;
|
|
2091
|
+
};
|
|
1948
2092
|
textGradient: (value: {
|
|
1949
2093
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
1950
2094
|
}) => {
|
|
@@ -1996,6 +2140,13 @@ export declare const StyledSnippetCopyButtonIcon: import("@stitches/react/types/
|
|
|
1996
2140
|
lg: string;
|
|
1997
2141
|
xl: string;
|
|
1998
2142
|
};
|
|
2143
|
+
dropShadows: {
|
|
2144
|
+
xs: string;
|
|
2145
|
+
sm: string;
|
|
2146
|
+
md: string;
|
|
2147
|
+
lg: string;
|
|
2148
|
+
xl: string;
|
|
2149
|
+
};
|
|
1999
2150
|
colors: {
|
|
2000
2151
|
text: string;
|
|
2001
2152
|
link: string;
|
|
@@ -2137,6 +2288,16 @@ export declare const StyledSnippetCopyButtonIcon: import("@stitches/react/types/
|
|
|
2137
2288
|
errorSolidHover: string;
|
|
2138
2289
|
errorSolidContrast: string;
|
|
2139
2290
|
errorShadow: string;
|
|
2291
|
+
neutralLight: string;
|
|
2292
|
+
neutralLightHover: string;
|
|
2293
|
+
neutralLightActive: string;
|
|
2294
|
+
neutralLightContrast: string;
|
|
2295
|
+
neutral: string;
|
|
2296
|
+
neutralBorder: string;
|
|
2297
|
+
neutralBorderHover: string;
|
|
2298
|
+
neutralSolidHover: string;
|
|
2299
|
+
neutralSolidContrast: string;
|
|
2300
|
+
neutralShadow: string;
|
|
2140
2301
|
gradient: string;
|
|
2141
2302
|
accents0: string;
|
|
2142
2303
|
accents1: string;
|
|
@@ -2155,13 +2316,20 @@ export declare const StyledSnippetCopyButtonIcon: import("@stitches/react/types/
|
|
|
2155
2316
|
mono: string;
|
|
2156
2317
|
};
|
|
2157
2318
|
fontSizes: {
|
|
2158
|
-
tiny: string;
|
|
2159
2319
|
xs: string;
|
|
2160
|
-
base: string;
|
|
2161
2320
|
sm: string;
|
|
2321
|
+
base: string;
|
|
2162
2322
|
md: string;
|
|
2163
2323
|
lg: string;
|
|
2164
2324
|
xl: string;
|
|
2325
|
+
xl2: string;
|
|
2326
|
+
xl3: string;
|
|
2327
|
+
xl4: string;
|
|
2328
|
+
xl5: string;
|
|
2329
|
+
xl6: string;
|
|
2330
|
+
xl7: string;
|
|
2331
|
+
xl8: string;
|
|
2332
|
+
xl9: string;
|
|
2165
2333
|
};
|
|
2166
2334
|
fontWeights: {
|
|
2167
2335
|
hairline: number;
|
|
@@ -2177,9 +2345,18 @@ export declare const StyledSnippetCopyButtonIcon: import("@stitches/react/types/
|
|
|
2177
2345
|
lineHeights: {
|
|
2178
2346
|
xs: number;
|
|
2179
2347
|
sm: number;
|
|
2348
|
+
base: number;
|
|
2180
2349
|
md: number;
|
|
2181
2350
|
lg: number;
|
|
2182
2351
|
xl: number;
|
|
2352
|
+
xl2: number;
|
|
2353
|
+
xl3: number;
|
|
2354
|
+
xl4: number;
|
|
2355
|
+
xl5: number;
|
|
2356
|
+
xl6: number;
|
|
2357
|
+
xl7: number;
|
|
2358
|
+
xl8: number;
|
|
2359
|
+
xl9: number;
|
|
2183
2360
|
};
|
|
2184
2361
|
letterSpacings: {
|
|
2185
2362
|
tighter: string;
|
|
@@ -2264,6 +2441,7 @@ export declare const StyledSnippetCopyButtonIcon: import("@stitches/react/types/
|
|
|
2264
2441
|
avatar: string;
|
|
2265
2442
|
link: string;
|
|
2266
2443
|
card: string;
|
|
2444
|
+
dropdownItem: string;
|
|
2267
2445
|
};
|
|
2268
2446
|
breakpoints: {
|
|
2269
2447
|
xs: string;
|
|
@@ -2639,7 +2817,9 @@ export declare const StyledSnippetCopyButtonIcon: import("@stitches/react/types/
|
|
|
2639
2817
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2640
2818
|
}) => {
|
|
2641
2819
|
bf: string;
|
|
2642
|
-
bg:
|
|
2820
|
+
bg: {
|
|
2821
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
2822
|
+
};
|
|
2643
2823
|
};
|
|
2644
2824
|
bgColor: (value: {
|
|
2645
2825
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -2717,6 +2897,32 @@ export declare const StyledSnippetCopyButtonIcon: import("@stitches/react/types/
|
|
|
2717
2897
|
readonly [$$PropertyValue]: "boxShadow";
|
|
2718
2898
|
};
|
|
2719
2899
|
};
|
|
2900
|
+
ds: (value: {
|
|
2901
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2902
|
+
}) => {
|
|
2903
|
+
dropShadow: {
|
|
2904
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2905
|
+
};
|
|
2906
|
+
};
|
|
2907
|
+
shadow: (value: {
|
|
2908
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2909
|
+
}) => {
|
|
2910
|
+
boxShadow: {
|
|
2911
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2912
|
+
};
|
|
2913
|
+
};
|
|
2914
|
+
dshadow: (value: {
|
|
2915
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2916
|
+
}) => {
|
|
2917
|
+
dropShadow: {
|
|
2918
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2919
|
+
};
|
|
2920
|
+
};
|
|
2921
|
+
dropShadow: (value: {
|
|
2922
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2923
|
+
}) => {
|
|
2924
|
+
filter: string;
|
|
2925
|
+
};
|
|
2720
2926
|
normalShadow: (value: {
|
|
2721
2927
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2722
2928
|
}) => {
|
|
@@ -2920,6 +3126,16 @@ export declare const StyledSnippetCopyButtonIcon: import("@stitches/react/types/
|
|
|
2920
3126
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
2921
3127
|
};
|
|
2922
3128
|
};
|
|
3129
|
+
truncateText: (value: {
|
|
3130
|
+
readonly [$$PropertyValue]: "width";
|
|
3131
|
+
}) => {
|
|
3132
|
+
maxWidth: {
|
|
3133
|
+
readonly [$$PropertyValue]: "width";
|
|
3134
|
+
};
|
|
3135
|
+
whiteSpace: string;
|
|
3136
|
+
overflow: string;
|
|
3137
|
+
textOverflow: string;
|
|
3138
|
+
};
|
|
2923
3139
|
textGradient: (value: {
|
|
2924
3140
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
2925
3141
|
}) => {
|
|
@@ -2971,6 +3187,13 @@ export declare const StyledSnippetCopyButton: import("@stitches/react/types/styl
|
|
|
2971
3187
|
lg: string;
|
|
2972
3188
|
xl: string;
|
|
2973
3189
|
};
|
|
3190
|
+
dropShadows: {
|
|
3191
|
+
xs: string;
|
|
3192
|
+
sm: string;
|
|
3193
|
+
md: string;
|
|
3194
|
+
lg: string;
|
|
3195
|
+
xl: string;
|
|
3196
|
+
};
|
|
2974
3197
|
colors: {
|
|
2975
3198
|
text: string;
|
|
2976
3199
|
link: string;
|
|
@@ -3112,6 +3335,16 @@ export declare const StyledSnippetCopyButton: import("@stitches/react/types/styl
|
|
|
3112
3335
|
errorSolidHover: string;
|
|
3113
3336
|
errorSolidContrast: string;
|
|
3114
3337
|
errorShadow: string;
|
|
3338
|
+
neutralLight: string;
|
|
3339
|
+
neutralLightHover: string;
|
|
3340
|
+
neutralLightActive: string;
|
|
3341
|
+
neutralLightContrast: string;
|
|
3342
|
+
neutral: string;
|
|
3343
|
+
neutralBorder: string;
|
|
3344
|
+
neutralBorderHover: string;
|
|
3345
|
+
neutralSolidHover: string;
|
|
3346
|
+
neutralSolidContrast: string;
|
|
3347
|
+
neutralShadow: string;
|
|
3115
3348
|
gradient: string;
|
|
3116
3349
|
accents0: string;
|
|
3117
3350
|
accents1: string;
|
|
@@ -3130,13 +3363,20 @@ export declare const StyledSnippetCopyButton: import("@stitches/react/types/styl
|
|
|
3130
3363
|
mono: string;
|
|
3131
3364
|
};
|
|
3132
3365
|
fontSizes: {
|
|
3133
|
-
tiny: string;
|
|
3134
3366
|
xs: string;
|
|
3135
|
-
base: string;
|
|
3136
3367
|
sm: string;
|
|
3368
|
+
base: string;
|
|
3137
3369
|
md: string;
|
|
3138
3370
|
lg: string;
|
|
3139
3371
|
xl: string;
|
|
3372
|
+
xl2: string;
|
|
3373
|
+
xl3: string;
|
|
3374
|
+
xl4: string;
|
|
3375
|
+
xl5: string;
|
|
3376
|
+
xl6: string;
|
|
3377
|
+
xl7: string;
|
|
3378
|
+
xl8: string;
|
|
3379
|
+
xl9: string;
|
|
3140
3380
|
};
|
|
3141
3381
|
fontWeights: {
|
|
3142
3382
|
hairline: number;
|
|
@@ -3152,9 +3392,18 @@ export declare const StyledSnippetCopyButton: import("@stitches/react/types/styl
|
|
|
3152
3392
|
lineHeights: {
|
|
3153
3393
|
xs: number;
|
|
3154
3394
|
sm: number;
|
|
3395
|
+
base: number;
|
|
3155
3396
|
md: number;
|
|
3156
3397
|
lg: number;
|
|
3157
3398
|
xl: number;
|
|
3399
|
+
xl2: number;
|
|
3400
|
+
xl3: number;
|
|
3401
|
+
xl4: number;
|
|
3402
|
+
xl5: number;
|
|
3403
|
+
xl6: number;
|
|
3404
|
+
xl7: number;
|
|
3405
|
+
xl8: number;
|
|
3406
|
+
xl9: number;
|
|
3158
3407
|
};
|
|
3159
3408
|
letterSpacings: {
|
|
3160
3409
|
tighter: string;
|
|
@@ -3239,6 +3488,7 @@ export declare const StyledSnippetCopyButton: import("@stitches/react/types/styl
|
|
|
3239
3488
|
avatar: string;
|
|
3240
3489
|
link: string;
|
|
3241
3490
|
card: string;
|
|
3491
|
+
dropdownItem: string;
|
|
3242
3492
|
};
|
|
3243
3493
|
breakpoints: {
|
|
3244
3494
|
xs: string;
|
|
@@ -3614,7 +3864,9 @@ export declare const StyledSnippetCopyButton: import("@stitches/react/types/styl
|
|
|
3614
3864
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3615
3865
|
}) => {
|
|
3616
3866
|
bf: string;
|
|
3617
|
-
bg:
|
|
3867
|
+
bg: {
|
|
3868
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
3869
|
+
};
|
|
3618
3870
|
};
|
|
3619
3871
|
bgColor: (value: {
|
|
3620
3872
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -3692,6 +3944,32 @@ export declare const StyledSnippetCopyButton: import("@stitches/react/types/styl
|
|
|
3692
3944
|
readonly [$$PropertyValue]: "boxShadow";
|
|
3693
3945
|
};
|
|
3694
3946
|
};
|
|
3947
|
+
ds: (value: {
|
|
3948
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3949
|
+
}) => {
|
|
3950
|
+
dropShadow: {
|
|
3951
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3952
|
+
};
|
|
3953
|
+
};
|
|
3954
|
+
shadow: (value: {
|
|
3955
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3956
|
+
}) => {
|
|
3957
|
+
boxShadow: {
|
|
3958
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3959
|
+
};
|
|
3960
|
+
};
|
|
3961
|
+
dshadow: (value: {
|
|
3962
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3963
|
+
}) => {
|
|
3964
|
+
dropShadow: {
|
|
3965
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3966
|
+
};
|
|
3967
|
+
};
|
|
3968
|
+
dropShadow: (value: {
|
|
3969
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3970
|
+
}) => {
|
|
3971
|
+
filter: string;
|
|
3972
|
+
};
|
|
3695
3973
|
normalShadow: (value: {
|
|
3696
3974
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3697
3975
|
}) => {
|
|
@@ -3895,6 +4173,16 @@ export declare const StyledSnippetCopyButton: import("@stitches/react/types/styl
|
|
|
3895
4173
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
3896
4174
|
};
|
|
3897
4175
|
};
|
|
4176
|
+
truncateText: (value: {
|
|
4177
|
+
readonly [$$PropertyValue]: "width";
|
|
4178
|
+
}) => {
|
|
4179
|
+
maxWidth: {
|
|
4180
|
+
readonly [$$PropertyValue]: "width";
|
|
4181
|
+
};
|
|
4182
|
+
whiteSpace: string;
|
|
4183
|
+
overflow: string;
|
|
4184
|
+
textOverflow: string;
|
|
4185
|
+
};
|
|
3898
4186
|
textGradient: (value: {
|
|
3899
4187
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
3900
4188
|
}) => {
|
|
@@ -41,6 +41,13 @@ export declare const StyledSpacer: import("@stitches/react/types/styled-componen
|
|
|
41
41
|
lg: string;
|
|
42
42
|
xl: string;
|
|
43
43
|
};
|
|
44
|
+
dropShadows: {
|
|
45
|
+
xs: string;
|
|
46
|
+
sm: string;
|
|
47
|
+
md: string;
|
|
48
|
+
lg: string;
|
|
49
|
+
xl: string;
|
|
50
|
+
};
|
|
44
51
|
colors: {
|
|
45
52
|
text: string;
|
|
46
53
|
link: string;
|
|
@@ -182,6 +189,16 @@ export declare const StyledSpacer: import("@stitches/react/types/styled-componen
|
|
|
182
189
|
errorSolidHover: string;
|
|
183
190
|
errorSolidContrast: string;
|
|
184
191
|
errorShadow: string;
|
|
192
|
+
neutralLight: string;
|
|
193
|
+
neutralLightHover: string;
|
|
194
|
+
neutralLightActive: string;
|
|
195
|
+
neutralLightContrast: string;
|
|
196
|
+
neutral: string;
|
|
197
|
+
neutralBorder: string;
|
|
198
|
+
neutralBorderHover: string;
|
|
199
|
+
neutralSolidHover: string;
|
|
200
|
+
neutralSolidContrast: string;
|
|
201
|
+
neutralShadow: string;
|
|
185
202
|
gradient: string;
|
|
186
203
|
accents0: string;
|
|
187
204
|
accents1: string;
|
|
@@ -200,13 +217,20 @@ export declare const StyledSpacer: import("@stitches/react/types/styled-componen
|
|
|
200
217
|
mono: string;
|
|
201
218
|
};
|
|
202
219
|
fontSizes: {
|
|
203
|
-
tiny: string;
|
|
204
220
|
xs: string;
|
|
205
|
-
base: string;
|
|
206
221
|
sm: string;
|
|
222
|
+
base: string;
|
|
207
223
|
md: string;
|
|
208
224
|
lg: string;
|
|
209
225
|
xl: string;
|
|
226
|
+
xl2: string;
|
|
227
|
+
xl3: string;
|
|
228
|
+
xl4: string;
|
|
229
|
+
xl5: string;
|
|
230
|
+
xl6: string;
|
|
231
|
+
xl7: string;
|
|
232
|
+
xl8: string;
|
|
233
|
+
xl9: string;
|
|
210
234
|
};
|
|
211
235
|
fontWeights: {
|
|
212
236
|
hairline: number;
|
|
@@ -222,9 +246,18 @@ export declare const StyledSpacer: import("@stitches/react/types/styled-componen
|
|
|
222
246
|
lineHeights: {
|
|
223
247
|
xs: number;
|
|
224
248
|
sm: number;
|
|
249
|
+
base: number;
|
|
225
250
|
md: number;
|
|
226
251
|
lg: number;
|
|
227
252
|
xl: number;
|
|
253
|
+
xl2: number;
|
|
254
|
+
xl3: number;
|
|
255
|
+
xl4: number;
|
|
256
|
+
xl5: number;
|
|
257
|
+
xl6: number;
|
|
258
|
+
xl7: number;
|
|
259
|
+
xl8: number;
|
|
260
|
+
xl9: number;
|
|
228
261
|
};
|
|
229
262
|
letterSpacings: {
|
|
230
263
|
tighter: string;
|
|
@@ -309,6 +342,7 @@ export declare const StyledSpacer: import("@stitches/react/types/styled-componen
|
|
|
309
342
|
avatar: string;
|
|
310
343
|
link: string;
|
|
311
344
|
card: string;
|
|
345
|
+
dropdownItem: string;
|
|
312
346
|
};
|
|
313
347
|
breakpoints: {
|
|
314
348
|
xs: string;
|
|
@@ -684,7 +718,9 @@ export declare const StyledSpacer: import("@stitches/react/types/styled-componen
|
|
|
684
718
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
685
719
|
}) => {
|
|
686
720
|
bf: string;
|
|
687
|
-
bg:
|
|
721
|
+
bg: {
|
|
722
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
723
|
+
};
|
|
688
724
|
};
|
|
689
725
|
bgColor: (value: {
|
|
690
726
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -762,6 +798,32 @@ export declare const StyledSpacer: import("@stitches/react/types/styled-componen
|
|
|
762
798
|
readonly [$$PropertyValue]: "boxShadow";
|
|
763
799
|
};
|
|
764
800
|
};
|
|
801
|
+
ds: (value: {
|
|
802
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
803
|
+
}) => {
|
|
804
|
+
dropShadow: {
|
|
805
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
806
|
+
};
|
|
807
|
+
};
|
|
808
|
+
shadow: (value: {
|
|
809
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
810
|
+
}) => {
|
|
811
|
+
boxShadow: {
|
|
812
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
813
|
+
};
|
|
814
|
+
};
|
|
815
|
+
dshadow: (value: {
|
|
816
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
817
|
+
}) => {
|
|
818
|
+
dropShadow: {
|
|
819
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
820
|
+
};
|
|
821
|
+
};
|
|
822
|
+
dropShadow: (value: {
|
|
823
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
824
|
+
}) => {
|
|
825
|
+
filter: string;
|
|
826
|
+
};
|
|
765
827
|
normalShadow: (value: {
|
|
766
828
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
767
829
|
}) => {
|
|
@@ -965,6 +1027,16 @@ export declare const StyledSpacer: import("@stitches/react/types/styled-componen
|
|
|
965
1027
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
966
1028
|
};
|
|
967
1029
|
};
|
|
1030
|
+
truncateText: (value: {
|
|
1031
|
+
readonly [$$PropertyValue]: "width";
|
|
1032
|
+
}) => {
|
|
1033
|
+
maxWidth: {
|
|
1034
|
+
readonly [$$PropertyValue]: "width";
|
|
1035
|
+
};
|
|
1036
|
+
whiteSpace: string;
|
|
1037
|
+
overflow: string;
|
|
1038
|
+
textOverflow: string;
|
|
1039
|
+
};
|
|
968
1040
|
textGradient: (value: {
|
|
969
1041
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
970
1042
|
}) => {
|
package/types/switch/switch.d.ts
CHANGED
|
@@ -78,5 +78,5 @@ declare const _default: React.ComponentType<Partial<{
|
|
|
78
78
|
light: string;
|
|
79
79
|
}> & {
|
|
80
80
|
css?: CSS | undefined;
|
|
81
|
-
}, "
|
|
81
|
+
}, "shadow" | "bordered" | "squared" | "preventDefault" | "animated" | "disabled" | "initialChecked">>;
|
|
82
82
|
export default _default;
|