@react-aria/tabs 3.9.1-nightly.4620 → 3.9.1-nightly.4624
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/dist/TabsKeyboardDelegate.mjs +1 -1
- package/dist/useTab.mjs +1 -1
- package/dist/useTabList.mjs +1 -1
- package/dist/useTabPanel.mjs +1 -1
- package/dist/utils.mjs +1 -1
- package/package.json +9 -9
package/dist/useTab.mjs
CHANGED
package/dist/useTabList.mjs
CHANGED
package/dist/useTabPanel.mjs
CHANGED
package/dist/utils.mjs
CHANGED
|
@@ -17,4 +17,4 @@ function $99b62ae3ff97ec45$export$567fc7097e064344(state, key, role) {
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
export {$99b62ae3ff97ec45$export$c5f62239608282b6 as tabsIds, $99b62ae3ff97ec45$export$567fc7097e064344 as generateId};
|
|
20
|
-
//# sourceMappingURL=utils.
|
|
20
|
+
//# sourceMappingURL=utils.module.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-aria/tabs",
|
|
3
|
-
"version": "3.9.1-nightly.
|
|
3
|
+
"version": "3.9.1-nightly.4624+d80999e89",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"url": "https://github.com/adobe/react-spectrum"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@react-aria/focus": "3.0.0-nightly.
|
|
26
|
-
"@react-aria/i18n": "3.0.0-nightly.
|
|
27
|
-
"@react-aria/selection": "3.0.0-nightly.
|
|
28
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
29
|
-
"@react-stately/tabs": "3.0.0-nightly.
|
|
30
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
31
|
-
"@react-types/tabs": "3.3.7-nightly.
|
|
25
|
+
"@react-aria/focus": "3.0.0-nightly.2912+d80999e89",
|
|
26
|
+
"@react-aria/i18n": "3.0.0-nightly.2912+d80999e89",
|
|
27
|
+
"@react-aria/selection": "3.0.0-nightly.2912+d80999e89",
|
|
28
|
+
"@react-aria/utils": "3.0.0-nightly.2912+d80999e89",
|
|
29
|
+
"@react-stately/tabs": "3.0.0-nightly.2912+d80999e89",
|
|
30
|
+
"@react-types/shared": "3.0.0-nightly.2912+d80999e89",
|
|
31
|
+
"@react-types/tabs": "3.3.7-nightly.4624+d80999e89",
|
|
32
32
|
"@swc/helpers": "^0.5.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
|
|
42
42
|
}
|