@react-spectrum/text 3.5.5-nightly.4620 → 3.5.5-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/Heading.mjs CHANGED
@@ -36,4 +36,4 @@ function $c382fceb69609a50$var$Heading(props, ref) {
36
36
 
37
37
 
38
38
  export {$c382fceb69609a50$export$a8a3e93435678ff9 as Heading};
39
- //# sourceMappingURL=Heading.mjs.map
39
+ //# sourceMappingURL=Heading.module.js.map
package/dist/Keyboard.mjs CHANGED
@@ -32,4 +32,4 @@ function $a42b6b1607b36926$var$Keyboard(props, ref) {
32
32
 
33
33
 
34
34
  export {$a42b6b1607b36926$export$16e4d70cc375e707 as Keyboard};
35
- //# sourceMappingURL=Keyboard.mjs.map
35
+ //# sourceMappingURL=Keyboard.module.js.map
package/dist/Text.mjs CHANGED
@@ -32,4 +32,4 @@ function $cd449e8defa988f0$var$Text(props, ref) {
32
32
 
33
33
 
34
34
  export {$cd449e8defa988f0$export$5f1af8db9871e1d6 as Text};
35
- //# sourceMappingURL=Text.mjs.map
35
+ //# sourceMappingURL=Text.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/text",
3
- "version": "3.5.5-nightly.4620+5cacbdbf8",
3
+ "version": "3.5.5-nightly.4624+d80999e89",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,15 +36,15 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/utils": "3.0.0-nightly.2908+5cacbdbf8",
40
- "@react-spectrum/utils": "3.0.0-nightly.2908+5cacbdbf8",
41
- "@react-types/shared": "3.0.0-nightly.2908+5cacbdbf8",
42
- "@react-types/text": "3.3.9-nightly.4620+5cacbdbf8",
39
+ "@react-aria/utils": "3.0.0-nightly.2912+d80999e89",
40
+ "@react-spectrum/utils": "3.0.0-nightly.2912+d80999e89",
41
+ "@react-types/shared": "3.0.0-nightly.2912+d80999e89",
42
+ "@react-types/text": "3.3.9-nightly.4624+d80999e89",
43
43
  "@swc/helpers": "^0.5.0",
44
- "react-aria-components": "1.2.1-nightly.4620+5cacbdbf8"
44
+ "react-aria-components": "1.2.1-nightly.4624+d80999e89"
45
45
  },
46
46
  "devDependencies": {
47
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2908+5cacbdbf8"
47
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2912+d80999e89"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@react-spectrum/provider": "^3.0.0",
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
56
+ "gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
57
57
  }