@davincihealthcare/elty-design-system-vue 1.6.0 → 1.7.0
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.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
- /package/dist/{style.cjs → style.js} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -363,7 +363,7 @@ let Wt = e3;
|
|
|
363
363
|
var Ml = (Wt.__esModule ? Wt : { default: Wt }).default;
|
|
364
364
|
const hl = /* @__PURE__ */ Tl(Ml), qf = hl(
|
|
365
365
|
({ addBase: t }) => {
|
|
366
|
-
t(require("./style.
|
|
366
|
+
t(require("./style.js"));
|
|
367
367
|
},
|
|
368
368
|
dl
|
|
369
369
|
), $2 = (t) => window.open(t, "_blank") || window.location.replace(t) || "", Wf = [
|