layers-design-system 3.0.18 → 3.0.19

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.
@@ -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-84463d9e.js").then((a) => a.e);
4364
+ r = await Promise.resolve().then(() => Wne), await import("./en-7df6988f.js").then((a) => a.e);
4365
4365
  break;
4366
4366
  case "es":
4367
- r = await import("./es-da718580.js"), await import("./es-3d565b28.js").then((a) => a.e);
4367
+ r = await import("./es-da718580.js"), await import("./es-ceabefa8.js").then((a) => a.e);
4368
4368
  break;
4369
4369
  default:
4370
- r = await import("./pt-br-b45aa35e.js"), await import("./pt-br-8ea0db75.js").then((a) => a.p);
4370
+ r = await import("./pt-br-b45aa35e.js"), await import("./pt-br-84079fc1.js").then((a) => a.p);
4371
4371
  break;
4372
4372
  }
4373
- const o = await import("./index-2b04f4ce.js");
4373
+ const o = await import("./index-2d7b1534.js");
4374
4374
  e.use(o.default, { locale: r.default }), nt.locale(t);
4375
4375
  }
4376
4376
  });
@@ -29501,7 +29501,7 @@ function v_e(e, t, n, r, o, a) {
29501
29501
  N(l, {
29502
29502
  modelValue: o.form.value,
29503
29503
  "onUpdate:modelValue": t[0] || (t[0] = (m) => o.form.value = m),
29504
- class: "column"
29504
+ style: { display: "flex", "flex-direction": "column" }
29505
29505
  }, {
29506
29506
  default: ee(() => [
29507
29507
  (T(!0), I(Re, null, _t(a.valuesEnum, (m) => (T(), ce(s, {
@@ -30030,7 +30030,7 @@ function E_e(e, t, n, r, o, a) {
30030
30030
  N(l, {
30031
30031
  modelValue: o.form.value,
30032
30032
  "onUpdate:modelValue": t[0] || (t[0] = (m) => o.form.value = m),
30033
- class: "column"
30033
+ style: { display: "flex", "flex-direction": "column" }
30034
30034
  }, {
30035
30035
  default: ee(() => [
30036
30036
  (T(!0), I(Re, null, _t(a.valuesEnum, (m) => (T(), I("div", { key: m }, [
@@ -1,4 +1,4 @@
1
- import { d as s, c as m } from "./main-109d6412.js";
1
+ import { d as s, c as m } from "./main-03f965cc.js";
2
2
  var n = { exports: {} };
3
3
  (function(r, d) {
4
4
  (function(t, o) {
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "require": "./dist/style.css"
18
18
  }
19
19
  },
20
- "version": "3.0.18",
20
+ "version": "3.0.19",
21
21
  "scripts": {
22
22
  "start": "vite serve",
23
23
  "lint": "eslint src/**/*.{js,vue}",