@nextui-org/react 1.0.0-beta.10

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