@mobileaction/action-kit 1.42.3 → 1.42.4
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 +7 -0
- package/dist/action-kit.mjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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.42.4](https://github.com/mobileaction/action-kit/compare/v1.42.3...v1.42.4) (2025-02-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **DUV-7156:** info modal style update ([67fde7b](https://github.com/mobileaction/action-kit/commit/67fde7bfac1e0117ddff3a93d53d3aafeea288b2))
|
|
11
|
+
|
|
5
12
|
## [1.42.3](https://github.com/mobileaction/action-kit/compare/v1.42.2...v1.42.3) (2025-02-03)
|
|
6
13
|
|
|
7
14
|
|
package/dist/action-kit.mjs
CHANGED
|
@@ -11405,7 +11405,7 @@ const sC = /* @__PURE__ */ Fi(iC), rC = {
|
|
|
11405
11405
|
"error",
|
|
11406
11406
|
"blank"
|
|
11407
11407
|
], Zf = {
|
|
11408
|
-
info: "info-circle",
|
|
11408
|
+
info: "info-circle-2-bold",
|
|
11409
11409
|
success: "tick-circle-bold",
|
|
11410
11410
|
confirm: "warning",
|
|
11411
11411
|
warning: "warning",
|