@rebilly/revel 12.50.1 → 12.50.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
- ## [12.50.1](https://github.com/Rebilly/rebilly/compare/revel-v12.50.0...revel-v12.50.1) (2026-08-10)
1
+ ## [12.50.3](https://github.com/Rebilly/rebilly/compare/revel-v12.50.2...revel-v12.50.3) (2026-08-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **recomm, revel:** add From/To labels and fix month casing on Replay report periods ([#24740](https://github.com/Rebilly/rebilly/issues/24740)) ([056a29b](https://github.com/Rebilly/rebilly/commit/056a29bede33dbf568eb333da32f3bde55e1a1e6))
package/dist/revel.mjs CHANGED
@@ -7432,7 +7432,7 @@ function g8(M) {
7432
7432
  }
7433
7433
  let m8 = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", v1 = (M = 21) => {
7434
7434
  let b = "", z = M | 0;
7435
- for (; z--; )
7435
+ for (; z-- > 0; )
7436
7436
  b += m8[Math.random() * 64 | 0];
7437
7437
  return b;
7438
7438
  };
@@ -10877,10 +10877,11 @@ const ve = /* @__PURE__ */ SM(Bv, [["render", Xv]]), xv = ["for"], Tv = ["id", "
10877
10877
  P(g, {
10878
10878
  class: "r-month-picker-input",
10879
10879
  "icon-left": "calendar",
10880
+ "capitalize-first-letter": !1,
10880
10881
  onClick: O
10881
10882
  }, {
10882
10883
  default: a0(() => [
10883
- h("div", MW, [
10884
+ h("span", MW, [
10884
10885
  M.modelValue ? (r(), u("span", bW, Y(o.value), 1)) : (r(), u("span", zW, Y(M.placeholder), 1))
10885
10886
  ])
10886
10887
  ]),