@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
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
export declare const StyledUser: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
1
|
+
export declare const StyledUser: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
2
|
+
isFocusVisible?: boolean | "true" | "false" | undefined;
|
|
3
|
+
}, {
|
|
2
4
|
xs: string;
|
|
3
5
|
sm: string;
|
|
4
6
|
md: string;
|
|
@@ -38,89 +40,20 @@ export declare const StyledUser: import("@stitches/react/types/styled-component"
|
|
|
38
40
|
lg: string;
|
|
39
41
|
xl: string;
|
|
40
42
|
};
|
|
43
|
+
dropShadows: {
|
|
44
|
+
xs: string;
|
|
45
|
+
sm: string;
|
|
46
|
+
md: string;
|
|
47
|
+
lg: string;
|
|
48
|
+
xl: string;
|
|
49
|
+
};
|
|
41
50
|
colors: {
|
|
42
|
-
accents1: string;
|
|
43
|
-
accents2: string;
|
|
44
|
-
accents3: string;
|
|
45
|
-
accents4: string;
|
|
46
|
-
accents5: string;
|
|
47
|
-
accents6: string;
|
|
48
|
-
accents7: string;
|
|
49
|
-
accents8: string;
|
|
50
|
-
accents9: string;
|
|
51
|
-
background: string;
|
|
52
|
-
foreground: string;
|
|
53
|
-
backgroundContrast: string;
|
|
54
51
|
text: string;
|
|
52
|
+
link: string;
|
|
55
53
|
codeLight: string;
|
|
56
54
|
code: string;
|
|
57
|
-
border: string;
|
|
58
55
|
selection: string;
|
|
59
|
-
|
|
60
|
-
black: string;
|
|
61
|
-
blue100: string;
|
|
62
|
-
blue200: string;
|
|
63
|
-
blue300: string;
|
|
64
|
-
blue400: string;
|
|
65
|
-
blue500: string;
|
|
66
|
-
blue600: string;
|
|
67
|
-
blue700: string;
|
|
68
|
-
blue800: string;
|
|
69
|
-
blue900: string;
|
|
70
|
-
purple100: string;
|
|
71
|
-
purple200: string;
|
|
72
|
-
purple300: string;
|
|
73
|
-
purple400: string;
|
|
74
|
-
purple500: string;
|
|
75
|
-
purple600: string;
|
|
76
|
-
purple700: string;
|
|
77
|
-
purple800: string;
|
|
78
|
-
purple900: string;
|
|
79
|
-
green100: string;
|
|
80
|
-
green200: string;
|
|
81
|
-
green300: string;
|
|
82
|
-
green400: string;
|
|
83
|
-
green500: string;
|
|
84
|
-
green600: string;
|
|
85
|
-
green700: string;
|
|
86
|
-
green800: string;
|
|
87
|
-
green900: string;
|
|
88
|
-
yellow100: string;
|
|
89
|
-
yellow200: string;
|
|
90
|
-
yellow300: string;
|
|
91
|
-
yellow400: string;
|
|
92
|
-
yellow500: string;
|
|
93
|
-
yellow600: string;
|
|
94
|
-
yellow700: string;
|
|
95
|
-
yellow800: string;
|
|
96
|
-
yellow900: string;
|
|
97
|
-
red100: string;
|
|
98
|
-
red200: string;
|
|
99
|
-
red300: string;
|
|
100
|
-
red400: string;
|
|
101
|
-
red500: string;
|
|
102
|
-
red600: string;
|
|
103
|
-
red700: string;
|
|
104
|
-
red800: string;
|
|
105
|
-
red900: string;
|
|
106
|
-
cyan100: string;
|
|
107
|
-
cyan200: string;
|
|
108
|
-
cyan300: string;
|
|
109
|
-
cyan400: string;
|
|
110
|
-
cyan500: string;
|
|
111
|
-
cyan600: string;
|
|
112
|
-
cyan700: string;
|
|
113
|
-
cyan800: string;
|
|
114
|
-
cyan900: string;
|
|
115
|
-
pink100: string;
|
|
116
|
-
pink200: string;
|
|
117
|
-
pink300: string;
|
|
118
|
-
pink400: string;
|
|
119
|
-
pink500: string;
|
|
120
|
-
pink600: string;
|
|
121
|
-
pink700: string;
|
|
122
|
-
pink800: string;
|
|
123
|
-
pink900: string;
|
|
56
|
+
gray50: string;
|
|
124
57
|
gray100: string;
|
|
125
58
|
gray200: string;
|
|
126
59
|
gray300: string;
|
|
@@ -130,41 +63,173 @@ export declare const StyledUser: import("@stitches/react/types/styled-component"
|
|
|
130
63
|
gray700: string;
|
|
131
64
|
gray800: string;
|
|
132
65
|
gray900: string;
|
|
66
|
+
pink50: string;
|
|
67
|
+
pink100: string;
|
|
68
|
+
pink200: string;
|
|
69
|
+
pink300: string;
|
|
70
|
+
pink400: string;
|
|
71
|
+
pink500: string;
|
|
72
|
+
pink600: string;
|
|
73
|
+
pink700: string;
|
|
74
|
+
pink800: string;
|
|
75
|
+
pink900: string;
|
|
76
|
+
cyan50: string;
|
|
77
|
+
cyan100: string;
|
|
78
|
+
cyan200: string;
|
|
79
|
+
cyan300: string;
|
|
80
|
+
cyan400: string;
|
|
81
|
+
cyan500: string;
|
|
82
|
+
cyan600: string;
|
|
83
|
+
cyan700: string;
|
|
84
|
+
cyan800: string;
|
|
85
|
+
cyan900: string;
|
|
86
|
+
red50: string;
|
|
87
|
+
red100: string;
|
|
88
|
+
red200: string;
|
|
89
|
+
red300: string;
|
|
90
|
+
red400: string;
|
|
91
|
+
red500: string;
|
|
92
|
+
red600: string;
|
|
93
|
+
red700: string;
|
|
94
|
+
red800: string;
|
|
95
|
+
red900: string;
|
|
96
|
+
yellow50: string;
|
|
97
|
+
yellow100: string;
|
|
98
|
+
yellow200: string;
|
|
99
|
+
yellow300: string;
|
|
100
|
+
yellow400: string;
|
|
101
|
+
yellow500: string;
|
|
102
|
+
yellow600: string;
|
|
103
|
+
yellow700: string;
|
|
104
|
+
yellow800: string;
|
|
105
|
+
yellow900: string;
|
|
106
|
+
green50: string;
|
|
107
|
+
green100: string;
|
|
108
|
+
green200: string;
|
|
109
|
+
green300: string;
|
|
110
|
+
green400: string;
|
|
111
|
+
green500: string;
|
|
112
|
+
green600: string;
|
|
113
|
+
green700: string;
|
|
114
|
+
green800: string;
|
|
115
|
+
green900: string;
|
|
116
|
+
purple50: string;
|
|
117
|
+
purple100: string;
|
|
118
|
+
purple200: string;
|
|
119
|
+
purple300: string;
|
|
120
|
+
purple400: string;
|
|
121
|
+
purple500: string;
|
|
122
|
+
purple600: string;
|
|
123
|
+
purple700: string;
|
|
124
|
+
purple800: string;
|
|
125
|
+
purple900: string;
|
|
126
|
+
blue50: string;
|
|
127
|
+
blue100: string;
|
|
128
|
+
blue200: string;
|
|
129
|
+
blue300: string;
|
|
130
|
+
blue400: string;
|
|
131
|
+
blue500: string;
|
|
132
|
+
blue600: string;
|
|
133
|
+
blue700: string;
|
|
134
|
+
blue800: string;
|
|
135
|
+
blue900: string;
|
|
136
|
+
background: string;
|
|
137
|
+
foreground: string;
|
|
138
|
+
backgroundContrast: string;
|
|
139
|
+
white: string;
|
|
140
|
+
black: string;
|
|
133
141
|
primaryLight: string;
|
|
142
|
+
primaryLightHover: string;
|
|
143
|
+
primaryLightActive: string;
|
|
144
|
+
primaryLightContrast: string;
|
|
134
145
|
primary: string;
|
|
135
|
-
|
|
146
|
+
primaryBorder: string;
|
|
147
|
+
primaryBorderHover: string;
|
|
148
|
+
primarySolidHover: string;
|
|
149
|
+
primarySolidContrast: string;
|
|
136
150
|
primaryShadow: string;
|
|
137
151
|
secondaryLight: string;
|
|
152
|
+
secondaryLightHover: string;
|
|
153
|
+
secondaryLightActive: string;
|
|
154
|
+
secondaryLightContrast: string;
|
|
138
155
|
secondary: string;
|
|
139
|
-
|
|
156
|
+
secondaryBorder: string;
|
|
157
|
+
secondaryBorderHover: string;
|
|
158
|
+
secondarySolidHover: string;
|
|
159
|
+
secondarySolidContrast: string;
|
|
140
160
|
secondaryShadow: string;
|
|
141
161
|
successLight: string;
|
|
162
|
+
successLightHover: string;
|
|
163
|
+
successLightActive: string;
|
|
164
|
+
successLightContrast: string;
|
|
142
165
|
success: string;
|
|
143
|
-
|
|
166
|
+
successBorder: string;
|
|
167
|
+
successBorderHover: string;
|
|
168
|
+
successSolidHover: string;
|
|
169
|
+
successSolidContrast: string;
|
|
144
170
|
successShadow: string;
|
|
145
171
|
warningLight: string;
|
|
172
|
+
warningLightHover: string;
|
|
173
|
+
warningLightActive: string;
|
|
174
|
+
warningLightContrast: string;
|
|
146
175
|
warning: string;
|
|
147
|
-
|
|
176
|
+
warningBorder: string;
|
|
177
|
+
warningBorderHover: string;
|
|
178
|
+
warningSolidHover: string;
|
|
179
|
+
warningSolidContrast: string;
|
|
148
180
|
warningShadow: string;
|
|
149
181
|
errorLight: string;
|
|
182
|
+
errorLightHover: string;
|
|
183
|
+
errorLightActive: string;
|
|
184
|
+
errorLightContrast: string;
|
|
150
185
|
error: string;
|
|
151
|
-
|
|
186
|
+
errorBorder: string;
|
|
187
|
+
errorBorderHover: string;
|
|
188
|
+
errorSolidHover: string;
|
|
189
|
+
errorSolidContrast: string;
|
|
152
190
|
errorShadow: string;
|
|
191
|
+
neutralLight: string;
|
|
192
|
+
neutralLightHover: string;
|
|
193
|
+
neutralLightActive: string;
|
|
194
|
+
neutralLightContrast: string;
|
|
195
|
+
neutral: string;
|
|
196
|
+
neutralBorder: string;
|
|
197
|
+
neutralBorderHover: string;
|
|
198
|
+
neutralSolidHover: string;
|
|
199
|
+
neutralSolidContrast: string;
|
|
200
|
+
neutralShadow: string;
|
|
153
201
|
gradient: string;
|
|
154
|
-
|
|
202
|
+
accents0: string;
|
|
203
|
+
accents1: string;
|
|
204
|
+
accents2: string;
|
|
205
|
+
accents3: string;
|
|
206
|
+
accents4: string;
|
|
207
|
+
accents5: string;
|
|
208
|
+
accents6: string;
|
|
209
|
+
accents7: string;
|
|
210
|
+
accents8: string;
|
|
211
|
+
accents9: string;
|
|
212
|
+
border: string;
|
|
155
213
|
};
|
|
156
214
|
fonts: {
|
|
157
215
|
sans: string;
|
|
158
216
|
mono: string;
|
|
159
217
|
};
|
|
160
218
|
fontSizes: {
|
|
161
|
-
tiny: string;
|
|
162
219
|
xs: string;
|
|
163
|
-
base: string;
|
|
164
220
|
sm: string;
|
|
221
|
+
base: string;
|
|
165
222
|
md: string;
|
|
166
223
|
lg: string;
|
|
167
224
|
xl: string;
|
|
225
|
+
xl2: string;
|
|
226
|
+
xl3: string;
|
|
227
|
+
xl4: string;
|
|
228
|
+
xl5: string;
|
|
229
|
+
xl6: string;
|
|
230
|
+
xl7: string;
|
|
231
|
+
xl8: string;
|
|
232
|
+
xl9: string;
|
|
168
233
|
};
|
|
169
234
|
fontWeights: {
|
|
170
235
|
hairline: number;
|
|
@@ -180,9 +245,18 @@ export declare const StyledUser: import("@stitches/react/types/styled-component"
|
|
|
180
245
|
lineHeights: {
|
|
181
246
|
xs: number;
|
|
182
247
|
sm: number;
|
|
248
|
+
base: number;
|
|
183
249
|
md: number;
|
|
184
250
|
lg: number;
|
|
185
251
|
xl: number;
|
|
252
|
+
xl2: number;
|
|
253
|
+
xl3: number;
|
|
254
|
+
xl4: number;
|
|
255
|
+
xl5: number;
|
|
256
|
+
xl6: number;
|
|
257
|
+
xl7: number;
|
|
258
|
+
xl8: number;
|
|
259
|
+
xl9: number;
|
|
186
260
|
};
|
|
187
261
|
letterSpacings: {
|
|
188
262
|
tighter: string;
|
|
@@ -267,6 +341,7 @@ export declare const StyledUser: import("@stitches/react/types/styled-component"
|
|
|
267
341
|
avatar: string;
|
|
268
342
|
link: string;
|
|
269
343
|
card: string;
|
|
344
|
+
dropdownItem: string;
|
|
270
345
|
};
|
|
271
346
|
breakpoints: {
|
|
272
347
|
xs: string;
|
|
@@ -642,7 +717,9 @@ export declare const StyledUser: import("@stitches/react/types/styled-component"
|
|
|
642
717
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
643
718
|
}) => {
|
|
644
719
|
bf: string;
|
|
645
|
-
bg:
|
|
720
|
+
bg: {
|
|
721
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
722
|
+
};
|
|
646
723
|
};
|
|
647
724
|
bgColor: (value: {
|
|
648
725
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -720,6 +797,32 @@ export declare const StyledUser: import("@stitches/react/types/styled-component"
|
|
|
720
797
|
readonly [$$PropertyValue]: "boxShadow";
|
|
721
798
|
};
|
|
722
799
|
};
|
|
800
|
+
ds: (value: {
|
|
801
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
802
|
+
}) => {
|
|
803
|
+
dropShadow: {
|
|
804
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
805
|
+
};
|
|
806
|
+
};
|
|
807
|
+
shadow: (value: {
|
|
808
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
809
|
+
}) => {
|
|
810
|
+
boxShadow: {
|
|
811
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
812
|
+
};
|
|
813
|
+
};
|
|
814
|
+
dshadow: (value: {
|
|
815
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
816
|
+
}) => {
|
|
817
|
+
dropShadow: {
|
|
818
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
819
|
+
};
|
|
820
|
+
};
|
|
821
|
+
dropShadow: (value: {
|
|
822
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
823
|
+
}) => {
|
|
824
|
+
filter: string;
|
|
825
|
+
};
|
|
723
826
|
normalShadow: (value: {
|
|
724
827
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
725
828
|
}) => {
|
|
@@ -923,6 +1026,16 @@ export declare const StyledUser: import("@stitches/react/types/styled-component"
|
|
|
923
1026
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
924
1027
|
};
|
|
925
1028
|
};
|
|
1029
|
+
truncateText: (value: {
|
|
1030
|
+
readonly [$$PropertyValue]: "width";
|
|
1031
|
+
}) => {
|
|
1032
|
+
maxWidth: {
|
|
1033
|
+
readonly [$$PropertyValue]: "width";
|
|
1034
|
+
};
|
|
1035
|
+
whiteSpace: string;
|
|
1036
|
+
overflow: string;
|
|
1037
|
+
textOverflow: string;
|
|
1038
|
+
};
|
|
926
1039
|
textGradient: (value: {
|
|
927
1040
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
928
1041
|
}) => {
|
|
@@ -974,89 +1087,20 @@ export declare const StyledUserInfo: import("@stitches/react/types/styled-compon
|
|
|
974
1087
|
lg: string;
|
|
975
1088
|
xl: string;
|
|
976
1089
|
};
|
|
1090
|
+
dropShadows: {
|
|
1091
|
+
xs: string;
|
|
1092
|
+
sm: string;
|
|
1093
|
+
md: string;
|
|
1094
|
+
lg: string;
|
|
1095
|
+
xl: string;
|
|
1096
|
+
};
|
|
977
1097
|
colors: {
|
|
978
|
-
accents1: string;
|
|
979
|
-
accents2: string;
|
|
980
|
-
accents3: string;
|
|
981
|
-
accents4: string;
|
|
982
|
-
accents5: string;
|
|
983
|
-
accents6: string;
|
|
984
|
-
accents7: string;
|
|
985
|
-
accents8: string;
|
|
986
|
-
accents9: string;
|
|
987
|
-
background: string;
|
|
988
|
-
foreground: string;
|
|
989
|
-
backgroundContrast: string;
|
|
990
1098
|
text: string;
|
|
1099
|
+
link: string;
|
|
991
1100
|
codeLight: string;
|
|
992
1101
|
code: string;
|
|
993
|
-
border: string;
|
|
994
1102
|
selection: string;
|
|
995
|
-
|
|
996
|
-
black: string;
|
|
997
|
-
blue100: string;
|
|
998
|
-
blue200: string;
|
|
999
|
-
blue300: string;
|
|
1000
|
-
blue400: string;
|
|
1001
|
-
blue500: string;
|
|
1002
|
-
blue600: string;
|
|
1003
|
-
blue700: string;
|
|
1004
|
-
blue800: string;
|
|
1005
|
-
blue900: string;
|
|
1006
|
-
purple100: string;
|
|
1007
|
-
purple200: string;
|
|
1008
|
-
purple300: string;
|
|
1009
|
-
purple400: string;
|
|
1010
|
-
purple500: string;
|
|
1011
|
-
purple600: string;
|
|
1012
|
-
purple700: string;
|
|
1013
|
-
purple800: string;
|
|
1014
|
-
purple900: string;
|
|
1015
|
-
green100: string;
|
|
1016
|
-
green200: string;
|
|
1017
|
-
green300: string;
|
|
1018
|
-
green400: string;
|
|
1019
|
-
green500: string;
|
|
1020
|
-
green600: string;
|
|
1021
|
-
green700: string;
|
|
1022
|
-
green800: string;
|
|
1023
|
-
green900: string;
|
|
1024
|
-
yellow100: string;
|
|
1025
|
-
yellow200: string;
|
|
1026
|
-
yellow300: string;
|
|
1027
|
-
yellow400: string;
|
|
1028
|
-
yellow500: string;
|
|
1029
|
-
yellow600: string;
|
|
1030
|
-
yellow700: string;
|
|
1031
|
-
yellow800: string;
|
|
1032
|
-
yellow900: string;
|
|
1033
|
-
red100: string;
|
|
1034
|
-
red200: string;
|
|
1035
|
-
red300: string;
|
|
1036
|
-
red400: string;
|
|
1037
|
-
red500: string;
|
|
1038
|
-
red600: string;
|
|
1039
|
-
red700: string;
|
|
1040
|
-
red800: string;
|
|
1041
|
-
red900: string;
|
|
1042
|
-
cyan100: string;
|
|
1043
|
-
cyan200: string;
|
|
1044
|
-
cyan300: string;
|
|
1045
|
-
cyan400: string;
|
|
1046
|
-
cyan500: string;
|
|
1047
|
-
cyan600: string;
|
|
1048
|
-
cyan700: string;
|
|
1049
|
-
cyan800: string;
|
|
1050
|
-
cyan900: string;
|
|
1051
|
-
pink100: string;
|
|
1052
|
-
pink200: string;
|
|
1053
|
-
pink300: string;
|
|
1054
|
-
pink400: string;
|
|
1055
|
-
pink500: string;
|
|
1056
|
-
pink600: string;
|
|
1057
|
-
pink700: string;
|
|
1058
|
-
pink800: string;
|
|
1059
|
-
pink900: string;
|
|
1103
|
+
gray50: string;
|
|
1060
1104
|
gray100: string;
|
|
1061
1105
|
gray200: string;
|
|
1062
1106
|
gray300: string;
|
|
@@ -1066,41 +1110,173 @@ export declare const StyledUserInfo: import("@stitches/react/types/styled-compon
|
|
|
1066
1110
|
gray700: string;
|
|
1067
1111
|
gray800: string;
|
|
1068
1112
|
gray900: string;
|
|
1113
|
+
pink50: string;
|
|
1114
|
+
pink100: string;
|
|
1115
|
+
pink200: string;
|
|
1116
|
+
pink300: string;
|
|
1117
|
+
pink400: string;
|
|
1118
|
+
pink500: string;
|
|
1119
|
+
pink600: string;
|
|
1120
|
+
pink700: string;
|
|
1121
|
+
pink800: string;
|
|
1122
|
+
pink900: string;
|
|
1123
|
+
cyan50: string;
|
|
1124
|
+
cyan100: string;
|
|
1125
|
+
cyan200: string;
|
|
1126
|
+
cyan300: string;
|
|
1127
|
+
cyan400: string;
|
|
1128
|
+
cyan500: string;
|
|
1129
|
+
cyan600: string;
|
|
1130
|
+
cyan700: string;
|
|
1131
|
+
cyan800: string;
|
|
1132
|
+
cyan900: string;
|
|
1133
|
+
red50: string;
|
|
1134
|
+
red100: string;
|
|
1135
|
+
red200: string;
|
|
1136
|
+
red300: string;
|
|
1137
|
+
red400: string;
|
|
1138
|
+
red500: string;
|
|
1139
|
+
red600: string;
|
|
1140
|
+
red700: string;
|
|
1141
|
+
red800: string;
|
|
1142
|
+
red900: string;
|
|
1143
|
+
yellow50: string;
|
|
1144
|
+
yellow100: string;
|
|
1145
|
+
yellow200: string;
|
|
1146
|
+
yellow300: string;
|
|
1147
|
+
yellow400: string;
|
|
1148
|
+
yellow500: string;
|
|
1149
|
+
yellow600: string;
|
|
1150
|
+
yellow700: string;
|
|
1151
|
+
yellow800: string;
|
|
1152
|
+
yellow900: string;
|
|
1153
|
+
green50: string;
|
|
1154
|
+
green100: string;
|
|
1155
|
+
green200: string;
|
|
1156
|
+
green300: string;
|
|
1157
|
+
green400: string;
|
|
1158
|
+
green500: string;
|
|
1159
|
+
green600: string;
|
|
1160
|
+
green700: string;
|
|
1161
|
+
green800: string;
|
|
1162
|
+
green900: string;
|
|
1163
|
+
purple50: string;
|
|
1164
|
+
purple100: string;
|
|
1165
|
+
purple200: string;
|
|
1166
|
+
purple300: string;
|
|
1167
|
+
purple400: string;
|
|
1168
|
+
purple500: string;
|
|
1169
|
+
purple600: string;
|
|
1170
|
+
purple700: string;
|
|
1171
|
+
purple800: string;
|
|
1172
|
+
purple900: string;
|
|
1173
|
+
blue50: string;
|
|
1174
|
+
blue100: string;
|
|
1175
|
+
blue200: string;
|
|
1176
|
+
blue300: string;
|
|
1177
|
+
blue400: string;
|
|
1178
|
+
blue500: string;
|
|
1179
|
+
blue600: string;
|
|
1180
|
+
blue700: string;
|
|
1181
|
+
blue800: string;
|
|
1182
|
+
blue900: string;
|
|
1183
|
+
background: string;
|
|
1184
|
+
foreground: string;
|
|
1185
|
+
backgroundContrast: string;
|
|
1186
|
+
white: string;
|
|
1187
|
+
black: string;
|
|
1069
1188
|
primaryLight: string;
|
|
1189
|
+
primaryLightHover: string;
|
|
1190
|
+
primaryLightActive: string;
|
|
1191
|
+
primaryLightContrast: string;
|
|
1070
1192
|
primary: string;
|
|
1071
|
-
|
|
1193
|
+
primaryBorder: string;
|
|
1194
|
+
primaryBorderHover: string;
|
|
1195
|
+
primarySolidHover: string;
|
|
1196
|
+
primarySolidContrast: string;
|
|
1072
1197
|
primaryShadow: string;
|
|
1073
1198
|
secondaryLight: string;
|
|
1199
|
+
secondaryLightHover: string;
|
|
1200
|
+
secondaryLightActive: string;
|
|
1201
|
+
secondaryLightContrast: string;
|
|
1074
1202
|
secondary: string;
|
|
1075
|
-
|
|
1203
|
+
secondaryBorder: string;
|
|
1204
|
+
secondaryBorderHover: string;
|
|
1205
|
+
secondarySolidHover: string;
|
|
1206
|
+
secondarySolidContrast: string;
|
|
1076
1207
|
secondaryShadow: string;
|
|
1077
1208
|
successLight: string;
|
|
1209
|
+
successLightHover: string;
|
|
1210
|
+
successLightActive: string;
|
|
1211
|
+
successLightContrast: string;
|
|
1078
1212
|
success: string;
|
|
1079
|
-
|
|
1213
|
+
successBorder: string;
|
|
1214
|
+
successBorderHover: string;
|
|
1215
|
+
successSolidHover: string;
|
|
1216
|
+
successSolidContrast: string;
|
|
1080
1217
|
successShadow: string;
|
|
1081
1218
|
warningLight: string;
|
|
1219
|
+
warningLightHover: string;
|
|
1220
|
+
warningLightActive: string;
|
|
1221
|
+
warningLightContrast: string;
|
|
1082
1222
|
warning: string;
|
|
1083
|
-
|
|
1223
|
+
warningBorder: string;
|
|
1224
|
+
warningBorderHover: string;
|
|
1225
|
+
warningSolidHover: string;
|
|
1226
|
+
warningSolidContrast: string;
|
|
1084
1227
|
warningShadow: string;
|
|
1085
1228
|
errorLight: string;
|
|
1229
|
+
errorLightHover: string;
|
|
1230
|
+
errorLightActive: string;
|
|
1231
|
+
errorLightContrast: string;
|
|
1086
1232
|
error: string;
|
|
1087
|
-
|
|
1233
|
+
errorBorder: string;
|
|
1234
|
+
errorBorderHover: string;
|
|
1235
|
+
errorSolidHover: string;
|
|
1236
|
+
errorSolidContrast: string;
|
|
1088
1237
|
errorShadow: string;
|
|
1238
|
+
neutralLight: string;
|
|
1239
|
+
neutralLightHover: string;
|
|
1240
|
+
neutralLightActive: string;
|
|
1241
|
+
neutralLightContrast: string;
|
|
1242
|
+
neutral: string;
|
|
1243
|
+
neutralBorder: string;
|
|
1244
|
+
neutralBorderHover: string;
|
|
1245
|
+
neutralSolidHover: string;
|
|
1246
|
+
neutralSolidContrast: string;
|
|
1247
|
+
neutralShadow: string;
|
|
1089
1248
|
gradient: string;
|
|
1090
|
-
|
|
1249
|
+
accents0: string;
|
|
1250
|
+
accents1: string;
|
|
1251
|
+
accents2: string;
|
|
1252
|
+
accents3: string;
|
|
1253
|
+
accents4: string;
|
|
1254
|
+
accents5: string;
|
|
1255
|
+
accents6: string;
|
|
1256
|
+
accents7: string;
|
|
1257
|
+
accents8: string;
|
|
1258
|
+
accents9: string;
|
|
1259
|
+
border: string;
|
|
1091
1260
|
};
|
|
1092
1261
|
fonts: {
|
|
1093
1262
|
sans: string;
|
|
1094
1263
|
mono: string;
|
|
1095
1264
|
};
|
|
1096
1265
|
fontSizes: {
|
|
1097
|
-
tiny: string;
|
|
1098
1266
|
xs: string;
|
|
1099
|
-
base: string;
|
|
1100
1267
|
sm: string;
|
|
1268
|
+
base: string;
|
|
1101
1269
|
md: string;
|
|
1102
1270
|
lg: string;
|
|
1103
1271
|
xl: string;
|
|
1272
|
+
xl2: string;
|
|
1273
|
+
xl3: string;
|
|
1274
|
+
xl4: string;
|
|
1275
|
+
xl5: string;
|
|
1276
|
+
xl6: string;
|
|
1277
|
+
xl7: string;
|
|
1278
|
+
xl8: string;
|
|
1279
|
+
xl9: string;
|
|
1104
1280
|
};
|
|
1105
1281
|
fontWeights: {
|
|
1106
1282
|
hairline: number;
|
|
@@ -1116,9 +1292,18 @@ export declare const StyledUserInfo: import("@stitches/react/types/styled-compon
|
|
|
1116
1292
|
lineHeights: {
|
|
1117
1293
|
xs: number;
|
|
1118
1294
|
sm: number;
|
|
1295
|
+
base: number;
|
|
1119
1296
|
md: number;
|
|
1120
1297
|
lg: number;
|
|
1121
1298
|
xl: number;
|
|
1299
|
+
xl2: number;
|
|
1300
|
+
xl3: number;
|
|
1301
|
+
xl4: number;
|
|
1302
|
+
xl5: number;
|
|
1303
|
+
xl6: number;
|
|
1304
|
+
xl7: number;
|
|
1305
|
+
xl8: number;
|
|
1306
|
+
xl9: number;
|
|
1122
1307
|
};
|
|
1123
1308
|
letterSpacings: {
|
|
1124
1309
|
tighter: string;
|
|
@@ -1203,6 +1388,7 @@ export declare const StyledUserInfo: import("@stitches/react/types/styled-compon
|
|
|
1203
1388
|
avatar: string;
|
|
1204
1389
|
link: string;
|
|
1205
1390
|
card: string;
|
|
1391
|
+
dropdownItem: string;
|
|
1206
1392
|
};
|
|
1207
1393
|
breakpoints: {
|
|
1208
1394
|
xs: string;
|
|
@@ -1578,7 +1764,9 @@ export declare const StyledUserInfo: import("@stitches/react/types/styled-compon
|
|
|
1578
1764
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1579
1765
|
}) => {
|
|
1580
1766
|
bf: string;
|
|
1581
|
-
bg:
|
|
1767
|
+
bg: {
|
|
1768
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
1769
|
+
};
|
|
1582
1770
|
};
|
|
1583
1771
|
bgColor: (value: {
|
|
1584
1772
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -1656,6 +1844,32 @@ export declare const StyledUserInfo: import("@stitches/react/types/styled-compon
|
|
|
1656
1844
|
readonly [$$PropertyValue]: "boxShadow";
|
|
1657
1845
|
};
|
|
1658
1846
|
};
|
|
1847
|
+
ds: (value: {
|
|
1848
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1849
|
+
}) => {
|
|
1850
|
+
dropShadow: {
|
|
1851
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1852
|
+
};
|
|
1853
|
+
};
|
|
1854
|
+
shadow: (value: {
|
|
1855
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1856
|
+
}) => {
|
|
1857
|
+
boxShadow: {
|
|
1858
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1859
|
+
};
|
|
1860
|
+
};
|
|
1861
|
+
dshadow: (value: {
|
|
1862
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1863
|
+
}) => {
|
|
1864
|
+
dropShadow: {
|
|
1865
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1866
|
+
};
|
|
1867
|
+
};
|
|
1868
|
+
dropShadow: (value: {
|
|
1869
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1870
|
+
}) => {
|
|
1871
|
+
filter: string;
|
|
1872
|
+
};
|
|
1659
1873
|
normalShadow: (value: {
|
|
1660
1874
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1661
1875
|
}) => {
|
|
@@ -1859,6 +2073,16 @@ export declare const StyledUserInfo: import("@stitches/react/types/styled-compon
|
|
|
1859
2073
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1860
2074
|
};
|
|
1861
2075
|
};
|
|
2076
|
+
truncateText: (value: {
|
|
2077
|
+
readonly [$$PropertyValue]: "width";
|
|
2078
|
+
}) => {
|
|
2079
|
+
maxWidth: {
|
|
2080
|
+
readonly [$$PropertyValue]: "width";
|
|
2081
|
+
};
|
|
2082
|
+
whiteSpace: string;
|
|
2083
|
+
overflow: string;
|
|
2084
|
+
textOverflow: string;
|
|
2085
|
+
};
|
|
1862
2086
|
textGradient: (value: {
|
|
1863
2087
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
1864
2088
|
}) => {
|
|
@@ -1910,89 +2134,20 @@ export declare const StyledUserName: import("@stitches/react/types/styled-compon
|
|
|
1910
2134
|
lg: string;
|
|
1911
2135
|
xl: string;
|
|
1912
2136
|
};
|
|
2137
|
+
dropShadows: {
|
|
2138
|
+
xs: string;
|
|
2139
|
+
sm: string;
|
|
2140
|
+
md: string;
|
|
2141
|
+
lg: string;
|
|
2142
|
+
xl: string;
|
|
2143
|
+
};
|
|
1913
2144
|
colors: {
|
|
1914
|
-
accents1: string;
|
|
1915
|
-
accents2: string;
|
|
1916
|
-
accents3: string;
|
|
1917
|
-
accents4: string;
|
|
1918
|
-
accents5: string;
|
|
1919
|
-
accents6: string;
|
|
1920
|
-
accents7: string;
|
|
1921
|
-
accents8: string;
|
|
1922
|
-
accents9: string;
|
|
1923
|
-
background: string;
|
|
1924
|
-
foreground: string;
|
|
1925
|
-
backgroundContrast: string;
|
|
1926
2145
|
text: string;
|
|
2146
|
+
link: string;
|
|
1927
2147
|
codeLight: string;
|
|
1928
2148
|
code: string;
|
|
1929
|
-
border: string;
|
|
1930
2149
|
selection: string;
|
|
1931
|
-
|
|
1932
|
-
black: string;
|
|
1933
|
-
blue100: string;
|
|
1934
|
-
blue200: string;
|
|
1935
|
-
blue300: string;
|
|
1936
|
-
blue400: string;
|
|
1937
|
-
blue500: string;
|
|
1938
|
-
blue600: string;
|
|
1939
|
-
blue700: string;
|
|
1940
|
-
blue800: string;
|
|
1941
|
-
blue900: string;
|
|
1942
|
-
purple100: string;
|
|
1943
|
-
purple200: string;
|
|
1944
|
-
purple300: string;
|
|
1945
|
-
purple400: string;
|
|
1946
|
-
purple500: string;
|
|
1947
|
-
purple600: string;
|
|
1948
|
-
purple700: string;
|
|
1949
|
-
purple800: string;
|
|
1950
|
-
purple900: string;
|
|
1951
|
-
green100: string;
|
|
1952
|
-
green200: string;
|
|
1953
|
-
green300: string;
|
|
1954
|
-
green400: string;
|
|
1955
|
-
green500: string;
|
|
1956
|
-
green600: string;
|
|
1957
|
-
green700: string;
|
|
1958
|
-
green800: string;
|
|
1959
|
-
green900: string;
|
|
1960
|
-
yellow100: string;
|
|
1961
|
-
yellow200: string;
|
|
1962
|
-
yellow300: string;
|
|
1963
|
-
yellow400: string;
|
|
1964
|
-
yellow500: string;
|
|
1965
|
-
yellow600: string;
|
|
1966
|
-
yellow700: string;
|
|
1967
|
-
yellow800: string;
|
|
1968
|
-
yellow900: string;
|
|
1969
|
-
red100: string;
|
|
1970
|
-
red200: string;
|
|
1971
|
-
red300: string;
|
|
1972
|
-
red400: string;
|
|
1973
|
-
red500: string;
|
|
1974
|
-
red600: string;
|
|
1975
|
-
red700: string;
|
|
1976
|
-
red800: string;
|
|
1977
|
-
red900: string;
|
|
1978
|
-
cyan100: string;
|
|
1979
|
-
cyan200: string;
|
|
1980
|
-
cyan300: string;
|
|
1981
|
-
cyan400: string;
|
|
1982
|
-
cyan500: string;
|
|
1983
|
-
cyan600: string;
|
|
1984
|
-
cyan700: string;
|
|
1985
|
-
cyan800: string;
|
|
1986
|
-
cyan900: string;
|
|
1987
|
-
pink100: string;
|
|
1988
|
-
pink200: string;
|
|
1989
|
-
pink300: string;
|
|
1990
|
-
pink400: string;
|
|
1991
|
-
pink500: string;
|
|
1992
|
-
pink600: string;
|
|
1993
|
-
pink700: string;
|
|
1994
|
-
pink800: string;
|
|
1995
|
-
pink900: string;
|
|
2150
|
+
gray50: string;
|
|
1996
2151
|
gray100: string;
|
|
1997
2152
|
gray200: string;
|
|
1998
2153
|
gray300: string;
|
|
@@ -2002,924 +2157,7 @@ export declare const StyledUserName: import("@stitches/react/types/styled-compon
|
|
|
2002
2157
|
gray700: string;
|
|
2003
2158
|
gray800: string;
|
|
2004
2159
|
gray900: string;
|
|
2005
|
-
|
|
2006
|
-
primary: string;
|
|
2007
|
-
primaryDark: string;
|
|
2008
|
-
primaryShadow: string;
|
|
2009
|
-
secondaryLight: string;
|
|
2010
|
-
secondary: string;
|
|
2011
|
-
secondaryDark: string;
|
|
2012
|
-
secondaryShadow: string;
|
|
2013
|
-
successLight: string;
|
|
2014
|
-
success: string;
|
|
2015
|
-
successDark: string;
|
|
2016
|
-
successShadow: string;
|
|
2017
|
-
warningLight: string;
|
|
2018
|
-
warning: string;
|
|
2019
|
-
warningDark: string;
|
|
2020
|
-
warningShadow: string;
|
|
2021
|
-
errorLight: string;
|
|
2022
|
-
error: string;
|
|
2023
|
-
errorDark: string;
|
|
2024
|
-
errorShadow: string;
|
|
2025
|
-
gradient: string;
|
|
2026
|
-
link: string;
|
|
2027
|
-
};
|
|
2028
|
-
fonts: {
|
|
2029
|
-
sans: string;
|
|
2030
|
-
mono: string;
|
|
2031
|
-
};
|
|
2032
|
-
fontSizes: {
|
|
2033
|
-
tiny: string;
|
|
2034
|
-
xs: string;
|
|
2035
|
-
base: string;
|
|
2036
|
-
sm: string;
|
|
2037
|
-
md: string;
|
|
2038
|
-
lg: string;
|
|
2039
|
-
xl: string;
|
|
2040
|
-
};
|
|
2041
|
-
fontWeights: {
|
|
2042
|
-
hairline: number;
|
|
2043
|
-
thin: number;
|
|
2044
|
-
light: number;
|
|
2045
|
-
normal: number;
|
|
2046
|
-
medium: number;
|
|
2047
|
-
semibold: number;
|
|
2048
|
-
bold: number;
|
|
2049
|
-
extrabold: number;
|
|
2050
|
-
black: number;
|
|
2051
|
-
};
|
|
2052
|
-
lineHeights: {
|
|
2053
|
-
xs: number;
|
|
2054
|
-
sm: number;
|
|
2055
|
-
md: number;
|
|
2056
|
-
lg: number;
|
|
2057
|
-
xl: number;
|
|
2058
|
-
};
|
|
2059
|
-
letterSpacings: {
|
|
2060
|
-
tighter: string;
|
|
2061
|
-
tight: string;
|
|
2062
|
-
normal: string;
|
|
2063
|
-
wide: string;
|
|
2064
|
-
wider: string;
|
|
2065
|
-
widest: string;
|
|
2066
|
-
};
|
|
2067
|
-
space: {
|
|
2068
|
-
0: string;
|
|
2069
|
-
xs: string;
|
|
2070
|
-
sm: string;
|
|
2071
|
-
md: string;
|
|
2072
|
-
lg: string;
|
|
2073
|
-
xl: string;
|
|
2074
|
-
px: string;
|
|
2075
|
-
1: string;
|
|
2076
|
-
2: string;
|
|
2077
|
-
3: string;
|
|
2078
|
-
4: string;
|
|
2079
|
-
5: string;
|
|
2080
|
-
6: string;
|
|
2081
|
-
7: string;
|
|
2082
|
-
8: string;
|
|
2083
|
-
9: string;
|
|
2084
|
-
10: string;
|
|
2085
|
-
11: string;
|
|
2086
|
-
12: string;
|
|
2087
|
-
13: string;
|
|
2088
|
-
14: string;
|
|
2089
|
-
15: string;
|
|
2090
|
-
16: string;
|
|
2091
|
-
17: string;
|
|
2092
|
-
18: string;
|
|
2093
|
-
20: string;
|
|
2094
|
-
24: string;
|
|
2095
|
-
28: string;
|
|
2096
|
-
32: string;
|
|
2097
|
-
36: string;
|
|
2098
|
-
40: string;
|
|
2099
|
-
44: string;
|
|
2100
|
-
48: string;
|
|
2101
|
-
52: string;
|
|
2102
|
-
56: string;
|
|
2103
|
-
60: string;
|
|
2104
|
-
64: string;
|
|
2105
|
-
72: string;
|
|
2106
|
-
80: string;
|
|
2107
|
-
96: string;
|
|
2108
|
-
};
|
|
2109
|
-
radii: {
|
|
2110
|
-
xs: string;
|
|
2111
|
-
sm: string;
|
|
2112
|
-
md: string;
|
|
2113
|
-
base: string;
|
|
2114
|
-
lg: string;
|
|
2115
|
-
xl: string;
|
|
2116
|
-
squared: string;
|
|
2117
|
-
rounded: string;
|
|
2118
|
-
pill: string;
|
|
2119
|
-
};
|
|
2120
|
-
zIndices: {
|
|
2121
|
-
1: string;
|
|
2122
|
-
2: string;
|
|
2123
|
-
3: string;
|
|
2124
|
-
4: string;
|
|
2125
|
-
5: string;
|
|
2126
|
-
10: string;
|
|
2127
|
-
max: string;
|
|
2128
|
-
};
|
|
2129
|
-
borderWeights: {
|
|
2130
|
-
light: string;
|
|
2131
|
-
normal: string;
|
|
2132
|
-
bold: string;
|
|
2133
|
-
extrabold: string;
|
|
2134
|
-
black: string;
|
|
2135
|
-
};
|
|
2136
|
-
transitions: {
|
|
2137
|
-
default: string;
|
|
2138
|
-
button: string;
|
|
2139
|
-
avatar: string;
|
|
2140
|
-
link: string;
|
|
2141
|
-
card: string;
|
|
2142
|
-
};
|
|
2143
|
-
breakpoints: {
|
|
2144
|
-
xs: string;
|
|
2145
|
-
sm: string;
|
|
2146
|
-
md: string;
|
|
2147
|
-
lg: string;
|
|
2148
|
-
xl: string;
|
|
2149
|
-
};
|
|
2150
|
-
}, {
|
|
2151
|
-
width: string;
|
|
2152
|
-
height: string;
|
|
2153
|
-
minWidth: string;
|
|
2154
|
-
maxWidth: string;
|
|
2155
|
-
minHeight: string;
|
|
2156
|
-
maxHeight: string;
|
|
2157
|
-
flexBasis: string;
|
|
2158
|
-
gridTemplateColumns: string;
|
|
2159
|
-
gridTemplateRows: string;
|
|
2160
|
-
blockSize: string;
|
|
2161
|
-
minBlockSize: string;
|
|
2162
|
-
maxBlockSize: string;
|
|
2163
|
-
inlineSize: string;
|
|
2164
|
-
minInlineSize: string;
|
|
2165
|
-
maxInlineSize: string;
|
|
2166
|
-
borderWidth: string;
|
|
2167
|
-
gap: "space";
|
|
2168
|
-
gridGap: "space";
|
|
2169
|
-
columnGap: "space";
|
|
2170
|
-
gridColumnGap: "space";
|
|
2171
|
-
rowGap: "space";
|
|
2172
|
-
gridRowGap: "space";
|
|
2173
|
-
inset: "space";
|
|
2174
|
-
insetBlock: "space";
|
|
2175
|
-
insetBlockEnd: "space";
|
|
2176
|
-
insetBlockStart: "space";
|
|
2177
|
-
insetInline: "space";
|
|
2178
|
-
insetInlineEnd: "space";
|
|
2179
|
-
insetInlineStart: "space";
|
|
2180
|
-
margin: "space";
|
|
2181
|
-
marginTop: "space";
|
|
2182
|
-
marginRight: "space";
|
|
2183
|
-
marginBottom: "space";
|
|
2184
|
-
marginLeft: "space";
|
|
2185
|
-
marginBlock: "space";
|
|
2186
|
-
marginBlockEnd: "space";
|
|
2187
|
-
marginBlockStart: "space";
|
|
2188
|
-
marginInline: "space";
|
|
2189
|
-
marginInlineEnd: "space";
|
|
2190
|
-
marginInlineStart: "space";
|
|
2191
|
-
padding: "space";
|
|
2192
|
-
paddingTop: "space";
|
|
2193
|
-
paddingRight: "space";
|
|
2194
|
-
paddingBottom: "space";
|
|
2195
|
-
paddingLeft: "space";
|
|
2196
|
-
paddingBlock: "space";
|
|
2197
|
-
paddingBlockEnd: "space";
|
|
2198
|
-
paddingBlockStart: "space";
|
|
2199
|
-
paddingInline: "space";
|
|
2200
|
-
paddingInlineEnd: "space";
|
|
2201
|
-
paddingInlineStart: "space";
|
|
2202
|
-
scrollMargin: "space";
|
|
2203
|
-
scrollMarginTop: "space";
|
|
2204
|
-
scrollMarginRight: "space";
|
|
2205
|
-
scrollMarginBottom: "space";
|
|
2206
|
-
scrollMarginLeft: "space";
|
|
2207
|
-
scrollMarginBlock: "space";
|
|
2208
|
-
scrollMarginBlockEnd: "space";
|
|
2209
|
-
scrollMarginBlockStart: "space";
|
|
2210
|
-
scrollMarginInline: "space";
|
|
2211
|
-
scrollMarginInlineEnd: "space";
|
|
2212
|
-
scrollMarginInlineStart: "space";
|
|
2213
|
-
scrollPadding: "space";
|
|
2214
|
-
scrollPaddingTop: "space";
|
|
2215
|
-
scrollPaddingRight: "space";
|
|
2216
|
-
scrollPaddingBottom: "space";
|
|
2217
|
-
scrollPaddingLeft: "space";
|
|
2218
|
-
scrollPaddingBlock: "space";
|
|
2219
|
-
scrollPaddingBlockEnd: "space";
|
|
2220
|
-
scrollPaddingBlockStart: "space";
|
|
2221
|
-
scrollPaddingInline: "space";
|
|
2222
|
-
scrollPaddingInlineEnd: "space";
|
|
2223
|
-
scrollPaddingInlineStart: "space";
|
|
2224
|
-
top: "space";
|
|
2225
|
-
right: "space";
|
|
2226
|
-
bottom: "space";
|
|
2227
|
-
left: "space";
|
|
2228
|
-
fontSize: "fontSizes";
|
|
2229
|
-
background: "colors";
|
|
2230
|
-
backgroundColor: "colors";
|
|
2231
|
-
backgroundImage: "colors";
|
|
2232
|
-
borderImage: "colors";
|
|
2233
|
-
border: "colors";
|
|
2234
|
-
borderBlock: "colors";
|
|
2235
|
-
borderBlockEnd: "colors";
|
|
2236
|
-
borderBlockStart: "colors";
|
|
2237
|
-
borderBottom: "colors";
|
|
2238
|
-
borderBottomColor: "colors";
|
|
2239
|
-
borderColor: "colors";
|
|
2240
|
-
borderInline: "colors";
|
|
2241
|
-
borderInlineEnd: "colors";
|
|
2242
|
-
borderInlineStart: "colors";
|
|
2243
|
-
borderLeft: "colors";
|
|
2244
|
-
borderLeftColor: "colors";
|
|
2245
|
-
borderRight: "colors";
|
|
2246
|
-
borderRightColor: "colors";
|
|
2247
|
-
borderTop: "colors";
|
|
2248
|
-
borderTopColor: "colors";
|
|
2249
|
-
caretColor: "colors";
|
|
2250
|
-
color: "colors";
|
|
2251
|
-
columnRuleColor: "colors";
|
|
2252
|
-
outline: "colors";
|
|
2253
|
-
outlineColor: "colors";
|
|
2254
|
-
fill: "colors";
|
|
2255
|
-
stroke: "colors";
|
|
2256
|
-
textDecorationColor: "colors";
|
|
2257
|
-
fontFamily: "fonts";
|
|
2258
|
-
fontWeight: "fontWeights";
|
|
2259
|
-
lineHeight: "lineHeights";
|
|
2260
|
-
letterSpacing: "letterSpacings";
|
|
2261
|
-
borderTopWidth: "borderWidths";
|
|
2262
|
-
borderLeftWidth: "borderWidths";
|
|
2263
|
-
borderRightWidth: "borderWidths";
|
|
2264
|
-
borderBottomWidth: "borderWidths";
|
|
2265
|
-
borderStyle: "borderStyles";
|
|
2266
|
-
borderTopStyle: "borderStyles";
|
|
2267
|
-
borderLeftStyle: "borderStyles";
|
|
2268
|
-
borderRightStyle: "borderStyles";
|
|
2269
|
-
borderBottomStyle: "borderStyles";
|
|
2270
|
-
borderRadius: "radii";
|
|
2271
|
-
borderTopLeftRadius: "radii";
|
|
2272
|
-
borderTopRightRadius: "radii";
|
|
2273
|
-
borderBottomRightRadius: "radii";
|
|
2274
|
-
borderBottomLeftRadius: "radii";
|
|
2275
|
-
boxShadow: "shadows";
|
|
2276
|
-
textShadow: "shadows";
|
|
2277
|
-
transition: "transitions";
|
|
2278
|
-
zIndex: "zIndices";
|
|
2279
|
-
}, {
|
|
2280
|
-
p: (value: {
|
|
2281
|
-
readonly [$$PropertyValue]: "padding";
|
|
2282
|
-
}) => {
|
|
2283
|
-
padding: {
|
|
2284
|
-
readonly [$$PropertyValue]: "padding";
|
|
2285
|
-
};
|
|
2286
|
-
};
|
|
2287
|
-
pt: (value: {
|
|
2288
|
-
readonly [$$PropertyValue]: "paddingTop";
|
|
2289
|
-
}) => {
|
|
2290
|
-
paddingTop: {
|
|
2291
|
-
readonly [$$PropertyValue]: "paddingTop";
|
|
2292
|
-
};
|
|
2293
|
-
};
|
|
2294
|
-
pr: (value: {
|
|
2295
|
-
readonly [$$PropertyValue]: "paddingRight";
|
|
2296
|
-
}) => {
|
|
2297
|
-
paddingRight: {
|
|
2298
|
-
readonly [$$PropertyValue]: "paddingRight";
|
|
2299
|
-
};
|
|
2300
|
-
};
|
|
2301
|
-
pb: (value: {
|
|
2302
|
-
readonly [$$PropertyValue]: "paddingBottom";
|
|
2303
|
-
}) => {
|
|
2304
|
-
paddingBottom: {
|
|
2305
|
-
readonly [$$PropertyValue]: "paddingBottom";
|
|
2306
|
-
};
|
|
2307
|
-
};
|
|
2308
|
-
pl: (value: {
|
|
2309
|
-
readonly [$$PropertyValue]: "paddingLeft";
|
|
2310
|
-
}) => {
|
|
2311
|
-
paddingLeft: {
|
|
2312
|
-
readonly [$$PropertyValue]: "paddingLeft";
|
|
2313
|
-
};
|
|
2314
|
-
};
|
|
2315
|
-
px: (value: {
|
|
2316
|
-
readonly [$$PropertyValue]: "paddingLeft";
|
|
2317
|
-
}) => {
|
|
2318
|
-
paddingLeft: {
|
|
2319
|
-
readonly [$$PropertyValue]: "paddingLeft";
|
|
2320
|
-
};
|
|
2321
|
-
paddingRight: {
|
|
2322
|
-
readonly [$$PropertyValue]: "paddingLeft";
|
|
2323
|
-
};
|
|
2324
|
-
};
|
|
2325
|
-
py: (value: {
|
|
2326
|
-
readonly [$$PropertyValue]: "paddingTop";
|
|
2327
|
-
}) => {
|
|
2328
|
-
paddingTop: {
|
|
2329
|
-
readonly [$$PropertyValue]: "paddingTop";
|
|
2330
|
-
};
|
|
2331
|
-
paddingBottom: {
|
|
2332
|
-
readonly [$$PropertyValue]: "paddingTop";
|
|
2333
|
-
};
|
|
2334
|
-
};
|
|
2335
|
-
m: (value: {
|
|
2336
|
-
readonly [$$PropertyValue]: "margin";
|
|
2337
|
-
}) => {
|
|
2338
|
-
margin: {
|
|
2339
|
-
readonly [$$PropertyValue]: "margin";
|
|
2340
|
-
};
|
|
2341
|
-
};
|
|
2342
|
-
mt: (value: {
|
|
2343
|
-
readonly [$$PropertyValue]: "marginTop";
|
|
2344
|
-
}) => {
|
|
2345
|
-
marginTop: {
|
|
2346
|
-
readonly [$$PropertyValue]: "marginTop";
|
|
2347
|
-
};
|
|
2348
|
-
};
|
|
2349
|
-
mr: (value: {
|
|
2350
|
-
readonly [$$PropertyValue]: "marginRight";
|
|
2351
|
-
}) => {
|
|
2352
|
-
marginRight: {
|
|
2353
|
-
readonly [$$PropertyValue]: "marginRight";
|
|
2354
|
-
};
|
|
2355
|
-
};
|
|
2356
|
-
mb: (value: {
|
|
2357
|
-
readonly [$$PropertyValue]: "marginBottom";
|
|
2358
|
-
}) => {
|
|
2359
|
-
marginBottom: {
|
|
2360
|
-
readonly [$$PropertyValue]: "marginBottom";
|
|
2361
|
-
};
|
|
2362
|
-
};
|
|
2363
|
-
ml: (value: {
|
|
2364
|
-
readonly [$$PropertyValue]: "marginLeft";
|
|
2365
|
-
}) => {
|
|
2366
|
-
marginLeft: {
|
|
2367
|
-
readonly [$$PropertyValue]: "marginLeft";
|
|
2368
|
-
};
|
|
2369
|
-
};
|
|
2370
|
-
mx: (value: {
|
|
2371
|
-
readonly [$$PropertyValue]: "marginLeft";
|
|
2372
|
-
}) => {
|
|
2373
|
-
marginLeft: {
|
|
2374
|
-
readonly [$$PropertyValue]: "marginLeft";
|
|
2375
|
-
};
|
|
2376
|
-
marginRight: {
|
|
2377
|
-
readonly [$$PropertyValue]: "marginLeft";
|
|
2378
|
-
};
|
|
2379
|
-
};
|
|
2380
|
-
my: (value: {
|
|
2381
|
-
readonly [$$PropertyValue]: "marginTop";
|
|
2382
|
-
}) => {
|
|
2383
|
-
marginTop: {
|
|
2384
|
-
readonly [$$PropertyValue]: "marginTop";
|
|
2385
|
-
};
|
|
2386
|
-
marginBottom: {
|
|
2387
|
-
readonly [$$PropertyValue]: "marginTop";
|
|
2388
|
-
};
|
|
2389
|
-
};
|
|
2390
|
-
ta: (value: {
|
|
2391
|
-
readonly [$$PropertyValue]: "textAlign";
|
|
2392
|
-
}) => {
|
|
2393
|
-
textAlign: {
|
|
2394
|
-
readonly [$$PropertyValue]: "textAlign";
|
|
2395
|
-
};
|
|
2396
|
-
};
|
|
2397
|
-
tt: (value: {
|
|
2398
|
-
readonly [$$PropertyValue]: "textTransform";
|
|
2399
|
-
}) => {
|
|
2400
|
-
textTransform: {
|
|
2401
|
-
readonly [$$PropertyValue]: "textTransform";
|
|
2402
|
-
};
|
|
2403
|
-
};
|
|
2404
|
-
to: (value: {
|
|
2405
|
-
readonly [$$PropertyValue]: "textOverflow";
|
|
2406
|
-
}) => {
|
|
2407
|
-
textOverflow: {
|
|
2408
|
-
readonly [$$PropertyValue]: "textOverflow";
|
|
2409
|
-
};
|
|
2410
|
-
};
|
|
2411
|
-
d: (value: {
|
|
2412
|
-
readonly [$$PropertyValue]: "display";
|
|
2413
|
-
}) => {
|
|
2414
|
-
display: {
|
|
2415
|
-
readonly [$$PropertyValue]: "display";
|
|
2416
|
-
};
|
|
2417
|
-
};
|
|
2418
|
-
dflex: (value: {
|
|
2419
|
-
readonly [$$PropertyValue]: "alignItems";
|
|
2420
|
-
}) => {
|
|
2421
|
-
display: string;
|
|
2422
|
-
alignItems: {
|
|
2423
|
-
readonly [$$PropertyValue]: "alignItems";
|
|
2424
|
-
};
|
|
2425
|
-
justifyContent: {
|
|
2426
|
-
readonly [$$PropertyValue]: "alignItems";
|
|
2427
|
-
};
|
|
2428
|
-
};
|
|
2429
|
-
fd: (value: {
|
|
2430
|
-
readonly [$$PropertyValue]: "flexDirection";
|
|
2431
|
-
}) => {
|
|
2432
|
-
flexDirection: {
|
|
2433
|
-
readonly [$$PropertyValue]: "flexDirection";
|
|
2434
|
-
};
|
|
2435
|
-
};
|
|
2436
|
-
fw: (value: {
|
|
2437
|
-
readonly [$$PropertyValue]: "flexWrap";
|
|
2438
|
-
}) => {
|
|
2439
|
-
flexWrap: {
|
|
2440
|
-
readonly [$$PropertyValue]: "flexWrap";
|
|
2441
|
-
};
|
|
2442
|
-
};
|
|
2443
|
-
ai: (value: {
|
|
2444
|
-
readonly [$$PropertyValue]: "alignItems";
|
|
2445
|
-
}) => {
|
|
2446
|
-
alignItems: {
|
|
2447
|
-
readonly [$$PropertyValue]: "alignItems";
|
|
2448
|
-
};
|
|
2449
|
-
};
|
|
2450
|
-
ac: (value: {
|
|
2451
|
-
readonly [$$PropertyValue]: "alignContent";
|
|
2452
|
-
}) => {
|
|
2453
|
-
alignContent: {
|
|
2454
|
-
readonly [$$PropertyValue]: "alignContent";
|
|
2455
|
-
};
|
|
2456
|
-
};
|
|
2457
|
-
jc: (value: {
|
|
2458
|
-
readonly [$$PropertyValue]: "justifyContent";
|
|
2459
|
-
}) => {
|
|
2460
|
-
justifyContent: {
|
|
2461
|
-
readonly [$$PropertyValue]: "justifyContent";
|
|
2462
|
-
};
|
|
2463
|
-
};
|
|
2464
|
-
as: (value: {
|
|
2465
|
-
readonly [$$PropertyValue]: "alignSelf";
|
|
2466
|
-
}) => {
|
|
2467
|
-
alignSelf: {
|
|
2468
|
-
readonly [$$PropertyValue]: "alignSelf";
|
|
2469
|
-
};
|
|
2470
|
-
};
|
|
2471
|
-
fg: (value: {
|
|
2472
|
-
readonly [$$PropertyValue]: "flexGrow";
|
|
2473
|
-
}) => {
|
|
2474
|
-
flexGrow: {
|
|
2475
|
-
readonly [$$PropertyValue]: "flexGrow";
|
|
2476
|
-
};
|
|
2477
|
-
};
|
|
2478
|
-
fs: (value: {
|
|
2479
|
-
readonly [$$PropertyValue]: "fontSize";
|
|
2480
|
-
}) => {
|
|
2481
|
-
fontSize: {
|
|
2482
|
-
readonly [$$PropertyValue]: "fontSize";
|
|
2483
|
-
};
|
|
2484
|
-
};
|
|
2485
|
-
fb: (value: {
|
|
2486
|
-
readonly [$$PropertyValue]: "flexBasis";
|
|
2487
|
-
}) => {
|
|
2488
|
-
flexBasis: {
|
|
2489
|
-
readonly [$$PropertyValue]: "flexBasis";
|
|
2490
|
-
};
|
|
2491
|
-
};
|
|
2492
|
-
bc: (value: {
|
|
2493
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
|
2494
|
-
}) => {
|
|
2495
|
-
backgroundColor: {
|
|
2496
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
|
2497
|
-
};
|
|
2498
|
-
};
|
|
2499
|
-
bf: (value: {
|
|
2500
|
-
readonly [$$PropertyValue]: "backdropFilter";
|
|
2501
|
-
}) => {
|
|
2502
|
-
backdropFilter: {
|
|
2503
|
-
readonly [$$PropertyValue]: "backdropFilter";
|
|
2504
|
-
};
|
|
2505
|
-
};
|
|
2506
|
-
bg: (value: {
|
|
2507
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
|
2508
|
-
}) => {
|
|
2509
|
-
background: {
|
|
2510
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
|
2511
|
-
};
|
|
2512
|
-
};
|
|
2513
|
-
bgBlur: (value: {
|
|
2514
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
|
2515
|
-
}) => {
|
|
2516
|
-
bf: string;
|
|
2517
|
-
bg: string;
|
|
2518
|
-
};
|
|
2519
|
-
bgColor: (value: {
|
|
2520
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
|
2521
|
-
}) => {
|
|
2522
|
-
backgroundColor: {
|
|
2523
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
|
2524
|
-
};
|
|
2525
|
-
};
|
|
2526
|
-
backgroundClip: (value: {
|
|
2527
|
-
readonly [$$PropertyValue]: "backgroundClip";
|
|
2528
|
-
}) => {
|
|
2529
|
-
WebkitBackgroundClip: {
|
|
2530
|
-
readonly [$$PropertyValue]: "backgroundClip";
|
|
2531
|
-
};
|
|
2532
|
-
backgroundClip: {
|
|
2533
|
-
readonly [$$PropertyValue]: "backgroundClip";
|
|
2534
|
-
};
|
|
2535
|
-
};
|
|
2536
|
-
bgClip: (value: {
|
|
2537
|
-
readonly [$$PropertyValue]: "backgroundClip";
|
|
2538
|
-
}) => {
|
|
2539
|
-
WebkitBackgroundClip: {
|
|
2540
|
-
readonly [$$PropertyValue]: "backgroundClip";
|
|
2541
|
-
};
|
|
2542
|
-
backgroundClip: {
|
|
2543
|
-
readonly [$$PropertyValue]: "backgroundClip";
|
|
2544
|
-
};
|
|
2545
|
-
};
|
|
2546
|
-
br: (value: {
|
|
2547
|
-
readonly [$$PropertyValue]: "borderRadius";
|
|
2548
|
-
}) => {
|
|
2549
|
-
borderRadius: {
|
|
2550
|
-
readonly [$$PropertyValue]: "borderRadius";
|
|
2551
|
-
};
|
|
2552
|
-
};
|
|
2553
|
-
bw: (value: {
|
|
2554
|
-
readonly [$$PropertyValue]: "borderWidth";
|
|
2555
|
-
}) => {
|
|
2556
|
-
borderWidth: {
|
|
2557
|
-
readonly [$$PropertyValue]: "borderWidth";
|
|
2558
|
-
};
|
|
2559
|
-
};
|
|
2560
|
-
btrr: (value: {
|
|
2561
|
-
readonly [$$PropertyValue]: "borderTopRightRadius";
|
|
2562
|
-
}) => {
|
|
2563
|
-
borderTopRightRadius: {
|
|
2564
|
-
readonly [$$PropertyValue]: "borderTopRightRadius";
|
|
2565
|
-
};
|
|
2566
|
-
};
|
|
2567
|
-
bbrr: (value: {
|
|
2568
|
-
readonly [$$PropertyValue]: "borderBottomRightRadius";
|
|
2569
|
-
}) => {
|
|
2570
|
-
borderBottomRightRadius: {
|
|
2571
|
-
readonly [$$PropertyValue]: "borderBottomRightRadius";
|
|
2572
|
-
};
|
|
2573
|
-
};
|
|
2574
|
-
bblr: (value: {
|
|
2575
|
-
readonly [$$PropertyValue]: "borderBottomLeftRadius";
|
|
2576
|
-
}) => {
|
|
2577
|
-
borderBottomLeftRadius: {
|
|
2578
|
-
readonly [$$PropertyValue]: "borderBottomLeftRadius";
|
|
2579
|
-
};
|
|
2580
|
-
};
|
|
2581
|
-
btlr: (value: {
|
|
2582
|
-
readonly [$$PropertyValue]: "borderTopLeftRadius";
|
|
2583
|
-
}) => {
|
|
2584
|
-
borderTopLeftRadius: {
|
|
2585
|
-
readonly [$$PropertyValue]: "borderTopLeftRadius";
|
|
2586
|
-
};
|
|
2587
|
-
};
|
|
2588
|
-
bs: (value: {
|
|
2589
|
-
readonly [$$PropertyValue]: "boxShadow";
|
|
2590
|
-
}) => {
|
|
2591
|
-
boxShadow: {
|
|
2592
|
-
readonly [$$PropertyValue]: "boxShadow";
|
|
2593
|
-
};
|
|
2594
|
-
};
|
|
2595
|
-
normalShadow: (value: {
|
|
2596
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
|
2597
|
-
}) => {
|
|
2598
|
-
boxShadow: string;
|
|
2599
|
-
};
|
|
2600
|
-
normalShadowVar: (value: {
|
|
2601
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
|
2602
|
-
}) => {
|
|
2603
|
-
boxShadow: string;
|
|
2604
|
-
};
|
|
2605
|
-
lh: (value: {
|
|
2606
|
-
readonly [$$PropertyValue]: "lineHeight";
|
|
2607
|
-
}) => {
|
|
2608
|
-
lineHeight: {
|
|
2609
|
-
readonly [$$PropertyValue]: "lineHeight";
|
|
2610
|
-
};
|
|
2611
|
-
};
|
|
2612
|
-
ov: (value: {
|
|
2613
|
-
readonly [$$PropertyValue]: "overflow";
|
|
2614
|
-
}) => {
|
|
2615
|
-
overflow: {
|
|
2616
|
-
readonly [$$PropertyValue]: "overflow";
|
|
2617
|
-
};
|
|
2618
|
-
};
|
|
2619
|
-
ox: (value: {
|
|
2620
|
-
readonly [$$PropertyValue]: "overflowX";
|
|
2621
|
-
}) => {
|
|
2622
|
-
overflowX: {
|
|
2623
|
-
readonly [$$PropertyValue]: "overflowX";
|
|
2624
|
-
};
|
|
2625
|
-
};
|
|
2626
|
-
oy: (value: {
|
|
2627
|
-
readonly [$$PropertyValue]: "overflowY";
|
|
2628
|
-
}) => {
|
|
2629
|
-
overflowY: {
|
|
2630
|
-
readonly [$$PropertyValue]: "overflowY";
|
|
2631
|
-
};
|
|
2632
|
-
};
|
|
2633
|
-
pe: (value: {
|
|
2634
|
-
readonly [$$PropertyValue]: "pointerEvents";
|
|
2635
|
-
}) => {
|
|
2636
|
-
pointerEvents: {
|
|
2637
|
-
readonly [$$PropertyValue]: "pointerEvents";
|
|
2638
|
-
};
|
|
2639
|
-
};
|
|
2640
|
-
events: (value: {
|
|
2641
|
-
readonly [$$PropertyValue]: "pointerEvents";
|
|
2642
|
-
}) => {
|
|
2643
|
-
pointerEvents: {
|
|
2644
|
-
readonly [$$PropertyValue]: "pointerEvents";
|
|
2645
|
-
};
|
|
2646
|
-
};
|
|
2647
|
-
us: (value: {
|
|
2648
|
-
readonly [$$PropertyValue]: "userSelect";
|
|
2649
|
-
}) => {
|
|
2650
|
-
WebkitUserSelect: {
|
|
2651
|
-
readonly [$$PropertyValue]: "userSelect";
|
|
2652
|
-
};
|
|
2653
|
-
userSelect: {
|
|
2654
|
-
readonly [$$PropertyValue]: "userSelect";
|
|
2655
|
-
};
|
|
2656
|
-
};
|
|
2657
|
-
userSelect: (value: {
|
|
2658
|
-
readonly [$$PropertyValue]: "userSelect";
|
|
2659
|
-
}) => {
|
|
2660
|
-
WebkitUserSelect: {
|
|
2661
|
-
readonly [$$PropertyValue]: "userSelect";
|
|
2662
|
-
};
|
|
2663
|
-
userSelect: {
|
|
2664
|
-
readonly [$$PropertyValue]: "userSelect";
|
|
2665
|
-
};
|
|
2666
|
-
};
|
|
2667
|
-
w: (value: {
|
|
2668
|
-
readonly [$$PropertyValue]: "width";
|
|
2669
|
-
}) => {
|
|
2670
|
-
width: {
|
|
2671
|
-
readonly [$$PropertyValue]: "width";
|
|
2672
|
-
};
|
|
2673
|
-
};
|
|
2674
|
-
h: (value: {
|
|
2675
|
-
readonly [$$PropertyValue]: "height";
|
|
2676
|
-
}) => {
|
|
2677
|
-
height: {
|
|
2678
|
-
readonly [$$PropertyValue]: "height";
|
|
2679
|
-
};
|
|
2680
|
-
};
|
|
2681
|
-
mw: (value: {
|
|
2682
|
-
readonly [$$PropertyValue]: "maxWidth";
|
|
2683
|
-
}) => {
|
|
2684
|
-
maxWidth: {
|
|
2685
|
-
readonly [$$PropertyValue]: "maxWidth";
|
|
2686
|
-
};
|
|
2687
|
-
};
|
|
2688
|
-
maxW: (value: {
|
|
2689
|
-
readonly [$$PropertyValue]: "maxWidth";
|
|
2690
|
-
}) => {
|
|
2691
|
-
maxWidth: {
|
|
2692
|
-
readonly [$$PropertyValue]: "maxWidth";
|
|
2693
|
-
};
|
|
2694
|
-
};
|
|
2695
|
-
mh: (value: {
|
|
2696
|
-
readonly [$$PropertyValue]: "maxHeight";
|
|
2697
|
-
}) => {
|
|
2698
|
-
maxHeight: {
|
|
2699
|
-
readonly [$$PropertyValue]: "maxHeight";
|
|
2700
|
-
};
|
|
2701
|
-
};
|
|
2702
|
-
maxH: (value: {
|
|
2703
|
-
readonly [$$PropertyValue]: "maxHeight";
|
|
2704
|
-
}) => {
|
|
2705
|
-
maxHeight: {
|
|
2706
|
-
readonly [$$PropertyValue]: "maxHeight";
|
|
2707
|
-
};
|
|
2708
|
-
};
|
|
2709
|
-
size: (value: {
|
|
2710
|
-
readonly [$$PropertyValue]: "width";
|
|
2711
|
-
}) => {
|
|
2712
|
-
width: {
|
|
2713
|
-
readonly [$$PropertyValue]: "width";
|
|
2714
|
-
};
|
|
2715
|
-
height: {
|
|
2716
|
-
readonly [$$PropertyValue]: "width";
|
|
2717
|
-
};
|
|
2718
|
-
};
|
|
2719
|
-
minSize: (value: {
|
|
2720
|
-
readonly [$$PropertyValue]: "width";
|
|
2721
|
-
}) => {
|
|
2722
|
-
minWidth: {
|
|
2723
|
-
readonly [$$PropertyValue]: "width";
|
|
2724
|
-
};
|
|
2725
|
-
minHeight: {
|
|
2726
|
-
readonly [$$PropertyValue]: "width";
|
|
2727
|
-
};
|
|
2728
|
-
width: {
|
|
2729
|
-
readonly [$$PropertyValue]: "width";
|
|
2730
|
-
};
|
|
2731
|
-
height: {
|
|
2732
|
-
readonly [$$PropertyValue]: "width";
|
|
2733
|
-
};
|
|
2734
|
-
};
|
|
2735
|
-
sizeMin: (value: {
|
|
2736
|
-
readonly [$$PropertyValue]: "width";
|
|
2737
|
-
}) => {
|
|
2738
|
-
minWidth: {
|
|
2739
|
-
readonly [$$PropertyValue]: "width";
|
|
2740
|
-
};
|
|
2741
|
-
minHeight: {
|
|
2742
|
-
readonly [$$PropertyValue]: "width";
|
|
2743
|
-
};
|
|
2744
|
-
width: {
|
|
2745
|
-
readonly [$$PropertyValue]: "width";
|
|
2746
|
-
};
|
|
2747
|
-
height: {
|
|
2748
|
-
readonly [$$PropertyValue]: "width";
|
|
2749
|
-
};
|
|
2750
|
-
};
|
|
2751
|
-
maxSize: (value: {
|
|
2752
|
-
readonly [$$PropertyValue]: "width";
|
|
2753
|
-
}) => {
|
|
2754
|
-
maxWidth: {
|
|
2755
|
-
readonly [$$PropertyValue]: "width";
|
|
2756
|
-
};
|
|
2757
|
-
maxHeight: {
|
|
2758
|
-
readonly [$$PropertyValue]: "width";
|
|
2759
|
-
};
|
|
2760
|
-
};
|
|
2761
|
-
sizeMax: (value: {
|
|
2762
|
-
readonly [$$PropertyValue]: "width";
|
|
2763
|
-
}) => {
|
|
2764
|
-
maxWidth: {
|
|
2765
|
-
readonly [$$PropertyValue]: "width";
|
|
2766
|
-
};
|
|
2767
|
-
maxHeight: {
|
|
2768
|
-
readonly [$$PropertyValue]: "width";
|
|
2769
|
-
};
|
|
2770
|
-
};
|
|
2771
|
-
appearance: (value: {
|
|
2772
|
-
readonly [$$PropertyValue]: "appearance";
|
|
2773
|
-
}) => {
|
|
2774
|
-
WebkitAppearance: {
|
|
2775
|
-
readonly [$$PropertyValue]: "appearance";
|
|
2776
|
-
};
|
|
2777
|
-
appearance: {
|
|
2778
|
-
readonly [$$PropertyValue]: "appearance";
|
|
2779
|
-
};
|
|
2780
|
-
};
|
|
2781
|
-
scale: (value: {
|
|
2782
|
-
readonly [$$PropertyValue]: "scale";
|
|
2783
|
-
}) => {
|
|
2784
|
-
transform: string;
|
|
2785
|
-
};
|
|
2786
|
-
linearGradient: (value: {
|
|
2787
|
-
readonly [$$PropertyValue]: "backgroundImage";
|
|
2788
|
-
}) => {
|
|
2789
|
-
backgroundImage: string;
|
|
2790
|
-
};
|
|
2791
|
-
tdl: (value: {
|
|
2792
|
-
readonly [$$PropertyValue]: "textDecorationLine";
|
|
2793
|
-
}) => {
|
|
2794
|
-
textDecorationLine: {
|
|
2795
|
-
readonly [$$PropertyValue]: "textDecorationLine";
|
|
2796
|
-
};
|
|
2797
|
-
};
|
|
2798
|
-
textGradient: (value: {
|
|
2799
|
-
readonly [$$PropertyValue]: "backgroundImage";
|
|
2800
|
-
}) => {
|
|
2801
|
-
backgroundImage: string;
|
|
2802
|
-
WebkitBackgroundClip: string;
|
|
2803
|
-
WebkitTextFillColor: string;
|
|
2804
|
-
'&::selection': {
|
|
2805
|
-
WebkitTextFillColor: string;
|
|
2806
|
-
};
|
|
2807
|
-
};
|
|
2808
|
-
}>>;
|
|
2809
|
-
export declare const StyledUserDesc: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
|
|
2810
|
-
xs: string;
|
|
2811
|
-
sm: string;
|
|
2812
|
-
md: string;
|
|
2813
|
-
lg: string;
|
|
2814
|
-
xl: string;
|
|
2815
|
-
xsMax: string;
|
|
2816
|
-
smMax: string;
|
|
2817
|
-
mdMax: string;
|
|
2818
|
-
lgMax: string;
|
|
2819
|
-
xlMax: string;
|
|
2820
|
-
motion: string;
|
|
2821
|
-
safari: string;
|
|
2822
|
-
hover: string;
|
|
2823
|
-
dark: string;
|
|
2824
|
-
light: string;
|
|
2825
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
|
2826
|
-
xs: string;
|
|
2827
|
-
sm: string;
|
|
2828
|
-
md: string;
|
|
2829
|
-
lg: string;
|
|
2830
|
-
xl: string;
|
|
2831
|
-
xsMax: string;
|
|
2832
|
-
smMax: string;
|
|
2833
|
-
mdMax: string;
|
|
2834
|
-
lgMax: string;
|
|
2835
|
-
xlMax: string;
|
|
2836
|
-
motion: string;
|
|
2837
|
-
safari: string;
|
|
2838
|
-
hover: string;
|
|
2839
|
-
dark: string;
|
|
2840
|
-
light: string;
|
|
2841
|
-
}, {
|
|
2842
|
-
shadows: {
|
|
2843
|
-
xs: string;
|
|
2844
|
-
sm: string;
|
|
2845
|
-
md: string;
|
|
2846
|
-
lg: string;
|
|
2847
|
-
xl: string;
|
|
2848
|
-
};
|
|
2849
|
-
colors: {
|
|
2850
|
-
accents1: string;
|
|
2851
|
-
accents2: string;
|
|
2852
|
-
accents3: string;
|
|
2853
|
-
accents4: string;
|
|
2854
|
-
accents5: string;
|
|
2855
|
-
accents6: string;
|
|
2856
|
-
accents7: string;
|
|
2857
|
-
accents8: string;
|
|
2858
|
-
accents9: string;
|
|
2859
|
-
background: string;
|
|
2860
|
-
foreground: string;
|
|
2861
|
-
backgroundContrast: string;
|
|
2862
|
-
text: string;
|
|
2863
|
-
codeLight: string;
|
|
2864
|
-
code: string;
|
|
2865
|
-
border: string;
|
|
2866
|
-
selection: string;
|
|
2867
|
-
white: string;
|
|
2868
|
-
black: string;
|
|
2869
|
-
blue100: string;
|
|
2870
|
-
blue200: string;
|
|
2871
|
-
blue300: string;
|
|
2872
|
-
blue400: string;
|
|
2873
|
-
blue500: string;
|
|
2874
|
-
blue600: string;
|
|
2875
|
-
blue700: string;
|
|
2876
|
-
blue800: string;
|
|
2877
|
-
blue900: string;
|
|
2878
|
-
purple100: string;
|
|
2879
|
-
purple200: string;
|
|
2880
|
-
purple300: string;
|
|
2881
|
-
purple400: string;
|
|
2882
|
-
purple500: string;
|
|
2883
|
-
purple600: string;
|
|
2884
|
-
purple700: string;
|
|
2885
|
-
purple800: string;
|
|
2886
|
-
purple900: string;
|
|
2887
|
-
green100: string;
|
|
2888
|
-
green200: string;
|
|
2889
|
-
green300: string;
|
|
2890
|
-
green400: string;
|
|
2891
|
-
green500: string;
|
|
2892
|
-
green600: string;
|
|
2893
|
-
green700: string;
|
|
2894
|
-
green800: string;
|
|
2895
|
-
green900: string;
|
|
2896
|
-
yellow100: string;
|
|
2897
|
-
yellow200: string;
|
|
2898
|
-
yellow300: string;
|
|
2899
|
-
yellow400: string;
|
|
2900
|
-
yellow500: string;
|
|
2901
|
-
yellow600: string;
|
|
2902
|
-
yellow700: string;
|
|
2903
|
-
yellow800: string;
|
|
2904
|
-
yellow900: string;
|
|
2905
|
-
red100: string;
|
|
2906
|
-
red200: string;
|
|
2907
|
-
red300: string;
|
|
2908
|
-
red400: string;
|
|
2909
|
-
red500: string;
|
|
2910
|
-
red600: string;
|
|
2911
|
-
red700: string;
|
|
2912
|
-
red800: string;
|
|
2913
|
-
red900: string;
|
|
2914
|
-
cyan100: string;
|
|
2915
|
-
cyan200: string;
|
|
2916
|
-
cyan300: string;
|
|
2917
|
-
cyan400: string;
|
|
2918
|
-
cyan500: string;
|
|
2919
|
-
cyan600: string;
|
|
2920
|
-
cyan700: string;
|
|
2921
|
-
cyan800: string;
|
|
2922
|
-
cyan900: string;
|
|
2160
|
+
pink50: string;
|
|
2923
2161
|
pink100: string;
|
|
2924
2162
|
pink200: string;
|
|
2925
2163
|
pink300: string;
|
|
@@ -2929,50 +2167,163 @@ export declare const StyledUserDesc: import("@stitches/react/types/styled-compon
|
|
|
2929
2167
|
pink700: string;
|
|
2930
2168
|
pink800: string;
|
|
2931
2169
|
pink900: string;
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2170
|
+
cyan50: string;
|
|
2171
|
+
cyan100: string;
|
|
2172
|
+
cyan200: string;
|
|
2173
|
+
cyan300: string;
|
|
2174
|
+
cyan400: string;
|
|
2175
|
+
cyan500: string;
|
|
2176
|
+
cyan600: string;
|
|
2177
|
+
cyan700: string;
|
|
2178
|
+
cyan800: string;
|
|
2179
|
+
cyan900: string;
|
|
2180
|
+
red50: string;
|
|
2181
|
+
red100: string;
|
|
2182
|
+
red200: string;
|
|
2183
|
+
red300: string;
|
|
2184
|
+
red400: string;
|
|
2185
|
+
red500: string;
|
|
2186
|
+
red600: string;
|
|
2187
|
+
red700: string;
|
|
2188
|
+
red800: string;
|
|
2189
|
+
red900: string;
|
|
2190
|
+
yellow50: string;
|
|
2191
|
+
yellow100: string;
|
|
2192
|
+
yellow200: string;
|
|
2193
|
+
yellow300: string;
|
|
2194
|
+
yellow400: string;
|
|
2195
|
+
yellow500: string;
|
|
2196
|
+
yellow600: string;
|
|
2197
|
+
yellow700: string;
|
|
2198
|
+
yellow800: string;
|
|
2199
|
+
yellow900: string;
|
|
2200
|
+
green50: string;
|
|
2201
|
+
green100: string;
|
|
2202
|
+
green200: string;
|
|
2203
|
+
green300: string;
|
|
2204
|
+
green400: string;
|
|
2205
|
+
green500: string;
|
|
2206
|
+
green600: string;
|
|
2207
|
+
green700: string;
|
|
2208
|
+
green800: string;
|
|
2209
|
+
green900: string;
|
|
2210
|
+
purple50: string;
|
|
2211
|
+
purple100: string;
|
|
2212
|
+
purple200: string;
|
|
2213
|
+
purple300: string;
|
|
2214
|
+
purple400: string;
|
|
2215
|
+
purple500: string;
|
|
2216
|
+
purple600: string;
|
|
2217
|
+
purple700: string;
|
|
2218
|
+
purple800: string;
|
|
2219
|
+
purple900: string;
|
|
2220
|
+
blue50: string;
|
|
2221
|
+
blue100: string;
|
|
2222
|
+
blue200: string;
|
|
2223
|
+
blue300: string;
|
|
2224
|
+
blue400: string;
|
|
2225
|
+
blue500: string;
|
|
2226
|
+
blue600: string;
|
|
2227
|
+
blue700: string;
|
|
2228
|
+
blue800: string;
|
|
2229
|
+
blue900: string;
|
|
2230
|
+
background: string;
|
|
2231
|
+
foreground: string;
|
|
2232
|
+
backgroundContrast: string;
|
|
2233
|
+
white: string;
|
|
2234
|
+
black: string;
|
|
2941
2235
|
primaryLight: string;
|
|
2236
|
+
primaryLightHover: string;
|
|
2237
|
+
primaryLightActive: string;
|
|
2238
|
+
primaryLightContrast: string;
|
|
2942
2239
|
primary: string;
|
|
2943
|
-
|
|
2240
|
+
primaryBorder: string;
|
|
2241
|
+
primaryBorderHover: string;
|
|
2242
|
+
primarySolidHover: string;
|
|
2243
|
+
primarySolidContrast: string;
|
|
2944
2244
|
primaryShadow: string;
|
|
2945
2245
|
secondaryLight: string;
|
|
2246
|
+
secondaryLightHover: string;
|
|
2247
|
+
secondaryLightActive: string;
|
|
2248
|
+
secondaryLightContrast: string;
|
|
2946
2249
|
secondary: string;
|
|
2947
|
-
|
|
2250
|
+
secondaryBorder: string;
|
|
2251
|
+
secondaryBorderHover: string;
|
|
2252
|
+
secondarySolidHover: string;
|
|
2253
|
+
secondarySolidContrast: string;
|
|
2948
2254
|
secondaryShadow: string;
|
|
2949
2255
|
successLight: string;
|
|
2256
|
+
successLightHover: string;
|
|
2257
|
+
successLightActive: string;
|
|
2258
|
+
successLightContrast: string;
|
|
2950
2259
|
success: string;
|
|
2951
|
-
|
|
2260
|
+
successBorder: string;
|
|
2261
|
+
successBorderHover: string;
|
|
2262
|
+
successSolidHover: string;
|
|
2263
|
+
successSolidContrast: string;
|
|
2952
2264
|
successShadow: string;
|
|
2953
2265
|
warningLight: string;
|
|
2266
|
+
warningLightHover: string;
|
|
2267
|
+
warningLightActive: string;
|
|
2268
|
+
warningLightContrast: string;
|
|
2954
2269
|
warning: string;
|
|
2955
|
-
|
|
2270
|
+
warningBorder: string;
|
|
2271
|
+
warningBorderHover: string;
|
|
2272
|
+
warningSolidHover: string;
|
|
2273
|
+
warningSolidContrast: string;
|
|
2956
2274
|
warningShadow: string;
|
|
2957
2275
|
errorLight: string;
|
|
2276
|
+
errorLightHover: string;
|
|
2277
|
+
errorLightActive: string;
|
|
2278
|
+
errorLightContrast: string;
|
|
2958
2279
|
error: string;
|
|
2959
|
-
|
|
2280
|
+
errorBorder: string;
|
|
2281
|
+
errorBorderHover: string;
|
|
2282
|
+
errorSolidHover: string;
|
|
2283
|
+
errorSolidContrast: string;
|
|
2960
2284
|
errorShadow: string;
|
|
2285
|
+
neutralLight: string;
|
|
2286
|
+
neutralLightHover: string;
|
|
2287
|
+
neutralLightActive: string;
|
|
2288
|
+
neutralLightContrast: string;
|
|
2289
|
+
neutral: string;
|
|
2290
|
+
neutralBorder: string;
|
|
2291
|
+
neutralBorderHover: string;
|
|
2292
|
+
neutralSolidHover: string;
|
|
2293
|
+
neutralSolidContrast: string;
|
|
2294
|
+
neutralShadow: string;
|
|
2961
2295
|
gradient: string;
|
|
2962
|
-
|
|
2296
|
+
accents0: string;
|
|
2297
|
+
accents1: string;
|
|
2298
|
+
accents2: string;
|
|
2299
|
+
accents3: string;
|
|
2300
|
+
accents4: string;
|
|
2301
|
+
accents5: string;
|
|
2302
|
+
accents6: string;
|
|
2303
|
+
accents7: string;
|
|
2304
|
+
accents8: string;
|
|
2305
|
+
accents9: string;
|
|
2306
|
+
border: string;
|
|
2963
2307
|
};
|
|
2964
2308
|
fonts: {
|
|
2965
2309
|
sans: string;
|
|
2966
2310
|
mono: string;
|
|
2967
2311
|
};
|
|
2968
2312
|
fontSizes: {
|
|
2969
|
-
tiny: string;
|
|
2970
2313
|
xs: string;
|
|
2971
|
-
base: string;
|
|
2972
2314
|
sm: string;
|
|
2315
|
+
base: string;
|
|
2973
2316
|
md: string;
|
|
2974
2317
|
lg: string;
|
|
2975
2318
|
xl: string;
|
|
2319
|
+
xl2: string;
|
|
2320
|
+
xl3: string;
|
|
2321
|
+
xl4: string;
|
|
2322
|
+
xl5: string;
|
|
2323
|
+
xl6: string;
|
|
2324
|
+
xl7: string;
|
|
2325
|
+
xl8: string;
|
|
2326
|
+
xl9: string;
|
|
2976
2327
|
};
|
|
2977
2328
|
fontWeights: {
|
|
2978
2329
|
hairline: number;
|
|
@@ -2988,9 +2339,18 @@ export declare const StyledUserDesc: import("@stitches/react/types/styled-compon
|
|
|
2988
2339
|
lineHeights: {
|
|
2989
2340
|
xs: number;
|
|
2990
2341
|
sm: number;
|
|
2342
|
+
base: number;
|
|
2991
2343
|
md: number;
|
|
2992
2344
|
lg: number;
|
|
2993
2345
|
xl: number;
|
|
2346
|
+
xl2: number;
|
|
2347
|
+
xl3: number;
|
|
2348
|
+
xl4: number;
|
|
2349
|
+
xl5: number;
|
|
2350
|
+
xl6: number;
|
|
2351
|
+
xl7: number;
|
|
2352
|
+
xl8: number;
|
|
2353
|
+
xl9: number;
|
|
2994
2354
|
};
|
|
2995
2355
|
letterSpacings: {
|
|
2996
2356
|
tighter: string;
|
|
@@ -3075,6 +2435,7 @@ export declare const StyledUserDesc: import("@stitches/react/types/styled-compon
|
|
|
3075
2435
|
avatar: string;
|
|
3076
2436
|
link: string;
|
|
3077
2437
|
card: string;
|
|
2438
|
+
dropdownItem: string;
|
|
3078
2439
|
};
|
|
3079
2440
|
breakpoints: {
|
|
3080
2441
|
xs: string;
|
|
@@ -3450,7 +2811,9 @@ export declare const StyledUserDesc: import("@stitches/react/types/styled-compon
|
|
|
3450
2811
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3451
2812
|
}) => {
|
|
3452
2813
|
bf: string;
|
|
3453
|
-
bg:
|
|
2814
|
+
bg: {
|
|
2815
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
2816
|
+
};
|
|
3454
2817
|
};
|
|
3455
2818
|
bgColor: (value: {
|
|
3456
2819
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -3528,6 +2891,32 @@ export declare const StyledUserDesc: import("@stitches/react/types/styled-compon
|
|
|
3528
2891
|
readonly [$$PropertyValue]: "boxShadow";
|
|
3529
2892
|
};
|
|
3530
2893
|
};
|
|
2894
|
+
ds: (value: {
|
|
2895
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2896
|
+
}) => {
|
|
2897
|
+
dropShadow: {
|
|
2898
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2899
|
+
};
|
|
2900
|
+
};
|
|
2901
|
+
shadow: (value: {
|
|
2902
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2903
|
+
}) => {
|
|
2904
|
+
boxShadow: {
|
|
2905
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2906
|
+
};
|
|
2907
|
+
};
|
|
2908
|
+
dshadow: (value: {
|
|
2909
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2910
|
+
}) => {
|
|
2911
|
+
dropShadow: {
|
|
2912
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2913
|
+
};
|
|
2914
|
+
};
|
|
2915
|
+
dropShadow: (value: {
|
|
2916
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2917
|
+
}) => {
|
|
2918
|
+
filter: string;
|
|
2919
|
+
};
|
|
3531
2920
|
normalShadow: (value: {
|
|
3532
2921
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3533
2922
|
}) => {
|
|
@@ -3731,6 +3120,16 @@ export declare const StyledUserDesc: import("@stitches/react/types/styled-compon
|
|
|
3731
3120
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
3732
3121
|
};
|
|
3733
3122
|
};
|
|
3123
|
+
truncateText: (value: {
|
|
3124
|
+
readonly [$$PropertyValue]: "width";
|
|
3125
|
+
}) => {
|
|
3126
|
+
maxWidth: {
|
|
3127
|
+
readonly [$$PropertyValue]: "width";
|
|
3128
|
+
};
|
|
3129
|
+
whiteSpace: string;
|
|
3130
|
+
overflow: string;
|
|
3131
|
+
textOverflow: string;
|
|
3132
|
+
};
|
|
3734
3133
|
textGradient: (value: {
|
|
3735
3134
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
3736
3135
|
}) => {
|
|
@@ -3742,7 +3141,7 @@ export declare const StyledUserDesc: import("@stitches/react/types/styled-compon
|
|
|
3742
3141
|
};
|
|
3743
3142
|
};
|
|
3744
3143
|
}>>;
|
|
3745
|
-
export declare const
|
|
3144
|
+
export declare const StyledUserDesc: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
|
|
3746
3145
|
xs: string;
|
|
3747
3146
|
sm: string;
|
|
3748
3147
|
md: string;
|
|
@@ -3782,89 +3181,20 @@ export declare const StyledUserLink: import("@stitches/react/types/styled-compon
|
|
|
3782
3181
|
lg: string;
|
|
3783
3182
|
xl: string;
|
|
3784
3183
|
};
|
|
3184
|
+
dropShadows: {
|
|
3185
|
+
xs: string;
|
|
3186
|
+
sm: string;
|
|
3187
|
+
md: string;
|
|
3188
|
+
lg: string;
|
|
3189
|
+
xl: string;
|
|
3190
|
+
};
|
|
3785
3191
|
colors: {
|
|
3786
|
-
accents1: string;
|
|
3787
|
-
accents2: string;
|
|
3788
|
-
accents3: string;
|
|
3789
|
-
accents4: string;
|
|
3790
|
-
accents5: string;
|
|
3791
|
-
accents6: string;
|
|
3792
|
-
accents7: string;
|
|
3793
|
-
accents8: string;
|
|
3794
|
-
accents9: string;
|
|
3795
|
-
background: string;
|
|
3796
|
-
foreground: string;
|
|
3797
|
-
backgroundContrast: string;
|
|
3798
3192
|
text: string;
|
|
3193
|
+
link: string;
|
|
3799
3194
|
codeLight: string;
|
|
3800
3195
|
code: string;
|
|
3801
|
-
border: string;
|
|
3802
3196
|
selection: string;
|
|
3803
|
-
|
|
3804
|
-
black: string;
|
|
3805
|
-
blue100: string;
|
|
3806
|
-
blue200: string;
|
|
3807
|
-
blue300: string;
|
|
3808
|
-
blue400: string;
|
|
3809
|
-
blue500: string;
|
|
3810
|
-
blue600: string;
|
|
3811
|
-
blue700: string;
|
|
3812
|
-
blue800: string;
|
|
3813
|
-
blue900: string;
|
|
3814
|
-
purple100: string;
|
|
3815
|
-
purple200: string;
|
|
3816
|
-
purple300: string;
|
|
3817
|
-
purple400: string;
|
|
3818
|
-
purple500: string;
|
|
3819
|
-
purple600: string;
|
|
3820
|
-
purple700: string;
|
|
3821
|
-
purple800: string;
|
|
3822
|
-
purple900: string;
|
|
3823
|
-
green100: string;
|
|
3824
|
-
green200: string;
|
|
3825
|
-
green300: string;
|
|
3826
|
-
green400: string;
|
|
3827
|
-
green500: string;
|
|
3828
|
-
green600: string;
|
|
3829
|
-
green700: string;
|
|
3830
|
-
green800: string;
|
|
3831
|
-
green900: string;
|
|
3832
|
-
yellow100: string;
|
|
3833
|
-
yellow200: string;
|
|
3834
|
-
yellow300: string;
|
|
3835
|
-
yellow400: string;
|
|
3836
|
-
yellow500: string;
|
|
3837
|
-
yellow600: string;
|
|
3838
|
-
yellow700: string;
|
|
3839
|
-
yellow800: string;
|
|
3840
|
-
yellow900: string;
|
|
3841
|
-
red100: string;
|
|
3842
|
-
red200: string;
|
|
3843
|
-
red300: string;
|
|
3844
|
-
red400: string;
|
|
3845
|
-
red500: string;
|
|
3846
|
-
red600: string;
|
|
3847
|
-
red700: string;
|
|
3848
|
-
red800: string;
|
|
3849
|
-
red900: string;
|
|
3850
|
-
cyan100: string;
|
|
3851
|
-
cyan200: string;
|
|
3852
|
-
cyan300: string;
|
|
3853
|
-
cyan400: string;
|
|
3854
|
-
cyan500: string;
|
|
3855
|
-
cyan600: string;
|
|
3856
|
-
cyan700: string;
|
|
3857
|
-
cyan800: string;
|
|
3858
|
-
cyan900: string;
|
|
3859
|
-
pink100: string;
|
|
3860
|
-
pink200: string;
|
|
3861
|
-
pink300: string;
|
|
3862
|
-
pink400: string;
|
|
3863
|
-
pink500: string;
|
|
3864
|
-
pink600: string;
|
|
3865
|
-
pink700: string;
|
|
3866
|
-
pink800: string;
|
|
3867
|
-
pink900: string;
|
|
3197
|
+
gray50: string;
|
|
3868
3198
|
gray100: string;
|
|
3869
3199
|
gray200: string;
|
|
3870
3200
|
gray300: string;
|
|
@@ -3874,41 +3204,173 @@ export declare const StyledUserLink: import("@stitches/react/types/styled-compon
|
|
|
3874
3204
|
gray700: string;
|
|
3875
3205
|
gray800: string;
|
|
3876
3206
|
gray900: string;
|
|
3207
|
+
pink50: string;
|
|
3208
|
+
pink100: string;
|
|
3209
|
+
pink200: string;
|
|
3210
|
+
pink300: string;
|
|
3211
|
+
pink400: string;
|
|
3212
|
+
pink500: string;
|
|
3213
|
+
pink600: string;
|
|
3214
|
+
pink700: string;
|
|
3215
|
+
pink800: string;
|
|
3216
|
+
pink900: string;
|
|
3217
|
+
cyan50: string;
|
|
3218
|
+
cyan100: string;
|
|
3219
|
+
cyan200: string;
|
|
3220
|
+
cyan300: string;
|
|
3221
|
+
cyan400: string;
|
|
3222
|
+
cyan500: string;
|
|
3223
|
+
cyan600: string;
|
|
3224
|
+
cyan700: string;
|
|
3225
|
+
cyan800: string;
|
|
3226
|
+
cyan900: string;
|
|
3227
|
+
red50: string;
|
|
3228
|
+
red100: string;
|
|
3229
|
+
red200: string;
|
|
3230
|
+
red300: string;
|
|
3231
|
+
red400: string;
|
|
3232
|
+
red500: string;
|
|
3233
|
+
red600: string;
|
|
3234
|
+
red700: string;
|
|
3235
|
+
red800: string;
|
|
3236
|
+
red900: string;
|
|
3237
|
+
yellow50: string;
|
|
3238
|
+
yellow100: string;
|
|
3239
|
+
yellow200: string;
|
|
3240
|
+
yellow300: string;
|
|
3241
|
+
yellow400: string;
|
|
3242
|
+
yellow500: string;
|
|
3243
|
+
yellow600: string;
|
|
3244
|
+
yellow700: string;
|
|
3245
|
+
yellow800: string;
|
|
3246
|
+
yellow900: string;
|
|
3247
|
+
green50: string;
|
|
3248
|
+
green100: string;
|
|
3249
|
+
green200: string;
|
|
3250
|
+
green300: string;
|
|
3251
|
+
green400: string;
|
|
3252
|
+
green500: string;
|
|
3253
|
+
green600: string;
|
|
3254
|
+
green700: string;
|
|
3255
|
+
green800: string;
|
|
3256
|
+
green900: string;
|
|
3257
|
+
purple50: string;
|
|
3258
|
+
purple100: string;
|
|
3259
|
+
purple200: string;
|
|
3260
|
+
purple300: string;
|
|
3261
|
+
purple400: string;
|
|
3262
|
+
purple500: string;
|
|
3263
|
+
purple600: string;
|
|
3264
|
+
purple700: string;
|
|
3265
|
+
purple800: string;
|
|
3266
|
+
purple900: string;
|
|
3267
|
+
blue50: string;
|
|
3268
|
+
blue100: string;
|
|
3269
|
+
blue200: string;
|
|
3270
|
+
blue300: string;
|
|
3271
|
+
blue400: string;
|
|
3272
|
+
blue500: string;
|
|
3273
|
+
blue600: string;
|
|
3274
|
+
blue700: string;
|
|
3275
|
+
blue800: string;
|
|
3276
|
+
blue900: string;
|
|
3277
|
+
background: string;
|
|
3278
|
+
foreground: string;
|
|
3279
|
+
backgroundContrast: string;
|
|
3280
|
+
white: string;
|
|
3281
|
+
black: string;
|
|
3877
3282
|
primaryLight: string;
|
|
3283
|
+
primaryLightHover: string;
|
|
3284
|
+
primaryLightActive: string;
|
|
3285
|
+
primaryLightContrast: string;
|
|
3878
3286
|
primary: string;
|
|
3879
|
-
|
|
3287
|
+
primaryBorder: string;
|
|
3288
|
+
primaryBorderHover: string;
|
|
3289
|
+
primarySolidHover: string;
|
|
3290
|
+
primarySolidContrast: string;
|
|
3880
3291
|
primaryShadow: string;
|
|
3881
3292
|
secondaryLight: string;
|
|
3293
|
+
secondaryLightHover: string;
|
|
3294
|
+
secondaryLightActive: string;
|
|
3295
|
+
secondaryLightContrast: string;
|
|
3882
3296
|
secondary: string;
|
|
3883
|
-
|
|
3297
|
+
secondaryBorder: string;
|
|
3298
|
+
secondaryBorderHover: string;
|
|
3299
|
+
secondarySolidHover: string;
|
|
3300
|
+
secondarySolidContrast: string;
|
|
3884
3301
|
secondaryShadow: string;
|
|
3885
3302
|
successLight: string;
|
|
3303
|
+
successLightHover: string;
|
|
3304
|
+
successLightActive: string;
|
|
3305
|
+
successLightContrast: string;
|
|
3886
3306
|
success: string;
|
|
3887
|
-
|
|
3307
|
+
successBorder: string;
|
|
3308
|
+
successBorderHover: string;
|
|
3309
|
+
successSolidHover: string;
|
|
3310
|
+
successSolidContrast: string;
|
|
3888
3311
|
successShadow: string;
|
|
3889
3312
|
warningLight: string;
|
|
3313
|
+
warningLightHover: string;
|
|
3314
|
+
warningLightActive: string;
|
|
3315
|
+
warningLightContrast: string;
|
|
3890
3316
|
warning: string;
|
|
3891
|
-
|
|
3317
|
+
warningBorder: string;
|
|
3318
|
+
warningBorderHover: string;
|
|
3319
|
+
warningSolidHover: string;
|
|
3320
|
+
warningSolidContrast: string;
|
|
3892
3321
|
warningShadow: string;
|
|
3893
3322
|
errorLight: string;
|
|
3323
|
+
errorLightHover: string;
|
|
3324
|
+
errorLightActive: string;
|
|
3325
|
+
errorLightContrast: string;
|
|
3894
3326
|
error: string;
|
|
3895
|
-
|
|
3327
|
+
errorBorder: string;
|
|
3328
|
+
errorBorderHover: string;
|
|
3329
|
+
errorSolidHover: string;
|
|
3330
|
+
errorSolidContrast: string;
|
|
3896
3331
|
errorShadow: string;
|
|
3332
|
+
neutralLight: string;
|
|
3333
|
+
neutralLightHover: string;
|
|
3334
|
+
neutralLightActive: string;
|
|
3335
|
+
neutralLightContrast: string;
|
|
3336
|
+
neutral: string;
|
|
3337
|
+
neutralBorder: string;
|
|
3338
|
+
neutralBorderHover: string;
|
|
3339
|
+
neutralSolidHover: string;
|
|
3340
|
+
neutralSolidContrast: string;
|
|
3341
|
+
neutralShadow: string;
|
|
3897
3342
|
gradient: string;
|
|
3898
|
-
|
|
3343
|
+
accents0: string;
|
|
3344
|
+
accents1: string;
|
|
3345
|
+
accents2: string;
|
|
3346
|
+
accents3: string;
|
|
3347
|
+
accents4: string;
|
|
3348
|
+
accents5: string;
|
|
3349
|
+
accents6: string;
|
|
3350
|
+
accents7: string;
|
|
3351
|
+
accents8: string;
|
|
3352
|
+
accents9: string;
|
|
3353
|
+
border: string;
|
|
3899
3354
|
};
|
|
3900
3355
|
fonts: {
|
|
3901
3356
|
sans: string;
|
|
3902
3357
|
mono: string;
|
|
3903
3358
|
};
|
|
3904
3359
|
fontSizes: {
|
|
3905
|
-
tiny: string;
|
|
3906
3360
|
xs: string;
|
|
3907
|
-
base: string;
|
|
3908
3361
|
sm: string;
|
|
3362
|
+
base: string;
|
|
3909
3363
|
md: string;
|
|
3910
3364
|
lg: string;
|
|
3911
3365
|
xl: string;
|
|
3366
|
+
xl2: string;
|
|
3367
|
+
xl3: string;
|
|
3368
|
+
xl4: string;
|
|
3369
|
+
xl5: string;
|
|
3370
|
+
xl6: string;
|
|
3371
|
+
xl7: string;
|
|
3372
|
+
xl8: string;
|
|
3373
|
+
xl9: string;
|
|
3912
3374
|
};
|
|
3913
3375
|
fontWeights: {
|
|
3914
3376
|
hairline: number;
|
|
@@ -3924,9 +3386,18 @@ export declare const StyledUserLink: import("@stitches/react/types/styled-compon
|
|
|
3924
3386
|
lineHeights: {
|
|
3925
3387
|
xs: number;
|
|
3926
3388
|
sm: number;
|
|
3389
|
+
base: number;
|
|
3927
3390
|
md: number;
|
|
3928
3391
|
lg: number;
|
|
3929
3392
|
xl: number;
|
|
3393
|
+
xl2: number;
|
|
3394
|
+
xl3: number;
|
|
3395
|
+
xl4: number;
|
|
3396
|
+
xl5: number;
|
|
3397
|
+
xl6: number;
|
|
3398
|
+
xl7: number;
|
|
3399
|
+
xl8: number;
|
|
3400
|
+
xl9: number;
|
|
3930
3401
|
};
|
|
3931
3402
|
letterSpacings: {
|
|
3932
3403
|
tighter: string;
|
|
@@ -4011,6 +3482,7 @@ export declare const StyledUserLink: import("@stitches/react/types/styled-compon
|
|
|
4011
3482
|
avatar: string;
|
|
4012
3483
|
link: string;
|
|
4013
3484
|
card: string;
|
|
3485
|
+
dropdownItem: string;
|
|
4014
3486
|
};
|
|
4015
3487
|
breakpoints: {
|
|
4016
3488
|
xs: string;
|
|
@@ -4386,7 +3858,9 @@ export declare const StyledUserLink: import("@stitches/react/types/styled-compon
|
|
|
4386
3858
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
4387
3859
|
}) => {
|
|
4388
3860
|
bf: string;
|
|
4389
|
-
bg:
|
|
3861
|
+
bg: {
|
|
3862
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
3863
|
+
};
|
|
4390
3864
|
};
|
|
4391
3865
|
bgColor: (value: {
|
|
4392
3866
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -4464,6 +3938,32 @@ export declare const StyledUserLink: import("@stitches/react/types/styled-compon
|
|
|
4464
3938
|
readonly [$$PropertyValue]: "boxShadow";
|
|
4465
3939
|
};
|
|
4466
3940
|
};
|
|
3941
|
+
ds: (value: {
|
|
3942
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3943
|
+
}) => {
|
|
3944
|
+
dropShadow: {
|
|
3945
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3946
|
+
};
|
|
3947
|
+
};
|
|
3948
|
+
shadow: (value: {
|
|
3949
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3950
|
+
}) => {
|
|
3951
|
+
boxShadow: {
|
|
3952
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3953
|
+
};
|
|
3954
|
+
};
|
|
3955
|
+
dshadow: (value: {
|
|
3956
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3957
|
+
}) => {
|
|
3958
|
+
dropShadow: {
|
|
3959
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3960
|
+
};
|
|
3961
|
+
};
|
|
3962
|
+
dropShadow: (value: {
|
|
3963
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3964
|
+
}) => {
|
|
3965
|
+
filter: string;
|
|
3966
|
+
};
|
|
4467
3967
|
normalShadow: (value: {
|
|
4468
3968
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
4469
3969
|
}) => {
|
|
@@ -4667,6 +4167,16 @@ export declare const StyledUserLink: import("@stitches/react/types/styled-compon
|
|
|
4667
4167
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
4668
4168
|
};
|
|
4669
4169
|
};
|
|
4170
|
+
truncateText: (value: {
|
|
4171
|
+
readonly [$$PropertyValue]: "width";
|
|
4172
|
+
}) => {
|
|
4173
|
+
maxWidth: {
|
|
4174
|
+
readonly [$$PropertyValue]: "width";
|
|
4175
|
+
};
|
|
4176
|
+
whiteSpace: string;
|
|
4177
|
+
overflow: string;
|
|
4178
|
+
textOverflow: string;
|
|
4179
|
+
};
|
|
4670
4180
|
textGradient: (value: {
|
|
4671
4181
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
4672
4182
|
}) => {
|