@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
|
@@ -41,89 +41,20 @@ export declare const StyledImageContainer: import("@stitches/react/types/styled-
|
|
|
41
41
|
lg: string;
|
|
42
42
|
xl: string;
|
|
43
43
|
};
|
|
44
|
+
dropShadows: {
|
|
45
|
+
xs: string;
|
|
46
|
+
sm: string;
|
|
47
|
+
md: string;
|
|
48
|
+
lg: string;
|
|
49
|
+
xl: string;
|
|
50
|
+
};
|
|
44
51
|
colors: {
|
|
45
|
-
accents1: string;
|
|
46
|
-
accents2: string;
|
|
47
|
-
accents3: string;
|
|
48
|
-
accents4: string;
|
|
49
|
-
accents5: string;
|
|
50
|
-
accents6: string;
|
|
51
|
-
accents7: string;
|
|
52
|
-
accents8: string;
|
|
53
|
-
accents9: string;
|
|
54
|
-
background: string;
|
|
55
|
-
foreground: string;
|
|
56
|
-
backgroundContrast: string;
|
|
57
52
|
text: string;
|
|
53
|
+
link: string;
|
|
58
54
|
codeLight: string;
|
|
59
55
|
code: string;
|
|
60
|
-
border: string;
|
|
61
56
|
selection: string;
|
|
62
|
-
|
|
63
|
-
black: string;
|
|
64
|
-
blue100: string;
|
|
65
|
-
blue200: string;
|
|
66
|
-
blue300: string;
|
|
67
|
-
blue400: string;
|
|
68
|
-
blue500: string;
|
|
69
|
-
blue600: string;
|
|
70
|
-
blue700: string;
|
|
71
|
-
blue800: string;
|
|
72
|
-
blue900: string;
|
|
73
|
-
purple100: string;
|
|
74
|
-
purple200: string;
|
|
75
|
-
purple300: string;
|
|
76
|
-
purple400: string;
|
|
77
|
-
purple500: string;
|
|
78
|
-
purple600: string;
|
|
79
|
-
purple700: string;
|
|
80
|
-
purple800: string;
|
|
81
|
-
purple900: string;
|
|
82
|
-
green100: string;
|
|
83
|
-
green200: string;
|
|
84
|
-
green300: string;
|
|
85
|
-
green400: string;
|
|
86
|
-
green500: string;
|
|
87
|
-
green600: string;
|
|
88
|
-
green700: string;
|
|
89
|
-
green800: string;
|
|
90
|
-
green900: string;
|
|
91
|
-
yellow100: string;
|
|
92
|
-
yellow200: string;
|
|
93
|
-
yellow300: string;
|
|
94
|
-
yellow400: string;
|
|
95
|
-
yellow500: string;
|
|
96
|
-
yellow600: string;
|
|
97
|
-
yellow700: string;
|
|
98
|
-
yellow800: string;
|
|
99
|
-
yellow900: string;
|
|
100
|
-
red100: string;
|
|
101
|
-
red200: string;
|
|
102
|
-
red300: string;
|
|
103
|
-
red400: string;
|
|
104
|
-
red500: string;
|
|
105
|
-
red600: string;
|
|
106
|
-
red700: string;
|
|
107
|
-
red800: string;
|
|
108
|
-
red900: string;
|
|
109
|
-
cyan100: string;
|
|
110
|
-
cyan200: string;
|
|
111
|
-
cyan300: string;
|
|
112
|
-
cyan400: string;
|
|
113
|
-
cyan500: string;
|
|
114
|
-
cyan600: string;
|
|
115
|
-
cyan700: string;
|
|
116
|
-
cyan800: string;
|
|
117
|
-
cyan900: string;
|
|
118
|
-
pink100: string;
|
|
119
|
-
pink200: string;
|
|
120
|
-
pink300: string;
|
|
121
|
-
pink400: string;
|
|
122
|
-
pink500: string;
|
|
123
|
-
pink600: string;
|
|
124
|
-
pink700: string;
|
|
125
|
-
pink800: string;
|
|
126
|
-
pink900: string;
|
|
57
|
+
gray50: string;
|
|
127
58
|
gray100: string;
|
|
128
59
|
gray200: string;
|
|
129
60
|
gray300: string;
|
|
@@ -133,41 +64,173 @@ export declare const StyledImageContainer: import("@stitches/react/types/styled-
|
|
|
133
64
|
gray700: string;
|
|
134
65
|
gray800: string;
|
|
135
66
|
gray900: string;
|
|
67
|
+
pink50: string;
|
|
68
|
+
pink100: string;
|
|
69
|
+
pink200: string;
|
|
70
|
+
pink300: string;
|
|
71
|
+
pink400: string;
|
|
72
|
+
pink500: string;
|
|
73
|
+
pink600: string;
|
|
74
|
+
pink700: string;
|
|
75
|
+
pink800: string;
|
|
76
|
+
pink900: string;
|
|
77
|
+
cyan50: string;
|
|
78
|
+
cyan100: string;
|
|
79
|
+
cyan200: string;
|
|
80
|
+
cyan300: string;
|
|
81
|
+
cyan400: string;
|
|
82
|
+
cyan500: string;
|
|
83
|
+
cyan600: string;
|
|
84
|
+
cyan700: string;
|
|
85
|
+
cyan800: string;
|
|
86
|
+
cyan900: string;
|
|
87
|
+
red50: string;
|
|
88
|
+
red100: string;
|
|
89
|
+
red200: string;
|
|
90
|
+
red300: string;
|
|
91
|
+
red400: string;
|
|
92
|
+
red500: string;
|
|
93
|
+
red600: string;
|
|
94
|
+
red700: string;
|
|
95
|
+
red800: string;
|
|
96
|
+
red900: string;
|
|
97
|
+
yellow50: string;
|
|
98
|
+
yellow100: string;
|
|
99
|
+
yellow200: string;
|
|
100
|
+
yellow300: string;
|
|
101
|
+
yellow400: string;
|
|
102
|
+
yellow500: string;
|
|
103
|
+
yellow600: string;
|
|
104
|
+
yellow700: string;
|
|
105
|
+
yellow800: string;
|
|
106
|
+
yellow900: string;
|
|
107
|
+
green50: string;
|
|
108
|
+
green100: string;
|
|
109
|
+
green200: string;
|
|
110
|
+
green300: string;
|
|
111
|
+
green400: string;
|
|
112
|
+
green500: string;
|
|
113
|
+
green600: string;
|
|
114
|
+
green700: string;
|
|
115
|
+
green800: string;
|
|
116
|
+
green900: string;
|
|
117
|
+
purple50: string;
|
|
118
|
+
purple100: string;
|
|
119
|
+
purple200: string;
|
|
120
|
+
purple300: string;
|
|
121
|
+
purple400: string;
|
|
122
|
+
purple500: string;
|
|
123
|
+
purple600: string;
|
|
124
|
+
purple700: string;
|
|
125
|
+
purple800: string;
|
|
126
|
+
purple900: string;
|
|
127
|
+
blue50: string;
|
|
128
|
+
blue100: string;
|
|
129
|
+
blue200: string;
|
|
130
|
+
blue300: string;
|
|
131
|
+
blue400: string;
|
|
132
|
+
blue500: string;
|
|
133
|
+
blue600: string;
|
|
134
|
+
blue700: string;
|
|
135
|
+
blue800: string;
|
|
136
|
+
blue900: string;
|
|
137
|
+
background: string;
|
|
138
|
+
foreground: string;
|
|
139
|
+
backgroundContrast: string;
|
|
140
|
+
white: string;
|
|
141
|
+
black: string;
|
|
136
142
|
primaryLight: string;
|
|
143
|
+
primaryLightHover: string;
|
|
144
|
+
primaryLightActive: string;
|
|
145
|
+
primaryLightContrast: string;
|
|
137
146
|
primary: string;
|
|
138
|
-
|
|
147
|
+
primaryBorder: string;
|
|
148
|
+
primaryBorderHover: string;
|
|
149
|
+
primarySolidHover: string;
|
|
150
|
+
primarySolidContrast: string;
|
|
139
151
|
primaryShadow: string;
|
|
140
152
|
secondaryLight: string;
|
|
153
|
+
secondaryLightHover: string;
|
|
154
|
+
secondaryLightActive: string;
|
|
155
|
+
secondaryLightContrast: string;
|
|
141
156
|
secondary: string;
|
|
142
|
-
|
|
157
|
+
secondaryBorder: string;
|
|
158
|
+
secondaryBorderHover: string;
|
|
159
|
+
secondarySolidHover: string;
|
|
160
|
+
secondarySolidContrast: string;
|
|
143
161
|
secondaryShadow: string;
|
|
144
162
|
successLight: string;
|
|
163
|
+
successLightHover: string;
|
|
164
|
+
successLightActive: string;
|
|
165
|
+
successLightContrast: string;
|
|
145
166
|
success: string;
|
|
146
|
-
|
|
167
|
+
successBorder: string;
|
|
168
|
+
successBorderHover: string;
|
|
169
|
+
successSolidHover: string;
|
|
170
|
+
successSolidContrast: string;
|
|
147
171
|
successShadow: string;
|
|
148
172
|
warningLight: string;
|
|
173
|
+
warningLightHover: string;
|
|
174
|
+
warningLightActive: string;
|
|
175
|
+
warningLightContrast: string;
|
|
149
176
|
warning: string;
|
|
150
|
-
|
|
177
|
+
warningBorder: string;
|
|
178
|
+
warningBorderHover: string;
|
|
179
|
+
warningSolidHover: string;
|
|
180
|
+
warningSolidContrast: string;
|
|
151
181
|
warningShadow: string;
|
|
152
182
|
errorLight: string;
|
|
183
|
+
errorLightHover: string;
|
|
184
|
+
errorLightActive: string;
|
|
185
|
+
errorLightContrast: string;
|
|
153
186
|
error: string;
|
|
154
|
-
|
|
187
|
+
errorBorder: string;
|
|
188
|
+
errorBorderHover: string;
|
|
189
|
+
errorSolidHover: string;
|
|
190
|
+
errorSolidContrast: string;
|
|
155
191
|
errorShadow: string;
|
|
192
|
+
neutralLight: string;
|
|
193
|
+
neutralLightHover: string;
|
|
194
|
+
neutralLightActive: string;
|
|
195
|
+
neutralLightContrast: string;
|
|
196
|
+
neutral: string;
|
|
197
|
+
neutralBorder: string;
|
|
198
|
+
neutralBorderHover: string;
|
|
199
|
+
neutralSolidHover: string;
|
|
200
|
+
neutralSolidContrast: string;
|
|
201
|
+
neutralShadow: string;
|
|
156
202
|
gradient: string;
|
|
157
|
-
|
|
203
|
+
accents0: string;
|
|
204
|
+
accents1: string;
|
|
205
|
+
accents2: string;
|
|
206
|
+
accents3: string;
|
|
207
|
+
accents4: string;
|
|
208
|
+
accents5: string;
|
|
209
|
+
accents6: string;
|
|
210
|
+
accents7: string;
|
|
211
|
+
accents8: string;
|
|
212
|
+
accents9: string;
|
|
213
|
+
border: string;
|
|
158
214
|
};
|
|
159
215
|
fonts: {
|
|
160
216
|
sans: string;
|
|
161
217
|
mono: string;
|
|
162
218
|
};
|
|
163
219
|
fontSizes: {
|
|
164
|
-
tiny: string;
|
|
165
220
|
xs: string;
|
|
166
|
-
base: string;
|
|
167
221
|
sm: string;
|
|
222
|
+
base: string;
|
|
168
223
|
md: string;
|
|
169
224
|
lg: string;
|
|
170
225
|
xl: string;
|
|
226
|
+
xl2: string;
|
|
227
|
+
xl3: string;
|
|
228
|
+
xl4: string;
|
|
229
|
+
xl5: string;
|
|
230
|
+
xl6: string;
|
|
231
|
+
xl7: string;
|
|
232
|
+
xl8: string;
|
|
233
|
+
xl9: string;
|
|
171
234
|
};
|
|
172
235
|
fontWeights: {
|
|
173
236
|
hairline: number;
|
|
@@ -183,9 +246,18 @@ export declare const StyledImageContainer: import("@stitches/react/types/styled-
|
|
|
183
246
|
lineHeights: {
|
|
184
247
|
xs: number;
|
|
185
248
|
sm: number;
|
|
249
|
+
base: number;
|
|
186
250
|
md: number;
|
|
187
251
|
lg: number;
|
|
188
252
|
xl: number;
|
|
253
|
+
xl2: number;
|
|
254
|
+
xl3: number;
|
|
255
|
+
xl4: number;
|
|
256
|
+
xl5: number;
|
|
257
|
+
xl6: number;
|
|
258
|
+
xl7: number;
|
|
259
|
+
xl8: number;
|
|
260
|
+
xl9: number;
|
|
189
261
|
};
|
|
190
262
|
letterSpacings: {
|
|
191
263
|
tighter: string;
|
|
@@ -270,6 +342,7 @@ export declare const StyledImageContainer: import("@stitches/react/types/styled-
|
|
|
270
342
|
avatar: string;
|
|
271
343
|
link: string;
|
|
272
344
|
card: string;
|
|
345
|
+
dropdownItem: string;
|
|
273
346
|
};
|
|
274
347
|
breakpoints: {
|
|
275
348
|
xs: string;
|
|
@@ -645,7 +718,9 @@ export declare const StyledImageContainer: import("@stitches/react/types/styled-
|
|
|
645
718
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
646
719
|
}) => {
|
|
647
720
|
bf: string;
|
|
648
|
-
bg:
|
|
721
|
+
bg: {
|
|
722
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
723
|
+
};
|
|
649
724
|
};
|
|
650
725
|
bgColor: (value: {
|
|
651
726
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -723,6 +798,32 @@ export declare const StyledImageContainer: import("@stitches/react/types/styled-
|
|
|
723
798
|
readonly [$$PropertyValue]: "boxShadow";
|
|
724
799
|
};
|
|
725
800
|
};
|
|
801
|
+
ds: (value: {
|
|
802
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
803
|
+
}) => {
|
|
804
|
+
dropShadow: {
|
|
805
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
806
|
+
};
|
|
807
|
+
};
|
|
808
|
+
shadow: (value: {
|
|
809
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
810
|
+
}) => {
|
|
811
|
+
boxShadow: {
|
|
812
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
813
|
+
};
|
|
814
|
+
};
|
|
815
|
+
dshadow: (value: {
|
|
816
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
817
|
+
}) => {
|
|
818
|
+
dropShadow: {
|
|
819
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
820
|
+
};
|
|
821
|
+
};
|
|
822
|
+
dropShadow: (value: {
|
|
823
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
824
|
+
}) => {
|
|
825
|
+
filter: string;
|
|
826
|
+
};
|
|
726
827
|
normalShadow: (value: {
|
|
727
828
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
728
829
|
}) => {
|
|
@@ -926,6 +1027,16 @@ export declare const StyledImageContainer: import("@stitches/react/types/styled-
|
|
|
926
1027
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
927
1028
|
};
|
|
928
1029
|
};
|
|
1030
|
+
truncateText: (value: {
|
|
1031
|
+
readonly [$$PropertyValue]: "width";
|
|
1032
|
+
}) => {
|
|
1033
|
+
maxWidth: {
|
|
1034
|
+
readonly [$$PropertyValue]: "width";
|
|
1035
|
+
};
|
|
1036
|
+
whiteSpace: string;
|
|
1037
|
+
overflow: string;
|
|
1038
|
+
textOverflow: string;
|
|
1039
|
+
};
|
|
929
1040
|
textGradient: (value: {
|
|
930
1041
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
931
1042
|
}) => {
|
|
@@ -977,89 +1088,20 @@ export declare const StyledImage: import("@stitches/react/types/styled-component
|
|
|
977
1088
|
lg: string;
|
|
978
1089
|
xl: string;
|
|
979
1090
|
};
|
|
1091
|
+
dropShadows: {
|
|
1092
|
+
xs: string;
|
|
1093
|
+
sm: string;
|
|
1094
|
+
md: string;
|
|
1095
|
+
lg: string;
|
|
1096
|
+
xl: string;
|
|
1097
|
+
};
|
|
980
1098
|
colors: {
|
|
981
|
-
accents1: string;
|
|
982
|
-
accents2: string;
|
|
983
|
-
accents3: string;
|
|
984
|
-
accents4: string;
|
|
985
|
-
accents5: string;
|
|
986
|
-
accents6: string;
|
|
987
|
-
accents7: string;
|
|
988
|
-
accents8: string;
|
|
989
|
-
accents9: string;
|
|
990
|
-
background: string;
|
|
991
|
-
foreground: string;
|
|
992
|
-
backgroundContrast: string;
|
|
993
1099
|
text: string;
|
|
1100
|
+
link: string;
|
|
994
1101
|
codeLight: string;
|
|
995
1102
|
code: string;
|
|
996
|
-
border: string;
|
|
997
1103
|
selection: string;
|
|
998
|
-
|
|
999
|
-
black: string;
|
|
1000
|
-
blue100: string;
|
|
1001
|
-
blue200: string;
|
|
1002
|
-
blue300: string;
|
|
1003
|
-
blue400: string;
|
|
1004
|
-
blue500: string;
|
|
1005
|
-
blue600: string;
|
|
1006
|
-
blue700: string;
|
|
1007
|
-
blue800: string;
|
|
1008
|
-
blue900: string;
|
|
1009
|
-
purple100: string;
|
|
1010
|
-
purple200: string;
|
|
1011
|
-
purple300: string;
|
|
1012
|
-
purple400: string;
|
|
1013
|
-
purple500: string;
|
|
1014
|
-
purple600: string;
|
|
1015
|
-
purple700: string;
|
|
1016
|
-
purple800: string;
|
|
1017
|
-
purple900: string;
|
|
1018
|
-
green100: string;
|
|
1019
|
-
green200: string;
|
|
1020
|
-
green300: string;
|
|
1021
|
-
green400: string;
|
|
1022
|
-
green500: string;
|
|
1023
|
-
green600: string;
|
|
1024
|
-
green700: string;
|
|
1025
|
-
green800: string;
|
|
1026
|
-
green900: string;
|
|
1027
|
-
yellow100: string;
|
|
1028
|
-
yellow200: string;
|
|
1029
|
-
yellow300: string;
|
|
1030
|
-
yellow400: string;
|
|
1031
|
-
yellow500: string;
|
|
1032
|
-
yellow600: string;
|
|
1033
|
-
yellow700: string;
|
|
1034
|
-
yellow800: string;
|
|
1035
|
-
yellow900: string;
|
|
1036
|
-
red100: string;
|
|
1037
|
-
red200: string;
|
|
1038
|
-
red300: string;
|
|
1039
|
-
red400: string;
|
|
1040
|
-
red500: string;
|
|
1041
|
-
red600: string;
|
|
1042
|
-
red700: string;
|
|
1043
|
-
red800: string;
|
|
1044
|
-
red900: string;
|
|
1045
|
-
cyan100: string;
|
|
1046
|
-
cyan200: string;
|
|
1047
|
-
cyan300: string;
|
|
1048
|
-
cyan400: string;
|
|
1049
|
-
cyan500: string;
|
|
1050
|
-
cyan600: string;
|
|
1051
|
-
cyan700: string;
|
|
1052
|
-
cyan800: string;
|
|
1053
|
-
cyan900: string;
|
|
1054
|
-
pink100: string;
|
|
1055
|
-
pink200: string;
|
|
1056
|
-
pink300: string;
|
|
1057
|
-
pink400: string;
|
|
1058
|
-
pink500: string;
|
|
1059
|
-
pink600: string;
|
|
1060
|
-
pink700: string;
|
|
1061
|
-
pink800: string;
|
|
1062
|
-
pink900: string;
|
|
1104
|
+
gray50: string;
|
|
1063
1105
|
gray100: string;
|
|
1064
1106
|
gray200: string;
|
|
1065
1107
|
gray300: string;
|
|
@@ -1069,41 +1111,173 @@ export declare const StyledImage: import("@stitches/react/types/styled-component
|
|
|
1069
1111
|
gray700: string;
|
|
1070
1112
|
gray800: string;
|
|
1071
1113
|
gray900: string;
|
|
1114
|
+
pink50: string;
|
|
1115
|
+
pink100: string;
|
|
1116
|
+
pink200: string;
|
|
1117
|
+
pink300: string;
|
|
1118
|
+
pink400: string;
|
|
1119
|
+
pink500: string;
|
|
1120
|
+
pink600: string;
|
|
1121
|
+
pink700: string;
|
|
1122
|
+
pink800: string;
|
|
1123
|
+
pink900: string;
|
|
1124
|
+
cyan50: string;
|
|
1125
|
+
cyan100: string;
|
|
1126
|
+
cyan200: string;
|
|
1127
|
+
cyan300: string;
|
|
1128
|
+
cyan400: string;
|
|
1129
|
+
cyan500: string;
|
|
1130
|
+
cyan600: string;
|
|
1131
|
+
cyan700: string;
|
|
1132
|
+
cyan800: string;
|
|
1133
|
+
cyan900: string;
|
|
1134
|
+
red50: string;
|
|
1135
|
+
red100: string;
|
|
1136
|
+
red200: string;
|
|
1137
|
+
red300: string;
|
|
1138
|
+
red400: string;
|
|
1139
|
+
red500: string;
|
|
1140
|
+
red600: string;
|
|
1141
|
+
red700: string;
|
|
1142
|
+
red800: string;
|
|
1143
|
+
red900: string;
|
|
1144
|
+
yellow50: string;
|
|
1145
|
+
yellow100: string;
|
|
1146
|
+
yellow200: string;
|
|
1147
|
+
yellow300: string;
|
|
1148
|
+
yellow400: string;
|
|
1149
|
+
yellow500: string;
|
|
1150
|
+
yellow600: string;
|
|
1151
|
+
yellow700: string;
|
|
1152
|
+
yellow800: string;
|
|
1153
|
+
yellow900: string;
|
|
1154
|
+
green50: string;
|
|
1155
|
+
green100: string;
|
|
1156
|
+
green200: string;
|
|
1157
|
+
green300: string;
|
|
1158
|
+
green400: string;
|
|
1159
|
+
green500: string;
|
|
1160
|
+
green600: string;
|
|
1161
|
+
green700: string;
|
|
1162
|
+
green800: string;
|
|
1163
|
+
green900: string;
|
|
1164
|
+
purple50: string;
|
|
1165
|
+
purple100: string;
|
|
1166
|
+
purple200: string;
|
|
1167
|
+
purple300: string;
|
|
1168
|
+
purple400: string;
|
|
1169
|
+
purple500: string;
|
|
1170
|
+
purple600: string;
|
|
1171
|
+
purple700: string;
|
|
1172
|
+
purple800: string;
|
|
1173
|
+
purple900: string;
|
|
1174
|
+
blue50: string;
|
|
1175
|
+
blue100: string;
|
|
1176
|
+
blue200: string;
|
|
1177
|
+
blue300: string;
|
|
1178
|
+
blue400: string;
|
|
1179
|
+
blue500: string;
|
|
1180
|
+
blue600: string;
|
|
1181
|
+
blue700: string;
|
|
1182
|
+
blue800: string;
|
|
1183
|
+
blue900: string;
|
|
1184
|
+
background: string;
|
|
1185
|
+
foreground: string;
|
|
1186
|
+
backgroundContrast: string;
|
|
1187
|
+
white: string;
|
|
1188
|
+
black: string;
|
|
1072
1189
|
primaryLight: string;
|
|
1190
|
+
primaryLightHover: string;
|
|
1191
|
+
primaryLightActive: string;
|
|
1192
|
+
primaryLightContrast: string;
|
|
1073
1193
|
primary: string;
|
|
1074
|
-
|
|
1194
|
+
primaryBorder: string;
|
|
1195
|
+
primaryBorderHover: string;
|
|
1196
|
+
primarySolidHover: string;
|
|
1197
|
+
primarySolidContrast: string;
|
|
1075
1198
|
primaryShadow: string;
|
|
1076
1199
|
secondaryLight: string;
|
|
1200
|
+
secondaryLightHover: string;
|
|
1201
|
+
secondaryLightActive: string;
|
|
1202
|
+
secondaryLightContrast: string;
|
|
1077
1203
|
secondary: string;
|
|
1078
|
-
|
|
1204
|
+
secondaryBorder: string;
|
|
1205
|
+
secondaryBorderHover: string;
|
|
1206
|
+
secondarySolidHover: string;
|
|
1207
|
+
secondarySolidContrast: string;
|
|
1079
1208
|
secondaryShadow: string;
|
|
1080
1209
|
successLight: string;
|
|
1210
|
+
successLightHover: string;
|
|
1211
|
+
successLightActive: string;
|
|
1212
|
+
successLightContrast: string;
|
|
1081
1213
|
success: string;
|
|
1082
|
-
|
|
1214
|
+
successBorder: string;
|
|
1215
|
+
successBorderHover: string;
|
|
1216
|
+
successSolidHover: string;
|
|
1217
|
+
successSolidContrast: string;
|
|
1083
1218
|
successShadow: string;
|
|
1084
1219
|
warningLight: string;
|
|
1220
|
+
warningLightHover: string;
|
|
1221
|
+
warningLightActive: string;
|
|
1222
|
+
warningLightContrast: string;
|
|
1085
1223
|
warning: string;
|
|
1086
|
-
|
|
1224
|
+
warningBorder: string;
|
|
1225
|
+
warningBorderHover: string;
|
|
1226
|
+
warningSolidHover: string;
|
|
1227
|
+
warningSolidContrast: string;
|
|
1087
1228
|
warningShadow: string;
|
|
1088
1229
|
errorLight: string;
|
|
1230
|
+
errorLightHover: string;
|
|
1231
|
+
errorLightActive: string;
|
|
1232
|
+
errorLightContrast: string;
|
|
1089
1233
|
error: string;
|
|
1090
|
-
|
|
1234
|
+
errorBorder: string;
|
|
1235
|
+
errorBorderHover: string;
|
|
1236
|
+
errorSolidHover: string;
|
|
1237
|
+
errorSolidContrast: string;
|
|
1091
1238
|
errorShadow: string;
|
|
1239
|
+
neutralLight: string;
|
|
1240
|
+
neutralLightHover: string;
|
|
1241
|
+
neutralLightActive: string;
|
|
1242
|
+
neutralLightContrast: string;
|
|
1243
|
+
neutral: string;
|
|
1244
|
+
neutralBorder: string;
|
|
1245
|
+
neutralBorderHover: string;
|
|
1246
|
+
neutralSolidHover: string;
|
|
1247
|
+
neutralSolidContrast: string;
|
|
1248
|
+
neutralShadow: string;
|
|
1092
1249
|
gradient: string;
|
|
1093
|
-
|
|
1250
|
+
accents0: string;
|
|
1251
|
+
accents1: string;
|
|
1252
|
+
accents2: string;
|
|
1253
|
+
accents3: string;
|
|
1254
|
+
accents4: string;
|
|
1255
|
+
accents5: string;
|
|
1256
|
+
accents6: string;
|
|
1257
|
+
accents7: string;
|
|
1258
|
+
accents8: string;
|
|
1259
|
+
accents9: string;
|
|
1260
|
+
border: string;
|
|
1094
1261
|
};
|
|
1095
1262
|
fonts: {
|
|
1096
1263
|
sans: string;
|
|
1097
1264
|
mono: string;
|
|
1098
1265
|
};
|
|
1099
1266
|
fontSizes: {
|
|
1100
|
-
tiny: string;
|
|
1101
1267
|
xs: string;
|
|
1102
|
-
base: string;
|
|
1103
1268
|
sm: string;
|
|
1269
|
+
base: string;
|
|
1104
1270
|
md: string;
|
|
1105
1271
|
lg: string;
|
|
1106
1272
|
xl: string;
|
|
1273
|
+
xl2: string;
|
|
1274
|
+
xl3: string;
|
|
1275
|
+
xl4: string;
|
|
1276
|
+
xl5: string;
|
|
1277
|
+
xl6: string;
|
|
1278
|
+
xl7: string;
|
|
1279
|
+
xl8: string;
|
|
1280
|
+
xl9: string;
|
|
1107
1281
|
};
|
|
1108
1282
|
fontWeights: {
|
|
1109
1283
|
hairline: number;
|
|
@@ -1119,9 +1293,18 @@ export declare const StyledImage: import("@stitches/react/types/styled-component
|
|
|
1119
1293
|
lineHeights: {
|
|
1120
1294
|
xs: number;
|
|
1121
1295
|
sm: number;
|
|
1296
|
+
base: number;
|
|
1122
1297
|
md: number;
|
|
1123
1298
|
lg: number;
|
|
1124
1299
|
xl: number;
|
|
1300
|
+
xl2: number;
|
|
1301
|
+
xl3: number;
|
|
1302
|
+
xl4: number;
|
|
1303
|
+
xl5: number;
|
|
1304
|
+
xl6: number;
|
|
1305
|
+
xl7: number;
|
|
1306
|
+
xl8: number;
|
|
1307
|
+
xl9: number;
|
|
1125
1308
|
};
|
|
1126
1309
|
letterSpacings: {
|
|
1127
1310
|
tighter: string;
|
|
@@ -1206,6 +1389,7 @@ export declare const StyledImage: import("@stitches/react/types/styled-component
|
|
|
1206
1389
|
avatar: string;
|
|
1207
1390
|
link: string;
|
|
1208
1391
|
card: string;
|
|
1392
|
+
dropdownItem: string;
|
|
1209
1393
|
};
|
|
1210
1394
|
breakpoints: {
|
|
1211
1395
|
xs: string;
|
|
@@ -1581,7 +1765,9 @@ export declare const StyledImage: import("@stitches/react/types/styled-component
|
|
|
1581
1765
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1582
1766
|
}) => {
|
|
1583
1767
|
bf: string;
|
|
1584
|
-
bg:
|
|
1768
|
+
bg: {
|
|
1769
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
1770
|
+
};
|
|
1585
1771
|
};
|
|
1586
1772
|
bgColor: (value: {
|
|
1587
1773
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -1659,6 +1845,32 @@ export declare const StyledImage: import("@stitches/react/types/styled-component
|
|
|
1659
1845
|
readonly [$$PropertyValue]: "boxShadow";
|
|
1660
1846
|
};
|
|
1661
1847
|
};
|
|
1848
|
+
ds: (value: {
|
|
1849
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1850
|
+
}) => {
|
|
1851
|
+
dropShadow: {
|
|
1852
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1853
|
+
};
|
|
1854
|
+
};
|
|
1855
|
+
shadow: (value: {
|
|
1856
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1857
|
+
}) => {
|
|
1858
|
+
boxShadow: {
|
|
1859
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1860
|
+
};
|
|
1861
|
+
};
|
|
1862
|
+
dshadow: (value: {
|
|
1863
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1864
|
+
}) => {
|
|
1865
|
+
dropShadow: {
|
|
1866
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1867
|
+
};
|
|
1868
|
+
};
|
|
1869
|
+
dropShadow: (value: {
|
|
1870
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1871
|
+
}) => {
|
|
1872
|
+
filter: string;
|
|
1873
|
+
};
|
|
1662
1874
|
normalShadow: (value: {
|
|
1663
1875
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1664
1876
|
}) => {
|
|
@@ -1862,6 +2074,16 @@ export declare const StyledImage: import("@stitches/react/types/styled-component
|
|
|
1862
2074
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1863
2075
|
};
|
|
1864
2076
|
};
|
|
2077
|
+
truncateText: (value: {
|
|
2078
|
+
readonly [$$PropertyValue]: "width";
|
|
2079
|
+
}) => {
|
|
2080
|
+
maxWidth: {
|
|
2081
|
+
readonly [$$PropertyValue]: "width";
|
|
2082
|
+
};
|
|
2083
|
+
whiteSpace: string;
|
|
2084
|
+
overflow: string;
|
|
2085
|
+
textOverflow: string;
|
|
2086
|
+
};
|
|
1865
2087
|
textGradient: (value: {
|
|
1866
2088
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
1867
2089
|
}) => {
|
|
@@ -1913,89 +2135,20 @@ export declare const StyledImageSkeleton: import("@stitches/react/types/styled-c
|
|
|
1913
2135
|
lg: string;
|
|
1914
2136
|
xl: string;
|
|
1915
2137
|
};
|
|
2138
|
+
dropShadows: {
|
|
2139
|
+
xs: string;
|
|
2140
|
+
sm: string;
|
|
2141
|
+
md: string;
|
|
2142
|
+
lg: string;
|
|
2143
|
+
xl: string;
|
|
2144
|
+
};
|
|
1916
2145
|
colors: {
|
|
1917
|
-
accents1: string;
|
|
1918
|
-
accents2: string;
|
|
1919
|
-
accents3: string;
|
|
1920
|
-
accents4: string;
|
|
1921
|
-
accents5: string;
|
|
1922
|
-
accents6: string;
|
|
1923
|
-
accents7: string;
|
|
1924
|
-
accents8: string;
|
|
1925
|
-
accents9: string;
|
|
1926
|
-
background: string;
|
|
1927
|
-
foreground: string;
|
|
1928
|
-
backgroundContrast: string;
|
|
1929
2146
|
text: string;
|
|
2147
|
+
link: string;
|
|
1930
2148
|
codeLight: string;
|
|
1931
2149
|
code: string;
|
|
1932
|
-
border: string;
|
|
1933
2150
|
selection: string;
|
|
1934
|
-
|
|
1935
|
-
black: string;
|
|
1936
|
-
blue100: string;
|
|
1937
|
-
blue200: string;
|
|
1938
|
-
blue300: string;
|
|
1939
|
-
blue400: string;
|
|
1940
|
-
blue500: string;
|
|
1941
|
-
blue600: string;
|
|
1942
|
-
blue700: string;
|
|
1943
|
-
blue800: string;
|
|
1944
|
-
blue900: string;
|
|
1945
|
-
purple100: string;
|
|
1946
|
-
purple200: string;
|
|
1947
|
-
purple300: string;
|
|
1948
|
-
purple400: string;
|
|
1949
|
-
purple500: string;
|
|
1950
|
-
purple600: string;
|
|
1951
|
-
purple700: string;
|
|
1952
|
-
purple800: string;
|
|
1953
|
-
purple900: string;
|
|
1954
|
-
green100: string;
|
|
1955
|
-
green200: string;
|
|
1956
|
-
green300: string;
|
|
1957
|
-
green400: string;
|
|
1958
|
-
green500: string;
|
|
1959
|
-
green600: string;
|
|
1960
|
-
green700: string;
|
|
1961
|
-
green800: string;
|
|
1962
|
-
green900: string;
|
|
1963
|
-
yellow100: string;
|
|
1964
|
-
yellow200: string;
|
|
1965
|
-
yellow300: string;
|
|
1966
|
-
yellow400: string;
|
|
1967
|
-
yellow500: string;
|
|
1968
|
-
yellow600: string;
|
|
1969
|
-
yellow700: string;
|
|
1970
|
-
yellow800: string;
|
|
1971
|
-
yellow900: string;
|
|
1972
|
-
red100: string;
|
|
1973
|
-
red200: string;
|
|
1974
|
-
red300: string;
|
|
1975
|
-
red400: string;
|
|
1976
|
-
red500: string;
|
|
1977
|
-
red600: string;
|
|
1978
|
-
red700: string;
|
|
1979
|
-
red800: string;
|
|
1980
|
-
red900: string;
|
|
1981
|
-
cyan100: string;
|
|
1982
|
-
cyan200: string;
|
|
1983
|
-
cyan300: string;
|
|
1984
|
-
cyan400: string;
|
|
1985
|
-
cyan500: string;
|
|
1986
|
-
cyan600: string;
|
|
1987
|
-
cyan700: string;
|
|
1988
|
-
cyan800: string;
|
|
1989
|
-
cyan900: string;
|
|
1990
|
-
pink100: string;
|
|
1991
|
-
pink200: string;
|
|
1992
|
-
pink300: string;
|
|
1993
|
-
pink400: string;
|
|
1994
|
-
pink500: string;
|
|
1995
|
-
pink600: string;
|
|
1996
|
-
pink700: string;
|
|
1997
|
-
pink800: string;
|
|
1998
|
-
pink900: string;
|
|
2151
|
+
gray50: string;
|
|
1999
2152
|
gray100: string;
|
|
2000
2153
|
gray200: string;
|
|
2001
2154
|
gray300: string;
|
|
@@ -2005,41 +2158,173 @@ export declare const StyledImageSkeleton: import("@stitches/react/types/styled-c
|
|
|
2005
2158
|
gray700: string;
|
|
2006
2159
|
gray800: string;
|
|
2007
2160
|
gray900: string;
|
|
2161
|
+
pink50: string;
|
|
2162
|
+
pink100: string;
|
|
2163
|
+
pink200: string;
|
|
2164
|
+
pink300: string;
|
|
2165
|
+
pink400: string;
|
|
2166
|
+
pink500: string;
|
|
2167
|
+
pink600: string;
|
|
2168
|
+
pink700: string;
|
|
2169
|
+
pink800: string;
|
|
2170
|
+
pink900: string;
|
|
2171
|
+
cyan50: string;
|
|
2172
|
+
cyan100: string;
|
|
2173
|
+
cyan200: string;
|
|
2174
|
+
cyan300: string;
|
|
2175
|
+
cyan400: string;
|
|
2176
|
+
cyan500: string;
|
|
2177
|
+
cyan600: string;
|
|
2178
|
+
cyan700: string;
|
|
2179
|
+
cyan800: string;
|
|
2180
|
+
cyan900: string;
|
|
2181
|
+
red50: string;
|
|
2182
|
+
red100: string;
|
|
2183
|
+
red200: string;
|
|
2184
|
+
red300: string;
|
|
2185
|
+
red400: string;
|
|
2186
|
+
red500: string;
|
|
2187
|
+
red600: string;
|
|
2188
|
+
red700: string;
|
|
2189
|
+
red800: string;
|
|
2190
|
+
red900: string;
|
|
2191
|
+
yellow50: string;
|
|
2192
|
+
yellow100: string;
|
|
2193
|
+
yellow200: string;
|
|
2194
|
+
yellow300: string;
|
|
2195
|
+
yellow400: string;
|
|
2196
|
+
yellow500: string;
|
|
2197
|
+
yellow600: string;
|
|
2198
|
+
yellow700: string;
|
|
2199
|
+
yellow800: string;
|
|
2200
|
+
yellow900: string;
|
|
2201
|
+
green50: string;
|
|
2202
|
+
green100: string;
|
|
2203
|
+
green200: string;
|
|
2204
|
+
green300: string;
|
|
2205
|
+
green400: string;
|
|
2206
|
+
green500: string;
|
|
2207
|
+
green600: string;
|
|
2208
|
+
green700: string;
|
|
2209
|
+
green800: string;
|
|
2210
|
+
green900: string;
|
|
2211
|
+
purple50: string;
|
|
2212
|
+
purple100: string;
|
|
2213
|
+
purple200: string;
|
|
2214
|
+
purple300: string;
|
|
2215
|
+
purple400: string;
|
|
2216
|
+
purple500: string;
|
|
2217
|
+
purple600: string;
|
|
2218
|
+
purple700: string;
|
|
2219
|
+
purple800: string;
|
|
2220
|
+
purple900: string;
|
|
2221
|
+
blue50: string;
|
|
2222
|
+
blue100: string;
|
|
2223
|
+
blue200: string;
|
|
2224
|
+
blue300: string;
|
|
2225
|
+
blue400: string;
|
|
2226
|
+
blue500: string;
|
|
2227
|
+
blue600: string;
|
|
2228
|
+
blue700: string;
|
|
2229
|
+
blue800: string;
|
|
2230
|
+
blue900: string;
|
|
2231
|
+
background: string;
|
|
2232
|
+
foreground: string;
|
|
2233
|
+
backgroundContrast: string;
|
|
2234
|
+
white: string;
|
|
2235
|
+
black: string;
|
|
2008
2236
|
primaryLight: string;
|
|
2237
|
+
primaryLightHover: string;
|
|
2238
|
+
primaryLightActive: string;
|
|
2239
|
+
primaryLightContrast: string;
|
|
2009
2240
|
primary: string;
|
|
2010
|
-
|
|
2241
|
+
primaryBorder: string;
|
|
2242
|
+
primaryBorderHover: string;
|
|
2243
|
+
primarySolidHover: string;
|
|
2244
|
+
primarySolidContrast: string;
|
|
2011
2245
|
primaryShadow: string;
|
|
2012
2246
|
secondaryLight: string;
|
|
2247
|
+
secondaryLightHover: string;
|
|
2248
|
+
secondaryLightActive: string;
|
|
2249
|
+
secondaryLightContrast: string;
|
|
2013
2250
|
secondary: string;
|
|
2014
|
-
|
|
2251
|
+
secondaryBorder: string;
|
|
2252
|
+
secondaryBorderHover: string;
|
|
2253
|
+
secondarySolidHover: string;
|
|
2254
|
+
secondarySolidContrast: string;
|
|
2015
2255
|
secondaryShadow: string;
|
|
2016
2256
|
successLight: string;
|
|
2257
|
+
successLightHover: string;
|
|
2258
|
+
successLightActive: string;
|
|
2259
|
+
successLightContrast: string;
|
|
2017
2260
|
success: string;
|
|
2018
|
-
|
|
2261
|
+
successBorder: string;
|
|
2262
|
+
successBorderHover: string;
|
|
2263
|
+
successSolidHover: string;
|
|
2264
|
+
successSolidContrast: string;
|
|
2019
2265
|
successShadow: string;
|
|
2020
2266
|
warningLight: string;
|
|
2267
|
+
warningLightHover: string;
|
|
2268
|
+
warningLightActive: string;
|
|
2269
|
+
warningLightContrast: string;
|
|
2021
2270
|
warning: string;
|
|
2022
|
-
|
|
2271
|
+
warningBorder: string;
|
|
2272
|
+
warningBorderHover: string;
|
|
2273
|
+
warningSolidHover: string;
|
|
2274
|
+
warningSolidContrast: string;
|
|
2023
2275
|
warningShadow: string;
|
|
2024
2276
|
errorLight: string;
|
|
2277
|
+
errorLightHover: string;
|
|
2278
|
+
errorLightActive: string;
|
|
2279
|
+
errorLightContrast: string;
|
|
2025
2280
|
error: string;
|
|
2026
|
-
|
|
2281
|
+
errorBorder: string;
|
|
2282
|
+
errorBorderHover: string;
|
|
2283
|
+
errorSolidHover: string;
|
|
2284
|
+
errorSolidContrast: string;
|
|
2027
2285
|
errorShadow: string;
|
|
2286
|
+
neutralLight: string;
|
|
2287
|
+
neutralLightHover: string;
|
|
2288
|
+
neutralLightActive: string;
|
|
2289
|
+
neutralLightContrast: string;
|
|
2290
|
+
neutral: string;
|
|
2291
|
+
neutralBorder: string;
|
|
2292
|
+
neutralBorderHover: string;
|
|
2293
|
+
neutralSolidHover: string;
|
|
2294
|
+
neutralSolidContrast: string;
|
|
2295
|
+
neutralShadow: string;
|
|
2028
2296
|
gradient: string;
|
|
2029
|
-
|
|
2297
|
+
accents0: string;
|
|
2298
|
+
accents1: string;
|
|
2299
|
+
accents2: string;
|
|
2300
|
+
accents3: string;
|
|
2301
|
+
accents4: string;
|
|
2302
|
+
accents5: string;
|
|
2303
|
+
accents6: string;
|
|
2304
|
+
accents7: string;
|
|
2305
|
+
accents8: string;
|
|
2306
|
+
accents9: string;
|
|
2307
|
+
border: string;
|
|
2030
2308
|
};
|
|
2031
2309
|
fonts: {
|
|
2032
2310
|
sans: string;
|
|
2033
2311
|
mono: string;
|
|
2034
2312
|
};
|
|
2035
2313
|
fontSizes: {
|
|
2036
|
-
tiny: string;
|
|
2037
2314
|
xs: string;
|
|
2038
|
-
base: string;
|
|
2039
2315
|
sm: string;
|
|
2316
|
+
base: string;
|
|
2040
2317
|
md: string;
|
|
2041
2318
|
lg: string;
|
|
2042
2319
|
xl: string;
|
|
2320
|
+
xl2: string;
|
|
2321
|
+
xl3: string;
|
|
2322
|
+
xl4: string;
|
|
2323
|
+
xl5: string;
|
|
2324
|
+
xl6: string;
|
|
2325
|
+
xl7: string;
|
|
2326
|
+
xl8: string;
|
|
2327
|
+
xl9: string;
|
|
2043
2328
|
};
|
|
2044
2329
|
fontWeights: {
|
|
2045
2330
|
hairline: number;
|
|
@@ -2055,9 +2340,18 @@ export declare const StyledImageSkeleton: import("@stitches/react/types/styled-c
|
|
|
2055
2340
|
lineHeights: {
|
|
2056
2341
|
xs: number;
|
|
2057
2342
|
sm: number;
|
|
2343
|
+
base: number;
|
|
2058
2344
|
md: number;
|
|
2059
2345
|
lg: number;
|
|
2060
2346
|
xl: number;
|
|
2347
|
+
xl2: number;
|
|
2348
|
+
xl3: number;
|
|
2349
|
+
xl4: number;
|
|
2350
|
+
xl5: number;
|
|
2351
|
+
xl6: number;
|
|
2352
|
+
xl7: number;
|
|
2353
|
+
xl8: number;
|
|
2354
|
+
xl9: number;
|
|
2061
2355
|
};
|
|
2062
2356
|
letterSpacings: {
|
|
2063
2357
|
tighter: string;
|
|
@@ -2142,6 +2436,7 @@ export declare const StyledImageSkeleton: import("@stitches/react/types/styled-c
|
|
|
2142
2436
|
avatar: string;
|
|
2143
2437
|
link: string;
|
|
2144
2438
|
card: string;
|
|
2439
|
+
dropdownItem: string;
|
|
2145
2440
|
};
|
|
2146
2441
|
breakpoints: {
|
|
2147
2442
|
xs: string;
|
|
@@ -2517,7 +2812,9 @@ export declare const StyledImageSkeleton: import("@stitches/react/types/styled-c
|
|
|
2517
2812
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2518
2813
|
}) => {
|
|
2519
2814
|
bf: string;
|
|
2520
|
-
bg:
|
|
2815
|
+
bg: {
|
|
2816
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
2817
|
+
};
|
|
2521
2818
|
};
|
|
2522
2819
|
bgColor: (value: {
|
|
2523
2820
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -2595,6 +2892,32 @@ export declare const StyledImageSkeleton: import("@stitches/react/types/styled-c
|
|
|
2595
2892
|
readonly [$$PropertyValue]: "boxShadow";
|
|
2596
2893
|
};
|
|
2597
2894
|
};
|
|
2895
|
+
ds: (value: {
|
|
2896
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2897
|
+
}) => {
|
|
2898
|
+
dropShadow: {
|
|
2899
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2900
|
+
};
|
|
2901
|
+
};
|
|
2902
|
+
shadow: (value: {
|
|
2903
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2904
|
+
}) => {
|
|
2905
|
+
boxShadow: {
|
|
2906
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2907
|
+
};
|
|
2908
|
+
};
|
|
2909
|
+
dshadow: (value: {
|
|
2910
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2911
|
+
}) => {
|
|
2912
|
+
dropShadow: {
|
|
2913
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2914
|
+
};
|
|
2915
|
+
};
|
|
2916
|
+
dropShadow: (value: {
|
|
2917
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2918
|
+
}) => {
|
|
2919
|
+
filter: string;
|
|
2920
|
+
};
|
|
2598
2921
|
normalShadow: (value: {
|
|
2599
2922
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2600
2923
|
}) => {
|
|
@@ -2798,6 +3121,16 @@ export declare const StyledImageSkeleton: import("@stitches/react/types/styled-c
|
|
|
2798
3121
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
2799
3122
|
};
|
|
2800
3123
|
};
|
|
3124
|
+
truncateText: (value: {
|
|
3125
|
+
readonly [$$PropertyValue]: "width";
|
|
3126
|
+
}) => {
|
|
3127
|
+
maxWidth: {
|
|
3128
|
+
readonly [$$PropertyValue]: "width";
|
|
3129
|
+
};
|
|
3130
|
+
whiteSpace: string;
|
|
3131
|
+
overflow: string;
|
|
3132
|
+
textOverflow: string;
|
|
3133
|
+
};
|
|
2801
3134
|
textGradient: (value: {
|
|
2802
3135
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
2803
3136
|
}) => {
|