@mobileaction/action-kit 1.31.0 → 1.31.2

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.31.0",
3
+ "version": "1.31.2",
4
4
  "main": "dist/action-kit.js",
5
5
  "module": "dist/action-kit.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -1,21 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- const r = {
3
- viewBox: "0 0 20 20",
4
- fill: "none",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- }, n = /* @__PURE__ */ t("path", {
7
- d: "M9.475 4.375C9.475 4.08762 9.71262 3.85 10 3.85C10.2874 3.85 10.525 4.08762 10.525 4.375C10.525 4.66238 10.2874 4.9 10 4.9C9.71262 4.9 9.475 4.66238 9.475 4.375ZM9.475 15.625C9.475 15.3376 9.71262 15.1 10 15.1C10.2874 15.1 10.525 15.3376 10.525 15.625C10.525 15.9124 10.2874 16.15 10 16.15C9.71262 16.15 9.475 15.9124 9.475 15.625ZM9.475 10C9.475 9.71262 9.71262 9.475 10 9.475C10.2874 9.475 10.525 9.71262 10.525 10C10.525 10.2874 10.2874 10.525 10 10.525C9.71262 10.525 9.475 10.2874 9.475 10Z",
8
- fill: "currentColor",
9
- stroke: "currentColor",
10
- "stroke-width": "1.2"
11
- }, null, -1), l = [
12
- n
13
- ];
14
- function c(C, s) {
15
- return e(), o("svg", r, l);
16
- }
17
- const d = { render: c };
18
- export {
19
- d as default,
20
- c as render
21
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r=e.createElementVNode("path",{d:"M9.475 4.375C9.475 4.08762 9.71262 3.85 10 3.85C10.2874 3.85 10.525 4.08762 10.525 4.375C10.525 4.66238 10.2874 4.9 10 4.9C9.71262 4.9 9.475 4.66238 9.475 4.375ZM9.475 15.625C9.475 15.3376 9.71262 15.1 10 15.1C10.2874 15.1 10.525 15.3376 10.525 15.625C10.525 15.9124 10.2874 16.15 10 16.15C9.71262 16.15 9.475 15.9124 9.475 15.625ZM9.475 10C9.475 9.71262 9.71262 9.475 10 9.475C10.2874 9.475 10.525 9.71262 10.525 10C10.525 10.2874 10.2874 10.525 10 10.525C9.71262 10.525 9.475 10.2874 9.475 10Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.2"},null,-1),n=[r];function t(c,s){return e.openBlock(),e.createElementBlock("svg",o,n)}const l={render:t};exports.default=l;exports.render=t;