@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
|
@@ -39,89 +39,20 @@ export declare const StyledModalHideTab: import("@stitches/react/types/styled-co
|
|
|
39
39
|
lg: string;
|
|
40
40
|
xl: string;
|
|
41
41
|
};
|
|
42
|
+
dropShadows: {
|
|
43
|
+
xs: string;
|
|
44
|
+
sm: string;
|
|
45
|
+
md: string;
|
|
46
|
+
lg: string;
|
|
47
|
+
xl: string;
|
|
48
|
+
};
|
|
42
49
|
colors: {
|
|
43
|
-
accents1: string;
|
|
44
|
-
accents2: string;
|
|
45
|
-
accents3: string;
|
|
46
|
-
accents4: string;
|
|
47
|
-
accents5: string;
|
|
48
|
-
accents6: string;
|
|
49
|
-
accents7: string;
|
|
50
|
-
accents8: string;
|
|
51
|
-
accents9: string;
|
|
52
|
-
background: string;
|
|
53
|
-
foreground: string;
|
|
54
|
-
backgroundContrast: string;
|
|
55
50
|
text: string;
|
|
51
|
+
link: string;
|
|
56
52
|
codeLight: string;
|
|
57
53
|
code: string;
|
|
58
|
-
border: string;
|
|
59
54
|
selection: string;
|
|
60
|
-
|
|
61
|
-
black: string;
|
|
62
|
-
blue100: string;
|
|
63
|
-
blue200: string;
|
|
64
|
-
blue300: string;
|
|
65
|
-
blue400: string;
|
|
66
|
-
blue500: string;
|
|
67
|
-
blue600: string;
|
|
68
|
-
blue700: string;
|
|
69
|
-
blue800: string;
|
|
70
|
-
blue900: string;
|
|
71
|
-
purple100: string;
|
|
72
|
-
purple200: string;
|
|
73
|
-
purple300: string;
|
|
74
|
-
purple400: string;
|
|
75
|
-
purple500: string;
|
|
76
|
-
purple600: string;
|
|
77
|
-
purple700: string;
|
|
78
|
-
purple800: string;
|
|
79
|
-
purple900: string;
|
|
80
|
-
green100: string;
|
|
81
|
-
green200: string;
|
|
82
|
-
green300: string;
|
|
83
|
-
green400: string;
|
|
84
|
-
green500: string;
|
|
85
|
-
green600: string;
|
|
86
|
-
green700: string;
|
|
87
|
-
green800: string;
|
|
88
|
-
green900: string;
|
|
89
|
-
yellow100: string;
|
|
90
|
-
yellow200: string;
|
|
91
|
-
yellow300: string;
|
|
92
|
-
yellow400: string;
|
|
93
|
-
yellow500: string;
|
|
94
|
-
yellow600: string;
|
|
95
|
-
yellow700: string;
|
|
96
|
-
yellow800: string;
|
|
97
|
-
yellow900: string;
|
|
98
|
-
red100: string;
|
|
99
|
-
red200: string;
|
|
100
|
-
red300: string;
|
|
101
|
-
red400: string;
|
|
102
|
-
red500: string;
|
|
103
|
-
red600: string;
|
|
104
|
-
red700: string;
|
|
105
|
-
red800: string;
|
|
106
|
-
red900: string;
|
|
107
|
-
cyan100: string;
|
|
108
|
-
cyan200: string;
|
|
109
|
-
cyan300: string;
|
|
110
|
-
cyan400: string;
|
|
111
|
-
cyan500: string;
|
|
112
|
-
cyan600: string;
|
|
113
|
-
cyan700: string;
|
|
114
|
-
cyan800: string;
|
|
115
|
-
cyan900: string;
|
|
116
|
-
pink100: string;
|
|
117
|
-
pink200: string;
|
|
118
|
-
pink300: string;
|
|
119
|
-
pink400: string;
|
|
120
|
-
pink500: string;
|
|
121
|
-
pink600: string;
|
|
122
|
-
pink700: string;
|
|
123
|
-
pink800: string;
|
|
124
|
-
pink900: string;
|
|
55
|
+
gray50: string;
|
|
125
56
|
gray100: string;
|
|
126
57
|
gray200: string;
|
|
127
58
|
gray300: string;
|
|
@@ -131,41 +62,173 @@ export declare const StyledModalHideTab: import("@stitches/react/types/styled-co
|
|
|
131
62
|
gray700: string;
|
|
132
63
|
gray800: string;
|
|
133
64
|
gray900: string;
|
|
65
|
+
pink50: string;
|
|
66
|
+
pink100: string;
|
|
67
|
+
pink200: string;
|
|
68
|
+
pink300: string;
|
|
69
|
+
pink400: string;
|
|
70
|
+
pink500: string;
|
|
71
|
+
pink600: string;
|
|
72
|
+
pink700: string;
|
|
73
|
+
pink800: string;
|
|
74
|
+
pink900: string;
|
|
75
|
+
cyan50: string;
|
|
76
|
+
cyan100: string;
|
|
77
|
+
cyan200: string;
|
|
78
|
+
cyan300: string;
|
|
79
|
+
cyan400: string;
|
|
80
|
+
cyan500: string;
|
|
81
|
+
cyan600: string;
|
|
82
|
+
cyan700: string;
|
|
83
|
+
cyan800: string;
|
|
84
|
+
cyan900: string;
|
|
85
|
+
red50: string;
|
|
86
|
+
red100: string;
|
|
87
|
+
red200: string;
|
|
88
|
+
red300: string;
|
|
89
|
+
red400: string;
|
|
90
|
+
red500: string;
|
|
91
|
+
red600: string;
|
|
92
|
+
red700: string;
|
|
93
|
+
red800: string;
|
|
94
|
+
red900: string;
|
|
95
|
+
yellow50: 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
|
+
green50: string;
|
|
106
|
+
green100: string;
|
|
107
|
+
green200: string;
|
|
108
|
+
green300: string;
|
|
109
|
+
green400: string;
|
|
110
|
+
green500: string;
|
|
111
|
+
green600: string;
|
|
112
|
+
green700: string;
|
|
113
|
+
green800: string;
|
|
114
|
+
green900: string;
|
|
115
|
+
purple50: string;
|
|
116
|
+
purple100: string;
|
|
117
|
+
purple200: string;
|
|
118
|
+
purple300: string;
|
|
119
|
+
purple400: string;
|
|
120
|
+
purple500: string;
|
|
121
|
+
purple600: string;
|
|
122
|
+
purple700: string;
|
|
123
|
+
purple800: string;
|
|
124
|
+
purple900: string;
|
|
125
|
+
blue50: string;
|
|
126
|
+
blue100: string;
|
|
127
|
+
blue200: string;
|
|
128
|
+
blue300: string;
|
|
129
|
+
blue400: string;
|
|
130
|
+
blue500: string;
|
|
131
|
+
blue600: string;
|
|
132
|
+
blue700: string;
|
|
133
|
+
blue800: string;
|
|
134
|
+
blue900: string;
|
|
135
|
+
background: string;
|
|
136
|
+
foreground: string;
|
|
137
|
+
backgroundContrast: string;
|
|
138
|
+
white: string;
|
|
139
|
+
black: string;
|
|
134
140
|
primaryLight: string;
|
|
141
|
+
primaryLightHover: string;
|
|
142
|
+
primaryLightActive: string;
|
|
143
|
+
primaryLightContrast: string;
|
|
135
144
|
primary: string;
|
|
136
|
-
|
|
145
|
+
primaryBorder: string;
|
|
146
|
+
primaryBorderHover: string;
|
|
147
|
+
primarySolidHover: string;
|
|
148
|
+
primarySolidContrast: string;
|
|
137
149
|
primaryShadow: string;
|
|
138
150
|
secondaryLight: string;
|
|
151
|
+
secondaryLightHover: string;
|
|
152
|
+
secondaryLightActive: string;
|
|
153
|
+
secondaryLightContrast: string;
|
|
139
154
|
secondary: string;
|
|
140
|
-
|
|
155
|
+
secondaryBorder: string;
|
|
156
|
+
secondaryBorderHover: string;
|
|
157
|
+
secondarySolidHover: string;
|
|
158
|
+
secondarySolidContrast: string;
|
|
141
159
|
secondaryShadow: string;
|
|
142
160
|
successLight: string;
|
|
161
|
+
successLightHover: string;
|
|
162
|
+
successLightActive: string;
|
|
163
|
+
successLightContrast: string;
|
|
143
164
|
success: string;
|
|
144
|
-
|
|
165
|
+
successBorder: string;
|
|
166
|
+
successBorderHover: string;
|
|
167
|
+
successSolidHover: string;
|
|
168
|
+
successSolidContrast: string;
|
|
145
169
|
successShadow: string;
|
|
146
170
|
warningLight: string;
|
|
171
|
+
warningLightHover: string;
|
|
172
|
+
warningLightActive: string;
|
|
173
|
+
warningLightContrast: string;
|
|
147
174
|
warning: string;
|
|
148
|
-
|
|
175
|
+
warningBorder: string;
|
|
176
|
+
warningBorderHover: string;
|
|
177
|
+
warningSolidHover: string;
|
|
178
|
+
warningSolidContrast: string;
|
|
149
179
|
warningShadow: string;
|
|
150
180
|
errorLight: string;
|
|
181
|
+
errorLightHover: string;
|
|
182
|
+
errorLightActive: string;
|
|
183
|
+
errorLightContrast: string;
|
|
151
184
|
error: string;
|
|
152
|
-
|
|
185
|
+
errorBorder: string;
|
|
186
|
+
errorBorderHover: string;
|
|
187
|
+
errorSolidHover: string;
|
|
188
|
+
errorSolidContrast: string;
|
|
153
189
|
errorShadow: string;
|
|
190
|
+
neutralLight: string;
|
|
191
|
+
neutralLightHover: string;
|
|
192
|
+
neutralLightActive: string;
|
|
193
|
+
neutralLightContrast: string;
|
|
194
|
+
neutral: string;
|
|
195
|
+
neutralBorder: string;
|
|
196
|
+
neutralBorderHover: string;
|
|
197
|
+
neutralSolidHover: string;
|
|
198
|
+
neutralSolidContrast: string;
|
|
199
|
+
neutralShadow: string;
|
|
154
200
|
gradient: string;
|
|
155
|
-
|
|
201
|
+
accents0: string;
|
|
202
|
+
accents1: string;
|
|
203
|
+
accents2: string;
|
|
204
|
+
accents3: string;
|
|
205
|
+
accents4: string;
|
|
206
|
+
accents5: string;
|
|
207
|
+
accents6: string;
|
|
208
|
+
accents7: string;
|
|
209
|
+
accents8: string;
|
|
210
|
+
accents9: string;
|
|
211
|
+
border: string;
|
|
156
212
|
};
|
|
157
213
|
fonts: {
|
|
158
214
|
sans: string;
|
|
159
215
|
mono: string;
|
|
160
216
|
};
|
|
161
217
|
fontSizes: {
|
|
162
|
-
tiny: string;
|
|
163
218
|
xs: string;
|
|
164
|
-
base: string;
|
|
165
219
|
sm: string;
|
|
220
|
+
base: string;
|
|
166
221
|
md: string;
|
|
167
222
|
lg: string;
|
|
168
223
|
xl: string;
|
|
224
|
+
xl2: string;
|
|
225
|
+
xl3: string;
|
|
226
|
+
xl4: string;
|
|
227
|
+
xl5: string;
|
|
228
|
+
xl6: string;
|
|
229
|
+
xl7: string;
|
|
230
|
+
xl8: string;
|
|
231
|
+
xl9: string;
|
|
169
232
|
};
|
|
170
233
|
fontWeights: {
|
|
171
234
|
hairline: number;
|
|
@@ -181,9 +244,18 @@ export declare const StyledModalHideTab: import("@stitches/react/types/styled-co
|
|
|
181
244
|
lineHeights: {
|
|
182
245
|
xs: number;
|
|
183
246
|
sm: number;
|
|
247
|
+
base: number;
|
|
184
248
|
md: number;
|
|
185
249
|
lg: number;
|
|
186
250
|
xl: number;
|
|
251
|
+
xl2: number;
|
|
252
|
+
xl3: number;
|
|
253
|
+
xl4: number;
|
|
254
|
+
xl5: number;
|
|
255
|
+
xl6: number;
|
|
256
|
+
xl7: number;
|
|
257
|
+
xl8: number;
|
|
258
|
+
xl9: number;
|
|
187
259
|
};
|
|
188
260
|
letterSpacings: {
|
|
189
261
|
tighter: string;
|
|
@@ -268,6 +340,7 @@ export declare const StyledModalHideTab: import("@stitches/react/types/styled-co
|
|
|
268
340
|
avatar: string;
|
|
269
341
|
link: string;
|
|
270
342
|
card: string;
|
|
343
|
+
dropdownItem: string;
|
|
271
344
|
};
|
|
272
345
|
breakpoints: {
|
|
273
346
|
xs: string;
|
|
@@ -643,7 +716,9 @@ export declare const StyledModalHideTab: import("@stitches/react/types/styled-co
|
|
|
643
716
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
644
717
|
}) => {
|
|
645
718
|
bf: string;
|
|
646
|
-
bg:
|
|
719
|
+
bg: {
|
|
720
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
721
|
+
};
|
|
647
722
|
};
|
|
648
723
|
bgColor: (value: {
|
|
649
724
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -721,6 +796,32 @@ export declare const StyledModalHideTab: import("@stitches/react/types/styled-co
|
|
|
721
796
|
readonly [$$PropertyValue]: "boxShadow";
|
|
722
797
|
};
|
|
723
798
|
};
|
|
799
|
+
ds: (value: {
|
|
800
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
801
|
+
}) => {
|
|
802
|
+
dropShadow: {
|
|
803
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
804
|
+
};
|
|
805
|
+
};
|
|
806
|
+
shadow: (value: {
|
|
807
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
808
|
+
}) => {
|
|
809
|
+
boxShadow: {
|
|
810
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
811
|
+
};
|
|
812
|
+
};
|
|
813
|
+
dshadow: (value: {
|
|
814
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
815
|
+
}) => {
|
|
816
|
+
dropShadow: {
|
|
817
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
818
|
+
};
|
|
819
|
+
};
|
|
820
|
+
dropShadow: (value: {
|
|
821
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
822
|
+
}) => {
|
|
823
|
+
filter: string;
|
|
824
|
+
};
|
|
724
825
|
normalShadow: (value: {
|
|
725
826
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
726
827
|
}) => {
|
|
@@ -924,6 +1025,16 @@ export declare const StyledModalHideTab: import("@stitches/react/types/styled-co
|
|
|
924
1025
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
925
1026
|
};
|
|
926
1027
|
};
|
|
1028
|
+
truncateText: (value: {
|
|
1029
|
+
readonly [$$PropertyValue]: "width";
|
|
1030
|
+
}) => {
|
|
1031
|
+
maxWidth: {
|
|
1032
|
+
readonly [$$PropertyValue]: "width";
|
|
1033
|
+
};
|
|
1034
|
+
whiteSpace: string;
|
|
1035
|
+
overflow: string;
|
|
1036
|
+
textOverflow: string;
|
|
1037
|
+
};
|
|
927
1038
|
textGradient: (value: {
|
|
928
1039
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
929
1040
|
}) => {
|
|
@@ -977,89 +1088,20 @@ export declare const StyledModalCloseButton: import("@stitches/react/types/style
|
|
|
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 StyledModalCloseButton: import("@stitches/react/types/style
|
|
|
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 StyledModalCloseButton: import("@stitches/react/types/style
|
|
|
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 StyledModalCloseButton: import("@stitches/react/types/style
|
|
|
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 StyledModalCloseButton: import("@stitches/react/types/style
|
|
|
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 StyledModalCloseButton: import("@stitches/react/types/style
|
|
|
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 StyledModalCloseButton: import("@stitches/react/types/style
|
|
|
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
|
}) => {
|
|
@@ -1916,89 +2138,20 @@ export declare const StyledModalHeader: import("@stitches/react/types/styled-com
|
|
|
1916
2138
|
lg: string;
|
|
1917
2139
|
xl: string;
|
|
1918
2140
|
};
|
|
2141
|
+
dropShadows: {
|
|
2142
|
+
xs: string;
|
|
2143
|
+
sm: string;
|
|
2144
|
+
md: string;
|
|
2145
|
+
lg: string;
|
|
2146
|
+
xl: string;
|
|
2147
|
+
};
|
|
1919
2148
|
colors: {
|
|
1920
|
-
accents1: string;
|
|
1921
|
-
accents2: string;
|
|
1922
|
-
accents3: string;
|
|
1923
|
-
accents4: string;
|
|
1924
|
-
accents5: string;
|
|
1925
|
-
accents6: string;
|
|
1926
|
-
accents7: string;
|
|
1927
|
-
accents8: string;
|
|
1928
|
-
accents9: string;
|
|
1929
|
-
background: string;
|
|
1930
|
-
foreground: string;
|
|
1931
|
-
backgroundContrast: string;
|
|
1932
2149
|
text: string;
|
|
2150
|
+
link: string;
|
|
1933
2151
|
codeLight: string;
|
|
1934
2152
|
code: string;
|
|
1935
|
-
border: string;
|
|
1936
2153
|
selection: string;
|
|
1937
|
-
|
|
1938
|
-
black: string;
|
|
1939
|
-
blue100: string;
|
|
1940
|
-
blue200: string;
|
|
1941
|
-
blue300: string;
|
|
1942
|
-
blue400: string;
|
|
1943
|
-
blue500: string;
|
|
1944
|
-
blue600: string;
|
|
1945
|
-
blue700: string;
|
|
1946
|
-
blue800: string;
|
|
1947
|
-
blue900: string;
|
|
1948
|
-
purple100: string;
|
|
1949
|
-
purple200: string;
|
|
1950
|
-
purple300: string;
|
|
1951
|
-
purple400: string;
|
|
1952
|
-
purple500: string;
|
|
1953
|
-
purple600: string;
|
|
1954
|
-
purple700: string;
|
|
1955
|
-
purple800: string;
|
|
1956
|
-
purple900: string;
|
|
1957
|
-
green100: string;
|
|
1958
|
-
green200: string;
|
|
1959
|
-
green300: string;
|
|
1960
|
-
green400: string;
|
|
1961
|
-
green500: string;
|
|
1962
|
-
green600: string;
|
|
1963
|
-
green700: string;
|
|
1964
|
-
green800: string;
|
|
1965
|
-
green900: string;
|
|
1966
|
-
yellow100: string;
|
|
1967
|
-
yellow200: string;
|
|
1968
|
-
yellow300: string;
|
|
1969
|
-
yellow400: string;
|
|
1970
|
-
yellow500: string;
|
|
1971
|
-
yellow600: string;
|
|
1972
|
-
yellow700: string;
|
|
1973
|
-
yellow800: string;
|
|
1974
|
-
yellow900: string;
|
|
1975
|
-
red100: string;
|
|
1976
|
-
red200: string;
|
|
1977
|
-
red300: string;
|
|
1978
|
-
red400: string;
|
|
1979
|
-
red500: string;
|
|
1980
|
-
red600: string;
|
|
1981
|
-
red700: string;
|
|
1982
|
-
red800: string;
|
|
1983
|
-
red900: string;
|
|
1984
|
-
cyan100: string;
|
|
1985
|
-
cyan200: string;
|
|
1986
|
-
cyan300: string;
|
|
1987
|
-
cyan400: string;
|
|
1988
|
-
cyan500: string;
|
|
1989
|
-
cyan600: string;
|
|
1990
|
-
cyan700: string;
|
|
1991
|
-
cyan800: string;
|
|
1992
|
-
cyan900: string;
|
|
1993
|
-
pink100: string;
|
|
1994
|
-
pink200: string;
|
|
1995
|
-
pink300: string;
|
|
1996
|
-
pink400: string;
|
|
1997
|
-
pink500: string;
|
|
1998
|
-
pink600: string;
|
|
1999
|
-
pink700: string;
|
|
2000
|
-
pink800: string;
|
|
2001
|
-
pink900: string;
|
|
2154
|
+
gray50: string;
|
|
2002
2155
|
gray100: string;
|
|
2003
2156
|
gray200: string;
|
|
2004
2157
|
gray300: string;
|
|
@@ -2008,41 +2161,173 @@ export declare const StyledModalHeader: import("@stitches/react/types/styled-com
|
|
|
2008
2161
|
gray700: string;
|
|
2009
2162
|
gray800: string;
|
|
2010
2163
|
gray900: string;
|
|
2164
|
+
pink50: string;
|
|
2165
|
+
pink100: string;
|
|
2166
|
+
pink200: string;
|
|
2167
|
+
pink300: string;
|
|
2168
|
+
pink400: string;
|
|
2169
|
+
pink500: string;
|
|
2170
|
+
pink600: string;
|
|
2171
|
+
pink700: string;
|
|
2172
|
+
pink800: string;
|
|
2173
|
+
pink900: string;
|
|
2174
|
+
cyan50: string;
|
|
2175
|
+
cyan100: string;
|
|
2176
|
+
cyan200: string;
|
|
2177
|
+
cyan300: string;
|
|
2178
|
+
cyan400: string;
|
|
2179
|
+
cyan500: string;
|
|
2180
|
+
cyan600: string;
|
|
2181
|
+
cyan700: string;
|
|
2182
|
+
cyan800: string;
|
|
2183
|
+
cyan900: string;
|
|
2184
|
+
red50: string;
|
|
2185
|
+
red100: string;
|
|
2186
|
+
red200: string;
|
|
2187
|
+
red300: string;
|
|
2188
|
+
red400: string;
|
|
2189
|
+
red500: string;
|
|
2190
|
+
red600: string;
|
|
2191
|
+
red700: string;
|
|
2192
|
+
red800: string;
|
|
2193
|
+
red900: string;
|
|
2194
|
+
yellow50: string;
|
|
2195
|
+
yellow100: string;
|
|
2196
|
+
yellow200: string;
|
|
2197
|
+
yellow300: string;
|
|
2198
|
+
yellow400: string;
|
|
2199
|
+
yellow500: string;
|
|
2200
|
+
yellow600: string;
|
|
2201
|
+
yellow700: string;
|
|
2202
|
+
yellow800: string;
|
|
2203
|
+
yellow900: string;
|
|
2204
|
+
green50: string;
|
|
2205
|
+
green100: string;
|
|
2206
|
+
green200: string;
|
|
2207
|
+
green300: string;
|
|
2208
|
+
green400: string;
|
|
2209
|
+
green500: string;
|
|
2210
|
+
green600: string;
|
|
2211
|
+
green700: string;
|
|
2212
|
+
green800: string;
|
|
2213
|
+
green900: string;
|
|
2214
|
+
purple50: string;
|
|
2215
|
+
purple100: string;
|
|
2216
|
+
purple200: string;
|
|
2217
|
+
purple300: string;
|
|
2218
|
+
purple400: string;
|
|
2219
|
+
purple500: string;
|
|
2220
|
+
purple600: string;
|
|
2221
|
+
purple700: string;
|
|
2222
|
+
purple800: string;
|
|
2223
|
+
purple900: string;
|
|
2224
|
+
blue50: string;
|
|
2225
|
+
blue100: string;
|
|
2226
|
+
blue200: string;
|
|
2227
|
+
blue300: string;
|
|
2228
|
+
blue400: string;
|
|
2229
|
+
blue500: string;
|
|
2230
|
+
blue600: string;
|
|
2231
|
+
blue700: string;
|
|
2232
|
+
blue800: string;
|
|
2233
|
+
blue900: string;
|
|
2234
|
+
background: string;
|
|
2235
|
+
foreground: string;
|
|
2236
|
+
backgroundContrast: string;
|
|
2237
|
+
white: string;
|
|
2238
|
+
black: string;
|
|
2011
2239
|
primaryLight: string;
|
|
2240
|
+
primaryLightHover: string;
|
|
2241
|
+
primaryLightActive: string;
|
|
2242
|
+
primaryLightContrast: string;
|
|
2012
2243
|
primary: string;
|
|
2013
|
-
|
|
2244
|
+
primaryBorder: string;
|
|
2245
|
+
primaryBorderHover: string;
|
|
2246
|
+
primarySolidHover: string;
|
|
2247
|
+
primarySolidContrast: string;
|
|
2014
2248
|
primaryShadow: string;
|
|
2015
2249
|
secondaryLight: string;
|
|
2250
|
+
secondaryLightHover: string;
|
|
2251
|
+
secondaryLightActive: string;
|
|
2252
|
+
secondaryLightContrast: string;
|
|
2016
2253
|
secondary: string;
|
|
2017
|
-
|
|
2254
|
+
secondaryBorder: string;
|
|
2255
|
+
secondaryBorderHover: string;
|
|
2256
|
+
secondarySolidHover: string;
|
|
2257
|
+
secondarySolidContrast: string;
|
|
2018
2258
|
secondaryShadow: string;
|
|
2019
2259
|
successLight: string;
|
|
2260
|
+
successLightHover: string;
|
|
2261
|
+
successLightActive: string;
|
|
2262
|
+
successLightContrast: string;
|
|
2020
2263
|
success: string;
|
|
2021
|
-
|
|
2264
|
+
successBorder: string;
|
|
2265
|
+
successBorderHover: string;
|
|
2266
|
+
successSolidHover: string;
|
|
2267
|
+
successSolidContrast: string;
|
|
2022
2268
|
successShadow: string;
|
|
2023
2269
|
warningLight: string;
|
|
2270
|
+
warningLightHover: string;
|
|
2271
|
+
warningLightActive: string;
|
|
2272
|
+
warningLightContrast: string;
|
|
2024
2273
|
warning: string;
|
|
2025
|
-
|
|
2274
|
+
warningBorder: string;
|
|
2275
|
+
warningBorderHover: string;
|
|
2276
|
+
warningSolidHover: string;
|
|
2277
|
+
warningSolidContrast: string;
|
|
2026
2278
|
warningShadow: string;
|
|
2027
2279
|
errorLight: string;
|
|
2280
|
+
errorLightHover: string;
|
|
2281
|
+
errorLightActive: string;
|
|
2282
|
+
errorLightContrast: string;
|
|
2028
2283
|
error: string;
|
|
2029
|
-
|
|
2284
|
+
errorBorder: string;
|
|
2285
|
+
errorBorderHover: string;
|
|
2286
|
+
errorSolidHover: string;
|
|
2287
|
+
errorSolidContrast: string;
|
|
2030
2288
|
errorShadow: string;
|
|
2289
|
+
neutralLight: string;
|
|
2290
|
+
neutralLightHover: string;
|
|
2291
|
+
neutralLightActive: string;
|
|
2292
|
+
neutralLightContrast: string;
|
|
2293
|
+
neutral: string;
|
|
2294
|
+
neutralBorder: string;
|
|
2295
|
+
neutralBorderHover: string;
|
|
2296
|
+
neutralSolidHover: string;
|
|
2297
|
+
neutralSolidContrast: string;
|
|
2298
|
+
neutralShadow: string;
|
|
2031
2299
|
gradient: string;
|
|
2032
|
-
|
|
2300
|
+
accents0: string;
|
|
2301
|
+
accents1: string;
|
|
2302
|
+
accents2: string;
|
|
2303
|
+
accents3: string;
|
|
2304
|
+
accents4: string;
|
|
2305
|
+
accents5: string;
|
|
2306
|
+
accents6: string;
|
|
2307
|
+
accents7: string;
|
|
2308
|
+
accents8: string;
|
|
2309
|
+
accents9: string;
|
|
2310
|
+
border: string;
|
|
2033
2311
|
};
|
|
2034
2312
|
fonts: {
|
|
2035
2313
|
sans: string;
|
|
2036
2314
|
mono: string;
|
|
2037
2315
|
};
|
|
2038
2316
|
fontSizes: {
|
|
2039
|
-
tiny: string;
|
|
2040
2317
|
xs: string;
|
|
2041
|
-
base: string;
|
|
2042
2318
|
sm: string;
|
|
2319
|
+
base: string;
|
|
2043
2320
|
md: string;
|
|
2044
2321
|
lg: string;
|
|
2045
2322
|
xl: string;
|
|
2323
|
+
xl2: string;
|
|
2324
|
+
xl3: string;
|
|
2325
|
+
xl4: string;
|
|
2326
|
+
xl5: string;
|
|
2327
|
+
xl6: string;
|
|
2328
|
+
xl7: string;
|
|
2329
|
+
xl8: string;
|
|
2330
|
+
xl9: string;
|
|
2046
2331
|
};
|
|
2047
2332
|
fontWeights: {
|
|
2048
2333
|
hairline: number;
|
|
@@ -2058,9 +2343,18 @@ export declare const StyledModalHeader: import("@stitches/react/types/styled-com
|
|
|
2058
2343
|
lineHeights: {
|
|
2059
2344
|
xs: number;
|
|
2060
2345
|
sm: number;
|
|
2346
|
+
base: number;
|
|
2061
2347
|
md: number;
|
|
2062
2348
|
lg: number;
|
|
2063
2349
|
xl: number;
|
|
2350
|
+
xl2: number;
|
|
2351
|
+
xl3: number;
|
|
2352
|
+
xl4: number;
|
|
2353
|
+
xl5: number;
|
|
2354
|
+
xl6: number;
|
|
2355
|
+
xl7: number;
|
|
2356
|
+
xl8: number;
|
|
2357
|
+
xl9: number;
|
|
2064
2358
|
};
|
|
2065
2359
|
letterSpacings: {
|
|
2066
2360
|
tighter: string;
|
|
@@ -2145,6 +2439,7 @@ export declare const StyledModalHeader: import("@stitches/react/types/styled-com
|
|
|
2145
2439
|
avatar: string;
|
|
2146
2440
|
link: string;
|
|
2147
2441
|
card: string;
|
|
2442
|
+
dropdownItem: string;
|
|
2148
2443
|
};
|
|
2149
2444
|
breakpoints: {
|
|
2150
2445
|
xs: string;
|
|
@@ -2520,7 +2815,9 @@ export declare const StyledModalHeader: import("@stitches/react/types/styled-com
|
|
|
2520
2815
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2521
2816
|
}) => {
|
|
2522
2817
|
bf: string;
|
|
2523
|
-
bg:
|
|
2818
|
+
bg: {
|
|
2819
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
2820
|
+
};
|
|
2524
2821
|
};
|
|
2525
2822
|
bgColor: (value: {
|
|
2526
2823
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -2598,6 +2895,32 @@ export declare const StyledModalHeader: import("@stitches/react/types/styled-com
|
|
|
2598
2895
|
readonly [$$PropertyValue]: "boxShadow";
|
|
2599
2896
|
};
|
|
2600
2897
|
};
|
|
2898
|
+
ds: (value: {
|
|
2899
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2900
|
+
}) => {
|
|
2901
|
+
dropShadow: {
|
|
2902
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2903
|
+
};
|
|
2904
|
+
};
|
|
2905
|
+
shadow: (value: {
|
|
2906
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2907
|
+
}) => {
|
|
2908
|
+
boxShadow: {
|
|
2909
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2910
|
+
};
|
|
2911
|
+
};
|
|
2912
|
+
dshadow: (value: {
|
|
2913
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2914
|
+
}) => {
|
|
2915
|
+
dropShadow: {
|
|
2916
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2917
|
+
};
|
|
2918
|
+
};
|
|
2919
|
+
dropShadow: (value: {
|
|
2920
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2921
|
+
}) => {
|
|
2922
|
+
filter: string;
|
|
2923
|
+
};
|
|
2601
2924
|
normalShadow: (value: {
|
|
2602
2925
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2603
2926
|
}) => {
|
|
@@ -2801,6 +3124,16 @@ export declare const StyledModalHeader: import("@stitches/react/types/styled-com
|
|
|
2801
3124
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
2802
3125
|
};
|
|
2803
3126
|
};
|
|
3127
|
+
truncateText: (value: {
|
|
3128
|
+
readonly [$$PropertyValue]: "width";
|
|
3129
|
+
}) => {
|
|
3130
|
+
maxWidth: {
|
|
3131
|
+
readonly [$$PropertyValue]: "width";
|
|
3132
|
+
};
|
|
3133
|
+
whiteSpace: string;
|
|
3134
|
+
overflow: string;
|
|
3135
|
+
textOverflow: string;
|
|
3136
|
+
};
|
|
2804
3137
|
textGradient: (value: {
|
|
2805
3138
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
2806
3139
|
}) => {
|
|
@@ -2849,95 +3182,26 @@ export declare const StyledModalBody: import("@stitches/react/types/styled-compo
|
|
|
2849
3182
|
light: string;
|
|
2850
3183
|
}, {
|
|
2851
3184
|
shadows: {
|
|
2852
|
-
xs: string;
|
|
2853
|
-
sm: string;
|
|
2854
|
-
md: string;
|
|
2855
|
-
lg: string;
|
|
2856
|
-
xl: string;
|
|
2857
|
-
};
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
codeLight: string;
|
|
2873
|
-
code: string;
|
|
2874
|
-
border: string;
|
|
2875
|
-
selection: string;
|
|
2876
|
-
white: string;
|
|
2877
|
-
black: string;
|
|
2878
|
-
blue100: string;
|
|
2879
|
-
blue200: string;
|
|
2880
|
-
blue300: string;
|
|
2881
|
-
blue400: string;
|
|
2882
|
-
blue500: string;
|
|
2883
|
-
blue600: string;
|
|
2884
|
-
blue700: string;
|
|
2885
|
-
blue800: string;
|
|
2886
|
-
blue900: string;
|
|
2887
|
-
purple100: string;
|
|
2888
|
-
purple200: string;
|
|
2889
|
-
purple300: string;
|
|
2890
|
-
purple400: string;
|
|
2891
|
-
purple500: string;
|
|
2892
|
-
purple600: string;
|
|
2893
|
-
purple700: string;
|
|
2894
|
-
purple800: string;
|
|
2895
|
-
purple900: string;
|
|
2896
|
-
green100: string;
|
|
2897
|
-
green200: string;
|
|
2898
|
-
green300: string;
|
|
2899
|
-
green400: string;
|
|
2900
|
-
green500: string;
|
|
2901
|
-
green600: string;
|
|
2902
|
-
green700: string;
|
|
2903
|
-
green800: string;
|
|
2904
|
-
green900: string;
|
|
2905
|
-
yellow100: string;
|
|
2906
|
-
yellow200: string;
|
|
2907
|
-
yellow300: string;
|
|
2908
|
-
yellow400: string;
|
|
2909
|
-
yellow500: string;
|
|
2910
|
-
yellow600: string;
|
|
2911
|
-
yellow700: string;
|
|
2912
|
-
yellow800: string;
|
|
2913
|
-
yellow900: string;
|
|
2914
|
-
red100: string;
|
|
2915
|
-
red200: string;
|
|
2916
|
-
red300: string;
|
|
2917
|
-
red400: string;
|
|
2918
|
-
red500: string;
|
|
2919
|
-
red600: string;
|
|
2920
|
-
red700: string;
|
|
2921
|
-
red800: string;
|
|
2922
|
-
red900: string;
|
|
2923
|
-
cyan100: string;
|
|
2924
|
-
cyan200: string;
|
|
2925
|
-
cyan300: string;
|
|
2926
|
-
cyan400: string;
|
|
2927
|
-
cyan500: string;
|
|
2928
|
-
cyan600: string;
|
|
2929
|
-
cyan700: string;
|
|
2930
|
-
cyan800: string;
|
|
2931
|
-
cyan900: string;
|
|
2932
|
-
pink100: string;
|
|
2933
|
-
pink200: string;
|
|
2934
|
-
pink300: string;
|
|
2935
|
-
pink400: string;
|
|
2936
|
-
pink500: string;
|
|
2937
|
-
pink600: string;
|
|
2938
|
-
pink700: string;
|
|
2939
|
-
pink800: string;
|
|
2940
|
-
pink900: string;
|
|
3185
|
+
xs: string;
|
|
3186
|
+
sm: string;
|
|
3187
|
+
md: string;
|
|
3188
|
+
lg: string;
|
|
3189
|
+
xl: string;
|
|
3190
|
+
};
|
|
3191
|
+
dropShadows: {
|
|
3192
|
+
xs: string;
|
|
3193
|
+
sm: string;
|
|
3194
|
+
md: string;
|
|
3195
|
+
lg: string;
|
|
3196
|
+
xl: string;
|
|
3197
|
+
};
|
|
3198
|
+
colors: {
|
|
3199
|
+
text: string;
|
|
3200
|
+
link: string;
|
|
3201
|
+
codeLight: string;
|
|
3202
|
+
code: string;
|
|
3203
|
+
selection: string;
|
|
3204
|
+
gray50: string;
|
|
2941
3205
|
gray100: string;
|
|
2942
3206
|
gray200: string;
|
|
2943
3207
|
gray300: string;
|
|
@@ -2947,41 +3211,173 @@ export declare const StyledModalBody: import("@stitches/react/types/styled-compo
|
|
|
2947
3211
|
gray700: string;
|
|
2948
3212
|
gray800: string;
|
|
2949
3213
|
gray900: string;
|
|
3214
|
+
pink50: string;
|
|
3215
|
+
pink100: string;
|
|
3216
|
+
pink200: string;
|
|
3217
|
+
pink300: string;
|
|
3218
|
+
pink400: string;
|
|
3219
|
+
pink500: string;
|
|
3220
|
+
pink600: string;
|
|
3221
|
+
pink700: string;
|
|
3222
|
+
pink800: string;
|
|
3223
|
+
pink900: string;
|
|
3224
|
+
cyan50: string;
|
|
3225
|
+
cyan100: string;
|
|
3226
|
+
cyan200: string;
|
|
3227
|
+
cyan300: string;
|
|
3228
|
+
cyan400: string;
|
|
3229
|
+
cyan500: string;
|
|
3230
|
+
cyan600: string;
|
|
3231
|
+
cyan700: string;
|
|
3232
|
+
cyan800: string;
|
|
3233
|
+
cyan900: string;
|
|
3234
|
+
red50: string;
|
|
3235
|
+
red100: string;
|
|
3236
|
+
red200: string;
|
|
3237
|
+
red300: string;
|
|
3238
|
+
red400: string;
|
|
3239
|
+
red500: string;
|
|
3240
|
+
red600: string;
|
|
3241
|
+
red700: string;
|
|
3242
|
+
red800: string;
|
|
3243
|
+
red900: string;
|
|
3244
|
+
yellow50: string;
|
|
3245
|
+
yellow100: string;
|
|
3246
|
+
yellow200: string;
|
|
3247
|
+
yellow300: string;
|
|
3248
|
+
yellow400: string;
|
|
3249
|
+
yellow500: string;
|
|
3250
|
+
yellow600: string;
|
|
3251
|
+
yellow700: string;
|
|
3252
|
+
yellow800: string;
|
|
3253
|
+
yellow900: string;
|
|
3254
|
+
green50: string;
|
|
3255
|
+
green100: string;
|
|
3256
|
+
green200: string;
|
|
3257
|
+
green300: string;
|
|
3258
|
+
green400: string;
|
|
3259
|
+
green500: string;
|
|
3260
|
+
green600: string;
|
|
3261
|
+
green700: string;
|
|
3262
|
+
green800: string;
|
|
3263
|
+
green900: string;
|
|
3264
|
+
purple50: string;
|
|
3265
|
+
purple100: string;
|
|
3266
|
+
purple200: string;
|
|
3267
|
+
purple300: string;
|
|
3268
|
+
purple400: string;
|
|
3269
|
+
purple500: string;
|
|
3270
|
+
purple600: string;
|
|
3271
|
+
purple700: string;
|
|
3272
|
+
purple800: string;
|
|
3273
|
+
purple900: string;
|
|
3274
|
+
blue50: string;
|
|
3275
|
+
blue100: string;
|
|
3276
|
+
blue200: string;
|
|
3277
|
+
blue300: string;
|
|
3278
|
+
blue400: string;
|
|
3279
|
+
blue500: string;
|
|
3280
|
+
blue600: string;
|
|
3281
|
+
blue700: string;
|
|
3282
|
+
blue800: string;
|
|
3283
|
+
blue900: string;
|
|
3284
|
+
background: string;
|
|
3285
|
+
foreground: string;
|
|
3286
|
+
backgroundContrast: string;
|
|
3287
|
+
white: string;
|
|
3288
|
+
black: string;
|
|
2950
3289
|
primaryLight: string;
|
|
3290
|
+
primaryLightHover: string;
|
|
3291
|
+
primaryLightActive: string;
|
|
3292
|
+
primaryLightContrast: string;
|
|
2951
3293
|
primary: string;
|
|
2952
|
-
|
|
3294
|
+
primaryBorder: string;
|
|
3295
|
+
primaryBorderHover: string;
|
|
3296
|
+
primarySolidHover: string;
|
|
3297
|
+
primarySolidContrast: string;
|
|
2953
3298
|
primaryShadow: string;
|
|
2954
3299
|
secondaryLight: string;
|
|
3300
|
+
secondaryLightHover: string;
|
|
3301
|
+
secondaryLightActive: string;
|
|
3302
|
+
secondaryLightContrast: string;
|
|
2955
3303
|
secondary: string;
|
|
2956
|
-
|
|
3304
|
+
secondaryBorder: string;
|
|
3305
|
+
secondaryBorderHover: string;
|
|
3306
|
+
secondarySolidHover: string;
|
|
3307
|
+
secondarySolidContrast: string;
|
|
2957
3308
|
secondaryShadow: string;
|
|
2958
3309
|
successLight: string;
|
|
3310
|
+
successLightHover: string;
|
|
3311
|
+
successLightActive: string;
|
|
3312
|
+
successLightContrast: string;
|
|
2959
3313
|
success: string;
|
|
2960
|
-
|
|
3314
|
+
successBorder: string;
|
|
3315
|
+
successBorderHover: string;
|
|
3316
|
+
successSolidHover: string;
|
|
3317
|
+
successSolidContrast: string;
|
|
2961
3318
|
successShadow: string;
|
|
2962
3319
|
warningLight: string;
|
|
3320
|
+
warningLightHover: string;
|
|
3321
|
+
warningLightActive: string;
|
|
3322
|
+
warningLightContrast: string;
|
|
2963
3323
|
warning: string;
|
|
2964
|
-
|
|
3324
|
+
warningBorder: string;
|
|
3325
|
+
warningBorderHover: string;
|
|
3326
|
+
warningSolidHover: string;
|
|
3327
|
+
warningSolidContrast: string;
|
|
2965
3328
|
warningShadow: string;
|
|
2966
3329
|
errorLight: string;
|
|
3330
|
+
errorLightHover: string;
|
|
3331
|
+
errorLightActive: string;
|
|
3332
|
+
errorLightContrast: string;
|
|
2967
3333
|
error: string;
|
|
2968
|
-
|
|
3334
|
+
errorBorder: string;
|
|
3335
|
+
errorBorderHover: string;
|
|
3336
|
+
errorSolidHover: string;
|
|
3337
|
+
errorSolidContrast: string;
|
|
2969
3338
|
errorShadow: string;
|
|
3339
|
+
neutralLight: string;
|
|
3340
|
+
neutralLightHover: string;
|
|
3341
|
+
neutralLightActive: string;
|
|
3342
|
+
neutralLightContrast: string;
|
|
3343
|
+
neutral: string;
|
|
3344
|
+
neutralBorder: string;
|
|
3345
|
+
neutralBorderHover: string;
|
|
3346
|
+
neutralSolidHover: string;
|
|
3347
|
+
neutralSolidContrast: string;
|
|
3348
|
+
neutralShadow: string;
|
|
2970
3349
|
gradient: string;
|
|
2971
|
-
|
|
3350
|
+
accents0: string;
|
|
3351
|
+
accents1: string;
|
|
3352
|
+
accents2: string;
|
|
3353
|
+
accents3: string;
|
|
3354
|
+
accents4: string;
|
|
3355
|
+
accents5: string;
|
|
3356
|
+
accents6: string;
|
|
3357
|
+
accents7: string;
|
|
3358
|
+
accents8: string;
|
|
3359
|
+
accents9: string;
|
|
3360
|
+
border: string;
|
|
2972
3361
|
};
|
|
2973
3362
|
fonts: {
|
|
2974
3363
|
sans: string;
|
|
2975
3364
|
mono: string;
|
|
2976
3365
|
};
|
|
2977
3366
|
fontSizes: {
|
|
2978
|
-
tiny: string;
|
|
2979
3367
|
xs: string;
|
|
2980
|
-
base: string;
|
|
2981
3368
|
sm: string;
|
|
3369
|
+
base: string;
|
|
2982
3370
|
md: string;
|
|
2983
3371
|
lg: string;
|
|
2984
3372
|
xl: string;
|
|
3373
|
+
xl2: string;
|
|
3374
|
+
xl3: string;
|
|
3375
|
+
xl4: string;
|
|
3376
|
+
xl5: string;
|
|
3377
|
+
xl6: string;
|
|
3378
|
+
xl7: string;
|
|
3379
|
+
xl8: string;
|
|
3380
|
+
xl9: string;
|
|
2985
3381
|
};
|
|
2986
3382
|
fontWeights: {
|
|
2987
3383
|
hairline: number;
|
|
@@ -2997,9 +3393,18 @@ export declare const StyledModalBody: import("@stitches/react/types/styled-compo
|
|
|
2997
3393
|
lineHeights: {
|
|
2998
3394
|
xs: number;
|
|
2999
3395
|
sm: number;
|
|
3396
|
+
base: number;
|
|
3000
3397
|
md: number;
|
|
3001
3398
|
lg: number;
|
|
3002
3399
|
xl: number;
|
|
3400
|
+
xl2: number;
|
|
3401
|
+
xl3: number;
|
|
3402
|
+
xl4: number;
|
|
3403
|
+
xl5: number;
|
|
3404
|
+
xl6: number;
|
|
3405
|
+
xl7: number;
|
|
3406
|
+
xl8: number;
|
|
3407
|
+
xl9: number;
|
|
3003
3408
|
};
|
|
3004
3409
|
letterSpacings: {
|
|
3005
3410
|
tighter: string;
|
|
@@ -3084,6 +3489,7 @@ export declare const StyledModalBody: import("@stitches/react/types/styled-compo
|
|
|
3084
3489
|
avatar: string;
|
|
3085
3490
|
link: string;
|
|
3086
3491
|
card: string;
|
|
3492
|
+
dropdownItem: string;
|
|
3087
3493
|
};
|
|
3088
3494
|
breakpoints: {
|
|
3089
3495
|
xs: string;
|
|
@@ -3459,7 +3865,9 @@ export declare const StyledModalBody: import("@stitches/react/types/styled-compo
|
|
|
3459
3865
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3460
3866
|
}) => {
|
|
3461
3867
|
bf: string;
|
|
3462
|
-
bg:
|
|
3868
|
+
bg: {
|
|
3869
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
3870
|
+
};
|
|
3463
3871
|
};
|
|
3464
3872
|
bgColor: (value: {
|
|
3465
3873
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -3537,6 +3945,32 @@ export declare const StyledModalBody: import("@stitches/react/types/styled-compo
|
|
|
3537
3945
|
readonly [$$PropertyValue]: "boxShadow";
|
|
3538
3946
|
};
|
|
3539
3947
|
};
|
|
3948
|
+
ds: (value: {
|
|
3949
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3950
|
+
}) => {
|
|
3951
|
+
dropShadow: {
|
|
3952
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3953
|
+
};
|
|
3954
|
+
};
|
|
3955
|
+
shadow: (value: {
|
|
3956
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3957
|
+
}) => {
|
|
3958
|
+
boxShadow: {
|
|
3959
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3960
|
+
};
|
|
3961
|
+
};
|
|
3962
|
+
dshadow: (value: {
|
|
3963
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3964
|
+
}) => {
|
|
3965
|
+
dropShadow: {
|
|
3966
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3967
|
+
};
|
|
3968
|
+
};
|
|
3969
|
+
dropShadow: (value: {
|
|
3970
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3971
|
+
}) => {
|
|
3972
|
+
filter: string;
|
|
3973
|
+
};
|
|
3540
3974
|
normalShadow: (value: {
|
|
3541
3975
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3542
3976
|
}) => {
|
|
@@ -3740,6 +4174,16 @@ export declare const StyledModalBody: import("@stitches/react/types/styled-compo
|
|
|
3740
4174
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
3741
4175
|
};
|
|
3742
4176
|
};
|
|
4177
|
+
truncateText: (value: {
|
|
4178
|
+
readonly [$$PropertyValue]: "width";
|
|
4179
|
+
}) => {
|
|
4180
|
+
maxWidth: {
|
|
4181
|
+
readonly [$$PropertyValue]: "width";
|
|
4182
|
+
};
|
|
4183
|
+
whiteSpace: string;
|
|
4184
|
+
overflow: string;
|
|
4185
|
+
textOverflow: string;
|
|
4186
|
+
};
|
|
3743
4187
|
textGradient: (value: {
|
|
3744
4188
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
3745
4189
|
}) => {
|
|
@@ -3794,89 +4238,20 @@ export declare const StyledModalFooter: import("@stitches/react/types/styled-com
|
|
|
3794
4238
|
lg: string;
|
|
3795
4239
|
xl: string;
|
|
3796
4240
|
};
|
|
4241
|
+
dropShadows: {
|
|
4242
|
+
xs: string;
|
|
4243
|
+
sm: string;
|
|
4244
|
+
md: string;
|
|
4245
|
+
lg: string;
|
|
4246
|
+
xl: string;
|
|
4247
|
+
};
|
|
3797
4248
|
colors: {
|
|
3798
|
-
accents1: string;
|
|
3799
|
-
accents2: string;
|
|
3800
|
-
accents3: string;
|
|
3801
|
-
accents4: string;
|
|
3802
|
-
accents5: string;
|
|
3803
|
-
accents6: string;
|
|
3804
|
-
accents7: string;
|
|
3805
|
-
accents8: string;
|
|
3806
|
-
accents9: string;
|
|
3807
|
-
background: string;
|
|
3808
|
-
foreground: string;
|
|
3809
|
-
backgroundContrast: string;
|
|
3810
4249
|
text: string;
|
|
4250
|
+
link: string;
|
|
3811
4251
|
codeLight: string;
|
|
3812
4252
|
code: string;
|
|
3813
|
-
border: string;
|
|
3814
4253
|
selection: string;
|
|
3815
|
-
|
|
3816
|
-
black: string;
|
|
3817
|
-
blue100: string;
|
|
3818
|
-
blue200: string;
|
|
3819
|
-
blue300: string;
|
|
3820
|
-
blue400: string;
|
|
3821
|
-
blue500: string;
|
|
3822
|
-
blue600: string;
|
|
3823
|
-
blue700: string;
|
|
3824
|
-
blue800: string;
|
|
3825
|
-
blue900: string;
|
|
3826
|
-
purple100: string;
|
|
3827
|
-
purple200: string;
|
|
3828
|
-
purple300: string;
|
|
3829
|
-
purple400: string;
|
|
3830
|
-
purple500: string;
|
|
3831
|
-
purple600: string;
|
|
3832
|
-
purple700: string;
|
|
3833
|
-
purple800: string;
|
|
3834
|
-
purple900: string;
|
|
3835
|
-
green100: string;
|
|
3836
|
-
green200: string;
|
|
3837
|
-
green300: string;
|
|
3838
|
-
green400: string;
|
|
3839
|
-
green500: string;
|
|
3840
|
-
green600: string;
|
|
3841
|
-
green700: string;
|
|
3842
|
-
green800: string;
|
|
3843
|
-
green900: string;
|
|
3844
|
-
yellow100: string;
|
|
3845
|
-
yellow200: string;
|
|
3846
|
-
yellow300: string;
|
|
3847
|
-
yellow400: string;
|
|
3848
|
-
yellow500: string;
|
|
3849
|
-
yellow600: string;
|
|
3850
|
-
yellow700: string;
|
|
3851
|
-
yellow800: string;
|
|
3852
|
-
yellow900: string;
|
|
3853
|
-
red100: string;
|
|
3854
|
-
red200: string;
|
|
3855
|
-
red300: string;
|
|
3856
|
-
red400: string;
|
|
3857
|
-
red500: string;
|
|
3858
|
-
red600: string;
|
|
3859
|
-
red700: string;
|
|
3860
|
-
red800: string;
|
|
3861
|
-
red900: string;
|
|
3862
|
-
cyan100: string;
|
|
3863
|
-
cyan200: string;
|
|
3864
|
-
cyan300: string;
|
|
3865
|
-
cyan400: string;
|
|
3866
|
-
cyan500: string;
|
|
3867
|
-
cyan600: string;
|
|
3868
|
-
cyan700: string;
|
|
3869
|
-
cyan800: string;
|
|
3870
|
-
cyan900: string;
|
|
3871
|
-
pink100: string;
|
|
3872
|
-
pink200: string;
|
|
3873
|
-
pink300: string;
|
|
3874
|
-
pink400: string;
|
|
3875
|
-
pink500: string;
|
|
3876
|
-
pink600: string;
|
|
3877
|
-
pink700: string;
|
|
3878
|
-
pink800: string;
|
|
3879
|
-
pink900: string;
|
|
4254
|
+
gray50: string;
|
|
3880
4255
|
gray100: string;
|
|
3881
4256
|
gray200: string;
|
|
3882
4257
|
gray300: string;
|
|
@@ -3886,41 +4261,173 @@ export declare const StyledModalFooter: import("@stitches/react/types/styled-com
|
|
|
3886
4261
|
gray700: string;
|
|
3887
4262
|
gray800: string;
|
|
3888
4263
|
gray900: string;
|
|
4264
|
+
pink50: string;
|
|
4265
|
+
pink100: string;
|
|
4266
|
+
pink200: string;
|
|
4267
|
+
pink300: string;
|
|
4268
|
+
pink400: string;
|
|
4269
|
+
pink500: string;
|
|
4270
|
+
pink600: string;
|
|
4271
|
+
pink700: string;
|
|
4272
|
+
pink800: string;
|
|
4273
|
+
pink900: string;
|
|
4274
|
+
cyan50: string;
|
|
4275
|
+
cyan100: string;
|
|
4276
|
+
cyan200: string;
|
|
4277
|
+
cyan300: string;
|
|
4278
|
+
cyan400: string;
|
|
4279
|
+
cyan500: string;
|
|
4280
|
+
cyan600: string;
|
|
4281
|
+
cyan700: string;
|
|
4282
|
+
cyan800: string;
|
|
4283
|
+
cyan900: string;
|
|
4284
|
+
red50: string;
|
|
4285
|
+
red100: string;
|
|
4286
|
+
red200: string;
|
|
4287
|
+
red300: string;
|
|
4288
|
+
red400: string;
|
|
4289
|
+
red500: string;
|
|
4290
|
+
red600: string;
|
|
4291
|
+
red700: string;
|
|
4292
|
+
red800: string;
|
|
4293
|
+
red900: string;
|
|
4294
|
+
yellow50: string;
|
|
4295
|
+
yellow100: string;
|
|
4296
|
+
yellow200: string;
|
|
4297
|
+
yellow300: string;
|
|
4298
|
+
yellow400: string;
|
|
4299
|
+
yellow500: string;
|
|
4300
|
+
yellow600: string;
|
|
4301
|
+
yellow700: string;
|
|
4302
|
+
yellow800: string;
|
|
4303
|
+
yellow900: string;
|
|
4304
|
+
green50: string;
|
|
4305
|
+
green100: string;
|
|
4306
|
+
green200: string;
|
|
4307
|
+
green300: string;
|
|
4308
|
+
green400: string;
|
|
4309
|
+
green500: string;
|
|
4310
|
+
green600: string;
|
|
4311
|
+
green700: string;
|
|
4312
|
+
green800: string;
|
|
4313
|
+
green900: string;
|
|
4314
|
+
purple50: string;
|
|
4315
|
+
purple100: string;
|
|
4316
|
+
purple200: string;
|
|
4317
|
+
purple300: string;
|
|
4318
|
+
purple400: string;
|
|
4319
|
+
purple500: string;
|
|
4320
|
+
purple600: string;
|
|
4321
|
+
purple700: string;
|
|
4322
|
+
purple800: string;
|
|
4323
|
+
purple900: string;
|
|
4324
|
+
blue50: string;
|
|
4325
|
+
blue100: string;
|
|
4326
|
+
blue200: string;
|
|
4327
|
+
blue300: string;
|
|
4328
|
+
blue400: string;
|
|
4329
|
+
blue500: string;
|
|
4330
|
+
blue600: string;
|
|
4331
|
+
blue700: string;
|
|
4332
|
+
blue800: string;
|
|
4333
|
+
blue900: string;
|
|
4334
|
+
background: string;
|
|
4335
|
+
foreground: string;
|
|
4336
|
+
backgroundContrast: string;
|
|
4337
|
+
white: string;
|
|
4338
|
+
black: string;
|
|
3889
4339
|
primaryLight: string;
|
|
4340
|
+
primaryLightHover: string;
|
|
4341
|
+
primaryLightActive: string;
|
|
4342
|
+
primaryLightContrast: string;
|
|
3890
4343
|
primary: string;
|
|
3891
|
-
|
|
4344
|
+
primaryBorder: string;
|
|
4345
|
+
primaryBorderHover: string;
|
|
4346
|
+
primarySolidHover: string;
|
|
4347
|
+
primarySolidContrast: string;
|
|
3892
4348
|
primaryShadow: string;
|
|
3893
4349
|
secondaryLight: string;
|
|
4350
|
+
secondaryLightHover: string;
|
|
4351
|
+
secondaryLightActive: string;
|
|
4352
|
+
secondaryLightContrast: string;
|
|
3894
4353
|
secondary: string;
|
|
3895
|
-
|
|
4354
|
+
secondaryBorder: string;
|
|
4355
|
+
secondaryBorderHover: string;
|
|
4356
|
+
secondarySolidHover: string;
|
|
4357
|
+
secondarySolidContrast: string;
|
|
3896
4358
|
secondaryShadow: string;
|
|
3897
4359
|
successLight: string;
|
|
4360
|
+
successLightHover: string;
|
|
4361
|
+
successLightActive: string;
|
|
4362
|
+
successLightContrast: string;
|
|
3898
4363
|
success: string;
|
|
3899
|
-
|
|
4364
|
+
successBorder: string;
|
|
4365
|
+
successBorderHover: string;
|
|
4366
|
+
successSolidHover: string;
|
|
4367
|
+
successSolidContrast: string;
|
|
3900
4368
|
successShadow: string;
|
|
3901
4369
|
warningLight: string;
|
|
4370
|
+
warningLightHover: string;
|
|
4371
|
+
warningLightActive: string;
|
|
4372
|
+
warningLightContrast: string;
|
|
3902
4373
|
warning: string;
|
|
3903
|
-
|
|
4374
|
+
warningBorder: string;
|
|
4375
|
+
warningBorderHover: string;
|
|
4376
|
+
warningSolidHover: string;
|
|
4377
|
+
warningSolidContrast: string;
|
|
3904
4378
|
warningShadow: string;
|
|
3905
4379
|
errorLight: string;
|
|
4380
|
+
errorLightHover: string;
|
|
4381
|
+
errorLightActive: string;
|
|
4382
|
+
errorLightContrast: string;
|
|
3906
4383
|
error: string;
|
|
3907
|
-
|
|
4384
|
+
errorBorder: string;
|
|
4385
|
+
errorBorderHover: string;
|
|
4386
|
+
errorSolidHover: string;
|
|
4387
|
+
errorSolidContrast: string;
|
|
3908
4388
|
errorShadow: string;
|
|
4389
|
+
neutralLight: string;
|
|
4390
|
+
neutralLightHover: string;
|
|
4391
|
+
neutralLightActive: string;
|
|
4392
|
+
neutralLightContrast: string;
|
|
4393
|
+
neutral: string;
|
|
4394
|
+
neutralBorder: string;
|
|
4395
|
+
neutralBorderHover: string;
|
|
4396
|
+
neutralSolidHover: string;
|
|
4397
|
+
neutralSolidContrast: string;
|
|
4398
|
+
neutralShadow: string;
|
|
3909
4399
|
gradient: string;
|
|
3910
|
-
|
|
4400
|
+
accents0: string;
|
|
4401
|
+
accents1: string;
|
|
4402
|
+
accents2: string;
|
|
4403
|
+
accents3: string;
|
|
4404
|
+
accents4: string;
|
|
4405
|
+
accents5: string;
|
|
4406
|
+
accents6: string;
|
|
4407
|
+
accents7: string;
|
|
4408
|
+
accents8: string;
|
|
4409
|
+
accents9: string;
|
|
4410
|
+
border: string;
|
|
3911
4411
|
};
|
|
3912
4412
|
fonts: {
|
|
3913
4413
|
sans: string;
|
|
3914
4414
|
mono: string;
|
|
3915
4415
|
};
|
|
3916
4416
|
fontSizes: {
|
|
3917
|
-
tiny: string;
|
|
3918
4417
|
xs: string;
|
|
3919
|
-
base: string;
|
|
3920
4418
|
sm: string;
|
|
4419
|
+
base: string;
|
|
3921
4420
|
md: string;
|
|
3922
4421
|
lg: string;
|
|
3923
4422
|
xl: string;
|
|
4423
|
+
xl2: string;
|
|
4424
|
+
xl3: string;
|
|
4425
|
+
xl4: string;
|
|
4426
|
+
xl5: string;
|
|
4427
|
+
xl6: string;
|
|
4428
|
+
xl7: string;
|
|
4429
|
+
xl8: string;
|
|
4430
|
+
xl9: string;
|
|
3924
4431
|
};
|
|
3925
4432
|
fontWeights: {
|
|
3926
4433
|
hairline: number;
|
|
@@ -3936,9 +4443,18 @@ export declare const StyledModalFooter: import("@stitches/react/types/styled-com
|
|
|
3936
4443
|
lineHeights: {
|
|
3937
4444
|
xs: number;
|
|
3938
4445
|
sm: number;
|
|
4446
|
+
base: number;
|
|
3939
4447
|
md: number;
|
|
3940
4448
|
lg: number;
|
|
3941
4449
|
xl: number;
|
|
4450
|
+
xl2: number;
|
|
4451
|
+
xl3: number;
|
|
4452
|
+
xl4: number;
|
|
4453
|
+
xl5: number;
|
|
4454
|
+
xl6: number;
|
|
4455
|
+
xl7: number;
|
|
4456
|
+
xl8: number;
|
|
4457
|
+
xl9: number;
|
|
3942
4458
|
};
|
|
3943
4459
|
letterSpacings: {
|
|
3944
4460
|
tighter: string;
|
|
@@ -4023,6 +4539,7 @@ export declare const StyledModalFooter: import("@stitches/react/types/styled-com
|
|
|
4023
4539
|
avatar: string;
|
|
4024
4540
|
link: string;
|
|
4025
4541
|
card: string;
|
|
4542
|
+
dropdownItem: string;
|
|
4026
4543
|
};
|
|
4027
4544
|
breakpoints: {
|
|
4028
4545
|
xs: string;
|
|
@@ -4398,7 +4915,9 @@ export declare const StyledModalFooter: import("@stitches/react/types/styled-com
|
|
|
4398
4915
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
4399
4916
|
}) => {
|
|
4400
4917
|
bf: string;
|
|
4401
|
-
bg:
|
|
4918
|
+
bg: {
|
|
4919
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
4920
|
+
};
|
|
4402
4921
|
};
|
|
4403
4922
|
bgColor: (value: {
|
|
4404
4923
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -4476,6 +4995,32 @@ export declare const StyledModalFooter: import("@stitches/react/types/styled-com
|
|
|
4476
4995
|
readonly [$$PropertyValue]: "boxShadow";
|
|
4477
4996
|
};
|
|
4478
4997
|
};
|
|
4998
|
+
ds: (value: {
|
|
4999
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5000
|
+
}) => {
|
|
5001
|
+
dropShadow: {
|
|
5002
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5003
|
+
};
|
|
5004
|
+
};
|
|
5005
|
+
shadow: (value: {
|
|
5006
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5007
|
+
}) => {
|
|
5008
|
+
boxShadow: {
|
|
5009
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5010
|
+
};
|
|
5011
|
+
};
|
|
5012
|
+
dshadow: (value: {
|
|
5013
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5014
|
+
}) => {
|
|
5015
|
+
dropShadow: {
|
|
5016
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5017
|
+
};
|
|
5018
|
+
};
|
|
5019
|
+
dropShadow: (value: {
|
|
5020
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5021
|
+
}) => {
|
|
5022
|
+
filter: string;
|
|
5023
|
+
};
|
|
4479
5024
|
normalShadow: (value: {
|
|
4480
5025
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
4481
5026
|
}) => {
|
|
@@ -4679,6 +5224,16 @@ export declare const StyledModalFooter: import("@stitches/react/types/styled-com
|
|
|
4679
5224
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
4680
5225
|
};
|
|
4681
5226
|
};
|
|
5227
|
+
truncateText: (value: {
|
|
5228
|
+
readonly [$$PropertyValue]: "width";
|
|
5229
|
+
}) => {
|
|
5230
|
+
maxWidth: {
|
|
5231
|
+
readonly [$$PropertyValue]: "width";
|
|
5232
|
+
};
|
|
5233
|
+
whiteSpace: string;
|
|
5234
|
+
overflow: string;
|
|
5235
|
+
textOverflow: string;
|
|
5236
|
+
};
|
|
4682
5237
|
textGradient: (value: {
|
|
4683
5238
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
4684
5239
|
}) => {
|
|
@@ -4734,89 +5289,20 @@ export declare const StyledModal: import("@stitches/react/types/styled-component
|
|
|
4734
5289
|
lg: string;
|
|
4735
5290
|
xl: string;
|
|
4736
5291
|
};
|
|
5292
|
+
dropShadows: {
|
|
5293
|
+
xs: string;
|
|
5294
|
+
sm: string;
|
|
5295
|
+
md: string;
|
|
5296
|
+
lg: string;
|
|
5297
|
+
xl: string;
|
|
5298
|
+
};
|
|
4737
5299
|
colors: {
|
|
4738
|
-
accents1: string;
|
|
4739
|
-
accents2: string;
|
|
4740
|
-
accents3: string;
|
|
4741
|
-
accents4: string;
|
|
4742
|
-
accents5: string;
|
|
4743
|
-
accents6: string;
|
|
4744
|
-
accents7: string;
|
|
4745
|
-
accents8: string;
|
|
4746
|
-
accents9: string;
|
|
4747
|
-
background: string;
|
|
4748
|
-
foreground: string;
|
|
4749
|
-
backgroundContrast: string;
|
|
4750
5300
|
text: string;
|
|
5301
|
+
link: string;
|
|
4751
5302
|
codeLight: string;
|
|
4752
5303
|
code: string;
|
|
4753
|
-
border: string;
|
|
4754
5304
|
selection: string;
|
|
4755
|
-
|
|
4756
|
-
black: string;
|
|
4757
|
-
blue100: string;
|
|
4758
|
-
blue200: string;
|
|
4759
|
-
blue300: string;
|
|
4760
|
-
blue400: string;
|
|
4761
|
-
blue500: string;
|
|
4762
|
-
blue600: string;
|
|
4763
|
-
blue700: string;
|
|
4764
|
-
blue800: string;
|
|
4765
|
-
blue900: string;
|
|
4766
|
-
purple100: string;
|
|
4767
|
-
purple200: string;
|
|
4768
|
-
purple300: string;
|
|
4769
|
-
purple400: string;
|
|
4770
|
-
purple500: string;
|
|
4771
|
-
purple600: string;
|
|
4772
|
-
purple700: string;
|
|
4773
|
-
purple800: string;
|
|
4774
|
-
purple900: string;
|
|
4775
|
-
green100: string;
|
|
4776
|
-
green200: string;
|
|
4777
|
-
green300: string;
|
|
4778
|
-
green400: string;
|
|
4779
|
-
green500: string;
|
|
4780
|
-
green600: string;
|
|
4781
|
-
green700: string;
|
|
4782
|
-
green800: string;
|
|
4783
|
-
green900: string;
|
|
4784
|
-
yellow100: string;
|
|
4785
|
-
yellow200: string;
|
|
4786
|
-
yellow300: string;
|
|
4787
|
-
yellow400: string;
|
|
4788
|
-
yellow500: string;
|
|
4789
|
-
yellow600: string;
|
|
4790
|
-
yellow700: string;
|
|
4791
|
-
yellow800: string;
|
|
4792
|
-
yellow900: string;
|
|
4793
|
-
red100: string;
|
|
4794
|
-
red200: string;
|
|
4795
|
-
red300: string;
|
|
4796
|
-
red400: string;
|
|
4797
|
-
red500: string;
|
|
4798
|
-
red600: string;
|
|
4799
|
-
red700: string;
|
|
4800
|
-
red800: string;
|
|
4801
|
-
red900: string;
|
|
4802
|
-
cyan100: string;
|
|
4803
|
-
cyan200: string;
|
|
4804
|
-
cyan300: string;
|
|
4805
|
-
cyan400: string;
|
|
4806
|
-
cyan500: string;
|
|
4807
|
-
cyan600: string;
|
|
4808
|
-
cyan700: string;
|
|
4809
|
-
cyan800: string;
|
|
4810
|
-
cyan900: string;
|
|
4811
|
-
pink100: string;
|
|
4812
|
-
pink200: string;
|
|
4813
|
-
pink300: string;
|
|
4814
|
-
pink400: string;
|
|
4815
|
-
pink500: string;
|
|
4816
|
-
pink600: string;
|
|
4817
|
-
pink700: string;
|
|
4818
|
-
pink800: string;
|
|
4819
|
-
pink900: string;
|
|
5305
|
+
gray50: string;
|
|
4820
5306
|
gray100: string;
|
|
4821
5307
|
gray200: string;
|
|
4822
5308
|
gray300: string;
|
|
@@ -4826,41 +5312,173 @@ export declare const StyledModal: import("@stitches/react/types/styled-component
|
|
|
4826
5312
|
gray700: string;
|
|
4827
5313
|
gray800: string;
|
|
4828
5314
|
gray900: string;
|
|
5315
|
+
pink50: string;
|
|
5316
|
+
pink100: string;
|
|
5317
|
+
pink200: string;
|
|
5318
|
+
pink300: string;
|
|
5319
|
+
pink400: string;
|
|
5320
|
+
pink500: string;
|
|
5321
|
+
pink600: string;
|
|
5322
|
+
pink700: string;
|
|
5323
|
+
pink800: string;
|
|
5324
|
+
pink900: string;
|
|
5325
|
+
cyan50: string;
|
|
5326
|
+
cyan100: string;
|
|
5327
|
+
cyan200: string;
|
|
5328
|
+
cyan300: string;
|
|
5329
|
+
cyan400: string;
|
|
5330
|
+
cyan500: string;
|
|
5331
|
+
cyan600: string;
|
|
5332
|
+
cyan700: string;
|
|
5333
|
+
cyan800: string;
|
|
5334
|
+
cyan900: string;
|
|
5335
|
+
red50: string;
|
|
5336
|
+
red100: string;
|
|
5337
|
+
red200: string;
|
|
5338
|
+
red300: string;
|
|
5339
|
+
red400: string;
|
|
5340
|
+
red500: string;
|
|
5341
|
+
red600: string;
|
|
5342
|
+
red700: string;
|
|
5343
|
+
red800: string;
|
|
5344
|
+
red900: string;
|
|
5345
|
+
yellow50: string;
|
|
5346
|
+
yellow100: string;
|
|
5347
|
+
yellow200: string;
|
|
5348
|
+
yellow300: string;
|
|
5349
|
+
yellow400: string;
|
|
5350
|
+
yellow500: string;
|
|
5351
|
+
yellow600: string;
|
|
5352
|
+
yellow700: string;
|
|
5353
|
+
yellow800: string;
|
|
5354
|
+
yellow900: string;
|
|
5355
|
+
green50: string;
|
|
5356
|
+
green100: string;
|
|
5357
|
+
green200: string;
|
|
5358
|
+
green300: string;
|
|
5359
|
+
green400: string;
|
|
5360
|
+
green500: string;
|
|
5361
|
+
green600: string;
|
|
5362
|
+
green700: string;
|
|
5363
|
+
green800: string;
|
|
5364
|
+
green900: string;
|
|
5365
|
+
purple50: string;
|
|
5366
|
+
purple100: string;
|
|
5367
|
+
purple200: string;
|
|
5368
|
+
purple300: string;
|
|
5369
|
+
purple400: string;
|
|
5370
|
+
purple500: string;
|
|
5371
|
+
purple600: string;
|
|
5372
|
+
purple700: string;
|
|
5373
|
+
purple800: string;
|
|
5374
|
+
purple900: string;
|
|
5375
|
+
blue50: string;
|
|
5376
|
+
blue100: string;
|
|
5377
|
+
blue200: string;
|
|
5378
|
+
blue300: string;
|
|
5379
|
+
blue400: string;
|
|
5380
|
+
blue500: string;
|
|
5381
|
+
blue600: string;
|
|
5382
|
+
blue700: string;
|
|
5383
|
+
blue800: string;
|
|
5384
|
+
blue900: string;
|
|
5385
|
+
background: string;
|
|
5386
|
+
foreground: string;
|
|
5387
|
+
backgroundContrast: string;
|
|
5388
|
+
white: string;
|
|
5389
|
+
black: string;
|
|
4829
5390
|
primaryLight: string;
|
|
5391
|
+
primaryLightHover: string;
|
|
5392
|
+
primaryLightActive: string;
|
|
5393
|
+
primaryLightContrast: string;
|
|
4830
5394
|
primary: string;
|
|
4831
|
-
|
|
5395
|
+
primaryBorder: string;
|
|
5396
|
+
primaryBorderHover: string;
|
|
5397
|
+
primarySolidHover: string;
|
|
5398
|
+
primarySolidContrast: string;
|
|
4832
5399
|
primaryShadow: string;
|
|
4833
5400
|
secondaryLight: string;
|
|
5401
|
+
secondaryLightHover: string;
|
|
5402
|
+
secondaryLightActive: string;
|
|
5403
|
+
secondaryLightContrast: string;
|
|
4834
5404
|
secondary: string;
|
|
4835
|
-
|
|
5405
|
+
secondaryBorder: string;
|
|
5406
|
+
secondaryBorderHover: string;
|
|
5407
|
+
secondarySolidHover: string;
|
|
5408
|
+
secondarySolidContrast: string;
|
|
4836
5409
|
secondaryShadow: string;
|
|
4837
5410
|
successLight: string;
|
|
5411
|
+
successLightHover: string;
|
|
5412
|
+
successLightActive: string;
|
|
5413
|
+
successLightContrast: string;
|
|
4838
5414
|
success: string;
|
|
4839
|
-
|
|
5415
|
+
successBorder: string;
|
|
5416
|
+
successBorderHover: string;
|
|
5417
|
+
successSolidHover: string;
|
|
5418
|
+
successSolidContrast: string;
|
|
4840
5419
|
successShadow: string;
|
|
4841
5420
|
warningLight: string;
|
|
5421
|
+
warningLightHover: string;
|
|
5422
|
+
warningLightActive: string;
|
|
5423
|
+
warningLightContrast: string;
|
|
4842
5424
|
warning: string;
|
|
4843
|
-
|
|
5425
|
+
warningBorder: string;
|
|
5426
|
+
warningBorderHover: string;
|
|
5427
|
+
warningSolidHover: string;
|
|
5428
|
+
warningSolidContrast: string;
|
|
4844
5429
|
warningShadow: string;
|
|
4845
5430
|
errorLight: string;
|
|
5431
|
+
errorLightHover: string;
|
|
5432
|
+
errorLightActive: string;
|
|
5433
|
+
errorLightContrast: string;
|
|
4846
5434
|
error: string;
|
|
4847
|
-
|
|
5435
|
+
errorBorder: string;
|
|
5436
|
+
errorBorderHover: string;
|
|
5437
|
+
errorSolidHover: string;
|
|
5438
|
+
errorSolidContrast: string;
|
|
4848
5439
|
errorShadow: string;
|
|
5440
|
+
neutralLight: string;
|
|
5441
|
+
neutralLightHover: string;
|
|
5442
|
+
neutralLightActive: string;
|
|
5443
|
+
neutralLightContrast: string;
|
|
5444
|
+
neutral: string;
|
|
5445
|
+
neutralBorder: string;
|
|
5446
|
+
neutralBorderHover: string;
|
|
5447
|
+
neutralSolidHover: string;
|
|
5448
|
+
neutralSolidContrast: string;
|
|
5449
|
+
neutralShadow: string;
|
|
4849
5450
|
gradient: string;
|
|
4850
|
-
|
|
5451
|
+
accents0: string;
|
|
5452
|
+
accents1: string;
|
|
5453
|
+
accents2: string;
|
|
5454
|
+
accents3: string;
|
|
5455
|
+
accents4: string;
|
|
5456
|
+
accents5: string;
|
|
5457
|
+
accents6: string;
|
|
5458
|
+
accents7: string;
|
|
5459
|
+
accents8: string;
|
|
5460
|
+
accents9: string;
|
|
5461
|
+
border: string;
|
|
4851
5462
|
};
|
|
4852
5463
|
fonts: {
|
|
4853
5464
|
sans: string;
|
|
4854
5465
|
mono: string;
|
|
4855
5466
|
};
|
|
4856
5467
|
fontSizes: {
|
|
4857
|
-
tiny: string;
|
|
4858
5468
|
xs: string;
|
|
4859
|
-
base: string;
|
|
4860
5469
|
sm: string;
|
|
5470
|
+
base: string;
|
|
4861
5471
|
md: string;
|
|
4862
5472
|
lg: string;
|
|
4863
5473
|
xl: string;
|
|
5474
|
+
xl2: string;
|
|
5475
|
+
xl3: string;
|
|
5476
|
+
xl4: string;
|
|
5477
|
+
xl5: string;
|
|
5478
|
+
xl6: string;
|
|
5479
|
+
xl7: string;
|
|
5480
|
+
xl8: string;
|
|
5481
|
+
xl9: string;
|
|
4864
5482
|
};
|
|
4865
5483
|
fontWeights: {
|
|
4866
5484
|
hairline: number;
|
|
@@ -4876,9 +5494,18 @@ export declare const StyledModal: import("@stitches/react/types/styled-component
|
|
|
4876
5494
|
lineHeights: {
|
|
4877
5495
|
xs: number;
|
|
4878
5496
|
sm: number;
|
|
5497
|
+
base: number;
|
|
4879
5498
|
md: number;
|
|
4880
5499
|
lg: number;
|
|
4881
5500
|
xl: number;
|
|
5501
|
+
xl2: number;
|
|
5502
|
+
xl3: number;
|
|
5503
|
+
xl4: number;
|
|
5504
|
+
xl5: number;
|
|
5505
|
+
xl6: number;
|
|
5506
|
+
xl7: number;
|
|
5507
|
+
xl8: number;
|
|
5508
|
+
xl9: number;
|
|
4882
5509
|
};
|
|
4883
5510
|
letterSpacings: {
|
|
4884
5511
|
tighter: string;
|
|
@@ -4963,6 +5590,7 @@ export declare const StyledModal: import("@stitches/react/types/styled-component
|
|
|
4963
5590
|
avatar: string;
|
|
4964
5591
|
link: string;
|
|
4965
5592
|
card: string;
|
|
5593
|
+
dropdownItem: string;
|
|
4966
5594
|
};
|
|
4967
5595
|
breakpoints: {
|
|
4968
5596
|
xs: string;
|
|
@@ -5338,7 +5966,9 @@ export declare const StyledModal: import("@stitches/react/types/styled-component
|
|
|
5338
5966
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
5339
5967
|
}) => {
|
|
5340
5968
|
bf: string;
|
|
5341
|
-
bg:
|
|
5969
|
+
bg: {
|
|
5970
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
5971
|
+
};
|
|
5342
5972
|
};
|
|
5343
5973
|
bgColor: (value: {
|
|
5344
5974
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -5416,6 +6046,32 @@ export declare const StyledModal: import("@stitches/react/types/styled-component
|
|
|
5416
6046
|
readonly [$$PropertyValue]: "boxShadow";
|
|
5417
6047
|
};
|
|
5418
6048
|
};
|
|
6049
|
+
ds: (value: {
|
|
6050
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6051
|
+
}) => {
|
|
6052
|
+
dropShadow: {
|
|
6053
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6054
|
+
};
|
|
6055
|
+
};
|
|
6056
|
+
shadow: (value: {
|
|
6057
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6058
|
+
}) => {
|
|
6059
|
+
boxShadow: {
|
|
6060
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6061
|
+
};
|
|
6062
|
+
};
|
|
6063
|
+
dshadow: (value: {
|
|
6064
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6065
|
+
}) => {
|
|
6066
|
+
dropShadow: {
|
|
6067
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6068
|
+
};
|
|
6069
|
+
};
|
|
6070
|
+
dropShadow: (value: {
|
|
6071
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6072
|
+
}) => {
|
|
6073
|
+
filter: string;
|
|
6074
|
+
};
|
|
5419
6075
|
normalShadow: (value: {
|
|
5420
6076
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
5421
6077
|
}) => {
|
|
@@ -5619,6 +6275,16 @@ export declare const StyledModal: import("@stitches/react/types/styled-component
|
|
|
5619
6275
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
5620
6276
|
};
|
|
5621
6277
|
};
|
|
6278
|
+
truncateText: (value: {
|
|
6279
|
+
readonly [$$PropertyValue]: "width";
|
|
6280
|
+
}) => {
|
|
6281
|
+
maxWidth: {
|
|
6282
|
+
readonly [$$PropertyValue]: "width";
|
|
6283
|
+
};
|
|
6284
|
+
whiteSpace: string;
|
|
6285
|
+
overflow: string;
|
|
6286
|
+
textOverflow: string;
|
|
6287
|
+
};
|
|
5622
6288
|
textGradient: (value: {
|
|
5623
6289
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
5624
6290
|
}) => {
|