@nextui-org/react 1.0.2-beta.2 → 1.0.2-beta.5-dbg1

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