@mobileaction/action-kit 1.55.15-beta.3 → 1.55.16

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 (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +2 -2
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.55.16](https://github.com/mobileaction/action-kit/compare/v1.55.15...v1.55.16) (2026-01-08)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **RVP-95:** add `maskClass` prop to MaModal2 ([8be0b02](https://github.com/mobileaction/action-kit/commit/8be0b028c7b3399c37987156a58a8a623c8c970c))
11
+ * **RVP-95:** add layout-sidebar icon ([68fec59](https://github.com/mobileaction/action-kit/commit/68fec59fc4b1ae41786c23b20830c69882dd49e9))
12
+ * **RVP-95:** remove `layout-sidebar` icon and its SVG file ([fd7e64a](https://github.com/mobileaction/action-kit/commit/fd7e64a8848531a2c81067f1cbac9d71c2d5f509))
13
+
5
14
  ## [1.55.15](https://github.com/mobileaction/action-kit/compare/v1.55.14...v1.55.15) (2025-12-31)
6
15
 
7
16
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
3
  "type": "module",
4
- "version": "1.55.15-beta.3",
4
+ "version": "1.55.16",
5
5
  "description": "UI Component library for Mobile Action.",
6
6
  "author": "MobileAction",
7
7
  "license": "MIT",
@@ -106,7 +106,7 @@
106
106
  "sass": "^1.58.3",
107
107
  "sass-loader": "^13.2.0",
108
108
  "simple-git-hooks": "^2.13.0",
109
- "storybook": "9.0.15",
109
+ "storybook": "9.1.17",
110
110
  "tailwindcss": "^3.4.3",
111
111
  "typescript": "^5.6.3",
112
112
  "vite": "7.1.11",