@nextui-org/react 1.0.0-beta.6 → 1.0.0-beta.9-dbg1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/avatar/avatar.js +1 -1
- package/cjs/avatar/avatar.styles.js +1 -1
- package/cjs/backdrop/backdrop.styles.js +1 -1
- package/cjs/button/button-icon.js +1 -1
- package/cjs/button/button.js +1 -1
- package/cjs/button/button.styles.js +1 -1
- package/cjs/button/utils.js +1 -1
- package/cjs/card/card.js +1 -1
- package/cjs/card/card.styles.js +1 -1
- package/cjs/card/index.js +1 -1
- package/cjs/card/use-card.js +1 -0
- package/cjs/checkbox/checkbox-context.js +1 -1
- package/cjs/checkbox/checkbox-group.js +1 -1
- package/cjs/checkbox/checkbox.js +1 -1
- package/cjs/checkbox/checkbox.styles.js +1 -1
- package/cjs/checkbox/use-checkbox-group.js +1 -0
- package/cjs/checkbox/use-checkbox.js +1 -0
- package/cjs/collapse/collapse.styles.js +1 -1
- package/cjs/css-baseline/css-baseline.js +1 -1
- package/cjs/dropdown/base/dropdown-item-base.js +1 -0
- package/cjs/dropdown/dropdown-button.js +1 -0
- package/cjs/dropdown/dropdown-context.js +1 -0
- package/cjs/dropdown/dropdown-icon.js +1 -0
- package/cjs/dropdown/dropdown-item.js +1 -0
- package/cjs/dropdown/dropdown-menu.js +1 -0
- package/cjs/dropdown/dropdown-section.js +1 -0
- package/cjs/dropdown/dropdown-trigger.js +1 -0
- package/cjs/dropdown/dropdown-types.js +1 -0
- package/cjs/dropdown/dropdown.js +1 -0
- package/cjs/dropdown/dropdown.styles.js +1 -0
- package/cjs/dropdown/index.js +1 -0
- package/cjs/dropdown/use-dropdown.js +1 -0
- package/cjs/grid/grid-container.js +1 -1
- package/cjs/image/image.js +1 -1
- package/cjs/image/image.styles.js +1 -1
- package/cjs/index.js +1 -1
- package/cjs/input/input.styles.js +1 -1
- package/cjs/link/link.js +1 -1
- package/cjs/link/link.styles.js +1 -1
- package/cjs/modal/modal.styles.js +1 -1
- package/cjs/pagination/pagination.styles.js +1 -1
- package/cjs/popover/popover-content.js +1 -1
- package/cjs/popover/popover-trigger.js +1 -1
- package/cjs/popover/popover.js +1 -1
- package/cjs/popover/popover.styles.js +1 -1
- package/cjs/popover/use-popover.js +1 -1
- package/cjs/popover/utils.js +1 -1
- package/cjs/radio/index.js +1 -1
- package/cjs/radio/radio-context.js +1 -1
- package/cjs/radio/radio-group.js +1 -1
- package/cjs/radio/radio.js +1 -1
- package/cjs/radio/radio.styles.js +1 -1
- package/cjs/radio/use-radio-group.js +1 -0
- package/cjs/radio/use-radio.js +1 -0
- package/cjs/snippet/snippet.styles.js +1 -1
- package/cjs/switch/switch.styles.js +1 -1
- package/cjs/table/table-checkbox-cell.js +1 -1
- package/cjs/table/table-context.js +1 -1
- package/cjs/table/table-select-all-checkbox.js +1 -1
- package/cjs/table/table.js +1 -1
- package/cjs/table/table.styles.js +1 -1
- package/cjs/table/utils.js +1 -1
- package/cjs/theme/colors/blue.js +1 -0
- package/cjs/theme/colors/cyan.js +1 -0
- package/cjs/theme/colors/gray.js +1 -0
- package/cjs/theme/colors/green.js +1 -0
- package/cjs/theme/colors/index.js +1 -0
- package/cjs/theme/colors/pink.js +1 -0
- package/cjs/theme/colors/purple.js +1 -0
- package/cjs/theme/colors/red.js +1 -0
- package/cjs/theme/colors/yellow.js +1 -0
- package/cjs/theme/common.js +1 -1
- package/cjs/theme/dark-theme.js +1 -1
- package/cjs/theme/index.js +1 -1
- package/cjs/theme/light-theme.js +1 -1
- package/cjs/theme/shared-css.js +1 -0
- package/cjs/theme/stitches.config.js +1 -1
- package/cjs/tooltip/tooltip.styles.js +1 -1
- package/cjs/user/index.js +1 -1
- package/cjs/user/user-link.js +1 -1
- package/cjs/user/user.js +1 -1
- package/cjs/user/user.styles.js +1 -1
- package/cjs/utils/checkmark.js +1 -0
- package/cjs/utils/color.js +1 -1
- package/cjs/utils/dom.js +1 -1
- package/cjs/utils/icons.js +1 -1
- package/cjs/utils/prop-types.js +1 -1
- package/dropdown/package.json +6 -0
- package/esm/avatar/avatar.js +1 -1
- package/esm/avatar/avatar.styles.js +1 -1
- package/esm/backdrop/backdrop.styles.js +1 -1
- package/esm/button/button-icon.js +1 -1
- package/esm/button/button.js +1 -1
- package/esm/button/button.styles.js +1 -1
- package/esm/button/utils.js +1 -1
- package/esm/card/card.js +1 -1
- package/esm/card/card.styles.js +1 -1
- package/esm/card/index.js +1 -1
- package/esm/card/use-card.js +1 -0
- package/esm/checkbox/checkbox-context.js +1 -1
- package/esm/checkbox/checkbox-group.js +1 -1
- package/esm/checkbox/checkbox.js +1 -1
- package/esm/checkbox/checkbox.styles.js +1 -1
- package/esm/checkbox/use-checkbox-group.js +1 -0
- package/esm/checkbox/use-checkbox.js +1 -0
- package/esm/collapse/collapse.styles.js +1 -1
- package/esm/css-baseline/css-baseline.js +1 -1
- package/esm/dropdown/base/dropdown-item-base.js +1 -0
- package/esm/dropdown/dropdown-button.js +1 -0
- package/esm/dropdown/dropdown-context.js +1 -0
- package/esm/dropdown/dropdown-icon.js +1 -0
- package/esm/dropdown/dropdown-item.js +1 -0
- package/esm/dropdown/dropdown-menu.js +1 -0
- package/esm/dropdown/dropdown-section.js +1 -0
- package/esm/dropdown/dropdown-trigger.js +1 -0
- package/esm/dropdown/dropdown-types.js +1 -0
- package/esm/dropdown/dropdown.js +1 -0
- package/esm/dropdown/dropdown.styles.js +1 -0
- package/esm/dropdown/index.js +1 -0
- package/esm/dropdown/use-dropdown.js +1 -0
- package/esm/grid/grid-container.js +1 -1
- package/esm/image/image.js +1 -1
- package/esm/image/image.styles.js +1 -1
- package/esm/index.js +1 -1
- package/esm/input/input.styles.js +1 -1
- package/esm/link/link.js +1 -1
- package/esm/link/link.styles.js +1 -1
- package/esm/modal/modal.styles.js +1 -1
- package/esm/pagination/pagination.styles.js +1 -1
- package/esm/popover/popover-content.js +1 -1
- package/esm/popover/popover-trigger.js +1 -1
- package/esm/popover/popover.js +1 -1
- package/esm/popover/popover.styles.js +1 -1
- package/esm/popover/use-popover.js +1 -1
- package/esm/popover/utils.js +1 -1
- package/esm/radio/index.js +1 -1
- package/esm/radio/radio-context.js +1 -1
- package/esm/radio/radio-group.js +1 -1
- package/esm/radio/radio.js +1 -1
- package/esm/radio/radio.styles.js +1 -1
- package/esm/radio/use-radio-group.js +1 -0
- package/esm/radio/use-radio.js +1 -0
- package/esm/snippet/snippet.styles.js +1 -1
- package/esm/switch/switch.styles.js +1 -1
- package/esm/table/table-checkbox-cell.js +1 -1
- package/esm/table/table-context.js +1 -1
- package/esm/table/table-select-all-checkbox.js +1 -1
- package/esm/table/table.js +1 -1
- package/esm/table/table.styles.js +1 -1
- package/esm/table/utils.js +1 -1
- package/esm/theme/colors/blue.js +1 -0
- package/esm/theme/colors/cyan.js +1 -0
- package/esm/theme/colors/gray.js +1 -0
- package/esm/theme/colors/green.js +1 -0
- package/esm/theme/colors/index.js +1 -0
- package/esm/theme/colors/pink.js +1 -0
- package/esm/theme/colors/purple.js +1 -0
- package/esm/theme/colors/red.js +1 -0
- package/esm/theme/colors/yellow.js +1 -0
- package/esm/theme/common.js +1 -1
- package/esm/theme/dark-theme.js +1 -1
- package/esm/theme/index.js +1 -1
- package/esm/theme/light-theme.js +1 -1
- package/esm/theme/shared-css.js +1 -0
- package/esm/theme/stitches.config.js +1 -1
- package/esm/tooltip/tooltip.styles.js +1 -1
- package/esm/user/index.js +1 -1
- package/esm/user/user-link.js +1 -1
- package/esm/user/user.js +1 -1
- package/esm/user/user.styles.js +1 -1
- package/esm/utils/checkmark.js +1 -0
- package/esm/utils/color.js +1 -1
- package/esm/utils/dom.js +1 -1
- package/esm/utils/icons.js +1 -1
- package/esm/utils/prop-types.js +1 -1
- package/package.json +29 -24
- package/types/avatar/avatar-group.styles.d.ts +396 -174
- package/types/avatar/avatar.d.ts +2372 -11
- package/types/avatar/avatar.styles.d.ts +2570 -98
- package/types/backdrop/backdrop.styles.d.ts +594 -261
- package/types/button/button-group.styles.d.ts +198 -87
- package/types/button/button-icon.d.ts +202 -89
- package/types/button/button.d.ts +5 -3
- package/types/button/button.styles.d.ts +1636 -189
- package/types/card/card.d.ts +8 -9
- package/types/card/card.styles.d.ts +3103 -350
- package/types/card/use-card.d.ts +301 -0
- package/types/checkbox/checkbox-context.d.ts +3 -11
- package/types/checkbox/checkbox-group.d.ts +9 -28
- package/types/checkbox/checkbox.d.ts +8 -40
- package/types/checkbox/checkbox.styles.d.ts +2193 -2021
- package/types/checkbox/use-checkbox-group.d.ts +30 -0
- package/types/checkbox/use-checkbox.d.ts +26 -0
- package/types/code/code.styles.d.ts +396 -174
- package/types/col/col.styles.d.ts +198 -87
- package/types/collapse/collapse.styles.d.ts +1199 -533
- package/types/container/container.styles.d.ts +198 -87
- package/types/divider/divider.styles.d.ts +396 -174
- package/types/dropdown/base/dropdown-item-base.d.ts +19 -0
- package/types/dropdown/dropdown-button.d.ts +3689 -0
- package/types/dropdown/dropdown-context.d.ts +728 -0
- package/types/dropdown/dropdown-icon.d.ts +9 -0
- package/types/dropdown/dropdown-item.d.ts +31 -0
- package/types/dropdown/dropdown-menu.d.ts +30 -0
- package/types/dropdown/dropdown-section.d.ts +29 -0
- package/types/dropdown/dropdown-trigger.d.ts +11 -0
- package/types/dropdown/dropdown-types.d.ts +24 -0
- package/types/dropdown/dropdown.d.ts +24 -0
- package/types/dropdown/dropdown.styles.d.ts +11869 -0
- package/types/dropdown/index.d.ts +9 -0
- package/types/dropdown/use-dropdown.d.ts +389 -0
- package/types/grid/grid.styles.d.ts +396 -174
- package/types/image/image.d.ts +5 -18
- package/types/image/image.styles.d.ts +594 -261
- package/types/index.d.ts +5 -1
- package/types/input/input-password.d.ts +1 -1
- package/types/input/input-props.d.ts +2 -2
- package/types/input/input.styles.d.ts +2367 -1146
- package/types/link/link.styles.d.ts +396 -174
- package/types/loading/loading.styles.d.ts +1199 -533
- package/types/modal/modal.styles.d.ts +1199 -533
- package/types/pagination/pagination.styles.d.ts +1199 -533
- package/types/popover/popover-content.d.ts +1147 -2
- package/types/popover/popover-context.d.ts +120 -0
- package/types/popover/popover.d.ts +4 -4
- package/types/popover/popover.styles.d.ts +2374 -88
- package/types/popover/use-popover.d.ts +83 -4
- package/types/popover/utils.d.ts +3 -1
- package/types/progress/progress.d.ts +1 -1
- package/types/progress/progress.styles.d.ts +396 -174
- package/types/radio/index.d.ts +2 -2
- package/types/radio/radio-context.d.ts +22 -13
- package/types/radio/radio-group.d.ts +9 -78
- package/types/radio/radio.d.ts +10 -66
- package/types/radio/radio.styles.d.ts +3335 -562
- package/types/radio/use-radio-group.d.ts +26 -0
- package/types/radio/use-radio.d.ts +31 -0
- package/types/row/row.styles.d.ts +198 -87
- package/types/snippet/snippet.styles.d.ts +803 -359
- package/types/spacer/spacer.styles.d.ts +198 -87
- package/types/switch/switch.d.ts +1 -1
- package/types/switch/switch.styles.d.ts +803 -359
- package/types/table/table-column-header.d.ts +198 -87
- package/types/table/table-sort-icon.d.ts +198 -87
- package/types/table/table.styles.d.ts +3745 -1856
- package/types/table/utils.d.ts +5 -29
- package/types/text/text.styles.d.ts +198 -87
- package/types/textarea/textarea.d.ts +1 -1
- package/types/theme/colors/blue.d.ts +24 -0
- package/types/theme/colors/cyan.d.ts +24 -0
- package/types/theme/colors/gray.d.ts +24 -0
- package/types/theme/colors/green.d.ts +24 -0
- package/types/theme/colors/index.d.ts +8 -0
- package/types/theme/colors/pink.d.ts +24 -0
- package/types/theme/colors/purple.d.ts +24 -0
- package/types/theme/colors/red.d.ts +24 -0
- package/types/theme/colors/yellow.d.ts +24 -0
- package/types/theme/common.d.ts +449 -392
- package/types/theme/dark-theme.d.ts +112 -22
- package/types/theme/light-theme.d.ts +91 -13
- package/types/theme/shared-css.d.ts +5237 -0
- package/types/theme/stitches.config.d.ts +3120 -4934
- package/types/theme/types.d.ts +3 -0
- package/types/tooltip/tooltip.d.ts +1 -1
- package/types/tooltip/tooltip.styles.d.ts +803 -359
- package/types/user/index.d.ts +1 -1
- package/types/user/user-link.d.ts +4 -11
- package/types/user/user.styles.d.ts +787 -1277
- package/types/utils/checkmark.d.ts +19 -0
- package/types/utils/color.d.ts +1 -0
- package/types/utils/dom.d.ts +5 -2
- package/types/utils/drip.d.ts +199 -88
- package/types/utils/prop-types.d.ts +4 -0
- package/umd/nextui.js +14191 -17827
- package/umd/nextui.min.js +1 -1
- package/cjs/checkbox/utils.js +0 -1
- package/esm/checkbox/utils.js +0 -1
- package/types/checkbox/utils.d.ts +0 -288
|
@@ -42,89 +42,20 @@ export declare const StyledContainer: import("@stitches/react/types/styled-compo
|
|
|
42
42
|
lg: string;
|
|
43
43
|
xl: string;
|
|
44
44
|
};
|
|
45
|
+
dropShadows: {
|
|
46
|
+
xs: string;
|
|
47
|
+
sm: string;
|
|
48
|
+
md: string;
|
|
49
|
+
lg: string;
|
|
50
|
+
xl: string;
|
|
51
|
+
};
|
|
45
52
|
colors: {
|
|
46
|
-
accents1: string;
|
|
47
|
-
accents2: string;
|
|
48
|
-
accents3: string;
|
|
49
|
-
accents4: string;
|
|
50
|
-
accents5: string;
|
|
51
|
-
accents6: string;
|
|
52
|
-
accents7: string;
|
|
53
|
-
accents8: string;
|
|
54
|
-
accents9: string;
|
|
55
|
-
background: string;
|
|
56
|
-
foreground: string;
|
|
57
|
-
backgroundContrast: string;
|
|
58
53
|
text: string;
|
|
54
|
+
link: string;
|
|
59
55
|
codeLight: string;
|
|
60
56
|
code: string;
|
|
61
|
-
border: string;
|
|
62
57
|
selection: string;
|
|
63
|
-
|
|
64
|
-
black: string;
|
|
65
|
-
blue100: string;
|
|
66
|
-
blue200: string;
|
|
67
|
-
blue300: string;
|
|
68
|
-
blue400: string;
|
|
69
|
-
blue500: string;
|
|
70
|
-
blue600: string;
|
|
71
|
-
blue700: string;
|
|
72
|
-
blue800: string;
|
|
73
|
-
blue900: string;
|
|
74
|
-
purple100: string;
|
|
75
|
-
purple200: string;
|
|
76
|
-
purple300: string;
|
|
77
|
-
purple400: string;
|
|
78
|
-
purple500: string;
|
|
79
|
-
purple600: string;
|
|
80
|
-
purple700: string;
|
|
81
|
-
purple800: string;
|
|
82
|
-
purple900: string;
|
|
83
|
-
green100: string;
|
|
84
|
-
green200: string;
|
|
85
|
-
green300: string;
|
|
86
|
-
green400: string;
|
|
87
|
-
green500: string;
|
|
88
|
-
green600: string;
|
|
89
|
-
green700: string;
|
|
90
|
-
green800: string;
|
|
91
|
-
green900: string;
|
|
92
|
-
yellow100: string;
|
|
93
|
-
yellow200: string;
|
|
94
|
-
yellow300: string;
|
|
95
|
-
yellow400: string;
|
|
96
|
-
yellow500: string;
|
|
97
|
-
yellow600: string;
|
|
98
|
-
yellow700: string;
|
|
99
|
-
yellow800: string;
|
|
100
|
-
yellow900: string;
|
|
101
|
-
red100: string;
|
|
102
|
-
red200: string;
|
|
103
|
-
red300: string;
|
|
104
|
-
red400: string;
|
|
105
|
-
red500: string;
|
|
106
|
-
red600: string;
|
|
107
|
-
red700: string;
|
|
108
|
-
red800: string;
|
|
109
|
-
red900: string;
|
|
110
|
-
cyan100: string;
|
|
111
|
-
cyan200: string;
|
|
112
|
-
cyan300: string;
|
|
113
|
-
cyan400: string;
|
|
114
|
-
cyan500: string;
|
|
115
|
-
cyan600: string;
|
|
116
|
-
cyan700: string;
|
|
117
|
-
cyan800: string;
|
|
118
|
-
cyan900: string;
|
|
119
|
-
pink100: string;
|
|
120
|
-
pink200: string;
|
|
121
|
-
pink300: string;
|
|
122
|
-
pink400: string;
|
|
123
|
-
pink500: string;
|
|
124
|
-
pink600: string;
|
|
125
|
-
pink700: string;
|
|
126
|
-
pink800: string;
|
|
127
|
-
pink900: string;
|
|
58
|
+
gray50: string;
|
|
128
59
|
gray100: string;
|
|
129
60
|
gray200: string;
|
|
130
61
|
gray300: string;
|
|
@@ -134,41 +65,173 @@ export declare const StyledContainer: import("@stitches/react/types/styled-compo
|
|
|
134
65
|
gray700: string;
|
|
135
66
|
gray800: string;
|
|
136
67
|
gray900: string;
|
|
68
|
+
pink50: string;
|
|
69
|
+
pink100: string;
|
|
70
|
+
pink200: string;
|
|
71
|
+
pink300: string;
|
|
72
|
+
pink400: string;
|
|
73
|
+
pink500: string;
|
|
74
|
+
pink600: string;
|
|
75
|
+
pink700: string;
|
|
76
|
+
pink800: string;
|
|
77
|
+
pink900: string;
|
|
78
|
+
cyan50: string;
|
|
79
|
+
cyan100: string;
|
|
80
|
+
cyan200: string;
|
|
81
|
+
cyan300: string;
|
|
82
|
+
cyan400: string;
|
|
83
|
+
cyan500: string;
|
|
84
|
+
cyan600: string;
|
|
85
|
+
cyan700: string;
|
|
86
|
+
cyan800: string;
|
|
87
|
+
cyan900: string;
|
|
88
|
+
red50: string;
|
|
89
|
+
red100: string;
|
|
90
|
+
red200: string;
|
|
91
|
+
red300: string;
|
|
92
|
+
red400: string;
|
|
93
|
+
red500: string;
|
|
94
|
+
red600: string;
|
|
95
|
+
red700: string;
|
|
96
|
+
red800: string;
|
|
97
|
+
red900: string;
|
|
98
|
+
yellow50: string;
|
|
99
|
+
yellow100: string;
|
|
100
|
+
yellow200: string;
|
|
101
|
+
yellow300: string;
|
|
102
|
+
yellow400: string;
|
|
103
|
+
yellow500: string;
|
|
104
|
+
yellow600: string;
|
|
105
|
+
yellow700: string;
|
|
106
|
+
yellow800: string;
|
|
107
|
+
yellow900: string;
|
|
108
|
+
green50: string;
|
|
109
|
+
green100: string;
|
|
110
|
+
green200: string;
|
|
111
|
+
green300: string;
|
|
112
|
+
green400: string;
|
|
113
|
+
green500: string;
|
|
114
|
+
green600: string;
|
|
115
|
+
green700: string;
|
|
116
|
+
green800: string;
|
|
117
|
+
green900: string;
|
|
118
|
+
purple50: string;
|
|
119
|
+
purple100: string;
|
|
120
|
+
purple200: string;
|
|
121
|
+
purple300: string;
|
|
122
|
+
purple400: string;
|
|
123
|
+
purple500: string;
|
|
124
|
+
purple600: string;
|
|
125
|
+
purple700: string;
|
|
126
|
+
purple800: string;
|
|
127
|
+
purple900: string;
|
|
128
|
+
blue50: string;
|
|
129
|
+
blue100: string;
|
|
130
|
+
blue200: string;
|
|
131
|
+
blue300: string;
|
|
132
|
+
blue400: string;
|
|
133
|
+
blue500: string;
|
|
134
|
+
blue600: string;
|
|
135
|
+
blue700: string;
|
|
136
|
+
blue800: string;
|
|
137
|
+
blue900: string;
|
|
138
|
+
background: string;
|
|
139
|
+
foreground: string;
|
|
140
|
+
backgroundContrast: string;
|
|
141
|
+
white: string;
|
|
142
|
+
black: string;
|
|
137
143
|
primaryLight: string;
|
|
144
|
+
primaryLightHover: string;
|
|
145
|
+
primaryLightActive: string;
|
|
146
|
+
primaryLightContrast: string;
|
|
138
147
|
primary: string;
|
|
139
|
-
|
|
148
|
+
primaryBorder: string;
|
|
149
|
+
primaryBorderHover: string;
|
|
150
|
+
primarySolidHover: string;
|
|
151
|
+
primarySolidContrast: string;
|
|
140
152
|
primaryShadow: string;
|
|
141
153
|
secondaryLight: string;
|
|
154
|
+
secondaryLightHover: string;
|
|
155
|
+
secondaryLightActive: string;
|
|
156
|
+
secondaryLightContrast: string;
|
|
142
157
|
secondary: string;
|
|
143
|
-
|
|
158
|
+
secondaryBorder: string;
|
|
159
|
+
secondaryBorderHover: string;
|
|
160
|
+
secondarySolidHover: string;
|
|
161
|
+
secondarySolidContrast: string;
|
|
144
162
|
secondaryShadow: string;
|
|
145
163
|
successLight: string;
|
|
164
|
+
successLightHover: string;
|
|
165
|
+
successLightActive: string;
|
|
166
|
+
successLightContrast: string;
|
|
146
167
|
success: string;
|
|
147
|
-
|
|
168
|
+
successBorder: string;
|
|
169
|
+
successBorderHover: string;
|
|
170
|
+
successSolidHover: string;
|
|
171
|
+
successSolidContrast: string;
|
|
148
172
|
successShadow: string;
|
|
149
173
|
warningLight: string;
|
|
174
|
+
warningLightHover: string;
|
|
175
|
+
warningLightActive: string;
|
|
176
|
+
warningLightContrast: string;
|
|
150
177
|
warning: string;
|
|
151
|
-
|
|
178
|
+
warningBorder: string;
|
|
179
|
+
warningBorderHover: string;
|
|
180
|
+
warningSolidHover: string;
|
|
181
|
+
warningSolidContrast: string;
|
|
152
182
|
warningShadow: string;
|
|
153
183
|
errorLight: string;
|
|
184
|
+
errorLightHover: string;
|
|
185
|
+
errorLightActive: string;
|
|
186
|
+
errorLightContrast: string;
|
|
154
187
|
error: string;
|
|
155
|
-
|
|
188
|
+
errorBorder: string;
|
|
189
|
+
errorBorderHover: string;
|
|
190
|
+
errorSolidHover: string;
|
|
191
|
+
errorSolidContrast: string;
|
|
156
192
|
errorShadow: string;
|
|
193
|
+
neutralLight: string;
|
|
194
|
+
neutralLightHover: string;
|
|
195
|
+
neutralLightActive: string;
|
|
196
|
+
neutralLightContrast: string;
|
|
197
|
+
neutral: string;
|
|
198
|
+
neutralBorder: string;
|
|
199
|
+
neutralBorderHover: string;
|
|
200
|
+
neutralSolidHover: string;
|
|
201
|
+
neutralSolidContrast: string;
|
|
202
|
+
neutralShadow: string;
|
|
157
203
|
gradient: string;
|
|
158
|
-
|
|
204
|
+
accents0: string;
|
|
205
|
+
accents1: string;
|
|
206
|
+
accents2: string;
|
|
207
|
+
accents3: string;
|
|
208
|
+
accents4: string;
|
|
209
|
+
accents5: string;
|
|
210
|
+
accents6: string;
|
|
211
|
+
accents7: string;
|
|
212
|
+
accents8: string;
|
|
213
|
+
accents9: string;
|
|
214
|
+
border: string;
|
|
159
215
|
};
|
|
160
216
|
fonts: {
|
|
161
217
|
sans: string;
|
|
162
218
|
mono: string;
|
|
163
219
|
};
|
|
164
220
|
fontSizes: {
|
|
165
|
-
tiny: string;
|
|
166
221
|
xs: string;
|
|
167
|
-
base: string;
|
|
168
222
|
sm: string;
|
|
223
|
+
base: string;
|
|
169
224
|
md: string;
|
|
170
225
|
lg: string;
|
|
171
226
|
xl: string;
|
|
227
|
+
xl2: string;
|
|
228
|
+
xl3: string;
|
|
229
|
+
xl4: string;
|
|
230
|
+
xl5: string;
|
|
231
|
+
xl6: string;
|
|
232
|
+
xl7: string;
|
|
233
|
+
xl8: string;
|
|
234
|
+
xl9: string;
|
|
172
235
|
};
|
|
173
236
|
fontWeights: {
|
|
174
237
|
hairline: number;
|
|
@@ -184,9 +247,18 @@ export declare const StyledContainer: import("@stitches/react/types/styled-compo
|
|
|
184
247
|
lineHeights: {
|
|
185
248
|
xs: number;
|
|
186
249
|
sm: number;
|
|
250
|
+
base: number;
|
|
187
251
|
md: number;
|
|
188
252
|
lg: number;
|
|
189
253
|
xl: number;
|
|
254
|
+
xl2: number;
|
|
255
|
+
xl3: number;
|
|
256
|
+
xl4: number;
|
|
257
|
+
xl5: number;
|
|
258
|
+
xl6: number;
|
|
259
|
+
xl7: number;
|
|
260
|
+
xl8: number;
|
|
261
|
+
xl9: number;
|
|
190
262
|
};
|
|
191
263
|
letterSpacings: {
|
|
192
264
|
tighter: string;
|
|
@@ -271,6 +343,7 @@ export declare const StyledContainer: import("@stitches/react/types/styled-compo
|
|
|
271
343
|
avatar: string;
|
|
272
344
|
link: string;
|
|
273
345
|
card: string;
|
|
346
|
+
dropdownItem: string;
|
|
274
347
|
};
|
|
275
348
|
breakpoints: {
|
|
276
349
|
xs: string;
|
|
@@ -646,7 +719,9 @@ export declare const StyledContainer: import("@stitches/react/types/styled-compo
|
|
|
646
719
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
647
720
|
}) => {
|
|
648
721
|
bf: string;
|
|
649
|
-
bg:
|
|
722
|
+
bg: {
|
|
723
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
724
|
+
};
|
|
650
725
|
};
|
|
651
726
|
bgColor: (value: {
|
|
652
727
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -724,6 +799,32 @@ export declare const StyledContainer: import("@stitches/react/types/styled-compo
|
|
|
724
799
|
readonly [$$PropertyValue]: "boxShadow";
|
|
725
800
|
};
|
|
726
801
|
};
|
|
802
|
+
ds: (value: {
|
|
803
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
804
|
+
}) => {
|
|
805
|
+
dropShadow: {
|
|
806
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
807
|
+
};
|
|
808
|
+
};
|
|
809
|
+
shadow: (value: {
|
|
810
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
811
|
+
}) => {
|
|
812
|
+
boxShadow: {
|
|
813
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
814
|
+
};
|
|
815
|
+
};
|
|
816
|
+
dshadow: (value: {
|
|
817
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
818
|
+
}) => {
|
|
819
|
+
dropShadow: {
|
|
820
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
821
|
+
};
|
|
822
|
+
};
|
|
823
|
+
dropShadow: (value: {
|
|
824
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
825
|
+
}) => {
|
|
826
|
+
filter: string;
|
|
827
|
+
};
|
|
727
828
|
normalShadow: (value: {
|
|
728
829
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
729
830
|
}) => {
|
|
@@ -927,6 +1028,16 @@ export declare const StyledContainer: import("@stitches/react/types/styled-compo
|
|
|
927
1028
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
928
1029
|
};
|
|
929
1030
|
};
|
|
1031
|
+
truncateText: (value: {
|
|
1032
|
+
readonly [$$PropertyValue]: "width";
|
|
1033
|
+
}) => {
|
|
1034
|
+
maxWidth: {
|
|
1035
|
+
readonly [$$PropertyValue]: "width";
|
|
1036
|
+
};
|
|
1037
|
+
whiteSpace: string;
|
|
1038
|
+
overflow: string;
|
|
1039
|
+
textOverflow: string;
|
|
1040
|
+
};
|
|
930
1041
|
textGradient: (value: {
|
|
931
1042
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
932
1043
|
}) => {
|