maru_design2 2.28.1 → 2.29.0

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