@mobileaction/action-kit 1.38.2-beta.2 → 1.38.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.
Files changed (26) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/action-kit.mjs +7567 -8047
  3. package/dist/close-CFWde4ah.js +17 -0
  4. package/dist/src/components/animation/types.d.ts +1 -1
  5. package/dist/src/components/drawer/index.vue.d.ts +135 -16
  6. package/dist/src/components/drawer/stories/drawer.stories.d.ts +19 -0
  7. package/dist/src/components/popover-2/index.vue.d.ts +6 -6
  8. package/dist/src/components/popover-2/stories/constants.d.ts +7 -7
  9. package/dist/src/components/popover-2/stories/default.stories.d.ts +1 -0
  10. package/dist/src/index.d.ts +0 -1
  11. package/dist/style.css +1 -1
  12. package/package.json +1 -2
  13. package/dist/close-CI7bEVx4.js +0 -29
  14. package/dist/src/components/date-picker-2/components/calendarSelect.vue.d.ts +0 -13
  15. package/dist/src/components/date-picker-2/composables/useDatePickerFormat.d.ts +0 -8
  16. package/dist/src/components/date-picker-2/composables/utils.d.ts +0 -16
  17. package/dist/src/components/date-picker-2/index.vue.d.ts +0 -137
  18. package/dist/src/components/date-picker-2/stories/constants.d.ts +0 -6
  19. package/dist/src/components/date-picker-2/stories/default.stories.d.ts +0 -26
  20. package/dist/src/components/date-picker-2/stories/range.stories.d.ts +0 -27
  21. package/dist/src/components/date-picker-2/types.d.ts +0 -179
  22. package/dist/src/components/drawer/composables/index.d.ts +0 -2
  23. package/dist/src/components/drawer/stories/constants.d.ts +0 -91
  24. package/dist/src/components/drawer/stories/default.stories.d.ts +0 -8
  25. package/dist/src/components/drawer/types.d.ts +0 -1
  26. /package/dist/src/components/{date-picker-2/date-picker.test.d.ts → drawer/drawer.test.d.ts} +0 -0
package/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
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.38.4](https://github.com/mobileaction/action-kit/compare/v1.38.3...v1.38.4) (2024-11-28)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **DUV:** ma popover 2 some fix ([64a6b1d](https://github.com/mobileaction/action-kit/commit/64a6b1dc9499ba8420244f57ce7ee83bca145f36))
11
+ * **DUV:** ma popover 2 some fix ([525b0fb](https://github.com/mobileaction/action-kit/commit/525b0fb98701b975ec35904b3f644ea28731710c))
12
+ * **DUV:** ma popover 2 some fix ([9d9ddb3](https://github.com/mobileaction/action-kit/commit/9d9ddb3650f6d597f4bc3b04d8ee309849006b8f))
13
+ * **DUV:** ma popover 2 some fix ([7a2f1bc](https://github.com/mobileaction/action-kit/commit/7a2f1bcfbfc8c4006bce767799d60b12090e2f45))
14
+
15
+ ## [1.38.3](https://github.com/mobileaction/action-kit/compare/v1.38.2...v1.38.3) (2024-11-28)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **DUV-6781:** rocket-loading animation added ([3b274f5](https://github.com/mobileaction/action-kit/commit/3b274f5647a6cca51f04605a8b779e666a35b5ec))
21
+
5
22
  ## [1.38.2](https://github.com/mobileaction/action-kit/compare/v1.38.1...v1.38.2) (2024-11-25)
6
23
 
7
24