@page-speed/forms 0.3.4 → 0.3.5

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/dist/inputs.js CHANGED
@@ -1312,7 +1312,7 @@ function DatePicker({
1312
1312
  "aria-label": "Previous month"
1313
1313
  },
1314
1314
  "\u2190"
1315
- ), /* @__PURE__ */ React7.createElement("div", { className: "datepicker-calendar-month" }, monthNames[month], " ", year), /* @__PURE__ */ React7.createElement(
1315
+ ), /* @__PURE__ */ React7.createElement("div", { className: "datepicker-calendar-month" }, `${monthNames[month]} ${year}`), /* @__PURE__ */ React7.createElement(
1316
1316
  "button",
1317
1317
  {
1318
1318
  type: "button",
@@ -1785,7 +1785,7 @@ function DateRangePicker({
1785
1785
  "aria-label": "Previous month"
1786
1786
  },
1787
1787
  "\u2190"
1788
- ), /* @__PURE__ */ React7.createElement("div", { className: "daterangepicker-calendar-month" }, monthNames[month], " ", year), /* @__PURE__ */ React7.createElement(
1788
+ ), /* @__PURE__ */ React7.createElement("div", { className: "daterangepicker-calendar-month" }, `${monthNames[month]} ${year}`), /* @__PURE__ */ React7.createElement(
1789
1789
  "button",
1790
1790
  {
1791
1791
  type: "button",