@nextui-org/react 1.0.0-beta.10

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