@pingux/astro 2.181.6 → 2.181.7-alpha.0

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.
@@ -45,7 +45,7 @@ var Calendar = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
45
45
  calendarWrapperProps = props.calendarWrapperProps;
46
46
  var _useLocale = (0, _i18n.useLocale)(),
47
47
  locale = _useLocale.locale;
48
- var calenderRef = (0, _hooks.useLocalOrForwardRef)(ref);
48
+ var calendarRef = (0, _hooks.useLocalOrForwardRef)(ref);
49
49
  var parsedDates = {
50
50
  value: typeof value === 'string' && (0, _date.parseDate)(value) || value,
51
51
  defaultValue: typeof defaultValue === 'string' && (0, _date.parseDate)(defaultValue) || defaultValue,
@@ -119,7 +119,7 @@ var Calendar = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
119
119
  flex: 1
120
120
  }, title);
121
121
  return (0, _react2.jsx)(_index.Box, (0, _extends2["default"])({}, calendarProps, calendarWrapperProps, {
122
- ref: calenderRef,
122
+ ref: calendarRef,
123
123
  variant: "calendar.calendarContainer",
124
124
  role: "group"
125
125
  }), (0, _react2.jsx)(_visuallyHidden.VisuallyHidden, {