@react-stately/calendar 3.0.0-nightly.2908 → 3.0.0-nightly.2912
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.
|
@@ -173,4 +173,4 @@ function $9a36b6ba2fb1a7c5$var$nextUnavailableDate(anchorDate, state, dir) {
|
|
|
173
173
|
|
|
174
174
|
|
|
175
175
|
export {$9a36b6ba2fb1a7c5$export$9a987164d97ecc90 as useRangeCalendarState};
|
|
176
|
-
//# sourceMappingURL=useRangeCalendarState.
|
|
176
|
+
//# sourceMappingURL=useRangeCalendarState.module.js.map
|
package/dist/utils.mjs
CHANGED
|
@@ -63,4 +63,4 @@ function $f62d864046160412$export$a1d3911297b952d7(date, minValue, isDateUnavail
|
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
export {$f62d864046160412$export$eac50920cf2fd59a as isInvalid, $f62d864046160412$export$f4a51ff076cc9a09 as alignCenter, $f62d864046160412$export$144a00ba6044eb9 as alignStart, $f62d864046160412$export$5bb865b12696a77d as constrainStart, $f62d864046160412$export$530edbfc915b2b04 as alignEnd, $f62d864046160412$export$4f5203c0d889109e as constrainValue, $f62d864046160412$export$a1d3911297b952d7 as previousAvailableDate};
|
|
66
|
-
//# sourceMappingURL=utils.
|
|
66
|
+
//# sourceMappingURL=utils.module.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-stately/calendar",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.2912+d80999e89",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"url": "https://github.com/adobe/react-spectrum"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@internationalized/date": "3.5.4-nightly.
|
|
26
|
-
"@react-stately/utils": "3.0.0-nightly.
|
|
27
|
-
"@react-types/calendar": "3.0.0-nightly.
|
|
28
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
25
|
+
"@internationalized/date": "3.5.4-nightly.4624+d80999e89",
|
|
26
|
+
"@react-stately/utils": "3.0.0-nightly.2912+d80999e89",
|
|
27
|
+
"@react-types/calendar": "3.0.0-nightly.2912+d80999e89",
|
|
28
|
+
"@react-types/shared": "3.0.0-nightly.2912+d80999e89",
|
|
29
29
|
"@swc/helpers": "^0.5.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
|
|
38
38
|
}
|