@mobileaction/action-kit 1.1.30 → 1.1.32
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/dist/action-kit.js +3 -3
- package/dist/action-kit.mjs +836 -722
- package/dist/{apple-colored-bc5d7cc0.mjs → apple-0e24538a.mjs} +3 -3
- package/dist/components/side-menu/button/index.vue.d.ts +69 -0
- package/dist/components/side-menu/menu-item/index.vue.d.ts +95 -0
- package/dist/components/side-menu/menu-item/types.d.ts +2 -0
- package/dist/{google-colored-ba30c621.mjs → google-colored-43ad23d9.mjs} +1 -4
- package/dist/google-colored-96b9ec32.js +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/mobile-bulk-388e6cc5.mjs +24 -0
- package/dist/mobile-bulk-ff7db833.js +1 -0
- package/dist/radar-34fa3ccc.js +1 -0
- package/dist/radar-9e9d8254.mjs +31 -0
- package/dist/radar-bold-025890d0.mjs +29 -0
- package/dist/radar-bold-864a0a4f.js +1 -0
- package/dist/radar-bulk-255fcb9a.mjs +24 -0
- package/dist/radar-bulk-a86aeebc.js +1 -0
- package/dist/src/components/side-menu/button/index.vue.d.ts +41 -0
- package/dist/src/components/side-menu/button/stories/constants.d.ts +4 -0
- package/dist/src/components/side-menu/button/stories/default.stories.d.ts +8 -0
- package/dist/src/components/side-menu/menu-item/index.vue.d.ts +51 -0
- package/dist/src/components/side-menu/menu-item/stories/constants.d.ts +4 -0
- package/dist/src/components/side-menu/menu-item/stories/default.stories.d.ts +11 -0
- package/dist/src/components/side-menu/menu-item/types.d.ts +2 -0
- package/dist/src/index.d.ts +3 -0
- package/dist/style.css +1 -1
- package/dist/tag-bulk-28a292a5.js +1 -0
- package/dist/tag-bulk-922d5513.mjs +24 -0
- package/dist/trend-up-bold-a51312a2.js +1 -0
- package/dist/trend-up-bold-df64bd2c.mjs +19 -0
- package/dist/trend-up-bulk-431e9d22.mjs +24 -0
- package/dist/trend-up-bulk-44e5eeac.js +1 -0
- package/package.json +1 -1
- package/dist/apple-68832542.js +0 -1
- package/dist/apple-a0f4b202.mjs +0 -20
- package/dist/aso-92081f02.js +0 -1
- package/dist/aso-ebb61c73.mjs +0 -30
- package/dist/google-colored-b04cc62b.js +0 -1
- /package/dist/{apple-colored-0d1aab65.js → apple-0d1aab65.js} +0 -0
|
@@ -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"},l=e.createElementVNode("path",{fill:"currentColor",d:"m4.17 15.3 4.53 4.53a4.78 4.78 0 0 0 6.75 0l4.39-4.39a4.78 4.78 0 0 0 0-6.75L15.3 4.17a4.75 4.75 0 0 0-3.6-1.39l-5 .24c-2 .09-3.59 1.68-3.69 3.67l-.24 5c-.06 1.35.45 2.66 1.4 3.61Z",opacity:".4"},null,-1),n=e.createElementVNode("path",{fill:"currentColor",d:"M9.5 12.38a2.88 2.88 0 1 0 0-5.76 2.88 2.88 0 0 0 0 5.76Z"},null,-1),r=[l,n];function t(a,s){return e.openBlock(),e.createElementBlock("svg",o,r)}const c={render:t};exports.default=c;exports.render=t;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
|
2
|
+
const l = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, n = /* @__PURE__ */ t("path", {
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
d: "m4.17 15.3 4.53 4.53a4.78 4.78 0 0 0 6.75 0l4.39-4.39a4.78 4.78 0 0 0 0-6.75L15.3 4.17a4.75 4.75 0 0 0-3.6-1.39l-5 .24c-2 .09-3.59 1.68-3.69 3.67l-.24 5c-.06 1.35.45 2.66 1.4 3.61Z",
|
|
9
|
+
opacity: ".4"
|
|
10
|
+
}, null, -1), c = /* @__PURE__ */ t("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "M9.5 12.38a2.88 2.88 0 1 0 0-5.76 2.88 2.88 0 0 0 0 5.76Z"
|
|
13
|
+
}, null, -1), r = [
|
|
14
|
+
n,
|
|
15
|
+
c
|
|
16
|
+
];
|
|
17
|
+
function a(s, i) {
|
|
18
|
+
return e(), o("svg", l, r);
|
|
19
|
+
}
|
|
20
|
+
const _ = { render: a };
|
|
21
|
+
export {
|
|
22
|
+
_ as default,
|
|
23
|
+
a as render
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),c={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},o=e.createElementVNode("path",{fill:"currentColor",d:"M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2Zm.69 9.53c0 .39-.31.7-.7.7-.39 0-.7-.31-.7-.7v-.18l-2.72 2.72c-.15.15-.35.22-.56.2a.665.665 0 0 1-.51-.31l-1.02-1.52-2.38 2.38c-.14.14-.31.2-.49.2s-.36-.07-.49-.2a.706.706 0 0 1 0-.99l2.98-2.98c.15-.15.35-.22.56-.2.21.02.4.13.51.31l1.02 1.52 2.11-2.11h-.18c-.39 0-.7-.31-.7-.7 0-.39.31-.7.7-.7h1.86c.09 0 .18.02.27.05.17.07.31.21.38.38.04.09.05.18.05.27v1.86h.01Z"},null,-1),n=[o];function t(r,s){return e.openBlock(),e.createElementBlock("svg",c,n)}const l={render:t};exports.default=l;exports.render=t;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
+
const c = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, l = /* @__PURE__ */ o("path", {
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
d: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2Zm.69 9.53c0 .39-.31.7-.7.7-.39 0-.7-.31-.7-.7v-.18l-2.72 2.72c-.15.15-.35.22-.56.2a.665.665 0 0 1-.51-.31l-1.02-1.52-2.38 2.38c-.14.14-.31.2-.49.2s-.36-.07-.49-.2a.706.706 0 0 1 0-.99l2.98-2.98c.15-.15.35-.22.56-.2.21.02.4.13.51.31l1.02 1.52 2.11-2.11h-.18c-.39 0-.7-.31-.7-.7 0-.39.31-.7.7-.7h1.86c.09 0 .18.02.27.05.17.07.31.21.38.38.04.09.05.18.05.27v1.86h.01Z"
|
|
9
|
+
}, null, -1), n = [
|
|
10
|
+
l
|
|
11
|
+
];
|
|
12
|
+
function r(s, d) {
|
|
13
|
+
return e(), t("svg", c, n);
|
|
14
|
+
}
|
|
15
|
+
const a = { render: r };
|
|
16
|
+
export {
|
|
17
|
+
a as default,
|
|
18
|
+
r as render
|
|
19
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { openBlock as t, createElementBlock as o, createElementVNode as e } from "vue";
|
|
2
|
+
const l = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, c = /* @__PURE__ */ e("path", {
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
d: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2Z",
|
|
9
|
+
opacity: ".4"
|
|
10
|
+
}, null, -1), n = /* @__PURE__ */ e("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "M16.83 9.41a.707.707 0 0 0-.38-.38.751.751 0 0 0-.26-.05h-1.86c-.39 0-.7.31-.7.7 0 .39.31.7.7.7h.18l-2.11 2.11-1.02-1.52a.712.712 0 0 0-.51-.31.676.676 0 0 0-.56.2l-2.98 2.98c-.27.27-.27.71 0 .99.14.14.31.2.49.2s.36-.07.49-.2l2.38-2.38 1.02 1.52c.12.17.3.29.51.31.22.02.41-.05.56-.2l2.72-2.72v.18c0 .39.31.7.7.7.39 0 .7-.31.7-.7V9.67c-.02-.09-.03-.18-.07-.26Z"
|
|
13
|
+
}, null, -1), r = [
|
|
14
|
+
c,
|
|
15
|
+
n
|
|
16
|
+
];
|
|
17
|
+
function s(d, h) {
|
|
18
|
+
return t(), o("svg", l, r);
|
|
19
|
+
}
|
|
20
|
+
const a = { render: s };
|
|
21
|
+
export {
|
|
22
|
+
a as default,
|
|
23
|
+
s as render
|
|
24
|
+
};
|
|
@@ -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"},l=e.createElementVNode("path",{fill:"currentColor",d:"M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2Z",opacity:".4"},null,-1),c=e.createElementVNode("path",{fill:"currentColor",d:"M16.83 9.41a.707.707 0 0 0-.38-.38.751.751 0 0 0-.26-.05h-1.86c-.39 0-.7.31-.7.7 0 .39.31.7.7.7h.18l-2.11 2.11-1.02-1.52a.712.712 0 0 0-.51-.31.676.676 0 0 0-.56.2l-2.98 2.98c-.27.27-.27.71 0 .99.14.14.31.2.49.2s.36-.07.49-.2l2.38-2.38 1.02 1.52c.12.17.3.29.51.31.22.02.41-.05.56-.2l2.72-2.72v.18c0 .39.31.7.7.7.39 0 .7-.31.7-.7V9.67c-.02-.09-.03-.18-.07-.26Z"},null,-1),n=[l,c];function t(s,d){return e.openBlock(),e.createElementBlock("svg",o,n)}const r={render:t};exports.default=r;exports.render=t;
|
package/package.json
CHANGED
package/dist/apple-68832542.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),c={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},n=e.createElementVNode("path",{fill:"#000",d:"M20.843 17.145a11.957 11.957 0 0 1-1.183 2.127c-.622.886-1.131 1.5-1.524 1.841-.608.56-1.26.846-1.958.862-.501 0-1.106-.142-1.809-.432-.706-.287-1.354-.43-1.947-.43-.622 0-1.29.143-2.003.43-.714.29-1.29.44-1.73.455-.67.029-1.337-.266-2.003-.885-.425-.37-.956-1.006-1.593-1.907-.683-.961-1.245-2.076-1.685-3.347-.472-1.373-.708-2.703-.708-3.99 0-1.474.319-2.746.957-3.811A5.612 5.612 0 0 1 5.66 6.03a5.39 5.39 0 0 1 2.71-.764c.53 0 1.228.164 2.095.487.863.325 1.418.489 1.661.489.182 0 .799-.192 1.843-.576.988-.355 1.822-.502 2.505-.444 1.85.149 3.241.879 4.166 2.193-1.655 1.003-2.474 2.408-2.458 4.21.015 1.404.524 2.572 1.525 3.5.454.43.96.763 1.524 1-.122.354-.251.693-.388 1.019ZM16.598.44c0 1.1-.402 2.128-1.204 3.079-.966 1.13-2.136 1.783-3.404 1.68a3.417 3.417 0 0 1-.026-.417c0-1.056.46-2.186 1.277-3.11A4.914 4.914 0 0 1 14.796.504C15.423.198 16.015.03 16.573 0c.017.147.023.294.023.44Z"},null,-1),o=[n];function t(r,s){return e.openBlock(),e.createElementBlock("svg",c,o)}const l={render:t};exports.default=l;exports.render=t;
|
package/dist/apple-a0f4b202.mjs
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as c } from "vue";
|
|
2
|
-
const o = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
class: "p-f",
|
|
6
|
-
viewBox: "0 0 24 24"
|
|
7
|
-
}, n = /* @__PURE__ */ c("path", {
|
|
8
|
-
fill: "#000",
|
|
9
|
-
d: "M20.843 17.145a11.957 11.957 0 0 1-1.183 2.127c-.622.886-1.131 1.5-1.524 1.841-.608.56-1.26.846-1.958.862-.501 0-1.106-.142-1.809-.432-.706-.287-1.354-.43-1.947-.43-.622 0-1.29.143-2.003.43-.714.29-1.29.44-1.73.455-.67.029-1.337-.266-2.003-.885-.425-.37-.956-1.006-1.593-1.907-.683-.961-1.245-2.076-1.685-3.347-.472-1.373-.708-2.703-.708-3.99 0-1.474.319-2.746.957-3.811A5.612 5.612 0 0 1 5.66 6.03a5.39 5.39 0 0 1 2.71-.764c.53 0 1.228.164 2.095.487.863.325 1.418.489 1.661.489.182 0 .799-.192 1.843-.576.988-.355 1.822-.502 2.505-.444 1.85.149 3.241.879 4.166 2.193-1.655 1.003-2.474 2.408-2.458 4.21.015 1.404.524 2.572 1.525 3.5.454.43.96.763 1.524 1-.122.354-.251.693-.388 1.019ZM16.598.44c0 1.1-.402 2.128-1.204 3.079-.966 1.13-2.136 1.783-3.404 1.68a3.417 3.417 0 0 1-.026-.417c0-1.056.46-2.186 1.277-3.11A4.914 4.914 0 0 1 14.796.504C15.423.198 16.015.03 16.573 0c.017.147.023.294.023.44Z"
|
|
10
|
-
}, null, -1), l = [
|
|
11
|
-
n
|
|
12
|
-
];
|
|
13
|
-
function s(r, a) {
|
|
14
|
-
return e(), t("svg", o, l);
|
|
15
|
-
}
|
|
16
|
-
const i = { render: s };
|
|
17
|
-
export {
|
|
18
|
-
i as default,
|
|
19
|
-
s as render
|
|
20
|
-
};
|
package/dist/aso-92081f02.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
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 26 26"},r=e.createElementVNode("path",{fill:"currentColor",stroke:"currentColor",d:"M23.333 13c0 5.707-4.626 10.333-10.333 10.333S2.666 18.707 2.666 13 7.293 2.667 13 2.667 23.333 7.293 23.333 13Z",opacity:".4"},null,-1),n=e.createElementVNode("path",{fill:"currentColor",stroke:"currentColor",d:"M13 20.896c-4.35 0-7.896-3.546-7.896-7.896 0-.168.144-.313.313-.313.168 0 .312.145.312.313a7.273 7.273 0 0 0 7.27 7.27A7.273 7.273 0 0 0 20.272 13 7.273 7.273 0 0 0 13 5.73a.319.319 0 0 1-.313-.313c0-.168.145-.313.313-.313 4.35 0 7.896 3.546 7.896 7.896S17.349 20.896 13 20.896Z"},null,-1),c=e.createElementVNode("path",{fill:"currentColor",d:"M13 18.146a.818.818 0 0 1-.813-.813c0-.444.369-.812.813-.812 1.94 0 3.52-1.582 3.52-3.521 0-1.94-1.58-3.52-3.52-3.52a.818.818 0 0 1-.813-.813c0-.445.369-.813.813-.813A5.15 5.15 0 0 1 18.146 13 5.15 5.15 0 0 1 13 18.146Z"},null,-1),l=[r,n,c];function t(a,d){return e.openBlock(),e.createElementBlock("svg",o,l)}const s={render:t};exports.default=s;exports.render=t;
|
package/dist/aso-ebb61c73.mjs
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { openBlock as t, createElementBlock as e, createElementVNode as o } from "vue";
|
|
2
|
-
const r = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 26 26"
|
|
6
|
-
}, c = /* @__PURE__ */ o("path", {
|
|
7
|
-
fill: "currentColor",
|
|
8
|
-
stroke: "currentColor",
|
|
9
|
-
d: "M23.333 13c0 5.707-4.626 10.333-10.333 10.333S2.666 18.707 2.666 13 7.293 2.667 13 2.667 23.333 7.293 23.333 13Z",
|
|
10
|
-
opacity: ".4"
|
|
11
|
-
}, null, -1), l = /* @__PURE__ */ o("path", {
|
|
12
|
-
fill: "currentColor",
|
|
13
|
-
stroke: "currentColor",
|
|
14
|
-
d: "M13 20.896c-4.35 0-7.896-3.546-7.896-7.896 0-.168.144-.313.313-.313.168 0 .312.145.312.313a7.273 7.273 0 0 0 7.27 7.27A7.273 7.273 0 0 0 20.272 13 7.273 7.273 0 0 0 13 5.73a.319.319 0 0 1-.313-.313c0-.168.145-.313.313-.313 4.35 0 7.896 3.546 7.896 7.896S17.349 20.896 13 20.896Z"
|
|
15
|
-
}, null, -1), n = /* @__PURE__ */ o("path", {
|
|
16
|
-
fill: "currentColor",
|
|
17
|
-
d: "M13 18.146a.818.818 0 0 1-.813-.813c0-.444.369-.812.813-.812 1.94 0 3.52-1.582 3.52-3.521 0-1.94-1.58-3.52-3.52-3.52a.818.818 0 0 1-.813-.813c0-.445.369-.813.813-.813A5.15 5.15 0 0 1 18.146 13 5.15 5.15 0 0 1 13 18.146Z"
|
|
18
|
-
}, null, -1), s = [
|
|
19
|
-
c,
|
|
20
|
-
l,
|
|
21
|
-
n
|
|
22
|
-
];
|
|
23
|
-
function a(i, d) {
|
|
24
|
-
return t(), e("svg", r, s);
|
|
25
|
-
}
|
|
26
|
-
const u = { render: a };
|
|
27
|
-
export {
|
|
28
|
-
u as default,
|
|
29
|
-
a as render
|
|
30
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
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 22 21"},l=e.createElementVNode("g",{"clip-path":"url(#a)",opacity:".4"},[e.createElementVNode("path",{fill:"currentColor","fill-rule":"evenodd",d:"M15.237 5.73a5.706 5.706 0 0 0-4.028-1.575c-2.74 0-5.066 1.848-5.895 4.337a6.29 6.29 0 0 0 0 4.02h.004c.833 2.485 3.156 4.333 5.895 4.333 1.414 0 2.628-.362 3.569-1v-.003a4.86 4.86 0 0 0 2.099-3.191h-5.672V8.608h9.904c.123.702.181 1.42.181 2.133 0 3.194-1.141 5.894-3.127 7.723l.002.001C16.43 20.07 14.041 21 11.21 21c-3.97 0-7.6-2.238-9.383-5.783a10.509 10.509 0 0 1 0-9.43A10.498 10.498 0 0 1 11.209 0c2.608-.03 5.128.95 7.026 2.732l-2.998 2.997Z","clip-rule":"evenodd"})],-1),c=e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"a"},[e.createElementVNode("path",{fill:"#fff",d:"M.5 0h21v21H.5z"})])],-1),n=[l,c];function t(d,a){return e.openBlock(),e.createElementBlock("svg",o,n)}const r={render:t};exports.default=r;exports.render=t;
|
|
File without changes
|