layers-design-system 3.0.8 → 3.0.9

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-0230351f.js").then((a) => a.e);
4364
+ r = await Promise.resolve().then(() => Wne), await import("./en-cae8a80f.js").then((a) => a.e);
4365
4365
  break;
4366
4366
  case "es":
4367
- r = await import("./es-da718580.js"), await import("./es-e7f601b3.js").then((a) => a.e);
4367
+ r = await import("./es-da718580.js"), await import("./es-aa67a0f6.js").then((a) => a.e);
4368
4368
  break;
4369
4369
  default:
4370
- r = await import("./pt-br-b45aa35e.js"), await import("./pt-br-2ad4eb53.js").then((a) => a.p);
4370
+ r = await import("./pt-br-b45aa35e.js"), await import("./pt-br-06a9524d.js").then((a) => a.p);
4371
4371
  break;
4372
4372
  }
4373
- const o = await import("./index-f37f4461.js");
4373
+ const o = await import("./index-005ed59c.js");
4374
4374
  e.use(o.default, { locale: r.default }), nt.locale(t);
4375
4375
  }
4376
4376
  });
@@ -27963,6 +27963,10 @@ const fhe = {
27963
27963
  errorMessage: {
27964
27964
  type: String,
27965
27965
  default: ""
27966
+ },
27967
+ noBorder: {
27968
+ type: Boolean,
27969
+ default: !1
27966
27970
  }
27967
27971
  }
27968
27972
  }, phe = { class: "l-input-wrapper" }, hhe = {
@@ -27973,7 +27977,11 @@ function ghe(e, t, n, r, o, a) {
27973
27977
  const i = _e("el-input");
27974
27978
  return T(), I("div", phe, [
27975
27979
  N(i, at(e.$attrs, {
27976
- class: ["l-input", { "l-input-error": n.error }]
27980
+ class: ["l-input", { "l-input-error": n.error }],
27981
+ "input-style": {
27982
+ border: n.noBorder ? "none" : "",
27983
+ boxShadow: n.noBorder ? "none" : ""
27984
+ }
27977
27985
  }), Rc({
27978
27986
  default: ee(() => [
27979
27987
  ye(e.$slots, "default")
@@ -28008,7 +28016,7 @@ function ghe(e, t, n, r, o, a) {
28008
28016
  ]),
28009
28017
  key: "3"
28010
28018
  } : void 0
28011
- ]), 1040, ["class"]),
28019
+ ]), 1040, ["class", "input-style"]),
28012
28020
  n.errorMessage ? (T(), I("div", hhe, we(n.errorMessage), 1)) : de("", !0)
28013
28021
  ]);
28014
28022
  }
@@ -1,4 +1,4 @@
1
- import { d as s, c as m } from "./main-bd7e6876.js";
1
+ import { d as s, c as m } from "./main-7139c9eb.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.8",
20
+ "version": "3.0.9",
21
21
  "scripts": {
22
22
  "start": "vite serve",
23
23
  "lint": "eslint src/**/*.{js,vue}",