@sabrenski/spire-ui-vue 0.3.36 → 0.3.37
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/{index-7_E_kfYp.cjs → index-6ssY6b6a.cjs} +1 -1
- package/dist/{index-CoYz4Gn3.js → index-BcU2tbho.js} +2 -6
- package/dist/{index-CMIEG6yl.cjs → index-CXZ-sMdZ.cjs} +1 -1
- package/dist/{index-BfEnbJHU.js → index-YJB_bUtY.js} +1 -1
- package/dist/spire-ui.cjs +1 -1
- package/dist/spire-ui.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./index-CXZ-sMdZ.cjs"),e={install:o=>{o.component("HugeiconsIcon",n.HugeiconsIcon)}};exports.HugeiconsIcon=n.HugeiconsIcon;exports.HugeiconsPlugin=e;exports.default=e;
|
|
@@ -23825,7 +23825,7 @@ let K2 = null, En = null;
|
|
|
23825
23825
|
async function nf1() {
|
|
23826
23826
|
if (K2) return K2;
|
|
23827
23827
|
try {
|
|
23828
|
-
return K2 = (await import("./index-
|
|
23828
|
+
return K2 = (await import("./index-YJB_bUtY.js")).HugeiconsIcon, K2;
|
|
23829
23829
|
} catch {
|
|
23830
23830
|
return null;
|
|
23831
23831
|
}
|
|
@@ -38992,7 +38992,7 @@ function fF1(e) {
|
|
|
38992
38992
|
}
|
|
38993
38993
|
function jF1(e, n) {
|
|
38994
38994
|
const r = e.map(
|
|
38995
|
-
([o, t]) => h2(
|
|
38995
|
+
([o, t]) => h2(o, t)
|
|
38996
38996
|
);
|
|
38997
38997
|
return h2(
|
|
38998
38998
|
"svg",
|
|
@@ -39002,10 +39002,6 @@ function jF1(e, n) {
|
|
|
39002
39002
|
width: n.size,
|
|
39003
39003
|
height: n.size,
|
|
39004
39004
|
fill: "none",
|
|
39005
|
-
stroke: n.color ?? "currentColor",
|
|
39006
|
-
"stroke-width": n.strokeWidth ?? 1.5,
|
|
39007
|
-
"stroke-linecap": "round",
|
|
39008
|
-
"stroke-linejoin": "round",
|
|
39009
39005
|
class: n.class,
|
|
39010
39006
|
"aria-hidden": "true"
|
|
39011
39007
|
},
|