@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
|
@@ -46,89 +46,20 @@ export declare const StyledCollapse: import("@stitches/react/types/styled-compon
|
|
|
46
46
|
lg: string;
|
|
47
47
|
xl: string;
|
|
48
48
|
};
|
|
49
|
+
dropShadows: {
|
|
50
|
+
xs: string;
|
|
51
|
+
sm: string;
|
|
52
|
+
md: string;
|
|
53
|
+
lg: string;
|
|
54
|
+
xl: string;
|
|
55
|
+
};
|
|
49
56
|
colors: {
|
|
50
|
-
accents1: string;
|
|
51
|
-
accents2: string;
|
|
52
|
-
accents3: string;
|
|
53
|
-
accents4: string;
|
|
54
|
-
accents5: string;
|
|
55
|
-
accents6: string;
|
|
56
|
-
accents7: string;
|
|
57
|
-
accents8: string;
|
|
58
|
-
accents9: string;
|
|
59
|
-
background: string;
|
|
60
|
-
foreground: string;
|
|
61
|
-
backgroundContrast: string;
|
|
62
57
|
text: string;
|
|
58
|
+
link: string;
|
|
63
59
|
codeLight: string;
|
|
64
60
|
code: string;
|
|
65
|
-
border: string;
|
|
66
61
|
selection: string;
|
|
67
|
-
|
|
68
|
-
black: string;
|
|
69
|
-
blue100: string;
|
|
70
|
-
blue200: string;
|
|
71
|
-
blue300: string;
|
|
72
|
-
blue400: string;
|
|
73
|
-
blue500: string;
|
|
74
|
-
blue600: string;
|
|
75
|
-
blue700: string;
|
|
76
|
-
blue800: string;
|
|
77
|
-
blue900: string;
|
|
78
|
-
purple100: string;
|
|
79
|
-
purple200: string;
|
|
80
|
-
purple300: string;
|
|
81
|
-
purple400: string;
|
|
82
|
-
purple500: string;
|
|
83
|
-
purple600: string;
|
|
84
|
-
purple700: string;
|
|
85
|
-
purple800: string;
|
|
86
|
-
purple900: string;
|
|
87
|
-
green100: string;
|
|
88
|
-
green200: string;
|
|
89
|
-
green300: string;
|
|
90
|
-
green400: string;
|
|
91
|
-
green500: string;
|
|
92
|
-
green600: string;
|
|
93
|
-
green700: string;
|
|
94
|
-
green800: string;
|
|
95
|
-
green900: string;
|
|
96
|
-
yellow100: string;
|
|
97
|
-
yellow200: string;
|
|
98
|
-
yellow300: string;
|
|
99
|
-
yellow400: string;
|
|
100
|
-
yellow500: string;
|
|
101
|
-
yellow600: string;
|
|
102
|
-
yellow700: string;
|
|
103
|
-
yellow800: string;
|
|
104
|
-
yellow900: string;
|
|
105
|
-
red100: string;
|
|
106
|
-
red200: string;
|
|
107
|
-
red300: string;
|
|
108
|
-
red400: string;
|
|
109
|
-
red500: string;
|
|
110
|
-
red600: string;
|
|
111
|
-
red700: string;
|
|
112
|
-
red800: string;
|
|
113
|
-
red900: string;
|
|
114
|
-
cyan100: string;
|
|
115
|
-
cyan200: string;
|
|
116
|
-
cyan300: string;
|
|
117
|
-
cyan400: string;
|
|
118
|
-
cyan500: string;
|
|
119
|
-
cyan600: string;
|
|
120
|
-
cyan700: string;
|
|
121
|
-
cyan800: string;
|
|
122
|
-
cyan900: string;
|
|
123
|
-
pink100: string;
|
|
124
|
-
pink200: string;
|
|
125
|
-
pink300: string;
|
|
126
|
-
pink400: string;
|
|
127
|
-
pink500: string;
|
|
128
|
-
pink600: string;
|
|
129
|
-
pink700: string;
|
|
130
|
-
pink800: string;
|
|
131
|
-
pink900: string;
|
|
62
|
+
gray50: string;
|
|
132
63
|
gray100: string;
|
|
133
64
|
gray200: string;
|
|
134
65
|
gray300: string;
|
|
@@ -138,41 +69,173 @@ export declare const StyledCollapse: import("@stitches/react/types/styled-compon
|
|
|
138
69
|
gray700: string;
|
|
139
70
|
gray800: string;
|
|
140
71
|
gray900: string;
|
|
72
|
+
pink50: string;
|
|
73
|
+
pink100: string;
|
|
74
|
+
pink200: string;
|
|
75
|
+
pink300: string;
|
|
76
|
+
pink400: string;
|
|
77
|
+
pink500: string;
|
|
78
|
+
pink600: string;
|
|
79
|
+
pink700: string;
|
|
80
|
+
pink800: string;
|
|
81
|
+
pink900: string;
|
|
82
|
+
cyan50: string;
|
|
83
|
+
cyan100: string;
|
|
84
|
+
cyan200: string;
|
|
85
|
+
cyan300: string;
|
|
86
|
+
cyan400: string;
|
|
87
|
+
cyan500: string;
|
|
88
|
+
cyan600: string;
|
|
89
|
+
cyan700: string;
|
|
90
|
+
cyan800: string;
|
|
91
|
+
cyan900: string;
|
|
92
|
+
red50: string;
|
|
93
|
+
red100: string;
|
|
94
|
+
red200: string;
|
|
95
|
+
red300: string;
|
|
96
|
+
red400: string;
|
|
97
|
+
red500: string;
|
|
98
|
+
red600: string;
|
|
99
|
+
red700: string;
|
|
100
|
+
red800: string;
|
|
101
|
+
red900: string;
|
|
102
|
+
yellow50: string;
|
|
103
|
+
yellow100: string;
|
|
104
|
+
yellow200: string;
|
|
105
|
+
yellow300: string;
|
|
106
|
+
yellow400: string;
|
|
107
|
+
yellow500: string;
|
|
108
|
+
yellow600: string;
|
|
109
|
+
yellow700: string;
|
|
110
|
+
yellow800: string;
|
|
111
|
+
yellow900: string;
|
|
112
|
+
green50: string;
|
|
113
|
+
green100: string;
|
|
114
|
+
green200: string;
|
|
115
|
+
green300: string;
|
|
116
|
+
green400: string;
|
|
117
|
+
green500: string;
|
|
118
|
+
green600: string;
|
|
119
|
+
green700: string;
|
|
120
|
+
green800: string;
|
|
121
|
+
green900: string;
|
|
122
|
+
purple50: string;
|
|
123
|
+
purple100: string;
|
|
124
|
+
purple200: string;
|
|
125
|
+
purple300: string;
|
|
126
|
+
purple400: string;
|
|
127
|
+
purple500: string;
|
|
128
|
+
purple600: string;
|
|
129
|
+
purple700: string;
|
|
130
|
+
purple800: string;
|
|
131
|
+
purple900: string;
|
|
132
|
+
blue50: string;
|
|
133
|
+
blue100: string;
|
|
134
|
+
blue200: string;
|
|
135
|
+
blue300: string;
|
|
136
|
+
blue400: string;
|
|
137
|
+
blue500: string;
|
|
138
|
+
blue600: string;
|
|
139
|
+
blue700: string;
|
|
140
|
+
blue800: string;
|
|
141
|
+
blue900: string;
|
|
142
|
+
background: string;
|
|
143
|
+
foreground: string;
|
|
144
|
+
backgroundContrast: string;
|
|
145
|
+
white: string;
|
|
146
|
+
black: string;
|
|
141
147
|
primaryLight: string;
|
|
148
|
+
primaryLightHover: string;
|
|
149
|
+
primaryLightActive: string;
|
|
150
|
+
primaryLightContrast: string;
|
|
142
151
|
primary: string;
|
|
143
|
-
|
|
152
|
+
primaryBorder: string;
|
|
153
|
+
primaryBorderHover: string;
|
|
154
|
+
primarySolidHover: string;
|
|
155
|
+
primarySolidContrast: string;
|
|
144
156
|
primaryShadow: string;
|
|
145
157
|
secondaryLight: string;
|
|
158
|
+
secondaryLightHover: string;
|
|
159
|
+
secondaryLightActive: string;
|
|
160
|
+
secondaryLightContrast: string;
|
|
146
161
|
secondary: string;
|
|
147
|
-
|
|
162
|
+
secondaryBorder: string;
|
|
163
|
+
secondaryBorderHover: string;
|
|
164
|
+
secondarySolidHover: string;
|
|
165
|
+
secondarySolidContrast: string;
|
|
148
166
|
secondaryShadow: string;
|
|
149
167
|
successLight: string;
|
|
168
|
+
successLightHover: string;
|
|
169
|
+
successLightActive: string;
|
|
170
|
+
successLightContrast: string;
|
|
150
171
|
success: string;
|
|
151
|
-
|
|
172
|
+
successBorder: string;
|
|
173
|
+
successBorderHover: string;
|
|
174
|
+
successSolidHover: string;
|
|
175
|
+
successSolidContrast: string;
|
|
152
176
|
successShadow: string;
|
|
153
177
|
warningLight: string;
|
|
178
|
+
warningLightHover: string;
|
|
179
|
+
warningLightActive: string;
|
|
180
|
+
warningLightContrast: string;
|
|
154
181
|
warning: string;
|
|
155
|
-
|
|
182
|
+
warningBorder: string;
|
|
183
|
+
warningBorderHover: string;
|
|
184
|
+
warningSolidHover: string;
|
|
185
|
+
warningSolidContrast: string;
|
|
156
186
|
warningShadow: string;
|
|
157
187
|
errorLight: string;
|
|
188
|
+
errorLightHover: string;
|
|
189
|
+
errorLightActive: string;
|
|
190
|
+
errorLightContrast: string;
|
|
158
191
|
error: string;
|
|
159
|
-
|
|
192
|
+
errorBorder: string;
|
|
193
|
+
errorBorderHover: string;
|
|
194
|
+
errorSolidHover: string;
|
|
195
|
+
errorSolidContrast: string;
|
|
160
196
|
errorShadow: string;
|
|
197
|
+
neutralLight: string;
|
|
198
|
+
neutralLightHover: string;
|
|
199
|
+
neutralLightActive: string;
|
|
200
|
+
neutralLightContrast: string;
|
|
201
|
+
neutral: string;
|
|
202
|
+
neutralBorder: string;
|
|
203
|
+
neutralBorderHover: string;
|
|
204
|
+
neutralSolidHover: string;
|
|
205
|
+
neutralSolidContrast: string;
|
|
206
|
+
neutralShadow: string;
|
|
161
207
|
gradient: string;
|
|
162
|
-
|
|
208
|
+
accents0: string;
|
|
209
|
+
accents1: string;
|
|
210
|
+
accents2: string;
|
|
211
|
+
accents3: string;
|
|
212
|
+
accents4: string;
|
|
213
|
+
accents5: string;
|
|
214
|
+
accents6: string;
|
|
215
|
+
accents7: string;
|
|
216
|
+
accents8: string;
|
|
217
|
+
accents9: string;
|
|
218
|
+
border: string;
|
|
163
219
|
};
|
|
164
220
|
fonts: {
|
|
165
221
|
sans: string;
|
|
166
222
|
mono: string;
|
|
167
223
|
};
|
|
168
224
|
fontSizes: {
|
|
169
|
-
tiny: string;
|
|
170
225
|
xs: string;
|
|
171
|
-
base: string;
|
|
172
226
|
sm: string;
|
|
227
|
+
base: string;
|
|
173
228
|
md: string;
|
|
174
229
|
lg: string;
|
|
175
230
|
xl: string;
|
|
231
|
+
xl2: string;
|
|
232
|
+
xl3: string;
|
|
233
|
+
xl4: string;
|
|
234
|
+
xl5: string;
|
|
235
|
+
xl6: string;
|
|
236
|
+
xl7: string;
|
|
237
|
+
xl8: string;
|
|
238
|
+
xl9: string;
|
|
176
239
|
};
|
|
177
240
|
fontWeights: {
|
|
178
241
|
hairline: number;
|
|
@@ -188,9 +251,18 @@ export declare const StyledCollapse: import("@stitches/react/types/styled-compon
|
|
|
188
251
|
lineHeights: {
|
|
189
252
|
xs: number;
|
|
190
253
|
sm: number;
|
|
254
|
+
base: number;
|
|
191
255
|
md: number;
|
|
192
256
|
lg: number;
|
|
193
257
|
xl: number;
|
|
258
|
+
xl2: number;
|
|
259
|
+
xl3: number;
|
|
260
|
+
xl4: number;
|
|
261
|
+
xl5: number;
|
|
262
|
+
xl6: number;
|
|
263
|
+
xl7: number;
|
|
264
|
+
xl8: number;
|
|
265
|
+
xl9: number;
|
|
194
266
|
};
|
|
195
267
|
letterSpacings: {
|
|
196
268
|
tighter: string;
|
|
@@ -275,6 +347,7 @@ export declare const StyledCollapse: import("@stitches/react/types/styled-compon
|
|
|
275
347
|
avatar: string;
|
|
276
348
|
link: string;
|
|
277
349
|
card: string;
|
|
350
|
+
dropdownItem: string;
|
|
278
351
|
};
|
|
279
352
|
breakpoints: {
|
|
280
353
|
xs: string;
|
|
@@ -650,7 +723,9 @@ export declare const StyledCollapse: import("@stitches/react/types/styled-compon
|
|
|
650
723
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
651
724
|
}) => {
|
|
652
725
|
bf: string;
|
|
653
|
-
bg:
|
|
726
|
+
bg: {
|
|
727
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
728
|
+
};
|
|
654
729
|
};
|
|
655
730
|
bgColor: (value: {
|
|
656
731
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -728,6 +803,32 @@ export declare const StyledCollapse: import("@stitches/react/types/styled-compon
|
|
|
728
803
|
readonly [$$PropertyValue]: "boxShadow";
|
|
729
804
|
};
|
|
730
805
|
};
|
|
806
|
+
ds: (value: {
|
|
807
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
808
|
+
}) => {
|
|
809
|
+
dropShadow: {
|
|
810
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
811
|
+
};
|
|
812
|
+
};
|
|
813
|
+
shadow: (value: {
|
|
814
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
815
|
+
}) => {
|
|
816
|
+
boxShadow: {
|
|
817
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
818
|
+
};
|
|
819
|
+
};
|
|
820
|
+
dshadow: (value: {
|
|
821
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
822
|
+
}) => {
|
|
823
|
+
dropShadow: {
|
|
824
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
825
|
+
};
|
|
826
|
+
};
|
|
827
|
+
dropShadow: (value: {
|
|
828
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
829
|
+
}) => {
|
|
830
|
+
filter: string;
|
|
831
|
+
};
|
|
731
832
|
normalShadow: (value: {
|
|
732
833
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
733
834
|
}) => {
|
|
@@ -931,6 +1032,16 @@ export declare const StyledCollapse: import("@stitches/react/types/styled-compon
|
|
|
931
1032
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
932
1033
|
};
|
|
933
1034
|
};
|
|
1035
|
+
truncateText: (value: {
|
|
1036
|
+
readonly [$$PropertyValue]: "width";
|
|
1037
|
+
}) => {
|
|
1038
|
+
maxWidth: {
|
|
1039
|
+
readonly [$$PropertyValue]: "width";
|
|
1040
|
+
};
|
|
1041
|
+
whiteSpace: string;
|
|
1042
|
+
overflow: string;
|
|
1043
|
+
textOverflow: string;
|
|
1044
|
+
};
|
|
934
1045
|
textGradient: (value: {
|
|
935
1046
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
936
1047
|
}) => {
|
|
@@ -1003,89 +1114,20 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
|
|
|
1003
1114
|
lg: string;
|
|
1004
1115
|
xl: string;
|
|
1005
1116
|
};
|
|
1117
|
+
dropShadows: {
|
|
1118
|
+
xs: string;
|
|
1119
|
+
sm: string;
|
|
1120
|
+
md: string;
|
|
1121
|
+
lg: string;
|
|
1122
|
+
xl: string;
|
|
1123
|
+
};
|
|
1006
1124
|
colors: {
|
|
1007
|
-
accents1: string;
|
|
1008
|
-
accents2: string;
|
|
1009
|
-
accents3: string;
|
|
1010
|
-
accents4: string;
|
|
1011
|
-
accents5: string;
|
|
1012
|
-
accents6: string;
|
|
1013
|
-
accents7: string;
|
|
1014
|
-
accents8: string;
|
|
1015
|
-
accents9: string;
|
|
1016
|
-
background: string;
|
|
1017
|
-
foreground: string;
|
|
1018
|
-
backgroundContrast: string;
|
|
1019
1125
|
text: string;
|
|
1126
|
+
link: string;
|
|
1020
1127
|
codeLight: string;
|
|
1021
1128
|
code: string;
|
|
1022
|
-
border: string;
|
|
1023
1129
|
selection: string;
|
|
1024
|
-
|
|
1025
|
-
black: string;
|
|
1026
|
-
blue100: string;
|
|
1027
|
-
blue200: string;
|
|
1028
|
-
blue300: string;
|
|
1029
|
-
blue400: string;
|
|
1030
|
-
blue500: string;
|
|
1031
|
-
blue600: string;
|
|
1032
|
-
blue700: string;
|
|
1033
|
-
blue800: string;
|
|
1034
|
-
blue900: string;
|
|
1035
|
-
purple100: string;
|
|
1036
|
-
purple200: string;
|
|
1037
|
-
purple300: string;
|
|
1038
|
-
purple400: string;
|
|
1039
|
-
purple500: string;
|
|
1040
|
-
purple600: string;
|
|
1041
|
-
purple700: string;
|
|
1042
|
-
purple800: string;
|
|
1043
|
-
purple900: string;
|
|
1044
|
-
green100: string;
|
|
1045
|
-
green200: string;
|
|
1046
|
-
green300: string;
|
|
1047
|
-
green400: string;
|
|
1048
|
-
green500: string;
|
|
1049
|
-
green600: string;
|
|
1050
|
-
green700: string;
|
|
1051
|
-
green800: string;
|
|
1052
|
-
green900: string;
|
|
1053
|
-
yellow100: string;
|
|
1054
|
-
yellow200: string;
|
|
1055
|
-
yellow300: string;
|
|
1056
|
-
yellow400: string;
|
|
1057
|
-
yellow500: string;
|
|
1058
|
-
yellow600: string;
|
|
1059
|
-
yellow700: string;
|
|
1060
|
-
yellow800: string;
|
|
1061
|
-
yellow900: string;
|
|
1062
|
-
red100: string;
|
|
1063
|
-
red200: string;
|
|
1064
|
-
red300: string;
|
|
1065
|
-
red400: string;
|
|
1066
|
-
red500: string;
|
|
1067
|
-
red600: string;
|
|
1068
|
-
red700: string;
|
|
1069
|
-
red800: string;
|
|
1070
|
-
red900: string;
|
|
1071
|
-
cyan100: string;
|
|
1072
|
-
cyan200: string;
|
|
1073
|
-
cyan300: string;
|
|
1074
|
-
cyan400: string;
|
|
1075
|
-
cyan500: string;
|
|
1076
|
-
cyan600: string;
|
|
1077
|
-
cyan700: string;
|
|
1078
|
-
cyan800: string;
|
|
1079
|
-
cyan900: string;
|
|
1080
|
-
pink100: string;
|
|
1081
|
-
pink200: string;
|
|
1082
|
-
pink300: string;
|
|
1083
|
-
pink400: string;
|
|
1084
|
-
pink500: string;
|
|
1085
|
-
pink600: string;
|
|
1086
|
-
pink700: string;
|
|
1087
|
-
pink800: string;
|
|
1088
|
-
pink900: string;
|
|
1130
|
+
gray50: string;
|
|
1089
1131
|
gray100: string;
|
|
1090
1132
|
gray200: string;
|
|
1091
1133
|
gray300: string;
|
|
@@ -1095,41 +1137,173 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
|
|
|
1095
1137
|
gray700: string;
|
|
1096
1138
|
gray800: string;
|
|
1097
1139
|
gray900: string;
|
|
1140
|
+
pink50: string;
|
|
1141
|
+
pink100: string;
|
|
1142
|
+
pink200: string;
|
|
1143
|
+
pink300: string;
|
|
1144
|
+
pink400: string;
|
|
1145
|
+
pink500: string;
|
|
1146
|
+
pink600: string;
|
|
1147
|
+
pink700: string;
|
|
1148
|
+
pink800: string;
|
|
1149
|
+
pink900: string;
|
|
1150
|
+
cyan50: string;
|
|
1151
|
+
cyan100: string;
|
|
1152
|
+
cyan200: string;
|
|
1153
|
+
cyan300: string;
|
|
1154
|
+
cyan400: string;
|
|
1155
|
+
cyan500: string;
|
|
1156
|
+
cyan600: string;
|
|
1157
|
+
cyan700: string;
|
|
1158
|
+
cyan800: string;
|
|
1159
|
+
cyan900: string;
|
|
1160
|
+
red50: string;
|
|
1161
|
+
red100: string;
|
|
1162
|
+
red200: string;
|
|
1163
|
+
red300: string;
|
|
1164
|
+
red400: string;
|
|
1165
|
+
red500: string;
|
|
1166
|
+
red600: string;
|
|
1167
|
+
red700: string;
|
|
1168
|
+
red800: string;
|
|
1169
|
+
red900: string;
|
|
1170
|
+
yellow50: string;
|
|
1171
|
+
yellow100: string;
|
|
1172
|
+
yellow200: string;
|
|
1173
|
+
yellow300: string;
|
|
1174
|
+
yellow400: string;
|
|
1175
|
+
yellow500: string;
|
|
1176
|
+
yellow600: string;
|
|
1177
|
+
yellow700: string;
|
|
1178
|
+
yellow800: string;
|
|
1179
|
+
yellow900: string;
|
|
1180
|
+
green50: string;
|
|
1181
|
+
green100: string;
|
|
1182
|
+
green200: string;
|
|
1183
|
+
green300: string;
|
|
1184
|
+
green400: string;
|
|
1185
|
+
green500: string;
|
|
1186
|
+
green600: string;
|
|
1187
|
+
green700: string;
|
|
1188
|
+
green800: string;
|
|
1189
|
+
green900: string;
|
|
1190
|
+
purple50: string;
|
|
1191
|
+
purple100: string;
|
|
1192
|
+
purple200: string;
|
|
1193
|
+
purple300: string;
|
|
1194
|
+
purple400: string;
|
|
1195
|
+
purple500: string;
|
|
1196
|
+
purple600: string;
|
|
1197
|
+
purple700: string;
|
|
1198
|
+
purple800: string;
|
|
1199
|
+
purple900: string;
|
|
1200
|
+
blue50: string;
|
|
1201
|
+
blue100: string;
|
|
1202
|
+
blue200: string;
|
|
1203
|
+
blue300: string;
|
|
1204
|
+
blue400: string;
|
|
1205
|
+
blue500: string;
|
|
1206
|
+
blue600: string;
|
|
1207
|
+
blue700: string;
|
|
1208
|
+
blue800: string;
|
|
1209
|
+
blue900: string;
|
|
1210
|
+
background: string;
|
|
1211
|
+
foreground: string;
|
|
1212
|
+
backgroundContrast: string;
|
|
1213
|
+
white: string;
|
|
1214
|
+
black: string;
|
|
1098
1215
|
primaryLight: string;
|
|
1216
|
+
primaryLightHover: string;
|
|
1217
|
+
primaryLightActive: string;
|
|
1218
|
+
primaryLightContrast: string;
|
|
1099
1219
|
primary: string;
|
|
1100
|
-
|
|
1220
|
+
primaryBorder: string;
|
|
1221
|
+
primaryBorderHover: string;
|
|
1222
|
+
primarySolidHover: string;
|
|
1223
|
+
primarySolidContrast: string;
|
|
1101
1224
|
primaryShadow: string;
|
|
1102
1225
|
secondaryLight: string;
|
|
1226
|
+
secondaryLightHover: string;
|
|
1227
|
+
secondaryLightActive: string;
|
|
1228
|
+
secondaryLightContrast: string;
|
|
1103
1229
|
secondary: string;
|
|
1104
|
-
|
|
1230
|
+
secondaryBorder: string;
|
|
1231
|
+
secondaryBorderHover: string;
|
|
1232
|
+
secondarySolidHover: string;
|
|
1233
|
+
secondarySolidContrast: string;
|
|
1105
1234
|
secondaryShadow: string;
|
|
1106
1235
|
successLight: string;
|
|
1236
|
+
successLightHover: string;
|
|
1237
|
+
successLightActive: string;
|
|
1238
|
+
successLightContrast: string;
|
|
1107
1239
|
success: string;
|
|
1108
|
-
|
|
1240
|
+
successBorder: string;
|
|
1241
|
+
successBorderHover: string;
|
|
1242
|
+
successSolidHover: string;
|
|
1243
|
+
successSolidContrast: string;
|
|
1109
1244
|
successShadow: string;
|
|
1110
1245
|
warningLight: string;
|
|
1246
|
+
warningLightHover: string;
|
|
1247
|
+
warningLightActive: string;
|
|
1248
|
+
warningLightContrast: string;
|
|
1111
1249
|
warning: string;
|
|
1112
|
-
|
|
1250
|
+
warningBorder: string;
|
|
1251
|
+
warningBorderHover: string;
|
|
1252
|
+
warningSolidHover: string;
|
|
1253
|
+
warningSolidContrast: string;
|
|
1113
1254
|
warningShadow: string;
|
|
1114
1255
|
errorLight: string;
|
|
1256
|
+
errorLightHover: string;
|
|
1257
|
+
errorLightActive: string;
|
|
1258
|
+
errorLightContrast: string;
|
|
1115
1259
|
error: string;
|
|
1116
|
-
|
|
1260
|
+
errorBorder: string;
|
|
1261
|
+
errorBorderHover: string;
|
|
1262
|
+
errorSolidHover: string;
|
|
1263
|
+
errorSolidContrast: string;
|
|
1117
1264
|
errorShadow: string;
|
|
1265
|
+
neutralLight: string;
|
|
1266
|
+
neutralLightHover: string;
|
|
1267
|
+
neutralLightActive: string;
|
|
1268
|
+
neutralLightContrast: string;
|
|
1269
|
+
neutral: string;
|
|
1270
|
+
neutralBorder: string;
|
|
1271
|
+
neutralBorderHover: string;
|
|
1272
|
+
neutralSolidHover: string;
|
|
1273
|
+
neutralSolidContrast: string;
|
|
1274
|
+
neutralShadow: string;
|
|
1118
1275
|
gradient: string;
|
|
1119
|
-
|
|
1276
|
+
accents0: string;
|
|
1277
|
+
accents1: string;
|
|
1278
|
+
accents2: string;
|
|
1279
|
+
accents3: string;
|
|
1280
|
+
accents4: string;
|
|
1281
|
+
accents5: string;
|
|
1282
|
+
accents6: string;
|
|
1283
|
+
accents7: string;
|
|
1284
|
+
accents8: string;
|
|
1285
|
+
accents9: string;
|
|
1286
|
+
border: string;
|
|
1120
1287
|
};
|
|
1121
1288
|
fonts: {
|
|
1122
1289
|
sans: string;
|
|
1123
1290
|
mono: string;
|
|
1124
1291
|
};
|
|
1125
1292
|
fontSizes: {
|
|
1126
|
-
tiny: string;
|
|
1127
1293
|
xs: string;
|
|
1128
|
-
base: string;
|
|
1129
1294
|
sm: string;
|
|
1295
|
+
base: string;
|
|
1130
1296
|
md: string;
|
|
1131
1297
|
lg: string;
|
|
1132
1298
|
xl: string;
|
|
1299
|
+
xl2: string;
|
|
1300
|
+
xl3: string;
|
|
1301
|
+
xl4: string;
|
|
1302
|
+
xl5: string;
|
|
1303
|
+
xl6: string;
|
|
1304
|
+
xl7: string;
|
|
1305
|
+
xl8: string;
|
|
1306
|
+
xl9: string;
|
|
1133
1307
|
};
|
|
1134
1308
|
fontWeights: {
|
|
1135
1309
|
hairline: number;
|
|
@@ -1145,9 +1319,18 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
|
|
|
1145
1319
|
lineHeights: {
|
|
1146
1320
|
xs: number;
|
|
1147
1321
|
sm: number;
|
|
1322
|
+
base: number;
|
|
1148
1323
|
md: number;
|
|
1149
1324
|
lg: number;
|
|
1150
1325
|
xl: number;
|
|
1326
|
+
xl2: number;
|
|
1327
|
+
xl3: number;
|
|
1328
|
+
xl4: number;
|
|
1329
|
+
xl5: number;
|
|
1330
|
+
xl6: number;
|
|
1331
|
+
xl7: number;
|
|
1332
|
+
xl8: number;
|
|
1333
|
+
xl9: number;
|
|
1151
1334
|
};
|
|
1152
1335
|
letterSpacings: {
|
|
1153
1336
|
tighter: string;
|
|
@@ -1232,6 +1415,7 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
|
|
|
1232
1415
|
avatar: string;
|
|
1233
1416
|
link: string;
|
|
1234
1417
|
card: string;
|
|
1418
|
+
dropdownItem: string;
|
|
1235
1419
|
};
|
|
1236
1420
|
breakpoints: {
|
|
1237
1421
|
xs: string;
|
|
@@ -1607,7 +1791,9 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
|
|
|
1607
1791
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1608
1792
|
}) => {
|
|
1609
1793
|
bf: string;
|
|
1610
|
-
bg:
|
|
1794
|
+
bg: {
|
|
1795
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
1796
|
+
};
|
|
1611
1797
|
};
|
|
1612
1798
|
bgColor: (value: {
|
|
1613
1799
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -1685,6 +1871,32 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
|
|
|
1685
1871
|
readonly [$$PropertyValue]: "boxShadow";
|
|
1686
1872
|
};
|
|
1687
1873
|
};
|
|
1874
|
+
ds: (value: {
|
|
1875
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1876
|
+
}) => {
|
|
1877
|
+
dropShadow: {
|
|
1878
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1879
|
+
};
|
|
1880
|
+
};
|
|
1881
|
+
shadow: (value: {
|
|
1882
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1883
|
+
}) => {
|
|
1884
|
+
boxShadow: {
|
|
1885
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1886
|
+
};
|
|
1887
|
+
};
|
|
1888
|
+
dshadow: (value: {
|
|
1889
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1890
|
+
}) => {
|
|
1891
|
+
dropShadow: {
|
|
1892
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1893
|
+
};
|
|
1894
|
+
};
|
|
1895
|
+
dropShadow: (value: {
|
|
1896
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1897
|
+
}) => {
|
|
1898
|
+
filter: string;
|
|
1899
|
+
};
|
|
1688
1900
|
normalShadow: (value: {
|
|
1689
1901
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1690
1902
|
}) => {
|
|
@@ -1888,6 +2100,16 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
|
|
|
1888
2100
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1889
2101
|
};
|
|
1890
2102
|
};
|
|
2103
|
+
truncateText: (value: {
|
|
2104
|
+
readonly [$$PropertyValue]: "width";
|
|
2105
|
+
}) => {
|
|
2106
|
+
maxWidth: {
|
|
2107
|
+
readonly [$$PropertyValue]: "width";
|
|
2108
|
+
};
|
|
2109
|
+
whiteSpace: string;
|
|
2110
|
+
overflow: string;
|
|
2111
|
+
textOverflow: string;
|
|
2112
|
+
};
|
|
1891
2113
|
textGradient: (value: {
|
|
1892
2114
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
1893
2115
|
}) => {
|
|
@@ -1938,89 +2160,20 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
|
|
|
1938
2160
|
lg: string;
|
|
1939
2161
|
xl: string;
|
|
1940
2162
|
};
|
|
2163
|
+
dropShadows: {
|
|
2164
|
+
xs: string;
|
|
2165
|
+
sm: string;
|
|
2166
|
+
md: string;
|
|
2167
|
+
lg: string;
|
|
2168
|
+
xl: string;
|
|
2169
|
+
};
|
|
1941
2170
|
colors: {
|
|
1942
|
-
accents1: string;
|
|
1943
|
-
accents2: string;
|
|
1944
|
-
accents3: string;
|
|
1945
|
-
accents4: string;
|
|
1946
|
-
accents5: string;
|
|
1947
|
-
accents6: string;
|
|
1948
|
-
accents7: string;
|
|
1949
|
-
accents8: string;
|
|
1950
|
-
accents9: string;
|
|
1951
|
-
background: string;
|
|
1952
|
-
foreground: string;
|
|
1953
|
-
backgroundContrast: string;
|
|
1954
2171
|
text: string;
|
|
2172
|
+
link: string;
|
|
1955
2173
|
codeLight: string;
|
|
1956
2174
|
code: string;
|
|
1957
|
-
border: string;
|
|
1958
2175
|
selection: string;
|
|
1959
|
-
|
|
1960
|
-
black: string;
|
|
1961
|
-
blue100: string;
|
|
1962
|
-
blue200: string;
|
|
1963
|
-
blue300: string;
|
|
1964
|
-
blue400: string;
|
|
1965
|
-
blue500: string;
|
|
1966
|
-
blue600: string;
|
|
1967
|
-
blue700: string;
|
|
1968
|
-
blue800: string;
|
|
1969
|
-
blue900: string;
|
|
1970
|
-
purple100: string;
|
|
1971
|
-
purple200: string;
|
|
1972
|
-
purple300: string;
|
|
1973
|
-
purple400: string;
|
|
1974
|
-
purple500: string;
|
|
1975
|
-
purple600: string;
|
|
1976
|
-
purple700: string;
|
|
1977
|
-
purple800: string;
|
|
1978
|
-
purple900: string;
|
|
1979
|
-
green100: string;
|
|
1980
|
-
green200: string;
|
|
1981
|
-
green300: string;
|
|
1982
|
-
green400: string;
|
|
1983
|
-
green500: string;
|
|
1984
|
-
green600: string;
|
|
1985
|
-
green700: string;
|
|
1986
|
-
green800: string;
|
|
1987
|
-
green900: string;
|
|
1988
|
-
yellow100: string;
|
|
1989
|
-
yellow200: string;
|
|
1990
|
-
yellow300: string;
|
|
1991
|
-
yellow400: string;
|
|
1992
|
-
yellow500: string;
|
|
1993
|
-
yellow600: string;
|
|
1994
|
-
yellow700: string;
|
|
1995
|
-
yellow800: string;
|
|
1996
|
-
yellow900: string;
|
|
1997
|
-
red100: string;
|
|
1998
|
-
red200: string;
|
|
1999
|
-
red300: string;
|
|
2000
|
-
red400: string;
|
|
2001
|
-
red500: string;
|
|
2002
|
-
red600: string;
|
|
2003
|
-
red700: string;
|
|
2004
|
-
red800: string;
|
|
2005
|
-
red900: string;
|
|
2006
|
-
cyan100: string;
|
|
2007
|
-
cyan200: string;
|
|
2008
|
-
cyan300: string;
|
|
2009
|
-
cyan400: string;
|
|
2010
|
-
cyan500: string;
|
|
2011
|
-
cyan600: string;
|
|
2012
|
-
cyan700: string;
|
|
2013
|
-
cyan800: string;
|
|
2014
|
-
cyan900: string;
|
|
2015
|
-
pink100: string;
|
|
2016
|
-
pink200: string;
|
|
2017
|
-
pink300: string;
|
|
2018
|
-
pink400: string;
|
|
2019
|
-
pink500: string;
|
|
2020
|
-
pink600: string;
|
|
2021
|
-
pink700: string;
|
|
2022
|
-
pink800: string;
|
|
2023
|
-
pink900: string;
|
|
2176
|
+
gray50: string;
|
|
2024
2177
|
gray100: string;
|
|
2025
2178
|
gray200: string;
|
|
2026
2179
|
gray300: string;
|
|
@@ -2030,41 +2183,173 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
|
|
|
2030
2183
|
gray700: string;
|
|
2031
2184
|
gray800: string;
|
|
2032
2185
|
gray900: string;
|
|
2186
|
+
pink50: string;
|
|
2187
|
+
pink100: string;
|
|
2188
|
+
pink200: string;
|
|
2189
|
+
pink300: string;
|
|
2190
|
+
pink400: string;
|
|
2191
|
+
pink500: string;
|
|
2192
|
+
pink600: string;
|
|
2193
|
+
pink700: string;
|
|
2194
|
+
pink800: string;
|
|
2195
|
+
pink900: string;
|
|
2196
|
+
cyan50: string;
|
|
2197
|
+
cyan100: string;
|
|
2198
|
+
cyan200: string;
|
|
2199
|
+
cyan300: string;
|
|
2200
|
+
cyan400: string;
|
|
2201
|
+
cyan500: string;
|
|
2202
|
+
cyan600: string;
|
|
2203
|
+
cyan700: string;
|
|
2204
|
+
cyan800: string;
|
|
2205
|
+
cyan900: string;
|
|
2206
|
+
red50: string;
|
|
2207
|
+
red100: string;
|
|
2208
|
+
red200: string;
|
|
2209
|
+
red300: string;
|
|
2210
|
+
red400: string;
|
|
2211
|
+
red500: string;
|
|
2212
|
+
red600: string;
|
|
2213
|
+
red700: string;
|
|
2214
|
+
red800: string;
|
|
2215
|
+
red900: string;
|
|
2216
|
+
yellow50: string;
|
|
2217
|
+
yellow100: string;
|
|
2218
|
+
yellow200: string;
|
|
2219
|
+
yellow300: string;
|
|
2220
|
+
yellow400: string;
|
|
2221
|
+
yellow500: string;
|
|
2222
|
+
yellow600: string;
|
|
2223
|
+
yellow700: string;
|
|
2224
|
+
yellow800: string;
|
|
2225
|
+
yellow900: string;
|
|
2226
|
+
green50: string;
|
|
2227
|
+
green100: string;
|
|
2228
|
+
green200: string;
|
|
2229
|
+
green300: string;
|
|
2230
|
+
green400: string;
|
|
2231
|
+
green500: string;
|
|
2232
|
+
green600: string;
|
|
2233
|
+
green700: string;
|
|
2234
|
+
green800: string;
|
|
2235
|
+
green900: string;
|
|
2236
|
+
purple50: string;
|
|
2237
|
+
purple100: string;
|
|
2238
|
+
purple200: string;
|
|
2239
|
+
purple300: string;
|
|
2240
|
+
purple400: string;
|
|
2241
|
+
purple500: string;
|
|
2242
|
+
purple600: string;
|
|
2243
|
+
purple700: string;
|
|
2244
|
+
purple800: string;
|
|
2245
|
+
purple900: string;
|
|
2246
|
+
blue50: string;
|
|
2247
|
+
blue100: string;
|
|
2248
|
+
blue200: string;
|
|
2249
|
+
blue300: string;
|
|
2250
|
+
blue400: string;
|
|
2251
|
+
blue500: string;
|
|
2252
|
+
blue600: string;
|
|
2253
|
+
blue700: string;
|
|
2254
|
+
blue800: string;
|
|
2255
|
+
blue900: string;
|
|
2256
|
+
background: string;
|
|
2257
|
+
foreground: string;
|
|
2258
|
+
backgroundContrast: string;
|
|
2259
|
+
white: string;
|
|
2260
|
+
black: string;
|
|
2033
2261
|
primaryLight: string;
|
|
2262
|
+
primaryLightHover: string;
|
|
2263
|
+
primaryLightActive: string;
|
|
2264
|
+
primaryLightContrast: string;
|
|
2034
2265
|
primary: string;
|
|
2035
|
-
|
|
2266
|
+
primaryBorder: string;
|
|
2267
|
+
primaryBorderHover: string;
|
|
2268
|
+
primarySolidHover: string;
|
|
2269
|
+
primarySolidContrast: string;
|
|
2036
2270
|
primaryShadow: string;
|
|
2037
2271
|
secondaryLight: string;
|
|
2272
|
+
secondaryLightHover: string;
|
|
2273
|
+
secondaryLightActive: string;
|
|
2274
|
+
secondaryLightContrast: string;
|
|
2038
2275
|
secondary: string;
|
|
2039
|
-
|
|
2276
|
+
secondaryBorder: string;
|
|
2277
|
+
secondaryBorderHover: string;
|
|
2278
|
+
secondarySolidHover: string;
|
|
2279
|
+
secondarySolidContrast: string;
|
|
2040
2280
|
secondaryShadow: string;
|
|
2041
2281
|
successLight: string;
|
|
2282
|
+
successLightHover: string;
|
|
2283
|
+
successLightActive: string;
|
|
2284
|
+
successLightContrast: string;
|
|
2042
2285
|
success: string;
|
|
2043
|
-
|
|
2286
|
+
successBorder: string;
|
|
2287
|
+
successBorderHover: string;
|
|
2288
|
+
successSolidHover: string;
|
|
2289
|
+
successSolidContrast: string;
|
|
2044
2290
|
successShadow: string;
|
|
2045
2291
|
warningLight: string;
|
|
2292
|
+
warningLightHover: string;
|
|
2293
|
+
warningLightActive: string;
|
|
2294
|
+
warningLightContrast: string;
|
|
2046
2295
|
warning: string;
|
|
2047
|
-
|
|
2296
|
+
warningBorder: string;
|
|
2297
|
+
warningBorderHover: string;
|
|
2298
|
+
warningSolidHover: string;
|
|
2299
|
+
warningSolidContrast: string;
|
|
2048
2300
|
warningShadow: string;
|
|
2049
2301
|
errorLight: string;
|
|
2302
|
+
errorLightHover: string;
|
|
2303
|
+
errorLightActive: string;
|
|
2304
|
+
errorLightContrast: string;
|
|
2050
2305
|
error: string;
|
|
2051
|
-
|
|
2306
|
+
errorBorder: string;
|
|
2307
|
+
errorBorderHover: string;
|
|
2308
|
+
errorSolidHover: string;
|
|
2309
|
+
errorSolidContrast: string;
|
|
2052
2310
|
errorShadow: string;
|
|
2311
|
+
neutralLight: string;
|
|
2312
|
+
neutralLightHover: string;
|
|
2313
|
+
neutralLightActive: string;
|
|
2314
|
+
neutralLightContrast: string;
|
|
2315
|
+
neutral: string;
|
|
2316
|
+
neutralBorder: string;
|
|
2317
|
+
neutralBorderHover: string;
|
|
2318
|
+
neutralSolidHover: string;
|
|
2319
|
+
neutralSolidContrast: string;
|
|
2320
|
+
neutralShadow: string;
|
|
2053
2321
|
gradient: string;
|
|
2054
|
-
|
|
2322
|
+
accents0: string;
|
|
2323
|
+
accents1: string;
|
|
2324
|
+
accents2: string;
|
|
2325
|
+
accents3: string;
|
|
2326
|
+
accents4: string;
|
|
2327
|
+
accents5: string;
|
|
2328
|
+
accents6: string;
|
|
2329
|
+
accents7: string;
|
|
2330
|
+
accents8: string;
|
|
2331
|
+
accents9: string;
|
|
2332
|
+
border: string;
|
|
2055
2333
|
};
|
|
2056
2334
|
fonts: {
|
|
2057
2335
|
sans: string;
|
|
2058
2336
|
mono: string;
|
|
2059
2337
|
};
|
|
2060
2338
|
fontSizes: {
|
|
2061
|
-
tiny: string;
|
|
2062
2339
|
xs: string;
|
|
2063
|
-
base: string;
|
|
2064
2340
|
sm: string;
|
|
2341
|
+
base: string;
|
|
2065
2342
|
md: string;
|
|
2066
2343
|
lg: string;
|
|
2067
2344
|
xl: string;
|
|
2345
|
+
xl2: string;
|
|
2346
|
+
xl3: string;
|
|
2347
|
+
xl4: string;
|
|
2348
|
+
xl5: string;
|
|
2349
|
+
xl6: string;
|
|
2350
|
+
xl7: string;
|
|
2351
|
+
xl8: string;
|
|
2352
|
+
xl9: string;
|
|
2068
2353
|
};
|
|
2069
2354
|
fontWeights: {
|
|
2070
2355
|
hairline: number;
|
|
@@ -2080,9 +2365,18 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
|
|
|
2080
2365
|
lineHeights: {
|
|
2081
2366
|
xs: number;
|
|
2082
2367
|
sm: number;
|
|
2368
|
+
base: number;
|
|
2083
2369
|
md: number;
|
|
2084
2370
|
lg: number;
|
|
2085
2371
|
xl: number;
|
|
2372
|
+
xl2: number;
|
|
2373
|
+
xl3: number;
|
|
2374
|
+
xl4: number;
|
|
2375
|
+
xl5: number;
|
|
2376
|
+
xl6: number;
|
|
2377
|
+
xl7: number;
|
|
2378
|
+
xl8: number;
|
|
2379
|
+
xl9: number;
|
|
2086
2380
|
};
|
|
2087
2381
|
letterSpacings: {
|
|
2088
2382
|
tighter: string;
|
|
@@ -2167,6 +2461,7 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
|
|
|
2167
2461
|
avatar: string;
|
|
2168
2462
|
link: string;
|
|
2169
2463
|
card: string;
|
|
2464
|
+
dropdownItem: string;
|
|
2170
2465
|
};
|
|
2171
2466
|
breakpoints: {
|
|
2172
2467
|
xs: string;
|
|
@@ -2542,7 +2837,9 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
|
|
|
2542
2837
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2543
2838
|
}) => {
|
|
2544
2839
|
bf: string;
|
|
2545
|
-
bg:
|
|
2840
|
+
bg: {
|
|
2841
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
2842
|
+
};
|
|
2546
2843
|
};
|
|
2547
2844
|
bgColor: (value: {
|
|
2548
2845
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -2620,6 +2917,32 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
|
|
|
2620
2917
|
readonly [$$PropertyValue]: "boxShadow";
|
|
2621
2918
|
};
|
|
2622
2919
|
};
|
|
2920
|
+
ds: (value: {
|
|
2921
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2922
|
+
}) => {
|
|
2923
|
+
dropShadow: {
|
|
2924
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2925
|
+
};
|
|
2926
|
+
};
|
|
2927
|
+
shadow: (value: {
|
|
2928
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2929
|
+
}) => {
|
|
2930
|
+
boxShadow: {
|
|
2931
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2932
|
+
};
|
|
2933
|
+
};
|
|
2934
|
+
dshadow: (value: {
|
|
2935
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2936
|
+
}) => {
|
|
2937
|
+
dropShadow: {
|
|
2938
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2939
|
+
};
|
|
2940
|
+
};
|
|
2941
|
+
dropShadow: (value: {
|
|
2942
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2943
|
+
}) => {
|
|
2944
|
+
filter: string;
|
|
2945
|
+
};
|
|
2623
2946
|
normalShadow: (value: {
|
|
2624
2947
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2625
2948
|
}) => {
|
|
@@ -2823,6 +3146,16 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
|
|
|
2823
3146
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
2824
3147
|
};
|
|
2825
3148
|
};
|
|
3149
|
+
truncateText: (value: {
|
|
3150
|
+
readonly [$$PropertyValue]: "width";
|
|
3151
|
+
}) => {
|
|
3152
|
+
maxWidth: {
|
|
3153
|
+
readonly [$$PropertyValue]: "width";
|
|
3154
|
+
};
|
|
3155
|
+
whiteSpace: string;
|
|
3156
|
+
overflow: string;
|
|
3157
|
+
textOverflow: string;
|
|
3158
|
+
};
|
|
2826
3159
|
textGradient: (value: {
|
|
2827
3160
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
2828
3161
|
}) => {
|
|
@@ -2868,95 +3201,26 @@ export declare const StyledCollapseContent: import("@stitches/react/types/styled
|
|
|
2868
3201
|
light: string;
|
|
2869
3202
|
}, {
|
|
2870
3203
|
shadows: {
|
|
2871
|
-
xs: string;
|
|
2872
|
-
sm: string;
|
|
2873
|
-
md: string;
|
|
2874
|
-
lg: string;
|
|
2875
|
-
xl: string;
|
|
2876
|
-
};
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
codeLight: string;
|
|
2892
|
-
code: string;
|
|
2893
|
-
border: string;
|
|
2894
|
-
selection: string;
|
|
2895
|
-
white: string;
|
|
2896
|
-
black: string;
|
|
2897
|
-
blue100: string;
|
|
2898
|
-
blue200: string;
|
|
2899
|
-
blue300: string;
|
|
2900
|
-
blue400: string;
|
|
2901
|
-
blue500: string;
|
|
2902
|
-
blue600: string;
|
|
2903
|
-
blue700: string;
|
|
2904
|
-
blue800: string;
|
|
2905
|
-
blue900: string;
|
|
2906
|
-
purple100: string;
|
|
2907
|
-
purple200: string;
|
|
2908
|
-
purple300: string;
|
|
2909
|
-
purple400: string;
|
|
2910
|
-
purple500: string;
|
|
2911
|
-
purple600: string;
|
|
2912
|
-
purple700: string;
|
|
2913
|
-
purple800: string;
|
|
2914
|
-
purple900: string;
|
|
2915
|
-
green100: string;
|
|
2916
|
-
green200: string;
|
|
2917
|
-
green300: string;
|
|
2918
|
-
green400: string;
|
|
2919
|
-
green500: string;
|
|
2920
|
-
green600: string;
|
|
2921
|
-
green700: string;
|
|
2922
|
-
green800: string;
|
|
2923
|
-
green900: string;
|
|
2924
|
-
yellow100: string;
|
|
2925
|
-
yellow200: string;
|
|
2926
|
-
yellow300: string;
|
|
2927
|
-
yellow400: string;
|
|
2928
|
-
yellow500: string;
|
|
2929
|
-
yellow600: string;
|
|
2930
|
-
yellow700: string;
|
|
2931
|
-
yellow800: string;
|
|
2932
|
-
yellow900: string;
|
|
2933
|
-
red100: string;
|
|
2934
|
-
red200: string;
|
|
2935
|
-
red300: string;
|
|
2936
|
-
red400: string;
|
|
2937
|
-
red500: string;
|
|
2938
|
-
red600: string;
|
|
2939
|
-
red700: string;
|
|
2940
|
-
red800: string;
|
|
2941
|
-
red900: string;
|
|
2942
|
-
cyan100: string;
|
|
2943
|
-
cyan200: string;
|
|
2944
|
-
cyan300: string;
|
|
2945
|
-
cyan400: string;
|
|
2946
|
-
cyan500: string;
|
|
2947
|
-
cyan600: string;
|
|
2948
|
-
cyan700: string;
|
|
2949
|
-
cyan800: string;
|
|
2950
|
-
cyan900: string;
|
|
2951
|
-
pink100: string;
|
|
2952
|
-
pink200: string;
|
|
2953
|
-
pink300: string;
|
|
2954
|
-
pink400: string;
|
|
2955
|
-
pink500: string;
|
|
2956
|
-
pink600: string;
|
|
2957
|
-
pink700: string;
|
|
2958
|
-
pink800: string;
|
|
2959
|
-
pink900: string;
|
|
3204
|
+
xs: string;
|
|
3205
|
+
sm: string;
|
|
3206
|
+
md: string;
|
|
3207
|
+
lg: string;
|
|
3208
|
+
xl: string;
|
|
3209
|
+
};
|
|
3210
|
+
dropShadows: {
|
|
3211
|
+
xs: string;
|
|
3212
|
+
sm: string;
|
|
3213
|
+
md: string;
|
|
3214
|
+
lg: string;
|
|
3215
|
+
xl: string;
|
|
3216
|
+
};
|
|
3217
|
+
colors: {
|
|
3218
|
+
text: string;
|
|
3219
|
+
link: string;
|
|
3220
|
+
codeLight: string;
|
|
3221
|
+
code: string;
|
|
3222
|
+
selection: string;
|
|
3223
|
+
gray50: string;
|
|
2960
3224
|
gray100: string;
|
|
2961
3225
|
gray200: string;
|
|
2962
3226
|
gray300: string;
|
|
@@ -2966,41 +3230,173 @@ export declare const StyledCollapseContent: import("@stitches/react/types/styled
|
|
|
2966
3230
|
gray700: string;
|
|
2967
3231
|
gray800: string;
|
|
2968
3232
|
gray900: string;
|
|
3233
|
+
pink50: string;
|
|
3234
|
+
pink100: string;
|
|
3235
|
+
pink200: string;
|
|
3236
|
+
pink300: string;
|
|
3237
|
+
pink400: string;
|
|
3238
|
+
pink500: string;
|
|
3239
|
+
pink600: string;
|
|
3240
|
+
pink700: string;
|
|
3241
|
+
pink800: string;
|
|
3242
|
+
pink900: string;
|
|
3243
|
+
cyan50: string;
|
|
3244
|
+
cyan100: string;
|
|
3245
|
+
cyan200: string;
|
|
3246
|
+
cyan300: string;
|
|
3247
|
+
cyan400: string;
|
|
3248
|
+
cyan500: string;
|
|
3249
|
+
cyan600: string;
|
|
3250
|
+
cyan700: string;
|
|
3251
|
+
cyan800: string;
|
|
3252
|
+
cyan900: string;
|
|
3253
|
+
red50: string;
|
|
3254
|
+
red100: string;
|
|
3255
|
+
red200: string;
|
|
3256
|
+
red300: string;
|
|
3257
|
+
red400: string;
|
|
3258
|
+
red500: string;
|
|
3259
|
+
red600: string;
|
|
3260
|
+
red700: string;
|
|
3261
|
+
red800: string;
|
|
3262
|
+
red900: string;
|
|
3263
|
+
yellow50: string;
|
|
3264
|
+
yellow100: string;
|
|
3265
|
+
yellow200: string;
|
|
3266
|
+
yellow300: string;
|
|
3267
|
+
yellow400: string;
|
|
3268
|
+
yellow500: string;
|
|
3269
|
+
yellow600: string;
|
|
3270
|
+
yellow700: string;
|
|
3271
|
+
yellow800: string;
|
|
3272
|
+
yellow900: string;
|
|
3273
|
+
green50: string;
|
|
3274
|
+
green100: string;
|
|
3275
|
+
green200: string;
|
|
3276
|
+
green300: string;
|
|
3277
|
+
green400: string;
|
|
3278
|
+
green500: string;
|
|
3279
|
+
green600: string;
|
|
3280
|
+
green700: string;
|
|
3281
|
+
green800: string;
|
|
3282
|
+
green900: string;
|
|
3283
|
+
purple50: string;
|
|
3284
|
+
purple100: string;
|
|
3285
|
+
purple200: string;
|
|
3286
|
+
purple300: string;
|
|
3287
|
+
purple400: string;
|
|
3288
|
+
purple500: string;
|
|
3289
|
+
purple600: string;
|
|
3290
|
+
purple700: string;
|
|
3291
|
+
purple800: string;
|
|
3292
|
+
purple900: string;
|
|
3293
|
+
blue50: string;
|
|
3294
|
+
blue100: string;
|
|
3295
|
+
blue200: string;
|
|
3296
|
+
blue300: string;
|
|
3297
|
+
blue400: string;
|
|
3298
|
+
blue500: string;
|
|
3299
|
+
blue600: string;
|
|
3300
|
+
blue700: string;
|
|
3301
|
+
blue800: string;
|
|
3302
|
+
blue900: string;
|
|
3303
|
+
background: string;
|
|
3304
|
+
foreground: string;
|
|
3305
|
+
backgroundContrast: string;
|
|
3306
|
+
white: string;
|
|
3307
|
+
black: string;
|
|
2969
3308
|
primaryLight: string;
|
|
3309
|
+
primaryLightHover: string;
|
|
3310
|
+
primaryLightActive: string;
|
|
3311
|
+
primaryLightContrast: string;
|
|
2970
3312
|
primary: string;
|
|
2971
|
-
|
|
3313
|
+
primaryBorder: string;
|
|
3314
|
+
primaryBorderHover: string;
|
|
3315
|
+
primarySolidHover: string;
|
|
3316
|
+
primarySolidContrast: string;
|
|
2972
3317
|
primaryShadow: string;
|
|
2973
3318
|
secondaryLight: string;
|
|
3319
|
+
secondaryLightHover: string;
|
|
3320
|
+
secondaryLightActive: string;
|
|
3321
|
+
secondaryLightContrast: string;
|
|
2974
3322
|
secondary: string;
|
|
2975
|
-
|
|
3323
|
+
secondaryBorder: string;
|
|
3324
|
+
secondaryBorderHover: string;
|
|
3325
|
+
secondarySolidHover: string;
|
|
3326
|
+
secondarySolidContrast: string;
|
|
2976
3327
|
secondaryShadow: string;
|
|
2977
3328
|
successLight: string;
|
|
3329
|
+
successLightHover: string;
|
|
3330
|
+
successLightActive: string;
|
|
3331
|
+
successLightContrast: string;
|
|
2978
3332
|
success: string;
|
|
2979
|
-
|
|
3333
|
+
successBorder: string;
|
|
3334
|
+
successBorderHover: string;
|
|
3335
|
+
successSolidHover: string;
|
|
3336
|
+
successSolidContrast: string;
|
|
2980
3337
|
successShadow: string;
|
|
2981
3338
|
warningLight: string;
|
|
3339
|
+
warningLightHover: string;
|
|
3340
|
+
warningLightActive: string;
|
|
3341
|
+
warningLightContrast: string;
|
|
2982
3342
|
warning: string;
|
|
2983
|
-
|
|
3343
|
+
warningBorder: string;
|
|
3344
|
+
warningBorderHover: string;
|
|
3345
|
+
warningSolidHover: string;
|
|
3346
|
+
warningSolidContrast: string;
|
|
2984
3347
|
warningShadow: string;
|
|
2985
3348
|
errorLight: string;
|
|
3349
|
+
errorLightHover: string;
|
|
3350
|
+
errorLightActive: string;
|
|
3351
|
+
errorLightContrast: string;
|
|
2986
3352
|
error: string;
|
|
2987
|
-
|
|
3353
|
+
errorBorder: string;
|
|
3354
|
+
errorBorderHover: string;
|
|
3355
|
+
errorSolidHover: string;
|
|
3356
|
+
errorSolidContrast: string;
|
|
2988
3357
|
errorShadow: string;
|
|
3358
|
+
neutralLight: string;
|
|
3359
|
+
neutralLightHover: string;
|
|
3360
|
+
neutralLightActive: string;
|
|
3361
|
+
neutralLightContrast: string;
|
|
3362
|
+
neutral: string;
|
|
3363
|
+
neutralBorder: string;
|
|
3364
|
+
neutralBorderHover: string;
|
|
3365
|
+
neutralSolidHover: string;
|
|
3366
|
+
neutralSolidContrast: string;
|
|
3367
|
+
neutralShadow: string;
|
|
2989
3368
|
gradient: string;
|
|
2990
|
-
|
|
3369
|
+
accents0: string;
|
|
3370
|
+
accents1: string;
|
|
3371
|
+
accents2: string;
|
|
3372
|
+
accents3: string;
|
|
3373
|
+
accents4: string;
|
|
3374
|
+
accents5: string;
|
|
3375
|
+
accents6: string;
|
|
3376
|
+
accents7: string;
|
|
3377
|
+
accents8: string;
|
|
3378
|
+
accents9: string;
|
|
3379
|
+
border: string;
|
|
2991
3380
|
};
|
|
2992
3381
|
fonts: {
|
|
2993
3382
|
sans: string;
|
|
2994
3383
|
mono: string;
|
|
2995
3384
|
};
|
|
2996
3385
|
fontSizes: {
|
|
2997
|
-
tiny: string;
|
|
2998
3386
|
xs: string;
|
|
2999
|
-
base: string;
|
|
3000
3387
|
sm: string;
|
|
3388
|
+
base: string;
|
|
3001
3389
|
md: string;
|
|
3002
3390
|
lg: string;
|
|
3003
3391
|
xl: string;
|
|
3392
|
+
xl2: string;
|
|
3393
|
+
xl3: string;
|
|
3394
|
+
xl4: string;
|
|
3395
|
+
xl5: string;
|
|
3396
|
+
xl6: string;
|
|
3397
|
+
xl7: string;
|
|
3398
|
+
xl8: string;
|
|
3399
|
+
xl9: string;
|
|
3004
3400
|
};
|
|
3005
3401
|
fontWeights: {
|
|
3006
3402
|
hairline: number;
|
|
@@ -3016,9 +3412,18 @@ export declare const StyledCollapseContent: import("@stitches/react/types/styled
|
|
|
3016
3412
|
lineHeights: {
|
|
3017
3413
|
xs: number;
|
|
3018
3414
|
sm: number;
|
|
3415
|
+
base: number;
|
|
3019
3416
|
md: number;
|
|
3020
3417
|
lg: number;
|
|
3021
3418
|
xl: number;
|
|
3419
|
+
xl2: number;
|
|
3420
|
+
xl3: number;
|
|
3421
|
+
xl4: number;
|
|
3422
|
+
xl5: number;
|
|
3423
|
+
xl6: number;
|
|
3424
|
+
xl7: number;
|
|
3425
|
+
xl8: number;
|
|
3426
|
+
xl9: number;
|
|
3022
3427
|
};
|
|
3023
3428
|
letterSpacings: {
|
|
3024
3429
|
tighter: string;
|
|
@@ -3103,6 +3508,7 @@ export declare const StyledCollapseContent: import("@stitches/react/types/styled
|
|
|
3103
3508
|
avatar: string;
|
|
3104
3509
|
link: string;
|
|
3105
3510
|
card: string;
|
|
3511
|
+
dropdownItem: string;
|
|
3106
3512
|
};
|
|
3107
3513
|
breakpoints: {
|
|
3108
3514
|
xs: string;
|
|
@@ -3478,7 +3884,9 @@ export declare const StyledCollapseContent: import("@stitches/react/types/styled
|
|
|
3478
3884
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3479
3885
|
}) => {
|
|
3480
3886
|
bf: string;
|
|
3481
|
-
bg:
|
|
3887
|
+
bg: {
|
|
3888
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
3889
|
+
};
|
|
3482
3890
|
};
|
|
3483
3891
|
bgColor: (value: {
|
|
3484
3892
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -3556,6 +3964,32 @@ export declare const StyledCollapseContent: import("@stitches/react/types/styled
|
|
|
3556
3964
|
readonly [$$PropertyValue]: "boxShadow";
|
|
3557
3965
|
};
|
|
3558
3966
|
};
|
|
3967
|
+
ds: (value: {
|
|
3968
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3969
|
+
}) => {
|
|
3970
|
+
dropShadow: {
|
|
3971
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3972
|
+
};
|
|
3973
|
+
};
|
|
3974
|
+
shadow: (value: {
|
|
3975
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3976
|
+
}) => {
|
|
3977
|
+
boxShadow: {
|
|
3978
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3979
|
+
};
|
|
3980
|
+
};
|
|
3981
|
+
dshadow: (value: {
|
|
3982
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3983
|
+
}) => {
|
|
3984
|
+
dropShadow: {
|
|
3985
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3986
|
+
};
|
|
3987
|
+
};
|
|
3988
|
+
dropShadow: (value: {
|
|
3989
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3990
|
+
}) => {
|
|
3991
|
+
filter: string;
|
|
3992
|
+
};
|
|
3559
3993
|
normalShadow: (value: {
|
|
3560
3994
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3561
3995
|
}) => {
|
|
@@ -3759,6 +4193,16 @@ export declare const StyledCollapseContent: import("@stitches/react/types/styled
|
|
|
3759
4193
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
3760
4194
|
};
|
|
3761
4195
|
};
|
|
4196
|
+
truncateText: (value: {
|
|
4197
|
+
readonly [$$PropertyValue]: "width";
|
|
4198
|
+
}) => {
|
|
4199
|
+
maxWidth: {
|
|
4200
|
+
readonly [$$PropertyValue]: "width";
|
|
4201
|
+
};
|
|
4202
|
+
whiteSpace: string;
|
|
4203
|
+
overflow: string;
|
|
4204
|
+
textOverflow: string;
|
|
4205
|
+
};
|
|
3762
4206
|
textGradient: (value: {
|
|
3763
4207
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
3764
4208
|
}) => {
|
|
@@ -3810,89 +4254,20 @@ export declare const StyledCollapseIcon: import("@stitches/react/types/styled-co
|
|
|
3810
4254
|
lg: string;
|
|
3811
4255
|
xl: string;
|
|
3812
4256
|
};
|
|
4257
|
+
dropShadows: {
|
|
4258
|
+
xs: string;
|
|
4259
|
+
sm: string;
|
|
4260
|
+
md: string;
|
|
4261
|
+
lg: string;
|
|
4262
|
+
xl: string;
|
|
4263
|
+
};
|
|
3813
4264
|
colors: {
|
|
3814
|
-
accents1: string;
|
|
3815
|
-
accents2: string;
|
|
3816
|
-
accents3: string;
|
|
3817
|
-
accents4: string;
|
|
3818
|
-
accents5: string;
|
|
3819
|
-
accents6: string;
|
|
3820
|
-
accents7: string;
|
|
3821
|
-
accents8: string;
|
|
3822
|
-
accents9: string;
|
|
3823
|
-
background: string;
|
|
3824
|
-
foreground: string;
|
|
3825
|
-
backgroundContrast: string;
|
|
3826
4265
|
text: string;
|
|
4266
|
+
link: string;
|
|
3827
4267
|
codeLight: string;
|
|
3828
4268
|
code: string;
|
|
3829
|
-
border: string;
|
|
3830
4269
|
selection: string;
|
|
3831
|
-
|
|
3832
|
-
black: string;
|
|
3833
|
-
blue100: string;
|
|
3834
|
-
blue200: string;
|
|
3835
|
-
blue300: string;
|
|
3836
|
-
blue400: string;
|
|
3837
|
-
blue500: string;
|
|
3838
|
-
blue600: string;
|
|
3839
|
-
blue700: string;
|
|
3840
|
-
blue800: string;
|
|
3841
|
-
blue900: string;
|
|
3842
|
-
purple100: string;
|
|
3843
|
-
purple200: string;
|
|
3844
|
-
purple300: string;
|
|
3845
|
-
purple400: string;
|
|
3846
|
-
purple500: string;
|
|
3847
|
-
purple600: string;
|
|
3848
|
-
purple700: string;
|
|
3849
|
-
purple800: string;
|
|
3850
|
-
purple900: string;
|
|
3851
|
-
green100: string;
|
|
3852
|
-
green200: string;
|
|
3853
|
-
green300: string;
|
|
3854
|
-
green400: string;
|
|
3855
|
-
green500: string;
|
|
3856
|
-
green600: string;
|
|
3857
|
-
green700: string;
|
|
3858
|
-
green800: string;
|
|
3859
|
-
green900: string;
|
|
3860
|
-
yellow100: string;
|
|
3861
|
-
yellow200: string;
|
|
3862
|
-
yellow300: string;
|
|
3863
|
-
yellow400: string;
|
|
3864
|
-
yellow500: string;
|
|
3865
|
-
yellow600: string;
|
|
3866
|
-
yellow700: string;
|
|
3867
|
-
yellow800: string;
|
|
3868
|
-
yellow900: string;
|
|
3869
|
-
red100: string;
|
|
3870
|
-
red200: string;
|
|
3871
|
-
red300: string;
|
|
3872
|
-
red400: string;
|
|
3873
|
-
red500: string;
|
|
3874
|
-
red600: string;
|
|
3875
|
-
red700: string;
|
|
3876
|
-
red800: string;
|
|
3877
|
-
red900: string;
|
|
3878
|
-
cyan100: string;
|
|
3879
|
-
cyan200: string;
|
|
3880
|
-
cyan300: string;
|
|
3881
|
-
cyan400: string;
|
|
3882
|
-
cyan500: string;
|
|
3883
|
-
cyan600: string;
|
|
3884
|
-
cyan700: string;
|
|
3885
|
-
cyan800: string;
|
|
3886
|
-
cyan900: string;
|
|
3887
|
-
pink100: string;
|
|
3888
|
-
pink200: string;
|
|
3889
|
-
pink300: string;
|
|
3890
|
-
pink400: string;
|
|
3891
|
-
pink500: string;
|
|
3892
|
-
pink600: string;
|
|
3893
|
-
pink700: string;
|
|
3894
|
-
pink800: string;
|
|
3895
|
-
pink900: string;
|
|
4270
|
+
gray50: string;
|
|
3896
4271
|
gray100: string;
|
|
3897
4272
|
gray200: string;
|
|
3898
4273
|
gray300: string;
|
|
@@ -3902,41 +4277,173 @@ export declare const StyledCollapseIcon: import("@stitches/react/types/styled-co
|
|
|
3902
4277
|
gray700: string;
|
|
3903
4278
|
gray800: string;
|
|
3904
4279
|
gray900: string;
|
|
4280
|
+
pink50: string;
|
|
4281
|
+
pink100: string;
|
|
4282
|
+
pink200: string;
|
|
4283
|
+
pink300: string;
|
|
4284
|
+
pink400: string;
|
|
4285
|
+
pink500: string;
|
|
4286
|
+
pink600: string;
|
|
4287
|
+
pink700: string;
|
|
4288
|
+
pink800: string;
|
|
4289
|
+
pink900: string;
|
|
4290
|
+
cyan50: string;
|
|
4291
|
+
cyan100: string;
|
|
4292
|
+
cyan200: string;
|
|
4293
|
+
cyan300: string;
|
|
4294
|
+
cyan400: string;
|
|
4295
|
+
cyan500: string;
|
|
4296
|
+
cyan600: string;
|
|
4297
|
+
cyan700: string;
|
|
4298
|
+
cyan800: string;
|
|
4299
|
+
cyan900: string;
|
|
4300
|
+
red50: string;
|
|
4301
|
+
red100: string;
|
|
4302
|
+
red200: string;
|
|
4303
|
+
red300: string;
|
|
4304
|
+
red400: string;
|
|
4305
|
+
red500: string;
|
|
4306
|
+
red600: string;
|
|
4307
|
+
red700: string;
|
|
4308
|
+
red800: string;
|
|
4309
|
+
red900: string;
|
|
4310
|
+
yellow50: string;
|
|
4311
|
+
yellow100: string;
|
|
4312
|
+
yellow200: string;
|
|
4313
|
+
yellow300: string;
|
|
4314
|
+
yellow400: string;
|
|
4315
|
+
yellow500: string;
|
|
4316
|
+
yellow600: string;
|
|
4317
|
+
yellow700: string;
|
|
4318
|
+
yellow800: string;
|
|
4319
|
+
yellow900: string;
|
|
4320
|
+
green50: string;
|
|
4321
|
+
green100: string;
|
|
4322
|
+
green200: string;
|
|
4323
|
+
green300: string;
|
|
4324
|
+
green400: string;
|
|
4325
|
+
green500: string;
|
|
4326
|
+
green600: string;
|
|
4327
|
+
green700: string;
|
|
4328
|
+
green800: string;
|
|
4329
|
+
green900: string;
|
|
4330
|
+
purple50: string;
|
|
4331
|
+
purple100: string;
|
|
4332
|
+
purple200: string;
|
|
4333
|
+
purple300: string;
|
|
4334
|
+
purple400: string;
|
|
4335
|
+
purple500: string;
|
|
4336
|
+
purple600: string;
|
|
4337
|
+
purple700: string;
|
|
4338
|
+
purple800: string;
|
|
4339
|
+
purple900: string;
|
|
4340
|
+
blue50: string;
|
|
4341
|
+
blue100: string;
|
|
4342
|
+
blue200: string;
|
|
4343
|
+
blue300: string;
|
|
4344
|
+
blue400: string;
|
|
4345
|
+
blue500: string;
|
|
4346
|
+
blue600: string;
|
|
4347
|
+
blue700: string;
|
|
4348
|
+
blue800: string;
|
|
4349
|
+
blue900: string;
|
|
4350
|
+
background: string;
|
|
4351
|
+
foreground: string;
|
|
4352
|
+
backgroundContrast: string;
|
|
4353
|
+
white: string;
|
|
4354
|
+
black: string;
|
|
3905
4355
|
primaryLight: string;
|
|
4356
|
+
primaryLightHover: string;
|
|
4357
|
+
primaryLightActive: string;
|
|
4358
|
+
primaryLightContrast: string;
|
|
3906
4359
|
primary: string;
|
|
3907
|
-
|
|
4360
|
+
primaryBorder: string;
|
|
4361
|
+
primaryBorderHover: string;
|
|
4362
|
+
primarySolidHover: string;
|
|
4363
|
+
primarySolidContrast: string;
|
|
3908
4364
|
primaryShadow: string;
|
|
3909
4365
|
secondaryLight: string;
|
|
4366
|
+
secondaryLightHover: string;
|
|
4367
|
+
secondaryLightActive: string;
|
|
4368
|
+
secondaryLightContrast: string;
|
|
3910
4369
|
secondary: string;
|
|
3911
|
-
|
|
4370
|
+
secondaryBorder: string;
|
|
4371
|
+
secondaryBorderHover: string;
|
|
4372
|
+
secondarySolidHover: string;
|
|
4373
|
+
secondarySolidContrast: string;
|
|
3912
4374
|
secondaryShadow: string;
|
|
3913
4375
|
successLight: string;
|
|
4376
|
+
successLightHover: string;
|
|
4377
|
+
successLightActive: string;
|
|
4378
|
+
successLightContrast: string;
|
|
3914
4379
|
success: string;
|
|
3915
|
-
|
|
4380
|
+
successBorder: string;
|
|
4381
|
+
successBorderHover: string;
|
|
4382
|
+
successSolidHover: string;
|
|
4383
|
+
successSolidContrast: string;
|
|
3916
4384
|
successShadow: string;
|
|
3917
4385
|
warningLight: string;
|
|
4386
|
+
warningLightHover: string;
|
|
4387
|
+
warningLightActive: string;
|
|
4388
|
+
warningLightContrast: string;
|
|
3918
4389
|
warning: string;
|
|
3919
|
-
|
|
4390
|
+
warningBorder: string;
|
|
4391
|
+
warningBorderHover: string;
|
|
4392
|
+
warningSolidHover: string;
|
|
4393
|
+
warningSolidContrast: string;
|
|
3920
4394
|
warningShadow: string;
|
|
3921
4395
|
errorLight: string;
|
|
4396
|
+
errorLightHover: string;
|
|
4397
|
+
errorLightActive: string;
|
|
4398
|
+
errorLightContrast: string;
|
|
3922
4399
|
error: string;
|
|
3923
|
-
|
|
4400
|
+
errorBorder: string;
|
|
4401
|
+
errorBorderHover: string;
|
|
4402
|
+
errorSolidHover: string;
|
|
4403
|
+
errorSolidContrast: string;
|
|
3924
4404
|
errorShadow: string;
|
|
4405
|
+
neutralLight: string;
|
|
4406
|
+
neutralLightHover: string;
|
|
4407
|
+
neutralLightActive: string;
|
|
4408
|
+
neutralLightContrast: string;
|
|
4409
|
+
neutral: string;
|
|
4410
|
+
neutralBorder: string;
|
|
4411
|
+
neutralBorderHover: string;
|
|
4412
|
+
neutralSolidHover: string;
|
|
4413
|
+
neutralSolidContrast: string;
|
|
4414
|
+
neutralShadow: string;
|
|
3925
4415
|
gradient: string;
|
|
3926
|
-
|
|
4416
|
+
accents0: string;
|
|
4417
|
+
accents1: string;
|
|
4418
|
+
accents2: string;
|
|
4419
|
+
accents3: string;
|
|
4420
|
+
accents4: string;
|
|
4421
|
+
accents5: string;
|
|
4422
|
+
accents6: string;
|
|
4423
|
+
accents7: string;
|
|
4424
|
+
accents8: string;
|
|
4425
|
+
accents9: string;
|
|
4426
|
+
border: string;
|
|
3927
4427
|
};
|
|
3928
4428
|
fonts: {
|
|
3929
4429
|
sans: string;
|
|
3930
4430
|
mono: string;
|
|
3931
4431
|
};
|
|
3932
4432
|
fontSizes: {
|
|
3933
|
-
tiny: string;
|
|
3934
4433
|
xs: string;
|
|
3935
|
-
base: string;
|
|
3936
4434
|
sm: string;
|
|
4435
|
+
base: string;
|
|
3937
4436
|
md: string;
|
|
3938
4437
|
lg: string;
|
|
3939
4438
|
xl: string;
|
|
4439
|
+
xl2: string;
|
|
4440
|
+
xl3: string;
|
|
4441
|
+
xl4: string;
|
|
4442
|
+
xl5: string;
|
|
4443
|
+
xl6: string;
|
|
4444
|
+
xl7: string;
|
|
4445
|
+
xl8: string;
|
|
4446
|
+
xl9: string;
|
|
3940
4447
|
};
|
|
3941
4448
|
fontWeights: {
|
|
3942
4449
|
hairline: number;
|
|
@@ -3952,9 +4459,18 @@ export declare const StyledCollapseIcon: import("@stitches/react/types/styled-co
|
|
|
3952
4459
|
lineHeights: {
|
|
3953
4460
|
xs: number;
|
|
3954
4461
|
sm: number;
|
|
4462
|
+
base: number;
|
|
3955
4463
|
md: number;
|
|
3956
4464
|
lg: number;
|
|
3957
4465
|
xl: number;
|
|
4466
|
+
xl2: number;
|
|
4467
|
+
xl3: number;
|
|
4468
|
+
xl4: number;
|
|
4469
|
+
xl5: number;
|
|
4470
|
+
xl6: number;
|
|
4471
|
+
xl7: number;
|
|
4472
|
+
xl8: number;
|
|
4473
|
+
xl9: number;
|
|
3958
4474
|
};
|
|
3959
4475
|
letterSpacings: {
|
|
3960
4476
|
tighter: string;
|
|
@@ -4039,6 +4555,7 @@ export declare const StyledCollapseIcon: import("@stitches/react/types/styled-co
|
|
|
4039
4555
|
avatar: string;
|
|
4040
4556
|
link: string;
|
|
4041
4557
|
card: string;
|
|
4558
|
+
dropdownItem: string;
|
|
4042
4559
|
};
|
|
4043
4560
|
breakpoints: {
|
|
4044
4561
|
xs: string;
|
|
@@ -4414,7 +4931,9 @@ export declare const StyledCollapseIcon: import("@stitches/react/types/styled-co
|
|
|
4414
4931
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
4415
4932
|
}) => {
|
|
4416
4933
|
bf: string;
|
|
4417
|
-
bg:
|
|
4934
|
+
bg: {
|
|
4935
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
4936
|
+
};
|
|
4418
4937
|
};
|
|
4419
4938
|
bgColor: (value: {
|
|
4420
4939
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -4492,6 +5011,32 @@ export declare const StyledCollapseIcon: import("@stitches/react/types/styled-co
|
|
|
4492
5011
|
readonly [$$PropertyValue]: "boxShadow";
|
|
4493
5012
|
};
|
|
4494
5013
|
};
|
|
5014
|
+
ds: (value: {
|
|
5015
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5016
|
+
}) => {
|
|
5017
|
+
dropShadow: {
|
|
5018
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5019
|
+
};
|
|
5020
|
+
};
|
|
5021
|
+
shadow: (value: {
|
|
5022
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5023
|
+
}) => {
|
|
5024
|
+
boxShadow: {
|
|
5025
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5026
|
+
};
|
|
5027
|
+
};
|
|
5028
|
+
dshadow: (value: {
|
|
5029
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5030
|
+
}) => {
|
|
5031
|
+
dropShadow: {
|
|
5032
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5033
|
+
};
|
|
5034
|
+
};
|
|
5035
|
+
dropShadow: (value: {
|
|
5036
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5037
|
+
}) => {
|
|
5038
|
+
filter: string;
|
|
5039
|
+
};
|
|
4495
5040
|
normalShadow: (value: {
|
|
4496
5041
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
4497
5042
|
}) => {
|
|
@@ -4695,6 +5240,16 @@ export declare const StyledCollapseIcon: import("@stitches/react/types/styled-co
|
|
|
4695
5240
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
4696
5241
|
};
|
|
4697
5242
|
};
|
|
5243
|
+
truncateText: (value: {
|
|
5244
|
+
readonly [$$PropertyValue]: "width";
|
|
5245
|
+
}) => {
|
|
5246
|
+
maxWidth: {
|
|
5247
|
+
readonly [$$PropertyValue]: "width";
|
|
5248
|
+
};
|
|
5249
|
+
whiteSpace: string;
|
|
5250
|
+
overflow: string;
|
|
5251
|
+
textOverflow: string;
|
|
5252
|
+
};
|
|
4698
5253
|
textGradient: (value: {
|
|
4699
5254
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
4700
5255
|
}) => {
|
|
@@ -4751,89 +5306,20 @@ export declare const StyledCollapseGroup: import("@stitches/react/types/styled-c
|
|
|
4751
5306
|
lg: string;
|
|
4752
5307
|
xl: string;
|
|
4753
5308
|
};
|
|
5309
|
+
dropShadows: {
|
|
5310
|
+
xs: string;
|
|
5311
|
+
sm: string;
|
|
5312
|
+
md: string;
|
|
5313
|
+
lg: string;
|
|
5314
|
+
xl: string;
|
|
5315
|
+
};
|
|
4754
5316
|
colors: {
|
|
4755
|
-
accents1: string;
|
|
4756
|
-
accents2: string;
|
|
4757
|
-
accents3: string;
|
|
4758
|
-
accents4: string;
|
|
4759
|
-
accents5: string;
|
|
4760
|
-
accents6: string;
|
|
4761
|
-
accents7: string;
|
|
4762
|
-
accents8: string;
|
|
4763
|
-
accents9: string;
|
|
4764
|
-
background: string;
|
|
4765
|
-
foreground: string;
|
|
4766
|
-
backgroundContrast: string;
|
|
4767
5317
|
text: string;
|
|
5318
|
+
link: string;
|
|
4768
5319
|
codeLight: string;
|
|
4769
5320
|
code: string;
|
|
4770
|
-
border: string;
|
|
4771
5321
|
selection: string;
|
|
4772
|
-
|
|
4773
|
-
black: string;
|
|
4774
|
-
blue100: string;
|
|
4775
|
-
blue200: string;
|
|
4776
|
-
blue300: string;
|
|
4777
|
-
blue400: string;
|
|
4778
|
-
blue500: string;
|
|
4779
|
-
blue600: string;
|
|
4780
|
-
blue700: string;
|
|
4781
|
-
blue800: string;
|
|
4782
|
-
blue900: string;
|
|
4783
|
-
purple100: string;
|
|
4784
|
-
purple200: string;
|
|
4785
|
-
purple300: string;
|
|
4786
|
-
purple400: string;
|
|
4787
|
-
purple500: string;
|
|
4788
|
-
purple600: string;
|
|
4789
|
-
purple700: string;
|
|
4790
|
-
purple800: string;
|
|
4791
|
-
purple900: string;
|
|
4792
|
-
green100: string;
|
|
4793
|
-
green200: string;
|
|
4794
|
-
green300: string;
|
|
4795
|
-
green400: string;
|
|
4796
|
-
green500: string;
|
|
4797
|
-
green600: string;
|
|
4798
|
-
green700: string;
|
|
4799
|
-
green800: string;
|
|
4800
|
-
green900: string;
|
|
4801
|
-
yellow100: string;
|
|
4802
|
-
yellow200: string;
|
|
4803
|
-
yellow300: string;
|
|
4804
|
-
yellow400: string;
|
|
4805
|
-
yellow500: string;
|
|
4806
|
-
yellow600: string;
|
|
4807
|
-
yellow700: string;
|
|
4808
|
-
yellow800: string;
|
|
4809
|
-
yellow900: string;
|
|
4810
|
-
red100: string;
|
|
4811
|
-
red200: string;
|
|
4812
|
-
red300: string;
|
|
4813
|
-
red400: string;
|
|
4814
|
-
red500: string;
|
|
4815
|
-
red600: string;
|
|
4816
|
-
red700: string;
|
|
4817
|
-
red800: string;
|
|
4818
|
-
red900: string;
|
|
4819
|
-
cyan100: string;
|
|
4820
|
-
cyan200: string;
|
|
4821
|
-
cyan300: string;
|
|
4822
|
-
cyan400: string;
|
|
4823
|
-
cyan500: string;
|
|
4824
|
-
cyan600: string;
|
|
4825
|
-
cyan700: string;
|
|
4826
|
-
cyan800: string;
|
|
4827
|
-
cyan900: string;
|
|
4828
|
-
pink100: string;
|
|
4829
|
-
pink200: string;
|
|
4830
|
-
pink300: string;
|
|
4831
|
-
pink400: string;
|
|
4832
|
-
pink500: string;
|
|
4833
|
-
pink600: string;
|
|
4834
|
-
pink700: string;
|
|
4835
|
-
pink800: string;
|
|
4836
|
-
pink900: string;
|
|
5322
|
+
gray50: string;
|
|
4837
5323
|
gray100: string;
|
|
4838
5324
|
gray200: string;
|
|
4839
5325
|
gray300: string;
|
|
@@ -4843,41 +5329,173 @@ export declare const StyledCollapseGroup: import("@stitches/react/types/styled-c
|
|
|
4843
5329
|
gray700: string;
|
|
4844
5330
|
gray800: string;
|
|
4845
5331
|
gray900: string;
|
|
5332
|
+
pink50: string;
|
|
5333
|
+
pink100: string;
|
|
5334
|
+
pink200: string;
|
|
5335
|
+
pink300: string;
|
|
5336
|
+
pink400: string;
|
|
5337
|
+
pink500: string;
|
|
5338
|
+
pink600: string;
|
|
5339
|
+
pink700: string;
|
|
5340
|
+
pink800: string;
|
|
5341
|
+
pink900: string;
|
|
5342
|
+
cyan50: string;
|
|
5343
|
+
cyan100: string;
|
|
5344
|
+
cyan200: string;
|
|
5345
|
+
cyan300: string;
|
|
5346
|
+
cyan400: string;
|
|
5347
|
+
cyan500: string;
|
|
5348
|
+
cyan600: string;
|
|
5349
|
+
cyan700: string;
|
|
5350
|
+
cyan800: string;
|
|
5351
|
+
cyan900: string;
|
|
5352
|
+
red50: string;
|
|
5353
|
+
red100: string;
|
|
5354
|
+
red200: string;
|
|
5355
|
+
red300: string;
|
|
5356
|
+
red400: string;
|
|
5357
|
+
red500: string;
|
|
5358
|
+
red600: string;
|
|
5359
|
+
red700: string;
|
|
5360
|
+
red800: string;
|
|
5361
|
+
red900: string;
|
|
5362
|
+
yellow50: string;
|
|
5363
|
+
yellow100: string;
|
|
5364
|
+
yellow200: string;
|
|
5365
|
+
yellow300: string;
|
|
5366
|
+
yellow400: string;
|
|
5367
|
+
yellow500: string;
|
|
5368
|
+
yellow600: string;
|
|
5369
|
+
yellow700: string;
|
|
5370
|
+
yellow800: string;
|
|
5371
|
+
yellow900: string;
|
|
5372
|
+
green50: string;
|
|
5373
|
+
green100: string;
|
|
5374
|
+
green200: string;
|
|
5375
|
+
green300: string;
|
|
5376
|
+
green400: string;
|
|
5377
|
+
green500: string;
|
|
5378
|
+
green600: string;
|
|
5379
|
+
green700: string;
|
|
5380
|
+
green800: string;
|
|
5381
|
+
green900: string;
|
|
5382
|
+
purple50: string;
|
|
5383
|
+
purple100: string;
|
|
5384
|
+
purple200: string;
|
|
5385
|
+
purple300: string;
|
|
5386
|
+
purple400: string;
|
|
5387
|
+
purple500: string;
|
|
5388
|
+
purple600: string;
|
|
5389
|
+
purple700: string;
|
|
5390
|
+
purple800: string;
|
|
5391
|
+
purple900: string;
|
|
5392
|
+
blue50: string;
|
|
5393
|
+
blue100: string;
|
|
5394
|
+
blue200: string;
|
|
5395
|
+
blue300: string;
|
|
5396
|
+
blue400: string;
|
|
5397
|
+
blue500: string;
|
|
5398
|
+
blue600: string;
|
|
5399
|
+
blue700: string;
|
|
5400
|
+
blue800: string;
|
|
5401
|
+
blue900: string;
|
|
5402
|
+
background: string;
|
|
5403
|
+
foreground: string;
|
|
5404
|
+
backgroundContrast: string;
|
|
5405
|
+
white: string;
|
|
5406
|
+
black: string;
|
|
4846
5407
|
primaryLight: string;
|
|
5408
|
+
primaryLightHover: string;
|
|
5409
|
+
primaryLightActive: string;
|
|
5410
|
+
primaryLightContrast: string;
|
|
4847
5411
|
primary: string;
|
|
4848
|
-
|
|
5412
|
+
primaryBorder: string;
|
|
5413
|
+
primaryBorderHover: string;
|
|
5414
|
+
primarySolidHover: string;
|
|
5415
|
+
primarySolidContrast: string;
|
|
4849
5416
|
primaryShadow: string;
|
|
4850
5417
|
secondaryLight: string;
|
|
5418
|
+
secondaryLightHover: string;
|
|
5419
|
+
secondaryLightActive: string;
|
|
5420
|
+
secondaryLightContrast: string;
|
|
4851
5421
|
secondary: string;
|
|
4852
|
-
|
|
5422
|
+
secondaryBorder: string;
|
|
5423
|
+
secondaryBorderHover: string;
|
|
5424
|
+
secondarySolidHover: string;
|
|
5425
|
+
secondarySolidContrast: string;
|
|
4853
5426
|
secondaryShadow: string;
|
|
4854
5427
|
successLight: string;
|
|
5428
|
+
successLightHover: string;
|
|
5429
|
+
successLightActive: string;
|
|
5430
|
+
successLightContrast: string;
|
|
4855
5431
|
success: string;
|
|
4856
|
-
|
|
5432
|
+
successBorder: string;
|
|
5433
|
+
successBorderHover: string;
|
|
5434
|
+
successSolidHover: string;
|
|
5435
|
+
successSolidContrast: string;
|
|
4857
5436
|
successShadow: string;
|
|
4858
5437
|
warningLight: string;
|
|
5438
|
+
warningLightHover: string;
|
|
5439
|
+
warningLightActive: string;
|
|
5440
|
+
warningLightContrast: string;
|
|
4859
5441
|
warning: string;
|
|
4860
|
-
|
|
5442
|
+
warningBorder: string;
|
|
5443
|
+
warningBorderHover: string;
|
|
5444
|
+
warningSolidHover: string;
|
|
5445
|
+
warningSolidContrast: string;
|
|
4861
5446
|
warningShadow: string;
|
|
4862
5447
|
errorLight: string;
|
|
5448
|
+
errorLightHover: string;
|
|
5449
|
+
errorLightActive: string;
|
|
5450
|
+
errorLightContrast: string;
|
|
4863
5451
|
error: string;
|
|
4864
|
-
|
|
5452
|
+
errorBorder: string;
|
|
5453
|
+
errorBorderHover: string;
|
|
5454
|
+
errorSolidHover: string;
|
|
5455
|
+
errorSolidContrast: string;
|
|
4865
5456
|
errorShadow: string;
|
|
5457
|
+
neutralLight: string;
|
|
5458
|
+
neutralLightHover: string;
|
|
5459
|
+
neutralLightActive: string;
|
|
5460
|
+
neutralLightContrast: string;
|
|
5461
|
+
neutral: string;
|
|
5462
|
+
neutralBorder: string;
|
|
5463
|
+
neutralBorderHover: string;
|
|
5464
|
+
neutralSolidHover: string;
|
|
5465
|
+
neutralSolidContrast: string;
|
|
5466
|
+
neutralShadow: string;
|
|
4866
5467
|
gradient: string;
|
|
4867
|
-
|
|
5468
|
+
accents0: string;
|
|
5469
|
+
accents1: string;
|
|
5470
|
+
accents2: string;
|
|
5471
|
+
accents3: string;
|
|
5472
|
+
accents4: string;
|
|
5473
|
+
accents5: string;
|
|
5474
|
+
accents6: string;
|
|
5475
|
+
accents7: string;
|
|
5476
|
+
accents8: string;
|
|
5477
|
+
accents9: string;
|
|
5478
|
+
border: string;
|
|
4868
5479
|
};
|
|
4869
5480
|
fonts: {
|
|
4870
5481
|
sans: string;
|
|
4871
5482
|
mono: string;
|
|
4872
5483
|
};
|
|
4873
5484
|
fontSizes: {
|
|
4874
|
-
tiny: string;
|
|
4875
5485
|
xs: string;
|
|
4876
|
-
base: string;
|
|
4877
5486
|
sm: string;
|
|
5487
|
+
base: string;
|
|
4878
5488
|
md: string;
|
|
4879
5489
|
lg: string;
|
|
4880
5490
|
xl: string;
|
|
5491
|
+
xl2: string;
|
|
5492
|
+
xl3: string;
|
|
5493
|
+
xl4: string;
|
|
5494
|
+
xl5: string;
|
|
5495
|
+
xl6: string;
|
|
5496
|
+
xl7: string;
|
|
5497
|
+
xl8: string;
|
|
5498
|
+
xl9: string;
|
|
4881
5499
|
};
|
|
4882
5500
|
fontWeights: {
|
|
4883
5501
|
hairline: number;
|
|
@@ -4893,9 +5511,18 @@ export declare const StyledCollapseGroup: import("@stitches/react/types/styled-c
|
|
|
4893
5511
|
lineHeights: {
|
|
4894
5512
|
xs: number;
|
|
4895
5513
|
sm: number;
|
|
5514
|
+
base: number;
|
|
4896
5515
|
md: number;
|
|
4897
5516
|
lg: number;
|
|
4898
5517
|
xl: number;
|
|
5518
|
+
xl2: number;
|
|
5519
|
+
xl3: number;
|
|
5520
|
+
xl4: number;
|
|
5521
|
+
xl5: number;
|
|
5522
|
+
xl6: number;
|
|
5523
|
+
xl7: number;
|
|
5524
|
+
xl8: number;
|
|
5525
|
+
xl9: number;
|
|
4899
5526
|
};
|
|
4900
5527
|
letterSpacings: {
|
|
4901
5528
|
tighter: string;
|
|
@@ -4980,6 +5607,7 @@ export declare const StyledCollapseGroup: import("@stitches/react/types/styled-c
|
|
|
4980
5607
|
avatar: string;
|
|
4981
5608
|
link: string;
|
|
4982
5609
|
card: string;
|
|
5610
|
+
dropdownItem: string;
|
|
4983
5611
|
};
|
|
4984
5612
|
breakpoints: {
|
|
4985
5613
|
xs: string;
|
|
@@ -5355,7 +5983,9 @@ export declare const StyledCollapseGroup: import("@stitches/react/types/styled-c
|
|
|
5355
5983
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
5356
5984
|
}) => {
|
|
5357
5985
|
bf: string;
|
|
5358
|
-
bg:
|
|
5986
|
+
bg: {
|
|
5987
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
5988
|
+
};
|
|
5359
5989
|
};
|
|
5360
5990
|
bgColor: (value: {
|
|
5361
5991
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -5433,6 +6063,32 @@ export declare const StyledCollapseGroup: import("@stitches/react/types/styled-c
|
|
|
5433
6063
|
readonly [$$PropertyValue]: "boxShadow";
|
|
5434
6064
|
};
|
|
5435
6065
|
};
|
|
6066
|
+
ds: (value: {
|
|
6067
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6068
|
+
}) => {
|
|
6069
|
+
dropShadow: {
|
|
6070
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6071
|
+
};
|
|
6072
|
+
};
|
|
6073
|
+
shadow: (value: {
|
|
6074
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6075
|
+
}) => {
|
|
6076
|
+
boxShadow: {
|
|
6077
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6078
|
+
};
|
|
6079
|
+
};
|
|
6080
|
+
dshadow: (value: {
|
|
6081
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6082
|
+
}) => {
|
|
6083
|
+
dropShadow: {
|
|
6084
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6085
|
+
};
|
|
6086
|
+
};
|
|
6087
|
+
dropShadow: (value: {
|
|
6088
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6089
|
+
}) => {
|
|
6090
|
+
filter: string;
|
|
6091
|
+
};
|
|
5436
6092
|
normalShadow: (value: {
|
|
5437
6093
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
5438
6094
|
}) => {
|
|
@@ -5636,6 +6292,16 @@ export declare const StyledCollapseGroup: import("@stitches/react/types/styled-c
|
|
|
5636
6292
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
5637
6293
|
};
|
|
5638
6294
|
};
|
|
6295
|
+
truncateText: (value: {
|
|
6296
|
+
readonly [$$PropertyValue]: "width";
|
|
6297
|
+
}) => {
|
|
6298
|
+
maxWidth: {
|
|
6299
|
+
readonly [$$PropertyValue]: "width";
|
|
6300
|
+
};
|
|
6301
|
+
whiteSpace: string;
|
|
6302
|
+
overflow: string;
|
|
6303
|
+
textOverflow: string;
|
|
6304
|
+
};
|
|
5639
6305
|
textGradient: (value: {
|
|
5640
6306
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
5641
6307
|
}) => {
|