@react-aria/tabs 3.9.1-nightly.4619 → 3.9.1-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.
@@ -60,4 +60,4 @@
60
60
 
61
61
 
62
62
  export {$bfc6f2d60b8a4c40$export$15010ca3c1abe90b as TabsKeyboardDelegate};
63
- //# sourceMappingURL=TabsKeyboardDelegate.mjs.map
63
+ //# sourceMappingURL=TabsKeyboardDelegate.module.js.map
package/dist/useTab.mjs CHANGED
@@ -54,4 +54,4 @@ function $0175d55c2a017ebc$export$fdf4756d5b8ef90a(props, state, ref) {
54
54
 
55
55
 
56
56
  export {$0175d55c2a017ebc$export$fdf4756d5b8ef90a as useTab};
57
- //# sourceMappingURL=useTab.mjs.map
57
+ //# sourceMappingURL=useTab.module.js.map
@@ -59,4 +59,4 @@ function $58d314389b21fa3f$export$773e389e644c5874(props, state, ref) {
59
59
 
60
60
 
61
61
  export {$58d314389b21fa3f$export$773e389e644c5874 as useTabList};
62
- //# sourceMappingURL=useTabList.mjs.map
62
+ //# sourceMappingURL=useTabList.module.js.map
@@ -39,4 +39,4 @@ function $34bce698202e07cb$export$fae0121b5afe572d(props, state, ref) {
39
39
 
40
40
 
41
41
  export {$34bce698202e07cb$export$fae0121b5afe572d as useTabPanel};
42
- //# sourceMappingURL=useTabPanel.mjs.map
42
+ //# sourceMappingURL=useTabPanel.module.js.map
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.mjs.map
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.4619+45a872803",
3
+ "version": "3.9.1-nightly.4623+b294de874",
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.2907+45a872803",
26
- "@react-aria/i18n": "3.0.0-nightly.2907+45a872803",
27
- "@react-aria/selection": "3.0.0-nightly.2907+45a872803",
28
- "@react-aria/utils": "3.0.0-nightly.2907+45a872803",
29
- "@react-stately/tabs": "3.0.0-nightly.2907+45a872803",
30
- "@react-types/shared": "3.0.0-nightly.2907+45a872803",
31
- "@react-types/tabs": "3.3.7-nightly.4619+45a872803",
25
+ "@react-aria/focus": "3.0.0-nightly.2911+b294de874",
26
+ "@react-aria/i18n": "3.0.0-nightly.2911+b294de874",
27
+ "@react-aria/selection": "3.0.0-nightly.2911+b294de874",
28
+ "@react-aria/utils": "3.0.0-nightly.2911+b294de874",
29
+ "@react-stately/tabs": "3.0.0-nightly.2911+b294de874",
30
+ "@react-types/shared": "3.0.0-nightly.2911+b294de874",
31
+ "@react-types/tabs": "3.3.7-nightly.4623+b294de874",
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": "45a872803500086c1f589d5efb3e32b59a992b2c"
41
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
42
42
  }