@rebilly/revel 8.8.0 → 8.8.2

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,6 +1,6 @@
1
- ## [8.8.0](https://github.com/Rebilly/rebilly/compare/revel-v8.7.18...revel-v8.8.0) (2025-04-17)
1
+ ## [8.8.2](https://github.com/Rebilly/rebilly/compare/revel-v8.8.1...revel-v8.8.2) (2025-04-21)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * **framepay-react:** Add react 19 support ([#11287](https://github.com/Rebilly/rebilly/issues/11287)) ([3d2a7e1](https://github.com/Rebilly/rebilly/commit/3d2a7e13caf4ef4194089014dbf90664d85722fa))
6
+ * **recomm:** Fix display of enum values on the gateway account form page ([#11399](https://github.com/Rebilly/rebilly/issues/11399)) ([ed72b43](https://github.com/Rebilly/rebilly/commit/ed72b434b82e647d492dda4254fcadb253c7fe8b))
package/dist/revel.mjs CHANGED
@@ -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"