@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
|
@@ -39,6 +39,13 @@ export declare const StyledModalHideTab: import("@stitches/react/types/styled-co
|
|
|
39
39
|
lg: string;
|
|
40
40
|
xl: string;
|
|
41
41
|
};
|
|
42
|
+
dropShadows: {
|
|
43
|
+
xs: string;
|
|
44
|
+
sm: string;
|
|
45
|
+
md: string;
|
|
46
|
+
lg: string;
|
|
47
|
+
xl: string;
|
|
48
|
+
};
|
|
42
49
|
colors: {
|
|
43
50
|
text: string;
|
|
44
51
|
link: string;
|
|
@@ -180,6 +187,16 @@ export declare const StyledModalHideTab: import("@stitches/react/types/styled-co
|
|
|
180
187
|
errorSolidHover: string;
|
|
181
188
|
errorSolidContrast: string;
|
|
182
189
|
errorShadow: string;
|
|
190
|
+
neutralLight: string;
|
|
191
|
+
neutralLightHover: string;
|
|
192
|
+
neutralLightActive: string;
|
|
193
|
+
neutralLightContrast: string;
|
|
194
|
+
neutral: string;
|
|
195
|
+
neutralBorder: string;
|
|
196
|
+
neutralBorderHover: string;
|
|
197
|
+
neutralSolidHover: string;
|
|
198
|
+
neutralSolidContrast: string;
|
|
199
|
+
neutralShadow: string;
|
|
183
200
|
gradient: string;
|
|
184
201
|
accents0: string;
|
|
185
202
|
accents1: string;
|
|
@@ -198,13 +215,20 @@ export declare const StyledModalHideTab: import("@stitches/react/types/styled-co
|
|
|
198
215
|
mono: string;
|
|
199
216
|
};
|
|
200
217
|
fontSizes: {
|
|
201
|
-
tiny: string;
|
|
202
218
|
xs: string;
|
|
203
|
-
base: string;
|
|
204
219
|
sm: string;
|
|
220
|
+
base: string;
|
|
205
221
|
md: string;
|
|
206
222
|
lg: string;
|
|
207
223
|
xl: string;
|
|
224
|
+
xl2: string;
|
|
225
|
+
xl3: string;
|
|
226
|
+
xl4: string;
|
|
227
|
+
xl5: string;
|
|
228
|
+
xl6: string;
|
|
229
|
+
xl7: string;
|
|
230
|
+
xl8: string;
|
|
231
|
+
xl9: string;
|
|
208
232
|
};
|
|
209
233
|
fontWeights: {
|
|
210
234
|
hairline: number;
|
|
@@ -220,9 +244,18 @@ export declare const StyledModalHideTab: import("@stitches/react/types/styled-co
|
|
|
220
244
|
lineHeights: {
|
|
221
245
|
xs: number;
|
|
222
246
|
sm: number;
|
|
247
|
+
base: number;
|
|
223
248
|
md: number;
|
|
224
249
|
lg: number;
|
|
225
250
|
xl: number;
|
|
251
|
+
xl2: number;
|
|
252
|
+
xl3: number;
|
|
253
|
+
xl4: number;
|
|
254
|
+
xl5: number;
|
|
255
|
+
xl6: number;
|
|
256
|
+
xl7: number;
|
|
257
|
+
xl8: number;
|
|
258
|
+
xl9: number;
|
|
226
259
|
};
|
|
227
260
|
letterSpacings: {
|
|
228
261
|
tighter: string;
|
|
@@ -307,6 +340,7 @@ export declare const StyledModalHideTab: import("@stitches/react/types/styled-co
|
|
|
307
340
|
avatar: string;
|
|
308
341
|
link: string;
|
|
309
342
|
card: string;
|
|
343
|
+
dropdownItem: string;
|
|
310
344
|
};
|
|
311
345
|
breakpoints: {
|
|
312
346
|
xs: string;
|
|
@@ -682,7 +716,9 @@ export declare const StyledModalHideTab: import("@stitches/react/types/styled-co
|
|
|
682
716
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
683
717
|
}) => {
|
|
684
718
|
bf: string;
|
|
685
|
-
bg:
|
|
719
|
+
bg: {
|
|
720
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
721
|
+
};
|
|
686
722
|
};
|
|
687
723
|
bgColor: (value: {
|
|
688
724
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -760,6 +796,32 @@ export declare const StyledModalHideTab: import("@stitches/react/types/styled-co
|
|
|
760
796
|
readonly [$$PropertyValue]: "boxShadow";
|
|
761
797
|
};
|
|
762
798
|
};
|
|
799
|
+
ds: (value: {
|
|
800
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
801
|
+
}) => {
|
|
802
|
+
dropShadow: {
|
|
803
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
804
|
+
};
|
|
805
|
+
};
|
|
806
|
+
shadow: (value: {
|
|
807
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
808
|
+
}) => {
|
|
809
|
+
boxShadow: {
|
|
810
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
811
|
+
};
|
|
812
|
+
};
|
|
813
|
+
dshadow: (value: {
|
|
814
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
815
|
+
}) => {
|
|
816
|
+
dropShadow: {
|
|
817
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
818
|
+
};
|
|
819
|
+
};
|
|
820
|
+
dropShadow: (value: {
|
|
821
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
822
|
+
}) => {
|
|
823
|
+
filter: string;
|
|
824
|
+
};
|
|
763
825
|
normalShadow: (value: {
|
|
764
826
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
765
827
|
}) => {
|
|
@@ -963,6 +1025,16 @@ export declare const StyledModalHideTab: import("@stitches/react/types/styled-co
|
|
|
963
1025
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
964
1026
|
};
|
|
965
1027
|
};
|
|
1028
|
+
truncateText: (value: {
|
|
1029
|
+
readonly [$$PropertyValue]: "width";
|
|
1030
|
+
}) => {
|
|
1031
|
+
maxWidth: {
|
|
1032
|
+
readonly [$$PropertyValue]: "width";
|
|
1033
|
+
};
|
|
1034
|
+
whiteSpace: string;
|
|
1035
|
+
overflow: string;
|
|
1036
|
+
textOverflow: string;
|
|
1037
|
+
};
|
|
966
1038
|
textGradient: (value: {
|
|
967
1039
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
968
1040
|
}) => {
|
|
@@ -1016,6 +1088,13 @@ export declare const StyledModalCloseButton: import("@stitches/react/types/style
|
|
|
1016
1088
|
lg: string;
|
|
1017
1089
|
xl: string;
|
|
1018
1090
|
};
|
|
1091
|
+
dropShadows: {
|
|
1092
|
+
xs: string;
|
|
1093
|
+
sm: string;
|
|
1094
|
+
md: string;
|
|
1095
|
+
lg: string;
|
|
1096
|
+
xl: string;
|
|
1097
|
+
};
|
|
1019
1098
|
colors: {
|
|
1020
1099
|
text: string;
|
|
1021
1100
|
link: string;
|
|
@@ -1157,6 +1236,16 @@ export declare const StyledModalCloseButton: import("@stitches/react/types/style
|
|
|
1157
1236
|
errorSolidHover: string;
|
|
1158
1237
|
errorSolidContrast: string;
|
|
1159
1238
|
errorShadow: string;
|
|
1239
|
+
neutralLight: string;
|
|
1240
|
+
neutralLightHover: string;
|
|
1241
|
+
neutralLightActive: string;
|
|
1242
|
+
neutralLightContrast: string;
|
|
1243
|
+
neutral: string;
|
|
1244
|
+
neutralBorder: string;
|
|
1245
|
+
neutralBorderHover: string;
|
|
1246
|
+
neutralSolidHover: string;
|
|
1247
|
+
neutralSolidContrast: string;
|
|
1248
|
+
neutralShadow: string;
|
|
1160
1249
|
gradient: string;
|
|
1161
1250
|
accents0: string;
|
|
1162
1251
|
accents1: string;
|
|
@@ -1175,13 +1264,20 @@ export declare const StyledModalCloseButton: import("@stitches/react/types/style
|
|
|
1175
1264
|
mono: string;
|
|
1176
1265
|
};
|
|
1177
1266
|
fontSizes: {
|
|
1178
|
-
tiny: string;
|
|
1179
1267
|
xs: string;
|
|
1180
|
-
base: string;
|
|
1181
1268
|
sm: string;
|
|
1269
|
+
base: string;
|
|
1182
1270
|
md: string;
|
|
1183
1271
|
lg: string;
|
|
1184
1272
|
xl: string;
|
|
1273
|
+
xl2: string;
|
|
1274
|
+
xl3: string;
|
|
1275
|
+
xl4: string;
|
|
1276
|
+
xl5: string;
|
|
1277
|
+
xl6: string;
|
|
1278
|
+
xl7: string;
|
|
1279
|
+
xl8: string;
|
|
1280
|
+
xl9: string;
|
|
1185
1281
|
};
|
|
1186
1282
|
fontWeights: {
|
|
1187
1283
|
hairline: number;
|
|
@@ -1197,9 +1293,18 @@ export declare const StyledModalCloseButton: import("@stitches/react/types/style
|
|
|
1197
1293
|
lineHeights: {
|
|
1198
1294
|
xs: number;
|
|
1199
1295
|
sm: number;
|
|
1296
|
+
base: number;
|
|
1200
1297
|
md: number;
|
|
1201
1298
|
lg: number;
|
|
1202
1299
|
xl: number;
|
|
1300
|
+
xl2: number;
|
|
1301
|
+
xl3: number;
|
|
1302
|
+
xl4: number;
|
|
1303
|
+
xl5: number;
|
|
1304
|
+
xl6: number;
|
|
1305
|
+
xl7: number;
|
|
1306
|
+
xl8: number;
|
|
1307
|
+
xl9: number;
|
|
1203
1308
|
};
|
|
1204
1309
|
letterSpacings: {
|
|
1205
1310
|
tighter: string;
|
|
@@ -1284,6 +1389,7 @@ export declare const StyledModalCloseButton: import("@stitches/react/types/style
|
|
|
1284
1389
|
avatar: string;
|
|
1285
1390
|
link: string;
|
|
1286
1391
|
card: string;
|
|
1392
|
+
dropdownItem: string;
|
|
1287
1393
|
};
|
|
1288
1394
|
breakpoints: {
|
|
1289
1395
|
xs: string;
|
|
@@ -1659,7 +1765,9 @@ export declare const StyledModalCloseButton: import("@stitches/react/types/style
|
|
|
1659
1765
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1660
1766
|
}) => {
|
|
1661
1767
|
bf: string;
|
|
1662
|
-
bg:
|
|
1768
|
+
bg: {
|
|
1769
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
1770
|
+
};
|
|
1663
1771
|
};
|
|
1664
1772
|
bgColor: (value: {
|
|
1665
1773
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -1737,6 +1845,32 @@ export declare const StyledModalCloseButton: import("@stitches/react/types/style
|
|
|
1737
1845
|
readonly [$$PropertyValue]: "boxShadow";
|
|
1738
1846
|
};
|
|
1739
1847
|
};
|
|
1848
|
+
ds: (value: {
|
|
1849
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1850
|
+
}) => {
|
|
1851
|
+
dropShadow: {
|
|
1852
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1853
|
+
};
|
|
1854
|
+
};
|
|
1855
|
+
shadow: (value: {
|
|
1856
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1857
|
+
}) => {
|
|
1858
|
+
boxShadow: {
|
|
1859
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1860
|
+
};
|
|
1861
|
+
};
|
|
1862
|
+
dshadow: (value: {
|
|
1863
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1864
|
+
}) => {
|
|
1865
|
+
dropShadow: {
|
|
1866
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1867
|
+
};
|
|
1868
|
+
};
|
|
1869
|
+
dropShadow: (value: {
|
|
1870
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1871
|
+
}) => {
|
|
1872
|
+
filter: string;
|
|
1873
|
+
};
|
|
1740
1874
|
normalShadow: (value: {
|
|
1741
1875
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1742
1876
|
}) => {
|
|
@@ -1940,6 +2074,16 @@ export declare const StyledModalCloseButton: import("@stitches/react/types/style
|
|
|
1940
2074
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1941
2075
|
};
|
|
1942
2076
|
};
|
|
2077
|
+
truncateText: (value: {
|
|
2078
|
+
readonly [$$PropertyValue]: "width";
|
|
2079
|
+
}) => {
|
|
2080
|
+
maxWidth: {
|
|
2081
|
+
readonly [$$PropertyValue]: "width";
|
|
2082
|
+
};
|
|
2083
|
+
whiteSpace: string;
|
|
2084
|
+
overflow: string;
|
|
2085
|
+
textOverflow: string;
|
|
2086
|
+
};
|
|
1943
2087
|
textGradient: (value: {
|
|
1944
2088
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
1945
2089
|
}) => {
|
|
@@ -1994,6 +2138,13 @@ export declare const StyledModalHeader: import("@stitches/react/types/styled-com
|
|
|
1994
2138
|
lg: string;
|
|
1995
2139
|
xl: string;
|
|
1996
2140
|
};
|
|
2141
|
+
dropShadows: {
|
|
2142
|
+
xs: string;
|
|
2143
|
+
sm: string;
|
|
2144
|
+
md: string;
|
|
2145
|
+
lg: string;
|
|
2146
|
+
xl: string;
|
|
2147
|
+
};
|
|
1997
2148
|
colors: {
|
|
1998
2149
|
text: string;
|
|
1999
2150
|
link: string;
|
|
@@ -2135,6 +2286,16 @@ export declare const StyledModalHeader: import("@stitches/react/types/styled-com
|
|
|
2135
2286
|
errorSolidHover: string;
|
|
2136
2287
|
errorSolidContrast: string;
|
|
2137
2288
|
errorShadow: string;
|
|
2289
|
+
neutralLight: string;
|
|
2290
|
+
neutralLightHover: string;
|
|
2291
|
+
neutralLightActive: string;
|
|
2292
|
+
neutralLightContrast: string;
|
|
2293
|
+
neutral: string;
|
|
2294
|
+
neutralBorder: string;
|
|
2295
|
+
neutralBorderHover: string;
|
|
2296
|
+
neutralSolidHover: string;
|
|
2297
|
+
neutralSolidContrast: string;
|
|
2298
|
+
neutralShadow: string;
|
|
2138
2299
|
gradient: string;
|
|
2139
2300
|
accents0: string;
|
|
2140
2301
|
accents1: string;
|
|
@@ -2153,13 +2314,20 @@ export declare const StyledModalHeader: import("@stitches/react/types/styled-com
|
|
|
2153
2314
|
mono: string;
|
|
2154
2315
|
};
|
|
2155
2316
|
fontSizes: {
|
|
2156
|
-
tiny: string;
|
|
2157
2317
|
xs: string;
|
|
2158
|
-
base: string;
|
|
2159
2318
|
sm: string;
|
|
2319
|
+
base: string;
|
|
2160
2320
|
md: string;
|
|
2161
2321
|
lg: string;
|
|
2162
2322
|
xl: string;
|
|
2323
|
+
xl2: string;
|
|
2324
|
+
xl3: string;
|
|
2325
|
+
xl4: string;
|
|
2326
|
+
xl5: string;
|
|
2327
|
+
xl6: string;
|
|
2328
|
+
xl7: string;
|
|
2329
|
+
xl8: string;
|
|
2330
|
+
xl9: string;
|
|
2163
2331
|
};
|
|
2164
2332
|
fontWeights: {
|
|
2165
2333
|
hairline: number;
|
|
@@ -2175,9 +2343,18 @@ export declare const StyledModalHeader: import("@stitches/react/types/styled-com
|
|
|
2175
2343
|
lineHeights: {
|
|
2176
2344
|
xs: number;
|
|
2177
2345
|
sm: number;
|
|
2346
|
+
base: number;
|
|
2178
2347
|
md: number;
|
|
2179
2348
|
lg: number;
|
|
2180
2349
|
xl: number;
|
|
2350
|
+
xl2: number;
|
|
2351
|
+
xl3: number;
|
|
2352
|
+
xl4: number;
|
|
2353
|
+
xl5: number;
|
|
2354
|
+
xl6: number;
|
|
2355
|
+
xl7: number;
|
|
2356
|
+
xl8: number;
|
|
2357
|
+
xl9: number;
|
|
2181
2358
|
};
|
|
2182
2359
|
letterSpacings: {
|
|
2183
2360
|
tighter: string;
|
|
@@ -2262,6 +2439,7 @@ export declare const StyledModalHeader: import("@stitches/react/types/styled-com
|
|
|
2262
2439
|
avatar: string;
|
|
2263
2440
|
link: string;
|
|
2264
2441
|
card: string;
|
|
2442
|
+
dropdownItem: string;
|
|
2265
2443
|
};
|
|
2266
2444
|
breakpoints: {
|
|
2267
2445
|
xs: string;
|
|
@@ -2637,7 +2815,9 @@ export declare const StyledModalHeader: import("@stitches/react/types/styled-com
|
|
|
2637
2815
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2638
2816
|
}) => {
|
|
2639
2817
|
bf: string;
|
|
2640
|
-
bg:
|
|
2818
|
+
bg: {
|
|
2819
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
2820
|
+
};
|
|
2641
2821
|
};
|
|
2642
2822
|
bgColor: (value: {
|
|
2643
2823
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -2715,6 +2895,32 @@ export declare const StyledModalHeader: import("@stitches/react/types/styled-com
|
|
|
2715
2895
|
readonly [$$PropertyValue]: "boxShadow";
|
|
2716
2896
|
};
|
|
2717
2897
|
};
|
|
2898
|
+
ds: (value: {
|
|
2899
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2900
|
+
}) => {
|
|
2901
|
+
dropShadow: {
|
|
2902
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2903
|
+
};
|
|
2904
|
+
};
|
|
2905
|
+
shadow: (value: {
|
|
2906
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2907
|
+
}) => {
|
|
2908
|
+
boxShadow: {
|
|
2909
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2910
|
+
};
|
|
2911
|
+
};
|
|
2912
|
+
dshadow: (value: {
|
|
2913
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2914
|
+
}) => {
|
|
2915
|
+
dropShadow: {
|
|
2916
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2917
|
+
};
|
|
2918
|
+
};
|
|
2919
|
+
dropShadow: (value: {
|
|
2920
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2921
|
+
}) => {
|
|
2922
|
+
filter: string;
|
|
2923
|
+
};
|
|
2718
2924
|
normalShadow: (value: {
|
|
2719
2925
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2720
2926
|
}) => {
|
|
@@ -2918,6 +3124,16 @@ export declare const StyledModalHeader: import("@stitches/react/types/styled-com
|
|
|
2918
3124
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
2919
3125
|
};
|
|
2920
3126
|
};
|
|
3127
|
+
truncateText: (value: {
|
|
3128
|
+
readonly [$$PropertyValue]: "width";
|
|
3129
|
+
}) => {
|
|
3130
|
+
maxWidth: {
|
|
3131
|
+
readonly [$$PropertyValue]: "width";
|
|
3132
|
+
};
|
|
3133
|
+
whiteSpace: string;
|
|
3134
|
+
overflow: string;
|
|
3135
|
+
textOverflow: string;
|
|
3136
|
+
};
|
|
2921
3137
|
textGradient: (value: {
|
|
2922
3138
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
2923
3139
|
}) => {
|
|
@@ -2972,6 +3188,13 @@ export declare const StyledModalBody: import("@stitches/react/types/styled-compo
|
|
|
2972
3188
|
lg: string;
|
|
2973
3189
|
xl: string;
|
|
2974
3190
|
};
|
|
3191
|
+
dropShadows: {
|
|
3192
|
+
xs: string;
|
|
3193
|
+
sm: string;
|
|
3194
|
+
md: string;
|
|
3195
|
+
lg: string;
|
|
3196
|
+
xl: string;
|
|
3197
|
+
};
|
|
2975
3198
|
colors: {
|
|
2976
3199
|
text: string;
|
|
2977
3200
|
link: string;
|
|
@@ -3113,6 +3336,16 @@ export declare const StyledModalBody: import("@stitches/react/types/styled-compo
|
|
|
3113
3336
|
errorSolidHover: string;
|
|
3114
3337
|
errorSolidContrast: string;
|
|
3115
3338
|
errorShadow: string;
|
|
3339
|
+
neutralLight: string;
|
|
3340
|
+
neutralLightHover: string;
|
|
3341
|
+
neutralLightActive: string;
|
|
3342
|
+
neutralLightContrast: string;
|
|
3343
|
+
neutral: string;
|
|
3344
|
+
neutralBorder: string;
|
|
3345
|
+
neutralBorderHover: string;
|
|
3346
|
+
neutralSolidHover: string;
|
|
3347
|
+
neutralSolidContrast: string;
|
|
3348
|
+
neutralShadow: string;
|
|
3116
3349
|
gradient: string;
|
|
3117
3350
|
accents0: string;
|
|
3118
3351
|
accents1: string;
|
|
@@ -3131,13 +3364,20 @@ export declare const StyledModalBody: import("@stitches/react/types/styled-compo
|
|
|
3131
3364
|
mono: string;
|
|
3132
3365
|
};
|
|
3133
3366
|
fontSizes: {
|
|
3134
|
-
tiny: string;
|
|
3135
3367
|
xs: string;
|
|
3136
|
-
base: string;
|
|
3137
3368
|
sm: string;
|
|
3369
|
+
base: string;
|
|
3138
3370
|
md: string;
|
|
3139
3371
|
lg: string;
|
|
3140
3372
|
xl: string;
|
|
3373
|
+
xl2: string;
|
|
3374
|
+
xl3: string;
|
|
3375
|
+
xl4: string;
|
|
3376
|
+
xl5: string;
|
|
3377
|
+
xl6: string;
|
|
3378
|
+
xl7: string;
|
|
3379
|
+
xl8: string;
|
|
3380
|
+
xl9: string;
|
|
3141
3381
|
};
|
|
3142
3382
|
fontWeights: {
|
|
3143
3383
|
hairline: number;
|
|
@@ -3153,9 +3393,18 @@ export declare const StyledModalBody: import("@stitches/react/types/styled-compo
|
|
|
3153
3393
|
lineHeights: {
|
|
3154
3394
|
xs: number;
|
|
3155
3395
|
sm: number;
|
|
3396
|
+
base: number;
|
|
3156
3397
|
md: number;
|
|
3157
3398
|
lg: number;
|
|
3158
3399
|
xl: number;
|
|
3400
|
+
xl2: number;
|
|
3401
|
+
xl3: number;
|
|
3402
|
+
xl4: number;
|
|
3403
|
+
xl5: number;
|
|
3404
|
+
xl6: number;
|
|
3405
|
+
xl7: number;
|
|
3406
|
+
xl8: number;
|
|
3407
|
+
xl9: number;
|
|
3159
3408
|
};
|
|
3160
3409
|
letterSpacings: {
|
|
3161
3410
|
tighter: string;
|
|
@@ -3240,6 +3489,7 @@ export declare const StyledModalBody: import("@stitches/react/types/styled-compo
|
|
|
3240
3489
|
avatar: string;
|
|
3241
3490
|
link: string;
|
|
3242
3491
|
card: string;
|
|
3492
|
+
dropdownItem: string;
|
|
3243
3493
|
};
|
|
3244
3494
|
breakpoints: {
|
|
3245
3495
|
xs: string;
|
|
@@ -3615,7 +3865,9 @@ export declare const StyledModalBody: import("@stitches/react/types/styled-compo
|
|
|
3615
3865
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3616
3866
|
}) => {
|
|
3617
3867
|
bf: string;
|
|
3618
|
-
bg:
|
|
3868
|
+
bg: {
|
|
3869
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
3870
|
+
};
|
|
3619
3871
|
};
|
|
3620
3872
|
bgColor: (value: {
|
|
3621
3873
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -3693,6 +3945,32 @@ export declare const StyledModalBody: import("@stitches/react/types/styled-compo
|
|
|
3693
3945
|
readonly [$$PropertyValue]: "boxShadow";
|
|
3694
3946
|
};
|
|
3695
3947
|
};
|
|
3948
|
+
ds: (value: {
|
|
3949
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3950
|
+
}) => {
|
|
3951
|
+
dropShadow: {
|
|
3952
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3953
|
+
};
|
|
3954
|
+
};
|
|
3955
|
+
shadow: (value: {
|
|
3956
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3957
|
+
}) => {
|
|
3958
|
+
boxShadow: {
|
|
3959
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3960
|
+
};
|
|
3961
|
+
};
|
|
3962
|
+
dshadow: (value: {
|
|
3963
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3964
|
+
}) => {
|
|
3965
|
+
dropShadow: {
|
|
3966
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3967
|
+
};
|
|
3968
|
+
};
|
|
3969
|
+
dropShadow: (value: {
|
|
3970
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3971
|
+
}) => {
|
|
3972
|
+
filter: string;
|
|
3973
|
+
};
|
|
3696
3974
|
normalShadow: (value: {
|
|
3697
3975
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3698
3976
|
}) => {
|
|
@@ -3896,6 +4174,16 @@ export declare const StyledModalBody: import("@stitches/react/types/styled-compo
|
|
|
3896
4174
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
3897
4175
|
};
|
|
3898
4176
|
};
|
|
4177
|
+
truncateText: (value: {
|
|
4178
|
+
readonly [$$PropertyValue]: "width";
|
|
4179
|
+
}) => {
|
|
4180
|
+
maxWidth: {
|
|
4181
|
+
readonly [$$PropertyValue]: "width";
|
|
4182
|
+
};
|
|
4183
|
+
whiteSpace: string;
|
|
4184
|
+
overflow: string;
|
|
4185
|
+
textOverflow: string;
|
|
4186
|
+
};
|
|
3899
4187
|
textGradient: (value: {
|
|
3900
4188
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
3901
4189
|
}) => {
|
|
@@ -3950,6 +4238,13 @@ export declare const StyledModalFooter: import("@stitches/react/types/styled-com
|
|
|
3950
4238
|
lg: string;
|
|
3951
4239
|
xl: string;
|
|
3952
4240
|
};
|
|
4241
|
+
dropShadows: {
|
|
4242
|
+
xs: string;
|
|
4243
|
+
sm: string;
|
|
4244
|
+
md: string;
|
|
4245
|
+
lg: string;
|
|
4246
|
+
xl: string;
|
|
4247
|
+
};
|
|
3953
4248
|
colors: {
|
|
3954
4249
|
text: string;
|
|
3955
4250
|
link: string;
|
|
@@ -4091,6 +4386,16 @@ export declare const StyledModalFooter: import("@stitches/react/types/styled-com
|
|
|
4091
4386
|
errorSolidHover: string;
|
|
4092
4387
|
errorSolidContrast: string;
|
|
4093
4388
|
errorShadow: string;
|
|
4389
|
+
neutralLight: string;
|
|
4390
|
+
neutralLightHover: string;
|
|
4391
|
+
neutralLightActive: string;
|
|
4392
|
+
neutralLightContrast: string;
|
|
4393
|
+
neutral: string;
|
|
4394
|
+
neutralBorder: string;
|
|
4395
|
+
neutralBorderHover: string;
|
|
4396
|
+
neutralSolidHover: string;
|
|
4397
|
+
neutralSolidContrast: string;
|
|
4398
|
+
neutralShadow: string;
|
|
4094
4399
|
gradient: string;
|
|
4095
4400
|
accents0: string;
|
|
4096
4401
|
accents1: string;
|
|
@@ -4109,13 +4414,20 @@ export declare const StyledModalFooter: import("@stitches/react/types/styled-com
|
|
|
4109
4414
|
mono: string;
|
|
4110
4415
|
};
|
|
4111
4416
|
fontSizes: {
|
|
4112
|
-
tiny: string;
|
|
4113
4417
|
xs: string;
|
|
4114
|
-
base: string;
|
|
4115
4418
|
sm: string;
|
|
4419
|
+
base: string;
|
|
4116
4420
|
md: string;
|
|
4117
4421
|
lg: string;
|
|
4118
4422
|
xl: string;
|
|
4423
|
+
xl2: string;
|
|
4424
|
+
xl3: string;
|
|
4425
|
+
xl4: string;
|
|
4426
|
+
xl5: string;
|
|
4427
|
+
xl6: string;
|
|
4428
|
+
xl7: string;
|
|
4429
|
+
xl8: string;
|
|
4430
|
+
xl9: string;
|
|
4119
4431
|
};
|
|
4120
4432
|
fontWeights: {
|
|
4121
4433
|
hairline: number;
|
|
@@ -4131,9 +4443,18 @@ export declare const StyledModalFooter: import("@stitches/react/types/styled-com
|
|
|
4131
4443
|
lineHeights: {
|
|
4132
4444
|
xs: number;
|
|
4133
4445
|
sm: number;
|
|
4446
|
+
base: number;
|
|
4134
4447
|
md: number;
|
|
4135
4448
|
lg: number;
|
|
4136
4449
|
xl: number;
|
|
4450
|
+
xl2: number;
|
|
4451
|
+
xl3: number;
|
|
4452
|
+
xl4: number;
|
|
4453
|
+
xl5: number;
|
|
4454
|
+
xl6: number;
|
|
4455
|
+
xl7: number;
|
|
4456
|
+
xl8: number;
|
|
4457
|
+
xl9: number;
|
|
4137
4458
|
};
|
|
4138
4459
|
letterSpacings: {
|
|
4139
4460
|
tighter: string;
|
|
@@ -4218,6 +4539,7 @@ export declare const StyledModalFooter: import("@stitches/react/types/styled-com
|
|
|
4218
4539
|
avatar: string;
|
|
4219
4540
|
link: string;
|
|
4220
4541
|
card: string;
|
|
4542
|
+
dropdownItem: string;
|
|
4221
4543
|
};
|
|
4222
4544
|
breakpoints: {
|
|
4223
4545
|
xs: string;
|
|
@@ -4593,7 +4915,9 @@ export declare const StyledModalFooter: import("@stitches/react/types/styled-com
|
|
|
4593
4915
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
4594
4916
|
}) => {
|
|
4595
4917
|
bf: string;
|
|
4596
|
-
bg:
|
|
4918
|
+
bg: {
|
|
4919
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
4920
|
+
};
|
|
4597
4921
|
};
|
|
4598
4922
|
bgColor: (value: {
|
|
4599
4923
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -4671,6 +4995,32 @@ export declare const StyledModalFooter: import("@stitches/react/types/styled-com
|
|
|
4671
4995
|
readonly [$$PropertyValue]: "boxShadow";
|
|
4672
4996
|
};
|
|
4673
4997
|
};
|
|
4998
|
+
ds: (value: {
|
|
4999
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5000
|
+
}) => {
|
|
5001
|
+
dropShadow: {
|
|
5002
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5003
|
+
};
|
|
5004
|
+
};
|
|
5005
|
+
shadow: (value: {
|
|
5006
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5007
|
+
}) => {
|
|
5008
|
+
boxShadow: {
|
|
5009
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5010
|
+
};
|
|
5011
|
+
};
|
|
5012
|
+
dshadow: (value: {
|
|
5013
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5014
|
+
}) => {
|
|
5015
|
+
dropShadow: {
|
|
5016
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5017
|
+
};
|
|
5018
|
+
};
|
|
5019
|
+
dropShadow: (value: {
|
|
5020
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5021
|
+
}) => {
|
|
5022
|
+
filter: string;
|
|
5023
|
+
};
|
|
4674
5024
|
normalShadow: (value: {
|
|
4675
5025
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
4676
5026
|
}) => {
|
|
@@ -4874,6 +5224,16 @@ export declare const StyledModalFooter: import("@stitches/react/types/styled-com
|
|
|
4874
5224
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
4875
5225
|
};
|
|
4876
5226
|
};
|
|
5227
|
+
truncateText: (value: {
|
|
5228
|
+
readonly [$$PropertyValue]: "width";
|
|
5229
|
+
}) => {
|
|
5230
|
+
maxWidth: {
|
|
5231
|
+
readonly [$$PropertyValue]: "width";
|
|
5232
|
+
};
|
|
5233
|
+
whiteSpace: string;
|
|
5234
|
+
overflow: string;
|
|
5235
|
+
textOverflow: string;
|
|
5236
|
+
};
|
|
4877
5237
|
textGradient: (value: {
|
|
4878
5238
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
4879
5239
|
}) => {
|
|
@@ -4929,6 +5289,13 @@ export declare const StyledModal: import("@stitches/react/types/styled-component
|
|
|
4929
5289
|
lg: string;
|
|
4930
5290
|
xl: string;
|
|
4931
5291
|
};
|
|
5292
|
+
dropShadows: {
|
|
5293
|
+
xs: string;
|
|
5294
|
+
sm: string;
|
|
5295
|
+
md: string;
|
|
5296
|
+
lg: string;
|
|
5297
|
+
xl: string;
|
|
5298
|
+
};
|
|
4932
5299
|
colors: {
|
|
4933
5300
|
text: string;
|
|
4934
5301
|
link: string;
|
|
@@ -5070,6 +5437,16 @@ export declare const StyledModal: import("@stitches/react/types/styled-component
|
|
|
5070
5437
|
errorSolidHover: string;
|
|
5071
5438
|
errorSolidContrast: string;
|
|
5072
5439
|
errorShadow: string;
|
|
5440
|
+
neutralLight: string;
|
|
5441
|
+
neutralLightHover: string;
|
|
5442
|
+
neutralLightActive: string;
|
|
5443
|
+
neutralLightContrast: string;
|
|
5444
|
+
neutral: string;
|
|
5445
|
+
neutralBorder: string;
|
|
5446
|
+
neutralBorderHover: string;
|
|
5447
|
+
neutralSolidHover: string;
|
|
5448
|
+
neutralSolidContrast: string;
|
|
5449
|
+
neutralShadow: string;
|
|
5073
5450
|
gradient: string;
|
|
5074
5451
|
accents0: string;
|
|
5075
5452
|
accents1: string;
|
|
@@ -5088,13 +5465,20 @@ export declare const StyledModal: import("@stitches/react/types/styled-component
|
|
|
5088
5465
|
mono: string;
|
|
5089
5466
|
};
|
|
5090
5467
|
fontSizes: {
|
|
5091
|
-
tiny: string;
|
|
5092
5468
|
xs: string;
|
|
5093
|
-
base: string;
|
|
5094
5469
|
sm: string;
|
|
5470
|
+
base: string;
|
|
5095
5471
|
md: string;
|
|
5096
5472
|
lg: string;
|
|
5097
5473
|
xl: string;
|
|
5474
|
+
xl2: string;
|
|
5475
|
+
xl3: string;
|
|
5476
|
+
xl4: string;
|
|
5477
|
+
xl5: string;
|
|
5478
|
+
xl6: string;
|
|
5479
|
+
xl7: string;
|
|
5480
|
+
xl8: string;
|
|
5481
|
+
xl9: string;
|
|
5098
5482
|
};
|
|
5099
5483
|
fontWeights: {
|
|
5100
5484
|
hairline: number;
|
|
@@ -5110,9 +5494,18 @@ export declare const StyledModal: import("@stitches/react/types/styled-component
|
|
|
5110
5494
|
lineHeights: {
|
|
5111
5495
|
xs: number;
|
|
5112
5496
|
sm: number;
|
|
5497
|
+
base: number;
|
|
5113
5498
|
md: number;
|
|
5114
5499
|
lg: number;
|
|
5115
5500
|
xl: number;
|
|
5501
|
+
xl2: number;
|
|
5502
|
+
xl3: number;
|
|
5503
|
+
xl4: number;
|
|
5504
|
+
xl5: number;
|
|
5505
|
+
xl6: number;
|
|
5506
|
+
xl7: number;
|
|
5507
|
+
xl8: number;
|
|
5508
|
+
xl9: number;
|
|
5116
5509
|
};
|
|
5117
5510
|
letterSpacings: {
|
|
5118
5511
|
tighter: string;
|
|
@@ -5197,6 +5590,7 @@ export declare const StyledModal: import("@stitches/react/types/styled-component
|
|
|
5197
5590
|
avatar: string;
|
|
5198
5591
|
link: string;
|
|
5199
5592
|
card: string;
|
|
5593
|
+
dropdownItem: string;
|
|
5200
5594
|
};
|
|
5201
5595
|
breakpoints: {
|
|
5202
5596
|
xs: string;
|
|
@@ -5572,7 +5966,9 @@ export declare const StyledModal: import("@stitches/react/types/styled-component
|
|
|
5572
5966
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
5573
5967
|
}) => {
|
|
5574
5968
|
bf: string;
|
|
5575
|
-
bg:
|
|
5969
|
+
bg: {
|
|
5970
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
5971
|
+
};
|
|
5576
5972
|
};
|
|
5577
5973
|
bgColor: (value: {
|
|
5578
5974
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -5650,6 +6046,32 @@ export declare const StyledModal: import("@stitches/react/types/styled-component
|
|
|
5650
6046
|
readonly [$$PropertyValue]: "boxShadow";
|
|
5651
6047
|
};
|
|
5652
6048
|
};
|
|
6049
|
+
ds: (value: {
|
|
6050
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6051
|
+
}) => {
|
|
6052
|
+
dropShadow: {
|
|
6053
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6054
|
+
};
|
|
6055
|
+
};
|
|
6056
|
+
shadow: (value: {
|
|
6057
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6058
|
+
}) => {
|
|
6059
|
+
boxShadow: {
|
|
6060
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6061
|
+
};
|
|
6062
|
+
};
|
|
6063
|
+
dshadow: (value: {
|
|
6064
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6065
|
+
}) => {
|
|
6066
|
+
dropShadow: {
|
|
6067
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6068
|
+
};
|
|
6069
|
+
};
|
|
6070
|
+
dropShadow: (value: {
|
|
6071
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6072
|
+
}) => {
|
|
6073
|
+
filter: string;
|
|
6074
|
+
};
|
|
5653
6075
|
normalShadow: (value: {
|
|
5654
6076
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
5655
6077
|
}) => {
|
|
@@ -5853,6 +6275,16 @@ export declare const StyledModal: import("@stitches/react/types/styled-component
|
|
|
5853
6275
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
5854
6276
|
};
|
|
5855
6277
|
};
|
|
6278
|
+
truncateText: (value: {
|
|
6279
|
+
readonly [$$PropertyValue]: "width";
|
|
6280
|
+
}) => {
|
|
6281
|
+
maxWidth: {
|
|
6282
|
+
readonly [$$PropertyValue]: "width";
|
|
6283
|
+
};
|
|
6284
|
+
whiteSpace: string;
|
|
6285
|
+
overflow: string;
|
|
6286
|
+
textOverflow: string;
|
|
6287
|
+
};
|
|
5856
6288
|
textGradient: (value: {
|
|
5857
6289
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
5858
6290
|
}) => {
|