@saas-ui/react 3.0.0-alpha.1 → 3.0.0-alpha.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (344) hide show
  1. package/CHANGELOG.md +73 -0
  2. package/dist/chunk-2EUACKRH.js +26 -0
  3. package/dist/chunk-3MO37LYW.js +326 -0
  4. package/dist/chunk-4TR3AOMG.js +33 -0
  5. package/dist/chunk-6LOMIKR5.js +69 -0
  6. package/dist/chunk-6ZNR6N2K.js +45 -0
  7. package/dist/chunk-7VSTNV2B.js +53 -0
  8. package/dist/chunk-BCNPBZZK.js +45 -0
  9. package/dist/chunk-CB52LBJK.js +71 -0
  10. package/dist/chunk-CD2JUFI2.js +231 -0
  11. package/dist/chunk-FJFNGSPL.js +23 -0
  12. package/dist/chunk-GGAKUS66.js +141 -0
  13. package/dist/chunk-H6TFEHY4.js +63 -0
  14. package/dist/chunk-HELHPHIQ.js +35 -0
  15. package/dist/chunk-I2RXEKTB.js +38 -0
  16. package/dist/chunk-JGHXJ3PI.js +102 -0
  17. package/dist/chunk-L356FPLY.js +20 -0
  18. package/dist/chunk-LIYUBUOP.js +119 -0
  19. package/dist/chunk-M7FOBCOV.js +184 -0
  20. package/dist/chunk-NSD5HRIP.js +46 -0
  21. package/dist/chunk-Q6SNJJO2.js +63 -0
  22. package/dist/chunk-QSNSWCTM.js +32 -0
  23. package/dist/chunk-S3CQW7GD.js +100 -0
  24. package/dist/chunk-SA3OGTOO.js +23 -0
  25. package/dist/chunk-SKXSBAOS.js +35 -0
  26. package/dist/{components/breadcrumbs/index.js → chunk-TT4C5VXB.js} +6 -7
  27. package/dist/chunk-TZBAM4AD.js +20 -0
  28. package/dist/chunk-UCQ3LZIE.js +43 -0
  29. package/dist/chunk-ULAJ3JEO.js +32 -0
  30. package/dist/chunk-WYLMBMAH.js +22 -0
  31. package/dist/components/app-shell/index.cjs +1 -1
  32. package/dist/components/app-shell/index.d.cts +1 -1
  33. package/dist/components/app-shell/index.d.ts +1 -1
  34. package/dist/components/app-shell/index.js +3 -40
  35. package/dist/components/avatar/index.cjs +69 -0
  36. package/dist/components/avatar/index.d.cts +18 -0
  37. package/dist/components/avatar/index.d.ts +18 -0
  38. package/dist/components/avatar/index.js +10 -0
  39. package/dist/components/{breadcrumbs → breadcrumb}/index.cjs +8 -10
  40. package/dist/components/{breadcrumbs → breadcrumb}/index.d.cts +3 -4
  41. package/dist/components/{breadcrumbs → breadcrumb}/index.d.ts +3 -4
  42. package/dist/components/breadcrumb/index.js +8 -0
  43. package/dist/components/button/index.js +3 -40
  44. package/dist/components/checkbox/index.js +3 -15
  45. package/dist/components/command/index.cjs +1 -1
  46. package/dist/components/command/index.js +3 -28
  47. package/dist/components/dialog/index.cjs +19 -58
  48. package/dist/components/dialog/index.js +4 -67
  49. package/dist/components/drawer/index.cjs +23 -64
  50. package/dist/components/drawer/index.d.cts +2 -2
  51. package/dist/components/drawer/index.d.ts +2 -2
  52. package/dist/components/drawer/index.js +4 -59
  53. package/dist/components/empty-state/index.cjs +48 -0
  54. package/dist/components/empty-state/index.d.cts +11 -0
  55. package/dist/components/empty-state/index.d.ts +11 -0
  56. package/dist/components/empty-state/index.js +8 -0
  57. package/dist/components/grid-list/index.cjs +68 -0
  58. package/dist/components/grid-list/index.d.cts +22 -0
  59. package/dist/components/grid-list/index.d.ts +22 -0
  60. package/dist/components/grid-list/index.js +8 -0
  61. package/dist/components/icon-badge/index.cjs +1 -1
  62. package/dist/components/icon-badge/index.d.cts +1 -1
  63. package/dist/components/icon-badge/index.d.ts +1 -1
  64. package/dist/components/icon-badge/index.js +3 -33
  65. package/dist/components/link/index.js +3 -14
  66. package/dist/components/loading-overlay/index.cjs +42 -1879
  67. package/dist/components/loading-overlay/index.d.cts +19 -6
  68. package/dist/components/loading-overlay/index.d.ts +19 -6
  69. package/dist/components/loading-overlay/index.js +7 -1874
  70. package/dist/components/menu/index.cjs +249 -0
  71. package/dist/components/menu/index.d.cts +39 -0
  72. package/dist/components/menu/index.d.ts +39 -0
  73. package/dist/components/menu/index.js +11 -0
  74. package/dist/components/navbar/index.cjs +61 -15
  75. package/dist/components/navbar/index.d.cts +12 -9
  76. package/dist/components/navbar/index.d.ts +12 -9
  77. package/dist/components/navbar/index.js +5 -38
  78. package/dist/components/number-input/index.js +3 -26
  79. package/dist/components/password-input/index.js +3 -225
  80. package/dist/components/persona/index.cjs +52 -15
  81. package/dist/components/persona/index.d.cts +22 -2
  82. package/dist/components/persona/index.d.ts +22 -2
  83. package/dist/components/persona/index.js +7 -144
  84. package/dist/components/pin-input/index.js +3 -21
  85. package/dist/components/radio/index.js +4 -16
  86. package/dist/components/search-input/index.js +4 -114
  87. package/dist/components/segmented-control/index.cjs +60 -0
  88. package/dist/components/segmented-control/index.d.cts +14 -0
  89. package/dist/components/segmented-control/index.d.ts +14 -0
  90. package/dist/components/segmented-control/index.js +8 -0
  91. package/dist/components/select/index.js +4 -94
  92. package/dist/components/sidebar/index.cjs +64 -32
  93. package/dist/components/sidebar/index.d.cts +24 -23
  94. package/dist/components/sidebar/index.d.ts +24 -23
  95. package/dist/components/sidebar/index.js +7 -101
  96. package/dist/components/steps/index.cjs +7 -9
  97. package/dist/components/steps/index.d.cts +2 -2
  98. package/dist/components/steps/index.d.ts +2 -2
  99. package/dist/components/steps/index.js +6 -67
  100. package/dist/components/switch/index.js +3 -18
  101. package/dist/components/toaster/index.cjs +54 -0
  102. package/dist/components/toaster/index.d.cts +10 -0
  103. package/dist/components/toaster/index.d.ts +10 -0
  104. package/dist/components/toaster/index.js +10 -0
  105. package/dist/components/tooltip/index.cjs +57 -0
  106. package/dist/components/tooltip/index.d.cts +14 -0
  107. package/dist/components/tooltip/index.d.ts +14 -0
  108. package/dist/components/tooltip/index.js +8 -0
  109. package/dist/index.cjs +2357 -220
  110. package/dist/index.d.cts +38 -2
  111. package/dist/index.d.ts +38 -2
  112. package/dist/index.js +515 -276
  113. package/dist/theme/tokens/colors.cjs +349 -0
  114. package/dist/theme/tokens/colors.d.cts +856 -0
  115. package/dist/theme/tokens/colors.d.ts +856 -0
  116. package/dist/theme/tokens/colors.js +8 -0
  117. package/package.json +12 -7
  118. package/dist/chunk-VBIVLREP.js +0 -45
  119. package/src/components/app-shell/app-shell.recipe.ts +0 -52
  120. package/src/components/app-shell/app-shell.stories.tsx +0 -51
  121. package/src/components/app-shell/app-shell.tsx +0 -94
  122. package/src/components/app-shell/index.ts +0 -3
  123. package/src/components/breadcrumbs/breadcrumb.stories.tsx +0 -17
  124. package/src/components/breadcrumbs/breadcrumb.tsx +0 -36
  125. package/src/components/breadcrumbs/index.ts +0 -1
  126. package/src/components/breadcrumbs/namespace.ts +0 -8
  127. package/src/components/button/button.recipe.ts +0 -182
  128. package/src/components/button/button.stories.tsx +0 -99
  129. package/src/components/button/button.tsx +0 -55
  130. package/src/components/button/index.ts +0 -2
  131. package/src/components/checkbox/checkbox.tsx +0 -26
  132. package/src/components/checkbox/index.ts +0 -2
  133. package/src/components/close-button/close-button.stories.tsx +0 -12
  134. package/src/components/close-button/close-button.tsx +0 -18
  135. package/src/components/close-button/index.ts +0 -2
  136. package/src/components/command/command.recipe.ts +0 -17
  137. package/src/components/command/command.stories.tsx +0 -47
  138. package/src/components/command/command.tsx +0 -50
  139. package/src/components/command/index.ts +0 -1
  140. package/src/components/dialog/dialog.tsx +0 -67
  141. package/src/components/dialog/index.ts +0 -1
  142. package/src/components/dialog/namespace.ts +0 -18
  143. package/src/components/drawer/drawer.tsx +0 -57
  144. package/src/components/drawer/index.ts +0 -3
  145. package/src/components/drawer/namespace.ts +0 -19
  146. package/src/components/grid-list/grid-list.recipe.ts +0 -113
  147. package/src/components/icon-badge/icon-badge.recipe.ts +0 -57
  148. package/src/components/icon-badge/icon-badge.stories.tsx +0 -38
  149. package/src/components/icon-badge/icon-badge.tsx +0 -59
  150. package/src/components/icon-badge/index.ts +0 -2
  151. package/src/components/icons/create-icon.tsx +0 -41
  152. package/src/components/icons/icons.tsx +0 -119
  153. package/src/components/icons/index.ts +0 -1
  154. package/src/components/input-group/index.ts +0 -1
  155. package/src/components/input-group/input-group.tsx +0 -46
  156. package/src/components/link/index.ts +0 -2
  157. package/src/components/link/link.stories.tsx +0 -17
  158. package/src/components/link/link.test.tsx +0 -33
  159. package/src/components/link/link.tsx +0 -27
  160. package/src/components/loading-overlay/index.ts +0 -1
  161. package/src/components/loading-overlay/loading-overlay.recipe.ts +0 -61
  162. package/src/components/loading-overlay/loading-overlay.stories.tsx +0 -68
  163. package/src/components/loading-overlay/loading-overlay.tsx +0 -54
  164. package/src/components/loading-overlay/namespace.ts +0 -7
  165. package/src/components/navbar/index.ts +0 -1
  166. package/src/components/navbar/namespace.ts +0 -9
  167. package/src/components/navbar/navbar.recipe.ts +0 -109
  168. package/src/components/navbar/navbar.stories.tsx +0 -435
  169. package/src/components/navbar/navbar.test.tsx +0 -49
  170. package/src/components/navbar/navbar.tsx +0 -39
  171. package/src/components/number-input/index.ts +0 -2
  172. package/src/components/number-input/number-input.tsx +0 -41
  173. package/src/components/password-input/index.ts +0 -2
  174. package/src/components/password-input/password-input.tsx +0 -93
  175. package/src/components/persona/index.ts +0 -2
  176. package/src/components/persona/namespace.ts +0 -18
  177. package/src/components/persona/persona-primitive.tsx +0 -220
  178. package/src/components/persona/persona.recipe.ts +0 -94
  179. package/src/components/persona/persona.stories.tsx +0 -101
  180. package/src/components/persona/persona.tsx +0 -142
  181. package/src/components/pin-input/index.ts +0 -2
  182. package/src/components/pin-input/pin-input.tsx +0 -36
  183. package/src/components/radio/index.ts +0 -2
  184. package/src/components/radio/radio.tsx +0 -27
  185. package/src/components/search-input/index.ts +0 -2
  186. package/src/components/search-input/search-input.stories.tsx +0 -63
  187. package/src/components/search-input/search-input.tsx +0 -134
  188. package/src/components/select/index.ts +0 -1
  189. package/src/components/select/namespace.ts +0 -18
  190. package/src/components/select/select.tsx +0 -135
  191. package/src/components/sidebar/index.ts +0 -7
  192. package/src/components/sidebar/namespace.ts +0 -27
  193. package/src/components/sidebar/sidebar-item.recipe.ts +0 -65
  194. package/src/components/sidebar/sidebar.recipe.ts +0 -237
  195. package/src/components/sidebar/sidebar.stories.tsx +0 -903
  196. package/src/components/sidebar/sidebar.tsx +0 -208
  197. package/src/components/spinner/index.ts +0 -2
  198. package/src/components/spinner/spinner.stories.tsx +0 -19
  199. package/src/components/spinner/spinner.tsx +0 -21
  200. package/src/components/steps/index.ts +0 -1
  201. package/src/components/steps/namespace.ts +0 -16
  202. package/src/components/steps/steps.tsx +0 -82
  203. package/src/components/switch/index.ts +0 -3
  204. package/src/components/switch/switch.tsx +0 -39
  205. package/src/compositions/accordion.tsx +0 -47
  206. package/src/compositions/action-bar.tsx +0 -40
  207. package/src/compositions/alert.tsx +0 -51
  208. package/src/compositions/avatar.tsx +0 -74
  209. package/src/compositions/blockquote.tsx +0 -31
  210. package/src/compositions/checkbox-card.tsx +0 -57
  211. package/src/compositions/checkbox.tsx +0 -25
  212. package/src/compositions/clipboard.tsx +0 -107
  213. package/src/compositions/color-mode.tsx +0 -65
  214. package/src/compositions/data-list.tsx +0 -37
  215. package/src/compositions/empty-state.tsx +0 -34
  216. package/src/compositions/field.tsx +0 -33
  217. package/src/compositions/file-button.tsx +0 -166
  218. package/src/compositions/hover-card.tsx +0 -35
  219. package/src/compositions/link-button.tsx +0 -12
  220. package/src/compositions/menu.tsx +0 -108
  221. package/src/compositions/native-select.tsx +0 -57
  222. package/src/compositions/pagination.tsx +0 -207
  223. package/src/compositions/popover.tsx +0 -58
  224. package/src/compositions/progress-circle.tsx +0 -37
  225. package/src/compositions/progress.tsx +0 -40
  226. package/src/compositions/prose.tsx +0 -264
  227. package/src/compositions/provider.tsx +0 -12
  228. package/src/compositions/radio-card.tsx +0 -57
  229. package/src/compositions/radio.tsx +0 -24
  230. package/src/compositions/rating.tsx +0 -27
  231. package/src/compositions/segmented-control.tsx +0 -47
  232. package/src/compositions/skeleton.tsx +0 -44
  233. package/src/compositions/slider.tsx +0 -53
  234. package/src/compositions/stat.tsx +0 -75
  235. package/src/compositions/status.tsx +0 -29
  236. package/src/compositions/stepper-input.tsx +0 -49
  237. package/src/compositions/tag.tsx +0 -39
  238. package/src/compositions/timeline.tsx +0 -17
  239. package/src/compositions/toaster.tsx +0 -43
  240. package/src/compositions/toggle-tip.tsx +0 -62
  241. package/src/compositions/tooltip.tsx +0 -46
  242. package/src/index.ts +0 -7
  243. package/src/preset.ts +0 -9
  244. package/src/provider/index.ts +0 -4
  245. package/src/provider/sui-provider.tsx +0 -34
  246. package/src/provider/use-link.test.tsx +0 -60
  247. package/src/provider/use-link.tsx +0 -13
  248. package/src/styled-system/create-recipe-context.tsx +0 -91
  249. package/src/styled-system/create-slot-recipe-context.tsx +0 -188
  250. package/src/styled-system/empty.ts +0 -7
  251. package/src/styled-system/factory.types.ts +0 -11
  252. package/src/theme/animation-styles.ts +0 -53
  253. package/src/theme/breakpoints.ts +0 -11
  254. package/src/theme/conditions.ts +0 -26
  255. package/src/theme/fluid-font-sizes.ts +0 -65
  256. package/src/theme/global-css.ts +0 -94
  257. package/src/theme/index.ts +0 -72
  258. package/src/theme/layer-styles.ts +0 -116
  259. package/src/theme/recipes/chakra/accordion.ts +0 -145
  260. package/src/theme/recipes/chakra/action-bar.ts +0 -62
  261. package/src/theme/recipes/chakra/alert.ts +0 -157
  262. package/src/theme/recipes/chakra/avatar.ts +0 -141
  263. package/src/theme/recipes/chakra/badge.ts +0 -67
  264. package/src/theme/recipes/chakra/blockquote.ts +0 -83
  265. package/src/theme/recipes/chakra/breadcrumb.ts +0 -94
  266. package/src/theme/recipes/chakra/card.ts +0 -99
  267. package/src/theme/recipes/chakra/checkbox-card.ts +0 -212
  268. package/src/theme/recipes/chakra/checkbox.ts +0 -70
  269. package/src/theme/recipes/chakra/checkmark.ts +0 -83
  270. package/src/theme/recipes/chakra/code.ts +0 -17
  271. package/src/theme/recipes/chakra/collapsible.ts +0 -20
  272. package/src/theme/recipes/chakra/container.ts +0 -26
  273. package/src/theme/recipes/chakra/data-list.ts +0 -80
  274. package/src/theme/recipes/chakra/dialog.ts +0 -225
  275. package/src/theme/recipes/chakra/drawer.ts +0 -201
  276. package/src/theme/recipes/chakra/editable.ts +0 -88
  277. package/src/theme/recipes/chakra/empty-state.ts +0 -88
  278. package/src/theme/recipes/chakra/field.ts +0 -68
  279. package/src/theme/recipes/chakra/fieldset.ts +0 -62
  280. package/src/theme/recipes/chakra/file-upload.ts +0 -96
  281. package/src/theme/recipes/chakra/heading.ts +0 -27
  282. package/src/theme/recipes/chakra/hover-card.ts +0 -68
  283. package/src/theme/recipes/chakra/icon.ts +0 -30
  284. package/src/theme/recipes/chakra/input-addon.ts +0 -40
  285. package/src/theme/recipes/chakra/input.ts +0 -96
  286. package/src/theme/recipes/chakra/kbd.ts +0 -60
  287. package/src/theme/recipes/chakra/link.ts +0 -37
  288. package/src/theme/recipes/chakra/list.ts +0 -67
  289. package/src/theme/recipes/chakra/mark.ts +0 -27
  290. package/src/theme/recipes/chakra/menu.ts +0 -124
  291. package/src/theme/recipes/chakra/native-select.ts +0 -140
  292. package/src/theme/recipes/chakra/number-input.ts +0 -115
  293. package/src/theme/recipes/chakra/pin-input.ts +0 -27
  294. package/src/theme/recipes/chakra/popover.ts +0 -86
  295. package/src/theme/recipes/chakra/progress-circle.ts +0 -94
  296. package/src/theme/recipes/chakra/progress.ts +0 -127
  297. package/src/theme/recipes/chakra/radio-card.ts +0 -220
  298. package/src/theme/recipes/chakra/radio-group.ts +0 -72
  299. package/src/theme/recipes/chakra/radiomark.ts +0 -107
  300. package/src/theme/recipes/chakra/rating-group.ts +0 -94
  301. package/src/theme/recipes/chakra/segment-group.ts +0 -117
  302. package/src/theme/recipes/chakra/select.ts +0 -282
  303. package/src/theme/recipes/chakra/separator.ts +0 -51
  304. package/src/theme/recipes/chakra/skeleton.ts +0 -53
  305. package/src/theme/recipes/chakra/skip-nav-link.ts +0 -34
  306. package/src/theme/recipes/chakra/slider.ts +0 -178
  307. package/src/theme/recipes/chakra/spinner.ts +0 -32
  308. package/src/theme/recipes/chakra/stat.ts +0 -79
  309. package/src/theme/recipes/chakra/status.ts +0 -48
  310. package/src/theme/recipes/chakra/steps.ts +0 -218
  311. package/src/theme/recipes/chakra/switch.ts +0 -167
  312. package/src/theme/recipes/chakra/table.ts +0 -172
  313. package/src/theme/recipes/chakra/tabs.ts +0 -280
  314. package/src/theme/recipes/chakra/tag.ts +0 -131
  315. package/src/theme/recipes/chakra/textarea.ts +0 -88
  316. package/src/theme/recipes/chakra/timeline.ts +0 -138
  317. package/src/theme/recipes/chakra/toast.ts +0 -96
  318. package/src/theme/recipes/chakra/tooltip.ts +0 -40
  319. package/src/theme/recipes.ts +0 -46
  320. package/src/theme/semantic-tokens/colors.ts +0 -403
  321. package/src/theme/semantic-tokens/radii.ts +0 -7
  322. package/src/theme/semantic-tokens/shadows.ts +0 -52
  323. package/src/theme/slot-recipes.ts +0 -104
  324. package/src/theme/text-styles.ts +0 -39
  325. package/src/theme/tokens/animations.ts +0 -8
  326. package/src/theme/tokens/aspect-ratios.ts +0 -10
  327. package/src/theme/tokens/blurs.ts +0 -12
  328. package/src/theme/tokens/borders.ts +0 -9
  329. package/src/theme/tokens/colors.ts +0 -177
  330. package/src/theme/tokens/cursor.ts +0 -12
  331. package/src/theme/tokens/durations.ts +0 -11
  332. package/src/theme/tokens/easings.ts +0 -10
  333. package/src/theme/tokens/font-sizes.ts +0 -20
  334. package/src/theme/tokens/font-weights.ts +0 -13
  335. package/src/theme/tokens/fonts.ts +0 -15
  336. package/src/theme/tokens/keyframes.ts +0 -173
  337. package/src/theme/tokens/letter-spacing.ts +0 -9
  338. package/src/theme/tokens/line-heights.ts +0 -19
  339. package/src/theme/tokens/radius.ts +0 -18
  340. package/src/theme/tokens/sizes.ts +0 -71
  341. package/src/theme/tokens/spacing.ts +0 -38
  342. package/src/theme/tokens/z-indices.ts +0 -34
  343. package/src/theme/utils.ts +0 -46
  344. /package/dist/{chunk-KHRLZUV4.js → chunk-O2WVT2BP.js} +0 -0
@@ -1,67 +0,0 @@
1
- import { defineSlotRecipe } from '@chakra-ui/react'
2
- import { listAnatomy } from '@chakra-ui/react/anatomy'
3
-
4
- export const listSlotRecipe = defineSlotRecipe({
5
- className: 'chakra-list',
6
- slots: listAnatomy.keys(),
7
- base: {
8
- root: {
9
- display: 'flex',
10
- flexDirection: 'column',
11
- gap: 'var(--list-gap)',
12
- '& :where(ul, ol)': {
13
- marginTop: 'var(--list-gap)',
14
- },
15
- },
16
- item: {
17
- whiteSpace: 'normal',
18
- display: 'list-item',
19
- },
20
- indicator: {
21
- marginEnd: '2',
22
- minHeight: '1lh',
23
- flexShrink: 0,
24
- display: 'inline-block',
25
- verticalAlign: 'middle',
26
- },
27
- },
28
-
29
- variants: {
30
- variant: {
31
- marker: {
32
- root: {
33
- listStyle: 'revert',
34
- listStylePosition: 'inside',
35
- },
36
- item: {
37
- _marker: {
38
- color: 'fg.subtle',
39
- },
40
- },
41
- },
42
-
43
- plain: {
44
- item: {
45
- alignItems: 'flex-start',
46
- display: 'inline-flex',
47
- },
48
- },
49
- },
50
-
51
- align: {
52
- center: {
53
- item: { alignItems: 'center' },
54
- },
55
- start: {
56
- item: { alignItems: 'flex-start' },
57
- },
58
- end: {
59
- item: { alignItems: 'flex-end' },
60
- },
61
- },
62
- },
63
-
64
- defaultVariants: {
65
- variant: 'marker',
66
- },
67
- })
@@ -1,27 +0,0 @@
1
- import { defineRecipe } from '@chakra-ui/react'
2
-
3
- export const markRecipe = defineRecipe({
4
- className: 'chakra-mark',
5
- base: {
6
- bg: 'transparent',
7
- color: 'inherit',
8
- whiteSpace: 'nowrap',
9
- },
10
-
11
- variants: {
12
- variant: {
13
- subtle: {
14
- bg: 'colorPalette.subtle',
15
- color: 'inherit',
16
- },
17
- solid: {
18
- bg: 'colorPalette.solid',
19
- color: 'colorPalette.contrast',
20
- },
21
- text: {
22
- fontWeight: 'medium',
23
- },
24
- plain: {},
25
- },
26
- },
27
- })
@@ -1,124 +0,0 @@
1
- import { defineSlotRecipe } from '@chakra-ui/react'
2
- import { menuAnatomy } from '@chakra-ui/react/anatomy'
3
-
4
- export const menuSlotRecipe = defineSlotRecipe({
5
- className: 'chakra-menu',
6
- slots: menuAnatomy.keys(),
7
- base: {
8
- content: {
9
- outline: 0,
10
- bg: 'bg.panel',
11
- boxShadow: 'lg',
12
- color: 'fg',
13
- '--menu-z-index': 'zIndex.dropdown',
14
- zIndex: 'calc(var(--menu-z-index) + var(--layer-index, 0))',
15
- borderRadius: 'l2',
16
- overflow: 'hidden',
17
- _open: {
18
- animationStyle: 'slide-fade-in',
19
- animationDuration: 'fast',
20
- },
21
- _closed: {
22
- animationStyle: 'slide-fade-out',
23
- animationDuration: 'faster',
24
- },
25
- },
26
- item: {
27
- textDecoration: 'none',
28
- color: 'fg',
29
- userSelect: 'none',
30
- borderRadius: 'l3',
31
- width: '100%',
32
- display: 'flex',
33
- cursor: 'menuitem',
34
- alignItems: 'center',
35
- textAlign: 'start',
36
- position: 'relative',
37
- flex: '0 0 auto',
38
- outline: 0,
39
- _disabled: {
40
- layerStyle: 'disabled',
41
- },
42
- },
43
- itemText: {
44
- flex: '1',
45
- },
46
- itemGroupLabel: {
47
- px: '2',
48
- py: '1.5',
49
- fontWeight: 'semibold',
50
- textStyle: 'sm',
51
- },
52
- indicator: {
53
- display: 'inline-flex',
54
- alignItems: 'center',
55
- justifyContent: 'center',
56
- flexShrink: '0',
57
- },
58
- itemCommand: {
59
- opacity: '0.6',
60
- textStyle: 'xs',
61
- ms: 'auto',
62
- ps: '4',
63
- letterSpacing: 'widest',
64
- },
65
- separator: {
66
- height: '1px',
67
- bg: 'bg.muted',
68
- my: '1',
69
- mx: '-1',
70
- },
71
- },
72
-
73
- variants: {
74
- variant: {
75
- subtle: {
76
- item: {
77
- _highlighted: {
78
- bg: 'bg.subtle',
79
- },
80
- },
81
- },
82
- solid: {
83
- item: {
84
- _highlighted: {
85
- bg: 'colorPalette.solid',
86
- color: 'colorPalette.contrast',
87
- },
88
- },
89
- },
90
- },
91
-
92
- size: {
93
- sm: {
94
- content: {
95
- minW: '8rem',
96
- padding: '1',
97
- },
98
- item: {
99
- gap: '1',
100
- textStyle: 'xs',
101
- py: '1',
102
- px: '1.5',
103
- },
104
- },
105
- md: {
106
- content: {
107
- minW: '8rem',
108
- padding: '1.5',
109
- },
110
- item: {
111
- gap: '2',
112
- textStyle: 'sm',
113
- py: '1.5',
114
- px: '2',
115
- },
116
- },
117
- },
118
- },
119
-
120
- defaultVariants: {
121
- size: 'md',
122
- variant: 'subtle',
123
- },
124
- })
@@ -1,140 +0,0 @@
1
- import { defineSlotRecipe } from '@chakra-ui/react'
2
- import { nativeSelectAnatomy } from '@chakra-ui/react/anatomy'
3
-
4
- import { selectSlotRecipe } from './select'
5
-
6
- export const nativeSelectSlotRecipe = defineSlotRecipe({
7
- className: 'chakra-native-select',
8
- slots: nativeSelectAnatomy.keys(),
9
-
10
- base: {
11
- root: {
12
- height: 'fit-content',
13
- display: 'flex',
14
- width: '100%',
15
- position: 'relative',
16
- },
17
- field: {
18
- width: '100%',
19
- minWidth: '0',
20
- outline: '0',
21
- appearance: 'none',
22
- borderRadius: 'l2',
23
- _disabled: {
24
- layerStyle: 'disabled',
25
- },
26
- _invalid: {
27
- borderColor: 'border.error',
28
- },
29
- focusVisibleRing: 'inside',
30
- lineHeight: 'normal',
31
- '& > option, & > optgroup': {
32
- bg: 'inherit',
33
- },
34
- },
35
- indicator: {
36
- position: 'absolute',
37
- display: 'inline-flex',
38
- alignItems: 'center',
39
- justifyContent: 'center',
40
- pointerEvents: 'none',
41
- top: '50%',
42
- transform: 'translateY(-50%)',
43
- height: '100%',
44
- color: 'fg.muted',
45
- _disabled: {
46
- opacity: '0.5',
47
- },
48
- _invalid: {
49
- color: 'fg.error',
50
- },
51
- _icon: {
52
- width: '1em',
53
- height: '1em',
54
- },
55
- },
56
- },
57
-
58
- variants: {
59
- variant: {
60
- outline: {
61
- field: selectSlotRecipe.variants?.variant.outline.trigger,
62
- },
63
- subtle: {
64
- field: selectSlotRecipe.variants?.variant.subtle.trigger,
65
- },
66
- plain: {
67
- field: {
68
- bg: 'transparent',
69
- color: 'fg',
70
- focusRingWidth: '2px',
71
- },
72
- },
73
- },
74
-
75
- size: {
76
- xs: {
77
- field: {
78
- textStyle: 'xs',
79
- ps: '2',
80
- pe: '6',
81
- height: '6',
82
- },
83
- indicator: {
84
- textStyle: 'sm',
85
- insetEnd: '1.5',
86
- },
87
- },
88
- sm: {
89
- field: {
90
- textStyle: 'sm',
91
- ps: '2.5',
92
- pe: '8',
93
- height: '8',
94
- },
95
- indicator: {
96
- textStyle: 'md',
97
- insetEnd: '2',
98
- },
99
- },
100
- md: {
101
- field: {
102
- textStyle: 'sm',
103
- ps: '3',
104
- pe: '8',
105
- height: '10',
106
- },
107
- indicator: {
108
- textStyle: 'lg',
109
- insetEnd: '2',
110
- },
111
- },
112
- lg: {
113
- field: {
114
- textStyle: 'md',
115
- ps: '4',
116
- pe: '8',
117
- height: '11',
118
- },
119
- indicator: {
120
- textStyle: 'xl',
121
- insetEnd: '3',
122
- },
123
- },
124
- xl: {
125
- field: {
126
- textStyle: 'md',
127
- ps: '4.5',
128
- pe: '10',
129
- height: '12',
130
- },
131
- indicator: {
132
- textStyle: 'xl',
133
- insetEnd: '3',
134
- },
135
- },
136
- },
137
- },
138
-
139
- defaultVariants: selectSlotRecipe.defaultVariants,
140
- })
@@ -1,115 +0,0 @@
1
- import { defineSlotRecipe, defineStyle } from '@chakra-ui/react'
2
- import { numberInputAnatomy } from '@chakra-ui/react/anatomy'
3
-
4
- import { mapEntries } from '../../utils.ts'
5
- import { inputRecipe } from './input.ts'
6
-
7
- const triggerStyle = defineStyle({
8
- display: 'flex',
9
- justifyContent: 'center',
10
- alignItems: 'center',
11
- flex: '1',
12
- userSelect: 'none',
13
- cursor: 'button',
14
- lineHeight: '1',
15
- color: 'fg.muted',
16
- '--stepper-base-radius': 'radii.xs',
17
- '--stepper-radius': 'calc(var(--stepper-base-radius) + 1px)',
18
- _icon: {
19
- boxSize: '1em',
20
- },
21
- _disabled: {
22
- opacity: '0.5',
23
- },
24
- _hover: {
25
- bg: 'bg.muted',
26
- },
27
- _active: {
28
- bg: 'bg.emphasized',
29
- },
30
- })
31
-
32
- export const numberInputSlotRecipe = defineSlotRecipe({
33
- className: 'chakra-number-input',
34
- slots: numberInputAnatomy.keys(),
35
- base: {
36
- root: {
37
- position: 'relative',
38
- zIndex: '0',
39
- isolation: 'isolate',
40
- },
41
- input: {
42
- ...inputRecipe.base,
43
- verticalAlign: 'top',
44
- pe: 'calc(var(--stepper-width) + 0.5rem)',
45
- },
46
- control: {
47
- display: 'flex',
48
- flexDirection: 'column',
49
- position: 'absolute',
50
- top: '0',
51
- insetEnd: '0px',
52
- margin: '1px',
53
- width: 'var(--stepper-width)',
54
- height: 'calc(100% - 2px)',
55
- zIndex: '1',
56
- borderStartWidth: '1px',
57
- divideY: '1px',
58
- },
59
- incrementTrigger: {
60
- ...triggerStyle,
61
- borderTopEndRadius: 'var(--stepper-radius)',
62
- },
63
- decrementTrigger: {
64
- ...triggerStyle,
65
- borderBottomEndRadius: 'var(--stepper-radius)',
66
- },
67
- valueText: {
68
- fontWeight: 'medium',
69
- fontFeatureSettings: 'pnum',
70
- fontVariantNumeric: 'proportional-nums',
71
- },
72
- },
73
- variants: {
74
- size: {
75
- xs: {
76
- input: inputRecipe.variants!.size.xs,
77
- control: {
78
- fontSize: '2xs',
79
- '--stepper-width': 'sizes.4',
80
- },
81
- },
82
- sm: {
83
- input: inputRecipe.variants!.size.sm,
84
- control: {
85
- fontSize: 'xs',
86
- '--stepper-width': 'sizes.5',
87
- },
88
- },
89
- md: {
90
- input: inputRecipe.variants!.size.md,
91
- control: {
92
- fontSize: 'sm',
93
- '--stepper-width': 'sizes.6',
94
- },
95
- },
96
- lg: {
97
- input: inputRecipe.variants!.size.lg,
98
- control: {
99
- fontSize: 'sm',
100
- '--stepper-width': 'sizes.6',
101
- },
102
- },
103
- },
104
-
105
- variant: mapEntries(inputRecipe.variants!.variant, (key, variantStyles) => [
106
- key,
107
- { input: variantStyles },
108
- ]),
109
- },
110
-
111
- defaultVariants: {
112
- size: 'md',
113
- variant: 'outline',
114
- },
115
- })
@@ -1,27 +0,0 @@
1
- import { defineSlotRecipe } from '@chakra-ui/react'
2
- import { pinInputAnatomy } from '@chakra-ui/react/anatomy'
3
-
4
- import { mapEntries } from '../../utils.ts'
5
- import { inputRecipe } from './input'
6
-
7
- const { variants, defaultVariants } = inputRecipe
8
-
9
- export const pinInputSlotRecipe = defineSlotRecipe({
10
- className: 'chakra-pin-input',
11
- slots: pinInputAnatomy.keys(),
12
- base: {
13
- input: {
14
- ...inputRecipe.base,
15
- textAlign: 'center',
16
- width: 'var(--input-height)',
17
- },
18
- },
19
- variants: {
20
- size: mapEntries(variants!.size, (key, value) => [key, { input: value }]),
21
- variant: mapEntries(variants!.variant, (key, value) => [
22
- key,
23
- { input: value },
24
- ]),
25
- },
26
- defaultVariants: defaultVariants,
27
- })
@@ -1,86 +0,0 @@
1
- import { defineSlotRecipe } from '@chakra-ui/react'
2
- import { popoverAnatomy } from '@chakra-ui/react/anatomy'
3
-
4
- export const popoverSlotRecipe = defineSlotRecipe({
5
- className: 'chakra-popover',
6
- slots: popoverAnatomy.keys(),
7
- base: {
8
- content: {
9
- position: 'relative',
10
- display: 'flex',
11
- flexDirection: 'column',
12
- textStyle: 'sm',
13
- '--popover-bg': 'colors.bg.panel',
14
- bg: 'var(--popover-bg)',
15
- boxShadow: 'lg',
16
- '--popover-size': 'sizes.xs',
17
- '--popover-mobile-size': 'calc(100dvw - 1rem)',
18
- width: {
19
- base: 'min(var(--popover-mobile-size), var(--popover-size))',
20
- sm: 'var(--popover-size)',
21
- },
22
- borderRadius: 'l3',
23
- '--popover-z-index': 'zIndex.popover',
24
- zIndex: 'calc(var(--popover-z-index) + var(--layer-index, 0))',
25
- outline: '0',
26
- transformOrigin: 'var(--transform-origin)',
27
- _open: {
28
- animationStyle: 'scale-fade-in',
29
- animationDuration: 'fast',
30
- },
31
- _closed: {
32
- animationStyle: 'scale-fade-out',
33
- animationDuration: 'faster',
34
- },
35
- },
36
- header: {
37
- paddingInline: 'var(--popover-padding)',
38
- paddingTop: 'var(--popover-padding)',
39
- },
40
- body: {
41
- padding: 'var(--popover-padding)',
42
- flex: '1',
43
- },
44
- footer: {
45
- display: 'flex',
46
- alignItems: 'center',
47
- paddingInline: 'var(--popover-padding)',
48
- paddingBottom: 'var(--popover-padding)',
49
- },
50
- arrow: {
51
- '--arrow-size': 'sizes.3',
52
- '--arrow-background': 'var(--popover-bg)',
53
- },
54
- arrowTip: {
55
- borderTopWidth: '1px',
56
- borderInlineStartWidth: '1px',
57
- },
58
- },
59
- variants: {
60
- size: {
61
- xs: {
62
- content: {
63
- '--popover-padding': 'spacing.3',
64
- },
65
- },
66
- sm: {
67
- content: {
68
- '--popover-padding': 'spacing.4',
69
- },
70
- },
71
- md: {
72
- content: {
73
- '--popover-padding': 'spacing.5',
74
- },
75
- },
76
- lg: {
77
- content: {
78
- '--popover-padding': 'spacing.6',
79
- },
80
- },
81
- },
82
- },
83
- defaultVariants: {
84
- size: 'md',
85
- },
86
- })
@@ -1,94 +0,0 @@
1
- import { defineSlotRecipe } from '@chakra-ui/react'
2
- import { progressAnatomy } from '@chakra-ui/react/anatomy'
3
-
4
- export const progressCircleSlotRecipe = defineSlotRecipe({
5
- className: 'chakra-progress-circle',
6
- slots: progressAnatomy.keys(),
7
- base: {
8
- root: {
9
- display: 'inline-flex',
10
- textStyle: 'sm',
11
- position: 'relative',
12
- },
13
- circle: {
14
- _indeterminate: {
15
- animation: 'spin 2s linear infinite',
16
- },
17
- },
18
- circleTrack: {
19
- '--track-color': 'colors.colorPalette.muted',
20
- stroke: 'var(--track-color)',
21
- },
22
- circleRange: {
23
- stroke: 'colorPalette.solid',
24
- transitionProperty: 'stroke-dasharray',
25
- transitionDuration: '0.6s',
26
- _indeterminate: {
27
- animation: 'circular-progress 1.5s linear infinite',
28
- },
29
- },
30
- label: {
31
- display: 'inline-flex',
32
- },
33
- valueText: {
34
- lineHeight: '1',
35
- fontWeight: 'medium',
36
- letterSpacing: 'tight',
37
- fontVariantNumeric: 'tabular-nums',
38
- },
39
- },
40
-
41
- variants: {
42
- size: {
43
- xs: {
44
- circle: {
45
- '--size': '24px',
46
- '--thickness': '4px',
47
- },
48
- valueText: {
49
- textStyle: '2xs',
50
- },
51
- },
52
- sm: {
53
- circle: {
54
- '--size': '32px',
55
- '--thickness': '5px',
56
- },
57
- valueText: {
58
- textStyle: '2xs',
59
- },
60
- },
61
- md: {
62
- circle: {
63
- '--size': '40px',
64
- '--thickness': '6px',
65
- },
66
- valueText: {
67
- textStyle: 'xs',
68
- },
69
- },
70
- lg: {
71
- circle: {
72
- '--size': '48px',
73
- '--thickness': '7px',
74
- },
75
- valueText: {
76
- textStyle: 'sm',
77
- },
78
- },
79
- xl: {
80
- circle: {
81
- '--size': '64px',
82
- '--thickness': '8px',
83
- },
84
- valueText: {
85
- textStyle: 'sm',
86
- },
87
- },
88
- },
89
- },
90
-
91
- defaultVariants: {
92
- size: 'md',
93
- },
94
- })