@react-spectrum/datepicker 3.9.5 → 3.9.6

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.
Files changed (63) hide show
  1. package/dist/DateField.main.js +3 -3
  2. package/dist/DateField.mjs +4 -4
  3. package/dist/DateField.module.js +3 -3
  4. package/dist/DatePicker.main.js +26 -26
  5. package/dist/DatePicker.mjs +27 -27
  6. package/dist/DatePicker.module.js +26 -26
  7. package/dist/DatePickerField.main.js +2 -2
  8. package/dist/DatePickerField.mjs +3 -3
  9. package/dist/DatePickerField.module.js +2 -2
  10. package/dist/DatePickerSegment.main.js +9 -9
  11. package/dist/DatePickerSegment.mjs +10 -10
  12. package/dist/DatePickerSegment.module.js +9 -9
  13. package/dist/DateRangePicker.main.js +32 -32
  14. package/dist/DateRangePicker.mjs +33 -33
  15. package/dist/DateRangePicker.module.js +32 -32
  16. package/dist/Input.main.js +16 -16
  17. package/dist/Input.mjs +17 -17
  18. package/dist/Input.module.js +16 -16
  19. package/dist/TimeField.main.js +3 -3
  20. package/dist/TimeField.mjs +4 -4
  21. package/dist/TimeField.module.js +3 -3
  22. package/dist/ar-AE.mjs +1 -1
  23. package/dist/bg-BG.mjs +1 -1
  24. package/dist/cs-CZ.mjs +1 -1
  25. package/dist/da-DK.mjs +1 -1
  26. package/dist/de-DE.mjs +1 -1
  27. package/dist/el-GR.mjs +1 -1
  28. package/dist/en-US.mjs +1 -1
  29. package/dist/es-ES.mjs +1 -1
  30. package/dist/et-EE.mjs +1 -1
  31. package/dist/fi-FI.mjs +1 -1
  32. package/dist/fr-FR.mjs +1 -1
  33. package/dist/he-IL.mjs +1 -1
  34. package/dist/hr-HR.mjs +1 -1
  35. package/dist/hu-HU.mjs +1 -1
  36. package/dist/inputgroup_vars_css.mjs +1 -1
  37. package/dist/intlStrings.mjs +1 -1
  38. package/dist/it-IT.mjs +1 -1
  39. package/dist/ja-JP.mjs +1 -1
  40. package/dist/ko-KR.mjs +1 -1
  41. package/dist/lt-LT.mjs +1 -1
  42. package/dist/lv-LV.mjs +1 -1
  43. package/dist/nb-NO.mjs +1 -1
  44. package/dist/nl-NL.mjs +1 -1
  45. package/dist/pl-PL.mjs +1 -1
  46. package/dist/pt-BR.mjs +1 -1
  47. package/dist/pt-PT.mjs +1 -1
  48. package/dist/ro-RO.mjs +1 -1
  49. package/dist/ru-RU.mjs +1 -1
  50. package/dist/sk-SK.mjs +1 -1
  51. package/dist/sl-SI.mjs +1 -1
  52. package/dist/sr-SP.mjs +1 -1
  53. package/dist/styles_css.mjs +1 -1
  54. package/dist/sv-SE.mjs +1 -1
  55. package/dist/textfield_vars_css.mjs +1 -1
  56. package/dist/tr-TR.mjs +1 -1
  57. package/dist/uk-UA.mjs +1 -1
  58. package/dist/utils.main.js +10 -10
  59. package/dist/utils.mjs +11 -11
  60. package/dist/utils.module.js +10 -10
  61. package/dist/zh-CN.mjs +1 -1
  62. package/dist/zh-TW.mjs +1 -1
  63. package/package.json +21 -21
package/dist/Input.mjs CHANGED
@@ -71,29 +71,29 @@ function $79348162c55d687f$var$Input(props, ref) {
71
71
  // when there is enough space for the padding to be re-added. Ideally we'd
72
72
  // use a resize observer on a parent element, but it's hard to know _what_
73
73
  // parent element.
74
- (0, $fVzF9$useEvent)((0, $fVzF9$useRef)(typeof window !== "undefined" ? window : null), "resize", onResize);
74
+ (0, $fVzF9$useEvent)((0, $fVzF9$useRef)(typeof window !== 'undefined' ? window : null), 'resize', onResize);
75
75
  let { focusProps: focusProps, isFocusVisible: isFocusVisible, isFocused: isFocused } = (0, $fVzF9$useFocusRing)({
76
76
  isTextInput: true,
77
77
  within: true
78
78
  });
79
- let isInvalid = validationState === "invalid" && !isDisabled;
80
- let textfieldClass = (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$textfield_vars_cssmodulejs))), "spectrum-Textfield", {
81
- "spectrum-Textfield--invalid": isInvalid,
82
- "spectrum-Textfield--valid": validationState === "valid" && !isDisabled,
83
- "spectrum-Textfield--quiet": isQuiet,
84
- "focus-ring": isFocusVisible && !disableFocusRing
85
- }, (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$styles_cssmodulejs))), "react-spectrum-Datepicker-field"), className);
86
- let inputClass = (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$textfield_vars_cssmodulejs))), "spectrum-Textfield-input", {
87
- "is-disabled": isDisabled,
88
- "is-focused": isFocused
89
- }, (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$styles_cssmodulejs))), "react-spectrum-DateField-Input"), reservePadding && (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$styles_cssmodulejs))), "react-spectrum-Datepicker-input"), inputClassName);
90
- let iconClass = (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$textfield_vars_cssmodulejs))), "spectrum-Textfield-validationIcon");
79
+ let isInvalid = validationState === 'invalid' && !isDisabled;
80
+ let textfieldClass = (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$textfield_vars_cssmodulejs))), 'spectrum-Textfield', {
81
+ 'spectrum-Textfield--invalid': isInvalid,
82
+ 'spectrum-Textfield--valid': validationState === 'valid' && !isDisabled,
83
+ 'spectrum-Textfield--quiet': isQuiet,
84
+ 'focus-ring': isFocusVisible && !disableFocusRing
85
+ }, (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$styles_cssmodulejs))), 'react-spectrum-Datepicker-field'), className);
86
+ let inputClass = (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$textfield_vars_cssmodulejs))), 'spectrum-Textfield-input', {
87
+ 'is-disabled': isDisabled,
88
+ 'is-focused': isFocused
89
+ }, (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$styles_cssmodulejs))), 'react-spectrum-DateField-Input'), reservePadding && (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$styles_cssmodulejs))), 'react-spectrum-Datepicker-input'), inputClassName);
90
+ let iconClass = (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$textfield_vars_cssmodulejs))), 'spectrum-Textfield-validationIcon');
91
91
  let validationIcon = null;
92
- if (validationState === "invalid" && !isDisabled) validationIcon = /*#__PURE__*/ (0, $fVzF9$react).createElement((0, $fVzF9$spectrumiconsuiAlertMedium), {
92
+ if (validationState === 'invalid' && !isDisabled) validationIcon = /*#__PURE__*/ (0, $fVzF9$react).createElement((0, $fVzF9$spectrumiconsuiAlertMedium), {
93
93
  "data-testid": "invalid-icon",
94
94
  UNSAFE_className: iconClass
95
95
  });
96
- else if (validationState === "valid" && !isDisabled) validationIcon = /*#__PURE__*/ (0, $fVzF9$react).createElement((0, $fVzF9$spectrumiconsuiCheckmarkMedium), {
96
+ else if (validationState === 'valid' && !isDisabled) validationIcon = /*#__PURE__*/ (0, $fVzF9$react).createElement((0, $fVzF9$spectrumiconsuiCheckmarkMedium), {
97
97
  "data-testid": "valid-icon",
98
98
  UNSAFE_className: iconClass
99
99
  });
@@ -107,7 +107,7 @@ function $79348162c55d687f$var$Input(props, ref) {
107
107
  className: inputClass
108
108
  }, /*#__PURE__*/ (0, $fVzF9$react).createElement("div", {
109
109
  role: "presentation",
110
- className: (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$styles_cssmodulejs))), "react-spectrum-Datepicker-inputContents"),
110
+ className: (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$styles_cssmodulejs))), 'react-spectrum-Datepicker-inputContents'),
111
111
  ref: (0, $fVzF9$mergeRefs)(ref, inputRef)
112
112
  }, children)), validationIcon);
113
113
  }
@@ -115,4 +115,4 @@ const $79348162c55d687f$export$f5b8910cec6cf069 = /*#__PURE__*/ (0, $fVzF9$react
115
115
 
116
116
 
117
117
  export {$79348162c55d687f$export$f5b8910cec6cf069 as Input};
118
- //# sourceMappingURL=Input.mjs.map
118
+ //# sourceMappingURL=Input.module.js.map
@@ -71,29 +71,29 @@ function $79348162c55d687f$var$Input(props, ref) {
71
71
  // when there is enough space for the padding to be re-added. Ideally we'd
72
72
  // use a resize observer on a parent element, but it's hard to know _what_
73
73
  // parent element.
74
- (0, $fVzF9$useEvent)((0, $fVzF9$useRef)(typeof window !== "undefined" ? window : null), "resize", onResize);
74
+ (0, $fVzF9$useEvent)((0, $fVzF9$useRef)(typeof window !== 'undefined' ? window : null), 'resize', onResize);
75
75
  let { focusProps: focusProps, isFocusVisible: isFocusVisible, isFocused: isFocused } = (0, $fVzF9$useFocusRing)({
76
76
  isTextInput: true,
77
77
  within: true
78
78
  });
79
- let isInvalid = validationState === "invalid" && !isDisabled;
80
- let textfieldClass = (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$textfield_vars_cssmodulejs))), "spectrum-Textfield", {
81
- "spectrum-Textfield--invalid": isInvalid,
82
- "spectrum-Textfield--valid": validationState === "valid" && !isDisabled,
83
- "spectrum-Textfield--quiet": isQuiet,
84
- "focus-ring": isFocusVisible && !disableFocusRing
85
- }, (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$styles_cssmodulejs))), "react-spectrum-Datepicker-field"), className);
86
- let inputClass = (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$textfield_vars_cssmodulejs))), "spectrum-Textfield-input", {
87
- "is-disabled": isDisabled,
88
- "is-focused": isFocused
89
- }, (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$styles_cssmodulejs))), "react-spectrum-DateField-Input"), reservePadding && (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$styles_cssmodulejs))), "react-spectrum-Datepicker-input"), inputClassName);
90
- let iconClass = (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$textfield_vars_cssmodulejs))), "spectrum-Textfield-validationIcon");
79
+ let isInvalid = validationState === 'invalid' && !isDisabled;
80
+ let textfieldClass = (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$textfield_vars_cssmodulejs))), 'spectrum-Textfield', {
81
+ 'spectrum-Textfield--invalid': isInvalid,
82
+ 'spectrum-Textfield--valid': validationState === 'valid' && !isDisabled,
83
+ 'spectrum-Textfield--quiet': isQuiet,
84
+ 'focus-ring': isFocusVisible && !disableFocusRing
85
+ }, (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$styles_cssmodulejs))), 'react-spectrum-Datepicker-field'), className);
86
+ let inputClass = (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$textfield_vars_cssmodulejs))), 'spectrum-Textfield-input', {
87
+ 'is-disabled': isDisabled,
88
+ 'is-focused': isFocused
89
+ }, (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$styles_cssmodulejs))), 'react-spectrum-DateField-Input'), reservePadding && (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$styles_cssmodulejs))), 'react-spectrum-Datepicker-input'), inputClassName);
90
+ let iconClass = (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$textfield_vars_cssmodulejs))), 'spectrum-Textfield-validationIcon');
91
91
  let validationIcon = null;
92
- if (validationState === "invalid" && !isDisabled) validationIcon = /*#__PURE__*/ (0, $fVzF9$react).createElement((0, $fVzF9$spectrumiconsuiAlertMedium), {
92
+ if (validationState === 'invalid' && !isDisabled) validationIcon = /*#__PURE__*/ (0, $fVzF9$react).createElement((0, $fVzF9$spectrumiconsuiAlertMedium), {
93
93
  "data-testid": "invalid-icon",
94
94
  UNSAFE_className: iconClass
95
95
  });
96
- else if (validationState === "valid" && !isDisabled) validationIcon = /*#__PURE__*/ (0, $fVzF9$react).createElement((0, $fVzF9$spectrumiconsuiCheckmarkMedium), {
96
+ else if (validationState === 'valid' && !isDisabled) validationIcon = /*#__PURE__*/ (0, $fVzF9$react).createElement((0, $fVzF9$spectrumiconsuiCheckmarkMedium), {
97
97
  "data-testid": "valid-icon",
98
98
  UNSAFE_className: iconClass
99
99
  });
@@ -107,7 +107,7 @@ function $79348162c55d687f$var$Input(props, ref) {
107
107
  className: inputClass
108
108
  }, /*#__PURE__*/ (0, $fVzF9$react).createElement("div", {
109
109
  role: "presentation",
110
- className: (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$styles_cssmodulejs))), "react-spectrum-Datepicker-inputContents"),
110
+ className: (0, $fVzF9$classNames)((0, ($parcel$interopDefault($fVzF9$styles_cssmodulejs))), 'react-spectrum-Datepicker-inputContents'),
111
111
  ref: (0, $fVzF9$mergeRefs)(ref, inputRef)
112
112
  }, children)), validationIcon);
113
113
  }
@@ -60,7 +60,7 @@ function $740ff83729a8f317$var$TimeField(props, ref) {
60
60
  ...props,
61
61
  inputRef: inputRef
62
62
  }, state, fieldRef);
63
- let validationState = state.validationState || (isInvalid ? "invalid" : null);
63
+ let validationState = state.validationState || (isInvalid ? 'invalid' : null);
64
64
  return /*#__PURE__*/ (0, ($parcel$interopDefault($gfZkn$react))).createElement((0, $gfZkn$reactspectrumlabel.Field), {
65
65
  ...props,
66
66
  ref: domRef,
@@ -72,7 +72,7 @@ function $740ff83729a8f317$var$TimeField(props, ref) {
72
72
  isInvalid: isInvalid,
73
73
  validationErrors: validationErrors,
74
74
  validationDetails: validationDetails,
75
- wrapperClassName: (0, $gfZkn$reactspectrumutils.classNames)((0, ($parcel$interopDefault($91c3db8c6a21ca71$exports))), "react-spectrum-TimeField-fieldWrapper")
75
+ wrapperClassName: (0, $gfZkn$reactspectrumutils.classNames)((0, ($parcel$interopDefault($91c3db8c6a21ca71$exports))), 'react-spectrum-TimeField-fieldWrapper')
76
76
  }, /*#__PURE__*/ (0, ($parcel$interopDefault($gfZkn$react))).createElement((0, $c3ebc4931d9b9977$exports.Input), {
77
77
  ref: fieldRef,
78
78
  fieldProps: fieldProps,
@@ -80,7 +80,7 @@ function $740ff83729a8f317$var$TimeField(props, ref) {
80
80
  isQuiet: isQuiet,
81
81
  autoFocus: autoFocus,
82
82
  validationState: validationState,
83
- className: (0, $gfZkn$reactspectrumutils.classNames)((0, ($parcel$interopDefault($91c3db8c6a21ca71$exports))), "react-spectrum-TimeField")
83
+ className: (0, $gfZkn$reactspectrumutils.classNames)((0, ($parcel$interopDefault($91c3db8c6a21ca71$exports))), 'react-spectrum-TimeField')
84
84
  }, state.segments.map((segment, i)=>/*#__PURE__*/ (0, ($parcel$interopDefault($gfZkn$react))).createElement((0, $edac158d20ebe4a9$exports.DatePickerSegment), {
85
85
  key: i,
86
86
  segment: segment,
@@ -54,7 +54,7 @@ function $f0a04554754386b6$var$TimeField(props, ref) {
54
54
  ...props,
55
55
  inputRef: inputRef
56
56
  }, state, fieldRef);
57
- let validationState = state.validationState || (isInvalid ? "invalid" : null);
57
+ let validationState = state.validationState || (isInvalid ? 'invalid' : null);
58
58
  return /*#__PURE__*/ (0, $immgY$react).createElement((0, $immgY$Field), {
59
59
  ...props,
60
60
  ref: domRef,
@@ -66,7 +66,7 @@ function $f0a04554754386b6$var$TimeField(props, ref) {
66
66
  isInvalid: isInvalid,
67
67
  validationErrors: validationErrors,
68
68
  validationDetails: validationDetails,
69
- wrapperClassName: (0, $immgY$classNames)((0, ($parcel$interopDefault($immgY$styles_cssmodulejs))), "react-spectrum-TimeField-fieldWrapper")
69
+ wrapperClassName: (0, $immgY$classNames)((0, ($parcel$interopDefault($immgY$styles_cssmodulejs))), 'react-spectrum-TimeField-fieldWrapper')
70
70
  }, /*#__PURE__*/ (0, $immgY$react).createElement((0, $79348162c55d687f$export$f5b8910cec6cf069), {
71
71
  ref: fieldRef,
72
72
  fieldProps: fieldProps,
@@ -74,7 +74,7 @@ function $f0a04554754386b6$var$TimeField(props, ref) {
74
74
  isQuiet: isQuiet,
75
75
  autoFocus: autoFocus,
76
76
  validationState: validationState,
77
- className: (0, $immgY$classNames)((0, ($parcel$interopDefault($immgY$styles_cssmodulejs))), "react-spectrum-TimeField")
77
+ className: (0, $immgY$classNames)((0, ($parcel$interopDefault($immgY$styles_cssmodulejs))), 'react-spectrum-TimeField')
78
78
  }, state.segments.map((segment, i)=>/*#__PURE__*/ (0, $immgY$react).createElement((0, $cfa347761f172638$export$6388987c5223b54e), {
79
79
  key: i,
80
80
  segment: segment,
@@ -94,4 +94,4 @@ function $f0a04554754386b6$var$TimeField(props, ref) {
94
94
 
95
95
 
96
96
  export {$f0a04554754386b6$export$5eaee2322dd727eb as TimeField};
97
- //# sourceMappingURL=TimeField.mjs.map
97
+ //# sourceMappingURL=TimeField.module.js.map
@@ -54,7 +54,7 @@ function $f0a04554754386b6$var$TimeField(props, ref) {
54
54
  ...props,
55
55
  inputRef: inputRef
56
56
  }, state, fieldRef);
57
- let validationState = state.validationState || (isInvalid ? "invalid" : null);
57
+ let validationState = state.validationState || (isInvalid ? 'invalid' : null);
58
58
  return /*#__PURE__*/ (0, $immgY$react).createElement((0, $immgY$Field), {
59
59
  ...props,
60
60
  ref: domRef,
@@ -66,7 +66,7 @@ function $f0a04554754386b6$var$TimeField(props, ref) {
66
66
  isInvalid: isInvalid,
67
67
  validationErrors: validationErrors,
68
68
  validationDetails: validationDetails,
69
- wrapperClassName: (0, $immgY$classNames)((0, ($parcel$interopDefault($immgY$styles_cssmodulejs))), "react-spectrum-TimeField-fieldWrapper")
69
+ wrapperClassName: (0, $immgY$classNames)((0, ($parcel$interopDefault($immgY$styles_cssmodulejs))), 'react-spectrum-TimeField-fieldWrapper')
70
70
  }, /*#__PURE__*/ (0, $immgY$react).createElement((0, $79348162c55d687f$export$f5b8910cec6cf069), {
71
71
  ref: fieldRef,
72
72
  fieldProps: fieldProps,
@@ -74,7 +74,7 @@ function $f0a04554754386b6$var$TimeField(props, ref) {
74
74
  isQuiet: isQuiet,
75
75
  autoFocus: autoFocus,
76
76
  validationState: validationState,
77
- className: (0, $immgY$classNames)((0, ($parcel$interopDefault($immgY$styles_cssmodulejs))), "react-spectrum-TimeField")
77
+ className: (0, $immgY$classNames)((0, ($parcel$interopDefault($immgY$styles_cssmodulejs))), 'react-spectrum-TimeField')
78
78
  }, state.segments.map((segment, i)=>/*#__PURE__*/ (0, $immgY$react).createElement((0, $cfa347761f172638$export$6388987c5223b54e), {
79
79
  key: i,
80
80
  segment: segment,
package/dist/ar-AE.mjs CHANGED
@@ -7,4 +7,4 @@ $557f7da83617ebdf$exports = {
7
7
 
8
8
 
9
9
  export {$557f7da83617ebdf$exports as default};
10
- //# sourceMappingURL=ar-AE.mjs.map
10
+ //# sourceMappingURL=ar-AE.module.js.map
package/dist/bg-BG.mjs CHANGED
@@ -7,4 +7,4 @@ $d9d9d0bb24b4de48$exports = {
7
7
 
8
8
 
9
9
  export {$d9d9d0bb24b4de48$exports as default};
10
- //# sourceMappingURL=bg-BG.mjs.map
10
+ //# sourceMappingURL=bg-BG.module.js.map
package/dist/cs-CZ.mjs CHANGED
@@ -7,4 +7,4 @@ $957f034d30ca532a$exports = {
7
7
 
8
8
 
9
9
  export {$957f034d30ca532a$exports as default};
10
- //# sourceMappingURL=cs-CZ.mjs.map
10
+ //# sourceMappingURL=cs-CZ.module.js.map
package/dist/da-DK.mjs CHANGED
@@ -7,4 +7,4 @@ $b5644a9daaf97251$exports = {
7
7
 
8
8
 
9
9
  export {$b5644a9daaf97251$exports as default};
10
- //# sourceMappingURL=da-DK.mjs.map
10
+ //# sourceMappingURL=da-DK.module.js.map
package/dist/de-DE.mjs CHANGED
@@ -7,4 +7,4 @@ $7766b8cb542dd7d4$exports = {
7
7
 
8
8
 
9
9
  export {$7766b8cb542dd7d4$exports as default};
10
- //# sourceMappingURL=de-DE.mjs.map
10
+ //# sourceMappingURL=de-DE.module.js.map
package/dist/el-GR.mjs CHANGED
@@ -7,4 +7,4 @@ $ac788cb25511130e$exports = {
7
7
 
8
8
 
9
9
  export {$ac788cb25511130e$exports as default};
10
- //# sourceMappingURL=el-GR.mjs.map
10
+ //# sourceMappingURL=el-GR.module.js.map
package/dist/en-US.mjs CHANGED
@@ -7,4 +7,4 @@ $1729b68fc5d3f126$exports = {
7
7
 
8
8
 
9
9
  export {$1729b68fc5d3f126$exports as default};
10
- //# sourceMappingURL=en-US.mjs.map
10
+ //# sourceMappingURL=en-US.module.js.map
package/dist/es-ES.mjs CHANGED
@@ -7,4 +7,4 @@ $76a414311c9ecad7$exports = {
7
7
 
8
8
 
9
9
  export {$76a414311c9ecad7$exports as default};
10
- //# sourceMappingURL=es-ES.mjs.map
10
+ //# sourceMappingURL=es-ES.module.js.map
package/dist/et-EE.mjs CHANGED
@@ -7,4 +7,4 @@ $2c9039f4a2d8ea02$exports = {
7
7
 
8
8
 
9
9
  export {$2c9039f4a2d8ea02$exports as default};
10
- //# sourceMappingURL=et-EE.mjs.map
10
+ //# sourceMappingURL=et-EE.module.js.map
package/dist/fi-FI.mjs CHANGED
@@ -7,4 +7,4 @@ $59d615bd839f58d3$exports = {
7
7
 
8
8
 
9
9
  export {$59d615bd839f58d3$exports as default};
10
- //# sourceMappingURL=fi-FI.mjs.map
10
+ //# sourceMappingURL=fi-FI.module.js.map
package/dist/fr-FR.mjs CHANGED
@@ -7,4 +7,4 @@ $ab45056fafb7a102$exports = {
7
7
 
8
8
 
9
9
  export {$ab45056fafb7a102$exports as default};
10
- //# sourceMappingURL=fr-FR.mjs.map
10
+ //# sourceMappingURL=fr-FR.module.js.map
package/dist/he-IL.mjs CHANGED
@@ -7,4 +7,4 @@ $67d5b76c8e7450d9$exports = {
7
7
 
8
8
 
9
9
  export {$67d5b76c8e7450d9$exports as default};
10
- //# sourceMappingURL=he-IL.mjs.map
10
+ //# sourceMappingURL=he-IL.module.js.map
package/dist/hr-HR.mjs CHANGED
@@ -7,4 +7,4 @@ $2f9e52c02bf38498$exports = {
7
7
 
8
8
 
9
9
  export {$2f9e52c02bf38498$exports as default};
10
- //# sourceMappingURL=hr-HR.mjs.map
10
+ //# sourceMappingURL=hr-HR.module.js.map
package/dist/hu-HU.mjs CHANGED
@@ -7,4 +7,4 @@ $a151dd0df33d619b$exports = {
7
7
 
8
8
 
9
9
  export {$a151dd0df33d619b$exports as default};
10
- //# sourceMappingURL=hu-HU.mjs.map
10
+ //# sourceMappingURL=hu-HU.module.js.map
@@ -85,4 +85,4 @@ $8fb52a80fe52b1c7$export$5e116178f9b1556a = `ZTA2ya_spectrum-InputGroup-popover-
85
85
 
86
86
 
87
87
  export {$8fb52a80fe52b1c7$exports as default};
88
- //# sourceMappingURL=inputgroup_vars_css.mjs.map
88
+ //# sourceMappingURL=inputgroup_vars_css.module.js.map
@@ -107,4 +107,4 @@ $0e5701b873e6b9fd$exports = {
107
107
 
108
108
 
109
109
  export {$0e5701b873e6b9fd$exports as default};
110
- //# sourceMappingURL=intlStrings.mjs.map
110
+ //# sourceMappingURL=intlStrings.module.js.map
package/dist/it-IT.mjs CHANGED
@@ -7,4 +7,4 @@ $a3dd26e20adf6e63$exports = {
7
7
 
8
8
 
9
9
  export {$a3dd26e20adf6e63$exports as default};
10
- //# sourceMappingURL=it-IT.mjs.map
10
+ //# sourceMappingURL=it-IT.module.js.map
package/dist/ja-JP.mjs CHANGED
@@ -7,4 +7,4 @@ $60886f131a8aaf64$exports = {
7
7
 
8
8
 
9
9
  export {$60886f131a8aaf64$exports as default};
10
- //# sourceMappingURL=ja-JP.mjs.map
10
+ //# sourceMappingURL=ja-JP.module.js.map
package/dist/ko-KR.mjs CHANGED
@@ -7,4 +7,4 @@ $be521f3abe2a5b42$exports = {
7
7
 
8
8
 
9
9
  export {$be521f3abe2a5b42$exports as default};
10
- //# sourceMappingURL=ko-KR.mjs.map
10
+ //# sourceMappingURL=ko-KR.module.js.map
package/dist/lt-LT.mjs CHANGED
@@ -7,4 +7,4 @@ $18449f05cd88144d$exports = {
7
7
 
8
8
 
9
9
  export {$18449f05cd88144d$exports as default};
10
- //# sourceMappingURL=lt-LT.mjs.map
10
+ //# sourceMappingURL=lt-LT.module.js.map
package/dist/lv-LV.mjs CHANGED
@@ -7,4 +7,4 @@ $ab3b62ef853668f6$exports = {
7
7
 
8
8
 
9
9
  export {$ab3b62ef853668f6$exports as default};
10
- //# sourceMappingURL=lv-LV.mjs.map
10
+ //# sourceMappingURL=lv-LV.module.js.map
package/dist/nb-NO.mjs CHANGED
@@ -7,4 +7,4 @@ $bd4ef464092f2e3d$exports = {
7
7
 
8
8
 
9
9
  export {$bd4ef464092f2e3d$exports as default};
10
- //# sourceMappingURL=nb-NO.mjs.map
10
+ //# sourceMappingURL=nb-NO.module.js.map
package/dist/nl-NL.mjs CHANGED
@@ -7,4 +7,4 @@ $615f888e9fb9e405$exports = {
7
7
 
8
8
 
9
9
  export {$615f888e9fb9e405$exports as default};
10
- //# sourceMappingURL=nl-NL.mjs.map
10
+ //# sourceMappingURL=nl-NL.module.js.map
package/dist/pl-PL.mjs CHANGED
@@ -7,4 +7,4 @@ $348051b3267461b4$exports = {
7
7
 
8
8
 
9
9
  export {$348051b3267461b4$exports as default};
10
- //# sourceMappingURL=pl-PL.mjs.map
10
+ //# sourceMappingURL=pl-PL.module.js.map
package/dist/pt-BR.mjs CHANGED
@@ -7,4 +7,4 @@ $80e1f5b9b1708516$exports = {
7
7
 
8
8
 
9
9
  export {$80e1f5b9b1708516$exports as default};
10
- //# sourceMappingURL=pt-BR.mjs.map
10
+ //# sourceMappingURL=pt-BR.module.js.map
package/dist/pt-PT.mjs CHANGED
@@ -7,4 +7,4 @@ $3f165936910f27a7$exports = {
7
7
 
8
8
 
9
9
  export {$3f165936910f27a7$exports as default};
10
- //# sourceMappingURL=pt-PT.mjs.map
10
+ //# sourceMappingURL=pt-PT.module.js.map
package/dist/ro-RO.mjs CHANGED
@@ -7,4 +7,4 @@ $725af9f963c35984$exports = {
7
7
 
8
8
 
9
9
  export {$725af9f963c35984$exports as default};
10
- //# sourceMappingURL=ro-RO.mjs.map
10
+ //# sourceMappingURL=ro-RO.module.js.map
package/dist/ru-RU.mjs CHANGED
@@ -7,4 +7,4 @@ $5ced0dcf66f00658$exports = {
7
7
 
8
8
 
9
9
  export {$5ced0dcf66f00658$exports as default};
10
- //# sourceMappingURL=ru-RU.mjs.map
10
+ //# sourceMappingURL=ru-RU.module.js.map
package/dist/sk-SK.mjs CHANGED
@@ -7,4 +7,4 @@ $f99469db2a9ce4d6$exports = {
7
7
 
8
8
 
9
9
  export {$f99469db2a9ce4d6$exports as default};
10
- //# sourceMappingURL=sk-SK.mjs.map
10
+ //# sourceMappingURL=sk-SK.module.js.map
package/dist/sl-SI.mjs CHANGED
@@ -7,4 +7,4 @@ $23b4f990ce23d252$exports = {
7
7
 
8
8
 
9
9
  export {$23b4f990ce23d252$exports as default};
10
- //# sourceMappingURL=sl-SI.mjs.map
10
+ //# sourceMappingURL=sl-SI.module.js.map
package/dist/sr-SP.mjs CHANGED
@@ -7,4 +7,4 @@ $76c292be85991194$exports = {
7
7
 
8
8
 
9
9
  export {$76c292be85991194$exports as default};
10
- //# sourceMappingURL=sr-SP.mjs.map
10
+ //# sourceMappingURL=sr-SP.module.js.map
@@ -73,4 +73,4 @@ $465eb3a688ef3440$export$3008240fa163ee96 = `_2n04KW_react-spectrum-TimeField-fi
73
73
 
74
74
 
75
75
  export {$465eb3a688ef3440$exports as default};
76
- //# sourceMappingURL=styles_css.mjs.map
76
+ //# sourceMappingURL=styles_css.module.js.map
package/dist/sv-SE.mjs CHANGED
@@ -7,4 +7,4 @@ $eb1e0d6d87dadd36$exports = {
7
7
 
8
8
 
9
9
  export {$eb1e0d6d87dadd36$exports as default};
10
- //# sourceMappingURL=sv-SE.mjs.map
10
+ //# sourceMappingURL=sv-SE.module.js.map
@@ -73,4 +73,4 @@ $c14528ddc146317f$export$9fcb3d6af94a9d12 = `YO3Nla_spectrum-Textfield-wrapper--
73
73
 
74
74
 
75
75
  export {$c14528ddc146317f$exports as default};
76
- //# sourceMappingURL=textfield_vars_css.mjs.map
76
+ //# sourceMappingURL=textfield_vars_css.module.js.map
package/dist/tr-TR.mjs CHANGED
@@ -7,4 +7,4 @@ $c111b245b4961c2e$exports = {
7
7
 
8
8
 
9
9
  export {$c111b245b4961c2e$exports as default};
10
- //# sourceMappingURL=tr-TR.mjs.map
10
+ //# sourceMappingURL=tr-TR.module.js.map
package/dist/uk-UA.mjs CHANGED
@@ -7,4 +7,4 @@ $64c0344455eff457$exports = {
7
7
 
8
8
 
9
9
  export {$64c0344455eff457$exports as default};
10
- //# sourceMappingURL=uk-UA.mjs.map
10
+ //# sourceMappingURL=uk-UA.module.js.map
@@ -33,16 +33,16 @@ $parcel$export(module.exports, "useFocusManagerRef", () => $4d2e419f522adb48$exp
33
33
 
34
34
  function $4d2e419f522adb48$export$322f4580ccd8dde6(props) {
35
35
  let formatter = (0, $61dVa$reactariai18n.useDateFormatter)({
36
- dateStyle: "short"
36
+ dateStyle: 'short'
37
37
  });
38
38
  let displayNames = (0, $61dVa$reactariadatepicker.useDisplayNames)();
39
39
  return (0, $61dVa$react.useMemo)(()=>{
40
40
  if (props.description) return props.description;
41
41
  if (props.showFormatHelpText) return formatter.formatToParts(new Date()).map((s)=>{
42
- if (s.type === "literal") return s.value;
42
+ if (s.type === 'literal') return s.value;
43
43
  return displayNames.of(s.type);
44
- }).join(" ");
45
- return "";
44
+ }).join(' ');
45
+ return '';
46
46
  }, [
47
47
  props.description,
48
48
  props.showFormatHelpText,
@@ -56,9 +56,9 @@ function $4d2e419f522adb48$export$12ce2869ce471b1f(maxVisibleMonths) {
56
56
  (0, $61dVa$reactariautils.useLayoutEffect)(()=>{
57
57
  let onResize = ()=>setVisibleMonths($4d2e419f522adb48$var$getVisibleMonths(scale));
58
58
  onResize();
59
- window.addEventListener("resize", onResize);
59
+ window.addEventListener('resize', onResize);
60
60
  return ()=>{
61
- window.removeEventListener("resize", onResize);
61
+ window.removeEventListener('resize', onResize);
62
62
  };
63
63
  }, [
64
64
  scale
@@ -66,10 +66,10 @@ function $4d2e419f522adb48$export$12ce2869ce471b1f(maxVisibleMonths) {
66
66
  return Math.max(1, Math.min(visibleMonths, maxVisibleMonths, 3));
67
67
  }
68
68
  function $4d2e419f522adb48$var$getVisibleMonths(scale) {
69
- if (typeof window === "undefined") return 1;
70
- let monthWidth = scale === "large" ? 336 : 280;
71
- let gap = scale === "large" ? 30 : 24;
72
- let popoverPadding = scale === "large" ? 32 : 48;
69
+ if (typeof window === 'undefined') return 1;
70
+ let monthWidth = scale === 'large' ? 336 : 280;
71
+ let gap = scale === 'large' ? 30 : 24;
72
+ let popoverPadding = scale === 'large' ? 32 : 48;
73
73
  return Math.floor((window.innerWidth - popoverPadding * 2) / (monthWidth + gap));
74
74
  }
75
75
  function $4d2e419f522adb48$export$71a23a36270e4bf0(ref) {
package/dist/utils.mjs CHANGED
@@ -25,16 +25,16 @@ import {useProvider as $d7JPl$useProvider} from "@react-spectrum/provider";
25
25
 
26
26
  function $04e96200274b03de$export$322f4580ccd8dde6(props) {
27
27
  let formatter = (0, $d7JPl$useDateFormatter)({
28
- dateStyle: "short"
28
+ dateStyle: 'short'
29
29
  });
30
30
  let displayNames = (0, $d7JPl$useDisplayNames)();
31
31
  return (0, $d7JPl$useMemo)(()=>{
32
32
  if (props.description) return props.description;
33
33
  if (props.showFormatHelpText) return formatter.formatToParts(new Date()).map((s)=>{
34
- if (s.type === "literal") return s.value;
34
+ if (s.type === 'literal') return s.value;
35
35
  return displayNames.of(s.type);
36
- }).join(" ");
37
- return "";
36
+ }).join(' ');
37
+ return '';
38
38
  }, [
39
39
  props.description,
40
40
  props.showFormatHelpText,
@@ -48,9 +48,9 @@ function $04e96200274b03de$export$12ce2869ce471b1f(maxVisibleMonths) {
48
48
  (0, $d7JPl$useLayoutEffect)(()=>{
49
49
  let onResize = ()=>setVisibleMonths($04e96200274b03de$var$getVisibleMonths(scale));
50
50
  onResize();
51
- window.addEventListener("resize", onResize);
51
+ window.addEventListener('resize', onResize);
52
52
  return ()=>{
53
- window.removeEventListener("resize", onResize);
53
+ window.removeEventListener('resize', onResize);
54
54
  };
55
55
  }, [
56
56
  scale
@@ -58,10 +58,10 @@ function $04e96200274b03de$export$12ce2869ce471b1f(maxVisibleMonths) {
58
58
  return Math.max(1, Math.min(visibleMonths, maxVisibleMonths, 3));
59
59
  }
60
60
  function $04e96200274b03de$var$getVisibleMonths(scale) {
61
- if (typeof window === "undefined") return 1;
62
- let monthWidth = scale === "large" ? 336 : 280;
63
- let gap = scale === "large" ? 30 : 24;
64
- let popoverPadding = scale === "large" ? 32 : 48;
61
+ if (typeof window === 'undefined') return 1;
62
+ let monthWidth = scale === 'large' ? 336 : 280;
63
+ let gap = scale === 'large' ? 30 : 24;
64
+ let popoverPadding = scale === 'large' ? 32 : 48;
65
65
  return Math.floor((window.innerWidth - popoverPadding * 2) / (monthWidth + gap));
66
66
  }
67
67
  function $04e96200274b03de$export$71a23a36270e4bf0(ref) {
@@ -79,4 +79,4 @@ function $04e96200274b03de$export$71a23a36270e4bf0(ref) {
79
79
 
80
80
 
81
81
  export {$04e96200274b03de$export$322f4580ccd8dde6 as useFormatHelpText, $04e96200274b03de$export$12ce2869ce471b1f as useVisibleMonths, $04e96200274b03de$export$71a23a36270e4bf0 as useFocusManagerRef};
82
- //# sourceMappingURL=utils.mjs.map
82
+ //# sourceMappingURL=utils.module.js.map
@@ -25,16 +25,16 @@ import {useProvider as $d7JPl$useProvider} from "@react-spectrum/provider";
25
25
 
26
26
  function $04e96200274b03de$export$322f4580ccd8dde6(props) {
27
27
  let formatter = (0, $d7JPl$useDateFormatter)({
28
- dateStyle: "short"
28
+ dateStyle: 'short'
29
29
  });
30
30
  let displayNames = (0, $d7JPl$useDisplayNames)();
31
31
  return (0, $d7JPl$useMemo)(()=>{
32
32
  if (props.description) return props.description;
33
33
  if (props.showFormatHelpText) return formatter.formatToParts(new Date()).map((s)=>{
34
- if (s.type === "literal") return s.value;
34
+ if (s.type === 'literal') return s.value;
35
35
  return displayNames.of(s.type);
36
- }).join(" ");
37
- return "";
36
+ }).join(' ');
37
+ return '';
38
38
  }, [
39
39
  props.description,
40
40
  props.showFormatHelpText,
@@ -48,9 +48,9 @@ function $04e96200274b03de$export$12ce2869ce471b1f(maxVisibleMonths) {
48
48
  (0, $d7JPl$useLayoutEffect)(()=>{
49
49
  let onResize = ()=>setVisibleMonths($04e96200274b03de$var$getVisibleMonths(scale));
50
50
  onResize();
51
- window.addEventListener("resize", onResize);
51
+ window.addEventListener('resize', onResize);
52
52
  return ()=>{
53
- window.removeEventListener("resize", onResize);
53
+ window.removeEventListener('resize', onResize);
54
54
  };
55
55
  }, [
56
56
  scale
@@ -58,10 +58,10 @@ function $04e96200274b03de$export$12ce2869ce471b1f(maxVisibleMonths) {
58
58
  return Math.max(1, Math.min(visibleMonths, maxVisibleMonths, 3));
59
59
  }
60
60
  function $04e96200274b03de$var$getVisibleMonths(scale) {
61
- if (typeof window === "undefined") return 1;
62
- let monthWidth = scale === "large" ? 336 : 280;
63
- let gap = scale === "large" ? 30 : 24;
64
- let popoverPadding = scale === "large" ? 32 : 48;
61
+ if (typeof window === 'undefined') return 1;
62
+ let monthWidth = scale === 'large' ? 336 : 280;
63
+ let gap = scale === 'large' ? 30 : 24;
64
+ let popoverPadding = scale === 'large' ? 32 : 48;
65
65
  return Math.floor((window.innerWidth - popoverPadding * 2) / (monthWidth + gap));
66
66
  }
67
67
  function $04e96200274b03de$export$71a23a36270e4bf0(ref) {