@nextui-org/react 1.0.0-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (691) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +98 -0
  3. package/avatar/package.json +6 -0
  4. package/backdrop/package.json +6 -0
  5. package/button/package.json +6 -0
  6. package/card/package.json +6 -0
  7. package/checkbox/package.json +6 -0
  8. package/cjs/avatar/avatar-group.js +1 -0
  9. package/cjs/avatar/avatar-group.styles.js +1 -0
  10. package/cjs/avatar/avatar.js +1 -0
  11. package/cjs/avatar/avatar.styles.js +1 -0
  12. package/cjs/avatar/index.js +1 -0
  13. package/cjs/backdrop/backdrop.js +1 -0
  14. package/cjs/backdrop/backdrop.styles.js +1 -0
  15. package/cjs/backdrop/index.js +1 -0
  16. package/cjs/button/button-group-context.js +1 -0
  17. package/cjs/button/button-group.js +1 -0
  18. package/cjs/button/button-group.styles.js +1 -0
  19. package/cjs/button/button-icon.js +1 -0
  20. package/cjs/button/button.js +1 -0
  21. package/cjs/button/button.styles.js +1 -0
  22. package/cjs/button/index.js +1 -0
  23. package/cjs/button/utils.js +1 -0
  24. package/cjs/card/card.js +1 -0
  25. package/cjs/card/card.styles.js +1 -0
  26. package/cjs/card/index.js +1 -0
  27. package/cjs/checkbox/checkbox-context.js +1 -0
  28. package/cjs/checkbox/checkbox-group.js +1 -0
  29. package/cjs/checkbox/checkbox.js +1 -0
  30. package/cjs/checkbox/checkbox.styles.js +1 -0
  31. package/cjs/checkbox/index.js +1 -0
  32. package/cjs/checkbox/utils.js +1 -0
  33. package/cjs/code/code.js +1 -0
  34. package/cjs/code/code.styles.js +1 -0
  35. package/cjs/code/index.js +1 -0
  36. package/cjs/col/col.js +1 -0
  37. package/cjs/col/col.styles.js +1 -0
  38. package/cjs/col/index.js +1 -0
  39. package/cjs/collapse/collapse-context.js +1 -0
  40. package/cjs/collapse/collapse-group.js +1 -0
  41. package/cjs/collapse/collapse-icon.js +1 -0
  42. package/cjs/collapse/collapse.js +1 -0
  43. package/cjs/collapse/collapse.styles.js +1 -0
  44. package/cjs/collapse/index.js +1 -0
  45. package/cjs/container/container.js +1 -0
  46. package/cjs/container/container.styles.js +1 -0
  47. package/cjs/container/index.js +1 -0
  48. package/cjs/css-baseline/css-baseline.js +1 -0
  49. package/cjs/css-baseline/index.js +1 -0
  50. package/cjs/divider/divider.js +1 -0
  51. package/cjs/divider/divider.styles.js +1 -0
  52. package/cjs/divider/index.js +1 -0
  53. package/cjs/grid/grid-container.js +1 -0
  54. package/cjs/grid/grid-item.js +1 -0
  55. package/cjs/grid/grid.js +1 -0
  56. package/cjs/grid/grid.styles.js +1 -0
  57. package/cjs/grid/index.js +1 -0
  58. package/cjs/image/image.js +1 -0
  59. package/cjs/image/image.skeleton.js +1 -0
  60. package/cjs/image/image.styles.js +1 -0
  61. package/cjs/image/index.js +1 -0
  62. package/cjs/index.js +1 -0
  63. package/cjs/input/index.js +1 -0
  64. package/cjs/input/input-password.js +1 -0
  65. package/cjs/input/input-props.js +1 -0
  66. package/cjs/input/input.js +1 -0
  67. package/cjs/input/input.styles.js +1 -0
  68. package/cjs/input/password-icon.js +1 -0
  69. package/cjs/link/icon.js +1 -0
  70. package/cjs/link/index.js +1 -0
  71. package/cjs/link/link.js +1 -0
  72. package/cjs/link/link.styles.js +1 -0
  73. package/cjs/loading/index.js +1 -0
  74. package/cjs/loading/loading.js +1 -0
  75. package/cjs/loading/loading.styles.js +1 -0
  76. package/cjs/loading/spinner.js +1 -0
  77. package/cjs/modal/index.js +1 -0
  78. package/cjs/modal/modal-body.js +1 -0
  79. package/cjs/modal/modal-close-button.js +1 -0
  80. package/cjs/modal/modal-context.js +1 -0
  81. package/cjs/modal/modal-footer.js +1 -0
  82. package/cjs/modal/modal-header.js +1 -0
  83. package/cjs/modal/modal-wrapper.js +1 -0
  84. package/cjs/modal/modal.js +1 -0
  85. package/cjs/modal/modal.styles.js +1 -0
  86. package/cjs/modal/use-modal.js +1 -0
  87. package/cjs/pagination/index.js +1 -0
  88. package/cjs/pagination/pagination-ellipsis.js +1 -0
  89. package/cjs/pagination/pagination-highlight.js +1 -0
  90. package/cjs/pagination/pagination-icon.js +1 -0
  91. package/cjs/pagination/pagination-item.js +1 -0
  92. package/cjs/pagination/pagination.js +1 -0
  93. package/cjs/pagination/pagination.styles.js +1 -0
  94. package/cjs/popover/index.js +1 -0
  95. package/cjs/popover/popover-content.js +1 -0
  96. package/cjs/popover/popover-context.js +1 -0
  97. package/cjs/popover/popover-trigger.js +1 -0
  98. package/cjs/popover/popover.js +1 -0
  99. package/cjs/popover/popover.styles.js +1 -0
  100. package/cjs/popover/use-popover.js +1 -0
  101. package/cjs/popover/utils.js +1 -0
  102. package/cjs/progress/index.js +1 -0
  103. package/cjs/progress/progress.js +1 -0
  104. package/cjs/progress/progress.styles.js +1 -0
  105. package/cjs/radio/index.js +1 -0
  106. package/cjs/radio/radio-context.js +1 -0
  107. package/cjs/radio/radio-group.js +1 -0
  108. package/cjs/radio/radio.js +1 -0
  109. package/cjs/radio/radio.styles.js +1 -0
  110. package/cjs/row/index.js +1 -0
  111. package/cjs/row/row.js +1 -0
  112. package/cjs/row/row.styles.js +1 -0
  113. package/cjs/snippet/index.js +1 -0
  114. package/cjs/snippet/snippet-icon.js +1 -0
  115. package/cjs/snippet/snippet.js +1 -0
  116. package/cjs/snippet/snippet.styles.js +1 -0
  117. package/cjs/spacer/index.js +1 -0
  118. package/cjs/spacer/spacer.js +1 -0
  119. package/cjs/spacer/spacer.styles.js +1 -0
  120. package/cjs/switch/index.js +1 -0
  121. package/cjs/switch/switch.js +1 -0
  122. package/cjs/switch/switch.styles.js +1 -0
  123. package/cjs/table/base/index.js +1 -0
  124. package/cjs/table/base/table-body.js +1 -0
  125. package/cjs/table/base/table-cell.js +1 -0
  126. package/cjs/table/base/table-column.js +1 -0
  127. package/cjs/table/base/table-header.js +1 -0
  128. package/cjs/table/base/table-row.js +1 -0
  129. package/cjs/table/index.js +1 -0
  130. package/cjs/table/table-body.js +1 -0
  131. package/cjs/table/table-cell.js +1 -0
  132. package/cjs/table/table-checkbox-cell.js +1 -0
  133. package/cjs/table/table-column-header.js +1 -0
  134. package/cjs/table/table-context.js +1 -0
  135. package/cjs/table/table-footer.js +1 -0
  136. package/cjs/table/table-header-row.js +1 -0
  137. package/cjs/table/table-pagination.js +1 -0
  138. package/cjs/table/table-row-group.js +1 -0
  139. package/cjs/table/table-row.js +1 -0
  140. package/cjs/table/table-select-all-checkbox.js +1 -0
  141. package/cjs/table/table-sort-icon.js +1 -0
  142. package/cjs/table/table.js +1 -0
  143. package/cjs/table/table.styles.js +1 -0
  144. package/cjs/table/utils.js +1 -0
  145. package/cjs/text/child.js +1 -0
  146. package/cjs/text/index.js +1 -0
  147. package/cjs/text/text.js +1 -0
  148. package/cjs/text/text.styles.js +1 -0
  149. package/cjs/textarea/index.js +1 -0
  150. package/cjs/textarea/textarea.js +1 -0
  151. package/cjs/textarea/utils.js +1 -0
  152. package/cjs/theme/common.js +1 -0
  153. package/cjs/theme/dark-theme.js +1 -0
  154. package/cjs/theme/index.js +1 -0
  155. package/cjs/theme/light-theme.js +1 -0
  156. package/cjs/theme/stitches.config.js +1 -0
  157. package/cjs/theme/theme-context.js +1 -0
  158. package/cjs/theme/theme-provider.js +1 -0
  159. package/cjs/theme/types.js +1 -0
  160. package/cjs/theme/utils.js +1 -0
  161. package/cjs/tooltip/index.js +1 -0
  162. package/cjs/tooltip/placement.js +1 -0
  163. package/cjs/tooltip/tooltip-content.js +1 -0
  164. package/cjs/tooltip/tooltip.js +1 -0
  165. package/cjs/tooltip/tooltip.styles.js +1 -0
  166. package/cjs/use-body-scroll/index.js +1 -0
  167. package/cjs/use-body-scroll/use-body-scroll.js +1 -0
  168. package/cjs/use-click-anywhere/index.js +1 -0
  169. package/cjs/use-click-anywhere/use-click-anywhere.js +1 -0
  170. package/cjs/use-click-away/index.js +1 -0
  171. package/cjs/use-click-away/use-click-away.js +1 -0
  172. package/cjs/use-clipboard/index.js +1 -0
  173. package/cjs/use-clipboard/use-clipboard.js +1 -0
  174. package/cjs/use-current-state/index.js +1 -0
  175. package/cjs/use-current-state/use-current-state.js +1 -0
  176. package/cjs/use-drip/index.js +1 -0
  177. package/cjs/use-drip/use-drip.js +1 -0
  178. package/cjs/use-input/index.js +1 -0
  179. package/cjs/use-input/use-input.js +1 -0
  180. package/cjs/use-keyboard/codes.js +1 -0
  181. package/cjs/use-keyboard/helper.js +1 -0
  182. package/cjs/use-keyboard/index.js +1 -0
  183. package/cjs/use-keyboard/use-keyboard.js +1 -0
  184. package/cjs/use-pagination/index.js +1 -0
  185. package/cjs/use-portal/index.js +1 -0
  186. package/cjs/use-portal/use-portal.js +1 -0
  187. package/cjs/use-real-shape/index.js +1 -0
  188. package/cjs/use-real-shape/use-real-shape.js +1 -0
  189. package/cjs/use-resize/index.js +1 -0
  190. package/cjs/use-resize/use-resize.js +1 -0
  191. package/cjs/use-ssr/index.js +1 -0
  192. package/cjs/use-ssr/use-ssr.js +1 -0
  193. package/cjs/use-theme/index.js +1 -0
  194. package/cjs/use-theme/use-theme.js +1 -0
  195. package/cjs/use-warning/index.js +1 -0
  196. package/cjs/use-warning/use-warning.js +1 -0
  197. package/cjs/user/index.js +1 -0
  198. package/cjs/user/user-link.js +1 -0
  199. package/cjs/user/user.js +1 -0
  200. package/cjs/user/user.styles.js +1 -0
  201. package/cjs/utils/animations.js +1 -0
  202. package/cjs/utils/assertion.js +1 -0
  203. package/cjs/utils/clear-icon.js +1 -0
  204. package/cjs/utils/clsx.js +1 -0
  205. package/cjs/utils/collections.js +1 -0
  206. package/cjs/utils/color.js +1 -0
  207. package/cjs/utils/context.js +1 -0
  208. package/cjs/utils/css-transition.js +1 -0
  209. package/cjs/utils/deep-merge.js +1 -0
  210. package/cjs/utils/dimensions.js +1 -0
  211. package/cjs/utils/dom.js +1 -0
  212. package/cjs/utils/drip.js +1 -0
  213. package/cjs/utils/expand.js +1 -0
  214. package/cjs/utils/icons.js +1 -0
  215. package/cjs/utils/numbers.js +1 -0
  216. package/cjs/utils/object.js +1 -0
  217. package/cjs/utils/prop-types.js +1 -0
  218. package/cjs/utils/react.js +1 -0
  219. package/cjs/utils/refs.js +1 -0
  220. package/cjs/utils/strings.js +1 -0
  221. package/cjs/utils/types.d.js +1 -0
  222. package/cjs/utils/with-defaults.js +1 -0
  223. package/code/package.json +6 -0
  224. package/col/package.json +6 -0
  225. package/collapse/package.json +6 -0
  226. package/container/package.json +6 -0
  227. package/css-baseline/package.json +6 -0
  228. package/divider/package.json +6 -0
  229. package/esm/avatar/avatar-group.js +1 -0
  230. package/esm/avatar/avatar-group.styles.js +1 -0
  231. package/esm/avatar/avatar.js +1 -0
  232. package/esm/avatar/avatar.styles.js +1 -0
  233. package/esm/avatar/index.js +1 -0
  234. package/esm/backdrop/backdrop.js +1 -0
  235. package/esm/backdrop/backdrop.styles.js +1 -0
  236. package/esm/backdrop/index.js +1 -0
  237. package/esm/button/button-group-context.js +1 -0
  238. package/esm/button/button-group.js +1 -0
  239. package/esm/button/button-group.styles.js +1 -0
  240. package/esm/button/button-icon.js +1 -0
  241. package/esm/button/button.js +1 -0
  242. package/esm/button/button.styles.js +1 -0
  243. package/esm/button/index.js +1 -0
  244. package/esm/button/utils.js +1 -0
  245. package/esm/card/card.js +1 -0
  246. package/esm/card/card.styles.js +1 -0
  247. package/esm/card/index.js +1 -0
  248. package/esm/checkbox/checkbox-context.js +1 -0
  249. package/esm/checkbox/checkbox-group.js +1 -0
  250. package/esm/checkbox/checkbox.js +1 -0
  251. package/esm/checkbox/checkbox.styles.js +1 -0
  252. package/esm/checkbox/index.js +1 -0
  253. package/esm/checkbox/utils.js +1 -0
  254. package/esm/code/code.js +1 -0
  255. package/esm/code/code.styles.js +1 -0
  256. package/esm/code/index.js +1 -0
  257. package/esm/col/col.js +1 -0
  258. package/esm/col/col.styles.js +1 -0
  259. package/esm/col/index.js +1 -0
  260. package/esm/collapse/collapse-context.js +1 -0
  261. package/esm/collapse/collapse-group.js +1 -0
  262. package/esm/collapse/collapse-icon.js +1 -0
  263. package/esm/collapse/collapse.js +1 -0
  264. package/esm/collapse/collapse.styles.js +1 -0
  265. package/esm/collapse/index.js +1 -0
  266. package/esm/container/container.js +1 -0
  267. package/esm/container/container.styles.js +1 -0
  268. package/esm/container/index.js +1 -0
  269. package/esm/css-baseline/css-baseline.js +1 -0
  270. package/esm/css-baseline/index.js +1 -0
  271. package/esm/divider/divider.js +1 -0
  272. package/esm/divider/divider.styles.js +1 -0
  273. package/esm/divider/index.js +1 -0
  274. package/esm/grid/grid-container.js +1 -0
  275. package/esm/grid/grid-item.js +1 -0
  276. package/esm/grid/grid.js +1 -0
  277. package/esm/grid/grid.styles.js +1 -0
  278. package/esm/grid/index.js +1 -0
  279. package/esm/image/image.js +1 -0
  280. package/esm/image/image.skeleton.js +1 -0
  281. package/esm/image/image.styles.js +1 -0
  282. package/esm/image/index.js +1 -0
  283. package/esm/index.js +1 -0
  284. package/esm/input/index.js +1 -0
  285. package/esm/input/input-password.js +1 -0
  286. package/esm/input/input-props.js +1 -0
  287. package/esm/input/input.js +1 -0
  288. package/esm/input/input.styles.js +1 -0
  289. package/esm/input/password-icon.js +1 -0
  290. package/esm/link/icon.js +1 -0
  291. package/esm/link/index.js +1 -0
  292. package/esm/link/link.js +1 -0
  293. package/esm/link/link.styles.js +1 -0
  294. package/esm/loading/index.js +1 -0
  295. package/esm/loading/loading.js +1 -0
  296. package/esm/loading/loading.styles.js +1 -0
  297. package/esm/loading/spinner.js +1 -0
  298. package/esm/modal/index.js +1 -0
  299. package/esm/modal/modal-body.js +1 -0
  300. package/esm/modal/modal-close-button.js +1 -0
  301. package/esm/modal/modal-context.js +1 -0
  302. package/esm/modal/modal-footer.js +1 -0
  303. package/esm/modal/modal-header.js +1 -0
  304. package/esm/modal/modal-wrapper.js +1 -0
  305. package/esm/modal/modal.js +1 -0
  306. package/esm/modal/modal.styles.js +1 -0
  307. package/esm/modal/use-modal.js +1 -0
  308. package/esm/pagination/index.js +1 -0
  309. package/esm/pagination/pagination-ellipsis.js +1 -0
  310. package/esm/pagination/pagination-highlight.js +1 -0
  311. package/esm/pagination/pagination-icon.js +1 -0
  312. package/esm/pagination/pagination-item.js +1 -0
  313. package/esm/pagination/pagination.js +1 -0
  314. package/esm/pagination/pagination.styles.js +1 -0
  315. package/esm/popover/index.js +1 -0
  316. package/esm/popover/popover-content.js +1 -0
  317. package/esm/popover/popover-context.js +1 -0
  318. package/esm/popover/popover-trigger.js +1 -0
  319. package/esm/popover/popover.js +1 -0
  320. package/esm/popover/popover.styles.js +1 -0
  321. package/esm/popover/use-popover.js +1 -0
  322. package/esm/popover/utils.js +1 -0
  323. package/esm/progress/index.js +1 -0
  324. package/esm/progress/progress.js +1 -0
  325. package/esm/progress/progress.styles.js +1 -0
  326. package/esm/radio/index.js +1 -0
  327. package/esm/radio/radio-context.js +1 -0
  328. package/esm/radio/radio-group.js +1 -0
  329. package/esm/radio/radio.js +1 -0
  330. package/esm/radio/radio.styles.js +1 -0
  331. package/esm/row/index.js +1 -0
  332. package/esm/row/row.js +1 -0
  333. package/esm/row/row.styles.js +1 -0
  334. package/esm/snippet/index.js +1 -0
  335. package/esm/snippet/snippet-icon.js +1 -0
  336. package/esm/snippet/snippet.js +1 -0
  337. package/esm/snippet/snippet.styles.js +1 -0
  338. package/esm/spacer/index.js +1 -0
  339. package/esm/spacer/spacer.js +1 -0
  340. package/esm/spacer/spacer.styles.js +1 -0
  341. package/esm/switch/index.js +1 -0
  342. package/esm/switch/switch.js +1 -0
  343. package/esm/switch/switch.styles.js +1 -0
  344. package/esm/table/base/index.js +1 -0
  345. package/esm/table/base/table-body.js +1 -0
  346. package/esm/table/base/table-cell.js +1 -0
  347. package/esm/table/base/table-column.js +1 -0
  348. package/esm/table/base/table-header.js +1 -0
  349. package/esm/table/base/table-row.js +1 -0
  350. package/esm/table/index.js +1 -0
  351. package/esm/table/table-body.js +1 -0
  352. package/esm/table/table-cell.js +1 -0
  353. package/esm/table/table-checkbox-cell.js +1 -0
  354. package/esm/table/table-column-header.js +1 -0
  355. package/esm/table/table-context.js +1 -0
  356. package/esm/table/table-footer.js +1 -0
  357. package/esm/table/table-header-row.js +1 -0
  358. package/esm/table/table-pagination.js +1 -0
  359. package/esm/table/table-row-group.js +1 -0
  360. package/esm/table/table-row.js +1 -0
  361. package/esm/table/table-select-all-checkbox.js +1 -0
  362. package/esm/table/table-sort-icon.js +1 -0
  363. package/esm/table/table.js +1 -0
  364. package/esm/table/table.styles.js +1 -0
  365. package/esm/table/utils.js +1 -0
  366. package/esm/text/child.js +1 -0
  367. package/esm/text/index.js +1 -0
  368. package/esm/text/text.js +1 -0
  369. package/esm/text/text.styles.js +1 -0
  370. package/esm/textarea/index.js +1 -0
  371. package/esm/textarea/textarea.js +1 -0
  372. package/esm/textarea/utils.js +1 -0
  373. package/esm/theme/common.js +1 -0
  374. package/esm/theme/dark-theme.js +1 -0
  375. package/esm/theme/index.js +1 -0
  376. package/esm/theme/light-theme.js +1 -0
  377. package/esm/theme/stitches.config.js +1 -0
  378. package/esm/theme/theme-context.js +1 -0
  379. package/esm/theme/theme-provider.js +1 -0
  380. package/esm/theme/types.js +1 -0
  381. package/esm/theme/utils.js +1 -0
  382. package/esm/tooltip/index.js +1 -0
  383. package/esm/tooltip/placement.js +1 -0
  384. package/esm/tooltip/tooltip-content.js +1 -0
  385. package/esm/tooltip/tooltip.js +1 -0
  386. package/esm/tooltip/tooltip.styles.js +1 -0
  387. package/esm/use-body-scroll/index.js +1 -0
  388. package/esm/use-body-scroll/use-body-scroll.js +1 -0
  389. package/esm/use-click-anywhere/index.js +1 -0
  390. package/esm/use-click-anywhere/use-click-anywhere.js +1 -0
  391. package/esm/use-click-away/index.js +1 -0
  392. package/esm/use-click-away/use-click-away.js +1 -0
  393. package/esm/use-clipboard/index.js +1 -0
  394. package/esm/use-clipboard/use-clipboard.js +1 -0
  395. package/esm/use-current-state/index.js +1 -0
  396. package/esm/use-current-state/use-current-state.js +1 -0
  397. package/esm/use-drip/index.js +1 -0
  398. package/esm/use-drip/use-drip.js +1 -0
  399. package/esm/use-input/index.js +1 -0
  400. package/esm/use-input/use-input.js +1 -0
  401. package/esm/use-keyboard/codes.js +1 -0
  402. package/esm/use-keyboard/helper.js +1 -0
  403. package/esm/use-keyboard/index.js +1 -0
  404. package/esm/use-keyboard/use-keyboard.js +1 -0
  405. package/esm/use-pagination/index.js +1 -0
  406. package/esm/use-portal/index.js +1 -0
  407. package/esm/use-portal/use-portal.js +1 -0
  408. package/esm/use-real-shape/index.js +1 -0
  409. package/esm/use-real-shape/use-real-shape.js +1 -0
  410. package/esm/use-resize/index.js +1 -0
  411. package/esm/use-resize/use-resize.js +1 -0
  412. package/esm/use-ssr/index.js +1 -0
  413. package/esm/use-ssr/use-ssr.js +1 -0
  414. package/esm/use-theme/index.js +1 -0
  415. package/esm/use-theme/use-theme.js +1 -0
  416. package/esm/use-warning/index.js +1 -0
  417. package/esm/use-warning/use-warning.js +1 -0
  418. package/esm/user/index.js +1 -0
  419. package/esm/user/user-link.js +1 -0
  420. package/esm/user/user.js +1 -0
  421. package/esm/user/user.styles.js +1 -0
  422. package/esm/utils/animations.js +1 -0
  423. package/esm/utils/assertion.js +1 -0
  424. package/esm/utils/clear-icon.js +1 -0
  425. package/esm/utils/clsx.js +1 -0
  426. package/esm/utils/collections.js +1 -0
  427. package/esm/utils/color.js +1 -0
  428. package/esm/utils/context.js +1 -0
  429. package/esm/utils/css-transition.js +1 -0
  430. package/esm/utils/deep-merge.js +1 -0
  431. package/esm/utils/dimensions.js +1 -0
  432. package/esm/utils/dom.js +1 -0
  433. package/esm/utils/drip.js +1 -0
  434. package/esm/utils/expand.js +1 -0
  435. package/esm/utils/icons.js +1 -0
  436. package/esm/utils/numbers.js +1 -0
  437. package/esm/utils/object.js +1 -0
  438. package/esm/utils/prop-types.js +1 -0
  439. package/esm/utils/react.js +1 -0
  440. package/esm/utils/refs.js +1 -0
  441. package/esm/utils/strings.js +1 -0
  442. package/esm/utils/types.d.js +1 -0
  443. package/esm/utils/with-defaults.js +1 -0
  444. package/grid/package.json +6 -0
  445. package/image/package.json +6 -0
  446. package/input/package.json +6 -0
  447. package/link/package.json +6 -0
  448. package/loading/package.json +6 -0
  449. package/modal/package.json +6 -0
  450. package/package.json +64 -0
  451. package/pagination/package.json +6 -0
  452. package/popover/package.json +6 -0
  453. package/progress/package.json +6 -0
  454. package/radio/package.json +6 -0
  455. package/row/package.json +6 -0
  456. package/snippet/package.json +6 -0
  457. package/spacer/package.json +6 -0
  458. package/switch/package.json +6 -0
  459. package/table/package.json +6 -0
  460. package/text/package.json +6 -0
  461. package/textarea/package.json +6 -0
  462. package/tooltip/package.json +6 -0
  463. package/types/avatar/avatar-group.d.ts +34 -0
  464. package/types/avatar/avatar-group.styles.d.ts +1877 -0
  465. package/types/avatar/avatar.d.ts +51 -0
  466. package/types/avatar/avatar.styles.d.ts +950 -0
  467. package/types/avatar/index.d.ts +7 -0
  468. package/types/backdrop/backdrop.d.ts +37 -0
  469. package/types/backdrop/backdrop.styles.d.ts +2817 -0
  470. package/types/backdrop/index.d.ts +5 -0
  471. package/types/button/button-group-context.d.ts +20 -0
  472. package/types/button/button-group.d.ts +34 -0
  473. package/types/button/button-group.styles.d.ts +945 -0
  474. package/types/button/button-icon.d.ts +957 -0
  475. package/types/button/button.d.ts +33 -0
  476. package/types/button/button.styles.d.ts +3021 -0
  477. package/types/button/index.d.ts +10 -0
  478. package/types/button/utils.d.ts +53 -0
  479. package/types/card/card.d.ts +23 -0
  480. package/types/card/card.styles.d.ts +3758 -0
  481. package/types/card/index.d.ts +5 -0
  482. package/types/checkbox/checkbox-context.d.ts +11 -0
  483. package/types/checkbox/checkbox-group.d.ts +30 -0
  484. package/types/checkbox/checkbox.d.ts +51 -0
  485. package/types/checkbox/checkbox.styles.d.ts +10426 -0
  486. package/types/checkbox/index.d.ts +6 -0
  487. package/types/checkbox/utils.d.ts +288 -0
  488. package/types/code/code.d.ts +15 -0
  489. package/types/code/code.styles.d.ts +1874 -0
  490. package/types/code/index.d.ts +5 -0
  491. package/types/col/col.d.ts +20 -0
  492. package/types/col/col.styles.d.ts +939 -0
  493. package/types/col/index.d.ts +5 -0
  494. package/types/collapse/collapse-context.d.ts +9 -0
  495. package/types/collapse/collapse-group.d.ts +18 -0
  496. package/types/collapse/collapse-icon.d.ts +19 -0
  497. package/types/collapse/collapse.d.ts +43 -0
  498. package/types/collapse/collapse.styles.d.ts +5654 -0
  499. package/types/collapse/index.d.ts +6 -0
  500. package/types/container/container.d.ts +40 -0
  501. package/types/container/container.styles.d.ts +942 -0
  502. package/types/container/index.d.ts +5 -0
  503. package/types/css-baseline/css-baseline.d.ts +9 -0
  504. package/types/css-baseline/index.d.ts +1 -0
  505. package/types/divider/divider.d.ts +22 -0
  506. package/types/divider/divider.styles.d.ts +1879 -0
  507. package/types/divider/index.d.ts +5 -0
  508. package/types/grid/grid-container.d.ts +19 -0
  509. package/types/grid/grid-item.d.ts +31 -0
  510. package/types/grid/grid.d.ts +9 -0
  511. package/types/grid/grid.styles.d.ts +1875 -0
  512. package/types/grid/index.d.ts +7 -0
  513. package/types/image/image.d.ts +54 -0
  514. package/types/image/image.skeleton.d.ts +19 -0
  515. package/types/image/image.styles.d.ts +2814 -0
  516. package/types/image/index.d.ts +5 -0
  517. package/types/index.d.ts +87 -0
  518. package/types/input/index.d.ts +7 -0
  519. package/types/input/input-password.d.ts +98 -0
  520. package/types/input/input-props.d.ts +66 -0
  521. package/types/input/input.d.ts +18 -0
  522. package/types/input/input.styles.d.ts +10360 -0
  523. package/types/input/password-icon.d.ts +6 -0
  524. package/types/link/icon.d.ts +4 -0
  525. package/types/link/index.d.ts +5 -0
  526. package/types/link/link.d.ts +43 -0
  527. package/types/link/link.styles.d.ts +1880 -0
  528. package/types/loading/index.d.ts +7 -0
  529. package/types/loading/loading.d.ts +24 -0
  530. package/types/loading/loading.styles.d.ts +5632 -0
  531. package/types/loading/spinner.d.ts +17 -0
  532. package/types/modal/index.d.ts +8 -0
  533. package/types/modal/modal-body.d.ts +45 -0
  534. package/types/modal/modal-close-button.d.ts +13 -0
  535. package/types/modal/modal-context.d.ts +8 -0
  536. package/types/modal/modal-footer.d.ts +24 -0
  537. package/types/modal/modal-header.d.ts +24 -0
  538. package/types/modal/modal-wrapper.d.ts +24 -0
  539. package/types/modal/modal.d.ts +40 -0
  540. package/types/modal/modal.styles.d.ts +5637 -0
  541. package/types/modal/use-modal.d.ts +11 -0
  542. package/types/pagination/index.d.ts +7 -0
  543. package/types/pagination/pagination-ellipsis.d.ts +11 -0
  544. package/types/pagination/pagination-highlight.d.ts +15 -0
  545. package/types/pagination/pagination-icon.d.ts +16 -0
  546. package/types/pagination/pagination-item.d.ts +22 -0
  547. package/types/pagination/pagination.d.ts +46 -0
  548. package/types/pagination/pagination.styles.d.ts +5645 -0
  549. package/types/popover/index.d.ts +5 -0
  550. package/types/popover/popover-content.d.ts +14 -0
  551. package/types/popover/popover-context.d.ts +42 -0
  552. package/types/popover/popover-trigger.d.ts +10 -0
  553. package/types/popover/popover.d.ts +17 -0
  554. package/types/popover/popover.styles.d.ts +946 -0
  555. package/types/popover/use-popover.d.ts +62 -0
  556. package/types/popover/utils.d.ts +4 -0
  557. package/types/progress/index.d.ts +5 -0
  558. package/types/progress/progress.d.ts +65 -0
  559. package/types/progress/progress.styles.d.ts +1885 -0
  560. package/types/radio/index.d.ts +4 -0
  561. package/types/radio/radio-context.d.ts +13 -0
  562. package/types/radio/radio-group.d.ts +84 -0
  563. package/types/radio/radio.d.ts +78 -0
  564. package/types/radio/radio.styles.d.ts +5633 -0
  565. package/types/row/index.d.ts +5 -0
  566. package/types/row/row.d.ts +21 -0
  567. package/types/row/row.styles.d.ts +941 -0
  568. package/types/snippet/index.d.ts +5 -0
  569. package/types/snippet/snippet-icon.d.ts +21 -0
  570. package/types/snippet/snippet.d.ts +35 -0
  571. package/types/snippet/snippet.styles.d.ts +3754 -0
  572. package/types/spacer/index.d.ts +5 -0
  573. package/types/spacer/spacer.d.ts +41 -0
  574. package/types/spacer/spacer.styles.d.ts +940 -0
  575. package/types/switch/index.d.ts +5 -0
  576. package/types/switch/switch.d.ts +82 -0
  577. package/types/switch/switch.styles.d.ts +3760 -0
  578. package/types/table/base/index.d.ts +5 -0
  579. package/types/table/base/table-body.d.ts +8 -0
  580. package/types/table/base/table-cell.d.ts +8 -0
  581. package/types/table/base/table-column.d.ts +8 -0
  582. package/types/table/base/table-header.d.ts +4 -0
  583. package/types/table/base/table-row.d.ts +8 -0
  584. package/types/table/index.d.ts +12 -0
  585. package/types/table/table-body.d.ts +20 -0
  586. package/types/table/table-cell.d.ts +20 -0
  587. package/types/table/table-checkbox-cell.d.ts +23 -0
  588. package/types/table/table-column-header.d.ts +1032 -0
  589. package/types/table/table-context.d.ts +29 -0
  590. package/types/table/table-footer.d.ts +31 -0
  591. package/types/table/table-header-row.d.ts +19 -0
  592. package/types/table/table-pagination.d.ts +16 -0
  593. package/types/table/table-row-group.d.ts +14 -0
  594. package/types/table/table-row.d.ts +19 -0
  595. package/types/table/table-select-all-checkbox.d.ts +20 -0
  596. package/types/table/table-sort-icon.d.ts +949 -0
  597. package/types/table/table.d.ts +29 -0
  598. package/types/table/table.styles.d.ts +16130 -0
  599. package/types/table/utils.d.ts +31 -0
  600. package/types/text/child.d.ts +65 -0
  601. package/types/text/index.d.ts +4 -0
  602. package/types/text/text.d.ts +93 -0
  603. package/types/text/text.styles.d.ts +940 -0
  604. package/types/textarea/index.d.ts +3 -0
  605. package/types/textarea/textarea.d.ts +42 -0
  606. package/types/textarea/utils.d.ts +13 -0
  607. package/types/theme/common.d.ts +1668 -0
  608. package/types/theme/dark-theme.d.ts +44 -0
  609. package/types/theme/light-theme.d.ts +29 -0
  610. package/types/theme/stitches.config.d.ts +10089 -0
  611. package/types/theme/theme-context.d.ts +5 -0
  612. package/types/theme/theme-provider.d.ts +14 -0
  613. package/types/theme/types.d.ts +73 -0
  614. package/types/theme/utils.d.ts +16 -0
  615. package/types/tooltip/index.d.ts +6 -0
  616. package/types/tooltip/placement.d.ts +39 -0
  617. package/types/tooltip/tooltip-content.d.ts +27 -0
  618. package/types/tooltip/tooltip.d.ts +59 -0
  619. package/types/tooltip/tooltip.styles.d.ts +3755 -0
  620. package/types/use-body-scroll/index.d.ts +3 -0
  621. package/types/use-body-scroll/use-body-scroll.d.ts +9 -0
  622. package/types/use-click-anywhere/index.d.ts +2 -0
  623. package/types/use-click-anywhere/use-click-anywhere.d.ts +2 -0
  624. package/types/use-click-away/index.d.ts +2 -0
  625. package/types/use-click-away/use-click-away.d.ts +3 -0
  626. package/types/use-clipboard/index.d.ts +3 -0
  627. package/types/use-clipboard/use-clipboard.d.ts +8 -0
  628. package/types/use-current-state/index.d.ts +2 -0
  629. package/types/use-current-state/use-current-state.d.ts +8 -0
  630. package/types/use-drip/index.d.ts +2 -0
  631. package/types/use-drip/use-drip.d.ts +10 -0
  632. package/types/use-input/index.d.ts +2 -0
  633. package/types/use-input/use-input.d.ts +13 -0
  634. package/types/use-keyboard/codes.d.ts +92 -0
  635. package/types/use-keyboard/helper.d.ts +3 -0
  636. package/types/use-keyboard/index.d.ts +5 -0
  637. package/types/use-keyboard/use-keyboard.d.ts +22 -0
  638. package/types/use-pagination/index.d.ts +20 -0
  639. package/types/use-portal/index.d.ts +2 -0
  640. package/types/use-portal/use-portal.d.ts +2 -0
  641. package/types/use-real-shape/index.d.ts +2 -0
  642. package/types/use-real-shape/use-real-shape.d.ts +9 -0
  643. package/types/use-resize/index.d.ts +2 -0
  644. package/types/use-resize/use-resize.d.ts +2 -0
  645. package/types/use-ssr/index.d.ts +2 -0
  646. package/types/use-ssr/use-ssr.d.ts +6 -0
  647. package/types/use-theme/index.d.ts +2 -0
  648. package/types/use-theme/use-theme.d.ts +3 -0
  649. package/types/use-warning/index.d.ts +2 -0
  650. package/types/use-warning/use-warning.d.ts +2 -0
  651. package/types/user/index.d.ts +5 -0
  652. package/types/user/user-link.d.ts +15 -0
  653. package/types/user/user.d.ts +43 -0
  654. package/types/user/user.styles.d.ts +4680 -0
  655. package/types/utils/animations.d.ts +12 -0
  656. package/types/utils/assertion.d.ts +9 -0
  657. package/types/utils/clear-icon.d.ts +16 -0
  658. package/types/utils/clsx.d.ts +1 -0
  659. package/types/utils/collections.d.ts +13 -0
  660. package/types/utils/color.d.ts +28 -0
  661. package/types/utils/context.d.ts +24 -0
  662. package/types/utils/css-transition.d.ts +30 -0
  663. package/types/utils/deep-merge.d.ts +1 -0
  664. package/types/utils/dimensions.d.ts +1 -0
  665. package/types/utils/dom.d.ts +19 -0
  666. package/types/utils/drip.d.ts +982 -0
  667. package/types/utils/expand.d.ts +20 -0
  668. package/types/utils/numbers.d.ts +9 -0
  669. package/types/utils/object.d.ts +15 -0
  670. package/types/utils/prop-types.d.ts +61 -0
  671. package/types/utils/refs.d.ts +17 -0
  672. package/types/utils/with-defaults.d.ts +3 -0
  673. package/umd/nextui.js +42538 -0
  674. package/umd/nextui.min.js +2 -0
  675. package/umd/nextui.min.js.LICENSE.txt +29 -0
  676. package/use-body-scroll/package.json +6 -0
  677. package/use-click-anywhere/package.json +6 -0
  678. package/use-click-away/package.json +6 -0
  679. package/use-clipboard/package.json +6 -0
  680. package/use-current-state/package.json +6 -0
  681. package/use-drip/package.json +6 -0
  682. package/use-input/package.json +6 -0
  683. package/use-keyboard/package.json +6 -0
  684. package/use-portal/package.json +6 -0
  685. package/use-real-shape/package.json +6 -0
  686. package/use-resize/package.json +6 -0
  687. package/use-ssr/package.json +6 -0
  688. package/use-theme/package.json +6 -0
  689. package/use-warning/package.json +6 -0
  690. package/user/package.json +6 -0
  691. package/utils/package.json +6 -0
@@ -0,0 +1,1032 @@
1
+ import React from 'react';
2
+ import { CSS } from '../theme/stitches.config';
3
+ import { TableColumnHeaderVariantsProps } from './table.styles';
4
+ import { GridNode } from '@react-types/grid';
5
+ import { TableState } from '@react-stately/table';
6
+ interface Props<T> {
7
+ column: GridNode<T>;
8
+ state: TableState<T>;
9
+ as?: keyof JSX.IntrinsicElements;
10
+ }
11
+ declare type NativeAttrs = Omit<React.HTMLAttributes<unknown>, keyof Props<any>>;
12
+ export declare type TableColumnHeaderProps<T = unknown> = Props<T> & TableColumnHeaderVariantsProps & NativeAttrs & {
13
+ css?: CSS;
14
+ };
15
+ declare const TableColumnHeader: React.ForwardRefExoticComponent<Props<unknown> & import("@stitches/react/types/styled-component").TransformProps<import("@stitches/react/types/styled-component").StyledComponentProps<[{
16
+ height: string;
17
+ cursor: string;
18
+ bg: string;
19
+ color: string;
20
+ fontSize: string;
21
+ textAlign: string;
22
+ position: string;
23
+ '@motion': {
24
+ transition: string;
25
+ };
26
+ '&:first-child': {
27
+ pl: string;
28
+ br: string;
29
+ };
30
+ '&:last-child': {
31
+ pr: string;
32
+ br: string;
33
+ };
34
+ variants: {
35
+ align: {
36
+ start: {
37
+ textAlign: string;
38
+ };
39
+ center: {
40
+ textAlign: string;
41
+ };
42
+ end: {
43
+ textAlign: string;
44
+ };
45
+ };
46
+ animated: {
47
+ false: {
48
+ transition: string;
49
+ };
50
+ };
51
+ allowsSorting: {
52
+ true: {
53
+ transition: string;
54
+ cursor: string;
55
+ '@motion': {
56
+ transition: string;
57
+ };
58
+ '&:hover': {
59
+ color: string;
60
+ bg: string;
61
+ };
62
+ };
63
+ };
64
+ };
65
+ defaultVariants: {
66
+ align: "left";
67
+ animated: true;
68
+ };
69
+ compoundVariants: {
70
+ animated: false;
71
+ allowsSorting: true;
72
+ css: {
73
+ transition: string;
74
+ };
75
+ }[];
76
+ }, import("@stitches/react/types/styled-component").CssComponent<never, {
77
+ isFocusVisible?: boolean | "true" | "false" | undefined;
78
+ }, {
79
+ xs: string;
80
+ sm: string;
81
+ md: string;
82
+ lg: string;
83
+ xl: string;
84
+ xsMax: string;
85
+ smMax: string;
86
+ mdMax: string;
87
+ lgMax: string;
88
+ xlMax: string;
89
+ motion: string;
90
+ safari: string;
91
+ hover: string;
92
+ dark: string;
93
+ light: string;
94
+ }, import("@stitches/react/types/css-util").CSS<{
95
+ xs: string;
96
+ sm: string;
97
+ md: string;
98
+ lg: string;
99
+ xl: string;
100
+ xsMax: string;
101
+ smMax: string;
102
+ mdMax: string;
103
+ lgMax: string;
104
+ xlMax: string;
105
+ motion: string;
106
+ safari: string;
107
+ hover: string;
108
+ dark: string;
109
+ light: string;
110
+ }, {
111
+ shadows: {
112
+ xs: string;
113
+ sm: string;
114
+ md: string;
115
+ lg: string;
116
+ xl: string;
117
+ };
118
+ colors: {
119
+ accents1: string;
120
+ accents2: string;
121
+ accents3: string;
122
+ accents4: string;
123
+ accents5: string;
124
+ accents6: string;
125
+ accents7: string;
126
+ accents8: string;
127
+ accents9: string;
128
+ background: string;
129
+ foreground: string;
130
+ backgroundContrast: string;
131
+ text: string;
132
+ codeLight: string;
133
+ code: string;
134
+ border: string;
135
+ selection: string;
136
+ white: string;
137
+ black: string;
138
+ blue100: string;
139
+ blue200: string;
140
+ blue300: string;
141
+ blue400: string;
142
+ blue500: string;
143
+ blue600: string;
144
+ blue700: string;
145
+ blue800: string;
146
+ blue900: string;
147
+ purple100: string;
148
+ purple200: string;
149
+ purple300: string;
150
+ purple400: string;
151
+ purple500: string;
152
+ purple600: string;
153
+ purple700: string;
154
+ purple800: string;
155
+ purple900: string;
156
+ green100: string;
157
+ green200: string;
158
+ green300: string;
159
+ green400: string;
160
+ green500: string;
161
+ green600: string;
162
+ green700: string;
163
+ green800: string;
164
+ green900: string;
165
+ yellow100: string;
166
+ yellow200: string;
167
+ yellow300: string;
168
+ yellow400: string;
169
+ yellow500: string;
170
+ yellow600: string;
171
+ yellow700: string;
172
+ yellow800: string;
173
+ yellow900: string;
174
+ red100: string;
175
+ red200: string;
176
+ red300: string;
177
+ red400: string;
178
+ red500: string;
179
+ red600: string;
180
+ red700: string;
181
+ red800: string;
182
+ red900: string;
183
+ cyan100: string;
184
+ cyan200: string;
185
+ cyan300: string;
186
+ cyan400: string;
187
+ cyan500: string;
188
+ cyan600: string;
189
+ cyan700: string;
190
+ cyan800: string;
191
+ cyan900: string;
192
+ pink100: string;
193
+ pink200: string;
194
+ pink300: string;
195
+ pink400: string;
196
+ pink500: string;
197
+ pink600: string;
198
+ pink700: string;
199
+ pink800: string;
200
+ pink900: string;
201
+ gray100: string;
202
+ gray200: string;
203
+ gray300: string;
204
+ gray400: string;
205
+ gray500: string;
206
+ gray600: string;
207
+ gray700: string;
208
+ gray800: string;
209
+ gray900: string;
210
+ primaryLight: string;
211
+ primary: string;
212
+ primaryDark: string;
213
+ primaryShadow: string;
214
+ secondaryLight: string;
215
+ secondary: string;
216
+ secondaryDark: string;
217
+ secondaryShadow: string;
218
+ successLight: string;
219
+ success: string;
220
+ successDark: string;
221
+ successShadow: string;
222
+ warningLight: string;
223
+ warning: string;
224
+ warningDark: string;
225
+ warningShadow: string;
226
+ errorLight: string;
227
+ error: string;
228
+ errorDark: string;
229
+ errorShadow: string;
230
+ gradient: string;
231
+ link: string;
232
+ };
233
+ fonts: {
234
+ sans: string;
235
+ mono: string;
236
+ };
237
+ fontSizes: {
238
+ tiny: string;
239
+ xs: string;
240
+ base: string;
241
+ sm: string;
242
+ md: string;
243
+ lg: string;
244
+ xl: string;
245
+ };
246
+ fontWeights: {
247
+ hairline: number;
248
+ thin: number;
249
+ light: number;
250
+ normal: number;
251
+ medium: number;
252
+ semibold: number;
253
+ bold: number;
254
+ extrabold: number;
255
+ black: number;
256
+ };
257
+ lineHeights: {
258
+ xs: number;
259
+ sm: number;
260
+ md: number;
261
+ lg: number;
262
+ xl: number;
263
+ };
264
+ letterSpacings: {
265
+ tighter: string;
266
+ tight: string;
267
+ normal: string;
268
+ wide: string;
269
+ wider: string;
270
+ widest: string;
271
+ };
272
+ space: {
273
+ 0: string;
274
+ xs: string;
275
+ sm: string;
276
+ md: string;
277
+ lg: string;
278
+ xl: string;
279
+ px: string;
280
+ 1: string;
281
+ 2: string;
282
+ 3: string;
283
+ 4: string;
284
+ 5: string;
285
+ 6: string;
286
+ 7: string;
287
+ 8: string;
288
+ 9: string;
289
+ 10: string;
290
+ 11: string;
291
+ 12: string;
292
+ 13: string;
293
+ 14: string;
294
+ 15: string;
295
+ 16: string;
296
+ 17: string;
297
+ 18: string;
298
+ 20: string;
299
+ 24: string;
300
+ 28: string;
301
+ 32: string;
302
+ 36: string;
303
+ 40: string;
304
+ 44: string;
305
+ 48: string;
306
+ 52: string;
307
+ 56: string;
308
+ 60: string;
309
+ 64: string;
310
+ 72: string;
311
+ 80: string;
312
+ 96: string;
313
+ };
314
+ radii: {
315
+ xs: string;
316
+ sm: string;
317
+ md: string;
318
+ base: string;
319
+ lg: string;
320
+ xl: string;
321
+ squared: string;
322
+ rounded: string;
323
+ pill: string;
324
+ };
325
+ zIndices: {
326
+ 1: string;
327
+ 2: string;
328
+ 3: string;
329
+ 4: string;
330
+ 5: string;
331
+ 10: string;
332
+ max: string;
333
+ };
334
+ borderWeights: {
335
+ light: string;
336
+ normal: string;
337
+ bold: string;
338
+ extrabold: string;
339
+ black: string;
340
+ };
341
+ transitions: {
342
+ default: string;
343
+ button: string;
344
+ avatar: string;
345
+ link: string;
346
+ card: string;
347
+ };
348
+ breakpoints: {
349
+ xs: string;
350
+ sm: string;
351
+ md: string;
352
+ lg: string;
353
+ xl: string;
354
+ };
355
+ }, {
356
+ width: string;
357
+ height: string;
358
+ minWidth: string;
359
+ maxWidth: string;
360
+ minHeight: string;
361
+ maxHeight: string;
362
+ flexBasis: string;
363
+ gridTemplateColumns: string;
364
+ gridTemplateRows: string;
365
+ blockSize: string;
366
+ minBlockSize: string;
367
+ maxBlockSize: string;
368
+ inlineSize: string;
369
+ minInlineSize: string;
370
+ maxInlineSize: string;
371
+ borderWidth: string;
372
+ gap: "space";
373
+ gridGap: "space";
374
+ columnGap: "space";
375
+ gridColumnGap: "space";
376
+ rowGap: "space";
377
+ gridRowGap: "space";
378
+ inset: "space";
379
+ insetBlock: "space";
380
+ insetBlockEnd: "space";
381
+ insetBlockStart: "space";
382
+ insetInline: "space";
383
+ insetInlineEnd: "space";
384
+ insetInlineStart: "space";
385
+ margin: "space";
386
+ marginTop: "space";
387
+ marginRight: "space";
388
+ marginBottom: "space";
389
+ marginLeft: "space";
390
+ marginBlock: "space";
391
+ marginBlockEnd: "space";
392
+ marginBlockStart: "space";
393
+ marginInline: "space";
394
+ marginInlineEnd: "space";
395
+ marginInlineStart: "space";
396
+ padding: "space";
397
+ paddingTop: "space";
398
+ paddingRight: "space";
399
+ paddingBottom: "space";
400
+ paddingLeft: "space";
401
+ paddingBlock: "space";
402
+ paddingBlockEnd: "space";
403
+ paddingBlockStart: "space";
404
+ paddingInline: "space";
405
+ paddingInlineEnd: "space";
406
+ paddingInlineStart: "space";
407
+ scrollMargin: "space";
408
+ scrollMarginTop: "space";
409
+ scrollMarginRight: "space";
410
+ scrollMarginBottom: "space";
411
+ scrollMarginLeft: "space";
412
+ scrollMarginBlock: "space";
413
+ scrollMarginBlockEnd: "space";
414
+ scrollMarginBlockStart: "space";
415
+ scrollMarginInline: "space";
416
+ scrollMarginInlineEnd: "space";
417
+ scrollMarginInlineStart: "space";
418
+ scrollPadding: "space";
419
+ scrollPaddingTop: "space";
420
+ scrollPaddingRight: "space";
421
+ scrollPaddingBottom: "space";
422
+ scrollPaddingLeft: "space";
423
+ scrollPaddingBlock: "space";
424
+ scrollPaddingBlockEnd: "space";
425
+ scrollPaddingBlockStart: "space";
426
+ scrollPaddingInline: "space";
427
+ scrollPaddingInlineEnd: "space";
428
+ scrollPaddingInlineStart: "space";
429
+ top: "space";
430
+ right: "space";
431
+ bottom: "space";
432
+ left: "space";
433
+ fontSize: "fontSizes";
434
+ background: "colors";
435
+ backgroundColor: "colors";
436
+ backgroundImage: "colors";
437
+ borderImage: "colors";
438
+ border: "colors";
439
+ borderBlock: "colors";
440
+ borderBlockEnd: "colors";
441
+ borderBlockStart: "colors";
442
+ borderBottom: "colors";
443
+ borderBottomColor: "colors";
444
+ borderColor: "colors";
445
+ borderInline: "colors";
446
+ borderInlineEnd: "colors";
447
+ borderInlineStart: "colors";
448
+ borderLeft: "colors";
449
+ borderLeftColor: "colors";
450
+ borderRight: "colors";
451
+ borderRightColor: "colors";
452
+ borderTop: "colors";
453
+ borderTopColor: "colors";
454
+ caretColor: "colors";
455
+ color: "colors";
456
+ columnRuleColor: "colors";
457
+ outline: "colors";
458
+ outlineColor: "colors";
459
+ fill: "colors";
460
+ stroke: "colors";
461
+ textDecorationColor: "colors";
462
+ fontFamily: "fonts";
463
+ fontWeight: "fontWeights";
464
+ lineHeight: "lineHeights";
465
+ letterSpacing: "letterSpacings";
466
+ borderTopWidth: "borderWidths";
467
+ borderLeftWidth: "borderWidths";
468
+ borderRightWidth: "borderWidths";
469
+ borderBottomWidth: "borderWidths";
470
+ borderStyle: "borderStyles";
471
+ borderTopStyle: "borderStyles";
472
+ borderLeftStyle: "borderStyles";
473
+ borderRightStyle: "borderStyles";
474
+ borderBottomStyle: "borderStyles";
475
+ borderRadius: "radii";
476
+ borderTopLeftRadius: "radii";
477
+ borderTopRightRadius: "radii";
478
+ borderBottomRightRadius: "radii";
479
+ borderBottomLeftRadius: "radii";
480
+ boxShadow: "shadows";
481
+ textShadow: "shadows";
482
+ transition: "transitions";
483
+ zIndex: "zIndices";
484
+ }, {
485
+ p: (value: {
486
+ readonly [$$PropertyValue]: "padding";
487
+ }) => {
488
+ padding: {
489
+ readonly [$$PropertyValue]: "padding";
490
+ };
491
+ };
492
+ pt: (value: {
493
+ readonly [$$PropertyValue]: "paddingTop";
494
+ }) => {
495
+ paddingTop: {
496
+ readonly [$$PropertyValue]: "paddingTop";
497
+ };
498
+ };
499
+ pr: (value: {
500
+ readonly [$$PropertyValue]: "paddingRight";
501
+ }) => {
502
+ paddingRight: {
503
+ readonly [$$PropertyValue]: "paddingRight";
504
+ };
505
+ };
506
+ pb: (value: {
507
+ readonly [$$PropertyValue]: "paddingBottom";
508
+ }) => {
509
+ paddingBottom: {
510
+ readonly [$$PropertyValue]: "paddingBottom";
511
+ };
512
+ };
513
+ pl: (value: {
514
+ readonly [$$PropertyValue]: "paddingLeft";
515
+ }) => {
516
+ paddingLeft: {
517
+ readonly [$$PropertyValue]: "paddingLeft";
518
+ };
519
+ };
520
+ px: (value: {
521
+ readonly [$$PropertyValue]: "paddingLeft";
522
+ }) => {
523
+ paddingLeft: {
524
+ readonly [$$PropertyValue]: "paddingLeft";
525
+ };
526
+ paddingRight: {
527
+ readonly [$$PropertyValue]: "paddingLeft";
528
+ };
529
+ };
530
+ py: (value: {
531
+ readonly [$$PropertyValue]: "paddingTop";
532
+ }) => {
533
+ paddingTop: {
534
+ readonly [$$PropertyValue]: "paddingTop";
535
+ };
536
+ paddingBottom: {
537
+ readonly [$$PropertyValue]: "paddingTop";
538
+ };
539
+ };
540
+ m: (value: {
541
+ readonly [$$PropertyValue]: "margin";
542
+ }) => {
543
+ margin: {
544
+ readonly [$$PropertyValue]: "margin";
545
+ };
546
+ };
547
+ mt: (value: {
548
+ readonly [$$PropertyValue]: "marginTop";
549
+ }) => {
550
+ marginTop: {
551
+ readonly [$$PropertyValue]: "marginTop";
552
+ };
553
+ };
554
+ mr: (value: {
555
+ readonly [$$PropertyValue]: "marginRight";
556
+ }) => {
557
+ marginRight: {
558
+ readonly [$$PropertyValue]: "marginRight";
559
+ };
560
+ };
561
+ mb: (value: {
562
+ readonly [$$PropertyValue]: "marginBottom";
563
+ }) => {
564
+ marginBottom: {
565
+ readonly [$$PropertyValue]: "marginBottom";
566
+ };
567
+ };
568
+ ml: (value: {
569
+ readonly [$$PropertyValue]: "marginLeft";
570
+ }) => {
571
+ marginLeft: {
572
+ readonly [$$PropertyValue]: "marginLeft";
573
+ };
574
+ };
575
+ mx: (value: {
576
+ readonly [$$PropertyValue]: "marginLeft";
577
+ }) => {
578
+ marginLeft: {
579
+ readonly [$$PropertyValue]: "marginLeft";
580
+ };
581
+ marginRight: {
582
+ readonly [$$PropertyValue]: "marginLeft";
583
+ };
584
+ };
585
+ my: (value: {
586
+ readonly [$$PropertyValue]: "marginTop";
587
+ }) => {
588
+ marginTop: {
589
+ readonly [$$PropertyValue]: "marginTop";
590
+ };
591
+ marginBottom: {
592
+ readonly [$$PropertyValue]: "marginTop";
593
+ };
594
+ };
595
+ ta: (value: {
596
+ readonly [$$PropertyValue]: "textAlign";
597
+ }) => {
598
+ textAlign: {
599
+ readonly [$$PropertyValue]: "textAlign";
600
+ };
601
+ };
602
+ tt: (value: {
603
+ readonly [$$PropertyValue]: "textTransform";
604
+ }) => {
605
+ textTransform: {
606
+ readonly [$$PropertyValue]: "textTransform";
607
+ };
608
+ };
609
+ to: (value: {
610
+ readonly [$$PropertyValue]: "textOverflow";
611
+ }) => {
612
+ textOverflow: {
613
+ readonly [$$PropertyValue]: "textOverflow";
614
+ };
615
+ };
616
+ d: (value: {
617
+ readonly [$$PropertyValue]: "display";
618
+ }) => {
619
+ display: {
620
+ readonly [$$PropertyValue]: "display";
621
+ };
622
+ };
623
+ dflex: (value: {
624
+ readonly [$$PropertyValue]: "alignItems";
625
+ }) => {
626
+ display: string;
627
+ alignItems: {
628
+ readonly [$$PropertyValue]: "alignItems";
629
+ };
630
+ justifyContent: {
631
+ readonly [$$PropertyValue]: "alignItems";
632
+ };
633
+ };
634
+ fd: (value: {
635
+ readonly [$$PropertyValue]: "flexDirection";
636
+ }) => {
637
+ flexDirection: {
638
+ readonly [$$PropertyValue]: "flexDirection";
639
+ };
640
+ };
641
+ fw: (value: {
642
+ readonly [$$PropertyValue]: "flexWrap";
643
+ }) => {
644
+ flexWrap: {
645
+ readonly [$$PropertyValue]: "flexWrap";
646
+ };
647
+ };
648
+ ai: (value: {
649
+ readonly [$$PropertyValue]: "alignItems";
650
+ }) => {
651
+ alignItems: {
652
+ readonly [$$PropertyValue]: "alignItems";
653
+ };
654
+ };
655
+ ac: (value: {
656
+ readonly [$$PropertyValue]: "alignContent";
657
+ }) => {
658
+ alignContent: {
659
+ readonly [$$PropertyValue]: "alignContent";
660
+ };
661
+ };
662
+ jc: (value: {
663
+ readonly [$$PropertyValue]: "justifyContent";
664
+ }) => {
665
+ justifyContent: {
666
+ readonly [$$PropertyValue]: "justifyContent";
667
+ };
668
+ };
669
+ as: (value: {
670
+ readonly [$$PropertyValue]: "alignSelf";
671
+ }) => {
672
+ alignSelf: {
673
+ readonly [$$PropertyValue]: "alignSelf";
674
+ };
675
+ };
676
+ fg: (value: {
677
+ readonly [$$PropertyValue]: "flexGrow";
678
+ }) => {
679
+ flexGrow: {
680
+ readonly [$$PropertyValue]: "flexGrow";
681
+ };
682
+ };
683
+ fs: (value: {
684
+ readonly [$$PropertyValue]: "fontSize";
685
+ }) => {
686
+ fontSize: {
687
+ readonly [$$PropertyValue]: "fontSize";
688
+ };
689
+ };
690
+ fb: (value: {
691
+ readonly [$$PropertyValue]: "flexBasis";
692
+ }) => {
693
+ flexBasis: {
694
+ readonly [$$PropertyValue]: "flexBasis";
695
+ };
696
+ };
697
+ bc: (value: {
698
+ readonly [$$PropertyValue]: "backgroundColor";
699
+ }) => {
700
+ backgroundColor: {
701
+ readonly [$$PropertyValue]: "backgroundColor";
702
+ };
703
+ };
704
+ bf: (value: {
705
+ readonly [$$PropertyValue]: "backdropFilter";
706
+ }) => {
707
+ backdropFilter: {
708
+ readonly [$$PropertyValue]: "backdropFilter";
709
+ };
710
+ };
711
+ bg: (value: {
712
+ readonly [$$PropertyValue]: "backgroundColor";
713
+ }) => {
714
+ background: {
715
+ readonly [$$PropertyValue]: "backgroundColor";
716
+ };
717
+ };
718
+ bgBlur: (value: {
719
+ readonly [$$PropertyValue]: "backgroundColor";
720
+ }) => {
721
+ bf: string;
722
+ bg: string;
723
+ };
724
+ bgColor: (value: {
725
+ readonly [$$PropertyValue]: "backgroundColor";
726
+ }) => {
727
+ backgroundColor: {
728
+ readonly [$$PropertyValue]: "backgroundColor";
729
+ };
730
+ };
731
+ backgroundClip: (value: {
732
+ readonly [$$PropertyValue]: "backgroundClip";
733
+ }) => {
734
+ WebkitBackgroundClip: {
735
+ readonly [$$PropertyValue]: "backgroundClip";
736
+ };
737
+ backgroundClip: {
738
+ readonly [$$PropertyValue]: "backgroundClip";
739
+ };
740
+ };
741
+ bgClip: (value: {
742
+ readonly [$$PropertyValue]: "backgroundClip";
743
+ }) => {
744
+ WebkitBackgroundClip: {
745
+ readonly [$$PropertyValue]: "backgroundClip";
746
+ };
747
+ backgroundClip: {
748
+ readonly [$$PropertyValue]: "backgroundClip";
749
+ };
750
+ };
751
+ br: (value: {
752
+ readonly [$$PropertyValue]: "borderRadius";
753
+ }) => {
754
+ borderRadius: {
755
+ readonly [$$PropertyValue]: "borderRadius";
756
+ };
757
+ };
758
+ bw: (value: {
759
+ readonly [$$PropertyValue]: "borderWidth";
760
+ }) => {
761
+ borderWidth: {
762
+ readonly [$$PropertyValue]: "borderWidth";
763
+ };
764
+ };
765
+ btrr: (value: {
766
+ readonly [$$PropertyValue]: "borderTopRightRadius";
767
+ }) => {
768
+ borderTopRightRadius: {
769
+ readonly [$$PropertyValue]: "borderTopRightRadius";
770
+ };
771
+ };
772
+ bbrr: (value: {
773
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
774
+ }) => {
775
+ borderBottomRightRadius: {
776
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
777
+ };
778
+ };
779
+ bblr: (value: {
780
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
781
+ }) => {
782
+ borderBottomLeftRadius: {
783
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
784
+ };
785
+ };
786
+ btlr: (value: {
787
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
788
+ }) => {
789
+ borderTopLeftRadius: {
790
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
791
+ };
792
+ };
793
+ bs: (value: {
794
+ readonly [$$PropertyValue]: "boxShadow";
795
+ }) => {
796
+ boxShadow: {
797
+ readonly [$$PropertyValue]: "boxShadow";
798
+ };
799
+ };
800
+ normalShadow: (value: {
801
+ readonly [$$PropertyValue]: "backgroundColor";
802
+ }) => {
803
+ boxShadow: string;
804
+ };
805
+ normalShadowVar: (value: {
806
+ readonly [$$PropertyValue]: "backgroundColor";
807
+ }) => {
808
+ boxShadow: string;
809
+ };
810
+ lh: (value: {
811
+ readonly [$$PropertyValue]: "lineHeight";
812
+ }) => {
813
+ lineHeight: {
814
+ readonly [$$PropertyValue]: "lineHeight";
815
+ };
816
+ };
817
+ ov: (value: {
818
+ readonly [$$PropertyValue]: "overflow";
819
+ }) => {
820
+ overflow: {
821
+ readonly [$$PropertyValue]: "overflow";
822
+ };
823
+ };
824
+ ox: (value: {
825
+ readonly [$$PropertyValue]: "overflowX";
826
+ }) => {
827
+ overflowX: {
828
+ readonly [$$PropertyValue]: "overflowX";
829
+ };
830
+ };
831
+ oy: (value: {
832
+ readonly [$$PropertyValue]: "overflowY";
833
+ }) => {
834
+ overflowY: {
835
+ readonly [$$PropertyValue]: "overflowY";
836
+ };
837
+ };
838
+ pe: (value: {
839
+ readonly [$$PropertyValue]: "pointerEvents";
840
+ }) => {
841
+ pointerEvents: {
842
+ readonly [$$PropertyValue]: "pointerEvents";
843
+ };
844
+ };
845
+ events: (value: {
846
+ readonly [$$PropertyValue]: "pointerEvents";
847
+ }) => {
848
+ pointerEvents: {
849
+ readonly [$$PropertyValue]: "pointerEvents";
850
+ };
851
+ };
852
+ us: (value: {
853
+ readonly [$$PropertyValue]: "userSelect";
854
+ }) => {
855
+ WebkitUserSelect: {
856
+ readonly [$$PropertyValue]: "userSelect";
857
+ };
858
+ userSelect: {
859
+ readonly [$$PropertyValue]: "userSelect";
860
+ };
861
+ };
862
+ userSelect: (value: {
863
+ readonly [$$PropertyValue]: "userSelect";
864
+ }) => {
865
+ WebkitUserSelect: {
866
+ readonly [$$PropertyValue]: "userSelect";
867
+ };
868
+ userSelect: {
869
+ readonly [$$PropertyValue]: "userSelect";
870
+ };
871
+ };
872
+ w: (value: {
873
+ readonly [$$PropertyValue]: "width";
874
+ }) => {
875
+ width: {
876
+ readonly [$$PropertyValue]: "width";
877
+ };
878
+ };
879
+ h: (value: {
880
+ readonly [$$PropertyValue]: "height";
881
+ }) => {
882
+ height: {
883
+ readonly [$$PropertyValue]: "height";
884
+ };
885
+ };
886
+ mw: (value: {
887
+ readonly [$$PropertyValue]: "maxWidth";
888
+ }) => {
889
+ maxWidth: {
890
+ readonly [$$PropertyValue]: "maxWidth";
891
+ };
892
+ };
893
+ maxW: (value: {
894
+ readonly [$$PropertyValue]: "maxWidth";
895
+ }) => {
896
+ maxWidth: {
897
+ readonly [$$PropertyValue]: "maxWidth";
898
+ };
899
+ };
900
+ mh: (value: {
901
+ readonly [$$PropertyValue]: "maxHeight";
902
+ }) => {
903
+ maxHeight: {
904
+ readonly [$$PropertyValue]: "maxHeight";
905
+ };
906
+ };
907
+ maxH: (value: {
908
+ readonly [$$PropertyValue]: "maxHeight";
909
+ }) => {
910
+ maxHeight: {
911
+ readonly [$$PropertyValue]: "maxHeight";
912
+ };
913
+ };
914
+ size: (value: {
915
+ readonly [$$PropertyValue]: "width";
916
+ }) => {
917
+ width: {
918
+ readonly [$$PropertyValue]: "width";
919
+ };
920
+ height: {
921
+ readonly [$$PropertyValue]: "width";
922
+ };
923
+ };
924
+ minSize: (value: {
925
+ readonly [$$PropertyValue]: "width";
926
+ }) => {
927
+ minWidth: {
928
+ readonly [$$PropertyValue]: "width";
929
+ };
930
+ minHeight: {
931
+ readonly [$$PropertyValue]: "width";
932
+ };
933
+ width: {
934
+ readonly [$$PropertyValue]: "width";
935
+ };
936
+ height: {
937
+ readonly [$$PropertyValue]: "width";
938
+ };
939
+ };
940
+ sizeMin: (value: {
941
+ readonly [$$PropertyValue]: "width";
942
+ }) => {
943
+ minWidth: {
944
+ readonly [$$PropertyValue]: "width";
945
+ };
946
+ minHeight: {
947
+ readonly [$$PropertyValue]: "width";
948
+ };
949
+ width: {
950
+ readonly [$$PropertyValue]: "width";
951
+ };
952
+ height: {
953
+ readonly [$$PropertyValue]: "width";
954
+ };
955
+ };
956
+ maxSize: (value: {
957
+ readonly [$$PropertyValue]: "width";
958
+ }) => {
959
+ maxWidth: {
960
+ readonly [$$PropertyValue]: "width";
961
+ };
962
+ maxHeight: {
963
+ readonly [$$PropertyValue]: "width";
964
+ };
965
+ };
966
+ sizeMax: (value: {
967
+ readonly [$$PropertyValue]: "width";
968
+ }) => {
969
+ maxWidth: {
970
+ readonly [$$PropertyValue]: "width";
971
+ };
972
+ maxHeight: {
973
+ readonly [$$PropertyValue]: "width";
974
+ };
975
+ };
976
+ appearance: (value: {
977
+ readonly [$$PropertyValue]: "appearance";
978
+ }) => {
979
+ WebkitAppearance: {
980
+ readonly [$$PropertyValue]: "appearance";
981
+ };
982
+ appearance: {
983
+ readonly [$$PropertyValue]: "appearance";
984
+ };
985
+ };
986
+ scale: (value: {
987
+ readonly [$$PropertyValue]: "scale";
988
+ }) => {
989
+ transform: string;
990
+ };
991
+ linearGradient: (value: {
992
+ readonly [$$PropertyValue]: "backgroundImage";
993
+ }) => {
994
+ backgroundImage: string;
995
+ };
996
+ tdl: (value: {
997
+ readonly [$$PropertyValue]: "textDecorationLine";
998
+ }) => {
999
+ textDecorationLine: {
1000
+ readonly [$$PropertyValue]: "textDecorationLine";
1001
+ };
1002
+ };
1003
+ textGradient: (value: {
1004
+ readonly [$$PropertyValue]: "backgroundImage";
1005
+ }) => {
1006
+ backgroundImage: string;
1007
+ WebkitBackgroundClip: string;
1008
+ WebkitTextFillColor: string;
1009
+ '&::selection': {
1010
+ WebkitTextFillColor: string;
1011
+ };
1012
+ };
1013
+ }>>]>, {
1014
+ xs: string;
1015
+ sm: string;
1016
+ md: string;
1017
+ lg: string;
1018
+ xl: string;
1019
+ xsMax: string;
1020
+ smMax: string;
1021
+ mdMax: string;
1022
+ lgMax: string;
1023
+ xlMax: string;
1024
+ motion: string;
1025
+ safari: string;
1026
+ hover: string;
1027
+ dark: string;
1028
+ light: string;
1029
+ }> & NativeAttrs & {
1030
+ css?: CSS | undefined;
1031
+ } & React.RefAttributes<HTMLTableRowElement>>;
1032
+ export default TableColumnHeader;