@nextui-org/react 1.0.2-beta.3 → 1.0.2-beta.5-dbg2

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 (788) hide show
  1. package/README.md +2 -2
  2. package/cjs/avatar/avatar-group.js +1 -35
  3. package/cjs/avatar/avatar-group.styles.js +1 -52
  4. package/cjs/avatar/avatar.js +1 -75
  5. package/cjs/avatar/avatar.styles.js +1 -334
  6. package/cjs/avatar/index.js +1 -22
  7. package/cjs/backdrop/backdrop.js +1 -137
  8. package/cjs/backdrop/backdrop.styles.js +1 -119
  9. package/cjs/backdrop/index.js +1 -16
  10. package/cjs/button/button-group-context.js +1 -21
  11. package/cjs/button/button-group.js +1 -81
  12. package/cjs/button/button-group.styles.js +1 -136
  13. package/cjs/button/button-icon.js +1 -68
  14. package/cjs/button/button.js +1 -145
  15. package/cjs/button/button.styles.js +1 -726
  16. package/cjs/button/index.js +1 -25
  17. package/cjs/button/utils.js +1 -27
  18. package/cjs/card/card.js +1 -117
  19. package/cjs/card/card.styles.js +1 -267
  20. package/cjs/card/index.js +1 -24
  21. package/cjs/checkbox/checkbox-context.js +1 -25
  22. package/cjs/checkbox/checkbox-group.js +1 -89
  23. package/cjs/checkbox/checkbox.js +1 -192
  24. package/cjs/checkbox/checkbox.styles.js +1 -563
  25. package/cjs/checkbox/index.js +1 -26
  26. package/cjs/code/code.js +1 -42
  27. package/cjs/code/code.styles.js +1 -14
  28. package/cjs/code/index.js +1 -15
  29. package/cjs/col/col.js +1 -46
  30. package/cjs/col/col.styles.js +1 -16
  31. package/cjs/col/index.js +1 -14
  32. package/cjs/collapse/collapse-context.js +1 -20
  33. package/cjs/collapse/collapse-group.js +1 -90
  34. package/cjs/collapse/collapse-icon.js +1 -41
  35. package/cjs/collapse/collapse.js +1 -196
  36. package/cjs/collapse/collapse.styles.js +1 -256
  37. package/cjs/collapse/index.js +1 -22
  38. package/cjs/container/container.js +1 -91
  39. package/cjs/container/container.styles.js +1 -45
  40. package/cjs/container/index.js +1 -14
  41. package/cjs/css-baseline/css-baseline.js +1 -247
  42. package/cjs/css-baseline/index.js +1 -11
  43. package/cjs/divider/divider.js +1 -82
  44. package/cjs/divider/divider.styles.js +1 -77
  45. package/cjs/divider/index.js +1 -15
  46. package/cjs/grid/grid-container.js +1 -60
  47. package/cjs/grid/grid-item.js +1 -123
  48. package/cjs/grid/grid.js +1 -29
  49. package/cjs/grid/grid.styles.js +1 -15
  50. package/cjs/grid/index.js +1 -18
  51. package/cjs/image/image.js +1 -150
  52. package/cjs/image/image.skeleton.js +1 -50
  53. package/cjs/image/image.styles.js +1 -57
  54. package/cjs/image/index.js +1 -16
  55. package/cjs/index.js +1 -435
  56. package/cjs/input/index.js +1 -30
  57. package/cjs/input/input-password.js +1 -80
  58. package/cjs/input/input-props.js +1 -30
  59. package/cjs/input/input.js +1 -318
  60. package/cjs/input/input.styles.js +1 -878
  61. package/cjs/input/password-icon.js +1 -51
  62. package/cjs/link/icon.js +1 -42
  63. package/cjs/link/index.js +1 -15
  64. package/cjs/link/link.js +1 -42
  65. package/cjs/link/link.styles.js +1 -135
  66. package/cjs/loading/index.js +1 -24
  67. package/cjs/loading/loading.js +1 -80
  68. package/cjs/loading/loading.styles.js +1 -438
  69. package/cjs/loading/spinner.js +1 -47
  70. package/cjs/modal/index.js +1 -28
  71. package/cjs/modal/modal-body.js +1 -62
  72. package/cjs/modal/modal-close-button.js +1 -49
  73. package/cjs/modal/modal-context.js +1 -18
  74. package/cjs/modal/modal-footer.js +1 -69
  75. package/cjs/modal/modal-header.js +1 -69
  76. package/cjs/modal/modal-wrapper.js +1 -153
  77. package/cjs/modal/modal.js +1 -159
  78. package/cjs/modal/modal.styles.js +1 -243
  79. package/cjs/modal/use-modal.js +1 -25
  80. package/cjs/pagination/index.js +1 -19
  81. package/cjs/pagination/pagination-ellipsis.js +1 -86
  82. package/cjs/pagination/pagination-highlight.js +1 -52
  83. package/cjs/pagination/pagination-icon.js +1 -59
  84. package/cjs/pagination/pagination-item.js +1 -104
  85. package/cjs/pagination/pagination.js +1 -169
  86. package/cjs/pagination/pagination.styles.js +1 -361
  87. package/cjs/progress/index.js +1 -15
  88. package/cjs/progress/progress.js +1 -101
  89. package/cjs/progress/progress.styles.js +1 -165
  90. package/cjs/radio/index.js +1 -24
  91. package/cjs/radio/radio-context.js +1 -24
  92. package/cjs/radio/radio-group.js +1 -78
  93. package/cjs/radio/radio.js +1 -156
  94. package/cjs/radio/radio.styles.js +1 -240
  95. package/cjs/row/index.js +1 -14
  96. package/cjs/row/row.js +1 -54
  97. package/cjs/row/row.styles.js +1 -25
  98. package/cjs/snippet/index.js +1 -16
  99. package/cjs/snippet/snippet-icon.js +1 -52
  100. package/cjs/snippet/snippet.js +1 -137
  101. package/cjs/snippet/snippet.styles.js +1 -141
  102. package/cjs/spacer/index.js +1 -14
  103. package/cjs/spacer/spacer.js +1 -49
  104. package/cjs/spacer/spacer.styles.js +1 -24
  105. package/cjs/switch/index.js +1 -17
  106. package/cjs/switch/switch.js +1 -142
  107. package/cjs/switch/switch.styles.js +1 -283
  108. package/cjs/table/base/index.js +1 -0
  109. package/cjs/table/base/table-body.js +1 -0
  110. package/cjs/table/base/table-cell.js +1 -0
  111. package/cjs/table/base/table-column.js +1 -0
  112. package/cjs/table/base/table-header.js +1 -0
  113. package/cjs/table/base/table-row.js +1 -0
  114. package/cjs/table/index.js +1 -0
  115. package/cjs/table/table-body.js +1 -0
  116. package/cjs/table/table-cell.js +1 -0
  117. package/cjs/table/table-checkbox-cell.js +1 -0
  118. package/cjs/table/table-column-header.js +1 -0
  119. package/cjs/table/table-context.js +1 -0
  120. package/cjs/table/table-footer.js +1 -0
  121. package/cjs/table/table-header-row.js +1 -0
  122. package/cjs/table/table-pagination.js +1 -0
  123. package/cjs/table/table-row-group.js +1 -0
  124. package/cjs/table/table-row.js +1 -0
  125. package/cjs/table/table-select-all-checkbox.js +1 -0
  126. package/cjs/table/table-sort-icon.js +1 -0
  127. package/cjs/table/table.js +1 -0
  128. package/cjs/table/table.styles.js +1 -0
  129. package/cjs/table/utils.js +1 -0
  130. package/cjs/text/child.js +1 -83
  131. package/cjs/text/index.js +1 -14
  132. package/cjs/text/text.js +1 -124
  133. package/cjs/text/text.styles.js +1 -41
  134. package/cjs/textarea/index.js +1 -12
  135. package/cjs/textarea/textarea.js +1 -126
  136. package/cjs/textarea/utils.js +1 -126
  137. package/cjs/theme/common.js +1 -503
  138. package/cjs/theme/dark-theme.js +1 -38
  139. package/cjs/theme/index.js +1 -31
  140. package/cjs/theme/light-theme.js +1 -33
  141. package/cjs/theme/stitches.config.js +1 -88
  142. package/cjs/theme/theme-context.js +1 -22
  143. package/cjs/theme/theme-provider.js +1 -111
  144. package/cjs/theme/types.js +1 -3
  145. package/cjs/theme/utils.js +1 -113
  146. package/cjs/tooltip/index.js +1 -17
  147. package/cjs/tooltip/placement.js +1 -193
  148. package/cjs/tooltip/tooltip-content.js +1 -135
  149. package/cjs/tooltip/tooltip.js +1 -143
  150. package/cjs/tooltip/tooltip.styles.js +1 -159
  151. package/cjs/use-body-scroll/index.js +1 -12
  152. package/cjs/use-body-scroll/use-body-scroll.js +1 -77
  153. package/cjs/use-click-anywhere/index.js +1 -12
  154. package/cjs/use-click-anywhere/use-click-anywhere.js +1 -19
  155. package/cjs/use-click-away/index.js +1 -12
  156. package/cjs/use-click-away/use-click-away.js +1 -23
  157. package/cjs/use-clipboard/index.js +1 -12
  158. package/cjs/use-clipboard/use-clipboard.js +1 -57
  159. package/cjs/use-current-state/index.js +1 -12
  160. package/cjs/use-current-state/use-current-state.js +1 -28
  161. package/cjs/use-drip/index.js +1 -12
  162. package/cjs/use-drip/use-drip.js +1 -38
  163. package/cjs/use-input/index.js +1 -12
  164. package/cjs/use-input/use-input.js +1 -32
  165. package/cjs/use-keyboard/codes.js +1 -104
  166. package/cjs/use-keyboard/helper.js +1 -35
  167. package/cjs/use-keyboard/index.js +1 -15
  168. package/cjs/use-keyboard/use-keyboard.js +1 -76
  169. package/cjs/use-pagination/index.js +1 -88
  170. package/cjs/use-portal/index.js +1 -12
  171. package/cjs/use-portal/use-portal.js +1 -43
  172. package/cjs/use-real-shape/index.js +1 -12
  173. package/cjs/use-real-shape/use-real-shape.js +1 -55
  174. package/cjs/use-resize/index.js +1 -12
  175. package/cjs/use-resize/use-resize.js +1 -23
  176. package/cjs/use-ssr/index.js +1 -12
  177. package/cjs/use-ssr/use-ssr.js +1 -25
  178. package/cjs/use-theme/index.js +1 -12
  179. package/cjs/use-theme/use-theme.js +1 -16
  180. package/cjs/use-warning/index.js +1 -12
  181. package/cjs/use-warning/use-warning.js +1 -23
  182. package/cjs/user/index.js +1 -21
  183. package/cjs/user/user-link.js +1 -46
  184. package/cjs/user/user.js +1 -63
  185. package/cjs/user/user.styles.js +1 -56
  186. package/cjs/utils/assertion.js +1 -42
  187. package/cjs/utils/clear-icon.js +1 -70
  188. package/cjs/utils/clsx.js +1 -57
  189. package/cjs/utils/collections.js +1 -110
  190. package/cjs/utils/color.js +1 -187
  191. package/cjs/utils/css-transition.js +1 -76
  192. package/cjs/utils/deep-merge.js +1 -33
  193. package/cjs/utils/dimensions.js +1 -10
  194. package/cjs/utils/dom.js +1 -110
  195. package/cjs/utils/drip.js +1 -116
  196. package/cjs/utils/expand.js +1 -109
  197. package/cjs/utils/icons.js +1 -481
  198. package/cjs/utils/numbers.js +1 -23
  199. package/cjs/utils/object.js +1 -40
  200. package/cjs/utils/prop-types.js +1 -56
  201. package/cjs/utils/react.js +1 -24
  202. package/cjs/utils/strings.js +1 -18
  203. package/cjs/utils/types.d.js +1 -3
  204. package/cjs/utils/with-defaults.js +1 -13
  205. package/esm/avatar/avatar-group.js +1 -35
  206. package/esm/avatar/avatar-group.styles.js +1 -52
  207. package/esm/avatar/avatar.js +1 -75
  208. package/esm/avatar/avatar.styles.js +1 -334
  209. package/esm/avatar/index.js +1 -22
  210. package/esm/backdrop/backdrop.js +1 -137
  211. package/esm/backdrop/backdrop.styles.js +1 -119
  212. package/esm/backdrop/index.js +1 -16
  213. package/esm/button/button-group-context.js +1 -21
  214. package/esm/button/button-group.js +1 -81
  215. package/esm/button/button-group.styles.js +1 -136
  216. package/esm/button/button-icon.js +1 -68
  217. package/esm/button/button.js +1 -145
  218. package/esm/button/button.styles.js +1 -726
  219. package/esm/button/index.js +1 -25
  220. package/esm/button/utils.js +1 -27
  221. package/esm/card/card.js +1 -117
  222. package/esm/card/card.styles.js +1 -267
  223. package/esm/card/index.js +1 -24
  224. package/esm/checkbox/checkbox-context.js +1 -25
  225. package/esm/checkbox/checkbox-group.js +1 -89
  226. package/esm/checkbox/checkbox.js +1 -192
  227. package/esm/checkbox/checkbox.styles.js +1 -563
  228. package/esm/checkbox/index.js +1 -26
  229. package/esm/code/code.js +1 -42
  230. package/esm/code/code.styles.js +1 -14
  231. package/esm/code/index.js +1 -15
  232. package/esm/col/col.js +1 -46
  233. package/esm/col/col.styles.js +1 -16
  234. package/esm/col/index.js +1 -14
  235. package/esm/collapse/collapse-context.js +1 -20
  236. package/esm/collapse/collapse-group.js +1 -90
  237. package/esm/collapse/collapse-icon.js +1 -41
  238. package/esm/collapse/collapse.js +1 -196
  239. package/esm/collapse/collapse.styles.js +1 -256
  240. package/esm/collapse/index.js +1 -22
  241. package/esm/container/container.js +1 -91
  242. package/esm/container/container.styles.js +1 -45
  243. package/esm/container/index.js +1 -14
  244. package/esm/css-baseline/css-baseline.js +1 -247
  245. package/esm/css-baseline/index.js +1 -11
  246. package/esm/divider/divider.js +1 -82
  247. package/esm/divider/divider.styles.js +1 -77
  248. package/esm/divider/index.js +1 -15
  249. package/esm/grid/grid-container.js +1 -60
  250. package/esm/grid/grid-item.js +1 -123
  251. package/esm/grid/grid.js +1 -29
  252. package/esm/grid/grid.styles.js +1 -15
  253. package/esm/grid/index.js +1 -18
  254. package/esm/image/image.js +1 -150
  255. package/esm/image/image.skeleton.js +1 -50
  256. package/esm/image/image.styles.js +1 -57
  257. package/esm/image/index.js +1 -16
  258. package/esm/index.js +1 -435
  259. package/esm/input/index.js +1 -30
  260. package/esm/input/input-password.js +1 -80
  261. package/esm/input/input-props.js +1 -30
  262. package/esm/input/input.js +1 -318
  263. package/esm/input/input.styles.js +1 -878
  264. package/esm/input/password-icon.js +1 -51
  265. package/esm/link/icon.js +1 -42
  266. package/esm/link/index.js +1 -15
  267. package/esm/link/link.js +1 -42
  268. package/esm/link/link.styles.js +1 -135
  269. package/esm/loading/index.js +1 -24
  270. package/esm/loading/loading.js +1 -80
  271. package/esm/loading/loading.styles.js +1 -438
  272. package/esm/loading/spinner.js +1 -47
  273. package/esm/modal/index.js +1 -28
  274. package/esm/modal/modal-body.js +1 -62
  275. package/esm/modal/modal-close-button.js +1 -49
  276. package/esm/modal/modal-context.js +1 -18
  277. package/esm/modal/modal-footer.js +1 -69
  278. package/esm/modal/modal-header.js +1 -69
  279. package/esm/modal/modal-wrapper.js +1 -153
  280. package/esm/modal/modal.js +1 -159
  281. package/esm/modal/modal.styles.js +1 -243
  282. package/esm/modal/use-modal.js +1 -25
  283. package/esm/pagination/index.js +1 -19
  284. package/esm/pagination/pagination-ellipsis.js +1 -86
  285. package/esm/pagination/pagination-highlight.js +1 -52
  286. package/esm/pagination/pagination-icon.js +1 -59
  287. package/esm/pagination/pagination-item.js +1 -104
  288. package/esm/pagination/pagination.js +1 -169
  289. package/esm/pagination/pagination.styles.js +1 -361
  290. package/esm/progress/index.js +1 -15
  291. package/esm/progress/progress.js +1 -101
  292. package/esm/progress/progress.styles.js +1 -165
  293. package/esm/radio/index.js +1 -24
  294. package/esm/radio/radio-context.js +1 -24
  295. package/esm/radio/radio-group.js +1 -78
  296. package/esm/radio/radio.js +1 -156
  297. package/esm/radio/radio.styles.js +1 -240
  298. package/esm/row/index.js +1 -14
  299. package/esm/row/row.js +1 -54
  300. package/esm/row/row.styles.js +1 -25
  301. package/esm/snippet/index.js +1 -16
  302. package/esm/snippet/snippet-icon.js +1 -52
  303. package/esm/snippet/snippet.js +1 -137
  304. package/esm/snippet/snippet.styles.js +1 -141
  305. package/esm/spacer/index.js +1 -14
  306. package/esm/spacer/spacer.js +1 -49
  307. package/esm/spacer/spacer.styles.js +1 -24
  308. package/esm/switch/index.js +1 -17
  309. package/esm/switch/switch.js +1 -142
  310. package/esm/switch/switch.styles.js +1 -283
  311. package/esm/table/base/index.js +1 -0
  312. package/esm/table/base/table-body.js +1 -0
  313. package/esm/table/base/table-cell.js +1 -0
  314. package/esm/table/base/table-column.js +1 -0
  315. package/esm/table/base/table-header.js +1 -0
  316. package/esm/table/base/table-row.js +1 -0
  317. package/esm/table/index.js +1 -0
  318. package/esm/table/table-body.js +1 -0
  319. package/esm/table/table-cell.js +1 -0
  320. package/esm/table/table-checkbox-cell.js +1 -0
  321. package/esm/table/table-column-header.js +1 -0
  322. package/esm/table/table-context.js +1 -0
  323. package/esm/table/table-footer.js +1 -0
  324. package/esm/table/table-header-row.js +1 -0
  325. package/esm/table/table-pagination.js +1 -0
  326. package/esm/table/table-row-group.js +1 -0
  327. package/esm/table/table-row.js +1 -0
  328. package/esm/table/table-select-all-checkbox.js +1 -0
  329. package/esm/table/table-sort-icon.js +1 -0
  330. package/esm/table/table.js +1 -0
  331. package/esm/table/table.styles.js +1 -0
  332. package/esm/table/utils.js +1 -0
  333. package/esm/text/child.js +1 -83
  334. package/esm/text/index.js +1 -14
  335. package/esm/text/text.js +1 -124
  336. package/esm/text/text.styles.js +1 -41
  337. package/esm/textarea/index.js +1 -12
  338. package/esm/textarea/textarea.js +1 -126
  339. package/esm/textarea/utils.js +1 -126
  340. package/esm/theme/common.js +1 -503
  341. package/esm/theme/dark-theme.js +1 -38
  342. package/esm/theme/index.js +1 -31
  343. package/esm/theme/light-theme.js +1 -33
  344. package/esm/theme/stitches.config.js +1 -88
  345. package/esm/theme/theme-context.js +1 -22
  346. package/esm/theme/theme-provider.js +1 -111
  347. package/esm/theme/types.js +1 -3
  348. package/esm/theme/utils.js +1 -113
  349. package/esm/tooltip/index.js +1 -17
  350. package/esm/tooltip/placement.js +1 -193
  351. package/esm/tooltip/tooltip-content.js +1 -135
  352. package/esm/tooltip/tooltip.js +1 -143
  353. package/esm/tooltip/tooltip.styles.js +1 -159
  354. package/esm/use-body-scroll/index.js +1 -12
  355. package/esm/use-body-scroll/use-body-scroll.js +1 -77
  356. package/esm/use-click-anywhere/index.js +1 -12
  357. package/esm/use-click-anywhere/use-click-anywhere.js +1 -19
  358. package/esm/use-click-away/index.js +1 -12
  359. package/esm/use-click-away/use-click-away.js +1 -23
  360. package/esm/use-clipboard/index.js +1 -12
  361. package/esm/use-clipboard/use-clipboard.js +1 -57
  362. package/esm/use-current-state/index.js +1 -12
  363. package/esm/use-current-state/use-current-state.js +1 -28
  364. package/esm/use-drip/index.js +1 -12
  365. package/esm/use-drip/use-drip.js +1 -38
  366. package/esm/use-input/index.js +1 -12
  367. package/esm/use-input/use-input.js +1 -32
  368. package/esm/use-keyboard/codes.js +1 -104
  369. package/esm/use-keyboard/helper.js +1 -35
  370. package/esm/use-keyboard/index.js +1 -15
  371. package/esm/use-keyboard/use-keyboard.js +1 -76
  372. package/esm/use-pagination/index.js +1 -88
  373. package/esm/use-portal/index.js +1 -12
  374. package/esm/use-portal/use-portal.js +1 -43
  375. package/esm/use-real-shape/index.js +1 -12
  376. package/esm/use-real-shape/use-real-shape.js +1 -55
  377. package/esm/use-resize/index.js +1 -12
  378. package/esm/use-resize/use-resize.js +1 -23
  379. package/esm/use-ssr/index.js +1 -12
  380. package/esm/use-ssr/use-ssr.js +1 -25
  381. package/esm/use-theme/index.js +1 -12
  382. package/esm/use-theme/use-theme.js +1 -16
  383. package/esm/use-warning/index.js +1 -12
  384. package/esm/use-warning/use-warning.js +1 -23
  385. package/esm/user/index.js +1 -21
  386. package/esm/user/user-link.js +1 -46
  387. package/esm/user/user.js +1 -63
  388. package/esm/user/user.styles.js +1 -56
  389. package/esm/utils/assertion.js +1 -42
  390. package/esm/utils/clear-icon.js +1 -70
  391. package/esm/utils/clsx.js +1 -57
  392. package/esm/utils/collections.js +1 -110
  393. package/esm/utils/color.js +1 -187
  394. package/esm/utils/css-transition.js +1 -76
  395. package/esm/utils/deep-merge.js +1 -33
  396. package/esm/utils/dimensions.js +1 -10
  397. package/esm/utils/dom.js +1 -110
  398. package/esm/utils/drip.js +1 -116
  399. package/esm/utils/expand.js +1 -109
  400. package/esm/utils/icons.js +1 -481
  401. package/esm/utils/numbers.js +1 -23
  402. package/esm/utils/object.js +1 -40
  403. package/esm/utils/prop-types.js +1 -56
  404. package/esm/utils/react.js +1 -24
  405. package/esm/utils/strings.js +1 -18
  406. package/esm/utils/types.d.js +1 -3
  407. package/esm/utils/with-defaults.js +1 -13
  408. package/package.json +17 -3
  409. package/table/package.json +6 -0
  410. package/{cjs → types}/avatar/avatar-group.d.ts +0 -0
  411. package/{cjs → types}/avatar/avatar-group.styles.d.ts +16 -0
  412. package/{cjs → types}/avatar/avatar.d.ts +0 -0
  413. package/{esm → types}/avatar/avatar.styles.d.ts +8 -0
  414. package/{cjs → types}/avatar/index.d.ts +0 -0
  415. package/{cjs → types}/backdrop/backdrop.d.ts +1 -1
  416. package/{cjs → types}/backdrop/backdrop.styles.d.ts +25 -1
  417. package/{cjs → types}/backdrop/index.d.ts +0 -0
  418. package/{cjs → types}/button/button-group-context.d.ts +0 -0
  419. package/{cjs → types}/button/button-group.d.ts +0 -0
  420. package/{cjs → types}/button/button-group.styles.d.ts +9 -1
  421. package/{esm → types}/button/button-icon.d.ts +9 -0
  422. package/{cjs → types}/button/button.d.ts +1 -0
  423. package/{esm/backdrop/backdrop.styles.d.ts → types/button/button.styles.d.ts} +1220 -930
  424. package/{cjs → types}/button/index.d.ts +0 -0
  425. package/{cjs → types}/button/utils.d.ts +0 -0
  426. package/{cjs → types}/card/card.d.ts +0 -0
  427. package/{cjs → types}/card/card.styles.d.ts +35 -3
  428. package/{cjs → types}/card/index.d.ts +0 -0
  429. package/{cjs → types}/checkbox/checkbox-context.d.ts +0 -0
  430. package/{cjs → types}/checkbox/checkbox-group.d.ts +0 -0
  431. package/{cjs → types}/checkbox/checkbox.d.ts +3 -3
  432. package/{esm/input/input.styles.d.ts → types/checkbox/checkbox.styles.d.ts} +181 -986
  433. package/{cjs → types}/checkbox/index.d.ts +1 -1
  434. package/{cjs → types}/code/code.d.ts +0 -0
  435. package/{esm → types}/code/code.styles.d.ts +16 -0
  436. package/{cjs → types}/code/index.d.ts +0 -0
  437. package/{cjs → types}/col/col.d.ts +0 -0
  438. package/{esm → types}/col/col.styles.d.ts +8 -0
  439. package/{cjs → types}/col/index.d.ts +0 -0
  440. package/{cjs → types}/collapse/collapse-context.d.ts +0 -0
  441. package/{cjs → types}/collapse/collapse-group.d.ts +0 -0
  442. package/{cjs → types}/collapse/collapse-icon.d.ts +0 -0
  443. package/{cjs → types}/collapse/collapse.d.ts +0 -0
  444. package/{esm → types}/collapse/collapse.styles.d.ts +42 -2
  445. package/{cjs → types}/collapse/index.d.ts +0 -0
  446. package/{cjs → types}/container/container.d.ts +0 -0
  447. package/{esm → types}/container/container.styles.d.ts +8 -0
  448. package/{cjs → types}/container/index.d.ts +0 -0
  449. package/{cjs → types}/css-baseline/css-baseline.d.ts +0 -0
  450. package/{cjs → types}/css-baseline/index.d.ts +0 -0
  451. package/{cjs → types}/divider/divider.d.ts +0 -0
  452. package/{esm → types}/divider/divider.styles.d.ts +16 -0
  453. package/{cjs → types}/divider/index.d.ts +0 -0
  454. package/{cjs → types}/grid/grid-container.d.ts +0 -0
  455. package/{cjs → types}/grid/grid-item.d.ts +0 -0
  456. package/{cjs → types}/grid/grid.d.ts +0 -0
  457. package/{cjs → types}/grid/grid.styles.d.ts +16 -0
  458. package/{cjs → types}/grid/index.d.ts +0 -0
  459. package/{cjs → types}/image/image.d.ts +0 -0
  460. package/{cjs → types}/image/image.skeleton.d.ts +0 -0
  461. package/{esm → types}/image/image.styles.d.ts +25 -1
  462. package/{cjs → types}/image/index.d.ts +0 -0
  463. package/{cjs → types}/index.d.ts +4 -0
  464. package/{cjs → types}/input/index.d.ts +0 -0
  465. package/{esm → types}/input/input-password.d.ts +1 -1
  466. package/{cjs → types}/input/input-props.d.ts +0 -0
  467. package/{cjs → types}/input/input.d.ts +0 -0
  468. package/{cjs → types}/input/input.styles.d.ts +93 -5
  469. package/{cjs → types}/input/password-icon.d.ts +0 -0
  470. package/{cjs → types}/link/icon.d.ts +0 -0
  471. package/{cjs → types}/link/index.d.ts +0 -0
  472. package/{cjs → types}/link/link.d.ts +1 -1
  473. package/{cjs → types}/link/link.styles.d.ts +17 -1
  474. package/{cjs → types}/loading/index.d.ts +0 -0
  475. package/{cjs → types}/loading/loading.d.ts +0 -0
  476. package/{esm → types}/loading/loading.styles.d.ts +48 -0
  477. package/{cjs → types}/loading/spinner.d.ts +0 -0
  478. package/{cjs → types}/modal/index.d.ts +0 -0
  479. package/{cjs → types}/modal/modal-body.d.ts +0 -0
  480. package/{cjs → types}/modal/modal-close-button.d.ts +0 -0
  481. package/{cjs → types}/modal/modal-context.d.ts +0 -0
  482. package/{cjs → types}/modal/modal-footer.d.ts +0 -0
  483. package/{cjs → types}/modal/modal-header.d.ts +0 -0
  484. package/{cjs → types}/modal/modal-wrapper.d.ts +0 -0
  485. package/{cjs → types}/modal/modal.d.ts +0 -0
  486. package/{cjs → types}/modal/modal.styles.d.ts +49 -1
  487. package/{cjs → types}/modal/use-modal.d.ts +0 -0
  488. package/{cjs → types}/pagination/index.d.ts +0 -0
  489. package/{cjs → types}/pagination/pagination-ellipsis.d.ts +0 -0
  490. package/{esm → types}/pagination/pagination-highlight.d.ts +2 -1
  491. package/{cjs → types}/pagination/pagination-icon.d.ts +0 -0
  492. package/{cjs → types}/pagination/pagination-item.d.ts +0 -0
  493. package/{cjs → types}/pagination/pagination.d.ts +0 -0
  494. package/{esm → types}/pagination/pagination.styles.d.ts +53 -5
  495. package/{cjs → types}/progress/index.d.ts +0 -0
  496. package/{esm → types}/progress/progress.d.ts +2 -2
  497. package/{esm → types}/progress/progress.styles.d.ts +17 -1
  498. package/{cjs → types}/radio/index.d.ts +0 -0
  499. package/{cjs → types}/radio/radio-context.d.ts +0 -0
  500. package/{cjs → types}/radio/radio-group.d.ts +0 -0
  501. package/{cjs → types}/radio/radio.d.ts +0 -0
  502. package/{cjs → types}/radio/radio.styles.d.ts +51 -3
  503. package/{cjs → types}/row/index.d.ts +0 -0
  504. package/{cjs → types}/row/row.d.ts +0 -0
  505. package/{esm → types}/row/row.styles.d.ts +8 -0
  506. package/{cjs → types}/snippet/index.d.ts +0 -0
  507. package/{cjs → types}/snippet/snippet-icon.d.ts +0 -0
  508. package/{cjs → types}/snippet/snippet.d.ts +0 -0
  509. package/{esm → types}/snippet/snippet.styles.d.ts +33 -1
  510. package/{cjs → types}/spacer/index.d.ts +0 -0
  511. package/{esm → types}/spacer/spacer.d.ts +1 -1
  512. package/{cjs → types}/spacer/spacer.styles.d.ts +9 -1
  513. package/{cjs → types}/switch/index.d.ts +0 -0
  514. package/{esm → types}/switch/switch.d.ts +1 -1
  515. package/{cjs → types}/switch/switch.styles.d.ts +33 -1
  516. package/types/table/base/index.d.ts +5 -0
  517. package/types/table/base/table-body.d.ts +8 -0
  518. package/types/table/base/table-cell.d.ts +8 -0
  519. package/types/table/base/table-column.d.ts +8 -0
  520. package/types/table/base/table-header.d.ts +4 -0
  521. package/types/table/base/table-row.d.ts +8 -0
  522. package/types/table/index.d.ts +12 -0
  523. package/types/table/table-body.d.ts +20 -0
  524. package/types/table/table-cell-old.d.ts +22 -0
  525. package/types/table/table-cell.d.ts +20 -0
  526. package/types/table/table-checkbox-cell.d.ts +23 -0
  527. package/{esm/utils/drip.d.ts → types/table/table-column-header.d.ts} +79 -30
  528. package/types/table/table-column.d.ts +17 -0
  529. package/types/table/table-context.d.ts +29 -0
  530. package/types/table/table-footer.d.ts +31 -0
  531. package/types/table/table-header-row.d.ts +19 -0
  532. package/types/table/table-old.d.ts +49 -0
  533. package/types/table/table-pagination.d.ts +16 -0
  534. package/{esm/code/code.d.ts → types/table/table-row-group.d.ts} +4 -5
  535. package/types/table/table-row.d.ts +20 -0
  536. package/types/table/table-select-all-checkbox.d.ts +20 -0
  537. package/{cjs/button/button-icon.d.ts → types/table/table-sort-icon.d.ts} +20 -18
  538. package/types/table/table-types.d.ts +30 -0
  539. package/types/table/table.d.ts +28 -0
  540. package/{cjs/checkbox/checkbox.styles.d.ts → types/table/table.styles.d.ts} +6795 -48
  541. package/types/table/utils.d.ts +2 -0
  542. package/{cjs → types}/text/child.d.ts +0 -0
  543. package/{cjs → types}/text/index.d.ts +0 -0
  544. package/{cjs → types}/text/text.d.ts +0 -0
  545. package/{cjs → types}/text/text.styles.d.ts +8 -0
  546. package/{cjs → types}/textarea/index.d.ts +0 -0
  547. package/{cjs → types}/textarea/textarea.d.ts +0 -0
  548. package/{cjs → types}/textarea/utils.d.ts +0 -0
  549. package/{cjs → types}/theme/common.d.ts +16 -0
  550. package/{cjs → types}/theme/dark-theme.d.ts +10 -0
  551. package/{cjs → types}/theme/light-theme.d.ts +0 -0
  552. package/types/theme/ssr-provider.d.ts +7 -0
  553. package/{cjs → types}/theme/stitches.config.d.ts +1022 -1
  554. package/{cjs → types}/theme/theme-context.d.ts +0 -0
  555. package/{cjs → types}/theme/theme-provider.d.ts +0 -0
  556. package/{cjs → types}/theme/types.d.ts +0 -0
  557. package/{cjs → types}/theme/utils.d.ts +0 -0
  558. package/{cjs → types}/tooltip/index.d.ts +0 -0
  559. package/{cjs → types}/tooltip/placement.d.ts +0 -0
  560. package/{cjs → types}/tooltip/tooltip-content.d.ts +0 -0
  561. package/{esm → types}/tooltip/tooltip.d.ts +1 -1
  562. package/{esm → types}/tooltip/tooltip.styles.d.ts +34 -2
  563. package/{cjs → types}/use-body-scroll/index.d.ts +0 -0
  564. package/{cjs → types}/use-body-scroll/use-body-scroll.d.ts +0 -0
  565. package/{cjs → types}/use-click-anywhere/index.d.ts +0 -0
  566. package/{cjs → types}/use-click-anywhere/use-click-anywhere.d.ts +0 -0
  567. package/{cjs → types}/use-click-away/index.d.ts +0 -0
  568. package/{cjs → types}/use-click-away/use-click-away.d.ts +0 -0
  569. package/{cjs → types}/use-clipboard/index.d.ts +0 -0
  570. package/{cjs → types}/use-clipboard/use-clipboard.d.ts +0 -0
  571. package/{cjs → types}/use-current-state/index.d.ts +0 -0
  572. package/{cjs → types}/use-current-state/use-current-state.d.ts +0 -0
  573. package/{cjs → types}/use-drip/index.d.ts +0 -0
  574. package/{cjs → types}/use-drip/use-drip.d.ts +0 -0
  575. package/{cjs → types}/use-input/index.d.ts +0 -0
  576. package/{cjs → types}/use-input/use-input.d.ts +0 -0
  577. package/types/use-keyboard/codes.d.ts +92 -0
  578. package/{cjs → types}/use-keyboard/helper.d.ts +0 -0
  579. package/{cjs → types}/use-keyboard/index.d.ts +0 -0
  580. package/{cjs → types}/use-keyboard/use-keyboard.d.ts +0 -0
  581. package/{cjs → types}/use-pagination/index.d.ts +0 -0
  582. package/{cjs → types}/use-portal/index.d.ts +0 -0
  583. package/{cjs → types}/use-portal/use-portal.d.ts +0 -0
  584. package/{cjs → types}/use-real-shape/index.d.ts +0 -0
  585. package/{cjs → types}/use-real-shape/use-real-shape.d.ts +0 -0
  586. package/{cjs → types}/use-resize/index.d.ts +0 -0
  587. package/{cjs → types}/use-resize/use-resize.d.ts +0 -0
  588. package/{cjs → types}/use-ssr/index.d.ts +0 -0
  589. package/{cjs → types}/use-ssr/use-ssr.d.ts +0 -0
  590. package/{cjs → types}/use-theme/index.d.ts +0 -0
  591. package/{cjs → types}/use-theme/use-theme.d.ts +0 -0
  592. package/{cjs → types}/use-warning/index.d.ts +0 -0
  593. package/{cjs → types}/use-warning/use-warning.d.ts +0 -0
  594. package/types/user/index.d.ts +5 -0
  595. package/types/user/user-link.d.ts +15 -0
  596. package/{esm → types}/user/user.d.ts +2 -2
  597. package/{cjs → types}/user/user.styles.d.ts +41 -7
  598. package/{cjs → types}/utils/assertion.d.ts +0 -0
  599. package/{cjs → types}/utils/clear-icon.d.ts +0 -0
  600. package/{cjs → types}/utils/clsx.d.ts +0 -0
  601. package/{cjs → types}/utils/collections.d.ts +2 -1
  602. package/{cjs → types}/utils/color.d.ts +0 -0
  603. package/{cjs → types}/utils/css-transition.d.ts +0 -0
  604. package/{cjs → types}/utils/deep-merge.d.ts +0 -0
  605. package/{cjs → types}/utils/dimensions.d.ts +0 -0
  606. package/{cjs → types}/utils/drip.d.ts +8 -0
  607. package/{cjs → types}/utils/expand.d.ts +0 -0
  608. package/{cjs → types}/utils/numbers.d.ts +0 -0
  609. package/{cjs → types}/utils/object.d.ts +4 -0
  610. package/{esm → types}/utils/prop-types.d.ts +7 -0
  611. package/{cjs → types}/utils/with-defaults.d.ts +0 -0
  612. package/umd/nextui.js +30819 -10604
  613. package/umd/nextui.min.js +1 -1
  614. package/umd/nextui.min.js.LICENSE.txt +15 -0
  615. package/cjs/avatar/avatar.styles.d.ts +0 -937
  616. package/cjs/button/button.styles.d.ts +0 -940
  617. package/cjs/code/code.styles.d.ts +0 -1848
  618. package/cjs/col/col.styles.d.ts +0 -926
  619. package/cjs/collapse/collapse.styles.d.ts +0 -4637
  620. package/cjs/container/container.styles.d.ts +0 -929
  621. package/cjs/divider/divider.styles.d.ts +0 -1853
  622. package/cjs/image/image.styles.d.ts +0 -2775
  623. package/cjs/input/input-password.d.ts +0 -98
  624. package/cjs/loading/loading.styles.d.ts +0 -5554
  625. package/cjs/pagination/pagination-highlight.d.ts +0 -14
  626. package/cjs/pagination/pagination.styles.d.ts +0 -5567
  627. package/cjs/progress/progress.d.ts +0 -65
  628. package/cjs/progress/progress.styles.d.ts +0 -1859
  629. package/cjs/row/row.styles.d.ts +0 -928
  630. package/cjs/snippet/snippet.styles.d.ts +0 -3702
  631. package/cjs/spacer/spacer.d.ts +0 -41
  632. package/cjs/switch/switch.d.ts +0 -82
  633. package/cjs/tooltip/tooltip.d.ts +0 -59
  634. package/cjs/tooltip/tooltip.styles.d.ts +0 -3703
  635. package/cjs/use-keyboard/codes.d.ts +0 -92
  636. package/cjs/user/index.d.ts +0 -6
  637. package/cjs/user/user-link.d.ts +0 -32
  638. package/cjs/user/user.d.ts +0 -35
  639. package/cjs/utils/prop-types.d.ts +0 -54
  640. package/esm/avatar/avatar-group.d.ts +0 -13
  641. package/esm/avatar/avatar-group.styles.d.ts +0 -1851
  642. package/esm/avatar/avatar.d.ts +0 -21
  643. package/esm/avatar/index.d.ts +0 -7
  644. package/esm/backdrop/backdrop.d.ts +0 -37
  645. package/esm/backdrop/index.d.ts +0 -5
  646. package/esm/button/button-group-context.d.ts +0 -20
  647. package/esm/button/button-group.d.ts +0 -34
  648. package/esm/button/button-group.styles.d.ts +0 -932
  649. package/esm/button/button.d.ts +0 -30
  650. package/esm/button/button.styles.d.ts +0 -940
  651. package/esm/button/index.d.ts +0 -10
  652. package/esm/button/utils.d.ts +0 -4
  653. package/esm/card/card.d.ts +0 -23
  654. package/esm/card/card.styles.d.ts +0 -3707
  655. package/esm/card/index.d.ts +0 -5
  656. package/esm/checkbox/checkbox-context.d.ts +0 -13
  657. package/esm/checkbox/checkbox-group.d.ts +0 -29
  658. package/esm/checkbox/checkbox.d.ts +0 -58
  659. package/esm/checkbox/checkbox.styles.d.ts +0 -8351
  660. package/esm/checkbox/index.d.ts +0 -6
  661. package/esm/code/index.d.ts +0 -5
  662. package/esm/col/col.d.ts +0 -20
  663. package/esm/col/index.d.ts +0 -5
  664. package/esm/collapse/collapse-context.d.ts +0 -9
  665. package/esm/collapse/collapse-group.d.ts +0 -18
  666. package/esm/collapse/collapse-icon.d.ts +0 -19
  667. package/esm/collapse/collapse.d.ts +0 -43
  668. package/esm/collapse/index.d.ts +0 -6
  669. package/esm/container/container.d.ts +0 -40
  670. package/esm/container/index.d.ts +0 -5
  671. package/esm/css-baseline/css-baseline.d.ts +0 -9
  672. package/esm/css-baseline/index.d.ts +0 -1
  673. package/esm/divider/divider.d.ts +0 -22
  674. package/esm/divider/index.d.ts +0 -5
  675. package/esm/grid/grid-container.d.ts +0 -22
  676. package/esm/grid/grid-item.d.ts +0 -37
  677. package/esm/grid/grid.d.ts +0 -9
  678. package/esm/grid/grid.styles.d.ts +0 -1849
  679. package/esm/grid/index.d.ts +0 -7
  680. package/esm/image/image.d.ts +0 -29
  681. package/esm/image/image.skeleton.d.ts +0 -19
  682. package/esm/image/index.d.ts +0 -5
  683. package/esm/index.d.ts +0 -79
  684. package/esm/input/index.d.ts +0 -7
  685. package/esm/input/input-props.d.ts +0 -66
  686. package/esm/input/input.d.ts +0 -18
  687. package/esm/input/password-icon.d.ts +0 -6
  688. package/esm/link/icon.d.ts +0 -4
  689. package/esm/link/index.d.ts +0 -5
  690. package/esm/link/link.d.ts +0 -43
  691. package/esm/link/link.styles.d.ts +0 -1854
  692. package/esm/loading/index.d.ts +0 -7
  693. package/esm/loading/loading.d.ts +0 -24
  694. package/esm/loading/spinner.d.ts +0 -17
  695. package/esm/modal/index.d.ts +0 -8
  696. package/esm/modal/modal-body.d.ts +0 -45
  697. package/esm/modal/modal-close-button.d.ts +0 -13
  698. package/esm/modal/modal-context.d.ts +0 -8
  699. package/esm/modal/modal-footer.d.ts +0 -24
  700. package/esm/modal/modal-header.d.ts +0 -24
  701. package/esm/modal/modal-wrapper.d.ts +0 -24
  702. package/esm/modal/modal.d.ts +0 -42
  703. package/esm/modal/modal.styles.d.ts +0 -5560
  704. package/esm/modal/use-modal.d.ts +0 -11
  705. package/esm/pagination/index.d.ts +0 -7
  706. package/esm/pagination/pagination-ellipsis.d.ts +0 -11
  707. package/esm/pagination/pagination-icon.d.ts +0 -16
  708. package/esm/pagination/pagination-item.d.ts +0 -22
  709. package/esm/pagination/pagination.d.ts +0 -46
  710. package/esm/progress/index.d.ts +0 -5
  711. package/esm/radio/index.d.ts +0 -4
  712. package/esm/radio/radio-context.d.ts +0 -13
  713. package/esm/radio/radio-group.d.ts +0 -30
  714. package/esm/radio/radio.d.ts +0 -45
  715. package/esm/radio/radio.styles.d.ts +0 -5555
  716. package/esm/row/index.d.ts +0 -5
  717. package/esm/row/row.d.ts +0 -21
  718. package/esm/snippet/index.d.ts +0 -5
  719. package/esm/snippet/snippet-icon.d.ts +0 -21
  720. package/esm/snippet/snippet.d.ts +0 -35
  721. package/esm/spacer/index.d.ts +0 -5
  722. package/esm/spacer/spacer.styles.d.ts +0 -927
  723. package/esm/switch/index.d.ts +0 -5
  724. package/esm/switch/switch.styles.d.ts +0 -3708
  725. package/esm/text/child.d.ts +0 -23
  726. package/esm/text/index.d.ts +0 -4
  727. package/esm/text/text.d.ts +0 -59
  728. package/esm/text/text.styles.d.ts +0 -927
  729. package/esm/textarea/index.d.ts +0 -3
  730. package/esm/textarea/textarea.d.ts +0 -42
  731. package/esm/textarea/utils.d.ts +0 -13
  732. package/esm/theme/common.d.ts +0 -1644
  733. package/esm/theme/dark-theme.d.ts +0 -33
  734. package/esm/theme/light-theme.d.ts +0 -28
  735. package/esm/theme/stitches.config.d.ts +0 -9004
  736. package/esm/theme/theme-context.d.ts +0 -5
  737. package/esm/theme/theme-provider.d.ts +0 -14
  738. package/esm/theme/types.d.ts +0 -76
  739. package/esm/theme/utils.d.ts +0 -16
  740. package/esm/tooltip/index.d.ts +0 -6
  741. package/esm/tooltip/placement.d.ts +0 -39
  742. package/esm/tooltip/tooltip-content.d.ts +0 -27
  743. package/esm/use-body-scroll/index.d.ts +0 -3
  744. package/esm/use-body-scroll/use-body-scroll.d.ts +0 -9
  745. package/esm/use-click-anywhere/index.d.ts +0 -2
  746. package/esm/use-click-anywhere/use-click-anywhere.d.ts +0 -2
  747. package/esm/use-click-away/index.d.ts +0 -2
  748. package/esm/use-click-away/use-click-away.d.ts +0 -3
  749. package/esm/use-clipboard/index.d.ts +0 -3
  750. package/esm/use-clipboard/use-clipboard.d.ts +0 -8
  751. package/esm/use-current-state/index.d.ts +0 -2
  752. package/esm/use-current-state/use-current-state.d.ts +0 -8
  753. package/esm/use-drip/index.d.ts +0 -2
  754. package/esm/use-drip/use-drip.d.ts +0 -9
  755. package/esm/use-input/index.d.ts +0 -2
  756. package/esm/use-input/use-input.d.ts +0 -13
  757. package/esm/use-keyboard/codes.d.ts +0 -92
  758. package/esm/use-keyboard/helper.d.ts +0 -3
  759. package/esm/use-keyboard/index.d.ts +0 -5
  760. package/esm/use-keyboard/use-keyboard.d.ts +0 -22
  761. package/esm/use-pagination/index.d.ts +0 -20
  762. package/esm/use-portal/index.d.ts +0 -2
  763. package/esm/use-portal/use-portal.d.ts +0 -2
  764. package/esm/use-real-shape/index.d.ts +0 -2
  765. package/esm/use-real-shape/use-real-shape.d.ts +0 -9
  766. package/esm/use-resize/index.d.ts +0 -2
  767. package/esm/use-resize/use-resize.d.ts +0 -2
  768. package/esm/use-ssr/index.d.ts +0 -2
  769. package/esm/use-ssr/use-ssr.d.ts +0 -6
  770. package/esm/use-theme/index.d.ts +0 -2
  771. package/esm/use-theme/use-theme.d.ts +0 -3
  772. package/esm/use-warning/index.d.ts +0 -2
  773. package/esm/use-warning/use-warning.d.ts +0 -2
  774. package/esm/user/index.d.ts +0 -6
  775. package/esm/user/user-link.d.ts +0 -32
  776. package/esm/user/user.styles.d.ts +0 -4621
  777. package/esm/utils/assertion.d.ts +0 -8
  778. package/esm/utils/clear-icon.d.ts +0 -16
  779. package/esm/utils/clsx.d.ts +0 -1
  780. package/esm/utils/collections.d.ts +0 -12
  781. package/esm/utils/color.d.ts +0 -28
  782. package/esm/utils/css-transition.d.ts +0 -27
  783. package/esm/utils/deep-merge.d.ts +0 -1
  784. package/esm/utils/dimensions.d.ts +0 -1
  785. package/esm/utils/expand.d.ts +0 -20
  786. package/esm/utils/numbers.d.ts +0 -9
  787. package/esm/utils/object.d.ts +0 -11
  788. package/esm/utils/with-defaults.d.ts +0 -3
@@ -1,12 +1,8 @@
1
1
  import { VariantProps } from '../theme/stitches.config';
2
- export declare const StyledInputMainContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
3
- color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
4
- status?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
5
- helperColor?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
6
- borderWeight?: "light" | "normal" | "bold" | "extrabold" | "black" | undefined;
2
+ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-component").StyledComponent<"label", {
7
3
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
8
- rounded?: boolean | "true" | undefined;
9
4
  disabled?: boolean | "true" | undefined;
5
+ animated?: boolean | "false" | undefined;
10
6
  }, {
11
7
  xs: string;
12
8
  sm: string;
@@ -141,18 +137,23 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
141
137
  primaryLight: string;
142
138
  primary: string;
143
139
  primaryDark: string;
140
+ primaryShadow: string;
144
141
  secondaryLight: string;
145
142
  secondary: string;
146
143
  secondaryDark: string;
144
+ secondaryShadow: string;
147
145
  successLight: string;
148
146
  success: string;
149
147
  successDark: string;
148
+ successShadow: string;
150
149
  warningLight: string;
151
150
  warning: string;
152
151
  warningDark: string;
152
+ warningShadow: string;
153
153
  errorLight: string;
154
154
  error: string;
155
155
  errorDark: string;
156
+ errorShadow: string;
156
157
  gradient: string;
157
158
  link: string;
158
159
  };
@@ -928,14 +929,75 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
928
929
  backgroundImage: string;
929
930
  WebkitBackgroundClip: string;
930
931
  WebkitTextFillColor: string;
932
+ '&::selection': {
933
+ WebkitTextFillColor: string;
934
+ };
931
935
  };
932
936
  }>>;
933
- export declare const StyledInputContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
934
- isTextarea?: boolean | "false" | undefined;
935
- focused?: boolean | "true" | undefined;
936
- isReadOnly?: boolean | "false" | undefined;
937
- underlined?: boolean | "true" | undefined;
938
- animated?: boolean | "true" | "false" | undefined;
937
+ export declare const StyledCheckboxContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", import("@stitches/react/types/styled-component").StyledComponentProps<[{
938
+ br: string;
939
+ position: string;
940
+ sizeMin: string;
941
+ opacity: number;
942
+ transition: string;
943
+ zIndex: string;
944
+ '@motion': {
945
+ transition: string;
946
+ };
947
+ variants: {
948
+ color: {
949
+ default: {
950
+ $$checkboxColor: string;
951
+ $$checkboxColorHover: string;
952
+ };
953
+ primary: {
954
+ $$checkboxColor: string;
955
+ $$checkboxColorHover: string;
956
+ };
957
+ secondary: {
958
+ $$checkboxColor: string;
959
+ $$checkboxColorHover: string;
960
+ };
961
+ success: {
962
+ $$checkboxColor: string;
963
+ $$checkboxColorHover: string;
964
+ };
965
+ warning: {
966
+ $$checkboxColor: string;
967
+ $$checkboxColorHover: string;
968
+ };
969
+ error: {
970
+ $$checkboxColor: string;
971
+ $$checkboxColorHover: string;
972
+ };
973
+ gradient: {
974
+ $$checkboxColor: string;
975
+ $$checkboxColorHover: string;
976
+ };
977
+ };
978
+ rounded: {
979
+ true: {
980
+ br: string;
981
+ };
982
+ };
983
+ disabled: {
984
+ true: {
985
+ opacity: number;
986
+ cursor: string;
987
+ };
988
+ };
989
+ animated: {
990
+ false: {
991
+ transition: string;
992
+ };
993
+ };
994
+ };
995
+ defaultVariants: {
996
+ color: "default";
997
+ };
998
+ }, import("@stitches/react/types/styled-component").CssComponent<never, {
999
+ animated?: boolean | "false" | undefined;
1000
+ isFocusVisible?: boolean | "false" | "true" | undefined;
939
1001
  }, {
940
1002
  xs: string;
941
1003
  sm: string;
@@ -1070,18 +1132,23 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
1070
1132
  primaryLight: string;
1071
1133
  primary: string;
1072
1134
  primaryDark: string;
1135
+ primaryShadow: string;
1073
1136
  secondaryLight: string;
1074
1137
  secondary: string;
1075
1138
  secondaryDark: string;
1139
+ secondaryShadow: string;
1076
1140
  successLight: string;
1077
1141
  success: string;
1078
1142
  successDark: string;
1143
+ successShadow: string;
1079
1144
  warningLight: string;
1080
1145
  warning: string;
1081
1146
  warningDark: string;
1147
+ warningShadow: string;
1082
1148
  errorLight: string;
1083
1149
  error: string;
1084
1150
  errorDark: string;
1151
+ errorShadow: string;
1085
1152
  gradient: string;
1086
1153
  link: string;
1087
1154
  };
@@ -1857,17 +1924,11 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
1857
1924
  backgroundImage: string;
1858
1925
  WebkitBackgroundClip: string;
1859
1926
  WebkitTextFillColor: string;
1927
+ '&::selection': {
1928
+ WebkitTextFillColor: string;
1929
+ };
1860
1930
  };
1861
- }>>;
1862
- export declare const StyledInput: import("@stitches/react/types/styled-component").StyledComponent<"input", {
1863
- isTextarea?: boolean | "true" | undefined;
1864
- focused?: boolean | "true" | undefined;
1865
- bordered?: boolean | "true" | undefined;
1866
- rounded?: boolean | "true" | undefined;
1867
- animated?: boolean | "false" | undefined;
1868
- hasLeftContent?: boolean | "true" | undefined;
1869
- hasRightContent?: boolean | "true" | undefined;
1870
- }, {
1931
+ }>>]>, {
1871
1932
  xs: string;
1872
1933
  sm: string;
1873
1934
  md: string;
@@ -2001,18 +2062,23 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
2001
2062
  primaryLight: string;
2002
2063
  primary: string;
2003
2064
  primaryDark: string;
2065
+ primaryShadow: string;
2004
2066
  secondaryLight: string;
2005
2067
  secondary: string;
2006
2068
  secondaryDark: string;
2069
+ secondaryShadow: string;
2007
2070
  successLight: string;
2008
2071
  success: string;
2009
2072
  successDark: string;
2073
+ successShadow: string;
2010
2074
  warningLight: string;
2011
2075
  warning: string;
2012
2076
  warningDark: string;
2077
+ warningShadow: string;
2013
2078
  errorLight: string;
2014
2079
  error: string;
2015
2080
  errorDark: string;
2081
+ errorShadow: string;
2016
2082
  gradient: string;
2017
2083
  link: string;
2018
2084
  };
@@ -2788,17 +2854,15 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
2788
2854
  backgroundImage: string;
2789
2855
  WebkitBackgroundClip: string;
2790
2856
  WebkitTextFillColor: string;
2857
+ '&::selection': {
2858
+ WebkitTextFillColor: string;
2859
+ };
2791
2860
  };
2792
2861
  }>>;
2793
- export declare const StyledInputWrapper: import("@stitches/react/types/styled-component").StyledComponent<"div", {
2794
- focused?: boolean | "true" | undefined;
2795
- isReadOnly?: boolean | "true" | undefined;
2796
- bordered?: boolean | "true" | undefined;
2797
- shadow?: boolean | "true" | undefined;
2798
- disabled?: boolean | "true" | undefined;
2799
- underlined?: boolean | "true" | "false" | undefined;
2862
+ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/styled-component").StyledComponent<"div", {
2863
+ indeterminate?: boolean | "true" | undefined;
2864
+ checked?: boolean | "true" | undefined;
2800
2865
  animated?: boolean | "false" | undefined;
2801
- isTextarea?: boolean | "true" | "false" | undefined;
2802
2866
  }, {
2803
2867
  xs: string;
2804
2868
  sm: string;
@@ -2933,18 +2997,23 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
2933
2997
  primaryLight: string;
2934
2998
  primary: string;
2935
2999
  primaryDark: string;
3000
+ primaryShadow: string;
2936
3001
  secondaryLight: string;
2937
3002
  secondary: string;
2938
3003
  secondaryDark: string;
3004
+ secondaryShadow: string;
2939
3005
  successLight: string;
2940
3006
  success: string;
2941
3007
  successDark: string;
3008
+ successShadow: string;
2942
3009
  warningLight: string;
2943
3010
  warning: string;
2944
3011
  warningDark: string;
3012
+ warningShadow: string;
2945
3013
  errorLight: string;
2946
3014
  error: string;
2947
3015
  errorDark: string;
3016
+ errorShadow: string;
2948
3017
  gradient: string;
2949
3018
  link: string;
2950
3019
  };
@@ -3720,11 +3789,15 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
3720
3789
  backgroundImage: string;
3721
3790
  WebkitBackgroundClip: string;
3722
3791
  WebkitTextFillColor: string;
3792
+ '&::selection': {
3793
+ WebkitTextFillColor: string;
3794
+ };
3723
3795
  };
3724
3796
  }>>;
3725
- export declare const StyledHelperTextContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
3726
- animated?: boolean | "true" | "false" | undefined;
3727
- withValue?: boolean | "true" | undefined;
3797
+ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/styled-component").StyledComponent<"div", {
3798
+ indeterminate?: boolean | "true" | undefined;
3799
+ checked?: boolean | "true" | undefined;
3800
+ animated?: boolean | "false" | undefined;
3728
3801
  }, {
3729
3802
  xs: string;
3730
3803
  sm: string;
@@ -3859,18 +3932,23 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
3859
3932
  primaryLight: string;
3860
3933
  primary: string;
3861
3934
  primaryDark: string;
3935
+ primaryShadow: string;
3862
3936
  secondaryLight: string;
3863
3937
  secondary: string;
3864
3938
  secondaryDark: string;
3939
+ secondaryShadow: string;
3865
3940
  successLight: string;
3866
3941
  success: string;
3867
3942
  successDark: string;
3943
+ successShadow: string;
3868
3944
  warningLight: string;
3869
3945
  warning: string;
3870
3946
  warningDark: string;
3947
+ warningShadow: string;
3871
3948
  errorLight: string;
3872
3949
  error: string;
3873
3950
  errorDark: string;
3951
+ errorShadow: string;
3874
3952
  gradient: string;
3875
3953
  link: string;
3876
3954
  };
@@ -4646,9 +4724,17 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
4646
4724
  backgroundImage: string;
4647
4725
  WebkitBackgroundClip: string;
4648
4726
  WebkitTextFillColor: string;
4727
+ '&::selection': {
4728
+ WebkitTextFillColor: string;
4729
+ };
4649
4730
  };
4650
4731
  }>>;
4651
- export declare const StyledHelperText: import("@stitches/react/types/styled-component").StyledComponent<"p", {}, {
4732
+ export declare const StyledIconCheck: import("@stitches/react/types/styled-component").StyledComponent<"i", {
4733
+ indeterminate?: boolean | "false" | "true" | undefined;
4734
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
4735
+ checked?: boolean | "true" | undefined;
4736
+ animated?: boolean | "false" | undefined;
4737
+ }, {
4652
4738
  xs: string;
4653
4739
  sm: string;
4654
4740
  md: string;
@@ -4782,18 +4868,23 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
4782
4868
  primaryLight: string;
4783
4869
  primary: string;
4784
4870
  primaryDark: string;
4871
+ primaryShadow: string;
4785
4872
  secondaryLight: string;
4786
4873
  secondary: string;
4787
4874
  secondaryDark: string;
4875
+ secondaryShadow: string;
4788
4876
  successLight: string;
4789
4877
  success: string;
4790
4878
  successDark: string;
4879
+ successShadow: string;
4791
4880
  warningLight: string;
4792
4881
  warning: string;
4793
4882
  warningDark: string;
4883
+ warningShadow: string;
4794
4884
  errorLight: string;
4795
4885
  error: string;
4796
4886
  errorDark: string;
4887
+ errorShadow: string;
4797
4888
  gradient: string;
4798
4889
  link: string;
4799
4890
  };
@@ -5569,9 +5660,15 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
5569
5660
  backgroundImage: string;
5570
5661
  WebkitBackgroundClip: string;
5571
5662
  WebkitTextFillColor: string;
5663
+ '&::selection': {
5664
+ WebkitTextFillColor: string;
5665
+ };
5572
5666
  };
5573
5667
  }>>;
5574
- export declare const StyledInputPlaceholder: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
5668
+ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-component").StyledComponent<"div", {
5669
+ checked?: boolean | "true" | undefined;
5670
+ animated?: boolean | "false" | undefined;
5671
+ }, {
5575
5672
  xs: string;
5576
5673
  sm: string;
5577
5674
  md: string;
@@ -5705,18 +5802,23 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
5705
5802
  primaryLight: string;
5706
5803
  primary: string;
5707
5804
  primaryDark: string;
5805
+ primaryShadow: string;
5708
5806
  secondaryLight: string;
5709
5807
  secondary: string;
5710
5808
  secondaryDark: string;
5809
+ secondaryShadow: string;
5711
5810
  successLight: string;
5712
5811
  success: string;
5713
5812
  successDark: string;
5813
+ successShadow: string;
5714
5814
  warningLight: string;
5715
5815
  warning: string;
5716
5816
  warningDark: string;
5817
+ warningShadow: string;
5717
5818
  errorLight: string;
5718
5819
  error: string;
5719
5820
  errorDark: string;
5821
+ errorShadow: string;
5720
5822
  gradient: string;
5721
5823
  link: string;
5722
5824
  };
@@ -6492,18 +6594,17 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
6492
6594
  backgroundImage: string;
6493
6595
  WebkitBackgroundClip: string;
6494
6596
  WebkitTextFillColor: string;
6597
+ '&::selection': {
6598
+ WebkitTextFillColor: string;
6599
+ };
6495
6600
  };
6496
6601
  }>>;
6497
- export declare const StyledInputBlockLabel: import("@stitches/react/types/styled-component").StyledComponent<"label", {
6498
- rounded?: boolean | "true" | undefined;
6499
- asPlaceholder?: boolean | "true" | undefined;
6602
+ export declare const StyledCheckboxText: import("@stitches/react/types/styled-component").StyledComponent<"span", {
6603
+ color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
6604
+ line?: boolean | "true" | undefined;
6605
+ checked?: boolean | "true" | undefined;
6606
+ disabled?: boolean | "true" | undefined;
6500
6607
  animated?: boolean | "false" | undefined;
6501
- focused?: boolean | "true" | undefined;
6502
- underlined?: boolean | "true" | undefined;
6503
- withValue?: boolean | "true" | undefined;
6504
- isTextarea?: boolean | "true" | undefined;
6505
- bordered?: boolean | "true" | undefined;
6506
- hasContentLeft?: boolean | "true" | undefined;
6507
6608
  }, {
6508
6609
  xs: string;
6509
6610
  sm: string;
@@ -6638,18 +6739,23 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
6638
6739
  primaryLight: string;
6639
6740
  primary: string;
6640
6741
  primaryDark: string;
6742
+ primaryShadow: string;
6641
6743
  secondaryLight: string;
6642
6744
  secondary: string;
6643
6745
  secondaryDark: string;
6746
+ secondaryShadow: string;
6644
6747
  successLight: string;
6645
6748
  success: string;
6646
6749
  successDark: string;
6750
+ successShadow: string;
6647
6751
  warningLight: string;
6648
6752
  warning: string;
6649
6753
  warningDark: string;
6754
+ warningShadow: string;
6650
6755
  errorLight: string;
6651
6756
  error: string;
6652
6757
  errorDark: string;
6758
+ errorShadow: string;
6653
6759
  gradient: string;
6654
6760
  link: string;
6655
6761
  };
@@ -7425,15 +7531,12 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
7425
7531
  backgroundImage: string;
7426
7532
  WebkitBackgroundClip: string;
7427
7533
  WebkitTextFillColor: string;
7534
+ '&::selection': {
7535
+ WebkitTextFillColor: string;
7536
+ };
7428
7537
  };
7429
7538
  }>>;
7430
- export declare const StyledInputLabel: import("@stitches/react/types/styled-component").StyledComponent<"span", {
7431
- isRight?: boolean | "true" | "false" | undefined;
7432
- isDark?: boolean | "true" | undefined;
7433
- isDefaultStatus?: boolean | "true" | undefined;
7434
- underlined?: boolean | "true" | undefined;
7435
- bordered?: boolean | "true" | undefined;
7436
- }, {
7539
+ export declare const StyledCheckboxInput: import("@stitches/react/types/styled-component").StyledComponent<"input", {}, {
7437
7540
  xs: string;
7438
7541
  sm: string;
7439
7542
  md: string;
@@ -7567,18 +7670,23 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
7567
7670
  primaryLight: string;
7568
7671
  primary: string;
7569
7672
  primaryDark: string;
7673
+ primaryShadow: string;
7570
7674
  secondaryLight: string;
7571
7675
  secondary: string;
7572
7676
  secondaryDark: string;
7677
+ secondaryShadow: string;
7573
7678
  successLight: string;
7574
7679
  success: string;
7575
7680
  successDark: string;
7681
+ successShadow: string;
7576
7682
  warningLight: string;
7577
7683
  warning: string;
7578
7684
  warningDark: string;
7685
+ warningShadow: string;
7579
7686
  errorLight: string;
7580
7687
  error: string;
7581
7688
  errorDark: string;
7689
+ errorShadow: string;
7582
7690
  gradient: string;
7583
7691
  link: string;
7584
7692
  };
@@ -8354,11 +8462,14 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
8354
8462
  backgroundImage: string;
8355
8463
  WebkitBackgroundClip: string;
8356
8464
  WebkitTextFillColor: string;
8465
+ '&::selection': {
8466
+ WebkitTextFillColor: string;
8467
+ };
8357
8468
  };
8358
8469
  }>>;
8359
- export declare const StyledInputContent: import("@stitches/react/types/styled-component").StyledComponent<"span", {
8360
- applyStyles?: boolean | "true" | undefined;
8361
- clickable?: boolean | "true" | undefined;
8470
+ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-component").StyledComponent<"div", {
8471
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
8472
+ row?: boolean | "false" | "true" | undefined;
8362
8473
  }, {
8363
8474
  xs: string;
8364
8475
  sm: string;
@@ -8493,18 +8604,23 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
8493
8604
  primaryLight: string;
8494
8605
  primary: string;
8495
8606
  primaryDark: string;
8607
+ primaryShadow: string;
8496
8608
  secondaryLight: string;
8497
8609
  secondary: string;
8498
8610
  secondaryDark: string;
8611
+ secondaryShadow: string;
8499
8612
  successLight: string;
8500
8613
  success: string;
8501
8614
  successDark: string;
8615
+ successShadow: string;
8502
8616
  warningLight: string;
8503
8617
  warning: string;
8504
8618
  warningDark: string;
8619
+ warningShadow: string;
8505
8620
  errorLight: string;
8506
8621
  error: string;
8507
8622
  errorDark: string;
8623
+ errorShadow: string;
8508
8624
  gradient: string;
8509
8625
  link: string;
8510
8626
  };
@@ -9280,938 +9396,17 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
9280
9396
  backgroundImage: string;
9281
9397
  WebkitBackgroundClip: string;
9282
9398
  WebkitTextFillColor: string;
9283
- };
9284
- }>>;
9285
- export declare const StyledInputClearButton: import("@stitches/react/types/styled-component").StyledComponent<"button", {
9286
- visible?: boolean | "true" | undefined;
9287
- underlined?: boolean | "true" | undefined;
9288
- animated?: boolean | "false" | undefined;
9289
- hasContentRight?: boolean | "true" | undefined;
9290
- disabled?: boolean | "true" | undefined;
9291
- }, {
9292
- xs: string;
9293
- sm: string;
9294
- md: string;
9295
- lg: string;
9296
- xl: string;
9297
- xsMax: string;
9298
- smMax: string;
9299
- mdMax: string;
9300
- lgMax: string;
9301
- xlMax: string;
9302
- motion: string;
9303
- safari: string;
9304
- hover: string;
9305
- dark: string;
9306
- light: string;
9307
- }, import("@stitches/react/types/css-util").CSS<{
9308
- xs: string;
9309
- sm: string;
9310
- md: string;
9311
- lg: string;
9312
- xl: string;
9313
- xsMax: string;
9314
- smMax: string;
9315
- mdMax: string;
9316
- lgMax: string;
9317
- xlMax: string;
9318
- motion: string;
9319
- safari: string;
9320
- hover: string;
9321
- dark: string;
9322
- light: string;
9323
- }, {
9324
- shadows: {
9325
- xs: string;
9326
- sm: string;
9327
- md: string;
9328
- lg: string;
9329
- xl: string;
9330
- };
9331
- colors: {
9332
- accents1: string;
9333
- accents2: string;
9334
- accents3: string;
9335
- accents4: string;
9336
- accents5: string;
9337
- accents6: string;
9338
- accents7: string;
9339
- accents8: string;
9340
- accents9: string;
9341
- text: string;
9342
- background: string;
9343
- foreground: string;
9344
- codeLight: string;
9345
- code: string;
9346
- border: string;
9347
- selection: string;
9348
- white: string;
9349
- black: string;
9350
- blue100: string;
9351
- blue200: string;
9352
- blue300: string;
9353
- blue400: string;
9354
- blue500: string;
9355
- blue600: string;
9356
- blue700: string;
9357
- blue800: string;
9358
- blue900: string;
9359
- purple100: string;
9360
- purple200: string;
9361
- purple300: string;
9362
- purple400: string;
9363
- purple500: string;
9364
- purple600: string;
9365
- purple700: string;
9366
- purple800: string;
9367
- purple900: string;
9368
- green100: string;
9369
- green200: string;
9370
- green300: string;
9371
- green400: string;
9372
- green500: string;
9373
- green600: string;
9374
- green700: string;
9375
- green800: string;
9376
- green900: string;
9377
- yellow100: string;
9378
- yellow200: string;
9379
- yellow300: string;
9380
- yellow400: string;
9381
- yellow500: string;
9382
- yellow600: string;
9383
- yellow700: string;
9384
- yellow800: string;
9385
- yellow900: string;
9386
- red100: string;
9387
- red200: string;
9388
- red300: string;
9389
- red400: string;
9390
- red500: string;
9391
- red600: string;
9392
- red700: string;
9393
- red800: string;
9394
- red900: string;
9395
- cyan100: string;
9396
- cyan200: string;
9397
- cyan300: string;
9398
- cyan400: string;
9399
- cyan500: string;
9400
- cyan600: string;
9401
- cyan700: string;
9402
- cyan800: string;
9403
- cyan900: string;
9404
- pink100: string;
9405
- pink200: string;
9406
- pink300: string;
9407
- pink400: string;
9408
- pink500: string;
9409
- pink600: string;
9410
- pink700: string;
9411
- pink800: string;
9412
- pink900: string;
9413
- gray100: string;
9414
- gray200: string;
9415
- gray300: string;
9416
- gray400: string;
9417
- gray500: string;
9418
- gray600: string;
9419
- gray700: string;
9420
- gray800: string;
9421
- gray900: string;
9422
- primaryLight: string;
9423
- primary: string;
9424
- primaryDark: string;
9425
- secondaryLight: string;
9426
- secondary: string;
9427
- secondaryDark: string;
9428
- successLight: string;
9429
- success: string;
9430
- successDark: string;
9431
- warningLight: string;
9432
- warning: string;
9433
- warningDark: string;
9434
- errorLight: string;
9435
- error: string;
9436
- errorDark: string;
9437
- gradient: string;
9438
- link: string;
9439
- };
9440
- fonts: {
9441
- sans: string;
9442
- mono: string;
9443
- };
9444
- fontSizes: {
9445
- tiny: string;
9446
- xs: string;
9447
- base: string;
9448
- sm: string;
9449
- md: string;
9450
- lg: string;
9451
- xl: string;
9452
- };
9453
- fontWeights: {
9454
- hairline: number;
9455
- thin: number;
9456
- light: number;
9457
- normal: number;
9458
- medium: number;
9459
- semibold: number;
9460
- bold: number;
9461
- extrabold: number;
9462
- black: number;
9463
- };
9464
- lineHeights: {
9465
- xs: number;
9466
- sm: number;
9467
- md: number;
9468
- lg: number;
9469
- xl: number;
9470
- };
9471
- letterSpacings: {
9472
- tighter: string;
9473
- tight: string;
9474
- normal: string;
9475
- wide: string;
9476
- wider: string;
9477
- widest: string;
9478
- };
9479
- space: {
9480
- 0: string;
9481
- xs: string;
9482
- sm: string;
9483
- md: string;
9484
- lg: string;
9485
- xl: string;
9486
- px: string;
9487
- 1: string;
9488
- 2: string;
9489
- 3: string;
9490
- 4: string;
9491
- 5: string;
9492
- 6: string;
9493
- 7: string;
9494
- 8: string;
9495
- 9: string;
9496
- 10: string;
9497
- 11: string;
9498
- 12: string;
9499
- 13: string;
9500
- 14: string;
9501
- 15: string;
9502
- 16: string;
9503
- 17: string;
9504
- 18: string;
9505
- 20: string;
9506
- 24: string;
9507
- 28: string;
9508
- 32: string;
9509
- 36: string;
9510
- 40: string;
9511
- 44: string;
9512
- 48: string;
9513
- 52: string;
9514
- 56: string;
9515
- 60: string;
9516
- 64: string;
9517
- 72: string;
9518
- 80: string;
9519
- 96: string;
9520
- };
9521
- radii: {
9522
- xs: string;
9523
- sm: string;
9524
- md: string;
9525
- base: string;
9526
- lg: string;
9527
- xl: string;
9528
- squared: string;
9529
- rounded: string;
9530
- pill: string;
9531
- };
9532
- zIndices: {
9533
- 1: string;
9534
- 2: string;
9535
- 3: string;
9536
- 4: string;
9537
- 5: string;
9538
- 10: string;
9539
- max: string;
9540
- };
9541
- borderWeights: {
9542
- light: string;
9543
- normal: string;
9544
- bold: string;
9545
- extrabold: string;
9546
- black: string;
9547
- };
9548
- transitions: {
9549
- default: string;
9550
- };
9551
- breakpoints: {
9552
- xs: string;
9553
- sm: string;
9554
- md: string;
9555
- lg: string;
9556
- xl: string;
9557
- };
9558
- }, {
9559
- width: string;
9560
- height: string;
9561
- minWidth: string;
9562
- maxWidth: string;
9563
- minHeight: string;
9564
- maxHeight: string;
9565
- flexBasis: string;
9566
- gridTemplateColumns: string;
9567
- gridTemplateRows: string;
9568
- blockSize: string;
9569
- minBlockSize: string;
9570
- maxBlockSize: string;
9571
- inlineSize: string;
9572
- minInlineSize: string;
9573
- maxInlineSize: string;
9574
- borderWidth: string;
9575
- gap: "space";
9576
- gridGap: "space";
9577
- columnGap: "space";
9578
- gridColumnGap: "space";
9579
- rowGap: "space";
9580
- gridRowGap: "space";
9581
- inset: "space";
9582
- insetBlock: "space";
9583
- insetBlockEnd: "space";
9584
- insetBlockStart: "space";
9585
- insetInline: "space";
9586
- insetInlineEnd: "space";
9587
- insetInlineStart: "space";
9588
- margin: "space";
9589
- marginTop: "space";
9590
- marginRight: "space";
9591
- marginBottom: "space";
9592
- marginLeft: "space";
9593
- marginBlock: "space";
9594
- marginBlockEnd: "space";
9595
- marginBlockStart: "space";
9596
- marginInline: "space";
9597
- marginInlineEnd: "space";
9598
- marginInlineStart: "space";
9599
- padding: "space";
9600
- paddingTop: "space";
9601
- paddingRight: "space";
9602
- paddingBottom: "space";
9603
- paddingLeft: "space";
9604
- paddingBlock: "space";
9605
- paddingBlockEnd: "space";
9606
- paddingBlockStart: "space";
9607
- paddingInline: "space";
9608
- paddingInlineEnd: "space";
9609
- paddingInlineStart: "space";
9610
- scrollMargin: "space";
9611
- scrollMarginTop: "space";
9612
- scrollMarginRight: "space";
9613
- scrollMarginBottom: "space";
9614
- scrollMarginLeft: "space";
9615
- scrollMarginBlock: "space";
9616
- scrollMarginBlockEnd: "space";
9617
- scrollMarginBlockStart: "space";
9618
- scrollMarginInline: "space";
9619
- scrollMarginInlineEnd: "space";
9620
- scrollMarginInlineStart: "space";
9621
- scrollPadding: "space";
9622
- scrollPaddingTop: "space";
9623
- scrollPaddingRight: "space";
9624
- scrollPaddingBottom: "space";
9625
- scrollPaddingLeft: "space";
9626
- scrollPaddingBlock: "space";
9627
- scrollPaddingBlockEnd: "space";
9628
- scrollPaddingBlockStart: "space";
9629
- scrollPaddingInline: "space";
9630
- scrollPaddingInlineEnd: "space";
9631
- scrollPaddingInlineStart: "space";
9632
- top: "space";
9633
- right: "space";
9634
- bottom: "space";
9635
- left: "space";
9636
- fontSize: "fontSizes";
9637
- background: "colors";
9638
- backgroundColor: "colors";
9639
- backgroundImage: "colors";
9640
- borderImage: "colors";
9641
- border: "colors";
9642
- borderBlock: "colors";
9643
- borderBlockEnd: "colors";
9644
- borderBlockStart: "colors";
9645
- borderBottom: "colors";
9646
- borderBottomColor: "colors";
9647
- borderColor: "colors";
9648
- borderInline: "colors";
9649
- borderInlineEnd: "colors";
9650
- borderInlineStart: "colors";
9651
- borderLeft: "colors";
9652
- borderLeftColor: "colors";
9653
- borderRight: "colors";
9654
- borderRightColor: "colors";
9655
- borderTop: "colors";
9656
- borderTopColor: "colors";
9657
- caretColor: "colors";
9658
- color: "colors";
9659
- columnRuleColor: "colors";
9660
- outline: "colors";
9661
- outlineColor: "colors";
9662
- fill: "colors";
9663
- stroke: "colors";
9664
- textDecorationColor: "colors";
9665
- fontFamily: "fonts";
9666
- fontWeight: "fontWeights";
9667
- lineHeight: "lineHeights";
9668
- letterSpacing: "letterSpacings";
9669
- borderTopWidth: "borderWidths";
9670
- borderLeftWidth: "borderWidths";
9671
- borderRightWidth: "borderWidths";
9672
- borderBottomWidth: "borderWidths";
9673
- borderStyle: "borderStyles";
9674
- borderTopStyle: "borderStyles";
9675
- borderLeftStyle: "borderStyles";
9676
- borderRightStyle: "borderStyles";
9677
- borderBottomStyle: "borderStyles";
9678
- borderRadius: "radii";
9679
- borderTopLeftRadius: "radii";
9680
- borderTopRightRadius: "radii";
9681
- borderBottomRightRadius: "radii";
9682
- borderBottomLeftRadius: "radii";
9683
- boxShadow: "shadows";
9684
- textShadow: "shadows";
9685
- transition: "transitions";
9686
- zIndex: "zIndices";
9687
- }, {
9688
- p: (value: {
9689
- readonly [$$PropertyValue]: "padding";
9690
- }) => {
9691
- padding: {
9692
- readonly [$$PropertyValue]: "padding";
9693
- };
9694
- };
9695
- pt: (value: {
9696
- readonly [$$PropertyValue]: "paddingTop";
9697
- }) => {
9698
- paddingTop: {
9699
- readonly [$$PropertyValue]: "paddingTop";
9700
- };
9701
- };
9702
- pr: (value: {
9703
- readonly [$$PropertyValue]: "paddingRight";
9704
- }) => {
9705
- paddingRight: {
9706
- readonly [$$PropertyValue]: "paddingRight";
9707
- };
9708
- };
9709
- pb: (value: {
9710
- readonly [$$PropertyValue]: "paddingBottom";
9711
- }) => {
9712
- paddingBottom: {
9713
- readonly [$$PropertyValue]: "paddingBottom";
9714
- };
9715
- };
9716
- pl: (value: {
9717
- readonly [$$PropertyValue]: "paddingLeft";
9718
- }) => {
9719
- paddingLeft: {
9720
- readonly [$$PropertyValue]: "paddingLeft";
9721
- };
9722
- };
9723
- px: (value: {
9724
- readonly [$$PropertyValue]: "paddingLeft";
9725
- }) => {
9726
- paddingLeft: {
9727
- readonly [$$PropertyValue]: "paddingLeft";
9728
- };
9729
- paddingRight: {
9730
- readonly [$$PropertyValue]: "paddingLeft";
9731
- };
9732
- };
9733
- py: (value: {
9734
- readonly [$$PropertyValue]: "paddingTop";
9735
- }) => {
9736
- paddingTop: {
9737
- readonly [$$PropertyValue]: "paddingTop";
9738
- };
9739
- paddingBottom: {
9740
- readonly [$$PropertyValue]: "paddingTop";
9741
- };
9742
- };
9743
- m: (value: {
9744
- readonly [$$PropertyValue]: "margin";
9745
- }) => {
9746
- margin: {
9747
- readonly [$$PropertyValue]: "margin";
9748
- };
9749
- };
9750
- mt: (value: {
9751
- readonly [$$PropertyValue]: "marginTop";
9752
- }) => {
9753
- marginTop: {
9754
- readonly [$$PropertyValue]: "marginTop";
9755
- };
9756
- };
9757
- mr: (value: {
9758
- readonly [$$PropertyValue]: "marginRight";
9759
- }) => {
9760
- marginRight: {
9761
- readonly [$$PropertyValue]: "marginRight";
9762
- };
9763
- };
9764
- mb: (value: {
9765
- readonly [$$PropertyValue]: "marginBottom";
9766
- }) => {
9767
- marginBottom: {
9768
- readonly [$$PropertyValue]: "marginBottom";
9769
- };
9770
- };
9771
- ml: (value: {
9772
- readonly [$$PropertyValue]: "marginLeft";
9773
- }) => {
9774
- marginLeft: {
9775
- readonly [$$PropertyValue]: "marginLeft";
9776
- };
9777
- };
9778
- mx: (value: {
9779
- readonly [$$PropertyValue]: "marginLeft";
9780
- }) => {
9781
- marginLeft: {
9782
- readonly [$$PropertyValue]: "marginLeft";
9783
- };
9784
- marginRight: {
9785
- readonly [$$PropertyValue]: "marginLeft";
9786
- };
9787
- };
9788
- my: (value: {
9789
- readonly [$$PropertyValue]: "marginTop";
9790
- }) => {
9791
- marginTop: {
9792
- readonly [$$PropertyValue]: "marginTop";
9793
- };
9794
- marginBottom: {
9795
- readonly [$$PropertyValue]: "marginTop";
9796
- };
9797
- };
9798
- ta: (value: {
9799
- readonly [$$PropertyValue]: "textAlign";
9800
- }) => {
9801
- textAlign: {
9802
- readonly [$$PropertyValue]: "textAlign";
9803
- };
9804
- };
9805
- tt: (value: {
9806
- readonly [$$PropertyValue]: "textTransform";
9807
- }) => {
9808
- textTransform: {
9809
- readonly [$$PropertyValue]: "textTransform";
9810
- };
9811
- };
9812
- to: (value: {
9813
- readonly [$$PropertyValue]: "textOverflow";
9814
- }) => {
9815
- textOverflow: {
9816
- readonly [$$PropertyValue]: "textOverflow";
9817
- };
9818
- };
9819
- d: (value: {
9820
- readonly [$$PropertyValue]: "display";
9821
- }) => {
9822
- display: {
9823
- readonly [$$PropertyValue]: "display";
9824
- };
9825
- };
9826
- dflex: (value: {
9827
- readonly [$$PropertyValue]: "alignItems";
9828
- }) => {
9829
- display: string;
9830
- alignItems: {
9831
- readonly [$$PropertyValue]: "alignItems";
9832
- };
9833
- justifyContent: {
9834
- readonly [$$PropertyValue]: "alignItems";
9835
- };
9836
- };
9837
- fd: (value: {
9838
- readonly [$$PropertyValue]: "flexDirection";
9839
- }) => {
9840
- flexDirection: {
9841
- readonly [$$PropertyValue]: "flexDirection";
9842
- };
9843
- };
9844
- fw: (value: {
9845
- readonly [$$PropertyValue]: "flexWrap";
9846
- }) => {
9847
- flexWrap: {
9848
- readonly [$$PropertyValue]: "flexWrap";
9849
- };
9850
- };
9851
- ai: (value: {
9852
- readonly [$$PropertyValue]: "alignItems";
9853
- }) => {
9854
- alignItems: {
9855
- readonly [$$PropertyValue]: "alignItems";
9856
- };
9857
- };
9858
- ac: (value: {
9859
- readonly [$$PropertyValue]: "alignContent";
9860
- }) => {
9861
- alignContent: {
9862
- readonly [$$PropertyValue]: "alignContent";
9863
- };
9864
- };
9865
- jc: (value: {
9866
- readonly [$$PropertyValue]: "justifyContent";
9867
- }) => {
9868
- justifyContent: {
9869
- readonly [$$PropertyValue]: "justifyContent";
9870
- };
9871
- };
9872
- as: (value: {
9873
- readonly [$$PropertyValue]: "alignSelf";
9874
- }) => {
9875
- alignSelf: {
9876
- readonly [$$PropertyValue]: "alignSelf";
9877
- };
9878
- };
9879
- fg: (value: {
9880
- readonly [$$PropertyValue]: "flexGrow";
9881
- }) => {
9882
- flexGrow: {
9883
- readonly [$$PropertyValue]: "flexGrow";
9884
- };
9885
- };
9886
- fs: (value: {
9887
- readonly [$$PropertyValue]: "fontSize";
9888
- }) => {
9889
- fontSize: {
9890
- readonly [$$PropertyValue]: "fontSize";
9891
- };
9892
- };
9893
- fb: (value: {
9894
- readonly [$$PropertyValue]: "flexBasis";
9895
- }) => {
9896
- flexBasis: {
9897
- readonly [$$PropertyValue]: "flexBasis";
9898
- };
9899
- };
9900
- bc: (value: {
9901
- readonly [$$PropertyValue]: "backgroundColor";
9902
- }) => {
9903
- backgroundColor: {
9904
- readonly [$$PropertyValue]: "backgroundColor";
9905
- };
9906
- };
9907
- bf: (value: {
9908
- readonly [$$PropertyValue]: "backdropFilter";
9909
- }) => {
9910
- backdropFilter: {
9911
- readonly [$$PropertyValue]: "backdropFilter";
9912
- };
9913
- };
9914
- bg: (value: {
9915
- readonly [$$PropertyValue]: "backgroundColor";
9916
- }) => {
9917
- background: {
9918
- readonly [$$PropertyValue]: "backgroundColor";
9919
- };
9920
- };
9921
- bgBlur: (value: {
9922
- readonly [$$PropertyValue]: "backgroundColor";
9923
- }) => {
9924
- bf: string;
9925
- bg: string;
9926
- };
9927
- bgColor: (value: {
9928
- readonly [$$PropertyValue]: "backgroundColor";
9929
- }) => {
9930
- backgroundColor: {
9931
- readonly [$$PropertyValue]: "backgroundColor";
9932
- };
9933
- };
9934
- backgroundClip: (value: {
9935
- readonly [$$PropertyValue]: "backgroundClip";
9936
- }) => {
9937
- WebkitBackgroundClip: {
9938
- readonly [$$PropertyValue]: "backgroundClip";
9939
- };
9940
- backgroundClip: {
9941
- readonly [$$PropertyValue]: "backgroundClip";
9942
- };
9943
- };
9944
- bgClip: (value: {
9945
- readonly [$$PropertyValue]: "backgroundClip";
9946
- }) => {
9947
- WebkitBackgroundClip: {
9948
- readonly [$$PropertyValue]: "backgroundClip";
9949
- };
9950
- backgroundClip: {
9951
- readonly [$$PropertyValue]: "backgroundClip";
9952
- };
9953
- };
9954
- br: (value: {
9955
- readonly [$$PropertyValue]: "borderRadius";
9956
- }) => {
9957
- borderRadius: {
9958
- readonly [$$PropertyValue]: "borderRadius";
9959
- };
9960
- };
9961
- bw: (value: {
9962
- readonly [$$PropertyValue]: "borderWidth";
9963
- }) => {
9964
- borderWidth: {
9965
- readonly [$$PropertyValue]: "borderWidth";
9966
- };
9967
- };
9968
- btrr: (value: {
9969
- readonly [$$PropertyValue]: "borderTopRightRadius";
9970
- }) => {
9971
- borderTopRightRadius: {
9972
- readonly [$$PropertyValue]: "borderTopRightRadius";
9973
- };
9974
- };
9975
- bbrr: (value: {
9976
- readonly [$$PropertyValue]: "borderBottomRightRadius";
9977
- }) => {
9978
- borderBottomRightRadius: {
9979
- readonly [$$PropertyValue]: "borderBottomRightRadius";
9980
- };
9981
- };
9982
- bblr: (value: {
9983
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
9984
- }) => {
9985
- borderBottomLeftRadius: {
9986
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
9987
- };
9988
- };
9989
- btlr: (value: {
9990
- readonly [$$PropertyValue]: "borderTopLeftRadius";
9991
- }) => {
9992
- borderTopLeftRadius: {
9993
- readonly [$$PropertyValue]: "borderTopLeftRadius";
9994
- };
9995
- };
9996
- bs: (value: {
9997
- readonly [$$PropertyValue]: "boxShadow";
9998
- }) => {
9999
- boxShadow: {
10000
- readonly [$$PropertyValue]: "boxShadow";
10001
- };
10002
- };
10003
- normalShadow: (value: {
10004
- readonly [$$PropertyValue]: "backgroundColor";
10005
- }) => {
10006
- boxShadow: string;
10007
- };
10008
- normalShadowVar: (value: {
10009
- readonly [$$PropertyValue]: "backgroundColor";
10010
- }) => {
10011
- boxShadow: string;
10012
- };
10013
- lh: (value: {
10014
- readonly [$$PropertyValue]: "lineHeight";
10015
- }) => {
10016
- lineHeight: {
10017
- readonly [$$PropertyValue]: "lineHeight";
10018
- };
10019
- };
10020
- ov: (value: {
10021
- readonly [$$PropertyValue]: "overflow";
10022
- }) => {
10023
- overflow: {
10024
- readonly [$$PropertyValue]: "overflow";
10025
- };
10026
- };
10027
- ox: (value: {
10028
- readonly [$$PropertyValue]: "overflowX";
10029
- }) => {
10030
- overflowX: {
10031
- readonly [$$PropertyValue]: "overflowX";
10032
- };
10033
- };
10034
- oy: (value: {
10035
- readonly [$$PropertyValue]: "overflowY";
10036
- }) => {
10037
- overflowY: {
10038
- readonly [$$PropertyValue]: "overflowY";
10039
- };
10040
- };
10041
- pe: (value: {
10042
- readonly [$$PropertyValue]: "pointerEvents";
10043
- }) => {
10044
- pointerEvents: {
10045
- readonly [$$PropertyValue]: "pointerEvents";
10046
- };
10047
- };
10048
- events: (value: {
10049
- readonly [$$PropertyValue]: "pointerEvents";
10050
- }) => {
10051
- pointerEvents: {
10052
- readonly [$$PropertyValue]: "pointerEvents";
10053
- };
10054
- };
10055
- us: (value: {
10056
- readonly [$$PropertyValue]: "userSelect";
10057
- }) => {
10058
- WebkitUserSelect: {
10059
- readonly [$$PropertyValue]: "userSelect";
10060
- };
10061
- userSelect: {
10062
- readonly [$$PropertyValue]: "userSelect";
10063
- };
10064
- };
10065
- userSelect: (value: {
10066
- readonly [$$PropertyValue]: "userSelect";
10067
- }) => {
10068
- WebkitUserSelect: {
10069
- readonly [$$PropertyValue]: "userSelect";
10070
- };
10071
- userSelect: {
10072
- readonly [$$PropertyValue]: "userSelect";
10073
- };
10074
- };
10075
- w: (value: {
10076
- readonly [$$PropertyValue]: "width";
10077
- }) => {
10078
- width: {
10079
- readonly [$$PropertyValue]: "width";
10080
- };
10081
- };
10082
- h: (value: {
10083
- readonly [$$PropertyValue]: "height";
10084
- }) => {
10085
- height: {
10086
- readonly [$$PropertyValue]: "height";
10087
- };
10088
- };
10089
- mw: (value: {
10090
- readonly [$$PropertyValue]: "maxWidth";
10091
- }) => {
10092
- maxWidth: {
10093
- readonly [$$PropertyValue]: "maxWidth";
10094
- };
10095
- };
10096
- maxW: (value: {
10097
- readonly [$$PropertyValue]: "maxWidth";
10098
- }) => {
10099
- maxWidth: {
10100
- readonly [$$PropertyValue]: "maxWidth";
10101
- };
10102
- };
10103
- mh: (value: {
10104
- readonly [$$PropertyValue]: "maxHeight";
10105
- }) => {
10106
- maxHeight: {
10107
- readonly [$$PropertyValue]: "maxHeight";
10108
- };
10109
- };
10110
- maxH: (value: {
10111
- readonly [$$PropertyValue]: "maxHeight";
10112
- }) => {
10113
- maxHeight: {
10114
- readonly [$$PropertyValue]: "maxHeight";
10115
- };
10116
- };
10117
- size: (value: {
10118
- readonly [$$PropertyValue]: "width";
10119
- }) => {
10120
- width: {
10121
- readonly [$$PropertyValue]: "width";
10122
- };
10123
- height: {
10124
- readonly [$$PropertyValue]: "width";
10125
- };
10126
- };
10127
- minSize: (value: {
10128
- readonly [$$PropertyValue]: "width";
10129
- }) => {
10130
- minWidth: {
10131
- readonly [$$PropertyValue]: "width";
10132
- };
10133
- minHeight: {
10134
- readonly [$$PropertyValue]: "width";
10135
- };
10136
- width: {
10137
- readonly [$$PropertyValue]: "width";
10138
- };
10139
- height: {
10140
- readonly [$$PropertyValue]: "width";
10141
- };
10142
- };
10143
- sizeMin: (value: {
10144
- readonly [$$PropertyValue]: "width";
10145
- }) => {
10146
- minWidth: {
10147
- readonly [$$PropertyValue]: "width";
10148
- };
10149
- minHeight: {
10150
- readonly [$$PropertyValue]: "width";
10151
- };
10152
- width: {
10153
- readonly [$$PropertyValue]: "width";
10154
- };
10155
- height: {
10156
- readonly [$$PropertyValue]: "width";
10157
- };
10158
- };
10159
- maxSize: (value: {
10160
- readonly [$$PropertyValue]: "width";
10161
- }) => {
10162
- maxWidth: {
10163
- readonly [$$PropertyValue]: "width";
10164
- };
10165
- maxHeight: {
10166
- readonly [$$PropertyValue]: "width";
10167
- };
10168
- };
10169
- sizeMax: (value: {
10170
- readonly [$$PropertyValue]: "width";
10171
- }) => {
10172
- maxWidth: {
10173
- readonly [$$PropertyValue]: "width";
10174
- };
10175
- maxHeight: {
10176
- readonly [$$PropertyValue]: "width";
10177
- };
10178
- };
10179
- appearance: (value: {
10180
- readonly [$$PropertyValue]: "appearance";
10181
- }) => {
10182
- WebkitAppearance: {
10183
- readonly [$$PropertyValue]: "appearance";
10184
- };
10185
- appearance: {
10186
- readonly [$$PropertyValue]: "appearance";
10187
- };
10188
- };
10189
- scale: (value: {
10190
- readonly [$$PropertyValue]: "scale";
10191
- }) => {
10192
- transform: string;
10193
- };
10194
- linearGradient: (value: {
10195
- readonly [$$PropertyValue]: "backgroundImage";
10196
- }) => {
10197
- backgroundImage: string;
10198
- };
10199
- tdl: (value: {
10200
- readonly [$$PropertyValue]: "textDecorationLine";
10201
- }) => {
10202
- textDecorationLine: {
10203
- readonly [$$PropertyValue]: "textDecorationLine";
9399
+ '&::selection': {
9400
+ WebkitTextFillColor: string;
10204
9401
  };
10205
9402
  };
10206
- textGradient: (value: {
10207
- readonly [$$PropertyValue]: "backgroundImage";
10208
- }) => {
10209
- backgroundImage: string;
10210
- WebkitBackgroundClip: string;
10211
- WebkitTextFillColor: string;
10212
- };
10213
9403
  }>>;
10214
- export declare type InputVariantsProps = VariantProps<typeof StyledInput>;
10215
- export declare type InputBlockLabelVariantsProps = VariantProps<typeof StyledInputBlockLabel>;
10216
- export declare type InputLabelVariantsProps = VariantProps<typeof StyledInputLabel>;
10217
- export declare type InputContentVariantsProps = VariantProps<typeof StyledInputContent>;
9404
+ export declare type CheckboxVariantsProps = VariantProps<typeof StyledCheckboxInput>;
9405
+ export declare type CheckboxGroupVariantsProps = VariantProps<typeof StyledCheckboxGroup>;
9406
+ export declare type CheckboxTextVariantsProps = VariantProps<typeof StyledCheckboxText>;
9407
+ export declare type CheckboxMaskVariantsProps = VariantProps<typeof StyledCheckboxMask>;
9408
+ export declare type CheckboxIconCheckVariantsProps = VariantProps<typeof StyledIconCheck>;
9409
+ export declare type CheckboxIconCheckFirstLineVariantsProps = VariantProps<typeof StyledIconCheckFirstLine>;
9410
+ export declare type CheckboxIconCheckSecondLineVariantsProps = VariantProps<typeof StyledIconCheckSecondLine>;
9411
+ export declare type CheckboxLabelVariantsProps = VariantProps<typeof StyledCheckboxLabel>;
9412
+ export declare type CheckboxContainerVariantsProps = VariantProps<typeof StyledCheckboxContainer>;