@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
|
@@ -45,6 +45,13 @@ export declare const StyledSwitchContainer: import("@stitches/react/types/styled
|
|
|
45
45
|
lg: string;
|
|
46
46
|
xl: string;
|
|
47
47
|
};
|
|
48
|
+
dropShadows: {
|
|
49
|
+
xs: string;
|
|
50
|
+
sm: string;
|
|
51
|
+
md: string;
|
|
52
|
+
lg: string;
|
|
53
|
+
xl: string;
|
|
54
|
+
};
|
|
48
55
|
colors: {
|
|
49
56
|
text: string;
|
|
50
57
|
link: string;
|
|
@@ -186,6 +193,16 @@ export declare const StyledSwitchContainer: import("@stitches/react/types/styled
|
|
|
186
193
|
errorSolidHover: string;
|
|
187
194
|
errorSolidContrast: string;
|
|
188
195
|
errorShadow: string;
|
|
196
|
+
neutralLight: string;
|
|
197
|
+
neutralLightHover: string;
|
|
198
|
+
neutralLightActive: string;
|
|
199
|
+
neutralLightContrast: string;
|
|
200
|
+
neutral: string;
|
|
201
|
+
neutralBorder: string;
|
|
202
|
+
neutralBorderHover: string;
|
|
203
|
+
neutralSolidHover: string;
|
|
204
|
+
neutralSolidContrast: string;
|
|
205
|
+
neutralShadow: string;
|
|
189
206
|
gradient: string;
|
|
190
207
|
accents0: string;
|
|
191
208
|
accents1: string;
|
|
@@ -204,13 +221,20 @@ export declare const StyledSwitchContainer: import("@stitches/react/types/styled
|
|
|
204
221
|
mono: string;
|
|
205
222
|
};
|
|
206
223
|
fontSizes: {
|
|
207
|
-
tiny: string;
|
|
208
224
|
xs: string;
|
|
209
|
-
base: string;
|
|
210
225
|
sm: string;
|
|
226
|
+
base: string;
|
|
211
227
|
md: string;
|
|
212
228
|
lg: string;
|
|
213
229
|
xl: string;
|
|
230
|
+
xl2: string;
|
|
231
|
+
xl3: string;
|
|
232
|
+
xl4: string;
|
|
233
|
+
xl5: string;
|
|
234
|
+
xl6: string;
|
|
235
|
+
xl7: string;
|
|
236
|
+
xl8: string;
|
|
237
|
+
xl9: string;
|
|
214
238
|
};
|
|
215
239
|
fontWeights: {
|
|
216
240
|
hairline: number;
|
|
@@ -226,9 +250,18 @@ export declare const StyledSwitchContainer: import("@stitches/react/types/styled
|
|
|
226
250
|
lineHeights: {
|
|
227
251
|
xs: number;
|
|
228
252
|
sm: number;
|
|
253
|
+
base: number;
|
|
229
254
|
md: number;
|
|
230
255
|
lg: number;
|
|
231
256
|
xl: number;
|
|
257
|
+
xl2: number;
|
|
258
|
+
xl3: number;
|
|
259
|
+
xl4: number;
|
|
260
|
+
xl5: number;
|
|
261
|
+
xl6: number;
|
|
262
|
+
xl7: number;
|
|
263
|
+
xl8: number;
|
|
264
|
+
xl9: number;
|
|
232
265
|
};
|
|
233
266
|
letterSpacings: {
|
|
234
267
|
tighter: string;
|
|
@@ -313,6 +346,7 @@ export declare const StyledSwitchContainer: import("@stitches/react/types/styled
|
|
|
313
346
|
avatar: string;
|
|
314
347
|
link: string;
|
|
315
348
|
card: string;
|
|
349
|
+
dropdownItem: string;
|
|
316
350
|
};
|
|
317
351
|
breakpoints: {
|
|
318
352
|
xs: string;
|
|
@@ -688,7 +722,9 @@ export declare const StyledSwitchContainer: import("@stitches/react/types/styled
|
|
|
688
722
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
689
723
|
}) => {
|
|
690
724
|
bf: string;
|
|
691
|
-
bg:
|
|
725
|
+
bg: {
|
|
726
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
727
|
+
};
|
|
692
728
|
};
|
|
693
729
|
bgColor: (value: {
|
|
694
730
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -766,6 +802,32 @@ export declare const StyledSwitchContainer: import("@stitches/react/types/styled
|
|
|
766
802
|
readonly [$$PropertyValue]: "boxShadow";
|
|
767
803
|
};
|
|
768
804
|
};
|
|
805
|
+
ds: (value: {
|
|
806
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
807
|
+
}) => {
|
|
808
|
+
dropShadow: {
|
|
809
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
810
|
+
};
|
|
811
|
+
};
|
|
812
|
+
shadow: (value: {
|
|
813
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
814
|
+
}) => {
|
|
815
|
+
boxShadow: {
|
|
816
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
817
|
+
};
|
|
818
|
+
};
|
|
819
|
+
dshadow: (value: {
|
|
820
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
821
|
+
}) => {
|
|
822
|
+
dropShadow: {
|
|
823
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
824
|
+
};
|
|
825
|
+
};
|
|
826
|
+
dropShadow: (value: {
|
|
827
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
828
|
+
}) => {
|
|
829
|
+
filter: string;
|
|
830
|
+
};
|
|
769
831
|
normalShadow: (value: {
|
|
770
832
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
771
833
|
}) => {
|
|
@@ -969,6 +1031,16 @@ export declare const StyledSwitchContainer: import("@stitches/react/types/styled
|
|
|
969
1031
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
970
1032
|
};
|
|
971
1033
|
};
|
|
1034
|
+
truncateText: (value: {
|
|
1035
|
+
readonly [$$PropertyValue]: "width";
|
|
1036
|
+
}) => {
|
|
1037
|
+
maxWidth: {
|
|
1038
|
+
readonly [$$PropertyValue]: "width";
|
|
1039
|
+
};
|
|
1040
|
+
whiteSpace: string;
|
|
1041
|
+
overflow: string;
|
|
1042
|
+
textOverflow: string;
|
|
1043
|
+
};
|
|
972
1044
|
textGradient: (value: {
|
|
973
1045
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
974
1046
|
}) => {
|
|
@@ -1020,6 +1092,13 @@ export declare const StyledSwitchInput: import("@stitches/react/types/styled-com
|
|
|
1020
1092
|
lg: string;
|
|
1021
1093
|
xl: string;
|
|
1022
1094
|
};
|
|
1095
|
+
dropShadows: {
|
|
1096
|
+
xs: string;
|
|
1097
|
+
sm: string;
|
|
1098
|
+
md: string;
|
|
1099
|
+
lg: string;
|
|
1100
|
+
xl: string;
|
|
1101
|
+
};
|
|
1023
1102
|
colors: {
|
|
1024
1103
|
text: string;
|
|
1025
1104
|
link: string;
|
|
@@ -1161,6 +1240,16 @@ export declare const StyledSwitchInput: import("@stitches/react/types/styled-com
|
|
|
1161
1240
|
errorSolidHover: string;
|
|
1162
1241
|
errorSolidContrast: string;
|
|
1163
1242
|
errorShadow: string;
|
|
1243
|
+
neutralLight: string;
|
|
1244
|
+
neutralLightHover: string;
|
|
1245
|
+
neutralLightActive: string;
|
|
1246
|
+
neutralLightContrast: string;
|
|
1247
|
+
neutral: string;
|
|
1248
|
+
neutralBorder: string;
|
|
1249
|
+
neutralBorderHover: string;
|
|
1250
|
+
neutralSolidHover: string;
|
|
1251
|
+
neutralSolidContrast: string;
|
|
1252
|
+
neutralShadow: string;
|
|
1164
1253
|
gradient: string;
|
|
1165
1254
|
accents0: string;
|
|
1166
1255
|
accents1: string;
|
|
@@ -1179,13 +1268,20 @@ export declare const StyledSwitchInput: import("@stitches/react/types/styled-com
|
|
|
1179
1268
|
mono: string;
|
|
1180
1269
|
};
|
|
1181
1270
|
fontSizes: {
|
|
1182
|
-
tiny: string;
|
|
1183
1271
|
xs: string;
|
|
1184
|
-
base: string;
|
|
1185
1272
|
sm: string;
|
|
1273
|
+
base: string;
|
|
1186
1274
|
md: string;
|
|
1187
1275
|
lg: string;
|
|
1188
1276
|
xl: string;
|
|
1277
|
+
xl2: string;
|
|
1278
|
+
xl3: string;
|
|
1279
|
+
xl4: string;
|
|
1280
|
+
xl5: string;
|
|
1281
|
+
xl6: string;
|
|
1282
|
+
xl7: string;
|
|
1283
|
+
xl8: string;
|
|
1284
|
+
xl9: string;
|
|
1189
1285
|
};
|
|
1190
1286
|
fontWeights: {
|
|
1191
1287
|
hairline: number;
|
|
@@ -1201,9 +1297,18 @@ export declare const StyledSwitchInput: import("@stitches/react/types/styled-com
|
|
|
1201
1297
|
lineHeights: {
|
|
1202
1298
|
xs: number;
|
|
1203
1299
|
sm: number;
|
|
1300
|
+
base: number;
|
|
1204
1301
|
md: number;
|
|
1205
1302
|
lg: number;
|
|
1206
1303
|
xl: number;
|
|
1304
|
+
xl2: number;
|
|
1305
|
+
xl3: number;
|
|
1306
|
+
xl4: number;
|
|
1307
|
+
xl5: number;
|
|
1308
|
+
xl6: number;
|
|
1309
|
+
xl7: number;
|
|
1310
|
+
xl8: number;
|
|
1311
|
+
xl9: number;
|
|
1207
1312
|
};
|
|
1208
1313
|
letterSpacings: {
|
|
1209
1314
|
tighter: string;
|
|
@@ -1288,6 +1393,7 @@ export declare const StyledSwitchInput: import("@stitches/react/types/styled-com
|
|
|
1288
1393
|
avatar: string;
|
|
1289
1394
|
link: string;
|
|
1290
1395
|
card: string;
|
|
1396
|
+
dropdownItem: string;
|
|
1291
1397
|
};
|
|
1292
1398
|
breakpoints: {
|
|
1293
1399
|
xs: string;
|
|
@@ -1663,7 +1769,9 @@ export declare const StyledSwitchInput: import("@stitches/react/types/styled-com
|
|
|
1663
1769
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1664
1770
|
}) => {
|
|
1665
1771
|
bf: string;
|
|
1666
|
-
bg:
|
|
1772
|
+
bg: {
|
|
1773
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
1774
|
+
};
|
|
1667
1775
|
};
|
|
1668
1776
|
bgColor: (value: {
|
|
1669
1777
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -1741,6 +1849,32 @@ export declare const StyledSwitchInput: import("@stitches/react/types/styled-com
|
|
|
1741
1849
|
readonly [$$PropertyValue]: "boxShadow";
|
|
1742
1850
|
};
|
|
1743
1851
|
};
|
|
1852
|
+
ds: (value: {
|
|
1853
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1854
|
+
}) => {
|
|
1855
|
+
dropShadow: {
|
|
1856
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1857
|
+
};
|
|
1858
|
+
};
|
|
1859
|
+
shadow: (value: {
|
|
1860
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1861
|
+
}) => {
|
|
1862
|
+
boxShadow: {
|
|
1863
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1864
|
+
};
|
|
1865
|
+
};
|
|
1866
|
+
dshadow: (value: {
|
|
1867
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1868
|
+
}) => {
|
|
1869
|
+
dropShadow: {
|
|
1870
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1871
|
+
};
|
|
1872
|
+
};
|
|
1873
|
+
dropShadow: (value: {
|
|
1874
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1875
|
+
}) => {
|
|
1876
|
+
filter: string;
|
|
1877
|
+
};
|
|
1744
1878
|
normalShadow: (value: {
|
|
1745
1879
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1746
1880
|
}) => {
|
|
@@ -1944,6 +2078,16 @@ export declare const StyledSwitchInput: import("@stitches/react/types/styled-com
|
|
|
1944
2078
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1945
2079
|
};
|
|
1946
2080
|
};
|
|
2081
|
+
truncateText: (value: {
|
|
2082
|
+
readonly [$$PropertyValue]: "width";
|
|
2083
|
+
}) => {
|
|
2084
|
+
maxWidth: {
|
|
2085
|
+
readonly [$$PropertyValue]: "width";
|
|
2086
|
+
};
|
|
2087
|
+
whiteSpace: string;
|
|
2088
|
+
overflow: string;
|
|
2089
|
+
textOverflow: string;
|
|
2090
|
+
};
|
|
1947
2091
|
textGradient: (value: {
|
|
1948
2092
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
1949
2093
|
}) => {
|
|
@@ -1995,6 +2139,13 @@ export declare const StyledSwitchCircle: import("@stitches/react/types/styled-co
|
|
|
1995
2139
|
lg: string;
|
|
1996
2140
|
xl: string;
|
|
1997
2141
|
};
|
|
2142
|
+
dropShadows: {
|
|
2143
|
+
xs: string;
|
|
2144
|
+
sm: string;
|
|
2145
|
+
md: string;
|
|
2146
|
+
lg: string;
|
|
2147
|
+
xl: string;
|
|
2148
|
+
};
|
|
1998
2149
|
colors: {
|
|
1999
2150
|
text: string;
|
|
2000
2151
|
link: string;
|
|
@@ -2136,6 +2287,16 @@ export declare const StyledSwitchCircle: import("@stitches/react/types/styled-co
|
|
|
2136
2287
|
errorSolidHover: string;
|
|
2137
2288
|
errorSolidContrast: string;
|
|
2138
2289
|
errorShadow: string;
|
|
2290
|
+
neutralLight: string;
|
|
2291
|
+
neutralLightHover: string;
|
|
2292
|
+
neutralLightActive: string;
|
|
2293
|
+
neutralLightContrast: string;
|
|
2294
|
+
neutral: string;
|
|
2295
|
+
neutralBorder: string;
|
|
2296
|
+
neutralBorderHover: string;
|
|
2297
|
+
neutralSolidHover: string;
|
|
2298
|
+
neutralSolidContrast: string;
|
|
2299
|
+
neutralShadow: string;
|
|
2139
2300
|
gradient: string;
|
|
2140
2301
|
accents0: string;
|
|
2141
2302
|
accents1: string;
|
|
@@ -2154,13 +2315,20 @@ export declare const StyledSwitchCircle: import("@stitches/react/types/styled-co
|
|
|
2154
2315
|
mono: string;
|
|
2155
2316
|
};
|
|
2156
2317
|
fontSizes: {
|
|
2157
|
-
tiny: string;
|
|
2158
2318
|
xs: string;
|
|
2159
|
-
base: string;
|
|
2160
2319
|
sm: string;
|
|
2320
|
+
base: string;
|
|
2161
2321
|
md: string;
|
|
2162
2322
|
lg: string;
|
|
2163
2323
|
xl: string;
|
|
2324
|
+
xl2: string;
|
|
2325
|
+
xl3: string;
|
|
2326
|
+
xl4: string;
|
|
2327
|
+
xl5: string;
|
|
2328
|
+
xl6: string;
|
|
2329
|
+
xl7: string;
|
|
2330
|
+
xl8: string;
|
|
2331
|
+
xl9: string;
|
|
2164
2332
|
};
|
|
2165
2333
|
fontWeights: {
|
|
2166
2334
|
hairline: number;
|
|
@@ -2176,9 +2344,18 @@ export declare const StyledSwitchCircle: import("@stitches/react/types/styled-co
|
|
|
2176
2344
|
lineHeights: {
|
|
2177
2345
|
xs: number;
|
|
2178
2346
|
sm: number;
|
|
2347
|
+
base: number;
|
|
2179
2348
|
md: number;
|
|
2180
2349
|
lg: number;
|
|
2181
2350
|
xl: number;
|
|
2351
|
+
xl2: number;
|
|
2352
|
+
xl3: number;
|
|
2353
|
+
xl4: number;
|
|
2354
|
+
xl5: number;
|
|
2355
|
+
xl6: number;
|
|
2356
|
+
xl7: number;
|
|
2357
|
+
xl8: number;
|
|
2358
|
+
xl9: number;
|
|
2182
2359
|
};
|
|
2183
2360
|
letterSpacings: {
|
|
2184
2361
|
tighter: string;
|
|
@@ -2263,6 +2440,7 @@ export declare const StyledSwitchCircle: import("@stitches/react/types/styled-co
|
|
|
2263
2440
|
avatar: string;
|
|
2264
2441
|
link: string;
|
|
2265
2442
|
card: string;
|
|
2443
|
+
dropdownItem: string;
|
|
2266
2444
|
};
|
|
2267
2445
|
breakpoints: {
|
|
2268
2446
|
xs: string;
|
|
@@ -2638,7 +2816,9 @@ export declare const StyledSwitchCircle: import("@stitches/react/types/styled-co
|
|
|
2638
2816
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2639
2817
|
}) => {
|
|
2640
2818
|
bf: string;
|
|
2641
|
-
bg:
|
|
2819
|
+
bg: {
|
|
2820
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
2821
|
+
};
|
|
2642
2822
|
};
|
|
2643
2823
|
bgColor: (value: {
|
|
2644
2824
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -2716,6 +2896,32 @@ export declare const StyledSwitchCircle: import("@stitches/react/types/styled-co
|
|
|
2716
2896
|
readonly [$$PropertyValue]: "boxShadow";
|
|
2717
2897
|
};
|
|
2718
2898
|
};
|
|
2899
|
+
ds: (value: {
|
|
2900
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2901
|
+
}) => {
|
|
2902
|
+
dropShadow: {
|
|
2903
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2904
|
+
};
|
|
2905
|
+
};
|
|
2906
|
+
shadow: (value: {
|
|
2907
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2908
|
+
}) => {
|
|
2909
|
+
boxShadow: {
|
|
2910
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2911
|
+
};
|
|
2912
|
+
};
|
|
2913
|
+
dshadow: (value: {
|
|
2914
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2915
|
+
}) => {
|
|
2916
|
+
dropShadow: {
|
|
2917
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2918
|
+
};
|
|
2919
|
+
};
|
|
2920
|
+
dropShadow: (value: {
|
|
2921
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2922
|
+
}) => {
|
|
2923
|
+
filter: string;
|
|
2924
|
+
};
|
|
2719
2925
|
normalShadow: (value: {
|
|
2720
2926
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2721
2927
|
}) => {
|
|
@@ -2919,6 +3125,16 @@ export declare const StyledSwitchCircle: import("@stitches/react/types/styled-co
|
|
|
2919
3125
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
2920
3126
|
};
|
|
2921
3127
|
};
|
|
3128
|
+
truncateText: (value: {
|
|
3129
|
+
readonly [$$PropertyValue]: "width";
|
|
3130
|
+
}) => {
|
|
3131
|
+
maxWidth: {
|
|
3132
|
+
readonly [$$PropertyValue]: "width";
|
|
3133
|
+
};
|
|
3134
|
+
whiteSpace: string;
|
|
3135
|
+
overflow: string;
|
|
3136
|
+
textOverflow: string;
|
|
3137
|
+
};
|
|
2922
3138
|
textGradient: (value: {
|
|
2923
3139
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
2924
3140
|
}) => {
|
|
@@ -2977,6 +3193,13 @@ export declare const StyledSwitch: import("@stitches/react/types/styled-componen
|
|
|
2977
3193
|
lg: string;
|
|
2978
3194
|
xl: string;
|
|
2979
3195
|
};
|
|
3196
|
+
dropShadows: {
|
|
3197
|
+
xs: string;
|
|
3198
|
+
sm: string;
|
|
3199
|
+
md: string;
|
|
3200
|
+
lg: string;
|
|
3201
|
+
xl: string;
|
|
3202
|
+
};
|
|
2980
3203
|
colors: {
|
|
2981
3204
|
text: string;
|
|
2982
3205
|
link: string;
|
|
@@ -3118,6 +3341,16 @@ export declare const StyledSwitch: import("@stitches/react/types/styled-componen
|
|
|
3118
3341
|
errorSolidHover: string;
|
|
3119
3342
|
errorSolidContrast: string;
|
|
3120
3343
|
errorShadow: string;
|
|
3344
|
+
neutralLight: string;
|
|
3345
|
+
neutralLightHover: string;
|
|
3346
|
+
neutralLightActive: string;
|
|
3347
|
+
neutralLightContrast: string;
|
|
3348
|
+
neutral: string;
|
|
3349
|
+
neutralBorder: string;
|
|
3350
|
+
neutralBorderHover: string;
|
|
3351
|
+
neutralSolidHover: string;
|
|
3352
|
+
neutralSolidContrast: string;
|
|
3353
|
+
neutralShadow: string;
|
|
3121
3354
|
gradient: string;
|
|
3122
3355
|
accents0: string;
|
|
3123
3356
|
accents1: string;
|
|
@@ -3136,13 +3369,20 @@ export declare const StyledSwitch: import("@stitches/react/types/styled-componen
|
|
|
3136
3369
|
mono: string;
|
|
3137
3370
|
};
|
|
3138
3371
|
fontSizes: {
|
|
3139
|
-
tiny: string;
|
|
3140
3372
|
xs: string;
|
|
3141
|
-
base: string;
|
|
3142
3373
|
sm: string;
|
|
3374
|
+
base: string;
|
|
3143
3375
|
md: string;
|
|
3144
3376
|
lg: string;
|
|
3145
3377
|
xl: string;
|
|
3378
|
+
xl2: string;
|
|
3379
|
+
xl3: string;
|
|
3380
|
+
xl4: string;
|
|
3381
|
+
xl5: string;
|
|
3382
|
+
xl6: string;
|
|
3383
|
+
xl7: string;
|
|
3384
|
+
xl8: string;
|
|
3385
|
+
xl9: string;
|
|
3146
3386
|
};
|
|
3147
3387
|
fontWeights: {
|
|
3148
3388
|
hairline: number;
|
|
@@ -3158,9 +3398,18 @@ export declare const StyledSwitch: import("@stitches/react/types/styled-componen
|
|
|
3158
3398
|
lineHeights: {
|
|
3159
3399
|
xs: number;
|
|
3160
3400
|
sm: number;
|
|
3401
|
+
base: number;
|
|
3161
3402
|
md: number;
|
|
3162
3403
|
lg: number;
|
|
3163
3404
|
xl: number;
|
|
3405
|
+
xl2: number;
|
|
3406
|
+
xl3: number;
|
|
3407
|
+
xl4: number;
|
|
3408
|
+
xl5: number;
|
|
3409
|
+
xl6: number;
|
|
3410
|
+
xl7: number;
|
|
3411
|
+
xl8: number;
|
|
3412
|
+
xl9: number;
|
|
3164
3413
|
};
|
|
3165
3414
|
letterSpacings: {
|
|
3166
3415
|
tighter: string;
|
|
@@ -3245,6 +3494,7 @@ export declare const StyledSwitch: import("@stitches/react/types/styled-componen
|
|
|
3245
3494
|
avatar: string;
|
|
3246
3495
|
link: string;
|
|
3247
3496
|
card: string;
|
|
3497
|
+
dropdownItem: string;
|
|
3248
3498
|
};
|
|
3249
3499
|
breakpoints: {
|
|
3250
3500
|
xs: string;
|
|
@@ -3620,7 +3870,9 @@ export declare const StyledSwitch: import("@stitches/react/types/styled-componen
|
|
|
3620
3870
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3621
3871
|
}) => {
|
|
3622
3872
|
bf: string;
|
|
3623
|
-
bg:
|
|
3873
|
+
bg: {
|
|
3874
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
3875
|
+
};
|
|
3624
3876
|
};
|
|
3625
3877
|
bgColor: (value: {
|
|
3626
3878
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -3698,6 +3950,32 @@ export declare const StyledSwitch: import("@stitches/react/types/styled-componen
|
|
|
3698
3950
|
readonly [$$PropertyValue]: "boxShadow";
|
|
3699
3951
|
};
|
|
3700
3952
|
};
|
|
3953
|
+
ds: (value: {
|
|
3954
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3955
|
+
}) => {
|
|
3956
|
+
dropShadow: {
|
|
3957
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3958
|
+
};
|
|
3959
|
+
};
|
|
3960
|
+
shadow: (value: {
|
|
3961
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3962
|
+
}) => {
|
|
3963
|
+
boxShadow: {
|
|
3964
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3965
|
+
};
|
|
3966
|
+
};
|
|
3967
|
+
dshadow: (value: {
|
|
3968
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3969
|
+
}) => {
|
|
3970
|
+
dropShadow: {
|
|
3971
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3972
|
+
};
|
|
3973
|
+
};
|
|
3974
|
+
dropShadow: (value: {
|
|
3975
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3976
|
+
}) => {
|
|
3977
|
+
filter: string;
|
|
3978
|
+
};
|
|
3701
3979
|
normalShadow: (value: {
|
|
3702
3980
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3703
3981
|
}) => {
|
|
@@ -3901,6 +4179,16 @@ export declare const StyledSwitch: import("@stitches/react/types/styled-componen
|
|
|
3901
4179
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
3902
4180
|
};
|
|
3903
4181
|
};
|
|
4182
|
+
truncateText: (value: {
|
|
4183
|
+
readonly [$$PropertyValue]: "width";
|
|
4184
|
+
}) => {
|
|
4185
|
+
maxWidth: {
|
|
4186
|
+
readonly [$$PropertyValue]: "width";
|
|
4187
|
+
};
|
|
4188
|
+
whiteSpace: string;
|
|
4189
|
+
overflow: string;
|
|
4190
|
+
textOverflow: string;
|
|
4191
|
+
};
|
|
3904
4192
|
textGradient: (value: {
|
|
3905
4193
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
3906
4194
|
}) => {
|
|
@@ -115,6 +115,13 @@ declare const TableColumnHeader: React.ForwardRefExoticComponent<Props<unknown>
|
|
|
115
115
|
lg: string;
|
|
116
116
|
xl: string;
|
|
117
117
|
};
|
|
118
|
+
dropShadows: {
|
|
119
|
+
xs: string;
|
|
120
|
+
sm: string;
|
|
121
|
+
md: string;
|
|
122
|
+
lg: string;
|
|
123
|
+
xl: string;
|
|
124
|
+
};
|
|
118
125
|
colors: {
|
|
119
126
|
text: string;
|
|
120
127
|
link: string;
|
|
@@ -256,6 +263,16 @@ declare const TableColumnHeader: React.ForwardRefExoticComponent<Props<unknown>
|
|
|
256
263
|
errorSolidHover: string;
|
|
257
264
|
errorSolidContrast: string;
|
|
258
265
|
errorShadow: string;
|
|
266
|
+
neutralLight: string;
|
|
267
|
+
neutralLightHover: string;
|
|
268
|
+
neutralLightActive: string;
|
|
269
|
+
neutralLightContrast: string;
|
|
270
|
+
neutral: string;
|
|
271
|
+
neutralBorder: string;
|
|
272
|
+
neutralBorderHover: string;
|
|
273
|
+
neutralSolidHover: string;
|
|
274
|
+
neutralSolidContrast: string;
|
|
275
|
+
neutralShadow: string;
|
|
259
276
|
gradient: string;
|
|
260
277
|
accents0: string;
|
|
261
278
|
accents1: string;
|
|
@@ -274,13 +291,20 @@ declare const TableColumnHeader: React.ForwardRefExoticComponent<Props<unknown>
|
|
|
274
291
|
mono: string;
|
|
275
292
|
};
|
|
276
293
|
fontSizes: {
|
|
277
|
-
tiny: string;
|
|
278
294
|
xs: string;
|
|
279
|
-
base: string;
|
|
280
295
|
sm: string;
|
|
296
|
+
base: string;
|
|
281
297
|
md: string;
|
|
282
298
|
lg: string;
|
|
283
299
|
xl: string;
|
|
300
|
+
xl2: string;
|
|
301
|
+
xl3: string;
|
|
302
|
+
xl4: string;
|
|
303
|
+
xl5: string;
|
|
304
|
+
xl6: string;
|
|
305
|
+
xl7: string;
|
|
306
|
+
xl8: string;
|
|
307
|
+
xl9: string;
|
|
284
308
|
};
|
|
285
309
|
fontWeights: {
|
|
286
310
|
hairline: number;
|
|
@@ -296,9 +320,18 @@ declare const TableColumnHeader: React.ForwardRefExoticComponent<Props<unknown>
|
|
|
296
320
|
lineHeights: {
|
|
297
321
|
xs: number;
|
|
298
322
|
sm: number;
|
|
323
|
+
base: number;
|
|
299
324
|
md: number;
|
|
300
325
|
lg: number;
|
|
301
326
|
xl: number;
|
|
327
|
+
xl2: number;
|
|
328
|
+
xl3: number;
|
|
329
|
+
xl4: number;
|
|
330
|
+
xl5: number;
|
|
331
|
+
xl6: number;
|
|
332
|
+
xl7: number;
|
|
333
|
+
xl8: number;
|
|
334
|
+
xl9: number;
|
|
302
335
|
};
|
|
303
336
|
letterSpacings: {
|
|
304
337
|
tighter: string;
|
|
@@ -383,6 +416,7 @@ declare const TableColumnHeader: React.ForwardRefExoticComponent<Props<unknown>
|
|
|
383
416
|
avatar: string;
|
|
384
417
|
link: string;
|
|
385
418
|
card: string;
|
|
419
|
+
dropdownItem: string;
|
|
386
420
|
};
|
|
387
421
|
breakpoints: {
|
|
388
422
|
xs: string;
|
|
@@ -758,7 +792,9 @@ declare const TableColumnHeader: React.ForwardRefExoticComponent<Props<unknown>
|
|
|
758
792
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
759
793
|
}) => {
|
|
760
794
|
bf: string;
|
|
761
|
-
bg:
|
|
795
|
+
bg: {
|
|
796
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
797
|
+
};
|
|
762
798
|
};
|
|
763
799
|
bgColor: (value: {
|
|
764
800
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -836,6 +872,32 @@ declare const TableColumnHeader: React.ForwardRefExoticComponent<Props<unknown>
|
|
|
836
872
|
readonly [$$PropertyValue]: "boxShadow";
|
|
837
873
|
};
|
|
838
874
|
};
|
|
875
|
+
ds: (value: {
|
|
876
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
877
|
+
}) => {
|
|
878
|
+
dropShadow: {
|
|
879
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
880
|
+
};
|
|
881
|
+
};
|
|
882
|
+
shadow: (value: {
|
|
883
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
884
|
+
}) => {
|
|
885
|
+
boxShadow: {
|
|
886
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
887
|
+
};
|
|
888
|
+
};
|
|
889
|
+
dshadow: (value: {
|
|
890
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
891
|
+
}) => {
|
|
892
|
+
dropShadow: {
|
|
893
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
894
|
+
};
|
|
895
|
+
};
|
|
896
|
+
dropShadow: (value: {
|
|
897
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
898
|
+
}) => {
|
|
899
|
+
filter: string;
|
|
900
|
+
};
|
|
839
901
|
normalShadow: (value: {
|
|
840
902
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
841
903
|
}) => {
|
|
@@ -1039,6 +1101,16 @@ declare const TableColumnHeader: React.ForwardRefExoticComponent<Props<unknown>
|
|
|
1039
1101
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1040
1102
|
};
|
|
1041
1103
|
};
|
|
1104
|
+
truncateText: (value: {
|
|
1105
|
+
readonly [$$PropertyValue]: "width";
|
|
1106
|
+
}) => {
|
|
1107
|
+
maxWidth: {
|
|
1108
|
+
readonly [$$PropertyValue]: "width";
|
|
1109
|
+
};
|
|
1110
|
+
whiteSpace: string;
|
|
1111
|
+
overflow: string;
|
|
1112
|
+
textOverflow: string;
|
|
1113
|
+
};
|
|
1042
1114
|
textGradient: (value: {
|
|
1043
1115
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
1044
1116
|
}) => {
|