@internationalized/date 3.2.1-nightly.3921 → 3.2.1-nightly.3937
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/README.md +1 -1
- package/dist/import.mjs +3 -0
- package/dist/main.js +3 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +3 -0
- package/dist/module.js.map +1 -1
- package/package.json +2 -2
- package/src/weekStartData.ts +3 -0
package/dist/module.js
CHANGED
|
@@ -231,7 +231,9 @@ const $2fe286d2fb449abb$export$7a5acbd77d414bd9 = {
|
|
|
231
231
|
AL: 1,
|
|
232
232
|
AM: 1,
|
|
233
233
|
AN: 1,
|
|
234
|
+
AR: 1,
|
|
234
235
|
AT: 1,
|
|
236
|
+
AU: 1,
|
|
235
237
|
AX: 1,
|
|
236
238
|
AZ: 1,
|
|
237
239
|
BA: 1,
|
|
@@ -244,6 +246,7 @@ const $2fe286d2fb449abb$export$7a5acbd77d414bd9 = {
|
|
|
244
246
|
CH: 1,
|
|
245
247
|
CL: 1,
|
|
246
248
|
CM: 1,
|
|
249
|
+
CN: 1,
|
|
247
250
|
CR: 1,
|
|
248
251
|
CY: 1,
|
|
249
252
|
CZ: 1,
|