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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (237) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/components/app-shell/index.d.cts +1 -1
  3. package/dist/components/app-shell/index.d.ts +1 -1
  4. package/dist/components/navbar/index.d.cts +3 -3
  5. package/dist/components/navbar/index.d.ts +3 -3
  6. package/dist/components/persona/index.d.cts +1 -1
  7. package/dist/components/persona/index.d.ts +1 -1
  8. package/dist/components/sidebar/index.d.cts +12 -12
  9. package/dist/components/sidebar/index.d.ts +12 -12
  10. package/dist/index.cjs +2 -12
  11. package/dist/index.js +2 -12
  12. package/package.json +4 -6
  13. package/src/components/app-shell/app-shell.recipe.ts +0 -52
  14. package/src/components/app-shell/app-shell.stories.tsx +0 -51
  15. package/src/components/app-shell/app-shell.tsx +0 -94
  16. package/src/components/app-shell/index.ts +0 -3
  17. package/src/components/breadcrumbs/breadcrumb.stories.tsx +0 -17
  18. package/src/components/breadcrumbs/breadcrumb.tsx +0 -36
  19. package/src/components/breadcrumbs/index.ts +0 -1
  20. package/src/components/breadcrumbs/namespace.ts +0 -8
  21. package/src/components/button/button.recipe.ts +0 -182
  22. package/src/components/button/button.stories.tsx +0 -99
  23. package/src/components/button/button.tsx +0 -55
  24. package/src/components/button/index.ts +0 -2
  25. package/src/components/checkbox/checkbox.tsx +0 -26
  26. package/src/components/checkbox/index.ts +0 -2
  27. package/src/components/close-button/close-button.stories.tsx +0 -12
  28. package/src/components/close-button/close-button.tsx +0 -18
  29. package/src/components/close-button/index.ts +0 -2
  30. package/src/components/command/command.recipe.ts +0 -17
  31. package/src/components/command/command.stories.tsx +0 -47
  32. package/src/components/command/command.tsx +0 -50
  33. package/src/components/command/index.ts +0 -1
  34. package/src/components/dialog/dialog.tsx +0 -67
  35. package/src/components/dialog/index.ts +0 -1
  36. package/src/components/dialog/namespace.ts +0 -18
  37. package/src/components/drawer/drawer.tsx +0 -57
  38. package/src/components/drawer/index.ts +0 -3
  39. package/src/components/drawer/namespace.ts +0 -19
  40. package/src/components/grid-list/grid-list.recipe.ts +0 -113
  41. package/src/components/icon-badge/icon-badge.recipe.ts +0 -57
  42. package/src/components/icon-badge/icon-badge.stories.tsx +0 -38
  43. package/src/components/icon-badge/icon-badge.tsx +0 -59
  44. package/src/components/icon-badge/index.ts +0 -2
  45. package/src/components/icons/create-icon.tsx +0 -41
  46. package/src/components/icons/icons.tsx +0 -119
  47. package/src/components/icons/index.ts +0 -1
  48. package/src/components/input-group/index.ts +0 -1
  49. package/src/components/input-group/input-group.tsx +0 -46
  50. package/src/components/link/index.ts +0 -2
  51. package/src/components/link/link.stories.tsx +0 -17
  52. package/src/components/link/link.test.tsx +0 -33
  53. package/src/components/link/link.tsx +0 -27
  54. package/src/components/loading-overlay/index.ts +0 -1
  55. package/src/components/loading-overlay/loading-overlay.recipe.ts +0 -61
  56. package/src/components/loading-overlay/loading-overlay.stories.tsx +0 -68
  57. package/src/components/loading-overlay/loading-overlay.tsx +0 -54
  58. package/src/components/loading-overlay/namespace.ts +0 -7
  59. package/src/components/navbar/index.ts +0 -1
  60. package/src/components/navbar/namespace.ts +0 -9
  61. package/src/components/navbar/navbar.recipe.ts +0 -109
  62. package/src/components/navbar/navbar.stories.tsx +0 -435
  63. package/src/components/navbar/navbar.test.tsx +0 -49
  64. package/src/components/navbar/navbar.tsx +0 -39
  65. package/src/components/number-input/index.ts +0 -2
  66. package/src/components/number-input/number-input.tsx +0 -41
  67. package/src/components/password-input/index.ts +0 -2
  68. package/src/components/password-input/password-input.tsx +0 -93
  69. package/src/components/persona/index.ts +0 -2
  70. package/src/components/persona/namespace.ts +0 -18
  71. package/src/components/persona/persona-primitive.tsx +0 -220
  72. package/src/components/persona/persona.recipe.ts +0 -94
  73. package/src/components/persona/persona.stories.tsx +0 -101
  74. package/src/components/persona/persona.tsx +0 -142
  75. package/src/components/pin-input/index.ts +0 -2
  76. package/src/components/pin-input/pin-input.tsx +0 -36
  77. package/src/components/radio/index.ts +0 -2
  78. package/src/components/radio/radio.tsx +0 -27
  79. package/src/components/search-input/index.ts +0 -2
  80. package/src/components/search-input/search-input.stories.tsx +0 -63
  81. package/src/components/search-input/search-input.tsx +0 -134
  82. package/src/components/select/index.ts +0 -1
  83. package/src/components/select/namespace.ts +0 -18
  84. package/src/components/select/select.tsx +0 -135
  85. package/src/components/sidebar/index.ts +0 -7
  86. package/src/components/sidebar/namespace.ts +0 -27
  87. package/src/components/sidebar/sidebar-item.recipe.ts +0 -65
  88. package/src/components/sidebar/sidebar.recipe.ts +0 -237
  89. package/src/components/sidebar/sidebar.stories.tsx +0 -903
  90. package/src/components/sidebar/sidebar.tsx +0 -208
  91. package/src/components/spinner/index.ts +0 -2
  92. package/src/components/spinner/spinner.stories.tsx +0 -19
  93. package/src/components/spinner/spinner.tsx +0 -21
  94. package/src/components/steps/index.ts +0 -1
  95. package/src/components/steps/namespace.ts +0 -16
  96. package/src/components/steps/steps.tsx +0 -82
  97. package/src/components/switch/index.ts +0 -3
  98. package/src/components/switch/switch.tsx +0 -39
  99. package/src/compositions/accordion.tsx +0 -47
  100. package/src/compositions/action-bar.tsx +0 -40
  101. package/src/compositions/alert.tsx +0 -51
  102. package/src/compositions/avatar.tsx +0 -74
  103. package/src/compositions/blockquote.tsx +0 -31
  104. package/src/compositions/checkbox-card.tsx +0 -57
  105. package/src/compositions/checkbox.tsx +0 -25
  106. package/src/compositions/clipboard.tsx +0 -107
  107. package/src/compositions/color-mode.tsx +0 -65
  108. package/src/compositions/data-list.tsx +0 -37
  109. package/src/compositions/empty-state.tsx +0 -34
  110. package/src/compositions/field.tsx +0 -33
  111. package/src/compositions/file-button.tsx +0 -166
  112. package/src/compositions/hover-card.tsx +0 -35
  113. package/src/compositions/link-button.tsx +0 -12
  114. package/src/compositions/menu.tsx +0 -108
  115. package/src/compositions/native-select.tsx +0 -57
  116. package/src/compositions/pagination.tsx +0 -207
  117. package/src/compositions/popover.tsx +0 -58
  118. package/src/compositions/progress-circle.tsx +0 -37
  119. package/src/compositions/progress.tsx +0 -40
  120. package/src/compositions/prose.tsx +0 -264
  121. package/src/compositions/provider.tsx +0 -12
  122. package/src/compositions/radio-card.tsx +0 -57
  123. package/src/compositions/radio.tsx +0 -24
  124. package/src/compositions/rating.tsx +0 -27
  125. package/src/compositions/segmented-control.tsx +0 -47
  126. package/src/compositions/skeleton.tsx +0 -44
  127. package/src/compositions/slider.tsx +0 -53
  128. package/src/compositions/stat.tsx +0 -75
  129. package/src/compositions/status.tsx +0 -29
  130. package/src/compositions/stepper-input.tsx +0 -49
  131. package/src/compositions/tag.tsx +0 -39
  132. package/src/compositions/timeline.tsx +0 -17
  133. package/src/compositions/toaster.tsx +0 -43
  134. package/src/compositions/toggle-tip.tsx +0 -62
  135. package/src/compositions/tooltip.tsx +0 -46
  136. package/src/index.ts +0 -7
  137. package/src/preset.ts +0 -9
  138. package/src/provider/index.ts +0 -4
  139. package/src/provider/sui-provider.tsx +0 -34
  140. package/src/provider/use-link.test.tsx +0 -60
  141. package/src/provider/use-link.tsx +0 -13
  142. package/src/styled-system/create-recipe-context.tsx +0 -91
  143. package/src/styled-system/create-slot-recipe-context.tsx +0 -188
  144. package/src/styled-system/empty.ts +0 -7
  145. package/src/styled-system/factory.types.ts +0 -11
  146. package/src/theme/animation-styles.ts +0 -53
  147. package/src/theme/breakpoints.ts +0 -11
  148. package/src/theme/conditions.ts +0 -26
  149. package/src/theme/fluid-font-sizes.ts +0 -65
  150. package/src/theme/global-css.ts +0 -94
  151. package/src/theme/index.ts +0 -72
  152. package/src/theme/layer-styles.ts +0 -116
  153. package/src/theme/recipes/chakra/accordion.ts +0 -145
  154. package/src/theme/recipes/chakra/action-bar.ts +0 -62
  155. package/src/theme/recipes/chakra/alert.ts +0 -157
  156. package/src/theme/recipes/chakra/avatar.ts +0 -141
  157. package/src/theme/recipes/chakra/badge.ts +0 -67
  158. package/src/theme/recipes/chakra/blockquote.ts +0 -83
  159. package/src/theme/recipes/chakra/breadcrumb.ts +0 -94
  160. package/src/theme/recipes/chakra/card.ts +0 -99
  161. package/src/theme/recipes/chakra/checkbox-card.ts +0 -212
  162. package/src/theme/recipes/chakra/checkbox.ts +0 -70
  163. package/src/theme/recipes/chakra/checkmark.ts +0 -83
  164. package/src/theme/recipes/chakra/code.ts +0 -17
  165. package/src/theme/recipes/chakra/collapsible.ts +0 -20
  166. package/src/theme/recipes/chakra/container.ts +0 -26
  167. package/src/theme/recipes/chakra/data-list.ts +0 -80
  168. package/src/theme/recipes/chakra/dialog.ts +0 -225
  169. package/src/theme/recipes/chakra/drawer.ts +0 -201
  170. package/src/theme/recipes/chakra/editable.ts +0 -88
  171. package/src/theme/recipes/chakra/empty-state.ts +0 -88
  172. package/src/theme/recipes/chakra/field.ts +0 -68
  173. package/src/theme/recipes/chakra/fieldset.ts +0 -62
  174. package/src/theme/recipes/chakra/file-upload.ts +0 -96
  175. package/src/theme/recipes/chakra/heading.ts +0 -27
  176. package/src/theme/recipes/chakra/hover-card.ts +0 -68
  177. package/src/theme/recipes/chakra/icon.ts +0 -30
  178. package/src/theme/recipes/chakra/input-addon.ts +0 -40
  179. package/src/theme/recipes/chakra/input.ts +0 -96
  180. package/src/theme/recipes/chakra/kbd.ts +0 -60
  181. package/src/theme/recipes/chakra/link.ts +0 -37
  182. package/src/theme/recipes/chakra/list.ts +0 -67
  183. package/src/theme/recipes/chakra/mark.ts +0 -27
  184. package/src/theme/recipes/chakra/menu.ts +0 -124
  185. package/src/theme/recipes/chakra/native-select.ts +0 -140
  186. package/src/theme/recipes/chakra/number-input.ts +0 -115
  187. package/src/theme/recipes/chakra/pin-input.ts +0 -27
  188. package/src/theme/recipes/chakra/popover.ts +0 -86
  189. package/src/theme/recipes/chakra/progress-circle.ts +0 -94
  190. package/src/theme/recipes/chakra/progress.ts +0 -127
  191. package/src/theme/recipes/chakra/radio-card.ts +0 -220
  192. package/src/theme/recipes/chakra/radio-group.ts +0 -72
  193. package/src/theme/recipes/chakra/radiomark.ts +0 -107
  194. package/src/theme/recipes/chakra/rating-group.ts +0 -94
  195. package/src/theme/recipes/chakra/segment-group.ts +0 -117
  196. package/src/theme/recipes/chakra/select.ts +0 -282
  197. package/src/theme/recipes/chakra/separator.ts +0 -51
  198. package/src/theme/recipes/chakra/skeleton.ts +0 -53
  199. package/src/theme/recipes/chakra/skip-nav-link.ts +0 -34
  200. package/src/theme/recipes/chakra/slider.ts +0 -178
  201. package/src/theme/recipes/chakra/spinner.ts +0 -32
  202. package/src/theme/recipes/chakra/stat.ts +0 -79
  203. package/src/theme/recipes/chakra/status.ts +0 -48
  204. package/src/theme/recipes/chakra/steps.ts +0 -218
  205. package/src/theme/recipes/chakra/switch.ts +0 -167
  206. package/src/theme/recipes/chakra/table.ts +0 -172
  207. package/src/theme/recipes/chakra/tabs.ts +0 -280
  208. package/src/theme/recipes/chakra/tag.ts +0 -131
  209. package/src/theme/recipes/chakra/textarea.ts +0 -88
  210. package/src/theme/recipes/chakra/timeline.ts +0 -138
  211. package/src/theme/recipes/chakra/toast.ts +0 -96
  212. package/src/theme/recipes/chakra/tooltip.ts +0 -40
  213. package/src/theme/recipes.ts +0 -46
  214. package/src/theme/semantic-tokens/colors.ts +0 -403
  215. package/src/theme/semantic-tokens/radii.ts +0 -7
  216. package/src/theme/semantic-tokens/shadows.ts +0 -52
  217. package/src/theme/slot-recipes.ts +0 -104
  218. package/src/theme/text-styles.ts +0 -39
  219. package/src/theme/tokens/animations.ts +0 -8
  220. package/src/theme/tokens/aspect-ratios.ts +0 -10
  221. package/src/theme/tokens/blurs.ts +0 -12
  222. package/src/theme/tokens/borders.ts +0 -9
  223. package/src/theme/tokens/colors.ts +0 -177
  224. package/src/theme/tokens/cursor.ts +0 -12
  225. package/src/theme/tokens/durations.ts +0 -11
  226. package/src/theme/tokens/easings.ts +0 -10
  227. package/src/theme/tokens/font-sizes.ts +0 -20
  228. package/src/theme/tokens/font-weights.ts +0 -13
  229. package/src/theme/tokens/fonts.ts +0 -15
  230. package/src/theme/tokens/keyframes.ts +0 -173
  231. package/src/theme/tokens/letter-spacing.ts +0 -9
  232. package/src/theme/tokens/line-heights.ts +0 -19
  233. package/src/theme/tokens/radius.ts +0 -18
  234. package/src/theme/tokens/sizes.ts +0 -71
  235. package/src/theme/tokens/spacing.ts +0 -38
  236. package/src/theme/tokens/z-indices.ts +0 -34
  237. package/src/theme/utils.ts +0 -46
@@ -1,17 +0,0 @@
1
- import { defineRecipe } from '@chakra-ui/react'
2
-
3
- import { badgeRecipe } from './badge'
4
-
5
- const { variants, defaultVariants } = badgeRecipe
6
-
7
- export const codeRecipe = defineRecipe({
8
- className: 'chakra-code',
9
- base: {
10
- fontFamily: 'mono',
11
- alignItems: 'center',
12
- display: 'inline-flex',
13
- borderRadius: 'l2',
14
- },
15
- variants,
16
- defaultVariants,
17
- })
@@ -1,20 +0,0 @@
1
- import { defineSlotRecipe } from '@chakra-ui/react'
2
- import { collapsibleAnatomy } from '@chakra-ui/react/anatomy'
3
-
4
- export const collapsibleSlotRecipe = defineSlotRecipe({
5
- slots: collapsibleAnatomy.keys(),
6
- className: 'chakra-collapsible',
7
- base: {
8
- content: {
9
- overflow: 'hidden',
10
- _open: {
11
- animationName: 'expand-height, fade-in',
12
- animationDuration: 'moderate',
13
- },
14
- _closed: {
15
- animationName: 'collapse-height, fade-out',
16
- animationDuration: 'moderate',
17
- },
18
- },
19
- },
20
- })
@@ -1,26 +0,0 @@
1
- import { defineRecipe } from '@chakra-ui/react'
2
-
3
- export const containerRecipe = defineRecipe({
4
- className: 'chakra-container',
5
- base: {
6
- position: 'relative',
7
- maxWidth: '8xl',
8
- w: '100%',
9
- mx: 'auto',
10
- px: { base: '4', md: '6', lg: '8' },
11
- },
12
- variants: {
13
- centerContent: {
14
- true: {
15
- display: 'flex',
16
- flexDirection: 'column',
17
- alignItems: 'center',
18
- },
19
- },
20
- fluid: {
21
- true: {
22
- maxWidth: 'full',
23
- },
24
- },
25
- },
26
- })
@@ -1,80 +0,0 @@
1
- import { defineSlotRecipe } from '@chakra-ui/react'
2
- import { dataListAnatomy } from '@chakra-ui/react/anatomy'
3
-
4
- export const dataListSlotRecipe = defineSlotRecipe({
5
- slots: dataListAnatomy.keys(),
6
- className: 'chakra-data-list',
7
- base: {
8
- itemLabel: {
9
- color: 'fg.muted',
10
- display: 'flex',
11
- alignItems: 'center',
12
- gap: '1',
13
- },
14
- itemValue: {
15
- display: 'flex',
16
- minWidth: '0',
17
- flex: '1',
18
- },
19
- },
20
- variants: {
21
- orientation: {
22
- horizontal: {
23
- root: {
24
- display: 'flex',
25
- flexDirection: 'column',
26
- },
27
- item: {
28
- display: 'inline-flex',
29
- alignItems: 'center',
30
- gap: '4',
31
- },
32
- itemLabel: {
33
- minWidth: '120px',
34
- },
35
- },
36
- vertical: {
37
- root: {
38
- display: 'flex',
39
- flexDirection: 'column',
40
- },
41
- item: {
42
- display: 'flex',
43
- flexDirection: 'column',
44
- gap: '1',
45
- },
46
- },
47
- },
48
- size: {
49
- sm: {
50
- root: {
51
- gap: '3',
52
- },
53
- item: {
54
- textStyle: 'xs',
55
- },
56
- },
57
- md: {
58
- root: {
59
- gap: '4',
60
- },
61
- item: {
62
- textStyle: 'sm',
63
- },
64
- },
65
- lg: {
66
- root: {
67
- gap: '5',
68
- },
69
- item: {
70
- textStyle: 'md',
71
- },
72
- },
73
- },
74
- },
75
-
76
- defaultVariants: {
77
- size: 'md',
78
- orientation: 'vertical',
79
- },
80
- })
@@ -1,225 +0,0 @@
1
- import { defineSlotRecipe } from '@chakra-ui/react'
2
- import { dialogAnatomy } from '@chakra-ui/react/anatomy'
3
-
4
- export const dialogSlotRecipe = defineSlotRecipe({
5
- slots: dialogAnatomy.keys(),
6
- className: 'chakra-dialog',
7
- base: {
8
- backdrop: {
9
- bg: 'blackAlpha.500',
10
- pos: 'fixed',
11
- left: 0,
12
- top: 0,
13
- w: '100vw',
14
- h: '100dvh',
15
- zIndex: 'modal',
16
- _open: {
17
- animationName: 'fade-in',
18
- animationDuration: 'slow',
19
- },
20
- _closed: {
21
- animationName: 'fade-out',
22
- animationDuration: 'moderate',
23
- },
24
- },
25
- positioner: {
26
- display: 'flex',
27
- width: '100vw',
28
- height: '100dvh',
29
- position: 'fixed',
30
- left: 0,
31
- top: 0,
32
- '--dialog-z-index': 'zIndex.modal',
33
- zIndex: 'calc(var(--dialog-z-index) + var(--layer-index, 0))',
34
- justifyContent: 'center',
35
- overscrollBehaviorY: 'none',
36
- },
37
- content: {
38
- display: 'flex',
39
- flexDirection: 'column',
40
- position: 'relative',
41
- width: '100%',
42
- outline: 0,
43
- borderRadius: 'l3',
44
- textStyle: 'sm',
45
- my: 'var(--dialog-margin, var(--dialog-base-margin))',
46
- '--dialog-z-index': 'zIndex.modal',
47
- zIndex: 'calc(var(--dialog-z-index) + var(--layer-index, 0))',
48
- bg: 'bg.panel',
49
- boxShadow: 'lg',
50
- _open: {
51
- animationDuration: 'moderate',
52
- },
53
- _closed: {
54
- animationDuration: 'faster',
55
- },
56
- },
57
- header: {
58
- flex: 0,
59
- px: '6',
60
- pt: '6',
61
- pb: '4',
62
- },
63
- body: {
64
- flex: '1',
65
- px: '6',
66
- pt: '2',
67
- pb: '6',
68
- },
69
- footer: {
70
- display: 'flex',
71
- alignItems: 'center',
72
- justifyContent: 'flex-end',
73
- gap: '3',
74
- px: '6',
75
- pt: '2',
76
- pb: '4',
77
- },
78
- title: {
79
- textStyle: 'lg',
80
- fontWeight: 'semibold',
81
- },
82
- description: {
83
- color: 'fg.muted',
84
- },
85
- },
86
-
87
- variants: {
88
- placement: {
89
- center: {
90
- positioner: {
91
- alignItems: 'center',
92
- },
93
- content: {
94
- '--dialog-base-margin': 'auto',
95
- mx: 'auto',
96
- },
97
- },
98
- top: {
99
- positioner: {
100
- alignItems: 'flex-start',
101
- },
102
- content: {
103
- '--dialog-base-margin': 'spacing.16',
104
- mx: 'auto',
105
- },
106
- },
107
- bottom: {
108
- positioner: {
109
- alignItems: 'flex-end',
110
- },
111
- content: {
112
- '--dialog-base-margin': 'spacing.16',
113
- mx: 'auto',
114
- },
115
- },
116
- },
117
-
118
- scrollBehavior: {
119
- inside: {
120
- positioner: {
121
- overflow: 'hidden',
122
- },
123
- content: {
124
- maxH: 'calc(100% - 7.5rem)',
125
- },
126
- body: {
127
- overflow: 'auto',
128
- },
129
- },
130
- outside: {
131
- positioner: {
132
- overflow: 'auto',
133
- pointerEvents: 'auto',
134
- },
135
- },
136
- },
137
-
138
- size: {
139
- xs: {
140
- content: {
141
- maxW: 'sm',
142
- },
143
- },
144
- sm: {
145
- content: {
146
- maxW: 'md',
147
- },
148
- },
149
- md: {
150
- content: {
151
- maxW: 'lg',
152
- },
153
- },
154
- lg: {
155
- content: {
156
- maxW: '2xl',
157
- },
158
- },
159
- xl: {
160
- content: {
161
- maxW: '4xl',
162
- },
163
- },
164
- cover: {
165
- positioner: {
166
- padding: '10',
167
- },
168
- content: {
169
- width: '100%',
170
- height: '100%',
171
- '--dialog-margin': '0',
172
- },
173
- },
174
- full: {
175
- content: {
176
- maxW: '100vw',
177
- minH: '100vh',
178
- '--dialog-margin': '0',
179
- borderRadius: '0',
180
- },
181
- },
182
- },
183
-
184
- motionPreset: {
185
- scale: {
186
- content: {
187
- _open: { animationName: 'scale-in, fade-in' },
188
- _closed: { animationName: 'scale-out, fade-out' },
189
- },
190
- },
191
- 'slide-in-bottom': {
192
- content: {
193
- _open: { animationName: 'slide-from-bottom, fade-in' },
194
- _closed: { animationName: 'slide-to-bottom, fade-out' },
195
- },
196
- },
197
- 'slide-in-top': {
198
- content: {
199
- _open: { animationName: 'slide-from-top, fade-in' },
200
- _closed: { animationName: 'slide-to-top, fade-out' },
201
- },
202
- },
203
- 'slide-in-left': {
204
- content: {
205
- _open: { animationName: 'slide-from-left, fade-in' },
206
- _closed: { animationName: 'slide-to-left, fade-out' },
207
- },
208
- },
209
- 'slide-in-right': {
210
- content: {
211
- _open: { animationName: 'slide-from-right, fade-in' },
212
- _closed: { animationName: 'slide-to-right, fade-out' },
213
- },
214
- },
215
- none: {},
216
- },
217
- },
218
-
219
- defaultVariants: {
220
- size: 'md',
221
- scrollBehavior: 'outside',
222
- placement: 'top',
223
- motionPreset: 'scale',
224
- },
225
- })
@@ -1,201 +0,0 @@
1
- import { defineSlotRecipe } from '@chakra-ui/react'
2
- import { drawerAnatomy } from '@chakra-ui/react/anatomy'
3
-
4
- export const drawerSlotRecipe = defineSlotRecipe({
5
- slots: drawerAnatomy.keys(),
6
- className: 'chakra-drawer',
7
- base: {
8
- backdrop: {
9
- bg: 'blackAlpha.500',
10
- pos: 'fixed',
11
- insetInlineStart: 0,
12
- top: 0,
13
- w: '100vw',
14
- h: '100dvh',
15
- zIndex: 'modal',
16
- _open: {
17
- animationName: 'fade-in',
18
- animationDuration: 'slow',
19
- },
20
- _closed: {
21
- animationName: 'fade-out',
22
- animationDuration: 'moderate',
23
- },
24
- },
25
- positioner: {
26
- display: 'flex',
27
- width: '100vw',
28
- height: '100dvh',
29
- position: 'fixed',
30
- insetInlineStart: 0,
31
- top: 0,
32
- zIndex: 'modal',
33
- overscrollBehaviorY: 'none',
34
- },
35
- content: {
36
- display: 'flex',
37
- flexDirection: 'column',
38
- position: 'relative',
39
- width: '100%',
40
- outline: 0,
41
- zIndex: 'modal',
42
- textStyle: 'sm',
43
- maxH: '100dvh',
44
- color: 'inherit',
45
- bg: 'bg.panel',
46
- boxShadow: 'lg',
47
- _open: {
48
- animationDuration: 'slowest',
49
- animationTimingFunction: 'ease-in-smooth',
50
- },
51
- _closed: {
52
- animationDuration: 'slower',
53
- animationTimingFunction: 'ease-in-smooth',
54
- },
55
- },
56
- header: {
57
- flex: 0,
58
- px: '6',
59
- pt: '6',
60
- pb: '4',
61
- },
62
- body: {
63
- px: '6',
64
- py: '2',
65
- flex: '1',
66
- overflow: 'auto',
67
- },
68
- footer: {
69
- display: 'flex',
70
- alignItems: 'center',
71
- justifyContent: 'flex-end',
72
- gap: '3',
73
- px: '6',
74
- pt: '2',
75
- pb: '4',
76
- },
77
- title: {
78
- textStyle: 'lg',
79
- fontWeight: 'semibold',
80
- },
81
- description: {
82
- color: 'fg.muted',
83
- },
84
- },
85
-
86
- variants: {
87
- size: {
88
- xs: {
89
- content: {
90
- maxW: 'xs',
91
- },
92
- },
93
- sm: {
94
- content: {
95
- maxW: 'md',
96
- },
97
- },
98
- md: {
99
- content: {
100
- maxW: 'lg',
101
- },
102
- },
103
- lg: {
104
- content: {
105
- maxW: '2xl',
106
- },
107
- },
108
- xl: {
109
- content: {
110
- maxW: '4xl',
111
- },
112
- },
113
- full: {
114
- content: {
115
- maxW: '100vw',
116
- h: '100dvh',
117
- },
118
- },
119
- },
120
-
121
- placement: {
122
- start: {
123
- positioner: {
124
- justifyContent: 'flex-start',
125
- },
126
- content: {
127
- _open: {
128
- animationName: {
129
- base: 'slide-from-left-full, fade-in',
130
- _rtl: 'slide-from-right-full, fade-in',
131
- },
132
- },
133
- _closed: {
134
- animationName: {
135
- base: 'slide-to-left-full, fade-out',
136
- _rtl: 'slide-to-right-full, fade-out',
137
- },
138
- },
139
- },
140
- },
141
-
142
- end: {
143
- positioner: {
144
- justifyContent: 'flex-end',
145
- },
146
- content: {
147
- _open: {
148
- animationName: {
149
- base: 'slide-from-right-full, fade-in',
150
- _rtl: 'slide-from-left-full, fade-in',
151
- },
152
- },
153
- _closed: {
154
- animationName: {
155
- base: 'slide-to-right-full, fade-out',
156
- _rtl: 'slide-to-right-full, fade-out',
157
- },
158
- },
159
- },
160
- },
161
-
162
- top: {
163
- positioner: {
164
- alignItems: 'flex-start',
165
- },
166
- content: {
167
- maxW: '100%',
168
- _open: { animationName: 'slide-from-top-full, fade-in' },
169
- _closed: { animationName: 'slide-to-top-full, fade-out' },
170
- },
171
- },
172
-
173
- bottom: {
174
- positioner: {
175
- alignItems: 'flex-end',
176
- },
177
- content: {
178
- maxW: '100%',
179
- _open: { animationName: 'slide-from-bottom-full, fade-in' },
180
- _closed: { animationName: 'slide-to-bottom-full, fade-out' },
181
- },
182
- },
183
- },
184
-
185
- contained: {
186
- true: {
187
- positioner: {
188
- padding: '4',
189
- },
190
- content: {
191
- borderRadius: 'l3',
192
- },
193
- },
194
- },
195
- },
196
-
197
- defaultVariants: {
198
- size: 'xs',
199
- placement: 'end',
200
- },
201
- })
@@ -1,88 +0,0 @@
1
- import { defineSlotRecipe, defineStyle } from '@chakra-ui/react'
2
- import { editableAnatomy } from '@chakra-ui/react/anatomy'
3
-
4
- const sharedStyles = defineStyle({
5
- fontSize: 'inherit',
6
- fontWeight: 'inherit',
7
- textAlign: 'inherit',
8
- bg: 'transparent',
9
- borderRadius: 'l2',
10
- })
11
-
12
- export const editableSlotRecipe = defineSlotRecipe({
13
- slots: editableAnatomy.keys(),
14
- className: 'chakra-editable',
15
- base: {
16
- root: {
17
- display: 'inline-flex',
18
- alignItems: 'center',
19
- position: 'relative',
20
- gap: '1.5',
21
- width: 'full',
22
- },
23
- preview: {
24
- ...sharedStyles,
25
- py: '1',
26
- px: '1',
27
- display: 'inline-flex',
28
- alignItems: 'center',
29
- transitionProperty: 'common',
30
- transitionDuration: 'normal',
31
- cursor: 'text',
32
- _hover: {
33
- bg: 'bg.muted',
34
- },
35
- _disabled: {
36
- userSelect: 'none',
37
- },
38
- },
39
- input: {
40
- ...sharedStyles,
41
- outline: '0',
42
- py: '1',
43
- px: '1',
44
- transitionProperty: 'common',
45
- transitionDuration: 'normal',
46
- width: 'full',
47
- focusVisibleRing: 'inside',
48
- focusRingWidth: '2px',
49
- _placeholder: { opacity: 0.6 },
50
- },
51
-
52
- control: {
53
- display: 'inline-flex',
54
- alignItems: 'center',
55
- gap: '1.5',
56
- },
57
- },
58
-
59
- variants: {
60
- size: {
61
- sm: {
62
- root: {
63
- textStyle: 'sm',
64
- },
65
- preview: { minH: '8' },
66
- input: { minH: '8' },
67
- },
68
- md: {
69
- root: {
70
- textStyle: 'sm',
71
- },
72
- preview: { minH: '9' },
73
- input: { minH: '9' },
74
- },
75
- lg: {
76
- root: {
77
- textStyle: 'md',
78
- },
79
- preview: { minH: '10' },
80
- input: { minH: '10' },
81
- },
82
- },
83
- },
84
-
85
- defaultVariants: {
86
- size: 'md',
87
- },
88
- })