@adobe/react-spectrum 3.33.0 → 3.33.1

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +20 -20
package/dist/types.d.ts CHANGED
@@ -10,7 +10,7 @@
10
10
  * governing permissions and limitations under the License.
11
11
  */
12
12
 
13
- 'use client';
13
+
14
14
 
15
15
  export {ActionGroup} from '@react-spectrum/actiongroup';
16
16
  export {Badge} from '@react-spectrum/badge';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/react-spectrum",
3
- "version": "3.33.0",
3
+ "version": "3.33.1",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -30,7 +30,7 @@
30
30
  ],
31
31
  "sideEffects": false,
32
32
  "scripts": {
33
- "prepublishOnly": "mkdir -p dist; cp src/index.ts dist/types.d.ts; grep -v '^export type' src/index.ts > dist/module.js; babel --root-mode upward src/index.ts -o dist/main.js"
33
+ "prepublishOnly": "mkdir -p dist; cp src/index.ts dist/types.d.ts; sed -i.bak 's/'\\''use client'\\'';//' dist/types.d.ts; rm dist/types.d.ts.bak; grep -v '^export type' src/index.ts > dist/module.js; babel --root-mode upward src/index.ts -o dist/main.js"
34
34
  },
35
35
  "repository": {
36
36
  "type": "git",
@@ -49,41 +49,41 @@
49
49
  "@react-spectrum/breadcrumbs": "^3.9.3",
50
50
  "@react-spectrum/button": "^3.16.0",
51
51
  "@react-spectrum/buttongroup": "^3.6.9",
52
- "@react-spectrum/calendar": "^3.4.4",
53
- "@react-spectrum/checkbox": "^3.9.1",
54
- "@react-spectrum/combobox": "^3.12.0",
55
- "@react-spectrum/contextualhelp": "^3.6.6",
56
- "@react-spectrum/datepicker": "^3.9.1",
57
- "@react-spectrum/dialog": "^3.8.6",
52
+ "@react-spectrum/calendar": "^3.4.5",
53
+ "@react-spectrum/checkbox": "^3.9.2",
54
+ "@react-spectrum/combobox": "^3.12.1",
55
+ "@react-spectrum/contextualhelp": "^3.6.7",
56
+ "@react-spectrum/datepicker": "^3.9.2",
57
+ "@react-spectrum/dialog": "^3.8.7",
58
58
  "@react-spectrum/divider": "^3.5.9",
59
59
  "@react-spectrum/dnd": "^3.3.6",
60
- "@react-spectrum/form": "^3.7.1",
60
+ "@react-spectrum/form": "^3.7.2",
61
61
  "@react-spectrum/icon": "^3.7.9",
62
62
  "@react-spectrum/illustratedmessage": "^3.4.9",
63
63
  "@react-spectrum/image": "^3.4.9",
64
64
  "@react-spectrum/inlinealert": "^3.2.1",
65
- "@react-spectrum/labeledvalue": "^3.1.9",
65
+ "@react-spectrum/labeledvalue": "^3.1.10",
66
66
  "@react-spectrum/layout": "^3.6.1",
67
67
  "@react-spectrum/link": "^3.6.3",
68
- "@react-spectrum/list": "^3.7.5",
68
+ "@react-spectrum/list": "^3.7.6",
69
69
  "@react-spectrum/listbox": "^3.12.5",
70
70
  "@react-spectrum/menu": "^3.17.0",
71
71
  "@react-spectrum/meter": "^3.4.9",
72
- "@react-spectrum/numberfield": "^3.8.1",
72
+ "@react-spectrum/numberfield": "^3.8.2",
73
73
  "@react-spectrum/overlays": "^5.5.3",
74
- "@react-spectrum/picker": "^3.14.0",
74
+ "@react-spectrum/picker": "^3.14.1",
75
75
  "@react-spectrum/progress": "^3.7.3",
76
76
  "@react-spectrum/provider": "^3.9.3",
77
- "@react-spectrum/radio": "^3.7.1",
78
- "@react-spectrum/searchfield": "^3.8.1",
77
+ "@react-spectrum/radio": "^3.7.2",
78
+ "@react-spectrum/searchfield": "^3.8.2",
79
79
  "@react-spectrum/slider": "^3.6.5",
80
80
  "@react-spectrum/statuslight": "^3.5.9",
81
81
  "@react-spectrum/switch": "^3.5.1",
82
- "@react-spectrum/table": "^3.12.5",
83
- "@react-spectrum/tabs": "^3.8.5",
84
- "@react-spectrum/tag": "^3.2.1",
82
+ "@react-spectrum/table": "^3.12.6",
83
+ "@react-spectrum/tabs": "^3.8.6",
84
+ "@react-spectrum/tag": "^3.2.2",
85
85
  "@react-spectrum/text": "^3.5.1",
86
- "@react-spectrum/textfield": "^3.11.1",
86
+ "@react-spectrum/textfield": "^3.11.2",
87
87
  "@react-spectrum/theme-dark": "^3.5.7",
88
88
  "@react-spectrum/theme-default": "^3.5.7",
89
89
  "@react-spectrum/theme-light": "^3.4.7",
@@ -101,5 +101,5 @@
101
101
  "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0",
102
102
  "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
103
103
  },
104
- "gitHead": "86b38c87868ce7f262e0df905e5ac4eb2653791d"
104
+ "gitHead": "80fcbf54206ca1ffb011f28fabcfc982d97bca5f"
105
105
  }