layers-design-system 3.0.12 → 3.0.13
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/{en-a50ad9db.js → en-7c7096c7.js} +1 -1
- package/dist/{es-a7a91725.js → es-83d3cd26.js} +1 -1
- package/dist/{index-df093b64.js → index-6db93640.js} +2 -2
- package/dist/layers-design-system.js +1 -1
- package/dist/layers-design-system.umd.cjs +1 -1
- package/dist/{main-647fb7b2.js → main-ce437744.js} +5 -5
- package/dist/{pt-br-ab87d5d4.js → pt-br-5a147b76.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -4361,16 +4361,16 @@ const kB = (e) => ({
|
|
|
4361
4361
|
let r;
|
|
4362
4362
|
switch (t) {
|
|
4363
4363
|
case "en":
|
|
4364
|
-
r = await Promise.resolve().then(() => Wne), await import("./en-
|
|
4364
|
+
r = await Promise.resolve().then(() => Wne), await import("./en-7c7096c7.js").then((a) => a.e);
|
|
4365
4365
|
break;
|
|
4366
4366
|
case "es":
|
|
4367
|
-
r = await import("./es-da718580.js"), await import("./es-
|
|
4367
|
+
r = await import("./es-da718580.js"), await import("./es-83d3cd26.js").then((a) => a.e);
|
|
4368
4368
|
break;
|
|
4369
4369
|
default:
|
|
4370
|
-
r = await import("./pt-br-b45aa35e.js"), await import("./pt-br-
|
|
4370
|
+
r = await import("./pt-br-b45aa35e.js"), await import("./pt-br-5a147b76.js").then((a) => a.p);
|
|
4371
4371
|
break;
|
|
4372
4372
|
}
|
|
4373
|
-
const o = await import("./index-
|
|
4373
|
+
const o = await import("./index-6db93640.js");
|
|
4374
4374
|
e.use(o.default, { locale: r.default }), nt.locale(t);
|
|
4375
4375
|
}
|
|
4376
4376
|
});
|
|
@@ -27413,7 +27413,7 @@ const hpe = {
|
|
|
27413
27413
|
components: { CheckboxGroup: ule },
|
|
27414
27414
|
props: {
|
|
27415
27415
|
separated: { type: Boolean, default: !1 },
|
|
27416
|
-
color: { type: String, default: "
|
|
27416
|
+
color: { type: String, default: "aqua" }
|
|
27417
27417
|
},
|
|
27418
27418
|
computed: {
|
|
27419
27419
|
customFill() {
|