react-aria-components 3.0.0-nightly-3f67667d5-241111 → 3.0.0-nightly-7aa6265a2-241112
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/package.json +31 -31
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Over 40 components with built-in behavior, adaptive interactions, top-tier acces
|
|
|
7
7
|
* 🎨 **Styleable** – React Aria is style-free out of the box, allowing you to build custom designs to fit your application or design system using any styling and animation solution. Each component is broken down into individual parts with built-in states, render props, and slots that make styling a breeze.
|
|
8
8
|
* 📱 **Adaptive** – React Aria ensures a great experience for users, no matter their device. All components are optimized for mouse, touch, keyboard, and screen reader interactions, with a meticulous attention to detail that makes your app feel responsive and natural on every platform.
|
|
9
9
|
* ♿️ **Accessible** – React Aria is designed with accessibility as a top priority, and battle tested in production applications. All components are built to work across a wide variety of devices and assistive technologies to ensure the best experience possible for all users.
|
|
10
|
-
* 🌍 **International** – React Aria is engineered for internationalization out of the box, including translations in over 30 languages, localized date and number formatting and parsing, support for 13 calendar systems,
|
|
10
|
+
* 🌍 **International** – React Aria is engineered for internationalization out of the box, including translations in over 30 languages, localized date and number formatting and parsing, support for 13 calendar systems, 5 numbering systems, right-to-left layout, and more.
|
|
11
11
|
* ⚙️ **Customizable** – React Aria offers a flexible and scalable API that lets you dive as deep into the details as you like. Start with high-level components with a built-in DOM structure and simple styling API, compose custom patterns with contexts, and for the ultimate control, drop down to the low-level Hook-based API. Mix and match as needed.
|
|
12
12
|
|
|
13
13
|
## Documentation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-aria-components",
|
|
3
|
-
"version": "3.0.0-nightly-
|
|
3
|
+
"version": "3.0.0-nightly-7aa6265a2-241112",
|
|
4
4
|
"description": "A library of styleable components built using React Aria",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -37,38 +37,38 @@
|
|
|
37
37
|
"url": "https://github.com/adobe/react-spectrum"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@internationalized/date": "^3.0.0-nightly-
|
|
41
|
-
"@internationalized/string": "^3.0.0-nightly-
|
|
42
|
-
"@react-aria/accordion": "3.0.0-nightly-
|
|
43
|
-
"@react-aria/collections": "3.0.0-nightly-
|
|
44
|
-
"@react-aria/color": "^3.0.0-nightly-
|
|
45
|
-
"@react-aria/disclosure": "3.0.0-nightly-
|
|
46
|
-
"@react-aria/dnd": "^3.0.0-nightly-
|
|
47
|
-
"@react-aria/focus": "^3.0.0-nightly-
|
|
48
|
-
"@react-aria/interactions": "^3.0.0-nightly-
|
|
49
|
-
"@react-aria/live-announcer": "^3.0.0-nightly-
|
|
50
|
-
"@react-aria/menu": "^3.0.0-nightly-
|
|
51
|
-
"@react-aria/toolbar": "3.0.0-nightly-
|
|
52
|
-
"@react-aria/tree": "3.0.0-nightly-
|
|
53
|
-
"@react-aria/utils": "^3.0.0-nightly-
|
|
54
|
-
"@react-aria/virtualizer": "^3.0.0-nightly-
|
|
55
|
-
"@react-stately/color": "^3.0.0-nightly-
|
|
56
|
-
"@react-stately/disclosure": "3.0.0-nightly-
|
|
57
|
-
"@react-stately/layout": "^3.0.0-nightly-
|
|
58
|
-
"@react-stately/menu": "^3.0.0-nightly-
|
|
59
|
-
"@react-stately/selection": "^3.0.0-nightly-
|
|
60
|
-
"@react-stately/table": "^3.0.0-nightly-
|
|
61
|
-
"@react-stately/utils": "^3.0.0-nightly-
|
|
62
|
-
"@react-stately/virtualizer": "^3.0.0-nightly-
|
|
63
|
-
"@react-types/color": "^3.0.0-nightly-
|
|
64
|
-
"@react-types/form": "^3.0.0-nightly-
|
|
65
|
-
"@react-types/grid": "^3.0.0-nightly-
|
|
66
|
-
"@react-types/shared": "^3.0.0-nightly-
|
|
67
|
-
"@react-types/table": "^3.0.0-nightly-
|
|
40
|
+
"@internationalized/date": "^3.0.0-nightly-7aa6265a2-241112",
|
|
41
|
+
"@internationalized/string": "^3.0.0-nightly-7aa6265a2-241112",
|
|
42
|
+
"@react-aria/accordion": "3.0.0-nightly-7aa6265a2-241112",
|
|
43
|
+
"@react-aria/collections": "3.0.0-nightly-7aa6265a2-241112",
|
|
44
|
+
"@react-aria/color": "^3.0.0-nightly-7aa6265a2-241112",
|
|
45
|
+
"@react-aria/disclosure": "3.0.0-nightly-7aa6265a2-241112",
|
|
46
|
+
"@react-aria/dnd": "^3.0.0-nightly-7aa6265a2-241112",
|
|
47
|
+
"@react-aria/focus": "^3.0.0-nightly-7aa6265a2-241112",
|
|
48
|
+
"@react-aria/interactions": "^3.0.0-nightly-7aa6265a2-241112",
|
|
49
|
+
"@react-aria/live-announcer": "^3.0.0-nightly-7aa6265a2-241112",
|
|
50
|
+
"@react-aria/menu": "^3.0.0-nightly-7aa6265a2-241112",
|
|
51
|
+
"@react-aria/toolbar": "3.0.0-nightly-7aa6265a2-241112",
|
|
52
|
+
"@react-aria/tree": "3.0.0-nightly-7aa6265a2-241112",
|
|
53
|
+
"@react-aria/utils": "^3.0.0-nightly-7aa6265a2-241112",
|
|
54
|
+
"@react-aria/virtualizer": "^3.0.0-nightly-7aa6265a2-241112",
|
|
55
|
+
"@react-stately/color": "^3.0.0-nightly-7aa6265a2-241112",
|
|
56
|
+
"@react-stately/disclosure": "3.0.0-nightly-7aa6265a2-241112",
|
|
57
|
+
"@react-stately/layout": "^3.0.0-nightly-7aa6265a2-241112",
|
|
58
|
+
"@react-stately/menu": "^3.0.0-nightly-7aa6265a2-241112",
|
|
59
|
+
"@react-stately/selection": "^3.0.0-nightly-7aa6265a2-241112",
|
|
60
|
+
"@react-stately/table": "^3.0.0-nightly-7aa6265a2-241112",
|
|
61
|
+
"@react-stately/utils": "^3.0.0-nightly-7aa6265a2-241112",
|
|
62
|
+
"@react-stately/virtualizer": "^3.0.0-nightly-7aa6265a2-241112",
|
|
63
|
+
"@react-types/color": "^3.0.0-nightly-7aa6265a2-241112",
|
|
64
|
+
"@react-types/form": "^3.0.0-nightly-7aa6265a2-241112",
|
|
65
|
+
"@react-types/grid": "^3.0.0-nightly-7aa6265a2-241112",
|
|
66
|
+
"@react-types/shared": "^3.0.0-nightly-7aa6265a2-241112",
|
|
67
|
+
"@react-types/table": "^3.0.0-nightly-7aa6265a2-241112",
|
|
68
68
|
"@swc/helpers": "^0.5.0",
|
|
69
69
|
"client-only": "^0.0.1",
|
|
70
|
-
"react-aria": "^3.0.0-nightly-
|
|
71
|
-
"react-stately": "^3.0.0-nightly-
|
|
70
|
+
"react-aria": "^3.0.0-nightly-7aa6265a2-241112",
|
|
71
|
+
"react-stately": "^3.0.0-nightly-7aa6265a2-241112",
|
|
72
72
|
"use-sync-external-store": "^1.2.0"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|