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