@mobileaction/action-kit 1.42.11 → 1.42.12
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 +8 -0
- package/dist/action-kit.mjs +7865 -8309
- package/dist/src/components/avatar/stories/default.stories.d.ts +1 -2
- package/dist/src/components/button/link-button/stories/link.stories.d.ts +1 -1
- package/dist/src/components/button/social-button/stories/social.stories.d.ts +3 -3
- package/dist/src/components/button/stories/constants.d.ts +2 -3
- package/dist/src/components/cascader/stories/default.stories.d.ts +4789 -13
- package/dist/src/components/content-scroller/stories/default.stories.d.ts +1 -1
- package/dist/src/components/country-radio/stories/default.stories.d.ts +1 -1
- package/dist/src/components/ellipsis/stories/default.stories.d.ts +1 -1
- package/dist/src/components/image-2/stories/default.stories.d.ts +7 -6
- package/dist/src/components/input/stories/amount.stories.d.ts +2 -2
- package/dist/src/components/input/stories/credit-card.stories.d.ts +2 -2
- package/dist/src/components/input/stories/default.stories.d.ts +2 -2
- package/dist/src/components/input/stories/email.stories.d.ts +2 -2
- package/dist/src/components/input/stories/password.stories.d.ts +2 -2
- package/dist/src/components/input/stories/textarea.stories.d.ts +2 -2
- package/dist/src/components/input/stories/url.stories.d.ts +2 -2
- package/dist/src/components/input/stories/user-info.stories.d.ts +6 -6
- package/dist/src/components/input-number/stories/default.stories.d.ts +609 -10
- package/dist/src/components/modal/stories/default.stories.d.ts +1 -1
- package/dist/src/components/modal/stories/functions.stories.d.ts +1 -1
- package/dist/src/components/numeric-input/stories/default.stories.d.ts +1 -1
- package/dist/src/components/pagination/stories/default.stories.d.ts +1 -1
- package/dist/src/components/popconfirm/stories/default.stories.d.ts +5 -2
- package/dist/src/components/popover-2/stories/default.stories.d.ts +3 -3
- package/dist/src/components/radio/stories/default.stories.d.ts +1 -1
- package/dist/src/components/radio-card/stories/default.stories.d.ts +1 -1
- package/dist/src/components/rate/stories/default.stories.d.ts +2 -1
- package/dist/src/components/side-menu-2/menu-button/stories/default.stories.d.ts +2 -2
- package/dist/src/components/slider/stories/default.stories.d.ts +3 -1
- package/dist/src/components/spin/stories/container.stories.d.ts +1 -1
- package/dist/src/components/spin/stories/default.stories.d.ts +1 -1
- package/dist/src/components/step-items/stories/default.stories.d.ts +3 -3
- package/dist/src/components/step-items/stories/step-item.stories.d.ts +2 -1
- package/dist/src/components/toggle/stories/default.stories.d.ts +5 -3
- package/dist/src/index.d.ts +0 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/src/components/avatar/stories/constants.d.ts +0 -10
- package/dist/src/components/button/link-button/stories/constants.d.ts +0 -4
- package/dist/src/components/button/social-button/stories/constants.d.ts +0 -5
- package/dist/src/components/cascader/stories/constants.d.ts +0 -7
- package/dist/src/components/collapse/stories/constants.d.ts +0 -74
- package/dist/src/components/content-scroller/stories/constants.d.ts +0 -53
- package/dist/src/components/country-radio/stories/constants.d.ts +0 -5
- package/dist/src/components/country-select/stories/constants.d.ts +0 -4
- package/dist/src/components/image-2/stories/constants.d.ts +0 -8
- package/dist/src/components/input/stories/constants.d.ts +0 -5
- package/dist/src/components/input-number/stories/constants.d.ts +0 -8
- package/dist/src/components/input-number/stories/with-select.stories.d.ts +0 -8
- package/dist/src/components/keyword-group-selection/components/kwGroupForm.vue.d.ts +0 -11
- package/dist/src/components/keyword-group-selection/components/kwGroupItem.vue.d.ts +0 -20
- package/dist/src/components/keyword-group-selection/composables/index.d.ts +0 -10
- package/dist/src/components/keyword-group-selection/index.vue.d.ts +0 -58
- package/dist/src/components/keyword-group-selection/stories/constants.d.ts +0 -5
- package/dist/src/components/keyword-group-selection/stories/default.stories.d.ts +0 -8
- package/dist/src/components/keyword-group-selection/types.d.ts +0 -19
- package/dist/src/components/pagination/stories/constants.d.ts +0 -263
- package/dist/src/components/popconfirm/stories/constants.d.ts +0 -79
- package/dist/src/components/popover-2/stories/constants.d.ts +0 -84
- package/dist/src/components/radio/stories/constants.d.ts +0 -5
- package/dist/src/components/radio-card/stories/constants.d.ts +0 -4
- package/dist/src/components/rate/stories/constants.d.ts +0 -4
- package/dist/src/components/side-menu-2/menu-button/stories/constants.d.ts +0 -4
- package/dist/src/components/slider/stories/constants.d.ts +0 -71
- package/dist/src/components/step-items/stories/constants.d.ts +0 -6
- package/dist/src/components/toggle/stories/constants.d.ts +0 -4
- /package/dist/src/components/menu/stories/{default.stories1.d.ts → default.stories.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
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.12](https://github.com/mobileaction/action-kit/compare/v1.42.11...v1.42.12) (2025-03-27)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **DUV-7370:** Popover's z-index increased for the popconfirm ([7240ae6](https://github.com/mobileaction/action-kit/commit/7240ae6c2fd868fcb3935b38cf2a94912fcad219))
|
|
11
|
+
* **DUV-7370:** Story ErrorState typo fixed ([f5ec651](https://github.com/mobileaction/action-kit/commit/f5ec651475ea507bf8e37b0f2fcb0f7339acb266))
|
|
12
|
+
|
|
5
13
|
## [1.42.11](https://github.com/mobileaction/action-kit/compare/v1.42.10...v1.42.11) (2025-03-17)
|
|
6
14
|
|
|
7
15
|
|