maru_design2 2.27.2 → 2.27.3
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/.idea/MaruDesign2.iml +13 -0
- package/.idea/codeStyles/Project.xml +77 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/inspectionProfiles/Project_Default.xml +94 -0
- package/.idea/jsLinters/eslint.xml +6 -0
- package/.idea/material_theme_project_new.xml +12 -0
- package/.idea/modules.xml +8 -0
- package/.idea/prettier.xml +8 -0
- package/.idea/vcs.xml +6 -0
- package/.idea/watcherTasks.xml +4 -0
- package/CHANGELOG.md +901 -894
- package/dist/components/atoms/button/Button.d.ts +33 -33
- package/dist/components/atoms/button/index.d.ts +1 -1
- package/dist/components/atoms/checkbox/Checkbox.d.ts +21 -21
- package/dist/components/atoms/checkbox/index.d.ts +1 -1
- package/dist/components/atoms/chip/Chip.d.ts +29 -29
- package/dist/components/atoms/chip/index.d.ts +1 -1
- package/dist/components/atoms/code/Code.d.ts +7 -7
- package/dist/components/atoms/code/index.d.ts +1 -1
- package/dist/components/atoms/icon/Icon.d.ts +16 -16
- package/dist/components/atoms/icon/iconmap.d.ts +412 -412
- package/dist/components/atoms/icon/index.d.ts +2 -2
- package/dist/components/atoms/input/Input.d.ts +43 -43
- package/dist/components/atoms/input/index.d.ts +1 -1
- package/dist/components/atoms/popover/Popover.d.ts +19 -19
- package/dist/components/atoms/popover/index.d.ts +1 -1
- package/dist/components/atoms/radio/Radio.d.ts +14 -14
- package/dist/components/atoms/radio/index.d.ts +1 -1
- package/dist/components/atoms/skeleton/Contents.d.ts +1 -1
- package/dist/components/atoms/skeleton/Skeleton.d.ts +6 -6
- package/dist/components/atoms/skeleton/index.d.ts +1 -1
- package/dist/components/atoms/slider/Slider.d.ts +31 -31
- package/dist/components/atoms/slider/index.d.ts +1 -1
- package/dist/components/atoms/textarea/Textarea.d.ts +38 -38
- package/dist/components/atoms/textarea/index.d.ts +1 -1
- package/dist/components/atoms/toggle/Toggle.d.ts +20 -20
- package/dist/components/atoms/toggle/index.d.ts +1 -1
- package/dist/components/atoms/tooltip/Tooltip.d.ts +29 -29
- package/dist/components/atoms/tooltip/index.d.ts +1 -1
- package/dist/components/molecules/calendar/Calendar.d.ts +27 -27
- package/dist/components/molecules/calendar/DatePickerHeader.d.ts +3 -3
- package/dist/components/molecules/calendar/DatePickerWrapper.d.ts +9 -9
- package/dist/components/molecules/calendar/index.d.ts +1 -1
- package/dist/components/molecules/dropdown/Dropdown.d.ts +90 -90
- package/dist/components/molecules/dropdown/index.d.ts +1 -1
- package/dist/components/molecules/dropdown/menu/MenuItem.d.ts +16 -16
- package/dist/components/molecules/dropdown/menu/index.d.ts +31 -31
- package/dist/components/molecules/dropdown/toggleButton/Arrow.d.ts +9 -9
- package/dist/components/molecules/dropdown/toggleButton/Clear.d.ts +6 -6
- package/dist/components/molecules/dropdown/toggleButton/index.d.ts +19 -19
- package/dist/components/molecules/modal/Modal.d.ts +48 -48
- package/dist/components/molecules/modal/index.d.ts +1 -1
- package/dist/components/molecules/multiSelectDropdown/MultiSelectDropdown.d.ts +76 -76
- package/dist/components/molecules/multiSelectDropdown/index.d.ts +1 -1
- package/dist/components/molecules/multiSelectDropdown/menu/MenuItem.d.ts +12 -12
- package/dist/components/molecules/multiSelectDropdown/menu/index.d.ts +21 -21
- package/dist/components/molecules/multiSelectDropdown/toggleButton/Arrow.d.ts +9 -9
- package/dist/components/molecules/multiSelectDropdown/toggleButton/Clear.d.ts +6 -6
- package/dist/components/molecules/multiSelectDropdown/toggleButton/index.d.ts +17 -17
- package/dist/components/molecules/pagination/Pagination.d.ts +22 -22
- package/dist/components/molecules/pagination/index.d.ts +1 -1
- package/dist/components/molecules/searchInput/SearchInput.d.ts +34 -34
- package/dist/components/molecules/searchInput/filter/FilterPopover.d.ts +16 -16
- package/dist/components/molecules/searchInput/filter/index.d.ts +17 -17
- package/dist/components/molecules/searchInput/index.d.ts +1 -1
- package/dist/components/molecules/table/Colgroup.d.ts +9 -9
- package/dist/components/molecules/table/Table.d.ts +3 -3
- package/dist/components/molecules/table/body/BinButtonTd.d.ts +7 -7
- package/dist/components/molecules/table/body/ChartButtonTd.d.ts +8 -8
- package/dist/components/molecules/table/body/CheckboxTd.d.ts +6 -6
- package/dist/components/molecules/table/body/EmptyTr.d.ts +8 -8
- package/dist/components/molecules/table/body/KebabMenuTd.d.ts +7 -7
- package/dist/components/molecules/table/body/RadioTd.d.ts +6 -6
- package/dist/components/molecules/table/body/Tr.d.ts +7 -7
- package/dist/components/molecules/table/body/index.d.ts +7 -7
- package/dist/components/molecules/table/header/FilterButtonsTh.d.ts +7 -7
- package/dist/components/molecules/table/header/FilterTh.d.ts +8 -8
- package/dist/components/molecules/table/header/SortableColumn.d.ts +15 -15
- package/dist/components/molecules/table/header/index.d.ts +17 -17
- package/dist/components/molecules/table/index.d.ts +1 -1
- package/dist/components/molecules/table/types.d.ts +125 -125
- package/dist/components/molecules/toast/Details.d.ts +6 -6
- package/dist/components/molecules/toast/Toast.d.ts +31 -31
- package/dist/components/molecules/toast/ToastContext.d.ts +15 -15
- package/dist/components/molecules/toast/ToastStyle.d.ts +18 -18
- package/dist/components/molecules/toast/index.d.ts +1 -1
- package/dist/components/molecules/toast/types.d.ts +4 -4
- package/dist/components/styleProvider/StyleProvider.d.ts +10 -10
- package/dist/components/styleProvider/index.d.ts +1 -1
- package/dist/enums/color.d.ts +14 -14
- package/dist/enums/direction.d.ts +2 -2
- package/dist/enums/gap.d.ts +4 -4
- package/dist/enums/size.d.ts +8 -8
- package/dist/enums/type.d.ts +4 -4
- package/dist/enums/variant.d.ts +8 -8
- package/dist/hooks/useButtonState.d.ts +16 -16
- package/dist/hooks/useColor.d.ts +4 -4
- package/dist/hooks/useCombineRef.d.ts +11 -11
- package/dist/hooks/useCreatePortal.d.ts +7 -7
- package/dist/hooks/useId.d.ts +7 -7
- package/dist/index.d.ts +22 -22
- package/dist/index.js +72 -72
- package/dist/utils/copy.d.ts +6 -6
- package/dist/utils/format.d.ts +2 -2
- package/dist/utils/highlight.d.ts +1 -1
- package/package.json +74 -74
package/CHANGELOG.md
CHANGED
|
@@ -1,894 +1,901 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [2.27.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
### Bug Fixes
|
|
7
|
-
|
|
8
|
-
* :
|
|
9
|
-
|
|
10
|
-
## [2.27.
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### Bug Fixes
|
|
14
|
-
|
|
15
|
-
* :
|
|
16
|
-
|
|
17
|
-
## [2.27.
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
###
|
|
21
|
-
|
|
22
|
-
* :
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
* :
|
|
36
|
-
|
|
37
|
-
## [2.26.
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
### Bug Fixes
|
|
41
|
-
|
|
42
|
-
* :bento: Icon - add
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
* :
|
|
52
|
-
|
|
53
|
-
## [2.26.
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
### Bug Fixes
|
|
57
|
-
|
|
58
|
-
* :
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
* :
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
* :
|
|
76
|
-
|
|
77
|
-
## [2.26.
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
### Bug Fixes
|
|
81
|
-
|
|
82
|
-
* :
|
|
83
|
-
|
|
84
|
-
## [2.26.
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
### Bug Fixes
|
|
88
|
-
|
|
89
|
-
* :bento: Icon - add
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
* :bento: Icon - add
|
|
97
|
-
* :bento: Icon -
|
|
98
|
-
* :bento: Icon -
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
* :bento: Icon -
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
* :
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
* :bento: Icon - add
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
* :
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
###
|
|
135
|
-
|
|
136
|
-
* :
|
|
137
|
-
* :
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
* :
|
|
145
|
-
|
|
146
|
-
## [2.25.
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
### Bug Fixes
|
|
150
|
-
|
|
151
|
-
* :
|
|
152
|
-
|
|
153
|
-
## [2.25.
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
### Bug Fixes
|
|
157
|
-
|
|
158
|
-
* :
|
|
159
|
-
|
|
160
|
-
## [2.25.
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
###
|
|
164
|
-
|
|
165
|
-
* :
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
* :
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
* :
|
|
180
|
-
|
|
181
|
-
## [2.24.
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
### Bug Fixes
|
|
185
|
-
|
|
186
|
-
* :bento: Icon - add
|
|
187
|
-
|
|
188
|
-
## [2.24.
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
### Bug Fixes
|
|
192
|
-
|
|
193
|
-
* :bento: Icon - add
|
|
194
|
-
|
|
195
|
-
## [2.24.
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
### Bug Fixes
|
|
199
|
-
|
|
200
|
-
* :
|
|
201
|
-
|
|
202
|
-
## [2.24.
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
###
|
|
206
|
-
|
|
207
|
-
* :
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
* :
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
* :
|
|
220
|
-
* :
|
|
221
|
-
* :
|
|
222
|
-
* :
|
|
223
|
-
* :
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
* :
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
* :
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
* :
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
* :
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
###
|
|
263
|
-
|
|
264
|
-
* :bug:
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
### Bug Fixes
|
|
270
|
-
|
|
271
|
-
* :
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
* :
|
|
283
|
-
|
|
284
|
-
## [2.22.
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
### Bug Fixes
|
|
288
|
-
|
|
289
|
-
* :bug: SearchInput -
|
|
290
|
-
|
|
291
|
-
## [2.22.
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
### Bug Fixes
|
|
295
|
-
|
|
296
|
-
* :bug:
|
|
297
|
-
|
|
298
|
-
## [2.22.
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
###
|
|
302
|
-
|
|
303
|
-
* :
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
* :
|
|
314
|
-
* :
|
|
315
|
-
* :
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
* :
|
|
321
|
-
* :
|
|
322
|
-
* :
|
|
323
|
-
* :
|
|
324
|
-
* :
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
* :
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
* :
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
###
|
|
345
|
-
|
|
346
|
-
* :
|
|
347
|
-
* :
|
|
348
|
-
* :
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
* :
|
|
354
|
-
* :
|
|
355
|
-
* :
|
|
356
|
-
* :
|
|
357
|
-
* :
|
|
358
|
-
* :
|
|
359
|
-
* :
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
* :
|
|
367
|
-
|
|
368
|
-
## [2.20.
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
### Bug Fixes
|
|
372
|
-
|
|
373
|
-
* :lipstick:
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
* :lipstick: Toggle - UPDATE
|
|
382
|
-
|
|
383
|
-
## [2.20.
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
### Bug Fixes
|
|
387
|
-
|
|
388
|
-
* :
|
|
389
|
-
|
|
390
|
-
## [2.20.
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
###
|
|
394
|
-
|
|
395
|
-
* :
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
* :
|
|
403
|
-
* :
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
* :
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
* :
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
### Bug Fixes
|
|
433
|
-
|
|
434
|
-
* :
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
* :
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
* :
|
|
458
|
-
* :
|
|
459
|
-
* :
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
* :
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
* :
|
|
472
|
-
|
|
473
|
-
## [2.17.
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
###
|
|
477
|
-
|
|
478
|
-
* :
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
###
|
|
484
|
-
|
|
485
|
-
* :
|
|
486
|
-
* :
|
|
487
|
-
* :
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
* :
|
|
497
|
-
|
|
498
|
-
## [2.16.
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
### Bug Fixes
|
|
502
|
-
|
|
503
|
-
* :
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
* :
|
|
513
|
-
|
|
514
|
-
## [2.16.
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
###
|
|
518
|
-
|
|
519
|
-
* :
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
* :
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
* :
|
|
543
|
-
|
|
544
|
-
## [2.15.
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
###
|
|
548
|
-
|
|
549
|
-
* :
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
### Bug Fixes
|
|
560
|
-
|
|
561
|
-
* :
|
|
562
|
-
|
|
563
|
-
## [2.14.
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
### Bug Fixes
|
|
567
|
-
|
|
568
|
-
* :
|
|
569
|
-
|
|
570
|
-
## [2.14.
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
###
|
|
574
|
-
|
|
575
|
-
* :
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
* :
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
* :
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
###
|
|
597
|
-
|
|
598
|
-
* :
|
|
599
|
-
* :
|
|
600
|
-
* :
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
* :
|
|
611
|
-
|
|
612
|
-
## [2.12.
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
### Bug Fixes
|
|
616
|
-
|
|
617
|
-
* :bug: Table -
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
* :bug:
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
* :
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
* :
|
|
645
|
-
|
|
646
|
-
## [2.12.
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
###
|
|
650
|
-
|
|
651
|
-
* :
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
### Bug Fixes
|
|
663
|
-
|
|
664
|
-
* :
|
|
665
|
-
|
|
666
|
-
## [2.11.
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
###
|
|
670
|
-
|
|
671
|
-
* :
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
* :
|
|
679
|
-
* :
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
* :
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
* :
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
* :
|
|
699
|
-
* :
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
* :
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
* :
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
* :
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
* :
|
|
738
|
-
* :
|
|
739
|
-
* :
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
* :
|
|
745
|
-
* :
|
|
746
|
-
* :
|
|
747
|
-
* :
|
|
748
|
-
* :
|
|
749
|
-
* :
|
|
750
|
-
* :
|
|
751
|
-
* :
|
|
752
|
-
* :
|
|
753
|
-
* :
|
|
754
|
-
* :
|
|
755
|
-
* :
|
|
756
|
-
* :
|
|
757
|
-
* :lipstick:
|
|
758
|
-
* :lipstick:
|
|
759
|
-
* :lipstick:
|
|
760
|
-
* :lipstick:
|
|
761
|
-
* :lipstick:
|
|
762
|
-
* :lipstick:
|
|
763
|
-
* :lipstick:
|
|
764
|
-
* :lipstick:
|
|
765
|
-
* :lipstick:
|
|
766
|
-
* :lipstick:
|
|
767
|
-
* :lipstick:
|
|
768
|
-
* :lipstick:
|
|
769
|
-
* :lipstick:
|
|
770
|
-
* :lipstick:
|
|
771
|
-
* :lipstick:
|
|
772
|
-
* :lipstick:
|
|
773
|
-
* :lipstick:
|
|
774
|
-
* :
|
|
775
|
-
* :
|
|
776
|
-
* :
|
|
777
|
-
* :
|
|
778
|
-
* :
|
|
779
|
-
*
|
|
780
|
-
*
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
*
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
* :
|
|
796
|
-
* :
|
|
797
|
-
* :
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
* :
|
|
806
|
-
|
|
807
|
-
## [2.7.
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
### Bug Fixes
|
|
811
|
-
|
|
812
|
-
* :
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
* :
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
* :
|
|
829
|
-
* :
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
* :
|
|
835
|
-
* :
|
|
836
|
-
* :
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
* :
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
*
|
|
854
|
-
*
|
|
855
|
-
*
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
*
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
*
|
|
874
|
-
|
|
875
|
-
## [2.5.
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
###
|
|
879
|
-
|
|
880
|
-
*
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
###
|
|
892
|
-
|
|
893
|
-
*
|
|
894
|
-
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.27.3](https://github.com/42maru-ai/maru-design2/compare/v2.27.2...v2.27.3) (2025-11-12)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* :memo: Welcome - UPDATE Core Technologies ([efc3a48](https://github.com/42maru-ai/maru-design2/commit/efc3a4812a1afd3ef1e00a46ba806401c2fe64cb))
|
|
9
|
+
|
|
10
|
+
## [2.27.2](https://github.com/42maru-ai/maru-design2/compare/v2.27.1...v2.27.2) (2025-09-24)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* :lipstick: Input - FIX persistent placeholder ([17240d1](https://github.com/42maru-ai/maru-design2/commit/17240d169e218c8cd495b1881506a6d129593439))
|
|
16
|
+
|
|
17
|
+
## [2.27.1](https://github.com/42maru-ai/maru-design2/compare/v2.27.0...v2.27.1) (2025-07-30)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* :bento: Icon - add Check_s1613, Users01_s2415 ([1badacd](https://github.com/42maru-ai/maru-design2/commit/1badacd6d0d19c836a93841860a4f731426ee1cd))
|
|
23
|
+
|
|
24
|
+
## [2.27.0](https://github.com/42maru-ai/maru-design2/compare/v2.26.11...v2.27.0) (2025-07-21)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Features
|
|
28
|
+
|
|
29
|
+
* :sparkles: ICON - ADD copy ([31546b5](https://github.com/42maru-ai/maru-design2/commit/31546b5cc64d7e4b080a3c7be83ada104a58e8d7))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* :bug: Input - fix end node wrapper margin left logic ([8fd1646](https://github.com/42maru-ai/maru-design2/commit/8fd164691623c49f93142fc5782d06cfaf050f22))
|
|
35
|
+
* :lipstick: Input - update margin between text and x ([3649897](https://github.com/42maru-ai/maru-design2/commit/3649897fdf62f264a461ac358b5b80e8c7bfdd94))
|
|
36
|
+
|
|
37
|
+
## [2.26.11](https://github.com/42maru-ai/maru-design2/compare/v2.26.10...v2.26.11) (2025-07-14)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* :bento: Icon - add Download02_s2413 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([b31ba53](https://github.com/42maru-ai/maru-design2/commit/b31ba53eab4d9e73cacf78229028a5444d095b2a))
|
|
43
|
+
|
|
44
|
+
## [2.26.10](https://github.com/42maru-ai/maru-design2/compare/v2.26.9...v2.26.10) (2025-07-11)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* :bento: Icon - add ArrowLeft_s1613 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([c1feb36](https://github.com/42maru-ai/maru-design2/commit/c1feb36d2eb062bf8feb8e09362ded54b51ed51c))
|
|
50
|
+
* :bento: Icon - add ArrowLeft_s1613 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([4cac0a1](https://github.com/42maru-ai/maru-design2/commit/4cac0a132f0f5308b9dc20accefedfdafcad4826))
|
|
51
|
+
* :bento: Icon - update ChevronUp_s1613 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([19e4025](https://github.com/42maru-ai/maru-design2/commit/19e4025f37d754abb2110e706268034a6fcaa374))
|
|
52
|
+
|
|
53
|
+
## [2.26.9](https://github.com/42maru-ai/maru-design2/compare/v2.26.8...v2.26.9) (2025-07-04)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Bug Fixes
|
|
57
|
+
|
|
58
|
+
* :bug: Icon - update AlertCircle_s1610 transparent ([3f8125a](https://github.com/42maru-ai/maru-design2/commit/3f8125aa518d35ef7f7cabe2bb2102cd8343ba90))
|
|
59
|
+
|
|
60
|
+
## [2.26.8](https://github.com/42maru-ai/maru-design2/compare/v2.26.7...v2.26.8) (2025-07-04)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Bug Fixes
|
|
64
|
+
|
|
65
|
+
* :bento: Icon - add ChevronUp_s2415 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([c6804ef](https://github.com/42maru-ai/maru-design2/commit/c6804ef807ef66b7d34044e134c6f2de12f26b4d))
|
|
66
|
+
* :bug: Icon - delete bg from AlertCircle_s1610 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([210dcd6](https://github.com/42maru-ai/maru-design2/commit/210dcd656b17e55479decd4c7c23c792e42abc11))
|
|
67
|
+
|
|
68
|
+
## [2.26.7](https://github.com/42maru-ai/maru-design2/compare/v2.26.6...v2.26.7) (2025-07-03)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### Bug Fixes
|
|
72
|
+
|
|
73
|
+
* :bento: Icon - add ChevronDown_s2415 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([e3a40c3](https://github.com/42maru-ai/maru-design2/commit/e3a40c3375b7686f9fb5e79ba61c8dae87bb27e6))
|
|
74
|
+
* :bento: Icon - add Share03_s1210 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([87653f4](https://github.com/42maru-ai/maru-design2/commit/87653f48e0316964b905f5b709e59044d7711e7d))
|
|
75
|
+
* :bento: Icon - update puzzle icons [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([95db86c](https://github.com/42maru-ai/maru-design2/commit/95db86caa85099ffe7e560f56029294f68dc2101))
|
|
76
|
+
|
|
77
|
+
## [2.26.6](https://github.com/42maru-ai/maru-design2/compare/v2.26.5...v2.26.6) (2025-06-26)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
### Bug Fixes
|
|
81
|
+
|
|
82
|
+
* :bug: Icon - fix icon map error ([ca1802f](https://github.com/42maru-ai/maru-design2/commit/ca1802f067e40413d9992307271e49f0d7a88e52))
|
|
83
|
+
|
|
84
|
+
## [2.26.5](https://github.com/42maru-ai/maru-design2/compare/v2.26.4...v2.26.5) (2025-06-26)
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
### Bug Fixes
|
|
88
|
+
|
|
89
|
+
* :bento: Icon - add Clip_s1813 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([521b07b](https://github.com/42maru-ai/maru-design2/commit/521b07bd23b00309f0715e612ae94123a7ee9b5c))
|
|
90
|
+
|
|
91
|
+
## [2.26.4](https://github.com/42maru-ai/maru-design2/compare/v2.26.3...v2.26.4) (2025-06-26)
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
### Bug Fixes
|
|
95
|
+
|
|
96
|
+
* :bento: Icon - add ArrowRight_s1313 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([369094a](https://github.com/42maru-ai/maru-design2/commit/369094a6acf2c9ddcc86694a72ed23630089b6cb))
|
|
97
|
+
* :bento: Icon - add Check_s1413 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([5a9367e](https://github.com/42maru-ai/maru-design2/commit/5a9367eb7457264252c36a808a72f1be9bcbe11e))
|
|
98
|
+
* :bento: Icon - add FolderSetting_s2015 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([289cc85](https://github.com/42maru-ai/maru-design2/commit/289cc85d941efe38b4b6063658f29aa027e0e729))
|
|
99
|
+
* :bento: Icon - add Network03_s2015 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([09f32dd](https://github.com/42maru-ai/maru-design2/commit/09f32dd7826c6407a14faf4c67ee48a79338bef1))
|
|
100
|
+
* :bento: Icon - add RectShine_s1615 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([30da028](https://github.com/42maru-ai/maru-design2/commit/30da0283afd9e908303fd3f23f61230700caabfd))
|
|
101
|
+
* :bento: Icon - add User_s1613 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([d964616](https://github.com/42maru-ai/maru-design2/commit/d964616c44e84a33993b258c244c4021130d8b86))
|
|
102
|
+
* :bento: Icon - add UserPlus_s1610 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([7e0f2fa](https://github.com/42maru-ai/maru-design2/commit/7e0f2faf1b142dd90a287d0948167bc9d2e01396))
|
|
103
|
+
* :bento: Icon - add UserSetting_s1613 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([c620eb4](https://github.com/42maru-ai/maru-design2/commit/c620eb43907f2a3d5d4738bf38bd08757ec1537a))
|
|
104
|
+
* :bento: Icon - update LogOut01_s1615 to ArrowRightOut02_s1615 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([ac02908](https://github.com/42maru-ai/maru-design2/commit/ac02908ca79f82143725ce1f8b35230a531137b9))
|
|
105
|
+
* :bento: Icon - update UserAccess_s1413 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([7b4c0f0](https://github.com/42maru-ai/maru-design2/commit/7b4c0f09382200f615a235de6bd6ac4156affbf1))
|
|
106
|
+
|
|
107
|
+
## [2.26.3](https://github.com/42maru-ai/maru-design2/compare/v2.26.2...v2.26.3) (2025-06-17)
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
### Bug Fixes
|
|
111
|
+
|
|
112
|
+
* :bento: Icon - add agent42 icons... ([e65d5cb](https://github.com/42maru-ai/maru-design2/commit/e65d5cbe5aacec050d31ceda6d0192a0fbf491ae))
|
|
113
|
+
* :bug: Input - position relative [#586](https://github.com/42maru-ai/maru-design2/issues/586) ([6ec03fa](https://github.com/42maru-ai/maru-design2/commit/6ec03faa14ac3669d16704695390d56146e2460c))
|
|
114
|
+
|
|
115
|
+
## [2.26.2](https://github.com/42maru-ai/maru-design2/compare/v2.26.1...v2.26.2) (2025-06-11)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Bug Fixes
|
|
119
|
+
|
|
120
|
+
* :bento: Icon - add dh connection icons [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([13f57fe](https://github.com/42maru-ai/maru-design2/commit/13f57fe468010e3b8ae774c5741a482ab1ebf31e))
|
|
121
|
+
* :bento: Icon - add dh connection icons again.. ([8770653](https://github.com/42maru-ai/maru-design2/commit/877065320f6d1e62323f7aa15593c3683fb553cb))
|
|
122
|
+
|
|
123
|
+
## [2.26.1](https://github.com/42maru-ai/maru-design2/compare/v2.26.0...v2.26.1) (2025-05-20)
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
### Bug Fixes
|
|
127
|
+
|
|
128
|
+
* :bento: Icon - add AlertCircle_s1610 ([c868546](https://github.com/42maru-ai/maru-design2/commit/c868546e42eb3e8385e85346b2340d8d213f8097))
|
|
129
|
+
* :bento: Icon - delete AlertCircleBg_s1610 ([ee64358](https://github.com/42maru-ai/maru-design2/commit/ee643587bc7d45c36f0bfd128bcb55c1f4e70f0b))
|
|
130
|
+
|
|
131
|
+
## [2.26.0](https://github.com/42maru-ai/maru-design2/compare/v2.25.3...v2.26.0) (2025-05-13)
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
### Features
|
|
135
|
+
|
|
136
|
+
* :sparkles: Code - add change handler [#570](https://github.com/42maru-ai/maru-design2/issues/570) ([a52d570](https://github.com/42maru-ai/maru-design2/commit/a52d570b25e8578977f13db4464e843849e94b0b))
|
|
137
|
+
* :sparkles: Code - add code component [#570](https://github.com/42maru-ai/maru-design2/issues/570) ([184eb39](https://github.com/42maru-ai/maru-design2/commit/184eb3995de1aedd4cb7450d3e4be9a11f48e14d))
|
|
138
|
+
* :sparkles: Code - add copy value [#570](https://github.com/42maru-ai/maru-design2/issues/570) ([a9b8b3c](https://github.com/42maru-ai/maru-design2/commit/a9b8b3c1fe476354590d128f55438cd102e5fb27))
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
### Bug Fixes
|
|
142
|
+
|
|
143
|
+
* :art: Code - update copyable ([de73c90](https://github.com/42maru-ai/maru-design2/commit/de73c90b7725f1ac430ace8888d9118fa8271d8a))
|
|
144
|
+
* :fire: Code - remove editable feature :570 ([9a56de6](https://github.com/42maru-ai/maru-design2/commit/9a56de661764621d5f1dee3cb42d282adb786d89))
|
|
145
|
+
|
|
146
|
+
## [2.25.3](https://github.com/42maru-ai/maru-design2/compare/v2.25.2...v2.25.3) (2025-04-28)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
### Bug Fixes
|
|
150
|
+
|
|
151
|
+
* :bento: Icon - add arrow-cross [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([0e5f5aa](https://github.com/42maru-ai/maru-design2/commit/0e5f5aa831044f155527b5445db0e110bc7e44e1))
|
|
152
|
+
|
|
153
|
+
## [2.25.2](https://github.com/42maru-ai/maru-design2/compare/v2.25.1...v2.25.2) (2025-04-15)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Bug Fixes
|
|
157
|
+
|
|
158
|
+
* :bug: Input,Textarea - update value & clear ([af2e6dc](https://github.com/42maru-ai/maru-design2/commit/af2e6dc04f9df97a242e6c90bc7a081279a9deb8))
|
|
159
|
+
|
|
160
|
+
## [2.25.1](https://github.com/42maru-ai/maru-design2/compare/v2.25.0...v2.25.1) (2025-04-15)
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
### Bug Fixes
|
|
164
|
+
|
|
165
|
+
* :bento: Icon - add datahub new icons ([997f1e4](https://github.com/42maru-ai/maru-design2/commit/997f1e4af29e409b2d1ad6cb652ff729c95f0efb))
|
|
166
|
+
|
|
167
|
+
## [2.25.0](https://github.com/42maru-ai/maru-design2/compare/v2.24.4...v2.25.0) (2025-04-08)
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
### Features
|
|
171
|
+
|
|
172
|
+
* :sparkles: Textarea - add minRows, maxRows [#540](https://github.com/42maru-ai/maru-design2/issues/540) ([b907d40](https://github.com/42maru-ai/maru-design2/commit/b907d40834eb48baea693d94364940605478963a))
|
|
173
|
+
* :sparkles: Textarea - add resizable [#553](https://github.com/42maru-ai/maru-design2/issues/553) ([594031e](https://github.com/42maru-ai/maru-design2/commit/594031e12f14870708e691b1f59fc863c948aa20))
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
### Bug Fixes
|
|
177
|
+
|
|
178
|
+
* :bug: Textarea - fix condition & update storybook ([7f14d1a](https://github.com/42maru-ai/maru-design2/commit/7f14d1a95f53956e2a5a6fcbcbdfc5a3ed9d440c))
|
|
179
|
+
* :bug: Textarea - fix init scrollHeight ([c6aa3cc](https://github.com/42maru-ai/maru-design2/commit/c6aa3ccf3f2b2e1b1947bf5a70943044ad2e9f40))
|
|
180
|
+
|
|
181
|
+
## [2.24.4](https://github.com/42maru-ai/maru-design2/compare/v2.24.3...v2.24.4) (2025-03-31)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
### Bug Fixes
|
|
185
|
+
|
|
186
|
+
* :bento: Icon - add icons [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([d14d4b1](https://github.com/42maru-ai/maru-design2/commit/d14d4b1cfd2ae1c58f4badb9f5c65eca814b60f4))
|
|
187
|
+
|
|
188
|
+
## [2.24.3](https://github.com/42maru-ai/maru-design2/compare/v2.24.2...v2.24.3) (2025-03-26)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Bug Fixes
|
|
192
|
+
|
|
193
|
+
* :bento: Icon - add HistoryTimer_s1815, BackToLines_s1615 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([5c20332](https://github.com/42maru-ai/maru-design2/commit/5c20332b24164c7ce40823cbe326fa44103faa73))
|
|
194
|
+
|
|
195
|
+
## [2.24.2](https://github.com/42maru-ai/maru-design2/compare/v2.24.1...v2.24.2) (2025-03-26)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Bug Fixes
|
|
199
|
+
|
|
200
|
+
* :bento: Icon - add Trash01_s1210 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([c4a1cde](https://github.com/42maru-ai/maru-design2/commit/c4a1cde92957add8579dfa81069d399d819824ad))
|
|
201
|
+
|
|
202
|
+
## [2.24.1](https://github.com/42maru-ai/maru-design2/compare/v2.24.0...v2.24.1) (2025-03-14)
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
### Bug Fixes
|
|
206
|
+
|
|
207
|
+
* :bug: Dropdown - fix no data message ui bug ([765ed31](https://github.com/42maru-ai/maru-design2/commit/765ed31070eee5cd6b75e86e23970d5fa631ddd3))
|
|
208
|
+
|
|
209
|
+
## [2.24.0](https://github.com/42maru-ai/maru-design2/compare/v2.23.3...v2.24.0) (2025-03-14)
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
### Features
|
|
213
|
+
|
|
214
|
+
* :sparkles: Input - add datetime type [#530](https://github.com/42maru-ai/maru-design2/issues/530) ([2064879](https://github.com/42maru-ai/maru-design2/commit/206487959509eb670169a1ef78c486fdd9a850f8))
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
### Bug Fixes
|
|
218
|
+
|
|
219
|
+
* :bug: Table - fix tooltip gap type [#527](https://github.com/42maru-ai/maru-design2/issues/527) ([ca36b17](https://github.com/42maru-ai/maru-design2/commit/ca36b17ac9b37147debab36dc29d766a48e914b1))
|
|
220
|
+
* :children_crossing: Dropdown - add text-overflow, tooltip to menu item [#521](https://github.com/42maru-ai/maru-design2/issues/521) ([ece0349](https://github.com/42maru-ai/maru-design2/commit/ece0349e15ddc29944d604f8a9500a7c4b250e70))
|
|
221
|
+
* :children_crossing: Dropdown - add text-overflow, tooltip to menu item [#521](https://github.com/42maru-ai/maru-design2/issues/521) ([9ff0b64](https://github.com/42maru-ai/maru-design2/commit/9ff0b64ec5b845f21b988ed38d21f06beee25244))
|
|
222
|
+
* :children_crossing: Dropdown - add text-overflow, tooltip to toggle button [#521](https://github.com/42maru-ai/maru-design2/issues/521) ([3484605](https://github.com/42maru-ai/maru-design2/commit/34846058cdd6c2ff58e5cb959738f4de9a0429ad))
|
|
223
|
+
* :children-crossing: MSDropdown - add text-overflow, tooltip to menu item [#521](https://github.com/42maru-ai/maru-design2/issues/521) ([e072263](https://github.com/42maru-ai/maru-design2/commit/e072263c6c0a0a19b65dafe571ae95c3f62ddc97))
|
|
224
|
+
* :children-crossing: MSDropdown - add text-overflow, tooltip to toggle button [#521](https://github.com/42maru-ai/maru-design2/issues/521) ([858b23e](https://github.com/42maru-ai/maru-design2/commit/858b23e4194f11cb8d4c8a81a666fc417a8e98e5))
|
|
225
|
+
* :fire: All - remove aria-hidden [#520](https://github.com/42maru-ai/maru-design2/issues/520) ([e3a2303](https://github.com/42maru-ai/maru-design2/commit/e3a23031e5db3ff5f36ec19fee38e057d87ecfa9))
|
|
226
|
+
* :fire: Dropdown - remove inlineLabel ([3d5608c](https://github.com/42maru-ai/maru-design2/commit/3d5608c8d9ec26cc01be91692857404848f5dc93))
|
|
227
|
+
* :fire: Dropdown - remove startArrow ([480e8fc](https://github.com/42maru-ai/maru-design2/commit/480e8fcae64d57cbbc5ee45ad33121cc82438b6f))
|
|
228
|
+
* :fire: Dropdown - remove toggleEndNode ([9148969](https://github.com/42maru-ai/maru-design2/commit/9148969e79c29c3596ade9f5c4be0fffda09ed68))
|
|
229
|
+
* :memo: Dropdown - add long contents with width storybook ([7a8c4d2](https://github.com/42maru-ai/maru-design2/commit/7a8c4d22730d7b614c42e8e36be98d3059efc116))
|
|
230
|
+
* :memo: Dropdown - update desc of width to Docs.mdx ([7bed2ce](https://github.com/42maru-ai/maru-design2/commit/7bed2ce32efee611070b3f6ff670776ac170070d))
|
|
231
|
+
|
|
232
|
+
## [2.23.3](https://github.com/42maru-ai/maru-design2/compare/v2.23.2...v2.23.3) (2025-03-12)
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
### Bug Fixes
|
|
236
|
+
|
|
237
|
+
* :bento: Icon - add llm-studio icons [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([cf94bd4](https://github.com/42maru-ai/maru-design2/commit/cf94bd4d76f10f6ded4e094e4e2feb2186ad6d04))
|
|
238
|
+
* :bug: Slider - FIX 여러 개의 슬라이더가 있을 때 하나를 조정해도 배경색이 동시에 다 변하는 버그 수정 ([e9bc3a3](https://github.com/42maru-ai/maru-design2/commit/e9bc3a3547f6ab11227628126767e08c63a203c0))
|
|
239
|
+
* :speech_balloon: update iconmap ([2740b73](https://github.com/42maru-ai/maru-design2/commit/2740b73f1c3e62e1a435288fa98b42602fd5d5fc))
|
|
240
|
+
|
|
241
|
+
## [2.23.2](https://github.com/42maru-ai/maru-design2/compare/v2.23.1...v2.23.2) (2025-03-04)
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
### Bug Fixes
|
|
245
|
+
|
|
246
|
+
* :lipstick: Button - UPDATE color-on-focus design ([2b830d5](https://github.com/42maru-ai/maru-design2/commit/2b830d543f22ce0e9cbfbf534a2af7e74512b074))
|
|
247
|
+
* :lipstick: Modal - update border radius [#513](https://github.com/42maru-ai/maru-design2/issues/513) ([e4cf6cf](https://github.com/42maru-ai/maru-design2/commit/e4cf6cfe1e35c1a392868a9c6e099711168f7fd9))
|
|
248
|
+
|
|
249
|
+
## [2.23.1](https://github.com/42maru-ai/maru-design2/compare/v2.23.0...v2.23.1) (2025-02-19)
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
### Bug Fixes
|
|
253
|
+
|
|
254
|
+
* :bug: Input - update date,time format length check ([ef06558](https://github.com/42maru-ai/maru-design2/commit/ef06558d6927dd9419451cc3fbe4250fdd2f0bf0))
|
|
255
|
+
* :bug: SearchInput - update filter pos.left [#507](https://github.com/42maru-ai/maru-design2/issues/507) ([32175e3](https://github.com/42maru-ai/maru-design2/commit/32175e38eaebab151a1d5ceedcd91846c274bbea))
|
|
256
|
+
* :lipstick: StyleProvider - add root color [#508](https://github.com/42maru-ai/maru-design2/issues/508) ([99c7715](https://github.com/42maru-ai/maru-design2/commit/99c7715d3dbfdc77ff5eac0c26a7db75ab7d2d47))
|
|
257
|
+
* :lipstick: Table - update kebab menu align, width ([b1bd901](https://github.com/42maru-ai/maru-design2/commit/b1bd90130d347cd2ad7788368b53098d2277c950))
|
|
258
|
+
|
|
259
|
+
## [2.23.0](https://github.com/42maru-ai/maru-design2/compare/v2.22.4...v2.23.0) (2025-02-17)
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
### Features
|
|
263
|
+
|
|
264
|
+
* :bug: Popover,Tooltip,Dropdown - update open logics [#486](https://github.com/42maru-ai/maru-design2/issues/486) ([dc76a0d](https://github.com/42maru-ai/maru-design2/commit/dc76a0d067598bc2cc070c584611d0707c824f17))
|
|
265
|
+
* :sparkles: Input - add date, time type [#444](https://github.com/42maru-ai/maru-design2/issues/444) ([f520e00](https://github.com/42maru-ai/maru-design2/commit/f520e004c4416ce9a4c2ba5b977d9b175ca87bdb))
|
|
266
|
+
* :sparkles: Input - add persistent placeholder [#479](https://github.com/42maru-ai/maru-design2/issues/479) ([7c30ffc](https://github.com/42maru-ai/maru-design2/commit/7c30ffcf02231764c5869d58369b3669a75d5227))
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
### Bug Fixes
|
|
270
|
+
|
|
271
|
+
* :bug: SearchInput - update popover to div [#480](https://github.com/42maru-ai/maru-design2/issues/480) ([b20ea19](https://github.com/42maru-ai/maru-design2/commit/b20ea1959991000e07bbfb196dc65d6816d62885))
|
|
272
|
+
|
|
273
|
+
## [2.22.4](https://github.com/42maru-ai/maru-design2/compare/v2.22.3...v2.22.4) (2025-02-12)
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
### Bug Fixes
|
|
277
|
+
|
|
278
|
+
* :bento: Icon - add llm studio icon [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([92a95ee](https://github.com/42maru-ai/maru-design2/commit/92a95ee016fc0f873da444d14e8a78873dd979bf))
|
|
279
|
+
* :lipstick: Checkbox - UPDATE label font-weight ([48da755](https://github.com/42maru-ai/maru-design2/commit/48da755b2fe2969b8835f55ec325e09b100cefa9))
|
|
280
|
+
* :lipstick: Radio - UPDATE label font-weight ([a0c9eaa](https://github.com/42maru-ai/maru-design2/commit/a0c9eaa174a5c3188f40591b7b95bd8580e1f947))
|
|
281
|
+
* :lipstick: Textarea - update clear button style [#491](https://github.com/42maru-ai/maru-design2/issues/491) ([f3e6434](https://github.com/42maru-ai/maru-design2/commit/f3e64341c57d306dddaddd88d87d1f41d658d107))
|
|
282
|
+
* :lipstick: Toast - update close button style ([4f2b957](https://github.com/42maru-ai/maru-design2/commit/4f2b957dd428698eb5c43a26e08d75dcbc5df663))
|
|
283
|
+
|
|
284
|
+
## [2.22.3](https://github.com/42maru-ai/maru-design2/compare/v2.22.2...v2.22.3) (2025-02-11)
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
### Bug Fixes
|
|
288
|
+
|
|
289
|
+
* :bug: SearchInput - delete filter.onClose [#480](https://github.com/42maru-ai/maru-design2/issues/480) ([351ea58](https://github.com/42maru-ai/maru-design2/commit/351ea58eae4a25517ba2b107d5aa82492df9c15e))
|
|
290
|
+
|
|
291
|
+
## [2.22.2](https://github.com/42maru-ai/maru-design2/compare/v2.22.1...v2.22.2) (2025-02-11)
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
### Bug Fixes
|
|
295
|
+
|
|
296
|
+
* :bug: SearchInput - update search & close logic [#480](https://github.com/42maru-ai/maru-design2/issues/480) ([8813b80](https://github.com/42maru-ai/maru-design2/commit/8813b80cb3f647b9b320d7371b8700112c99a323))
|
|
297
|
+
|
|
298
|
+
## [2.22.1](https://github.com/42maru-ai/maru-design2/compare/v2.22.0...v2.22.1) (2025-02-07)
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
### Bug Fixes
|
|
302
|
+
|
|
303
|
+
* :bug: Table - col key [#459](https://github.com/42maru-ai/maru-design2/issues/459) ([ca714cc](https://github.com/42maru-ai/maru-design2/commit/ca714cc5314eded458c2ee528bbc3d5b329fd0a2))
|
|
304
|
+
|
|
305
|
+
## [2.22.0](https://github.com/42maru-ai/maru-design2/compare/v2.21.1...v2.22.0) (2025-02-06)
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
### Features
|
|
309
|
+
|
|
310
|
+
* :art: Dropdown - add msg, update style ([aaed6af](https://github.com/42maru-ai/maru-design2/commit/aaed6af0f3460e659fb8ead331dddaee3369fbae))
|
|
311
|
+
* :label: Table - update scrollIntoView type ([950a248](https://github.com/42maru-ai/maru-design2/commit/950a248d3584dc807b1a4686195977331c5fd23c))
|
|
312
|
+
* :lipstick: MultiSelectDropdown - update style ([0095981](https://github.com/42maru-ai/maru-design2/commit/009598170d2face8a2a7befee381914aa996c027))
|
|
313
|
+
* :sparkles: Dropdown - add menu bottom button [#76](https://github.com/42maru-ai/maru-design2/issues/76) ([e0a65d9](https://github.com/42maru-ai/maru-design2/commit/e0a65d974a314b450609b75aa7b77cfbca51b9da))
|
|
314
|
+
* :sparkles: Dropdown - add searchPlaceholder ([5469d2c](https://github.com/42maru-ai/maru-design2/commit/5469d2c6a2dd51607d49503aae79919008ac9905))
|
|
315
|
+
* :sparkles: Tooltip - add gap ([1ee621c](https://github.com/42maru-ai/maru-design2/commit/1ee621c38fee97bec234edee34d944e53027fbe7))
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
### Bug Fixes
|
|
319
|
+
|
|
320
|
+
* :art: Tooltip - update padding, gap ([a2b4c8b](https://github.com/42maru-ai/maru-design2/commit/a2b4c8bc05159d0bc44276fb6ff802ead0f11159))
|
|
321
|
+
* :bento: Icon - add icons [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([11059c5](https://github.com/42maru-ai/maru-design2/commit/11059c59127ddb94c1ffcb4eb437501e474f7901))
|
|
322
|
+
* :bug: Dropdown - add color to menu bottom button ([900077d](https://github.com/42maru-ai/maru-design2/commit/900077d8500efc378c202c572506cecdb93d7f29))
|
|
323
|
+
* :bug: Table - fix table hover render bug [#459](https://github.com/42maru-ai/maru-design2/issues/459) ([3fc17bb](https://github.com/42maru-ai/maru-design2/commit/3fc17bbf382aefef24660ca7776553f110e25778))
|
|
324
|
+
* :bug: Table - update header icon ([e9e09fc](https://github.com/42maru-ai/maru-design2/commit/e9e09fcc8246263868773867cbba4debbfd4d76c))
|
|
325
|
+
* :bug: Table - update header icon tooltip gap ([e91fcb0](https://github.com/42maru-ai/maru-design2/commit/e91fcb0e22604c3ff097c06b86ff749caba43be8))
|
|
326
|
+
* :coffin: MultiSelectDropdown - remove dead code ([89223f7](https://github.com/42maru-ai/maru-design2/commit/89223f7ce91a2fc6effb7b847ff36282d4636475))
|
|
327
|
+
* :lipstick: - update tooltip font weight [#464](https://github.com/42maru-ai/maru-design2/issues/464) ([0692ad2](https://github.com/42maru-ai/maru-design2/commit/0692ad2e52435bb8f065253d1210880288f04939))
|
|
328
|
+
* :lipstick: Colors - UPDATE positive color ([fba04e0](https://github.com/42maru-ai/maru-design2/commit/fba04e0432689f4c3a9de007a330571aeaf36014))
|
|
329
|
+
* :lipstick: Input - update end node ([b3e2930](https://github.com/42maru-ai/maru-design2/commit/b3e2930206c3f420c8cbfc1fe81f3f84983182f6))
|
|
330
|
+
* :lipstick: SearchInput - update active style, show clear ([0301368](https://github.com/42maru-ai/maru-design2/commit/0301368528473307b13514d15838a4dbf684fedc))
|
|
331
|
+
* :twisted_rightwards_arrows: Dropdown - merge develop & resolve conflicts ([90724df](https://github.com/42maru-ai/maru-design2/commit/90724df20e4374b871c4252ef6a6f9762bc5f578))
|
|
332
|
+
|
|
333
|
+
## [2.21.1](https://github.com/42maru-ai/maru-design2/compare/v2.21.0...v2.21.1) (2025-02-04)
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
### Bug Fixes
|
|
337
|
+
|
|
338
|
+
* :bento: Icon - delete folders 18, add 24 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([dd80df3](https://github.com/42maru-ai/maru-design2/commit/dd80df307cef1ade9dfe6cdae3629e0ac7e356b4))
|
|
339
|
+
* :bug: Table - add stopPropagation to action btns [#453](https://github.com/42maru-ai/maru-design2/issues/453) ([275ecfd](https://github.com/42maru-ai/maru-design2/commit/275ecfde6522090550f9f91ba72fedffb689327e))
|
|
340
|
+
|
|
341
|
+
## [2.21.0](https://github.com/42maru-ai/maru-design2/compare/v2.20.4...v2.21.0) (2025-02-03)
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
### Features
|
|
345
|
+
|
|
346
|
+
* :sparkles: Color - ADD llm studio theme color ([c78fca8](https://github.com/42maru-ai/maru-design2/commit/c78fca8cbf53171d61da99ecd70fe3bad7f3d9b5))
|
|
347
|
+
* :sparkles: SearchInput - add filter [#430](https://github.com/42maru-ai/maru-design2/issues/430) ([6df679c](https://github.com/42maru-ai/maru-design2/commit/6df679c2979b23c5d5548c7025837203936bc736))
|
|
348
|
+
* :sparkles: Table - add selectedRow.scrollIntoView [#131](https://github.com/42maru-ai/maru-design2/issues/131) ([2694bd5](https://github.com/42maru-ai/maru-design2/commit/2694bd51e577cf7e03550c15f1d51d46ef974e3d))
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
### Bug Fixes
|
|
352
|
+
|
|
353
|
+
* :art: Input - UPDATE type=number checking [#415](https://github.com/42maru-ai/maru-design2/issues/415) ([25a605d](https://github.com/42maru-ai/maru-design2/commit/25a605d716724aa367bdd825a60118ea0a008cab))
|
|
354
|
+
* :art: Slider - UPDATE handleSliderChange ([b5feb97](https://github.com/42maru-ai/maru-design2/commit/b5feb97cf73a6da683f86816cc8edad330e3a724))
|
|
355
|
+
* :art: Table - Refactor td ([c4133a5](https://github.com/42maru-ai/maru-design2/commit/c4133a518f10f669a5c021e3ab721b7db07fea55))
|
|
356
|
+
* :bento: Icon - add filter icon ([9e6a9d1](https://github.com/42maru-ai/maru-design2/commit/9e6a9d1ad26d4974f75193b8bd9e27b46c9cd9e9))
|
|
357
|
+
* :bento: Icon - add icons [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([8857840](https://github.com/42maru-ai/maru-design2/commit/8857840121ffbc7b55fbe2a2fd2662d3c178a3c7))
|
|
358
|
+
* :bento: Icon - ADD icons [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([eaea048](https://github.com/42maru-ai/maru-design2/commit/eaea0484f6e84049d90b3a2547576d034e85aa93))
|
|
359
|
+
* :bug: Input - UPDATE clear btn to number type ([8578045](https://github.com/42maru-ai/maru-design2/commit/85780453541e75ac672308f468cf095e934ceed6))
|
|
360
|
+
* :bug: Input - UPDATE number type logic ([669c5dc](https://github.com/42maru-ai/maru-design2/commit/669c5dcb0cd834cebe64bf24a99f36f5c1bab4ea))
|
|
361
|
+
* :bug: Table - update tr hover logic [#277](https://github.com/42maru-ai/maru-design2/issues/277) ([4eafc9e](https://github.com/42maru-ai/maru-design2/commit/4eafc9e6ae0562e544bdfcf9f928d96fbf1e2096))
|
|
362
|
+
* :lipstick: SearchInput - update filter style ([cd06122](https://github.com/42maru-ai/maru-design2/commit/cd06122d7c5c0c2de6023437abc609148fbf8274))
|
|
363
|
+
* :lipstick: SearchInput - update popover border radius ([9522925](https://github.com/42maru-ai/maru-design2/commit/95229254a1a551a835d97697ab67383a4603a9a4))
|
|
364
|
+
* :lipstick: Table - Update chart button style ([6dc3bed](https://github.com/42maru-ai/maru-design2/commit/6dc3bed39f2a8b261607912e6192fcc56485c7cd))
|
|
365
|
+
* :truck: Table - Rename arrow to chart button ([d593857](https://github.com/42maru-ai/maru-design2/commit/d593857d0a9387034e2f9e9fe59a1f514fd9626c))
|
|
366
|
+
* :twisted_rightwards_arrows: Icon - resolve conflicts ([ff43b3c](https://github.com/42maru-ai/maru-design2/commit/ff43b3cb7eadcd7e7ca23ac2ffd8cfd94125aa1c))
|
|
367
|
+
|
|
368
|
+
## [2.20.4](https://github.com/42maru-ai/maru-design2/compare/v2.20.3...v2.20.4) (2025-01-21)
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
### Bug Fixes
|
|
372
|
+
|
|
373
|
+
* :lipstick: add disabled to MultiSelectDropdown ([034ec2f](https://github.com/42maru-ai/maru-design2/commit/034ec2f2d3a0061c2227fcec2d2c46625b104f3b))
|
|
374
|
+
|
|
375
|
+
## [2.20.3](https://github.com/42maru-ai/maru-design2/compare/v2.20.2...v2.20.3) (2025-01-21)
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
### Bug Fixes
|
|
379
|
+
|
|
380
|
+
* :lipstick: Dropdown - add disabled style ([c4a8802](https://github.com/42maru-ai/maru-design2/commit/c4a88022172ecf41107e4aa8b9259bac47a415e7))
|
|
381
|
+
* :lipstick: Toggle - UPDATE disabled color ([207b80a](https://github.com/42maru-ai/maru-design2/commit/207b80a31c97f70376ae5871408a8168d76781fe))
|
|
382
|
+
|
|
383
|
+
## [2.20.2](https://github.com/42maru-ai/maru-design2/compare/v2.20.1...v2.20.2) (2025-01-13)
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
### Bug Fixes
|
|
387
|
+
|
|
388
|
+
* :lipstick: Toggle - UPDATE size ([b7f779a](https://github.com/42maru-ai/maru-design2/commit/b7f779a614e72e02e82a45af811997e0381414aa))
|
|
389
|
+
|
|
390
|
+
## [2.20.1](https://github.com/42maru-ai/maru-design2/compare/v2.20.0...v2.20.1) (2025-01-07)
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
### Bug Fixes
|
|
394
|
+
|
|
395
|
+
* :bento: Icon - add triangle icon ([8873e91](https://github.com/42maru-ai/maru-design2/commit/8873e91e789731d4dbdb67de32f98f1f65b48a52))
|
|
396
|
+
|
|
397
|
+
## [2.20.0](https://github.com/42maru-ai/maru-design2/compare/v2.19.1...v2.20.0) (2025-01-06)
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
### Features
|
|
401
|
+
|
|
402
|
+
* :sparkles: MultiSelectDropdown - add input type ([0be6256](https://github.com/42maru-ai/maru-design2/commit/0be62561b3fc8d55e6b3481c4fb804fd9c819d07))
|
|
403
|
+
* :sparkles: MultiSelectDropdown - add multi select dropdown ([dee85a2](https://github.com/42maru-ai/maru-design2/commit/dee85a24f6b534062e41d29f378a8f8953a4f9bb))
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
### Bug Fixes
|
|
407
|
+
|
|
408
|
+
* :bento: Icon - ADD icons [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([adaee72](https://github.com/42maru-ai/maru-design2/commit/adaee724987bdc36548ea50e9dfd19e5fa6b62fa))
|
|
409
|
+
* :bug: Table - UPDATE maxHeight, width, empty ([2149c9a](https://github.com/42maru-ai/maru-design2/commit/2149c9a9dbc283e4108f048a88a06acf32736a65))
|
|
410
|
+
* :lipstick: Dropdown - update font-weight [#406](https://github.com/42maru-ai/maru-design2/issues/406) ([155dd3a](https://github.com/42maru-ai/maru-design2/commit/155dd3a2e08156954c0f0e1d4c5334718c312d62))
|
|
411
|
+
* :lipstick: Input - update font weight ([dc9a700](https://github.com/42maru-ai/maru-design2/commit/dc9a70051e14672a1fa8026e1dd472a389329c71))
|
|
412
|
+
* :twisted_rightwards_arrows: Icon - merge develop & resolve conflicts ([dcac3a9](https://github.com/42maru-ai/maru-design2/commit/dcac3a9d5472126b4d70a7d7188bdb69d3e9574e))
|
|
413
|
+
|
|
414
|
+
## [2.19.1](https://github.com/42maru-ai/maru-design2/compare/v2.19.0...v2.19.1) (2024-12-12)
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
### Bug Fixes
|
|
418
|
+
|
|
419
|
+
* :bento: Icon - add DotsVertical02 [#395](https://github.com/42maru-ai/maru-design2/issues/395) ([98804e0](https://github.com/42maru-ai/maru-design2/commit/98804e0bff8042f9b6653d72220dcbcc619474f2))
|
|
420
|
+
* :lipstick: Calendar - add letter-spacing ([4051b15](https://github.com/42maru-ai/maru-design2/commit/4051b15781f1fed0a6279dbc9bac620809588e88))
|
|
421
|
+
* :lipstick: Calendar - footer button width ([12b6fcd](https://github.com/42maru-ai/maru-design2/commit/12b6fcdcef5f7c971f5fb269c26eaf9b15f17759))
|
|
422
|
+
* :lipstick: Calendar - footer design [#396](https://github.com/42maru-ai/maru-design2/issues/396) ([d5c4d53](https://github.com/42maru-ai/maru-design2/commit/d5c4d53bdce42fa5c4c7704c38dbc7abdfba237a))
|
|
423
|
+
|
|
424
|
+
## [2.19.0](https://github.com/42maru-ai/maru-design2/compare/v2.18.1...v2.19.0) (2024-12-11)
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
### Features
|
|
428
|
+
|
|
429
|
+
* :sparkles: Calendar - ADD minStartDate ([a67e6c5](https://github.com/42maru-ai/maru-design2/commit/a67e6c58d7e0d1fec17770019ecdbfbbcd5d3d4f))
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
### Bug Fixes
|
|
433
|
+
|
|
434
|
+
* :lipstick: Dropdown - ADD background color to menu ([d02fded](https://github.com/42maru-ai/maru-design2/commit/d02fded7f3241a080d6f8cb4764014202afe608c))
|
|
435
|
+
|
|
436
|
+
## [2.18.1](https://github.com/42maru-ai/maru-design2/compare/v2.18.0...v2.18.1) (2024-12-10)
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
### Bug Fixes
|
|
440
|
+
|
|
441
|
+
* :bento: Icon - ADD icons [#371](https://github.com/42maru-ai/maru-design2/issues/371) [#375](https://github.com/42maru-ai/maru-design2/issues/375) ([f12f90e](https://github.com/42maru-ai/maru-design2/commit/f12f90e013d2cacf857d83d501f2aa8ee0331b1d))
|
|
442
|
+
* :bento: Icon - ADD share-03_s1413.svg [#382](https://github.com/42maru-ai/maru-design2/issues/382) ([aa42f32](https://github.com/42maru-ai/maru-design2/commit/aa42f32e79c0e96fa5824dedd4f5c86a31b895c7))
|
|
443
|
+
* :bug: Icon - fix circles's fill to undefined & remove unused ([20cb7bc](https://github.com/42maru-ai/maru-design2/commit/20cb7bc6a85536cb9f5fb97f9a762f1ec7e02237))
|
|
444
|
+
* :bug: Table - stop propagation for arrow button [#381](https://github.com/42maru-ai/maru-design2/issues/381) ([26b4b58](https://github.com/42maru-ai/maru-design2/commit/26b4b5824cd51ef19458aa03759883accabde82d))
|
|
445
|
+
* :lipstick: Chip - UPDATE x icon style [#378](https://github.com/42maru-ai/maru-design2/issues/378) ([b025ebd](https://github.com/42maru-ai/maru-design2/commit/b025ebd7f6d8c9e8dc5e7a6c11b24e2f9bfed925))
|
|
446
|
+
* :lipstick: Textarea - update clear icon color [#374](https://github.com/42maru-ai/maru-design2/issues/374) ([4461a0d](https://github.com/42maru-ai/maru-design2/commit/4461a0df379f87a037abb60089552cdd6669fd33))
|
|
447
|
+
|
|
448
|
+
## [2.18.0](https://github.com/42maru-ai/maru-design2/compare/v2.17.1...v2.18.0) (2024-11-20)
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
### Features
|
|
452
|
+
|
|
453
|
+
* :bento: Icon - ADD new icons & UPDATE parser [#359](https://github.com/42maru-ai/maru-design2/issues/359) ([d85576b](https://github.com/42maru-ai/maru-design2/commit/d85576b1908e3dfd320ac6d242b485b292f1e320))
|
|
454
|
+
* :sparkles: Button - ADD icon props ([f04aa38](https://github.com/42maru-ai/maru-design2/commit/f04aa3891a515bb5403ce5cb6798446a223f758d))
|
|
455
|
+
* :sparkles: Chip - ADD onXIconClick [#292](https://github.com/42maru-ai/maru-design2/issues/292) ([2d8866e](https://github.com/42maru-ai/maru-design2/commit/2d8866e4ecd983ca533161e06afe27b113f51362))
|
|
456
|
+
* :sparkles: Table - ADD arrowButton [#342](https://github.com/42maru-ai/maru-design2/issues/342) ([2257737](https://github.com/42maru-ai/maru-design2/commit/22577373936e98ed3eeced82b121b4f23465c638))
|
|
457
|
+
* :sparkles: Table - ADD iconTooltip to format col header [#340](https://github.com/42maru-ai/maru-design2/issues/340) ([36ca853](https://github.com/42maru-ai/maru-design2/commit/36ca853595fbbb6184e965de823fc57408c2c7d8))
|
|
458
|
+
* :sparkles: Table - ADD radio [#349](https://github.com/42maru-ai/maru-design2/issues/349) ([00bb2ea](https://github.com/42maru-ai/maru-design2/commit/00bb2ea408d4b22dd9d2d8eb63d4377ac96995bb))
|
|
459
|
+
* :sparkles: Textarea - ADD textarea [#348](https://github.com/42maru-ai/maru-design2/issues/348) ([9c5ef5a](https://github.com/42maru-ai/maru-design2/commit/9c5ef5a4dee1ba087903758a539ba6556848590b))
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
### Bug Fixes
|
|
463
|
+
|
|
464
|
+
* :bug: Dropdown - DELETE dangerously html render [#362](https://github.com/42maru-ai/maru-design2/issues/362) ([f80022c](https://github.com/42maru-ai/maru-design2/commit/f80022cc87b19ac554b5ee51b3b821c157191644))
|
|
465
|
+
* :bug: Font - pretendard weight [#347](https://github.com/42maru-ai/maru-design2/issues/347) ([f763253](https://github.com/42maru-ai/maru-design2/commit/f763253fa92c109bda69e4d1df4caecd50af2606))
|
|
466
|
+
* :bug: Icon - Fix bugs by rename ([a17fdf3](https://github.com/42maru-ai/maru-design2/commit/a17fdf3c40feea6e2fb564c50c24252ce43f1a10))
|
|
467
|
+
* :bug: Icon - UPDATE hoverColor default [#346](https://github.com/42maru-ai/maru-design2/issues/346) ([1188c6f](https://github.com/42maru-ai/maru-design2/commit/1188c6f3593bd06a20b168e625f89db77d0c54f8))
|
|
468
|
+
* :bug: Input - FIX pasword clear function [#338](https://github.com/42maru-ai/maru-design2/issues/338) ([9be47d6](https://github.com/42maru-ai/maru-design2/commit/9be47d6e6235f726a282cf9cebc7ed2a562e0698))
|
|
469
|
+
* :bug: Table - body init height calc [#334](https://github.com/42maru-ai/maru-design2/issues/334) ([0e262e0](https://github.com/42maru-ai/maru-design2/commit/0e262e0a5c697e6d0231b7d3639c22bcbb567b3e))
|
|
470
|
+
* :lipstick: Dropdown - UPDATE clear style [#344](https://github.com/42maru-ai/maru-design2/issues/344) ([5ba57d5](https://github.com/42maru-ai/maru-design2/commit/5ba57d569e9d1d4cc406484e8d0b9031d8d4d43b))
|
|
471
|
+
* :lipstick: Input - UPDATE style [#335](https://github.com/42maru-ai/maru-design2/issues/335) ([1b2660a](https://github.com/42maru-ai/maru-design2/commit/1b2660a5caf573cd0fa3cf274275deaa428872eb))
|
|
472
|
+
|
|
473
|
+
## [2.17.1](https://github.com/42maru-ai/maru-design2/compare/v2.17.0...v2.17.1) (2024-10-17)
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
### Bug Fixes
|
|
477
|
+
|
|
478
|
+
* :bug: Table - UPDATE init body scroll height ([10ee05d](https://github.com/42maru-ai/maru-design2/commit/10ee05d5d373237b4b09b36ec7ece35cacffec28))
|
|
479
|
+
|
|
480
|
+
## [2.17.0](https://github.com/42maru-ai/maru-design2/compare/v2.16.3...v2.17.0) (2024-10-16)
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
### Features
|
|
484
|
+
|
|
485
|
+
* :children_crossing: Table - UPDATE static table height ([9c04957](https://github.com/42maru-ai/maru-design2/commit/9c04957099a8246e2f8be22041d8bceabf9598d4))
|
|
486
|
+
* :sparkles: Icon - ADD hover color ([8afb7c0](https://github.com/42maru-ai/maru-design2/commit/8afb7c0186def7ce896363235201c1b732aa8891))
|
|
487
|
+
* :sparkles: Table - UPDATE tableBodyMaxHeight to maxHeight ([dc69bdc](https://github.com/42maru-ai/maru-design2/commit/dc69bdca8077655f5fe8c52ddca67768dd1cd967))
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
### Bug Fixes
|
|
491
|
+
|
|
492
|
+
* :art: Table - UPDATE emptyContentHeight to emptyBodyHeight ([704e719](https://github.com/42maru-ai/maru-design2/commit/704e7193510d7072572e7cbad38fcd5115ae4ac2))
|
|
493
|
+
* :bento: Icon - ADD new icons ([4789a35](https://github.com/42maru-ai/maru-design2/commit/4789a35887b10023f69d25f19c0c5729e38a8574))
|
|
494
|
+
* :lipstick: Modal - UPDATE font style ([83644b2](https://github.com/42maru-ai/maru-design2/commit/83644b25acfed121aec48bd59198129f65ceca23))
|
|
495
|
+
* :lipstick: Table - UPDATE font weight ([1c689b0](https://github.com/42maru-ai/maru-design2/commit/1c689b0c51292dd86a19392cda0683344fc4fb9d))
|
|
496
|
+
* :lipstick: Table - UPDATE radius ([50651aa](https://github.com/42maru-ai/maru-design2/commit/50651aadbb2e3fba1005ca450a731880ea07a0ad))
|
|
497
|
+
|
|
498
|
+
## [2.16.3](https://github.com/42maru-ai/maru-design2/compare/v2.16.2...v2.16.3) (2024-10-07)
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
### Bug Fixes
|
|
502
|
+
|
|
503
|
+
* :poop: Button - UPDATE storybook color(temp) ([7a9bfe9](https://github.com/42maru-ai/maru-design2/commit/7a9bfe9ef758841de719f090f1da3c9432ec5f1e))
|
|
504
|
+
|
|
505
|
+
## [2.16.2](https://github.com/42maru-ai/maru-design2/compare/v2.16.1...v2.16.2) (2024-09-27)
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
### Bug Fixes
|
|
509
|
+
|
|
510
|
+
* :bento: Icon - UPDATE,ADD sort icons ([c9b14c0](https://github.com/42maru-ai/maru-design2/commit/c9b14c094b4425f9e74d373bf67eb3212a7dbfce))
|
|
511
|
+
* :bug: Dropdown - UPDATE input type condition ([6dbf931](https://github.com/42maru-ai/maru-design2/commit/6dbf931fc35a1b5d8d1052ae15a7e196e0a18b11))
|
|
512
|
+
* :children_crossing: Table - UPDATE sort icon ([7be523c](https://github.com/42maru-ai/maru-design2/commit/7be523c625aa69560dd8ea0d0093b6f6a6cbdbb8))
|
|
513
|
+
|
|
514
|
+
## [2.16.1](https://github.com/42maru-ai/maru-design2/compare/v2.16.0...v2.16.1) (2024-09-23)
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
### Bug Fixes
|
|
518
|
+
|
|
519
|
+
* :lipstick: Radio - UPDATE primary color hover style ([2ecfdb6](https://github.com/42maru-ai/maru-design2/commit/2ecfdb696c8b14b2ab4d2c64f0a72e5ea9196b04))
|
|
520
|
+
|
|
521
|
+
## [2.16.0](https://github.com/42maru-ai/maru-design2/compare/v2.15.2...v2.16.0) (2024-09-10)
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
### Features
|
|
525
|
+
|
|
526
|
+
* :art: Input - UPDATE errorMessage to invalid.on & invalid.message ([ecc09e8](https://github.com/42maru-ai/maru-design2/commit/ecc09e8f4b2632f9b7de0093b82efb729186efb6))
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
### Bug Fixes
|
|
530
|
+
|
|
531
|
+
* :dizzy: Toast - UPDATE transitions ([3eccdf0](https://github.com/42maru-ai/maru-design2/commit/3eccdf0580b0db984a9ac9c02edd7b6625a6547e))
|
|
532
|
+
* :lipstick: Input - UPDATE invalid style ([de176e9](https://github.com/42maru-ai/maru-design2/commit/de176e9c81801d474308408c54465a0b3d2ec19c))
|
|
533
|
+
|
|
534
|
+
## [2.15.2](https://github.com/42maru-ai/maru-design2/compare/v2.15.1...v2.15.2) (2024-08-28)
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
### Bug Fixes
|
|
538
|
+
|
|
539
|
+
* :bento: Icon - ADD UserCircleBg_s2415 [#267](https://github.com/42maru-ai/maru-design2/issues/267) ([6451cc4](https://github.com/42maru-ai/maru-design2/commit/6451cc43f8b164c185bfd4d1cd8987fc6c0cf5da))
|
|
540
|
+
* :bug: Dropdown - ADD stopPropagation option [#279](https://github.com/42maru-ai/maru-design2/issues/279) ([34f71f8](https://github.com/42maru-ai/maru-design2/commit/34f71f87c9416a054102ba7b53caeeaede947803))
|
|
541
|
+
* :bug: Radio - FIX disabled style ([620f223](https://github.com/42maru-ai/maru-design2/commit/620f223ce8b28f6265809b1abd92e1cd277d7819))
|
|
542
|
+
* :lipstick: Dropdown - UPDATE toggle button bg color [#281](https://github.com/42maru-ai/maru-design2/issues/281) ([d51a075](https://github.com/42maru-ai/maru-design2/commit/d51a07508b0353578d4bd75450e8e44bd3224857))
|
|
543
|
+
|
|
544
|
+
## [2.15.1](https://github.com/42maru-ai/maru-design2/compare/v2.15.0...v2.15.1) (2024-08-13)
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
### Bug Fixes
|
|
548
|
+
|
|
549
|
+
* :bug: SearchInput - UPDATE height ([6d75ad1](https://github.com/42maru-ai/maru-design2/commit/6d75ad11fc5d02d43d7e9c2e31031ea50d82bba7))
|
|
550
|
+
|
|
551
|
+
## [2.15.0](https://github.com/42maru-ai/maru-design2/compare/v2.14.2...v2.15.0) (2024-08-13)
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
### Features
|
|
555
|
+
|
|
556
|
+
* :lipstick: SearchInput - ADD SearchInput to molecules [#240](https://github.com/42maru-ai/maru-design2/issues/240) ([4c3ed82](https://github.com/42maru-ai/maru-design2/commit/4c3ed8287b56a20cad58b69e9b13692df19456ed))
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
### Bug Fixes
|
|
560
|
+
|
|
561
|
+
* :bento: Icon - ADD check circle s1413 [#268](https://github.com/42maru-ai/maru-design2/issues/268) ([5fc9104](https://github.com/42maru-ai/maru-design2/commit/5fc9104aecbb76f00e22844cbc64492dd8fec98d))
|
|
562
|
+
|
|
563
|
+
## [2.14.2](https://github.com/42maru-ai/maru-design2/compare/v2.14.1...v2.14.2) (2024-08-09)
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
### Bug Fixes
|
|
567
|
+
|
|
568
|
+
* :bug: Radio - FIX label stopPropagation ([ca6b6e1](https://github.com/42maru-ai/maru-design2/commit/ca6b6e1c246ce594ff05eda002c01f5795a352f8))
|
|
569
|
+
|
|
570
|
+
## [2.14.1](https://github.com/42maru-ai/maru-design2/compare/v2.14.0...v2.14.1) (2024-08-07)
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
### Bug Fixes
|
|
574
|
+
|
|
575
|
+
* :lipstick: Toast - UPDATE toast style ([d91f6d4](https://github.com/42maru-ai/maru-design2/commit/d91f6d47f25a51717779e49f54c14fd9865a7e72))
|
|
576
|
+
|
|
577
|
+
## [2.14.0](https://github.com/42maru-ai/maru-design2/compare/v2.13.0...v2.14.0) (2024-08-06)
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
### Features
|
|
581
|
+
|
|
582
|
+
* :sparkles: Toast - UPDATE details ([9cf90fa](https://github.com/42maru-ai/maru-design2/commit/9cf90fafcbbc2b264b7538ce2eaaacd09f157a02))
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
### Bug Fixes
|
|
586
|
+
|
|
587
|
+
* :adhesive_bandage: Toast - UPDATE details tag ([53e492f](https://github.com/42maru-ai/maru-design2/commit/53e492fb76f0faf010e5d0cde39da3d0480f6eee))
|
|
588
|
+
* :bug: Input - UPDATE input clear default state [#244](https://github.com/42maru-ai/maru-design2/issues/244) ([09c7f55](https://github.com/42maru-ai/maru-design2/commit/09c7f55bd691ff134086bfc83ae19596ea6fb1e1))
|
|
589
|
+
* :fire: Toast - REMOVE unused code ([5bec3f7](https://github.com/42maru-ai/maru-design2/commit/5bec3f71fd40676a14f532bcf57966949c32e2d9))
|
|
590
|
+
* :label: Toast - UPDATE IToastDetailItem ([9b42067](https://github.com/42maru-ai/maru-design2/commit/9b4206729488745f5240b1e3663ca0e889d4fb8e))
|
|
591
|
+
* :memo: TOAST - UPDATE storybook ([1456487](https://github.com/42maru-ai/maru-design2/commit/1456487adbf4fcf7b37fe3f201604223be4ac3ba))
|
|
592
|
+
|
|
593
|
+
## [2.13.0](https://github.com/42maru-ai/maru-design2/compare/v2.12.5...v2.13.0) (2024-07-23)
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
### Features
|
|
597
|
+
|
|
598
|
+
* :label: Skeleton - ADD types ([b722d49](https://github.com/42maru-ai/maru-design2/commit/b722d49eea45c143ca33b703ea80e4c8c635c4e3))
|
|
599
|
+
* :memo: Skeleton - ADD documentation ([82b3c9f](https://github.com/42maru-ai/maru-design2/commit/82b3c9f563eb2164d059493b0574348d125abd5a))
|
|
600
|
+
* :sparkles: Skeleton - ADD skeleton ui ([ed14fe9](https://github.com/42maru-ai/maru-design2/commit/ed14fe9c323168bda479165ef7d8aac4cf6e4a24))
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
### Bug Fixes
|
|
604
|
+
|
|
605
|
+
* :adhesive_bandage: Radio - FIX code review feedback ([c24f98a](https://github.com/42maru-ai/maru-design2/commit/c24f98a83e9670f027f977e3c005c8ca98365ab8))
|
|
606
|
+
* :adhesive_bandage: Skeleton - FIX code review feedback ([b920e78](https://github.com/42maru-ai/maru-design2/commit/b920e78d379e3f2bc95ca1f897097649ac353957))
|
|
607
|
+
* :adhesive_bandage: Skeleton - FIX code review feedback ([3d169fa](https://github.com/42maru-ai/maru-design2/commit/3d169fa43974650d888d19abda79165328db8cff))
|
|
608
|
+
* :bento: Icon - ADD annotator icons [#243](https://github.com/42maru-ai/maru-design2/issues/243) ([ac41087](https://github.com/42maru-ai/maru-design2/commit/ac410875d96448e256a6eb4349ca305653236e3f))
|
|
609
|
+
* :bug: Radio - FIX input id ([b555a2d](https://github.com/42maru-ai/maru-design2/commit/b555a2d2b8dbf3e98b65e00de24da3c2176be5f1))
|
|
610
|
+
* :coffin: Skeleton - REMOVE unused code ([dc2e17d](https://github.com/42maru-ai/maru-design2/commit/dc2e17d508ab5170045912d9d6b658bd27490296))
|
|
611
|
+
|
|
612
|
+
## [2.12.5](https://github.com/42maru-ai/maru-design2/compare/v2.12.4...v2.12.5) (2024-07-18)
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
### Bug Fixes
|
|
616
|
+
|
|
617
|
+
* :bug: Table - UPDATE header scroll cond. to data fetching ([6f7061e](https://github.com/42maru-ai/maru-design2/commit/6f7061ec4a3a8fce8e06a5e84b7da70fe530a5e0))
|
|
618
|
+
|
|
619
|
+
## [2.12.4](https://github.com/42maru-ai/maru-design2/compare/v2.12.3...v2.12.4) (2024-07-18)
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
### Bug Fixes
|
|
623
|
+
|
|
624
|
+
* :bug: Table - kebab, bin wrapper style ([0df8e2b](https://github.com/42maru-ai/maru-design2/commit/0df8e2b683fdbe66b241856aa4f588256ce7463b))
|
|
625
|
+
* :bug: Table - UPDATE scroll wrapper ref ([3b83738](https://github.com/42maru-ai/maru-design2/commit/3b83738f9bf195e9230c71595551c3d97929c757))
|
|
626
|
+
|
|
627
|
+
## [2.12.3](https://github.com/42maru-ai/maru-design2/compare/v2.12.2...v2.12.3) (2024-07-18)
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
### Bug Fixes
|
|
631
|
+
|
|
632
|
+
* :bug: Pagination - UPDATE type of input value ([75a49bd](https://github.com/42maru-ai/maru-design2/commit/75a49bdfa5a600e0aa2fbd3c503a770fb3c17c80))
|
|
633
|
+
* :bug: Table - UPDATE filter, kebab, bin btn style ([c5a2c7c](https://github.com/42maru-ai/maru-design2/commit/c5a2c7c675defcc9594ba2acef08f4061b537491))
|
|
634
|
+
* :lipstick: Button - APPLY mixin ([3eade19](https://github.com/42maru-ai/maru-design2/commit/3eade1926b1bf71e6c70b7384d79b850e98ca410))
|
|
635
|
+
|
|
636
|
+
## [2.12.2](https://github.com/42maru-ai/maru-design2/compare/v2.12.1...v2.12.2) (2024-07-17)
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
### Bug Fixes
|
|
640
|
+
|
|
641
|
+
* :bento: ICON - ADD drag_s1613 ([96f15c0](https://github.com/42maru-ai/maru-design2/commit/96f15c0900de7eb6c3c595827fbb173072f92148))
|
|
642
|
+
* :bug: Dropdown - UPDATE clear btn style ([edf3728](https://github.com/42maru-ai/maru-design2/commit/edf37287e178ffb7c3fe898173274681f8c76eed))
|
|
643
|
+
* :lipstick: Button - UPDATE color on focus style ([202c2d1](https://github.com/42maru-ai/maru-design2/commit/202c2d1095a6241c6d441b92c815603a9fa1c6b3))
|
|
644
|
+
* :memo: - UPDATE introduction page ([dc9f650](https://github.com/42maru-ai/maru-design2/commit/dc9f650c833129d22743f7b8c22159f92da80cf4))
|
|
645
|
+
|
|
646
|
+
## [2.12.1](https://github.com/42maru-ai/maru-design2/compare/v2.12.0...v2.12.1) (2024-07-15)
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
### Bug Fixes
|
|
650
|
+
|
|
651
|
+
* :bug: Table - kebab show defaulty ([78db92c](https://github.com/42maru-ai/maru-design2/commit/78db92cdd5b8aba5c54833427d5b15fc965e25f2))
|
|
652
|
+
|
|
653
|
+
## [2.12.0](https://github.com/42maru-ai/maru-design2/compare/v2.11.1...v2.12.0) (2024-07-15)
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
### Features
|
|
657
|
+
|
|
658
|
+
* :sparkles: Table - ADD highlightRows [#202](https://github.com/42maru-ai/maru-design2/issues/202) ([f618e67](https://github.com/42maru-ai/maru-design2/commit/f618e67f31e68497e90534352103848d52dec3b5))
|
|
659
|
+
* :sparkles: Table - ADD show option to Kebab [#203](https://github.com/42maru-ai/maru-design2/issues/203) ([be8512b](https://github.com/42maru-ai/maru-design2/commit/be8512b590462650eaa33240c0fe69c3d15c00d3))
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
### Bug Fixes
|
|
663
|
+
|
|
664
|
+
* :bento: Icon - ADD edit 14 icon [#201](https://github.com/42maru-ai/maru-design2/issues/201) ([bbd732a](https://github.com/42maru-ai/maru-design2/commit/bbd732a58f03253cf8fe3fe0a445ec056eb9512d))
|
|
665
|
+
|
|
666
|
+
## [2.11.1](https://github.com/42maru-ai/maru-design2/compare/v2.11.0...v2.11.1) (2024-07-11)
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
### Bug Fixes
|
|
670
|
+
|
|
671
|
+
* :lipstick: Pagination, Dropdown - UPDATE input height [#196](https://github.com/42maru-ai/maru-design2/issues/196), UPDATE input reset [#195](https://github.com/42maru-ai/maru-design2/issues/195) ([bebcae6](https://github.com/42maru-ai/maru-design2/commit/bebcae6b402fb4da0e1d73ffa57f7db9f196a1e7))
|
|
672
|
+
|
|
673
|
+
## [2.11.0](https://github.com/42maru-ai/maru-design2/compare/v2.10.0...v2.11.0) (2024-07-10)
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
### Features
|
|
677
|
+
|
|
678
|
+
* :sparkles: Calendar - ADD open args to children [#183](https://github.com/42maru-ai/maru-design2/issues/183) ([1eaab62](https://github.com/42maru-ai/maru-design2/commit/1eaab62cdb5d23a5c93f7e6a3902fe9a6098bd06))
|
|
679
|
+
* :sparkles: Tooltip - ADD hidden option [#185](https://github.com/42maru-ai/maru-design2/issues/185) ([278d555](https://github.com/42maru-ai/maru-design2/commit/278d55535c7404f5ea0ed3dba8bd56777a376ea2))
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
### Bug Fixes
|
|
683
|
+
|
|
684
|
+
* :bento: Icon - ADD icons [#178](https://github.com/42maru-ai/maru-design2/issues/178) & CHANGE downstream to network ([343c89a](https://github.com/42maru-ai/maru-design2/commit/343c89a47c13c8aeffa63ffa36c870cbc501df10))
|
|
685
|
+
* :bug: Input - UPDATE props.className to className [#180](https://github.com/42maru-ai/maru-design2/issues/180) ([e79193e](https://github.com/42maru-ai/maru-design2/commit/e79193eeae42c8df5b8b491e531519923cf7d3a6))
|
|
686
|
+
* :bug: Table - checkbox filter wrapping [#184](https://github.com/42maru-ai/maru-design2/issues/184) ([5d9999e](https://github.com/42maru-ai/maru-design2/commit/5d9999e89cb7dd265c9766b165a1aaf8811c1c28))
|
|
687
|
+
* :bug: Table - kebab stop propagation [#186](https://github.com/42maru-ai/maru-design2/issues/186) ([834f3b4](https://github.com/42maru-ai/maru-design2/commit/834f3b48599e964dedb07548a073a25d2a132006))
|
|
688
|
+
* :fire: Calendar - REMOVE comment ([d83af5f](https://github.com/42maru-ai/maru-design2/commit/d83af5f452eb8f9d2c40f9f9d33d7da49d546de5))
|
|
689
|
+
* :lipstick: Dropdown - UPDATE input font color [#181](https://github.com/42maru-ai/maru-design2/issues/181) ([124bf53](https://github.com/42maru-ai/maru-design2/commit/124bf53f2fbb94c7d4dc1ae2505d9f2237abfd5b))
|
|
690
|
+
* :lipstick: Table - loading animation [#182](https://github.com/42maru-ai/maru-design2/issues/182) ([82926e9](https://github.com/42maru-ai/maru-design2/commit/82926e9c0b320400481e47da0f0cf885f32b67da))
|
|
691
|
+
* :lipstick: Table - scroll bar style [#179](https://github.com/42maru-ai/maru-design2/issues/179) ([5ae286d](https://github.com/42maru-ai/maru-design2/commit/5ae286dfe44c09b76218af49778d7f51f21a11ae))
|
|
692
|
+
|
|
693
|
+
## [2.10.0](https://github.com/42maru-ai/maru-design2/compare/v2.9.2...v2.10.0) (2024-07-04)
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
### Features
|
|
697
|
+
|
|
698
|
+
* :lipstcik: Button - ADD style ([4a8dafb](https://github.com/42maru-ai/maru-design2/commit/4a8dafb041f4f234f98818e07f0d5687c56f03ca))
|
|
699
|
+
* :lipstick: Button - ADD style ([7d71821](https://github.com/42maru-ai/maru-design2/commit/7d718214748b806ad3d595da4c987eada9da185e))
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
### Bug Fixes
|
|
703
|
+
|
|
704
|
+
* :bento: Icon - ADD bg icons ([3e5cf82](https://github.com/42maru-ai/maru-design2/commit/3e5cf82323d6251a7dc7f96403adfd13c55bc7b3))
|
|
705
|
+
* :bento: Icon - UPDATE chevron up/down icon ([3734fc5](https://github.com/42maru-ai/maru-design2/commit/3734fc542b4882c59e0953f2a757e8fed9255ca2))
|
|
706
|
+
* :bento: Icon - UPDATE x 24 ([025015d](https://github.com/42maru-ai/maru-design2/commit/025015d8a05d6659235a4f0f74f21de56a00bc00))
|
|
707
|
+
* :bento: Toast - UPDATE img to icon ([03bd968](https://github.com/42maru-ai/maru-design2/commit/03bd968abe4f51e7ee24fb1946621e37c41854d7))
|
|
708
|
+
* :bug: Dropdown - icon & border style [#171](https://github.com/42maru-ai/maru-design2/issues/171) ([bc46ba2](https://github.com/42maru-ai/maru-design2/commit/bc46ba224479a4efcc52f02688ab20c51960f0f9))
|
|
709
|
+
* :coffin: Toast - DELETE dead code ([e1e4102](https://github.com/42maru-ai/maru-design2/commit/e1e41022df4cae9148daadd986d9b265379afd1b))
|
|
710
|
+
|
|
711
|
+
## [2.9.2](https://github.com/42maru-ai/maru-design2/compare/v2.9.1...v2.9.2) (2024-07-03)
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
### Bug Fixes
|
|
715
|
+
|
|
716
|
+
* :bento: Icon - ADD file, loading ([fb4e126](https://github.com/42maru-ai/maru-design2/commit/fb4e126b9e450522afcd82d142c0274cdada3602))
|
|
717
|
+
* :bento: Icon - ADD state icon ([b2b6b20](https://github.com/42maru-ai/maru-design2/commit/b2b6b2032b45974fb8a7f9cfad558cc08289a736))
|
|
718
|
+
* :bento: Icon - ADD training icons ([4dae69d](https://github.com/42maru-ai/maru-design2/commit/4dae69d12f7dd9a5252e33dda98a4ae262618b88))
|
|
719
|
+
* :lipstick: Modal - padding, backgroundColor style ([cff31ba](https://github.com/42maru-ai/maru-design2/commit/cff31baaf77f583025cc5423888edf9ecdf692a2))
|
|
720
|
+
|
|
721
|
+
## [2.9.1](https://github.com/42maru-ai/maru-design2/compare/v2.9.0...v2.9.1) (2024-07-03)
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
### Bug Fixes
|
|
725
|
+
|
|
726
|
+
* :bento: Icon - ADD checkbox-indeterminate_s16 ([cae606e](https://github.com/42maru-ai/maru-design2/commit/cae606e16e78061d85b380942cdd0735870a043a))
|
|
727
|
+
* :bento: Icon - ADD sidebar dropdown icons ([9bee556](https://github.com/42maru-ai/maru-design2/commit/9bee55696ab74029fc43e756d693008de7209d76))
|
|
728
|
+
* :bento: Icon - ADD user icons ([4e2aa5e](https://github.com/42maru-ai/maru-design2/commit/4e2aa5eaae2eb2ffad35cdd0b5659d183ccb4ed7))
|
|
729
|
+
* :bug: Modal - UPDATE subTitle to optional ([8526ce4](https://github.com/42maru-ai/maru-design2/commit/8526ce4f2093b755390f917eb06487cedc4e4d58))
|
|
730
|
+
|
|
731
|
+
## [2.9.0](https://github.com/42maru-ai/maru-design2/compare/v2.8.0...v2.9.0) (2024-07-03)
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
### Features
|
|
735
|
+
|
|
736
|
+
* :art: Icon - UPDATE icon structure & assets & args ([20a1e15](https://github.com/42maru-ai/maru-design2/commit/20a1e15ebcc89ef4ae0c083112cf3263ffac2389))
|
|
737
|
+
* :bento: ICON - ADD calendar chevron icon ([e427e6d](https://github.com/42maru-ai/maru-design2/commit/e427e6d2140acebcee7aa3212ecfd3a95bb2b232))
|
|
738
|
+
* :bento: ICON - ADD checkbox icons ([8fc1fa8](https://github.com/42maru-ai/maru-design2/commit/8fc1fa87633ebc15d9cbfdfc9bcacf2c1cae87c3))
|
|
739
|
+
* :sparkles: Modal - ADD modal header sub title ([36d836c](https://github.com/42maru-ai/maru-design2/commit/36d836c2aa81d548dfc660d76699c9809fb0645a))
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
### Bug Fixes
|
|
743
|
+
|
|
744
|
+
* :arrow_up: - UPDATE peerDependencies issue [#132](https://github.com/42maru-ai/maru-design2/issues/132) ([ccad0bb](https://github.com/42maru-ai/maru-design2/commit/ccad0bbaa02bb693c70571944b7337c6efef1a17))
|
|
745
|
+
* :art: Icon - UPDATE require to import from parser ([00f6db4](https://github.com/42maru-ai/maru-design2/commit/00f6db49a7bfa00254018ce7cfdc7790d13b2814))
|
|
746
|
+
* :art: Toast - UPDATE iconMap ([945bb9a](https://github.com/42maru-ai/maru-design2/commit/945bb9a79d7ed85ded9a9f3f4d4ab3890692969f))
|
|
747
|
+
* :bento: Toast - ADD icons ([33f3bb5](https://github.com/42maru-ai/maru-design2/commit/33f3bb5ac36acac93814233075b18f20c2f1998a))
|
|
748
|
+
* :bug: Dropdown - UPDATE active, focus style ([5d7c953](https://github.com/42maru-ai/maru-design2/commit/5d7c953111134bbbbd7a740f547401f10ff1ae01))
|
|
749
|
+
* :bug: Dropdown - UPDATE storybook, icon ([7e76426](https://github.com/42maru-ai/maru-design2/commit/7e764260af306b6229212a62d0c2defb821a528b))
|
|
750
|
+
* :bug: Table - issue [#127](https://github.com/42maru-ai/maru-design2/issues/127) ([d63972c](https://github.com/42maru-ai/maru-design2/commit/d63972caa58cafbb4723c3529fade14228acd8d8))
|
|
751
|
+
* :bug: Table - issue [#128](https://github.com/42maru-ai/maru-design2/issues/128) ([2fedac7](https://github.com/42maru-ai/maru-design2/commit/2fedac7383883de4d29c5c24915f5876c600abed))
|
|
752
|
+
* :bug: Table - issue [#129](https://github.com/42maru-ai/maru-design2/issues/129) ([b8e7311](https://github.com/42maru-ai/maru-design2/commit/b8e731194a5cf1fef72590b953603e7dfb5c79bd))
|
|
753
|
+
* :bug: Table - issue [#133](https://github.com/42maru-ai/maru-design2/issues/133) ([209f419](https://github.com/42maru-ai/maru-design2/commit/209f419c4ac94f7945b1d2b9d8ed705db99c1f26))
|
|
754
|
+
* :bulb: Radio - UPDATE comment ([3c8b9f7](https://github.com/42maru-ai/maru-design2/commit/3c8b9f7a31c71d0828dc0b8bdd46747d92cc3086))
|
|
755
|
+
* :fire: Icon - DELETE icon size, console.log ([4fc8ade](https://github.com/42maru-ai/maru-design2/commit/4fc8adee2d345ed91970389864c4ad126ead15ed))
|
|
756
|
+
* :label: Toast - UPDATE description type ([1ee0ec3](https://github.com/42maru-ai/maru-design2/commit/1ee0ec3714d429bc9e3ca385da001487b85f85d8))
|
|
757
|
+
* :lipstick: Button - UPDATE button design ([5a0dcfe](https://github.com/42maru-ai/maru-design2/commit/5a0dcfe56e57bc5368e7c9c9f453bc3963321c6f))
|
|
758
|
+
* :lipstick: Button - UPDATE color ([b21e9cc](https://github.com/42maru-ai/maru-design2/commit/b21e9ccd6e25f59a4378cd35a2f9f029e5d2357b))
|
|
759
|
+
* :lipstick: Button - UPDATE icon ([42edbf3](https://github.com/42maru-ai/maru-design2/commit/42edbf3fdde231d58038c588a8fda8d12e4f0aa3))
|
|
760
|
+
* :lipstick: Button - UPDATE icon primary text button design ([446c632](https://github.com/42maru-ai/maru-design2/commit/446c632782862246f5e9bdb542edf572a0e8529d))
|
|
761
|
+
* :lipstick: Calendar - UPDATE design ([f37136c](https://github.com/42maru-ai/maru-design2/commit/f37136c5561a98cd20097f7b9c9a03861110a2b9))
|
|
762
|
+
* :lipstick: Calendar - UPDATE input padding ([8004324](https://github.com/42maru-ai/maru-design2/commit/80043244ca12c7ec75075d787a1c4700eb77855d))
|
|
763
|
+
* :lipstick: Checkbox - UPDATE design ([8c033b7](https://github.com/42maru-ai/maru-design2/commit/8c033b75243af1964a35a3988d8ad5c1a1ab1599))
|
|
764
|
+
* :lipstick: Chip - UPDATE design ([e88599d](https://github.com/42maru-ai/maru-design2/commit/e88599d13783a645fe3ee95fb9843c1b8586d6ed))
|
|
765
|
+
* :lipstick: Common - UPDATE colors ([a4f627e](https://github.com/42maru-ai/maru-design2/commit/a4f627ea440fa64c47ee5f17f4677be8f1c1f5c4))
|
|
766
|
+
* :lipstick: Dropdown - UPDATE design ([597ffbc](https://github.com/42maru-ai/maru-design2/commit/597ffbc6c7a446d21301b37c94387b6701d8fba8))
|
|
767
|
+
* :lipstick: Input - UPDATE css ([be1ca82](https://github.com/42maru-ai/maru-design2/commit/be1ca828738e8e7bdf70d3361e690553061c4bad))
|
|
768
|
+
* :lipstick: Input - UPDATE design ([72eaada](https://github.com/42maru-ai/maru-design2/commit/72eaadae2a542a423c9d7db0452116f29e021ff0))
|
|
769
|
+
* :lipstick: Modal - UPDATE design ([085efca](https://github.com/42maru-ai/maru-design2/commit/085efcaac51708981dc0bf34620e919c097067fd))
|
|
770
|
+
* :lipstick: Pagination - UPDATE design ([259b848](https://github.com/42maru-ai/maru-design2/commit/259b8483ef92c9240e60e9b49e8175084a0699d8))
|
|
771
|
+
* :lipstick: Popover - UPDATE design ([c26b902](https://github.com/42maru-ai/maru-design2/commit/c26b90231764d4e7d822235d33809d7bb87ad2f0))
|
|
772
|
+
* :lipstick: Radio - UPDATE design ([576e573](https://github.com/42maru-ai/maru-design2/commit/576e573113f4ef01d3923aa0de6da5a12adb6746))
|
|
773
|
+
* :lipstick: Table - UPDATE checkbox col style ([900f2b5](https://github.com/42maru-ai/maru-design2/commit/900f2b511742aed3da2514b241a8f3a3fd0ffc87))
|
|
774
|
+
* :lipstick: Table - UPDATE default style ([07feedb](https://github.com/42maru-ai/maru-design2/commit/07feedbd97c7085832232b40be101c15f8bb2484))
|
|
775
|
+
* :lipstick: Table - UPDATE empty content style ([79cbf2c](https://github.com/42maru-ai/maru-design2/commit/79cbf2c5fe0169aac34a1aee4500bf71bb4f0062))
|
|
776
|
+
* :lipstick: Table - UPDATE filter col style ([99d47f2](https://github.com/42maru-ai/maru-design2/commit/99d47f25b55aea7f160cd7747074681ccffe50da))
|
|
777
|
+
* :lipstick: Table - UPDATE kebab, bin col style ([3982843](https://github.com/42maru-ai/maru-design2/commit/3982843d931e4af0adf0792eaf7a99acd8e1ec18))
|
|
778
|
+
* :lipstick: Table - UPDATE sortable col style ([9f14076](https://github.com/42maru-ai/maru-design2/commit/9f14076ce4d99fa0a5ea6ec03a428aff6593a6bc))
|
|
779
|
+
* :lipstick: Toast - UPDATE design ([93739a0](https://github.com/42maru-ai/maru-design2/commit/93739a0e76ef8ad53079b8eef8cf23299c349c45))
|
|
780
|
+
* :lipstick: Tooltip - UPDATE design ([eecb5a3](https://github.com/42maru-ai/maru-design2/commit/eecb5a31050002630b66834b9d92892e9a8bfc1c))
|
|
781
|
+
* :memo: Icon - UPDATE icon docs ([89616ba](https://github.com/42maru-ai/maru-design2/commit/89616ba71150405b93f6a8423292d59961de1fd3))
|
|
782
|
+
* :memo: Input - UPDATE icon ([7e61663](https://github.com/42maru-ai/maru-design2/commit/7e6166386702fb489d6512f5445b5a3e0f9a07d8))
|
|
783
|
+
* :memo: Radio - FIX options ([fb4765e](https://github.com/42maru-ai/maru-design2/commit/fb4765e38418403ace826c80c4b67444a8b9a0e8))
|
|
784
|
+
* :poop: Calendar - UPDATE day-name parsing ([2e3e4b9](https://github.com/42maru-ai/maru-design2/commit/2e3e4b91ade03315f3afa71cc9dc95e338dd1be8))
|
|
785
|
+
* :rewind: Button - REVERT changes ([d197f2a](https://github.com/42maru-ai/maru-design2/commit/d197f2a1dfea0553898cb88295b61d947bba9154))
|
|
786
|
+
* 💄 Checkbox - UPDATE icon ([45b45d4](https://github.com/42maru-ai/maru-design2/commit/45b45d4c643139d7d053acfcdee5be8dd1fda57e))
|
|
787
|
+
* 💄 Toast - UPDATE icon ([01bd3b3](https://github.com/42maru-ai/maru-design2/commit/01bd3b309ced264f2013ac4b6994f8421dc55224))
|
|
788
|
+
|
|
789
|
+
## [2.8.0](https://github.com/42maru-ai/maru-design2/compare/v2.7.2...v2.8.0) (2024-06-14)
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
### Features
|
|
793
|
+
|
|
794
|
+
* :fire: Table - REMOVE row mouse over / leave ([1d21841](https://github.com/42maru-ai/maru-design2/commit/1d218411d0d0a5b3a8de65d8bf41d4b204793e23))
|
|
795
|
+
* :sparkles: Table - ADD binButton ([e27effb](https://github.com/42maru-ai/maru-design2/commit/e27effb05595793793bd5b80aabacbb8efb0cb9e))
|
|
796
|
+
* :sparkles: Table - ADD header filter column ([1cbf792](https://github.com/42maru-ai/maru-design2/commit/1cbf792f22468599af3188f310d42ad4ea4c6d55))
|
|
797
|
+
* :sparkles: Toast - ADD description props ([e22a69c](https://github.com/42maru-ai/maru-design2/commit/e22a69c789b9ad785f075d8b7fb38b49454c3ca3))
|
|
798
|
+
|
|
799
|
+
|
|
800
|
+
### Bug Fixes
|
|
801
|
+
|
|
802
|
+
* :bug: Button - FIX event handlers ([31d1d87](https://github.com/42maru-ai/maru-design2/commit/31d1d87354b948b9a8f155d1927ae02812970c37))
|
|
803
|
+
* :coffin: Table - REMOVE kebab header, width ([5cc16e8](https://github.com/42maru-ai/maru-design2/commit/5cc16e8512255e49b0fd3dd1f37e6659f60cafc6))
|
|
804
|
+
* :coffin: Table - REMOVE table mouse enter/leave ([8e59f35](https://github.com/42maru-ai/maru-design2/commit/8e59f359e74f985a3ed86e0c540fb304014c7c0f))
|
|
805
|
+
* :fire: Table - REMOVE expand row ([ad2cba4](https://github.com/42maru-ai/maru-design2/commit/ad2cba49d588459fa80c5db711723f749b2f8216))
|
|
806
|
+
|
|
807
|
+
## [2.7.2](https://github.com/42maru-ai/maru-design2/compare/v2.7.1...v2.7.2) (2024-06-05)
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
### Bug Fixes
|
|
811
|
+
|
|
812
|
+
* :lipstick: Toast - UPDATE classnames ([b72d65b](https://github.com/42maru-ai/maru-design2/commit/b72d65b2286e7e247f4648296a49568d723580a8))
|
|
813
|
+
|
|
814
|
+
## [2.7.1](https://github.com/42maru-ai/maru-design2/compare/v2.7.0...v2.7.1) (2024-06-05)
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
### Bug Fixes
|
|
818
|
+
|
|
819
|
+
* :bug: Toast - UPDATE toast pop type ([e720a2f](https://github.com/42maru-ai/maru-design2/commit/e720a2f2ebdc0f63ab0a1476b6cb20ffb66554fc))
|
|
820
|
+
* :bug: Toast - UPDATE toast props ([d0fcb71](https://github.com/42maru-ai/maru-design2/commit/d0fcb71e38781a348ac2a626b1ebbf9962d78f5e))
|
|
821
|
+
* :bug: Toast - UPDATE toast props ([eea7287](https://github.com/42maru-ai/maru-design2/commit/eea7287ef9b0b23eb58214d4c0ac3f0f98b94f02))
|
|
822
|
+
|
|
823
|
+
## [2.7.0](https://github.com/42maru-ai/maru-design2/compare/v2.6.0...v2.7.0) (2024-06-04)
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
### Features
|
|
827
|
+
|
|
828
|
+
* :sparkles: Toast - ADD details props ([b40843c](https://github.com/42maru-ai/maru-design2/commit/b40843c55c717d5fb7b3459c5ab8eaef19492f3d))
|
|
829
|
+
* :sparkles: Toast - ADD ToastTimer ([84bd953](https://github.com/42maru-ai/maru-design2/commit/84bd953ef265c29a8d02d8ca7c7db4d6506009e8))
|
|
830
|
+
|
|
831
|
+
|
|
832
|
+
### Bug Fixes
|
|
833
|
+
|
|
834
|
+
* :adhesive_bandage: Toast - ADD details props ([6c3cbdd](https://github.com/42maru-ai/maru-design2/commit/6c3cbdd5cd5ad1db77d9f20a370b0b6b93d7ef57))
|
|
835
|
+
* :adhesive_bandage: Toast - UPDATE details ([be77f71](https://github.com/42maru-ai/maru-design2/commit/be77f71cd0179342f1a610a71ca99fcde83ce0a4))
|
|
836
|
+
* :adhesive_bandage: Toast - UPDATE props ([eb1be6c](https://github.com/42maru-ai/maru-design2/commit/eb1be6c6506127f768e619867305ea67eefa8060))
|
|
837
|
+
* :adhesive_bandage: Toast - UPDATE Reorder variable declarations ([ec08173](https://github.com/42maru-ai/maru-design2/commit/ec0817370ddcc86ce5e7c9f94f19dc0b7ced7d73))
|
|
838
|
+
* :fire: Toast - DELETE toaster ([d352672](https://github.com/42maru-ai/maru-design2/commit/d35267283f6f50611fa5942a4f2518e2885f6721))
|
|
839
|
+
* :fire: Toast - DELETE toaster css ([4a9eade](https://github.com/42maru-ai/maru-design2/commit/4a9eadefe695d55c615a17c9d26f25a97d82518d))
|
|
840
|
+
* :fire: Toast - UPDATE replace svg files to Icon ([f6fc591](https://github.com/42maru-ai/maru-design2/commit/f6fc591cbf82ce5b0fc3c16800885305e70f3130))
|
|
841
|
+
* :recycle: Toast - REFACTOR code review feedback ([1bf68ff](https://github.com/42maru-ai/maru-design2/commit/1bf68ffa6d3cbeee5cbad4653e4d0119fa6b9315))
|
|
842
|
+
* :recycle: Toast - REFACTOR extract Details component from Toast ([ae56649](https://github.com/42maru-ai/maru-design2/commit/ae5664997b5db7a52861717af4f6b4e72eaf4b48))
|
|
843
|
+
* :recycle: Toast - REFACTOR ToastTimer and ToastContext ([082f05f](https://github.com/42maru-ai/maru-design2/commit/082f05f40ceab170136020f9da1a3f1347a2084f))
|
|
844
|
+
|
|
845
|
+
## [2.6.0](https://github.com/42maru-ai/maru-design2/compare/v2.5.2...v2.6.0) (2024-05-28)
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
### Features
|
|
849
|
+
|
|
850
|
+
* :bento: ADD assets ([5d71dc6](https://github.com/42maru-ai/maru-design2/commit/5d71dc6dc5c6e7f1fff9e232a3801466ce94fb8c))
|
|
851
|
+
* :label: ADD variant type for toast ([3ee947b](https://github.com/42maru-ai/maru-design2/commit/3ee947b8b106d9f250ab876fefb150778273a909))
|
|
852
|
+
* :sparkles: ADD toast ([fd72b15](https://github.com/42maru-ai/maru-design2/commit/fd72b15ae376c3990f090474e77af90f64d823ff))
|
|
853
|
+
* ADD Calendar ([e119e76](https://github.com/42maru-ai/maru-design2/commit/e119e762ea81f01c868b7b296c33c30394ef6d9c))
|
|
854
|
+
* ADD error,success,warning icons, UPDATE parser ([de0facb](https://github.com/42maru-ai/maru-design2/commit/de0facb55886cee9b22eb863e2f2a5aeb5266920))
|
|
855
|
+
* ADD Input option - hiddenClearButton ([3828d12](https://github.com/42maru-ai/maru-design2/commit/3828d129839fc853e3e340ab612c447df3c6bccc))
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
### Bug Fixes
|
|
859
|
+
|
|
860
|
+
* :adhesive_bandage: ADD id props ([d6e6186](https://github.com/42maru-ai/maru-design2/commit/d6e61869d3441335fcd5d71efcbcf2f1837aab44))
|
|
861
|
+
* :pencil2: FIX typo ([7c4895d](https://github.com/42maru-ai/maru-design2/commit/7c4895d972f0e47977faa5b20da4077141456869))
|
|
862
|
+
* calendar day-name parse error ([45f2190](https://github.com/42maru-ai/maru-design2/commit/45f219070f4b70e43c4093531e534117910be7a9))
|
|
863
|
+
* icon documents ([1254267](https://github.com/42maru-ai/maru-design2/commit/1254267f54ed1cc68dde3da01c53758ef120478e))
|
|
864
|
+
* UPDATE calendar footer input hidden clear btn ([cef27ec](https://github.com/42maru-ai/maru-design2/commit/cef27ecff581f3274f4633991d691c3ddf799e8e))
|
|
865
|
+
|
|
866
|
+
## [2.5.2](https://github.com/42maru-ai/maru-design2/compare/v2.5.1...v2.5.2) (2024-05-20)
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
### Bug Fixes
|
|
870
|
+
|
|
871
|
+
* chip style - gap, paddingfor dot ([76542bf](https://github.com/42maru-ai/maru-design2/commit/76542bfe81e0e484c9d725744f0a71424f55371a))
|
|
872
|
+
* REMOVE background-color on button ([b067db0](https://github.com/42maru-ai/maru-design2/commit/b067db077da798360dd1fa96c6e2e7b3f3ee3b56))
|
|
873
|
+
* UPDATE dropdown toggle style - font,color,placeholder ([1afa3b0](https://github.com/42maru-ai/maru-design2/commit/1afa3b0e7adfc5f0033d39b2d055a3565207a4d2))
|
|
874
|
+
|
|
875
|
+
## [2.5.1](https://github.com/42maru-ai/maru-design2/compare/v2.5.0...v2.5.1) (2024-05-10)
|
|
876
|
+
|
|
877
|
+
|
|
878
|
+
### Bug Fixes
|
|
879
|
+
|
|
880
|
+
* welcome storybook ([e760689](https://github.com/42maru-ai/maru-design2/commit/e760689a0553859037ceaddcfbbdb03084688f1a))
|
|
881
|
+
|
|
882
|
+
## [2.5.0](https://github.com/42maru-ai/maru-design2/compare/v2.4.3...v2.5.0) (2024-05-10)
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
### Features
|
|
886
|
+
|
|
887
|
+
* add release-please.yml ([21d18be](https://github.com/42maru-ai/maru-design2/commit/21d18bef2f30e759b9bbd7d7c80ceb81d9b0c1eb))
|
|
888
|
+
* update release-please.yml ([9b36847](https://github.com/42maru-ai/maru-design2/commit/9b36847339d53de4a0a31b37641f7ccef97aa985))
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
### Bug Fixes
|
|
892
|
+
|
|
893
|
+
* release-please to main ([eabe524](https://github.com/42maru-ai/maru-design2/commit/eabe5247c003ed35e5afe79fde8ae9719623e5a2))
|
|
894
|
+
|
|
895
|
+
## 2.4.3 (2024-05-10)
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
### Features
|
|
899
|
+
|
|
900
|
+
* add release-please.yml ([21d18be](https://github.com/42maru-ai/maru-design2/commit/21d18bef2f30e759b9bbd7d7c80ceb81d9b0c1eb))
|
|
901
|
+
* update release-please.yml ([9b36847](https://github.com/42maru-ai/maru-design2/commit/9b36847339d53de4a0a31b37641f7ccef97aa985))
|