@rebilly/revel 8.8.1 → 8.8.3

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/CHANGELOG.md CHANGED
@@ -1 +1,6 @@
1
- ## [8.8.1](https://github.com/Rebilly/rebilly/compare/revel-v8.8.0...revel-v8.8.1) (2025-04-21)
1
+ ## [8.8.3](https://github.com/Rebilly/rebilly/compare/revel-v8.8.2...revel-v8.8.3) (2025-04-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **recomm:** do not allow warnings in lint ([#11355](https://github.com/Rebilly/rebilly/issues/11355)) ([f6316d8](https://github.com/Rebilly/rebilly/commit/f6316d82a406014380711dbb96e20f566162ca08))
package/dist/revel.mjs CHANGED
@@ -10339,7 +10339,7 @@ const AN = ["aria-checked"], rN = ["for"], iN = ["id", "disabled", "value", "che
10339
10339
  key: 0,
10340
10340
  innerHTML: M.helpText
10341
10341
  }, null, 8, UN)) : S("", !0),
10342
- y0(" " + Y(" ") + " "),
10342
+ y0(Y(" ") + " "),
10343
10343
  M.maxLength ? (q(), f("span", KN, Y(l(W)), 1)) : S("", !0)
10344
10344
  ])) : S("", !0),
10345
10345
  l(a) && M.showValidateMessages ? (q(!0), f(r0, { key: 4 }, X0(l(c), (F, a0) => (q(), f("span", {
@@ -12050,10 +12050,7 @@ const Py = (M) => M.reduce(
12050
12050
  }, Gy = { key: 0 }, Zy = { class: "r-select-content-element-option" }, Qy = ["id"], Jy = ["onClick", "onMouseenter"], Mw = { class: "r-select-content-element" }, bw = { class: "r-select-content-element-option" }, zw = { class: "r-select-content-element" }, pw = { class: "r-select-content-element-option" }, ow = {
12051
12051
  key: 0,
12052
12052
  class: "r-select-content-element-option r-align-center r-select-content-element-option-load r-select-content-element-option-load-next"
12053
- }, Ow = {
12054
- key: 1,
12055
- class: "r-field-caption"
12056
- };
12053
+ }, Ow = ["innerHTML"];
12057
12054
  function ew(M, b, z, p, o, O) {
12058
12055
  const e = C0("r-icon"), c = C0("r-badge"), a = C0("r-button");
12059
12056
  return q(), f("div", {
@@ -12321,7 +12318,11 @@ function ew(M, b, z, p, o, O) {
12321
12318
  _: 3
12322
12319
  })
12323
12320
  ], 42, Vy),
12324
- M.helpText ? (q(), f("span", Ow, Y(M.helpText), 1)) : S("", !0),
12321
+ M.helpText ? (q(), f("span", {
12322
+ key: 1,
12323
+ class: "r-field-caption",
12324
+ innerHTML: M.helpText
12325
+ }, null, 8, Ow)) : S("", !0),
12325
12326
  M.isInvalid && M.showValidateMessages ? (q(!0), f(r0, { key: 2 }, X0(M.validateErrorMessages, (t, n) => (q(), f("span", {
12326
12327
  key: n,
12327
12328
  class: "r-field-caption-error"