@nextui-org/react 1.0.0-beta.6 → 1.0.0-beta.9-dbg1
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/backdrop/backdrop.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/button/utils.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-context.js +1 -1
- package/cjs/checkbox/checkbox-group.js +1 -1
- package/cjs/checkbox/checkbox.js +1 -1
- package/cjs/checkbox/checkbox.styles.js +1 -1
- package/cjs/checkbox/use-checkbox-group.js +1 -0
- package/cjs/checkbox/use-checkbox.js +1 -0
- 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/grid/grid-container.js +1 -1
- 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/link/link.js +1 -1
- package/cjs/link/link.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-checkbox-cell.js +1 -1
- package/cjs/table/table-context.js +1 -1
- package/cjs/table/table-select-all-checkbox.js +1 -1
- package/cjs/table/table.js +1 -1
- package/cjs/table/table.styles.js +1 -1
- package/cjs/table/utils.js +1 -1
- package/cjs/theme/colors/blue.js +1 -0
- package/cjs/theme/colors/cyan.js +1 -0
- package/cjs/theme/colors/gray.js +1 -0
- package/cjs/theme/colors/green.js +1 -0
- package/cjs/theme/colors/index.js +1 -0
- package/cjs/theme/colors/pink.js +1 -0
- package/cjs/theme/colors/purple.js +1 -0
- package/cjs/theme/colors/red.js +1 -0
- package/cjs/theme/colors/yellow.js +1 -0
- package/cjs/theme/common.js +1 -1
- package/cjs/theme/dark-theme.js +1 -1
- package/cjs/theme/index.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/backdrop/backdrop.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/button/utils.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-context.js +1 -1
- package/esm/checkbox/checkbox-group.js +1 -1
- package/esm/checkbox/checkbox.js +1 -1
- package/esm/checkbox/checkbox.styles.js +1 -1
- package/esm/checkbox/use-checkbox-group.js +1 -0
- package/esm/checkbox/use-checkbox.js +1 -0
- 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/grid/grid-container.js +1 -1
- 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/link/link.js +1 -1
- package/esm/link/link.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-checkbox-cell.js +1 -1
- package/esm/table/table-context.js +1 -1
- package/esm/table/table-select-all-checkbox.js +1 -1
- package/esm/table/table.js +1 -1
- package/esm/table/table.styles.js +1 -1
- package/esm/table/utils.js +1 -1
- package/esm/theme/colors/blue.js +1 -0
- package/esm/theme/colors/cyan.js +1 -0
- package/esm/theme/colors/gray.js +1 -0
- package/esm/theme/colors/green.js +1 -0
- package/esm/theme/colors/index.js +1 -0
- package/esm/theme/colors/pink.js +1 -0
- package/esm/theme/colors/purple.js +1 -0
- package/esm/theme/colors/red.js +1 -0
- package/esm/theme/colors/yellow.js +1 -0
- package/esm/theme/common.js +1 -1
- package/esm/theme/dark-theme.js +1 -1
- package/esm/theme/index.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 +29 -24
- package/types/avatar/avatar-group.styles.d.ts +396 -174
- package/types/avatar/avatar.d.ts +2372 -11
- package/types/avatar/avatar.styles.d.ts +2570 -98
- package/types/backdrop/backdrop.styles.d.ts +594 -261
- package/types/button/button-group.styles.d.ts +198 -87
- package/types/button/button-icon.d.ts +202 -89
- package/types/button/button.d.ts +5 -3
- package/types/button/button.styles.d.ts +1636 -189
- package/types/card/card.d.ts +8 -9
- package/types/card/card.styles.d.ts +3103 -350
- package/types/card/use-card.d.ts +301 -0
- package/types/checkbox/checkbox-context.d.ts +3 -11
- package/types/checkbox/checkbox-group.d.ts +9 -28
- package/types/checkbox/checkbox.d.ts +8 -40
- package/types/checkbox/checkbox.styles.d.ts +2193 -2021
- package/types/checkbox/use-checkbox-group.d.ts +30 -0
- package/types/checkbox/use-checkbox.d.ts +26 -0
- package/types/code/code.styles.d.ts +396 -174
- package/types/col/col.styles.d.ts +198 -87
- package/types/collapse/collapse.styles.d.ts +1199 -533
- package/types/container/container.styles.d.ts +198 -87
- package/types/divider/divider.styles.d.ts +396 -174
- 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 +396 -174
- package/types/image/image.d.ts +5 -18
- package/types/image/image.styles.d.ts +594 -261
- package/types/index.d.ts +5 -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 +2367 -1146
- package/types/link/link.styles.d.ts +396 -174
- package/types/loading/loading.styles.d.ts +1199 -533
- package/types/modal/modal.styles.d.ts +1199 -533
- package/types/pagination/pagination.styles.d.ts +1199 -533
- 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 +2374 -88
- 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 +396 -174
- 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 +3335 -562
- 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 +198 -87
- package/types/snippet/snippet.styles.d.ts +803 -359
- package/types/spacer/spacer.styles.d.ts +198 -87
- package/types/switch/switch.d.ts +1 -1
- package/types/switch/switch.styles.d.ts +803 -359
- package/types/table/table-column-header.d.ts +198 -87
- package/types/table/table-sort-icon.d.ts +198 -87
- package/types/table/table.styles.d.ts +3745 -1856
- package/types/table/utils.d.ts +5 -29
- package/types/text/text.styles.d.ts +198 -87
- package/types/textarea/textarea.d.ts +1 -1
- package/types/theme/colors/blue.d.ts +24 -0
- package/types/theme/colors/cyan.d.ts +24 -0
- package/types/theme/colors/gray.d.ts +24 -0
- package/types/theme/colors/green.d.ts +24 -0
- package/types/theme/colors/index.d.ts +8 -0
- package/types/theme/colors/pink.d.ts +24 -0
- package/types/theme/colors/purple.d.ts +24 -0
- package/types/theme/colors/red.d.ts +24 -0
- package/types/theme/colors/yellow.d.ts +24 -0
- package/types/theme/common.d.ts +449 -392
- package/types/theme/dark-theme.d.ts +112 -22
- package/types/theme/light-theme.d.ts +91 -13
- package/types/theme/shared-css.d.ts +5237 -0
- package/types/theme/stitches.config.d.ts +3120 -4934
- package/types/theme/types.d.ts +3 -0
- package/types/tooltip/tooltip.d.ts +1 -1
- package/types/tooltip/tooltip.styles.d.ts +803 -359
- package/types/user/index.d.ts +1 -1
- package/types/user/user-link.d.ts +4 -11
- package/types/user/user.styles.d.ts +787 -1277
- 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 +199 -88
- package/types/utils/prop-types.d.ts +4 -0
- package/umd/nextui.js +14191 -17827
- package/umd/nextui.min.js +1 -1
- package/cjs/checkbox/utils.js +0 -1
- package/esm/checkbox/utils.js +0 -1
- package/types/checkbox/utils.d.ts +0 -288
|
@@ -42,89 +42,20 @@ 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
|
-
accents1: string;
|
|
47
|
-
accents2: string;
|
|
48
|
-
accents3: string;
|
|
49
|
-
accents4: string;
|
|
50
|
-
accents5: string;
|
|
51
|
-
accents6: string;
|
|
52
|
-
accents7: string;
|
|
53
|
-
accents8: string;
|
|
54
|
-
accents9: string;
|
|
55
|
-
background: string;
|
|
56
|
-
foreground: string;
|
|
57
|
-
backgroundContrast: string;
|
|
58
53
|
text: string;
|
|
54
|
+
link: string;
|
|
59
55
|
codeLight: string;
|
|
60
56
|
code: string;
|
|
61
|
-
border: string;
|
|
62
57
|
selection: string;
|
|
63
|
-
|
|
64
|
-
black: string;
|
|
65
|
-
blue100: string;
|
|
66
|
-
blue200: string;
|
|
67
|
-
blue300: string;
|
|
68
|
-
blue400: string;
|
|
69
|
-
blue500: string;
|
|
70
|
-
blue600: string;
|
|
71
|
-
blue700: string;
|
|
72
|
-
blue800: string;
|
|
73
|
-
blue900: string;
|
|
74
|
-
purple100: string;
|
|
75
|
-
purple200: string;
|
|
76
|
-
purple300: string;
|
|
77
|
-
purple400: string;
|
|
78
|
-
purple500: string;
|
|
79
|
-
purple600: string;
|
|
80
|
-
purple700: string;
|
|
81
|
-
purple800: string;
|
|
82
|
-
purple900: string;
|
|
83
|
-
green100: string;
|
|
84
|
-
green200: string;
|
|
85
|
-
green300: string;
|
|
86
|
-
green400: string;
|
|
87
|
-
green500: string;
|
|
88
|
-
green600: string;
|
|
89
|
-
green700: string;
|
|
90
|
-
green800: string;
|
|
91
|
-
green900: string;
|
|
92
|
-
yellow100: string;
|
|
93
|
-
yellow200: string;
|
|
94
|
-
yellow300: string;
|
|
95
|
-
yellow400: string;
|
|
96
|
-
yellow500: string;
|
|
97
|
-
yellow600: string;
|
|
98
|
-
yellow700: string;
|
|
99
|
-
yellow800: string;
|
|
100
|
-
yellow900: string;
|
|
101
|
-
red100: string;
|
|
102
|
-
red200: string;
|
|
103
|
-
red300: string;
|
|
104
|
-
red400: string;
|
|
105
|
-
red500: string;
|
|
106
|
-
red600: string;
|
|
107
|
-
red700: string;
|
|
108
|
-
red800: string;
|
|
109
|
-
red900: string;
|
|
110
|
-
cyan100: string;
|
|
111
|
-
cyan200: string;
|
|
112
|
-
cyan300: string;
|
|
113
|
-
cyan400: string;
|
|
114
|
-
cyan500: string;
|
|
115
|
-
cyan600: string;
|
|
116
|
-
cyan700: string;
|
|
117
|
-
cyan800: string;
|
|
118
|
-
cyan900: string;
|
|
119
|
-
pink100: string;
|
|
120
|
-
pink200: string;
|
|
121
|
-
pink300: string;
|
|
122
|
-
pink400: string;
|
|
123
|
-
pink500: string;
|
|
124
|
-
pink600: string;
|
|
125
|
-
pink700: string;
|
|
126
|
-
pink800: string;
|
|
127
|
-
pink900: string;
|
|
58
|
+
gray50: string;
|
|
128
59
|
gray100: string;
|
|
129
60
|
gray200: string;
|
|
130
61
|
gray300: string;
|
|
@@ -134,41 +65,173 @@ export declare const StyledPaginationEllipsis: import("@stitches/react/types/sty
|
|
|
134
65
|
gray700: string;
|
|
135
66
|
gray800: string;
|
|
136
67
|
gray900: string;
|
|
68
|
+
pink50: string;
|
|
69
|
+
pink100: string;
|
|
70
|
+
pink200: string;
|
|
71
|
+
pink300: string;
|
|
72
|
+
pink400: string;
|
|
73
|
+
pink500: string;
|
|
74
|
+
pink600: string;
|
|
75
|
+
pink700: string;
|
|
76
|
+
pink800: string;
|
|
77
|
+
pink900: string;
|
|
78
|
+
cyan50: string;
|
|
79
|
+
cyan100: string;
|
|
80
|
+
cyan200: string;
|
|
81
|
+
cyan300: string;
|
|
82
|
+
cyan400: string;
|
|
83
|
+
cyan500: string;
|
|
84
|
+
cyan600: string;
|
|
85
|
+
cyan700: string;
|
|
86
|
+
cyan800: string;
|
|
87
|
+
cyan900: string;
|
|
88
|
+
red50: string;
|
|
89
|
+
red100: string;
|
|
90
|
+
red200: string;
|
|
91
|
+
red300: string;
|
|
92
|
+
red400: string;
|
|
93
|
+
red500: string;
|
|
94
|
+
red600: string;
|
|
95
|
+
red700: string;
|
|
96
|
+
red800: string;
|
|
97
|
+
red900: string;
|
|
98
|
+
yellow50: string;
|
|
99
|
+
yellow100: string;
|
|
100
|
+
yellow200: string;
|
|
101
|
+
yellow300: string;
|
|
102
|
+
yellow400: string;
|
|
103
|
+
yellow500: string;
|
|
104
|
+
yellow600: string;
|
|
105
|
+
yellow700: string;
|
|
106
|
+
yellow800: string;
|
|
107
|
+
yellow900: string;
|
|
108
|
+
green50: string;
|
|
109
|
+
green100: string;
|
|
110
|
+
green200: string;
|
|
111
|
+
green300: string;
|
|
112
|
+
green400: string;
|
|
113
|
+
green500: string;
|
|
114
|
+
green600: string;
|
|
115
|
+
green700: string;
|
|
116
|
+
green800: string;
|
|
117
|
+
green900: string;
|
|
118
|
+
purple50: string;
|
|
119
|
+
purple100: string;
|
|
120
|
+
purple200: string;
|
|
121
|
+
purple300: string;
|
|
122
|
+
purple400: string;
|
|
123
|
+
purple500: string;
|
|
124
|
+
purple600: string;
|
|
125
|
+
purple700: string;
|
|
126
|
+
purple800: string;
|
|
127
|
+
purple900: string;
|
|
128
|
+
blue50: string;
|
|
129
|
+
blue100: string;
|
|
130
|
+
blue200: string;
|
|
131
|
+
blue300: string;
|
|
132
|
+
blue400: string;
|
|
133
|
+
blue500: string;
|
|
134
|
+
blue600: string;
|
|
135
|
+
blue700: string;
|
|
136
|
+
blue800: string;
|
|
137
|
+
blue900: string;
|
|
138
|
+
background: string;
|
|
139
|
+
foreground: string;
|
|
140
|
+
backgroundContrast: string;
|
|
141
|
+
white: string;
|
|
142
|
+
black: string;
|
|
137
143
|
primaryLight: string;
|
|
144
|
+
primaryLightHover: string;
|
|
145
|
+
primaryLightActive: string;
|
|
146
|
+
primaryLightContrast: string;
|
|
138
147
|
primary: string;
|
|
139
|
-
|
|
148
|
+
primaryBorder: string;
|
|
149
|
+
primaryBorderHover: string;
|
|
150
|
+
primarySolidHover: string;
|
|
151
|
+
primarySolidContrast: string;
|
|
140
152
|
primaryShadow: string;
|
|
141
153
|
secondaryLight: string;
|
|
154
|
+
secondaryLightHover: string;
|
|
155
|
+
secondaryLightActive: string;
|
|
156
|
+
secondaryLightContrast: string;
|
|
142
157
|
secondary: string;
|
|
143
|
-
|
|
158
|
+
secondaryBorder: string;
|
|
159
|
+
secondaryBorderHover: string;
|
|
160
|
+
secondarySolidHover: string;
|
|
161
|
+
secondarySolidContrast: string;
|
|
144
162
|
secondaryShadow: string;
|
|
145
163
|
successLight: string;
|
|
164
|
+
successLightHover: string;
|
|
165
|
+
successLightActive: string;
|
|
166
|
+
successLightContrast: string;
|
|
146
167
|
success: string;
|
|
147
|
-
|
|
168
|
+
successBorder: string;
|
|
169
|
+
successBorderHover: string;
|
|
170
|
+
successSolidHover: string;
|
|
171
|
+
successSolidContrast: string;
|
|
148
172
|
successShadow: string;
|
|
149
173
|
warningLight: string;
|
|
174
|
+
warningLightHover: string;
|
|
175
|
+
warningLightActive: string;
|
|
176
|
+
warningLightContrast: string;
|
|
150
177
|
warning: string;
|
|
151
|
-
|
|
178
|
+
warningBorder: string;
|
|
179
|
+
warningBorderHover: string;
|
|
180
|
+
warningSolidHover: string;
|
|
181
|
+
warningSolidContrast: string;
|
|
152
182
|
warningShadow: string;
|
|
153
183
|
errorLight: string;
|
|
184
|
+
errorLightHover: string;
|
|
185
|
+
errorLightActive: string;
|
|
186
|
+
errorLightContrast: string;
|
|
154
187
|
error: string;
|
|
155
|
-
|
|
188
|
+
errorBorder: string;
|
|
189
|
+
errorBorderHover: string;
|
|
190
|
+
errorSolidHover: string;
|
|
191
|
+
errorSolidContrast: string;
|
|
156
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;
|
|
157
203
|
gradient: string;
|
|
158
|
-
|
|
204
|
+
accents0: string;
|
|
205
|
+
accents1: string;
|
|
206
|
+
accents2: string;
|
|
207
|
+
accents3: string;
|
|
208
|
+
accents4: string;
|
|
209
|
+
accents5: string;
|
|
210
|
+
accents6: string;
|
|
211
|
+
accents7: string;
|
|
212
|
+
accents8: string;
|
|
213
|
+
accents9: string;
|
|
214
|
+
border: string;
|
|
159
215
|
};
|
|
160
216
|
fonts: {
|
|
161
217
|
sans: string;
|
|
162
218
|
mono: string;
|
|
163
219
|
};
|
|
164
220
|
fontSizes: {
|
|
165
|
-
tiny: string;
|
|
166
221
|
xs: string;
|
|
167
|
-
base: string;
|
|
168
222
|
sm: string;
|
|
223
|
+
base: string;
|
|
169
224
|
md: string;
|
|
170
225
|
lg: string;
|
|
171
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;
|
|
172
235
|
};
|
|
173
236
|
fontWeights: {
|
|
174
237
|
hairline: number;
|
|
@@ -184,9 +247,18 @@ export declare const StyledPaginationEllipsis: import("@stitches/react/types/sty
|
|
|
184
247
|
lineHeights: {
|
|
185
248
|
xs: number;
|
|
186
249
|
sm: number;
|
|
250
|
+
base: number;
|
|
187
251
|
md: number;
|
|
188
252
|
lg: number;
|
|
189
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;
|
|
190
262
|
};
|
|
191
263
|
letterSpacings: {
|
|
192
264
|
tighter: string;
|
|
@@ -271,6 +343,7 @@ export declare const StyledPaginationEllipsis: import("@stitches/react/types/sty
|
|
|
271
343
|
avatar: string;
|
|
272
344
|
link: string;
|
|
273
345
|
card: string;
|
|
346
|
+
dropdownItem: string;
|
|
274
347
|
};
|
|
275
348
|
breakpoints: {
|
|
276
349
|
xs: string;
|
|
@@ -646,7 +719,9 @@ export declare const StyledPaginationEllipsis: import("@stitches/react/types/sty
|
|
|
646
719
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
647
720
|
}) => {
|
|
648
721
|
bf: string;
|
|
649
|
-
bg:
|
|
722
|
+
bg: {
|
|
723
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
724
|
+
};
|
|
650
725
|
};
|
|
651
726
|
bgColor: (value: {
|
|
652
727
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -724,6 +799,32 @@ export declare const StyledPaginationEllipsis: import("@stitches/react/types/sty
|
|
|
724
799
|
readonly [$$PropertyValue]: "boxShadow";
|
|
725
800
|
};
|
|
726
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
|
+
};
|
|
727
828
|
normalShadow: (value: {
|
|
728
829
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
729
830
|
}) => {
|
|
@@ -927,6 +1028,16 @@ export declare const StyledPaginationEllipsis: import("@stitches/react/types/sty
|
|
|
927
1028
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
928
1029
|
};
|
|
929
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
|
+
};
|
|
930
1041
|
textGradient: (value: {
|
|
931
1042
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
932
1043
|
}) => {
|
|
@@ -980,89 +1091,20 @@ export declare const StyledPaginationIcon: import("@stitches/react/types/styled-
|
|
|
980
1091
|
lg: string;
|
|
981
1092
|
xl: string;
|
|
982
1093
|
};
|
|
1094
|
+
dropShadows: {
|
|
1095
|
+
xs: string;
|
|
1096
|
+
sm: string;
|
|
1097
|
+
md: string;
|
|
1098
|
+
lg: string;
|
|
1099
|
+
xl: string;
|
|
1100
|
+
};
|
|
983
1101
|
colors: {
|
|
984
|
-
accents1: string;
|
|
985
|
-
accents2: string;
|
|
986
|
-
accents3: string;
|
|
987
|
-
accents4: string;
|
|
988
|
-
accents5: string;
|
|
989
|
-
accents6: string;
|
|
990
|
-
accents7: string;
|
|
991
|
-
accents8: string;
|
|
992
|
-
accents9: string;
|
|
993
|
-
background: string;
|
|
994
|
-
foreground: string;
|
|
995
|
-
backgroundContrast: string;
|
|
996
1102
|
text: string;
|
|
1103
|
+
link: string;
|
|
997
1104
|
codeLight: string;
|
|
998
1105
|
code: string;
|
|
999
|
-
border: string;
|
|
1000
1106
|
selection: string;
|
|
1001
|
-
|
|
1002
|
-
black: string;
|
|
1003
|
-
blue100: string;
|
|
1004
|
-
blue200: string;
|
|
1005
|
-
blue300: string;
|
|
1006
|
-
blue400: string;
|
|
1007
|
-
blue500: string;
|
|
1008
|
-
blue600: string;
|
|
1009
|
-
blue700: string;
|
|
1010
|
-
blue800: string;
|
|
1011
|
-
blue900: string;
|
|
1012
|
-
purple100: string;
|
|
1013
|
-
purple200: string;
|
|
1014
|
-
purple300: string;
|
|
1015
|
-
purple400: string;
|
|
1016
|
-
purple500: string;
|
|
1017
|
-
purple600: string;
|
|
1018
|
-
purple700: string;
|
|
1019
|
-
purple800: string;
|
|
1020
|
-
purple900: string;
|
|
1021
|
-
green100: string;
|
|
1022
|
-
green200: string;
|
|
1023
|
-
green300: string;
|
|
1024
|
-
green400: string;
|
|
1025
|
-
green500: string;
|
|
1026
|
-
green600: string;
|
|
1027
|
-
green700: string;
|
|
1028
|
-
green800: string;
|
|
1029
|
-
green900: string;
|
|
1030
|
-
yellow100: string;
|
|
1031
|
-
yellow200: string;
|
|
1032
|
-
yellow300: string;
|
|
1033
|
-
yellow400: string;
|
|
1034
|
-
yellow500: string;
|
|
1035
|
-
yellow600: string;
|
|
1036
|
-
yellow700: string;
|
|
1037
|
-
yellow800: string;
|
|
1038
|
-
yellow900: string;
|
|
1039
|
-
red100: string;
|
|
1040
|
-
red200: string;
|
|
1041
|
-
red300: string;
|
|
1042
|
-
red400: string;
|
|
1043
|
-
red500: string;
|
|
1044
|
-
red600: string;
|
|
1045
|
-
red700: string;
|
|
1046
|
-
red800: string;
|
|
1047
|
-
red900: string;
|
|
1048
|
-
cyan100: string;
|
|
1049
|
-
cyan200: string;
|
|
1050
|
-
cyan300: string;
|
|
1051
|
-
cyan400: string;
|
|
1052
|
-
cyan500: string;
|
|
1053
|
-
cyan600: string;
|
|
1054
|
-
cyan700: string;
|
|
1055
|
-
cyan800: string;
|
|
1056
|
-
cyan900: string;
|
|
1057
|
-
pink100: string;
|
|
1058
|
-
pink200: string;
|
|
1059
|
-
pink300: string;
|
|
1060
|
-
pink400: string;
|
|
1061
|
-
pink500: string;
|
|
1062
|
-
pink600: string;
|
|
1063
|
-
pink700: string;
|
|
1064
|
-
pink800: string;
|
|
1065
|
-
pink900: string;
|
|
1107
|
+
gray50: string;
|
|
1066
1108
|
gray100: string;
|
|
1067
1109
|
gray200: string;
|
|
1068
1110
|
gray300: string;
|
|
@@ -1072,41 +1114,173 @@ export declare const StyledPaginationIcon: import("@stitches/react/types/styled-
|
|
|
1072
1114
|
gray700: string;
|
|
1073
1115
|
gray800: string;
|
|
1074
1116
|
gray900: string;
|
|
1117
|
+
pink50: string;
|
|
1118
|
+
pink100: string;
|
|
1119
|
+
pink200: string;
|
|
1120
|
+
pink300: string;
|
|
1121
|
+
pink400: string;
|
|
1122
|
+
pink500: string;
|
|
1123
|
+
pink600: string;
|
|
1124
|
+
pink700: string;
|
|
1125
|
+
pink800: string;
|
|
1126
|
+
pink900: string;
|
|
1127
|
+
cyan50: string;
|
|
1128
|
+
cyan100: string;
|
|
1129
|
+
cyan200: string;
|
|
1130
|
+
cyan300: string;
|
|
1131
|
+
cyan400: string;
|
|
1132
|
+
cyan500: string;
|
|
1133
|
+
cyan600: string;
|
|
1134
|
+
cyan700: string;
|
|
1135
|
+
cyan800: string;
|
|
1136
|
+
cyan900: string;
|
|
1137
|
+
red50: string;
|
|
1138
|
+
red100: string;
|
|
1139
|
+
red200: string;
|
|
1140
|
+
red300: string;
|
|
1141
|
+
red400: string;
|
|
1142
|
+
red500: string;
|
|
1143
|
+
red600: string;
|
|
1144
|
+
red700: string;
|
|
1145
|
+
red800: string;
|
|
1146
|
+
red900: string;
|
|
1147
|
+
yellow50: string;
|
|
1148
|
+
yellow100: string;
|
|
1149
|
+
yellow200: string;
|
|
1150
|
+
yellow300: string;
|
|
1151
|
+
yellow400: string;
|
|
1152
|
+
yellow500: string;
|
|
1153
|
+
yellow600: string;
|
|
1154
|
+
yellow700: string;
|
|
1155
|
+
yellow800: string;
|
|
1156
|
+
yellow900: string;
|
|
1157
|
+
green50: string;
|
|
1158
|
+
green100: string;
|
|
1159
|
+
green200: string;
|
|
1160
|
+
green300: string;
|
|
1161
|
+
green400: string;
|
|
1162
|
+
green500: string;
|
|
1163
|
+
green600: string;
|
|
1164
|
+
green700: string;
|
|
1165
|
+
green800: string;
|
|
1166
|
+
green900: string;
|
|
1167
|
+
purple50: string;
|
|
1168
|
+
purple100: string;
|
|
1169
|
+
purple200: string;
|
|
1170
|
+
purple300: string;
|
|
1171
|
+
purple400: string;
|
|
1172
|
+
purple500: string;
|
|
1173
|
+
purple600: string;
|
|
1174
|
+
purple700: string;
|
|
1175
|
+
purple800: string;
|
|
1176
|
+
purple900: string;
|
|
1177
|
+
blue50: string;
|
|
1178
|
+
blue100: string;
|
|
1179
|
+
blue200: string;
|
|
1180
|
+
blue300: string;
|
|
1181
|
+
blue400: string;
|
|
1182
|
+
blue500: string;
|
|
1183
|
+
blue600: string;
|
|
1184
|
+
blue700: string;
|
|
1185
|
+
blue800: string;
|
|
1186
|
+
blue900: string;
|
|
1187
|
+
background: string;
|
|
1188
|
+
foreground: string;
|
|
1189
|
+
backgroundContrast: string;
|
|
1190
|
+
white: string;
|
|
1191
|
+
black: string;
|
|
1075
1192
|
primaryLight: string;
|
|
1193
|
+
primaryLightHover: string;
|
|
1194
|
+
primaryLightActive: string;
|
|
1195
|
+
primaryLightContrast: string;
|
|
1076
1196
|
primary: string;
|
|
1077
|
-
|
|
1197
|
+
primaryBorder: string;
|
|
1198
|
+
primaryBorderHover: string;
|
|
1199
|
+
primarySolidHover: string;
|
|
1200
|
+
primarySolidContrast: string;
|
|
1078
1201
|
primaryShadow: string;
|
|
1079
1202
|
secondaryLight: string;
|
|
1203
|
+
secondaryLightHover: string;
|
|
1204
|
+
secondaryLightActive: string;
|
|
1205
|
+
secondaryLightContrast: string;
|
|
1080
1206
|
secondary: string;
|
|
1081
|
-
|
|
1207
|
+
secondaryBorder: string;
|
|
1208
|
+
secondaryBorderHover: string;
|
|
1209
|
+
secondarySolidHover: string;
|
|
1210
|
+
secondarySolidContrast: string;
|
|
1082
1211
|
secondaryShadow: string;
|
|
1083
1212
|
successLight: string;
|
|
1213
|
+
successLightHover: string;
|
|
1214
|
+
successLightActive: string;
|
|
1215
|
+
successLightContrast: string;
|
|
1084
1216
|
success: string;
|
|
1085
|
-
|
|
1217
|
+
successBorder: string;
|
|
1218
|
+
successBorderHover: string;
|
|
1219
|
+
successSolidHover: string;
|
|
1220
|
+
successSolidContrast: string;
|
|
1086
1221
|
successShadow: string;
|
|
1087
1222
|
warningLight: string;
|
|
1223
|
+
warningLightHover: string;
|
|
1224
|
+
warningLightActive: string;
|
|
1225
|
+
warningLightContrast: string;
|
|
1088
1226
|
warning: string;
|
|
1089
|
-
|
|
1227
|
+
warningBorder: string;
|
|
1228
|
+
warningBorderHover: string;
|
|
1229
|
+
warningSolidHover: string;
|
|
1230
|
+
warningSolidContrast: string;
|
|
1090
1231
|
warningShadow: string;
|
|
1091
1232
|
errorLight: string;
|
|
1233
|
+
errorLightHover: string;
|
|
1234
|
+
errorLightActive: string;
|
|
1235
|
+
errorLightContrast: string;
|
|
1092
1236
|
error: string;
|
|
1093
|
-
|
|
1237
|
+
errorBorder: string;
|
|
1238
|
+
errorBorderHover: string;
|
|
1239
|
+
errorSolidHover: string;
|
|
1240
|
+
errorSolidContrast: string;
|
|
1094
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;
|
|
1095
1252
|
gradient: string;
|
|
1096
|
-
|
|
1253
|
+
accents0: string;
|
|
1254
|
+
accents1: string;
|
|
1255
|
+
accents2: string;
|
|
1256
|
+
accents3: string;
|
|
1257
|
+
accents4: string;
|
|
1258
|
+
accents5: string;
|
|
1259
|
+
accents6: string;
|
|
1260
|
+
accents7: string;
|
|
1261
|
+
accents8: string;
|
|
1262
|
+
accents9: string;
|
|
1263
|
+
border: string;
|
|
1097
1264
|
};
|
|
1098
1265
|
fonts: {
|
|
1099
1266
|
sans: string;
|
|
1100
1267
|
mono: string;
|
|
1101
1268
|
};
|
|
1102
1269
|
fontSizes: {
|
|
1103
|
-
tiny: string;
|
|
1104
1270
|
xs: string;
|
|
1105
|
-
base: string;
|
|
1106
1271
|
sm: string;
|
|
1272
|
+
base: string;
|
|
1107
1273
|
md: string;
|
|
1108
1274
|
lg: string;
|
|
1109
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;
|
|
1110
1284
|
};
|
|
1111
1285
|
fontWeights: {
|
|
1112
1286
|
hairline: number;
|
|
@@ -1122,9 +1296,18 @@ export declare const StyledPaginationIcon: import("@stitches/react/types/styled-
|
|
|
1122
1296
|
lineHeights: {
|
|
1123
1297
|
xs: number;
|
|
1124
1298
|
sm: number;
|
|
1299
|
+
base: number;
|
|
1125
1300
|
md: number;
|
|
1126
1301
|
lg: number;
|
|
1127
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;
|
|
1128
1311
|
};
|
|
1129
1312
|
letterSpacings: {
|
|
1130
1313
|
tighter: string;
|
|
@@ -1209,6 +1392,7 @@ export declare const StyledPaginationIcon: import("@stitches/react/types/styled-
|
|
|
1209
1392
|
avatar: string;
|
|
1210
1393
|
link: string;
|
|
1211
1394
|
card: string;
|
|
1395
|
+
dropdownItem: string;
|
|
1212
1396
|
};
|
|
1213
1397
|
breakpoints: {
|
|
1214
1398
|
xs: string;
|
|
@@ -1584,7 +1768,9 @@ export declare const StyledPaginationIcon: import("@stitches/react/types/styled-
|
|
|
1584
1768
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1585
1769
|
}) => {
|
|
1586
1770
|
bf: string;
|
|
1587
|
-
bg:
|
|
1771
|
+
bg: {
|
|
1772
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
1773
|
+
};
|
|
1588
1774
|
};
|
|
1589
1775
|
bgColor: (value: {
|
|
1590
1776
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -1662,6 +1848,32 @@ export declare const StyledPaginationIcon: import("@stitches/react/types/styled-
|
|
|
1662
1848
|
readonly [$$PropertyValue]: "boxShadow";
|
|
1663
1849
|
};
|
|
1664
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
|
+
};
|
|
1665
1877
|
normalShadow: (value: {
|
|
1666
1878
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1667
1879
|
}) => {
|
|
@@ -1865,6 +2077,16 @@ export declare const StyledPaginationIcon: import("@stitches/react/types/styled-
|
|
|
1865
2077
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1866
2078
|
};
|
|
1867
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
|
+
};
|
|
1868
2090
|
textGradient: (value: {
|
|
1869
2091
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
1870
2092
|
}) => {
|
|
@@ -1916,89 +2138,20 @@ export declare const StyledPaginationItemContent: import("@stitches/react/types/
|
|
|
1916
2138
|
lg: string;
|
|
1917
2139
|
xl: string;
|
|
1918
2140
|
};
|
|
2141
|
+
dropShadows: {
|
|
2142
|
+
xs: string;
|
|
2143
|
+
sm: string;
|
|
2144
|
+
md: string;
|
|
2145
|
+
lg: string;
|
|
2146
|
+
xl: string;
|
|
2147
|
+
};
|
|
1919
2148
|
colors: {
|
|
1920
|
-
accents1: string;
|
|
1921
|
-
accents2: string;
|
|
1922
|
-
accents3: string;
|
|
1923
|
-
accents4: string;
|
|
1924
|
-
accents5: string;
|
|
1925
|
-
accents6: string;
|
|
1926
|
-
accents7: string;
|
|
1927
|
-
accents8: string;
|
|
1928
|
-
accents9: string;
|
|
1929
|
-
background: string;
|
|
1930
|
-
foreground: string;
|
|
1931
|
-
backgroundContrast: string;
|
|
1932
2149
|
text: string;
|
|
2150
|
+
link: string;
|
|
1933
2151
|
codeLight: string;
|
|
1934
2152
|
code: string;
|
|
1935
|
-
border: string;
|
|
1936
2153
|
selection: string;
|
|
1937
|
-
|
|
1938
|
-
black: string;
|
|
1939
|
-
blue100: string;
|
|
1940
|
-
blue200: string;
|
|
1941
|
-
blue300: string;
|
|
1942
|
-
blue400: string;
|
|
1943
|
-
blue500: string;
|
|
1944
|
-
blue600: string;
|
|
1945
|
-
blue700: string;
|
|
1946
|
-
blue800: string;
|
|
1947
|
-
blue900: string;
|
|
1948
|
-
purple100: string;
|
|
1949
|
-
purple200: string;
|
|
1950
|
-
purple300: string;
|
|
1951
|
-
purple400: string;
|
|
1952
|
-
purple500: string;
|
|
1953
|
-
purple600: string;
|
|
1954
|
-
purple700: string;
|
|
1955
|
-
purple800: string;
|
|
1956
|
-
purple900: string;
|
|
1957
|
-
green100: string;
|
|
1958
|
-
green200: string;
|
|
1959
|
-
green300: string;
|
|
1960
|
-
green400: string;
|
|
1961
|
-
green500: string;
|
|
1962
|
-
green600: string;
|
|
1963
|
-
green700: string;
|
|
1964
|
-
green800: string;
|
|
1965
|
-
green900: string;
|
|
1966
|
-
yellow100: string;
|
|
1967
|
-
yellow200: string;
|
|
1968
|
-
yellow300: string;
|
|
1969
|
-
yellow400: string;
|
|
1970
|
-
yellow500: string;
|
|
1971
|
-
yellow600: string;
|
|
1972
|
-
yellow700: string;
|
|
1973
|
-
yellow800: string;
|
|
1974
|
-
yellow900: string;
|
|
1975
|
-
red100: string;
|
|
1976
|
-
red200: string;
|
|
1977
|
-
red300: string;
|
|
1978
|
-
red400: string;
|
|
1979
|
-
red500: string;
|
|
1980
|
-
red600: string;
|
|
1981
|
-
red700: string;
|
|
1982
|
-
red800: string;
|
|
1983
|
-
red900: string;
|
|
1984
|
-
cyan100: string;
|
|
1985
|
-
cyan200: string;
|
|
1986
|
-
cyan300: string;
|
|
1987
|
-
cyan400: string;
|
|
1988
|
-
cyan500: string;
|
|
1989
|
-
cyan600: string;
|
|
1990
|
-
cyan700: string;
|
|
1991
|
-
cyan800: string;
|
|
1992
|
-
cyan900: string;
|
|
1993
|
-
pink100: string;
|
|
1994
|
-
pink200: string;
|
|
1995
|
-
pink300: string;
|
|
1996
|
-
pink400: string;
|
|
1997
|
-
pink500: string;
|
|
1998
|
-
pink600: string;
|
|
1999
|
-
pink700: string;
|
|
2000
|
-
pink800: string;
|
|
2001
|
-
pink900: string;
|
|
2154
|
+
gray50: string;
|
|
2002
2155
|
gray100: string;
|
|
2003
2156
|
gray200: string;
|
|
2004
2157
|
gray300: string;
|
|
@@ -2008,41 +2161,173 @@ export declare const StyledPaginationItemContent: import("@stitches/react/types/
|
|
|
2008
2161
|
gray700: string;
|
|
2009
2162
|
gray800: string;
|
|
2010
2163
|
gray900: string;
|
|
2164
|
+
pink50: string;
|
|
2165
|
+
pink100: string;
|
|
2166
|
+
pink200: string;
|
|
2167
|
+
pink300: string;
|
|
2168
|
+
pink400: string;
|
|
2169
|
+
pink500: string;
|
|
2170
|
+
pink600: string;
|
|
2171
|
+
pink700: string;
|
|
2172
|
+
pink800: string;
|
|
2173
|
+
pink900: string;
|
|
2174
|
+
cyan50: string;
|
|
2175
|
+
cyan100: string;
|
|
2176
|
+
cyan200: string;
|
|
2177
|
+
cyan300: string;
|
|
2178
|
+
cyan400: string;
|
|
2179
|
+
cyan500: string;
|
|
2180
|
+
cyan600: string;
|
|
2181
|
+
cyan700: string;
|
|
2182
|
+
cyan800: string;
|
|
2183
|
+
cyan900: string;
|
|
2184
|
+
red50: string;
|
|
2185
|
+
red100: string;
|
|
2186
|
+
red200: string;
|
|
2187
|
+
red300: string;
|
|
2188
|
+
red400: string;
|
|
2189
|
+
red500: string;
|
|
2190
|
+
red600: string;
|
|
2191
|
+
red700: string;
|
|
2192
|
+
red800: string;
|
|
2193
|
+
red900: string;
|
|
2194
|
+
yellow50: string;
|
|
2195
|
+
yellow100: string;
|
|
2196
|
+
yellow200: string;
|
|
2197
|
+
yellow300: string;
|
|
2198
|
+
yellow400: string;
|
|
2199
|
+
yellow500: string;
|
|
2200
|
+
yellow600: string;
|
|
2201
|
+
yellow700: string;
|
|
2202
|
+
yellow800: string;
|
|
2203
|
+
yellow900: string;
|
|
2204
|
+
green50: string;
|
|
2205
|
+
green100: string;
|
|
2206
|
+
green200: string;
|
|
2207
|
+
green300: string;
|
|
2208
|
+
green400: string;
|
|
2209
|
+
green500: string;
|
|
2210
|
+
green600: string;
|
|
2211
|
+
green700: string;
|
|
2212
|
+
green800: string;
|
|
2213
|
+
green900: string;
|
|
2214
|
+
purple50: string;
|
|
2215
|
+
purple100: string;
|
|
2216
|
+
purple200: string;
|
|
2217
|
+
purple300: string;
|
|
2218
|
+
purple400: string;
|
|
2219
|
+
purple500: string;
|
|
2220
|
+
purple600: string;
|
|
2221
|
+
purple700: string;
|
|
2222
|
+
purple800: string;
|
|
2223
|
+
purple900: string;
|
|
2224
|
+
blue50: string;
|
|
2225
|
+
blue100: string;
|
|
2226
|
+
blue200: string;
|
|
2227
|
+
blue300: string;
|
|
2228
|
+
blue400: string;
|
|
2229
|
+
blue500: string;
|
|
2230
|
+
blue600: string;
|
|
2231
|
+
blue700: string;
|
|
2232
|
+
blue800: string;
|
|
2233
|
+
blue900: string;
|
|
2234
|
+
background: string;
|
|
2235
|
+
foreground: string;
|
|
2236
|
+
backgroundContrast: string;
|
|
2237
|
+
white: string;
|
|
2238
|
+
black: string;
|
|
2011
2239
|
primaryLight: string;
|
|
2240
|
+
primaryLightHover: string;
|
|
2241
|
+
primaryLightActive: string;
|
|
2242
|
+
primaryLightContrast: string;
|
|
2012
2243
|
primary: string;
|
|
2013
|
-
|
|
2244
|
+
primaryBorder: string;
|
|
2245
|
+
primaryBorderHover: string;
|
|
2246
|
+
primarySolidHover: string;
|
|
2247
|
+
primarySolidContrast: string;
|
|
2014
2248
|
primaryShadow: string;
|
|
2015
2249
|
secondaryLight: string;
|
|
2250
|
+
secondaryLightHover: string;
|
|
2251
|
+
secondaryLightActive: string;
|
|
2252
|
+
secondaryLightContrast: string;
|
|
2016
2253
|
secondary: string;
|
|
2017
|
-
|
|
2254
|
+
secondaryBorder: string;
|
|
2255
|
+
secondaryBorderHover: string;
|
|
2256
|
+
secondarySolidHover: string;
|
|
2257
|
+
secondarySolidContrast: string;
|
|
2018
2258
|
secondaryShadow: string;
|
|
2019
2259
|
successLight: string;
|
|
2260
|
+
successLightHover: string;
|
|
2261
|
+
successLightActive: string;
|
|
2262
|
+
successLightContrast: string;
|
|
2020
2263
|
success: string;
|
|
2021
|
-
|
|
2264
|
+
successBorder: string;
|
|
2265
|
+
successBorderHover: string;
|
|
2266
|
+
successSolidHover: string;
|
|
2267
|
+
successSolidContrast: string;
|
|
2022
2268
|
successShadow: string;
|
|
2023
2269
|
warningLight: string;
|
|
2270
|
+
warningLightHover: string;
|
|
2271
|
+
warningLightActive: string;
|
|
2272
|
+
warningLightContrast: string;
|
|
2024
2273
|
warning: string;
|
|
2025
|
-
|
|
2274
|
+
warningBorder: string;
|
|
2275
|
+
warningBorderHover: string;
|
|
2276
|
+
warningSolidHover: string;
|
|
2277
|
+
warningSolidContrast: string;
|
|
2026
2278
|
warningShadow: string;
|
|
2027
2279
|
errorLight: string;
|
|
2280
|
+
errorLightHover: string;
|
|
2281
|
+
errorLightActive: string;
|
|
2282
|
+
errorLightContrast: string;
|
|
2028
2283
|
error: string;
|
|
2029
|
-
|
|
2284
|
+
errorBorder: string;
|
|
2285
|
+
errorBorderHover: string;
|
|
2286
|
+
errorSolidHover: string;
|
|
2287
|
+
errorSolidContrast: string;
|
|
2030
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;
|
|
2031
2299
|
gradient: string;
|
|
2032
|
-
|
|
2300
|
+
accents0: string;
|
|
2301
|
+
accents1: string;
|
|
2302
|
+
accents2: string;
|
|
2303
|
+
accents3: string;
|
|
2304
|
+
accents4: string;
|
|
2305
|
+
accents5: string;
|
|
2306
|
+
accents6: string;
|
|
2307
|
+
accents7: string;
|
|
2308
|
+
accents8: string;
|
|
2309
|
+
accents9: string;
|
|
2310
|
+
border: string;
|
|
2033
2311
|
};
|
|
2034
2312
|
fonts: {
|
|
2035
2313
|
sans: string;
|
|
2036
2314
|
mono: string;
|
|
2037
2315
|
};
|
|
2038
2316
|
fontSizes: {
|
|
2039
|
-
tiny: string;
|
|
2040
2317
|
xs: string;
|
|
2041
|
-
base: string;
|
|
2042
2318
|
sm: string;
|
|
2319
|
+
base: string;
|
|
2043
2320
|
md: string;
|
|
2044
2321
|
lg: string;
|
|
2045
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;
|
|
2046
2331
|
};
|
|
2047
2332
|
fontWeights: {
|
|
2048
2333
|
hairline: number;
|
|
@@ -2058,9 +2343,18 @@ export declare const StyledPaginationItemContent: import("@stitches/react/types/
|
|
|
2058
2343
|
lineHeights: {
|
|
2059
2344
|
xs: number;
|
|
2060
2345
|
sm: number;
|
|
2346
|
+
base: number;
|
|
2061
2347
|
md: number;
|
|
2062
2348
|
lg: number;
|
|
2063
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;
|
|
2064
2358
|
};
|
|
2065
2359
|
letterSpacings: {
|
|
2066
2360
|
tighter: string;
|
|
@@ -2145,6 +2439,7 @@ export declare const StyledPaginationItemContent: import("@stitches/react/types/
|
|
|
2145
2439
|
avatar: string;
|
|
2146
2440
|
link: string;
|
|
2147
2441
|
card: string;
|
|
2442
|
+
dropdownItem: string;
|
|
2148
2443
|
};
|
|
2149
2444
|
breakpoints: {
|
|
2150
2445
|
xs: string;
|
|
@@ -2520,7 +2815,9 @@ export declare const StyledPaginationItemContent: import("@stitches/react/types/
|
|
|
2520
2815
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2521
2816
|
}) => {
|
|
2522
2817
|
bf: string;
|
|
2523
|
-
bg:
|
|
2818
|
+
bg: {
|
|
2819
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
2820
|
+
};
|
|
2524
2821
|
};
|
|
2525
2822
|
bgColor: (value: {
|
|
2526
2823
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -2598,6 +2895,32 @@ export declare const StyledPaginationItemContent: import("@stitches/react/types/
|
|
|
2598
2895
|
readonly [$$PropertyValue]: "boxShadow";
|
|
2599
2896
|
};
|
|
2600
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
|
+
};
|
|
2601
2924
|
normalShadow: (value: {
|
|
2602
2925
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2603
2926
|
}) => {
|
|
@@ -2801,6 +3124,16 @@ export declare const StyledPaginationItemContent: import("@stitches/react/types/
|
|
|
2801
3124
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
2802
3125
|
};
|
|
2803
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
|
+
};
|
|
2804
3137
|
textGradient: (value: {
|
|
2805
3138
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
2806
3139
|
}) => {
|
|
@@ -2853,95 +3186,26 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
2853
3186
|
light: string;
|
|
2854
3187
|
}, {
|
|
2855
3188
|
shadows: {
|
|
2856
|
-
xs: string;
|
|
2857
|
-
sm: string;
|
|
2858
|
-
md: string;
|
|
2859
|
-
lg: string;
|
|
2860
|
-
xl: string;
|
|
2861
|
-
};
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
codeLight: string;
|
|
2877
|
-
code: string;
|
|
2878
|
-
border: string;
|
|
2879
|
-
selection: string;
|
|
2880
|
-
white: string;
|
|
2881
|
-
black: string;
|
|
2882
|
-
blue100: string;
|
|
2883
|
-
blue200: string;
|
|
2884
|
-
blue300: string;
|
|
2885
|
-
blue400: string;
|
|
2886
|
-
blue500: string;
|
|
2887
|
-
blue600: string;
|
|
2888
|
-
blue700: string;
|
|
2889
|
-
blue800: string;
|
|
2890
|
-
blue900: string;
|
|
2891
|
-
purple100: string;
|
|
2892
|
-
purple200: string;
|
|
2893
|
-
purple300: string;
|
|
2894
|
-
purple400: string;
|
|
2895
|
-
purple500: string;
|
|
2896
|
-
purple600: string;
|
|
2897
|
-
purple700: string;
|
|
2898
|
-
purple800: string;
|
|
2899
|
-
purple900: string;
|
|
2900
|
-
green100: string;
|
|
2901
|
-
green200: string;
|
|
2902
|
-
green300: string;
|
|
2903
|
-
green400: string;
|
|
2904
|
-
green500: string;
|
|
2905
|
-
green600: string;
|
|
2906
|
-
green700: string;
|
|
2907
|
-
green800: string;
|
|
2908
|
-
green900: string;
|
|
2909
|
-
yellow100: string;
|
|
2910
|
-
yellow200: string;
|
|
2911
|
-
yellow300: string;
|
|
2912
|
-
yellow400: string;
|
|
2913
|
-
yellow500: string;
|
|
2914
|
-
yellow600: string;
|
|
2915
|
-
yellow700: string;
|
|
2916
|
-
yellow800: string;
|
|
2917
|
-
yellow900: string;
|
|
2918
|
-
red100: string;
|
|
2919
|
-
red200: string;
|
|
2920
|
-
red300: string;
|
|
2921
|
-
red400: string;
|
|
2922
|
-
red500: string;
|
|
2923
|
-
red600: string;
|
|
2924
|
-
red700: string;
|
|
2925
|
-
red800: string;
|
|
2926
|
-
red900: string;
|
|
2927
|
-
cyan100: string;
|
|
2928
|
-
cyan200: string;
|
|
2929
|
-
cyan300: string;
|
|
2930
|
-
cyan400: string;
|
|
2931
|
-
cyan500: string;
|
|
2932
|
-
cyan600: string;
|
|
2933
|
-
cyan700: string;
|
|
2934
|
-
cyan800: string;
|
|
2935
|
-
cyan900: string;
|
|
2936
|
-
pink100: string;
|
|
2937
|
-
pink200: string;
|
|
2938
|
-
pink300: string;
|
|
2939
|
-
pink400: string;
|
|
2940
|
-
pink500: string;
|
|
2941
|
-
pink600: string;
|
|
2942
|
-
pink700: string;
|
|
2943
|
-
pink800: string;
|
|
2944
|
-
pink900: string;
|
|
3189
|
+
xs: string;
|
|
3190
|
+
sm: string;
|
|
3191
|
+
md: string;
|
|
3192
|
+
lg: string;
|
|
3193
|
+
xl: string;
|
|
3194
|
+
};
|
|
3195
|
+
dropShadows: {
|
|
3196
|
+
xs: string;
|
|
3197
|
+
sm: string;
|
|
3198
|
+
md: string;
|
|
3199
|
+
lg: string;
|
|
3200
|
+
xl: string;
|
|
3201
|
+
};
|
|
3202
|
+
colors: {
|
|
3203
|
+
text: string;
|
|
3204
|
+
link: string;
|
|
3205
|
+
codeLight: string;
|
|
3206
|
+
code: string;
|
|
3207
|
+
selection: string;
|
|
3208
|
+
gray50: string;
|
|
2945
3209
|
gray100: string;
|
|
2946
3210
|
gray200: string;
|
|
2947
3211
|
gray300: string;
|
|
@@ -2951,41 +3215,173 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
2951
3215
|
gray700: string;
|
|
2952
3216
|
gray800: string;
|
|
2953
3217
|
gray900: string;
|
|
3218
|
+
pink50: string;
|
|
3219
|
+
pink100: string;
|
|
3220
|
+
pink200: string;
|
|
3221
|
+
pink300: string;
|
|
3222
|
+
pink400: string;
|
|
3223
|
+
pink500: string;
|
|
3224
|
+
pink600: string;
|
|
3225
|
+
pink700: string;
|
|
3226
|
+
pink800: string;
|
|
3227
|
+
pink900: string;
|
|
3228
|
+
cyan50: string;
|
|
3229
|
+
cyan100: string;
|
|
3230
|
+
cyan200: string;
|
|
3231
|
+
cyan300: string;
|
|
3232
|
+
cyan400: string;
|
|
3233
|
+
cyan500: string;
|
|
3234
|
+
cyan600: string;
|
|
3235
|
+
cyan700: string;
|
|
3236
|
+
cyan800: string;
|
|
3237
|
+
cyan900: string;
|
|
3238
|
+
red50: string;
|
|
3239
|
+
red100: string;
|
|
3240
|
+
red200: string;
|
|
3241
|
+
red300: string;
|
|
3242
|
+
red400: string;
|
|
3243
|
+
red500: string;
|
|
3244
|
+
red600: string;
|
|
3245
|
+
red700: string;
|
|
3246
|
+
red800: string;
|
|
3247
|
+
red900: string;
|
|
3248
|
+
yellow50: string;
|
|
3249
|
+
yellow100: string;
|
|
3250
|
+
yellow200: string;
|
|
3251
|
+
yellow300: string;
|
|
3252
|
+
yellow400: string;
|
|
3253
|
+
yellow500: string;
|
|
3254
|
+
yellow600: string;
|
|
3255
|
+
yellow700: string;
|
|
3256
|
+
yellow800: string;
|
|
3257
|
+
yellow900: string;
|
|
3258
|
+
green50: string;
|
|
3259
|
+
green100: string;
|
|
3260
|
+
green200: string;
|
|
3261
|
+
green300: string;
|
|
3262
|
+
green400: string;
|
|
3263
|
+
green500: string;
|
|
3264
|
+
green600: string;
|
|
3265
|
+
green700: string;
|
|
3266
|
+
green800: string;
|
|
3267
|
+
green900: string;
|
|
3268
|
+
purple50: string;
|
|
3269
|
+
purple100: string;
|
|
3270
|
+
purple200: string;
|
|
3271
|
+
purple300: string;
|
|
3272
|
+
purple400: string;
|
|
3273
|
+
purple500: string;
|
|
3274
|
+
purple600: string;
|
|
3275
|
+
purple700: string;
|
|
3276
|
+
purple800: string;
|
|
3277
|
+
purple900: string;
|
|
3278
|
+
blue50: string;
|
|
3279
|
+
blue100: string;
|
|
3280
|
+
blue200: string;
|
|
3281
|
+
blue300: string;
|
|
3282
|
+
blue400: string;
|
|
3283
|
+
blue500: string;
|
|
3284
|
+
blue600: string;
|
|
3285
|
+
blue700: string;
|
|
3286
|
+
blue800: string;
|
|
3287
|
+
blue900: string;
|
|
3288
|
+
background: string;
|
|
3289
|
+
foreground: string;
|
|
3290
|
+
backgroundContrast: string;
|
|
3291
|
+
white: string;
|
|
3292
|
+
black: string;
|
|
2954
3293
|
primaryLight: string;
|
|
3294
|
+
primaryLightHover: string;
|
|
3295
|
+
primaryLightActive: string;
|
|
3296
|
+
primaryLightContrast: string;
|
|
2955
3297
|
primary: string;
|
|
2956
|
-
|
|
3298
|
+
primaryBorder: string;
|
|
3299
|
+
primaryBorderHover: string;
|
|
3300
|
+
primarySolidHover: string;
|
|
3301
|
+
primarySolidContrast: string;
|
|
2957
3302
|
primaryShadow: string;
|
|
2958
3303
|
secondaryLight: string;
|
|
3304
|
+
secondaryLightHover: string;
|
|
3305
|
+
secondaryLightActive: string;
|
|
3306
|
+
secondaryLightContrast: string;
|
|
2959
3307
|
secondary: string;
|
|
2960
|
-
|
|
3308
|
+
secondaryBorder: string;
|
|
3309
|
+
secondaryBorderHover: string;
|
|
3310
|
+
secondarySolidHover: string;
|
|
3311
|
+
secondarySolidContrast: string;
|
|
2961
3312
|
secondaryShadow: string;
|
|
2962
3313
|
successLight: string;
|
|
3314
|
+
successLightHover: string;
|
|
3315
|
+
successLightActive: string;
|
|
3316
|
+
successLightContrast: string;
|
|
2963
3317
|
success: string;
|
|
2964
|
-
|
|
3318
|
+
successBorder: string;
|
|
3319
|
+
successBorderHover: string;
|
|
3320
|
+
successSolidHover: string;
|
|
3321
|
+
successSolidContrast: string;
|
|
2965
3322
|
successShadow: string;
|
|
2966
3323
|
warningLight: string;
|
|
3324
|
+
warningLightHover: string;
|
|
3325
|
+
warningLightActive: string;
|
|
3326
|
+
warningLightContrast: string;
|
|
2967
3327
|
warning: string;
|
|
2968
|
-
|
|
3328
|
+
warningBorder: string;
|
|
3329
|
+
warningBorderHover: string;
|
|
3330
|
+
warningSolidHover: string;
|
|
3331
|
+
warningSolidContrast: string;
|
|
2969
3332
|
warningShadow: string;
|
|
2970
3333
|
errorLight: string;
|
|
3334
|
+
errorLightHover: string;
|
|
3335
|
+
errorLightActive: string;
|
|
3336
|
+
errorLightContrast: string;
|
|
2971
3337
|
error: string;
|
|
2972
|
-
|
|
3338
|
+
errorBorder: string;
|
|
3339
|
+
errorBorderHover: string;
|
|
3340
|
+
errorSolidHover: string;
|
|
3341
|
+
errorSolidContrast: string;
|
|
2973
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;
|
|
2974
3353
|
gradient: string;
|
|
2975
|
-
|
|
3354
|
+
accents0: string;
|
|
3355
|
+
accents1: string;
|
|
3356
|
+
accents2: string;
|
|
3357
|
+
accents3: string;
|
|
3358
|
+
accents4: string;
|
|
3359
|
+
accents5: string;
|
|
3360
|
+
accents6: string;
|
|
3361
|
+
accents7: string;
|
|
3362
|
+
accents8: string;
|
|
3363
|
+
accents9: string;
|
|
3364
|
+
border: string;
|
|
2976
3365
|
};
|
|
2977
3366
|
fonts: {
|
|
2978
3367
|
sans: string;
|
|
2979
3368
|
mono: string;
|
|
2980
3369
|
};
|
|
2981
3370
|
fontSizes: {
|
|
2982
|
-
tiny: string;
|
|
2983
3371
|
xs: string;
|
|
2984
|
-
base: string;
|
|
2985
3372
|
sm: string;
|
|
3373
|
+
base: string;
|
|
2986
3374
|
md: string;
|
|
2987
3375
|
lg: string;
|
|
2988
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;
|
|
2989
3385
|
};
|
|
2990
3386
|
fontWeights: {
|
|
2991
3387
|
hairline: number;
|
|
@@ -3001,9 +3397,18 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
3001
3397
|
lineHeights: {
|
|
3002
3398
|
xs: number;
|
|
3003
3399
|
sm: number;
|
|
3400
|
+
base: number;
|
|
3004
3401
|
md: number;
|
|
3005
3402
|
lg: number;
|
|
3006
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;
|
|
3007
3412
|
};
|
|
3008
3413
|
letterSpacings: {
|
|
3009
3414
|
tighter: string;
|
|
@@ -3088,6 +3493,7 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
3088
3493
|
avatar: string;
|
|
3089
3494
|
link: string;
|
|
3090
3495
|
card: string;
|
|
3496
|
+
dropdownItem: string;
|
|
3091
3497
|
};
|
|
3092
3498
|
breakpoints: {
|
|
3093
3499
|
xs: string;
|
|
@@ -3463,7 +3869,9 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
3463
3869
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3464
3870
|
}) => {
|
|
3465
3871
|
bf: string;
|
|
3466
|
-
bg:
|
|
3872
|
+
bg: {
|
|
3873
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
3874
|
+
};
|
|
3467
3875
|
};
|
|
3468
3876
|
bgColor: (value: {
|
|
3469
3877
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -3541,6 +3949,32 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
3541
3949
|
readonly [$$PropertyValue]: "boxShadow";
|
|
3542
3950
|
};
|
|
3543
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
|
+
};
|
|
3544
3978
|
normalShadow: (value: {
|
|
3545
3979
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3546
3980
|
}) => {
|
|
@@ -3744,6 +4178,16 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
3744
4178
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
3745
4179
|
};
|
|
3746
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
|
+
};
|
|
3747
4191
|
textGradient: (value: {
|
|
3748
4192
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
3749
4193
|
}) => {
|
|
@@ -3800,89 +4244,20 @@ export declare const StyledPaginationHighlight: import("@stitches/react/types/st
|
|
|
3800
4244
|
lg: string;
|
|
3801
4245
|
xl: string;
|
|
3802
4246
|
};
|
|
4247
|
+
dropShadows: {
|
|
4248
|
+
xs: string;
|
|
4249
|
+
sm: string;
|
|
4250
|
+
md: string;
|
|
4251
|
+
lg: string;
|
|
4252
|
+
xl: string;
|
|
4253
|
+
};
|
|
3803
4254
|
colors: {
|
|
3804
|
-
accents1: string;
|
|
3805
|
-
accents2: string;
|
|
3806
|
-
accents3: string;
|
|
3807
|
-
accents4: string;
|
|
3808
|
-
accents5: string;
|
|
3809
|
-
accents6: string;
|
|
3810
|
-
accents7: string;
|
|
3811
|
-
accents8: string;
|
|
3812
|
-
accents9: string;
|
|
3813
|
-
background: string;
|
|
3814
|
-
foreground: string;
|
|
3815
|
-
backgroundContrast: string;
|
|
3816
4255
|
text: string;
|
|
4256
|
+
link: string;
|
|
3817
4257
|
codeLight: string;
|
|
3818
4258
|
code: string;
|
|
3819
|
-
border: string;
|
|
3820
4259
|
selection: string;
|
|
3821
|
-
|
|
3822
|
-
black: string;
|
|
3823
|
-
blue100: string;
|
|
3824
|
-
blue200: string;
|
|
3825
|
-
blue300: string;
|
|
3826
|
-
blue400: string;
|
|
3827
|
-
blue500: string;
|
|
3828
|
-
blue600: string;
|
|
3829
|
-
blue700: string;
|
|
3830
|
-
blue800: string;
|
|
3831
|
-
blue900: string;
|
|
3832
|
-
purple100: string;
|
|
3833
|
-
purple200: string;
|
|
3834
|
-
purple300: string;
|
|
3835
|
-
purple400: string;
|
|
3836
|
-
purple500: string;
|
|
3837
|
-
purple600: string;
|
|
3838
|
-
purple700: string;
|
|
3839
|
-
purple800: string;
|
|
3840
|
-
purple900: string;
|
|
3841
|
-
green100: string;
|
|
3842
|
-
green200: string;
|
|
3843
|
-
green300: string;
|
|
3844
|
-
green400: string;
|
|
3845
|
-
green500: string;
|
|
3846
|
-
green600: string;
|
|
3847
|
-
green700: string;
|
|
3848
|
-
green800: string;
|
|
3849
|
-
green900: string;
|
|
3850
|
-
yellow100: string;
|
|
3851
|
-
yellow200: string;
|
|
3852
|
-
yellow300: string;
|
|
3853
|
-
yellow400: string;
|
|
3854
|
-
yellow500: string;
|
|
3855
|
-
yellow600: string;
|
|
3856
|
-
yellow700: string;
|
|
3857
|
-
yellow800: string;
|
|
3858
|
-
yellow900: string;
|
|
3859
|
-
red100: string;
|
|
3860
|
-
red200: string;
|
|
3861
|
-
red300: string;
|
|
3862
|
-
red400: string;
|
|
3863
|
-
red500: string;
|
|
3864
|
-
red600: string;
|
|
3865
|
-
red700: string;
|
|
3866
|
-
red800: string;
|
|
3867
|
-
red900: string;
|
|
3868
|
-
cyan100: string;
|
|
3869
|
-
cyan200: string;
|
|
3870
|
-
cyan300: string;
|
|
3871
|
-
cyan400: string;
|
|
3872
|
-
cyan500: string;
|
|
3873
|
-
cyan600: string;
|
|
3874
|
-
cyan700: string;
|
|
3875
|
-
cyan800: string;
|
|
3876
|
-
cyan900: string;
|
|
3877
|
-
pink100: string;
|
|
3878
|
-
pink200: string;
|
|
3879
|
-
pink300: string;
|
|
3880
|
-
pink400: string;
|
|
3881
|
-
pink500: string;
|
|
3882
|
-
pink600: string;
|
|
3883
|
-
pink700: string;
|
|
3884
|
-
pink800: string;
|
|
3885
|
-
pink900: string;
|
|
4260
|
+
gray50: string;
|
|
3886
4261
|
gray100: string;
|
|
3887
4262
|
gray200: string;
|
|
3888
4263
|
gray300: string;
|
|
@@ -3892,41 +4267,173 @@ export declare const StyledPaginationHighlight: import("@stitches/react/types/st
|
|
|
3892
4267
|
gray700: string;
|
|
3893
4268
|
gray800: string;
|
|
3894
4269
|
gray900: string;
|
|
4270
|
+
pink50: string;
|
|
4271
|
+
pink100: string;
|
|
4272
|
+
pink200: string;
|
|
4273
|
+
pink300: string;
|
|
4274
|
+
pink400: string;
|
|
4275
|
+
pink500: string;
|
|
4276
|
+
pink600: string;
|
|
4277
|
+
pink700: string;
|
|
4278
|
+
pink800: string;
|
|
4279
|
+
pink900: string;
|
|
4280
|
+
cyan50: string;
|
|
4281
|
+
cyan100: string;
|
|
4282
|
+
cyan200: string;
|
|
4283
|
+
cyan300: string;
|
|
4284
|
+
cyan400: string;
|
|
4285
|
+
cyan500: string;
|
|
4286
|
+
cyan600: string;
|
|
4287
|
+
cyan700: string;
|
|
4288
|
+
cyan800: string;
|
|
4289
|
+
cyan900: string;
|
|
4290
|
+
red50: string;
|
|
4291
|
+
red100: string;
|
|
4292
|
+
red200: string;
|
|
4293
|
+
red300: string;
|
|
4294
|
+
red400: string;
|
|
4295
|
+
red500: string;
|
|
4296
|
+
red600: string;
|
|
4297
|
+
red700: string;
|
|
4298
|
+
red800: string;
|
|
4299
|
+
red900: string;
|
|
4300
|
+
yellow50: string;
|
|
4301
|
+
yellow100: string;
|
|
4302
|
+
yellow200: string;
|
|
4303
|
+
yellow300: string;
|
|
4304
|
+
yellow400: string;
|
|
4305
|
+
yellow500: string;
|
|
4306
|
+
yellow600: string;
|
|
4307
|
+
yellow700: string;
|
|
4308
|
+
yellow800: string;
|
|
4309
|
+
yellow900: string;
|
|
4310
|
+
green50: string;
|
|
4311
|
+
green100: string;
|
|
4312
|
+
green200: string;
|
|
4313
|
+
green300: string;
|
|
4314
|
+
green400: string;
|
|
4315
|
+
green500: string;
|
|
4316
|
+
green600: string;
|
|
4317
|
+
green700: string;
|
|
4318
|
+
green800: string;
|
|
4319
|
+
green900: string;
|
|
4320
|
+
purple50: string;
|
|
4321
|
+
purple100: string;
|
|
4322
|
+
purple200: string;
|
|
4323
|
+
purple300: string;
|
|
4324
|
+
purple400: string;
|
|
4325
|
+
purple500: string;
|
|
4326
|
+
purple600: string;
|
|
4327
|
+
purple700: string;
|
|
4328
|
+
purple800: string;
|
|
4329
|
+
purple900: string;
|
|
4330
|
+
blue50: string;
|
|
4331
|
+
blue100: string;
|
|
4332
|
+
blue200: string;
|
|
4333
|
+
blue300: string;
|
|
4334
|
+
blue400: string;
|
|
4335
|
+
blue500: string;
|
|
4336
|
+
blue600: string;
|
|
4337
|
+
blue700: string;
|
|
4338
|
+
blue800: string;
|
|
4339
|
+
blue900: string;
|
|
4340
|
+
background: string;
|
|
4341
|
+
foreground: string;
|
|
4342
|
+
backgroundContrast: string;
|
|
4343
|
+
white: string;
|
|
4344
|
+
black: string;
|
|
3895
4345
|
primaryLight: string;
|
|
4346
|
+
primaryLightHover: string;
|
|
4347
|
+
primaryLightActive: string;
|
|
4348
|
+
primaryLightContrast: string;
|
|
3896
4349
|
primary: string;
|
|
3897
|
-
|
|
4350
|
+
primaryBorder: string;
|
|
4351
|
+
primaryBorderHover: string;
|
|
4352
|
+
primarySolidHover: string;
|
|
4353
|
+
primarySolidContrast: string;
|
|
3898
4354
|
primaryShadow: string;
|
|
3899
4355
|
secondaryLight: string;
|
|
4356
|
+
secondaryLightHover: string;
|
|
4357
|
+
secondaryLightActive: string;
|
|
4358
|
+
secondaryLightContrast: string;
|
|
3900
4359
|
secondary: string;
|
|
3901
|
-
|
|
4360
|
+
secondaryBorder: string;
|
|
4361
|
+
secondaryBorderHover: string;
|
|
4362
|
+
secondarySolidHover: string;
|
|
4363
|
+
secondarySolidContrast: string;
|
|
3902
4364
|
secondaryShadow: string;
|
|
3903
4365
|
successLight: string;
|
|
4366
|
+
successLightHover: string;
|
|
4367
|
+
successLightActive: string;
|
|
4368
|
+
successLightContrast: string;
|
|
3904
4369
|
success: string;
|
|
3905
|
-
|
|
4370
|
+
successBorder: string;
|
|
4371
|
+
successBorderHover: string;
|
|
4372
|
+
successSolidHover: string;
|
|
4373
|
+
successSolidContrast: string;
|
|
3906
4374
|
successShadow: string;
|
|
3907
4375
|
warningLight: string;
|
|
4376
|
+
warningLightHover: string;
|
|
4377
|
+
warningLightActive: string;
|
|
4378
|
+
warningLightContrast: string;
|
|
3908
4379
|
warning: string;
|
|
3909
|
-
|
|
4380
|
+
warningBorder: string;
|
|
4381
|
+
warningBorderHover: string;
|
|
4382
|
+
warningSolidHover: string;
|
|
4383
|
+
warningSolidContrast: string;
|
|
3910
4384
|
warningShadow: string;
|
|
3911
4385
|
errorLight: string;
|
|
4386
|
+
errorLightHover: string;
|
|
4387
|
+
errorLightActive: string;
|
|
4388
|
+
errorLightContrast: string;
|
|
3912
4389
|
error: string;
|
|
3913
|
-
|
|
4390
|
+
errorBorder: string;
|
|
4391
|
+
errorBorderHover: string;
|
|
4392
|
+
errorSolidHover: string;
|
|
4393
|
+
errorSolidContrast: string;
|
|
3914
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;
|
|
3915
4405
|
gradient: string;
|
|
3916
|
-
|
|
4406
|
+
accents0: string;
|
|
4407
|
+
accents1: string;
|
|
4408
|
+
accents2: string;
|
|
4409
|
+
accents3: string;
|
|
4410
|
+
accents4: string;
|
|
4411
|
+
accents5: string;
|
|
4412
|
+
accents6: string;
|
|
4413
|
+
accents7: string;
|
|
4414
|
+
accents8: string;
|
|
4415
|
+
accents9: string;
|
|
4416
|
+
border: string;
|
|
3917
4417
|
};
|
|
3918
4418
|
fonts: {
|
|
3919
4419
|
sans: string;
|
|
3920
4420
|
mono: string;
|
|
3921
4421
|
};
|
|
3922
4422
|
fontSizes: {
|
|
3923
|
-
tiny: string;
|
|
3924
4423
|
xs: string;
|
|
3925
|
-
base: string;
|
|
3926
4424
|
sm: string;
|
|
4425
|
+
base: string;
|
|
3927
4426
|
md: string;
|
|
3928
4427
|
lg: string;
|
|
3929
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;
|
|
3930
4437
|
};
|
|
3931
4438
|
fontWeights: {
|
|
3932
4439
|
hairline: number;
|
|
@@ -3942,9 +4449,18 @@ export declare const StyledPaginationHighlight: import("@stitches/react/types/st
|
|
|
3942
4449
|
lineHeights: {
|
|
3943
4450
|
xs: number;
|
|
3944
4451
|
sm: number;
|
|
4452
|
+
base: number;
|
|
3945
4453
|
md: number;
|
|
3946
4454
|
lg: number;
|
|
3947
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;
|
|
3948
4464
|
};
|
|
3949
4465
|
letterSpacings: {
|
|
3950
4466
|
tighter: string;
|
|
@@ -4029,6 +4545,7 @@ export declare const StyledPaginationHighlight: import("@stitches/react/types/st
|
|
|
4029
4545
|
avatar: string;
|
|
4030
4546
|
link: string;
|
|
4031
4547
|
card: string;
|
|
4548
|
+
dropdownItem: string;
|
|
4032
4549
|
};
|
|
4033
4550
|
breakpoints: {
|
|
4034
4551
|
xs: string;
|
|
@@ -4404,7 +4921,9 @@ export declare const StyledPaginationHighlight: import("@stitches/react/types/st
|
|
|
4404
4921
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
4405
4922
|
}) => {
|
|
4406
4923
|
bf: string;
|
|
4407
|
-
bg:
|
|
4924
|
+
bg: {
|
|
4925
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
4926
|
+
};
|
|
4408
4927
|
};
|
|
4409
4928
|
bgColor: (value: {
|
|
4410
4929
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -4482,6 +5001,32 @@ export declare const StyledPaginationHighlight: import("@stitches/react/types/st
|
|
|
4482
5001
|
readonly [$$PropertyValue]: "boxShadow";
|
|
4483
5002
|
};
|
|
4484
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
|
+
};
|
|
4485
5030
|
normalShadow: (value: {
|
|
4486
5031
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
4487
5032
|
}) => {
|
|
@@ -4685,6 +5230,16 @@ export declare const StyledPaginationHighlight: import("@stitches/react/types/st
|
|
|
4685
5230
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
4686
5231
|
};
|
|
4687
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
|
+
};
|
|
4688
5243
|
textGradient: (value: {
|
|
4689
5244
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
4690
5245
|
}) => {
|
|
@@ -4744,89 +5299,20 @@ export declare const StyledPagination: import("@stitches/react/types/styled-comp
|
|
|
4744
5299
|
lg: string;
|
|
4745
5300
|
xl: string;
|
|
4746
5301
|
};
|
|
5302
|
+
dropShadows: {
|
|
5303
|
+
xs: string;
|
|
5304
|
+
sm: string;
|
|
5305
|
+
md: string;
|
|
5306
|
+
lg: string;
|
|
5307
|
+
xl: string;
|
|
5308
|
+
};
|
|
4747
5309
|
colors: {
|
|
4748
|
-
accents1: string;
|
|
4749
|
-
accents2: string;
|
|
4750
|
-
accents3: string;
|
|
4751
|
-
accents4: string;
|
|
4752
|
-
accents5: string;
|
|
4753
|
-
accents6: string;
|
|
4754
|
-
accents7: string;
|
|
4755
|
-
accents8: string;
|
|
4756
|
-
accents9: string;
|
|
4757
|
-
background: string;
|
|
4758
|
-
foreground: string;
|
|
4759
|
-
backgroundContrast: string;
|
|
4760
5310
|
text: string;
|
|
5311
|
+
link: string;
|
|
4761
5312
|
codeLight: string;
|
|
4762
5313
|
code: string;
|
|
4763
|
-
border: string;
|
|
4764
5314
|
selection: string;
|
|
4765
|
-
|
|
4766
|
-
black: string;
|
|
4767
|
-
blue100: string;
|
|
4768
|
-
blue200: string;
|
|
4769
|
-
blue300: string;
|
|
4770
|
-
blue400: string;
|
|
4771
|
-
blue500: string;
|
|
4772
|
-
blue600: string;
|
|
4773
|
-
blue700: string;
|
|
4774
|
-
blue800: string;
|
|
4775
|
-
blue900: string;
|
|
4776
|
-
purple100: string;
|
|
4777
|
-
purple200: string;
|
|
4778
|
-
purple300: string;
|
|
4779
|
-
purple400: string;
|
|
4780
|
-
purple500: string;
|
|
4781
|
-
purple600: string;
|
|
4782
|
-
purple700: string;
|
|
4783
|
-
purple800: string;
|
|
4784
|
-
purple900: string;
|
|
4785
|
-
green100: string;
|
|
4786
|
-
green200: string;
|
|
4787
|
-
green300: string;
|
|
4788
|
-
green400: string;
|
|
4789
|
-
green500: string;
|
|
4790
|
-
green600: string;
|
|
4791
|
-
green700: string;
|
|
4792
|
-
green800: string;
|
|
4793
|
-
green900: string;
|
|
4794
|
-
yellow100: string;
|
|
4795
|
-
yellow200: string;
|
|
4796
|
-
yellow300: string;
|
|
4797
|
-
yellow400: string;
|
|
4798
|
-
yellow500: string;
|
|
4799
|
-
yellow600: string;
|
|
4800
|
-
yellow700: string;
|
|
4801
|
-
yellow800: string;
|
|
4802
|
-
yellow900: string;
|
|
4803
|
-
red100: string;
|
|
4804
|
-
red200: string;
|
|
4805
|
-
red300: string;
|
|
4806
|
-
red400: string;
|
|
4807
|
-
red500: string;
|
|
4808
|
-
red600: string;
|
|
4809
|
-
red700: string;
|
|
4810
|
-
red800: string;
|
|
4811
|
-
red900: string;
|
|
4812
|
-
cyan100: string;
|
|
4813
|
-
cyan200: string;
|
|
4814
|
-
cyan300: string;
|
|
4815
|
-
cyan400: string;
|
|
4816
|
-
cyan500: string;
|
|
4817
|
-
cyan600: string;
|
|
4818
|
-
cyan700: string;
|
|
4819
|
-
cyan800: string;
|
|
4820
|
-
cyan900: string;
|
|
4821
|
-
pink100: string;
|
|
4822
|
-
pink200: string;
|
|
4823
|
-
pink300: string;
|
|
4824
|
-
pink400: string;
|
|
4825
|
-
pink500: string;
|
|
4826
|
-
pink600: string;
|
|
4827
|
-
pink700: string;
|
|
4828
|
-
pink800: string;
|
|
4829
|
-
pink900: string;
|
|
5315
|
+
gray50: string;
|
|
4830
5316
|
gray100: string;
|
|
4831
5317
|
gray200: string;
|
|
4832
5318
|
gray300: string;
|
|
@@ -4836,41 +5322,173 @@ export declare const StyledPagination: import("@stitches/react/types/styled-comp
|
|
|
4836
5322
|
gray700: string;
|
|
4837
5323
|
gray800: string;
|
|
4838
5324
|
gray900: string;
|
|
5325
|
+
pink50: string;
|
|
5326
|
+
pink100: string;
|
|
5327
|
+
pink200: string;
|
|
5328
|
+
pink300: string;
|
|
5329
|
+
pink400: string;
|
|
5330
|
+
pink500: string;
|
|
5331
|
+
pink600: string;
|
|
5332
|
+
pink700: string;
|
|
5333
|
+
pink800: string;
|
|
5334
|
+
pink900: string;
|
|
5335
|
+
cyan50: string;
|
|
5336
|
+
cyan100: string;
|
|
5337
|
+
cyan200: string;
|
|
5338
|
+
cyan300: string;
|
|
5339
|
+
cyan400: string;
|
|
5340
|
+
cyan500: string;
|
|
5341
|
+
cyan600: string;
|
|
5342
|
+
cyan700: string;
|
|
5343
|
+
cyan800: string;
|
|
5344
|
+
cyan900: string;
|
|
5345
|
+
red50: string;
|
|
5346
|
+
red100: string;
|
|
5347
|
+
red200: string;
|
|
5348
|
+
red300: string;
|
|
5349
|
+
red400: string;
|
|
5350
|
+
red500: string;
|
|
5351
|
+
red600: string;
|
|
5352
|
+
red700: string;
|
|
5353
|
+
red800: string;
|
|
5354
|
+
red900: string;
|
|
5355
|
+
yellow50: string;
|
|
5356
|
+
yellow100: string;
|
|
5357
|
+
yellow200: string;
|
|
5358
|
+
yellow300: string;
|
|
5359
|
+
yellow400: string;
|
|
5360
|
+
yellow500: string;
|
|
5361
|
+
yellow600: string;
|
|
5362
|
+
yellow700: string;
|
|
5363
|
+
yellow800: string;
|
|
5364
|
+
yellow900: string;
|
|
5365
|
+
green50: string;
|
|
5366
|
+
green100: string;
|
|
5367
|
+
green200: string;
|
|
5368
|
+
green300: string;
|
|
5369
|
+
green400: string;
|
|
5370
|
+
green500: string;
|
|
5371
|
+
green600: string;
|
|
5372
|
+
green700: string;
|
|
5373
|
+
green800: string;
|
|
5374
|
+
green900: string;
|
|
5375
|
+
purple50: string;
|
|
5376
|
+
purple100: string;
|
|
5377
|
+
purple200: string;
|
|
5378
|
+
purple300: string;
|
|
5379
|
+
purple400: string;
|
|
5380
|
+
purple500: string;
|
|
5381
|
+
purple600: string;
|
|
5382
|
+
purple700: string;
|
|
5383
|
+
purple800: string;
|
|
5384
|
+
purple900: string;
|
|
5385
|
+
blue50: string;
|
|
5386
|
+
blue100: string;
|
|
5387
|
+
blue200: string;
|
|
5388
|
+
blue300: string;
|
|
5389
|
+
blue400: string;
|
|
5390
|
+
blue500: string;
|
|
5391
|
+
blue600: string;
|
|
5392
|
+
blue700: string;
|
|
5393
|
+
blue800: string;
|
|
5394
|
+
blue900: string;
|
|
5395
|
+
background: string;
|
|
5396
|
+
foreground: string;
|
|
5397
|
+
backgroundContrast: string;
|
|
5398
|
+
white: string;
|
|
5399
|
+
black: string;
|
|
4839
5400
|
primaryLight: string;
|
|
5401
|
+
primaryLightHover: string;
|
|
5402
|
+
primaryLightActive: string;
|
|
5403
|
+
primaryLightContrast: string;
|
|
4840
5404
|
primary: string;
|
|
4841
|
-
|
|
5405
|
+
primaryBorder: string;
|
|
5406
|
+
primaryBorderHover: string;
|
|
5407
|
+
primarySolidHover: string;
|
|
5408
|
+
primarySolidContrast: string;
|
|
4842
5409
|
primaryShadow: string;
|
|
4843
5410
|
secondaryLight: string;
|
|
5411
|
+
secondaryLightHover: string;
|
|
5412
|
+
secondaryLightActive: string;
|
|
5413
|
+
secondaryLightContrast: string;
|
|
4844
5414
|
secondary: string;
|
|
4845
|
-
|
|
5415
|
+
secondaryBorder: string;
|
|
5416
|
+
secondaryBorderHover: string;
|
|
5417
|
+
secondarySolidHover: string;
|
|
5418
|
+
secondarySolidContrast: string;
|
|
4846
5419
|
secondaryShadow: string;
|
|
4847
5420
|
successLight: string;
|
|
5421
|
+
successLightHover: string;
|
|
5422
|
+
successLightActive: string;
|
|
5423
|
+
successLightContrast: string;
|
|
4848
5424
|
success: string;
|
|
4849
|
-
|
|
5425
|
+
successBorder: string;
|
|
5426
|
+
successBorderHover: string;
|
|
5427
|
+
successSolidHover: string;
|
|
5428
|
+
successSolidContrast: string;
|
|
4850
5429
|
successShadow: string;
|
|
4851
5430
|
warningLight: string;
|
|
5431
|
+
warningLightHover: string;
|
|
5432
|
+
warningLightActive: string;
|
|
5433
|
+
warningLightContrast: string;
|
|
4852
5434
|
warning: string;
|
|
4853
|
-
|
|
5435
|
+
warningBorder: string;
|
|
5436
|
+
warningBorderHover: string;
|
|
5437
|
+
warningSolidHover: string;
|
|
5438
|
+
warningSolidContrast: string;
|
|
4854
5439
|
warningShadow: string;
|
|
4855
5440
|
errorLight: string;
|
|
5441
|
+
errorLightHover: string;
|
|
5442
|
+
errorLightActive: string;
|
|
5443
|
+
errorLightContrast: string;
|
|
4856
5444
|
error: string;
|
|
4857
|
-
|
|
5445
|
+
errorBorder: string;
|
|
5446
|
+
errorBorderHover: string;
|
|
5447
|
+
errorSolidHover: string;
|
|
5448
|
+
errorSolidContrast: string;
|
|
4858
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;
|
|
4859
5460
|
gradient: string;
|
|
4860
|
-
|
|
5461
|
+
accents0: string;
|
|
5462
|
+
accents1: string;
|
|
5463
|
+
accents2: string;
|
|
5464
|
+
accents3: string;
|
|
5465
|
+
accents4: string;
|
|
5466
|
+
accents5: string;
|
|
5467
|
+
accents6: string;
|
|
5468
|
+
accents7: string;
|
|
5469
|
+
accents8: string;
|
|
5470
|
+
accents9: string;
|
|
5471
|
+
border: string;
|
|
4861
5472
|
};
|
|
4862
5473
|
fonts: {
|
|
4863
5474
|
sans: string;
|
|
4864
5475
|
mono: string;
|
|
4865
5476
|
};
|
|
4866
5477
|
fontSizes: {
|
|
4867
|
-
tiny: string;
|
|
4868
5478
|
xs: string;
|
|
4869
|
-
base: string;
|
|
4870
5479
|
sm: string;
|
|
5480
|
+
base: string;
|
|
4871
5481
|
md: string;
|
|
4872
5482
|
lg: string;
|
|
4873
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;
|
|
4874
5492
|
};
|
|
4875
5493
|
fontWeights: {
|
|
4876
5494
|
hairline: number;
|
|
@@ -4886,9 +5504,18 @@ export declare const StyledPagination: import("@stitches/react/types/styled-comp
|
|
|
4886
5504
|
lineHeights: {
|
|
4887
5505
|
xs: number;
|
|
4888
5506
|
sm: number;
|
|
5507
|
+
base: number;
|
|
4889
5508
|
md: number;
|
|
4890
5509
|
lg: number;
|
|
4891
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;
|
|
4892
5519
|
};
|
|
4893
5520
|
letterSpacings: {
|
|
4894
5521
|
tighter: string;
|
|
@@ -4973,6 +5600,7 @@ export declare const StyledPagination: import("@stitches/react/types/styled-comp
|
|
|
4973
5600
|
avatar: string;
|
|
4974
5601
|
link: string;
|
|
4975
5602
|
card: string;
|
|
5603
|
+
dropdownItem: string;
|
|
4976
5604
|
};
|
|
4977
5605
|
breakpoints: {
|
|
4978
5606
|
xs: string;
|
|
@@ -5348,7 +5976,9 @@ export declare const StyledPagination: import("@stitches/react/types/styled-comp
|
|
|
5348
5976
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
5349
5977
|
}) => {
|
|
5350
5978
|
bf: string;
|
|
5351
|
-
bg:
|
|
5979
|
+
bg: {
|
|
5980
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
5981
|
+
};
|
|
5352
5982
|
};
|
|
5353
5983
|
bgColor: (value: {
|
|
5354
5984
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -5426,6 +6056,32 @@ export declare const StyledPagination: import("@stitches/react/types/styled-comp
|
|
|
5426
6056
|
readonly [$$PropertyValue]: "boxShadow";
|
|
5427
6057
|
};
|
|
5428
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
|
+
};
|
|
5429
6085
|
normalShadow: (value: {
|
|
5430
6086
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
5431
6087
|
}) => {
|
|
@@ -5629,6 +6285,16 @@ export declare const StyledPagination: import("@stitches/react/types/styled-comp
|
|
|
5629
6285
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
5630
6286
|
};
|
|
5631
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
|
+
};
|
|
5632
6298
|
textGradient: (value: {
|
|
5633
6299
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
5634
6300
|
}) => {
|