@nextui-org/react 1.0.2-alpha.2 → 1.0.2-beta.4

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 (720) hide show
  1. package/README.md +10 -5
  2. package/cjs/avatar/avatar-group.js +1 -35
  3. package/cjs/avatar/avatar-group.styles.js +1 -52
  4. package/cjs/avatar/avatar.js +1 -75
  5. package/cjs/avatar/avatar.styles.js +1 -334
  6. package/cjs/avatar/index.js +1 -22
  7. package/cjs/backdrop/backdrop.js +1 -137
  8. package/cjs/backdrop/backdrop.styles.js +1 -119
  9. package/cjs/backdrop/index.js +1 -16
  10. package/cjs/button/button-group-context.js +1 -21
  11. package/cjs/button/button-group.js +1 -81
  12. package/cjs/button/button-group.styles.js +1 -136
  13. package/cjs/button/button-icon.js +1 -68
  14. package/cjs/button/button.js +1 -145
  15. package/cjs/button/button.styles.js +1 -695
  16. package/cjs/button/index.js +1 -25
  17. package/cjs/button/utils.js +1 -27
  18. package/cjs/card/card.js +1 -117
  19. package/cjs/card/card.styles.js +1 -267
  20. package/cjs/card/index.js +1 -24
  21. package/cjs/checkbox/checkbox-context.js +1 -25
  22. package/cjs/checkbox/checkbox-group.js +1 -89
  23. package/cjs/checkbox/checkbox.js +1 -192
  24. package/cjs/checkbox/checkbox.styles.js +1 -563
  25. package/cjs/checkbox/index.js +1 -26
  26. package/cjs/code/code.js +1 -42
  27. package/cjs/code/code.styles.js +1 -14
  28. package/cjs/code/index.js +1 -15
  29. package/cjs/col/col.js +1 -46
  30. package/cjs/col/col.styles.js +1 -16
  31. package/cjs/col/index.js +1 -14
  32. package/cjs/collapse/collapse-context.js +1 -20
  33. package/cjs/collapse/collapse-group.js +1 -90
  34. package/cjs/collapse/collapse-icon.js +1 -41
  35. package/cjs/collapse/collapse.js +1 -190
  36. package/cjs/collapse/collapse.styles.js +1 -254
  37. package/cjs/collapse/index.js +1 -22
  38. package/cjs/container/container.js +1 -91
  39. package/cjs/container/container.styles.js +1 -45
  40. package/cjs/container/index.js +1 -14
  41. package/cjs/css-baseline/css-baseline.js +1 -247
  42. package/cjs/css-baseline/index.js +1 -11
  43. package/cjs/divider/divider.js +1 -82
  44. package/cjs/divider/divider.styles.js +1 -77
  45. package/cjs/divider/index.js +1 -15
  46. package/cjs/grid/grid-container.js +1 -60
  47. package/cjs/grid/grid-item.js +1 -123
  48. package/cjs/grid/grid.js +1 -29
  49. package/cjs/grid/grid.styles.js +1 -15
  50. package/cjs/grid/index.js +1 -18
  51. package/cjs/image/image.js +1 -150
  52. package/cjs/image/image.skeleton.js +1 -50
  53. package/cjs/image/image.styles.js +1 -57
  54. package/cjs/image/index.js +1 -16
  55. package/cjs/index.js +1 -435
  56. package/cjs/input/index.js +1 -30
  57. package/cjs/input/input-password.js +1 -80
  58. package/cjs/input/input-props.js +1 -30
  59. package/cjs/input/input.js +1 -317
  60. package/cjs/input/input.styles.js +1 -878
  61. package/cjs/input/password-icon.js +1 -51
  62. package/cjs/link/icon.js +1 -42
  63. package/cjs/link/index.js +1 -15
  64. package/cjs/link/link.js +1 -42
  65. package/cjs/link/link.styles.js +1 -135
  66. package/cjs/loading/index.js +1 -24
  67. package/cjs/loading/loading.js +1 -80
  68. package/cjs/loading/loading.styles.js +1 -438
  69. package/cjs/loading/spinner.js +1 -47
  70. package/cjs/modal/index.js +1 -28
  71. package/cjs/modal/modal-body.js +1 -62
  72. package/cjs/modal/modal-close-button.js +1 -49
  73. package/cjs/modal/modal-context.js +1 -18
  74. package/cjs/modal/modal-footer.js +1 -69
  75. package/cjs/modal/modal-header.js +1 -69
  76. package/cjs/modal/modal-wrapper.js +1 -153
  77. package/cjs/modal/modal.js +1 -159
  78. package/cjs/modal/modal.styles.js +1 -243
  79. package/cjs/modal/use-modal.js +1 -25
  80. package/cjs/pagination/index.js +1 -19
  81. package/cjs/pagination/pagination-ellipsis.js +1 -86
  82. package/cjs/pagination/pagination-highlight.js +1 -52
  83. package/cjs/pagination/pagination-icon.js +1 -59
  84. package/cjs/pagination/pagination-item.js +1 -104
  85. package/cjs/pagination/pagination.js +1 -169
  86. package/cjs/pagination/pagination.styles.js +1 -361
  87. package/cjs/progress/index.js +1 -15
  88. package/cjs/progress/progress.js +1 -101
  89. package/cjs/progress/progress.styles.js +1 -165
  90. package/cjs/radio/index.js +1 -24
  91. package/cjs/radio/radio-context.js +1 -24
  92. package/cjs/radio/radio-group.js +1 -78
  93. package/cjs/radio/radio.js +1 -156
  94. package/cjs/radio/radio.styles.js +1 -240
  95. package/cjs/row/index.js +1 -14
  96. package/cjs/row/row.js +1 -54
  97. package/cjs/row/row.styles.js +1 -25
  98. package/cjs/snippet/index.js +1 -16
  99. package/cjs/snippet/snippet-icon.js +1 -52
  100. package/cjs/snippet/snippet.js +1 -137
  101. package/cjs/snippet/snippet.styles.js +1 -141
  102. package/cjs/spacer/index.js +1 -14
  103. package/cjs/spacer/spacer.js +1 -49
  104. package/cjs/spacer/spacer.styles.js +1 -24
  105. package/cjs/switch/index.js +1 -17
  106. package/cjs/switch/switch.js +1 -142
  107. package/cjs/switch/switch.styles.js +1 -283
  108. package/cjs/text/child.js +1 -83
  109. package/cjs/text/index.js +1 -14
  110. package/cjs/text/text.js +1 -124
  111. package/cjs/text/text.styles.js +1 -41
  112. package/cjs/textarea/index.js +1 -12
  113. package/cjs/textarea/textarea.js +1 -126
  114. package/cjs/textarea/utils.js +1 -126
  115. package/cjs/theme/common.js +1 -490
  116. package/cjs/theme/dark-theme.js +1 -38
  117. package/cjs/theme/index.js +1 -31
  118. package/cjs/theme/light-theme.js +1 -33
  119. package/cjs/theme/stitches.config.js +1 -88
  120. package/cjs/theme/theme-context.js +1 -22
  121. package/cjs/theme/theme-provider.js +1 -115
  122. package/cjs/theme/types.js +1 -3
  123. package/cjs/theme/utils.js +1 -113
  124. package/cjs/tooltip/index.js +1 -17
  125. package/cjs/tooltip/placement.js +1 -193
  126. package/cjs/tooltip/tooltip-content.js +1 -135
  127. package/cjs/tooltip/tooltip.js +1 -141
  128. package/cjs/tooltip/tooltip.styles.js +1 -159
  129. package/cjs/use-body-scroll/index.js +1 -12
  130. package/cjs/use-body-scroll/use-body-scroll.js +1 -77
  131. package/cjs/use-click-anywhere/index.js +1 -12
  132. package/cjs/use-click-anywhere/use-click-anywhere.js +1 -19
  133. package/cjs/use-click-away/index.js +1 -12
  134. package/cjs/use-click-away/use-click-away.js +1 -23
  135. package/cjs/use-clipboard/index.js +1 -12
  136. package/cjs/use-clipboard/use-clipboard.js +1 -57
  137. package/cjs/use-current-state/index.js +1 -12
  138. package/cjs/use-current-state/use-current-state.js +1 -28
  139. package/cjs/use-drip/index.js +1 -12
  140. package/cjs/use-drip/use-drip.js +1 -38
  141. package/cjs/use-input/index.js +1 -12
  142. package/cjs/use-input/use-input.js +1 -32
  143. package/cjs/use-keyboard/codes.js +1 -104
  144. package/cjs/use-keyboard/helper.js +1 -35
  145. package/cjs/use-keyboard/index.js +1 -15
  146. package/cjs/use-keyboard/use-keyboard.js +1 -76
  147. package/cjs/use-pagination/index.js +1 -88
  148. package/cjs/use-portal/index.js +1 -12
  149. package/cjs/use-portal/use-portal.js +1 -43
  150. package/cjs/use-real-shape/index.js +1 -12
  151. package/cjs/use-real-shape/use-real-shape.js +1 -55
  152. package/cjs/use-resize/index.js +1 -12
  153. package/cjs/use-resize/use-resize.js +1 -23
  154. package/cjs/use-ssr/index.js +1 -12
  155. package/cjs/use-ssr/use-ssr.js +1 -25
  156. package/cjs/use-theme/index.js +1 -12
  157. package/cjs/use-theme/use-theme.js +1 -16
  158. package/cjs/use-warning/index.js +1 -12
  159. package/cjs/use-warning/use-warning.js +1 -23
  160. package/cjs/user/index.js +1 -21
  161. package/cjs/user/user-link.js +1 -46
  162. package/cjs/user/user.js +1 -63
  163. package/cjs/user/user.styles.js +1 -56
  164. package/cjs/utils/assertion.js +1 -42
  165. package/cjs/utils/clear-icon.js +1 -70
  166. package/cjs/utils/clsx.js +1 -57
  167. package/cjs/utils/collections.js +1 -110
  168. package/cjs/utils/color.js +1 -187
  169. package/cjs/utils/css-transition.js +1 -76
  170. package/cjs/utils/deep-merge.js +1 -33
  171. package/cjs/utils/dimensions.js +1 -10
  172. package/cjs/utils/dom.js +1 -110
  173. package/cjs/utils/drip.js +1 -116
  174. package/cjs/utils/expand.js +1 -109
  175. package/cjs/utils/icons.js +1 -481
  176. package/cjs/utils/numbers.js +1 -23
  177. package/cjs/utils/object.js +1 -40
  178. package/cjs/utils/prop-types.js +1 -56
  179. package/cjs/utils/react.js +1 -24
  180. package/cjs/utils/strings.js +1 -18
  181. package/cjs/utils/types.d.js +1 -3
  182. package/cjs/utils/with-defaults.js +1 -13
  183. package/esm/avatar/avatar-group.js +1 -35
  184. package/esm/avatar/avatar-group.styles.js +1 -52
  185. package/esm/avatar/avatar.js +1 -75
  186. package/esm/avatar/avatar.styles.js +1 -334
  187. package/esm/avatar/index.js +1 -22
  188. package/esm/backdrop/backdrop.js +1 -137
  189. package/esm/backdrop/backdrop.styles.js +1 -119
  190. package/esm/backdrop/index.js +1 -16
  191. package/esm/button/button-group-context.js +1 -21
  192. package/esm/button/button-group.js +1 -81
  193. package/esm/button/button-group.styles.js +1 -136
  194. package/esm/button/button-icon.js +1 -68
  195. package/esm/button/button.js +1 -145
  196. package/esm/button/button.styles.js +1 -695
  197. package/esm/button/index.js +1 -25
  198. package/esm/button/utils.js +1 -27
  199. package/esm/card/card.js +1 -117
  200. package/esm/card/card.styles.js +1 -267
  201. package/esm/card/index.js +1 -24
  202. package/esm/checkbox/checkbox-context.js +1 -25
  203. package/esm/checkbox/checkbox-group.js +1 -89
  204. package/esm/checkbox/checkbox.js +1 -192
  205. package/esm/checkbox/checkbox.styles.js +1 -563
  206. package/esm/checkbox/index.js +1 -26
  207. package/esm/code/code.js +1 -42
  208. package/esm/code/code.styles.js +1 -14
  209. package/esm/code/index.js +1 -15
  210. package/esm/col/col.js +1 -46
  211. package/esm/col/col.styles.js +1 -16
  212. package/esm/col/index.js +1 -14
  213. package/esm/collapse/collapse-context.js +1 -20
  214. package/esm/collapse/collapse-group.js +1 -90
  215. package/esm/collapse/collapse-icon.js +1 -41
  216. package/esm/collapse/collapse.js +1 -190
  217. package/esm/collapse/collapse.styles.js +1 -254
  218. package/esm/collapse/index.js +1 -22
  219. package/esm/container/container.js +1 -91
  220. package/esm/container/container.styles.js +1 -45
  221. package/esm/container/index.js +1 -14
  222. package/esm/css-baseline/css-baseline.js +1 -247
  223. package/esm/css-baseline/index.js +1 -11
  224. package/esm/divider/divider.js +1 -82
  225. package/esm/divider/divider.styles.js +1 -77
  226. package/esm/divider/index.js +1 -15
  227. package/esm/grid/grid-container.js +1 -60
  228. package/esm/grid/grid-item.js +1 -123
  229. package/esm/grid/grid.js +1 -29
  230. package/esm/grid/grid.styles.js +1 -15
  231. package/esm/grid/index.js +1 -18
  232. package/esm/image/image.js +1 -150
  233. package/esm/image/image.skeleton.js +1 -50
  234. package/esm/image/image.styles.js +1 -57
  235. package/esm/image/index.js +1 -16
  236. package/esm/index.js +1 -435
  237. package/esm/input/index.js +1 -30
  238. package/esm/input/input-password.js +1 -80
  239. package/esm/input/input-props.js +1 -30
  240. package/esm/input/input.js +1 -317
  241. package/esm/input/input.styles.js +1 -878
  242. package/esm/input/password-icon.js +1 -51
  243. package/esm/link/icon.js +1 -42
  244. package/esm/link/index.js +1 -15
  245. package/esm/link/link.js +1 -42
  246. package/esm/link/link.styles.js +1 -135
  247. package/esm/loading/index.js +1 -24
  248. package/esm/loading/loading.js +1 -80
  249. package/esm/loading/loading.styles.js +1 -438
  250. package/esm/loading/spinner.js +1 -47
  251. package/esm/modal/index.js +1 -28
  252. package/esm/modal/modal-body.js +1 -62
  253. package/esm/modal/modal-close-button.js +1 -49
  254. package/esm/modal/modal-context.js +1 -18
  255. package/esm/modal/modal-footer.js +1 -69
  256. package/esm/modal/modal-header.js +1 -69
  257. package/esm/modal/modal-wrapper.js +1 -153
  258. package/esm/modal/modal.js +1 -159
  259. package/esm/modal/modal.styles.js +1 -243
  260. package/esm/modal/use-modal.js +1 -25
  261. package/esm/pagination/index.js +1 -19
  262. package/esm/pagination/pagination-ellipsis.js +1 -86
  263. package/esm/pagination/pagination-highlight.js +1 -52
  264. package/esm/pagination/pagination-icon.js +1 -59
  265. package/esm/pagination/pagination-item.js +1 -104
  266. package/esm/pagination/pagination.js +1 -169
  267. package/esm/pagination/pagination.styles.js +1 -361
  268. package/esm/progress/index.js +1 -15
  269. package/esm/progress/progress.js +1 -101
  270. package/esm/progress/progress.styles.js +1 -165
  271. package/esm/radio/index.js +1 -24
  272. package/esm/radio/radio-context.js +1 -24
  273. package/esm/radio/radio-group.js +1 -78
  274. package/esm/radio/radio.js +1 -156
  275. package/esm/radio/radio.styles.js +1 -240
  276. package/esm/row/index.js +1 -14
  277. package/esm/row/row.js +1 -54
  278. package/esm/row/row.styles.js +1 -25
  279. package/esm/snippet/index.js +1 -16
  280. package/esm/snippet/snippet-icon.js +1 -52
  281. package/esm/snippet/snippet.js +1 -137
  282. package/esm/snippet/snippet.styles.js +1 -141
  283. package/esm/spacer/index.js +1 -14
  284. package/esm/spacer/spacer.js +1 -49
  285. package/esm/spacer/spacer.styles.js +1 -24
  286. package/esm/switch/index.js +1 -17
  287. package/esm/switch/switch.js +1 -142
  288. package/esm/switch/switch.styles.js +1 -283
  289. package/esm/text/child.js +1 -83
  290. package/esm/text/index.js +1 -14
  291. package/esm/text/text.js +1 -124
  292. package/esm/text/text.styles.js +1 -41
  293. package/esm/textarea/index.js +1 -12
  294. package/esm/textarea/textarea.js +1 -126
  295. package/esm/textarea/utils.js +1 -126
  296. package/esm/theme/common.js +1 -490
  297. package/esm/theme/dark-theme.js +1 -38
  298. package/esm/theme/index.js +1 -31
  299. package/esm/theme/light-theme.js +1 -33
  300. package/esm/theme/stitches.config.js +1 -88
  301. package/esm/theme/theme-context.js +1 -22
  302. package/esm/theme/theme-provider.js +1 -115
  303. package/esm/theme/types.js +1 -3
  304. package/esm/theme/utils.js +1 -113
  305. package/esm/tooltip/index.js +1 -17
  306. package/esm/tooltip/placement.js +1 -193
  307. package/esm/tooltip/tooltip-content.js +1 -135
  308. package/esm/tooltip/tooltip.js +1 -141
  309. package/esm/tooltip/tooltip.styles.js +1 -159
  310. package/esm/use-body-scroll/index.js +1 -12
  311. package/esm/use-body-scroll/use-body-scroll.js +1 -77
  312. package/esm/use-click-anywhere/index.js +1 -12
  313. package/esm/use-click-anywhere/use-click-anywhere.js +1 -19
  314. package/esm/use-click-away/index.js +1 -12
  315. package/esm/use-click-away/use-click-away.js +1 -23
  316. package/esm/use-clipboard/index.js +1 -12
  317. package/esm/use-clipboard/use-clipboard.js +1 -57
  318. package/esm/use-current-state/index.js +1 -12
  319. package/esm/use-current-state/use-current-state.js +1 -28
  320. package/esm/use-drip/index.js +1 -12
  321. package/esm/use-drip/use-drip.js +1 -38
  322. package/esm/use-input/index.js +1 -12
  323. package/esm/use-input/use-input.js +1 -32
  324. package/esm/use-keyboard/codes.js +1 -104
  325. package/esm/use-keyboard/helper.js +1 -35
  326. package/esm/use-keyboard/index.js +1 -15
  327. package/esm/use-keyboard/use-keyboard.js +1 -76
  328. package/esm/use-pagination/index.js +1 -88
  329. package/esm/use-portal/index.js +1 -12
  330. package/esm/use-portal/use-portal.js +1 -43
  331. package/esm/use-real-shape/index.js +1 -12
  332. package/esm/use-real-shape/use-real-shape.js +1 -55
  333. package/esm/use-resize/index.js +1 -12
  334. package/esm/use-resize/use-resize.js +1 -23
  335. package/esm/use-ssr/index.js +1 -12
  336. package/esm/use-ssr/use-ssr.js +1 -25
  337. package/esm/use-theme/index.js +1 -12
  338. package/esm/use-theme/use-theme.js +1 -16
  339. package/esm/use-warning/index.js +1 -12
  340. package/esm/use-warning/use-warning.js +1 -23
  341. package/esm/user/index.js +1 -21
  342. package/esm/user/user-link.js +1 -46
  343. package/esm/user/user.js +1 -63
  344. package/esm/user/user.styles.js +1 -56
  345. package/esm/utils/assertion.js +1 -42
  346. package/esm/utils/clear-icon.js +1 -70
  347. package/esm/utils/clsx.js +1 -57
  348. package/esm/utils/collections.js +1 -110
  349. package/esm/utils/color.js +1 -187
  350. package/esm/utils/css-transition.js +1 -76
  351. package/esm/utils/deep-merge.js +1 -33
  352. package/esm/utils/dimensions.js +1 -10
  353. package/esm/utils/dom.js +1 -110
  354. package/esm/utils/drip.js +1 -116
  355. package/esm/utils/expand.js +1 -109
  356. package/esm/utils/icons.js +1 -481
  357. package/esm/utils/numbers.js +1 -23
  358. package/esm/utils/object.js +1 -40
  359. package/esm/utils/prop-types.js +1 -56
  360. package/esm/utils/react.js +1 -24
  361. package/esm/utils/strings.js +1 -18
  362. package/esm/utils/types.d.js +1 -3
  363. package/esm/utils/with-defaults.js +1 -13
  364. package/package.json +8 -3
  365. package/{cjs → types}/avatar/avatar-group.d.ts +0 -0
  366. package/{cjs → types}/avatar/avatar-group.styles.d.ts +82 -0
  367. package/{cjs → types}/avatar/avatar.d.ts +0 -0
  368. package/{esm → types}/avatar/avatar.styles.d.ts +41 -0
  369. package/{cjs → types}/avatar/index.d.ts +0 -0
  370. package/{cjs → types}/backdrop/backdrop.d.ts +1 -1
  371. package/{cjs → types}/backdrop/backdrop.styles.d.ts +123 -0
  372. package/{cjs → types}/backdrop/index.d.ts +0 -0
  373. package/{cjs → types}/button/button-group-context.d.ts +0 -0
  374. package/{cjs → types}/button/button-group.d.ts +0 -0
  375. package/{cjs → types}/button/button-group.styles.d.ts +41 -0
  376. package/{esm → types}/button/button-icon.d.ts +42 -0
  377. package/{cjs → types}/button/button.d.ts +1 -0
  378. package/{esm/backdrop/backdrop.styles.d.ts → types/button/button.styles.d.ts} +1286 -898
  379. package/{cjs → types}/button/index.d.ts +0 -0
  380. package/{cjs → types}/button/utils.d.ts +0 -0
  381. package/{cjs → types}/card/card.d.ts +0 -0
  382. package/{cjs → types}/card/card.styles.d.ts +164 -0
  383. package/{cjs → types}/card/index.d.ts +0 -0
  384. package/{cjs → types}/checkbox/checkbox-context.d.ts +0 -0
  385. package/{cjs → types}/checkbox/checkbox-group.d.ts +0 -0
  386. package/{cjs → types}/checkbox/checkbox.d.ts +0 -0
  387. package/{cjs → types}/checkbox/checkbox.styles.d.ts +369 -0
  388. package/{cjs → types}/checkbox/index.d.ts +0 -0
  389. package/{cjs → types}/code/code.d.ts +0 -0
  390. package/{esm → types}/code/code.styles.d.ts +82 -0
  391. package/{cjs → types}/code/index.d.ts +0 -0
  392. package/{cjs → types}/col/col.d.ts +0 -0
  393. package/{cjs → types}/col/col.styles.d.ts +41 -0
  394. package/{cjs → types}/col/index.d.ts +0 -0
  395. package/{cjs → types}/collapse/collapse-context.d.ts +0 -0
  396. package/{cjs → types}/collapse/collapse-group.d.ts +0 -0
  397. package/{cjs → types}/collapse/collapse-icon.d.ts +0 -0
  398. package/{esm → types}/collapse/collapse.d.ts +5 -3
  399. package/{esm → types}/collapse/collapse.styles.d.ts +205 -0
  400. package/{cjs → types}/collapse/index.d.ts +0 -0
  401. package/{cjs → types}/container/container.d.ts +0 -0
  402. package/{cjs → types}/container/container.styles.d.ts +41 -0
  403. package/{cjs → types}/container/index.d.ts +0 -0
  404. package/{cjs → types}/css-baseline/css-baseline.d.ts +0 -0
  405. package/{cjs → types}/css-baseline/index.d.ts +0 -0
  406. package/{cjs → types}/divider/divider.d.ts +0 -0
  407. package/{esm → types}/divider/divider.styles.d.ts +82 -0
  408. package/{cjs → types}/divider/index.d.ts +0 -0
  409. package/{cjs → types}/grid/grid-container.d.ts +0 -0
  410. package/{cjs → types}/grid/grid-item.d.ts +0 -0
  411. package/{cjs → types}/grid/grid.d.ts +0 -0
  412. package/{cjs → types}/grid/grid.styles.d.ts +82 -0
  413. package/{cjs → types}/grid/index.d.ts +0 -0
  414. package/{cjs → types}/image/image.d.ts +0 -0
  415. package/{cjs → types}/image/image.skeleton.d.ts +0 -0
  416. package/{esm → types}/image/image.styles.d.ts +123 -0
  417. package/{cjs → types}/image/index.d.ts +0 -0
  418. package/{cjs → types}/index.d.ts +0 -0
  419. package/{cjs → types}/input/index.d.ts +0 -0
  420. package/{cjs → types}/input/input-password.d.ts +0 -0
  421. package/{cjs → types}/input/input-props.d.ts +0 -0
  422. package/{cjs → types}/input/input.d.ts +0 -0
  423. package/{cjs → types}/input/input.styles.d.ts +451 -0
  424. package/{cjs → types}/input/password-icon.d.ts +0 -0
  425. package/{cjs → types}/link/icon.d.ts +0 -0
  426. package/{cjs → types}/link/index.d.ts +0 -0
  427. package/{cjs → types}/link/link.d.ts +1 -1
  428. package/{cjs → types}/link/link.styles.d.ts +83 -1
  429. package/{cjs → types}/loading/index.d.ts +0 -0
  430. package/{cjs → types}/loading/loading.d.ts +0 -0
  431. package/{esm → types}/loading/loading.styles.d.ts +246 -0
  432. package/{cjs → types}/loading/spinner.d.ts +0 -0
  433. package/{cjs → types}/modal/index.d.ts +0 -0
  434. package/{cjs → types}/modal/modal-body.d.ts +0 -0
  435. package/{cjs → types}/modal/modal-close-button.d.ts +0 -0
  436. package/{cjs → types}/modal/modal-context.d.ts +0 -0
  437. package/{cjs → types}/modal/modal-footer.d.ts +0 -0
  438. package/{cjs → types}/modal/modal-header.d.ts +0 -0
  439. package/{cjs → types}/modal/modal-wrapper.d.ts +0 -0
  440. package/{cjs → types}/modal/modal.d.ts +0 -0
  441. package/{cjs → types}/modal/modal.styles.d.ts +246 -0
  442. package/{cjs → types}/modal/use-modal.d.ts +0 -0
  443. package/{cjs → types}/pagination/index.d.ts +0 -0
  444. package/{cjs → types}/pagination/pagination-ellipsis.d.ts +0 -0
  445. package/{cjs → types}/pagination/pagination-highlight.d.ts +0 -0
  446. package/{cjs → types}/pagination/pagination-icon.d.ts +0 -0
  447. package/{cjs → types}/pagination/pagination-item.d.ts +0 -0
  448. package/{cjs → types}/pagination/pagination.d.ts +0 -0
  449. package/{esm → types}/pagination/pagination.styles.d.ts +246 -0
  450. package/{cjs → types}/progress/index.d.ts +0 -0
  451. package/{esm → types}/progress/progress.d.ts +1 -1
  452. package/{esm → types}/progress/progress.styles.d.ts +83 -1
  453. package/{cjs → types}/radio/index.d.ts +0 -0
  454. package/{cjs → types}/radio/radio-context.d.ts +0 -0
  455. package/{cjs → types}/radio/radio-group.d.ts +0 -0
  456. package/{cjs → types}/radio/radio.d.ts +0 -0
  457. package/{cjs → types}/radio/radio.styles.d.ts +246 -0
  458. package/{cjs → types}/row/index.d.ts +0 -0
  459. package/{cjs → types}/row/row.d.ts +0 -0
  460. package/{cjs → types}/row/row.styles.d.ts +41 -0
  461. package/{cjs → types}/snippet/index.d.ts +0 -0
  462. package/{cjs → types}/snippet/snippet-icon.d.ts +0 -0
  463. package/{cjs → types}/snippet/snippet.d.ts +0 -0
  464. package/{esm → types}/snippet/snippet.styles.d.ts +164 -0
  465. package/{cjs → types}/spacer/index.d.ts +0 -0
  466. package/{cjs → types}/spacer/spacer.d.ts +0 -0
  467. package/{cjs → types}/spacer/spacer.styles.d.ts +41 -0
  468. package/{cjs → types}/switch/index.d.ts +1 -1
  469. package/{cjs → types}/switch/switch.d.ts +0 -0
  470. package/{cjs → types}/switch/switch.styles.d.ts +164 -0
  471. package/{esm → types}/text/child.d.ts +2 -0
  472. package/{cjs → types}/text/index.d.ts +0 -0
  473. package/{cjs → types}/text/text.d.ts +3 -3
  474. package/{cjs → types}/text/text.styles.d.ts +41 -0
  475. package/{cjs → types}/textarea/index.d.ts +0 -0
  476. package/{cjs → types}/textarea/textarea.d.ts +0 -0
  477. package/{cjs → types}/textarea/utils.d.ts +0 -0
  478. package/{cjs → types}/theme/common.d.ts +76 -0
  479. package/{cjs → types}/theme/dark-theme.d.ts +10 -0
  480. package/{cjs → types}/theme/light-theme.d.ts +0 -0
  481. package/{cjs → types}/theme/stitches.config.d.ts +5411 -4087
  482. package/{cjs → types}/theme/theme-context.d.ts +0 -0
  483. package/{cjs → types}/theme/theme-provider.d.ts +0 -0
  484. package/{cjs → types}/theme/types.d.ts +1 -0
  485. package/{cjs → types}/theme/utils.d.ts +0 -0
  486. package/{cjs → types}/tooltip/index.d.ts +0 -0
  487. package/{cjs → types}/tooltip/placement.d.ts +0 -0
  488. package/{cjs → types}/tooltip/tooltip-content.d.ts +0 -0
  489. package/{esm → types}/tooltip/tooltip.d.ts +4 -1
  490. package/{esm → types}/tooltip/tooltip.styles.d.ts +164 -0
  491. package/{cjs → types}/use-body-scroll/index.d.ts +0 -0
  492. package/{cjs → types}/use-body-scroll/use-body-scroll.d.ts +0 -0
  493. package/{cjs → types}/use-click-anywhere/index.d.ts +0 -0
  494. package/{cjs → types}/use-click-anywhere/use-click-anywhere.d.ts +0 -0
  495. package/{cjs → types}/use-click-away/index.d.ts +0 -0
  496. package/{cjs → types}/use-click-away/use-click-away.d.ts +0 -0
  497. package/{cjs → types}/use-clipboard/index.d.ts +0 -0
  498. package/{cjs → types}/use-clipboard/use-clipboard.d.ts +0 -0
  499. package/{cjs → types}/use-current-state/index.d.ts +0 -0
  500. package/{cjs → types}/use-current-state/use-current-state.d.ts +0 -0
  501. package/{cjs → types}/use-drip/index.d.ts +0 -0
  502. package/{cjs → types}/use-drip/use-drip.d.ts +0 -0
  503. package/{cjs → types}/use-input/index.d.ts +0 -0
  504. package/{cjs → types}/use-input/use-input.d.ts +0 -0
  505. package/{cjs → types}/use-keyboard/codes.d.ts +0 -0
  506. package/{cjs → types}/use-keyboard/helper.d.ts +0 -0
  507. package/{cjs → types}/use-keyboard/index.d.ts +0 -0
  508. package/{cjs → types}/use-keyboard/use-keyboard.d.ts +0 -0
  509. package/{cjs → types}/use-pagination/index.d.ts +0 -0
  510. package/{cjs → types}/use-portal/index.d.ts +0 -0
  511. package/{cjs → types}/use-portal/use-portal.d.ts +0 -0
  512. package/{cjs → types}/use-real-shape/index.d.ts +0 -0
  513. package/{cjs → types}/use-real-shape/use-real-shape.d.ts +0 -0
  514. package/{cjs → types}/use-resize/index.d.ts +0 -0
  515. package/{cjs → types}/use-resize/use-resize.d.ts +0 -0
  516. package/{cjs → types}/use-ssr/index.d.ts +0 -0
  517. package/{cjs → types}/use-ssr/use-ssr.d.ts +0 -0
  518. package/{cjs → types}/use-theme/index.d.ts +0 -0
  519. package/{cjs → types}/use-theme/use-theme.d.ts +0 -0
  520. package/{cjs → types}/use-warning/index.d.ts +0 -0
  521. package/{cjs → types}/use-warning/use-warning.d.ts +0 -0
  522. package/{cjs → types}/user/index.d.ts +0 -0
  523. package/{cjs → types}/user/user-link.d.ts +0 -0
  524. package/{cjs → types}/user/user.d.ts +0 -0
  525. package/{cjs → types}/user/user.styles.d.ts +205 -0
  526. package/{cjs → types}/utils/assertion.d.ts +0 -0
  527. package/{cjs → types}/utils/clear-icon.d.ts +0 -0
  528. package/{cjs → types}/utils/clsx.d.ts +0 -0
  529. package/{cjs → types}/utils/collections.d.ts +0 -0
  530. package/{cjs → types}/utils/color.d.ts +0 -0
  531. package/{cjs → types}/utils/css-transition.d.ts +0 -0
  532. package/{cjs → types}/utils/deep-merge.d.ts +0 -0
  533. package/{cjs → types}/utils/dimensions.d.ts +0 -0
  534. package/{cjs → types}/utils/drip.d.ts +41 -0
  535. package/{cjs → types}/utils/expand.d.ts +0 -0
  536. package/{cjs → types}/utils/numbers.d.ts +0 -0
  537. package/{cjs → types}/utils/object.d.ts +0 -0
  538. package/{cjs → types}/utils/prop-types.d.ts +0 -0
  539. package/{cjs → types}/utils/with-defaults.d.ts +0 -0
  540. package/umd/nextui.js +4532 -602
  541. package/umd/nextui.min.js +1 -1
  542. package/cjs/avatar/avatar.styles.d.ts +0 -904
  543. package/cjs/button/button-icon.d.ts +0 -909
  544. package/cjs/button/button.styles.d.ts +0 -907
  545. package/cjs/code/code.styles.d.ts +0 -1782
  546. package/cjs/collapse/collapse.d.ts +0 -41
  547. package/cjs/collapse/collapse.styles.d.ts +0 -4472
  548. package/cjs/divider/divider.styles.d.ts +0 -1787
  549. package/cjs/image/image.styles.d.ts +0 -2676
  550. package/cjs/loading/loading.styles.d.ts +0 -5356
  551. package/cjs/pagination/pagination.styles.d.ts +0 -5369
  552. package/cjs/progress/progress.d.ts +0 -65
  553. package/cjs/progress/progress.styles.d.ts +0 -1793
  554. package/cjs/snippet/snippet.styles.d.ts +0 -3570
  555. package/cjs/text/child.d.ts +0 -21
  556. package/cjs/theme/ssr-provider.d.ts +0 -7
  557. package/cjs/theme/ssr-provider.js +0 -51
  558. package/cjs/tooltip/tooltip.d.ts +0 -56
  559. package/cjs/tooltip/tooltip.styles.d.ts +0 -3571
  560. package/esm/avatar/avatar-group.d.ts +0 -13
  561. package/esm/avatar/avatar-group.styles.d.ts +0 -1785
  562. package/esm/avatar/avatar.d.ts +0 -21
  563. package/esm/avatar/index.d.ts +0 -7
  564. package/esm/backdrop/backdrop.d.ts +0 -37
  565. package/esm/backdrop/index.d.ts +0 -5
  566. package/esm/button/button-group-context.d.ts +0 -20
  567. package/esm/button/button-group.d.ts +0 -34
  568. package/esm/button/button-group.styles.d.ts +0 -899
  569. package/esm/button/button.d.ts +0 -30
  570. package/esm/button/button.styles.d.ts +0 -907
  571. package/esm/button/index.d.ts +0 -10
  572. package/esm/button/utils.d.ts +0 -4
  573. package/esm/card/card.d.ts +0 -23
  574. package/esm/card/card.styles.d.ts +0 -3575
  575. package/esm/card/index.d.ts +0 -5
  576. package/esm/checkbox/checkbox-context.d.ts +0 -13
  577. package/esm/checkbox/checkbox-group.d.ts +0 -29
  578. package/esm/checkbox/checkbox.d.ts +0 -58
  579. package/esm/checkbox/checkbox.styles.d.ts +0 -8054
  580. package/esm/checkbox/index.d.ts +0 -6
  581. package/esm/code/code.d.ts +0 -15
  582. package/esm/code/index.d.ts +0 -5
  583. package/esm/col/col.d.ts +0 -20
  584. package/esm/col/col.styles.d.ts +0 -893
  585. package/esm/col/index.d.ts +0 -5
  586. package/esm/collapse/collapse-context.d.ts +0 -9
  587. package/esm/collapse/collapse-group.d.ts +0 -18
  588. package/esm/collapse/collapse-icon.d.ts +0 -19
  589. package/esm/collapse/index.d.ts +0 -6
  590. package/esm/container/container.d.ts +0 -40
  591. package/esm/container/container.styles.d.ts +0 -896
  592. package/esm/container/index.d.ts +0 -5
  593. package/esm/css-baseline/css-baseline.d.ts +0 -9
  594. package/esm/css-baseline/index.d.ts +0 -1
  595. package/esm/divider/divider.d.ts +0 -22
  596. package/esm/divider/index.d.ts +0 -5
  597. package/esm/grid/grid-container.d.ts +0 -22
  598. package/esm/grid/grid-item.d.ts +0 -37
  599. package/esm/grid/grid.d.ts +0 -9
  600. package/esm/grid/grid.styles.d.ts +0 -1783
  601. package/esm/grid/index.d.ts +0 -7
  602. package/esm/image/image.d.ts +0 -29
  603. package/esm/image/image.skeleton.d.ts +0 -19
  604. package/esm/image/index.d.ts +0 -5
  605. package/esm/index.d.ts +0 -79
  606. package/esm/input/index.d.ts +0 -7
  607. package/esm/input/input-password.d.ts +0 -98
  608. package/esm/input/input-props.d.ts +0 -66
  609. package/esm/input/input.d.ts +0 -18
  610. package/esm/input/input.styles.d.ts +0 -9854
  611. package/esm/input/password-icon.d.ts +0 -6
  612. package/esm/link/icon.d.ts +0 -4
  613. package/esm/link/index.d.ts +0 -5
  614. package/esm/link/link.d.ts +0 -43
  615. package/esm/link/link.styles.d.ts +0 -1788
  616. package/esm/loading/index.d.ts +0 -7
  617. package/esm/loading/loading.d.ts +0 -24
  618. package/esm/loading/spinner.d.ts +0 -17
  619. package/esm/modal/index.d.ts +0 -8
  620. package/esm/modal/modal-body.d.ts +0 -45
  621. package/esm/modal/modal-close-button.d.ts +0 -13
  622. package/esm/modal/modal-context.d.ts +0 -8
  623. package/esm/modal/modal-footer.d.ts +0 -24
  624. package/esm/modal/modal-header.d.ts +0 -24
  625. package/esm/modal/modal-wrapper.d.ts +0 -24
  626. package/esm/modal/modal.d.ts +0 -42
  627. package/esm/modal/modal.styles.d.ts +0 -5362
  628. package/esm/modal/use-modal.d.ts +0 -11
  629. package/esm/pagination/index.d.ts +0 -7
  630. package/esm/pagination/pagination-ellipsis.d.ts +0 -11
  631. package/esm/pagination/pagination-highlight.d.ts +0 -14
  632. package/esm/pagination/pagination-icon.d.ts +0 -16
  633. package/esm/pagination/pagination-item.d.ts +0 -22
  634. package/esm/pagination/pagination.d.ts +0 -46
  635. package/esm/progress/index.d.ts +0 -5
  636. package/esm/radio/index.d.ts +0 -4
  637. package/esm/radio/radio-context.d.ts +0 -13
  638. package/esm/radio/radio-group.d.ts +0 -30
  639. package/esm/radio/radio.d.ts +0 -45
  640. package/esm/radio/radio.styles.d.ts +0 -5357
  641. package/esm/row/index.d.ts +0 -5
  642. package/esm/row/row.d.ts +0 -21
  643. package/esm/row/row.styles.d.ts +0 -895
  644. package/esm/snippet/index.d.ts +0 -5
  645. package/esm/snippet/snippet-icon.d.ts +0 -21
  646. package/esm/snippet/snippet.d.ts +0 -35
  647. package/esm/spacer/index.d.ts +0 -5
  648. package/esm/spacer/spacer.d.ts +0 -41
  649. package/esm/spacer/spacer.styles.d.ts +0 -894
  650. package/esm/switch/index.d.ts +0 -5
  651. package/esm/switch/switch.d.ts +0 -82
  652. package/esm/switch/switch.styles.d.ts +0 -3576
  653. package/esm/text/index.d.ts +0 -4
  654. package/esm/text/text.d.ts +0 -59
  655. package/esm/text/text.styles.d.ts +0 -894
  656. package/esm/textarea/index.d.ts +0 -3
  657. package/esm/textarea/textarea.d.ts +0 -42
  658. package/esm/textarea/utils.d.ts +0 -13
  659. package/esm/theme/common.d.ts +0 -1584
  660. package/esm/theme/dark-theme.d.ts +0 -33
  661. package/esm/theme/light-theme.d.ts +0 -28
  662. package/esm/theme/ssr-provider.d.ts +0 -7
  663. package/esm/theme/ssr-provider.js +0 -51
  664. package/esm/theme/stitches.config.d.ts +0 -8700
  665. package/esm/theme/theme-context.d.ts +0 -5
  666. package/esm/theme/theme-provider.d.ts +0 -14
  667. package/esm/theme/types.d.ts +0 -75
  668. package/esm/theme/utils.d.ts +0 -16
  669. package/esm/tooltip/index.d.ts +0 -6
  670. package/esm/tooltip/placement.d.ts +0 -39
  671. package/esm/tooltip/tooltip-content.d.ts +0 -27
  672. package/esm/use-body-scroll/index.d.ts +0 -3
  673. package/esm/use-body-scroll/use-body-scroll.d.ts +0 -9
  674. package/esm/use-click-anywhere/index.d.ts +0 -2
  675. package/esm/use-click-anywhere/use-click-anywhere.d.ts +0 -2
  676. package/esm/use-click-away/index.d.ts +0 -2
  677. package/esm/use-click-away/use-click-away.d.ts +0 -3
  678. package/esm/use-clipboard/index.d.ts +0 -3
  679. package/esm/use-clipboard/use-clipboard.d.ts +0 -8
  680. package/esm/use-current-state/index.d.ts +0 -2
  681. package/esm/use-current-state/use-current-state.d.ts +0 -8
  682. package/esm/use-drip/index.d.ts +0 -2
  683. package/esm/use-drip/use-drip.d.ts +0 -9
  684. package/esm/use-input/index.d.ts +0 -2
  685. package/esm/use-input/use-input.d.ts +0 -13
  686. package/esm/use-keyboard/codes.d.ts +0 -92
  687. package/esm/use-keyboard/helper.d.ts +0 -3
  688. package/esm/use-keyboard/index.d.ts +0 -5
  689. package/esm/use-keyboard/use-keyboard.d.ts +0 -22
  690. package/esm/use-pagination/index.d.ts +0 -20
  691. package/esm/use-portal/index.d.ts +0 -2
  692. package/esm/use-portal/use-portal.d.ts +0 -2
  693. package/esm/use-real-shape/index.d.ts +0 -2
  694. package/esm/use-real-shape/use-real-shape.d.ts +0 -9
  695. package/esm/use-resize/index.d.ts +0 -2
  696. package/esm/use-resize/use-resize.d.ts +0 -2
  697. package/esm/use-ssr/index.d.ts +0 -2
  698. package/esm/use-ssr/use-ssr.d.ts +0 -6
  699. package/esm/use-theme/index.d.ts +0 -2
  700. package/esm/use-theme/use-theme.d.ts +0 -3
  701. package/esm/use-warning/index.d.ts +0 -2
  702. package/esm/use-warning/use-warning.d.ts +0 -2
  703. package/esm/user/index.d.ts +0 -6
  704. package/esm/user/user-link.d.ts +0 -32
  705. package/esm/user/user.d.ts +0 -35
  706. package/esm/user/user.styles.d.ts +0 -4456
  707. package/esm/utils/assertion.d.ts +0 -8
  708. package/esm/utils/clear-icon.d.ts +0 -16
  709. package/esm/utils/clsx.d.ts +0 -1
  710. package/esm/utils/collections.d.ts +0 -12
  711. package/esm/utils/color.d.ts +0 -28
  712. package/esm/utils/css-transition.d.ts +0 -27
  713. package/esm/utils/deep-merge.d.ts +0 -1
  714. package/esm/utils/dimensions.d.ts +0 -1
  715. package/esm/utils/drip.d.ts +0 -936
  716. package/esm/utils/expand.d.ts +0 -20
  717. package/esm/utils/numbers.d.ts +0 -9
  718. package/esm/utils/object.d.ts +0 -11
  719. package/esm/utils/prop-types.d.ts +0 -54
  720. package/esm/utils/with-defaults.d.ts +0 -3
@@ -1,3571 +0,0 @@
1
- import { VariantProps } from '../theme/stitches.config';
2
- export declare const StyledTooltipTrigger: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
3
- xs: string;
4
- sm: string;
5
- md: string;
6
- lg: string;
7
- xl: string;
8
- xsMax: string;
9
- smMax: string;
10
- mdMax: string;
11
- lgMax: string;
12
- xlMax: string;
13
- motion: string;
14
- safari: string;
15
- hover: string;
16
- dark: string;
17
- light: string;
18
- }, import("@stitches/react/types/css-util").CSS<{
19
- xs: string;
20
- sm: string;
21
- md: string;
22
- lg: string;
23
- xl: string;
24
- xsMax: string;
25
- smMax: string;
26
- mdMax: string;
27
- lgMax: string;
28
- xlMax: string;
29
- motion: string;
30
- safari: string;
31
- hover: string;
32
- dark: string;
33
- light: string;
34
- }, {
35
- shadows: {
36
- xs: string;
37
- sm: string;
38
- md: string;
39
- lg: string;
40
- xl: string;
41
- };
42
- 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
- text: string;
53
- background: string;
54
- foreground: string;
55
- codeLight: string;
56
- code: string;
57
- border: string;
58
- selection: string;
59
- white: string;
60
- black: string;
61
- blue100: string;
62
- blue200: string;
63
- blue300: string;
64
- blue400: string;
65
- blue500: string;
66
- blue600: string;
67
- blue700: string;
68
- blue800: string;
69
- blue900: string;
70
- purple100: string;
71
- purple200: string;
72
- purple300: string;
73
- purple400: string;
74
- purple500: string;
75
- purple600: string;
76
- purple700: string;
77
- purple800: string;
78
- purple900: string;
79
- green100: string;
80
- green200: string;
81
- green300: string;
82
- green400: string;
83
- green500: string;
84
- green600: string;
85
- green700: string;
86
- green800: string;
87
- green900: string;
88
- yellow100: string;
89
- yellow200: string;
90
- yellow300: string;
91
- yellow400: string;
92
- yellow500: string;
93
- yellow600: string;
94
- yellow700: string;
95
- yellow800: string;
96
- yellow900: string;
97
- red100: string;
98
- red200: string;
99
- red300: string;
100
- red400: string;
101
- red500: string;
102
- red600: string;
103
- red700: string;
104
- red800: string;
105
- red900: string;
106
- cyan100: string;
107
- cyan200: string;
108
- cyan300: string;
109
- cyan400: string;
110
- cyan500: string;
111
- cyan600: string;
112
- cyan700: string;
113
- cyan800: string;
114
- cyan900: string;
115
- pink100: string;
116
- pink200: string;
117
- pink300: string;
118
- pink400: string;
119
- pink500: string;
120
- pink600: string;
121
- pink700: string;
122
- pink800: string;
123
- pink900: string;
124
- gray100: string;
125
- gray200: string;
126
- gray300: string;
127
- gray400: string;
128
- gray500: string;
129
- gray600: string;
130
- gray700: string;
131
- gray800: string;
132
- gray900: string;
133
- primaryLight: string;
134
- primary: string;
135
- primaryDark: string;
136
- secondaryLight: string;
137
- secondary: string;
138
- secondaryDark: string;
139
- successLight: string;
140
- success: string;
141
- successDark: string;
142
- warningLight: string;
143
- warning: string;
144
- warningDark: string;
145
- errorLight: string;
146
- error: string;
147
- errorDark: string;
148
- gradient: string;
149
- link: string;
150
- };
151
- fonts: {
152
- sans: string;
153
- mono: string;
154
- };
155
- fontSizes: {
156
- tiny: string;
157
- xs: string;
158
- base: string;
159
- sm: string;
160
- md: string;
161
- lg: string;
162
- xl: string;
163
- };
164
- fontWeights: {
165
- hairline: number;
166
- thin: number;
167
- light: number;
168
- normal: number;
169
- medium: number;
170
- semibold: number;
171
- bold: number;
172
- extrabold: number;
173
- black: number;
174
- };
175
- lineHeights: {
176
- xs: number;
177
- sm: number;
178
- md: number;
179
- lg: number;
180
- xl: number;
181
- };
182
- letterSpacings: {
183
- tighter: string;
184
- tight: string;
185
- normal: string;
186
- wide: string;
187
- wider: string;
188
- widest: string;
189
- };
190
- space: {
191
- 0: string;
192
- xs: string;
193
- sm: string;
194
- md: string;
195
- lg: string;
196
- xl: string;
197
- px: string;
198
- 1: string;
199
- 2: string;
200
- 3: string;
201
- 4: string;
202
- 5: string;
203
- 6: string;
204
- 7: string;
205
- 8: string;
206
- 9: string;
207
- 10: string;
208
- 11: string;
209
- 12: string;
210
- 13: string;
211
- 14: string;
212
- 15: string;
213
- 16: string;
214
- 17: string;
215
- 18: string;
216
- 20: string;
217
- 24: string;
218
- 28: string;
219
- 32: string;
220
- 36: string;
221
- 40: string;
222
- 44: string;
223
- 48: string;
224
- 52: string;
225
- 56: string;
226
- 60: string;
227
- 64: string;
228
- 72: string;
229
- 80: string;
230
- 96: string;
231
- };
232
- radii: {
233
- xs: string;
234
- sm: string;
235
- md: string;
236
- base: string;
237
- lg: string;
238
- xl: string;
239
- squared: string;
240
- rounded: string;
241
- pill: string;
242
- };
243
- zIndices: {
244
- 1: string;
245
- 2: string;
246
- 3: string;
247
- 4: string;
248
- 5: string;
249
- 10: string;
250
- max: string;
251
- };
252
- borderWeights: {
253
- light: string;
254
- normal: string;
255
- bold: string;
256
- extrabold: string;
257
- black: string;
258
- };
259
- transitions: {
260
- default: string;
261
- };
262
- breakpoints: {
263
- xs: string;
264
- sm: string;
265
- md: string;
266
- lg: string;
267
- xl: string;
268
- };
269
- }, {
270
- width: string;
271
- height: string;
272
- minWidth: string;
273
- maxWidth: string;
274
- minHeight: string;
275
- maxHeight: string;
276
- flexBasis: string;
277
- gridTemplateColumns: string;
278
- gridTemplateRows: string;
279
- blockSize: string;
280
- minBlockSize: string;
281
- maxBlockSize: string;
282
- inlineSize: string;
283
- minInlineSize: string;
284
- maxInlineSize: string;
285
- borderWidth: string;
286
- gap: "space";
287
- gridGap: "space";
288
- columnGap: "space";
289
- gridColumnGap: "space";
290
- rowGap: "space";
291
- gridRowGap: "space";
292
- inset: "space";
293
- insetBlock: "space";
294
- insetBlockEnd: "space";
295
- insetBlockStart: "space";
296
- insetInline: "space";
297
- insetInlineEnd: "space";
298
- insetInlineStart: "space";
299
- margin: "space";
300
- marginTop: "space";
301
- marginRight: "space";
302
- marginBottom: "space";
303
- marginLeft: "space";
304
- marginBlock: "space";
305
- marginBlockEnd: "space";
306
- marginBlockStart: "space";
307
- marginInline: "space";
308
- marginInlineEnd: "space";
309
- marginInlineStart: "space";
310
- padding: "space";
311
- paddingTop: "space";
312
- paddingRight: "space";
313
- paddingBottom: "space";
314
- paddingLeft: "space";
315
- paddingBlock: "space";
316
- paddingBlockEnd: "space";
317
- paddingBlockStart: "space";
318
- paddingInline: "space";
319
- paddingInlineEnd: "space";
320
- paddingInlineStart: "space";
321
- scrollMargin: "space";
322
- scrollMarginTop: "space";
323
- scrollMarginRight: "space";
324
- scrollMarginBottom: "space";
325
- scrollMarginLeft: "space";
326
- scrollMarginBlock: "space";
327
- scrollMarginBlockEnd: "space";
328
- scrollMarginBlockStart: "space";
329
- scrollMarginInline: "space";
330
- scrollMarginInlineEnd: "space";
331
- scrollMarginInlineStart: "space";
332
- scrollPadding: "space";
333
- scrollPaddingTop: "space";
334
- scrollPaddingRight: "space";
335
- scrollPaddingBottom: "space";
336
- scrollPaddingLeft: "space";
337
- scrollPaddingBlock: "space";
338
- scrollPaddingBlockEnd: "space";
339
- scrollPaddingBlockStart: "space";
340
- scrollPaddingInline: "space";
341
- scrollPaddingInlineEnd: "space";
342
- scrollPaddingInlineStart: "space";
343
- top: "space";
344
- right: "space";
345
- bottom: "space";
346
- left: "space";
347
- fontSize: "fontSizes";
348
- background: "colors";
349
- backgroundColor: "colors";
350
- backgroundImage: "colors";
351
- borderImage: "colors";
352
- border: "colors";
353
- borderBlock: "colors";
354
- borderBlockEnd: "colors";
355
- borderBlockStart: "colors";
356
- borderBottom: "colors";
357
- borderBottomColor: "colors";
358
- borderColor: "colors";
359
- borderInline: "colors";
360
- borderInlineEnd: "colors";
361
- borderInlineStart: "colors";
362
- borderLeft: "colors";
363
- borderLeftColor: "colors";
364
- borderRight: "colors";
365
- borderRightColor: "colors";
366
- borderTop: "colors";
367
- borderTopColor: "colors";
368
- caretColor: "colors";
369
- color: "colors";
370
- columnRuleColor: "colors";
371
- outline: "colors";
372
- outlineColor: "colors";
373
- fill: "colors";
374
- stroke: "colors";
375
- textDecorationColor: "colors";
376
- fontFamily: "fonts";
377
- fontWeight: "fontWeights";
378
- lineHeight: "lineHeights";
379
- letterSpacing: "letterSpacings";
380
- borderTopWidth: "borderWidths";
381
- borderLeftWidth: "borderWidths";
382
- borderRightWidth: "borderWidths";
383
- borderBottomWidth: "borderWidths";
384
- borderStyle: "borderStyles";
385
- borderTopStyle: "borderStyles";
386
- borderLeftStyle: "borderStyles";
387
- borderRightStyle: "borderStyles";
388
- borderBottomStyle: "borderStyles";
389
- borderRadius: "radii";
390
- borderTopLeftRadius: "radii";
391
- borderTopRightRadius: "radii";
392
- borderBottomRightRadius: "radii";
393
- borderBottomLeftRadius: "radii";
394
- boxShadow: "shadows";
395
- textShadow: "shadows";
396
- transition: "transitions";
397
- zIndex: "zIndices";
398
- }, {
399
- p: (value: {
400
- readonly [$$PropertyValue]: "padding";
401
- }) => {
402
- padding: {
403
- readonly [$$PropertyValue]: "padding";
404
- };
405
- };
406
- pt: (value: {
407
- readonly [$$PropertyValue]: "paddingTop";
408
- }) => {
409
- paddingTop: {
410
- readonly [$$PropertyValue]: "paddingTop";
411
- };
412
- };
413
- pr: (value: {
414
- readonly [$$PropertyValue]: "paddingRight";
415
- }) => {
416
- paddingRight: {
417
- readonly [$$PropertyValue]: "paddingRight";
418
- };
419
- };
420
- pb: (value: {
421
- readonly [$$PropertyValue]: "paddingBottom";
422
- }) => {
423
- paddingBottom: {
424
- readonly [$$PropertyValue]: "paddingBottom";
425
- };
426
- };
427
- pl: (value: {
428
- readonly [$$PropertyValue]: "paddingLeft";
429
- }) => {
430
- paddingLeft: {
431
- readonly [$$PropertyValue]: "paddingLeft";
432
- };
433
- };
434
- px: (value: {
435
- readonly [$$PropertyValue]: "paddingLeft";
436
- }) => {
437
- paddingLeft: {
438
- readonly [$$PropertyValue]: "paddingLeft";
439
- };
440
- paddingRight: {
441
- readonly [$$PropertyValue]: "paddingLeft";
442
- };
443
- };
444
- py: (value: {
445
- readonly [$$PropertyValue]: "paddingTop";
446
- }) => {
447
- paddingTop: {
448
- readonly [$$PropertyValue]: "paddingTop";
449
- };
450
- paddingBottom: {
451
- readonly [$$PropertyValue]: "paddingTop";
452
- };
453
- };
454
- m: (value: {
455
- readonly [$$PropertyValue]: "margin";
456
- }) => {
457
- margin: {
458
- readonly [$$PropertyValue]: "margin";
459
- };
460
- };
461
- mt: (value: {
462
- readonly [$$PropertyValue]: "marginTop";
463
- }) => {
464
- marginTop: {
465
- readonly [$$PropertyValue]: "marginTop";
466
- };
467
- };
468
- mr: (value: {
469
- readonly [$$PropertyValue]: "marginRight";
470
- }) => {
471
- marginRight: {
472
- readonly [$$PropertyValue]: "marginRight";
473
- };
474
- };
475
- mb: (value: {
476
- readonly [$$PropertyValue]: "marginBottom";
477
- }) => {
478
- marginBottom: {
479
- readonly [$$PropertyValue]: "marginBottom";
480
- };
481
- };
482
- ml: (value: {
483
- readonly [$$PropertyValue]: "marginLeft";
484
- }) => {
485
- marginLeft: {
486
- readonly [$$PropertyValue]: "marginLeft";
487
- };
488
- };
489
- mx: (value: {
490
- readonly [$$PropertyValue]: "marginLeft";
491
- }) => {
492
- marginLeft: {
493
- readonly [$$PropertyValue]: "marginLeft";
494
- };
495
- marginRight: {
496
- readonly [$$PropertyValue]: "marginLeft";
497
- };
498
- };
499
- my: (value: {
500
- readonly [$$PropertyValue]: "marginTop";
501
- }) => {
502
- marginTop: {
503
- readonly [$$PropertyValue]: "marginTop";
504
- };
505
- marginBottom: {
506
- readonly [$$PropertyValue]: "marginTop";
507
- };
508
- };
509
- ta: (value: {
510
- readonly [$$PropertyValue]: "textAlign";
511
- }) => {
512
- textAlign: {
513
- readonly [$$PropertyValue]: "textAlign";
514
- };
515
- };
516
- tt: (value: {
517
- readonly [$$PropertyValue]: "textTransform";
518
- }) => {
519
- textTransform: {
520
- readonly [$$PropertyValue]: "textTransform";
521
- };
522
- };
523
- to: (value: {
524
- readonly [$$PropertyValue]: "textOverflow";
525
- }) => {
526
- textOverflow: {
527
- readonly [$$PropertyValue]: "textOverflow";
528
- };
529
- };
530
- d: (value: {
531
- readonly [$$PropertyValue]: "display";
532
- }) => {
533
- display: {
534
- readonly [$$PropertyValue]: "display";
535
- };
536
- };
537
- dflex: (value: {
538
- readonly [$$PropertyValue]: "alignItems";
539
- }) => {
540
- display: string;
541
- alignItems: {
542
- readonly [$$PropertyValue]: "alignItems";
543
- };
544
- justifyContent: {
545
- readonly [$$PropertyValue]: "alignItems";
546
- };
547
- };
548
- fd: (value: {
549
- readonly [$$PropertyValue]: "flexDirection";
550
- }) => {
551
- flexDirection: {
552
- readonly [$$PropertyValue]: "flexDirection";
553
- };
554
- };
555
- fw: (value: {
556
- readonly [$$PropertyValue]: "flexWrap";
557
- }) => {
558
- flexWrap: {
559
- readonly [$$PropertyValue]: "flexWrap";
560
- };
561
- };
562
- ai: (value: {
563
- readonly [$$PropertyValue]: "alignItems";
564
- }) => {
565
- alignItems: {
566
- readonly [$$PropertyValue]: "alignItems";
567
- };
568
- };
569
- ac: (value: {
570
- readonly [$$PropertyValue]: "alignContent";
571
- }) => {
572
- alignContent: {
573
- readonly [$$PropertyValue]: "alignContent";
574
- };
575
- };
576
- jc: (value: {
577
- readonly [$$PropertyValue]: "justifyContent";
578
- }) => {
579
- justifyContent: {
580
- readonly [$$PropertyValue]: "justifyContent";
581
- };
582
- };
583
- as: (value: {
584
- readonly [$$PropertyValue]: "alignSelf";
585
- }) => {
586
- alignSelf: {
587
- readonly [$$PropertyValue]: "alignSelf";
588
- };
589
- };
590
- fg: (value: {
591
- readonly [$$PropertyValue]: "flexGrow";
592
- }) => {
593
- flexGrow: {
594
- readonly [$$PropertyValue]: "flexGrow";
595
- };
596
- };
597
- fs: (value: {
598
- readonly [$$PropertyValue]: "fontSize";
599
- }) => {
600
- fontSize: {
601
- readonly [$$PropertyValue]: "fontSize";
602
- };
603
- };
604
- fb: (value: {
605
- readonly [$$PropertyValue]: "flexBasis";
606
- }) => {
607
- flexBasis: {
608
- readonly [$$PropertyValue]: "flexBasis";
609
- };
610
- };
611
- bc: (value: {
612
- readonly [$$PropertyValue]: "backgroundColor";
613
- }) => {
614
- backgroundColor: {
615
- readonly [$$PropertyValue]: "backgroundColor";
616
- };
617
- };
618
- bf: (value: {
619
- readonly [$$PropertyValue]: "backdropFilter";
620
- }) => {
621
- backdropFilter: {
622
- readonly [$$PropertyValue]: "backdropFilter";
623
- };
624
- };
625
- bg: (value: {
626
- readonly [$$PropertyValue]: "backgroundColor";
627
- }) => {
628
- background: {
629
- readonly [$$PropertyValue]: "backgroundColor";
630
- };
631
- };
632
- bgBlur: (value: {
633
- readonly [$$PropertyValue]: "backgroundColor";
634
- }) => {
635
- bf: string;
636
- bg: string;
637
- };
638
- bgColor: (value: {
639
- readonly [$$PropertyValue]: "backgroundColor";
640
- }) => {
641
- backgroundColor: {
642
- readonly [$$PropertyValue]: "backgroundColor";
643
- };
644
- };
645
- backgroundClip: (value: {
646
- readonly [$$PropertyValue]: "backgroundClip";
647
- }) => {
648
- WebkitBackgroundClip: {
649
- readonly [$$PropertyValue]: "backgroundClip";
650
- };
651
- backgroundClip: {
652
- readonly [$$PropertyValue]: "backgroundClip";
653
- };
654
- };
655
- bgClip: (value: {
656
- readonly [$$PropertyValue]: "backgroundClip";
657
- }) => {
658
- WebkitBackgroundClip: {
659
- readonly [$$PropertyValue]: "backgroundClip";
660
- };
661
- backgroundClip: {
662
- readonly [$$PropertyValue]: "backgroundClip";
663
- };
664
- };
665
- br: (value: {
666
- readonly [$$PropertyValue]: "borderRadius";
667
- }) => {
668
- borderRadius: {
669
- readonly [$$PropertyValue]: "borderRadius";
670
- };
671
- };
672
- bw: (value: {
673
- readonly [$$PropertyValue]: "borderWidth";
674
- }) => {
675
- borderWidth: {
676
- readonly [$$PropertyValue]: "borderWidth";
677
- };
678
- };
679
- btrr: (value: {
680
- readonly [$$PropertyValue]: "borderTopRightRadius";
681
- }) => {
682
- borderTopRightRadius: {
683
- readonly [$$PropertyValue]: "borderTopRightRadius";
684
- };
685
- };
686
- bbrr: (value: {
687
- readonly [$$PropertyValue]: "borderBottomRightRadius";
688
- }) => {
689
- borderBottomRightRadius: {
690
- readonly [$$PropertyValue]: "borderBottomRightRadius";
691
- };
692
- };
693
- bblr: (value: {
694
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
695
- }) => {
696
- borderBottomLeftRadius: {
697
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
698
- };
699
- };
700
- btlr: (value: {
701
- readonly [$$PropertyValue]: "borderTopLeftRadius";
702
- }) => {
703
- borderTopLeftRadius: {
704
- readonly [$$PropertyValue]: "borderTopLeftRadius";
705
- };
706
- };
707
- bs: (value: {
708
- readonly [$$PropertyValue]: "boxShadow";
709
- }) => {
710
- boxShadow: {
711
- readonly [$$PropertyValue]: "boxShadow";
712
- };
713
- };
714
- normalShadow: (value: {
715
- readonly [$$PropertyValue]: "backgroundColor";
716
- }) => {
717
- boxShadow: string;
718
- };
719
- normalShadowVar: (value: {
720
- readonly [$$PropertyValue]: "backgroundColor";
721
- }) => {
722
- boxShadow: string;
723
- };
724
- lh: (value: {
725
- readonly [$$PropertyValue]: "lineHeight";
726
- }) => {
727
- lineHeight: {
728
- readonly [$$PropertyValue]: "lineHeight";
729
- };
730
- };
731
- ov: (value: {
732
- readonly [$$PropertyValue]: "overflow";
733
- }) => {
734
- overflow: {
735
- readonly [$$PropertyValue]: "overflow";
736
- };
737
- };
738
- ox: (value: {
739
- readonly [$$PropertyValue]: "overflowX";
740
- }) => {
741
- overflowX: {
742
- readonly [$$PropertyValue]: "overflowX";
743
- };
744
- };
745
- oy: (value: {
746
- readonly [$$PropertyValue]: "overflowY";
747
- }) => {
748
- overflowY: {
749
- readonly [$$PropertyValue]: "overflowY";
750
- };
751
- };
752
- pe: (value: {
753
- readonly [$$PropertyValue]: "pointerEvents";
754
- }) => {
755
- pointerEvents: {
756
- readonly [$$PropertyValue]: "pointerEvents";
757
- };
758
- };
759
- events: (value: {
760
- readonly [$$PropertyValue]: "pointerEvents";
761
- }) => {
762
- pointerEvents: {
763
- readonly [$$PropertyValue]: "pointerEvents";
764
- };
765
- };
766
- us: (value: {
767
- readonly [$$PropertyValue]: "userSelect";
768
- }) => {
769
- WebkitUserSelect: {
770
- readonly [$$PropertyValue]: "userSelect";
771
- };
772
- userSelect: {
773
- readonly [$$PropertyValue]: "userSelect";
774
- };
775
- };
776
- userSelect: (value: {
777
- readonly [$$PropertyValue]: "userSelect";
778
- }) => {
779
- WebkitUserSelect: {
780
- readonly [$$PropertyValue]: "userSelect";
781
- };
782
- userSelect: {
783
- readonly [$$PropertyValue]: "userSelect";
784
- };
785
- };
786
- w: (value: {
787
- readonly [$$PropertyValue]: "width";
788
- }) => {
789
- width: {
790
- readonly [$$PropertyValue]: "width";
791
- };
792
- };
793
- h: (value: {
794
- readonly [$$PropertyValue]: "height";
795
- }) => {
796
- height: {
797
- readonly [$$PropertyValue]: "height";
798
- };
799
- };
800
- mw: (value: {
801
- readonly [$$PropertyValue]: "maxWidth";
802
- }) => {
803
- maxWidth: {
804
- readonly [$$PropertyValue]: "maxWidth";
805
- };
806
- };
807
- maxW: (value: {
808
- readonly [$$PropertyValue]: "maxWidth";
809
- }) => {
810
- maxWidth: {
811
- readonly [$$PropertyValue]: "maxWidth";
812
- };
813
- };
814
- mh: (value: {
815
- readonly [$$PropertyValue]: "maxHeight";
816
- }) => {
817
- maxHeight: {
818
- readonly [$$PropertyValue]: "maxHeight";
819
- };
820
- };
821
- maxH: (value: {
822
- readonly [$$PropertyValue]: "maxHeight";
823
- }) => {
824
- maxHeight: {
825
- readonly [$$PropertyValue]: "maxHeight";
826
- };
827
- };
828
- size: (value: {
829
- readonly [$$PropertyValue]: "width";
830
- }) => {
831
- width: {
832
- readonly [$$PropertyValue]: "width";
833
- };
834
- height: {
835
- readonly [$$PropertyValue]: "width";
836
- };
837
- };
838
- sizeMin: (value: {
839
- readonly [$$PropertyValue]: "width";
840
- }) => {
841
- minWidth: {
842
- readonly [$$PropertyValue]: "width";
843
- };
844
- minHeight: {
845
- readonly [$$PropertyValue]: "width";
846
- };
847
- width: {
848
- readonly [$$PropertyValue]: "width";
849
- };
850
- height: {
851
- readonly [$$PropertyValue]: "width";
852
- };
853
- };
854
- sizeMax: (value: {
855
- readonly [$$PropertyValue]: "width";
856
- }) => {
857
- maxWidth: {
858
- readonly [$$PropertyValue]: "width";
859
- };
860
- maxHeight: {
861
- readonly [$$PropertyValue]: "width";
862
- };
863
- };
864
- appearance: (value: {
865
- readonly [$$PropertyValue]: "appearance";
866
- }) => {
867
- WebkitAppearance: {
868
- readonly [$$PropertyValue]: "appearance";
869
- };
870
- appearance: {
871
- readonly [$$PropertyValue]: "appearance";
872
- };
873
- };
874
- scale: (value: {
875
- readonly [$$PropertyValue]: "scale";
876
- }) => {
877
- transform: string;
878
- };
879
- linearGradient: (value: {
880
- readonly [$$PropertyValue]: "backgroundImage";
881
- }) => {
882
- backgroundImage: string;
883
- };
884
- textGradient: (value: {
885
- readonly [$$PropertyValue]: "backgroundImage";
886
- }) => {
887
- backgroundImage: string;
888
- WebkitBackgroundClip: string;
889
- WebkitTextFillColor: string;
890
- };
891
- }>>;
892
- export declare const StyledTooltipArrow: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
893
- xs: string;
894
- sm: string;
895
- md: string;
896
- lg: string;
897
- xl: string;
898
- xsMax: string;
899
- smMax: string;
900
- mdMax: string;
901
- lgMax: string;
902
- xlMax: string;
903
- motion: string;
904
- safari: string;
905
- hover: string;
906
- dark: string;
907
- light: string;
908
- }, import("@stitches/react/types/css-util").CSS<{
909
- xs: string;
910
- sm: string;
911
- md: string;
912
- lg: string;
913
- xl: string;
914
- xsMax: string;
915
- smMax: string;
916
- mdMax: string;
917
- lgMax: string;
918
- xlMax: string;
919
- motion: string;
920
- safari: string;
921
- hover: string;
922
- dark: string;
923
- light: string;
924
- }, {
925
- shadows: {
926
- xs: string;
927
- sm: string;
928
- md: string;
929
- lg: string;
930
- xl: string;
931
- };
932
- colors: {
933
- accents1: string;
934
- accents2: string;
935
- accents3: string;
936
- accents4: string;
937
- accents5: string;
938
- accents6: string;
939
- accents7: string;
940
- accents8: string;
941
- accents9: string;
942
- text: string;
943
- background: string;
944
- foreground: string;
945
- codeLight: string;
946
- code: string;
947
- border: string;
948
- selection: string;
949
- white: string;
950
- black: string;
951
- blue100: string;
952
- blue200: string;
953
- blue300: string;
954
- blue400: string;
955
- blue500: string;
956
- blue600: string;
957
- blue700: string;
958
- blue800: string;
959
- blue900: string;
960
- purple100: string;
961
- purple200: string;
962
- purple300: string;
963
- purple400: string;
964
- purple500: string;
965
- purple600: string;
966
- purple700: string;
967
- purple800: string;
968
- purple900: string;
969
- green100: string;
970
- green200: string;
971
- green300: string;
972
- green400: string;
973
- green500: string;
974
- green600: string;
975
- green700: string;
976
- green800: string;
977
- green900: string;
978
- yellow100: string;
979
- yellow200: string;
980
- yellow300: string;
981
- yellow400: string;
982
- yellow500: string;
983
- yellow600: string;
984
- yellow700: string;
985
- yellow800: string;
986
- yellow900: string;
987
- red100: string;
988
- red200: string;
989
- red300: string;
990
- red400: string;
991
- red500: string;
992
- red600: string;
993
- red700: string;
994
- red800: string;
995
- red900: string;
996
- cyan100: string;
997
- cyan200: string;
998
- cyan300: string;
999
- cyan400: string;
1000
- cyan500: string;
1001
- cyan600: string;
1002
- cyan700: string;
1003
- cyan800: string;
1004
- cyan900: string;
1005
- pink100: string;
1006
- pink200: string;
1007
- pink300: string;
1008
- pink400: string;
1009
- pink500: string;
1010
- pink600: string;
1011
- pink700: string;
1012
- pink800: string;
1013
- pink900: string;
1014
- gray100: string;
1015
- gray200: string;
1016
- gray300: string;
1017
- gray400: string;
1018
- gray500: string;
1019
- gray600: string;
1020
- gray700: string;
1021
- gray800: string;
1022
- gray900: string;
1023
- primaryLight: string;
1024
- primary: string;
1025
- primaryDark: string;
1026
- secondaryLight: string;
1027
- secondary: string;
1028
- secondaryDark: string;
1029
- successLight: string;
1030
- success: string;
1031
- successDark: string;
1032
- warningLight: string;
1033
- warning: string;
1034
- warningDark: string;
1035
- errorLight: string;
1036
- error: string;
1037
- errorDark: string;
1038
- gradient: string;
1039
- link: string;
1040
- };
1041
- fonts: {
1042
- sans: string;
1043
- mono: string;
1044
- };
1045
- fontSizes: {
1046
- tiny: string;
1047
- xs: string;
1048
- base: string;
1049
- sm: string;
1050
- md: string;
1051
- lg: string;
1052
- xl: string;
1053
- };
1054
- fontWeights: {
1055
- hairline: number;
1056
- thin: number;
1057
- light: number;
1058
- normal: number;
1059
- medium: number;
1060
- semibold: number;
1061
- bold: number;
1062
- extrabold: number;
1063
- black: number;
1064
- };
1065
- lineHeights: {
1066
- xs: number;
1067
- sm: number;
1068
- md: number;
1069
- lg: number;
1070
- xl: number;
1071
- };
1072
- letterSpacings: {
1073
- tighter: string;
1074
- tight: string;
1075
- normal: string;
1076
- wide: string;
1077
- wider: string;
1078
- widest: string;
1079
- };
1080
- space: {
1081
- 0: string;
1082
- xs: string;
1083
- sm: string;
1084
- md: string;
1085
- lg: string;
1086
- xl: string;
1087
- px: string;
1088
- 1: string;
1089
- 2: string;
1090
- 3: string;
1091
- 4: string;
1092
- 5: string;
1093
- 6: string;
1094
- 7: string;
1095
- 8: string;
1096
- 9: string;
1097
- 10: string;
1098
- 11: string;
1099
- 12: string;
1100
- 13: string;
1101
- 14: string;
1102
- 15: string;
1103
- 16: string;
1104
- 17: string;
1105
- 18: string;
1106
- 20: string;
1107
- 24: string;
1108
- 28: string;
1109
- 32: string;
1110
- 36: string;
1111
- 40: string;
1112
- 44: string;
1113
- 48: string;
1114
- 52: string;
1115
- 56: string;
1116
- 60: string;
1117
- 64: string;
1118
- 72: string;
1119
- 80: string;
1120
- 96: string;
1121
- };
1122
- radii: {
1123
- xs: string;
1124
- sm: string;
1125
- md: string;
1126
- base: string;
1127
- lg: string;
1128
- xl: string;
1129
- squared: string;
1130
- rounded: string;
1131
- pill: string;
1132
- };
1133
- zIndices: {
1134
- 1: string;
1135
- 2: string;
1136
- 3: string;
1137
- 4: string;
1138
- 5: string;
1139
- 10: string;
1140
- max: string;
1141
- };
1142
- borderWeights: {
1143
- light: string;
1144
- normal: string;
1145
- bold: string;
1146
- extrabold: string;
1147
- black: string;
1148
- };
1149
- transitions: {
1150
- default: string;
1151
- };
1152
- breakpoints: {
1153
- xs: string;
1154
- sm: string;
1155
- md: string;
1156
- lg: string;
1157
- xl: string;
1158
- };
1159
- }, {
1160
- width: string;
1161
- height: string;
1162
- minWidth: string;
1163
- maxWidth: string;
1164
- minHeight: string;
1165
- maxHeight: string;
1166
- flexBasis: string;
1167
- gridTemplateColumns: string;
1168
- gridTemplateRows: string;
1169
- blockSize: string;
1170
- minBlockSize: string;
1171
- maxBlockSize: string;
1172
- inlineSize: string;
1173
- minInlineSize: string;
1174
- maxInlineSize: string;
1175
- borderWidth: string;
1176
- gap: "space";
1177
- gridGap: "space";
1178
- columnGap: "space";
1179
- gridColumnGap: "space";
1180
- rowGap: "space";
1181
- gridRowGap: "space";
1182
- inset: "space";
1183
- insetBlock: "space";
1184
- insetBlockEnd: "space";
1185
- insetBlockStart: "space";
1186
- insetInline: "space";
1187
- insetInlineEnd: "space";
1188
- insetInlineStart: "space";
1189
- margin: "space";
1190
- marginTop: "space";
1191
- marginRight: "space";
1192
- marginBottom: "space";
1193
- marginLeft: "space";
1194
- marginBlock: "space";
1195
- marginBlockEnd: "space";
1196
- marginBlockStart: "space";
1197
- marginInline: "space";
1198
- marginInlineEnd: "space";
1199
- marginInlineStart: "space";
1200
- padding: "space";
1201
- paddingTop: "space";
1202
- paddingRight: "space";
1203
- paddingBottom: "space";
1204
- paddingLeft: "space";
1205
- paddingBlock: "space";
1206
- paddingBlockEnd: "space";
1207
- paddingBlockStart: "space";
1208
- paddingInline: "space";
1209
- paddingInlineEnd: "space";
1210
- paddingInlineStart: "space";
1211
- scrollMargin: "space";
1212
- scrollMarginTop: "space";
1213
- scrollMarginRight: "space";
1214
- scrollMarginBottom: "space";
1215
- scrollMarginLeft: "space";
1216
- scrollMarginBlock: "space";
1217
- scrollMarginBlockEnd: "space";
1218
- scrollMarginBlockStart: "space";
1219
- scrollMarginInline: "space";
1220
- scrollMarginInlineEnd: "space";
1221
- scrollMarginInlineStart: "space";
1222
- scrollPadding: "space";
1223
- scrollPaddingTop: "space";
1224
- scrollPaddingRight: "space";
1225
- scrollPaddingBottom: "space";
1226
- scrollPaddingLeft: "space";
1227
- scrollPaddingBlock: "space";
1228
- scrollPaddingBlockEnd: "space";
1229
- scrollPaddingBlockStart: "space";
1230
- scrollPaddingInline: "space";
1231
- scrollPaddingInlineEnd: "space";
1232
- scrollPaddingInlineStart: "space";
1233
- top: "space";
1234
- right: "space";
1235
- bottom: "space";
1236
- left: "space";
1237
- fontSize: "fontSizes";
1238
- background: "colors";
1239
- backgroundColor: "colors";
1240
- backgroundImage: "colors";
1241
- borderImage: "colors";
1242
- border: "colors";
1243
- borderBlock: "colors";
1244
- borderBlockEnd: "colors";
1245
- borderBlockStart: "colors";
1246
- borderBottom: "colors";
1247
- borderBottomColor: "colors";
1248
- borderColor: "colors";
1249
- borderInline: "colors";
1250
- borderInlineEnd: "colors";
1251
- borderInlineStart: "colors";
1252
- borderLeft: "colors";
1253
- borderLeftColor: "colors";
1254
- borderRight: "colors";
1255
- borderRightColor: "colors";
1256
- borderTop: "colors";
1257
- borderTopColor: "colors";
1258
- caretColor: "colors";
1259
- color: "colors";
1260
- columnRuleColor: "colors";
1261
- outline: "colors";
1262
- outlineColor: "colors";
1263
- fill: "colors";
1264
- stroke: "colors";
1265
- textDecorationColor: "colors";
1266
- fontFamily: "fonts";
1267
- fontWeight: "fontWeights";
1268
- lineHeight: "lineHeights";
1269
- letterSpacing: "letterSpacings";
1270
- borderTopWidth: "borderWidths";
1271
- borderLeftWidth: "borderWidths";
1272
- borderRightWidth: "borderWidths";
1273
- borderBottomWidth: "borderWidths";
1274
- borderStyle: "borderStyles";
1275
- borderTopStyle: "borderStyles";
1276
- borderLeftStyle: "borderStyles";
1277
- borderRightStyle: "borderStyles";
1278
- borderBottomStyle: "borderStyles";
1279
- borderRadius: "radii";
1280
- borderTopLeftRadius: "radii";
1281
- borderTopRightRadius: "radii";
1282
- borderBottomRightRadius: "radii";
1283
- borderBottomLeftRadius: "radii";
1284
- boxShadow: "shadows";
1285
- textShadow: "shadows";
1286
- transition: "transitions";
1287
- zIndex: "zIndices";
1288
- }, {
1289
- p: (value: {
1290
- readonly [$$PropertyValue]: "padding";
1291
- }) => {
1292
- padding: {
1293
- readonly [$$PropertyValue]: "padding";
1294
- };
1295
- };
1296
- pt: (value: {
1297
- readonly [$$PropertyValue]: "paddingTop";
1298
- }) => {
1299
- paddingTop: {
1300
- readonly [$$PropertyValue]: "paddingTop";
1301
- };
1302
- };
1303
- pr: (value: {
1304
- readonly [$$PropertyValue]: "paddingRight";
1305
- }) => {
1306
- paddingRight: {
1307
- readonly [$$PropertyValue]: "paddingRight";
1308
- };
1309
- };
1310
- pb: (value: {
1311
- readonly [$$PropertyValue]: "paddingBottom";
1312
- }) => {
1313
- paddingBottom: {
1314
- readonly [$$PropertyValue]: "paddingBottom";
1315
- };
1316
- };
1317
- pl: (value: {
1318
- readonly [$$PropertyValue]: "paddingLeft";
1319
- }) => {
1320
- paddingLeft: {
1321
- readonly [$$PropertyValue]: "paddingLeft";
1322
- };
1323
- };
1324
- px: (value: {
1325
- readonly [$$PropertyValue]: "paddingLeft";
1326
- }) => {
1327
- paddingLeft: {
1328
- readonly [$$PropertyValue]: "paddingLeft";
1329
- };
1330
- paddingRight: {
1331
- readonly [$$PropertyValue]: "paddingLeft";
1332
- };
1333
- };
1334
- py: (value: {
1335
- readonly [$$PropertyValue]: "paddingTop";
1336
- }) => {
1337
- paddingTop: {
1338
- readonly [$$PropertyValue]: "paddingTop";
1339
- };
1340
- paddingBottom: {
1341
- readonly [$$PropertyValue]: "paddingTop";
1342
- };
1343
- };
1344
- m: (value: {
1345
- readonly [$$PropertyValue]: "margin";
1346
- }) => {
1347
- margin: {
1348
- readonly [$$PropertyValue]: "margin";
1349
- };
1350
- };
1351
- mt: (value: {
1352
- readonly [$$PropertyValue]: "marginTop";
1353
- }) => {
1354
- marginTop: {
1355
- readonly [$$PropertyValue]: "marginTop";
1356
- };
1357
- };
1358
- mr: (value: {
1359
- readonly [$$PropertyValue]: "marginRight";
1360
- }) => {
1361
- marginRight: {
1362
- readonly [$$PropertyValue]: "marginRight";
1363
- };
1364
- };
1365
- mb: (value: {
1366
- readonly [$$PropertyValue]: "marginBottom";
1367
- }) => {
1368
- marginBottom: {
1369
- readonly [$$PropertyValue]: "marginBottom";
1370
- };
1371
- };
1372
- ml: (value: {
1373
- readonly [$$PropertyValue]: "marginLeft";
1374
- }) => {
1375
- marginLeft: {
1376
- readonly [$$PropertyValue]: "marginLeft";
1377
- };
1378
- };
1379
- mx: (value: {
1380
- readonly [$$PropertyValue]: "marginLeft";
1381
- }) => {
1382
- marginLeft: {
1383
- readonly [$$PropertyValue]: "marginLeft";
1384
- };
1385
- marginRight: {
1386
- readonly [$$PropertyValue]: "marginLeft";
1387
- };
1388
- };
1389
- my: (value: {
1390
- readonly [$$PropertyValue]: "marginTop";
1391
- }) => {
1392
- marginTop: {
1393
- readonly [$$PropertyValue]: "marginTop";
1394
- };
1395
- marginBottom: {
1396
- readonly [$$PropertyValue]: "marginTop";
1397
- };
1398
- };
1399
- ta: (value: {
1400
- readonly [$$PropertyValue]: "textAlign";
1401
- }) => {
1402
- textAlign: {
1403
- readonly [$$PropertyValue]: "textAlign";
1404
- };
1405
- };
1406
- tt: (value: {
1407
- readonly [$$PropertyValue]: "textTransform";
1408
- }) => {
1409
- textTransform: {
1410
- readonly [$$PropertyValue]: "textTransform";
1411
- };
1412
- };
1413
- to: (value: {
1414
- readonly [$$PropertyValue]: "textOverflow";
1415
- }) => {
1416
- textOverflow: {
1417
- readonly [$$PropertyValue]: "textOverflow";
1418
- };
1419
- };
1420
- d: (value: {
1421
- readonly [$$PropertyValue]: "display";
1422
- }) => {
1423
- display: {
1424
- readonly [$$PropertyValue]: "display";
1425
- };
1426
- };
1427
- dflex: (value: {
1428
- readonly [$$PropertyValue]: "alignItems";
1429
- }) => {
1430
- display: string;
1431
- alignItems: {
1432
- readonly [$$PropertyValue]: "alignItems";
1433
- };
1434
- justifyContent: {
1435
- readonly [$$PropertyValue]: "alignItems";
1436
- };
1437
- };
1438
- fd: (value: {
1439
- readonly [$$PropertyValue]: "flexDirection";
1440
- }) => {
1441
- flexDirection: {
1442
- readonly [$$PropertyValue]: "flexDirection";
1443
- };
1444
- };
1445
- fw: (value: {
1446
- readonly [$$PropertyValue]: "flexWrap";
1447
- }) => {
1448
- flexWrap: {
1449
- readonly [$$PropertyValue]: "flexWrap";
1450
- };
1451
- };
1452
- ai: (value: {
1453
- readonly [$$PropertyValue]: "alignItems";
1454
- }) => {
1455
- alignItems: {
1456
- readonly [$$PropertyValue]: "alignItems";
1457
- };
1458
- };
1459
- ac: (value: {
1460
- readonly [$$PropertyValue]: "alignContent";
1461
- }) => {
1462
- alignContent: {
1463
- readonly [$$PropertyValue]: "alignContent";
1464
- };
1465
- };
1466
- jc: (value: {
1467
- readonly [$$PropertyValue]: "justifyContent";
1468
- }) => {
1469
- justifyContent: {
1470
- readonly [$$PropertyValue]: "justifyContent";
1471
- };
1472
- };
1473
- as: (value: {
1474
- readonly [$$PropertyValue]: "alignSelf";
1475
- }) => {
1476
- alignSelf: {
1477
- readonly [$$PropertyValue]: "alignSelf";
1478
- };
1479
- };
1480
- fg: (value: {
1481
- readonly [$$PropertyValue]: "flexGrow";
1482
- }) => {
1483
- flexGrow: {
1484
- readonly [$$PropertyValue]: "flexGrow";
1485
- };
1486
- };
1487
- fs: (value: {
1488
- readonly [$$PropertyValue]: "fontSize";
1489
- }) => {
1490
- fontSize: {
1491
- readonly [$$PropertyValue]: "fontSize";
1492
- };
1493
- };
1494
- fb: (value: {
1495
- readonly [$$PropertyValue]: "flexBasis";
1496
- }) => {
1497
- flexBasis: {
1498
- readonly [$$PropertyValue]: "flexBasis";
1499
- };
1500
- };
1501
- bc: (value: {
1502
- readonly [$$PropertyValue]: "backgroundColor";
1503
- }) => {
1504
- backgroundColor: {
1505
- readonly [$$PropertyValue]: "backgroundColor";
1506
- };
1507
- };
1508
- bf: (value: {
1509
- readonly [$$PropertyValue]: "backdropFilter";
1510
- }) => {
1511
- backdropFilter: {
1512
- readonly [$$PropertyValue]: "backdropFilter";
1513
- };
1514
- };
1515
- bg: (value: {
1516
- readonly [$$PropertyValue]: "backgroundColor";
1517
- }) => {
1518
- background: {
1519
- readonly [$$PropertyValue]: "backgroundColor";
1520
- };
1521
- };
1522
- bgBlur: (value: {
1523
- readonly [$$PropertyValue]: "backgroundColor";
1524
- }) => {
1525
- bf: string;
1526
- bg: string;
1527
- };
1528
- bgColor: (value: {
1529
- readonly [$$PropertyValue]: "backgroundColor";
1530
- }) => {
1531
- backgroundColor: {
1532
- readonly [$$PropertyValue]: "backgroundColor";
1533
- };
1534
- };
1535
- backgroundClip: (value: {
1536
- readonly [$$PropertyValue]: "backgroundClip";
1537
- }) => {
1538
- WebkitBackgroundClip: {
1539
- readonly [$$PropertyValue]: "backgroundClip";
1540
- };
1541
- backgroundClip: {
1542
- readonly [$$PropertyValue]: "backgroundClip";
1543
- };
1544
- };
1545
- bgClip: (value: {
1546
- readonly [$$PropertyValue]: "backgroundClip";
1547
- }) => {
1548
- WebkitBackgroundClip: {
1549
- readonly [$$PropertyValue]: "backgroundClip";
1550
- };
1551
- backgroundClip: {
1552
- readonly [$$PropertyValue]: "backgroundClip";
1553
- };
1554
- };
1555
- br: (value: {
1556
- readonly [$$PropertyValue]: "borderRadius";
1557
- }) => {
1558
- borderRadius: {
1559
- readonly [$$PropertyValue]: "borderRadius";
1560
- };
1561
- };
1562
- bw: (value: {
1563
- readonly [$$PropertyValue]: "borderWidth";
1564
- }) => {
1565
- borderWidth: {
1566
- readonly [$$PropertyValue]: "borderWidth";
1567
- };
1568
- };
1569
- btrr: (value: {
1570
- readonly [$$PropertyValue]: "borderTopRightRadius";
1571
- }) => {
1572
- borderTopRightRadius: {
1573
- readonly [$$PropertyValue]: "borderTopRightRadius";
1574
- };
1575
- };
1576
- bbrr: (value: {
1577
- readonly [$$PropertyValue]: "borderBottomRightRadius";
1578
- }) => {
1579
- borderBottomRightRadius: {
1580
- readonly [$$PropertyValue]: "borderBottomRightRadius";
1581
- };
1582
- };
1583
- bblr: (value: {
1584
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
1585
- }) => {
1586
- borderBottomLeftRadius: {
1587
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
1588
- };
1589
- };
1590
- btlr: (value: {
1591
- readonly [$$PropertyValue]: "borderTopLeftRadius";
1592
- }) => {
1593
- borderTopLeftRadius: {
1594
- readonly [$$PropertyValue]: "borderTopLeftRadius";
1595
- };
1596
- };
1597
- bs: (value: {
1598
- readonly [$$PropertyValue]: "boxShadow";
1599
- }) => {
1600
- boxShadow: {
1601
- readonly [$$PropertyValue]: "boxShadow";
1602
- };
1603
- };
1604
- normalShadow: (value: {
1605
- readonly [$$PropertyValue]: "backgroundColor";
1606
- }) => {
1607
- boxShadow: string;
1608
- };
1609
- normalShadowVar: (value: {
1610
- readonly [$$PropertyValue]: "backgroundColor";
1611
- }) => {
1612
- boxShadow: string;
1613
- };
1614
- lh: (value: {
1615
- readonly [$$PropertyValue]: "lineHeight";
1616
- }) => {
1617
- lineHeight: {
1618
- readonly [$$PropertyValue]: "lineHeight";
1619
- };
1620
- };
1621
- ov: (value: {
1622
- readonly [$$PropertyValue]: "overflow";
1623
- }) => {
1624
- overflow: {
1625
- readonly [$$PropertyValue]: "overflow";
1626
- };
1627
- };
1628
- ox: (value: {
1629
- readonly [$$PropertyValue]: "overflowX";
1630
- }) => {
1631
- overflowX: {
1632
- readonly [$$PropertyValue]: "overflowX";
1633
- };
1634
- };
1635
- oy: (value: {
1636
- readonly [$$PropertyValue]: "overflowY";
1637
- }) => {
1638
- overflowY: {
1639
- readonly [$$PropertyValue]: "overflowY";
1640
- };
1641
- };
1642
- pe: (value: {
1643
- readonly [$$PropertyValue]: "pointerEvents";
1644
- }) => {
1645
- pointerEvents: {
1646
- readonly [$$PropertyValue]: "pointerEvents";
1647
- };
1648
- };
1649
- events: (value: {
1650
- readonly [$$PropertyValue]: "pointerEvents";
1651
- }) => {
1652
- pointerEvents: {
1653
- readonly [$$PropertyValue]: "pointerEvents";
1654
- };
1655
- };
1656
- us: (value: {
1657
- readonly [$$PropertyValue]: "userSelect";
1658
- }) => {
1659
- WebkitUserSelect: {
1660
- readonly [$$PropertyValue]: "userSelect";
1661
- };
1662
- userSelect: {
1663
- readonly [$$PropertyValue]: "userSelect";
1664
- };
1665
- };
1666
- userSelect: (value: {
1667
- readonly [$$PropertyValue]: "userSelect";
1668
- }) => {
1669
- WebkitUserSelect: {
1670
- readonly [$$PropertyValue]: "userSelect";
1671
- };
1672
- userSelect: {
1673
- readonly [$$PropertyValue]: "userSelect";
1674
- };
1675
- };
1676
- w: (value: {
1677
- readonly [$$PropertyValue]: "width";
1678
- }) => {
1679
- width: {
1680
- readonly [$$PropertyValue]: "width";
1681
- };
1682
- };
1683
- h: (value: {
1684
- readonly [$$PropertyValue]: "height";
1685
- }) => {
1686
- height: {
1687
- readonly [$$PropertyValue]: "height";
1688
- };
1689
- };
1690
- mw: (value: {
1691
- readonly [$$PropertyValue]: "maxWidth";
1692
- }) => {
1693
- maxWidth: {
1694
- readonly [$$PropertyValue]: "maxWidth";
1695
- };
1696
- };
1697
- maxW: (value: {
1698
- readonly [$$PropertyValue]: "maxWidth";
1699
- }) => {
1700
- maxWidth: {
1701
- readonly [$$PropertyValue]: "maxWidth";
1702
- };
1703
- };
1704
- mh: (value: {
1705
- readonly [$$PropertyValue]: "maxHeight";
1706
- }) => {
1707
- maxHeight: {
1708
- readonly [$$PropertyValue]: "maxHeight";
1709
- };
1710
- };
1711
- maxH: (value: {
1712
- readonly [$$PropertyValue]: "maxHeight";
1713
- }) => {
1714
- maxHeight: {
1715
- readonly [$$PropertyValue]: "maxHeight";
1716
- };
1717
- };
1718
- size: (value: {
1719
- readonly [$$PropertyValue]: "width";
1720
- }) => {
1721
- width: {
1722
- readonly [$$PropertyValue]: "width";
1723
- };
1724
- height: {
1725
- readonly [$$PropertyValue]: "width";
1726
- };
1727
- };
1728
- sizeMin: (value: {
1729
- readonly [$$PropertyValue]: "width";
1730
- }) => {
1731
- minWidth: {
1732
- readonly [$$PropertyValue]: "width";
1733
- };
1734
- minHeight: {
1735
- readonly [$$PropertyValue]: "width";
1736
- };
1737
- width: {
1738
- readonly [$$PropertyValue]: "width";
1739
- };
1740
- height: {
1741
- readonly [$$PropertyValue]: "width";
1742
- };
1743
- };
1744
- sizeMax: (value: {
1745
- readonly [$$PropertyValue]: "width";
1746
- }) => {
1747
- maxWidth: {
1748
- readonly [$$PropertyValue]: "width";
1749
- };
1750
- maxHeight: {
1751
- readonly [$$PropertyValue]: "width";
1752
- };
1753
- };
1754
- appearance: (value: {
1755
- readonly [$$PropertyValue]: "appearance";
1756
- }) => {
1757
- WebkitAppearance: {
1758
- readonly [$$PropertyValue]: "appearance";
1759
- };
1760
- appearance: {
1761
- readonly [$$PropertyValue]: "appearance";
1762
- };
1763
- };
1764
- scale: (value: {
1765
- readonly [$$PropertyValue]: "scale";
1766
- }) => {
1767
- transform: string;
1768
- };
1769
- linearGradient: (value: {
1770
- readonly [$$PropertyValue]: "backgroundImage";
1771
- }) => {
1772
- backgroundImage: string;
1773
- };
1774
- textGradient: (value: {
1775
- readonly [$$PropertyValue]: "backgroundImage";
1776
- }) => {
1777
- backgroundImage: string;
1778
- WebkitBackgroundClip: string;
1779
- WebkitTextFillColor: string;
1780
- };
1781
- }>>;
1782
- export declare const StyledTooltip: import("@stitches/react/types/styled-component").StyledComponent<"div", {
1783
- hideArrow?: boolean | "false" | undefined;
1784
- }, {
1785
- xs: string;
1786
- sm: string;
1787
- md: string;
1788
- lg: string;
1789
- xl: string;
1790
- xsMax: string;
1791
- smMax: string;
1792
- mdMax: string;
1793
- lgMax: string;
1794
- xlMax: string;
1795
- motion: string;
1796
- safari: string;
1797
- hover: string;
1798
- dark: string;
1799
- light: string;
1800
- }, import("@stitches/react/types/css-util").CSS<{
1801
- xs: string;
1802
- sm: string;
1803
- md: string;
1804
- lg: string;
1805
- xl: string;
1806
- xsMax: string;
1807
- smMax: string;
1808
- mdMax: string;
1809
- lgMax: string;
1810
- xlMax: string;
1811
- motion: string;
1812
- safari: string;
1813
- hover: string;
1814
- dark: string;
1815
- light: string;
1816
- }, {
1817
- shadows: {
1818
- xs: string;
1819
- sm: string;
1820
- md: string;
1821
- lg: string;
1822
- xl: string;
1823
- };
1824
- colors: {
1825
- accents1: string;
1826
- accents2: string;
1827
- accents3: string;
1828
- accents4: string;
1829
- accents5: string;
1830
- accents6: string;
1831
- accents7: string;
1832
- accents8: string;
1833
- accents9: string;
1834
- text: string;
1835
- background: string;
1836
- foreground: string;
1837
- codeLight: string;
1838
- code: string;
1839
- border: string;
1840
- selection: string;
1841
- white: string;
1842
- black: string;
1843
- blue100: string;
1844
- blue200: string;
1845
- blue300: string;
1846
- blue400: string;
1847
- blue500: string;
1848
- blue600: string;
1849
- blue700: string;
1850
- blue800: string;
1851
- blue900: string;
1852
- purple100: string;
1853
- purple200: string;
1854
- purple300: string;
1855
- purple400: string;
1856
- purple500: string;
1857
- purple600: string;
1858
- purple700: string;
1859
- purple800: string;
1860
- purple900: string;
1861
- green100: string;
1862
- green200: string;
1863
- green300: string;
1864
- green400: string;
1865
- green500: string;
1866
- green600: string;
1867
- green700: string;
1868
- green800: string;
1869
- green900: string;
1870
- yellow100: string;
1871
- yellow200: string;
1872
- yellow300: string;
1873
- yellow400: string;
1874
- yellow500: string;
1875
- yellow600: string;
1876
- yellow700: string;
1877
- yellow800: string;
1878
- yellow900: string;
1879
- red100: string;
1880
- red200: string;
1881
- red300: string;
1882
- red400: string;
1883
- red500: string;
1884
- red600: string;
1885
- red700: string;
1886
- red800: string;
1887
- red900: string;
1888
- cyan100: string;
1889
- cyan200: string;
1890
- cyan300: string;
1891
- cyan400: string;
1892
- cyan500: string;
1893
- cyan600: string;
1894
- cyan700: string;
1895
- cyan800: string;
1896
- cyan900: string;
1897
- pink100: string;
1898
- pink200: string;
1899
- pink300: string;
1900
- pink400: string;
1901
- pink500: string;
1902
- pink600: string;
1903
- pink700: string;
1904
- pink800: string;
1905
- pink900: string;
1906
- gray100: string;
1907
- gray200: string;
1908
- gray300: string;
1909
- gray400: string;
1910
- gray500: string;
1911
- gray600: string;
1912
- gray700: string;
1913
- gray800: string;
1914
- gray900: string;
1915
- primaryLight: string;
1916
- primary: string;
1917
- primaryDark: string;
1918
- secondaryLight: string;
1919
- secondary: string;
1920
- secondaryDark: string;
1921
- successLight: string;
1922
- success: string;
1923
- successDark: string;
1924
- warningLight: string;
1925
- warning: string;
1926
- warningDark: string;
1927
- errorLight: string;
1928
- error: string;
1929
- errorDark: string;
1930
- gradient: string;
1931
- link: string;
1932
- };
1933
- fonts: {
1934
- sans: string;
1935
- mono: string;
1936
- };
1937
- fontSizes: {
1938
- tiny: string;
1939
- xs: string;
1940
- base: string;
1941
- sm: string;
1942
- md: string;
1943
- lg: string;
1944
- xl: string;
1945
- };
1946
- fontWeights: {
1947
- hairline: number;
1948
- thin: number;
1949
- light: number;
1950
- normal: number;
1951
- medium: number;
1952
- semibold: number;
1953
- bold: number;
1954
- extrabold: number;
1955
- black: number;
1956
- };
1957
- lineHeights: {
1958
- xs: number;
1959
- sm: number;
1960
- md: number;
1961
- lg: number;
1962
- xl: number;
1963
- };
1964
- letterSpacings: {
1965
- tighter: string;
1966
- tight: string;
1967
- normal: string;
1968
- wide: string;
1969
- wider: string;
1970
- widest: string;
1971
- };
1972
- space: {
1973
- 0: string;
1974
- xs: string;
1975
- sm: string;
1976
- md: string;
1977
- lg: string;
1978
- xl: string;
1979
- px: string;
1980
- 1: string;
1981
- 2: string;
1982
- 3: string;
1983
- 4: string;
1984
- 5: string;
1985
- 6: string;
1986
- 7: string;
1987
- 8: string;
1988
- 9: string;
1989
- 10: string;
1990
- 11: string;
1991
- 12: string;
1992
- 13: string;
1993
- 14: string;
1994
- 15: string;
1995
- 16: string;
1996
- 17: string;
1997
- 18: string;
1998
- 20: string;
1999
- 24: string;
2000
- 28: string;
2001
- 32: string;
2002
- 36: string;
2003
- 40: string;
2004
- 44: string;
2005
- 48: string;
2006
- 52: string;
2007
- 56: string;
2008
- 60: string;
2009
- 64: string;
2010
- 72: string;
2011
- 80: string;
2012
- 96: string;
2013
- };
2014
- radii: {
2015
- xs: string;
2016
- sm: string;
2017
- md: string;
2018
- base: string;
2019
- lg: string;
2020
- xl: string;
2021
- squared: string;
2022
- rounded: string;
2023
- pill: string;
2024
- };
2025
- zIndices: {
2026
- 1: string;
2027
- 2: string;
2028
- 3: string;
2029
- 4: string;
2030
- 5: string;
2031
- 10: string;
2032
- max: string;
2033
- };
2034
- borderWeights: {
2035
- light: string;
2036
- normal: string;
2037
- bold: string;
2038
- extrabold: string;
2039
- black: string;
2040
- };
2041
- transitions: {
2042
- default: string;
2043
- };
2044
- breakpoints: {
2045
- xs: string;
2046
- sm: string;
2047
- md: string;
2048
- lg: string;
2049
- xl: string;
2050
- };
2051
- }, {
2052
- width: string;
2053
- height: string;
2054
- minWidth: string;
2055
- maxWidth: string;
2056
- minHeight: string;
2057
- maxHeight: string;
2058
- flexBasis: string;
2059
- gridTemplateColumns: string;
2060
- gridTemplateRows: string;
2061
- blockSize: string;
2062
- minBlockSize: string;
2063
- maxBlockSize: string;
2064
- inlineSize: string;
2065
- minInlineSize: string;
2066
- maxInlineSize: string;
2067
- borderWidth: string;
2068
- gap: "space";
2069
- gridGap: "space";
2070
- columnGap: "space";
2071
- gridColumnGap: "space";
2072
- rowGap: "space";
2073
- gridRowGap: "space";
2074
- inset: "space";
2075
- insetBlock: "space";
2076
- insetBlockEnd: "space";
2077
- insetBlockStart: "space";
2078
- insetInline: "space";
2079
- insetInlineEnd: "space";
2080
- insetInlineStart: "space";
2081
- margin: "space";
2082
- marginTop: "space";
2083
- marginRight: "space";
2084
- marginBottom: "space";
2085
- marginLeft: "space";
2086
- marginBlock: "space";
2087
- marginBlockEnd: "space";
2088
- marginBlockStart: "space";
2089
- marginInline: "space";
2090
- marginInlineEnd: "space";
2091
- marginInlineStart: "space";
2092
- padding: "space";
2093
- paddingTop: "space";
2094
- paddingRight: "space";
2095
- paddingBottom: "space";
2096
- paddingLeft: "space";
2097
- paddingBlock: "space";
2098
- paddingBlockEnd: "space";
2099
- paddingBlockStart: "space";
2100
- paddingInline: "space";
2101
- paddingInlineEnd: "space";
2102
- paddingInlineStart: "space";
2103
- scrollMargin: "space";
2104
- scrollMarginTop: "space";
2105
- scrollMarginRight: "space";
2106
- scrollMarginBottom: "space";
2107
- scrollMarginLeft: "space";
2108
- scrollMarginBlock: "space";
2109
- scrollMarginBlockEnd: "space";
2110
- scrollMarginBlockStart: "space";
2111
- scrollMarginInline: "space";
2112
- scrollMarginInlineEnd: "space";
2113
- scrollMarginInlineStart: "space";
2114
- scrollPadding: "space";
2115
- scrollPaddingTop: "space";
2116
- scrollPaddingRight: "space";
2117
- scrollPaddingBottom: "space";
2118
- scrollPaddingLeft: "space";
2119
- scrollPaddingBlock: "space";
2120
- scrollPaddingBlockEnd: "space";
2121
- scrollPaddingBlockStart: "space";
2122
- scrollPaddingInline: "space";
2123
- scrollPaddingInlineEnd: "space";
2124
- scrollPaddingInlineStart: "space";
2125
- top: "space";
2126
- right: "space";
2127
- bottom: "space";
2128
- left: "space";
2129
- fontSize: "fontSizes";
2130
- background: "colors";
2131
- backgroundColor: "colors";
2132
- backgroundImage: "colors";
2133
- borderImage: "colors";
2134
- border: "colors";
2135
- borderBlock: "colors";
2136
- borderBlockEnd: "colors";
2137
- borderBlockStart: "colors";
2138
- borderBottom: "colors";
2139
- borderBottomColor: "colors";
2140
- borderColor: "colors";
2141
- borderInline: "colors";
2142
- borderInlineEnd: "colors";
2143
- borderInlineStart: "colors";
2144
- borderLeft: "colors";
2145
- borderLeftColor: "colors";
2146
- borderRight: "colors";
2147
- borderRightColor: "colors";
2148
- borderTop: "colors";
2149
- borderTopColor: "colors";
2150
- caretColor: "colors";
2151
- color: "colors";
2152
- columnRuleColor: "colors";
2153
- outline: "colors";
2154
- outlineColor: "colors";
2155
- fill: "colors";
2156
- stroke: "colors";
2157
- textDecorationColor: "colors";
2158
- fontFamily: "fonts";
2159
- fontWeight: "fontWeights";
2160
- lineHeight: "lineHeights";
2161
- letterSpacing: "letterSpacings";
2162
- borderTopWidth: "borderWidths";
2163
- borderLeftWidth: "borderWidths";
2164
- borderRightWidth: "borderWidths";
2165
- borderBottomWidth: "borderWidths";
2166
- borderStyle: "borderStyles";
2167
- borderTopStyle: "borderStyles";
2168
- borderLeftStyle: "borderStyles";
2169
- borderRightStyle: "borderStyles";
2170
- borderBottomStyle: "borderStyles";
2171
- borderRadius: "radii";
2172
- borderTopLeftRadius: "radii";
2173
- borderTopRightRadius: "radii";
2174
- borderBottomRightRadius: "radii";
2175
- borderBottomLeftRadius: "radii";
2176
- boxShadow: "shadows";
2177
- textShadow: "shadows";
2178
- transition: "transitions";
2179
- zIndex: "zIndices";
2180
- }, {
2181
- p: (value: {
2182
- readonly [$$PropertyValue]: "padding";
2183
- }) => {
2184
- padding: {
2185
- readonly [$$PropertyValue]: "padding";
2186
- };
2187
- };
2188
- pt: (value: {
2189
- readonly [$$PropertyValue]: "paddingTop";
2190
- }) => {
2191
- paddingTop: {
2192
- readonly [$$PropertyValue]: "paddingTop";
2193
- };
2194
- };
2195
- pr: (value: {
2196
- readonly [$$PropertyValue]: "paddingRight";
2197
- }) => {
2198
- paddingRight: {
2199
- readonly [$$PropertyValue]: "paddingRight";
2200
- };
2201
- };
2202
- pb: (value: {
2203
- readonly [$$PropertyValue]: "paddingBottom";
2204
- }) => {
2205
- paddingBottom: {
2206
- readonly [$$PropertyValue]: "paddingBottom";
2207
- };
2208
- };
2209
- pl: (value: {
2210
- readonly [$$PropertyValue]: "paddingLeft";
2211
- }) => {
2212
- paddingLeft: {
2213
- readonly [$$PropertyValue]: "paddingLeft";
2214
- };
2215
- };
2216
- px: (value: {
2217
- readonly [$$PropertyValue]: "paddingLeft";
2218
- }) => {
2219
- paddingLeft: {
2220
- readonly [$$PropertyValue]: "paddingLeft";
2221
- };
2222
- paddingRight: {
2223
- readonly [$$PropertyValue]: "paddingLeft";
2224
- };
2225
- };
2226
- py: (value: {
2227
- readonly [$$PropertyValue]: "paddingTop";
2228
- }) => {
2229
- paddingTop: {
2230
- readonly [$$PropertyValue]: "paddingTop";
2231
- };
2232
- paddingBottom: {
2233
- readonly [$$PropertyValue]: "paddingTop";
2234
- };
2235
- };
2236
- m: (value: {
2237
- readonly [$$PropertyValue]: "margin";
2238
- }) => {
2239
- margin: {
2240
- readonly [$$PropertyValue]: "margin";
2241
- };
2242
- };
2243
- mt: (value: {
2244
- readonly [$$PropertyValue]: "marginTop";
2245
- }) => {
2246
- marginTop: {
2247
- readonly [$$PropertyValue]: "marginTop";
2248
- };
2249
- };
2250
- mr: (value: {
2251
- readonly [$$PropertyValue]: "marginRight";
2252
- }) => {
2253
- marginRight: {
2254
- readonly [$$PropertyValue]: "marginRight";
2255
- };
2256
- };
2257
- mb: (value: {
2258
- readonly [$$PropertyValue]: "marginBottom";
2259
- }) => {
2260
- marginBottom: {
2261
- readonly [$$PropertyValue]: "marginBottom";
2262
- };
2263
- };
2264
- ml: (value: {
2265
- readonly [$$PropertyValue]: "marginLeft";
2266
- }) => {
2267
- marginLeft: {
2268
- readonly [$$PropertyValue]: "marginLeft";
2269
- };
2270
- };
2271
- mx: (value: {
2272
- readonly [$$PropertyValue]: "marginLeft";
2273
- }) => {
2274
- marginLeft: {
2275
- readonly [$$PropertyValue]: "marginLeft";
2276
- };
2277
- marginRight: {
2278
- readonly [$$PropertyValue]: "marginLeft";
2279
- };
2280
- };
2281
- my: (value: {
2282
- readonly [$$PropertyValue]: "marginTop";
2283
- }) => {
2284
- marginTop: {
2285
- readonly [$$PropertyValue]: "marginTop";
2286
- };
2287
- marginBottom: {
2288
- readonly [$$PropertyValue]: "marginTop";
2289
- };
2290
- };
2291
- ta: (value: {
2292
- readonly [$$PropertyValue]: "textAlign";
2293
- }) => {
2294
- textAlign: {
2295
- readonly [$$PropertyValue]: "textAlign";
2296
- };
2297
- };
2298
- tt: (value: {
2299
- readonly [$$PropertyValue]: "textTransform";
2300
- }) => {
2301
- textTransform: {
2302
- readonly [$$PropertyValue]: "textTransform";
2303
- };
2304
- };
2305
- to: (value: {
2306
- readonly [$$PropertyValue]: "textOverflow";
2307
- }) => {
2308
- textOverflow: {
2309
- readonly [$$PropertyValue]: "textOverflow";
2310
- };
2311
- };
2312
- d: (value: {
2313
- readonly [$$PropertyValue]: "display";
2314
- }) => {
2315
- display: {
2316
- readonly [$$PropertyValue]: "display";
2317
- };
2318
- };
2319
- dflex: (value: {
2320
- readonly [$$PropertyValue]: "alignItems";
2321
- }) => {
2322
- display: string;
2323
- alignItems: {
2324
- readonly [$$PropertyValue]: "alignItems";
2325
- };
2326
- justifyContent: {
2327
- readonly [$$PropertyValue]: "alignItems";
2328
- };
2329
- };
2330
- fd: (value: {
2331
- readonly [$$PropertyValue]: "flexDirection";
2332
- }) => {
2333
- flexDirection: {
2334
- readonly [$$PropertyValue]: "flexDirection";
2335
- };
2336
- };
2337
- fw: (value: {
2338
- readonly [$$PropertyValue]: "flexWrap";
2339
- }) => {
2340
- flexWrap: {
2341
- readonly [$$PropertyValue]: "flexWrap";
2342
- };
2343
- };
2344
- ai: (value: {
2345
- readonly [$$PropertyValue]: "alignItems";
2346
- }) => {
2347
- alignItems: {
2348
- readonly [$$PropertyValue]: "alignItems";
2349
- };
2350
- };
2351
- ac: (value: {
2352
- readonly [$$PropertyValue]: "alignContent";
2353
- }) => {
2354
- alignContent: {
2355
- readonly [$$PropertyValue]: "alignContent";
2356
- };
2357
- };
2358
- jc: (value: {
2359
- readonly [$$PropertyValue]: "justifyContent";
2360
- }) => {
2361
- justifyContent: {
2362
- readonly [$$PropertyValue]: "justifyContent";
2363
- };
2364
- };
2365
- as: (value: {
2366
- readonly [$$PropertyValue]: "alignSelf";
2367
- }) => {
2368
- alignSelf: {
2369
- readonly [$$PropertyValue]: "alignSelf";
2370
- };
2371
- };
2372
- fg: (value: {
2373
- readonly [$$PropertyValue]: "flexGrow";
2374
- }) => {
2375
- flexGrow: {
2376
- readonly [$$PropertyValue]: "flexGrow";
2377
- };
2378
- };
2379
- fs: (value: {
2380
- readonly [$$PropertyValue]: "fontSize";
2381
- }) => {
2382
- fontSize: {
2383
- readonly [$$PropertyValue]: "fontSize";
2384
- };
2385
- };
2386
- fb: (value: {
2387
- readonly [$$PropertyValue]: "flexBasis";
2388
- }) => {
2389
- flexBasis: {
2390
- readonly [$$PropertyValue]: "flexBasis";
2391
- };
2392
- };
2393
- bc: (value: {
2394
- readonly [$$PropertyValue]: "backgroundColor";
2395
- }) => {
2396
- backgroundColor: {
2397
- readonly [$$PropertyValue]: "backgroundColor";
2398
- };
2399
- };
2400
- bf: (value: {
2401
- readonly [$$PropertyValue]: "backdropFilter";
2402
- }) => {
2403
- backdropFilter: {
2404
- readonly [$$PropertyValue]: "backdropFilter";
2405
- };
2406
- };
2407
- bg: (value: {
2408
- readonly [$$PropertyValue]: "backgroundColor";
2409
- }) => {
2410
- background: {
2411
- readonly [$$PropertyValue]: "backgroundColor";
2412
- };
2413
- };
2414
- bgBlur: (value: {
2415
- readonly [$$PropertyValue]: "backgroundColor";
2416
- }) => {
2417
- bf: string;
2418
- bg: string;
2419
- };
2420
- bgColor: (value: {
2421
- readonly [$$PropertyValue]: "backgroundColor";
2422
- }) => {
2423
- backgroundColor: {
2424
- readonly [$$PropertyValue]: "backgroundColor";
2425
- };
2426
- };
2427
- backgroundClip: (value: {
2428
- readonly [$$PropertyValue]: "backgroundClip";
2429
- }) => {
2430
- WebkitBackgroundClip: {
2431
- readonly [$$PropertyValue]: "backgroundClip";
2432
- };
2433
- backgroundClip: {
2434
- readonly [$$PropertyValue]: "backgroundClip";
2435
- };
2436
- };
2437
- bgClip: (value: {
2438
- readonly [$$PropertyValue]: "backgroundClip";
2439
- }) => {
2440
- WebkitBackgroundClip: {
2441
- readonly [$$PropertyValue]: "backgroundClip";
2442
- };
2443
- backgroundClip: {
2444
- readonly [$$PropertyValue]: "backgroundClip";
2445
- };
2446
- };
2447
- br: (value: {
2448
- readonly [$$PropertyValue]: "borderRadius";
2449
- }) => {
2450
- borderRadius: {
2451
- readonly [$$PropertyValue]: "borderRadius";
2452
- };
2453
- };
2454
- bw: (value: {
2455
- readonly [$$PropertyValue]: "borderWidth";
2456
- }) => {
2457
- borderWidth: {
2458
- readonly [$$PropertyValue]: "borderWidth";
2459
- };
2460
- };
2461
- btrr: (value: {
2462
- readonly [$$PropertyValue]: "borderTopRightRadius";
2463
- }) => {
2464
- borderTopRightRadius: {
2465
- readonly [$$PropertyValue]: "borderTopRightRadius";
2466
- };
2467
- };
2468
- bbrr: (value: {
2469
- readonly [$$PropertyValue]: "borderBottomRightRadius";
2470
- }) => {
2471
- borderBottomRightRadius: {
2472
- readonly [$$PropertyValue]: "borderBottomRightRadius";
2473
- };
2474
- };
2475
- bblr: (value: {
2476
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
2477
- }) => {
2478
- borderBottomLeftRadius: {
2479
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
2480
- };
2481
- };
2482
- btlr: (value: {
2483
- readonly [$$PropertyValue]: "borderTopLeftRadius";
2484
- }) => {
2485
- borderTopLeftRadius: {
2486
- readonly [$$PropertyValue]: "borderTopLeftRadius";
2487
- };
2488
- };
2489
- bs: (value: {
2490
- readonly [$$PropertyValue]: "boxShadow";
2491
- }) => {
2492
- boxShadow: {
2493
- readonly [$$PropertyValue]: "boxShadow";
2494
- };
2495
- };
2496
- normalShadow: (value: {
2497
- readonly [$$PropertyValue]: "backgroundColor";
2498
- }) => {
2499
- boxShadow: string;
2500
- };
2501
- normalShadowVar: (value: {
2502
- readonly [$$PropertyValue]: "backgroundColor";
2503
- }) => {
2504
- boxShadow: string;
2505
- };
2506
- lh: (value: {
2507
- readonly [$$PropertyValue]: "lineHeight";
2508
- }) => {
2509
- lineHeight: {
2510
- readonly [$$PropertyValue]: "lineHeight";
2511
- };
2512
- };
2513
- ov: (value: {
2514
- readonly [$$PropertyValue]: "overflow";
2515
- }) => {
2516
- overflow: {
2517
- readonly [$$PropertyValue]: "overflow";
2518
- };
2519
- };
2520
- ox: (value: {
2521
- readonly [$$PropertyValue]: "overflowX";
2522
- }) => {
2523
- overflowX: {
2524
- readonly [$$PropertyValue]: "overflowX";
2525
- };
2526
- };
2527
- oy: (value: {
2528
- readonly [$$PropertyValue]: "overflowY";
2529
- }) => {
2530
- overflowY: {
2531
- readonly [$$PropertyValue]: "overflowY";
2532
- };
2533
- };
2534
- pe: (value: {
2535
- readonly [$$PropertyValue]: "pointerEvents";
2536
- }) => {
2537
- pointerEvents: {
2538
- readonly [$$PropertyValue]: "pointerEvents";
2539
- };
2540
- };
2541
- events: (value: {
2542
- readonly [$$PropertyValue]: "pointerEvents";
2543
- }) => {
2544
- pointerEvents: {
2545
- readonly [$$PropertyValue]: "pointerEvents";
2546
- };
2547
- };
2548
- us: (value: {
2549
- readonly [$$PropertyValue]: "userSelect";
2550
- }) => {
2551
- WebkitUserSelect: {
2552
- readonly [$$PropertyValue]: "userSelect";
2553
- };
2554
- userSelect: {
2555
- readonly [$$PropertyValue]: "userSelect";
2556
- };
2557
- };
2558
- userSelect: (value: {
2559
- readonly [$$PropertyValue]: "userSelect";
2560
- }) => {
2561
- WebkitUserSelect: {
2562
- readonly [$$PropertyValue]: "userSelect";
2563
- };
2564
- userSelect: {
2565
- readonly [$$PropertyValue]: "userSelect";
2566
- };
2567
- };
2568
- w: (value: {
2569
- readonly [$$PropertyValue]: "width";
2570
- }) => {
2571
- width: {
2572
- readonly [$$PropertyValue]: "width";
2573
- };
2574
- };
2575
- h: (value: {
2576
- readonly [$$PropertyValue]: "height";
2577
- }) => {
2578
- height: {
2579
- readonly [$$PropertyValue]: "height";
2580
- };
2581
- };
2582
- mw: (value: {
2583
- readonly [$$PropertyValue]: "maxWidth";
2584
- }) => {
2585
- maxWidth: {
2586
- readonly [$$PropertyValue]: "maxWidth";
2587
- };
2588
- };
2589
- maxW: (value: {
2590
- readonly [$$PropertyValue]: "maxWidth";
2591
- }) => {
2592
- maxWidth: {
2593
- readonly [$$PropertyValue]: "maxWidth";
2594
- };
2595
- };
2596
- mh: (value: {
2597
- readonly [$$PropertyValue]: "maxHeight";
2598
- }) => {
2599
- maxHeight: {
2600
- readonly [$$PropertyValue]: "maxHeight";
2601
- };
2602
- };
2603
- maxH: (value: {
2604
- readonly [$$PropertyValue]: "maxHeight";
2605
- }) => {
2606
- maxHeight: {
2607
- readonly [$$PropertyValue]: "maxHeight";
2608
- };
2609
- };
2610
- size: (value: {
2611
- readonly [$$PropertyValue]: "width";
2612
- }) => {
2613
- width: {
2614
- readonly [$$PropertyValue]: "width";
2615
- };
2616
- height: {
2617
- readonly [$$PropertyValue]: "width";
2618
- };
2619
- };
2620
- sizeMin: (value: {
2621
- readonly [$$PropertyValue]: "width";
2622
- }) => {
2623
- minWidth: {
2624
- readonly [$$PropertyValue]: "width";
2625
- };
2626
- minHeight: {
2627
- readonly [$$PropertyValue]: "width";
2628
- };
2629
- width: {
2630
- readonly [$$PropertyValue]: "width";
2631
- };
2632
- height: {
2633
- readonly [$$PropertyValue]: "width";
2634
- };
2635
- };
2636
- sizeMax: (value: {
2637
- readonly [$$PropertyValue]: "width";
2638
- }) => {
2639
- maxWidth: {
2640
- readonly [$$PropertyValue]: "width";
2641
- };
2642
- maxHeight: {
2643
- readonly [$$PropertyValue]: "width";
2644
- };
2645
- };
2646
- appearance: (value: {
2647
- readonly [$$PropertyValue]: "appearance";
2648
- }) => {
2649
- WebkitAppearance: {
2650
- readonly [$$PropertyValue]: "appearance";
2651
- };
2652
- appearance: {
2653
- readonly [$$PropertyValue]: "appearance";
2654
- };
2655
- };
2656
- scale: (value: {
2657
- readonly [$$PropertyValue]: "scale";
2658
- }) => {
2659
- transform: string;
2660
- };
2661
- linearGradient: (value: {
2662
- readonly [$$PropertyValue]: "backgroundImage";
2663
- }) => {
2664
- backgroundImage: string;
2665
- };
2666
- textGradient: (value: {
2667
- readonly [$$PropertyValue]: "backgroundImage";
2668
- }) => {
2669
- backgroundImage: string;
2670
- WebkitBackgroundClip: string;
2671
- WebkitTextFillColor: string;
2672
- };
2673
- }>>;
2674
- export declare const StyledTooltipContent: import("@stitches/react/types/styled-component").StyledComponent<"div", {
2675
- color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | "invert" | undefined;
2676
- contentColor?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
2677
- rounded?: boolean | "true" | undefined;
2678
- shadow?: boolean | "true" | undefined;
2679
- animated?: boolean | "true" | "false" | undefined;
2680
- }, {
2681
- xs: string;
2682
- sm: string;
2683
- md: string;
2684
- lg: string;
2685
- xl: string;
2686
- xsMax: string;
2687
- smMax: string;
2688
- mdMax: string;
2689
- lgMax: string;
2690
- xlMax: string;
2691
- motion: string;
2692
- safari: string;
2693
- hover: string;
2694
- dark: string;
2695
- light: string;
2696
- }, import("@stitches/react/types/css-util").CSS<{
2697
- xs: string;
2698
- sm: string;
2699
- md: string;
2700
- lg: string;
2701
- xl: string;
2702
- xsMax: string;
2703
- smMax: string;
2704
- mdMax: string;
2705
- lgMax: string;
2706
- xlMax: string;
2707
- motion: string;
2708
- safari: string;
2709
- hover: string;
2710
- dark: string;
2711
- light: string;
2712
- }, {
2713
- shadows: {
2714
- xs: string;
2715
- sm: string;
2716
- md: string;
2717
- lg: string;
2718
- xl: string;
2719
- };
2720
- colors: {
2721
- accents1: string;
2722
- accents2: string;
2723
- accents3: string;
2724
- accents4: string;
2725
- accents5: string;
2726
- accents6: string;
2727
- accents7: string;
2728
- accents8: string;
2729
- accents9: string;
2730
- text: string;
2731
- background: string;
2732
- foreground: string;
2733
- codeLight: string;
2734
- code: string;
2735
- border: string;
2736
- selection: string;
2737
- white: string;
2738
- black: string;
2739
- blue100: string;
2740
- blue200: string;
2741
- blue300: string;
2742
- blue400: string;
2743
- blue500: string;
2744
- blue600: string;
2745
- blue700: string;
2746
- blue800: string;
2747
- blue900: string;
2748
- purple100: string;
2749
- purple200: string;
2750
- purple300: string;
2751
- purple400: string;
2752
- purple500: string;
2753
- purple600: string;
2754
- purple700: string;
2755
- purple800: string;
2756
- purple900: string;
2757
- green100: string;
2758
- green200: string;
2759
- green300: string;
2760
- green400: string;
2761
- green500: string;
2762
- green600: string;
2763
- green700: string;
2764
- green800: string;
2765
- green900: string;
2766
- yellow100: string;
2767
- yellow200: string;
2768
- yellow300: string;
2769
- yellow400: string;
2770
- yellow500: string;
2771
- yellow600: string;
2772
- yellow700: string;
2773
- yellow800: string;
2774
- yellow900: string;
2775
- red100: string;
2776
- red200: string;
2777
- red300: string;
2778
- red400: string;
2779
- red500: string;
2780
- red600: string;
2781
- red700: string;
2782
- red800: string;
2783
- red900: string;
2784
- cyan100: string;
2785
- cyan200: string;
2786
- cyan300: string;
2787
- cyan400: string;
2788
- cyan500: string;
2789
- cyan600: string;
2790
- cyan700: string;
2791
- cyan800: string;
2792
- cyan900: string;
2793
- pink100: string;
2794
- pink200: string;
2795
- pink300: string;
2796
- pink400: string;
2797
- pink500: string;
2798
- pink600: string;
2799
- pink700: string;
2800
- pink800: string;
2801
- pink900: string;
2802
- gray100: string;
2803
- gray200: string;
2804
- gray300: string;
2805
- gray400: string;
2806
- gray500: string;
2807
- gray600: string;
2808
- gray700: string;
2809
- gray800: string;
2810
- gray900: string;
2811
- primaryLight: string;
2812
- primary: string;
2813
- primaryDark: string;
2814
- secondaryLight: string;
2815
- secondary: string;
2816
- secondaryDark: string;
2817
- successLight: string;
2818
- success: string;
2819
- successDark: string;
2820
- warningLight: string;
2821
- warning: string;
2822
- warningDark: string;
2823
- errorLight: string;
2824
- error: string;
2825
- errorDark: string;
2826
- gradient: string;
2827
- link: string;
2828
- };
2829
- fonts: {
2830
- sans: string;
2831
- mono: string;
2832
- };
2833
- fontSizes: {
2834
- tiny: string;
2835
- xs: string;
2836
- base: string;
2837
- sm: string;
2838
- md: string;
2839
- lg: string;
2840
- xl: string;
2841
- };
2842
- fontWeights: {
2843
- hairline: number;
2844
- thin: number;
2845
- light: number;
2846
- normal: number;
2847
- medium: number;
2848
- semibold: number;
2849
- bold: number;
2850
- extrabold: number;
2851
- black: number;
2852
- };
2853
- lineHeights: {
2854
- xs: number;
2855
- sm: number;
2856
- md: number;
2857
- lg: number;
2858
- xl: number;
2859
- };
2860
- letterSpacings: {
2861
- tighter: string;
2862
- tight: string;
2863
- normal: string;
2864
- wide: string;
2865
- wider: string;
2866
- widest: string;
2867
- };
2868
- space: {
2869
- 0: string;
2870
- xs: string;
2871
- sm: string;
2872
- md: string;
2873
- lg: string;
2874
- xl: string;
2875
- px: string;
2876
- 1: string;
2877
- 2: string;
2878
- 3: string;
2879
- 4: string;
2880
- 5: string;
2881
- 6: string;
2882
- 7: string;
2883
- 8: string;
2884
- 9: string;
2885
- 10: string;
2886
- 11: string;
2887
- 12: string;
2888
- 13: string;
2889
- 14: string;
2890
- 15: string;
2891
- 16: string;
2892
- 17: string;
2893
- 18: string;
2894
- 20: string;
2895
- 24: string;
2896
- 28: string;
2897
- 32: string;
2898
- 36: string;
2899
- 40: string;
2900
- 44: string;
2901
- 48: string;
2902
- 52: string;
2903
- 56: string;
2904
- 60: string;
2905
- 64: string;
2906
- 72: string;
2907
- 80: string;
2908
- 96: string;
2909
- };
2910
- radii: {
2911
- xs: string;
2912
- sm: string;
2913
- md: string;
2914
- base: string;
2915
- lg: string;
2916
- xl: string;
2917
- squared: string;
2918
- rounded: string;
2919
- pill: string;
2920
- };
2921
- zIndices: {
2922
- 1: string;
2923
- 2: string;
2924
- 3: string;
2925
- 4: string;
2926
- 5: string;
2927
- 10: string;
2928
- max: string;
2929
- };
2930
- borderWeights: {
2931
- light: string;
2932
- normal: string;
2933
- bold: string;
2934
- extrabold: string;
2935
- black: string;
2936
- };
2937
- transitions: {
2938
- default: string;
2939
- };
2940
- breakpoints: {
2941
- xs: string;
2942
- sm: string;
2943
- md: string;
2944
- lg: string;
2945
- xl: string;
2946
- };
2947
- }, {
2948
- width: string;
2949
- height: string;
2950
- minWidth: string;
2951
- maxWidth: string;
2952
- minHeight: string;
2953
- maxHeight: string;
2954
- flexBasis: string;
2955
- gridTemplateColumns: string;
2956
- gridTemplateRows: string;
2957
- blockSize: string;
2958
- minBlockSize: string;
2959
- maxBlockSize: string;
2960
- inlineSize: string;
2961
- minInlineSize: string;
2962
- maxInlineSize: string;
2963
- borderWidth: string;
2964
- gap: "space";
2965
- gridGap: "space";
2966
- columnGap: "space";
2967
- gridColumnGap: "space";
2968
- rowGap: "space";
2969
- gridRowGap: "space";
2970
- inset: "space";
2971
- insetBlock: "space";
2972
- insetBlockEnd: "space";
2973
- insetBlockStart: "space";
2974
- insetInline: "space";
2975
- insetInlineEnd: "space";
2976
- insetInlineStart: "space";
2977
- margin: "space";
2978
- marginTop: "space";
2979
- marginRight: "space";
2980
- marginBottom: "space";
2981
- marginLeft: "space";
2982
- marginBlock: "space";
2983
- marginBlockEnd: "space";
2984
- marginBlockStart: "space";
2985
- marginInline: "space";
2986
- marginInlineEnd: "space";
2987
- marginInlineStart: "space";
2988
- padding: "space";
2989
- paddingTop: "space";
2990
- paddingRight: "space";
2991
- paddingBottom: "space";
2992
- paddingLeft: "space";
2993
- paddingBlock: "space";
2994
- paddingBlockEnd: "space";
2995
- paddingBlockStart: "space";
2996
- paddingInline: "space";
2997
- paddingInlineEnd: "space";
2998
- paddingInlineStart: "space";
2999
- scrollMargin: "space";
3000
- scrollMarginTop: "space";
3001
- scrollMarginRight: "space";
3002
- scrollMarginBottom: "space";
3003
- scrollMarginLeft: "space";
3004
- scrollMarginBlock: "space";
3005
- scrollMarginBlockEnd: "space";
3006
- scrollMarginBlockStart: "space";
3007
- scrollMarginInline: "space";
3008
- scrollMarginInlineEnd: "space";
3009
- scrollMarginInlineStart: "space";
3010
- scrollPadding: "space";
3011
- scrollPaddingTop: "space";
3012
- scrollPaddingRight: "space";
3013
- scrollPaddingBottom: "space";
3014
- scrollPaddingLeft: "space";
3015
- scrollPaddingBlock: "space";
3016
- scrollPaddingBlockEnd: "space";
3017
- scrollPaddingBlockStart: "space";
3018
- scrollPaddingInline: "space";
3019
- scrollPaddingInlineEnd: "space";
3020
- scrollPaddingInlineStart: "space";
3021
- top: "space";
3022
- right: "space";
3023
- bottom: "space";
3024
- left: "space";
3025
- fontSize: "fontSizes";
3026
- background: "colors";
3027
- backgroundColor: "colors";
3028
- backgroundImage: "colors";
3029
- borderImage: "colors";
3030
- border: "colors";
3031
- borderBlock: "colors";
3032
- borderBlockEnd: "colors";
3033
- borderBlockStart: "colors";
3034
- borderBottom: "colors";
3035
- borderBottomColor: "colors";
3036
- borderColor: "colors";
3037
- borderInline: "colors";
3038
- borderInlineEnd: "colors";
3039
- borderInlineStart: "colors";
3040
- borderLeft: "colors";
3041
- borderLeftColor: "colors";
3042
- borderRight: "colors";
3043
- borderRightColor: "colors";
3044
- borderTop: "colors";
3045
- borderTopColor: "colors";
3046
- caretColor: "colors";
3047
- color: "colors";
3048
- columnRuleColor: "colors";
3049
- outline: "colors";
3050
- outlineColor: "colors";
3051
- fill: "colors";
3052
- stroke: "colors";
3053
- textDecorationColor: "colors";
3054
- fontFamily: "fonts";
3055
- fontWeight: "fontWeights";
3056
- lineHeight: "lineHeights";
3057
- letterSpacing: "letterSpacings";
3058
- borderTopWidth: "borderWidths";
3059
- borderLeftWidth: "borderWidths";
3060
- borderRightWidth: "borderWidths";
3061
- borderBottomWidth: "borderWidths";
3062
- borderStyle: "borderStyles";
3063
- borderTopStyle: "borderStyles";
3064
- borderLeftStyle: "borderStyles";
3065
- borderRightStyle: "borderStyles";
3066
- borderBottomStyle: "borderStyles";
3067
- borderRadius: "radii";
3068
- borderTopLeftRadius: "radii";
3069
- borderTopRightRadius: "radii";
3070
- borderBottomRightRadius: "radii";
3071
- borderBottomLeftRadius: "radii";
3072
- boxShadow: "shadows";
3073
- textShadow: "shadows";
3074
- transition: "transitions";
3075
- zIndex: "zIndices";
3076
- }, {
3077
- p: (value: {
3078
- readonly [$$PropertyValue]: "padding";
3079
- }) => {
3080
- padding: {
3081
- readonly [$$PropertyValue]: "padding";
3082
- };
3083
- };
3084
- pt: (value: {
3085
- readonly [$$PropertyValue]: "paddingTop";
3086
- }) => {
3087
- paddingTop: {
3088
- readonly [$$PropertyValue]: "paddingTop";
3089
- };
3090
- };
3091
- pr: (value: {
3092
- readonly [$$PropertyValue]: "paddingRight";
3093
- }) => {
3094
- paddingRight: {
3095
- readonly [$$PropertyValue]: "paddingRight";
3096
- };
3097
- };
3098
- pb: (value: {
3099
- readonly [$$PropertyValue]: "paddingBottom";
3100
- }) => {
3101
- paddingBottom: {
3102
- readonly [$$PropertyValue]: "paddingBottom";
3103
- };
3104
- };
3105
- pl: (value: {
3106
- readonly [$$PropertyValue]: "paddingLeft";
3107
- }) => {
3108
- paddingLeft: {
3109
- readonly [$$PropertyValue]: "paddingLeft";
3110
- };
3111
- };
3112
- px: (value: {
3113
- readonly [$$PropertyValue]: "paddingLeft";
3114
- }) => {
3115
- paddingLeft: {
3116
- readonly [$$PropertyValue]: "paddingLeft";
3117
- };
3118
- paddingRight: {
3119
- readonly [$$PropertyValue]: "paddingLeft";
3120
- };
3121
- };
3122
- py: (value: {
3123
- readonly [$$PropertyValue]: "paddingTop";
3124
- }) => {
3125
- paddingTop: {
3126
- readonly [$$PropertyValue]: "paddingTop";
3127
- };
3128
- paddingBottom: {
3129
- readonly [$$PropertyValue]: "paddingTop";
3130
- };
3131
- };
3132
- m: (value: {
3133
- readonly [$$PropertyValue]: "margin";
3134
- }) => {
3135
- margin: {
3136
- readonly [$$PropertyValue]: "margin";
3137
- };
3138
- };
3139
- mt: (value: {
3140
- readonly [$$PropertyValue]: "marginTop";
3141
- }) => {
3142
- marginTop: {
3143
- readonly [$$PropertyValue]: "marginTop";
3144
- };
3145
- };
3146
- mr: (value: {
3147
- readonly [$$PropertyValue]: "marginRight";
3148
- }) => {
3149
- marginRight: {
3150
- readonly [$$PropertyValue]: "marginRight";
3151
- };
3152
- };
3153
- mb: (value: {
3154
- readonly [$$PropertyValue]: "marginBottom";
3155
- }) => {
3156
- marginBottom: {
3157
- readonly [$$PropertyValue]: "marginBottom";
3158
- };
3159
- };
3160
- ml: (value: {
3161
- readonly [$$PropertyValue]: "marginLeft";
3162
- }) => {
3163
- marginLeft: {
3164
- readonly [$$PropertyValue]: "marginLeft";
3165
- };
3166
- };
3167
- mx: (value: {
3168
- readonly [$$PropertyValue]: "marginLeft";
3169
- }) => {
3170
- marginLeft: {
3171
- readonly [$$PropertyValue]: "marginLeft";
3172
- };
3173
- marginRight: {
3174
- readonly [$$PropertyValue]: "marginLeft";
3175
- };
3176
- };
3177
- my: (value: {
3178
- readonly [$$PropertyValue]: "marginTop";
3179
- }) => {
3180
- marginTop: {
3181
- readonly [$$PropertyValue]: "marginTop";
3182
- };
3183
- marginBottom: {
3184
- readonly [$$PropertyValue]: "marginTop";
3185
- };
3186
- };
3187
- ta: (value: {
3188
- readonly [$$PropertyValue]: "textAlign";
3189
- }) => {
3190
- textAlign: {
3191
- readonly [$$PropertyValue]: "textAlign";
3192
- };
3193
- };
3194
- tt: (value: {
3195
- readonly [$$PropertyValue]: "textTransform";
3196
- }) => {
3197
- textTransform: {
3198
- readonly [$$PropertyValue]: "textTransform";
3199
- };
3200
- };
3201
- to: (value: {
3202
- readonly [$$PropertyValue]: "textOverflow";
3203
- }) => {
3204
- textOverflow: {
3205
- readonly [$$PropertyValue]: "textOverflow";
3206
- };
3207
- };
3208
- d: (value: {
3209
- readonly [$$PropertyValue]: "display";
3210
- }) => {
3211
- display: {
3212
- readonly [$$PropertyValue]: "display";
3213
- };
3214
- };
3215
- dflex: (value: {
3216
- readonly [$$PropertyValue]: "alignItems";
3217
- }) => {
3218
- display: string;
3219
- alignItems: {
3220
- readonly [$$PropertyValue]: "alignItems";
3221
- };
3222
- justifyContent: {
3223
- readonly [$$PropertyValue]: "alignItems";
3224
- };
3225
- };
3226
- fd: (value: {
3227
- readonly [$$PropertyValue]: "flexDirection";
3228
- }) => {
3229
- flexDirection: {
3230
- readonly [$$PropertyValue]: "flexDirection";
3231
- };
3232
- };
3233
- fw: (value: {
3234
- readonly [$$PropertyValue]: "flexWrap";
3235
- }) => {
3236
- flexWrap: {
3237
- readonly [$$PropertyValue]: "flexWrap";
3238
- };
3239
- };
3240
- ai: (value: {
3241
- readonly [$$PropertyValue]: "alignItems";
3242
- }) => {
3243
- alignItems: {
3244
- readonly [$$PropertyValue]: "alignItems";
3245
- };
3246
- };
3247
- ac: (value: {
3248
- readonly [$$PropertyValue]: "alignContent";
3249
- }) => {
3250
- alignContent: {
3251
- readonly [$$PropertyValue]: "alignContent";
3252
- };
3253
- };
3254
- jc: (value: {
3255
- readonly [$$PropertyValue]: "justifyContent";
3256
- }) => {
3257
- justifyContent: {
3258
- readonly [$$PropertyValue]: "justifyContent";
3259
- };
3260
- };
3261
- as: (value: {
3262
- readonly [$$PropertyValue]: "alignSelf";
3263
- }) => {
3264
- alignSelf: {
3265
- readonly [$$PropertyValue]: "alignSelf";
3266
- };
3267
- };
3268
- fg: (value: {
3269
- readonly [$$PropertyValue]: "flexGrow";
3270
- }) => {
3271
- flexGrow: {
3272
- readonly [$$PropertyValue]: "flexGrow";
3273
- };
3274
- };
3275
- fs: (value: {
3276
- readonly [$$PropertyValue]: "fontSize";
3277
- }) => {
3278
- fontSize: {
3279
- readonly [$$PropertyValue]: "fontSize";
3280
- };
3281
- };
3282
- fb: (value: {
3283
- readonly [$$PropertyValue]: "flexBasis";
3284
- }) => {
3285
- flexBasis: {
3286
- readonly [$$PropertyValue]: "flexBasis";
3287
- };
3288
- };
3289
- bc: (value: {
3290
- readonly [$$PropertyValue]: "backgroundColor";
3291
- }) => {
3292
- backgroundColor: {
3293
- readonly [$$PropertyValue]: "backgroundColor";
3294
- };
3295
- };
3296
- bf: (value: {
3297
- readonly [$$PropertyValue]: "backdropFilter";
3298
- }) => {
3299
- backdropFilter: {
3300
- readonly [$$PropertyValue]: "backdropFilter";
3301
- };
3302
- };
3303
- bg: (value: {
3304
- readonly [$$PropertyValue]: "backgroundColor";
3305
- }) => {
3306
- background: {
3307
- readonly [$$PropertyValue]: "backgroundColor";
3308
- };
3309
- };
3310
- bgBlur: (value: {
3311
- readonly [$$PropertyValue]: "backgroundColor";
3312
- }) => {
3313
- bf: string;
3314
- bg: string;
3315
- };
3316
- bgColor: (value: {
3317
- readonly [$$PropertyValue]: "backgroundColor";
3318
- }) => {
3319
- backgroundColor: {
3320
- readonly [$$PropertyValue]: "backgroundColor";
3321
- };
3322
- };
3323
- backgroundClip: (value: {
3324
- readonly [$$PropertyValue]: "backgroundClip";
3325
- }) => {
3326
- WebkitBackgroundClip: {
3327
- readonly [$$PropertyValue]: "backgroundClip";
3328
- };
3329
- backgroundClip: {
3330
- readonly [$$PropertyValue]: "backgroundClip";
3331
- };
3332
- };
3333
- bgClip: (value: {
3334
- readonly [$$PropertyValue]: "backgroundClip";
3335
- }) => {
3336
- WebkitBackgroundClip: {
3337
- readonly [$$PropertyValue]: "backgroundClip";
3338
- };
3339
- backgroundClip: {
3340
- readonly [$$PropertyValue]: "backgroundClip";
3341
- };
3342
- };
3343
- br: (value: {
3344
- readonly [$$PropertyValue]: "borderRadius";
3345
- }) => {
3346
- borderRadius: {
3347
- readonly [$$PropertyValue]: "borderRadius";
3348
- };
3349
- };
3350
- bw: (value: {
3351
- readonly [$$PropertyValue]: "borderWidth";
3352
- }) => {
3353
- borderWidth: {
3354
- readonly [$$PropertyValue]: "borderWidth";
3355
- };
3356
- };
3357
- btrr: (value: {
3358
- readonly [$$PropertyValue]: "borderTopRightRadius";
3359
- }) => {
3360
- borderTopRightRadius: {
3361
- readonly [$$PropertyValue]: "borderTopRightRadius";
3362
- };
3363
- };
3364
- bbrr: (value: {
3365
- readonly [$$PropertyValue]: "borderBottomRightRadius";
3366
- }) => {
3367
- borderBottomRightRadius: {
3368
- readonly [$$PropertyValue]: "borderBottomRightRadius";
3369
- };
3370
- };
3371
- bblr: (value: {
3372
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
3373
- }) => {
3374
- borderBottomLeftRadius: {
3375
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
3376
- };
3377
- };
3378
- btlr: (value: {
3379
- readonly [$$PropertyValue]: "borderTopLeftRadius";
3380
- }) => {
3381
- borderTopLeftRadius: {
3382
- readonly [$$PropertyValue]: "borderTopLeftRadius";
3383
- };
3384
- };
3385
- bs: (value: {
3386
- readonly [$$PropertyValue]: "boxShadow";
3387
- }) => {
3388
- boxShadow: {
3389
- readonly [$$PropertyValue]: "boxShadow";
3390
- };
3391
- };
3392
- normalShadow: (value: {
3393
- readonly [$$PropertyValue]: "backgroundColor";
3394
- }) => {
3395
- boxShadow: string;
3396
- };
3397
- normalShadowVar: (value: {
3398
- readonly [$$PropertyValue]: "backgroundColor";
3399
- }) => {
3400
- boxShadow: string;
3401
- };
3402
- lh: (value: {
3403
- readonly [$$PropertyValue]: "lineHeight";
3404
- }) => {
3405
- lineHeight: {
3406
- readonly [$$PropertyValue]: "lineHeight";
3407
- };
3408
- };
3409
- ov: (value: {
3410
- readonly [$$PropertyValue]: "overflow";
3411
- }) => {
3412
- overflow: {
3413
- readonly [$$PropertyValue]: "overflow";
3414
- };
3415
- };
3416
- ox: (value: {
3417
- readonly [$$PropertyValue]: "overflowX";
3418
- }) => {
3419
- overflowX: {
3420
- readonly [$$PropertyValue]: "overflowX";
3421
- };
3422
- };
3423
- oy: (value: {
3424
- readonly [$$PropertyValue]: "overflowY";
3425
- }) => {
3426
- overflowY: {
3427
- readonly [$$PropertyValue]: "overflowY";
3428
- };
3429
- };
3430
- pe: (value: {
3431
- readonly [$$PropertyValue]: "pointerEvents";
3432
- }) => {
3433
- pointerEvents: {
3434
- readonly [$$PropertyValue]: "pointerEvents";
3435
- };
3436
- };
3437
- events: (value: {
3438
- readonly [$$PropertyValue]: "pointerEvents";
3439
- }) => {
3440
- pointerEvents: {
3441
- readonly [$$PropertyValue]: "pointerEvents";
3442
- };
3443
- };
3444
- us: (value: {
3445
- readonly [$$PropertyValue]: "userSelect";
3446
- }) => {
3447
- WebkitUserSelect: {
3448
- readonly [$$PropertyValue]: "userSelect";
3449
- };
3450
- userSelect: {
3451
- readonly [$$PropertyValue]: "userSelect";
3452
- };
3453
- };
3454
- userSelect: (value: {
3455
- readonly [$$PropertyValue]: "userSelect";
3456
- }) => {
3457
- WebkitUserSelect: {
3458
- readonly [$$PropertyValue]: "userSelect";
3459
- };
3460
- userSelect: {
3461
- readonly [$$PropertyValue]: "userSelect";
3462
- };
3463
- };
3464
- w: (value: {
3465
- readonly [$$PropertyValue]: "width";
3466
- }) => {
3467
- width: {
3468
- readonly [$$PropertyValue]: "width";
3469
- };
3470
- };
3471
- h: (value: {
3472
- readonly [$$PropertyValue]: "height";
3473
- }) => {
3474
- height: {
3475
- readonly [$$PropertyValue]: "height";
3476
- };
3477
- };
3478
- mw: (value: {
3479
- readonly [$$PropertyValue]: "maxWidth";
3480
- }) => {
3481
- maxWidth: {
3482
- readonly [$$PropertyValue]: "maxWidth";
3483
- };
3484
- };
3485
- maxW: (value: {
3486
- readonly [$$PropertyValue]: "maxWidth";
3487
- }) => {
3488
- maxWidth: {
3489
- readonly [$$PropertyValue]: "maxWidth";
3490
- };
3491
- };
3492
- mh: (value: {
3493
- readonly [$$PropertyValue]: "maxHeight";
3494
- }) => {
3495
- maxHeight: {
3496
- readonly [$$PropertyValue]: "maxHeight";
3497
- };
3498
- };
3499
- maxH: (value: {
3500
- readonly [$$PropertyValue]: "maxHeight";
3501
- }) => {
3502
- maxHeight: {
3503
- readonly [$$PropertyValue]: "maxHeight";
3504
- };
3505
- };
3506
- size: (value: {
3507
- readonly [$$PropertyValue]: "width";
3508
- }) => {
3509
- width: {
3510
- readonly [$$PropertyValue]: "width";
3511
- };
3512
- height: {
3513
- readonly [$$PropertyValue]: "width";
3514
- };
3515
- };
3516
- sizeMin: (value: {
3517
- readonly [$$PropertyValue]: "width";
3518
- }) => {
3519
- minWidth: {
3520
- readonly [$$PropertyValue]: "width";
3521
- };
3522
- minHeight: {
3523
- readonly [$$PropertyValue]: "width";
3524
- };
3525
- width: {
3526
- readonly [$$PropertyValue]: "width";
3527
- };
3528
- height: {
3529
- readonly [$$PropertyValue]: "width";
3530
- };
3531
- };
3532
- sizeMax: (value: {
3533
- readonly [$$PropertyValue]: "width";
3534
- }) => {
3535
- maxWidth: {
3536
- readonly [$$PropertyValue]: "width";
3537
- };
3538
- maxHeight: {
3539
- readonly [$$PropertyValue]: "width";
3540
- };
3541
- };
3542
- appearance: (value: {
3543
- readonly [$$PropertyValue]: "appearance";
3544
- }) => {
3545
- WebkitAppearance: {
3546
- readonly [$$PropertyValue]: "appearance";
3547
- };
3548
- appearance: {
3549
- readonly [$$PropertyValue]: "appearance";
3550
- };
3551
- };
3552
- scale: (value: {
3553
- readonly [$$PropertyValue]: "scale";
3554
- }) => {
3555
- transform: string;
3556
- };
3557
- linearGradient: (value: {
3558
- readonly [$$PropertyValue]: "backgroundImage";
3559
- }) => {
3560
- backgroundImage: string;
3561
- };
3562
- textGradient: (value: {
3563
- readonly [$$PropertyValue]: "backgroundImage";
3564
- }) => {
3565
- backgroundImage: string;
3566
- WebkitBackgroundClip: string;
3567
- WebkitTextFillColor: string;
3568
- };
3569
- }>>;
3570
- export declare type TooltipTriggerVariantsProps = VariantProps<typeof StyledTooltipTrigger>;
3571
- export declare type TooltipContentVariantsProps = VariantProps<typeof StyledTooltipContent>;