@internationalized/date 3.2.1-nightly.3921 → 3.2.1-nightly.3940
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/README.md
CHANGED
|
@@ -9,7 +9,7 @@ The `@internationalized/date` package provides objects and functions for represe
|
|
|
9
9
|
* **Manipulation** – Add and subtract durations, set and cycle fields, and more.
|
|
10
10
|
* **Conversion** – Convert between calendar systems, time zones, string representations, and object types.
|
|
11
11
|
* **Queries** – Compare dates and times for ordering or full/partial equality. Determine locale-specific metadata such as day of week, weekend/weekday, etc.
|
|
12
|
-
* **Time zone aware** – The [ZonedDateTime](https://react-
|
|
12
|
+
* **Time zone aware** – The [ZonedDateTime](https://react-spectrum.adobe.com/internationalized/date/ZonedDateTime.html) object supports time zone aware date and time manipulation.
|
|
13
13
|
* **Predictable** – The API is designed to resolve ambiguity in all operations explicitly, including time zone conversions, arithmetic involving daylight saving time, locale-specific queries, and more.
|
|
14
14
|
* **Small bundle size** – The entire library including all calendars and functions is 8 kB minified and compressed with Brotli.
|
|
15
15
|
* **Tree shakeable** – Only include the functions and calendar systems you need. For example, if you only use the Gregorian calendar and builtin `CalendarDate` methods, it's just 2.8 kB.
|
package/dist/import.mjs
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,
|
package/dist/main.js
CHANGED
|
@@ -296,7 +296,9 @@ const $4d88eff242b38a9e$export$7a5acbd77d414bd9 = {
|
|
|
296
296
|
AL: 1,
|
|
297
297
|
AM: 1,
|
|
298
298
|
AN: 1,
|
|
299
|
+
AR: 1,
|
|
299
300
|
AT: 1,
|
|
301
|
+
AU: 1,
|
|
300
302
|
AX: 1,
|
|
301
303
|
AZ: 1,
|
|
302
304
|
BA: 1,
|
|
@@ -309,6 +311,7 @@ const $4d88eff242b38a9e$export$7a5acbd77d414bd9 = {
|
|
|
309
311
|
CH: 1,
|
|
310
312
|
CL: 1,
|
|
311
313
|
CM: 1,
|
|
314
|
+
CN: 1,
|
|
312
315
|
CR: 1,
|
|
313
316
|
CY: 1,
|
|
314
317
|
CZ: 1,
|