@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.
Files changed (278) hide show
  1. package/cjs/avatar/avatar.js +1 -1
  2. package/cjs/avatar/avatar.styles.js +1 -1
  3. package/cjs/backdrop/backdrop.styles.js +1 -1
  4. package/cjs/button/button-icon.js +1 -1
  5. package/cjs/button/button.js +1 -1
  6. package/cjs/button/button.styles.js +1 -1
  7. package/cjs/button/utils.js +1 -1
  8. package/cjs/card/card.js +1 -1
  9. package/cjs/card/card.styles.js +1 -1
  10. package/cjs/card/index.js +1 -1
  11. package/cjs/card/use-card.js +1 -0
  12. package/cjs/checkbox/checkbox-context.js +1 -1
  13. package/cjs/checkbox/checkbox-group.js +1 -1
  14. package/cjs/checkbox/checkbox.js +1 -1
  15. package/cjs/checkbox/checkbox.styles.js +1 -1
  16. package/cjs/checkbox/use-checkbox-group.js +1 -0
  17. package/cjs/checkbox/use-checkbox.js +1 -0
  18. package/cjs/collapse/collapse.styles.js +1 -1
  19. package/cjs/css-baseline/css-baseline.js +1 -1
  20. package/cjs/dropdown/base/dropdown-item-base.js +1 -0
  21. package/cjs/dropdown/dropdown-button.js +1 -0
  22. package/cjs/dropdown/dropdown-context.js +1 -0
  23. package/cjs/dropdown/dropdown-icon.js +1 -0
  24. package/cjs/dropdown/dropdown-item.js +1 -0
  25. package/cjs/dropdown/dropdown-menu.js +1 -0
  26. package/cjs/dropdown/dropdown-section.js +1 -0
  27. package/cjs/dropdown/dropdown-trigger.js +1 -0
  28. package/cjs/dropdown/dropdown-types.js +1 -0
  29. package/cjs/dropdown/dropdown.js +1 -0
  30. package/cjs/dropdown/dropdown.styles.js +1 -0
  31. package/cjs/dropdown/index.js +1 -0
  32. package/cjs/dropdown/use-dropdown.js +1 -0
  33. package/cjs/grid/grid-container.js +1 -1
  34. package/cjs/image/image.js +1 -1
  35. package/cjs/image/image.styles.js +1 -1
  36. package/cjs/index.js +1 -1
  37. package/cjs/input/input.styles.js +1 -1
  38. package/cjs/link/link.js +1 -1
  39. package/cjs/link/link.styles.js +1 -1
  40. package/cjs/modal/modal.styles.js +1 -1
  41. package/cjs/pagination/pagination.styles.js +1 -1
  42. package/cjs/popover/popover-content.js +1 -1
  43. package/cjs/popover/popover-trigger.js +1 -1
  44. package/cjs/popover/popover.js +1 -1
  45. package/cjs/popover/popover.styles.js +1 -1
  46. package/cjs/popover/use-popover.js +1 -1
  47. package/cjs/popover/utils.js +1 -1
  48. package/cjs/radio/index.js +1 -1
  49. package/cjs/radio/radio-context.js +1 -1
  50. package/cjs/radio/radio-group.js +1 -1
  51. package/cjs/radio/radio.js +1 -1
  52. package/cjs/radio/radio.styles.js +1 -1
  53. package/cjs/radio/use-radio-group.js +1 -0
  54. package/cjs/radio/use-radio.js +1 -0
  55. package/cjs/snippet/snippet.styles.js +1 -1
  56. package/cjs/switch/switch.styles.js +1 -1
  57. package/cjs/table/table-checkbox-cell.js +1 -1
  58. package/cjs/table/table-context.js +1 -1
  59. package/cjs/table/table-select-all-checkbox.js +1 -1
  60. package/cjs/table/table.js +1 -1
  61. package/cjs/table/table.styles.js +1 -1
  62. package/cjs/table/utils.js +1 -1
  63. package/cjs/theme/colors/blue.js +1 -0
  64. package/cjs/theme/colors/cyan.js +1 -0
  65. package/cjs/theme/colors/gray.js +1 -0
  66. package/cjs/theme/colors/green.js +1 -0
  67. package/cjs/theme/colors/index.js +1 -0
  68. package/cjs/theme/colors/pink.js +1 -0
  69. package/cjs/theme/colors/purple.js +1 -0
  70. package/cjs/theme/colors/red.js +1 -0
  71. package/cjs/theme/colors/yellow.js +1 -0
  72. package/cjs/theme/common.js +1 -1
  73. package/cjs/theme/dark-theme.js +1 -1
  74. package/cjs/theme/index.js +1 -1
  75. package/cjs/theme/light-theme.js +1 -1
  76. package/cjs/theme/shared-css.js +1 -0
  77. package/cjs/theme/stitches.config.js +1 -1
  78. package/cjs/tooltip/tooltip.styles.js +1 -1
  79. package/cjs/user/index.js +1 -1
  80. package/cjs/user/user-link.js +1 -1
  81. package/cjs/user/user.js +1 -1
  82. package/cjs/user/user.styles.js +1 -1
  83. package/cjs/utils/checkmark.js +1 -0
  84. package/cjs/utils/color.js +1 -1
  85. package/cjs/utils/dom.js +1 -1
  86. package/cjs/utils/icons.js +1 -1
  87. package/cjs/utils/prop-types.js +1 -1
  88. package/dropdown/package.json +6 -0
  89. package/esm/avatar/avatar.js +1 -1
  90. package/esm/avatar/avatar.styles.js +1 -1
  91. package/esm/backdrop/backdrop.styles.js +1 -1
  92. package/esm/button/button-icon.js +1 -1
  93. package/esm/button/button.js +1 -1
  94. package/esm/button/button.styles.js +1 -1
  95. package/esm/button/utils.js +1 -1
  96. package/esm/card/card.js +1 -1
  97. package/esm/card/card.styles.js +1 -1
  98. package/esm/card/index.js +1 -1
  99. package/esm/card/use-card.js +1 -0
  100. package/esm/checkbox/checkbox-context.js +1 -1
  101. package/esm/checkbox/checkbox-group.js +1 -1
  102. package/esm/checkbox/checkbox.js +1 -1
  103. package/esm/checkbox/checkbox.styles.js +1 -1
  104. package/esm/checkbox/use-checkbox-group.js +1 -0
  105. package/esm/checkbox/use-checkbox.js +1 -0
  106. package/esm/collapse/collapse.styles.js +1 -1
  107. package/esm/css-baseline/css-baseline.js +1 -1
  108. package/esm/dropdown/base/dropdown-item-base.js +1 -0
  109. package/esm/dropdown/dropdown-button.js +1 -0
  110. package/esm/dropdown/dropdown-context.js +1 -0
  111. package/esm/dropdown/dropdown-icon.js +1 -0
  112. package/esm/dropdown/dropdown-item.js +1 -0
  113. package/esm/dropdown/dropdown-menu.js +1 -0
  114. package/esm/dropdown/dropdown-section.js +1 -0
  115. package/esm/dropdown/dropdown-trigger.js +1 -0
  116. package/esm/dropdown/dropdown-types.js +1 -0
  117. package/esm/dropdown/dropdown.js +1 -0
  118. package/esm/dropdown/dropdown.styles.js +1 -0
  119. package/esm/dropdown/index.js +1 -0
  120. package/esm/dropdown/use-dropdown.js +1 -0
  121. package/esm/grid/grid-container.js +1 -1
  122. package/esm/image/image.js +1 -1
  123. package/esm/image/image.styles.js +1 -1
  124. package/esm/index.js +1 -1
  125. package/esm/input/input.styles.js +1 -1
  126. package/esm/link/link.js +1 -1
  127. package/esm/link/link.styles.js +1 -1
  128. package/esm/modal/modal.styles.js +1 -1
  129. package/esm/pagination/pagination.styles.js +1 -1
  130. package/esm/popover/popover-content.js +1 -1
  131. package/esm/popover/popover-trigger.js +1 -1
  132. package/esm/popover/popover.js +1 -1
  133. package/esm/popover/popover.styles.js +1 -1
  134. package/esm/popover/use-popover.js +1 -1
  135. package/esm/popover/utils.js +1 -1
  136. package/esm/radio/index.js +1 -1
  137. package/esm/radio/radio-context.js +1 -1
  138. package/esm/radio/radio-group.js +1 -1
  139. package/esm/radio/radio.js +1 -1
  140. package/esm/radio/radio.styles.js +1 -1
  141. package/esm/radio/use-radio-group.js +1 -0
  142. package/esm/radio/use-radio.js +1 -0
  143. package/esm/snippet/snippet.styles.js +1 -1
  144. package/esm/switch/switch.styles.js +1 -1
  145. package/esm/table/table-checkbox-cell.js +1 -1
  146. package/esm/table/table-context.js +1 -1
  147. package/esm/table/table-select-all-checkbox.js +1 -1
  148. package/esm/table/table.js +1 -1
  149. package/esm/table/table.styles.js +1 -1
  150. package/esm/table/utils.js +1 -1
  151. package/esm/theme/colors/blue.js +1 -0
  152. package/esm/theme/colors/cyan.js +1 -0
  153. package/esm/theme/colors/gray.js +1 -0
  154. package/esm/theme/colors/green.js +1 -0
  155. package/esm/theme/colors/index.js +1 -0
  156. package/esm/theme/colors/pink.js +1 -0
  157. package/esm/theme/colors/purple.js +1 -0
  158. package/esm/theme/colors/red.js +1 -0
  159. package/esm/theme/colors/yellow.js +1 -0
  160. package/esm/theme/common.js +1 -1
  161. package/esm/theme/dark-theme.js +1 -1
  162. package/esm/theme/index.js +1 -1
  163. package/esm/theme/light-theme.js +1 -1
  164. package/esm/theme/shared-css.js +1 -0
  165. package/esm/theme/stitches.config.js +1 -1
  166. package/esm/tooltip/tooltip.styles.js +1 -1
  167. package/esm/user/index.js +1 -1
  168. package/esm/user/user-link.js +1 -1
  169. package/esm/user/user.js +1 -1
  170. package/esm/user/user.styles.js +1 -1
  171. package/esm/utils/checkmark.js +1 -0
  172. package/esm/utils/color.js +1 -1
  173. package/esm/utils/dom.js +1 -1
  174. package/esm/utils/icons.js +1 -1
  175. package/esm/utils/prop-types.js +1 -1
  176. package/package.json +29 -24
  177. package/types/avatar/avatar-group.styles.d.ts +396 -174
  178. package/types/avatar/avatar.d.ts +2372 -11
  179. package/types/avatar/avatar.styles.d.ts +2570 -98
  180. package/types/backdrop/backdrop.styles.d.ts +594 -261
  181. package/types/button/button-group.styles.d.ts +198 -87
  182. package/types/button/button-icon.d.ts +202 -89
  183. package/types/button/button.d.ts +5 -3
  184. package/types/button/button.styles.d.ts +1636 -189
  185. package/types/card/card.d.ts +8 -9
  186. package/types/card/card.styles.d.ts +3103 -350
  187. package/types/card/use-card.d.ts +301 -0
  188. package/types/checkbox/checkbox-context.d.ts +3 -11
  189. package/types/checkbox/checkbox-group.d.ts +9 -28
  190. package/types/checkbox/checkbox.d.ts +8 -40
  191. package/types/checkbox/checkbox.styles.d.ts +2193 -2021
  192. package/types/checkbox/use-checkbox-group.d.ts +30 -0
  193. package/types/checkbox/use-checkbox.d.ts +26 -0
  194. package/types/code/code.styles.d.ts +396 -174
  195. package/types/col/col.styles.d.ts +198 -87
  196. package/types/collapse/collapse.styles.d.ts +1199 -533
  197. package/types/container/container.styles.d.ts +198 -87
  198. package/types/divider/divider.styles.d.ts +396 -174
  199. package/types/dropdown/base/dropdown-item-base.d.ts +19 -0
  200. package/types/dropdown/dropdown-button.d.ts +3689 -0
  201. package/types/dropdown/dropdown-context.d.ts +728 -0
  202. package/types/dropdown/dropdown-icon.d.ts +9 -0
  203. package/types/dropdown/dropdown-item.d.ts +31 -0
  204. package/types/dropdown/dropdown-menu.d.ts +30 -0
  205. package/types/dropdown/dropdown-section.d.ts +29 -0
  206. package/types/dropdown/dropdown-trigger.d.ts +11 -0
  207. package/types/dropdown/dropdown-types.d.ts +24 -0
  208. package/types/dropdown/dropdown.d.ts +24 -0
  209. package/types/dropdown/dropdown.styles.d.ts +11869 -0
  210. package/types/dropdown/index.d.ts +9 -0
  211. package/types/dropdown/use-dropdown.d.ts +389 -0
  212. package/types/grid/grid.styles.d.ts +396 -174
  213. package/types/image/image.d.ts +5 -18
  214. package/types/image/image.styles.d.ts +594 -261
  215. package/types/index.d.ts +5 -1
  216. package/types/input/input-password.d.ts +1 -1
  217. package/types/input/input-props.d.ts +2 -2
  218. package/types/input/input.styles.d.ts +2367 -1146
  219. package/types/link/link.styles.d.ts +396 -174
  220. package/types/loading/loading.styles.d.ts +1199 -533
  221. package/types/modal/modal.styles.d.ts +1199 -533
  222. package/types/pagination/pagination.styles.d.ts +1199 -533
  223. package/types/popover/popover-content.d.ts +1147 -2
  224. package/types/popover/popover-context.d.ts +120 -0
  225. package/types/popover/popover.d.ts +4 -4
  226. package/types/popover/popover.styles.d.ts +2374 -88
  227. package/types/popover/use-popover.d.ts +83 -4
  228. package/types/popover/utils.d.ts +3 -1
  229. package/types/progress/progress.d.ts +1 -1
  230. package/types/progress/progress.styles.d.ts +396 -174
  231. package/types/radio/index.d.ts +2 -2
  232. package/types/radio/radio-context.d.ts +22 -13
  233. package/types/radio/radio-group.d.ts +9 -78
  234. package/types/radio/radio.d.ts +10 -66
  235. package/types/radio/radio.styles.d.ts +3335 -562
  236. package/types/radio/use-radio-group.d.ts +26 -0
  237. package/types/radio/use-radio.d.ts +31 -0
  238. package/types/row/row.styles.d.ts +198 -87
  239. package/types/snippet/snippet.styles.d.ts +803 -359
  240. package/types/spacer/spacer.styles.d.ts +198 -87
  241. package/types/switch/switch.d.ts +1 -1
  242. package/types/switch/switch.styles.d.ts +803 -359
  243. package/types/table/table-column-header.d.ts +198 -87
  244. package/types/table/table-sort-icon.d.ts +198 -87
  245. package/types/table/table.styles.d.ts +3745 -1856
  246. package/types/table/utils.d.ts +5 -29
  247. package/types/text/text.styles.d.ts +198 -87
  248. package/types/textarea/textarea.d.ts +1 -1
  249. package/types/theme/colors/blue.d.ts +24 -0
  250. package/types/theme/colors/cyan.d.ts +24 -0
  251. package/types/theme/colors/gray.d.ts +24 -0
  252. package/types/theme/colors/green.d.ts +24 -0
  253. package/types/theme/colors/index.d.ts +8 -0
  254. package/types/theme/colors/pink.d.ts +24 -0
  255. package/types/theme/colors/purple.d.ts +24 -0
  256. package/types/theme/colors/red.d.ts +24 -0
  257. package/types/theme/colors/yellow.d.ts +24 -0
  258. package/types/theme/common.d.ts +449 -392
  259. package/types/theme/dark-theme.d.ts +112 -22
  260. package/types/theme/light-theme.d.ts +91 -13
  261. package/types/theme/shared-css.d.ts +5237 -0
  262. package/types/theme/stitches.config.d.ts +3120 -4934
  263. package/types/theme/types.d.ts +3 -0
  264. package/types/tooltip/tooltip.d.ts +1 -1
  265. package/types/tooltip/tooltip.styles.d.ts +803 -359
  266. package/types/user/index.d.ts +1 -1
  267. package/types/user/user-link.d.ts +4 -11
  268. package/types/user/user.styles.d.ts +787 -1277
  269. package/types/utils/checkmark.d.ts +19 -0
  270. package/types/utils/color.d.ts +1 -0
  271. package/types/utils/dom.d.ts +5 -2
  272. package/types/utils/drip.d.ts +199 -88
  273. package/types/utils/prop-types.d.ts +4 -0
  274. package/umd/nextui.js +14191 -17827
  275. package/umd/nextui.min.js +1 -1
  276. package/cjs/checkbox/utils.js +0 -1
  277. package/esm/checkbox/utils.js +0 -1
  278. package/types/checkbox/utils.d.ts +0 -288
@@ -1,3 +1,4 @@
1
+ import { VariantProps } from '../theme/stitches.config';
1
2
  export declare const appearanceIn: {
2
3
  (): string;
3
4
  name: string;
@@ -6,7 +7,87 @@ export declare const appearanceOut: {
6
7
  (): string;
7
8
  name: string;
8
9
  };
9
- export declare const StyledPopoverContent: import("@stitches/react/types/styled-component").StyledComponent<"div", {
10
+ export declare const StyledPopoverContentContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", import("@stitches/react/types/styled-component").StyledComponentProps<[{
11
+ $$popoverMinWidth: string;
12
+ $$popoverMinHeight: string;
13
+ $$popoverBorderRadius: string;
14
+ $$popoverBackground: string;
15
+ $$popoverBoxShadow: string;
16
+ $$popoverBorderColor: string;
17
+ boxShadow: string;
18
+ outline: string;
19
+ overflow: string;
20
+ bg: string;
21
+ display: string;
22
+ flexDirection: string;
23
+ boxSizing: string;
24
+ minWidth: string;
25
+ minHeight: string;
26
+ maxWidth: string;
27
+ maxHeight: string;
28
+ borderRadius: string;
29
+ animationFillMode: string;
30
+ willChange: string;
31
+ '@motion': {
32
+ transition: string;
33
+ };
34
+ '&.nextui-popover-content-enter': {
35
+ animationName: {
36
+ (): string;
37
+ name: string;
38
+ };
39
+ animationTimingFunction: string;
40
+ animationDirection: string;
41
+ animationDuration: string;
42
+ };
43
+ '&.nextui-popover-content-leave': {
44
+ animationName: {
45
+ (): string;
46
+ name: string;
47
+ };
48
+ animationTimingFunction: string;
49
+ animationDuration: string;
50
+ };
51
+ variants: {
52
+ disableShadow: {
53
+ true: {
54
+ boxShadow: string;
55
+ };
56
+ };
57
+ isBordered: {
58
+ true: {
59
+ borderStyle: string;
60
+ borderColor: string;
61
+ };
62
+ };
63
+ borderWeight: {
64
+ light: {
65
+ bw: string;
66
+ $$popoverBorderWeight: string;
67
+ };
68
+ normal: {
69
+ bw: string;
70
+ $$popoverBorderWeight: string;
71
+ };
72
+ bold: {
73
+ bw: string;
74
+ $$popoverBorderWeight: string;
75
+ };
76
+ extrabold: {
77
+ bw: string;
78
+ $$popoverBorderWeight: string;
79
+ };
80
+ black: {
81
+ bw: string;
82
+ $$popoverBorderWeight: string;
83
+ };
84
+ };
85
+ };
86
+ defaultVariants: {
87
+ isBordered: false;
88
+ borderWeight: "light";
89
+ };
90
+ }, import("@stitches/react/types/styled-component").CssComponent<never, {
10
91
  isFocusVisible?: boolean | "true" | "false" | undefined;
11
92
  }, {
12
93
  xs: string;
@@ -48,89 +129,20 @@ export declare const StyledPopoverContent: import("@stitches/react/types/styled-
48
129
  lg: string;
49
130
  xl: string;
50
131
  };
132
+ dropShadows: {
133
+ xs: string;
134
+ sm: string;
135
+ md: string;
136
+ lg: string;
137
+ xl: string;
138
+ };
51
139
  colors: {
52
- accents1: string;
53
- accents2: string;
54
- accents3: string;
55
- accents4: string;
56
- accents5: string;
57
- accents6: string;
58
- accents7: string;
59
- accents8: string;
60
- accents9: string;
61
- background: string;
62
- foreground: string;
63
- backgroundContrast: string;
64
140
  text: string;
141
+ link: string;
65
142
  codeLight: string;
66
143
  code: string;
67
- border: string;
68
144
  selection: string;
69
- white: string;
70
- black: string;
71
- blue100: string;
72
- blue200: string;
73
- blue300: string;
74
- blue400: string;
75
- blue500: string;
76
- blue600: string;
77
- blue700: string;
78
- blue800: string;
79
- blue900: string;
80
- purple100: string;
81
- purple200: string;
82
- purple300: string;
83
- purple400: string;
84
- purple500: string;
85
- purple600: string;
86
- purple700: string;
87
- purple800: string;
88
- purple900: string;
89
- green100: string;
90
- green200: string;
91
- green300: string;
92
- green400: string;
93
- green500: string;
94
- green600: string;
95
- green700: string;
96
- green800: string;
97
- green900: string;
98
- yellow100: string;
99
- yellow200: string;
100
- yellow300: string;
101
- yellow400: string;
102
- yellow500: string;
103
- yellow600: string;
104
- yellow700: string;
105
- yellow800: string;
106
- yellow900: string;
107
- red100: string;
108
- red200: string;
109
- red300: string;
110
- red400: string;
111
- red500: string;
112
- red600: string;
113
- red700: string;
114
- red800: string;
115
- red900: string;
116
- cyan100: string;
117
- cyan200: string;
118
- cyan300: string;
119
- cyan400: string;
120
- cyan500: string;
121
- cyan600: string;
122
- cyan700: string;
123
- cyan800: string;
124
- cyan900: string;
125
- pink100: string;
126
- pink200: string;
127
- pink300: string;
128
- pink400: string;
129
- pink500: string;
130
- pink600: string;
131
- pink700: string;
132
- pink800: string;
133
- pink900: string;
145
+ gray50: string;
134
146
  gray100: string;
135
147
  gray200: string;
136
148
  gray300: string;
@@ -140,41 +152,173 @@ export declare const StyledPopoverContent: import("@stitches/react/types/styled-
140
152
  gray700: string;
141
153
  gray800: string;
142
154
  gray900: string;
155
+ pink50: string;
156
+ pink100: string;
157
+ pink200: string;
158
+ pink300: string;
159
+ pink400: string;
160
+ pink500: string;
161
+ pink600: string;
162
+ pink700: string;
163
+ pink800: string;
164
+ pink900: string;
165
+ cyan50: string;
166
+ cyan100: string;
167
+ cyan200: string;
168
+ cyan300: string;
169
+ cyan400: string;
170
+ cyan500: string;
171
+ cyan600: string;
172
+ cyan700: string;
173
+ cyan800: string;
174
+ cyan900: string;
175
+ red50: string;
176
+ red100: string;
177
+ red200: string;
178
+ red300: string;
179
+ red400: string;
180
+ red500: string;
181
+ red600: string;
182
+ red700: string;
183
+ red800: string;
184
+ red900: string;
185
+ yellow50: string;
186
+ yellow100: string;
187
+ yellow200: string;
188
+ yellow300: string;
189
+ yellow400: string;
190
+ yellow500: string;
191
+ yellow600: string;
192
+ yellow700: string;
193
+ yellow800: string;
194
+ yellow900: string;
195
+ green50: string;
196
+ green100: string;
197
+ green200: string;
198
+ green300: string;
199
+ green400: string;
200
+ green500: string;
201
+ green600: string;
202
+ green700: string;
203
+ green800: string;
204
+ green900: string;
205
+ purple50: string;
206
+ purple100: string;
207
+ purple200: string;
208
+ purple300: string;
209
+ purple400: string;
210
+ purple500: string;
211
+ purple600: string;
212
+ purple700: string;
213
+ purple800: string;
214
+ purple900: string;
215
+ blue50: string;
216
+ blue100: string;
217
+ blue200: string;
218
+ blue300: string;
219
+ blue400: string;
220
+ blue500: string;
221
+ blue600: string;
222
+ blue700: string;
223
+ blue800: string;
224
+ blue900: string;
225
+ background: string;
226
+ foreground: string;
227
+ backgroundContrast: string;
228
+ white: string;
229
+ black: string;
143
230
  primaryLight: string;
231
+ primaryLightHover: string;
232
+ primaryLightActive: string;
233
+ primaryLightContrast: string;
144
234
  primary: string;
145
- primaryDark: string;
235
+ primaryBorder: string;
236
+ primaryBorderHover: string;
237
+ primarySolidHover: string;
238
+ primarySolidContrast: string;
146
239
  primaryShadow: string;
147
240
  secondaryLight: string;
241
+ secondaryLightHover: string;
242
+ secondaryLightActive: string;
243
+ secondaryLightContrast: string;
148
244
  secondary: string;
149
- secondaryDark: string;
245
+ secondaryBorder: string;
246
+ secondaryBorderHover: string;
247
+ secondarySolidHover: string;
248
+ secondarySolidContrast: string;
150
249
  secondaryShadow: string;
151
250
  successLight: string;
251
+ successLightHover: string;
252
+ successLightActive: string;
253
+ successLightContrast: string;
152
254
  success: string;
153
- successDark: string;
255
+ successBorder: string;
256
+ successBorderHover: string;
257
+ successSolidHover: string;
258
+ successSolidContrast: string;
154
259
  successShadow: string;
155
260
  warningLight: string;
261
+ warningLightHover: string;
262
+ warningLightActive: string;
263
+ warningLightContrast: string;
156
264
  warning: string;
157
- warningDark: string;
265
+ warningBorder: string;
266
+ warningBorderHover: string;
267
+ warningSolidHover: string;
268
+ warningSolidContrast: string;
158
269
  warningShadow: string;
159
270
  errorLight: string;
271
+ errorLightHover: string;
272
+ errorLightActive: string;
273
+ errorLightContrast: string;
160
274
  error: string;
161
- errorDark: string;
275
+ errorBorder: string;
276
+ errorBorderHover: string;
277
+ errorSolidHover: string;
278
+ errorSolidContrast: string;
162
279
  errorShadow: string;
280
+ neutralLight: string;
281
+ neutralLightHover: string;
282
+ neutralLightActive: string;
283
+ neutralLightContrast: string;
284
+ neutral: string;
285
+ neutralBorder: string;
286
+ neutralBorderHover: string;
287
+ neutralSolidHover: string;
288
+ neutralSolidContrast: string;
289
+ neutralShadow: string;
163
290
  gradient: string;
164
- link: string;
291
+ accents0: string;
292
+ accents1: string;
293
+ accents2: string;
294
+ accents3: string;
295
+ accents4: string;
296
+ accents5: string;
297
+ accents6: string;
298
+ accents7: string;
299
+ accents8: string;
300
+ accents9: string;
301
+ border: string;
165
302
  };
166
303
  fonts: {
167
304
  sans: string;
168
305
  mono: string;
169
306
  };
170
307
  fontSizes: {
171
- tiny: string;
172
308
  xs: string;
173
- base: string;
174
309
  sm: string;
310
+ base: string;
175
311
  md: string;
176
312
  lg: string;
177
313
  xl: string;
314
+ xl2: string;
315
+ xl3: string;
316
+ xl4: string;
317
+ xl5: string;
318
+ xl6: string;
319
+ xl7: string;
320
+ xl8: string;
321
+ xl9: string;
178
322
  };
179
323
  fontWeights: {
180
324
  hairline: number;
@@ -190,9 +334,18 @@ export declare const StyledPopoverContent: import("@stitches/react/types/styled-
190
334
  lineHeights: {
191
335
  xs: number;
192
336
  sm: number;
337
+ base: number;
193
338
  md: number;
194
339
  lg: number;
195
340
  xl: number;
341
+ xl2: number;
342
+ xl3: number;
343
+ xl4: number;
344
+ xl5: number;
345
+ xl6: number;
346
+ xl7: number;
347
+ xl8: number;
348
+ xl9: number;
196
349
  };
197
350
  letterSpacings: {
198
351
  tighter: string;
@@ -277,6 +430,7 @@ export declare const StyledPopoverContent: import("@stitches/react/types/styled-
277
430
  avatar: string;
278
431
  link: string;
279
432
  card: string;
433
+ dropdownItem: string;
280
434
  };
281
435
  breakpoints: {
282
436
  xs: string;
@@ -652,7 +806,9 @@ export declare const StyledPopoverContent: import("@stitches/react/types/styled-
652
806
  readonly [$$PropertyValue]: "backgroundColor";
653
807
  }) => {
654
808
  bf: string;
655
- bg: string;
809
+ bg: {
810
+ readonly [$$PropertyValue]: "backgroundColor";
811
+ };
656
812
  };
657
813
  bgColor: (value: {
658
814
  readonly [$$PropertyValue]: "backgroundColor";
@@ -730,6 +886,32 @@ export declare const StyledPopoverContent: import("@stitches/react/types/styled-
730
886
  readonly [$$PropertyValue]: "boxShadow";
731
887
  };
732
888
  };
889
+ ds: (value: {
890
+ readonly [$$PropertyValue]: "boxShadow";
891
+ }) => {
892
+ dropShadow: {
893
+ readonly [$$PropertyValue]: "boxShadow";
894
+ };
895
+ };
896
+ shadow: (value: {
897
+ readonly [$$PropertyValue]: "boxShadow";
898
+ }) => {
899
+ boxShadow: {
900
+ readonly [$$PropertyValue]: "boxShadow";
901
+ };
902
+ };
903
+ dshadow: (value: {
904
+ readonly [$$PropertyValue]: "boxShadow";
905
+ }) => {
906
+ dropShadow: {
907
+ readonly [$$PropertyValue]: "boxShadow";
908
+ };
909
+ };
910
+ dropShadow: (value: {
911
+ readonly [$$PropertyValue]: "boxShadow";
912
+ }) => {
913
+ filter: string;
914
+ };
733
915
  normalShadow: (value: {
734
916
  readonly [$$PropertyValue]: "backgroundColor";
735
917
  }) => {
@@ -933,6 +1115,2109 @@ export declare const StyledPopoverContent: import("@stitches/react/types/styled-
933
1115
  readonly [$$PropertyValue]: "textDecorationLine";
934
1116
  };
935
1117
  };
1118
+ truncateText: (value: {
1119
+ readonly [$$PropertyValue]: "width";
1120
+ }) => {
1121
+ maxWidth: {
1122
+ readonly [$$PropertyValue]: "width";
1123
+ };
1124
+ whiteSpace: string;
1125
+ overflow: string;
1126
+ textOverflow: string;
1127
+ };
1128
+ textGradient: (value: {
1129
+ readonly [$$PropertyValue]: "backgroundImage";
1130
+ }) => {
1131
+ backgroundImage: string;
1132
+ WebkitBackgroundClip: string;
1133
+ WebkitTextFillColor: string;
1134
+ '&::selection': {
1135
+ WebkitTextFillColor: string;
1136
+ };
1137
+ };
1138
+ }>>]>, {
1139
+ xs: string;
1140
+ sm: string;
1141
+ md: string;
1142
+ lg: string;
1143
+ xl: string;
1144
+ xsMax: string;
1145
+ smMax: string;
1146
+ mdMax: string;
1147
+ lgMax: string;
1148
+ xlMax: string;
1149
+ motion: string;
1150
+ safari: string;
1151
+ hover: string;
1152
+ dark: string;
1153
+ light: string;
1154
+ }, import("@stitches/react/types/css-util").CSS<{
1155
+ xs: string;
1156
+ sm: string;
1157
+ md: string;
1158
+ lg: string;
1159
+ xl: string;
1160
+ xsMax: string;
1161
+ smMax: string;
1162
+ mdMax: string;
1163
+ lgMax: string;
1164
+ xlMax: string;
1165
+ motion: string;
1166
+ safari: string;
1167
+ hover: string;
1168
+ dark: string;
1169
+ light: string;
1170
+ }, {
1171
+ shadows: {
1172
+ xs: string;
1173
+ sm: string;
1174
+ md: string;
1175
+ lg: string;
1176
+ xl: string;
1177
+ };
1178
+ dropShadows: {
1179
+ xs: string;
1180
+ sm: string;
1181
+ md: string;
1182
+ lg: string;
1183
+ xl: string;
1184
+ };
1185
+ colors: {
1186
+ text: string;
1187
+ link: string;
1188
+ codeLight: string;
1189
+ code: string;
1190
+ selection: string;
1191
+ gray50: string;
1192
+ gray100: string;
1193
+ gray200: string;
1194
+ gray300: string;
1195
+ gray400: string;
1196
+ gray500: string;
1197
+ gray600: string;
1198
+ gray700: string;
1199
+ gray800: string;
1200
+ gray900: string;
1201
+ pink50: string;
1202
+ pink100: string;
1203
+ pink200: string;
1204
+ pink300: string;
1205
+ pink400: string;
1206
+ pink500: string;
1207
+ pink600: string;
1208
+ pink700: string;
1209
+ pink800: string;
1210
+ pink900: string;
1211
+ cyan50: string;
1212
+ cyan100: string;
1213
+ cyan200: string;
1214
+ cyan300: string;
1215
+ cyan400: string;
1216
+ cyan500: string;
1217
+ cyan600: string;
1218
+ cyan700: string;
1219
+ cyan800: string;
1220
+ cyan900: string;
1221
+ red50: string;
1222
+ red100: string;
1223
+ red200: string;
1224
+ red300: string;
1225
+ red400: string;
1226
+ red500: string;
1227
+ red600: string;
1228
+ red700: string;
1229
+ red800: string;
1230
+ red900: string;
1231
+ yellow50: string;
1232
+ yellow100: string;
1233
+ yellow200: string;
1234
+ yellow300: string;
1235
+ yellow400: string;
1236
+ yellow500: string;
1237
+ yellow600: string;
1238
+ yellow700: string;
1239
+ yellow800: string;
1240
+ yellow900: string;
1241
+ green50: string;
1242
+ green100: string;
1243
+ green200: string;
1244
+ green300: string;
1245
+ green400: string;
1246
+ green500: string;
1247
+ green600: string;
1248
+ green700: string;
1249
+ green800: string;
1250
+ green900: string;
1251
+ purple50: string;
1252
+ purple100: string;
1253
+ purple200: string;
1254
+ purple300: string;
1255
+ purple400: string;
1256
+ purple500: string;
1257
+ purple600: string;
1258
+ purple700: string;
1259
+ purple800: string;
1260
+ purple900: string;
1261
+ blue50: string;
1262
+ blue100: string;
1263
+ blue200: string;
1264
+ blue300: string;
1265
+ blue400: string;
1266
+ blue500: string;
1267
+ blue600: string;
1268
+ blue700: string;
1269
+ blue800: string;
1270
+ blue900: string;
1271
+ background: string;
1272
+ foreground: string;
1273
+ backgroundContrast: string;
1274
+ white: string;
1275
+ black: string;
1276
+ primaryLight: string;
1277
+ primaryLightHover: string;
1278
+ primaryLightActive: string;
1279
+ primaryLightContrast: string;
1280
+ primary: string;
1281
+ primaryBorder: string;
1282
+ primaryBorderHover: string;
1283
+ primarySolidHover: string;
1284
+ primarySolidContrast: string;
1285
+ primaryShadow: string;
1286
+ secondaryLight: string;
1287
+ secondaryLightHover: string;
1288
+ secondaryLightActive: string;
1289
+ secondaryLightContrast: string;
1290
+ secondary: string;
1291
+ secondaryBorder: string;
1292
+ secondaryBorderHover: string;
1293
+ secondarySolidHover: string;
1294
+ secondarySolidContrast: string;
1295
+ secondaryShadow: string;
1296
+ successLight: string;
1297
+ successLightHover: string;
1298
+ successLightActive: string;
1299
+ successLightContrast: string;
1300
+ success: string;
1301
+ successBorder: string;
1302
+ successBorderHover: string;
1303
+ successSolidHover: string;
1304
+ successSolidContrast: string;
1305
+ successShadow: string;
1306
+ warningLight: string;
1307
+ warningLightHover: string;
1308
+ warningLightActive: string;
1309
+ warningLightContrast: string;
1310
+ warning: string;
1311
+ warningBorder: string;
1312
+ warningBorderHover: string;
1313
+ warningSolidHover: string;
1314
+ warningSolidContrast: string;
1315
+ warningShadow: string;
1316
+ errorLight: string;
1317
+ errorLightHover: string;
1318
+ errorLightActive: string;
1319
+ errorLightContrast: string;
1320
+ error: string;
1321
+ errorBorder: string;
1322
+ errorBorderHover: string;
1323
+ errorSolidHover: string;
1324
+ errorSolidContrast: string;
1325
+ errorShadow: string;
1326
+ neutralLight: string;
1327
+ neutralLightHover: string;
1328
+ neutralLightActive: string;
1329
+ neutralLightContrast: string;
1330
+ neutral: string;
1331
+ neutralBorder: string;
1332
+ neutralBorderHover: string;
1333
+ neutralSolidHover: string;
1334
+ neutralSolidContrast: string;
1335
+ neutralShadow: string;
1336
+ gradient: string;
1337
+ accents0: string;
1338
+ accents1: string;
1339
+ accents2: string;
1340
+ accents3: string;
1341
+ accents4: string;
1342
+ accents5: string;
1343
+ accents6: string;
1344
+ accents7: string;
1345
+ accents8: string;
1346
+ accents9: string;
1347
+ border: string;
1348
+ };
1349
+ fonts: {
1350
+ sans: string;
1351
+ mono: string;
1352
+ };
1353
+ fontSizes: {
1354
+ xs: string;
1355
+ sm: string;
1356
+ base: string;
1357
+ md: string;
1358
+ lg: string;
1359
+ xl: string;
1360
+ xl2: string;
1361
+ xl3: string;
1362
+ xl4: string;
1363
+ xl5: string;
1364
+ xl6: string;
1365
+ xl7: string;
1366
+ xl8: string;
1367
+ xl9: string;
1368
+ };
1369
+ fontWeights: {
1370
+ hairline: number;
1371
+ thin: number;
1372
+ light: number;
1373
+ normal: number;
1374
+ medium: number;
1375
+ semibold: number;
1376
+ bold: number;
1377
+ extrabold: number;
1378
+ black: number;
1379
+ };
1380
+ lineHeights: {
1381
+ xs: number;
1382
+ sm: number;
1383
+ base: number;
1384
+ md: number;
1385
+ lg: number;
1386
+ xl: number;
1387
+ xl2: number;
1388
+ xl3: number;
1389
+ xl4: number;
1390
+ xl5: number;
1391
+ xl6: number;
1392
+ xl7: number;
1393
+ xl8: number;
1394
+ xl9: number;
1395
+ };
1396
+ letterSpacings: {
1397
+ tighter: string;
1398
+ tight: string;
1399
+ normal: string;
1400
+ wide: string;
1401
+ wider: string;
1402
+ widest: string;
1403
+ };
1404
+ space: {
1405
+ 0: string;
1406
+ xs: string;
1407
+ sm: string;
1408
+ md: string;
1409
+ lg: string;
1410
+ xl: string;
1411
+ px: string;
1412
+ 1: string;
1413
+ 2: string;
1414
+ 3: string;
1415
+ 4: string;
1416
+ 5: string;
1417
+ 6: string;
1418
+ 7: string;
1419
+ 8: string;
1420
+ 9: string;
1421
+ 10: string;
1422
+ 11: string;
1423
+ 12: string;
1424
+ 13: string;
1425
+ 14: string;
1426
+ 15: string;
1427
+ 16: string;
1428
+ 17: string;
1429
+ 18: string;
1430
+ 20: string;
1431
+ 24: string;
1432
+ 28: string;
1433
+ 32: string;
1434
+ 36: string;
1435
+ 40: string;
1436
+ 44: string;
1437
+ 48: string;
1438
+ 52: string;
1439
+ 56: string;
1440
+ 60: string;
1441
+ 64: string;
1442
+ 72: string;
1443
+ 80: string;
1444
+ 96: string;
1445
+ };
1446
+ radii: {
1447
+ xs: string;
1448
+ sm: string;
1449
+ md: string;
1450
+ base: string;
1451
+ lg: string;
1452
+ xl: string;
1453
+ squared: string;
1454
+ rounded: string;
1455
+ pill: string;
1456
+ };
1457
+ zIndices: {
1458
+ 1: string;
1459
+ 2: string;
1460
+ 3: string;
1461
+ 4: string;
1462
+ 5: string;
1463
+ 10: string;
1464
+ max: string;
1465
+ };
1466
+ borderWeights: {
1467
+ light: string;
1468
+ normal: string;
1469
+ bold: string;
1470
+ extrabold: string;
1471
+ black: string;
1472
+ };
1473
+ transitions: {
1474
+ default: string;
1475
+ button: string;
1476
+ avatar: string;
1477
+ link: string;
1478
+ card: string;
1479
+ dropdownItem: string;
1480
+ };
1481
+ breakpoints: {
1482
+ xs: string;
1483
+ sm: string;
1484
+ md: string;
1485
+ lg: string;
1486
+ xl: string;
1487
+ };
1488
+ }, {
1489
+ width: string;
1490
+ height: string;
1491
+ minWidth: string;
1492
+ maxWidth: string;
1493
+ minHeight: string;
1494
+ maxHeight: string;
1495
+ flexBasis: string;
1496
+ gridTemplateColumns: string;
1497
+ gridTemplateRows: string;
1498
+ blockSize: string;
1499
+ minBlockSize: string;
1500
+ maxBlockSize: string;
1501
+ inlineSize: string;
1502
+ minInlineSize: string;
1503
+ maxInlineSize: string;
1504
+ borderWidth: string;
1505
+ gap: "space";
1506
+ gridGap: "space";
1507
+ columnGap: "space";
1508
+ gridColumnGap: "space";
1509
+ rowGap: "space";
1510
+ gridRowGap: "space";
1511
+ inset: "space";
1512
+ insetBlock: "space";
1513
+ insetBlockEnd: "space";
1514
+ insetBlockStart: "space";
1515
+ insetInline: "space";
1516
+ insetInlineEnd: "space";
1517
+ insetInlineStart: "space";
1518
+ margin: "space";
1519
+ marginTop: "space";
1520
+ marginRight: "space";
1521
+ marginBottom: "space";
1522
+ marginLeft: "space";
1523
+ marginBlock: "space";
1524
+ marginBlockEnd: "space";
1525
+ marginBlockStart: "space";
1526
+ marginInline: "space";
1527
+ marginInlineEnd: "space";
1528
+ marginInlineStart: "space";
1529
+ padding: "space";
1530
+ paddingTop: "space";
1531
+ paddingRight: "space";
1532
+ paddingBottom: "space";
1533
+ paddingLeft: "space";
1534
+ paddingBlock: "space";
1535
+ paddingBlockEnd: "space";
1536
+ paddingBlockStart: "space";
1537
+ paddingInline: "space";
1538
+ paddingInlineEnd: "space";
1539
+ paddingInlineStart: "space";
1540
+ scrollMargin: "space";
1541
+ scrollMarginTop: "space";
1542
+ scrollMarginRight: "space";
1543
+ scrollMarginBottom: "space";
1544
+ scrollMarginLeft: "space";
1545
+ scrollMarginBlock: "space";
1546
+ scrollMarginBlockEnd: "space";
1547
+ scrollMarginBlockStart: "space";
1548
+ scrollMarginInline: "space";
1549
+ scrollMarginInlineEnd: "space";
1550
+ scrollMarginInlineStart: "space";
1551
+ scrollPadding: "space";
1552
+ scrollPaddingTop: "space";
1553
+ scrollPaddingRight: "space";
1554
+ scrollPaddingBottom: "space";
1555
+ scrollPaddingLeft: "space";
1556
+ scrollPaddingBlock: "space";
1557
+ scrollPaddingBlockEnd: "space";
1558
+ scrollPaddingBlockStart: "space";
1559
+ scrollPaddingInline: "space";
1560
+ scrollPaddingInlineEnd: "space";
1561
+ scrollPaddingInlineStart: "space";
1562
+ top: "space";
1563
+ right: "space";
1564
+ bottom: "space";
1565
+ left: "space";
1566
+ fontSize: "fontSizes";
1567
+ background: "colors";
1568
+ backgroundColor: "colors";
1569
+ backgroundImage: "colors";
1570
+ borderImage: "colors";
1571
+ border: "colors";
1572
+ borderBlock: "colors";
1573
+ borderBlockEnd: "colors";
1574
+ borderBlockStart: "colors";
1575
+ borderBottom: "colors";
1576
+ borderBottomColor: "colors";
1577
+ borderColor: "colors";
1578
+ borderInline: "colors";
1579
+ borderInlineEnd: "colors";
1580
+ borderInlineStart: "colors";
1581
+ borderLeft: "colors";
1582
+ borderLeftColor: "colors";
1583
+ borderRight: "colors";
1584
+ borderRightColor: "colors";
1585
+ borderTop: "colors";
1586
+ borderTopColor: "colors";
1587
+ caretColor: "colors";
1588
+ color: "colors";
1589
+ columnRuleColor: "colors";
1590
+ outline: "colors";
1591
+ outlineColor: "colors";
1592
+ fill: "colors";
1593
+ stroke: "colors";
1594
+ textDecorationColor: "colors";
1595
+ fontFamily: "fonts";
1596
+ fontWeight: "fontWeights";
1597
+ lineHeight: "lineHeights";
1598
+ letterSpacing: "letterSpacings";
1599
+ borderTopWidth: "borderWidths";
1600
+ borderLeftWidth: "borderWidths";
1601
+ borderRightWidth: "borderWidths";
1602
+ borderBottomWidth: "borderWidths";
1603
+ borderStyle: "borderStyles";
1604
+ borderTopStyle: "borderStyles";
1605
+ borderLeftStyle: "borderStyles";
1606
+ borderRightStyle: "borderStyles";
1607
+ borderBottomStyle: "borderStyles";
1608
+ borderRadius: "radii";
1609
+ borderTopLeftRadius: "radii";
1610
+ borderTopRightRadius: "radii";
1611
+ borderBottomRightRadius: "radii";
1612
+ borderBottomLeftRadius: "radii";
1613
+ boxShadow: "shadows";
1614
+ textShadow: "shadows";
1615
+ transition: "transitions";
1616
+ zIndex: "zIndices";
1617
+ }, {
1618
+ p: (value: {
1619
+ readonly [$$PropertyValue]: "padding";
1620
+ }) => {
1621
+ padding: {
1622
+ readonly [$$PropertyValue]: "padding";
1623
+ };
1624
+ };
1625
+ pt: (value: {
1626
+ readonly [$$PropertyValue]: "paddingTop";
1627
+ }) => {
1628
+ paddingTop: {
1629
+ readonly [$$PropertyValue]: "paddingTop";
1630
+ };
1631
+ };
1632
+ pr: (value: {
1633
+ readonly [$$PropertyValue]: "paddingRight";
1634
+ }) => {
1635
+ paddingRight: {
1636
+ readonly [$$PropertyValue]: "paddingRight";
1637
+ };
1638
+ };
1639
+ pb: (value: {
1640
+ readonly [$$PropertyValue]: "paddingBottom";
1641
+ }) => {
1642
+ paddingBottom: {
1643
+ readonly [$$PropertyValue]: "paddingBottom";
1644
+ };
1645
+ };
1646
+ pl: (value: {
1647
+ readonly [$$PropertyValue]: "paddingLeft";
1648
+ }) => {
1649
+ paddingLeft: {
1650
+ readonly [$$PropertyValue]: "paddingLeft";
1651
+ };
1652
+ };
1653
+ px: (value: {
1654
+ readonly [$$PropertyValue]: "paddingLeft";
1655
+ }) => {
1656
+ paddingLeft: {
1657
+ readonly [$$PropertyValue]: "paddingLeft";
1658
+ };
1659
+ paddingRight: {
1660
+ readonly [$$PropertyValue]: "paddingLeft";
1661
+ };
1662
+ };
1663
+ py: (value: {
1664
+ readonly [$$PropertyValue]: "paddingTop";
1665
+ }) => {
1666
+ paddingTop: {
1667
+ readonly [$$PropertyValue]: "paddingTop";
1668
+ };
1669
+ paddingBottom: {
1670
+ readonly [$$PropertyValue]: "paddingTop";
1671
+ };
1672
+ };
1673
+ m: (value: {
1674
+ readonly [$$PropertyValue]: "margin";
1675
+ }) => {
1676
+ margin: {
1677
+ readonly [$$PropertyValue]: "margin";
1678
+ };
1679
+ };
1680
+ mt: (value: {
1681
+ readonly [$$PropertyValue]: "marginTop";
1682
+ }) => {
1683
+ marginTop: {
1684
+ readonly [$$PropertyValue]: "marginTop";
1685
+ };
1686
+ };
1687
+ mr: (value: {
1688
+ readonly [$$PropertyValue]: "marginRight";
1689
+ }) => {
1690
+ marginRight: {
1691
+ readonly [$$PropertyValue]: "marginRight";
1692
+ };
1693
+ };
1694
+ mb: (value: {
1695
+ readonly [$$PropertyValue]: "marginBottom";
1696
+ }) => {
1697
+ marginBottom: {
1698
+ readonly [$$PropertyValue]: "marginBottom";
1699
+ };
1700
+ };
1701
+ ml: (value: {
1702
+ readonly [$$PropertyValue]: "marginLeft";
1703
+ }) => {
1704
+ marginLeft: {
1705
+ readonly [$$PropertyValue]: "marginLeft";
1706
+ };
1707
+ };
1708
+ mx: (value: {
1709
+ readonly [$$PropertyValue]: "marginLeft";
1710
+ }) => {
1711
+ marginLeft: {
1712
+ readonly [$$PropertyValue]: "marginLeft";
1713
+ };
1714
+ marginRight: {
1715
+ readonly [$$PropertyValue]: "marginLeft";
1716
+ };
1717
+ };
1718
+ my: (value: {
1719
+ readonly [$$PropertyValue]: "marginTop";
1720
+ }) => {
1721
+ marginTop: {
1722
+ readonly [$$PropertyValue]: "marginTop";
1723
+ };
1724
+ marginBottom: {
1725
+ readonly [$$PropertyValue]: "marginTop";
1726
+ };
1727
+ };
1728
+ ta: (value: {
1729
+ readonly [$$PropertyValue]: "textAlign";
1730
+ }) => {
1731
+ textAlign: {
1732
+ readonly [$$PropertyValue]: "textAlign";
1733
+ };
1734
+ };
1735
+ tt: (value: {
1736
+ readonly [$$PropertyValue]: "textTransform";
1737
+ }) => {
1738
+ textTransform: {
1739
+ readonly [$$PropertyValue]: "textTransform";
1740
+ };
1741
+ };
1742
+ to: (value: {
1743
+ readonly [$$PropertyValue]: "textOverflow";
1744
+ }) => {
1745
+ textOverflow: {
1746
+ readonly [$$PropertyValue]: "textOverflow";
1747
+ };
1748
+ };
1749
+ d: (value: {
1750
+ readonly [$$PropertyValue]: "display";
1751
+ }) => {
1752
+ display: {
1753
+ readonly [$$PropertyValue]: "display";
1754
+ };
1755
+ };
1756
+ dflex: (value: {
1757
+ readonly [$$PropertyValue]: "alignItems";
1758
+ }) => {
1759
+ display: string;
1760
+ alignItems: {
1761
+ readonly [$$PropertyValue]: "alignItems";
1762
+ };
1763
+ justifyContent: {
1764
+ readonly [$$PropertyValue]: "alignItems";
1765
+ };
1766
+ };
1767
+ fd: (value: {
1768
+ readonly [$$PropertyValue]: "flexDirection";
1769
+ }) => {
1770
+ flexDirection: {
1771
+ readonly [$$PropertyValue]: "flexDirection";
1772
+ };
1773
+ };
1774
+ fw: (value: {
1775
+ readonly [$$PropertyValue]: "flexWrap";
1776
+ }) => {
1777
+ flexWrap: {
1778
+ readonly [$$PropertyValue]: "flexWrap";
1779
+ };
1780
+ };
1781
+ ai: (value: {
1782
+ readonly [$$PropertyValue]: "alignItems";
1783
+ }) => {
1784
+ alignItems: {
1785
+ readonly [$$PropertyValue]: "alignItems";
1786
+ };
1787
+ };
1788
+ ac: (value: {
1789
+ readonly [$$PropertyValue]: "alignContent";
1790
+ }) => {
1791
+ alignContent: {
1792
+ readonly [$$PropertyValue]: "alignContent";
1793
+ };
1794
+ };
1795
+ jc: (value: {
1796
+ readonly [$$PropertyValue]: "justifyContent";
1797
+ }) => {
1798
+ justifyContent: {
1799
+ readonly [$$PropertyValue]: "justifyContent";
1800
+ };
1801
+ };
1802
+ as: (value: {
1803
+ readonly [$$PropertyValue]: "alignSelf";
1804
+ }) => {
1805
+ alignSelf: {
1806
+ readonly [$$PropertyValue]: "alignSelf";
1807
+ };
1808
+ };
1809
+ fg: (value: {
1810
+ readonly [$$PropertyValue]: "flexGrow";
1811
+ }) => {
1812
+ flexGrow: {
1813
+ readonly [$$PropertyValue]: "flexGrow";
1814
+ };
1815
+ };
1816
+ fs: (value: {
1817
+ readonly [$$PropertyValue]: "fontSize";
1818
+ }) => {
1819
+ fontSize: {
1820
+ readonly [$$PropertyValue]: "fontSize";
1821
+ };
1822
+ };
1823
+ fb: (value: {
1824
+ readonly [$$PropertyValue]: "flexBasis";
1825
+ }) => {
1826
+ flexBasis: {
1827
+ readonly [$$PropertyValue]: "flexBasis";
1828
+ };
1829
+ };
1830
+ bc: (value: {
1831
+ readonly [$$PropertyValue]: "backgroundColor";
1832
+ }) => {
1833
+ backgroundColor: {
1834
+ readonly [$$PropertyValue]: "backgroundColor";
1835
+ };
1836
+ };
1837
+ bf: (value: {
1838
+ readonly [$$PropertyValue]: "backdropFilter";
1839
+ }) => {
1840
+ backdropFilter: {
1841
+ readonly [$$PropertyValue]: "backdropFilter";
1842
+ };
1843
+ };
1844
+ bg: (value: {
1845
+ readonly [$$PropertyValue]: "backgroundColor";
1846
+ }) => {
1847
+ background: {
1848
+ readonly [$$PropertyValue]: "backgroundColor";
1849
+ };
1850
+ };
1851
+ bgBlur: (value: {
1852
+ readonly [$$PropertyValue]: "backgroundColor";
1853
+ }) => {
1854
+ bf: string;
1855
+ bg: {
1856
+ readonly [$$PropertyValue]: "backgroundColor";
1857
+ };
1858
+ };
1859
+ bgColor: (value: {
1860
+ readonly [$$PropertyValue]: "backgroundColor";
1861
+ }) => {
1862
+ backgroundColor: {
1863
+ readonly [$$PropertyValue]: "backgroundColor";
1864
+ };
1865
+ };
1866
+ backgroundClip: (value: {
1867
+ readonly [$$PropertyValue]: "backgroundClip";
1868
+ }) => {
1869
+ WebkitBackgroundClip: {
1870
+ readonly [$$PropertyValue]: "backgroundClip";
1871
+ };
1872
+ backgroundClip: {
1873
+ readonly [$$PropertyValue]: "backgroundClip";
1874
+ };
1875
+ };
1876
+ bgClip: (value: {
1877
+ readonly [$$PropertyValue]: "backgroundClip";
1878
+ }) => {
1879
+ WebkitBackgroundClip: {
1880
+ readonly [$$PropertyValue]: "backgroundClip";
1881
+ };
1882
+ backgroundClip: {
1883
+ readonly [$$PropertyValue]: "backgroundClip";
1884
+ };
1885
+ };
1886
+ br: (value: {
1887
+ readonly [$$PropertyValue]: "borderRadius";
1888
+ }) => {
1889
+ borderRadius: {
1890
+ readonly [$$PropertyValue]: "borderRadius";
1891
+ };
1892
+ };
1893
+ bw: (value: {
1894
+ readonly [$$PropertyValue]: "borderWidth";
1895
+ }) => {
1896
+ borderWidth: {
1897
+ readonly [$$PropertyValue]: "borderWidth";
1898
+ };
1899
+ };
1900
+ btrr: (value: {
1901
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1902
+ }) => {
1903
+ borderTopRightRadius: {
1904
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1905
+ };
1906
+ };
1907
+ bbrr: (value: {
1908
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1909
+ }) => {
1910
+ borderBottomRightRadius: {
1911
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1912
+ };
1913
+ };
1914
+ bblr: (value: {
1915
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1916
+ }) => {
1917
+ borderBottomLeftRadius: {
1918
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1919
+ };
1920
+ };
1921
+ btlr: (value: {
1922
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1923
+ }) => {
1924
+ borderTopLeftRadius: {
1925
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1926
+ };
1927
+ };
1928
+ bs: (value: {
1929
+ readonly [$$PropertyValue]: "boxShadow";
1930
+ }) => {
1931
+ boxShadow: {
1932
+ readonly [$$PropertyValue]: "boxShadow";
1933
+ };
1934
+ };
1935
+ ds: (value: {
1936
+ readonly [$$PropertyValue]: "boxShadow";
1937
+ }) => {
1938
+ dropShadow: {
1939
+ readonly [$$PropertyValue]: "boxShadow";
1940
+ };
1941
+ };
1942
+ shadow: (value: {
1943
+ readonly [$$PropertyValue]: "boxShadow";
1944
+ }) => {
1945
+ boxShadow: {
1946
+ readonly [$$PropertyValue]: "boxShadow";
1947
+ };
1948
+ };
1949
+ dshadow: (value: {
1950
+ readonly [$$PropertyValue]: "boxShadow";
1951
+ }) => {
1952
+ dropShadow: {
1953
+ readonly [$$PropertyValue]: "boxShadow";
1954
+ };
1955
+ };
1956
+ dropShadow: (value: {
1957
+ readonly [$$PropertyValue]: "boxShadow";
1958
+ }) => {
1959
+ filter: string;
1960
+ };
1961
+ normalShadow: (value: {
1962
+ readonly [$$PropertyValue]: "backgroundColor";
1963
+ }) => {
1964
+ boxShadow: string;
1965
+ };
1966
+ normalShadowVar: (value: {
1967
+ readonly [$$PropertyValue]: "backgroundColor";
1968
+ }) => {
1969
+ boxShadow: string;
1970
+ };
1971
+ lh: (value: {
1972
+ readonly [$$PropertyValue]: "lineHeight";
1973
+ }) => {
1974
+ lineHeight: {
1975
+ readonly [$$PropertyValue]: "lineHeight";
1976
+ };
1977
+ };
1978
+ ov: (value: {
1979
+ readonly [$$PropertyValue]: "overflow";
1980
+ }) => {
1981
+ overflow: {
1982
+ readonly [$$PropertyValue]: "overflow";
1983
+ };
1984
+ };
1985
+ ox: (value: {
1986
+ readonly [$$PropertyValue]: "overflowX";
1987
+ }) => {
1988
+ overflowX: {
1989
+ readonly [$$PropertyValue]: "overflowX";
1990
+ };
1991
+ };
1992
+ oy: (value: {
1993
+ readonly [$$PropertyValue]: "overflowY";
1994
+ }) => {
1995
+ overflowY: {
1996
+ readonly [$$PropertyValue]: "overflowY";
1997
+ };
1998
+ };
1999
+ pe: (value: {
2000
+ readonly [$$PropertyValue]: "pointerEvents";
2001
+ }) => {
2002
+ pointerEvents: {
2003
+ readonly [$$PropertyValue]: "pointerEvents";
2004
+ };
2005
+ };
2006
+ events: (value: {
2007
+ readonly [$$PropertyValue]: "pointerEvents";
2008
+ }) => {
2009
+ pointerEvents: {
2010
+ readonly [$$PropertyValue]: "pointerEvents";
2011
+ };
2012
+ };
2013
+ us: (value: {
2014
+ readonly [$$PropertyValue]: "userSelect";
2015
+ }) => {
2016
+ WebkitUserSelect: {
2017
+ readonly [$$PropertyValue]: "userSelect";
2018
+ };
2019
+ userSelect: {
2020
+ readonly [$$PropertyValue]: "userSelect";
2021
+ };
2022
+ };
2023
+ userSelect: (value: {
2024
+ readonly [$$PropertyValue]: "userSelect";
2025
+ }) => {
2026
+ WebkitUserSelect: {
2027
+ readonly [$$PropertyValue]: "userSelect";
2028
+ };
2029
+ userSelect: {
2030
+ readonly [$$PropertyValue]: "userSelect";
2031
+ };
2032
+ };
2033
+ w: (value: {
2034
+ readonly [$$PropertyValue]: "width";
2035
+ }) => {
2036
+ width: {
2037
+ readonly [$$PropertyValue]: "width";
2038
+ };
2039
+ };
2040
+ h: (value: {
2041
+ readonly [$$PropertyValue]: "height";
2042
+ }) => {
2043
+ height: {
2044
+ readonly [$$PropertyValue]: "height";
2045
+ };
2046
+ };
2047
+ mw: (value: {
2048
+ readonly [$$PropertyValue]: "maxWidth";
2049
+ }) => {
2050
+ maxWidth: {
2051
+ readonly [$$PropertyValue]: "maxWidth";
2052
+ };
2053
+ };
2054
+ maxW: (value: {
2055
+ readonly [$$PropertyValue]: "maxWidth";
2056
+ }) => {
2057
+ maxWidth: {
2058
+ readonly [$$PropertyValue]: "maxWidth";
2059
+ };
2060
+ };
2061
+ mh: (value: {
2062
+ readonly [$$PropertyValue]: "maxHeight";
2063
+ }) => {
2064
+ maxHeight: {
2065
+ readonly [$$PropertyValue]: "maxHeight";
2066
+ };
2067
+ };
2068
+ maxH: (value: {
2069
+ readonly [$$PropertyValue]: "maxHeight";
2070
+ }) => {
2071
+ maxHeight: {
2072
+ readonly [$$PropertyValue]: "maxHeight";
2073
+ };
2074
+ };
2075
+ size: (value: {
2076
+ readonly [$$PropertyValue]: "width";
2077
+ }) => {
2078
+ width: {
2079
+ readonly [$$PropertyValue]: "width";
2080
+ };
2081
+ height: {
2082
+ readonly [$$PropertyValue]: "width";
2083
+ };
2084
+ };
2085
+ minSize: (value: {
2086
+ readonly [$$PropertyValue]: "width";
2087
+ }) => {
2088
+ minWidth: {
2089
+ readonly [$$PropertyValue]: "width";
2090
+ };
2091
+ minHeight: {
2092
+ readonly [$$PropertyValue]: "width";
2093
+ };
2094
+ width: {
2095
+ readonly [$$PropertyValue]: "width";
2096
+ };
2097
+ height: {
2098
+ readonly [$$PropertyValue]: "width";
2099
+ };
2100
+ };
2101
+ sizeMin: (value: {
2102
+ readonly [$$PropertyValue]: "width";
2103
+ }) => {
2104
+ minWidth: {
2105
+ readonly [$$PropertyValue]: "width";
2106
+ };
2107
+ minHeight: {
2108
+ readonly [$$PropertyValue]: "width";
2109
+ };
2110
+ width: {
2111
+ readonly [$$PropertyValue]: "width";
2112
+ };
2113
+ height: {
2114
+ readonly [$$PropertyValue]: "width";
2115
+ };
2116
+ };
2117
+ maxSize: (value: {
2118
+ readonly [$$PropertyValue]: "width";
2119
+ }) => {
2120
+ maxWidth: {
2121
+ readonly [$$PropertyValue]: "width";
2122
+ };
2123
+ maxHeight: {
2124
+ readonly [$$PropertyValue]: "width";
2125
+ };
2126
+ };
2127
+ sizeMax: (value: {
2128
+ readonly [$$PropertyValue]: "width";
2129
+ }) => {
2130
+ maxWidth: {
2131
+ readonly [$$PropertyValue]: "width";
2132
+ };
2133
+ maxHeight: {
2134
+ readonly [$$PropertyValue]: "width";
2135
+ };
2136
+ };
2137
+ appearance: (value: {
2138
+ readonly [$$PropertyValue]: "appearance";
2139
+ }) => {
2140
+ WebkitAppearance: {
2141
+ readonly [$$PropertyValue]: "appearance";
2142
+ };
2143
+ appearance: {
2144
+ readonly [$$PropertyValue]: "appearance";
2145
+ };
2146
+ };
2147
+ scale: (value: {
2148
+ readonly [$$PropertyValue]: "scale";
2149
+ }) => {
2150
+ transform: string;
2151
+ };
2152
+ linearGradient: (value: {
2153
+ readonly [$$PropertyValue]: "backgroundImage";
2154
+ }) => {
2155
+ backgroundImage: string;
2156
+ };
2157
+ tdl: (value: {
2158
+ readonly [$$PropertyValue]: "textDecorationLine";
2159
+ }) => {
2160
+ textDecorationLine: {
2161
+ readonly [$$PropertyValue]: "textDecorationLine";
2162
+ };
2163
+ };
2164
+ truncateText: (value: {
2165
+ readonly [$$PropertyValue]: "width";
2166
+ }) => {
2167
+ maxWidth: {
2168
+ readonly [$$PropertyValue]: "width";
2169
+ };
2170
+ whiteSpace: string;
2171
+ overflow: string;
2172
+ textOverflow: string;
2173
+ };
2174
+ textGradient: (value: {
2175
+ readonly [$$PropertyValue]: "backgroundImage";
2176
+ }) => {
2177
+ backgroundImage: string;
2178
+ WebkitBackgroundClip: string;
2179
+ WebkitTextFillColor: string;
2180
+ '&::selection': {
2181
+ WebkitTextFillColor: string;
2182
+ };
2183
+ };
2184
+ }>>;
2185
+ export declare const StyledPopoverContent: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2186
+ xs: string;
2187
+ sm: string;
2188
+ md: string;
2189
+ lg: string;
2190
+ xl: string;
2191
+ xsMax: string;
2192
+ smMax: string;
2193
+ mdMax: string;
2194
+ lgMax: string;
2195
+ xlMax: string;
2196
+ motion: string;
2197
+ safari: string;
2198
+ hover: string;
2199
+ dark: string;
2200
+ light: string;
2201
+ }, import("@stitches/react/types/css-util").CSS<{
2202
+ xs: string;
2203
+ sm: string;
2204
+ md: string;
2205
+ lg: string;
2206
+ xl: string;
2207
+ xsMax: string;
2208
+ smMax: string;
2209
+ mdMax: string;
2210
+ lgMax: string;
2211
+ xlMax: string;
2212
+ motion: string;
2213
+ safari: string;
2214
+ hover: string;
2215
+ dark: string;
2216
+ light: string;
2217
+ }, {
2218
+ shadows: {
2219
+ xs: string;
2220
+ sm: string;
2221
+ md: string;
2222
+ lg: string;
2223
+ xl: string;
2224
+ };
2225
+ dropShadows: {
2226
+ xs: string;
2227
+ sm: string;
2228
+ md: string;
2229
+ lg: string;
2230
+ xl: string;
2231
+ };
2232
+ colors: {
2233
+ text: string;
2234
+ link: string;
2235
+ codeLight: string;
2236
+ code: string;
2237
+ selection: string;
2238
+ gray50: string;
2239
+ gray100: string;
2240
+ gray200: string;
2241
+ gray300: string;
2242
+ gray400: string;
2243
+ gray500: string;
2244
+ gray600: string;
2245
+ gray700: string;
2246
+ gray800: string;
2247
+ gray900: string;
2248
+ pink50: string;
2249
+ pink100: string;
2250
+ pink200: string;
2251
+ pink300: string;
2252
+ pink400: string;
2253
+ pink500: string;
2254
+ pink600: string;
2255
+ pink700: string;
2256
+ pink800: string;
2257
+ pink900: string;
2258
+ cyan50: string;
2259
+ cyan100: string;
2260
+ cyan200: string;
2261
+ cyan300: string;
2262
+ cyan400: string;
2263
+ cyan500: string;
2264
+ cyan600: string;
2265
+ cyan700: string;
2266
+ cyan800: string;
2267
+ cyan900: string;
2268
+ red50: string;
2269
+ red100: string;
2270
+ red200: string;
2271
+ red300: string;
2272
+ red400: string;
2273
+ red500: string;
2274
+ red600: string;
2275
+ red700: string;
2276
+ red800: string;
2277
+ red900: string;
2278
+ yellow50: string;
2279
+ yellow100: string;
2280
+ yellow200: string;
2281
+ yellow300: string;
2282
+ yellow400: string;
2283
+ yellow500: string;
2284
+ yellow600: string;
2285
+ yellow700: string;
2286
+ yellow800: string;
2287
+ yellow900: string;
2288
+ green50: string;
2289
+ green100: string;
2290
+ green200: string;
2291
+ green300: string;
2292
+ green400: string;
2293
+ green500: string;
2294
+ green600: string;
2295
+ green700: string;
2296
+ green800: string;
2297
+ green900: string;
2298
+ purple50: string;
2299
+ purple100: string;
2300
+ purple200: string;
2301
+ purple300: string;
2302
+ purple400: string;
2303
+ purple500: string;
2304
+ purple600: string;
2305
+ purple700: string;
2306
+ purple800: string;
2307
+ purple900: string;
2308
+ blue50: string;
2309
+ blue100: string;
2310
+ blue200: string;
2311
+ blue300: string;
2312
+ blue400: string;
2313
+ blue500: string;
2314
+ blue600: string;
2315
+ blue700: string;
2316
+ blue800: string;
2317
+ blue900: string;
2318
+ background: string;
2319
+ foreground: string;
2320
+ backgroundContrast: string;
2321
+ white: string;
2322
+ black: string;
2323
+ primaryLight: string;
2324
+ primaryLightHover: string;
2325
+ primaryLightActive: string;
2326
+ primaryLightContrast: string;
2327
+ primary: string;
2328
+ primaryBorder: string;
2329
+ primaryBorderHover: string;
2330
+ primarySolidHover: string;
2331
+ primarySolidContrast: string;
2332
+ primaryShadow: string;
2333
+ secondaryLight: string;
2334
+ secondaryLightHover: string;
2335
+ secondaryLightActive: string;
2336
+ secondaryLightContrast: string;
2337
+ secondary: string;
2338
+ secondaryBorder: string;
2339
+ secondaryBorderHover: string;
2340
+ secondarySolidHover: string;
2341
+ secondarySolidContrast: string;
2342
+ secondaryShadow: string;
2343
+ successLight: string;
2344
+ successLightHover: string;
2345
+ successLightActive: string;
2346
+ successLightContrast: string;
2347
+ success: string;
2348
+ successBorder: string;
2349
+ successBorderHover: string;
2350
+ successSolidHover: string;
2351
+ successSolidContrast: string;
2352
+ successShadow: string;
2353
+ warningLight: string;
2354
+ warningLightHover: string;
2355
+ warningLightActive: string;
2356
+ warningLightContrast: string;
2357
+ warning: string;
2358
+ warningBorder: string;
2359
+ warningBorderHover: string;
2360
+ warningSolidHover: string;
2361
+ warningSolidContrast: string;
2362
+ warningShadow: string;
2363
+ errorLight: string;
2364
+ errorLightHover: string;
2365
+ errorLightActive: string;
2366
+ errorLightContrast: string;
2367
+ error: string;
2368
+ errorBorder: string;
2369
+ errorBorderHover: string;
2370
+ errorSolidHover: string;
2371
+ errorSolidContrast: string;
2372
+ errorShadow: string;
2373
+ neutralLight: string;
2374
+ neutralLightHover: string;
2375
+ neutralLightActive: string;
2376
+ neutralLightContrast: string;
2377
+ neutral: string;
2378
+ neutralBorder: string;
2379
+ neutralBorderHover: string;
2380
+ neutralSolidHover: string;
2381
+ neutralSolidContrast: string;
2382
+ neutralShadow: string;
2383
+ gradient: string;
2384
+ accents0: string;
2385
+ accents1: string;
2386
+ accents2: string;
2387
+ accents3: string;
2388
+ accents4: string;
2389
+ accents5: string;
2390
+ accents6: string;
2391
+ accents7: string;
2392
+ accents8: string;
2393
+ accents9: string;
2394
+ border: string;
2395
+ };
2396
+ fonts: {
2397
+ sans: string;
2398
+ mono: string;
2399
+ };
2400
+ fontSizes: {
2401
+ xs: string;
2402
+ sm: string;
2403
+ base: string;
2404
+ md: string;
2405
+ lg: string;
2406
+ xl: string;
2407
+ xl2: string;
2408
+ xl3: string;
2409
+ xl4: string;
2410
+ xl5: string;
2411
+ xl6: string;
2412
+ xl7: string;
2413
+ xl8: string;
2414
+ xl9: string;
2415
+ };
2416
+ fontWeights: {
2417
+ hairline: number;
2418
+ thin: number;
2419
+ light: number;
2420
+ normal: number;
2421
+ medium: number;
2422
+ semibold: number;
2423
+ bold: number;
2424
+ extrabold: number;
2425
+ black: number;
2426
+ };
2427
+ lineHeights: {
2428
+ xs: number;
2429
+ sm: number;
2430
+ base: number;
2431
+ md: number;
2432
+ lg: number;
2433
+ xl: number;
2434
+ xl2: number;
2435
+ xl3: number;
2436
+ xl4: number;
2437
+ xl5: number;
2438
+ xl6: number;
2439
+ xl7: number;
2440
+ xl8: number;
2441
+ xl9: number;
2442
+ };
2443
+ letterSpacings: {
2444
+ tighter: string;
2445
+ tight: string;
2446
+ normal: string;
2447
+ wide: string;
2448
+ wider: string;
2449
+ widest: string;
2450
+ };
2451
+ space: {
2452
+ 0: string;
2453
+ xs: string;
2454
+ sm: string;
2455
+ md: string;
2456
+ lg: string;
2457
+ xl: string;
2458
+ px: string;
2459
+ 1: string;
2460
+ 2: string;
2461
+ 3: string;
2462
+ 4: string;
2463
+ 5: string;
2464
+ 6: string;
2465
+ 7: string;
2466
+ 8: string;
2467
+ 9: string;
2468
+ 10: string;
2469
+ 11: string;
2470
+ 12: string;
2471
+ 13: string;
2472
+ 14: string;
2473
+ 15: string;
2474
+ 16: string;
2475
+ 17: string;
2476
+ 18: string;
2477
+ 20: string;
2478
+ 24: string;
2479
+ 28: string;
2480
+ 32: string;
2481
+ 36: string;
2482
+ 40: string;
2483
+ 44: string;
2484
+ 48: string;
2485
+ 52: string;
2486
+ 56: string;
2487
+ 60: string;
2488
+ 64: string;
2489
+ 72: string;
2490
+ 80: string;
2491
+ 96: string;
2492
+ };
2493
+ radii: {
2494
+ xs: string;
2495
+ sm: string;
2496
+ md: string;
2497
+ base: string;
2498
+ lg: string;
2499
+ xl: string;
2500
+ squared: string;
2501
+ rounded: string;
2502
+ pill: string;
2503
+ };
2504
+ zIndices: {
2505
+ 1: string;
2506
+ 2: string;
2507
+ 3: string;
2508
+ 4: string;
2509
+ 5: string;
2510
+ 10: string;
2511
+ max: string;
2512
+ };
2513
+ borderWeights: {
2514
+ light: string;
2515
+ normal: string;
2516
+ bold: string;
2517
+ extrabold: string;
2518
+ black: string;
2519
+ };
2520
+ transitions: {
2521
+ default: string;
2522
+ button: string;
2523
+ avatar: string;
2524
+ link: string;
2525
+ card: string;
2526
+ dropdownItem: string;
2527
+ };
2528
+ breakpoints: {
2529
+ xs: string;
2530
+ sm: string;
2531
+ md: string;
2532
+ lg: string;
2533
+ xl: string;
2534
+ };
2535
+ }, {
2536
+ width: string;
2537
+ height: string;
2538
+ minWidth: string;
2539
+ maxWidth: string;
2540
+ minHeight: string;
2541
+ maxHeight: string;
2542
+ flexBasis: string;
2543
+ gridTemplateColumns: string;
2544
+ gridTemplateRows: string;
2545
+ blockSize: string;
2546
+ minBlockSize: string;
2547
+ maxBlockSize: string;
2548
+ inlineSize: string;
2549
+ minInlineSize: string;
2550
+ maxInlineSize: string;
2551
+ borderWidth: string;
2552
+ gap: "space";
2553
+ gridGap: "space";
2554
+ columnGap: "space";
2555
+ gridColumnGap: "space";
2556
+ rowGap: "space";
2557
+ gridRowGap: "space";
2558
+ inset: "space";
2559
+ insetBlock: "space";
2560
+ insetBlockEnd: "space";
2561
+ insetBlockStart: "space";
2562
+ insetInline: "space";
2563
+ insetInlineEnd: "space";
2564
+ insetInlineStart: "space";
2565
+ margin: "space";
2566
+ marginTop: "space";
2567
+ marginRight: "space";
2568
+ marginBottom: "space";
2569
+ marginLeft: "space";
2570
+ marginBlock: "space";
2571
+ marginBlockEnd: "space";
2572
+ marginBlockStart: "space";
2573
+ marginInline: "space";
2574
+ marginInlineEnd: "space";
2575
+ marginInlineStart: "space";
2576
+ padding: "space";
2577
+ paddingTop: "space";
2578
+ paddingRight: "space";
2579
+ paddingBottom: "space";
2580
+ paddingLeft: "space";
2581
+ paddingBlock: "space";
2582
+ paddingBlockEnd: "space";
2583
+ paddingBlockStart: "space";
2584
+ paddingInline: "space";
2585
+ paddingInlineEnd: "space";
2586
+ paddingInlineStart: "space";
2587
+ scrollMargin: "space";
2588
+ scrollMarginTop: "space";
2589
+ scrollMarginRight: "space";
2590
+ scrollMarginBottom: "space";
2591
+ scrollMarginLeft: "space";
2592
+ scrollMarginBlock: "space";
2593
+ scrollMarginBlockEnd: "space";
2594
+ scrollMarginBlockStart: "space";
2595
+ scrollMarginInline: "space";
2596
+ scrollMarginInlineEnd: "space";
2597
+ scrollMarginInlineStart: "space";
2598
+ scrollPadding: "space";
2599
+ scrollPaddingTop: "space";
2600
+ scrollPaddingRight: "space";
2601
+ scrollPaddingBottom: "space";
2602
+ scrollPaddingLeft: "space";
2603
+ scrollPaddingBlock: "space";
2604
+ scrollPaddingBlockEnd: "space";
2605
+ scrollPaddingBlockStart: "space";
2606
+ scrollPaddingInline: "space";
2607
+ scrollPaddingInlineEnd: "space";
2608
+ scrollPaddingInlineStart: "space";
2609
+ top: "space";
2610
+ right: "space";
2611
+ bottom: "space";
2612
+ left: "space";
2613
+ fontSize: "fontSizes";
2614
+ background: "colors";
2615
+ backgroundColor: "colors";
2616
+ backgroundImage: "colors";
2617
+ borderImage: "colors";
2618
+ border: "colors";
2619
+ borderBlock: "colors";
2620
+ borderBlockEnd: "colors";
2621
+ borderBlockStart: "colors";
2622
+ borderBottom: "colors";
2623
+ borderBottomColor: "colors";
2624
+ borderColor: "colors";
2625
+ borderInline: "colors";
2626
+ borderInlineEnd: "colors";
2627
+ borderInlineStart: "colors";
2628
+ borderLeft: "colors";
2629
+ borderLeftColor: "colors";
2630
+ borderRight: "colors";
2631
+ borderRightColor: "colors";
2632
+ borderTop: "colors";
2633
+ borderTopColor: "colors";
2634
+ caretColor: "colors";
2635
+ color: "colors";
2636
+ columnRuleColor: "colors";
2637
+ outline: "colors";
2638
+ outlineColor: "colors";
2639
+ fill: "colors";
2640
+ stroke: "colors";
2641
+ textDecorationColor: "colors";
2642
+ fontFamily: "fonts";
2643
+ fontWeight: "fontWeights";
2644
+ lineHeight: "lineHeights";
2645
+ letterSpacing: "letterSpacings";
2646
+ borderTopWidth: "borderWidths";
2647
+ borderLeftWidth: "borderWidths";
2648
+ borderRightWidth: "borderWidths";
2649
+ borderBottomWidth: "borderWidths";
2650
+ borderStyle: "borderStyles";
2651
+ borderTopStyle: "borderStyles";
2652
+ borderLeftStyle: "borderStyles";
2653
+ borderRightStyle: "borderStyles";
2654
+ borderBottomStyle: "borderStyles";
2655
+ borderRadius: "radii";
2656
+ borderTopLeftRadius: "radii";
2657
+ borderTopRightRadius: "radii";
2658
+ borderBottomRightRadius: "radii";
2659
+ borderBottomLeftRadius: "radii";
2660
+ boxShadow: "shadows";
2661
+ textShadow: "shadows";
2662
+ transition: "transitions";
2663
+ zIndex: "zIndices";
2664
+ }, {
2665
+ p: (value: {
2666
+ readonly [$$PropertyValue]: "padding";
2667
+ }) => {
2668
+ padding: {
2669
+ readonly [$$PropertyValue]: "padding";
2670
+ };
2671
+ };
2672
+ pt: (value: {
2673
+ readonly [$$PropertyValue]: "paddingTop";
2674
+ }) => {
2675
+ paddingTop: {
2676
+ readonly [$$PropertyValue]: "paddingTop";
2677
+ };
2678
+ };
2679
+ pr: (value: {
2680
+ readonly [$$PropertyValue]: "paddingRight";
2681
+ }) => {
2682
+ paddingRight: {
2683
+ readonly [$$PropertyValue]: "paddingRight";
2684
+ };
2685
+ };
2686
+ pb: (value: {
2687
+ readonly [$$PropertyValue]: "paddingBottom";
2688
+ }) => {
2689
+ paddingBottom: {
2690
+ readonly [$$PropertyValue]: "paddingBottom";
2691
+ };
2692
+ };
2693
+ pl: (value: {
2694
+ readonly [$$PropertyValue]: "paddingLeft";
2695
+ }) => {
2696
+ paddingLeft: {
2697
+ readonly [$$PropertyValue]: "paddingLeft";
2698
+ };
2699
+ };
2700
+ px: (value: {
2701
+ readonly [$$PropertyValue]: "paddingLeft";
2702
+ }) => {
2703
+ paddingLeft: {
2704
+ readonly [$$PropertyValue]: "paddingLeft";
2705
+ };
2706
+ paddingRight: {
2707
+ readonly [$$PropertyValue]: "paddingLeft";
2708
+ };
2709
+ };
2710
+ py: (value: {
2711
+ readonly [$$PropertyValue]: "paddingTop";
2712
+ }) => {
2713
+ paddingTop: {
2714
+ readonly [$$PropertyValue]: "paddingTop";
2715
+ };
2716
+ paddingBottom: {
2717
+ readonly [$$PropertyValue]: "paddingTop";
2718
+ };
2719
+ };
2720
+ m: (value: {
2721
+ readonly [$$PropertyValue]: "margin";
2722
+ }) => {
2723
+ margin: {
2724
+ readonly [$$PropertyValue]: "margin";
2725
+ };
2726
+ };
2727
+ mt: (value: {
2728
+ readonly [$$PropertyValue]: "marginTop";
2729
+ }) => {
2730
+ marginTop: {
2731
+ readonly [$$PropertyValue]: "marginTop";
2732
+ };
2733
+ };
2734
+ mr: (value: {
2735
+ readonly [$$PropertyValue]: "marginRight";
2736
+ }) => {
2737
+ marginRight: {
2738
+ readonly [$$PropertyValue]: "marginRight";
2739
+ };
2740
+ };
2741
+ mb: (value: {
2742
+ readonly [$$PropertyValue]: "marginBottom";
2743
+ }) => {
2744
+ marginBottom: {
2745
+ readonly [$$PropertyValue]: "marginBottom";
2746
+ };
2747
+ };
2748
+ ml: (value: {
2749
+ readonly [$$PropertyValue]: "marginLeft";
2750
+ }) => {
2751
+ marginLeft: {
2752
+ readonly [$$PropertyValue]: "marginLeft";
2753
+ };
2754
+ };
2755
+ mx: (value: {
2756
+ readonly [$$PropertyValue]: "marginLeft";
2757
+ }) => {
2758
+ marginLeft: {
2759
+ readonly [$$PropertyValue]: "marginLeft";
2760
+ };
2761
+ marginRight: {
2762
+ readonly [$$PropertyValue]: "marginLeft";
2763
+ };
2764
+ };
2765
+ my: (value: {
2766
+ readonly [$$PropertyValue]: "marginTop";
2767
+ }) => {
2768
+ marginTop: {
2769
+ readonly [$$PropertyValue]: "marginTop";
2770
+ };
2771
+ marginBottom: {
2772
+ readonly [$$PropertyValue]: "marginTop";
2773
+ };
2774
+ };
2775
+ ta: (value: {
2776
+ readonly [$$PropertyValue]: "textAlign";
2777
+ }) => {
2778
+ textAlign: {
2779
+ readonly [$$PropertyValue]: "textAlign";
2780
+ };
2781
+ };
2782
+ tt: (value: {
2783
+ readonly [$$PropertyValue]: "textTransform";
2784
+ }) => {
2785
+ textTransform: {
2786
+ readonly [$$PropertyValue]: "textTransform";
2787
+ };
2788
+ };
2789
+ to: (value: {
2790
+ readonly [$$PropertyValue]: "textOverflow";
2791
+ }) => {
2792
+ textOverflow: {
2793
+ readonly [$$PropertyValue]: "textOverflow";
2794
+ };
2795
+ };
2796
+ d: (value: {
2797
+ readonly [$$PropertyValue]: "display";
2798
+ }) => {
2799
+ display: {
2800
+ readonly [$$PropertyValue]: "display";
2801
+ };
2802
+ };
2803
+ dflex: (value: {
2804
+ readonly [$$PropertyValue]: "alignItems";
2805
+ }) => {
2806
+ display: string;
2807
+ alignItems: {
2808
+ readonly [$$PropertyValue]: "alignItems";
2809
+ };
2810
+ justifyContent: {
2811
+ readonly [$$PropertyValue]: "alignItems";
2812
+ };
2813
+ };
2814
+ fd: (value: {
2815
+ readonly [$$PropertyValue]: "flexDirection";
2816
+ }) => {
2817
+ flexDirection: {
2818
+ readonly [$$PropertyValue]: "flexDirection";
2819
+ };
2820
+ };
2821
+ fw: (value: {
2822
+ readonly [$$PropertyValue]: "flexWrap";
2823
+ }) => {
2824
+ flexWrap: {
2825
+ readonly [$$PropertyValue]: "flexWrap";
2826
+ };
2827
+ };
2828
+ ai: (value: {
2829
+ readonly [$$PropertyValue]: "alignItems";
2830
+ }) => {
2831
+ alignItems: {
2832
+ readonly [$$PropertyValue]: "alignItems";
2833
+ };
2834
+ };
2835
+ ac: (value: {
2836
+ readonly [$$PropertyValue]: "alignContent";
2837
+ }) => {
2838
+ alignContent: {
2839
+ readonly [$$PropertyValue]: "alignContent";
2840
+ };
2841
+ };
2842
+ jc: (value: {
2843
+ readonly [$$PropertyValue]: "justifyContent";
2844
+ }) => {
2845
+ justifyContent: {
2846
+ readonly [$$PropertyValue]: "justifyContent";
2847
+ };
2848
+ };
2849
+ as: (value: {
2850
+ readonly [$$PropertyValue]: "alignSelf";
2851
+ }) => {
2852
+ alignSelf: {
2853
+ readonly [$$PropertyValue]: "alignSelf";
2854
+ };
2855
+ };
2856
+ fg: (value: {
2857
+ readonly [$$PropertyValue]: "flexGrow";
2858
+ }) => {
2859
+ flexGrow: {
2860
+ readonly [$$PropertyValue]: "flexGrow";
2861
+ };
2862
+ };
2863
+ fs: (value: {
2864
+ readonly [$$PropertyValue]: "fontSize";
2865
+ }) => {
2866
+ fontSize: {
2867
+ readonly [$$PropertyValue]: "fontSize";
2868
+ };
2869
+ };
2870
+ fb: (value: {
2871
+ readonly [$$PropertyValue]: "flexBasis";
2872
+ }) => {
2873
+ flexBasis: {
2874
+ readonly [$$PropertyValue]: "flexBasis";
2875
+ };
2876
+ };
2877
+ bc: (value: {
2878
+ readonly [$$PropertyValue]: "backgroundColor";
2879
+ }) => {
2880
+ backgroundColor: {
2881
+ readonly [$$PropertyValue]: "backgroundColor";
2882
+ };
2883
+ };
2884
+ bf: (value: {
2885
+ readonly [$$PropertyValue]: "backdropFilter";
2886
+ }) => {
2887
+ backdropFilter: {
2888
+ readonly [$$PropertyValue]: "backdropFilter";
2889
+ };
2890
+ };
2891
+ bg: (value: {
2892
+ readonly [$$PropertyValue]: "backgroundColor";
2893
+ }) => {
2894
+ background: {
2895
+ readonly [$$PropertyValue]: "backgroundColor";
2896
+ };
2897
+ };
2898
+ bgBlur: (value: {
2899
+ readonly [$$PropertyValue]: "backgroundColor";
2900
+ }) => {
2901
+ bf: string;
2902
+ bg: {
2903
+ readonly [$$PropertyValue]: "backgroundColor";
2904
+ };
2905
+ };
2906
+ bgColor: (value: {
2907
+ readonly [$$PropertyValue]: "backgroundColor";
2908
+ }) => {
2909
+ backgroundColor: {
2910
+ readonly [$$PropertyValue]: "backgroundColor";
2911
+ };
2912
+ };
2913
+ backgroundClip: (value: {
2914
+ readonly [$$PropertyValue]: "backgroundClip";
2915
+ }) => {
2916
+ WebkitBackgroundClip: {
2917
+ readonly [$$PropertyValue]: "backgroundClip";
2918
+ };
2919
+ backgroundClip: {
2920
+ readonly [$$PropertyValue]: "backgroundClip";
2921
+ };
2922
+ };
2923
+ bgClip: (value: {
2924
+ readonly [$$PropertyValue]: "backgroundClip";
2925
+ }) => {
2926
+ WebkitBackgroundClip: {
2927
+ readonly [$$PropertyValue]: "backgroundClip";
2928
+ };
2929
+ backgroundClip: {
2930
+ readonly [$$PropertyValue]: "backgroundClip";
2931
+ };
2932
+ };
2933
+ br: (value: {
2934
+ readonly [$$PropertyValue]: "borderRadius";
2935
+ }) => {
2936
+ borderRadius: {
2937
+ readonly [$$PropertyValue]: "borderRadius";
2938
+ };
2939
+ };
2940
+ bw: (value: {
2941
+ readonly [$$PropertyValue]: "borderWidth";
2942
+ }) => {
2943
+ borderWidth: {
2944
+ readonly [$$PropertyValue]: "borderWidth";
2945
+ };
2946
+ };
2947
+ btrr: (value: {
2948
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2949
+ }) => {
2950
+ borderTopRightRadius: {
2951
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2952
+ };
2953
+ };
2954
+ bbrr: (value: {
2955
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2956
+ }) => {
2957
+ borderBottomRightRadius: {
2958
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2959
+ };
2960
+ };
2961
+ bblr: (value: {
2962
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2963
+ }) => {
2964
+ borderBottomLeftRadius: {
2965
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2966
+ };
2967
+ };
2968
+ btlr: (value: {
2969
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2970
+ }) => {
2971
+ borderTopLeftRadius: {
2972
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2973
+ };
2974
+ };
2975
+ bs: (value: {
2976
+ readonly [$$PropertyValue]: "boxShadow";
2977
+ }) => {
2978
+ boxShadow: {
2979
+ readonly [$$PropertyValue]: "boxShadow";
2980
+ };
2981
+ };
2982
+ ds: (value: {
2983
+ readonly [$$PropertyValue]: "boxShadow";
2984
+ }) => {
2985
+ dropShadow: {
2986
+ readonly [$$PropertyValue]: "boxShadow";
2987
+ };
2988
+ };
2989
+ shadow: (value: {
2990
+ readonly [$$PropertyValue]: "boxShadow";
2991
+ }) => {
2992
+ boxShadow: {
2993
+ readonly [$$PropertyValue]: "boxShadow";
2994
+ };
2995
+ };
2996
+ dshadow: (value: {
2997
+ readonly [$$PropertyValue]: "boxShadow";
2998
+ }) => {
2999
+ dropShadow: {
3000
+ readonly [$$PropertyValue]: "boxShadow";
3001
+ };
3002
+ };
3003
+ dropShadow: (value: {
3004
+ readonly [$$PropertyValue]: "boxShadow";
3005
+ }) => {
3006
+ filter: string;
3007
+ };
3008
+ normalShadow: (value: {
3009
+ readonly [$$PropertyValue]: "backgroundColor";
3010
+ }) => {
3011
+ boxShadow: string;
3012
+ };
3013
+ normalShadowVar: (value: {
3014
+ readonly [$$PropertyValue]: "backgroundColor";
3015
+ }) => {
3016
+ boxShadow: string;
3017
+ };
3018
+ lh: (value: {
3019
+ readonly [$$PropertyValue]: "lineHeight";
3020
+ }) => {
3021
+ lineHeight: {
3022
+ readonly [$$PropertyValue]: "lineHeight";
3023
+ };
3024
+ };
3025
+ ov: (value: {
3026
+ readonly [$$PropertyValue]: "overflow";
3027
+ }) => {
3028
+ overflow: {
3029
+ readonly [$$PropertyValue]: "overflow";
3030
+ };
3031
+ };
3032
+ ox: (value: {
3033
+ readonly [$$PropertyValue]: "overflowX";
3034
+ }) => {
3035
+ overflowX: {
3036
+ readonly [$$PropertyValue]: "overflowX";
3037
+ };
3038
+ };
3039
+ oy: (value: {
3040
+ readonly [$$PropertyValue]: "overflowY";
3041
+ }) => {
3042
+ overflowY: {
3043
+ readonly [$$PropertyValue]: "overflowY";
3044
+ };
3045
+ };
3046
+ pe: (value: {
3047
+ readonly [$$PropertyValue]: "pointerEvents";
3048
+ }) => {
3049
+ pointerEvents: {
3050
+ readonly [$$PropertyValue]: "pointerEvents";
3051
+ };
3052
+ };
3053
+ events: (value: {
3054
+ readonly [$$PropertyValue]: "pointerEvents";
3055
+ }) => {
3056
+ pointerEvents: {
3057
+ readonly [$$PropertyValue]: "pointerEvents";
3058
+ };
3059
+ };
3060
+ us: (value: {
3061
+ readonly [$$PropertyValue]: "userSelect";
3062
+ }) => {
3063
+ WebkitUserSelect: {
3064
+ readonly [$$PropertyValue]: "userSelect";
3065
+ };
3066
+ userSelect: {
3067
+ readonly [$$PropertyValue]: "userSelect";
3068
+ };
3069
+ };
3070
+ userSelect: (value: {
3071
+ readonly [$$PropertyValue]: "userSelect";
3072
+ }) => {
3073
+ WebkitUserSelect: {
3074
+ readonly [$$PropertyValue]: "userSelect";
3075
+ };
3076
+ userSelect: {
3077
+ readonly [$$PropertyValue]: "userSelect";
3078
+ };
3079
+ };
3080
+ w: (value: {
3081
+ readonly [$$PropertyValue]: "width";
3082
+ }) => {
3083
+ width: {
3084
+ readonly [$$PropertyValue]: "width";
3085
+ };
3086
+ };
3087
+ h: (value: {
3088
+ readonly [$$PropertyValue]: "height";
3089
+ }) => {
3090
+ height: {
3091
+ readonly [$$PropertyValue]: "height";
3092
+ };
3093
+ };
3094
+ mw: (value: {
3095
+ readonly [$$PropertyValue]: "maxWidth";
3096
+ }) => {
3097
+ maxWidth: {
3098
+ readonly [$$PropertyValue]: "maxWidth";
3099
+ };
3100
+ };
3101
+ maxW: (value: {
3102
+ readonly [$$PropertyValue]: "maxWidth";
3103
+ }) => {
3104
+ maxWidth: {
3105
+ readonly [$$PropertyValue]: "maxWidth";
3106
+ };
3107
+ };
3108
+ mh: (value: {
3109
+ readonly [$$PropertyValue]: "maxHeight";
3110
+ }) => {
3111
+ maxHeight: {
3112
+ readonly [$$PropertyValue]: "maxHeight";
3113
+ };
3114
+ };
3115
+ maxH: (value: {
3116
+ readonly [$$PropertyValue]: "maxHeight";
3117
+ }) => {
3118
+ maxHeight: {
3119
+ readonly [$$PropertyValue]: "maxHeight";
3120
+ };
3121
+ };
3122
+ size: (value: {
3123
+ readonly [$$PropertyValue]: "width";
3124
+ }) => {
3125
+ width: {
3126
+ readonly [$$PropertyValue]: "width";
3127
+ };
3128
+ height: {
3129
+ readonly [$$PropertyValue]: "width";
3130
+ };
3131
+ };
3132
+ minSize: (value: {
3133
+ readonly [$$PropertyValue]: "width";
3134
+ }) => {
3135
+ minWidth: {
3136
+ readonly [$$PropertyValue]: "width";
3137
+ };
3138
+ minHeight: {
3139
+ readonly [$$PropertyValue]: "width";
3140
+ };
3141
+ width: {
3142
+ readonly [$$PropertyValue]: "width";
3143
+ };
3144
+ height: {
3145
+ readonly [$$PropertyValue]: "width";
3146
+ };
3147
+ };
3148
+ sizeMin: (value: {
3149
+ readonly [$$PropertyValue]: "width";
3150
+ }) => {
3151
+ minWidth: {
3152
+ readonly [$$PropertyValue]: "width";
3153
+ };
3154
+ minHeight: {
3155
+ readonly [$$PropertyValue]: "width";
3156
+ };
3157
+ width: {
3158
+ readonly [$$PropertyValue]: "width";
3159
+ };
3160
+ height: {
3161
+ readonly [$$PropertyValue]: "width";
3162
+ };
3163
+ };
3164
+ maxSize: (value: {
3165
+ readonly [$$PropertyValue]: "width";
3166
+ }) => {
3167
+ maxWidth: {
3168
+ readonly [$$PropertyValue]: "width";
3169
+ };
3170
+ maxHeight: {
3171
+ readonly [$$PropertyValue]: "width";
3172
+ };
3173
+ };
3174
+ sizeMax: (value: {
3175
+ readonly [$$PropertyValue]: "width";
3176
+ }) => {
3177
+ maxWidth: {
3178
+ readonly [$$PropertyValue]: "width";
3179
+ };
3180
+ maxHeight: {
3181
+ readonly [$$PropertyValue]: "width";
3182
+ };
3183
+ };
3184
+ appearance: (value: {
3185
+ readonly [$$PropertyValue]: "appearance";
3186
+ }) => {
3187
+ WebkitAppearance: {
3188
+ readonly [$$PropertyValue]: "appearance";
3189
+ };
3190
+ appearance: {
3191
+ readonly [$$PropertyValue]: "appearance";
3192
+ };
3193
+ };
3194
+ scale: (value: {
3195
+ readonly [$$PropertyValue]: "scale";
3196
+ }) => {
3197
+ transform: string;
3198
+ };
3199
+ linearGradient: (value: {
3200
+ readonly [$$PropertyValue]: "backgroundImage";
3201
+ }) => {
3202
+ backgroundImage: string;
3203
+ };
3204
+ tdl: (value: {
3205
+ readonly [$$PropertyValue]: "textDecorationLine";
3206
+ }) => {
3207
+ textDecorationLine: {
3208
+ readonly [$$PropertyValue]: "textDecorationLine";
3209
+ };
3210
+ };
3211
+ truncateText: (value: {
3212
+ readonly [$$PropertyValue]: "width";
3213
+ }) => {
3214
+ maxWidth: {
3215
+ readonly [$$PropertyValue]: "width";
3216
+ };
3217
+ whiteSpace: string;
3218
+ overflow: string;
3219
+ textOverflow: string;
3220
+ };
936
3221
  textGradient: (value: {
937
3222
  readonly [$$PropertyValue]: "backgroundImage";
938
3223
  }) => {
@@ -944,3 +3229,4 @@ export declare const StyledPopoverContent: import("@stitches/react/types/styled-
944
3229
  };
945
3230
  };
946
3231
  }>>;
3232
+ export declare type PopoverContentVariantsProps = VariantProps<typeof StyledPopoverContentContainer>;