@ctlyst.id/internal-ui 2.1.11-canary.0 → 2.1.11-canary.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (182) hide show
  1. package/dist/components/accordion/__stories__/accordion.stories.d.ts +9 -0
  2. package/dist/components/accordion/components/accordion-indicator.d.ts +1 -0
  3. package/dist/components/accordion/components/index.d.ts +2 -0
  4. package/dist/components/accordion/index.d.ts +1 -0
  5. package/dist/components/alert/__stories__/alert.stories.d.ts +11 -0
  6. package/dist/components/alert/components/alert-action.d.ts +6 -0
  7. package/dist/components/alert/components/alert-close.d.ts +6 -0
  8. package/dist/components/alert/components/alert-context.d.ts +33 -0
  9. package/dist/components/alert/components/alert-description.d.ts +3 -0
  10. package/dist/components/alert/components/alert-icon.d.ts +6 -0
  11. package/dist/components/alert/components/alert-title.d.ts +3 -0
  12. package/dist/components/alert/components/alert.d.ts +25 -0
  13. package/dist/components/alert/components/icons.d.ts +3 -0
  14. package/dist/components/alert/components/index.d.ts +14 -0
  15. package/dist/components/alert/index.d.ts +1 -0
  16. package/dist/components/anchor/__stories__/anchor.stories.d.ts +9 -0
  17. package/dist/components/anchor/components/anchor.d.ts +20 -0
  18. package/dist/components/anchor/components/index.d.ts +1 -0
  19. package/dist/components/anchor/index.d.ts +1 -0
  20. package/dist/components/badge/__stories__/badge.stories.d.ts +15 -0
  21. package/dist/components/badge/components/badge.d.ts +11 -0
  22. package/dist/components/badge/components/index.d.ts +1 -0
  23. package/dist/components/badge/index.d.ts +1 -0
  24. package/dist/components/breadcrumb/__stories__/breadcrumb.stories.d.ts +8 -0
  25. package/dist/components/breadcrumb/components/bread-crumb.d.ts +18 -0
  26. package/dist/components/breadcrumb/index.d.ts +2 -0
  27. package/dist/components/button/__stories__/button.stories.d.ts +12 -0
  28. package/dist/components/button/components/button.d.ts +4 -0
  29. package/dist/components/button/index.d.ts +3 -0
  30. package/dist/components/card/__stories__/card.stories.d.ts +8 -0
  31. package/dist/components/card/components/card.d.ts +8 -0
  32. package/dist/components/card/index.d.ts +2 -0
  33. package/dist/components/checkbox/__stories__/checkbox.stories.d.ts +13 -0
  34. package/dist/components/checkbox/components/checkbox-group.d.ts +18 -0
  35. package/dist/components/checkbox/components/checkbox.d.ts +10 -0
  36. package/dist/components/checkbox/index.d.ts +5 -0
  37. package/dist/components/chips/__stories__/chips.stories.d.ts +9 -0
  38. package/dist/components/chips/components/chips.d.ts +19 -0
  39. package/dist/components/chips/index.d.ts +2 -0
  40. package/dist/components/collapse/__stories__/collapse.stories.d.ts +7 -0
  41. package/dist/components/counter/__stories__/counter.stories.d.ts +10 -0
  42. package/dist/components/counter/components/counter.d.ts +15 -0
  43. package/dist/components/counter/index.d.ts +1 -0
  44. package/dist/components/data-table/__stories__/datatable.stories.d.ts +22 -0
  45. package/dist/components/data-table/components/data-table.d.ts +36 -0
  46. package/dist/components/data-table/index.d.ts +2 -0
  47. package/dist/components/datepicker/__stories__/datepicker.stories.d.ts +13 -0
  48. package/dist/components/datepicker/components/datepicker-month/datepicker-month.d.ts +9 -0
  49. package/dist/components/datepicker/components/datepicker-month/index.d.ts +4 -0
  50. package/dist/components/datepicker/components/datepicker-month/multi-datepicker-month.d.ts +9 -0
  51. package/dist/components/datepicker/components/datepicker.d.ts +17 -0
  52. package/dist/components/datepicker/components/styles.d.ts +2 -0
  53. package/dist/components/datepicker/components/time-input.d.ts +9 -0
  54. package/dist/components/datepicker/index.d.ts +3 -0
  55. package/dist/components/dialog/__stories__/dialog.stories.d.ts +7 -0
  56. package/dist/components/dialog/components/dialog.d.ts +12 -0
  57. package/dist/components/dialog/index.d.ts +1 -0
  58. package/dist/components/empty-state/__stories__/dialog.stories.d.ts +7 -0
  59. package/dist/components/field/__stories__/field.stories.d.ts +7 -0
  60. package/dist/components/field/components/field.d.ts +15 -0
  61. package/dist/components/field/index.d.ts +2 -0
  62. package/dist/components/form/__stories__/input.stories.d.ts +15 -0
  63. package/dist/components/form/__stories__/textarea.stories.d.ts +7 -0
  64. package/dist/components/form/components/input-addon.d.ts +7 -0
  65. package/dist/components/form/components/input-element.d.ts +2 -0
  66. package/dist/components/form/components/input-field.d.ts +13 -0
  67. package/dist/components/form/components/textarea.d.ts +8 -0
  68. package/dist/components/form/index.d.ts +7 -0
  69. package/dist/components/form/styles/input-field.d.ts +4 -0
  70. package/dist/components/header/__stories__/header.stories.d.ts +9 -0
  71. package/dist/components/header/components/header.d.ts +19 -0
  72. package/dist/components/header/components/logo.d.ts +10 -0
  73. package/dist/components/header/components/profile.d.ts +11 -0
  74. package/dist/components/header/components/switch-mode.d.ts +3 -0
  75. package/dist/components/header/components/version.d.ts +10 -0
  76. package/dist/components/header/index.d.ts +3 -0
  77. package/dist/components/header/types.d.ts +10 -0
  78. package/dist/components/header/utils/formatter.d.ts +2 -0
  79. package/dist/components/image/__stories__/image.stories.d.ts +9 -0
  80. package/dist/components/image/index.d.ts +1 -0
  81. package/dist/components/index.d.ts +34 -0
  82. package/dist/components/layouting/index.d.ts +1 -0
  83. package/dist/components/list/index.d.ts +1 -0
  84. package/dist/components/loader/__stories__/loader.stories.d.ts +9 -0
  85. package/dist/components/loader/components/loader.d.ts +10 -0
  86. package/dist/components/loader/index.d.ts +3 -0
  87. package/dist/components/modal/__stories__/modal.stories.d.ts +7 -0
  88. package/dist/components/modal/components/modal-body.d.ts +4 -0
  89. package/dist/components/modal/components/modal-close-button.d.ts +4 -0
  90. package/dist/components/modal/components/modal-footer.d.ts +4 -0
  91. package/dist/components/modal/components/modal-header.d.ts +4 -0
  92. package/dist/components/modal/index.d.ts +5 -0
  93. package/dist/components/navigation/__stories__/navigation.stories.d.ts +8 -0
  94. package/dist/components/navigation/components/customer-icon.d.ts +2 -0
  95. package/dist/components/navigation/components/mapping-icon.d.ts +2 -0
  96. package/dist/components/navigation/components/navigation-bar.d.ts +12 -0
  97. package/dist/components/navigation/components/navigation.d.ts +11 -0
  98. package/dist/components/navigation/index.d.ts +4 -0
  99. package/dist/components/navigation/types.d.ts +24 -0
  100. package/dist/components/pagination/__stories__/pagination.stories.d.ts +10 -0
  101. package/dist/components/pagination/components/pagination-button-trigger.d.ts +10 -0
  102. package/dist/components/pagination/components/pagination-button.d.ts +6 -0
  103. package/dist/components/pagination/components/pagination-detail.d.ts +10 -0
  104. package/dist/components/pagination/components/pagination-filter.d.ts +13 -0
  105. package/dist/components/pagination/components/pagination.d.ts +16 -0
  106. package/dist/components/pagination/index.d.ts +6 -0
  107. package/dist/components/popover/index.d.ts +1 -0
  108. package/dist/components/radio/__stories__/radio.stories.d.ts +13 -0
  109. package/dist/components/radio/components/radio-group.d.ts +18 -0
  110. package/dist/components/radio/components/radio.d.ts +17 -0
  111. package/dist/components/radio/index.d.ts +3 -0
  112. package/dist/components/rating/__stories__/rating.stories.d.ts +7 -0
  113. package/dist/components/rating/components/rating.d.ts +6 -0
  114. package/dist/components/rating/index.d.ts +2 -0
  115. package/dist/components/select/__stories__/select.stories.d.ts +10 -0
  116. package/dist/components/select/components/select-async-creatable.d.ts +5 -0
  117. package/dist/components/select/components/select-async.d.ts +6 -0
  118. package/dist/components/select/components/select-creatable.d.ts +5 -0
  119. package/dist/components/select/components/select-wrapper.d.ts +6 -0
  120. package/dist/components/select/components/select.d.ts +5 -0
  121. package/dist/components/select/components/types/select.types.d.ts +3 -0
  122. package/dist/components/select/components/utils.d.ts +26 -0
  123. package/dist/components/select/index.d.ts +8 -0
  124. package/dist/components/switch/__stories__/switch.stories.d.ts +10 -0
  125. package/dist/components/switch/components/switch.d.ts +18 -0
  126. package/dist/components/switch/index.d.ts +2 -0
  127. package/dist/components/table/index.d.ts +1 -0
  128. package/dist/components/tabs/__stories__/tabs.stories.d.ts +8 -0
  129. package/dist/components/tabs/components/tab.d.ts +12 -0
  130. package/dist/components/tabs/index.d.ts +2 -0
  131. package/dist/components/text/index.d.ts +1 -0
  132. package/dist/components/toast/__stories__/toast.stories.d.ts +12 -0
  133. package/dist/components/toast/components/toast.d.ts +21 -0
  134. package/dist/components/toast/index.d.ts +1 -0
  135. package/dist/components/tooltip/__stories__/tooltip.stories.d.ts +7 -0
  136. package/dist/components/tooltip/index.d.ts +1 -0
  137. package/dist/components/uploader/__stories__/uploader.stories.d.ts +9 -0
  138. package/dist/components/uploader/components/uploader.d.ts +12 -0
  139. package/dist/components/uploader/constants.d.ts +8 -0
  140. package/dist/components/uploader/index.d.ts +2 -0
  141. package/dist/config/__stories__/foundations.stories.d.ts +15 -0
  142. package/dist/config/__stories__/globals.stories.d.ts +10 -0
  143. package/dist/config/index.d.ts +1 -0
  144. package/dist/config/theme/components/accordion.d.ts +53 -0
  145. package/dist/config/theme/components/alert.d.ts +69 -0
  146. package/dist/config/theme/components/badge.d.ts +3 -0
  147. package/dist/config/theme/components/button.d.ts +3 -0
  148. package/dist/config/theme/components/card.d.ts +18 -0
  149. package/dist/config/theme/components/checkbox.d.ts +101 -0
  150. package/dist/config/theme/components/chips.d.ts +34 -0
  151. package/dist/config/theme/components/form-label.d.ts +20 -0
  152. package/dist/config/theme/components/index.d.ts +16 -0
  153. package/dist/config/theme/components/input.d.ts +101 -0
  154. package/dist/config/theme/components/loader.d.ts +85 -0
  155. package/dist/config/theme/components/popover.d.ts +3 -0
  156. package/dist/config/theme/components/radio.d.ts +102 -0
  157. package/dist/config/theme/components/switch.d.ts +75 -0
  158. package/dist/config/theme/components/table.d.ts +197 -0
  159. package/dist/config/theme/components/tabs.d.ts +30 -0
  160. package/dist/config/theme/components/textarea.d.ts +55 -0
  161. package/dist/config/theme/foundations/index.d.ts +5 -0
  162. package/dist/config/theme/foundations/radius.d.ts +8 -0
  163. package/dist/config/theme/foundations/shadows.d.ts +15 -0
  164. package/dist/config/theme/foundations/sizes.d.ts +66 -0
  165. package/dist/config/theme/foundations/spacing.d.ts +42 -0
  166. package/dist/config/theme/foundations/typography.d.ts +191 -0
  167. package/dist/config/theme/index.d.ts +1 -0
  168. package/dist/config/theme/themeConfiguration.d.ts +6 -0
  169. package/dist/hooks/index.d.ts +2 -0
  170. package/dist/hooks/useFetcher.d.ts +4 -0
  171. package/dist/interfaces/common.d.ts +17 -0
  172. package/dist/internal-ui.cjs.development.js +6217 -0
  173. package/dist/internal-ui.cjs.development.js.map +1 -0
  174. package/dist/internal-ui.cjs.production.min.js +38 -0
  175. package/dist/internal-ui.cjs.production.min.js.map +1 -0
  176. package/dist/internal-ui.esm.js +5179 -0
  177. package/dist/internal-ui.esm.js.map +1 -0
  178. package/dist/provider/__stories__/provider.stories.d.ts +13 -0
  179. package/dist/provider/components/provider.d.ts +7 -0
  180. package/dist/provider/index.d.ts +3 -0
  181. package/dist/provider/types.d.ts +14 -0
  182. package/package.json +5 -5
@@ -0,0 +1,85 @@
1
+ declare const LoaderStyle: {
2
+ baseStyle?: ((props: import("@chakra-ui/styled-system").StyleFunctionProps) => {
3
+ borderRadius: string;
4
+ display: string;
5
+ justifyContent: string;
6
+ alignItems: string;
7
+ animation: string;
8
+ background: string;
9
+ ':before': {
10
+ content: string;
11
+ display: string;
12
+ borderRadius: string;
13
+ width: string;
14
+ height: string;
15
+ position: string;
16
+ bottom: number;
17
+ background: string;
18
+ };
19
+ }) | undefined;
20
+ sizes?: {
21
+ xs: {
22
+ width: string;
23
+ height: string;
24
+ WebkitMask: string;
25
+ ':before': {
26
+ width: string;
27
+ height: string;
28
+ };
29
+ };
30
+ sm: {
31
+ width: string;
32
+ height: string;
33
+ WebkitMask: string;
34
+ ':before': {
35
+ width: string;
36
+ height: string;
37
+ };
38
+ };
39
+ md: {
40
+ width: string;
41
+ height: string;
42
+ WebkitMask: string;
43
+ ':before': {
44
+ width: string;
45
+ height: string;
46
+ };
47
+ };
48
+ lg: {
49
+ width: string;
50
+ height: string;
51
+ WebkitMask: string;
52
+ ':before': {
53
+ width: string;
54
+ height: string;
55
+ };
56
+ };
57
+ xl: {
58
+ width: string;
59
+ height: string;
60
+ WebkitMask: string;
61
+ ':before': {
62
+ width: string;
63
+ height: string;
64
+ };
65
+ };
66
+ xxl: {
67
+ width: string;
68
+ height: string;
69
+ WebkitMask: string;
70
+ ':before': {
71
+ width: string;
72
+ height: string;
73
+ };
74
+ };
75
+ } | undefined;
76
+ variants?: {
77
+ [key: string]: import("@chakra-ui/styled-system").SystemStyleInterpolation;
78
+ } | undefined;
79
+ defaultProps?: {
80
+ size?: "sm" | "md" | "lg" | "xl" | "xs" | "xxl" | undefined;
81
+ variant?: string | number | undefined;
82
+ colorScheme?: string | undefined;
83
+ } | undefined;
84
+ };
85
+ export default LoaderStyle;
@@ -0,0 +1,3 @@
1
+ import type { ComponentStyleConfig } from '@chakra-ui/theme';
2
+ declare const Popover: ComponentStyleConfig;
3
+ export default Popover;
@@ -0,0 +1,102 @@
1
+ declare const Radio: {
2
+ baseStyle?: {
3
+ control: {
4
+ border: string;
5
+ width: string;
6
+ height: string;
7
+ };
8
+ label: {
9
+ marginLeft: string;
10
+ textStyle: string;
11
+ color: string;
12
+ _disabled: {
13
+ opacity: number;
14
+ color: string;
15
+ };
16
+ };
17
+ } | undefined;
18
+ sizes?: {
19
+ [key: string]: import("@chakra-ui/styled-system").PartsStyleInterpolation<{
20
+ keys: ("container" | "label" | "control")[];
21
+ }>;
22
+ } | undefined;
23
+ variants?: {
24
+ errors: {
25
+ control: {
26
+ borderColor: string;
27
+ _checked: {
28
+ borderColor: string;
29
+ bg: string;
30
+ _before: {
31
+ h: string;
32
+ w: string;
33
+ bg: string;
34
+ };
35
+ _hover: {
36
+ borderColor: string;
37
+ bg: string;
38
+ };
39
+ _disabled: {
40
+ borderColor: string;
41
+ bg: string;
42
+ _before: {
43
+ h: string;
44
+ w: string;
45
+ bg: string;
46
+ opacity: number;
47
+ };
48
+ };
49
+ };
50
+ _disabled: {
51
+ borderColor: string;
52
+ bg: string;
53
+ };
54
+ };
55
+ label: {
56
+ fontSize: string;
57
+ };
58
+ };
59
+ unstyled: {
60
+ control: {
61
+ borderColor: string;
62
+ _checked: {
63
+ borderColor: string;
64
+ bg: string;
65
+ _before: {
66
+ h: string;
67
+ w: string;
68
+ bg: string;
69
+ };
70
+ _hover: {
71
+ borderColor: string;
72
+ bg: string;
73
+ };
74
+ _disabled: {
75
+ borderColor: string;
76
+ bg: string;
77
+ opacity: number;
78
+ _before: {
79
+ h: string;
80
+ w: string;
81
+ bg: string;
82
+ };
83
+ };
84
+ };
85
+ _disabled: {
86
+ borderColor: string;
87
+ bg: string;
88
+ };
89
+ };
90
+ label: {
91
+ fontSize: string;
92
+ };
93
+ };
94
+ } | undefined;
95
+ defaultProps?: {
96
+ size?: string | number | undefined;
97
+ variant?: "unstyled" | "errors" | undefined;
98
+ colorScheme?: string | undefined;
99
+ } | undefined;
100
+ parts: ("container" | "label" | "control")[];
101
+ };
102
+ export default Radio;
@@ -0,0 +1,75 @@
1
+ declare const Switch: {
2
+ baseStyle?: (() => {
3
+ container: {
4
+ [x: string]: string | {
5
+ [x: string]: string;
6
+ };
7
+ _rtl: {
8
+ [x: string]: string;
9
+ };
10
+ };
11
+ track: {
12
+ bg: string;
13
+ p: number;
14
+ _checked: {
15
+ bg: string;
16
+ _disabled: {
17
+ bg: string;
18
+ };
19
+ };
20
+ _disabled: {
21
+ bg: string;
22
+ opacity: string;
23
+ };
24
+ };
25
+ thumb: {
26
+ bg: string;
27
+ transitionProperty: string;
28
+ transitionDuration: string;
29
+ borderRadius: string;
30
+ width: string[];
31
+ height: string[];
32
+ _checked: {
33
+ transform: string;
34
+ };
35
+ };
36
+ }) | undefined;
37
+ sizes?: {
38
+ sm: {
39
+ container: {
40
+ [x: string]: string;
41
+ };
42
+ thumb: {
43
+ [x: string]: string;
44
+ };
45
+ };
46
+ md: {
47
+ container: {
48
+ [x: string]: string;
49
+ };
50
+ thumb: {
51
+ [x: string]: string;
52
+ };
53
+ };
54
+ lg: {
55
+ container: {
56
+ [x: string]: string;
57
+ };
58
+ thumb: {
59
+ [x: string]: string;
60
+ };
61
+ };
62
+ } | undefined;
63
+ variants?: {
64
+ [key: string]: import("@chakra-ui/styled-system").PartsStyleInterpolation<{
65
+ keys: ("container" | "track" | "thumb")[];
66
+ }>;
67
+ } | undefined;
68
+ defaultProps?: {
69
+ size?: "sm" | "md" | "lg" | undefined;
70
+ variant?: string | number | undefined;
71
+ colorScheme?: string | undefined;
72
+ } | undefined;
73
+ parts: ("container" | "track" | "thumb")[];
74
+ };
75
+ export default Switch;
@@ -0,0 +1,197 @@
1
+ declare const tableTheme: {
2
+ baseStyle?: {
3
+ table: {
4
+ fontVariantNumeric: string;
5
+ borderCollapse: string;
6
+ width: string;
7
+ tableLayout: string;
8
+ };
9
+ th: {
10
+ fontFamily: string;
11
+ fontWeight: string;
12
+ textTransform: string;
13
+ letterSpacing: string;
14
+ textAlign: string;
15
+ height: string;
16
+ color: (props: Record<string, any> | import("@chakra-ui/styled-system").StyleFunctionProps) => string;
17
+ fontSize: string;
18
+ lineHeight: string;
19
+ backgroundColor: string;
20
+ '&:first-of-type': {
21
+ pl: number;
22
+ };
23
+ '&:last-of-type': {
24
+ pr: number;
25
+ };
26
+ };
27
+ tbody: {
28
+ tr: {
29
+ cursor: string;
30
+ _hover: {
31
+ backgroundColor: string;
32
+ };
33
+ '&[data-active="true"]': {
34
+ backgroundColor: string;
35
+ };
36
+ };
37
+ };
38
+ td: {
39
+ backgroundColor: string;
40
+ textAlign: string;
41
+ height: string;
42
+ '&:first-of-type': {
43
+ pl: number;
44
+ };
45
+ '&:last-of-type': {
46
+ pr: number;
47
+ };
48
+ _disabled: {
49
+ opacity: number;
50
+ };
51
+ };
52
+ caption: {
53
+ mt: number;
54
+ fontFamily: string;
55
+ textAlign: string;
56
+ fontWeight: string;
57
+ };
58
+ } | undefined;
59
+ sizes?: {
60
+ sm: {
61
+ th: {
62
+ px: string;
63
+ py: string;
64
+ lineHeight: string;
65
+ fontSize: string;
66
+ };
67
+ td: {
68
+ px: string;
69
+ py: string;
70
+ fontSize: string;
71
+ lineHeight: string;
72
+ };
73
+ caption: {
74
+ px: string;
75
+ py: string;
76
+ fontSize: string;
77
+ };
78
+ };
79
+ md: {
80
+ th: {
81
+ px: string;
82
+ py: string;
83
+ lineHeight: string;
84
+ fontSize: string;
85
+ };
86
+ td: {
87
+ px: string;
88
+ py: string;
89
+ lineHeight: string;
90
+ };
91
+ caption: {
92
+ px: string;
93
+ py: string;
94
+ fontSize: string;
95
+ };
96
+ };
97
+ lg: {
98
+ th: {
99
+ px: string;
100
+ py: string;
101
+ lineHeight: string;
102
+ fontSize: string;
103
+ };
104
+ td: {
105
+ px: string;
106
+ py: string;
107
+ lineHeight: string;
108
+ };
109
+ caption: {
110
+ px: string;
111
+ py: string;
112
+ fontSize: string;
113
+ };
114
+ };
115
+ } | undefined;
116
+ variants?: {
117
+ simple: (props: import("@chakra-ui/styled-system").StyleFunctionProps) => {
118
+ th: {
119
+ '&[data-is-numeric=true]': {
120
+ textAlign: string;
121
+ };
122
+ color: string;
123
+ borderBottom: string;
124
+ borderColor: string;
125
+ };
126
+ td: {
127
+ '&[data-is-numeric=true]': {
128
+ textAlign: string;
129
+ };
130
+ borderBottom: string;
131
+ borderColor: string;
132
+ };
133
+ caption: {
134
+ color: string;
135
+ };
136
+ tfoot: {
137
+ tr: {
138
+ '&:last-of-type': {
139
+ th: {
140
+ borderBottomWidth: number;
141
+ };
142
+ };
143
+ };
144
+ };
145
+ };
146
+ striped: (props: import("@chakra-ui/styled-system").StyleFunctionProps) => {
147
+ th: {
148
+ '&[data-is-numeric=true]': {
149
+ textAlign: string;
150
+ };
151
+ color: string;
152
+ borderBottom: string;
153
+ borderColor: string;
154
+ };
155
+ td: {
156
+ '&[data-is-numeric=true]': {
157
+ textAlign: string;
158
+ };
159
+ borderBottom: string;
160
+ borderColor: string;
161
+ };
162
+ caption: {
163
+ color: string;
164
+ };
165
+ tbody: {
166
+ tr: {
167
+ '&:nth-of-type(odd)': {
168
+ 'th, td': {
169
+ borderBottomWidth: string;
170
+ borderColor: string;
171
+ };
172
+ td: {
173
+ background: string;
174
+ };
175
+ };
176
+ };
177
+ };
178
+ tfoot: {
179
+ tr: {
180
+ '&:last-of-type': {
181
+ th: {
182
+ borderBottomWidth: number;
183
+ };
184
+ };
185
+ };
186
+ };
187
+ };
188
+ unstyled: {};
189
+ } | undefined;
190
+ defaultProps?: {
191
+ size?: "sm" | "md" | "lg" | undefined;
192
+ variant?: "simple" | "striped" | "unstyled" | undefined;
193
+ colorScheme?: string | undefined;
194
+ } | undefined;
195
+ parts: ("table" | "thead" | "tbody" | "tr" | "th" | "td" | "tfoot" | "caption")[];
196
+ };
197
+ export default tableTheme;
@@ -0,0 +1,30 @@
1
+ declare const tabsTheme: {
2
+ baseStyle?: Partial<Record<"root" | "tab" | "tablist" | "tabpanel" | "tabpanels" | "indicator", import("@chakra-ui/styled-system").RecursiveCSSObject<import("@chakra-ui/styled-system").CSSWithMultiValues>>> | import("@chakra-ui/styled-system").PartsStyleFunction<{
3
+ keys: ("root" | "tab" | "tablist" | "tabpanel" | "tabpanels" | "indicator")[];
4
+ }> | undefined;
5
+ sizes?: {
6
+ [key: string]: import("@chakra-ui/styled-system").PartsStyleInterpolation<{
7
+ keys: ("root" | "tab" | "tablist" | "tabpanel" | "tabpanels" | "indicator")[];
8
+ }>;
9
+ } | undefined;
10
+ variants?: {
11
+ line: (props: import("@chakra-ui/styled-system").StyleFunctionProps) => {
12
+ tablist: {
13
+ [x: string]: string;
14
+ borderColor: string;
15
+ };
16
+ tab: {
17
+ [x: string]: string;
18
+ borderColor: string;
19
+ };
20
+ };
21
+ unstyled: {};
22
+ } | undefined;
23
+ defaultProps?: {
24
+ size?: string | number | undefined;
25
+ variant?: "line" | "unstyled" | undefined;
26
+ colorScheme?: string | undefined;
27
+ } | undefined;
28
+ parts: ("root" | "tab" | "tablist" | "tabpanel" | "tabpanels" | "indicator")[];
29
+ };
30
+ export default tabsTheme;
@@ -0,0 +1,55 @@
1
+ export declare const Textarea: {
2
+ baseStyle?: import("@chakra-ui/styled-system").CSSWithMultiValues | (import("@chakra-ui/styled-system").CSSWithMultiValues & import("@chakra-ui/styled-system").RecursivePseudo<import("@chakra-ui/styled-system").CSSWithMultiValues>) | (import("@chakra-ui/styled-system").CSSWithMultiValues & import("@chakra-ui/styled-system").RecursiveCSSSelector<import("@chakra-ui/styled-system").CSSWithMultiValues>) | import("@chakra-ui/styled-system").SystemStyleFunction | undefined;
3
+ sizes?: {
4
+ [key: string]: import("@chakra-ui/styled-system").SystemStyleInterpolation;
5
+ } | undefined;
6
+ variants?: {
7
+ outline: (props: import("@chakra-ui/styled-system").StyleFunctionProps) => {
8
+ background: string;
9
+ color: string;
10
+ borderColor: string;
11
+ fontSize: string;
12
+ padding: number;
13
+ borderRadius: string;
14
+ borderWidth: string;
15
+ outline: string;
16
+ _disabled: {
17
+ opacity: number;
18
+ color: string;
19
+ background: string;
20
+ };
21
+ _placeholder: {
22
+ color: string;
23
+ };
24
+ _hover: {
25
+ borderColor: string;
26
+ };
27
+ _focus: {
28
+ outline: string;
29
+ borderColor: string;
30
+ boxShadow: string;
31
+ };
32
+ _focusVisible: {
33
+ outline: string;
34
+ borderColor: string;
35
+ boxShadow: string;
36
+ };
37
+ _focusWithin: {
38
+ outline: string;
39
+ borderColor: string;
40
+ boxShadow: string;
41
+ };
42
+ _invalid: {
43
+ outline: string;
44
+ borderColor: string;
45
+ boxShadow: string;
46
+ };
47
+ };
48
+ } | undefined;
49
+ defaultProps?: {
50
+ size?: string | number | undefined;
51
+ variant?: "outline" | undefined;
52
+ colorScheme?: string | undefined;
53
+ } | undefined;
54
+ };
55
+ export default Textarea;
@@ -0,0 +1,5 @@
1
+ export { default as radii } from './radius';
2
+ export { default as shadows } from './shadows';
3
+ export { default as sizes } from './sizes';
4
+ export { default as space } from './spacing';
5
+ export { fonts, fontSizes, letterSpacings, lineHeights, textStyles } from './typography';
@@ -0,0 +1,8 @@
1
+ declare const radius: {
2
+ none: number;
3
+ sm: string;
4
+ md: string;
5
+ lg: string;
6
+ full: string;
7
+ };
8
+ export default radius;
@@ -0,0 +1,15 @@
1
+ declare const shadows: {
2
+ raised: string;
3
+ xs: string;
4
+ sm: string;
5
+ base: string;
6
+ md: string;
7
+ lg: string;
8
+ xl: string;
9
+ "2xl": string;
10
+ outline: string;
11
+ inner: string;
12
+ none: string;
13
+ "dark-lg": string;
14
+ };
15
+ export default shadows;
@@ -0,0 +1,66 @@
1
+ declare const sizes: {
2
+ 4.5: string;
3
+ 9.5: string;
4
+ 18: string;
5
+ 22: string;
6
+ 26: string;
7
+ 30: string;
8
+ container: {
9
+ sm: string;
10
+ md: string;
11
+ lg: string;
12
+ xl: string;
13
+ };
14
+ max: string;
15
+ min: string;
16
+ full: string;
17
+ "3xs": string;
18
+ "2xs": string;
19
+ xs: string;
20
+ sm: string;
21
+ md: string;
22
+ lg: string;
23
+ xl: string;
24
+ "2xl": string;
25
+ "3xl": string;
26
+ "4xl": string;
27
+ "5xl": string;
28
+ "6xl": string;
29
+ "7xl": string;
30
+ "8xl": string;
31
+ prose: string;
32
+ px: string;
33
+ 0.5: string;
34
+ 1: string;
35
+ 1.5: string;
36
+ 2: string;
37
+ 2.5: string;
38
+ 3: string;
39
+ 3.5: string;
40
+ 4: string;
41
+ 5: string;
42
+ 6: string;
43
+ 7: string;
44
+ 8: string;
45
+ 9: string;
46
+ 10: string;
47
+ 12: string;
48
+ 14: string;
49
+ 16: string;
50
+ 20: string;
51
+ 24: string;
52
+ 28: string;
53
+ 32: string;
54
+ 36: string;
55
+ 40: string;
56
+ 44: string;
57
+ 48: string;
58
+ 52: string;
59
+ 56: string;
60
+ 60: string;
61
+ 64: string;
62
+ 72: string;
63
+ 80: string;
64
+ 96: string;
65
+ };
66
+ export default sizes;
@@ -0,0 +1,42 @@
1
+ declare const spacing: {
2
+ 4.5: string;
3
+ 9.5: string;
4
+ 18: string;
5
+ 22: string;
6
+ 26: string;
7
+ 30: string;
8
+ px: string;
9
+ 0.5: string;
10
+ 1: string;
11
+ 1.5: string;
12
+ 2: string;
13
+ 2.5: string;
14
+ 3: string;
15
+ 3.5: string;
16
+ 4: string;
17
+ 5: string;
18
+ 6: string;
19
+ 7: string;
20
+ 8: string;
21
+ 9: string;
22
+ 10: string;
23
+ 12: string;
24
+ 14: string;
25
+ 16: string;
26
+ 20: string;
27
+ 24: string;
28
+ 28: string;
29
+ 32: string;
30
+ 36: string;
31
+ 40: string;
32
+ 44: string;
33
+ 48: string;
34
+ 52: string;
35
+ 56: string;
36
+ 60: string;
37
+ 64: string;
38
+ 72: string;
39
+ 80: string;
40
+ 96: string;
41
+ };
42
+ export default spacing;