@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
|
@@ -42,6 +42,13 @@ export declare const StyledPaginationEllipsis: import("@stitches/react/types/sty
|
|
|
42
42
|
lg: string;
|
|
43
43
|
xl: string;
|
|
44
44
|
};
|
|
45
|
+
dropShadows: {
|
|
46
|
+
xs: string;
|
|
47
|
+
sm: string;
|
|
48
|
+
md: string;
|
|
49
|
+
lg: string;
|
|
50
|
+
xl: string;
|
|
51
|
+
};
|
|
45
52
|
colors: {
|
|
46
53
|
text: string;
|
|
47
54
|
link: string;
|
|
@@ -183,6 +190,16 @@ export declare const StyledPaginationEllipsis: import("@stitches/react/types/sty
|
|
|
183
190
|
errorSolidHover: string;
|
|
184
191
|
errorSolidContrast: string;
|
|
185
192
|
errorShadow: string;
|
|
193
|
+
neutralLight: string;
|
|
194
|
+
neutralLightHover: string;
|
|
195
|
+
neutralLightActive: string;
|
|
196
|
+
neutralLightContrast: string;
|
|
197
|
+
neutral: string;
|
|
198
|
+
neutralBorder: string;
|
|
199
|
+
neutralBorderHover: string;
|
|
200
|
+
neutralSolidHover: string;
|
|
201
|
+
neutralSolidContrast: string;
|
|
202
|
+
neutralShadow: string;
|
|
186
203
|
gradient: string;
|
|
187
204
|
accents0: string;
|
|
188
205
|
accents1: string;
|
|
@@ -201,13 +218,20 @@ export declare const StyledPaginationEllipsis: import("@stitches/react/types/sty
|
|
|
201
218
|
mono: string;
|
|
202
219
|
};
|
|
203
220
|
fontSizes: {
|
|
204
|
-
tiny: string;
|
|
205
221
|
xs: string;
|
|
206
|
-
base: string;
|
|
207
222
|
sm: string;
|
|
223
|
+
base: string;
|
|
208
224
|
md: string;
|
|
209
225
|
lg: string;
|
|
210
226
|
xl: string;
|
|
227
|
+
xl2: string;
|
|
228
|
+
xl3: string;
|
|
229
|
+
xl4: string;
|
|
230
|
+
xl5: string;
|
|
231
|
+
xl6: string;
|
|
232
|
+
xl7: string;
|
|
233
|
+
xl8: string;
|
|
234
|
+
xl9: string;
|
|
211
235
|
};
|
|
212
236
|
fontWeights: {
|
|
213
237
|
hairline: number;
|
|
@@ -223,9 +247,18 @@ export declare const StyledPaginationEllipsis: import("@stitches/react/types/sty
|
|
|
223
247
|
lineHeights: {
|
|
224
248
|
xs: number;
|
|
225
249
|
sm: number;
|
|
250
|
+
base: number;
|
|
226
251
|
md: number;
|
|
227
252
|
lg: number;
|
|
228
253
|
xl: number;
|
|
254
|
+
xl2: number;
|
|
255
|
+
xl3: number;
|
|
256
|
+
xl4: number;
|
|
257
|
+
xl5: number;
|
|
258
|
+
xl6: number;
|
|
259
|
+
xl7: number;
|
|
260
|
+
xl8: number;
|
|
261
|
+
xl9: number;
|
|
229
262
|
};
|
|
230
263
|
letterSpacings: {
|
|
231
264
|
tighter: string;
|
|
@@ -310,6 +343,7 @@ export declare const StyledPaginationEllipsis: import("@stitches/react/types/sty
|
|
|
310
343
|
avatar: string;
|
|
311
344
|
link: string;
|
|
312
345
|
card: string;
|
|
346
|
+
dropdownItem: string;
|
|
313
347
|
};
|
|
314
348
|
breakpoints: {
|
|
315
349
|
xs: string;
|
|
@@ -685,7 +719,9 @@ export declare const StyledPaginationEllipsis: import("@stitches/react/types/sty
|
|
|
685
719
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
686
720
|
}) => {
|
|
687
721
|
bf: string;
|
|
688
|
-
bg:
|
|
722
|
+
bg: {
|
|
723
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
724
|
+
};
|
|
689
725
|
};
|
|
690
726
|
bgColor: (value: {
|
|
691
727
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -763,6 +799,32 @@ export declare const StyledPaginationEllipsis: import("@stitches/react/types/sty
|
|
|
763
799
|
readonly [$$PropertyValue]: "boxShadow";
|
|
764
800
|
};
|
|
765
801
|
};
|
|
802
|
+
ds: (value: {
|
|
803
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
804
|
+
}) => {
|
|
805
|
+
dropShadow: {
|
|
806
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
807
|
+
};
|
|
808
|
+
};
|
|
809
|
+
shadow: (value: {
|
|
810
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
811
|
+
}) => {
|
|
812
|
+
boxShadow: {
|
|
813
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
814
|
+
};
|
|
815
|
+
};
|
|
816
|
+
dshadow: (value: {
|
|
817
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
818
|
+
}) => {
|
|
819
|
+
dropShadow: {
|
|
820
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
821
|
+
};
|
|
822
|
+
};
|
|
823
|
+
dropShadow: (value: {
|
|
824
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
825
|
+
}) => {
|
|
826
|
+
filter: string;
|
|
827
|
+
};
|
|
766
828
|
normalShadow: (value: {
|
|
767
829
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
768
830
|
}) => {
|
|
@@ -966,6 +1028,16 @@ export declare const StyledPaginationEllipsis: import("@stitches/react/types/sty
|
|
|
966
1028
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
967
1029
|
};
|
|
968
1030
|
};
|
|
1031
|
+
truncateText: (value: {
|
|
1032
|
+
readonly [$$PropertyValue]: "width";
|
|
1033
|
+
}) => {
|
|
1034
|
+
maxWidth: {
|
|
1035
|
+
readonly [$$PropertyValue]: "width";
|
|
1036
|
+
};
|
|
1037
|
+
whiteSpace: string;
|
|
1038
|
+
overflow: string;
|
|
1039
|
+
textOverflow: string;
|
|
1040
|
+
};
|
|
969
1041
|
textGradient: (value: {
|
|
970
1042
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
971
1043
|
}) => {
|
|
@@ -1019,6 +1091,13 @@ export declare const StyledPaginationIcon: import("@stitches/react/types/styled-
|
|
|
1019
1091
|
lg: string;
|
|
1020
1092
|
xl: string;
|
|
1021
1093
|
};
|
|
1094
|
+
dropShadows: {
|
|
1095
|
+
xs: string;
|
|
1096
|
+
sm: string;
|
|
1097
|
+
md: string;
|
|
1098
|
+
lg: string;
|
|
1099
|
+
xl: string;
|
|
1100
|
+
};
|
|
1022
1101
|
colors: {
|
|
1023
1102
|
text: string;
|
|
1024
1103
|
link: string;
|
|
@@ -1160,6 +1239,16 @@ export declare const StyledPaginationIcon: import("@stitches/react/types/styled-
|
|
|
1160
1239
|
errorSolidHover: string;
|
|
1161
1240
|
errorSolidContrast: string;
|
|
1162
1241
|
errorShadow: string;
|
|
1242
|
+
neutralLight: string;
|
|
1243
|
+
neutralLightHover: string;
|
|
1244
|
+
neutralLightActive: string;
|
|
1245
|
+
neutralLightContrast: string;
|
|
1246
|
+
neutral: string;
|
|
1247
|
+
neutralBorder: string;
|
|
1248
|
+
neutralBorderHover: string;
|
|
1249
|
+
neutralSolidHover: string;
|
|
1250
|
+
neutralSolidContrast: string;
|
|
1251
|
+
neutralShadow: string;
|
|
1163
1252
|
gradient: string;
|
|
1164
1253
|
accents0: string;
|
|
1165
1254
|
accents1: string;
|
|
@@ -1178,13 +1267,20 @@ export declare const StyledPaginationIcon: import("@stitches/react/types/styled-
|
|
|
1178
1267
|
mono: string;
|
|
1179
1268
|
};
|
|
1180
1269
|
fontSizes: {
|
|
1181
|
-
tiny: string;
|
|
1182
1270
|
xs: string;
|
|
1183
|
-
base: string;
|
|
1184
1271
|
sm: string;
|
|
1272
|
+
base: string;
|
|
1185
1273
|
md: string;
|
|
1186
1274
|
lg: string;
|
|
1187
1275
|
xl: string;
|
|
1276
|
+
xl2: string;
|
|
1277
|
+
xl3: string;
|
|
1278
|
+
xl4: string;
|
|
1279
|
+
xl5: string;
|
|
1280
|
+
xl6: string;
|
|
1281
|
+
xl7: string;
|
|
1282
|
+
xl8: string;
|
|
1283
|
+
xl9: string;
|
|
1188
1284
|
};
|
|
1189
1285
|
fontWeights: {
|
|
1190
1286
|
hairline: number;
|
|
@@ -1200,9 +1296,18 @@ export declare const StyledPaginationIcon: import("@stitches/react/types/styled-
|
|
|
1200
1296
|
lineHeights: {
|
|
1201
1297
|
xs: number;
|
|
1202
1298
|
sm: number;
|
|
1299
|
+
base: number;
|
|
1203
1300
|
md: number;
|
|
1204
1301
|
lg: number;
|
|
1205
1302
|
xl: number;
|
|
1303
|
+
xl2: number;
|
|
1304
|
+
xl3: number;
|
|
1305
|
+
xl4: number;
|
|
1306
|
+
xl5: number;
|
|
1307
|
+
xl6: number;
|
|
1308
|
+
xl7: number;
|
|
1309
|
+
xl8: number;
|
|
1310
|
+
xl9: number;
|
|
1206
1311
|
};
|
|
1207
1312
|
letterSpacings: {
|
|
1208
1313
|
tighter: string;
|
|
@@ -1287,6 +1392,7 @@ export declare const StyledPaginationIcon: import("@stitches/react/types/styled-
|
|
|
1287
1392
|
avatar: string;
|
|
1288
1393
|
link: string;
|
|
1289
1394
|
card: string;
|
|
1395
|
+
dropdownItem: string;
|
|
1290
1396
|
};
|
|
1291
1397
|
breakpoints: {
|
|
1292
1398
|
xs: string;
|
|
@@ -1662,7 +1768,9 @@ export declare const StyledPaginationIcon: import("@stitches/react/types/styled-
|
|
|
1662
1768
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1663
1769
|
}) => {
|
|
1664
1770
|
bf: string;
|
|
1665
|
-
bg:
|
|
1771
|
+
bg: {
|
|
1772
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
1773
|
+
};
|
|
1666
1774
|
};
|
|
1667
1775
|
bgColor: (value: {
|
|
1668
1776
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -1740,6 +1848,32 @@ export declare const StyledPaginationIcon: import("@stitches/react/types/styled-
|
|
|
1740
1848
|
readonly [$$PropertyValue]: "boxShadow";
|
|
1741
1849
|
};
|
|
1742
1850
|
};
|
|
1851
|
+
ds: (value: {
|
|
1852
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1853
|
+
}) => {
|
|
1854
|
+
dropShadow: {
|
|
1855
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1856
|
+
};
|
|
1857
|
+
};
|
|
1858
|
+
shadow: (value: {
|
|
1859
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1860
|
+
}) => {
|
|
1861
|
+
boxShadow: {
|
|
1862
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1863
|
+
};
|
|
1864
|
+
};
|
|
1865
|
+
dshadow: (value: {
|
|
1866
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1867
|
+
}) => {
|
|
1868
|
+
dropShadow: {
|
|
1869
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1870
|
+
};
|
|
1871
|
+
};
|
|
1872
|
+
dropShadow: (value: {
|
|
1873
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1874
|
+
}) => {
|
|
1875
|
+
filter: string;
|
|
1876
|
+
};
|
|
1743
1877
|
normalShadow: (value: {
|
|
1744
1878
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1745
1879
|
}) => {
|
|
@@ -1943,6 +2077,16 @@ export declare const StyledPaginationIcon: import("@stitches/react/types/styled-
|
|
|
1943
2077
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1944
2078
|
};
|
|
1945
2079
|
};
|
|
2080
|
+
truncateText: (value: {
|
|
2081
|
+
readonly [$$PropertyValue]: "width";
|
|
2082
|
+
}) => {
|
|
2083
|
+
maxWidth: {
|
|
2084
|
+
readonly [$$PropertyValue]: "width";
|
|
2085
|
+
};
|
|
2086
|
+
whiteSpace: string;
|
|
2087
|
+
overflow: string;
|
|
2088
|
+
textOverflow: string;
|
|
2089
|
+
};
|
|
1946
2090
|
textGradient: (value: {
|
|
1947
2091
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
1948
2092
|
}) => {
|
|
@@ -1994,6 +2138,13 @@ export declare const StyledPaginationItemContent: import("@stitches/react/types/
|
|
|
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 StyledPaginationItemContent: import("@stitches/react/types/
|
|
|
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 StyledPaginationItemContent: import("@stitches/react/types/
|
|
|
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 StyledPaginationItemContent: import("@stitches/react/types/
|
|
|
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 StyledPaginationItemContent: import("@stitches/react/types/
|
|
|
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 StyledPaginationItemContent: import("@stitches/react/types/
|
|
|
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 StyledPaginationItemContent: import("@stitches/react/types/
|
|
|
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 StyledPaginationItemContent: import("@stitches/react/types/
|
|
|
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
|
}) => {
|
|
@@ -2976,6 +3192,13 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
2976
3192
|
lg: string;
|
|
2977
3193
|
xl: string;
|
|
2978
3194
|
};
|
|
3195
|
+
dropShadows: {
|
|
3196
|
+
xs: string;
|
|
3197
|
+
sm: string;
|
|
3198
|
+
md: string;
|
|
3199
|
+
lg: string;
|
|
3200
|
+
xl: string;
|
|
3201
|
+
};
|
|
2979
3202
|
colors: {
|
|
2980
3203
|
text: string;
|
|
2981
3204
|
link: string;
|
|
@@ -3117,6 +3340,16 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
3117
3340
|
errorSolidHover: string;
|
|
3118
3341
|
errorSolidContrast: string;
|
|
3119
3342
|
errorShadow: string;
|
|
3343
|
+
neutralLight: string;
|
|
3344
|
+
neutralLightHover: string;
|
|
3345
|
+
neutralLightActive: string;
|
|
3346
|
+
neutralLightContrast: string;
|
|
3347
|
+
neutral: string;
|
|
3348
|
+
neutralBorder: string;
|
|
3349
|
+
neutralBorderHover: string;
|
|
3350
|
+
neutralSolidHover: string;
|
|
3351
|
+
neutralSolidContrast: string;
|
|
3352
|
+
neutralShadow: string;
|
|
3120
3353
|
gradient: string;
|
|
3121
3354
|
accents0: string;
|
|
3122
3355
|
accents1: string;
|
|
@@ -3135,13 +3368,20 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
3135
3368
|
mono: string;
|
|
3136
3369
|
};
|
|
3137
3370
|
fontSizes: {
|
|
3138
|
-
tiny: string;
|
|
3139
3371
|
xs: string;
|
|
3140
|
-
base: string;
|
|
3141
3372
|
sm: string;
|
|
3373
|
+
base: string;
|
|
3142
3374
|
md: string;
|
|
3143
3375
|
lg: string;
|
|
3144
3376
|
xl: string;
|
|
3377
|
+
xl2: string;
|
|
3378
|
+
xl3: string;
|
|
3379
|
+
xl4: string;
|
|
3380
|
+
xl5: string;
|
|
3381
|
+
xl6: string;
|
|
3382
|
+
xl7: string;
|
|
3383
|
+
xl8: string;
|
|
3384
|
+
xl9: string;
|
|
3145
3385
|
};
|
|
3146
3386
|
fontWeights: {
|
|
3147
3387
|
hairline: number;
|
|
@@ -3157,9 +3397,18 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
3157
3397
|
lineHeights: {
|
|
3158
3398
|
xs: number;
|
|
3159
3399
|
sm: number;
|
|
3400
|
+
base: number;
|
|
3160
3401
|
md: number;
|
|
3161
3402
|
lg: number;
|
|
3162
3403
|
xl: number;
|
|
3404
|
+
xl2: number;
|
|
3405
|
+
xl3: number;
|
|
3406
|
+
xl4: number;
|
|
3407
|
+
xl5: number;
|
|
3408
|
+
xl6: number;
|
|
3409
|
+
xl7: number;
|
|
3410
|
+
xl8: number;
|
|
3411
|
+
xl9: number;
|
|
3163
3412
|
};
|
|
3164
3413
|
letterSpacings: {
|
|
3165
3414
|
tighter: string;
|
|
@@ -3244,6 +3493,7 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
3244
3493
|
avatar: string;
|
|
3245
3494
|
link: string;
|
|
3246
3495
|
card: string;
|
|
3496
|
+
dropdownItem: string;
|
|
3247
3497
|
};
|
|
3248
3498
|
breakpoints: {
|
|
3249
3499
|
xs: string;
|
|
@@ -3619,7 +3869,9 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
3619
3869
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3620
3870
|
}) => {
|
|
3621
3871
|
bf: string;
|
|
3622
|
-
bg:
|
|
3872
|
+
bg: {
|
|
3873
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
3874
|
+
};
|
|
3623
3875
|
};
|
|
3624
3876
|
bgColor: (value: {
|
|
3625
3877
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -3697,6 +3949,32 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
3697
3949
|
readonly [$$PropertyValue]: "boxShadow";
|
|
3698
3950
|
};
|
|
3699
3951
|
};
|
|
3952
|
+
ds: (value: {
|
|
3953
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3954
|
+
}) => {
|
|
3955
|
+
dropShadow: {
|
|
3956
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3957
|
+
};
|
|
3958
|
+
};
|
|
3959
|
+
shadow: (value: {
|
|
3960
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3961
|
+
}) => {
|
|
3962
|
+
boxShadow: {
|
|
3963
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3964
|
+
};
|
|
3965
|
+
};
|
|
3966
|
+
dshadow: (value: {
|
|
3967
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3968
|
+
}) => {
|
|
3969
|
+
dropShadow: {
|
|
3970
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3971
|
+
};
|
|
3972
|
+
};
|
|
3973
|
+
dropShadow: (value: {
|
|
3974
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3975
|
+
}) => {
|
|
3976
|
+
filter: string;
|
|
3977
|
+
};
|
|
3700
3978
|
normalShadow: (value: {
|
|
3701
3979
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3702
3980
|
}) => {
|
|
@@ -3900,6 +4178,16 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
3900
4178
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
3901
4179
|
};
|
|
3902
4180
|
};
|
|
4181
|
+
truncateText: (value: {
|
|
4182
|
+
readonly [$$PropertyValue]: "width";
|
|
4183
|
+
}) => {
|
|
4184
|
+
maxWidth: {
|
|
4185
|
+
readonly [$$PropertyValue]: "width";
|
|
4186
|
+
};
|
|
4187
|
+
whiteSpace: string;
|
|
4188
|
+
overflow: string;
|
|
4189
|
+
textOverflow: string;
|
|
4190
|
+
};
|
|
3903
4191
|
textGradient: (value: {
|
|
3904
4192
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
3905
4193
|
}) => {
|
|
@@ -3956,6 +4244,13 @@ export declare const StyledPaginationHighlight: import("@stitches/react/types/st
|
|
|
3956
4244
|
lg: string;
|
|
3957
4245
|
xl: string;
|
|
3958
4246
|
};
|
|
4247
|
+
dropShadows: {
|
|
4248
|
+
xs: string;
|
|
4249
|
+
sm: string;
|
|
4250
|
+
md: string;
|
|
4251
|
+
lg: string;
|
|
4252
|
+
xl: string;
|
|
4253
|
+
};
|
|
3959
4254
|
colors: {
|
|
3960
4255
|
text: string;
|
|
3961
4256
|
link: string;
|
|
@@ -4097,6 +4392,16 @@ export declare const StyledPaginationHighlight: import("@stitches/react/types/st
|
|
|
4097
4392
|
errorSolidHover: string;
|
|
4098
4393
|
errorSolidContrast: string;
|
|
4099
4394
|
errorShadow: string;
|
|
4395
|
+
neutralLight: string;
|
|
4396
|
+
neutralLightHover: string;
|
|
4397
|
+
neutralLightActive: string;
|
|
4398
|
+
neutralLightContrast: string;
|
|
4399
|
+
neutral: string;
|
|
4400
|
+
neutralBorder: string;
|
|
4401
|
+
neutralBorderHover: string;
|
|
4402
|
+
neutralSolidHover: string;
|
|
4403
|
+
neutralSolidContrast: string;
|
|
4404
|
+
neutralShadow: string;
|
|
4100
4405
|
gradient: string;
|
|
4101
4406
|
accents0: string;
|
|
4102
4407
|
accents1: string;
|
|
@@ -4115,13 +4420,20 @@ export declare const StyledPaginationHighlight: import("@stitches/react/types/st
|
|
|
4115
4420
|
mono: string;
|
|
4116
4421
|
};
|
|
4117
4422
|
fontSizes: {
|
|
4118
|
-
tiny: string;
|
|
4119
4423
|
xs: string;
|
|
4120
|
-
base: string;
|
|
4121
4424
|
sm: string;
|
|
4425
|
+
base: string;
|
|
4122
4426
|
md: string;
|
|
4123
4427
|
lg: string;
|
|
4124
4428
|
xl: string;
|
|
4429
|
+
xl2: string;
|
|
4430
|
+
xl3: string;
|
|
4431
|
+
xl4: string;
|
|
4432
|
+
xl5: string;
|
|
4433
|
+
xl6: string;
|
|
4434
|
+
xl7: string;
|
|
4435
|
+
xl8: string;
|
|
4436
|
+
xl9: string;
|
|
4125
4437
|
};
|
|
4126
4438
|
fontWeights: {
|
|
4127
4439
|
hairline: number;
|
|
@@ -4137,9 +4449,18 @@ export declare const StyledPaginationHighlight: import("@stitches/react/types/st
|
|
|
4137
4449
|
lineHeights: {
|
|
4138
4450
|
xs: number;
|
|
4139
4451
|
sm: number;
|
|
4452
|
+
base: number;
|
|
4140
4453
|
md: number;
|
|
4141
4454
|
lg: number;
|
|
4142
4455
|
xl: number;
|
|
4456
|
+
xl2: number;
|
|
4457
|
+
xl3: number;
|
|
4458
|
+
xl4: number;
|
|
4459
|
+
xl5: number;
|
|
4460
|
+
xl6: number;
|
|
4461
|
+
xl7: number;
|
|
4462
|
+
xl8: number;
|
|
4463
|
+
xl9: number;
|
|
4143
4464
|
};
|
|
4144
4465
|
letterSpacings: {
|
|
4145
4466
|
tighter: string;
|
|
@@ -4224,6 +4545,7 @@ export declare const StyledPaginationHighlight: import("@stitches/react/types/st
|
|
|
4224
4545
|
avatar: string;
|
|
4225
4546
|
link: string;
|
|
4226
4547
|
card: string;
|
|
4548
|
+
dropdownItem: string;
|
|
4227
4549
|
};
|
|
4228
4550
|
breakpoints: {
|
|
4229
4551
|
xs: string;
|
|
@@ -4599,7 +4921,9 @@ export declare const StyledPaginationHighlight: import("@stitches/react/types/st
|
|
|
4599
4921
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
4600
4922
|
}) => {
|
|
4601
4923
|
bf: string;
|
|
4602
|
-
bg:
|
|
4924
|
+
bg: {
|
|
4925
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
4926
|
+
};
|
|
4603
4927
|
};
|
|
4604
4928
|
bgColor: (value: {
|
|
4605
4929
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -4677,6 +5001,32 @@ export declare const StyledPaginationHighlight: import("@stitches/react/types/st
|
|
|
4677
5001
|
readonly [$$PropertyValue]: "boxShadow";
|
|
4678
5002
|
};
|
|
4679
5003
|
};
|
|
5004
|
+
ds: (value: {
|
|
5005
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5006
|
+
}) => {
|
|
5007
|
+
dropShadow: {
|
|
5008
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5009
|
+
};
|
|
5010
|
+
};
|
|
5011
|
+
shadow: (value: {
|
|
5012
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5013
|
+
}) => {
|
|
5014
|
+
boxShadow: {
|
|
5015
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5016
|
+
};
|
|
5017
|
+
};
|
|
5018
|
+
dshadow: (value: {
|
|
5019
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5020
|
+
}) => {
|
|
5021
|
+
dropShadow: {
|
|
5022
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5023
|
+
};
|
|
5024
|
+
};
|
|
5025
|
+
dropShadow: (value: {
|
|
5026
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5027
|
+
}) => {
|
|
5028
|
+
filter: string;
|
|
5029
|
+
};
|
|
4680
5030
|
normalShadow: (value: {
|
|
4681
5031
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
4682
5032
|
}) => {
|
|
@@ -4880,6 +5230,16 @@ export declare const StyledPaginationHighlight: import("@stitches/react/types/st
|
|
|
4880
5230
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
4881
5231
|
};
|
|
4882
5232
|
};
|
|
5233
|
+
truncateText: (value: {
|
|
5234
|
+
readonly [$$PropertyValue]: "width";
|
|
5235
|
+
}) => {
|
|
5236
|
+
maxWidth: {
|
|
5237
|
+
readonly [$$PropertyValue]: "width";
|
|
5238
|
+
};
|
|
5239
|
+
whiteSpace: string;
|
|
5240
|
+
overflow: string;
|
|
5241
|
+
textOverflow: string;
|
|
5242
|
+
};
|
|
4883
5243
|
textGradient: (value: {
|
|
4884
5244
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
4885
5245
|
}) => {
|
|
@@ -4939,6 +5299,13 @@ export declare const StyledPagination: import("@stitches/react/types/styled-comp
|
|
|
4939
5299
|
lg: string;
|
|
4940
5300
|
xl: string;
|
|
4941
5301
|
};
|
|
5302
|
+
dropShadows: {
|
|
5303
|
+
xs: string;
|
|
5304
|
+
sm: string;
|
|
5305
|
+
md: string;
|
|
5306
|
+
lg: string;
|
|
5307
|
+
xl: string;
|
|
5308
|
+
};
|
|
4942
5309
|
colors: {
|
|
4943
5310
|
text: string;
|
|
4944
5311
|
link: string;
|
|
@@ -5080,6 +5447,16 @@ export declare const StyledPagination: import("@stitches/react/types/styled-comp
|
|
|
5080
5447
|
errorSolidHover: string;
|
|
5081
5448
|
errorSolidContrast: string;
|
|
5082
5449
|
errorShadow: string;
|
|
5450
|
+
neutralLight: string;
|
|
5451
|
+
neutralLightHover: string;
|
|
5452
|
+
neutralLightActive: string;
|
|
5453
|
+
neutralLightContrast: string;
|
|
5454
|
+
neutral: string;
|
|
5455
|
+
neutralBorder: string;
|
|
5456
|
+
neutralBorderHover: string;
|
|
5457
|
+
neutralSolidHover: string;
|
|
5458
|
+
neutralSolidContrast: string;
|
|
5459
|
+
neutralShadow: string;
|
|
5083
5460
|
gradient: string;
|
|
5084
5461
|
accents0: string;
|
|
5085
5462
|
accents1: string;
|
|
@@ -5098,13 +5475,20 @@ export declare const StyledPagination: import("@stitches/react/types/styled-comp
|
|
|
5098
5475
|
mono: string;
|
|
5099
5476
|
};
|
|
5100
5477
|
fontSizes: {
|
|
5101
|
-
tiny: string;
|
|
5102
5478
|
xs: string;
|
|
5103
|
-
base: string;
|
|
5104
5479
|
sm: string;
|
|
5480
|
+
base: string;
|
|
5105
5481
|
md: string;
|
|
5106
5482
|
lg: string;
|
|
5107
5483
|
xl: string;
|
|
5484
|
+
xl2: string;
|
|
5485
|
+
xl3: string;
|
|
5486
|
+
xl4: string;
|
|
5487
|
+
xl5: string;
|
|
5488
|
+
xl6: string;
|
|
5489
|
+
xl7: string;
|
|
5490
|
+
xl8: string;
|
|
5491
|
+
xl9: string;
|
|
5108
5492
|
};
|
|
5109
5493
|
fontWeights: {
|
|
5110
5494
|
hairline: number;
|
|
@@ -5120,9 +5504,18 @@ export declare const StyledPagination: import("@stitches/react/types/styled-comp
|
|
|
5120
5504
|
lineHeights: {
|
|
5121
5505
|
xs: number;
|
|
5122
5506
|
sm: number;
|
|
5507
|
+
base: number;
|
|
5123
5508
|
md: number;
|
|
5124
5509
|
lg: number;
|
|
5125
5510
|
xl: number;
|
|
5511
|
+
xl2: number;
|
|
5512
|
+
xl3: number;
|
|
5513
|
+
xl4: number;
|
|
5514
|
+
xl5: number;
|
|
5515
|
+
xl6: number;
|
|
5516
|
+
xl7: number;
|
|
5517
|
+
xl8: number;
|
|
5518
|
+
xl9: number;
|
|
5126
5519
|
};
|
|
5127
5520
|
letterSpacings: {
|
|
5128
5521
|
tighter: string;
|
|
@@ -5207,6 +5600,7 @@ export declare const StyledPagination: import("@stitches/react/types/styled-comp
|
|
|
5207
5600
|
avatar: string;
|
|
5208
5601
|
link: string;
|
|
5209
5602
|
card: string;
|
|
5603
|
+
dropdownItem: string;
|
|
5210
5604
|
};
|
|
5211
5605
|
breakpoints: {
|
|
5212
5606
|
xs: string;
|
|
@@ -5582,7 +5976,9 @@ export declare const StyledPagination: import("@stitches/react/types/styled-comp
|
|
|
5582
5976
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
5583
5977
|
}) => {
|
|
5584
5978
|
bf: string;
|
|
5585
|
-
bg:
|
|
5979
|
+
bg: {
|
|
5980
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
5981
|
+
};
|
|
5586
5982
|
};
|
|
5587
5983
|
bgColor: (value: {
|
|
5588
5984
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -5660,6 +6056,32 @@ export declare const StyledPagination: import("@stitches/react/types/styled-comp
|
|
|
5660
6056
|
readonly [$$PropertyValue]: "boxShadow";
|
|
5661
6057
|
};
|
|
5662
6058
|
};
|
|
6059
|
+
ds: (value: {
|
|
6060
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6061
|
+
}) => {
|
|
6062
|
+
dropShadow: {
|
|
6063
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6064
|
+
};
|
|
6065
|
+
};
|
|
6066
|
+
shadow: (value: {
|
|
6067
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6068
|
+
}) => {
|
|
6069
|
+
boxShadow: {
|
|
6070
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6071
|
+
};
|
|
6072
|
+
};
|
|
6073
|
+
dshadow: (value: {
|
|
6074
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6075
|
+
}) => {
|
|
6076
|
+
dropShadow: {
|
|
6077
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6078
|
+
};
|
|
6079
|
+
};
|
|
6080
|
+
dropShadow: (value: {
|
|
6081
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6082
|
+
}) => {
|
|
6083
|
+
filter: string;
|
|
6084
|
+
};
|
|
5663
6085
|
normalShadow: (value: {
|
|
5664
6086
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
5665
6087
|
}) => {
|
|
@@ -5863,6 +6285,16 @@ export declare const StyledPagination: import("@stitches/react/types/styled-comp
|
|
|
5863
6285
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
5864
6286
|
};
|
|
5865
6287
|
};
|
|
6288
|
+
truncateText: (value: {
|
|
6289
|
+
readonly [$$PropertyValue]: "width";
|
|
6290
|
+
}) => {
|
|
6291
|
+
maxWidth: {
|
|
6292
|
+
readonly [$$PropertyValue]: "width";
|
|
6293
|
+
};
|
|
6294
|
+
whiteSpace: string;
|
|
6295
|
+
overflow: string;
|
|
6296
|
+
textOverflow: string;
|
|
6297
|
+
};
|
|
5866
6298
|
textGradient: (value: {
|
|
5867
6299
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
5868
6300
|
}) => {
|