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

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 +20 -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,88 +0,0 @@
1
- import { defineSlotRecipe } from '@chakra-ui/react'
2
- import { emptyStateAnatomy } from '@chakra-ui/react/anatomy'
3
-
4
- export const emptyStateSlotRecipe = defineSlotRecipe({
5
- slots: emptyStateAnatomy.keys(),
6
- className: 'chakra-empty-state',
7
- base: {
8
- root: {
9
- width: 'full',
10
- },
11
- content: {
12
- display: 'flex',
13
- flexDirection: 'column',
14
- alignItems: 'center',
15
- justifyContent: 'center',
16
- },
17
- indicator: {
18
- display: 'flex',
19
- alignItems: 'center',
20
- justifyContent: 'center',
21
- color: 'fg.subtle',
22
- _icon: {
23
- boxSize: '1em',
24
- },
25
- },
26
- title: {
27
- fontWeight: 'semibold',
28
- },
29
- description: {
30
- textStyle: 'sm',
31
- color: 'fg.muted',
32
- },
33
- },
34
-
35
- variants: {
36
- size: {
37
- sm: {
38
- root: {
39
- px: '4',
40
- py: '6',
41
- },
42
- title: {
43
- textStyle: 'md',
44
- },
45
- content: {
46
- gap: '4',
47
- },
48
- indicator: {
49
- textStyle: '2xl',
50
- },
51
- },
52
- md: {
53
- root: {
54
- px: '8',
55
- py: '12',
56
- },
57
- title: {
58
- textStyle: 'lg',
59
- },
60
- content: {
61
- gap: '6',
62
- },
63
- indicator: {
64
- textStyle: '4xl',
65
- },
66
- },
67
- lg: {
68
- root: {
69
- px: '12',
70
- py: '16',
71
- },
72
- title: {
73
- textStyle: 'xl',
74
- },
75
- content: {
76
- gap: '8',
77
- },
78
- indicator: {
79
- textStyle: '6xl',
80
- },
81
- },
82
- },
83
- },
84
-
85
- defaultVariants: {
86
- size: 'md',
87
- },
88
- })
@@ -1,68 +0,0 @@
1
- import { defineSlotRecipe } from '@chakra-ui/react'
2
- import { fieldAnatomy } from '@chakra-ui/react/anatomy'
3
-
4
- export const fieldSlotRecipe = defineSlotRecipe({
5
- className: 'chakra-field',
6
- slots: fieldAnatomy.keys(),
7
- base: {
8
- requiredIndicator: {
9
- color: 'fg.error',
10
- lineHeight: '1',
11
- },
12
- root: {
13
- display: 'flex',
14
- width: '100%',
15
- position: 'relative',
16
- gap: '1.5',
17
- },
18
- label: {
19
- display: 'flex',
20
- alignItems: 'center',
21
- textAlign: 'start',
22
- textStyle: 'sm',
23
- fontWeight: 'medium',
24
- gap: '1',
25
- userSelect: 'none',
26
- _disabled: {
27
- opacity: '0.5',
28
- },
29
- },
30
- errorText: {
31
- display: 'inline-flex',
32
- alignItems: 'center',
33
- fontWeight: 'medium',
34
- gap: '1',
35
- color: 'fg.error',
36
- textStyle: 'xs',
37
- },
38
- helperText: {
39
- color: 'fg.muted',
40
- textStyle: 'xs',
41
- },
42
- },
43
-
44
- variants: {
45
- orientation: {
46
- vertical: {
47
- root: {
48
- flexDirection: 'column',
49
- alignItems: 'flex-start',
50
- },
51
- },
52
- horizontal: {
53
- root: {
54
- flexDirection: 'row',
55
- alignItems: 'center',
56
- justifyContent: 'space-between',
57
- },
58
- label: {
59
- flex: '0 0 var(--field-label-width, 80px)',
60
- },
61
- },
62
- },
63
- },
64
-
65
- defaultVariants: {
66
- orientation: 'vertical',
67
- },
68
- })
@@ -1,62 +0,0 @@
1
- import { fieldsetAnatomy } from '@ark-ui/anatomy'
2
- import { defineSlotRecipe } from '@chakra-ui/react'
3
-
4
- export const fieldsetSlotRecipe = defineSlotRecipe({
5
- className: 'fieldset',
6
- slots: [...fieldsetAnatomy.keys(), 'content'],
7
- base: {
8
- root: {
9
- display: 'flex',
10
- flexDirection: 'column',
11
- width: 'full',
12
- },
13
- content: {
14
- display: 'flex',
15
- flexDirection: 'column',
16
- width: 'full',
17
- },
18
- legend: {
19
- color: 'fg',
20
- fontWeight: 'medium',
21
- _disabled: {
22
- opacity: '0.5',
23
- },
24
- },
25
- helperText: {
26
- color: 'fg.muted',
27
- textStyle: 'sm',
28
- },
29
- errorText: {
30
- display: 'inline-flex',
31
- alignItems: 'center',
32
- color: 'fg.error',
33
- gap: '2',
34
- fontWeight: 'medium',
35
- textStyle: 'sm',
36
- },
37
- },
38
-
39
- variants: {
40
- size: {
41
- sm: {
42
- root: { spaceY: '2' },
43
- content: { gap: '1.5' },
44
- legend: { textStyle: 'sm' },
45
- },
46
- md: {
47
- root: { spaceY: '4' },
48
- content: { gap: '4' },
49
- legend: { textStyle: 'sm' },
50
- },
51
- lg: {
52
- root: { spaceY: '6' },
53
- content: { gap: '4' },
54
- legend: { textStyle: 'md' },
55
- },
56
- },
57
- },
58
-
59
- defaultVariants: {
60
- size: 'md',
61
- },
62
- })
@@ -1,96 +0,0 @@
1
- import { defineSlotRecipe } from '@chakra-ui/react'
2
- import { fileUploadAnatomy } from '@chakra-ui/react/anatomy'
3
-
4
- export const fileUploadSlotRecipe = defineSlotRecipe({
5
- className: 'chakra-file-upload',
6
- slots: fileUploadAnatomy.keys(),
7
- base: {
8
- root: {
9
- display: 'flex',
10
- flexDirection: 'column',
11
- gap: '4',
12
- width: '100%',
13
- alignItems: 'flex-start',
14
- },
15
- label: {
16
- fontWeight: 'medium',
17
- textStyle: 'sm',
18
- },
19
- dropzone: {
20
- background: 'bg',
21
- borderRadius: 'l3',
22
- borderWidth: '2px',
23
- borderStyle: 'dashed',
24
- display: 'flex',
25
- alignItems: 'center',
26
- flexDirection: 'column',
27
- gap: '4',
28
- justifyContent: 'center',
29
- minHeight: '2xs',
30
- px: '3',
31
- py: '2',
32
- transition: 'backgrounds',
33
- focusVisibleRing: 'outside',
34
- _hover: {
35
- bg: 'bg.subtle',
36
- },
37
- _dragging: {
38
- bg: 'colorPalette.subtle',
39
- borderStyle: 'solid',
40
- borderColor: 'colorPalette.solid',
41
- },
42
- },
43
- dropzoneContent: {
44
- display: 'flex',
45
- flexDirection: 'column',
46
- alignItems: 'center',
47
- textAlign: 'center',
48
- gap: '1',
49
- textStyle: 'sm',
50
- },
51
- item: {
52
- textStyle: 'sm',
53
- animationName: 'fade-in',
54
- animationDuration: 'moderate',
55
- background: 'bg',
56
- borderRadius: 'l2',
57
- borderWidth: '1px',
58
- width: '100%',
59
- display: 'flex',
60
- alignItems: 'center',
61
- gap: '3',
62
- p: '4',
63
- },
64
- itemGroup: {
65
- width: '100%',
66
- display: 'flex',
67
- flexDirection: 'column',
68
- gap: '3',
69
- },
70
- itemName: {
71
- color: 'fg',
72
- fontWeight: 'medium',
73
- lineClamp: '1',
74
- },
75
- itemContent: {
76
- display: 'flex',
77
- flexDirection: 'column',
78
- gap: '0.5',
79
- flex: '1',
80
- },
81
- itemSizeText: {
82
- color: 'fg.muted',
83
- textStyle: 'xs',
84
- },
85
- itemDeleteTrigger: {
86
- alignSelf: 'flex-start',
87
- },
88
- itemPreviewImage: {
89
- width: '10',
90
- height: '10',
91
- objectFit: 'scale-down',
92
- },
93
- },
94
-
95
- defaultVariants: {},
96
- })
@@ -1,27 +0,0 @@
1
- import { defineRecipe } from '@chakra-ui/react'
2
-
3
- export const headingRecipe = defineRecipe({
4
- className: 'chakra-heading',
5
- base: {
6
- fontFamily: 'heading',
7
- fontWeight: 'semibold',
8
- },
9
- variants: {
10
- size: {
11
- xs: { textStyle: 'xs' },
12
- sm: { textStyle: 'sm' },
13
- md: { textStyle: 'md' },
14
- lg: { textStyle: 'lg' },
15
- xl: { textStyle: 'xl' },
16
- '2xl': { textStyle: '2xl' },
17
- '3xl': { textStyle: '3xl' },
18
- '4xl': { textStyle: '4xl' },
19
- '5xl': { textStyle: '5xl' },
20
- '6xl': { textStyle: '6xl' },
21
- '7xl': { textStyle: '7xl' },
22
- },
23
- },
24
- defaultVariants: {
25
- size: 'xl',
26
- },
27
- })
@@ -1,68 +0,0 @@
1
- import { defineSlotRecipe } from '@chakra-ui/react'
2
- import { hoverCardAnatomy } from '@chakra-ui/react/anatomy'
3
-
4
- export const hoverCardSlotRecipe = defineSlotRecipe({
5
- className: 'chakra-hover-card',
6
- slots: hoverCardAnatomy.keys(),
7
- base: {
8
- content: {
9
- position: 'relative',
10
- display: 'flex',
11
- flexDirection: 'column',
12
- textStyle: 'sm',
13
- '--hovercard-bg': 'colors.bg.panel',
14
- bg: 'var(--hovercard-bg)',
15
- boxShadow: 'lg',
16
- maxWidth: '80',
17
- borderRadius: 'l3',
18
- zIndex: 'popover',
19
- transformOrigin: 'var(--transform-origin)',
20
- outline: '0',
21
- _open: {
22
- animationStyle: 'slide-fade-in',
23
- animationDuration: 'fast',
24
- },
25
- _closed: {
26
- animationStyle: 'slide-fade-out',
27
- animationDuration: 'faster',
28
- },
29
- },
30
- arrow: {
31
- '--arrow-size': 'sizes.3',
32
- '--arrow-background': 'var(--hovercard-bg)',
33
- },
34
- arrowTip: {
35
- borderTopWidth: '0.5px',
36
- borderInlineStartWidth: '0.5px',
37
- },
38
- },
39
-
40
- variants: {
41
- size: {
42
- xs: {
43
- content: {
44
- padding: '3',
45
- },
46
- },
47
- sm: {
48
- content: {
49
- padding: '4',
50
- },
51
- },
52
- md: {
53
- content: {
54
- padding: '5',
55
- },
56
- },
57
- lg: {
58
- content: {
59
- padding: '6',
60
- },
61
- },
62
- },
63
- },
64
-
65
- defaultVariants: {
66
- size: 'md',
67
- },
68
- })
@@ -1,30 +0,0 @@
1
- import { defineRecipe } from '@chakra-ui/react'
2
-
3
- export const iconRecipe = defineRecipe({
4
- className: 'chakra-icon',
5
- base: {
6
- display: 'inline-block',
7
- lineHeight: '1em',
8
- flexShrink: '0',
9
- color: 'currentcolor',
10
- verticalAlign: 'middle',
11
- width: 'var(--icon-size)',
12
- height: 'var(--icon-size)',
13
- },
14
-
15
- variants: {
16
- size: {
17
- inherit: { '--icon-size': '1em' },
18
- xs: { '--icon-size': 'sizes.3' },
19
- sm: { '--icon-size': 'sizes.4' },
20
- md: { '--icon-size': 'sizes.5' },
21
- lg: { '--icon-size': 'sizes.6' },
22
- xl: { '--icon-size': 'sizes.7' },
23
- '2xl': { '--icon-size': 'sizes.8' },
24
- },
25
- },
26
-
27
- defaultVariants: {
28
- size: 'inherit',
29
- },
30
- })
@@ -1,40 +0,0 @@
1
- import { defineRecipe } from '@chakra-ui/react'
2
-
3
- import { inputRecipe } from './input'
4
-
5
- export const inputAddonRecipe = defineRecipe({
6
- className: 'chakra-input-addon',
7
- base: {
8
- flex: '0 0 auto',
9
- width: 'auto',
10
- display: 'flex',
11
- alignItems: 'center',
12
- whiteSpace: 'nowrap',
13
- },
14
- variants: {
15
- size: inputRecipe.variants!.size,
16
- variant: {
17
- outline: {
18
- border: '1px solid',
19
- borderColor: { _light: 'border', _dark: 'whiteAlpha.50' },
20
- bg: 'bg.muted',
21
- },
22
- subtle: {
23
- border: '2px solid',
24
- borderColor: 'transparent',
25
- bg: { _light: 'gray.100', _dark: 'whiteAlpha.50' },
26
- },
27
- flushed: {
28
- borderBottom: '1px solid',
29
- borderColor: 'inherit',
30
- borderRadius: '0',
31
- px: '0',
32
- bg: 'transparent',
33
- },
34
- },
35
- },
36
- defaultVariants: {
37
- size: 'md',
38
- variant: 'outline',
39
- },
40
- })
@@ -1,96 +0,0 @@
1
- import { defineRecipe } from '@chakra-ui/react'
2
-
3
- export const inputRecipe = defineRecipe({
4
- className: 'chakra-input',
5
- base: {
6
- width: '100%',
7
- minWidth: '0',
8
- outline: '0',
9
- position: 'relative',
10
- appearance: 'none',
11
- textAlign: 'start',
12
- borderRadius: 'l2',
13
- _disabled: {
14
- layerStyle: 'disabled',
15
- },
16
- height: 'var(--input-height)',
17
- minW: 'var(--input-height)',
18
- '--focus-color': 'colors.colorPalette.focusRing',
19
- '--error-color': 'colors.border.error',
20
- _invalid: {
21
- focusRingColor: 'var(--error-color)',
22
- borderColor: 'var(--error-color)',
23
- },
24
- },
25
-
26
- variants: {
27
- size: {
28
- '2xs': {
29
- textStyle: 'xs',
30
- px: '2',
31
- '--input-height': 'sizes.7',
32
- },
33
- xs: {
34
- textStyle: 'xs',
35
- px: '2',
36
- '--input-height': 'sizes.8',
37
- },
38
- sm: {
39
- textStyle: 'sm',
40
- px: '2.5',
41
- '--input-height': 'sizes.9',
42
- },
43
- md: {
44
- textStyle: 'sm',
45
- px: '3',
46
- '--input-height': 'sizes.10',
47
- },
48
- lg: {
49
- textStyle: 'md',
50
- px: '4',
51
- '--input-height': 'sizes.11',
52
- },
53
- xl: {
54
- textStyle: 'md',
55
- px: '4.5',
56
- '--input-height': 'sizes.12',
57
- },
58
- '2xl': {
59
- textStyle: 'lg',
60
- px: '5',
61
- '--input-height': 'sizes.16',
62
- },
63
- },
64
-
65
- variant: {
66
- outline: {
67
- bg: 'transparent',
68
- borderWidth: '1px',
69
- borderColor: 'border',
70
- focusVisibleRing: 'inside',
71
- },
72
- subtle: {
73
- borderWidth: '1px',
74
- borderColor: 'transparent',
75
- bg: 'bg.muted',
76
- focusVisibleRing: 'inside',
77
- },
78
- flushed: {
79
- bg: 'transparent',
80
- borderBottomWidth: '1px',
81
- borderBottomColor: 'border',
82
- borderRadius: '0',
83
- px: '0',
84
- _focusVisible: {
85
- borderColor: 'var(--focus-color)',
86
- boxShadow: '0px 1px 0px 0px var(--focus-color)',
87
- },
88
- },
89
- },
90
- },
91
-
92
- defaultVariants: {
93
- size: 'md',
94
- variant: 'outline',
95
- },
96
- })
@@ -1,60 +0,0 @@
1
- import { defineRecipe } from '@chakra-ui/react'
2
-
3
- export const kbdRecipe = defineRecipe({
4
- className: 'chakra-kbd',
5
- base: {
6
- display: 'inline-flex',
7
- alignItems: 'center',
8
- fontWeight: 'medium',
9
- fontFamily: 'mono',
10
- flexShrink: '0',
11
- whiteSpace: 'nowrap',
12
- wordSpacing: '-0.5em',
13
- userSelect: 'none',
14
- px: '1',
15
- borderRadius: 'l2',
16
- },
17
-
18
- variants: {
19
- variant: {
20
- raised: {
21
- bg: 'colorPalette.subtle',
22
- color: 'colorPalette.fg',
23
- borderWidth: '1px',
24
- borderBottomWidth: '2px',
25
- borderColor: 'colorPalette.muted',
26
- },
27
- outline: {
28
- borderWidth: '1px',
29
- color: 'colorPalette.fg',
30
- },
31
- subtle: {
32
- bg: 'colorPalette.muted',
33
- color: 'colorPalette.fg',
34
- },
35
- plain: {
36
- color: 'colorPalette.fg',
37
- },
38
- },
39
-
40
- size: {
41
- sm: {
42
- textStyle: 'xs',
43
- height: '4.5',
44
- },
45
- md: {
46
- textStyle: 'sm',
47
- height: '5',
48
- },
49
- lg: {
50
- textStyle: 'md',
51
- height: '6',
52
- },
53
- },
54
- },
55
-
56
- defaultVariants: {
57
- size: 'md',
58
- variant: 'raised',
59
- },
60
- })
@@ -1,37 +0,0 @@
1
- import { defineRecipe } from '@chakra-ui/react'
2
-
3
- export const linkRecipe = defineRecipe({
4
- className: 'chakra-link',
5
- base: {
6
- display: 'inline-flex',
7
- alignItems: 'center',
8
- outline: 'none',
9
- gap: '1.5',
10
- cursor: 'pointer',
11
- borderRadius: 'l1',
12
- focusRing: 'outside',
13
- },
14
-
15
- variants: {
16
- variant: {
17
- underline: {
18
- color: 'colorPalette.fg',
19
- textDecoration: 'underline',
20
- textUnderlineOffset: '3px',
21
- textDecorationColor: 'currentColor/20',
22
- },
23
- plain: {
24
- color: 'colorPalette.fg',
25
- _hover: {
26
- textDecoration: 'underline',
27
- textUnderlineOffset: '3px',
28
- textDecorationColor: 'currentColor/20',
29
- },
30
- },
31
- },
32
- },
33
-
34
- defaultVariants: {
35
- variant: 'plain',
36
- },
37
- })