@mobileaction/action-kit 1.44.5 → 1.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,231 @@
2
2
 
3
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
4
 
5
+ ## [1.45.0](https://github.com/mobileaction/action-kit/compare/v1.44.6...v1.45.0) (2025-04-17)
6
+
7
+
8
+ ### Features
9
+
10
+ * **DUV-4813:** Group images added ([7f330c1](https://github.com/mobileaction/action-kit/commit/7f330c1ba4982175dd1a9fb8a80171e30b190d28))
11
+ * **DUV-4813:** Image preview component native migration ([15a8004](https://github.com/mobileaction/action-kit/commit/15a8004ae5f080684d60f378988accc59683f42b))
12
+ * **DUV-4813:** Improvements ([54f653f](https://github.com/mobileaction/action-kit/commit/54f653fbee986a080b98a785251a1575b0fc7727))
13
+ * **DUV-6076:** release MaAlert ([e982e05](https://github.com/mobileaction/action-kit/commit/e982e0590bb42e13dd865cb4eec30a5a65609da8))
14
+ * **DUV-6655:** select compact mode implementation ([df1470d](https://github.com/mobileaction/action-kit/commit/df1470d91a8b41b1baf4ab509989f42b3167b10f))
15
+ * **DUV-6655:** select component allow-clear option added ([3f2b83f](https://github.com/mobileaction/action-kit/commit/3f2b83f30fa1fabe56c563854d41c7add3ec5e34))
16
+ * **DUV-6655:** select component configuration ([4b7228c](https://github.com/mobileaction/action-kit/commit/4b7228cd57f5afafd73eeb117caed0daf438507d))
17
+ * **DUV-6655:** select component deployment ([5f37ef3](https://github.com/mobileaction/action-kit/commit/5f37ef36ab338049f58269c484b8301e7b5c9041))
18
+ * **DUV-6655:** select component group & option registry implementation ([7269301](https://github.com/mobileaction/action-kit/commit/7269301d91e1955b50608d1c21ff05f803003e9b))
19
+ * **DUV-6655:** select component implementation ([e761bbf](https://github.com/mobileaction/action-kit/commit/e761bbfccd9e33078ab2d42b4647412231efdeb8))
20
+ * **DUV-6655:** select component input design implementatatin ([486b115](https://github.com/mobileaction/action-kit/commit/486b1156c4caa13c3547598b611be29c65234622))
21
+ * **DUV-6655:** select component keyboard navigation added ([9b12c91](https://github.com/mobileaction/action-kit/commit/9b12c9179a76b2697fcdee43e5a12c356260115f))
22
+ * **DUV-6655:** select component multiple implementation ([25fb2d1](https://github.com/mobileaction/action-kit/commit/25fb2d17c3335e3666e8d944e7cae09313672f8b))
23
+ * **DUV-6655:** select component props ([dd8ab7f](https://github.com/mobileaction/action-kit/commit/dd8ab7fac0c5122113860b5e8ecad2f16e2b5e59))
24
+ * **DUV-6655:** select component selector design implementation ([875e4ad](https://github.com/mobileaction/action-kit/commit/875e4add2242865229def27a0bcf32b8b2e611cd))
25
+ * **DUV-6655:** select component virtual scroll implementation ([21b2dea](https://github.com/mobileaction/action-kit/commit/21b2dea247943abfd73d1afb68721acb50e81ec4))
26
+ * **DUV-6655:** select dropdown implementation ([12a3795](https://github.com/mobileaction/action-kit/commit/12a379586b04143d370f44fd9f3fa384baa2ef60))
27
+ * **DUV-6737:** datepicker doc improvements ([79bdc3d](https://github.com/mobileaction/action-kit/commit/79bdc3df1e2638c10792f2520ee1a69a99c95d95))
28
+ * **DUV-6827:** new tabs component init ([8b50338](https://github.com/mobileaction/action-kit/commit/8b5033881d120c0cc7df18858f4df86e96bf46ed))
29
+ * **DUV-6827:** tab component design &story implementation ([cd33f15](https://github.com/mobileaction/action-kit/commit/cd33f151a83d924ca7228b5a0a2f87cb5a6b6827))
30
+ * **DUV-6827:** tab component infra created ([2924844](https://github.com/mobileaction/action-kit/commit/29248442dcf7779d3b6ff224f9f847e7d4862545))
31
+ * **DUV-6827:** tab component stories improvements ([5ea2778](https://github.com/mobileaction/action-kit/commit/5ea27780fc8dfbd66c91ce3f0ea4fde8ef432fc6))
32
+ * **DUV-6827:** tab component test implementation & content scroller integratin ([c40edd6](https://github.com/mobileaction/action-kit/commit/c40edd67e7b1286f465ed09fa9f786d5e99a013c))
33
+ * **DUV-6827:** tab pane component init ([277a227](https://github.com/mobileaction/action-kit/commit/277a2270fbc9f98db3da8713b18807a151f5f21b))
34
+ * **DUV-6827:** tab stories name improvements ([0e7a735](https://github.com/mobileaction/action-kit/commit/0e7a7359129d103ea283b264fd4da201333bd343))
35
+ * **DUV-7023:** side menu components done ([f6c6881](https://github.com/mobileaction/action-kit/commit/f6c6881f9d4b5c11b52b587639cb5592da447048))
36
+ * **DUV-7023:** side menu icons ([4b2da2e](https://github.com/mobileaction/action-kit/commit/4b2da2e7fc56bf2277ad68f1b6fb05578ca901d2))
37
+ * **DUV-7023:** side menu icons ([ad65d38](https://github.com/mobileaction/action-kit/commit/ad65d38ff11cf7c01ed9c160d0e62a736d293233))
38
+ * **DUV-7023:** side menu item ([2b56fb3](https://github.com/mobileaction/action-kit/commit/2b56fb3ed8e798d07cdf2ace7cdec7e3c4cccc09))
39
+ * **DUV-7461:** MaTooltip2 implementation ([96fdb9a](https://github.com/mobileaction/action-kit/commit/96fdb9abde4d2537d0b1e1eb0148d8b8a8328e08))
40
+ * **DUV-7462:** Button prop additions ([9b0b1c1](https://github.com/mobileaction/action-kit/commit/9b0b1c17ad9946ab379aa300c81dbc8585864680))
41
+ * **DUV-7462:** Css alignments ([ed2e1f9](https://github.com/mobileaction/action-kit/commit/ed2e1f9590a72ff36835d9dad5bc506a4a7c39d9))
42
+ * **DUV-7462:** Popconfirm2 implementation ([369533d](https://github.com/mobileaction/action-kit/commit/369533d1504c4a7c6d4952bf1efbd28e36497ec9))
43
+ * **DUV-7462:** Props alignments ([471a1ac](https://github.com/mobileaction/action-kit/commit/471a1ac0ff7d3c23d8de560e659f8a7a1542f909))
44
+ * **PEC-4632:** card style alignment with design foundation ([93c5510](https://github.com/mobileaction/action-kit/commit/93c5510fb2afe480b5c77b429aa25f3c52233e28))
45
+ * **PEC-4632:** modal style alignment with design foundation ([41f033c](https://github.com/mobileaction/action-kit/commit/41f033c434e13c97eab9d940932831ff810700d4))
46
+ * **PEC-5460:** 3square-bold icon added ([b1f99b8](https://github.com/mobileaction/action-kit/commit/b1f99b82ab51ff125857931ed8df159a44c4440c))
47
+ * **PEC:** judge icon added ([63e313b](https://github.com/mobileaction/action-kit/commit/63e313b56c7d55d72003ba34e08892bdc75f19fd))
48
+
49
+
50
+ ### Bug Fixes
51
+
52
+ * **DIV-7032:** datepicker select popupContainer fix ([5339f09](https://github.com/mobileaction/action-kit/commit/5339f091f7e66f88f5af9d2c8009fcca5eb9ec63))
53
+ * **DIV-7032:** multi country select migration ([4d0e440](https://github.com/mobileaction/action-kit/commit/4d0e440beb09b91f0c052634a232c8ba0964e61f))
54
+ * **DIV-7032:** single country select migration ([2482c6e](https://github.com/mobileaction/action-kit/commit/2482c6e08fe5dda1c8d7688252d4ce2bdbd6d70d))
55
+ * **DUV-4813:** Attrs added to button element ([e792e33](https://github.com/mobileaction/action-kit/commit/e792e33de5c3cc0441ddb2d097548a468aca47aa))
56
+ * **DUV-4813:** Attrs placement changes ([614281e](https://github.com/mobileaction/action-kit/commit/614281e2aa65cf2808a6c041080a54becaa320e6))
57
+ * **DUV-4813:** Fix typo ([fb71964](https://github.com/mobileaction/action-kit/commit/fb7196484ef300644f5df3cf3125c6da432d5d01))
58
+ * **DUV-4813:** Height width changes ([8611e12](https://github.com/mobileaction/action-kit/commit/8611e12778c0eed7e4b439e28ee690ab44b31ea0))
59
+ * **DUV-4813:** Height width props changes ([abaf8ea](https://github.com/mobileaction/action-kit/commit/abaf8ea014a30a63f1f19f6a9f62f81f19bcf798))
60
+ * **DUV-4813:** Height width props changes deleted ([c85f7ca](https://github.com/mobileaction/action-kit/commit/c85f7ca1ea68bbf33f8daa9b4bc151e6db6b855e))
61
+ * **DUV-4813:** ma-image wrapped root ([27a1a92](https://github.com/mobileaction/action-kit/commit/27a1a922137184f04b2a58d1fef4918d3e41b8c3))
62
+ * **DUV-4813:** ma-image-2 disabled attribute inherits ([80b7d41](https://github.com/mobileaction/action-kit/commit/80b7d4198aedf289469a0ca3e7d30125c8be01c5))
63
+ * **DUV-4813:** ma-image-2 removed attribute inherits ([39a579f](https://github.com/mobileaction/action-kit/commit/39a579f1adf68168ea0b164d6eac0b4d4a9fb077))
64
+ * **DUV-4813:** Observer added for the group slot image update case ([2892745](https://github.com/mobileaction/action-kit/commit/28927450f215ac5585dfa1ee779a74191192d296))
65
+ * **DUV-4813:** Prevent default added for the preview keyboard events ([a24e694](https://github.com/mobileaction/action-kit/commit/a24e69481c301d5dc9b0448497aa561d5627e935))
66
+ * **DUV-4813:** review comments applied ([3cdb966](https://github.com/mobileaction/action-kit/commit/3cdb966e589876cce1646820641f67f2b4e4e774))
67
+ * **DUV-4813:** review comments applied ([65683c7](https://github.com/mobileaction/action-kit/commit/65683c776b2fedd092a28da051e2613ef556ed03))
68
+ * **DUV-4813:** Review comments applied ([f89c610](https://github.com/mobileaction/action-kit/commit/f89c6106786c874a750bc915a31ae2a9f58c6b17))
69
+ * **DUV-4813:** Sonar warning handled ([ee4a05d](https://github.com/mobileaction/action-kit/commit/ee4a05df6c4872b55121a3216364d2a2719202ca))
70
+ * **DUV-4813:** sonar warnings fixed ([fce7a70](https://github.com/mobileaction/action-kit/commit/fce7a7093cf5257ee3bd9866fd08798fe1141312))
71
+ * **DUV-4813:** Style changes about width height ([18e9830](https://github.com/mobileaction/action-kit/commit/18e9830e57f08adaa913dcc028ad956137e9af4f))
72
+ * **DUV-4813:** Style changes about width height ([72cc57c](https://github.com/mobileaction/action-kit/commit/72cc57cfac880a61eb9c7b944e769dc9acea1eae))
73
+ * **DUV-4813:** Style changes about width height ([4adfd37](https://github.com/mobileaction/action-kit/commit/4adfd37bf1de38ff63355d54735e89dab59d984c))
74
+ * **DUV-4813:** z-index fixed ([d98775e](https://github.com/mobileaction/action-kit/commit/d98775eea5b01146096d07e321f69ae537eac39e))
75
+ * **DUV-4813:** z-index increased ([87a556f](https://github.com/mobileaction/action-kit/commit/87a556fccf3cc1b626d63f69197b980d113a7f53))
76
+ * **DUV-6076:** Fix import path ([53838fe](https://github.com/mobileaction/action-kit/commit/53838fef71c0a314331ab9f44b074f06ac959acd))
77
+ * **DUV-6076:** Fix version release ([a96f6d3](https://github.com/mobileaction/action-kit/commit/a96f6d3ff849506d44b3ce1c6f9eadad0f911562))
78
+ * **DUV-6655:** chevron icons update ([18da750](https://github.com/mobileaction/action-kit/commit/18da750cfd7c1f6dd1b6b71a9ce2ba02a96d42e8))
79
+ * **DUV-6655:** fix popover issues & select component improvements ([4b89495](https://github.com/mobileaction/action-kit/commit/4b89495b7089f6eda64acb8de0d987ba3fea2220))
80
+ * **DUV-6655:** option registry default label issue fix ([e643763](https://github.com/mobileaction/action-kit/commit/e643763b2d39cb86843e1becfc28a40ea3e13ead))
81
+ * **DUV-6655:** popover component bugfixes & select component scroll imrpvoements ([bfc0218](https://github.com/mobileaction/action-kit/commit/bfc02189f44e53a6ba93dd8df4219bfebe2647cb))
82
+ * **DUV-6655:** select component code quality improvements ([be86a17](https://github.com/mobileaction/action-kit/commit/be86a171f150b0c89a343607d2eba524ed51e12a))
83
+ * **DUV-6655:** select component reviews ([3540459](https://github.com/mobileaction/action-kit/commit/35404592ca5d2163c360e19eb4afb848e1c4d938))
84
+ * **DUV-6655:** select component test fixes ([4917e01](https://github.com/mobileaction/action-kit/commit/4917e018e6fb6b63b4365051b013970f2931eb9f))
85
+ * **DUV-6655:** select component toggle added & multiple mode improvements ([7b89d22](https://github.com/mobileaction/action-kit/commit/7b89d22858787dd4ede451490c598efe008c7388))
86
+ * **DUV-6655:** select filter fix ([aa8fc7f](https://github.com/mobileaction/action-kit/commit/aa8fc7f492143bfa67edc8cb92f3207391f74f7b))
87
+ * **DUV-6655:** select fixes ([b33363a](https://github.com/mobileaction/action-kit/commit/b33363a6e5b84009dd4fe4dd80f909a9f9b8ebac))
88
+ * **DUV-6737:** datepicker design improvements ([796f81b](https://github.com/mobileaction/action-kit/commit/796f81b9b413e57a7099292c62c39f22a151dd9a))
89
+ * **DUV-6737:** datepicker design improvements ([ecbc918](https://github.com/mobileaction/action-kit/commit/ecbc918eac586f70c5ec37e411d50378d8a8953e))
90
+ * **DUV-6737:** datepicker placeholder design fix ([351fdf3](https://github.com/mobileaction/action-kit/commit/351fdf3c6a8cb6c9e936729b02544551a575fd30))
91
+ * **DUV-6737:** datepicker review fixes ([746f05b](https://github.com/mobileaction/action-kit/commit/746f05b9025e61fed6361d957269e230fb09cfc4))
92
+ * **DUV-6737:** datepicker tests fix ([8180991](https://github.com/mobileaction/action-kit/commit/818099149e6093a486af0a20c24f1171b7a8d27e))
93
+ * **DUV-6737:** datepicker2 component css improvements ([2ad5ae0](https://github.com/mobileaction/action-kit/commit/2ad5ae02c34ae3b21a594fccdb420f176d3457ea))
94
+ * **DUV-6737:** datepicker2 design improvements ([729ca57](https://github.com/mobileaction/action-kit/commit/729ca572747f7a294f364d6528246a7196839fd2))
95
+ * **DUV-6737:** npm version fix ([206f34e](https://github.com/mobileaction/action-kit/commit/206f34e6e211d7269610be77a154721c494bbb4b))
96
+ * **DUV-6781:** new icons & stroke button bg fix ([a4d985e](https://github.com/mobileaction/action-kit/commit/a4d985ee74cbad6d678d4b9ab478a5018c4822e2))
97
+ * **DUV-6781:** rocket-loading animation added ([3b274f5](https://github.com/mobileaction/action-kit/commit/3b274f5647a6cca51f04605a8b779e666a35b5ec))
98
+ * **DUV-6781:** search icon update ([7342632](https://github.com/mobileaction/action-kit/commit/7342632aa28d6f5f257b7ac308871ac85e8ed709))
99
+ * **DUV-6781:** tree, datepicker & app icon component small design updates ([3d1c89c](https://github.com/mobileaction/action-kit/commit/3d1c89c905dae814308ebe213f3870eeaa6dff45))
100
+ * **DUV-6786:** new serch icon ([e2f265d](https://github.com/mobileaction/action-kit/commit/e2f265dee489916ce9f6b35e7d6296dacad7d340))
101
+ * **DUV-6808:** Lock body when drawer is open ([80a6a0c](https://github.com/mobileaction/action-kit/commit/80a6a0c6c55071b8b81f282c843fcab50031c5eb))
102
+ * **DUV-6827:** tab component fragment fix ([44ca22f](https://github.com/mobileaction/action-kit/commit/44ca22ff948f1d64efaf62fd3c2d180bc8886300))
103
+ * **DUV-6827:** tabs app icon border radius ([45de6a5](https://github.com/mobileaction/action-kit/commit/45de6a5b0c7449ae835e15fdddec801b10377736))
104
+ * **DUV-6827:** tabs component tests bugfix ([8a311fa](https://github.com/mobileaction/action-kit/commit/8a311fac41c9ac24e433fed3ec4d31d034e8b7b3))
105
+ * **DUV-6837:** app icon style improvements & datepicker autorange doc improvent ([3f84d6e](https://github.com/mobileaction/action-kit/commit/3f84d6e956bcaf46c6ca65b6debb132c07992cc6))
106
+ * **DUV-6837:** kw tracking slot usage refactor ([24c98e9](https://github.com/mobileaction/action-kit/commit/24c98e9b46cf3fecf0c3b6b89046c32d5a47459d))
107
+ * **DUV-6837:** track-button design foundation sync ([b31400e](https://github.com/mobileaction/action-kit/commit/b31400ebf4339eff88226d533722f9b09a733187))
108
+ * **DUV-6837:** track-button refactor ([b006ad5](https://github.com/mobileaction/action-kit/commit/b006ad5557cd129078d054e34ad4de18748eac05))
109
+ * **DUV-6850:** ellipsis component empty tooltip fix ([02585a0](https://github.com/mobileaction/action-kit/commit/02585a01bb4edf6ae31c02a78da1d74c9fe68abc))
110
+ * **DUV-6850:** ellipsis size change listener bugfix ([45b450f](https://github.com/mobileaction/action-kit/commit/45b450f2dffe87e7ef03cc49e88849db17f6b85b))
111
+ * **DUV-6850:** select component arrow css fix ([eeabd05](https://github.com/mobileaction/action-kit/commit/eeabd054a762fc6c03465e61a54cbf41fae40585))
112
+ * **DUV-6861:** Empty code for release ([b9de39b](https://github.com/mobileaction/action-kit/commit/b9de39b3558c8b280ffeda4c7949221edb7807af))
113
+ * **DUV-6861:** Revert empty code for release ([0a4c61d](https://github.com/mobileaction/action-kit/commit/0a4c61daafdac5366e1b3d3d8eb608c9e17f360c))
114
+ * **DUV-6876:** MaAutoComplete component removed and popover story changed ([a8549bb](https://github.com/mobileaction/action-kit/commit/a8549bb797f0858ce27a56cc868d658a1a233402))
115
+ * **DUV-6948:** Color changes ([e2f4a43](https://github.com/mobileaction/action-kit/commit/e2f4a437eaead9cd5dad07e2e5226d11814df741))
116
+ * **DUV-6948:** Sonar warning handled ([255add0](https://github.com/mobileaction/action-kit/commit/255add0296c33eaa797502c305ad3540a5b97ad2))
117
+ * **DUV-6948:** Width height deleted from svg's ([354ae70](https://github.com/mobileaction/action-kit/commit/354ae70203d9bcbf800c17c0e60702231710df43))
118
+ * **DUV-7023:** apple icon fix ([3d4396e](https://github.com/mobileaction/action-kit/commit/3d4396e45fb921d4dc1ad1f32c177f7d2e9ef769))
119
+ * **DUV-7023:** merge with dev ([c6361df](https://github.com/mobileaction/action-kit/commit/c6361dff1a2b6d8f06ca37ee3ca782a1a6705d44))
120
+ * **DUV-7023:** side menu item css fix ([4c70771](https://github.com/mobileaction/action-kit/commit/4c70771e8867831fcb61d026b929f195891aac5e))
121
+ * **DUV-7023:** side menu item height fix ([d7b87a8](https://github.com/mobileaction/action-kit/commit/d7b87a88f3f89bc3835b159427ee5efe69109a8c))
122
+ * **DUV-7030:** Navbar tests added ([008fda9](https://github.com/mobileaction/action-kit/commit/008fda953a3cc46bb3001ee2ee073a6cefd4651a))
123
+ * **DUV-7030:** Sonar warning handled ([9fe6793](https://github.com/mobileaction/action-kit/commit/9fe6793145d182649228af361780a1a733c2d133))
124
+ * **DUV-7030:** Teleport added to image2 preview ([09390fc](https://github.com/mobileaction/action-kit/commit/09390fcbb33557ae3404230fd100624ac998d4a4))
125
+ * **DUV-7030:** z-index increased ([df664c5](https://github.com/mobileaction/action-kit/commit/df664c5965994722ec01c5585d1102cff11b7565))
126
+ * **DUV-7031:** content scroller display scroll arrows fix ([c8b483a](https://github.com/mobileaction/action-kit/commit/c8b483a5e04172188fb08686585a418882d98874))
127
+ * **DUV-7032:** country select component badge props added ([5d64061](https://github.com/mobileaction/action-kit/commit/5d6406115af4df81cf1df4b6e3e124bf8a916721))
128
+ * **DUV-7032:** drawer test fix ([71eb426](https://github.com/mobileaction/action-kit/commit/71eb42665906dd0004b3fd0ba8937c34a466592e))
129
+ * **DUV-7032:** input component select2 migration ([543f1ee](https://github.com/mobileaction/action-kit/commit/543f1ee6eb19c68c5841d55f8c210a0f7fd8e418))
130
+ * **DUV-7032:** new z-index for overlays ([cfdecdb](https://github.com/mobileaction/action-kit/commit/cfdecdb98ec3a4dbe7f3ef1a0ef0af901d5fff06))
131
+ * **DUV-7032:** pagination component select migration ([dc857e5](https://github.com/mobileaction/action-kit/commit/dc857e571e32727ce27b1424de39f1ab664f0a8c))
132
+ * **DUV-7032:** popover component nested usage fix ([2808f21](https://github.com/mobileaction/action-kit/commit/2808f2154f176a07fc0369bf53ae347d8e44b2be))
133
+ * **DUV-7032:** select & popover z-index issue fix ([ba274ad](https://github.com/mobileaction/action-kit/commit/ba274ad00150b055f60beda6c5c297adf04bca11))
134
+ * **DUV-7032:** select-2 grup usage autoscroll fix ([e739625](https://github.com/mobileaction/action-kit/commit/e739625ceadcf76daaf48b80495e342ad1574240))
135
+ * **DUV-7032:** select2 isOpen prop bugfix ([7e7639e](https://github.com/mobileaction/action-kit/commit/7e7639e95b72aa4e108acab80a9a24f13077d35e))
136
+ * **DUV-7032:** tsc build fix ([90c0863](https://github.com/mobileaction/action-kit/commit/90c08634e5fffc9fa27b294a1dc9f56f8d48c453))
137
+ * **DUV-7033:** Datepicker2 emit openChange ([58a97ac](https://github.com/mobileaction/action-kit/commit/58a97ac64daa63e59ad5c8382a1c571e671cc098))
138
+ * **DUV-7033:** Datepicker2 z-index increased and overlayClassName prop added ([4768c88](https://github.com/mobileaction/action-kit/commit/4768c88c2ad9025a5a1b70eb8df29284de9aa4ce))
139
+ * **DUV-7033:** overlayClassName prop default undefined ([12614ca](https://github.com/mobileaction/action-kit/commit/12614ca70528fa7f858ebaecaeb88434d3087652))
140
+ * **DUV-7033:** Review comment applied ([63782b5](https://github.com/mobileaction/action-kit/commit/63782b59258fef35ef36d30605d2a76196a16456))
141
+ * **DUV-7068:** functional modal component blank variant implementation ([fe0fc0c](https://github.com/mobileaction/action-kit/commit/fe0fc0c22f18a5a61134e73044fdb8a24b639f47))
142
+ * **DUV-7068:** modal closed event added ([947fe24](https://github.com/mobileaction/action-kit/commit/947fe2486eaf1ec6e97e7fc4dae3a76bdf71b572))
143
+ * **DUV-7068:** modal no space bugfixx ([1db5d0f](https://github.com/mobileaction/action-kit/commit/1db5d0f285eaefbe627423caa47c920c449eb764))
144
+ * **DUV-7068:** select component warning fix ([e6380df](https://github.com/mobileaction/action-kit/commit/e6380dfefa5ab67e677ab9771fe5fb6f080b8752))
145
+ * **DUV-7068:** select dynamic scroll fix ([f4d04a4](https://github.com/mobileaction/action-kit/commit/f4d04a44b867ad0b83dd0c2f80b90fdfbd386392))
146
+ * **DUV-7156:** info modal style update ([67fde7b](https://github.com/mobileaction/action-kit/commit/67fde7bfac1e0117ddff3a93d53d3aafeea288b2))
147
+ * **DUV-7200:** Icon renamed ([1b44ead](https://github.com/mobileaction/action-kit/commit/1b44ead9195376508f82958fa62d86f7a33c486d))
148
+ * **DUV-7200:** Width height removed ([93f573d](https://github.com/mobileaction/action-kit/commit/93f573de297d0c6cf699a59c994792d2859847e6))
149
+ * **DUV-7220:** textarea clear button design fix ([d35c748](https://github.com/mobileaction/action-kit/commit/d35c748ee71378a9a974fe4f1c40eb66866db0ef))
150
+ * **DUV-7228:** Video play bold icon added ([8c2da20](https://github.com/mobileaction/action-kit/commit/8c2da20345691216312c804b0f28dc4e3c86ebf9))
151
+ * **DUV-7337:** Add company icons ([9d8bb63](https://github.com/mobileaction/action-kit/commit/9d8bb63104494ee513acad633ab4f6fd4216e036))
152
+ * **DUV-7337:** Add size variant ([e653871](https://github.com/mobileaction/action-kit/commit/e653871ae484853a28a7eb0d95efc214ee6080f0))
153
+ * **DUV-7370:** Popover's z-index increased for the popconfirm ([7240ae6](https://github.com/mobileaction/action-kit/commit/7240ae6c2fd868fcb3935b38cf2a94912fcad219))
154
+ * **DUV-7370:** Story ErrorState typo fixed ([f5ec651](https://github.com/mobileaction/action-kit/commit/f5ec651475ea507bf8e37b0f2fcb0f7339acb266))
155
+ * **DUV-7459:** country select input slot usage ([eef66f6](https://github.com/mobileaction/action-kit/commit/eef66f6555e02cab86f89998448ad920a6becb33))
156
+ * **DUV-7459:** country select slot usage fix ([d841a0b](https://github.com/mobileaction/action-kit/commit/d841a0be5e4ab59293ac1ec6d39764bd5f66e356))
157
+ * **DUV-7461:** css class added ([faf69b0](https://github.com/mobileaction/action-kit/commit/faf69b082453f7c301507574ef07187bcd5c00d0))
158
+ * **DUV-7461:** css class fixed ([12948ee](https://github.com/mobileaction/action-kit/commit/12948ee3d0fa3cda13fb54a36b6a77b58a635e5d))
159
+ * **DUV-7461:** css class reverted ([039bc3e](https://github.com/mobileaction/action-kit/commit/039bc3ee230328f3913e763a13b28456456b6004))
160
+ * **DUV-7461:** css improvements ([82e718c](https://github.com/mobileaction/action-kit/commit/82e718c5ec76f5e62e23ce039a5a26d283dd19b9))
161
+ * **DUV-7461:** Css review comments applied ([65ff5f4](https://github.com/mobileaction/action-kit/commit/65ff5f4cc486b303dd887988aae5b6e602166f68))
162
+ * **DUV-7461:** improvements ([1657365](https://github.com/mobileaction/action-kit/commit/1657365f5bb381cc7df5075010bd6364d49f6a08))
163
+ * **DUV-7461:** MaTooltip2 implementation ([41d78e2](https://github.com/mobileaction/action-kit/commit/41d78e26b5d49d11680ebfe0c9821d0f4ac00ed6))
164
+ * **DUV-7461:** Popconfirm default variant prop added ([dd1cf81](https://github.com/mobileaction/action-kit/commit/dd1cf812220411d4004b102a8617a2ca4ec4f0e2))
165
+ * **DUV-7461:** Props fixed for popoverProps ([728e3f8](https://github.com/mobileaction/action-kit/commit/728e3f89dbe52c8de0223532f78761b9ac3099ae))
166
+ * **DUV-7461:** release please test & story format ([a726761](https://github.com/mobileaction/action-kit/commit/a726761e8976d3813eab0592fadc8592629c7f69))
167
+ * **DUV-7461:** Show code improvements ([3e54e79](https://github.com/mobileaction/action-kit/commit/3e54e79ee35b4d4a181e5aefccc8622dd36bd801))
168
+ * **DUV-7461:** sonar issues fixed ([60c08ef](https://github.com/mobileaction/action-kit/commit/60c08eff05e0c099d9783058a1d89c83326d5815))
169
+ * **DUV-7461:** Story default type changed ([b5506b7](https://github.com/mobileaction/action-kit/commit/b5506b7ff60dffcdb4161de31a628dd307cf603f))
170
+ * **DUV-7461:** Test file fixes ([50d3163](https://github.com/mobileaction/action-kit/commit/50d316322f4aaced3c9e62e79a6df46c22fcaf37))
171
+ * **DUV-7461:** Z-index fixed ([98d3ead](https://github.com/mobileaction/action-kit/commit/98d3ead07000114e0d16a77af141e7af2b4369d4))
172
+ * **DUV-7461:** Z-index fixed ([5d201f0](https://github.com/mobileaction/action-kit/commit/5d201f09a4fea18287396f41d462715707e9694f))
173
+ * **DUV-7461:** Z-index removed from tooltip ([1a0c32d](https://github.com/mobileaction/action-kit/commit/1a0c32da18ac9dcfb69724c4b443385dbdb9f5bc))
174
+ * **DUV-7462:** Css fixes ([e2d63a5](https://github.com/mobileaction/action-kit/commit/e2d63a5aca7e833aef6f2b290038d49ec75a538a))
175
+ * **DUV-7462:** Css fixes ([c18d1a4](https://github.com/mobileaction/action-kit/commit/c18d1a43b49e6cd5e8cc50710fd10c7908a49c01))
176
+ * **DUV-7462:** Css improvements ([fd2f8f5](https://github.com/mobileaction/action-kit/commit/fd2f8f590106cf5d954b4531f809e99fed7c72eb))
177
+ * **DUV-7462:** Icon size changed ([03a9616](https://github.com/mobileaction/action-kit/commit/03a9616bd69beaa22a7d3f6a8e1434d380fe9699))
178
+ * **DUV-7462:** Paddings increased ([d3f82c5](https://github.com/mobileaction/action-kit/commit/d3f82c5b7b9dc8432cc7439db5673d1c6b47ac5e))
179
+ * **DUV-7462:** Popconfirm test files fixed ([8943cc7](https://github.com/mobileaction/action-kit/commit/8943cc78a22d77f07d1614985cffdf73ecaa9e7c))
180
+ * **DUV-7462:** Popconfirm2 improvements ([20d03fb](https://github.com/mobileaction/action-kit/commit/20d03fbe414a53eb49144a3cbff20480e7ea1dc0))
181
+ * **DUV-7462:** Review comments applied ([afd1d38](https://github.com/mobileaction/action-kit/commit/afd1d38caa43539762c9745a7a1f2e444f9a5998))
182
+ * **DUV-7462:** Review comments applied ([38669bf](https://github.com/mobileaction/action-kit/commit/38669bf318970a2461612f53cae706d5315abe21))
183
+ * **DUV-7462:** Review comments applied ([d4f0a96](https://github.com/mobileaction/action-kit/commit/d4f0a9616ba585f5c011b733a732cb7e79e53a0c))
184
+ * **DUV-7462:** Sonar issues fixed ([6fa3d5e](https://github.com/mobileaction/action-kit/commit/6fa3d5e6037f960c985aff33b7bbed370c4a256f))
185
+ * **DUV-7462:** Test file deleted for beta release ([a6ac52f](https://github.com/mobileaction/action-kit/commit/a6ac52fbcbb38b6d9d06fe05fc42bb0616e43dda))
186
+ * **DUV-7462:** Test file fixes ([6fcfe55](https://github.com/mobileaction/action-kit/commit/6fcfe554c41f2f4572e83f37a6cb8e7a549f62e5))
187
+ * **DUV-7462:** Test file improvements ([41b2d39](https://github.com/mobileaction/action-kit/commit/41b2d3931bfad38919c62316d612117b98381639))
188
+ * **DUV-7476:** Add secondary mode class ([b36c8f3](https://github.com/mobileaction/action-kit/commit/b36c8f344f3c6e19bf464c14cd555b4a413259d8))
189
+ * **DUV:** grid icon added ([fea8001](https://github.com/mobileaction/action-kit/commit/fea8001afca9fb619dea632a91c567587d1a24d5))
190
+ * **DUV:** ma popover 2 some fix ([2e296d5](https://github.com/mobileaction/action-kit/commit/2e296d54901ae6f46a14d74cf32a8c4d022dea60))
191
+ * **DUV:** ma popover 2 some fix ([6089e2a](https://github.com/mobileaction/action-kit/commit/6089e2a984691c1a4788fc4df3f51f4f67262528))
192
+ * **DUV:** ma popover 2 some fix ([64a6b1d](https://github.com/mobileaction/action-kit/commit/64a6b1dc9499ba8420244f57ce7ee83bca145f36))
193
+ * **DUV:** ma popover 2 some fix ([525b0fb](https://github.com/mobileaction/action-kit/commit/525b0fb98701b975ec35904b3f644ea28731710c))
194
+ * **DUV:** ma popover 2 some fix ([9d9ddb3](https://github.com/mobileaction/action-kit/commit/9d9ddb3650f6d597f4bc3b04d8ee309849006b8f))
195
+ * **DUV:** ma popover 2 some fix ([7a2f1bc](https://github.com/mobileaction/action-kit/commit/7a2f1bcfbfc8c4006bce767799d60b12090e2f45))
196
+ * **DUV:** popover fix ([07817a2](https://github.com/mobileaction/action-kit/commit/07817a21cef353cbfcc5b53ce82d77528671b6a2))
197
+ * **DUV:** popover fix ([6e3d4c4](https://github.com/mobileaction/action-kit/commit/6e3d4c41a595a4a80f8cc37b20ad5076468452a8))
198
+ * **DUV:** popover fix ([68e9e15](https://github.com/mobileaction/action-kit/commit/68e9e1527b8c1f4800ed10077540a1c8ad532913))
199
+ * **DUV:** popover fix ([6d4169f](https://github.com/mobileaction/action-kit/commit/6d4169f803d4e4defded3ed87b070d695ce17cb6))
200
+ * **DUV:** popover fix ([b00307c](https://github.com/mobileaction/action-kit/commit/b00307c7e97044fa24066710fdb8f450b353a4e1))
201
+ * **DUV:** popover fix ([071a1a3](https://github.com/mobileaction/action-kit/commit/071a1a3c024d09795d2c4bb7b7ea6b7acfb83487))
202
+ * **DUV:** popover fix ([f8b71b7](https://github.com/mobileaction/action-kit/commit/f8b71b771c6edf5d43bb3cac44763733c5e8fb13))
203
+ * **DUV:** popover trigger fix ([cc05760](https://github.com/mobileaction/action-kit/commit/cc057601604c85313112f686815a0c83253de985))
204
+ * **DUV:** popover trigger fix ([abc7751](https://github.com/mobileaction/action-kit/commit/abc7751fbdad27da190bfd10b0b69ecd2f473ff4))
205
+ * **DUV:** popover trigger fix ([644eb9f](https://github.com/mobileaction/action-kit/commit/644eb9fc784d730b2a11a9fe6797ce08f6135154))
206
+ * **DUV:** popover trigger fix ([23cf801](https://github.com/mobileaction/action-kit/commit/23cf8019011b2feade837f587a715b12af375c36))
207
+ * **DUV:** popover trigger fix ([5858f9c](https://github.com/mobileaction/action-kit/commit/5858f9c7c98d0ee4027f6e159df25244d98a7d03))
208
+ * **DUV:** popover trigger fix ([39e6367](https://github.com/mobileaction/action-kit/commit/39e63675db7895019e0e2f9384737bd5f18edc78))
209
+ * patch release ([e644a44](https://github.com/mobileaction/action-kit/commit/e644a446a30d6daffa7f0cb20aeb1f8dd1fbbdb2))
210
+ * **PEC-4632:** card padding reverted back exact value ([6d3834c](https://github.com/mobileaction/action-kit/commit/6d3834c6576e07207206fb7cdd4d39f08d94b50e))
211
+ * **PEC-4632:** card padding update ([4d36495](https://github.com/mobileaction/action-kit/commit/4d36495023c096a8842066b14b76005228629ad8))
212
+ * **PEC-4632:** modal closable header padding update ([ad404a3](https://github.com/mobileaction/action-kit/commit/ad404a30434383555fcc8964f78def60f3a26a20))
213
+ * **PEC-4632:** modal padding and closable improvement, ([cb06b7a](https://github.com/mobileaction/action-kit/commit/cb06b7a10203893707d40a51e9accd02dab4c512))
214
+ * **PEC-4632:** modal story update ([0a645ed](https://github.com/mobileaction/action-kit/commit/0a645ed84e2d8e7a181f895f527874a7fe419312))
215
+ * **PEC-4632:** trigger release ([ced7662](https://github.com/mobileaction/action-kit/commit/ced7662401e236f8f3fb5ee1f2d75d18778545b5))
216
+ * **PEC-4658:** trigger release ([149944d](https://github.com/mobileaction/action-kit/commit/149944d05852e4b073ab5ac261853e4b6bd455de))
217
+ * **PEC:** Badge sizes fixed ([4432e51](https://github.com/mobileaction/action-kit/commit/4432e5135e22872ec511aa99044c7da918d7c53f))
218
+ * **PEC:** PR feedbacks applied ([2fad089](https://github.com/mobileaction/action-kit/commit/2fad089d54f8af8cac02b01cf707af4e542dba24))
219
+ * **PEC:** redundant class fixed ([6f8ceaf](https://github.com/mobileaction/action-kit/commit/6f8ceafd23c48be9f17db6b64167b3e44243ed87))
220
+ * **PEC:** Test fixed ([f977daf](https://github.com/mobileaction/action-kit/commit/f977dafa82fe03e9a23f8453abdfad5146ad8c03))
221
+
222
+ ## [1.44.6](https://github.com/mobileaction/action-kit/compare/v1.44.5...v1.44.6) (2025-04-17)
223
+
224
+
225
+ ### Bug Fixes
226
+
227
+ * **DUV-7461:** Z-index fixed ([98d3ead](https://github.com/mobileaction/action-kit/commit/98d3ead07000114e0d16a77af141e7af2b4369d4))
228
+ * **DUV-7461:** Z-index fixed ([5d201f0](https://github.com/mobileaction/action-kit/commit/5d201f09a4fea18287396f41d462715707e9694f))
229
+
5
230
  ## [1.44.5](https://github.com/mobileaction/action-kit/compare/v1.44.4...v1.44.5) (2025-04-15)
6
231
 
7
232
 
@@ -858,6 +858,7 @@ const GC = {
858
858
  () => [
859
859
  "ma-tooltip",
860
860
  `ma-tooltip--${s.type}`,
861
+ "ma-tooltip-popover",
861
862
  s?.overlayClassName
862
863
  ].join(" ")
863
864
  ), c = Ve(s.defaultVisible), p = () => {
@@ -19,6 +19,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
19
19
  type: BooleanConstructor;
20
20
  default: boolean;
21
21
  };
22
+ secondary: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
22
26
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
23
27
  data: {
24
28
  type: ArrayConstructor;
@@ -40,7 +44,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
40
44
  type: BooleanConstructor;
41
45
  default: boolean;
42
46
  };
47
+ secondary: {
48
+ type: BooleanConstructor;
49
+ default: boolean;
50
+ };
43
51
  }>> & Readonly<{}>, {
52
+ secondary: boolean;
44
53
  advancedFilter: boolean;
45
54
  domLayout: string;
46
55
  showStatusBar: boolean;
@@ -103,3 +103,30 @@ export declare const Fields: ({
103
103
  headerClass?: undefined;
104
104
  valueFormatter?: undefined;
105
105
  })[];
106
+ export declare const SecondaryFields: ({
107
+ field: string;
108
+ headerName: string;
109
+ filter: boolean;
110
+ flex: number;
111
+ type?: undefined;
112
+ headerClass?: undefined;
113
+ valueFormatter?: undefined;
114
+ } | {
115
+ field: string;
116
+ headerName: string;
117
+ filter: boolean;
118
+ type: string;
119
+ headerClass: string;
120
+ flex: number;
121
+ valueFormatter?: undefined;
122
+ } | {
123
+ field: string;
124
+ headerName: string;
125
+ filter: boolean;
126
+ type: string;
127
+ valueFormatter: ({ value }: {
128
+ value: number;
129
+ }) => string;
130
+ headerClass: string;
131
+ flex: number;
132
+ })[];
@@ -12,3 +12,4 @@ export declare const Default: StoryFn;
12
12
  export declare const AdvancedFilter: StoryFn;
13
13
  export declare const StickyHeader: StoryFn;
14
14
  export declare const StatusBar: StoryFn;
15
+ export declare const SecondaryMode: StoryFn;
@@ -14,3 +14,5 @@ export declare const DefaultVisible: Story;
14
14
  export declare const MouseEnterDelay: Story;
15
15
  export declare const MouseLeaveDelay: Story;
16
16
  export declare const SlotUsage: Story;
17
+ export declare const InsideOfAPopover: Story;
18
+ export declare const InsideOfADropdown: Story;