@rebilly/revel 12.50.2 → 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.2](https://github.com/Rebilly/rebilly/compare/revel-v12.50.1...revel-v12.50.2) (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
@@ -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
  ]),