@nextui-org/react 1.0.0-beta.6

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