@mobileaction/action-kit 1.55.19 → 1.57.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 (158) hide show
  1. package/dist/action-kit.mjs +211 -197
  2. package/dist/{annotations-na8aGTyh.js → annotations-DzxKra_-.js} +1 -1
  3. package/dist/components/alert/stories/alert.stories.d.ts +1 -1
  4. package/dist/components/animation/stories/animation.stories.d.ts +1 -1
  5. package/dist/components/app-icon/stories/default.stories.d.ts +1 -1
  6. package/dist/components/app-track-button/stories/default.stories.d.ts +1 -1
  7. package/dist/components/avatar/stories/default.stories.d.ts +1 -1
  8. package/dist/components/badge/stories/basic.stories.d.ts +22 -22
  9. package/dist/components/badge/stories/blue.stories.d.ts +22 -22
  10. package/dist/components/badge/stories/dark.stories.d.ts +22 -22
  11. package/dist/components/badge/stories/green.stories.d.ts +22 -22
  12. package/dist/components/badge/stories/orange.stories.d.ts +22 -22
  13. package/dist/components/badge/stories/pink.stories.d.ts +22 -22
  14. package/dist/components/badge/stories/purple.stories.d.ts +22 -22
  15. package/dist/components/badge/stories/red.stories.d.ts +22 -22
  16. package/dist/components/badge/stories/status.stories.d.ts +1 -1
  17. package/dist/components/badge/stories/teal.stories.d.ts +22 -22
  18. package/dist/components/badge/stories/yellow.stories.d.ts +22 -22
  19. package/dist/components/button/link-button/stories/link.stories.d.ts +1 -1
  20. package/dist/components/button/social-button/stories/social.stories.d.ts +1 -1
  21. package/dist/components/button/stories/filled.stories.d.ts +1 -1
  22. package/dist/components/button/stories/ghost.stories.d.ts +1 -1
  23. package/dist/components/button/stories/lighter.stories.d.ts +1 -1
  24. package/dist/components/button/stories/stroke.stories.d.ts +1 -1
  25. package/dist/components/card/stories/default.stories.d.ts +1 -1
  26. package/dist/components/card/stories/footer.stories.d.ts +1 -1
  27. package/dist/components/card/stories/header.stories.d.ts +1 -1
  28. package/dist/components/cascader/stories/default.stories.d.ts +121 -121
  29. package/dist/components/chart/stories/chart.stories.d.ts +1 -1
  30. package/dist/components/checkbox/stories/default.stories.d.ts +1 -1
  31. package/dist/components/checkbox/stories/group.stories.d.ts +1 -1
  32. package/dist/components/checkbox/stories/indeterminate.stories.d.ts +1 -1
  33. package/dist/components/checkbox-2/stories/card.stories.d.ts +1 -1
  34. package/dist/components/checkbox-2/stories/default.stories.d.ts +1 -1
  35. package/dist/components/checkbox-2/stories/group.stories.d.ts +1 -1
  36. package/dist/components/collapse/stories/default.stories.d.ts +1 -1
  37. package/dist/components/content-scroller/stories/default.stories.d.ts +1 -1
  38. package/dist/components/country-radio/stories/default.stories.d.ts +1 -1
  39. package/dist/components/country-select/stories/default.stories.d.ts +1 -1
  40. package/dist/components/date-picker/stories/default.stories.d.ts +1 -1
  41. package/dist/components/date-picker/stories/range.stories.d.ts +1 -1
  42. package/dist/components/date-picker-2/stories/default.stories.d.ts +1 -1
  43. package/dist/components/date-picker-2/stories/range.stories.d.ts +1 -1
  44. package/dist/components/device-preview/components/AppDetailPreview.vue.d.ts +6 -0
  45. package/dist/components/device-preview/components/AppTodayTabPreview.vue.d.ts +3 -0
  46. package/dist/components/device-preview/components/ProductPages.vue.d.ts +5 -0
  47. package/dist/components/device-preview/components/SearchResults.vue.d.ts +6 -0
  48. package/dist/components/device-preview/components/SearchTab.vue.d.ts +6 -0
  49. package/dist/components/device-preview/components/TodayTab.vue.d.ts +6 -0
  50. package/dist/components/device-preview/composables/useDevicePreviewScale.d.ts +6 -0
  51. package/dist/components/device-preview/constants.d.ts +55 -0
  52. package/dist/components/device-preview/stories/constants.d.ts +6 -0
  53. package/dist/components/device-preview/stories/product-pages.stories.d.ts +15 -0
  54. package/dist/components/device-preview/stories/search-results.stories.d.ts +23 -0
  55. package/dist/components/device-preview/stories/search-tab.stories.d.ts +19 -0
  56. package/dist/components/device-preview/stories/today-tab.stories.d.ts +15 -0
  57. package/dist/components/device-preview/types.d.ts +47 -0
  58. package/dist/components/drawer/stories/drawer.stories.d.ts +1 -1
  59. package/dist/components/dropdown/stories/default.stories.d.ts +1 -1
  60. package/dist/components/ellipsis/stories/default.stories.d.ts +1 -1
  61. package/dist/components/empty/stories/animation.stories.d.ts +1 -1
  62. package/dist/components/empty/stories/default.stories.d.ts +1 -1
  63. package/dist/components/form/stories/default.stories.d.ts +1 -1
  64. package/dist/components/icon/stories/icon.stories.d.ts +1 -1
  65. package/dist/components/icon-button/stories/primary.stories.d.ts +1 -1
  66. package/dist/components/icon-button/stories/secondary.stories.d.ts +1 -1
  67. package/dist/components/image/stories/default.stories.d.ts +1 -1
  68. package/dist/components/image-2/stories/default.stories.d.ts +1 -1
  69. package/dist/components/input/index.vue.d.ts +2 -2
  70. package/dist/components/input/stories/amount.stories.d.ts +1 -1
  71. package/dist/components/input/stories/credit-card.stories.d.ts +1 -1
  72. package/dist/components/input/stories/default.stories.d.ts +1 -1
  73. package/dist/components/input/stories/email.stories.d.ts +1 -1
  74. package/dist/components/input/stories/password.stories.d.ts +1 -1
  75. package/dist/components/input/stories/textarea.stories.d.ts +1 -1
  76. package/dist/components/input/stories/url.stories.d.ts +1 -1
  77. package/dist/components/input/stories/user-info.stories.d.ts +1 -1
  78. package/dist/components/input-number/stories/default.stories.d.ts +10 -10
  79. package/dist/components/menu/stories/default.stories.d.ts +1 -1
  80. package/dist/components/modal/stories/default.stories.d.ts +1 -1
  81. package/dist/components/modal/stories/functions.stories.d.ts +1 -1
  82. package/dist/components/modal-2/composables/usemodal.d.ts +1 -1
  83. package/dist/components/notification/stories/filled.stories.d.ts +1 -1
  84. package/dist/components/notification/stories/light.stories.d.ts +1 -1
  85. package/dist/components/notification/stories/stroke.stories.d.ts +1 -1
  86. package/dist/components/numeric-input/stories/default.stories.d.ts +1 -1
  87. package/dist/components/pagination/stories/default.stories.d.ts +1 -1
  88. package/dist/components/popconfirm/stories/default.stories.d.ts +1 -1
  89. package/dist/components/popconfirm-2/stories/default.stories.d.ts +1 -1
  90. package/dist/components/popover/stories/default.stories.d.ts +1 -1
  91. package/dist/components/popover-2/stories/default.stories.d.ts +1 -1
  92. package/dist/components/progress/stories/circle.stories.d.ts +1 -1
  93. package/dist/components/progress/stories/half-circle.stories.d.ts +1 -1
  94. package/dist/components/progress/stories/line-step.stories.d.ts +1 -1
  95. package/dist/components/progress/stories/line.stories.d.ts +1 -1
  96. package/dist/components/radio/stories/default.stories.d.ts +1 -1
  97. package/dist/components/radio-card/stories/default.stories.d.ts +1 -1
  98. package/dist/components/rate/stories/default.stories.d.ts +1 -1
  99. package/dist/components/result/stories/default.stories.d.ts +1 -1
  100. package/dist/components/select/stories/default.stories.d.ts +1 -1
  101. package/dist/components/select/stories/group.stories.d.ts +1 -1
  102. package/dist/components/select/stories/multi-select.stories.d.ts +1 -1
  103. package/dist/components/select/stories/single.stories.d.ts +1 -1
  104. package/dist/components/select-2/stories/borderless.stories.d.ts +1 -1
  105. package/dist/components/select-2/stories/inline.stories.d.ts +1 -1
  106. package/dist/components/select-2/stories/multiple.stories.d.ts +1 -1
  107. package/dist/components/select-2/stories/select-option-group.stories.d.ts +3 -3
  108. package/dist/components/select-2/stories/select-option.stories.d.ts +3 -3
  109. package/dist/components/select-2/stories/single.stories.d.ts +1 -1
  110. package/dist/components/side-menu/add-new-app-button/stories/default.stories.d.ts +1 -1
  111. package/dist/components/side-menu/app-button/stories/default.stories.d.ts +1 -1
  112. package/dist/components/side-menu/button/stories/default.stories.d.ts +1 -1
  113. package/dist/components/side-menu/icon-button/stories/default.stories.d.ts +1 -1
  114. package/dist/components/side-menu/menu-item/stories/default.stories.d.ts +1 -1
  115. package/dist/components/side-menu/round-icon-button/stories/default.stories.d.ts +1 -1
  116. package/dist/components/side-menu-2/menu-button/stories/default.stories.d.ts +1 -1
  117. package/dist/components/side-menu-2/menu-item/stories/default.stories.d.ts +1 -1
  118. package/dist/components/slider/stories/default.stories.d.ts +1 -1
  119. package/dist/components/spin/stories/container.stories.d.ts +1 -1
  120. package/dist/components/spin/stories/default.stories.d.ts +1 -1
  121. package/dist/components/step-items/stories/default.stories.d.ts +1 -1
  122. package/dist/components/step-items/stories/step-item.stories.d.ts +1 -1
  123. package/dist/components/steps/stories/default.stories.d.ts +1 -1
  124. package/dist/components/steps/stories/step.stories.d.ts +1 -1
  125. package/dist/components/switch/stories/default.stories.d.ts +1 -1
  126. package/dist/components/table/stories/default.stories.d.ts +1 -1
  127. package/dist/components/tabs/stories/card.stories.d.ts +1 -1
  128. package/dist/components/tabs/stories/line.stories.d.ts +1 -1
  129. package/dist/components/tabs-2/stories/default.stories.d.ts +8 -8
  130. package/dist/components/tabs-2/stories/tab-button.stories.d.ts +8 -8
  131. package/dist/components/tabs-2/stories/tab-pane.stories.d.ts +2 -2
  132. package/dist/components/tag-input/stories/default.stories.d.ts +1 -1
  133. package/dist/components/toggle/stories/default.stories.d.ts +1 -1
  134. package/dist/components/tooltip/stories/default.stories.d.ts +1 -1
  135. package/dist/components/tooltip-2/stories/default.stories.d.ts +1 -1
  136. package/dist/components/track-button/stories/default.stories.d.ts +1 -1
  137. package/dist/components/tree/stories/default.stories.d.ts +1 -1
  138. package/dist/components/typography/stories/default.stories.d.ts +1 -1
  139. package/dist/components/upload/stories/box.stories.d.ts +1 -1
  140. package/dist/components/upload/stories/button.stories.d.ts +1 -1
  141. package/dist/components/upload/stories/small-box.stories.d.ts +1 -1
  142. package/dist/components/watchlist-button/stories/dashed.stories.d.ts +1 -1
  143. package/dist/components/watchlist-button/stories/default.stories.d.ts +1 -1
  144. package/dist/{export-data-Bw3963Xo.js → export-data-B7wYF5EQ.js} +1 -1
  145. package/dist/{exporting-CnFhHpkV.js → exporting-B0cCEyyg.js} +1 -1
  146. package/dist/{funnel-YWrwiHos.js → funnel-DTHaLuEK.js} +1 -1
  147. package/dist/{index-DNrsJaj4.js → index-C8r4OcCO.js} +10138 -9725
  148. package/dist/index.d.ts +8 -0
  149. package/dist/{map-L8mpHr4U.js → map-C_BILLYp.js} +1 -1
  150. package/dist/{offline-exporting-MRfiQZvH.js → offline-exporting-8t0G_rUZ.js} +1 -1
  151. package/dist/{stock-atEywb4v.js → stock-DyTZKEyb.js} +1 -1
  152. package/dist/style.css +1 -1
  153. package/dist/{venn-C7OnWvi3.js → venn-DfFwIzSQ.js} +1 -1
  154. package/dist/{wordcloud-1tNuVPm5.js → wordcloud-Hu3_8VaC.js} +1 -1
  155. package/package.json +14 -9
  156. package/.vscode/extensions.json +0 -3
  157. package/.vscode/settings.json +0 -93
  158. package/CHANGELOG.md +0 -1834
package/CHANGELOG.md DELETED
@@ -1,1834 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- ## [1.55.19](https://github.com/mobileaction/action-kit/compare/v1.55.18...v1.55.19) (2026-01-15)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * **DUV-8988:** fix commit for release ([d1b6e5a](https://github.com/mobileaction/action-kit/commit/d1b6e5af716c010f37c714052f8e3fcd78fd3a1d))
11
- * **DUV-8988:** revert fix commit for release ([df3784d](https://github.com/mobileaction/action-kit/commit/df3784dac91b87e712e0e375dfb1fe3265164f75))
12
-
13
- ## [1.55.18](https://github.com/mobileaction/action-kit/compare/v1.55.17...v1.55.18) (2026-01-15)
14
-
15
-
16
- ### Bug Fixes
17
-
18
- * **DUV-9006:** select2 nullable implementation ([234189e](https://github.com/mobileaction/action-kit/commit/234189ec22006393bb94d411969d2660e409b405))
19
-
20
- ## [1.55.17](https://github.com/mobileaction/action-kit/compare/v1.55.16...v1.55.17) (2026-01-12)
21
-
22
-
23
- ### Bug Fixes
24
-
25
- * **DUV-8989:** fix commit for release ([b4defdf](https://github.com/mobileaction/action-kit/commit/b4defdfafcdb4b59c84951bee8664de608bc9e5b))
26
- * **DUV-8989:** fix commit for release ([25265ee](https://github.com/mobileaction/action-kit/commit/25265eed27b5c092fd9e5608879013bec40f776a))
27
-
28
- ## [1.55.16](https://github.com/mobileaction/action-kit/compare/v1.55.15...v1.55.16) (2026-01-08)
29
-
30
-
31
- ### Bug Fixes
32
-
33
- * **RVP-95:** add `maskClass` prop to MaModal2 ([8be0b02](https://github.com/mobileaction/action-kit/commit/8be0b028c7b3399c37987156a58a8a623c8c970c))
34
- * **RVP-95:** add layout-sidebar icon ([68fec59](https://github.com/mobileaction/action-kit/commit/68fec59fc4b1ae41786c23b20830c69882dd49e9))
35
- * **RVP-95:** remove `layout-sidebar` icon and its SVG file ([fd7e64a](https://github.com/mobileaction/action-kit/commit/fd7e64a8848531a2c81067f1cbac9d71c2d5f509))
36
-
37
- ## [1.55.15](https://github.com/mobileaction/action-kit/compare/v1.55.14...v1.55.15) (2025-12-31)
38
-
39
-
40
- ### Bug Fixes
41
-
42
- * **DUV-8935:** korean flag fix ([c481056](https://github.com/mobileaction/action-kit/commit/c481056f528ba224a3c7f12bd3f39f8412f56f50))
43
-
44
- ## [1.55.14](https://github.com/mobileaction/action-kit/compare/v1.55.13...v1.55.14) (2025-12-30)
45
-
46
-
47
- ### Bug Fixes
48
-
49
- * **RVP-85:** fix card rounded corners ([bb414a6](https://github.com/mobileaction/action-kit/commit/bb414a6d95221d022b0f235ef071e399d6d79e76))
50
- * update flag code for Korean language ([fc2b80d](https://github.com/mobileaction/action-kit/commit/fc2b80d8f31472655f0c09e4e10ba974e9a092a0))
51
-
52
- ## [1.55.13](https://github.com/mobileaction/action-kit/compare/v1.55.12...v1.55.13) (2025-12-15)
53
-
54
-
55
- ### Bug Fixes
56
-
57
- * **DUV-8893:** add Form2 component ([49cc222](https://github.com/mobileaction/action-kit/commit/49cc222a9309b5ab601ed3118d96e9254f6b91cd))
58
- * **DUV-8893:** enable message rendering by default in MaFormItem2 ([09362c4](https://github.com/mobileaction/action-kit/commit/09362c4a8084ec531985827e47c419af058a5086))
59
- * **DUV-8893:** rename htmlFor prop to labelFor in MaFormItem2 ([84adcae](https://github.com/mobileaction/action-kit/commit/84adcae38a74471fa9ce94bbf3d9e68a8efd1dfb))
60
- * **DUV-8893:** update MaForm2 and MaFormItem2 docs ([d07c618](https://github.com/mobileaction/action-kit/commit/d07c6186262cf0133686cb2e576a6935108d1845))
61
- * **RVP-15:** add noOptions slot to MaSelect2 component ([17e8409](https://github.com/mobileaction/action-kit/commit/17e84092ffb29dbd4f78d3ee016da85659e3574e))
62
-
63
- ## [1.55.12](https://github.com/mobileaction/action-kit/compare/v1.55.11...v1.55.12) (2025-12-01)
64
-
65
-
66
- ### Bug Fixes
67
-
68
- * **RVP-69:** adjust styles for card component layout and overflow ([bed1069](https://github.com/mobileaction/action-kit/commit/bed1069a83a809584e70596036911267fa24efcc))
69
- * **RVP-69:** center align title and description text in empty component styles ([9e13e94](https://github.com/mobileaction/action-kit/commit/9e13e9466acb76d0abcf1a078e1487ca38e7cf02))
70
- * **RVP-69:** fix type exports ([dcd7e3a](https://github.com/mobileaction/action-kit/commit/dcd7e3a5f9ba3429cd5b48fe367bf3ec55187dcc))
71
- * **RVP-69:** improve component styles ([87de248](https://github.com/mobileaction/action-kit/commit/87de24879825b8106ed498dcc2007451bc6c0bce))
72
- * **RVP-69:** update checked toggle bg-color ([5925d6c](https://github.com/mobileaction/action-kit/commit/5925d6cc16e2b0a011bc2a2ef996897ede7f9fb2))
73
-
74
- ## [1.55.11](https://github.com/mobileaction/action-kit/compare/v1.55.10...v1.55.11) (2025-11-18)
75
-
76
-
77
- ### Bug Fixes
78
-
79
- * **DUV-8615:** input component cleared event added ([f0e1ef9](https://github.com/mobileaction/action-kit/commit/f0e1ef9afe636b25055196539391bae96553dc1e))
80
- * **DUV-8615:** input component cleared event added ([128f2dd](https://github.com/mobileaction/action-kit/commit/128f2dd6ac5aa656ed927ccf510b892eb55c6e49))
81
-
82
- ## [1.55.10](https://github.com/mobileaction/action-kit/compare/v1.55.9...v1.55.10) (2025-11-05)
83
-
84
-
85
- ### Bug Fixes
86
-
87
- * **RVP-54:** fix confirm modal button props ([41420d2](https://github.com/mobileaction/action-kit/commit/41420d2a5b2f3adbc9f25b729854f321fcd93b59))
88
-
89
- ## [1.55.9](https://github.com/mobileaction/action-kit/compare/v1.55.8...v1.55.9) (2025-10-22)
90
-
91
-
92
- ### Bug Fixes
93
-
94
- * **RVP-42:** fix unit tests ([72a0ead](https://github.com/mobileaction/action-kit/commit/72a0ead5bc3498834de64fa6704ee47aa81844bb))
95
-
96
- ## [1.55.8](https://github.com/mobileaction/action-kit/compare/v1.55.7...v1.55.8) (2025-10-21)
97
-
98
-
99
- ### Bug Fixes
100
-
101
- * **DUV-8592:** Color switch ([3b7a3f3](https://github.com/mobileaction/action-kit/commit/3b7a3f3daebee9254ff42cada9558445d8bc8438))
102
- * **DUV-8592:** Commit for release ([d5d41e0](https://github.com/mobileaction/action-kit/commit/d5d41e028d3bf29a88946e2c44586bda3eb83e0d))
103
- * **DUV-8592:** Css improvements ([88c2d93](https://github.com/mobileaction/action-kit/commit/88c2d93209f49ac89a975d3634778e4595d05bdd))
104
- * **DUV-8592:** Css improvements ([814a7b0](https://github.com/mobileaction/action-kit/commit/814a7b0baed4af4748677be4bedc1ee1eee5a220))
105
- * **DUV-8592:** Css improvements ([07988b7](https://github.com/mobileaction/action-kit/commit/07988b78cdb38244235588220c87273b6dd61799))
106
-
107
- ## [1.55.7](https://github.com/mobileaction/action-kit/compare/v1.55.6...v1.55.7) (2025-10-17)
108
-
109
-
110
- ### Bug Fixes
111
-
112
- * **DUV-8592:** Commit for release ([34feea5](https://github.com/mobileaction/action-kit/commit/34feea518e943979ba896b8693d480887c0766f2))
113
-
114
- ## [1.55.6](https://github.com/mobileaction/action-kit/compare/v1.55.5...v1.55.6) (2025-10-16)
115
-
116
-
117
- ### Bug Fixes
118
-
119
- * **DUV-8592:** Color switch ([be58b63](https://github.com/mobileaction/action-kit/commit/be58b630983d725524be56b9ccd552614aa8aacf))
120
- * **DUV-8592:** Css improvements ([2c217ad](https://github.com/mobileaction/action-kit/commit/2c217ad833527875101e16d19c6d121b19bc0682))
121
- * **DUV-8592:** Css improvements ([df39480](https://github.com/mobileaction/action-kit/commit/df39480fba1a8da98b14227c33cad9c1685553c2))
122
- * **DUV-8592:** Css improvements ([fcb67c6](https://github.com/mobileaction/action-kit/commit/fcb67c6fd7054d71808145cda6fe770cb312f93c))
123
-
124
- ## [1.55.5](https://github.com/mobileaction/action-kit/compare/v1.55.4...v1.55.5) (2025-10-13)
125
-
126
-
127
- ### Bug Fixes
128
-
129
- * **DUV-8534:** Ellipsis component story improvement ([8ed50c9](https://github.com/mobileaction/action-kit/commit/8ed50c96089bc54380635ea0322f50fda88b6f2b))
130
- * **DUV-8534:** MaEllipsis overflow detection in positioned containers (popovers) ([0875f54](https://github.com/mobileaction/action-kit/commit/0875f54ab5663bb0a1ec4c264b29c9d312acdcaf))
131
-
132
- ## [1.55.4](https://github.com/mobileaction/action-kit/compare/v1.55.3...v1.55.4) (2025-10-02)
133
-
134
-
135
- ### Bug Fixes
136
-
137
- * **DUV-8030:** empty commit for release ([8e1e172](https://github.com/mobileaction/action-kit/commit/8e1e1727ecc7d858eb980d7b0514896c9ef2813c))
138
- * **DUV-8030:** empty fix commit for release ([0a743f3](https://github.com/mobileaction/action-kit/commit/0a743f33a16baa94d54c36408ecbdddb731ae43e))
139
- * **DUV-8030:** width fix ([a76014f](https://github.com/mobileaction/action-kit/commit/a76014fb94ecfbcc7613bee9b1ffa4d63ca65dfc))
140
-
141
- ## [1.55.3](https://github.com/mobileaction/action-kit/compare/v1.55.2...v1.55.3) (2025-10-01)
142
-
143
-
144
- ### Bug Fixes
145
-
146
- * **RVP-53:** add bordered prop to card component ([bb6ab7d](https://github.com/mobileaction/action-kit/commit/bb6ab7d627f8f1651e8d46bf1cadaa6eb99bc8b9))
147
-
148
- ## [1.55.2](https://github.com/mobileaction/action-kit/compare/v1.55.1...v1.55.2) (2025-09-30)
149
-
150
-
151
- ### Bug Fixes
152
-
153
- * **RVP-53:** Fix type exports ([f14defb](https://github.com/mobileaction/action-kit/commit/f14defb5a1bb10fe1fe02eb763962887f9d163ec))
154
-
155
- ## [1.55.1](https://github.com/mobileaction/action-kit/compare/v1.55.0...v1.55.1) (2025-09-15)
156
-
157
-
158
- ### Bug Fixes
159
-
160
- * **DUV-8366:** findCountryByLanguage funct immutable fix ([3ce145c](https://github.com/mobileaction/action-kit/commit/3ce145c2e079e654c03a8a9be3e0d692b87fc18a))
161
-
162
- ## [1.55.0](https://github.com/mobileaction/action-kit/compare/v1.54.5...v1.55.0) (2025-09-09)
163
-
164
-
165
- ### Features
166
-
167
- * **DUV-8366:** countries list and funct added ([f0340af](https://github.com/mobileaction/action-kit/commit/f0340afeee8bd7a9e832ca72dc4aa00f54387769))
168
- * **DUV-8366:** country logic implementation ([889fc65](https://github.com/mobileaction/action-kit/commit/889fc65e7424ca8c8cc2e64b068cb0b26ac959ef))
169
- * **DUV-8366:** country logic implementation ([e05c850](https://github.com/mobileaction/action-kit/commit/e05c85058f31571ed7c6ac32938b349a722a5a13))
170
- * **DUV-8366:** country logic implementation ([7a27fe3](https://github.com/mobileaction/action-kit/commit/7a27fe32002930edb42642c4f84f85df48d64ad8))
171
- * **DUV-8366:** country logic implementation ([9aacadb](https://github.com/mobileaction/action-kit/commit/9aacadb5a859bbce6e8bb328b9efbcf1933cad6c))
172
- * **DUV-8366:** country logic test implementation ([ef05b18](https://github.com/mobileaction/action-kit/commit/ef05b187c8ce1cc3f71e3d42d60fd0bbbbf63d90))
173
- * **DUV-8366:** country mdx file added ([b46409f](https://github.com/mobileaction/action-kit/commit/b46409f6aa9be36d88893fe4e6e5e2bc7f711a5d))
174
- * **DUV-8366:** country mdx file added ([0dd0073](https://github.com/mobileaction/action-kit/commit/0dd00739a6ccc4ce4a5e30af8304d9bf8e3dbc13))
175
- * **DUV-8366:** country mdx file added ([4589610](https://github.com/mobileaction/action-kit/commit/4589610efb9728ce211bd50b971225e010d0c939))
176
- * **DUV-8366:** country mdx file added ([e0944f5](https://github.com/mobileaction/action-kit/commit/e0944f5046e578f911fb1f6683879817943e2bfb))
177
- * **DUV-8366:** review fixes ([60f6bc3](https://github.com/mobileaction/action-kit/commit/60f6bc3fb42fd731aa362c194e80af0bb0e7b633))
178
- * **DUV-8366:** review fixes ([7af9158](https://github.com/mobileaction/action-kit/commit/7af915893544415727883109e2daaa771933e5f4))
179
-
180
-
181
- ### Bug Fixes
182
-
183
- * **DUV-8366:** refactor ([29a82e1](https://github.com/mobileaction/action-kit/commit/29a82e14e8b5d2d44fba117cc9c8907d6cccf86e))
184
- * **DUV-8366:** refactor ([127dd43](https://github.com/mobileaction/action-kit/commit/127dd433ac269f81b02c3a57eb9ffc436caef162))
185
- * **DUV-8366:** review fixes ([7b78fcb](https://github.com/mobileaction/action-kit/commit/7b78fcb7a3d0c233ac740e9a321356c767457e37))
186
- * **DUV-8366:** review fixes ([a489397](https://github.com/mobileaction/action-kit/commit/a48939707a9846a36aace260c6b6bc709f8daaec))
187
- * **DUV-8366:** review fixes ([5ddbdd9](https://github.com/mobileaction/action-kit/commit/5ddbdd918e134597479d92c9356f3492d85049a1))
188
- * **DUV-8366:** review fixes ([ec4ff3c](https://github.com/mobileaction/action-kit/commit/ec4ff3c5e9a6a4a3f51c5d35fcb3058078618c45))
189
-
190
- ## [1.54.5](https://github.com/mobileaction/action-kit/compare/v1.54.4...v1.54.5) (2025-08-27)
191
-
192
-
193
- ### Bug Fixes
194
-
195
- * **DUV-8343:** fix ([47e6309](https://github.com/mobileaction/action-kit/commit/47e630968a38f1a9be95ffd0c179572f30b01e57))
196
-
197
- ## [1.54.4](https://github.com/mobileaction/action-kit/compare/v1.54.3...v1.54.4) (2025-08-27)
198
-
199
-
200
- ### Bug Fixes
201
-
202
- * **DUV-8335:** datepicker multi day selection ([de1af06](https://github.com/mobileaction/action-kit/commit/de1af064c348f86a6a1fb2ee1258505a52ee0026))
203
-
204
- ## [1.54.3](https://github.com/mobileaction/action-kit/compare/v1.54.2...v1.54.3) (2025-08-15)
205
-
206
-
207
- ### Bug Fixes
208
-
209
- * **DUV-8041:** Revert fix commit for release ([1426f86](https://github.com/mobileaction/action-kit/commit/1426f863106806a4fb4731f64426776d01c5d6f3))
210
-
211
- ## [1.54.2](https://github.com/mobileaction/action-kit/compare/v1.54.1...v1.54.2) (2025-08-14)
212
-
213
-
214
- ### Bug Fixes
215
-
216
- * **DUV-8268:** release ([01410a8](https://github.com/mobileaction/action-kit/commit/01410a813dafae2877d854bc5beae46bd52012b7))
217
-
218
- ## [1.54.1](https://github.com/mobileaction/action-kit/compare/v1.54.0...v1.54.1) (2025-08-13)
219
-
220
-
221
- ### Bug Fixes
222
-
223
- * **DUV-8242:** app-icon component watcher fix & design improvements ([919231c](https://github.com/mobileaction/action-kit/commit/919231ce049b20be3934a7726fcd2020e7b6b94e))
224
-
225
- ## [1.54.0](https://github.com/mobileaction/action-kit/compare/v1.53.0...v1.54.0) (2025-08-08)
226
-
227
-
228
- ### Features
229
-
230
- * **DUV:** flash bold icon added ([f4cc967](https://github.com/mobileaction/action-kit/commit/f4cc967187d2a00eabc256b49c30668022fe0660))
231
-
232
- ## [1.53.0](https://github.com/mobileaction/action-kit/compare/v1.52.3...v1.53.0) (2025-07-29)
233
-
234
-
235
- ### Features
236
-
237
- * **PEC-6098:** add new icons ([9dd4219](https://github.com/mobileaction/action-kit/commit/9dd4219912669561a942b837f5076645deb6a137))
238
-
239
- ## [1.52.3](https://github.com/mobileaction/action-kit/compare/v1.52.2...v1.52.3) (2025-07-23)
240
-
241
-
242
- ### Bug Fixes
243
-
244
- * **DUV-8192:** fix dynamic module imports in MaChart component ([#981](https://github.com/mobileaction/action-kit/issues/981)) ([839aea8](https://github.com/mobileaction/action-kit/commit/839aea8c9f7aebbcb5ba5713de15d8694a7222b4))
245
-
246
- ## [1.52.2](https://github.com/mobileaction/action-kit/compare/v1.52.1...v1.52.2) (2025-07-09)
247
-
248
-
249
- ### Bug Fixes
250
-
251
- * **DUV-7283:** ellipsis component initial zero width issue fix ([f02308b](https://github.com/mobileaction/action-kit/commit/f02308b31b6901575d9e236724b5da87e62a2cb5))
252
-
253
- ## [1.52.1](https://github.com/mobileaction/action-kit/compare/v1.52.0...v1.52.1) (2025-07-08)
254
-
255
-
256
- ### Bug Fixes
257
-
258
- * **DUV-7890:** eslint fixes, storybook & add-on upgrades
259
-
260
- ## [1.52.0](https://github.com/mobileaction/action-kit/compare/v1.51.0...v1.52.0) (2025-07-02)
261
-
262
-
263
- ### Features
264
-
265
- * **PEC-4938:** filter add icon added ([8ee7325](https://github.com/mobileaction/action-kit/commit/8ee73258dd7dae92a3a2d8fe54946890bad087e0))
266
-
267
- ## [1.51.0](https://github.com/mobileaction/action-kit/compare/v1.50.3...v1.51.0) (2025-06-23)
268
-
269
-
270
- ### Features
271
-
272
- * **DUV:** like dislike icon ([192b152](https://github.com/mobileaction/action-kit/commit/192b15231b7b1a7f342e2e94a2d1d70013693ee8))
273
-
274
- ## [1.50.3](https://github.com/mobileaction/action-kit/compare/v1.50.2...v1.50.3) (2025-06-17)
275
-
276
-
277
- ### Bug Fixes
278
-
279
- * **DUV-7968:** resolve stale options issue with registry fallback logic ([3421a4e](https://github.com/mobileaction/action-kit/commit/3421a4eec6fb76811fd3e6974ecbf7fb2a0653a8))
280
-
281
- ## [1.50.2](https://github.com/mobileaction/action-kit/compare/v1.50.1...v1.50.2) (2025-06-12)
282
-
283
-
284
- ### Bug Fixes
285
-
286
- * **DUV-7965:** checkbox2 component design improvements & readonly mode added ([60b6c08](https://github.com/mobileaction/action-kit/commit/60b6c08209f70b754cc3c19ddc84c1b52e4f4ef4))
287
-
288
- ## [1.50.1](https://github.com/mobileaction/action-kit/compare/v1.50.0...v1.50.1) (2025-05-30)
289
-
290
-
291
- ### Bug Fixes
292
-
293
- * **DUV-7814:** clearable icon position ffix ([b985ce3](https://github.com/mobileaction/action-kit/commit/b985ce30846af795d17b4190888b061d83c6f49f))
294
-
295
- ## [1.50.0](https://github.com/mobileaction/action-kit/compare/v1.49.1...v1.50.0) (2025-05-30)
296
-
297
-
298
- ### Features
299
-
300
- * **PEC-5778:** trigger release ([143e6a3](https://github.com/mobileaction/action-kit/commit/143e6a3a4bcfbb879667efb709198d4ccbbe5cba))
301
-
302
- ## [1.49.1](https://github.com/mobileaction/action-kit/compare/v1.49.0...v1.49.1) (2025-05-29)
303
-
304
-
305
- ### Bug Fixes
306
-
307
- * **DUV-7744:** checkbox component improvements ([401c5ef](https://github.com/mobileaction/action-kit/commit/401c5eff085cf8b79632fd2ee0079b483f52f00f))
308
-
309
- ## [1.49.0](https://github.com/mobileaction/action-kit/compare/v1.48.1...v1.49.0) (2025-05-29)
310
-
311
-
312
- ### Features
313
-
314
- * **DUV-7743:** modal full screen feature implementation ([844c713](https://github.com/mobileaction/action-kit/commit/844c713e1402a10efc32a9be8662963741984ee4))
315
- * **DUV-7743:** modal full screen feature implementation ([16c7e3e](https://github.com/mobileaction/action-kit/commit/16c7e3ec90ddfdcb2251699353b613aba88180a4))
316
- * **DUV-7743:** modal full screen feature implementation ([aec6d7d](https://github.com/mobileaction/action-kit/commit/aec6d7de942768fa33eafdafbc25a8f4ec4afabb))
317
- * **DUV-7743:** modal full screen feature implementation ([9fb0b4f](https://github.com/mobileaction/action-kit/commit/9fb0b4f83fe536817a42a289a24375d320e06ccb))
318
- * **DUV-7743:** modal full screen feature implementation ([fae7da0](https://github.com/mobileaction/action-kit/commit/fae7da0be8a1b75475ab646c086202f8336c4281))
319
-
320
- ## [1.48.1](https://github.com/mobileaction/action-kit/compare/v1.48.0...v1.48.1) (2025-05-23)
321
-
322
-
323
- ### Bug Fixes
324
-
325
- * **DUV-7741:** popover component overflow props & examples added ([e8bef1e](https://github.com/mobileaction/action-kit/commit/e8bef1e8fdb9bf2224ede3152f1965ffbd1917a5))
326
- * **DUV-7819:** add borders to nested cards for visual clarity ([dc3b44b](https://github.com/mobileaction/action-kit/commit/dc3b44b7b97fc308cdc5119322a835bab9e56eb1))
327
-
328
- ## [1.48.0](https://github.com/mobileaction/action-kit/compare/v1.47.2...v1.48.0) (2025-05-12)
329
-
330
-
331
- ### Features
332
-
333
- * **PEC-5667:** add activity icon ([6f36dca](https://github.com/mobileaction/action-kit/commit/6f36dca3356315000629f0a00c2daed4a23cd039))
334
-
335
- ## [1.47.2](https://github.com/mobileaction/action-kit/compare/v1.47.1...v1.47.2) (2025-05-07)
336
-
337
-
338
- ### Bug Fixes
339
-
340
- * datepicker2 test upgrade ([6776d16](https://github.com/mobileaction/action-kit/commit/6776d16d52ce8ff0dbf4528d50d5b4701e9dfb3e))
341
-
342
- ## [1.47.1](https://github.com/mobileaction/action-kit/compare/v1.47.0...v1.47.1) (2025-05-06)
343
-
344
-
345
- ### Bug Fixes
346
-
347
- * datepicker2 version upgrade ([7677fb8](https://github.com/mobileaction/action-kit/commit/7677fb8102eb2165550d5cc6195ab00372c1c19a))
348
-
349
- ## [1.47.0](https://github.com/mobileaction/action-kit/compare/v1.46.0...v1.47.0) (2025-04-30)
350
-
351
-
352
- ### Features
353
-
354
- * **PEC-5471:** trigger release ([8e77b30](https://github.com/mobileaction/action-kit/commit/8e77b30bb38a082e57984cef3c115fe307341020))
355
-
356
- ## [1.46.0](https://github.com/mobileaction/action-kit/compare/v1.45.3...v1.46.0) (2025-04-30)
357
-
358
-
359
- ### Features
360
-
361
- * **DUV:** new icons added for ad intel ([0a107d4](https://github.com/mobileaction/action-kit/commit/0a107d4552e321e3a566a6b1d54c4c0706cfa316))
362
-
363
- ## [1.45.3](https://github.com/mobileaction/action-kit/compare/v1.45.2...v1.45.3) (2025-04-28)
364
-
365
-
366
- ### Bug Fixes
367
-
368
- * **DUV-7459:** datepicker2 always clearable feature implementation ([e034760](https://github.com/mobileaction/action-kit/commit/e03476086e811950aecd801c3410d8af195b3188))
369
-
370
- ## [1.45.2](https://github.com/mobileaction/action-kit/compare/v1.45.1...v1.45.2) (2025-04-24)
371
-
372
-
373
- ### Bug Fixes
374
-
375
- * **DUV-7588:** Trigger for release ([621d3bc](https://github.com/mobileaction/action-kit/commit/621d3bc5730fed2162906a523cbd61f1aeace06e))
376
-
377
- ## [1.45.1](https://github.com/mobileaction/action-kit/compare/v1.45.0...v1.45.1) (2025-04-22)
378
-
379
-
380
- ### Bug Fixes
381
-
382
- * **DUV-7558:** rename props related to no-data states ([f40c7c1](https://github.com/mobileaction/action-kit/commit/f40c7c14b140f0ef201c23425e28ba4666046d47))
383
- * **DUV-7558:** update custom watermark boundries ([9c5be25](https://github.com/mobileaction/action-kit/commit/9c5be25450ffdb6ee52660d7d080588e0b510e02))
384
-
385
- ## [1.45.0](https://github.com/mobileaction/action-kit/compare/v1.44.6...v1.45.0) (2025-04-17)
386
-
387
-
388
- ### Features
389
-
390
- * **DUV-4813:** Group images added ([7f330c1](https://github.com/mobileaction/action-kit/commit/7f330c1ba4982175dd1a9fb8a80171e30b190d28))
391
- * **DUV-4813:** Image preview component native migration ([15a8004](https://github.com/mobileaction/action-kit/commit/15a8004ae5f080684d60f378988accc59683f42b))
392
- * **DUV-4813:** Improvements ([54f653f](https://github.com/mobileaction/action-kit/commit/54f653fbee986a080b98a785251a1575b0fc7727))
393
- * **DUV-6076:** release MaAlert ([e982e05](https://github.com/mobileaction/action-kit/commit/e982e0590bb42e13dd865cb4eec30a5a65609da8))
394
- * **DUV-6655:** select compact mode implementation ([df1470d](https://github.com/mobileaction/action-kit/commit/df1470d91a8b41b1baf4ab509989f42b3167b10f))
395
- * **DUV-6655:** select component allow-clear option added ([3f2b83f](https://github.com/mobileaction/action-kit/commit/3f2b83f30fa1fabe56c563854d41c7add3ec5e34))
396
- * **DUV-6655:** select component configuration ([4b7228c](https://github.com/mobileaction/action-kit/commit/4b7228cd57f5afafd73eeb117caed0daf438507d))
397
- * **DUV-6655:** select component deployment ([5f37ef3](https://github.com/mobileaction/action-kit/commit/5f37ef36ab338049f58269c484b8301e7b5c9041))
398
- * **DUV-6655:** select component group & option registry implementation ([7269301](https://github.com/mobileaction/action-kit/commit/7269301d91e1955b50608d1c21ff05f803003e9b))
399
- * **DUV-6655:** select component implementation ([e761bbf](https://github.com/mobileaction/action-kit/commit/e761bbfccd9e33078ab2d42b4647412231efdeb8))
400
- * **DUV-6655:** select component input design implementatatin ([486b115](https://github.com/mobileaction/action-kit/commit/486b1156c4caa13c3547598b611be29c65234622))
401
- * **DUV-6655:** select component keyboard navigation added ([9b12c91](https://github.com/mobileaction/action-kit/commit/9b12c9179a76b2697fcdee43e5a12c356260115f))
402
- * **DUV-6655:** select component multiple implementation ([25fb2d1](https://github.com/mobileaction/action-kit/commit/25fb2d17c3335e3666e8d944e7cae09313672f8b))
403
- * **DUV-6655:** select component props ([dd8ab7f](https://github.com/mobileaction/action-kit/commit/dd8ab7fac0c5122113860b5e8ecad2f16e2b5e59))
404
- * **DUV-6655:** select component selector design implementation ([875e4ad](https://github.com/mobileaction/action-kit/commit/875e4add2242865229def27a0bcf32b8b2e611cd))
405
- * **DUV-6655:** select component virtual scroll implementation ([21b2dea](https://github.com/mobileaction/action-kit/commit/21b2dea247943abfd73d1afb68721acb50e81ec4))
406
- * **DUV-6655:** select dropdown implementation ([12a3795](https://github.com/mobileaction/action-kit/commit/12a379586b04143d370f44fd9f3fa384baa2ef60))
407
- * **DUV-6737:** datepicker doc improvements ([79bdc3d](https://github.com/mobileaction/action-kit/commit/79bdc3df1e2638c10792f2520ee1a69a99c95d95))
408
- * **DUV-6827:** new tabs component init ([8b50338](https://github.com/mobileaction/action-kit/commit/8b5033881d120c0cc7df18858f4df86e96bf46ed))
409
- * **DUV-6827:** tab component design &story implementation ([cd33f15](https://github.com/mobileaction/action-kit/commit/cd33f151a83d924ca7228b5a0a2f87cb5a6b6827))
410
- * **DUV-6827:** tab component infra created ([2924844](https://github.com/mobileaction/action-kit/commit/29248442dcf7779d3b6ff224f9f847e7d4862545))
411
- * **DUV-6827:** tab component stories improvements ([5ea2778](https://github.com/mobileaction/action-kit/commit/5ea27780fc8dfbd66c91ce3f0ea4fde8ef432fc6))
412
- * **DUV-6827:** tab component test implementation & content scroller integratin ([c40edd6](https://github.com/mobileaction/action-kit/commit/c40edd67e7b1286f465ed09fa9f786d5e99a013c))
413
- * **DUV-6827:** tab pane component init ([277a227](https://github.com/mobileaction/action-kit/commit/277a2270fbc9f98db3da8713b18807a151f5f21b))
414
- * **DUV-6827:** tab stories name improvements ([0e7a735](https://github.com/mobileaction/action-kit/commit/0e7a7359129d103ea283b264fd4da201333bd343))
415
- * **DUV-7023:** side menu components done ([f6c6881](https://github.com/mobileaction/action-kit/commit/f6c6881f9d4b5c11b52b587639cb5592da447048))
416
- * **DUV-7023:** side menu icons ([4b2da2e](https://github.com/mobileaction/action-kit/commit/4b2da2e7fc56bf2277ad68f1b6fb05578ca901d2))
417
- * **DUV-7023:** side menu icons ([ad65d38](https://github.com/mobileaction/action-kit/commit/ad65d38ff11cf7c01ed9c160d0e62a736d293233))
418
- * **DUV-7023:** side menu item ([2b56fb3](https://github.com/mobileaction/action-kit/commit/2b56fb3ed8e798d07cdf2ace7cdec7e3c4cccc09))
419
- * **DUV-7461:** MaTooltip2 implementation ([96fdb9a](https://github.com/mobileaction/action-kit/commit/96fdb9abde4d2537d0b1e1eb0148d8b8a8328e08))
420
- * **DUV-7462:** Button prop additions ([9b0b1c1](https://github.com/mobileaction/action-kit/commit/9b0b1c17ad9946ab379aa300c81dbc8585864680))
421
- * **DUV-7462:** Css alignments ([ed2e1f9](https://github.com/mobileaction/action-kit/commit/ed2e1f9590a72ff36835d9dad5bc506a4a7c39d9))
422
- * **DUV-7462:** Popconfirm2 implementation ([369533d](https://github.com/mobileaction/action-kit/commit/369533d1504c4a7c6d4952bf1efbd28e36497ec9))
423
- * **DUV-7462:** Props alignments ([471a1ac](https://github.com/mobileaction/action-kit/commit/471a1ac0ff7d3c23d8de560e659f8a7a1542f909))
424
- * **PEC-4632:** card style alignment with design foundation ([93c5510](https://github.com/mobileaction/action-kit/commit/93c5510fb2afe480b5c77b429aa25f3c52233e28))
425
- * **PEC-4632:** modal style alignment with design foundation ([41f033c](https://github.com/mobileaction/action-kit/commit/41f033c434e13c97eab9d940932831ff810700d4))
426
- * **PEC-5460:** 3square-bold icon added ([b1f99b8](https://github.com/mobileaction/action-kit/commit/b1f99b82ab51ff125857931ed8df159a44c4440c))
427
- * **PEC:** judge icon added ([63e313b](https://github.com/mobileaction/action-kit/commit/63e313b56c7d55d72003ba34e08892bdc75f19fd))
428
-
429
-
430
- ### Bug Fixes
431
-
432
- * **DIV-7032:** datepicker select popupContainer fix ([5339f09](https://github.com/mobileaction/action-kit/commit/5339f091f7e66f88f5af9d2c8009fcca5eb9ec63))
433
- * **DIV-7032:** multi country select migration ([4d0e440](https://github.com/mobileaction/action-kit/commit/4d0e440beb09b91f0c052634a232c8ba0964e61f))
434
- * **DIV-7032:** single country select migration ([2482c6e](https://github.com/mobileaction/action-kit/commit/2482c6e08fe5dda1c8d7688252d4ce2bdbd6d70d))
435
- * **DUV-4813:** Attrs added to button element ([e792e33](https://github.com/mobileaction/action-kit/commit/e792e33de5c3cc0441ddb2d097548a468aca47aa))
436
- * **DUV-4813:** Attrs placement changes ([614281e](https://github.com/mobileaction/action-kit/commit/614281e2aa65cf2808a6c041080a54becaa320e6))
437
- * **DUV-4813:** Fix typo ([fb71964](https://github.com/mobileaction/action-kit/commit/fb7196484ef300644f5df3cf3125c6da432d5d01))
438
- * **DUV-4813:** Height width changes ([8611e12](https://github.com/mobileaction/action-kit/commit/8611e12778c0eed7e4b439e28ee690ab44b31ea0))
439
- * **DUV-4813:** Height width props changes ([abaf8ea](https://github.com/mobileaction/action-kit/commit/abaf8ea014a30a63f1f19f6a9f62f81f19bcf798))
440
- * **DUV-4813:** Height width props changes deleted ([c85f7ca](https://github.com/mobileaction/action-kit/commit/c85f7ca1ea68bbf33f8daa9b4bc151e6db6b855e))
441
- * **DUV-4813:** ma-image wrapped root ([27a1a92](https://github.com/mobileaction/action-kit/commit/27a1a922137184f04b2a58d1fef4918d3e41b8c3))
442
- * **DUV-4813:** ma-image-2 disabled attribute inherits ([80b7d41](https://github.com/mobileaction/action-kit/commit/80b7d4198aedf289469a0ca3e7d30125c8be01c5))
443
- * **DUV-4813:** ma-image-2 removed attribute inherits ([39a579f](https://github.com/mobileaction/action-kit/commit/39a579f1adf68168ea0b164d6eac0b4d4a9fb077))
444
- * **DUV-4813:** Observer added for the group slot image update case ([2892745](https://github.com/mobileaction/action-kit/commit/28927450f215ac5585dfa1ee779a74191192d296))
445
- * **DUV-4813:** Prevent default added for the preview keyboard events ([a24e694](https://github.com/mobileaction/action-kit/commit/a24e69481c301d5dc9b0448497aa561d5627e935))
446
- * **DUV-4813:** review comments applied ([3cdb966](https://github.com/mobileaction/action-kit/commit/3cdb966e589876cce1646820641f67f2b4e4e774))
447
- * **DUV-4813:** review comments applied ([65683c7](https://github.com/mobileaction/action-kit/commit/65683c776b2fedd092a28da051e2613ef556ed03))
448
- * **DUV-4813:** Review comments applied ([f89c610](https://github.com/mobileaction/action-kit/commit/f89c6106786c874a750bc915a31ae2a9f58c6b17))
449
- * **DUV-4813:** Sonar warning handled ([ee4a05d](https://github.com/mobileaction/action-kit/commit/ee4a05df6c4872b55121a3216364d2a2719202ca))
450
- * **DUV-4813:** sonar warnings fixed ([fce7a70](https://github.com/mobileaction/action-kit/commit/fce7a7093cf5257ee3bd9866fd08798fe1141312))
451
- * **DUV-4813:** Style changes about width height ([18e9830](https://github.com/mobileaction/action-kit/commit/18e9830e57f08adaa913dcc028ad956137e9af4f))
452
- * **DUV-4813:** Style changes about width height ([72cc57c](https://github.com/mobileaction/action-kit/commit/72cc57cfac880a61eb9c7b944e769dc9acea1eae))
453
- * **DUV-4813:** Style changes about width height ([4adfd37](https://github.com/mobileaction/action-kit/commit/4adfd37bf1de38ff63355d54735e89dab59d984c))
454
- * **DUV-4813:** z-index fixed ([d98775e](https://github.com/mobileaction/action-kit/commit/d98775eea5b01146096d07e321f69ae537eac39e))
455
- * **DUV-4813:** z-index increased ([87a556f](https://github.com/mobileaction/action-kit/commit/87a556fccf3cc1b626d63f69197b980d113a7f53))
456
- * **DUV-6076:** Fix import path ([53838fe](https://github.com/mobileaction/action-kit/commit/53838fef71c0a314331ab9f44b074f06ac959acd))
457
- * **DUV-6076:** Fix version release ([a96f6d3](https://github.com/mobileaction/action-kit/commit/a96f6d3ff849506d44b3ce1c6f9eadad0f911562))
458
- * **DUV-6655:** chevron icons update ([18da750](https://github.com/mobileaction/action-kit/commit/18da750cfd7c1f6dd1b6b71a9ce2ba02a96d42e8))
459
- * **DUV-6655:** fix popover issues & select component improvements ([4b89495](https://github.com/mobileaction/action-kit/commit/4b89495b7089f6eda64acb8de0d987ba3fea2220))
460
- * **DUV-6655:** option registry default label issue fix ([e643763](https://github.com/mobileaction/action-kit/commit/e643763b2d39cb86843e1becfc28a40ea3e13ead))
461
- * **DUV-6655:** popover component bugfixes & select component scroll imrpvoements ([bfc0218](https://github.com/mobileaction/action-kit/commit/bfc02189f44e53a6ba93dd8df4219bfebe2647cb))
462
- * **DUV-6655:** select component code quality improvements ([be86a17](https://github.com/mobileaction/action-kit/commit/be86a171f150b0c89a343607d2eba524ed51e12a))
463
- * **DUV-6655:** select component reviews ([3540459](https://github.com/mobileaction/action-kit/commit/35404592ca5d2163c360e19eb4afb848e1c4d938))
464
- * **DUV-6655:** select component test fixes ([4917e01](https://github.com/mobileaction/action-kit/commit/4917e018e6fb6b63b4365051b013970f2931eb9f))
465
- * **DUV-6655:** select component toggle added & multiple mode improvements ([7b89d22](https://github.com/mobileaction/action-kit/commit/7b89d22858787dd4ede451490c598efe008c7388))
466
- * **DUV-6655:** select filter fix ([aa8fc7f](https://github.com/mobileaction/action-kit/commit/aa8fc7f492143bfa67edc8cb92f3207391f74f7b))
467
- * **DUV-6655:** select fixes ([b33363a](https://github.com/mobileaction/action-kit/commit/b33363a6e5b84009dd4fe4dd80f909a9f9b8ebac))
468
- * **DUV-6737:** datepicker design improvements ([796f81b](https://github.com/mobileaction/action-kit/commit/796f81b9b413e57a7099292c62c39f22a151dd9a))
469
- * **DUV-6737:** datepicker design improvements ([ecbc918](https://github.com/mobileaction/action-kit/commit/ecbc918eac586f70c5ec37e411d50378d8a8953e))
470
- * **DUV-6737:** datepicker placeholder design fix ([351fdf3](https://github.com/mobileaction/action-kit/commit/351fdf3c6a8cb6c9e936729b02544551a575fd30))
471
- * **DUV-6737:** datepicker review fixes ([746f05b](https://github.com/mobileaction/action-kit/commit/746f05b9025e61fed6361d957269e230fb09cfc4))
472
- * **DUV-6737:** datepicker tests fix ([8180991](https://github.com/mobileaction/action-kit/commit/818099149e6093a486af0a20c24f1171b7a8d27e))
473
- * **DUV-6737:** datepicker2 component css improvements ([2ad5ae0](https://github.com/mobileaction/action-kit/commit/2ad5ae02c34ae3b21a594fccdb420f176d3457ea))
474
- * **DUV-6737:** datepicker2 design improvements ([729ca57](https://github.com/mobileaction/action-kit/commit/729ca572747f7a294f364d6528246a7196839fd2))
475
- * **DUV-6737:** npm version fix ([206f34e](https://github.com/mobileaction/action-kit/commit/206f34e6e211d7269610be77a154721c494bbb4b))
476
- * **DUV-6781:** new icons & stroke button bg fix ([a4d985e](https://github.com/mobileaction/action-kit/commit/a4d985ee74cbad6d678d4b9ab478a5018c4822e2))
477
- * **DUV-6781:** rocket-loading animation added ([3b274f5](https://github.com/mobileaction/action-kit/commit/3b274f5647a6cca51f04605a8b779e666a35b5ec))
478
- * **DUV-6781:** search icon update ([7342632](https://github.com/mobileaction/action-kit/commit/7342632aa28d6f5f257b7ac308871ac85e8ed709))
479
- * **DUV-6781:** tree, datepicker & app icon component small design updates ([3d1c89c](https://github.com/mobileaction/action-kit/commit/3d1c89c905dae814308ebe213f3870eeaa6dff45))
480
- * **DUV-6786:** new serch icon ([e2f265d](https://github.com/mobileaction/action-kit/commit/e2f265dee489916ce9f6b35e7d6296dacad7d340))
481
- * **DUV-6808:** Lock body when drawer is open ([80a6a0c](https://github.com/mobileaction/action-kit/commit/80a6a0c6c55071b8b81f282c843fcab50031c5eb))
482
- * **DUV-6827:** tab component fragment fix ([44ca22f](https://github.com/mobileaction/action-kit/commit/44ca22ff948f1d64efaf62fd3c2d180bc8886300))
483
- * **DUV-6827:** tabs app icon border radius ([45de6a5](https://github.com/mobileaction/action-kit/commit/45de6a5b0c7449ae835e15fdddec801b10377736))
484
- * **DUV-6827:** tabs component tests bugfix ([8a311fa](https://github.com/mobileaction/action-kit/commit/8a311fac41c9ac24e433fed3ec4d31d034e8b7b3))
485
- * **DUV-6837:** app icon style improvements & datepicker autorange doc improvent ([3f84d6e](https://github.com/mobileaction/action-kit/commit/3f84d6e956bcaf46c6ca65b6debb132c07992cc6))
486
- * **DUV-6837:** kw tracking slot usage refactor ([24c98e9](https://github.com/mobileaction/action-kit/commit/24c98e9b46cf3fecf0c3b6b89046c32d5a47459d))
487
- * **DUV-6837:** track-button design foundation sync ([b31400e](https://github.com/mobileaction/action-kit/commit/b31400ebf4339eff88226d533722f9b09a733187))
488
- * **DUV-6837:** track-button refactor ([b006ad5](https://github.com/mobileaction/action-kit/commit/b006ad5557cd129078d054e34ad4de18748eac05))
489
- * **DUV-6850:** ellipsis component empty tooltip fix ([02585a0](https://github.com/mobileaction/action-kit/commit/02585a01bb4edf6ae31c02a78da1d74c9fe68abc))
490
- * **DUV-6850:** ellipsis size change listener bugfix ([45b450f](https://github.com/mobileaction/action-kit/commit/45b450f2dffe87e7ef03cc49e88849db17f6b85b))
491
- * **DUV-6850:** select component arrow css fix ([eeabd05](https://github.com/mobileaction/action-kit/commit/eeabd054a762fc6c03465e61a54cbf41fae40585))
492
- * **DUV-6861:** Empty code for release ([b9de39b](https://github.com/mobileaction/action-kit/commit/b9de39b3558c8b280ffeda4c7949221edb7807af))
493
- * **DUV-6861:** Revert empty code for release ([0a4c61d](https://github.com/mobileaction/action-kit/commit/0a4c61daafdac5366e1b3d3d8eb608c9e17f360c))
494
- * **DUV-6876:** MaAutoComplete component removed and popover story changed ([a8549bb](https://github.com/mobileaction/action-kit/commit/a8549bb797f0858ce27a56cc868d658a1a233402))
495
- * **DUV-6948:** Color changes ([e2f4a43](https://github.com/mobileaction/action-kit/commit/e2f4a437eaead9cd5dad07e2e5226d11814df741))
496
- * **DUV-6948:** Sonar warning handled ([255add0](https://github.com/mobileaction/action-kit/commit/255add0296c33eaa797502c305ad3540a5b97ad2))
497
- * **DUV-6948:** Width height deleted from svg's ([354ae70](https://github.com/mobileaction/action-kit/commit/354ae70203d9bcbf800c17c0e60702231710df43))
498
- * **DUV-7023:** apple icon fix ([3d4396e](https://github.com/mobileaction/action-kit/commit/3d4396e45fb921d4dc1ad1f32c177f7d2e9ef769))
499
- * **DUV-7023:** merge with dev ([c6361df](https://github.com/mobileaction/action-kit/commit/c6361dff1a2b6d8f06ca37ee3ca782a1a6705d44))
500
- * **DUV-7023:** side menu item css fix ([4c70771](https://github.com/mobileaction/action-kit/commit/4c70771e8867831fcb61d026b929f195891aac5e))
501
- * **DUV-7023:** side menu item height fix ([d7b87a8](https://github.com/mobileaction/action-kit/commit/d7b87a88f3f89bc3835b159427ee5efe69109a8c))
502
- * **DUV-7030:** Navbar tests added ([008fda9](https://github.com/mobileaction/action-kit/commit/008fda953a3cc46bb3001ee2ee073a6cefd4651a))
503
- * **DUV-7030:** Sonar warning handled ([9fe6793](https://github.com/mobileaction/action-kit/commit/9fe6793145d182649228af361780a1a733c2d133))
504
- * **DUV-7030:** Teleport added to image2 preview ([09390fc](https://github.com/mobileaction/action-kit/commit/09390fcbb33557ae3404230fd100624ac998d4a4))
505
- * **DUV-7030:** z-index increased ([df664c5](https://github.com/mobileaction/action-kit/commit/df664c5965994722ec01c5585d1102cff11b7565))
506
- * **DUV-7031:** content scroller display scroll arrows fix ([c8b483a](https://github.com/mobileaction/action-kit/commit/c8b483a5e04172188fb08686585a418882d98874))
507
- * **DUV-7032:** country select component badge props added ([5d64061](https://github.com/mobileaction/action-kit/commit/5d6406115af4df81cf1df4b6e3e124bf8a916721))
508
- * **DUV-7032:** drawer test fix ([71eb426](https://github.com/mobileaction/action-kit/commit/71eb42665906dd0004b3fd0ba8937c34a466592e))
509
- * **DUV-7032:** input component select2 migration ([543f1ee](https://github.com/mobileaction/action-kit/commit/543f1ee6eb19c68c5841d55f8c210a0f7fd8e418))
510
- * **DUV-7032:** new z-index for overlays ([cfdecdb](https://github.com/mobileaction/action-kit/commit/cfdecdb98ec3a4dbe7f3ef1a0ef0af901d5fff06))
511
- * **DUV-7032:** pagination component select migration ([dc857e5](https://github.com/mobileaction/action-kit/commit/dc857e571e32727ce27b1424de39f1ab664f0a8c))
512
- * **DUV-7032:** popover component nested usage fix ([2808f21](https://github.com/mobileaction/action-kit/commit/2808f2154f176a07fc0369bf53ae347d8e44b2be))
513
- * **DUV-7032:** select & popover z-index issue fix ([ba274ad](https://github.com/mobileaction/action-kit/commit/ba274ad00150b055f60beda6c5c297adf04bca11))
514
- * **DUV-7032:** select-2 grup usage autoscroll fix ([e739625](https://github.com/mobileaction/action-kit/commit/e739625ceadcf76daaf48b80495e342ad1574240))
515
- * **DUV-7032:** select2 isOpen prop bugfix ([7e7639e](https://github.com/mobileaction/action-kit/commit/7e7639e95b72aa4e108acab80a9a24f13077d35e))
516
- * **DUV-7032:** tsc build fix ([90c0863](https://github.com/mobileaction/action-kit/commit/90c08634e5fffc9fa27b294a1dc9f56f8d48c453))
517
- * **DUV-7033:** Datepicker2 emit openChange ([58a97ac](https://github.com/mobileaction/action-kit/commit/58a97ac64daa63e59ad5c8382a1c571e671cc098))
518
- * **DUV-7033:** Datepicker2 z-index increased and overlayClassName prop added ([4768c88](https://github.com/mobileaction/action-kit/commit/4768c88c2ad9025a5a1b70eb8df29284de9aa4ce))
519
- * **DUV-7033:** overlayClassName prop default undefined ([12614ca](https://github.com/mobileaction/action-kit/commit/12614ca70528fa7f858ebaecaeb88434d3087652))
520
- * **DUV-7033:** Review comment applied ([63782b5](https://github.com/mobileaction/action-kit/commit/63782b59258fef35ef36d30605d2a76196a16456))
521
- * **DUV-7068:** functional modal component blank variant implementation ([fe0fc0c](https://github.com/mobileaction/action-kit/commit/fe0fc0c22f18a5a61134e73044fdb8a24b639f47))
522
- * **DUV-7068:** modal closed event added ([947fe24](https://github.com/mobileaction/action-kit/commit/947fe2486eaf1ec6e97e7fc4dae3a76bdf71b572))
523
- * **DUV-7068:** modal no space bugfixx ([1db5d0f](https://github.com/mobileaction/action-kit/commit/1db5d0f285eaefbe627423caa47c920c449eb764))
524
- * **DUV-7068:** select component warning fix ([e6380df](https://github.com/mobileaction/action-kit/commit/e6380dfefa5ab67e677ab9771fe5fb6f080b8752))
525
- * **DUV-7068:** select dynamic scroll fix ([f4d04a4](https://github.com/mobileaction/action-kit/commit/f4d04a44b867ad0b83dd0c2f80b90fdfbd386392))
526
- * **DUV-7156:** info modal style update ([67fde7b](https://github.com/mobileaction/action-kit/commit/67fde7bfac1e0117ddff3a93d53d3aafeea288b2))
527
- * **DUV-7200:** Icon renamed ([1b44ead](https://github.com/mobileaction/action-kit/commit/1b44ead9195376508f82958fa62d86f7a33c486d))
528
- * **DUV-7200:** Width height removed ([93f573d](https://github.com/mobileaction/action-kit/commit/93f573de297d0c6cf699a59c994792d2859847e6))
529
- * **DUV-7220:** textarea clear button design fix ([d35c748](https://github.com/mobileaction/action-kit/commit/d35c748ee71378a9a974fe4f1c40eb66866db0ef))
530
- * **DUV-7228:** Video play bold icon added ([8c2da20](https://github.com/mobileaction/action-kit/commit/8c2da20345691216312c804b0f28dc4e3c86ebf9))
531
- * **DUV-7337:** Add company icons ([9d8bb63](https://github.com/mobileaction/action-kit/commit/9d8bb63104494ee513acad633ab4f6fd4216e036))
532
- * **DUV-7337:** Add size variant ([e653871](https://github.com/mobileaction/action-kit/commit/e653871ae484853a28a7eb0d95efc214ee6080f0))
533
- * **DUV-7370:** Popover's z-index increased for the popconfirm ([7240ae6](https://github.com/mobileaction/action-kit/commit/7240ae6c2fd868fcb3935b38cf2a94912fcad219))
534
- * **DUV-7370:** Story ErrorState typo fixed ([f5ec651](https://github.com/mobileaction/action-kit/commit/f5ec651475ea507bf8e37b0f2fcb0f7339acb266))
535
- * **DUV-7459:** country select input slot usage ([eef66f6](https://github.com/mobileaction/action-kit/commit/eef66f6555e02cab86f89998448ad920a6becb33))
536
- * **DUV-7459:** country select slot usage fix ([d841a0b](https://github.com/mobileaction/action-kit/commit/d841a0be5e4ab59293ac1ec6d39764bd5f66e356))
537
- * **DUV-7461:** css class added ([faf69b0](https://github.com/mobileaction/action-kit/commit/faf69b082453f7c301507574ef07187bcd5c00d0))
538
- * **DUV-7461:** css class fixed ([12948ee](https://github.com/mobileaction/action-kit/commit/12948ee3d0fa3cda13fb54a36b6a77b58a635e5d))
539
- * **DUV-7461:** css class reverted ([039bc3e](https://github.com/mobileaction/action-kit/commit/039bc3ee230328f3913e763a13b28456456b6004))
540
- * **DUV-7461:** css improvements ([82e718c](https://github.com/mobileaction/action-kit/commit/82e718c5ec76f5e62e23ce039a5a26d283dd19b9))
541
- * **DUV-7461:** Css review comments applied ([65ff5f4](https://github.com/mobileaction/action-kit/commit/65ff5f4cc486b303dd887988aae5b6e602166f68))
542
- * **DUV-7461:** improvements ([1657365](https://github.com/mobileaction/action-kit/commit/1657365f5bb381cc7df5075010bd6364d49f6a08))
543
- * **DUV-7461:** MaTooltip2 implementation ([41d78e2](https://github.com/mobileaction/action-kit/commit/41d78e26b5d49d11680ebfe0c9821d0f4ac00ed6))
544
- * **DUV-7461:** Popconfirm default variant prop added ([dd1cf81](https://github.com/mobileaction/action-kit/commit/dd1cf812220411d4004b102a8617a2ca4ec4f0e2))
545
- * **DUV-7461:** Props fixed for popoverProps ([728e3f8](https://github.com/mobileaction/action-kit/commit/728e3f89dbe52c8de0223532f78761b9ac3099ae))
546
- * **DUV-7461:** release please test & story format ([a726761](https://github.com/mobileaction/action-kit/commit/a726761e8976d3813eab0592fadc8592629c7f69))
547
- * **DUV-7461:** Show code improvements ([3e54e79](https://github.com/mobileaction/action-kit/commit/3e54e79ee35b4d4a181e5aefccc8622dd36bd801))
548
- * **DUV-7461:** sonar issues fixed ([60c08ef](https://github.com/mobileaction/action-kit/commit/60c08eff05e0c099d9783058a1d89c83326d5815))
549
- * **DUV-7461:** Story default type changed ([b5506b7](https://github.com/mobileaction/action-kit/commit/b5506b7ff60dffcdb4161de31a628dd307cf603f))
550
- * **DUV-7461:** Test file fixes ([50d3163](https://github.com/mobileaction/action-kit/commit/50d316322f4aaced3c9e62e79a6df46c22fcaf37))
551
- * **DUV-7461:** Z-index fixed ([98d3ead](https://github.com/mobileaction/action-kit/commit/98d3ead07000114e0d16a77af141e7af2b4369d4))
552
- * **DUV-7461:** Z-index fixed ([5d201f0](https://github.com/mobileaction/action-kit/commit/5d201f09a4fea18287396f41d462715707e9694f))
553
- * **DUV-7461:** Z-index removed from tooltip ([1a0c32d](https://github.com/mobileaction/action-kit/commit/1a0c32da18ac9dcfb69724c4b443385dbdb9f5bc))
554
- * **DUV-7462:** Css fixes ([e2d63a5](https://github.com/mobileaction/action-kit/commit/e2d63a5aca7e833aef6f2b290038d49ec75a538a))
555
- * **DUV-7462:** Css fixes ([c18d1a4](https://github.com/mobileaction/action-kit/commit/c18d1a43b49e6cd5e8cc50710fd10c7908a49c01))
556
- * **DUV-7462:** Css improvements ([fd2f8f5](https://github.com/mobileaction/action-kit/commit/fd2f8f590106cf5d954b4531f809e99fed7c72eb))
557
- * **DUV-7462:** Icon size changed ([03a9616](https://github.com/mobileaction/action-kit/commit/03a9616bd69beaa22a7d3f6a8e1434d380fe9699))
558
- * **DUV-7462:** Paddings increased ([d3f82c5](https://github.com/mobileaction/action-kit/commit/d3f82c5b7b9dc8432cc7439db5673d1c6b47ac5e))
559
- * **DUV-7462:** Popconfirm test files fixed ([8943cc7](https://github.com/mobileaction/action-kit/commit/8943cc78a22d77f07d1614985cffdf73ecaa9e7c))
560
- * **DUV-7462:** Popconfirm2 improvements ([20d03fb](https://github.com/mobileaction/action-kit/commit/20d03fbe414a53eb49144a3cbff20480e7ea1dc0))
561
- * **DUV-7462:** Review comments applied ([afd1d38](https://github.com/mobileaction/action-kit/commit/afd1d38caa43539762c9745a7a1f2e444f9a5998))
562
- * **DUV-7462:** Review comments applied ([38669bf](https://github.com/mobileaction/action-kit/commit/38669bf318970a2461612f53cae706d5315abe21))
563
- * **DUV-7462:** Review comments applied ([d4f0a96](https://github.com/mobileaction/action-kit/commit/d4f0a9616ba585f5c011b733a732cb7e79e53a0c))
564
- * **DUV-7462:** Sonar issues fixed ([6fa3d5e](https://github.com/mobileaction/action-kit/commit/6fa3d5e6037f960c985aff33b7bbed370c4a256f))
565
- * **DUV-7462:** Test file deleted for beta release ([a6ac52f](https://github.com/mobileaction/action-kit/commit/a6ac52fbcbb38b6d9d06fe05fc42bb0616e43dda))
566
- * **DUV-7462:** Test file fixes ([6fcfe55](https://github.com/mobileaction/action-kit/commit/6fcfe554c41f2f4572e83f37a6cb8e7a549f62e5))
567
- * **DUV-7462:** Test file improvements ([41b2d39](https://github.com/mobileaction/action-kit/commit/41b2d3931bfad38919c62316d612117b98381639))
568
- * **DUV-7476:** Add secondary mode class ([b36c8f3](https://github.com/mobileaction/action-kit/commit/b36c8f344f3c6e19bf464c14cd555b4a413259d8))
569
- * **DUV:** grid icon added ([fea8001](https://github.com/mobileaction/action-kit/commit/fea8001afca9fb619dea632a91c567587d1a24d5))
570
- * **DUV:** ma popover 2 some fix ([2e296d5](https://github.com/mobileaction/action-kit/commit/2e296d54901ae6f46a14d74cf32a8c4d022dea60))
571
- * **DUV:** ma popover 2 some fix ([6089e2a](https://github.com/mobileaction/action-kit/commit/6089e2a984691c1a4788fc4df3f51f4f67262528))
572
- * **DUV:** ma popover 2 some fix ([64a6b1d](https://github.com/mobileaction/action-kit/commit/64a6b1dc9499ba8420244f57ce7ee83bca145f36))
573
- * **DUV:** ma popover 2 some fix ([525b0fb](https://github.com/mobileaction/action-kit/commit/525b0fb98701b975ec35904b3f644ea28731710c))
574
- * **DUV:** ma popover 2 some fix ([9d9ddb3](https://github.com/mobileaction/action-kit/commit/9d9ddb3650f6d597f4bc3b04d8ee309849006b8f))
575
- * **DUV:** ma popover 2 some fix ([7a2f1bc](https://github.com/mobileaction/action-kit/commit/7a2f1bcfbfc8c4006bce767799d60b12090e2f45))
576
- * **DUV:** popover fix ([07817a2](https://github.com/mobileaction/action-kit/commit/07817a21cef353cbfcc5b53ce82d77528671b6a2))
577
- * **DUV:** popover fix ([6e3d4c4](https://github.com/mobileaction/action-kit/commit/6e3d4c41a595a4a80f8cc37b20ad5076468452a8))
578
- * **DUV:** popover fix ([68e9e15](https://github.com/mobileaction/action-kit/commit/68e9e1527b8c1f4800ed10077540a1c8ad532913))
579
- * **DUV:** popover fix ([6d4169f](https://github.com/mobileaction/action-kit/commit/6d4169f803d4e4defded3ed87b070d695ce17cb6))
580
- * **DUV:** popover fix ([b00307c](https://github.com/mobileaction/action-kit/commit/b00307c7e97044fa24066710fdb8f450b353a4e1))
581
- * **DUV:** popover fix ([071a1a3](https://github.com/mobileaction/action-kit/commit/071a1a3c024d09795d2c4bb7b7ea6b7acfb83487))
582
- * **DUV:** popover fix ([f8b71b7](https://github.com/mobileaction/action-kit/commit/f8b71b771c6edf5d43bb3cac44763733c5e8fb13))
583
- * **DUV:** popover trigger fix ([cc05760](https://github.com/mobileaction/action-kit/commit/cc057601604c85313112f686815a0c83253de985))
584
- * **DUV:** popover trigger fix ([abc7751](https://github.com/mobileaction/action-kit/commit/abc7751fbdad27da190bfd10b0b69ecd2f473ff4))
585
- * **DUV:** popover trigger fix ([644eb9f](https://github.com/mobileaction/action-kit/commit/644eb9fc784d730b2a11a9fe6797ce08f6135154))
586
- * **DUV:** popover trigger fix ([23cf801](https://github.com/mobileaction/action-kit/commit/23cf8019011b2feade837f587a715b12af375c36))
587
- * **DUV:** popover trigger fix ([5858f9c](https://github.com/mobileaction/action-kit/commit/5858f9c7c98d0ee4027f6e159df25244d98a7d03))
588
- * **DUV:** popover trigger fix ([39e6367](https://github.com/mobileaction/action-kit/commit/39e63675db7895019e0e2f9384737bd5f18edc78))
589
- * patch release ([e644a44](https://github.com/mobileaction/action-kit/commit/e644a446a30d6daffa7f0cb20aeb1f8dd1fbbdb2))
590
- * **PEC-4632:** card padding reverted back exact value ([6d3834c](https://github.com/mobileaction/action-kit/commit/6d3834c6576e07207206fb7cdd4d39f08d94b50e))
591
- * **PEC-4632:** card padding update ([4d36495](https://github.com/mobileaction/action-kit/commit/4d36495023c096a8842066b14b76005228629ad8))
592
- * **PEC-4632:** modal closable header padding update ([ad404a3](https://github.com/mobileaction/action-kit/commit/ad404a30434383555fcc8964f78def60f3a26a20))
593
- * **PEC-4632:** modal padding and closable improvement, ([cb06b7a](https://github.com/mobileaction/action-kit/commit/cb06b7a10203893707d40a51e9accd02dab4c512))
594
- * **PEC-4632:** modal story update ([0a645ed](https://github.com/mobileaction/action-kit/commit/0a645ed84e2d8e7a181f895f527874a7fe419312))
595
- * **PEC-4632:** trigger release ([ced7662](https://github.com/mobileaction/action-kit/commit/ced7662401e236f8f3fb5ee1f2d75d18778545b5))
596
- * **PEC-4658:** trigger release ([149944d](https://github.com/mobileaction/action-kit/commit/149944d05852e4b073ab5ac261853e4b6bd455de))
597
- * **PEC:** Badge sizes fixed ([4432e51](https://github.com/mobileaction/action-kit/commit/4432e5135e22872ec511aa99044c7da918d7c53f))
598
- * **PEC:** PR feedbacks applied ([2fad089](https://github.com/mobileaction/action-kit/commit/2fad089d54f8af8cac02b01cf707af4e542dba24))
599
- * **PEC:** redundant class fixed ([6f8ceaf](https://github.com/mobileaction/action-kit/commit/6f8ceafd23c48be9f17db6b64167b3e44243ed87))
600
- * **PEC:** Test fixed ([f977daf](https://github.com/mobileaction/action-kit/commit/f977dafa82fe03e9a23f8453abdfad5146ad8c03))
601
-
602
- ## [1.44.6](https://github.com/mobileaction/action-kit/compare/v1.44.5...v1.44.6) (2025-04-17)
603
-
604
-
605
- ### Bug Fixes
606
-
607
- * **DUV-7461:** Z-index fixed ([98d3ead](https://github.com/mobileaction/action-kit/commit/98d3ead07000114e0d16a77af141e7af2b4369d4))
608
- * **DUV-7461:** Z-index fixed ([5d201f0](https://github.com/mobileaction/action-kit/commit/5d201f09a4fea18287396f41d462715707e9694f))
609
-
610
- ## [1.44.5](https://github.com/mobileaction/action-kit/compare/v1.44.4...v1.44.5) (2025-04-15)
611
-
612
-
613
- ### Bug Fixes
614
-
615
- * **DUV-7461:** Css review comments applied ([65ff5f4](https://github.com/mobileaction/action-kit/commit/65ff5f4cc486b303dd887988aae5b6e602166f68))
616
- * **DUV-7461:** Popconfirm default variant prop added ([dd1cf81](https://github.com/mobileaction/action-kit/commit/dd1cf812220411d4004b102a8617a2ca4ec4f0e2))
617
- * **DUV-7461:** Props fixed for popoverProps ([728e3f8](https://github.com/mobileaction/action-kit/commit/728e3f89dbe52c8de0223532f78761b9ac3099ae))
618
- * **DUV-7461:** Story default type changed ([b5506b7](https://github.com/mobileaction/action-kit/commit/b5506b7ff60dffcdb4161de31a628dd307cf603f))
619
-
620
- ## [1.44.4](https://github.com/mobileaction/action-kit/compare/v1.44.3...v1.44.4) (2025-04-14)
621
-
622
-
623
- ### Bug Fixes
624
-
625
- * **DUV-7459:** country select input slot usage ([eef66f6](https://github.com/mobileaction/action-kit/commit/eef66f6555e02cab86f89998448ad920a6becb33))
626
-
627
- ## [1.44.3](https://github.com/mobileaction/action-kit/compare/v1.44.2...v1.44.3) (2025-04-14)
628
-
629
-
630
- ### Bug Fixes
631
-
632
- * **DUV-7459:** country select slot usage fix ([d841a0b](https://github.com/mobileaction/action-kit/commit/d841a0be5e4ab59293ac1ec6d39764bd5f66e356))
633
-
634
- ## [1.44.2](https://github.com/mobileaction/action-kit/compare/v1.44.1...v1.44.2) (2025-04-10)
635
-
636
-
637
- ### Bug Fixes
638
-
639
- * **DUV-6076:** Fix import path ([53838fe](https://github.com/mobileaction/action-kit/commit/53838fef71c0a314331ab9f44b074f06ac959acd))
640
-
641
- ## [1.44.1](https://github.com/mobileaction/action-kit/compare/v1.44.0...v1.44.1) (2025-04-10)
642
-
643
-
644
- ### Bug Fixes
645
-
646
- * **DUV-6076:** Fix version release ([a96f6d3](https://github.com/mobileaction/action-kit/commit/a96f6d3ff849506d44b3ce1c6f9eadad0f911562))
647
-
648
- ## [1.44.0](https://github.com/mobileaction/action-kit/compare/v1.43.0...v1.44.0) (2025-04-10)
649
-
650
-
651
- ### Features
652
-
653
- * **DUV-6076:** release MaAlert ([e982e05](https://github.com/mobileaction/action-kit/commit/e982e0590bb42e13dd865cb4eec30a5a65609da8))
654
-
655
- ## [1.43.0](https://github.com/mobileaction/action-kit/compare/v1.42.12...v1.43.0) (2025-04-02)
656
-
657
-
658
- ### Features
659
-
660
- * **PEC-5460:** 3square-bold icon added ([b1f99b8](https://github.com/mobileaction/action-kit/commit/b1f99b82ab51ff125857931ed8df159a44c4440c))
661
-
662
- ## [1.42.12](https://github.com/mobileaction/action-kit/compare/v1.42.11...v1.42.12) (2025-03-27)
663
-
664
-
665
- ### Bug Fixes
666
-
667
- * **DUV-7370:** Popover's z-index increased for the popconfirm ([7240ae6](https://github.com/mobileaction/action-kit/commit/7240ae6c2fd868fcb3935b38cf2a94912fcad219))
668
- * **DUV-7370:** Story ErrorState typo fixed ([f5ec651](https://github.com/mobileaction/action-kit/commit/f5ec651475ea507bf8e37b0f2fcb0f7339acb266))
669
-
670
- ## [1.42.11](https://github.com/mobileaction/action-kit/compare/v1.42.10...v1.42.11) (2025-03-17)
671
-
672
-
673
- ### Bug Fixes
674
-
675
- * **DUV-7228:** Video play bold icon added ([8c2da20](https://github.com/mobileaction/action-kit/commit/8c2da20345691216312c804b0f28dc4e3c86ebf9))
676
-
677
- ## [1.42.10](https://github.com/mobileaction/action-kit/compare/v1.42.9...v1.42.10) (2025-03-14)
678
-
679
-
680
- ### Bug Fixes
681
-
682
- * **DUV-7337:** Add company icons ([9d8bb63](https://github.com/mobileaction/action-kit/commit/9d8bb63104494ee513acad633ab4f6fd4216e036))
683
- * **DUV-7337:** Add size variant ([e653871](https://github.com/mobileaction/action-kit/commit/e653871ae484853a28a7eb0d95efc214ee6080f0))
684
- * **DUV-7031:** content scroller display scroll arrows fix ([c8b483a](https://github.com/mobileaction/action-kit/pull/875/commits/c8b483a5e04172188fb08686585a418882d98874))
685
-
686
- ## [1.42.9](https://github.com/mobileaction/action-kit/compare/v1.42.8...v1.42.9) (2025-03-10)
687
-
688
-
689
- ### Bug Fixes
690
-
691
- * **DUV-7032:** popover component nested usage fix ([2808f21](https://github.com/mobileaction/action-kit/commit/2808f2154f176a07fc0369bf53ae347d8e44b2be))
692
-
693
- ## [1.42.8](https://github.com/mobileaction/action-kit/compare/v1.42.7...v1.42.8) (2025-03-07)
694
-
695
-
696
- ### Bug Fixes
697
-
698
- * **DIV-7032:** datepicker select popupContainer fix ([5339f09](https://github.com/mobileaction/action-kit/commit/5339f091f7e66f88f5af9d2c8009fcca5eb9ec63))
699
- * **DUV-7032:** country select component badge props added ([5d64061](https://github.com/mobileaction/action-kit/commit/5d6406115af4df81cf1df4b6e3e124bf8a916721))
700
- * **DUV-7032:** drawer test fix ([71eb426](https://github.com/mobileaction/action-kit/commit/71eb42665906dd0004b3fd0ba8937c34a466592e))
701
- * **DUV-7032:** new z-index for overlays ([cfdecdb](https://github.com/mobileaction/action-kit/commit/cfdecdb98ec3a4dbe7f3ef1a0ef0af901d5fff06))
702
- * **DUV-7032:** select & popover z-index issue fix ([ba274ad](https://github.com/mobileaction/action-kit/commit/ba274ad00150b055f60beda6c5c297adf04bca11))
703
- * **DUV-7032:** select2 isOpen prop bugfix ([7e7639e](https://github.com/mobileaction/action-kit/commit/7e7639e95b72aa4e108acab80a9a24f13077d35e))
704
- * **DUV-7032:** tsc build fix ([90c0863](https://github.com/mobileaction/action-kit/commit/90c08634e5fffc9fa27b294a1dc9f56f8d48c453))
705
-
706
- ## [1.42.7](https://github.com/mobileaction/action-kit/compare/v1.42.6...v1.42.7) (2025-02-28)
707
-
708
-
709
- ### Bug Fixes
710
-
711
- * **DUV-6861:** Empty code for release ([b9de39b](https://github.com/mobileaction/action-kit/commit/b9de39b3558c8b280ffeda4c7949221edb7807af))
712
- * **DUV-6861:** Revert empty code for release ([0a4c61d](https://github.com/mobileaction/action-kit/commit/0a4c61daafdac5366e1b3d3d8eb608c9e17f360c))
713
-
714
- ## [1.42.6](https://github.com/mobileaction/action-kit/compare/v1.42.5...v1.42.6) (2025-02-26)
715
-
716
-
717
- ### Bug Fixes
718
-
719
- * **DUV-7220:** textarea clear button design fix ([d35c748](https://github.com/mobileaction/action-kit/commit/d35c748ee71378a9a974fe4f1c40eb66866db0ef))
720
-
721
- ## [1.42.5](https://github.com/mobileaction/action-kit/compare/v1.42.4...v1.42.5) (2025-02-20)
722
-
723
-
724
- ### Bug Fixes
725
-
726
- * **DUV-7200:** Icon renamed ([1b44ead](https://github.com/mobileaction/action-kit/commit/1b44ead9195376508f82958fa62d86f7a33c486d))
727
- * **DUV-7200:** Width height removed ([93f573d](https://github.com/mobileaction/action-kit/commit/93f573de297d0c6cf699a59c994792d2859847e6))
728
-
729
- ## [1.42.4](https://github.com/mobileaction/action-kit/compare/v1.42.3...v1.42.4) (2025-02-17)
730
-
731
-
732
- ### Bug Fixes
733
-
734
- * **DUV-7156:** info modal style update ([67fde7b](https://github.com/mobileaction/action-kit/commit/67fde7bfac1e0117ddff3a93d53d3aafeea288b2))
735
-
736
- ## [1.42.3](https://github.com/mobileaction/action-kit/compare/v1.42.2...v1.42.3) (2025-02-03)
737
-
738
-
739
- ### Bug Fixes
740
-
741
- * **DUV:** popover trigger fix ([cc05760](https://github.com/mobileaction/action-kit/commit/cc057601604c85313112f686815a0c83253de985))
742
- * **DUV:** popover trigger fix ([abc7751](https://github.com/mobileaction/action-kit/commit/abc7751fbdad27da190bfd10b0b69ecd2f473ff4))
743
- * **DUV:** popover trigger fix ([644eb9f](https://github.com/mobileaction/action-kit/commit/644eb9fc784d730b2a11a9fe6797ce08f6135154))
744
-
745
- ## [1.42.2](https://github.com/mobileaction/action-kit/compare/v1.42.1...v1.42.2) (2025-01-29)
746
-
747
-
748
- ### Bug Fixes
749
-
750
- * **DUV:** popover trigger fix ([23cf801](https://github.com/mobileaction/action-kit/commit/23cf8019011b2feade837f587a715b12af375c36))
751
- * **DUV:** popover trigger fix ([5858f9c](https://github.com/mobileaction/action-kit/commit/5858f9c7c98d0ee4027f6e159df25244d98a7d03))
752
-
753
- ## [1.42.1](https://github.com/mobileaction/action-kit/compare/v1.42.0...v1.42.1) (2025-01-29)
754
-
755
-
756
- ### Bug Fixes
757
-
758
- * **DUV:** popover trigger fix ([39e6367](https://github.com/mobileaction/action-kit/commit/39e63675db7895019e0e2f9384737bd5f18edc78))
759
-
760
- ## [1.42.0](https://github.com/mobileaction/action-kit/compare/v1.41.7...v1.42.0) (2025-01-28)
761
-
762
-
763
- ### Features
764
-
765
- * **PEC:** judge icon added ([63e313b](https://github.com/mobileaction/action-kit/commit/63e313b56c7d55d72003ba34e08892bdc75f19fd))
766
-
767
- ## [1.41.7](https://github.com/mobileaction/action-kit/compare/v1.41.6...v1.41.7) (2025-01-28)
768
-
769
-
770
- ### Bug Fixes
771
-
772
- * patch release ([e644a44](https://github.com/mobileaction/action-kit/commit/e644a446a30d6daffa7f0cb20aeb1f8dd1fbbdb2))
773
-
774
- ## [1.41.6](https://github.com/mobileaction/action-kit/compare/v1.41.5...v1.41.6) (2025-01-24)
775
-
776
-
777
- ### Bug Fixes
778
-
779
- * **DUV-7023:** apple icon fix ([3d4396e](https://github.com/mobileaction/action-kit/commit/3d4396e45fb921d4dc1ad1f32c177f7d2e9ef769))
780
-
781
- ## [1.41.5](https://github.com/mobileaction/action-kit/compare/v1.41.4...v1.41.5) (2025-01-24)
782
-
783
-
784
- ### Bug Fixes
785
-
786
- * **DUV:** popover fix ([07817a2](https://github.com/mobileaction/action-kit/commit/07817a21cef353cbfcc5b53ce82d77528671b6a2))
787
- * **DUV:** popover fix ([6e3d4c4](https://github.com/mobileaction/action-kit/commit/6e3d4c41a595a4a80f8cc37b20ad5076468452a8))
788
-
789
- ## [1.41.4](https://github.com/mobileaction/action-kit/compare/v1.41.3...v1.41.4) (2025-01-24)
790
-
791
-
792
- ### Bug Fixes
793
-
794
- * **DUV-7023:** merge with dev ([c6361df](https://github.com/mobileaction/action-kit/commit/c6361dff1a2b6d8f06ca37ee3ca782a1a6705d44))
795
- * **DUV-7023:** side menu item height fix ([d7b87a8](https://github.com/mobileaction/action-kit/commit/d7b87a88f3f89bc3835b159427ee5efe69109a8c))
796
- * **DUV-7030:** Navbar tests added ([008fda9](https://github.com/mobileaction/action-kit/commit/008fda953a3cc46bb3001ee2ee073a6cefd4651a))
797
- * **DUV-7030:** Sonar warning handled ([9fe6793](https://github.com/mobileaction/action-kit/commit/9fe6793145d182649228af361780a1a733c2d133))
798
- * **DUV-7030:** Teleport added to image2 preview ([09390fc](https://github.com/mobileaction/action-kit/commit/09390fcbb33557ae3404230fd100624ac998d4a4))
799
- * **DUV-7030:** z-index increased ([df664c5](https://github.com/mobileaction/action-kit/commit/df664c5965994722ec01c5585d1102cff11b7565))
800
- * **DUV:** popover fix ([68e9e15](https://github.com/mobileaction/action-kit/commit/68e9e1527b8c1f4800ed10077540a1c8ad532913))
801
- * **DUV:** popover fix ([6d4169f](https://github.com/mobileaction/action-kit/commit/6d4169f803d4e4defded3ed87b070d695ce17cb6))
802
- * **DUV:** popover fix ([b00307c](https://github.com/mobileaction/action-kit/commit/b00307c7e97044fa24066710fdb8f450b353a4e1))
803
- * **DUV:** popover fix ([071a1a3](https://github.com/mobileaction/action-kit/commit/071a1a3c024d09795d2c4bb7b7ea6b7acfb83487))
804
- * **DUV:** popover fix ([f8b71b7](https://github.com/mobileaction/action-kit/commit/f8b71b771c6edf5d43bb3cac44763733c5e8fb13))
805
-
806
- ## [1.41.3](https://github.com/mobileaction/action-kit/compare/v1.41.2...v1.41.3) (2025-01-22)
807
-
808
-
809
- ### Bug Fixes
810
-
811
- * **PEC:** PR feedbacks applied ([2fad089](https://github.com/mobileaction/action-kit/commit/2fad089d54f8af8cac02b01cf707af4e542dba24))
812
- * **PEC:** redundant class fixed ([6f8ceaf](https://github.com/mobileaction/action-kit/commit/6f8ceafd23c48be9f17db6b64167b3e44243ed87))
813
- * **PEC:** Test fixed ([f977daf](https://github.com/mobileaction/action-kit/commit/f977dafa82fe03e9a23f8453abdfad5146ad8c03))
814
-
815
- ## [1.41.2](https://github.com/mobileaction/action-kit/compare/v1.41.1...v1.41.2) (2025-01-20)
816
-
817
-
818
- ### Bug Fixes
819
-
820
- * **DUV-7068:** modal closed event added ([947fe24](https://github.com/mobileaction/action-kit/commit/947fe2486eaf1ec6e97e7fc4dae3a76bdf71b572))
821
- * **DUV-7068:** modal no space bugfixx ([1db5d0f](https://github.com/mobileaction/action-kit/commit/1db5d0f285eaefbe627423caa47c920c449eb764))
822
-
823
- ## [1.41.1](https://github.com/mobileaction/action-kit/compare/v1.41.0...v1.41.1) (2025-01-20)
824
-
825
-
826
- ### Bug Fixes
827
-
828
- * **DUV-7068:** functional modal component blank variant implementation ([fe0fc0c](https://github.com/mobileaction/action-kit/commit/fe0fc0c22f18a5a61134e73044fdb8a24b639f47))
829
- * **DUV-7068:** select dynamic scroll fix ([f4d04a4](https://github.com/mobileaction/action-kit/commit/f4d04a44b867ad0b83dd0c2f80b90fdfbd386392))
830
-
831
- ## [1.41.0](https://github.com/mobileaction/action-kit/compare/v1.40.8...v1.41.0) (2025-01-20)
832
-
833
-
834
- ### Features
835
-
836
- * **DUV-6655:** The new select component implementation
837
- ## [1.40.8](https://github.com/mobileaction/action-kit/compare/v1.40.7...v1.40.8) (2025-01-17)
838
-
839
-
840
- ### Bug Fixes
841
-
842
- * **PEC-4632:** modal closable header padding update ([ad404a3](https://github.com/mobileaction/action-kit/commit/ad404a30434383555fcc8964f78def60f3a26a20))
843
- * **PEC-4632:** modal padding and closable improvement, ([cb06b7a](https://github.com/mobileaction/action-kit/commit/cb06b7a10203893707d40a51e9accd02dab4c512))
844
- * **PEC-4632:** modal story update ([0a645ed](https://github.com/mobileaction/action-kit/commit/0a645ed84e2d8e7a181f895f527874a7fe419312))
845
-
846
- ## [1.40.7](https://github.com/mobileaction/action-kit/compare/v1.40.6...v1.40.7) (2025-01-16)
847
-
848
-
849
- ### Bug Fixes
850
-
851
- * **DUV-7033:** Review comment applied ([63782b5](https://github.com/mobileaction/action-kit/commit/63782b59258fef35ef36d30605d2a76196a16456))
852
-
853
- ## [1.40.6](https://github.com/mobileaction/action-kit/compare/v1.40.5...v1.40.6) (2025-01-15)
854
-
855
-
856
- ### Bug Fixes
857
-
858
- * **PEC-4632:** card padding reverted back exact value ([6d3834c](https://github.com/mobileaction/action-kit/commit/6d3834c6576e07207206fb7cdd4d39f08d94b50e))
859
-
860
- ## [1.40.5](https://github.com/mobileaction/action-kit/compare/v1.40.4...v1.40.5) (2025-01-15)
861
-
862
-
863
- ### Bug Fixes
864
-
865
- * **PEC-4632:** card padding update ([4d36495](https://github.com/mobileaction/action-kit/commit/4d36495023c096a8842066b14b76005228629ad8))
866
-
867
- ## [1.40.4](https://github.com/mobileaction/action-kit/compare/v1.40.3...v1.40.4) (2025-01-15)
868
-
869
-
870
- ### Bug Fixes
871
-
872
- * **PEC-4632:** trigger release ([ced7662](https://github.com/mobileaction/action-kit/commit/ced7662401e236f8f3fb5ee1f2d75d18778545b5))
873
-
874
- ## [1.40.3](https://github.com/mobileaction/action-kit/compare/v1.40.2...v1.40.3) (2025-01-08)
875
-
876
-
877
- ### Bug Fixes
878
-
879
- * **DUV-4813:** Review comments applied ([f89c610](https://github.com/mobileaction/action-kit/commit/f89c6106786c874a750bc915a31ae2a9f58c6b17))
880
- * **DUV-4813:** Sonar warning handled ([ee4a05d](https://github.com/mobileaction/action-kit/commit/ee4a05df6c4872b55121a3216364d2a2719202ca))
881
-
882
- ## [1.40.2](https://github.com/mobileaction/action-kit/compare/v1.40.1...v1.40.2) (2025-01-08)
883
-
884
-
885
- ### Bug Fixes
886
-
887
- * **DUV-6948:** Color changes ([e2f4a43](https://github.com/mobileaction/action-kit/commit/e2f4a437eaead9cd5dad07e2e5226d11814df741))
888
- * **DUV-6948:** Sonar warning handled ([255add0](https://github.com/mobileaction/action-kit/commit/255add0296c33eaa797502c305ad3540a5b97ad2))
889
- * **DUV-6948:** Width height deleted from svg's ([354ae70](https://github.com/mobileaction/action-kit/commit/354ae70203d9bcbf800c17c0e60702231710df43))
890
-
891
- ## [1.40.1](https://github.com/mobileaction/action-kit/compare/v1.40.0...v1.40.1) (2025-01-02)
892
-
893
-
894
- ### Bug Fixes
895
-
896
- * **DUV:** grid icon added ([fea8001](https://github.com/mobileaction/action-kit/commit/fea8001afca9fb619dea632a91c567587d1a24d5))
897
-
898
- ## [1.40.0](https://github.com/mobileaction/action-kit/compare/v1.39.35...v1.40.0) (2024-12-24)
899
-
900
-
901
- ### Features
902
-
903
- * **DUV-6827:** native tab component implementation
904
-
905
-
906
- ### Bug Fixes
907
-
908
- * **DUV-6827:** app icon component border radius update ([45de6a5](https://github.com/mobileaction/action-kit/commit/45de6a5b0c7449ae835e15fdddec801b10377736))
909
-
910
- ## [1.39.35](https://github.com/mobileaction/action-kit/compare/v1.39.34...v1.39.35) (2024-12-11)
911
-
912
-
913
- ### Bug Fixes
914
-
915
- * **DUV-6786:** new serch icon ([e2f265d](https://github.com/mobileaction/action-kit/commit/e2f265dee489916ce9f6b35e7d6296dacad7d340))
916
-
917
- ## [1.39.34](https://github.com/mobileaction/action-kit/compare/v1.39.33...v1.39.34) (2024-12-06)
918
-
919
-
920
- ### Bug Fixes
921
-
922
- * **DUV-6781:** tree, datepicker & app icon component small design updates ([3d1c89c](https://github.com/mobileaction/action-kit/commit/3d1c89c905dae814308ebe213f3870eeaa6dff45))
923
-
924
- ## [1.39.33](https://github.com/mobileaction/action-kit/compare/v1.39.32...v1.39.33) (2024-12-06)
925
-
926
-
927
- ### Bug Fixes
928
-
929
- **DUV-6837:**
930
- * keyword track button design foundation sync
931
- * app icon style improvements
932
- * datepicker autorange doc improvent
933
-
934
- ## [1.39.32](https://github.com/mobileaction/action-kit/compare/v1.39.31...v1.39.32) (2024-12-04)
935
-
936
-
937
- ### Bug Fixes
938
-
939
- * **PEC-4658:** trigger release ([149944d](https://github.com/mobileaction/action-kit/commit/149944d05852e4b073ab5ac261853e4b6bd455de))
940
-
941
- ## [1.38.10](https://github.com/mobileaction/action-kit/compare/v1.38.9...v1.38.10) (2024-12-02)
942
-
943
-
944
- ### Bug Fixes
945
-
946
- * **DUV-6850:** ellipsis component empty tooltip fix ([02585a0](https://github.com/mobileaction/action-kit/commit/02585a01bb4edf6ae31c02a78da1d74c9fe68abc))
947
- * **DUV-6850:** select component arrow css fix ([eeabd05](https://github.com/mobileaction/action-kit/commit/eeabd054a762fc6c03465e61a54cbf41fae40585))
948
-
949
- ## [1.38.9](https://github.com/mobileaction/action-kit/compare/v1.38.8...v1.38.9) (2024-12-02)
950
-
951
-
952
- ### Bug Fixes
953
-
954
- * **DUV-6850:** ellipsis size change listener bugfix ([45b450f](https://github.com/mobileaction/action-kit/commit/45b450f2dffe87e7ef03cc49e88849db17f6b85b))
955
-
956
- ## [1.38.8](https://github.com/mobileaction/action-kit/compare/v1.38.7...v1.38.8) (2024-11-29)
957
-
958
-
959
- ### Bug Fixes
960
-
961
- * **DUV-6737:** npm version fix ([206f34e](https://github.com/mobileaction/action-kit/commit/206f34e6e211d7269610be77a154721c494bbb4b))
962
-
963
- ## [1.38.7](https://github.com/mobileaction/action-kit/compare/v1.38.6...v1.38.7) (2024-11-29)
964
-
965
-
966
- ### Bug Fixes
967
-
968
- * **DUV-6737:** datepicker design improvements ([796f81b](https://github.com/mobileaction/action-kit/commit/796f81b9b413e57a7099292c62c39f22a151dd9a))
969
- * **DUV-6737:** datepicker2 component css improvements ([2ad5ae0](https://github.com/mobileaction/action-kit/commit/2ad5ae02c34ae3b21a594fccdb420f176d3457ea))
970
-
971
- ## [1.38.6](https://github.com/mobileaction/action-kit/compare/v1.38.5...v1.38.6) (2024-11-28)
972
-
973
-
974
- ### Bug Fixes
975
-
976
- * **DUV:** ma popover 2 some fix ([2e296d5](https://github.com/mobileaction/action-kit/commit/2e296d54901ae6f46a14d74cf32a8c4d022dea60))
977
-
978
- ## [1.38.5](https://github.com/mobileaction/action-kit/compare/v1.38.4...v1.38.5) (2024-11-28)
979
-
980
-
981
- ### Bug Fixes
982
-
983
- * **DUV:** ma popover 2 some fix ([6089e2a](https://github.com/mobileaction/action-kit/commit/6089e2a984691c1a4788fc4df3f51f4f67262528))
984
-
985
- ## [1.38.4](https://github.com/mobileaction/action-kit/compare/v1.38.3...v1.38.4) (2024-11-28)
986
-
987
-
988
- ### Bug Fixes
989
-
990
- * **DUV:** ma popover 2 some fix ([64a6b1d](https://github.com/mobileaction/action-kit/commit/64a6b1dc9499ba8420244f57ce7ee83bca145f36))
991
- * **DUV:** ma popover 2 some fix ([525b0fb](https://github.com/mobileaction/action-kit/commit/525b0fb98701b975ec35904b3f644ea28731710c))
992
- * **DUV:** ma popover 2 some fix ([9d9ddb3](https://github.com/mobileaction/action-kit/commit/9d9ddb3650f6d597f4bc3b04d8ee309849006b8f))
993
- * **DUV:** ma popover 2 some fix ([7a2f1bc](https://github.com/mobileaction/action-kit/commit/7a2f1bcfbfc8c4006bce767799d60b12090e2f45))
994
-
995
- ## [1.38.3](https://github.com/mobileaction/action-kit/compare/v1.38.2...v1.38.3) (2024-11-28)
996
-
997
-
998
- ### Bug Fixes
999
-
1000
- * **DUV-6781:** rocket-loading animation added ([3b274f5](https://github.com/mobileaction/action-kit/commit/3b274f5647a6cca51f04605a8b779e666a35b5ec))
1001
-
1002
- ## [1.38.2](https://github.com/mobileaction/action-kit/compare/v1.38.1...v1.38.2) (2024-11-25)
1003
-
1004
-
1005
- ### Bug Fixes
1006
-
1007
- * **DUV-6781:** new icons & stroke button bg fix ([a4d985e](https://github.com/mobileaction/action-kit/commit/a4d985ee74cbad6d678d4b9ab478a5018c4822e2))
1008
- * **DUV-6781:** search icon update ([7342632](https://github.com/mobileaction/action-kit/commit/7342632aa28d6f5f257b7ac308871ac85e8ed709))
1009
-
1010
- ## [1.38.1](https://github.com/mobileaction/action-kit/compare/v1.38.0...v1.38.1) (2024-11-20)
1011
-
1012
-
1013
- ### Bug Fixes
1014
-
1015
- * **DUV-6812:** app icon fall back img changed ([b936b20](https://github.com/mobileaction/action-kit/commit/b936b200a181589c07b7840ed69d9f36bbe324a0))
1016
-
1017
- ## [1.38.0](https://github.com/mobileaction/action-kit/compare/v1.37.0...v1.38.0) (2024-11-19)
1018
-
1019
-
1020
- ### Features
1021
-
1022
- * **DUV-6654:** popover completed ([ef24e80](https://github.com/mobileaction/action-kit/commit/ef24e80be0f120470f1e1fd28b00d11190ef64b1))
1023
-
1024
- ## [1.37.0](https://github.com/mobileaction/action-kit/compare/v1.36.0...v1.37.0) (2024-11-19)
1025
-
1026
-
1027
- ### Features
1028
-
1029
- * **DUV-6654:** popover completed ([f1107e2](https://github.com/mobileaction/action-kit/commit/f1107e2cc8809c1eb9806e351a9766bd9993f2c8))
1030
- * **DUV-6654:** popover completed ([2a6d0e4](https://github.com/mobileaction/action-kit/commit/2a6d0e42d9d2c710f50481b915889f2871be1338))
1031
-
1032
- ## [1.36.0](https://github.com/mobileaction/action-kit/compare/v1.35.17...v1.36.0) (2024-11-19)
1033
-
1034
-
1035
- ### Features
1036
-
1037
- * **DUV-6654:** new popover implementation ([51a1a0b](https://github.com/mobileaction/action-kit/commit/51a1a0be95ee2577fa6be87f5ecce744b48fc7fe))
1038
- * **DUV-6654:** new previews ([dffc91b](https://github.com/mobileaction/action-kit/commit/dffc91b335806de06a8756464db536ddf2c973e7))
1039
- * **DUV-6654:** popover implementation done ([90bb47c](https://github.com/mobileaction/action-kit/commit/90bb47cce22aaa011183be1c81f1360f3e944f19))
1040
-
1041
-
1042
- ### Bug Fixes
1043
-
1044
- * **DUV-6654:** build fix ([bf4d7a1](https://github.com/mobileaction/action-kit/commit/bf4d7a1c7138d8b060a45b2011d1657392f41213))
1045
- * **DUV-6654:** conflict fix ([d26d468](https://github.com/mobileaction/action-kit/commit/d26d4680c74cd3680b7e421b68b4c4aceb3d63d0))
1046
- * **DUV-6654:** review fixes ([c2a2f15](https://github.com/mobileaction/action-kit/commit/c2a2f159b0271095df79affdfcffda3d2af71478))
1047
- * **DUV-6654:** review fixes ([9363734](https://github.com/mobileaction/action-kit/commit/93637342962e18094007aa634c60e2e58759e67b))
1048
- * **DUV-6654:** sonar qube fixes ([f069abd](https://github.com/mobileaction/action-kit/commit/f069abd05e5eed667412ad6eedf29f7400eb2821))
1049
- * **DUV-6654:** trigger types fixed ([007d02c](https://github.com/mobileaction/action-kit/commit/007d02cc556e80082ef55551106487397e439e7a))
1050
-
1051
- ## [1.35.17](https://github.com/mobileaction/action-kit/compare/v1.35.16...v1.35.17) (2024-11-12)
1052
-
1053
-
1054
- ### Bug Fixes
1055
-
1056
- * **DUV-4533:** build fixes ([561758c](https://github.com/mobileaction/action-kit/commit/561758c43f2ff46c4699562f596fe2ecfe900a7a))
1057
- * **DUV-4533:** CJS warning fix ([6dadc26](https://github.com/mobileaction/action-kit/commit/6dadc260a27b1297108c0120d68db2e5b5fb8280))
1058
- * **DUV-4533:** sb patch version upgrade ([2b35d49](https://github.com/mobileaction/action-kit/commit/2b35d4989f6a9996320cc163e0bd6c878349c155))
1059
- * **DUV-4533:** tsconfig strict mode added ([a16d06e](https://github.com/mobileaction/action-kit/commit/a16d06e74c940588dc6944e7a6e177b78c906c3a))
1060
- * **DUV-4533:** vue integration test errors fix ([5215b4c](https://github.com/mobileaction/action-kit/commit/5215b4cb6079ce88f5b35e3a20e6dc6e2526edab))
1061
-
1062
- ## [1.35.16](https://github.com/mobileaction/action-kit/compare/v1.35.15...v1.35.16) (2024-11-05)
1063
-
1064
-
1065
- ### Bug Fixes
1066
-
1067
- * **PEC-4701:** checked style should not apply on single selection ([f93d618](https://github.com/mobileaction/action-kit/commit/f93d618e110e0d517cad3813005aa0742cbc6185))
1068
- * **PEC-4701:** disabled style should override other statuses ([9cc729f](https://github.com/mobileaction/action-kit/commit/9cc729fb4988801762079ea7e16b6a1945b501a4))
1069
-
1070
- ## [1.35.15](https://github.com/mobileaction/action-kit/compare/v1.35.14...v1.35.15) (2024-11-05)
1071
-
1072
-
1073
- ### Bug Fixes
1074
-
1075
- * **DUV-6700:** Numeric input multi delete bug fixed ([9f4d703](https://github.com/mobileaction/action-kit/commit/9f4d703df8be796bc3289cb83dcfdb869ab6b8c6))
1076
-
1077
- ## [1.35.14](https://github.com/mobileaction/action-kit/compare/v1.35.13...v1.35.14) (2024-10-17)
1078
-
1079
-
1080
- ### Bug Fixes
1081
-
1082
- * **DUV-6511:** new icons added ([083ed40](https://github.com/mobileaction/action-kit/commit/083ed40ba9d61c44816c1af4af1c3c056ddfc092))
1083
-
1084
- ## [1.35.13](https://github.com/mobileaction/action-kit/compare/v1.35.12...v1.35.13) (2024-10-16)
1085
-
1086
-
1087
- ### Bug Fixes
1088
-
1089
- * **PEC:** Icons added ([471867a](https://github.com/mobileaction/action-kit/commit/471867a1416f28e3376cef98e7ba32dbf3268f64))
1090
-
1091
- ## [1.35.12](https://github.com/mobileaction/action-kit/compare/v1.35.11...v1.35.12) (2024-10-16)
1092
-
1093
-
1094
- ### Bug Fixes
1095
-
1096
- * **DUV-6565:** last item not visible fix ([fb571a9](https://github.com/mobileaction/action-kit/commit/fb571a9e2bd25cab2348f55c45b6cedb6ddfb1b8))
1097
- * **DUV-6613:** ag-grid pagination mobile display improvmeents ([d017187](https://github.com/mobileaction/action-kit/commit/d017187534faddc63dd8df540a93ac6adea1e402))
1098
-
1099
- ## [1.35.11](https://github.com/mobileaction/action-kit/compare/v1.35.10...v1.35.11) (2024-10-14)
1100
-
1101
-
1102
- ### Bug Fixes
1103
-
1104
- * **DUV-6613:** ag-grid design improvements ([27c290f](https://github.com/mobileaction/action-kit/commit/27c290fcfe43adf00552c640d7fb488a861a3a08))
1105
-
1106
- ## [1.35.10](https://github.com/mobileaction/action-kit/compare/v1.35.9...v1.35.10) (2024-10-11)
1107
-
1108
-
1109
- ### Bug Fixes
1110
-
1111
- * **DUV-6024:** ag-grid table no border radius variant added ([41b0b3b](https://github.com/mobileaction/action-kit/commit/41b0b3bacad055bf4169835574ba90186d96cd4c))
1112
- * **DUV-6461:** vitest animation mock configuration ([8bfb4ed](https://github.com/mobileaction/action-kit/commit/8bfb4ed0506b5ded8f5d0c867eb58595a2ff848c))
1113
-
1114
- ## [1.35.9](https://github.com/mobileaction/action-kit/compare/v1.35.8...v1.35.9) (2024-10-07)
1115
-
1116
-
1117
- ### Bug Fixes
1118
-
1119
- * **PEC-4343:** 3rd level item selection fix ([be20c61](https://github.com/mobileaction/action-kit/commit/be20c613a2f7ab1e2fa095f403d47a4e58838451))
1120
-
1121
- ## [1.35.8](https://github.com/mobileaction/action-kit/compare/v1.35.7...v1.35.8) (2024-10-04)
1122
-
1123
-
1124
- ### Bug Fixes
1125
-
1126
- * **DUV-6586:** ag-grid version upgrade ([e8aab7d](https://github.com/mobileaction/action-kit/commit/e8aab7d1cde6137ad1c270b5128fcaba025473ad))
1127
-
1128
- ## [1.35.7](https://github.com/mobileaction/action-kit/compare/v1.35.6...v1.35.7) (2024-10-01)
1129
-
1130
-
1131
- ### Bug Fixes
1132
-
1133
- * **DUV-6335:** new icons added ([fd53ba4](https://github.com/mobileaction/action-kit/commit/fd53ba4ed1aa7bb249c30d65e6f753a1c3129137))
1134
-
1135
- ## [1.35.6](https://github.com/mobileaction/action-kit/compare/v1.35.5...v1.35.6) (2024-09-30)
1136
-
1137
-
1138
- ### Bug Fixes
1139
-
1140
- * **DUV-6335:** new icons added ([0e55809](https://github.com/mobileaction/action-kit/commit/0e55809d872a37f7654de4f21eba54a69c957166))
1141
-
1142
- ## [1.35.5](https://github.com/mobileaction/action-kit/compare/v1.35.4...v1.35.5) (2024-09-30)
1143
-
1144
-
1145
- ### Bug Fixes
1146
-
1147
- * **DUV-6335:** new lamp icon ([8558329](https://github.com/mobileaction/action-kit/commit/855832991b1971cc413c1627f1734d0c59081dff))
1148
-
1149
- ## [1.35.4](https://github.com/mobileaction/action-kit/compare/v1.35.3...v1.35.4) (2024-09-26)
1150
-
1151
-
1152
- ### Bug Fixes
1153
-
1154
- * **DUV-6335:** icons viewBox update ([67e0563](https://github.com/mobileaction/action-kit/commit/67e0563fd3ff3c530ef59e6c9339b69c0746470a))
1155
- * **DUV-6335:** new icons added ([68d062a](https://github.com/mobileaction/action-kit/commit/68d062a1aecba83c1727d093b145a229301cbc81))
1156
-
1157
- ## [1.35.3](https://github.com/mobileaction/action-kit/compare/v1.35.2...v1.35.3) (2024-09-23)
1158
-
1159
-
1160
- ### Bug Fixes
1161
-
1162
- * **PEC:** Icons added ([3cfe0ab](https://github.com/mobileaction/action-kit/commit/3cfe0abc55ab5de3c2ed5a70c9bdea8bde78495c))
1163
-
1164
- ## [1.35.2](https://github.com/mobileaction/action-kit/compare/v1.35.1...v1.35.2) (2024-09-22)
1165
-
1166
-
1167
- ### Bug Fixes
1168
-
1169
- * **PEC-4343:** Missing parameters added to test ([35bb1bc](https://github.com/mobileaction/action-kit/commit/35bb1bcf4ef8b1361934f520ba5611c7b904ce2f))
1170
-
1171
- ## [1.35.1](https://github.com/mobileaction/action-kit/compare/v1.35.0...v1.35.1) (2024-09-20)
1172
-
1173
-
1174
- ### Bug Fixes
1175
-
1176
- * **PEC-4343:** node expand improvements applied ([9568bdf](https://github.com/mobileaction/action-kit/commit/9568bdff0ab5bd1ed0b07e6d1afa013ad5c3e030))
1177
-
1178
- ## [1.35.0](https://github.com/mobileaction/action-kit/compare/v1.34.3...v1.35.0) (2024-09-19)
1179
-
1180
-
1181
- ### Features
1182
-
1183
- * **PEC-4385:** Quick Filter icons added ([ddfc4ce](https://github.com/mobileaction/action-kit/commit/ddfc4ce899190650c40b2971be5163121d05d485))
1184
- * **PEC-4385:** Quick Filter missing icons added ([b063975](https://github.com/mobileaction/action-kit/commit/b063975b24cb3d0d323dfc887b3f3f61d5e8f279))
1185
-
1186
-
1187
- ### Bug Fixes
1188
-
1189
- * **PEC-4343:** pass changed chekced values to the component ([d29557f](https://github.com/mobileaction/action-kit/commit/d29557f9c3577387d00aac1a143fe1fd2b9a9cfc))
1190
-
1191
- ## [1.34.3](https://github.com/mobileaction/action-kit/compare/v1.34.2...v1.34.3) (2024-09-17)
1192
-
1193
-
1194
- ### Bug Fixes
1195
-
1196
- * **DUV-6258:** input hint text icon no repeat added ([257d613](https://github.com/mobileaction/action-kit/commit/257d61371a298bce5f11f2f8eeb15cc4035dece1))
1197
- * **DUV-6258:** input hint text icon no repeat added ([1fa88bc](https://github.com/mobileaction/action-kit/commit/1fa88bc3d3f55738dfd77c05d45d173e90d0d433))
1198
-
1199
- ## [1.34.2](https://github.com/mobileaction/action-kit/compare/v1.34.1...v1.34.2) (2024-09-17)
1200
-
1201
-
1202
- ### Bug Fixes
1203
-
1204
- * **PEC-4343:** test case fix with on change update ([4ae30a5](https://github.com/mobileaction/action-kit/commit/4ae30a51acf82af390f8efd986540b84586ea30f))
1205
-
1206
- ## [1.34.1](https://github.com/mobileaction/action-kit/compare/v1.34.0...v1.34.1) (2024-09-17)
1207
-
1208
-
1209
- ### Bug Fixes
1210
-
1211
- * **PEC-4343:** tree component style fix and story additions ([8df49b6](https://github.com/mobileaction/action-kit/commit/8df49b67285780685f65fb59304b4788108647b1))
1212
-
1213
- ## [1.34.0](https://github.com/mobileaction/action-kit/compare/v1.33.4...v1.34.0) (2024-09-12)
1214
-
1215
-
1216
- ### Features
1217
-
1218
- * **PEC-4343:** tree component implemented ([c1c2e7d](https://github.com/mobileaction/action-kit/commit/c1c2e7da35fc26acb424b003d58b0e6972af1d8d))
1219
- * **PEC-4343:** tree component implemented ([aac8068](https://github.com/mobileaction/action-kit/commit/aac8068786a4e2e2d68baec17634ae3328f2a7b2))
1220
- * **PEC-4343:** tree component implemented ([539ba8f](https://github.com/mobileaction/action-kit/commit/539ba8fc907cf772b7e59d0297b483ff20198b81))
1221
-
1222
-
1223
- ### Bug Fixes
1224
-
1225
- * **PEC-4343:** tree component test fixes ([0fe5741](https://github.com/mobileaction/action-kit/commit/0fe5741f31f954050215d39fb181a4ea979e24ae))
1226
-
1227
- ## [1.33.4](https://github.com/mobileaction/action-kit/compare/v1.33.3...v1.33.4) (2024-09-04)
1228
-
1229
-
1230
- ### Bug Fixes
1231
-
1232
- * **DUV-6481:** table doc fix ([2e2b70e](https://github.com/mobileaction/action-kit/commit/2e2b70e2e3ece07c5466268834000483f979f9e9))
1233
- * **DUV-6481:** userinfo input avatar fix ([be5ee16](https://github.com/mobileaction/action-kit/commit/be5ee16a4585a8f5dd5077b25e0bc6eb78a1d7eb))
1234
-
1235
- ## [1.33.3](https://github.com/mobileaction/action-kit/compare/v1.33.2...v1.33.3) (2024-09-02)
1236
-
1237
-
1238
- ### Bug Fixes
1239
-
1240
- * **DUV-6365:** ag-grid additional classes & preview improvements ([4eeb85b](https://github.com/mobileaction/action-kit/commit/4eeb85b2e968aa87b999f8c1f67dd4e6992a3c1a))
1241
- * **DUV-6365:** ag-grid borderless variant added & card component no content padding mode added ([ab54a6c](https://github.com/mobileaction/action-kit/commit/ab54a6c9ce8d66babbccf46983ddd9e92229d3a2))
1242
-
1243
- ## [1.33.2](https://github.com/mobileaction/action-kit/compare/v1.33.1...v1.33.2) (2024-08-26)
1244
-
1245
-
1246
- ### Bug Fixes
1247
-
1248
- * **DUV-6145:** dropdown mobile design display selection added & dropdown open state watcher added ([078edc2](https://github.com/mobileaction/action-kit/commit/078edc2aabfe05eeb5186a2de7ecdbc8c442790d))
1249
-
1250
- ## [1.33.1](https://github.com/mobileaction/action-kit/compare/v1.33.0...v1.33.1) (2024-08-21)
1251
-
1252
-
1253
- ### Bug Fixes
1254
-
1255
- * **DUV-6365:** storybook actions upgrade & table.css file export ([3778d71](https://github.com/mobileaction/action-kit/commit/3778d71faa6879965ea19301cb6edd65d8b0ee4f))
1256
-
1257
- ## [1.33.0](https://github.com/mobileaction/action-kit/compare/v1.32.6...v1.33.0) (2024-08-21)
1258
-
1259
-
1260
- ### Features
1261
-
1262
- * **DUV-6365:** AG Grid Mobile Action theme, preview, and documentation have been added to ActionKit. ([881e5c8](https://github.com/mobileaction/action-kit/commit/881e5c8875f99e8914794400b68b85bb177d9cea))
1263
-
1264
- ## [1.32.6](https://github.com/mobileaction/action-kit/compare/v1.32.5...v1.32.6) (2024-08-20)
1265
-
1266
-
1267
- ### Bug Fixes
1268
-
1269
- * **DUV-6296:** Select item name and checkbox gap ([613a7d0](https://github.com/mobileaction/action-kit/commit/613a7d0216c478ef5a458562fe34f16f5198200a))
1270
-
1271
- ## [1.32.5](https://github.com/mobileaction/action-kit/compare/v1.32.4...v1.32.5) (2024-08-19)
1272
-
1273
-
1274
- ### Bug Fixes
1275
-
1276
- * **DUV-6410:** app-icon component xx-small variant added ([4f24c69](https://github.com/mobileaction/action-kit/commit/4f24c69b98efa1e9ba284d43e11337640f1169fd))
1277
-
1278
- ## [1.32.4](https://github.com/mobileaction/action-kit/compare/v1.32.3...v1.32.4) (2024-08-14)
1279
-
1280
-
1281
- ### Bug Fixes
1282
-
1283
- * **DUV-6284:** ma avatar component fix ([309ddc2](https://github.com/mobileaction/action-kit/commit/309ddc2c4562c829b6c21394f713d40767da1157))
1284
- * **DUV-6284:** ma avatar component fix ([2432694](https://github.com/mobileaction/action-kit/commit/24326946dd3987dabf69a66dda3d66a441820173))
1285
-
1286
- ## [1.32.3](https://github.com/mobileaction/action-kit/compare/v1.32.2...v1.32.3) (2024-08-13)
1287
-
1288
-
1289
- ### Bug Fixes
1290
-
1291
- * **DUV-6145:** select dropdown search input common design capsulated ([9c896ed](https://github.com/mobileaction/action-kit/commit/9c896edc332f18cddc5f01c68fac2708b97b5d19))
1292
-
1293
- ## [1.32.2](https://github.com/mobileaction/action-kit/compare/v1.32.1...v1.32.2) (2024-08-09)
1294
-
1295
-
1296
- ### Bug Fixes
1297
-
1298
- * **DUV-6145:** new folder icon added ([331249c](https://github.com/mobileaction/action-kit/commit/331249cb5bc57bc7df3f97e52300d131553a7627))
1299
- * **DUV-6162:** MaSpin z-index increased by 1 ([d03b248](https://github.com/mobileaction/action-kit/commit/d03b2485e71858d9aeaa2ea05c8194e96db16d61))
1300
- * **DUV-6162:** Popover z-index decreased ([a187ce5](https://github.com/mobileaction/action-kit/commit/a187ce56fab78920428833b80fbbf45bb9c4ccd6))
1301
-
1302
- ## [1.32.1](https://github.com/mobileaction/action-kit/compare/v1.32.0...v1.32.1) (2024-08-06)
1303
-
1304
-
1305
- ### Bug Fixes
1306
-
1307
- * **DUV-5932:** button default slot bugfix ([128ac4a](https://github.com/mobileaction/action-kit/commit/128ac4a11d7d2d338f6827985fc1bf4f88ce26a6))
1308
- * **DUV-5932:** ma-spin component overlay z-index decreased ([bb00e88](https://github.com/mobileaction/action-kit/commit/bb00e88e9ed4f12ce0ba5fbc696dbc9efbf2fc00))
1309
-
1310
- ## [1.32.0](https://github.com/mobileaction/action-kit/compare/v1.31.14...v1.32.0) (2024-08-05)
1311
-
1312
-
1313
- ### Features
1314
-
1315
- * **DUV-6107:** merge with dev ([14e525a](https://github.com/mobileaction/action-kit/commit/14e525a5ea7168c047c604dc0583108c4acbd018))
1316
-
1317
- ## [1.31.14](https://github.com/mobileaction/action-kit/compare/v1.31.13...v1.31.14) (2024-07-31)
1318
-
1319
-
1320
- ### Bug Fixes
1321
-
1322
- * **PEC:** Notification button fixed ([9921131](https://github.com/mobileaction/action-kit/commit/99211312584741fbaeceaedd1faa84712ba981b4))
1323
-
1324
- ## [1.31.13](https://github.com/mobileaction/action-kit/compare/v1.31.12...v1.31.13) (2024-07-31)
1325
-
1326
-
1327
- ### Bug Fixes
1328
-
1329
- * **PEC:** Remaining Icon added ([55699a3](https://github.com/mobileaction/action-kit/commit/55699a3787b7d6c56ea6f72cff013a82f90b025c))
1330
-
1331
- ## [1.31.12](https://github.com/mobileaction/action-kit/compare/v1.31.11...v1.31.12) (2024-07-26)
1332
-
1333
-
1334
- ### Bug Fixes
1335
-
1336
- * **DUV-5932:** button custom width bugfix ([5387088](https://github.com/mobileaction/action-kit/commit/5387088b7a4bd748ffa0a128bbd587f44ca9860a))
1337
-
1338
- ## [1.31.11](https://github.com/mobileaction/action-kit/compare/v1.31.10...v1.31.11) (2024-07-25)
1339
-
1340
-
1341
- ### Bug Fixes
1342
-
1343
- * **DUV-5932:** button outline tailwind fix ([218fcad](https://github.com/mobileaction/action-kit/commit/218fcad22a3470a96ad34b56d55bc81e00d615e9))
1344
-
1345
- ## [1.31.10](https://github.com/mobileaction/action-kit/compare/v1.31.9...v1.31.10) (2024-07-25)
1346
-
1347
-
1348
- ### Bug Fixes
1349
-
1350
- * **DUV-5932:** button components attribute fixes ([3a951ee](https://github.com/mobileaction/action-kit/commit/3a951eedbc97286e42dc703f3a823fd673266951))
1351
-
1352
- ## [1.31.9](https://github.com/mobileaction/action-kit/compare/v1.31.8...v1.31.9) (2024-07-24)
1353
-
1354
-
1355
- ### Bug Fixes
1356
-
1357
- * **DUV-5932:** button flex usage extend fix ([2a951f1](https://github.com/mobileaction/action-kit/commit/2a951f114a4a63649cebff939cf3e988a4d32499))
1358
-
1359
- ## [1.31.8](https://github.com/mobileaction/action-kit/compare/v1.31.7...v1.31.8) (2024-07-23)
1360
-
1361
-
1362
- ### Bug Fixes
1363
-
1364
- * **DUV-5932:** button size & color match issues fix ([eac466e](https://github.com/mobileaction/action-kit/commit/eac466ec189bac6a26867f10b22af9f1cea52f38))
1365
- * **DUV-5932:** color match issues fix ([56887c3](https://github.com/mobileaction/action-kit/commit/56887c369222bda22f865fd222a9c6b3092adf3e))
1366
-
1367
- ## [1.31.7](https://github.com/mobileaction/action-kit/compare/v1.31.6...v1.31.7) (2024-07-19)
1368
-
1369
-
1370
- ### Bug Fixes
1371
-
1372
- * **DUV-6111:** notification x-small size removed & small design updates ([81d5037](https://github.com/mobileaction/action-kit/commit/81d503708a58a077e23ac5e7ec32fdd9b6acafc2))
1373
-
1374
- ## [1.31.6](https://github.com/mobileaction/action-kit/compare/v1.31.5...v1.31.6) (2024-07-19)
1375
-
1376
-
1377
- ### Bug Fixes
1378
-
1379
- * **DUV-6104:** steps disabled mode design removed ([7aa4786](https://github.com/mobileaction/action-kit/commit/7aa4786d131f4021765761acd5b9e84b497bfe82))
1380
-
1381
- ## [1.31.5](https://github.com/mobileaction/action-kit/compare/v1.31.4...v1.31.5) (2024-07-16)
1382
-
1383
-
1384
- ### Bug Fixes
1385
-
1386
- * **DUV-6056:** app icon tooltip if check fix ([07ad5f5](https://github.com/mobileaction/action-kit/commit/07ad5f583ef95c6560c2e203d3eebc51f1f88932))
1387
-
1388
- ## [1.31.4](https://github.com/mobileaction/action-kit/compare/v1.31.3...v1.31.4) (2024-07-11)
1389
-
1390
-
1391
- ### Bug Fixes
1392
-
1393
- * **DUV-6115:** Chore to fix ([8b1ab91](https://github.com/mobileaction/action-kit/commit/8b1ab915fecb7700bd93f056349c7bb2a4dd85ee))
1394
- * **DUV-6115:** Chore to fix ([8b10dd8](https://github.com/mobileaction/action-kit/commit/8b10dd8f66ca38302bb2f28b2cdb477330ce93e4))
1395
-
1396
- ## [1.31.3](https://github.com/mobileaction/action-kit/compare/v1.31.2...v1.31.3) (2024-06-26)
1397
-
1398
-
1399
- ### Bug Fixes
1400
-
1401
- * **DUV:** more fill icon fix ([5935e5e](https://github.com/mobileaction/action-kit/commit/5935e5ec8ee417f84d20f5cddf5a34639b4d771f))
1402
-
1403
- ## [1.31.2](https://github.com/mobileaction/action-kit/compare/v1.31.1...v1.31.2) (2024-06-26)
1404
-
1405
-
1406
- ### Bug Fixes
1407
-
1408
- * **DUV:** more fill icon fix ([84d1df5](https://github.com/mobileaction/action-kit/commit/84d1df5a57d5d2ab60da28b65dbb57133208cd68))
1409
-
1410
- ## [1.31.1](https://github.com/mobileaction/action-kit/compare/v1.31.0...v1.31.1) (2024-06-26)
1411
-
1412
-
1413
- ### Bug Fixes
1414
-
1415
- * **DUV-5965:** datepicker size fix ([917bf5b](https://github.com/mobileaction/action-kit/commit/917bf5bed862b9f1a9acf840e52d167afe9eb70b))
1416
-
1417
- ## [1.31.0](https://github.com/mobileaction/action-kit/compare/v1.30.0...v1.31.0) (2024-06-26)
1418
-
1419
-
1420
- ### Features
1421
-
1422
- * **DUV:** new payment icons added ([ec3a155](https://github.com/mobileaction/action-kit/commit/ec3a155b8fc8ea2f9b48c3f62e28c96a7bfe775d))
1423
-
1424
- ## [1.30.0](https://github.com/mobileaction/action-kit/compare/v1.29.1...v1.30.0) (2024-06-25)
1425
-
1426
-
1427
- ### Features
1428
-
1429
- * **DUV-5965:** datepicker inline variant added ([783d922](https://github.com/mobileaction/action-kit/commit/783d922bce611a557ca33bcf65f573c0ae47fda0))
1430
-
1431
- ## [1.29.1](https://github.com/mobileaction/action-kit/compare/v1.29.0...v1.29.1) (2024-06-14)
1432
-
1433
-
1434
- ### Bug Fixes
1435
-
1436
- * **DUV-5961:** Fix Ellipsis component slot watcher ([08340d1](https://github.com/mobileaction/action-kit/commit/08340d11e2ded0c86b4d4ea228ee884b47facdac))
1437
-
1438
- ## [1.29.0](https://github.com/mobileaction/action-kit/compare/v1.28.0...v1.29.0) (2024-06-14)
1439
-
1440
-
1441
- ### Features
1442
-
1443
- * **DUV:** new icon added ([15c012d](https://github.com/mobileaction/action-kit/commit/15c012df2b9731699aed6ff9752cbf2024fec32c))
1444
-
1445
- ## [1.28.0](https://github.com/mobileaction/action-kit/compare/v1.27.12...v1.28.0) (2024-06-14)
1446
-
1447
-
1448
- ### Features
1449
-
1450
- * **DUV-5946:** ma ellipsis component done ([76e3d90](https://github.com/mobileaction/action-kit/commit/76e3d900b17d42b6dc32fd9e9f2b5b46aed53e57))
1451
-
1452
- ## [1.27.12](https://github.com/mobileaction/action-kit/compare/v1.27.11...v1.27.12) (2024-06-13)
1453
-
1454
-
1455
- ### Bug Fixes
1456
-
1457
- * **DUV-5952:** datepicker build bugfix ([81a8449](https://github.com/mobileaction/action-kit/commit/81a84498e1374716eb5232176d20c196574f6334))
1458
-
1459
- ## [1.27.11](https://github.com/mobileaction/action-kit/compare/v1.27.10...v1.27.11) (2024-06-13)
1460
-
1461
-
1462
- ### Bug Fixes
1463
-
1464
- * **DUV-5952:** datepicker dateSelect event added & showApply mode click outside bugfix ([e6cb0f8](https://github.com/mobileaction/action-kit/commit/e6cb0f89d8b80454ad77b354526cac1c2b5963e7))
1465
-
1466
- ## [1.27.10](https://github.com/mobileaction/action-kit/compare/v1.27.9...v1.27.10) (2024-06-11)
1467
-
1468
-
1469
- ### Bug Fixes
1470
-
1471
- * **DUV-5890:** Add `crown` icon ([c2eb9cd](https://github.com/mobileaction/action-kit/commit/c2eb9cd63b3f71eb1bf86d545727b3136ee2ffd2))
1472
-
1473
- ## [1.27.9](https://github.com/mobileaction/action-kit/compare/v1.27.8...v1.27.9) (2024-06-11)
1474
-
1475
-
1476
- ### Bug Fixes
1477
-
1478
- * **DUV-5867:** new expand icons ([f031e49](https://github.com/mobileaction/action-kit/commit/f031e4925ec1c61b4c04bc95d9ad979c889f528c))
1479
-
1480
- ## [1.27.8](https://github.com/mobileaction/action-kit/compare/v1.27.7...v1.27.8) (2024-06-11)
1481
-
1482
-
1483
- ### Bug Fixes
1484
-
1485
- * **DUV-5865:** flag icons CDN changed ([6a73e4b](https://github.com/mobileaction/action-kit/commit/6a73e4bbe5530937536ff31cda620be57e3b4973))
1486
-
1487
- ## [1.27.7](https://github.com/mobileaction/action-kit/compare/v1.27.6...v1.27.7) (2024-06-03)
1488
-
1489
-
1490
- ### Bug Fixes
1491
-
1492
- * **DUV-5885:** modal extra type prop removed ([57874f3](https://github.com/mobileaction/action-kit/commit/57874f3205c8dc264a5d654770deff089ea40508))
1493
-
1494
- ## [1.27.6](https://github.com/mobileaction/action-kit/compare/v1.27.5...v1.27.6) (2024-06-03)
1495
-
1496
-
1497
- ### Bug Fixes
1498
-
1499
- * **DUV:** Fix content scroller buttons visibility states ([5f7d01c](https://github.com/mobileaction/action-kit/commit/5f7d01cf6063a78553eaee089c27332708dc83e7))
1500
-
1501
- ## [1.27.5](https://github.com/mobileaction/action-kit/compare/v1.27.4...v1.27.5) (2024-05-31)
1502
-
1503
-
1504
- ### Bug Fixes
1505
-
1506
- * **DUV-5723:** notification remove animation ([240c839](https://github.com/mobileaction/action-kit/commit/240c839b68e4dcd35d3ef49b43faf2f0d5913958))
1507
-
1508
- ## [1.27.4](https://github.com/mobileaction/action-kit/compare/v1.27.3...v1.27.4) (2024-05-29)
1509
-
1510
-
1511
- ### Bug Fixes
1512
-
1513
- * **DUV-5163:** cascader scroll active element ([8b5300c](https://github.com/mobileaction/action-kit/commit/8b5300cef189bffd064a334b2744f21b061d9f5c))
1514
-
1515
- ## [1.27.3](https://github.com/mobileaction/action-kit/compare/v1.27.2...v1.27.3) (2024-05-24)
1516
-
1517
-
1518
- ### Bug Fixes
1519
-
1520
- * **DUV-5842:** Modal header is centered when it's not closable ([8251a54](https://github.com/mobileaction/action-kit/commit/8251a544ed6a6b82968500d32d09268a4b798a44))
1521
-
1522
- ## [1.27.2](https://github.com/mobileaction/action-kit/compare/v1.27.1...v1.27.2) (2024-05-24)
1523
-
1524
-
1525
- ### Bug Fixes
1526
-
1527
- * **DUV-5163:** cascader component overflow issue fix ([fe36125](https://github.com/mobileaction/action-kit/commit/fe36125b53c1138451800175b495307fd0641cb6))
1528
-
1529
- ## [1.27.1](https://github.com/mobileaction/action-kit/compare/v1.27.0...v1.27.1) (2024-05-21)
1530
-
1531
-
1532
- ### Bug Fixes
1533
-
1534
- * **DUV-5722:** cascader component ui improvements ([9459a96](https://github.com/mobileaction/action-kit/commit/9459a96f6df3f40458be070904dd885bbc30174a))
1535
-
1536
- ## [1.27.0](https://github.com/mobileaction/action-kit/compare/v1.26.24...v1.27.0) (2024-05-20)
1537
-
1538
-
1539
- ### Features
1540
-
1541
- * **DUV-5722:** active children auto open on mounted ([b54be3b](https://github.com/mobileaction/action-kit/commit/b54be3b75daf37b4f14467598c81ac8affbcdd77))
1542
-
1543
-
1544
- ### Bug Fixes
1545
-
1546
- * **DUV-5722:** size prop name fix ([c4529c7](https://github.com/mobileaction/action-kit/commit/c4529c7d614c38d341096adea21dc7ff9450624c))
1547
-
1548
- ## [1.26.24](https://github.com/mobileaction/action-kit/compare/v1.26.23...v1.26.24) (2024-05-14)
1549
-
1550
-
1551
- ### Bug Fixes
1552
-
1553
- * **DUV-5698:** Add social media icons ([624951e](https://github.com/mobileaction/action-kit/commit/624951e380013a08593b3a3ba347853414e3590e))
1554
-
1555
- ## [1.26.23](https://github.com/mobileaction/action-kit/compare/v1.26.22...v1.26.23) (2024-05-10)
1556
-
1557
-
1558
- ### Bug Fixes
1559
-
1560
- * **duv-5739:** re Style updates on MaImage modal operations ([891b1b6](https://github.com/mobileaction/action-kit/commit/891b1b6e9a2bceb96a31e9ba751e3a33c2bd678a))
1561
-
1562
- ## [1.26.22](https://github.com/mobileaction/action-kit/compare/v1.26.21...v1.26.22) (2024-05-09)
1563
-
1564
-
1565
- ### Bug Fixes
1566
-
1567
- * **DUV-5758:** Fix content scroller scroll offset calculation ([8541c4d](https://github.com/mobileaction/action-kit/commit/8541c4d34cf2ac3f0edf8a5eddf99bbcba9d5f53))
1568
-
1569
- ## [1.26.21](https://github.com/mobileaction/action-kit/compare/v1.26.20...v1.26.21) (2024-05-08)
1570
-
1571
-
1572
- ### Bug Fixes
1573
-
1574
- * **DUV-5272:** release yaml steps has been organized ([fa59b12](https://github.com/mobileaction/action-kit/commit/fa59b12c6de09718847c47952c3d089f9d46f406))
1575
-
1576
- ## [1.26.20](https://github.com/mobileaction/action-kit/compare/v1.26.19...v1.26.20) (2024-05-08)
1577
-
1578
-
1579
- ### Bug Fixes
1580
-
1581
- * **DUV-5272:** setup-node@v4 registry-url fix ([db4f45b](https://github.com/mobileaction/action-kit/commit/db4f45b7a907fd67f4ecb51bf06af2e1b8fcb821))
1582
-
1583
- ## [1.26.19](https://github.com/mobileaction/action-kit/compare/v1.26.18...v1.26.19) (2024-05-08)
1584
-
1585
-
1586
- ### Bug Fixes
1587
-
1588
- * **DUV-5272:** release-please bugfix ([e0482ac](https://github.com/mobileaction/action-kit/commit/e0482acd19e83db5b95b598cca6174f453a0000c))
1589
-
1590
- ## 1.26.18 (2024-05-08)
1591
-
1592
-
1593
- ### Features
1594
-
1595
- * country select badge variant added ([2ee48ac](https://github.com/mobileaction/action-kit/commit/2ee48ac0460b32320b422f3abe8c8e8642fcc469))
1596
- * **DIV-4280:** design improvements ([64a981d](https://github.com/mobileaction/action-kit/commit/64a981dff2fc7c5a122bb626a7bf3b8fe088103c))
1597
- * **DIV-4280:** highlight animation ([e7df7da](https://github.com/mobileaction/action-kit/commit/e7df7dafc38143566e656249c2c565f190bceb1e))
1598
- * **DUV-4547:** ActionKit popconfirm component implementation ([82463e0](https://github.com/mobileaction/action-kit/commit/82463e06a9db76043a314c576f3ab4a58ebc0d3c))
1599
- * **DUV-4553:** kwGroupFilter overlayPosition prop and design improvements ([151ca5a](https://github.com/mobileaction/action-kit/commit/151ca5a8d4a3a0261c053a467419749292ebc6cb))
1600
- * **DUV-4610:** switch component multiple structure & colorful store icons ([8b550f8](https://github.com/mobileaction/action-kit/commit/8b550f80c90b6e095c24a0bc7a23f0fb044435c5))
1601
- * **DUV-4620:** button highlight version added ([81bd221](https://github.com/mobileaction/action-kit/commit/81bd2211abb3d685b606f3e823915bc1e0986d8e))
1602
- * **DUV-4620:** pulse mixin ([80a7eaa](https://github.com/mobileaction/action-kit/commit/80a7eaa2b0b1b0be6581e12e1d9d048a43345b2f))
1603
- * **DUV-4643:** scrollable badge tooltip option ([de57709](https://github.com/mobileaction/action-kit/commit/de577098a7acff954663a5ab1a8fe7c4a0f91365))
1604
- * **DUV-4706:** ActionKit RadioCard component background changed ([fa83844](https://github.com/mobileaction/action-kit/commit/fa83844781502972e643830e9b5e72d640057c73))
1605
- * **DUV-4706:** ActionKit RadioCard component implementation ([21eeb01](https://github.com/mobileaction/action-kit/commit/21eeb010724aa718c0e60e84b041185d8b8ab49a))
1606
- * **DUV-4707:** ActionKit StepItem component ([0309f04](https://github.com/mobileaction/action-kit/commit/0309f04c52f1bfa70264a3ef9d33d221b9fc76c6))
1607
- * **DUV-4792:** 404 and maintenance animations added ([7aa9d65](https://github.com/mobileaction/action-kit/commit/7aa9d65982b1d8e9cd0732634e89ba0d87dc045d))
1608
- * **DUV-4792:** version ([9a06f2e](https://github.com/mobileaction/action-kit/commit/9a06f2e4d86bc4dd8fd2c1f274afd6423d7c022a))
1609
- * **DUV-4915:** switch component loading state added ([ec37d38](https://github.com/mobileaction/action-kit/commit/ec37d384c5f2ba93ebb0b809b0bece56bc2d832f))
1610
- * **DUV-5004:** date and range picker input styles ([7620b0e](https://github.com/mobileaction/action-kit/commit/7620b0ea285a41e9402348ab6e917b2eb6c26240))
1611
- * **DUV-5004:** datepicker footer ([59c2ed5](https://github.com/mobileaction/action-kit/commit/59c2ed5d72abbff7eccd17f9d9b536291a7c3b12))
1612
- * **DUV-5004:** datepicker implementation completed ([e8d9632](https://github.com/mobileaction/action-kit/commit/e8d9632947b58c4f927a177570b385affa3d255f))
1613
- * **DUV-5004:** datepicker implementation initial files ([63943a0](https://github.com/mobileaction/action-kit/commit/63943a09f25233d3173d9bd32d8da1114f0765b3))
1614
- * **DUV-5004:** datepicker preset implementation ([619be43](https://github.com/mobileaction/action-kit/commit/619be435e280263ed60863b8d3b0900809cc4385))
1615
- * **DUV-5004:** datepicker single selection styles ([947b883](https://github.com/mobileaction/action-kit/commit/947b883224770c599147f1a610116fb93c83f264))
1616
- * **DUV-5004:** range picker initial files ([15925f8](https://github.com/mobileaction/action-kit/commit/15925f85490bd62a0cfdfdcdcdc42dfb34dc33c5))
1617
- * **DUV-5004:** range picker last 7 days usage example added ([d0424e2](https://github.com/mobileaction/action-kit/commit/d0424e2a48d17220d5dc0dedc3b18a65937033b1))
1618
- * **DUV-5084:** Implement pagination v2 ([3371713](https://github.com/mobileaction/action-kit/commit/337171317a46813fa8bfda413142e147ffe36ab5))
1619
- * **DUV-5084:** Upgrade package version ([86e0fee](https://github.com/mobileaction/action-kit/commit/86e0feed89fa7f87b6aa7d74a18542a7ee770fd9))
1620
- * **DUV-5272:** release yaml file added ([a285ede](https://github.com/mobileaction/action-kit/commit/a285edeec8ab27eef91ba021d82761bfdca704ac))
1621
- * **DUV-5317:** new icons added ([4eb6d38](https://github.com/mobileaction/action-kit/commit/4eb6d38df216280b07343971bef2f6109f402ff0))
1622
- * **DUV-5317:** new icons added ([f1c422f](https://github.com/mobileaction/action-kit/commit/f1c422fdc36305e6f4f221cfe8d1c3c6e0a22ab7))
1623
- * **DUV-5489:** Implement `MaContentScroller` component ([b4c338e](https://github.com/mobileaction/action-kit/commit/b4c338e04b014440b5a35268b99cd40f62501834))
1624
- * **DUV-5629:** multi country select ux improvements ([9952927](https://github.com/mobileaction/action-kit/commit/995292756ed6f28c3b96d27200f74c1005932ce5))
1625
- * **DUV-5735:** package version ([a9a7abf](https://github.com/mobileaction/action-kit/commit/a9a7abfd7f98fdbfb68d5f1b9ca50da6541ad7b5))
1626
- * **PEC-3767:** typography variables defined, typography component implemented ([0d52ae6](https://github.com/mobileaction/action-kit/commit/0d52ae603f065a2fcc27b28088f05c77f0deafb0))
1627
-
1628
-
1629
- ### Bug Fixes
1630
-
1631
- * additional modal type icon prop added ([47a9640](https://github.com/mobileaction/action-kit/commit/47a9640f3d825d6071e7ad4652a497233f675d7e))
1632
- * **app-icon:** ActionKit app icon x-small platform icon fixed ([89c953f](https://github.com/mobileaction/action-kit/commit/89c953f4022821227c354cfc43ab48c723f034da))
1633
- * autocomplete expose methods added ([21d6a2e](https://github.com/mobileaction/action-kit/commit/21d6a2e3532e77588b999a6fcd86dd196e48e11d))
1634
- * autocomplete search input expose ([82de15f](https://github.com/mobileaction/action-kit/commit/82de15f48b67ed36af6d93b2bf33b77181342ff3))
1635
- * country select component custom option slot ([134947e](https://github.com/mobileaction/action-kit/commit/134947ee7785dd5a328e05a6b8b9dd2e0703b08b))
1636
- * datepicker ux improvements ([583d2e9](https://github.com/mobileaction/action-kit/commit/583d2e912bf3325f26d4422e02f64a142a510341))
1637
- * datepicker ux improvements ([0d397f6](https://github.com/mobileaction/action-kit/commit/0d397f61ff2327fa9b3b184c3e9fe669fe3e1515))
1638
- * datepicker ux improvements ([20cc60a](https://github.com/mobileaction/action-kit/commit/20cc60a86882a6dbb60f197e4f281a0443e50dd8))
1639
- * **DUV_5735:** visible false added to handle cancel funct for cancel button ([c2f5e2f](https://github.com/mobileaction/action-kit/commit/c2f5e2f3a9cec72bdd90d0a58fa5c829dd6a7c94))
1640
- * **DUV-4280:** gradient icons multiple usage dublicate id fix ([33e7ca1](https://github.com/mobileaction/action-kit/commit/33e7ca14324332f2b02632d05ac7616fa54b588d))
1641
- * **DUV-4547:** ActionKit popconfirm component request review changes applied ([637d8ec](https://github.com/mobileaction/action-kit/commit/637d8ec984a174b3afbacc80d4464f97bb8f1f1c))
1642
- * **DUV-4553:** kw group filter close after selection ([9818cb5](https://github.com/mobileaction/action-kit/commit/9818cb5a264a411614163658c9fda10b047740f8))
1643
- * **DUV-4559:** ActionKit keyword group badge fixed ([9a63020](https://github.com/mobileaction/action-kit/commit/9a63020e5b16a336294d1dd5d204993acd873466))
1644
- * **DUV-4574:** modal h render feature added & card collapse overflow style improvement ([5129ce2](https://github.com/mobileaction/action-kit/commit/5129ce22218b6bd75638fefb1a40ed1c6b1f008c))
1645
- * **DUV-4610:** design dix ([a33e0d0](https://github.com/mobileaction/action-kit/commit/a33e0d0dea7abff542404cc916cb85c8f312e5fd))
1646
- * **DUV-4610:** switch component test & build fixes ([c2697e6](https://github.com/mobileaction/action-kit/commit/c2697e6ae473983c6ef8efab26fe67402725533a))
1647
- * **DUV-4610:** switch options label added ([ed4e18f](https://github.com/mobileaction/action-kit/commit/ed4e18fd5c45048fec1639264e6d2a4bba3c116b))
1648
- * **DUV-4628:** Fix badge active state ([8c075c4](https://github.com/mobileaction/action-kit/commit/8c075c4f375eafe8a03abe84cb994b7e84d40039))
1649
- * **DUV-4642:** trace new icons added ([68eac63](https://github.com/mobileaction/action-kit/commit/68eac63bf4d85a6e5abc0525e803b2efc879f130))
1650
- * **DUV-4643:** scrollable badge version ([a4c0e5e](https://github.com/mobileaction/action-kit/commit/a4c0e5e04829154f361b2d34c352e6e6e800d89d))
1651
- * **DUV-4706:** ActionKit RadioCard component fixed ([e6c8534](https://github.com/mobileaction/action-kit/commit/e6c853440d185c8ab69349cc528bd1ccc259fb15))
1652
- * **DUV-4706:** ActionKit RadioCard component fixed ([a30b9a7](https://github.com/mobileaction/action-kit/commit/a30b9a768d4a69298171d24743d56f544c8ae06b))
1653
- * **DUV-4706:** ActionKit RadioCard fixed ([4b7454c](https://github.com/mobileaction/action-kit/commit/4b7454c8ea08649d71cd1cad6c17256579a3490e))
1654
- * **DUV-4706:** ActionKit RadioCard fixed ([6bfdaec](https://github.com/mobileaction/action-kit/commit/6bfdaec6bc9e37e56b0b05ef949dcb545e809c4e))
1655
- * **DUV-4706:** ActionKit RadioCard Fixed ([8bcf9c5](https://github.com/mobileaction/action-kit/commit/8bcf9c5f793e1981a6d295636aca2f2bdfd19487))
1656
- * **DUV-4706:** ActionKit RadioCard Fixed ([1316d92](https://github.com/mobileaction/action-kit/commit/1316d92c16986e0970bbd54b4d6fbfdcde913b07))
1657
- * **DUV-4706:** ActionKit RadioCard Fixed, stepitem changed feedbacks ([b009952](https://github.com/mobileaction/action-kit/commit/b0099523319299b0c0a0d6afc94cfcdbc3c6925e))
1658
- * **DUV-4706:** ActionKit RadioCard font added ([9ae69d0](https://github.com/mobileaction/action-kit/commit/9ae69d05cc5118f90d43019b07a823fa04c468fa))
1659
- * **DUV-4755:** Fix scroll effect ([ec450b5](https://github.com/mobileaction/action-kit/commit/ec450b5debe133eaa7a10ffe1aa4a7f38ebede50))
1660
- * **DUV-4755:** Fix scrollable badge auto scroll issue ([8981af1](https://github.com/mobileaction/action-kit/commit/8981af1e6164b9325d36a55aa8934b53231a9b5a))
1661
- * **DUV-4755:** Remove scrollable badge auto scroll ([f366b36](https://github.com/mobileaction/action-kit/commit/f366b368166c1a5b1453219721b197b4b55e92a0))
1662
- * **DUV-4755:** Replace inline value with 'center' ([c773785](https://github.com/mobileaction/action-kit/commit/c7737851695e58911dd6787c025db8a123b10f88))
1663
- * **DUV-4791:** Slider component limit and icon fixed ([488288b](https://github.com/mobileaction/action-kit/commit/488288bba6d693f77318e3b04c44143d65fab4f0))
1664
- * **DUV-4812:** drawer transition refactor ([db3df3e](https://github.com/mobileaction/action-kit/commit/db3df3e6f6d632608236a84118cb00a71f79203c))
1665
- * **DUV-4816:** Dropdown partially clickable ([b08219b](https://github.com/mobileaction/action-kit/commit/b08219b472a65632c337d140dd9ae72b8e301720))
1666
- * **DUV-5004:** datepicker design improvements ([c71f9e8](https://github.com/mobileaction/action-kit/commit/c71f9e84f2ae93f840a0978cca862fd8ce2c7ca2))
1667
- * **DUV-5084:** Set specific colors for `page-link` elements ([faf0f94](https://github.com/mobileaction/action-kit/commit/faf0f94be776e1753e66592cf387fb29980e8627))
1668
- * **DUV-5272:** main branch name change ([fdc46ca](https://github.com/mobileaction/action-kit/commit/fdc46ca30ed50c8eb8a54831190d0052304cff59))
1669
- * **DUV-5272:** standard-version to release-please upgrade ([805473a](https://github.com/mobileaction/action-kit/commit/805473a30a18fb36886be486d1cc674141df3e55))
1670
- * **DUV-5272:** test-results.json file added & unnecessary tests removed ([55160bf](https://github.com/mobileaction/action-kit/commit/55160bfed017e574a2ed35a0909b7ae4e9859fa5))
1671
- * **DUV-5272:** unnecessary release-please package removed ([335121d](https://github.com/mobileaction/action-kit/commit/335121d13f3ffe5c2d8662c3e28073ca60aa7070))
1672
- * **DUV-5317:** SSR window usage bugfix ([0360c6d](https://github.com/mobileaction/action-kit/commit/0360c6d9e377e55b1d5f9c1a22773bb6bdee8286))
1673
- * **DUV-5360:** Fix `MaContentScroller` default export ([e317a88](https://github.com/mobileaction/action-kit/commit/e317a8814e9567bd0ec0a91e0fa9b71003c935a3))
1674
- * **DUV-5360:** Fix content scroller buttons visibility ([a468122](https://github.com/mobileaction/action-kit/commit/a468122ae9f81d971558df5658535372958fdfe0))
1675
- * **DUV-5360:** Fix content scroller buttons visibility ([f745121](https://github.com/mobileaction/action-kit/commit/f74512162299f4f8dd4c65712466af5773611726))
1676
- * **DUV-5385:** Fix pagination visibility ([69fc8c2](https://github.com/mobileaction/action-kit/commit/69fc8c256c051c5a455124629d29cdb9e1fc9948))
1677
- * **DUV-5433:** pagination z index fix ([414e3cc](https://github.com/mobileaction/action-kit/commit/414e3cc30588b27d708b9f9d0ee9b651a87ef3dd))
1678
- * **DUV-5433:** pagination z index fix ([d0c52f0](https://github.com/mobileaction/action-kit/commit/d0c52f04fa88aae89cd477df83bb83870e8bf0a4))
1679
- * **DUV-5467:** country select - new multiselect implementation ([8520537](https://github.com/mobileaction/action-kit/commit/85205378229777928cc9ab1477c9f8020621b36c))
1680
- * **DUV-5467:** coutnry select filter fn ([1c28d9f](https://github.com/mobileaction/action-kit/commit/1c28d9fe12ab87cd5c08c6e3f9485dba0f7d4e26))
1681
- * **DUV-5489:** Fix icon current colors ([a810e60](https://github.com/mobileaction/action-kit/commit/a810e6045d9038b707629bb2cd5a5d8906221586))
1682
- * **DUV-5609:** scrollable badge component design update ([b6fd701](https://github.com/mobileaction/action-kit/commit/b6fd701b4d1ab0dd81cf40db7a64e29bbbb2a14a))
1683
- * **DUV-5610:** badge related component design improvement ([c6f0493](https://github.com/mobileaction/action-kit/commit/c6f04934821eb8493bdf0ad3b37654364851aa06))
1684
- * **DUV:** Another slider fix ([687b255](https://github.com/mobileaction/action-kit/commit/687b2556370bf6742019e590adedb1a896ac34b0))
1685
- * **DUV:** ASO new header icons build fix ([6d92295](https://github.com/mobileaction/action-kit/commit/6d92295ce411f56a46317e03238c2c9840c08b3e))
1686
- * **DUV:** dependency build fix change to atlassian to yarn ([565f618](https://github.com/mobileaction/action-kit/commit/565f6180300552bea3735fcc156f59ffaf8b7b16))
1687
- * **DUV:** dependency build source changed ([955cde6](https://github.com/mobileaction/action-kit/commit/955cde6c43ec49c237e265b450bd2d6bf5351b17))
1688
- * **DUV:** input number placeholder prop added ([1318d04](https://github.com/mobileaction/action-kit/commit/1318d04f73d62f73cd0784a138a9805fbd1d9a58))
1689
- * **DUV:** new icons added ([1fdb9ed](https://github.com/mobileaction/action-kit/commit/1fdb9ed830cfd279d01bbfc36bbaedaad3ffe27c))
1690
- * **DUV:** new icons stroke and fill fixed ([d30f278](https://github.com/mobileaction/action-kit/commit/d30f278e22a374c275aa53067074996b5b69bc87))
1691
- * **DUV:** pages deploy fix ([ecc183c](https://github.com/mobileaction/action-kit/commit/ecc183cdfe20d9a4a10e17c0fd6c767df492d0ba))
1692
- * **DUV:** parenting-bulk.svg icon fixed ([3dc0e8d](https://github.com/mobileaction/action-kit/commit/3dc0e8daaf5f6a9458b3d5bec8fff30b835033f9))
1693
- * **DUV:** Set drawer z-index to 9999 ([87c8514](https://github.com/mobileaction/action-kit/commit/87c8514cbf49500049ba0a6c10f4ed91c575aa3b))
1694
- * **DUV:** slider fix ([0167f21](https://github.com/mobileaction/action-kit/commit/0167f21a6652468bc7d494b0764d1601c5d7a5a0))
1695
- * **DUV:** slider fix ([6866760](https://github.com/mobileaction/action-kit/commit/68667604b86b64f923fca429d16b052307b91ef5))
1696
- * **DUV:** slider fix ([8df93db](https://github.com/mobileaction/action-kit/commit/8df93dbda0c0ecb1d98e4db3fd85215c02c0dab3))
1697
- * **DUV:** update checked prop added to toggle ([fbfea55](https://github.com/mobileaction/action-kit/commit/fbfea55f61246f361e9cb9ff890db209befde09a))
1698
- * modal component cancel event ([f87d1b1](https://github.com/mobileaction/action-kit/commit/f87d1b104e6e61595e141b086b5ffb5b02d114be))
1699
- * **optionGroup:** ActionKit optionGroup exported ([59ce205](https://github.com/mobileaction/action-kit/commit/59ce2050602ca6b222e273ad244cf4d6bdcee188))
1700
- * **PEC-3578:** build fix ([59ce30c](https://github.com/mobileaction/action-kit/commit/59ce30c361ce6c147f3062cb3f60456a710d4fa2))
1701
- * **PEC-3620:** Slider rework review request fixes ([f17651a](https://github.com/mobileaction/action-kit/commit/f17651ad63f4146a044f36b289cda3a5a4422a72))
1702
- * **PEC-3620:** Slider rework review request fixes ([4a133cf](https://github.com/mobileaction/action-kit/commit/4a133cfbda8872126de8b90c68320ee0bf3bb230))
1703
- * **PEC-3620:** Slider rework review request fixes ([b7eb912](https://github.com/mobileaction/action-kit/commit/b7eb91264c31ceff59fe5cb1b6df7716adceee83))
1704
- * **PEC-3642:** PR review feedbacks applied ([63bcdf3](https://github.com/mobileaction/action-kit/commit/63bcdf322c12fcbf87125a1c4e256ee4565671a0))
1705
- * **PEC-3642:** PR review feedbacks applied ([3584a93](https://github.com/mobileaction/action-kit/commit/3584a93aca9abf20f4989061f6539e90f9745f2b))
1706
- * **PEC-3642:** PR review feedbacks applied ([614efbb](https://github.com/mobileaction/action-kit/commit/614efbb95f8c332fb86f0fe40c7d2e279c2f7528))
1707
- * **PEC-3642:** PR review feedbacks applied ([912e88b](https://github.com/mobileaction/action-kit/commit/912e88b5e2ca8fb14e3fead61347826390128bd8))
1708
- * **PEC-3642:** slots fixed ([af5f8e3](https://github.com/mobileaction/action-kit/commit/af5f8e3abc8e0b179f34a66524386684711c92d2))
1709
- * **PEC-3642:** sonarCloud analysis fixed ([aa84628](https://github.com/mobileaction/action-kit/commit/aa84628a469be2f4ebc35b4166013a56d68d54da))
1710
- * **PEC-3642:** styles fixed ([3b66f18](https://github.com/mobileaction/action-kit/commit/3b66f1893d01e9535c70484a804323506d653f1e))
1711
- * **PEC-3642:** styles fixed ([f22f966](https://github.com/mobileaction/action-kit/commit/f22f9668c89f832b5740744d226aa095930732d0))
1712
- * **PEC-3642:** styles fixed ([52cf219](https://github.com/mobileaction/action-kit/commit/52cf2192aa7d9f182b64b24e14b8021e43bfd35a))
1713
- * **PEC-3642:** styles fixed ([1efe244](https://github.com/mobileaction/action-kit/commit/1efe244485b1e999df2405e14bdbc96aac65d3bb))
1714
- * **PEC-3642:** tags type removed ([68f131d](https://github.com/mobileaction/action-kit/commit/68f131df590ccf89b6a542363fd5f7406de7cf9d))
1715
- * **PEC:** badge leading hotfix ([9682786](https://github.com/mobileaction/action-kit/commit/96827867e94316ce0dc1e5e6644c46d3867d7dda))
1716
- * **PEC:** MaSelect Hotfix ([03ec3d3](https://github.com/mobileaction/action-kit/commit/03ec3d32389fc1ce41a4f4d7c848ff803fe316dd))
1717
- * **PEC:** select dropdown search hotfix ([0f5d1c2](https://github.com/mobileaction/action-kit/commit/0f5d1c2a5f098db84f78dce860ab37eba5dc2c31))
1718
- * **PEC:** Slider rework ([3fdb2de](https://github.com/mobileaction/action-kit/commit/3fdb2de7e3af8203e8ac853e3a272b8a89181235))
1719
- * **PEC:** Slider rework dot step fix ([c67b71c](https://github.com/mobileaction/action-kit/commit/c67b71cfff2885ebca044a16dc02aa6373cfdaee))
1720
- * **PEC:** Slider rework dot step fix ([dbdc45b](https://github.com/mobileaction/action-kit/commit/dbdc45b65b11994f68501f8231ec39b66e575e16))
1721
- * **PEC:** Slider rework example added ([0c345ea](https://github.com/mobileaction/action-kit/commit/0c345ea780d58d391858228a6f35b72dc0780479))
1722
- * **PEC:** Slider rework example added ([2fff363](https://github.com/mobileaction/action-kit/commit/2fff3637efcfa8f07b915dc031e1b76d1eaaef65))
1723
- * **PEC:** Slider rework fix ([aa299b1](https://github.com/mobileaction/action-kit/commit/aa299b1cc6393a60d6853a226f216e4d7092ae5c))
1724
- * **PEC:** Slider rework fix ([8566bc0](https://github.com/mobileaction/action-kit/commit/8566bc04b76e91b7d961e2f34c51deb0e010fa8c))
1725
- * **PEC:** Slider rework templates added ([b2d4022](https://github.com/mobileaction/action-kit/commit/b2d402209b3ce366cd925fd00f0e2f9340ac7d23))
1726
- * pop confirm trigger ([36068f4](https://github.com/mobileaction/action-kit/commit/36068f499cb338c78fd11d95232f1d66cfa88243))
1727
- * popconfirm empty div removed ([9bbbbf0](https://github.com/mobileaction/action-kit/commit/9bbbbf02bfb715f810cd0df0a9d6b7a34e9f37ab))
1728
- * **radio-card-mdx:** RadioCard style fixed ([9547b65](https://github.com/mobileaction/action-kit/commit/9547b65db39e5c64361314bc6588e7a8fe0f7a1b))
1729
- * **radio-card:** RadioCard style fixed ([efde942](https://github.com/mobileaction/action-kit/commit/efde942dfdc39ae361a8a0f4be2766b0b123ef65))
1730
- * removed unneccesseary imports ([c06230c](https://github.com/mobileaction/action-kit/commit/c06230c9ef5cbc193e34e9f5fc30802b7cea51e2))
1731
- * select dropdownVisibileChange event ([5754d91](https://github.com/mobileaction/action-kit/commit/5754d91d16b61bf607a117f376bf32d609bce228))
1732
- * **stepitem:** ActionKit stepitem feedback fix ([8914285](https://github.com/mobileaction/action-kit/commit/89142854aaae7a66843dcda7cf04706183f27a8a))
1733
- * switch text mask area ([4bbd142](https://github.com/mobileaction/action-kit/commit/4bbd14256ea1d817b0a6ad3dbd8f8ee23623a9d9))
1734
- * switch text mask area ([121c40a](https://github.com/mobileaction/action-kit/commit/121c40a3928893252b747171726fb6c948a93725))
1735
- * textarea 100% height removed ([cf332e6](https://github.com/mobileaction/action-kit/commit/cf332e6a978e5b59e3d1cc79f9b3c24c173eee5c))
1736
- * version number update ([98a747d](https://github.com/mobileaction/action-kit/commit/98a747d05ddfb97ecae62c6e9549488ee84d4bc9))
1737
-
1738
- ## 1.1.0 (2023-06-13)
1739
-
1740
-
1741
- ### Features
1742
-
1743
- * **ASP-254:** first iteration for buttons ([948b396](https://github.com/mobileaction/action-kit/commit/948b39671564e1377476f527d72b2c22802f1f1c))
1744
- * **ASP-255:** private storybook preview deployment implemantation ([33d6d2a](https://github.com/mobileaction/action-kit/commit/33d6d2a6e5b4185c5aa363e55764a5f6097fd1df))
1745
- * **ASP-256:** vue3 dynamic component preview decorator added and first storybook implementetion for social-button ([7e5af74](https://github.com/mobileaction/action-kit/commit/7e5af748f1eb9cf4a40f6dc1d0764c53c2d233c2))
1746
- * **ASP-265:** track button initial files and props and icons removed ([e3b53b8](https://github.com/mobileaction/action-kit/commit/e3b53b87b5e07bb21803546b51b70735a78d0abe))
1747
- * **ASP-265:** track button styles ([6ed1fbc](https://github.com/mobileaction/action-kit/commit/6ed1fbca620e3135d5be4af7cda93531364ae2a9))
1748
- * **ASP-267:** icons finish and publish ([1fb6da9](https://github.com/mobileaction/action-kit/commit/1fb6da942704ee792277f64fc74cd80612224620))
1749
- * **ASP-267:** icons importad ([e37d802](https://github.com/mobileaction/action-kit/commit/e37d802255f9252340779fe98701ecb90d6e5fd6))
1750
- * **ASP-269:** ma-form and ma-form-item components implementation ([d3fea27](https://github.com/mobileaction/action-kit/commit/d3fea27984fedf235f1c7b01ba4548087de3a764))
1751
- * **ASP-271:** Matoggle initial ([24bfeaa](https://github.com/mobileaction/action-kit/commit/24bfeaa522c7bd36d0360dc315d7caf2048d3f04))
1752
- * **ASP-271:** switch component added ([97df790](https://github.com/mobileaction/action-kit/commit/97df7900fd4b94abd9a25a59e8b4a449a4d51374))
1753
- * **ASP-271:** switch component export & npm version update ([88180d7](https://github.com/mobileaction/action-kit/commit/88180d7c33be9447140759c3bf22173a0946b77e))
1754
- * **ASP-271:** toggle component completed ([9010e50](https://github.com/mobileaction/action-kit/commit/9010e50aa636b00cb98e3a59d67084c62790e010))
1755
- * **ASP-274:** tooltip completed ([9383440](https://github.com/mobileaction/action-kit/commit/9383440b830bba581d2617da41762801c43df3ea))
1756
- * **ASP-298:** add labeler.yml to label opened PR from dev to master ([cce74bc](https://github.com/mobileaction/action-kit/commit/cce74bce3f7048526c456bb40359c7c4e67ca6d7))
1757
- * **ASP-327:** MaSelect with styles ([97a9fc3](https://github.com/mobileaction/action-kit/commit/97a9fc3e345229dd8295cb6004e0880e95fb35e8))
1758
- * **ASP-328:** MaNumericInput completed ([e4acc32](https://github.com/mobileaction/action-kit/commit/e4acc32f5f8a6eb62275229f8b0b93400ac30324))
1759
- * **ASP-333:** MaAppTrackingButton implementation completed ([392c572](https://github.com/mobileaction/action-kit/commit/392c572f2167b2f7c78b0211baae32c55a4b3f6b))
1760
- * **ASP-334:** MaAppIcon Component Implementation ([e14c3ae](https://github.com/mobileaction/action-kit/commit/e14c3ae6a990068a5b0d83653b53928e7e803605))
1761
- * **ASP-402:** remove athenian/exlude auto labeler from github actions ([f0a1583](https://github.com/mobileaction/action-kit/commit/f0a1583968e721888748c3e7560741ac45b3d539))
1762
-
1763
-
1764
- ### Bug Fixes
1765
-
1766
- * **ASP-242:** design & mobile ux improvements ([343dee9](https://github.com/mobileaction/action-kit/commit/343dee9ef1aae18c719eea6b347be65aed40d3e6))
1767
- * **ASP-254:** buton props & stories configuration ([dcbcacf](https://github.com/mobileaction/action-kit/commit/dcbcacf41bd19bb100ec52323bba9b8d30bc9295))
1768
- * **ASP-254:** dependency injection fix, build configuration & components first publishments ([e5245a1](https://github.com/mobileaction/action-kit/commit/e5245a15a79c773d636856c4290d4053892e1433))
1769
- * **ASP-254:** social buttons implementation ([8e6b4a9](https://github.com/mobileaction/action-kit/commit/8e6b4a95cf8c266f3b08b59efba49421400207cc))
1770
- * **ASP-256:** alert component stories updated ([3434781](https://github.com/mobileaction/action-kit/commit/3434781a46bb4d2c0185ff42af03ac2d3cdf1498))
1771
- * **ASP-256:** badge component stories updated ([65d39e4](https://github.com/mobileaction/action-kit/commit/65d39e4b5c838e6ca9b8f5fe0bf4005566b4b1e6))
1772
- * **ASP-256:** button component stories updated ([74bd857](https://github.com/mobileaction/action-kit/commit/74bd857a696723f3dd9b2eadaf09848614ca15f5))
1773
- * **ASP-256:** checkbox component stories updated ([abb584c](https://github.com/mobileaction/action-kit/commit/abb584c7569e627bd35bcad4546e2d9637698828))
1774
- * **ASP-256:** deployment yamp update, it is set to deploy when merge with master ([681785c](https://github.com/mobileaction/action-kit/commit/681785ce802949c1e26f6e6b5e1aa07f15516cc0))
1775
- * **ASP-256:** input component stories updated ([56e1dd4](https://github.com/mobileaction/action-kit/commit/56e1dd4690a8c337cdaa6d6d68b291f08790b0e8))
1776
- * **ASP-256:** radio component stories updated ([c3b9c29](https://github.com/mobileaction/action-kit/commit/c3b9c29b3a27c9f904cfb004f99ef02f5ffa3767))
1777
- * **ASP-256:** storybook folder names standardizations ([b9a8571](https://github.com/mobileaction/action-kit/commit/b9a85713f8b6509d467155b796e908be2929e9ff))
1778
- * **ASP-261:** description added and some fixes ([fabc69e](https://github.com/mobileaction/action-kit/commit/fabc69e6edb7431cce35d560a4d7c25fd80dedcb))
1779
- * **ASP-262:** bind typo fix, alert component capability check, quick fixes and storybook improvements ([8e65ba9](https://github.com/mobileaction/action-kit/commit/8e65ba98d2f46fb86bf4bb18586daf8cac7da136))
1780
- * **ASP-262:** social button component tsc improvements ([ceacfe6](https://github.com/mobileaction/action-kit/commit/ceacfe6a37d6f9a5ec8433efb455859cb2bb0e18))
1781
- * **ASP-264-First-publishment:** storybook upgrade, tsc configuration, custom declaration removed ([f108765](https://github.com/mobileaction/action-kit/commit/f108765f4332fb5a256d462e6a73b11ffcea9d26))
1782
- * **ASP-264:** ant design version update for searchads and lodash moved the devDependency ([4d335a5](https://github.com/mobileaction/action-kit/commit/4d335a53944709623bac433cb8ea6c30c0aea5f9))
1783
- * **ASP-264:** update tsconfig, tsconfig build error fix ([e0a2210](https://github.com/mobileaction/action-kit/commit/e0a221005e8b68c4a245d72062c0de9c3e159bf6))
1784
- * **ASP-264:** updated node version on github deployment yaml ([08ed0cd](https://github.com/mobileaction/action-kit/commit/08ed0cd6d678d08b75232cde54a922516eaea9a4))
1785
- * **ASP-265:** icons changed, styles and export ([898cad1](https://github.com/mobileaction/action-kit/commit/898cad1002691a45f5d6126fe2112bea8f94ca90))
1786
- * **ASP-265:** implemented mixin for iconColoring ([2baad40](https://github.com/mobileaction/action-kit/commit/2baad4059fc8e680b9c2f4fc113c8e578a3c0869))
1787
- * **ASP-265:** maButton loader changed ([7eb3f06](https://github.com/mobileaction/action-kit/commit/7eb3f06b2e07d0eb82c377d45d3ffb7d5ba0006b))
1788
- * **ASP-265:** maButton loader revert ([e299551](https://github.com/mobileaction/action-kit/commit/e299551047d65f177bac50fd1ada361aac154e56))
1789
- * **ASP-265:** some icons added ([a957721](https://github.com/mobileaction/action-kit/commit/a9577214b17b9dffd4391de5389357f705a9c71a))
1790
- * **ASP-267:** .nojekyll file added to build script ([3c4fd7a](https://github.com/mobileaction/action-kit/commit/3c4fd7a81f85b79a41311727e9ee0f441da8a421))
1791
- * **ASP-267:** github actions build fix ([d2a7810](https://github.com/mobileaction/action-kit/commit/d2a78106c8a715b2d376d0bed437a8d681519e72))
1792
- * **ASP-267:** icon names changed ([63037bb](https://github.com/mobileaction/action-kit/commit/63037bb04912e2af3f23adc41affb9dbe21fb185))
1793
- * **ASP-267:** icons country names updated ([e6d5c68](https://github.com/mobileaction/action-kit/commit/e6d5c6844f734b4ecce21ae14f2b823244fa0e17))
1794
- * **ASP-267:** icons pathes changed ([4367b09](https://github.com/mobileaction/action-kit/commit/4367b095238c73a7b4a0db00180a8b7a283446b6))
1795
- * **ASP-274:** button loader icon ([65e44eb](https://github.com/mobileaction/action-kit/commit/65e44eb3f14c19a2d37591aca696006f3e11d3ef))
1796
- * **ASP-274:** npm version updated ([23891e7](https://github.com/mobileaction/action-kit/commit/23891e748a0bec34cc61d7acffde830490ba1e42))
1797
- * **ASP-274:** tooltip closable added ([cdf749d](https://github.com/mobileaction/action-kit/commit/cdf749d01dc27e341011a90bcd8f6e6549f106b1))
1798
- * **ASP-324:** github actions cache package version update ([77a1304](https://github.com/mobileaction/action-kit/commit/77a1304d337b2f9e387cba992fb85686341a0065))
1799
- * **ASP-324:** github actions yml packages update ([80a3eee](https://github.com/mobileaction/action-kit/commit/80a3eee17fc1402d504f680fcdafbe265d093595))
1800
- * **ASP-327:** custom render search added ([e4964d7](https://github.com/mobileaction/action-kit/commit/e4964d733c26c07f16d0d8cec333b118b3af5e82))
1801
- * **ASP-327:** loading & disable states and style fixes ([fd31e93](https://github.com/mobileaction/action-kit/commit/fd31e93807d1a7fc514f82a04550d25de66ce685))
1802
- * **ASP-327:** stories updated ([b90ccec](https://github.com/mobileaction/action-kit/commit/b90ccec239964602b363d64f8f8a7281a786a642))
1803
- * **ASP-327:** style fixes ([93258cf](https://github.com/mobileaction/action-kit/commit/93258cfe5d532731981bcaac655d0d9bcb66cda6))
1804
- * **ASP-328:** MaNumericInput component export ([9180ae7](https://github.com/mobileaction/action-kit/commit/9180ae7ea5f72be1d89e028b76e50b0bd88940e8))
1805
- * **ASP-328:** MaNumericInput component stories ([8e85db1](https://github.com/mobileaction/action-kit/commit/8e85db1cf70d52657e57a6f0f17911a0e3236dfb))
1806
- * **ASP-331:** Input component refactor ([cd01d45](https://github.com/mobileaction/action-kit/commit/cd01d450815196ae5885ad1c0677e37d3f68570b))
1807
- * **ASP-339:** maform and maformItem input validations fix ([e0495d5](https://github.com/mobileaction/action-kit/commit/e0495d517442811024d61b1b298bc68adb0568ee))
1808
- * **ASP-342:** ant design css conflict fix & ant class names has been changed ([365edc3](https://github.com/mobileaction/action-kit/commit/365edc3853806ba0830b6da27659e9024774bf8a))
1809
- * **ASP-342:** appIcon font added ([db613ed](https://github.com/mobileaction/action-kit/commit/db613ed2ec55c8345edf1f0702273b65393de5ec))
1810
- * **ASP-342:** badge build warnings fix ([6e5a7cc](https://github.com/mobileaction/action-kit/commit/6e5a7cc9f9ed8f0dda88cfab231b1033ccd07264))
1811
- * **ASP-342:** button and input design improvements ([10bd6e0](https://github.com/mobileaction/action-kit/commit/10bd6e0f2ae847fb7078c8a6f40113e8267e4db6))
1812
- * **ASP-342:** design improvements ([72028a9](https://github.com/mobileaction/action-kit/commit/72028a9ff9a0bb030af1f0e235757190e5bb99a1))
1813
- * **ASP-342:** design issues fix ([04694d1](https://github.com/mobileaction/action-kit/commit/04694d12a38dff29570aaa223b527424bc65e4e6))
1814
- * **ASP-342:** font integration ([6bbffca](https://github.com/mobileaction/action-kit/commit/6bbffca79b7700a6303d4c1058a30c344bd1a993))
1815
- * **ASP-342:** integration style fixes ([3d4dd0e](https://github.com/mobileaction/action-kit/commit/3d4dd0e8c808eb5b4c2b5f63ea6f9dfafacf38ce))
1816
- * **ASP-342:** lint fixes ([4f4872f](https://github.com/mobileaction/action-kit/commit/4f4872f30306d1689c56e77bcadc735b45288a64))
1817
- * **ASP-342:** ma form methods implementation and input icon sizes ([218f823](https://github.com/mobileaction/action-kit/commit/218f8232ab9212c1bbd59fd4a5b71d1008145ca5))
1818
- * **ASP-342:** MaAlert checks done ([aaa01bb](https://github.com/mobileaction/action-kit/commit/aaa01bbc0174981e40f7f7267ce769910bbee880))
1819
- * **ASP-342:** MaAppIcon checks done ([db7c856](https://github.com/mobileaction/action-kit/commit/db7c856ed53fe39e0de5aaa35fccc2d3b0ffe1e1))
1820
- * **ASP-342:** MaAppTrackButton checks done ([c15610d](https://github.com/mobileaction/action-kit/commit/c15610daf2d28f20294db04cbf0321d0885a134e))
1821
- * **ASP-342:** MaBadge component checks done ([5a4072d](https://github.com/mobileaction/action-kit/commit/5a4072d8d668847b5f635f2b1e490f20cb958116))
1822
- * **ASP-342:** MaButton and Checkbox controls done and onboarding icnons imported to library ([a1b004b](https://github.com/mobileaction/action-kit/commit/a1b004b71195010995b1a5826c64098a9f1085fa))
1823
- * **ASP-342:** new icon added ([044e393](https://github.com/mobileaction/action-kit/commit/044e393d271c527751bc0cecd75a46c41ad9a81b))
1824
- * **ASP-342:** new npm version ([ca84a22](https://github.com/mobileaction/action-kit/commit/ca84a2247d953afb3c401b6f2704aa265c9a40ad))
1825
- * **ASP-342:** sb build warnings fix ([c4f7f58](https://github.com/mobileaction/action-kit/commit/c4f7f58557d6aad997c7174425114188660fa05a))
1826
- * **ASP-342:** sb font changes ([b10957b](https://github.com/mobileaction/action-kit/commit/b10957b19d835ab4f205a75ed6fc8b51b208d084))
1827
- * **ASP-342:** select dropdown render fix ([ad389de](https://github.com/mobileaction/action-kit/commit/ad389decaf993246d682d70f28db4163c3e971c3))
1828
- * **ASP-342:** Storybook descriptions completed ([30b1d21](https://github.com/mobileaction/action-kit/commit/30b1d21a50a74712c7b1cc7e4af3bc2529f744cd))
1829
- * **ASP-408:** apptrack button radio click handler ([550e2dd](https://github.com/mobileaction/action-kit/commit/550e2dd5d80299d93c99eb7a75ef68a9756518fb))
1830
- * **ASP-408:** button and badge improvements ([75b24c1](https://github.com/mobileaction/action-kit/commit/75b24c18b779d80e4d406f9c61240296f791af5f))
1831
- * **ASP-408:** design improvements ([fdbd856](https://github.com/mobileaction/action-kit/commit/fdbd856251ed883d569cb16b57a0bb4a9839f641))
1832
- * **ASP-408:** input desing fix ([bcc7726](https://github.com/mobileaction/action-kit/commit/bcc772617050d585eb4d1353f6d96ba73308912c))
1833
- * **ASP-408:** ma- prefix converted to ak- ([394e01e](https://github.com/mobileaction/action-kit/commit/394e01e330354e0e8477c191d1e212d61ac3fef1))
1834
- * **ASP-444:** ma-button type and variant props swapped, ma-button sizes changed, the size starts from small now and medium changed to the middle, tooltip and alert have slots now for HTML usage ([dcfc4ff](https://github.com/mobileaction/action-kit/commit/dcfc4ff1d74cd18051d68e0671f8e2a66f191589))