@mobileaction/action-kit 1.55.15-beta.2 → 1.55.15-beta.3

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.
@@ -1,4 +1,4 @@
1
- import { g as Ut } from "./index-C3iHtFtD.js";
1
+ import { g as Ut } from "./index-DHVg4e8e.js";
2
2
  function qt(S, q) {
3
3
  for (var M = 0; M < q.length; M++) {
4
4
  const P = q[M];
@@ -1,4 +1,4 @@
1
- import { g as Ct } from "./index-C3iHtFtD.js";
1
+ import { g as Ct } from "./index-DHVg4e8e.js";
2
2
  function _t(W, R) {
3
3
  for (var T = 0; T < R.length; T++) {
4
4
  const v = R[T];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
3
  "type": "module",
4
- "version": "1.55.15-beta.2",
4
+ "version": "1.55.15-beta.3",
5
5
  "description": "UI Component library for Mobile Action.",
6
6
  "author": "MobileAction",
7
7
  "license": "MIT",
@@ -1,28 +0,0 @@
1
- import { createElementBlock as o, openBlock as n, createElementVNode as e } from "vue";
2
- const r = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "24",
5
- height: "24",
6
- viewBox: "0 0 24 24",
7
- fill: "none",
8
- stroke: "currentColor",
9
- "stroke-width": "2",
10
- "stroke-linecap": "round",
11
- "stroke-linejoin": "round"
12
- };
13
- function l(a, t) {
14
- return n(), o("svg", r, t[0] || (t[0] = [
15
- e("path", {
16
- stroke: "none",
17
- d: "M0 0h24v24H0z",
18
- fill: "none"
19
- }, null, -1),
20
- e("path", { d: "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12" }, null, -1),
21
- e("path", { d: "M9 4l0 16" }, null, -1)
22
- ]));
23
- }
24
- const i = { render: l };
25
- export {
26
- i as default,
27
- l as render
28
- };
@@ -1,5 +0,0 @@
1
- const o = `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12" /><path d="M9 4l0 16" /></svg>
2
- `;
3
- export {
4
- o as default
5
- };