@mobileaction/action-kit 1.1.56 → 1.1.58

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
- "version": "1.1.56",
3
+ "version": "1.1.58",
4
4
  "main": "dist/action-kit.js",
5
5
  "module": "dist/action-kit.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),t={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 25 24"},r=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M12.014 2c5.5 0 10 4.5 10 10s-4.5 10-10 10-10-4.5-10-10 4.5-10 10-10Z"},null,-1),n=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M12.014 16v-5",opacity:".34"},null,-1),l=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M12.009 8h.009",opacity:".34"},null,-1),s=[r,n,l];function o(i,d){return e.openBlock(),e.createElementBlock("svg",t,s)}const c={render:o};exports.default=c;exports.render=o;
@@ -1,38 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const r = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- viewBox: "0 0 25 24"
6
- }, n = /* @__PURE__ */ o("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- "stroke-width": "1.5",
11
- d: "M12.014 2c5.5 0 10 4.5 10 10s-4.5 10-10 10-10-4.5-10-10 4.5-10 10-10Z"
12
- }, null, -1), s = /* @__PURE__ */ o("path", {
13
- stroke: "currentColor",
14
- "stroke-linecap": "round",
15
- "stroke-linejoin": "round",
16
- "stroke-width": "1.5",
17
- d: "M12.014 16v-5",
18
- opacity: ".34"
19
- }, null, -1), i = /* @__PURE__ */ o("path", {
20
- stroke: "currentColor",
21
- "stroke-linecap": "round",
22
- "stroke-linejoin": "round",
23
- "stroke-width": "2",
24
- d: "M12.009 8h.009",
25
- opacity: ".34"
26
- }, null, -1), l = [
27
- n,
28
- s,
29
- i
30
- ];
31
- function c(d, u) {
32
- return e(), t("svg", r, l);
33
- }
34
- const h = { render: c };
35
- export {
36
- h as default,
37
- c as render
38
- };