@up-packages/ui 0.12.0-qa → 0.12.1-qa

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.
@@ -17382,7 +17382,8 @@ const Zn = _b(), Qt = {
17382
17382
  active: { type: Boolean, default: !1 },
17383
17383
  weight: { default: 0 },
17384
17384
  maxWeight: { default: 100 },
17385
- inactiveText: { default: "Critério inativo" }
17385
+ inactiveText: { default: "Critério inativo" },
17386
+ borderless: { type: Boolean, default: !1 }
17386
17387
  },
17387
17388
  emits: ["update:active", "update:weight"],
17388
17389
  setup(e, { emit: n }) {
@@ -17394,7 +17395,10 @@ const Zn = _b(), Qt = {
17394
17395
  set: (s) => a("update:weight", Number(s))
17395
17396
  }), i = k(() => l.value ? `Peso: ${t.weight} de ${t.maxWeight}` : t.inactiveText);
17396
17397
  return (s, r) => (C(), F("div", {
17397
- class: L(["upx-risk-criteria", { "upx-risk-criteria--inactive": !l.value }])
17398
+ class: L(["upx-risk-criteria", {
17399
+ "upx-risk-criteria--inactive": !l.value,
17400
+ "upx-risk-criteria--borderless": e.borderless
17401
+ }])
17398
17402
  }, [
17399
17403
  p("div", Ax, [
17400
17404
  y(jh, {
@@ -17425,7 +17429,7 @@ const Zn = _b(), Qt = {
17425
17429
  ])
17426
17430
  ], 2));
17427
17431
  }
17428
- }), Lx = /* @__PURE__ */ j(Ox, [["__scopeId", "data-v-e73eeed1"]]), Mx = { class: "upx-risk-score__header" }, Rx = { class: "upx-risk-score__icon-wrapper" }, Ux = { class: "upx-risk-score__meta" }, zx = { class: "upx-risk-score__label" }, Nx = { class: "upx-risk-score__badge" }, Hx = { class: "upx-risk-score__score-display" }, Wx = { class: "upx-risk-score__score-value" }, jx = { class: "upx-risk-score__score-subtitle" }, Gx = { class: "upx-risk-score__progress-wrapper" }, Kx = { class: "upx-risk-score__progress-track" }, qx = { class: "upx-risk-score__progress-labels" }, Yx = { class: "upx-risk-score__footer" }, Xx = { class: "upx-risk-score__footer-text" }, Qx = /* @__PURE__ */ te({
17432
+ }), Lx = /* @__PURE__ */ j(Ox, [["__scopeId", "data-v-ea76e79b"]]), Mx = { class: "upx-risk-score__header" }, Rx = { class: "upx-risk-score__icon-wrapper" }, Ux = { class: "upx-risk-score__meta" }, zx = { class: "upx-risk-score__label" }, Nx = { class: "upx-risk-score__badge" }, Hx = { class: "upx-risk-score__score-display" }, Wx = { class: "upx-risk-score__score-value" }, jx = { class: "upx-risk-score__score-subtitle" }, Gx = { class: "upx-risk-score__progress-wrapper" }, Kx = { class: "upx-risk-score__progress-track" }, qx = { class: "upx-risk-score__progress-labels" }, Yx = { class: "upx-risk-score__footer" }, Xx = { class: "upx-risk-score__footer-text" }, Qx = /* @__PURE__ */ te({
17429
17433
  __name: "UpxRiskScore",
17430
17434
  props: {
17431
17435
  variant: { default: "high" },