@mobileaction/action-kit 1.35.11 → 1.35.13
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 +22 -0
- package/dist/action-kit.js +2 -2
- package/dist/action-kit.mjs +140 -140
- package/dist/setting-2-linear-69dea06f.js +1 -0
- package/dist/setting-2-linear-f25343e9.mjs +16 -0
- package/dist/src/components/select/stories/group.stories.d.ts +4 -2
- package/dist/style.css +1 -1
- package/dist/table.css +8 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,28 @@
|
|
|
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.35.13](https://github.com/mobileaction/action-kit/compare/v1.35.12...v1.35.13) (2024-10-16)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **PEC:** Icons added ([471867a](https://github.com/mobileaction/action-kit/commit/471867a1416f28e3376cef98e7ba32dbf3268f64))
|
|
11
|
+
|
|
12
|
+
## [1.35.12](https://github.com/mobileaction/action-kit/compare/v1.35.11...v1.35.12) (2024-10-16)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **DUV-6565:** last item not visible fix ([fb571a9](https://github.com/mobileaction/action-kit/commit/fb571a9e2bd25cab2348f55c45b6cedb6ddfb1b8))
|
|
18
|
+
* **DUV-6613:** ag-grid pagination mobile display improvmeents ([d017187](https://github.com/mobileaction/action-kit/commit/d017187534faddc63dd8df540a93ac6adea1e402))
|
|
19
|
+
|
|
20
|
+
## [1.35.11](https://github.com/mobileaction/action-kit/compare/v1.35.10...v1.35.11) (2024-10-14)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* **DUV-6613:** ag-grid design improvements ([27c290f](https://github.com/mobileaction/action-kit/commit/27c290fcfe43adf00552c640d7fb488a861a3a08))
|
|
26
|
+
|
|
5
27
|
## [1.35.10](https://github.com/mobileaction/action-kit/compare/v1.35.9...v1.35.10) (2024-10-11)
|
|
6
28
|
|
|
7
29
|
|