@nextui-org/react 1.0.0-beta.6

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