@mobileaction/action-kit 1.16.5 → 1.17.0

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 (32) hide show
  1. package/dist/action-kit.js +1 -1
  2. package/dist/action-kit.mjs +80 -78
  3. package/dist/components/image/group.vue.d.ts +2 -0
  4. package/dist/components/image/index.vue.d.ts +59 -0
  5. package/dist/components/input-number/index.vue.d.ts +1 -1
  6. package/dist/components/keyword-group-selection/components/kwGroupForm.vue.d.ts +9 -0
  7. package/dist/components/keyword-group-selection/index.vue.d.ts +9 -0
  8. package/dist/components/scrollable-badge/index.vue.d.ts +4 -2
  9. package/dist/index-238ff6ee.js +56 -0
  10. package/dist/{index-94613f6d.mjs → index-9d2c182c.mjs} +3440 -3376
  11. package/dist/index.d.ts +2 -0
  12. package/dist/{lottie_light-7a0dd784.mjs → lottie_light-5d4f2767.mjs} +1 -1
  13. package/dist/{lottie_light-99b6e391.js → lottie_light-9f9bcdca.js} +1 -1
  14. package/dist/rotate-left-58a22828.js +1 -0
  15. package/dist/rotate-left-a306e217.mjs +22 -0
  16. package/dist/rotate-right-421cd940.mjs +22 -0
  17. package/dist/rotate-right-77b0f322.js +1 -0
  18. package/dist/src/components/image/group.vue.d.ts +7 -0
  19. package/dist/src/components/image/index.vue.d.ts +37 -0
  20. package/dist/src/components/image/stories/constants.d.ts +6 -0
  21. package/dist/src/components/image/stories/default.stories.d.ts +8 -0
  22. package/dist/src/components/keyword-group-selection/components/kwGroupForm.vue.d.ts +1 -0
  23. package/dist/src/components/keyword-group-selection/index.vue.d.ts +1 -0
  24. package/dist/src/components/scrollable-badge/index.vue.d.ts +4 -2
  25. package/dist/src/index.d.ts +2 -0
  26. package/dist/style.css +1 -1
  27. package/dist/zoom-in-15ae1b22.mjs +22 -0
  28. package/dist/zoom-in-52404679.js +1 -0
  29. package/dist/zoom-out-3ad7af9e.js +1 -0
  30. package/dist/zoom-out-f531a05b.mjs +22 -0
  31. package/package.json +1 -1
  32. package/dist/index-7ab3b13c.js +0 -56
@@ -0,0 +1,22 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 24 24"
6
+ }, r = /* @__PURE__ */ t("path", {
7
+ stroke: "#292D32",
8
+ "stroke-linecap": "round",
9
+ "stroke-linejoin": "round",
10
+ "stroke-width": "1.5",
11
+ d: "M9.2 11.7h5M11.7 14.2v-5M11.5 21a9.5 9.5 0 1 0 0-19 9.5 9.5 0 0 0 0 19ZM22 22l-2-2"
12
+ }, null, -1), s = [
13
+ r
14
+ ];
15
+ function c(l, d) {
16
+ return e(), o("svg", n, s);
17
+ }
18
+ const a = { render: c };
19
+ export {
20
+ a as default,
21
+ c as render
22
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},n=e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M9.2 11.7h5M11.7 14.2v-5M11.5 21a9.5 9.5 0 1 0 0-19 9.5 9.5 0 0 0 0 19ZM22 22l-2-2"},null,-1),r=[n];function t(c,l){return e.openBlock(),e.createElementBlock("svg",o,r)}const s={render:t};exports.default=s;exports.render=t;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},n=e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M9 11.7h5M11.5 21a9.5 9.5 0 1 0 0-19 9.5 9.5 0 0 0 0 19ZM22 22l-2-2"},null,-1),r=[n];function t(c,l){return e.openBlock(),e.createElementBlock("svg",o,r)}const s={render:t};exports.default=s;exports.render=t;
@@ -0,0 +1,22 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 24 24"
6
+ }, r = /* @__PURE__ */ t("path", {
7
+ stroke: "#292D32",
8
+ "stroke-linecap": "round",
9
+ "stroke-linejoin": "round",
10
+ "stroke-width": "1.5",
11
+ d: "M9 11.7h5M11.5 21a9.5 9.5 0 1 0 0-19 9.5 9.5 0 0 0 0 19ZM22 22l-2-2"
12
+ }, null, -1), s = [
13
+ r
14
+ ];
15
+ function c(l, d) {
16
+ return e(), o("svg", n, s);
17
+ }
18
+ const a = { render: c };
19
+ export {
20
+ a as default,
21
+ c as render
22
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
- "version": "1.16.5",
3
+ "version": "1.17.0",
4
4
  "main": "dist/action-kit.js",
5
5
  "module": "dist/action-kit.mjs",
6
6
  "types": "dist/index.d.ts",