@mobileaction/action-kit 1.41.2-beta.0 → 1.41.3

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,15 @@
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.41.3](https://github.com/mobileaction/action-kit/compare/v1.41.2...v1.41.3) (2025-01-22)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **PEC:** PR feedbacks applied ([2fad089](https://github.com/mobileaction/action-kit/commit/2fad089d54f8af8cac02b01cf707af4e542dba24))
11
+ * **PEC:** redundant class fixed ([6f8ceaf](https://github.com/mobileaction/action-kit/commit/6f8ceafd23c48be9f17db6b64167b3e44243ed87))
12
+ * **PEC:** Test fixed ([f977daf](https://github.com/mobileaction/action-kit/commit/f977dafa82fe03e9a23f8453abdfad5146ad8c03))
13
+
5
14
  ## [1.41.2](https://github.com/mobileaction/action-kit/compare/v1.41.1...v1.41.2) (2025-01-20)
6
15
 
7
16
 
@@ -6435,7 +6435,7 @@ const p2 = () => {
6435
6435
  `ak-badge--${r.variant}--${r.type}`,
6436
6436
  `ak-badge--${r.size}`,
6437
6437
  {
6438
- "ak-badge--icon-right": r.iconAlignment === "right"
6438
+ [`ak-badge--${r.size}--icon-${r.iconAlignment}`]: r.iconAlignment && r.icon
6439
6439
  },
6440
6440
  {
6441
6441
  "ak-badge--square": r.shape === "square"