@react-spectrum/tabs 3.8.10-nightly.4619 → 3.8.10-nightly.4623
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/Tabs.mjs +1 -1
- package/dist/tabs_vars_css.mjs +1 -1
- package/package.json +17 -17
package/dist/Tabs.mjs
CHANGED
|
@@ -393,4 +393,4 @@ const $65ab70ddbed1564b$export$b2539bed5023c21c = /*#__PURE__*/ (0, $14nVg$react
|
|
|
393
393
|
|
|
394
394
|
|
|
395
395
|
export {$65ab70ddbed1564b$export$e51a686c67fdaa2d as TabList, $65ab70ddbed1564b$export$5dae8d435677f210 as TabPanels, $65ab70ddbed1564b$export$b2539bed5023c21c as Tabs};
|
|
396
|
-
//# sourceMappingURL=Tabs.
|
|
396
|
+
//# sourceMappingURL=Tabs.module.js.map
|
package/dist/tabs_vars_css.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-spectrum/tabs",
|
|
3
|
-
"version": "3.8.10-nightly.
|
|
3
|
+
"version": "3.8.10-nightly.4623+b294de874",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -36,24 +36,24 @@
|
|
|
36
36
|
"url": "https://github.com/adobe/react-spectrum"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@react-aria/focus": "3.0.0-nightly.
|
|
40
|
-
"@react-aria/i18n": "3.0.0-nightly.
|
|
41
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
|
42
|
-
"@react-aria/tabs": "3.9.1-nightly.
|
|
43
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
44
|
-
"@react-spectrum/picker": "3.14.5-nightly.
|
|
45
|
-
"@react-spectrum/text": "3.5.5-nightly.
|
|
46
|
-
"@react-spectrum/utils": "3.0.0-nightly.
|
|
47
|
-
"@react-stately/collections": "3.0.0-nightly.
|
|
48
|
-
"@react-stately/list": "3.10.5-nightly.
|
|
49
|
-
"@react-stately/tabs": "3.0.0-nightly.
|
|
50
|
-
"@react-types/select": "3.9.4-nightly.
|
|
51
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
52
|
-
"@react-types/tabs": "3.3.7-nightly.
|
|
39
|
+
"@react-aria/focus": "3.0.0-nightly.2911+b294de874",
|
|
40
|
+
"@react-aria/i18n": "3.0.0-nightly.2911+b294de874",
|
|
41
|
+
"@react-aria/interactions": "3.0.0-nightly.2911+b294de874",
|
|
42
|
+
"@react-aria/tabs": "3.9.1-nightly.4623+b294de874",
|
|
43
|
+
"@react-aria/utils": "3.0.0-nightly.2911+b294de874",
|
|
44
|
+
"@react-spectrum/picker": "3.14.5-nightly.4623+b294de874",
|
|
45
|
+
"@react-spectrum/text": "3.5.5-nightly.4623+b294de874",
|
|
46
|
+
"@react-spectrum/utils": "3.0.0-nightly.2911+b294de874",
|
|
47
|
+
"@react-stately/collections": "3.0.0-nightly.2911+b294de874",
|
|
48
|
+
"@react-stately/list": "3.10.5-nightly.4623+b294de874",
|
|
49
|
+
"@react-stately/tabs": "3.0.0-nightly.2911+b294de874",
|
|
50
|
+
"@react-types/select": "3.9.4-nightly.4623+b294de874",
|
|
51
|
+
"@react-types/shared": "3.0.0-nightly.2911+b294de874",
|
|
52
|
+
"@react-types/tabs": "3.3.7-nightly.4623+b294de874",
|
|
53
53
|
"@swc/helpers": "^0.5.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@adobe/spectrum-css-temp": "3.0.0-nightly.
|
|
56
|
+
"@adobe/spectrum-css-temp": "3.0.0-nightly.2911+b294de874"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"@react-spectrum/provider": "^3.0.0",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
|
|
67
67
|
}
|