maru_design2 3.0.2 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/dist/components/atoms/button/Button.d.ts +2 -0
- package/dist/components/atoms/checkbox/Checkbox.d.ts +4 -1
- package/dist/components/atoms/input/Input.d.ts +2 -0
- package/dist/components/molecules/buttonGroup/ButtonGroup.d.ts +3 -3
- package/dist/components/molecules/calendar/Calendar.d.ts +40 -2
- package/dist/components/molecules/calendar/DatePickerHeader.d.ts +8 -1
- package/dist/components/molecules/calendar/DatePickerWrapper.d.ts +4 -6
- package/dist/components/molecules/calendar/calendar-utils.d.ts +11 -0
- package/dist/components/molecules/dropdown/Dropdown.d.ts +23 -3
- package/dist/components/molecules/dropdown/OverflowText.d.ts +5 -0
- package/dist/components/molecules/dropdown/index.d.ts +1 -0
- package/dist/components/molecules/dropdown/menu/MenuItem.d.ts +5 -7
- package/dist/components/molecules/dropdown/menu/index.d.ts +13 -8
- package/dist/components/molecules/dropdown/toggleButton/Arrow.d.ts +4 -7
- package/dist/components/molecules/dropdown/toggleButton/Clear.d.ts +3 -5
- package/dist/components/molecules/dropdown/toggleButton/index.d.ts +15 -2
- package/dist/components/molecules/dropdown/types.d.ts +28 -0
- package/dist/components/molecules/multiSelectDropdown/MultiSelectDropdown.d.ts +18 -2
- package/dist/components/molecules/multiSelectDropdown/menu/index.d.ts +9 -3
- package/dist/components/molecules/multiSelectDropdown/toggleButton/Clear.d.ts +2 -1
- package/dist/components/molecules/multiSelectDropdown/toggleButton/index.d.ts +9 -2
- package/dist/components/molecules/pagination/Pagination.d.ts +25 -15
- package/dist/components/molecules/table/Table.d.ts +1 -1
- package/dist/components/molecules/table/body/CheckboxTd.d.ts +2 -1
- package/dist/components/molecules/table/body/Tr.d.ts +1 -1
- package/dist/components/molecules/table/body/index.d.ts +1 -1
- package/dist/components/molecules/table/header/index.d.ts +3 -1
- package/dist/components/molecules/table/types.d.ts +8 -0
- package/dist/components/molecules/tabs/Tabs.d.ts +6 -0
- package/dist/constants/color.d.ts +541 -217
- package/dist/constants/figmaColor.d.ts +327 -0
- package/dist/enums/color.d.ts +121 -69
- package/dist/enums/size.d.ts +2 -2
- package/dist/index.js +2826 -1278
- package/package.json +4 -3
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
export declare const FIGMA_PRIMITIVE_COLOR_TOKEN_VALUES: {
|
|
2
|
+
readonly amber100: "var(--maru-amber-100)";
|
|
3
|
+
readonly amber200: "var(--maru-amber-200)";
|
|
4
|
+
readonly amber300: "var(--maru-amber-300)";
|
|
5
|
+
readonly amber400: "var(--maru-amber-400)";
|
|
6
|
+
readonly amber50: "var(--maru-amber-50)";
|
|
7
|
+
readonly amber500: "var(--maru-amber-500)";
|
|
8
|
+
readonly amber600: "var(--maru-amber-600)";
|
|
9
|
+
readonly amber700: "var(--maru-amber-700)";
|
|
10
|
+
readonly amber800: "var(--maru-amber-800)";
|
|
11
|
+
readonly amber900: "var(--maru-amber-900)";
|
|
12
|
+
readonly amberA100: "var(--maru-amber-a100)";
|
|
13
|
+
readonly amberA200: "var(--maru-amber-a200)";
|
|
14
|
+
readonly amberA400: "var(--maru-amber-a400)";
|
|
15
|
+
readonly amberA700: "var(--maru-amber-a700)";
|
|
16
|
+
readonly black100: "var(--maru-black-100)";
|
|
17
|
+
readonly black150: "var(--maru-black-150)";
|
|
18
|
+
readonly black200: "var(--maru-black-200)";
|
|
19
|
+
readonly black250: "var(--maru-black-250)";
|
|
20
|
+
readonly black300: "var(--maru-black-300)";
|
|
21
|
+
readonly black350: "var(--maru-black-350)";
|
|
22
|
+
readonly black400: "var(--maru-black-400)";
|
|
23
|
+
readonly black50: "var(--maru-black-50)";
|
|
24
|
+
readonly black500: "var(--maru-black-500)";
|
|
25
|
+
readonly black550: "var(--maru-black-550)";
|
|
26
|
+
readonly black600: "var(--maru-black-600)";
|
|
27
|
+
readonly black700: "var(--maru-black-700)";
|
|
28
|
+
readonly black800: "var(--maru-black-800)";
|
|
29
|
+
readonly black900: "var(--maru-black-900)";
|
|
30
|
+
readonly blue100: "var(--maru-blue-100)";
|
|
31
|
+
readonly blue1000: "var(--maru-blue-1000)";
|
|
32
|
+
readonly blue200: "var(--maru-blue-200)";
|
|
33
|
+
readonly blue300: "var(--maru-blue-300)";
|
|
34
|
+
readonly blue400: "var(--maru-blue-400)";
|
|
35
|
+
readonly blue50: "var(--maru-blue-50)";
|
|
36
|
+
readonly blue500: "var(--maru-blue-500)";
|
|
37
|
+
readonly blue600: "var(--maru-blue-600)";
|
|
38
|
+
readonly blue700: "var(--maru-blue-700)";
|
|
39
|
+
readonly blue800: "var(--maru-blue-800)";
|
|
40
|
+
readonly blue900: "var(--maru-blue-900)";
|
|
41
|
+
readonly blueA100: "var(--maru-blue-a100)";
|
|
42
|
+
readonly brand100: "var(--maru-brand-100)";
|
|
43
|
+
readonly brand1000: "var(--maru-brand-1000)";
|
|
44
|
+
readonly brand200: "var(--maru-brand-200)";
|
|
45
|
+
readonly brand300: "var(--maru-brand-300)";
|
|
46
|
+
readonly brand400: "var(--maru-brand-400)";
|
|
47
|
+
readonly brand50: "var(--maru-brand-50)";
|
|
48
|
+
readonly brand500: "var(--maru-brand-500)";
|
|
49
|
+
readonly brand600: "var(--maru-brand-600)";
|
|
50
|
+
readonly brand700: "var(--maru-brand-700)";
|
|
51
|
+
readonly brand800: "var(--maru-brand-800)";
|
|
52
|
+
readonly brand900: "var(--maru-brand-900)";
|
|
53
|
+
readonly brandA100: "var(--maru-brand-a100)";
|
|
54
|
+
readonly brandA200: "var(--maru-brand-a200)";
|
|
55
|
+
readonly brandA300: "var(--maru-brand-a300)";
|
|
56
|
+
readonly coolGray100: "var(--maru-cool-gray-100)";
|
|
57
|
+
readonly coolGray200: "var(--maru-cool-gray-200)";
|
|
58
|
+
readonly coolGray50: "var(--maru-cool-gray-50)";
|
|
59
|
+
readonly gray100: "var(--maru-gray-100)";
|
|
60
|
+
readonly gray150: "var(--maru-gray-150)";
|
|
61
|
+
readonly gray200: "var(--maru-gray-200)";
|
|
62
|
+
readonly gray300: "var(--maru-gray-300)";
|
|
63
|
+
readonly gray400: "var(--maru-gray-400)";
|
|
64
|
+
readonly gray500: "var(--maru-gray-500)";
|
|
65
|
+
readonly gray600: "var(--maru-gray-600)";
|
|
66
|
+
readonly gray700: "var(--maru-gray-700)";
|
|
67
|
+
readonly gray800: "var(--maru-gray-800)";
|
|
68
|
+
readonly gray900: "var(--maru-gray-900)";
|
|
69
|
+
readonly green100: "var(--maru-green-100)";
|
|
70
|
+
readonly green1000: "var(--maru-green-1000)";
|
|
71
|
+
readonly green200: "var(--maru-green-200)";
|
|
72
|
+
readonly green300: "var(--maru-green-300)";
|
|
73
|
+
readonly green400: "var(--maru-green-400)";
|
|
74
|
+
readonly green50: "var(--maru-green-50)";
|
|
75
|
+
readonly green500: "var(--maru-green-500)";
|
|
76
|
+
readonly green600: "var(--maru-green-600)";
|
|
77
|
+
readonly green700: "var(--maru-green-700)";
|
|
78
|
+
readonly green800: "var(--maru-green-800)";
|
|
79
|
+
readonly green900: "var(--maru-green-900)";
|
|
80
|
+
readonly greenA100: "var(--maru-green-a100)";
|
|
81
|
+
readonly greenA200: "var(--maru-green-a200)";
|
|
82
|
+
readonly greenA400: "var(--maru-green-a400)";
|
|
83
|
+
readonly greenA700: "var(--maru-green-a700)";
|
|
84
|
+
readonly lime100: "var(--maru-lime-100)";
|
|
85
|
+
readonly lime200: "var(--maru-lime-200)";
|
|
86
|
+
readonly lime300: "var(--maru-lime-300)";
|
|
87
|
+
readonly lime400: "var(--maru-lime-400)";
|
|
88
|
+
readonly lime50: "var(--maru-lime-50)";
|
|
89
|
+
readonly lime500: "var(--maru-lime-500)";
|
|
90
|
+
readonly lime600: "var(--maru-lime-600)";
|
|
91
|
+
readonly lime700: "var(--maru-lime-700)";
|
|
92
|
+
readonly lime800: "var(--maru-lime-800)";
|
|
93
|
+
readonly lime900: "var(--maru-lime-900)";
|
|
94
|
+
readonly limeA100: "var(--maru-lime-a100)";
|
|
95
|
+
readonly limeA200: "var(--maru-lime-a200)";
|
|
96
|
+
readonly limeA400: "var(--maru-lime-a400)";
|
|
97
|
+
readonly limeA700: "var(--maru-lime-a700)";
|
|
98
|
+
readonly neutralGray100: "var(--maru-neutral-gray-100)";
|
|
99
|
+
readonly neutralGray200: "var(--maru-neutral-gray-200)";
|
|
100
|
+
readonly pink100: "var(--maru-pink-100)";
|
|
101
|
+
readonly pink200: "var(--maru-pink-200)";
|
|
102
|
+
readonly pink300: "var(--maru-pink-300)";
|
|
103
|
+
readonly pink400: "var(--maru-pink-400)";
|
|
104
|
+
readonly pink50: "var(--maru-pink-50)";
|
|
105
|
+
readonly pink500: "var(--maru-pink-500)";
|
|
106
|
+
readonly pink600: "var(--maru-pink-600)";
|
|
107
|
+
readonly pink700: "var(--maru-pink-700)";
|
|
108
|
+
readonly pink800: "var(--maru-pink-800)";
|
|
109
|
+
readonly pink900: "var(--maru-pink-900)";
|
|
110
|
+
readonly pinkA100: "var(--maru-pink-a100)";
|
|
111
|
+
readonly pinkA200: "var(--maru-pink-a200)";
|
|
112
|
+
readonly pinkA400: "var(--maru-pink-a400)";
|
|
113
|
+
readonly pinkA700: "var(--maru-pink-a700)";
|
|
114
|
+
readonly purple100: "var(--maru-purple-100)";
|
|
115
|
+
readonly purple200: "var(--maru-purple-200)";
|
|
116
|
+
readonly purple300: "var(--maru-purple-300)";
|
|
117
|
+
readonly purple400: "var(--maru-purple-400)";
|
|
118
|
+
readonly purple50: "var(--maru-purple-50)";
|
|
119
|
+
readonly purple500: "var(--maru-purple-500)";
|
|
120
|
+
readonly purple600: "var(--maru-purple-600)";
|
|
121
|
+
readonly purple700: "var(--maru-purple-700)";
|
|
122
|
+
readonly purple800: "var(--maru-purple-800)";
|
|
123
|
+
readonly purple900: "var(--maru-purple-900)";
|
|
124
|
+
readonly red100: "var(--maru-red-100)";
|
|
125
|
+
readonly red1000: "var(--maru-red-1000)";
|
|
126
|
+
readonly red200: "var(--maru-red-200)";
|
|
127
|
+
readonly red300: "var(--maru-red-300)";
|
|
128
|
+
readonly red400: "var(--maru-red-400)";
|
|
129
|
+
readonly red50: "var(--maru-red-50)";
|
|
130
|
+
readonly red500: "var(--maru-red-500)";
|
|
131
|
+
readonly red600: "var(--maru-red-600)";
|
|
132
|
+
readonly red700: "var(--maru-red-700)";
|
|
133
|
+
readonly red800: "var(--maru-red-800)";
|
|
134
|
+
readonly red900: "var(--maru-red-900)";
|
|
135
|
+
readonly redA100: "var(--maru-red-a100)";
|
|
136
|
+
readonly redA200: "var(--maru-red-a200)";
|
|
137
|
+
readonly redA400: "var(--maru-red-a400)";
|
|
138
|
+
readonly redA700: "var(--maru-red-a700)";
|
|
139
|
+
readonly slate100: "var(--maru-slate-100)";
|
|
140
|
+
readonly slate1000: "var(--maru-slate-1000)";
|
|
141
|
+
readonly slate150: "var(--maru-slate-150)";
|
|
142
|
+
readonly slate200: "var(--maru-slate-200)";
|
|
143
|
+
readonly slate300: "var(--maru-slate-300)";
|
|
144
|
+
readonly slate400: "var(--maru-slate-400)";
|
|
145
|
+
readonly slate50: "var(--maru-slate-50)";
|
|
146
|
+
readonly slate500: "var(--maru-slate-500)";
|
|
147
|
+
readonly slate600: "var(--maru-slate-600)";
|
|
148
|
+
readonly slate700: "var(--maru-slate-700)";
|
|
149
|
+
readonly slate800: "var(--maru-slate-800)";
|
|
150
|
+
readonly slate850: "var(--maru-slate-850)";
|
|
151
|
+
readonly slate900: "var(--maru-slate-900)";
|
|
152
|
+
readonly slate950: "var(--maru-slate-950)";
|
|
153
|
+
readonly slateA100A: "var(--maru-slate-a100a)";
|
|
154
|
+
readonly slateA200: "var(--maru-slate-a200)";
|
|
155
|
+
readonly slateA300: "var(--maru-slate-a300)";
|
|
156
|
+
readonly slateA400: "var(--maru-slate-a400)";
|
|
157
|
+
readonly teal100: "var(--maru-teal-100)";
|
|
158
|
+
readonly teal200: "var(--maru-teal-200)";
|
|
159
|
+
readonly teal300: "var(--maru-teal-300)";
|
|
160
|
+
readonly teal400: "var(--maru-teal-400)";
|
|
161
|
+
readonly teal50: "var(--maru-teal-50)";
|
|
162
|
+
readonly teal500: "var(--maru-teal-500)";
|
|
163
|
+
readonly teal600: "var(--maru-teal-600)";
|
|
164
|
+
readonly teal700: "var(--maru-teal-700)";
|
|
165
|
+
readonly teal800: "var(--maru-teal-800)";
|
|
166
|
+
readonly teal900: "var(--maru-teal-900)";
|
|
167
|
+
readonly tealA100: "var(--maru-teal-a100)";
|
|
168
|
+
readonly tealA200: "var(--maru-teal-a200)";
|
|
169
|
+
readonly tealA400: "var(--maru-teal-a400)";
|
|
170
|
+
readonly tealA700: "var(--maru-teal-a700)";
|
|
171
|
+
readonly white: "var(--maru-white)";
|
|
172
|
+
readonly yellow100: "var(--maru-yellow-100)";
|
|
173
|
+
readonly yellow1000: "var(--maru-yellow-1000)";
|
|
174
|
+
readonly yellow200: "var(--maru-yellow-200)";
|
|
175
|
+
readonly yellow300: "var(--maru-yellow-300)";
|
|
176
|
+
readonly yellow400: "var(--maru-yellow-400)";
|
|
177
|
+
readonly yellow50: "var(--maru-yellow-50)";
|
|
178
|
+
readonly yellow500: "var(--maru-yellow-500)";
|
|
179
|
+
readonly yellow600: "var(--maru-yellow-600)";
|
|
180
|
+
readonly yellow700: "var(--maru-yellow-700)";
|
|
181
|
+
readonly yellow800: "var(--maru-yellow-800)";
|
|
182
|
+
readonly yellow900: "var(--maru-yellow-900)";
|
|
183
|
+
readonly yellowAc100: "var(--maru-yellow-ac-100)";
|
|
184
|
+
readonly yellowAc200: "var(--maru-yellow-ac-200)";
|
|
185
|
+
readonly yellowAc300: "var(--maru-yellow-ac-300)";
|
|
186
|
+
readonly yellowAc400: "var(--maru-yellow-ac-400)";
|
|
187
|
+
readonly yellowAc50: "var(--maru-yellow-ac-50)";
|
|
188
|
+
readonly yellowAc500: "var(--maru-yellow-ac-500)";
|
|
189
|
+
readonly yellowAc600: "var(--maru-yellow-ac-600)";
|
|
190
|
+
readonly yellowAc700: "var(--maru-yellow-ac-700)";
|
|
191
|
+
readonly yellowAc800: "var(--maru-yellow-ac-800)";
|
|
192
|
+
readonly yellowAc900: "var(--maru-yellow-ac-900)";
|
|
193
|
+
readonly yellowAcA100: "var(--maru-yellow-ac-a100)";
|
|
194
|
+
readonly yellowAcA200: "var(--maru-yellow-ac-a200)";
|
|
195
|
+
readonly yellowAcA400: "var(--maru-yellow-ac-a400)";
|
|
196
|
+
readonly yellowAcA700: "var(--maru-yellow-ac-a700)";
|
|
197
|
+
};
|
|
198
|
+
export declare const FIGMA_SEMANTIC_COLOR_TOKEN_VALUES: {
|
|
199
|
+
readonly backgroundBlack: "var(--maru-background-black)";
|
|
200
|
+
readonly backgroundBrandPrimary: "var(--maru-background-brand-primary)";
|
|
201
|
+
readonly backgroundBrandQuaternary: "var(--maru-background-brand-quaternary)";
|
|
202
|
+
readonly backgroundBrandSecondary: "var(--maru-background-brand-secondary)";
|
|
203
|
+
readonly backgroundBrandSecondaryHover: "var(--maru-background-brand-secondary-hover)";
|
|
204
|
+
readonly backgroundBrandSolidPrimary: "var(--maru-background-brand-solid-primary)";
|
|
205
|
+
readonly backgroundBrandSolidPrimaryHover: "var(--maru-background-brand-solid-primary-hover)";
|
|
206
|
+
readonly backgroundBrandSolidSecondary: "var(--maru-background-brand-solid-secondary)";
|
|
207
|
+
readonly backgroundBrandTertiaryHover: "var(--maru-background-brand-tertiary-hover)";
|
|
208
|
+
readonly backgroundDisabled: "var(--maru-background-disabled)";
|
|
209
|
+
readonly backgroundErrorPrimary: "var(--maru-background-error-primary)";
|
|
210
|
+
readonly backgroundErrorPrimaryHover: "var(--maru-background-error-primary-hover)";
|
|
211
|
+
readonly backgroundErrorSolidPrimary: "var(--maru-background-error-solid-primary)";
|
|
212
|
+
readonly backgroundErrorSolidPrimaryHover: "var(--maru-background-error-solid-primary-hover)";
|
|
213
|
+
readonly backgroundInfoSecondary: "var(--maru-background-info-secondary)";
|
|
214
|
+
readonly backgroundInfoSecondaryHover: "var(--maru-background-info-secondary-hover)";
|
|
215
|
+
readonly backgroundInfoSolidPrimary: "var(--maru-background-info-solid-primary)";
|
|
216
|
+
readonly backgroundInfoSolidPrimaryHover: "var(--maru-background-info-solid-primary-hover)";
|
|
217
|
+
readonly backgroundPopupPrimary: "var(--maru-background-popup-primary)";
|
|
218
|
+
readonly backgroundPositivePrimary: "var(--maru-background-positive-primary)";
|
|
219
|
+
readonly backgroundPositivePrimaryHover: "var(--maru-background-positive-primary-hover)";
|
|
220
|
+
readonly backgroundPositiveSolidPrimary: "var(--maru-background-positive-solid-primary)";
|
|
221
|
+
readonly backgroundPositiveSolidPrimaryHover: "var(--maru-background-positive-solid-primary-hover)";
|
|
222
|
+
readonly backgroundPrimary: "var(--maru-background-primary)";
|
|
223
|
+
readonly backgroundPrimaryHover: "var(--maru-background-primary-hover)";
|
|
224
|
+
readonly backgroundQuaternary: "var(--maru-background-quaternary)";
|
|
225
|
+
readonly backgroundSecondary: "var(--maru-background-secondary)";
|
|
226
|
+
readonly backgroundSecondaryHover: "var(--maru-background-secondary-hover)";
|
|
227
|
+
readonly backgroundServiceAiPrimary: "var(--maru-background-service-ai-primary)";
|
|
228
|
+
readonly backgroundServiceAiSecondary: "var(--maru-background-service-ai-secondary)";
|
|
229
|
+
readonly backgroundServiceAiSecondaryHover: "var(--maru-background-service-ai-secondary-hover)";
|
|
230
|
+
readonly backgroundServiceAiTertiary: "var(--maru-background-service-ai-tertiary)";
|
|
231
|
+
readonly backgroundTertiary: "var(--maru-background-tertiary)";
|
|
232
|
+
readonly backgroundWarningPrimary: "var(--maru-background-warning-primary)";
|
|
233
|
+
readonly backgroundWarningPrimaryHover: "var(--maru-background-warning-primary-hover)";
|
|
234
|
+
readonly backgroundWarningSolidPrimary: "var(--maru-background-warning-solid-primary)";
|
|
235
|
+
readonly backgroundWarningSolidPrimaryHover: "var(--maru-background-warning-solid-primary-hover)";
|
|
236
|
+
readonly badgeBrandPrimary: "var(--maru-badge-brand-primary)";
|
|
237
|
+
readonly badgeBrandPrimaryHover: "var(--maru-badge-brand-primary-hover)";
|
|
238
|
+
readonly badgeErrorPrimary: "var(--maru-badge-error-primary)";
|
|
239
|
+
readonly badgePositivePrimary: "var(--maru-badge-positive-primary)";
|
|
240
|
+
readonly badgePrimary: "var(--maru-badge-primary)";
|
|
241
|
+
readonly badgePrimaryHover: "var(--maru-badge-primary-hover)";
|
|
242
|
+
readonly badgeSecondary: "var(--maru-badge-secondary)";
|
|
243
|
+
readonly badgeSecondaryHover: "var(--maru-badge-secondary-hover)";
|
|
244
|
+
readonly borderBlackPrimary: "var(--maru-border-black-primary)";
|
|
245
|
+
readonly borderBrandPrimary: "var(--maru-border-brand-primary)";
|
|
246
|
+
readonly borderBrandQuaternary: "var(--maru-border-brand-quaternary)";
|
|
247
|
+
readonly borderBrandSecondary: "var(--maru-border-brand-secondary)";
|
|
248
|
+
readonly borderBrandTertiary: "var(--maru-border-brand-tertiary)";
|
|
249
|
+
readonly borderErrorAcPrimary: "var(--maru-border-error-ac-primary)";
|
|
250
|
+
readonly borderErrorAcSecondary: "var(--maru-border-error-ac-secondary)";
|
|
251
|
+
readonly borderErrorPrimary: "var(--maru-border-error-primary)";
|
|
252
|
+
readonly borderErrorSecondary: "var(--maru-border-error-secondary)";
|
|
253
|
+
readonly borderPrimary: "var(--maru-border-primary)";
|
|
254
|
+
readonly borderSecondary: "var(--maru-border-secondary)";
|
|
255
|
+
readonly borderServiceAiPrimary: "var(--maru-border-service-ai-primary)";
|
|
256
|
+
readonly borderServiceAiSecondary: "var(--maru-border-service-ai-secondary)";
|
|
257
|
+
readonly borderSuccessAcPrimary: "var(--maru-border-success-ac-primary)";
|
|
258
|
+
readonly borderSuccessPrimary: "var(--maru-border-success-primary)";
|
|
259
|
+
readonly borderTertiary: "var(--maru-border-tertiary)";
|
|
260
|
+
readonly borderWarningAcPrimary: "var(--maru-border-warning-ac-primary)";
|
|
261
|
+
readonly borderWarningAcSecondary: "var(--maru-border-warning-ac-secondary)";
|
|
262
|
+
readonly borderWarningPrimary: "var(--maru-border-warning-primary)";
|
|
263
|
+
readonly borderWarningSecondary: "var(--maru-border-warning-secondary)";
|
|
264
|
+
readonly componentAmberPrimary: "var(--maru-component-amber-primary)";
|
|
265
|
+
readonly componentAmberSecondary: "var(--maru-component-amber-secondary)";
|
|
266
|
+
readonly componentBluePrimary: "var(--maru-component-blue-primary)";
|
|
267
|
+
readonly componentBlueSecondary: "var(--maru-component-blue-secondary)";
|
|
268
|
+
readonly componentBlueTertiary: "var(--maru-component-blue-tertiary)";
|
|
269
|
+
readonly componentBrandPrimary: "var(--maru-component-brand-primary)";
|
|
270
|
+
readonly componentError: "var(--maru-component-error)";
|
|
271
|
+
readonly componentGreenA: "var(--maru-component-green-a)";
|
|
272
|
+
readonly componentGreenPrimary: "var(--maru-component-green-primary)";
|
|
273
|
+
readonly componentGreenSecondary: "var(--maru-component-green-secondary)";
|
|
274
|
+
readonly componentPinkPrimary: "var(--maru-component-pink-primary)";
|
|
275
|
+
readonly componentPinkSecondary: "var(--maru-component-pink-secondary)";
|
|
276
|
+
readonly componentPurplePrimary: "var(--maru-component-purple-primary)";
|
|
277
|
+
readonly componentPurpleSecondary: "var(--maru-component-purple-secondary)";
|
|
278
|
+
readonly componentWhite: "var(--maru-component-white)";
|
|
279
|
+
readonly componentYellow100: "var(--maru-component-yellow-100)";
|
|
280
|
+
readonly componentYellow200: "var(--maru-component-yellow-200)";
|
|
281
|
+
readonly componentYellow300: "var(--maru-component-yellow-300)";
|
|
282
|
+
readonly componentYellow400: "var(--maru-component-yellow-400)";
|
|
283
|
+
readonly componentYellow50: "var(--maru-component-yellow-50)";
|
|
284
|
+
readonly componentYellow500: "var(--maru-component-yellow-500)";
|
|
285
|
+
readonly componentYellow600: "var(--maru-component-yellow-600)";
|
|
286
|
+
readonly componentYellow700: "var(--maru-component-yellow-700)";
|
|
287
|
+
readonly componentYellow800: "var(--maru-component-yellow-800)";
|
|
288
|
+
readonly componentYellow900: "var(--maru-component-yellow-900)";
|
|
289
|
+
readonly componentYellowA100: "var(--maru-component-yellow-a100)";
|
|
290
|
+
readonly componentYellowA200: "var(--maru-component-yellow-a200)";
|
|
291
|
+
readonly componentYellowA400: "var(--maru-component-yellow-a400)";
|
|
292
|
+
readonly componentYellowA700: "var(--maru-component-yellow-a700)";
|
|
293
|
+
readonly featureHighlight: "var(--maru-feature-highlight)";
|
|
294
|
+
readonly featureTooltip: "var(--maru-feature-tooltip)";
|
|
295
|
+
readonly iconBrandPrimary: "var(--maru-icon-brand-primary)";
|
|
296
|
+
readonly iconBrandQuaternary: "var(--maru-icon-brand-quaternary)";
|
|
297
|
+
readonly iconBrandSecondary: "var(--maru-icon-brand-secondary)";
|
|
298
|
+
readonly iconBrandTertiary: "var(--maru-icon-brand-tertiary)";
|
|
299
|
+
readonly iconErrorPrimary: "var(--maru-icon-error-primary)";
|
|
300
|
+
readonly iconErrorSecondary: "var(--maru-icon-error-secondary)";
|
|
301
|
+
readonly iconPositivePrimary: "var(--maru-icon-positive-primary)";
|
|
302
|
+
readonly iconPrimary: "var(--maru-icon-primary)";
|
|
303
|
+
readonly iconQuaternary: "var(--maru-icon-quaternary)";
|
|
304
|
+
readonly iconSecondary: "var(--maru-icon-secondary)";
|
|
305
|
+
readonly iconTertiary: "var(--maru-icon-tertiary)";
|
|
306
|
+
readonly iconWarningPrimary: "var(--maru-icon-warning-primary)";
|
|
307
|
+
readonly iconWhite: "var(--maru-icon-white)";
|
|
308
|
+
readonly patternPrimary: "var(--maru-pattern-primary)";
|
|
309
|
+
readonly patternSecondary: "var(--maru-pattern-secondary)";
|
|
310
|
+
readonly shadowBrand: "var(--maru-shadow-brand)";
|
|
311
|
+
readonly shadowSearchBar: "var(--maru-shadow-search-bar)";
|
|
312
|
+
readonly textBrand: "var(--maru-text-brand)";
|
|
313
|
+
readonly textBrandHover: "var(--maru-text-brand-hover)";
|
|
314
|
+
readonly textBrandWhite: "var(--maru-text-brand-white)";
|
|
315
|
+
readonly textDisabled: "var(--maru-text-disabled)";
|
|
316
|
+
readonly textErrorPrimary: "var(--maru-text-error-primary)";
|
|
317
|
+
readonly textInfoPrimary: "var(--maru-text-info-primary)";
|
|
318
|
+
readonly textInverseTooltip: "var(--maru-text-inverse-tooltip)";
|
|
319
|
+
readonly textPositivePrimary: "var(--maru-text-positive-primary)";
|
|
320
|
+
readonly textPrimary: "var(--maru-text-primary)";
|
|
321
|
+
readonly textSecondary: "var(--maru-text-secondary)";
|
|
322
|
+
readonly textSuccessPrimary: "var(--maru-text-success-primary)";
|
|
323
|
+
readonly textSupport: "var(--maru-text-support)";
|
|
324
|
+
readonly textTertiary: "var(--maru-text-tertiary)";
|
|
325
|
+
readonly textWarningPrimary: "var(--maru-text-warning-primary)";
|
|
326
|
+
readonly textWhite: "var(--maru-text-white)";
|
|
327
|
+
};
|
package/dist/enums/color.d.ts
CHANGED
|
@@ -30,92 +30,144 @@ export type TRadioColor = (typeof RADIO_COLORS)[number];
|
|
|
30
30
|
/** 하위 호환을 위해 유지하는 semantic CSS 변수 상수입니다. */
|
|
31
31
|
export declare const SemanticColor: {
|
|
32
32
|
readonly errorSecondary: "var(--maru-red-500)";
|
|
33
|
-
readonly
|
|
34
|
-
readonly
|
|
35
|
-
readonly
|
|
36
|
-
readonly
|
|
37
|
-
readonly
|
|
38
|
-
readonly
|
|
39
|
-
readonly
|
|
40
|
-
readonly
|
|
41
|
-
readonly
|
|
42
|
-
readonly
|
|
43
|
-
readonly
|
|
44
|
-
readonly
|
|
45
|
-
readonly textErrorPrimary: "var(--maru-text-error-primary)";
|
|
46
|
-
readonly iconPrimary: "var(--maru-icon-primary)";
|
|
47
|
-
readonly iconSecondary: "var(--maru-icon-secondary)";
|
|
48
|
-
readonly iconTertiary: "var(--maru-icon-tertiary)";
|
|
49
|
-
readonly iconQuaternary: "var(--maru-icon-quaternary)";
|
|
50
|
-
readonly iconBrandPrimary: "var(--maru-icon-brand-primary)";
|
|
51
|
-
readonly iconBrandSecondary: "var(--maru-icon-brand-secondary)";
|
|
52
|
-
readonly iconErrorPrimary: "var(--maru-icon-error-primary)";
|
|
53
|
-
readonly iconErrorSecondary: "var(--maru-icon-error-secondary)";
|
|
54
|
-
readonly iconPositivePrimary: "var(--maru-icon-positive-primary)";
|
|
55
|
-
readonly iconWarningPrimary: "var(--maru-icon-warning-primary)";
|
|
56
|
-
readonly iconWhite: "var(--maru-icon-white)";
|
|
57
|
-
readonly borderPrimary: "var(--maru-border-primary)";
|
|
58
|
-
readonly borderSecondary: "var(--maru-border-secondary)";
|
|
59
|
-
readonly borderSuccessPrimary: "var(--maru-border-success-primary)";
|
|
60
|
-
readonly borderBrandPrimary: "var(--maru-border-brand-primary)";
|
|
61
|
-
readonly borderBrandSecondary: "var(--maru-border-brand-secondary)";
|
|
62
|
-
readonly borderBrandTertiary: "var(--maru-border-brand-tertiary)";
|
|
63
|
-
readonly borderErrorPrimary: "var(--maru-border-error-primary)";
|
|
64
|
-
readonly borderErrorSecondary: "var(--maru-border-error-secondary)";
|
|
65
|
-
readonly backgroundPrimary: "var(--maru-background-primary)";
|
|
66
|
-
readonly backgroundPrimaryHover: "var(--maru-background-primary-hover)";
|
|
67
|
-
readonly backgroundSecondary: "var(--maru-background-secondary)";
|
|
68
|
-
readonly backgroundSecondaryHover: "var(--maru-background-secondary-hover)";
|
|
69
|
-
readonly backgroundTertiary: "var(--maru-background-tertiary)";
|
|
70
|
-
readonly backgroundQuaternary: "var(--maru-background-quaternary)";
|
|
71
|
-
readonly backgroundDisabled: "var(--maru-background-disabled)";
|
|
33
|
+
readonly badgeInfoPrimary: "var(--maru-badge-info-primary)";
|
|
34
|
+
readonly shadowDefault: "var(--maru-shadow-default)";
|
|
35
|
+
readonly overlayScrim: "var(--maru-overlay-scrim)";
|
|
36
|
+
readonly skeletonBase: "var(--maru-skeleton-base)";
|
|
37
|
+
readonly skeletonHighlight: "var(--maru-skeleton-highlight)";
|
|
38
|
+
readonly statusLearning: "var(--maru-status-learning)";
|
|
39
|
+
readonly statusLearningBackground: "var(--maru-status-learning-background)";
|
|
40
|
+
readonly statusDistribution: "var(--maru-status-distribution)";
|
|
41
|
+
readonly statusDistributionBackground: "var(--maru-status-distribution-background)";
|
|
42
|
+
readonly statusService: "var(--maru-status-service)";
|
|
43
|
+
readonly statusServiceBackground: "var(--maru-status-service-background)";
|
|
44
|
+
readonly statusTitle: "var(--maru-status-title)";
|
|
72
45
|
readonly backgroundBlack: "var(--maru-background-black)";
|
|
73
|
-
readonly
|
|
46
|
+
readonly backgroundBrandPrimary: "var(--maru-background-brand-primary)";
|
|
47
|
+
readonly backgroundBrandQuaternary: "var(--maru-background-brand-quaternary)";
|
|
48
|
+
readonly backgroundBrandSecondary: "var(--maru-background-brand-secondary)";
|
|
49
|
+
readonly backgroundBrandSecondaryHover: "var(--maru-background-brand-secondary-hover)";
|
|
74
50
|
readonly backgroundBrandSolidPrimary: "var(--maru-background-brand-solid-primary)";
|
|
75
51
|
readonly backgroundBrandSolidPrimaryHover: "var(--maru-background-brand-solid-primary-hover)";
|
|
76
52
|
readonly backgroundBrandSolidSecondary: "var(--maru-background-brand-solid-secondary)";
|
|
77
|
-
readonly backgroundBrandPrimary: "var(--maru-background-brand-primary)";
|
|
78
53
|
readonly backgroundBrandTertiaryHover: "var(--maru-background-brand-tertiary-hover)";
|
|
79
|
-
readonly
|
|
80
|
-
readonly
|
|
81
|
-
readonly
|
|
82
|
-
readonly
|
|
83
|
-
readonly
|
|
84
|
-
readonly backgroundInfoSolidPrimaryHover: "var(--maru-background-info-solid-primary-hover)";
|
|
54
|
+
readonly backgroundDisabled: "var(--maru-background-disabled)";
|
|
55
|
+
readonly backgroundErrorPrimary: "var(--maru-background-error-primary)";
|
|
56
|
+
readonly backgroundErrorPrimaryHover: "var(--maru-background-error-primary-hover)";
|
|
57
|
+
readonly backgroundErrorSolidPrimary: "var(--maru-background-error-solid-primary)";
|
|
58
|
+
readonly backgroundErrorSolidPrimaryHover: "var(--maru-background-error-solid-primary-hover)";
|
|
85
59
|
readonly backgroundInfoSecondary: "var(--maru-background-info-secondary)";
|
|
86
60
|
readonly backgroundInfoSecondaryHover: "var(--maru-background-info-secondary-hover)";
|
|
87
|
-
readonly
|
|
88
|
-
readonly
|
|
61
|
+
readonly backgroundInfoSolidPrimary: "var(--maru-background-info-solid-primary)";
|
|
62
|
+
readonly backgroundInfoSolidPrimaryHover: "var(--maru-background-info-solid-primary-hover)";
|
|
63
|
+
readonly backgroundPopupPrimary: "var(--maru-background-popup-primary)";
|
|
64
|
+
readonly backgroundPositivePrimary: "var(--maru-background-positive-primary)";
|
|
65
|
+
readonly backgroundPositivePrimaryHover: "var(--maru-background-positive-primary-hover)";
|
|
66
|
+
readonly backgroundPositiveSolidPrimary: "var(--maru-background-positive-solid-primary)";
|
|
67
|
+
readonly backgroundPositiveSolidPrimaryHover: "var(--maru-background-positive-solid-primary-hover)";
|
|
68
|
+
readonly backgroundPrimary: "var(--maru-background-primary)";
|
|
69
|
+
readonly backgroundPrimaryHover: "var(--maru-background-primary-hover)";
|
|
70
|
+
readonly backgroundQuaternary: "var(--maru-background-quaternary)";
|
|
71
|
+
readonly backgroundSecondary: "var(--maru-background-secondary)";
|
|
72
|
+
readonly backgroundSecondaryHover: "var(--maru-background-secondary-hover)";
|
|
73
|
+
readonly backgroundServiceAiPrimary: "var(--maru-background-service-ai-primary)";
|
|
74
|
+
readonly backgroundServiceAiSecondary: "var(--maru-background-service-ai-secondary)";
|
|
75
|
+
readonly backgroundServiceAiSecondaryHover: "var(--maru-background-service-ai-secondary-hover)";
|
|
76
|
+
readonly backgroundServiceAiTertiary: "var(--maru-background-service-ai-tertiary)";
|
|
77
|
+
readonly backgroundTertiary: "var(--maru-background-tertiary)";
|
|
89
78
|
readonly backgroundWarningPrimary: "var(--maru-background-warning-primary)";
|
|
90
79
|
readonly backgroundWarningPrimaryHover: "var(--maru-background-warning-primary-hover)";
|
|
91
|
-
readonly
|
|
92
|
-
readonly
|
|
93
|
-
readonly
|
|
94
|
-
readonly
|
|
80
|
+
readonly backgroundWarningSolidPrimary: "var(--maru-background-warning-solid-primary)";
|
|
81
|
+
readonly backgroundWarningSolidPrimaryHover: "var(--maru-background-warning-solid-primary-hover)";
|
|
82
|
+
readonly badgeBrandPrimary: "var(--maru-badge-brand-primary)";
|
|
83
|
+
readonly badgeBrandPrimaryHover: "var(--maru-badge-brand-primary-hover)";
|
|
84
|
+
readonly badgeErrorPrimary: "var(--maru-badge-error-primary)";
|
|
85
|
+
readonly badgePositivePrimary: "var(--maru-badge-positive-primary)";
|
|
95
86
|
readonly badgePrimary: "var(--maru-badge-primary)";
|
|
96
87
|
readonly badgePrimaryHover: "var(--maru-badge-primary-hover)";
|
|
97
88
|
readonly badgeSecondary: "var(--maru-badge-secondary)";
|
|
98
89
|
readonly badgeSecondaryHover: "var(--maru-badge-secondary-hover)";
|
|
99
|
-
readonly
|
|
100
|
-
readonly
|
|
101
|
-
readonly
|
|
102
|
-
readonly
|
|
90
|
+
readonly borderBlackPrimary: "var(--maru-border-black-primary)";
|
|
91
|
+
readonly borderBrandPrimary: "var(--maru-border-brand-primary)";
|
|
92
|
+
readonly borderBrandQuaternary: "var(--maru-border-brand-quaternary)";
|
|
93
|
+
readonly borderBrandSecondary: "var(--maru-border-brand-secondary)";
|
|
94
|
+
readonly borderBrandTertiary: "var(--maru-border-brand-tertiary)";
|
|
95
|
+
readonly borderErrorAcPrimary: "var(--maru-border-error-ac-primary)";
|
|
96
|
+
readonly borderErrorAcSecondary: "var(--maru-border-error-ac-secondary)";
|
|
97
|
+
readonly borderErrorPrimary: "var(--maru-border-error-primary)";
|
|
98
|
+
readonly borderErrorSecondary: "var(--maru-border-error-secondary)";
|
|
99
|
+
readonly borderPrimary: "var(--maru-border-primary)";
|
|
100
|
+
readonly borderSecondary: "var(--maru-border-secondary)";
|
|
101
|
+
readonly borderServiceAiPrimary: "var(--maru-border-service-ai-primary)";
|
|
102
|
+
readonly borderServiceAiSecondary: "var(--maru-border-service-ai-secondary)";
|
|
103
|
+
readonly borderSuccessAcPrimary: "var(--maru-border-success-ac-primary)";
|
|
104
|
+
readonly borderSuccessPrimary: "var(--maru-border-success-primary)";
|
|
105
|
+
readonly borderTertiary: "var(--maru-border-tertiary)";
|
|
106
|
+
readonly borderWarningAcPrimary: "var(--maru-border-warning-ac-primary)";
|
|
107
|
+
readonly borderWarningAcSecondary: "var(--maru-border-warning-ac-secondary)";
|
|
108
|
+
readonly borderWarningPrimary: "var(--maru-border-warning-primary)";
|
|
109
|
+
readonly borderWarningSecondary: "var(--maru-border-warning-secondary)";
|
|
110
|
+
readonly componentAmberPrimary: "var(--maru-component-amber-primary)";
|
|
111
|
+
readonly componentAmberSecondary: "var(--maru-component-amber-secondary)";
|
|
112
|
+
readonly componentBluePrimary: "var(--maru-component-blue-primary)";
|
|
113
|
+
readonly componentBlueSecondary: "var(--maru-component-blue-secondary)";
|
|
114
|
+
readonly componentBlueTertiary: "var(--maru-component-blue-tertiary)";
|
|
103
115
|
readonly componentBrandPrimary: "var(--maru-component-brand-primary)";
|
|
104
|
-
readonly componentWhite: "var(--maru-component-white)";
|
|
105
116
|
readonly componentError: "var(--maru-component-error)";
|
|
117
|
+
readonly componentGreenA: "var(--maru-component-green-a)";
|
|
118
|
+
readonly componentGreenPrimary: "var(--maru-component-green-primary)";
|
|
119
|
+
readonly componentGreenSecondary: "var(--maru-component-green-secondary)";
|
|
120
|
+
readonly componentPinkPrimary: "var(--maru-component-pink-primary)";
|
|
121
|
+
readonly componentPinkSecondary: "var(--maru-component-pink-secondary)";
|
|
122
|
+
readonly componentPurplePrimary: "var(--maru-component-purple-primary)";
|
|
123
|
+
readonly componentPurpleSecondary: "var(--maru-component-purple-secondary)";
|
|
124
|
+
readonly componentWhite: "var(--maru-component-white)";
|
|
125
|
+
readonly componentYellow100: "var(--maru-component-yellow-100)";
|
|
126
|
+
readonly componentYellow200: "var(--maru-component-yellow-200)";
|
|
127
|
+
readonly componentYellow300: "var(--maru-component-yellow-300)";
|
|
128
|
+
readonly componentYellow400: "var(--maru-component-yellow-400)";
|
|
129
|
+
readonly componentYellow50: "var(--maru-component-yellow-50)";
|
|
130
|
+
readonly componentYellow500: "var(--maru-component-yellow-500)";
|
|
131
|
+
readonly componentYellow600: "var(--maru-component-yellow-600)";
|
|
132
|
+
readonly componentYellow700: "var(--maru-component-yellow-700)";
|
|
133
|
+
readonly componentYellow800: "var(--maru-component-yellow-800)";
|
|
134
|
+
readonly componentYellow900: "var(--maru-component-yellow-900)";
|
|
135
|
+
readonly componentYellowA100: "var(--maru-component-yellow-a100)";
|
|
136
|
+
readonly componentYellowA200: "var(--maru-component-yellow-a200)";
|
|
137
|
+
readonly componentYellowA400: "var(--maru-component-yellow-a400)";
|
|
138
|
+
readonly componentYellowA700: "var(--maru-component-yellow-a700)";
|
|
106
139
|
readonly featureHighlight: "var(--maru-feature-highlight)";
|
|
107
140
|
readonly featureTooltip: "var(--maru-feature-tooltip)";
|
|
141
|
+
readonly iconBrandPrimary: "var(--maru-icon-brand-primary)";
|
|
142
|
+
readonly iconBrandQuaternary: "var(--maru-icon-brand-quaternary)";
|
|
143
|
+
readonly iconBrandSecondary: "var(--maru-icon-brand-secondary)";
|
|
144
|
+
readonly iconBrandTertiary: "var(--maru-icon-brand-tertiary)";
|
|
145
|
+
readonly iconErrorPrimary: "var(--maru-icon-error-primary)";
|
|
146
|
+
readonly iconErrorSecondary: "var(--maru-icon-error-secondary)";
|
|
147
|
+
readonly iconPositivePrimary: "var(--maru-icon-positive-primary)";
|
|
148
|
+
readonly iconPrimary: "var(--maru-icon-primary)";
|
|
149
|
+
readonly iconQuaternary: "var(--maru-icon-quaternary)";
|
|
150
|
+
readonly iconSecondary: "var(--maru-icon-secondary)";
|
|
151
|
+
readonly iconTertiary: "var(--maru-icon-tertiary)";
|
|
152
|
+
readonly iconWarningPrimary: "var(--maru-icon-warning-primary)";
|
|
153
|
+
readonly iconWhite: "var(--maru-icon-white)";
|
|
154
|
+
readonly patternPrimary: "var(--maru-pattern-primary)";
|
|
155
|
+
readonly patternSecondary: "var(--maru-pattern-secondary)";
|
|
108
156
|
readonly shadowBrand: "var(--maru-shadow-brand)";
|
|
109
157
|
readonly shadowSearchBar: "var(--maru-shadow-search-bar)";
|
|
110
|
-
readonly
|
|
111
|
-
readonly
|
|
112
|
-
readonly
|
|
113
|
-
readonly
|
|
114
|
-
readonly
|
|
115
|
-
readonly
|
|
116
|
-
readonly
|
|
117
|
-
readonly
|
|
118
|
-
readonly
|
|
119
|
-
readonly
|
|
120
|
-
readonly
|
|
158
|
+
readonly textBrand: "var(--maru-text-brand)";
|
|
159
|
+
readonly textBrandHover: "var(--maru-text-brand-hover)";
|
|
160
|
+
readonly textBrandWhite: "var(--maru-text-brand-white)";
|
|
161
|
+
readonly textDisabled: "var(--maru-text-disabled)";
|
|
162
|
+
readonly textErrorPrimary: "var(--maru-text-error-primary)";
|
|
163
|
+
readonly textInfoPrimary: "var(--maru-text-info-primary)";
|
|
164
|
+
readonly textInverseTooltip: "var(--maru-text-inverse-tooltip)";
|
|
165
|
+
readonly textPositivePrimary: "var(--maru-text-positive-primary)";
|
|
166
|
+
readonly textPrimary: "var(--maru-text-primary)";
|
|
167
|
+
readonly textSecondary: "var(--maru-text-secondary)";
|
|
168
|
+
readonly textSuccessPrimary: "var(--maru-text-success-primary)";
|
|
169
|
+
readonly textSupport: "var(--maru-text-support)";
|
|
170
|
+
readonly textTertiary: "var(--maru-text-tertiary)";
|
|
171
|
+
readonly textWarningPrimary: "var(--maru-text-warning-primary)";
|
|
172
|
+
readonly textWhite: "var(--maru-text-white)";
|
|
121
173
|
};
|
package/dist/enums/size.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare const BUTTON_SIZES: readonly ["xxs", "xs", "small", "normal", "large"];
|
|
1
|
+
export declare const BUTTON_SIZES: readonly ["xxs", "xs", "small", "normal", "large", "comfortable-small", "comfortable-normal", "comfortable-large"];
|
|
2
2
|
export type TButtonSize = (typeof BUTTON_SIZES)[number];
|
|
3
|
-
export declare const CHECKBOX_SIZES: readonly [16, 18, 24];
|
|
3
|
+
export declare const CHECKBOX_SIZES: readonly [16, 18, 20, 24];
|
|
4
4
|
export type TCheckboxSize = (typeof CHECKBOX_SIZES)[number];
|
|
5
5
|
export declare const CHIP_SIZES: readonly ["small", "normal", "large"];
|
|
6
6
|
export type TChipSize = (typeof CHIP_SIZES)[number];
|