@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 StyledTooltipTrigger: import("@stitches/react/types/styled-
|
|
|
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 StyledTooltipTrigger: import("@stitches/react/types/styled-
|
|
|
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 StyledTooltipTrigger: import("@stitches/react/types/styled-
|
|
|
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 StyledTooltipTrigger: import("@stitches/react/types/styled-
|
|
|
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 StyledTooltipTrigger: import("@stitches/react/types/styled-
|
|
|
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 StyledTooltipTrigger: import("@stitches/react/types/styled-
|
|
|
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 StyledTooltipTrigger: import("@stitches/react/types/styled-
|
|
|
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
|
}) => {
|
|
@@ -969,95 +1080,26 @@ export declare const StyledTooltipArrow: import("@stitches/react/types/styled-co
|
|
|
969
1080
|
light: string;
|
|
970
1081
|
}, {
|
|
971
1082
|
shadows: {
|
|
972
|
-
xs: string;
|
|
973
|
-
sm: string;
|
|
974
|
-
md: string;
|
|
975
|
-
lg: string;
|
|
976
|
-
xl: string;
|
|
977
|
-
};
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
codeLight: string;
|
|
993
|
-
code: string;
|
|
994
|
-
border: string;
|
|
995
|
-
selection: string;
|
|
996
|
-
white: string;
|
|
997
|
-
black: string;
|
|
998
|
-
blue100: string;
|
|
999
|
-
blue200: string;
|
|
1000
|
-
blue300: string;
|
|
1001
|
-
blue400: string;
|
|
1002
|
-
blue500: string;
|
|
1003
|
-
blue600: string;
|
|
1004
|
-
blue700: string;
|
|
1005
|
-
blue800: string;
|
|
1006
|
-
blue900: string;
|
|
1007
|
-
purple100: string;
|
|
1008
|
-
purple200: string;
|
|
1009
|
-
purple300: string;
|
|
1010
|
-
purple400: string;
|
|
1011
|
-
purple500: string;
|
|
1012
|
-
purple600: string;
|
|
1013
|
-
purple700: string;
|
|
1014
|
-
purple800: string;
|
|
1015
|
-
purple900: string;
|
|
1016
|
-
green100: string;
|
|
1017
|
-
green200: string;
|
|
1018
|
-
green300: string;
|
|
1019
|
-
green400: string;
|
|
1020
|
-
green500: string;
|
|
1021
|
-
green600: string;
|
|
1022
|
-
green700: string;
|
|
1023
|
-
green800: string;
|
|
1024
|
-
green900: string;
|
|
1025
|
-
yellow100: string;
|
|
1026
|
-
yellow200: string;
|
|
1027
|
-
yellow300: string;
|
|
1028
|
-
yellow400: string;
|
|
1029
|
-
yellow500: string;
|
|
1030
|
-
yellow600: string;
|
|
1031
|
-
yellow700: string;
|
|
1032
|
-
yellow800: string;
|
|
1033
|
-
yellow900: string;
|
|
1034
|
-
red100: string;
|
|
1035
|
-
red200: string;
|
|
1036
|
-
red300: string;
|
|
1037
|
-
red400: string;
|
|
1038
|
-
red500: string;
|
|
1039
|
-
red600: string;
|
|
1040
|
-
red700: string;
|
|
1041
|
-
red800: string;
|
|
1042
|
-
red900: string;
|
|
1043
|
-
cyan100: string;
|
|
1044
|
-
cyan200: string;
|
|
1045
|
-
cyan300: string;
|
|
1046
|
-
cyan400: string;
|
|
1047
|
-
cyan500: string;
|
|
1048
|
-
cyan600: string;
|
|
1049
|
-
cyan700: string;
|
|
1050
|
-
cyan800: string;
|
|
1051
|
-
cyan900: string;
|
|
1052
|
-
pink100: string;
|
|
1053
|
-
pink200: string;
|
|
1054
|
-
pink300: string;
|
|
1055
|
-
pink400: string;
|
|
1056
|
-
pink500: string;
|
|
1057
|
-
pink600: string;
|
|
1058
|
-
pink700: string;
|
|
1059
|
-
pink800: string;
|
|
1060
|
-
pink900: string;
|
|
1083
|
+
xs: string;
|
|
1084
|
+
sm: string;
|
|
1085
|
+
md: string;
|
|
1086
|
+
lg: string;
|
|
1087
|
+
xl: string;
|
|
1088
|
+
};
|
|
1089
|
+
dropShadows: {
|
|
1090
|
+
xs: string;
|
|
1091
|
+
sm: string;
|
|
1092
|
+
md: string;
|
|
1093
|
+
lg: string;
|
|
1094
|
+
xl: string;
|
|
1095
|
+
};
|
|
1096
|
+
colors: {
|
|
1097
|
+
text: string;
|
|
1098
|
+
link: string;
|
|
1099
|
+
codeLight: string;
|
|
1100
|
+
code: string;
|
|
1101
|
+
selection: string;
|
|
1102
|
+
gray50: string;
|
|
1061
1103
|
gray100: string;
|
|
1062
1104
|
gray200: string;
|
|
1063
1105
|
gray300: string;
|
|
@@ -1067,41 +1109,173 @@ export declare const StyledTooltipArrow: import("@stitches/react/types/styled-co
|
|
|
1067
1109
|
gray700: string;
|
|
1068
1110
|
gray800: string;
|
|
1069
1111
|
gray900: string;
|
|
1112
|
+
pink50: string;
|
|
1113
|
+
pink100: string;
|
|
1114
|
+
pink200: string;
|
|
1115
|
+
pink300: string;
|
|
1116
|
+
pink400: string;
|
|
1117
|
+
pink500: string;
|
|
1118
|
+
pink600: string;
|
|
1119
|
+
pink700: string;
|
|
1120
|
+
pink800: string;
|
|
1121
|
+
pink900: string;
|
|
1122
|
+
cyan50: string;
|
|
1123
|
+
cyan100: string;
|
|
1124
|
+
cyan200: string;
|
|
1125
|
+
cyan300: string;
|
|
1126
|
+
cyan400: string;
|
|
1127
|
+
cyan500: string;
|
|
1128
|
+
cyan600: string;
|
|
1129
|
+
cyan700: string;
|
|
1130
|
+
cyan800: string;
|
|
1131
|
+
cyan900: string;
|
|
1132
|
+
red50: string;
|
|
1133
|
+
red100: string;
|
|
1134
|
+
red200: string;
|
|
1135
|
+
red300: string;
|
|
1136
|
+
red400: string;
|
|
1137
|
+
red500: string;
|
|
1138
|
+
red600: string;
|
|
1139
|
+
red700: string;
|
|
1140
|
+
red800: string;
|
|
1141
|
+
red900: string;
|
|
1142
|
+
yellow50: string;
|
|
1143
|
+
yellow100: string;
|
|
1144
|
+
yellow200: string;
|
|
1145
|
+
yellow300: string;
|
|
1146
|
+
yellow400: string;
|
|
1147
|
+
yellow500: string;
|
|
1148
|
+
yellow600: string;
|
|
1149
|
+
yellow700: string;
|
|
1150
|
+
yellow800: string;
|
|
1151
|
+
yellow900: string;
|
|
1152
|
+
green50: string;
|
|
1153
|
+
green100: string;
|
|
1154
|
+
green200: string;
|
|
1155
|
+
green300: string;
|
|
1156
|
+
green400: string;
|
|
1157
|
+
green500: string;
|
|
1158
|
+
green600: string;
|
|
1159
|
+
green700: string;
|
|
1160
|
+
green800: string;
|
|
1161
|
+
green900: string;
|
|
1162
|
+
purple50: string;
|
|
1163
|
+
purple100: string;
|
|
1164
|
+
purple200: string;
|
|
1165
|
+
purple300: string;
|
|
1166
|
+
purple400: string;
|
|
1167
|
+
purple500: string;
|
|
1168
|
+
purple600: string;
|
|
1169
|
+
purple700: string;
|
|
1170
|
+
purple800: string;
|
|
1171
|
+
purple900: string;
|
|
1172
|
+
blue50: string;
|
|
1173
|
+
blue100: string;
|
|
1174
|
+
blue200: string;
|
|
1175
|
+
blue300: string;
|
|
1176
|
+
blue400: string;
|
|
1177
|
+
blue500: string;
|
|
1178
|
+
blue600: string;
|
|
1179
|
+
blue700: string;
|
|
1180
|
+
blue800: string;
|
|
1181
|
+
blue900: string;
|
|
1182
|
+
background: string;
|
|
1183
|
+
foreground: string;
|
|
1184
|
+
backgroundContrast: string;
|
|
1185
|
+
white: string;
|
|
1186
|
+
black: string;
|
|
1070
1187
|
primaryLight: string;
|
|
1188
|
+
primaryLightHover: string;
|
|
1189
|
+
primaryLightActive: string;
|
|
1190
|
+
primaryLightContrast: string;
|
|
1071
1191
|
primary: string;
|
|
1072
|
-
|
|
1192
|
+
primaryBorder: string;
|
|
1193
|
+
primaryBorderHover: string;
|
|
1194
|
+
primarySolidHover: string;
|
|
1195
|
+
primarySolidContrast: string;
|
|
1073
1196
|
primaryShadow: string;
|
|
1074
1197
|
secondaryLight: string;
|
|
1198
|
+
secondaryLightHover: string;
|
|
1199
|
+
secondaryLightActive: string;
|
|
1200
|
+
secondaryLightContrast: string;
|
|
1075
1201
|
secondary: string;
|
|
1076
|
-
|
|
1202
|
+
secondaryBorder: string;
|
|
1203
|
+
secondaryBorderHover: string;
|
|
1204
|
+
secondarySolidHover: string;
|
|
1205
|
+
secondarySolidContrast: string;
|
|
1077
1206
|
secondaryShadow: string;
|
|
1078
1207
|
successLight: string;
|
|
1208
|
+
successLightHover: string;
|
|
1209
|
+
successLightActive: string;
|
|
1210
|
+
successLightContrast: string;
|
|
1079
1211
|
success: string;
|
|
1080
|
-
|
|
1212
|
+
successBorder: string;
|
|
1213
|
+
successBorderHover: string;
|
|
1214
|
+
successSolidHover: string;
|
|
1215
|
+
successSolidContrast: string;
|
|
1081
1216
|
successShadow: string;
|
|
1082
1217
|
warningLight: string;
|
|
1218
|
+
warningLightHover: string;
|
|
1219
|
+
warningLightActive: string;
|
|
1220
|
+
warningLightContrast: string;
|
|
1083
1221
|
warning: string;
|
|
1084
|
-
|
|
1222
|
+
warningBorder: string;
|
|
1223
|
+
warningBorderHover: string;
|
|
1224
|
+
warningSolidHover: string;
|
|
1225
|
+
warningSolidContrast: string;
|
|
1085
1226
|
warningShadow: string;
|
|
1086
1227
|
errorLight: string;
|
|
1228
|
+
errorLightHover: string;
|
|
1229
|
+
errorLightActive: string;
|
|
1230
|
+
errorLightContrast: string;
|
|
1087
1231
|
error: string;
|
|
1088
|
-
|
|
1232
|
+
errorBorder: string;
|
|
1233
|
+
errorBorderHover: string;
|
|
1234
|
+
errorSolidHover: string;
|
|
1235
|
+
errorSolidContrast: string;
|
|
1089
1236
|
errorShadow: string;
|
|
1237
|
+
neutralLight: string;
|
|
1238
|
+
neutralLightHover: string;
|
|
1239
|
+
neutralLightActive: string;
|
|
1240
|
+
neutralLightContrast: string;
|
|
1241
|
+
neutral: string;
|
|
1242
|
+
neutralBorder: string;
|
|
1243
|
+
neutralBorderHover: string;
|
|
1244
|
+
neutralSolidHover: string;
|
|
1245
|
+
neutralSolidContrast: string;
|
|
1246
|
+
neutralShadow: string;
|
|
1090
1247
|
gradient: string;
|
|
1091
|
-
|
|
1248
|
+
accents0: string;
|
|
1249
|
+
accents1: string;
|
|
1250
|
+
accents2: string;
|
|
1251
|
+
accents3: string;
|
|
1252
|
+
accents4: string;
|
|
1253
|
+
accents5: string;
|
|
1254
|
+
accents6: string;
|
|
1255
|
+
accents7: string;
|
|
1256
|
+
accents8: string;
|
|
1257
|
+
accents9: string;
|
|
1258
|
+
border: string;
|
|
1092
1259
|
};
|
|
1093
1260
|
fonts: {
|
|
1094
1261
|
sans: string;
|
|
1095
1262
|
mono: string;
|
|
1096
1263
|
};
|
|
1097
1264
|
fontSizes: {
|
|
1098
|
-
tiny: string;
|
|
1099
1265
|
xs: string;
|
|
1100
|
-
base: string;
|
|
1101
1266
|
sm: string;
|
|
1267
|
+
base: string;
|
|
1102
1268
|
md: string;
|
|
1103
1269
|
lg: string;
|
|
1104
1270
|
xl: string;
|
|
1271
|
+
xl2: string;
|
|
1272
|
+
xl3: string;
|
|
1273
|
+
xl4: string;
|
|
1274
|
+
xl5: string;
|
|
1275
|
+
xl6: string;
|
|
1276
|
+
xl7: string;
|
|
1277
|
+
xl8: string;
|
|
1278
|
+
xl9: string;
|
|
1105
1279
|
};
|
|
1106
1280
|
fontWeights: {
|
|
1107
1281
|
hairline: number;
|
|
@@ -1117,9 +1291,18 @@ export declare const StyledTooltipArrow: import("@stitches/react/types/styled-co
|
|
|
1117
1291
|
lineHeights: {
|
|
1118
1292
|
xs: number;
|
|
1119
1293
|
sm: number;
|
|
1294
|
+
base: number;
|
|
1120
1295
|
md: number;
|
|
1121
1296
|
lg: number;
|
|
1122
1297
|
xl: number;
|
|
1298
|
+
xl2: number;
|
|
1299
|
+
xl3: number;
|
|
1300
|
+
xl4: number;
|
|
1301
|
+
xl5: number;
|
|
1302
|
+
xl6: number;
|
|
1303
|
+
xl7: number;
|
|
1304
|
+
xl8: number;
|
|
1305
|
+
xl9: number;
|
|
1123
1306
|
};
|
|
1124
1307
|
letterSpacings: {
|
|
1125
1308
|
tighter: string;
|
|
@@ -1204,6 +1387,7 @@ export declare const StyledTooltipArrow: import("@stitches/react/types/styled-co
|
|
|
1204
1387
|
avatar: string;
|
|
1205
1388
|
link: string;
|
|
1206
1389
|
card: string;
|
|
1390
|
+
dropdownItem: string;
|
|
1207
1391
|
};
|
|
1208
1392
|
breakpoints: {
|
|
1209
1393
|
xs: string;
|
|
@@ -1579,7 +1763,9 @@ export declare const StyledTooltipArrow: import("@stitches/react/types/styled-co
|
|
|
1579
1763
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1580
1764
|
}) => {
|
|
1581
1765
|
bf: string;
|
|
1582
|
-
bg:
|
|
1766
|
+
bg: {
|
|
1767
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
1768
|
+
};
|
|
1583
1769
|
};
|
|
1584
1770
|
bgColor: (value: {
|
|
1585
1771
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -1657,6 +1843,32 @@ export declare const StyledTooltipArrow: import("@stitches/react/types/styled-co
|
|
|
1657
1843
|
readonly [$$PropertyValue]: "boxShadow";
|
|
1658
1844
|
};
|
|
1659
1845
|
};
|
|
1846
|
+
ds: (value: {
|
|
1847
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1848
|
+
}) => {
|
|
1849
|
+
dropShadow: {
|
|
1850
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1851
|
+
};
|
|
1852
|
+
};
|
|
1853
|
+
shadow: (value: {
|
|
1854
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1855
|
+
}) => {
|
|
1856
|
+
boxShadow: {
|
|
1857
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1858
|
+
};
|
|
1859
|
+
};
|
|
1860
|
+
dshadow: (value: {
|
|
1861
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1862
|
+
}) => {
|
|
1863
|
+
dropShadow: {
|
|
1864
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1865
|
+
};
|
|
1866
|
+
};
|
|
1867
|
+
dropShadow: (value: {
|
|
1868
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1869
|
+
}) => {
|
|
1870
|
+
filter: string;
|
|
1871
|
+
};
|
|
1660
1872
|
normalShadow: (value: {
|
|
1661
1873
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1662
1874
|
}) => {
|
|
@@ -1860,6 +2072,16 @@ export declare const StyledTooltipArrow: import("@stitches/react/types/styled-co
|
|
|
1860
2072
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1861
2073
|
};
|
|
1862
2074
|
};
|
|
2075
|
+
truncateText: (value: {
|
|
2076
|
+
readonly [$$PropertyValue]: "width";
|
|
2077
|
+
}) => {
|
|
2078
|
+
maxWidth: {
|
|
2079
|
+
readonly [$$PropertyValue]: "width";
|
|
2080
|
+
};
|
|
2081
|
+
whiteSpace: string;
|
|
2082
|
+
overflow: string;
|
|
2083
|
+
textOverflow: string;
|
|
2084
|
+
};
|
|
1863
2085
|
textGradient: (value: {
|
|
1864
2086
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
1865
2087
|
}) => {
|
|
@@ -1913,89 +2135,20 @@ export declare const StyledTooltip: import("@stitches/react/types/styled-compone
|
|
|
1913
2135
|
lg: string;
|
|
1914
2136
|
xl: string;
|
|
1915
2137
|
};
|
|
2138
|
+
dropShadows: {
|
|
2139
|
+
xs: string;
|
|
2140
|
+
sm: string;
|
|
2141
|
+
md: string;
|
|
2142
|
+
lg: string;
|
|
2143
|
+
xl: string;
|
|
2144
|
+
};
|
|
1916
2145
|
colors: {
|
|
1917
|
-
accents1: string;
|
|
1918
|
-
accents2: string;
|
|
1919
|
-
accents3: string;
|
|
1920
|
-
accents4: string;
|
|
1921
|
-
accents5: string;
|
|
1922
|
-
accents6: string;
|
|
1923
|
-
accents7: string;
|
|
1924
|
-
accents8: string;
|
|
1925
|
-
accents9: string;
|
|
1926
|
-
background: string;
|
|
1927
|
-
foreground: string;
|
|
1928
|
-
backgroundContrast: string;
|
|
1929
2146
|
text: string;
|
|
2147
|
+
link: string;
|
|
1930
2148
|
codeLight: string;
|
|
1931
2149
|
code: string;
|
|
1932
|
-
border: string;
|
|
1933
2150
|
selection: string;
|
|
1934
|
-
|
|
1935
|
-
black: string;
|
|
1936
|
-
blue100: string;
|
|
1937
|
-
blue200: string;
|
|
1938
|
-
blue300: string;
|
|
1939
|
-
blue400: string;
|
|
1940
|
-
blue500: string;
|
|
1941
|
-
blue600: string;
|
|
1942
|
-
blue700: string;
|
|
1943
|
-
blue800: string;
|
|
1944
|
-
blue900: string;
|
|
1945
|
-
purple100: string;
|
|
1946
|
-
purple200: string;
|
|
1947
|
-
purple300: string;
|
|
1948
|
-
purple400: string;
|
|
1949
|
-
purple500: string;
|
|
1950
|
-
purple600: string;
|
|
1951
|
-
purple700: string;
|
|
1952
|
-
purple800: string;
|
|
1953
|
-
purple900: string;
|
|
1954
|
-
green100: string;
|
|
1955
|
-
green200: string;
|
|
1956
|
-
green300: string;
|
|
1957
|
-
green400: string;
|
|
1958
|
-
green500: string;
|
|
1959
|
-
green600: string;
|
|
1960
|
-
green700: string;
|
|
1961
|
-
green800: string;
|
|
1962
|
-
green900: string;
|
|
1963
|
-
yellow100: string;
|
|
1964
|
-
yellow200: string;
|
|
1965
|
-
yellow300: string;
|
|
1966
|
-
yellow400: string;
|
|
1967
|
-
yellow500: string;
|
|
1968
|
-
yellow600: string;
|
|
1969
|
-
yellow700: string;
|
|
1970
|
-
yellow800: string;
|
|
1971
|
-
yellow900: string;
|
|
1972
|
-
red100: string;
|
|
1973
|
-
red200: string;
|
|
1974
|
-
red300: string;
|
|
1975
|
-
red400: string;
|
|
1976
|
-
red500: string;
|
|
1977
|
-
red600: string;
|
|
1978
|
-
red700: string;
|
|
1979
|
-
red800: string;
|
|
1980
|
-
red900: string;
|
|
1981
|
-
cyan100: string;
|
|
1982
|
-
cyan200: string;
|
|
1983
|
-
cyan300: string;
|
|
1984
|
-
cyan400: string;
|
|
1985
|
-
cyan500: string;
|
|
1986
|
-
cyan600: string;
|
|
1987
|
-
cyan700: string;
|
|
1988
|
-
cyan800: string;
|
|
1989
|
-
cyan900: string;
|
|
1990
|
-
pink100: string;
|
|
1991
|
-
pink200: string;
|
|
1992
|
-
pink300: string;
|
|
1993
|
-
pink400: string;
|
|
1994
|
-
pink500: string;
|
|
1995
|
-
pink600: string;
|
|
1996
|
-
pink700: string;
|
|
1997
|
-
pink800: string;
|
|
1998
|
-
pink900: string;
|
|
2151
|
+
gray50: string;
|
|
1999
2152
|
gray100: string;
|
|
2000
2153
|
gray200: string;
|
|
2001
2154
|
gray300: string;
|
|
@@ -2005,41 +2158,173 @@ export declare const StyledTooltip: import("@stitches/react/types/styled-compone
|
|
|
2005
2158
|
gray700: string;
|
|
2006
2159
|
gray800: string;
|
|
2007
2160
|
gray900: string;
|
|
2161
|
+
pink50: string;
|
|
2162
|
+
pink100: string;
|
|
2163
|
+
pink200: string;
|
|
2164
|
+
pink300: string;
|
|
2165
|
+
pink400: string;
|
|
2166
|
+
pink500: string;
|
|
2167
|
+
pink600: string;
|
|
2168
|
+
pink700: string;
|
|
2169
|
+
pink800: string;
|
|
2170
|
+
pink900: string;
|
|
2171
|
+
cyan50: string;
|
|
2172
|
+
cyan100: string;
|
|
2173
|
+
cyan200: string;
|
|
2174
|
+
cyan300: string;
|
|
2175
|
+
cyan400: string;
|
|
2176
|
+
cyan500: string;
|
|
2177
|
+
cyan600: string;
|
|
2178
|
+
cyan700: string;
|
|
2179
|
+
cyan800: string;
|
|
2180
|
+
cyan900: string;
|
|
2181
|
+
red50: string;
|
|
2182
|
+
red100: string;
|
|
2183
|
+
red200: string;
|
|
2184
|
+
red300: string;
|
|
2185
|
+
red400: string;
|
|
2186
|
+
red500: string;
|
|
2187
|
+
red600: string;
|
|
2188
|
+
red700: string;
|
|
2189
|
+
red800: string;
|
|
2190
|
+
red900: string;
|
|
2191
|
+
yellow50: string;
|
|
2192
|
+
yellow100: string;
|
|
2193
|
+
yellow200: string;
|
|
2194
|
+
yellow300: string;
|
|
2195
|
+
yellow400: string;
|
|
2196
|
+
yellow500: string;
|
|
2197
|
+
yellow600: string;
|
|
2198
|
+
yellow700: string;
|
|
2199
|
+
yellow800: string;
|
|
2200
|
+
yellow900: string;
|
|
2201
|
+
green50: string;
|
|
2202
|
+
green100: string;
|
|
2203
|
+
green200: string;
|
|
2204
|
+
green300: string;
|
|
2205
|
+
green400: string;
|
|
2206
|
+
green500: string;
|
|
2207
|
+
green600: string;
|
|
2208
|
+
green700: string;
|
|
2209
|
+
green800: string;
|
|
2210
|
+
green900: string;
|
|
2211
|
+
purple50: string;
|
|
2212
|
+
purple100: string;
|
|
2213
|
+
purple200: string;
|
|
2214
|
+
purple300: string;
|
|
2215
|
+
purple400: string;
|
|
2216
|
+
purple500: string;
|
|
2217
|
+
purple600: string;
|
|
2218
|
+
purple700: string;
|
|
2219
|
+
purple800: string;
|
|
2220
|
+
purple900: string;
|
|
2221
|
+
blue50: string;
|
|
2222
|
+
blue100: string;
|
|
2223
|
+
blue200: string;
|
|
2224
|
+
blue300: string;
|
|
2225
|
+
blue400: string;
|
|
2226
|
+
blue500: string;
|
|
2227
|
+
blue600: string;
|
|
2228
|
+
blue700: string;
|
|
2229
|
+
blue800: string;
|
|
2230
|
+
blue900: string;
|
|
2231
|
+
background: string;
|
|
2232
|
+
foreground: string;
|
|
2233
|
+
backgroundContrast: string;
|
|
2234
|
+
white: string;
|
|
2235
|
+
black: string;
|
|
2008
2236
|
primaryLight: string;
|
|
2237
|
+
primaryLightHover: string;
|
|
2238
|
+
primaryLightActive: string;
|
|
2239
|
+
primaryLightContrast: string;
|
|
2009
2240
|
primary: string;
|
|
2010
|
-
|
|
2241
|
+
primaryBorder: string;
|
|
2242
|
+
primaryBorderHover: string;
|
|
2243
|
+
primarySolidHover: string;
|
|
2244
|
+
primarySolidContrast: string;
|
|
2011
2245
|
primaryShadow: string;
|
|
2012
2246
|
secondaryLight: string;
|
|
2247
|
+
secondaryLightHover: string;
|
|
2248
|
+
secondaryLightActive: string;
|
|
2249
|
+
secondaryLightContrast: string;
|
|
2013
2250
|
secondary: string;
|
|
2014
|
-
|
|
2251
|
+
secondaryBorder: string;
|
|
2252
|
+
secondaryBorderHover: string;
|
|
2253
|
+
secondarySolidHover: string;
|
|
2254
|
+
secondarySolidContrast: string;
|
|
2015
2255
|
secondaryShadow: string;
|
|
2016
2256
|
successLight: string;
|
|
2257
|
+
successLightHover: string;
|
|
2258
|
+
successLightActive: string;
|
|
2259
|
+
successLightContrast: string;
|
|
2017
2260
|
success: string;
|
|
2018
|
-
|
|
2261
|
+
successBorder: string;
|
|
2262
|
+
successBorderHover: string;
|
|
2263
|
+
successSolidHover: string;
|
|
2264
|
+
successSolidContrast: string;
|
|
2019
2265
|
successShadow: string;
|
|
2020
2266
|
warningLight: string;
|
|
2267
|
+
warningLightHover: string;
|
|
2268
|
+
warningLightActive: string;
|
|
2269
|
+
warningLightContrast: string;
|
|
2021
2270
|
warning: string;
|
|
2022
|
-
|
|
2271
|
+
warningBorder: string;
|
|
2272
|
+
warningBorderHover: string;
|
|
2273
|
+
warningSolidHover: string;
|
|
2274
|
+
warningSolidContrast: string;
|
|
2023
2275
|
warningShadow: string;
|
|
2024
2276
|
errorLight: string;
|
|
2277
|
+
errorLightHover: string;
|
|
2278
|
+
errorLightActive: string;
|
|
2279
|
+
errorLightContrast: string;
|
|
2025
2280
|
error: string;
|
|
2026
|
-
|
|
2281
|
+
errorBorder: string;
|
|
2282
|
+
errorBorderHover: string;
|
|
2283
|
+
errorSolidHover: string;
|
|
2284
|
+
errorSolidContrast: string;
|
|
2027
2285
|
errorShadow: string;
|
|
2286
|
+
neutralLight: string;
|
|
2287
|
+
neutralLightHover: string;
|
|
2288
|
+
neutralLightActive: string;
|
|
2289
|
+
neutralLightContrast: string;
|
|
2290
|
+
neutral: string;
|
|
2291
|
+
neutralBorder: string;
|
|
2292
|
+
neutralBorderHover: string;
|
|
2293
|
+
neutralSolidHover: string;
|
|
2294
|
+
neutralSolidContrast: string;
|
|
2295
|
+
neutralShadow: string;
|
|
2028
2296
|
gradient: string;
|
|
2029
|
-
|
|
2297
|
+
accents0: string;
|
|
2298
|
+
accents1: string;
|
|
2299
|
+
accents2: string;
|
|
2300
|
+
accents3: string;
|
|
2301
|
+
accents4: string;
|
|
2302
|
+
accents5: string;
|
|
2303
|
+
accents6: string;
|
|
2304
|
+
accents7: string;
|
|
2305
|
+
accents8: string;
|
|
2306
|
+
accents9: string;
|
|
2307
|
+
border: string;
|
|
2030
2308
|
};
|
|
2031
2309
|
fonts: {
|
|
2032
2310
|
sans: string;
|
|
2033
2311
|
mono: string;
|
|
2034
2312
|
};
|
|
2035
2313
|
fontSizes: {
|
|
2036
|
-
tiny: string;
|
|
2037
2314
|
xs: string;
|
|
2038
|
-
base: string;
|
|
2039
2315
|
sm: string;
|
|
2316
|
+
base: string;
|
|
2040
2317
|
md: string;
|
|
2041
2318
|
lg: string;
|
|
2042
2319
|
xl: string;
|
|
2320
|
+
xl2: string;
|
|
2321
|
+
xl3: string;
|
|
2322
|
+
xl4: string;
|
|
2323
|
+
xl5: string;
|
|
2324
|
+
xl6: string;
|
|
2325
|
+
xl7: string;
|
|
2326
|
+
xl8: string;
|
|
2327
|
+
xl9: string;
|
|
2043
2328
|
};
|
|
2044
2329
|
fontWeights: {
|
|
2045
2330
|
hairline: number;
|
|
@@ -2055,9 +2340,18 @@ export declare const StyledTooltip: import("@stitches/react/types/styled-compone
|
|
|
2055
2340
|
lineHeights: {
|
|
2056
2341
|
xs: number;
|
|
2057
2342
|
sm: number;
|
|
2343
|
+
base: number;
|
|
2058
2344
|
md: number;
|
|
2059
2345
|
lg: number;
|
|
2060
2346
|
xl: number;
|
|
2347
|
+
xl2: number;
|
|
2348
|
+
xl3: number;
|
|
2349
|
+
xl4: number;
|
|
2350
|
+
xl5: number;
|
|
2351
|
+
xl6: number;
|
|
2352
|
+
xl7: number;
|
|
2353
|
+
xl8: number;
|
|
2354
|
+
xl9: number;
|
|
2061
2355
|
};
|
|
2062
2356
|
letterSpacings: {
|
|
2063
2357
|
tighter: string;
|
|
@@ -2142,6 +2436,7 @@ export declare const StyledTooltip: import("@stitches/react/types/styled-compone
|
|
|
2142
2436
|
avatar: string;
|
|
2143
2437
|
link: string;
|
|
2144
2438
|
card: string;
|
|
2439
|
+
dropdownItem: string;
|
|
2145
2440
|
};
|
|
2146
2441
|
breakpoints: {
|
|
2147
2442
|
xs: string;
|
|
@@ -2517,7 +2812,9 @@ export declare const StyledTooltip: import("@stitches/react/types/styled-compone
|
|
|
2517
2812
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2518
2813
|
}) => {
|
|
2519
2814
|
bf: string;
|
|
2520
|
-
bg:
|
|
2815
|
+
bg: {
|
|
2816
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
2817
|
+
};
|
|
2521
2818
|
};
|
|
2522
2819
|
bgColor: (value: {
|
|
2523
2820
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -2595,6 +2892,32 @@ export declare const StyledTooltip: import("@stitches/react/types/styled-compone
|
|
|
2595
2892
|
readonly [$$PropertyValue]: "boxShadow";
|
|
2596
2893
|
};
|
|
2597
2894
|
};
|
|
2895
|
+
ds: (value: {
|
|
2896
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2897
|
+
}) => {
|
|
2898
|
+
dropShadow: {
|
|
2899
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2900
|
+
};
|
|
2901
|
+
};
|
|
2902
|
+
shadow: (value: {
|
|
2903
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2904
|
+
}) => {
|
|
2905
|
+
boxShadow: {
|
|
2906
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2907
|
+
};
|
|
2908
|
+
};
|
|
2909
|
+
dshadow: (value: {
|
|
2910
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2911
|
+
}) => {
|
|
2912
|
+
dropShadow: {
|
|
2913
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2914
|
+
};
|
|
2915
|
+
};
|
|
2916
|
+
dropShadow: (value: {
|
|
2917
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2918
|
+
}) => {
|
|
2919
|
+
filter: string;
|
|
2920
|
+
};
|
|
2598
2921
|
normalShadow: (value: {
|
|
2599
2922
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2600
2923
|
}) => {
|
|
@@ -2798,6 +3121,16 @@ export declare const StyledTooltip: import("@stitches/react/types/styled-compone
|
|
|
2798
3121
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
2799
3122
|
};
|
|
2800
3123
|
};
|
|
3124
|
+
truncateText: (value: {
|
|
3125
|
+
readonly [$$PropertyValue]: "width";
|
|
3126
|
+
}) => {
|
|
3127
|
+
maxWidth: {
|
|
3128
|
+
readonly [$$PropertyValue]: "width";
|
|
3129
|
+
};
|
|
3130
|
+
whiteSpace: string;
|
|
3131
|
+
overflow: string;
|
|
3132
|
+
textOverflow: string;
|
|
3133
|
+
};
|
|
2801
3134
|
textGradient: (value: {
|
|
2802
3135
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
2803
3136
|
}) => {
|
|
@@ -2855,89 +3188,20 @@ export declare const StyledTooltipContent: import("@stitches/react/types/styled-
|
|
|
2855
3188
|
lg: string;
|
|
2856
3189
|
xl: string;
|
|
2857
3190
|
};
|
|
3191
|
+
dropShadows: {
|
|
3192
|
+
xs: string;
|
|
3193
|
+
sm: string;
|
|
3194
|
+
md: string;
|
|
3195
|
+
lg: string;
|
|
3196
|
+
xl: string;
|
|
3197
|
+
};
|
|
2858
3198
|
colors: {
|
|
2859
|
-
accents1: string;
|
|
2860
|
-
accents2: string;
|
|
2861
|
-
accents3: string;
|
|
2862
|
-
accents4: string;
|
|
2863
|
-
accents5: string;
|
|
2864
|
-
accents6: string;
|
|
2865
|
-
accents7: string;
|
|
2866
|
-
accents8: string;
|
|
2867
|
-
accents9: string;
|
|
2868
|
-
background: string;
|
|
2869
|
-
foreground: string;
|
|
2870
|
-
backgroundContrast: string;
|
|
2871
3199
|
text: string;
|
|
3200
|
+
link: string;
|
|
2872
3201
|
codeLight: string;
|
|
2873
3202
|
code: string;
|
|
2874
|
-
border: string;
|
|
2875
3203
|
selection: string;
|
|
2876
|
-
|
|
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;
|
|
3204
|
+
gray50: string;
|
|
2941
3205
|
gray100: string;
|
|
2942
3206
|
gray200: string;
|
|
2943
3207
|
gray300: string;
|
|
@@ -2947,41 +3211,173 @@ export declare const StyledTooltipContent: import("@stitches/react/types/styled-
|
|
|
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 StyledTooltipContent: import("@stitches/react/types/styled-
|
|
|
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 StyledTooltipContent: import("@stitches/react/types/styled-
|
|
|
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 StyledTooltipContent: import("@stitches/react/types/styled-
|
|
|
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 StyledTooltipContent: import("@stitches/react/types/styled-
|
|
|
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 StyledTooltipContent: import("@stitches/react/types/styled-
|
|
|
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
|
}) => {
|