@react-spectrum/textfield 3.9.2 → 3.10.0

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/import.mjs +295 -0
  2. package/package.json +18 -13
@@ -0,0 +1,295 @@
1
+ import "./main.css";
2
+ import {useLayoutEffect as $evhxb$useLayoutEffect, chain as $evhxb$chain, mergeProps as $evhxb$mergeProps} from "@react-aria/utils";
3
+ import $evhxb$react, {useRef as $evhxb$useRef, useCallback as $evhxb$useCallback, useImperativeHandle as $evhxb$useImperativeHandle, cloneElement as $evhxb$cloneElement, forwardRef as $evhxb$forwardRef} from "react";
4
+ import {useControlledState as $evhxb$useControlledState} from "@react-stately/utils";
5
+ import {useProviderProps as $evhxb$useProviderProps} from "@react-spectrum/provider";
6
+ import {useTextField as $evhxb$useTextField} from "@react-aria/textfield";
7
+ import $evhxb$spectrumiconsuiAlertMedium from "@spectrum-icons/ui/AlertMedium";
8
+ import $evhxb$spectrumiconsuiCheckmarkMedium from "@spectrum-icons/ui/CheckmarkMedium";
9
+ import {createFocusableRef as $evhxb$createFocusableRef, classNames as $evhxb$classNames} from "@react-spectrum/utils";
10
+ import {Field as $evhxb$Field} from "@react-spectrum/label";
11
+ import {useFocusRing as $evhxb$useFocusRing} from "@react-aria/focus";
12
+ import {useHover as $evhxb$useHover} from "@react-aria/interactions";
13
+
14
+ function $parcel$interopDefault(a) {
15
+ return a && a.__esModule ? a.default : a;
16
+ }
17
+ function $parcel$export(e, n, v, s) {
18
+ Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
19
+ }
20
+ /*
21
+ * Copyright 2020 Adobe. All rights reserved.
22
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
23
+ * you may not use this file except in compliance with the License. You may obtain a copy
24
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
25
+ *
26
+ * Unless required by applicable law or agreed to in writing, software distributed under
27
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
28
+ * OF ANY KIND, either express or implied. See the License for the specific language
29
+ * governing permissions and limitations under the License.
30
+ */ /// <reference types="css-module-types" />
31
+ /*
32
+ * Copyright 2020 Adobe. All rights reserved.
33
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
34
+ * you may not use this file except in compliance with the License. You may obtain a copy
35
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
36
+ *
37
+ * Unless required by applicable law or agreed to in writing, software distributed under
38
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
39
+ * OF ANY KIND, either express or implied. See the License for the specific language
40
+ * governing permissions and limitations under the License.
41
+ */
42
+
43
+ /*
44
+ * Copyright 2020 Adobe. All rights reserved.
45
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
46
+ * you may not use this file except in compliance with the License. You may obtain a copy
47
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
48
+ *
49
+ * Unless required by applicable law or agreed to in writing, software distributed under
50
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
51
+ * OF ANY KIND, either express or implied. See the License for the specific language
52
+ * governing permissions and limitations under the License.
53
+ */
54
+
55
+
56
+
57
+
58
+
59
+ var $c14528ddc146317f$exports = {};
60
+
61
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield-input", () => $c14528ddc146317f$export$1ac009feb2b0bd0c, (v) => $c14528ddc146317f$export$1ac009feb2b0bd0c = v);
62
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield", () => $c14528ddc146317f$export$2c8a10299d8b3418, (v) => $c14528ddc146317f$export$2c8a10299d8b3418 = v);
63
+ $parcel$export($c14528ddc146317f$exports, "focus-ring", () => $c14528ddc146317f$export$f39a09f249340e2a, (v) => $c14528ddc146317f$export$f39a09f249340e2a = v);
64
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield--quiet", () => $c14528ddc146317f$export$bffd5e3d61a81737, (v) => $c14528ddc146317f$export$bffd5e3d61a81737 = v);
65
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield--multiline", () => $c14528ddc146317f$export$9699f1c538a448a0, (v) => $c14528ddc146317f$export$9699f1c538a448a0 = v);
66
+ $parcel$export($c14528ddc146317f$exports, "is-placeholder", () => $c14528ddc146317f$export$e5b2f5233e4e5194, (v) => $c14528ddc146317f$export$e5b2f5233e4e5194 = v);
67
+ $parcel$export($c14528ddc146317f$exports, "is-hovered", () => $c14528ddc146317f$export$b8813cd5d7824ce7, (v) => $c14528ddc146317f$export$b8813cd5d7824ce7 = v);
68
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield--valid", () => $c14528ddc146317f$export$c2abbc3f970170b7, (v) => $c14528ddc146317f$export$c2abbc3f970170b7 = v);
69
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield--invalid", () => $c14528ddc146317f$export$58e50b10d30123df, (v) => $c14528ddc146317f$export$58e50b10d30123df = v);
70
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield--loadable", () => $c14528ddc146317f$export$14fd30fea6f1348c, (v) => $c14528ddc146317f$export$14fd30fea6f1348c = v);
71
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield-wrapper", () => $c14528ddc146317f$export$dd1165e0e6012973, (v) => $c14528ddc146317f$export$dd1165e0e6012973 = v);
72
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield-wrapper--quiet", () => $c14528ddc146317f$export$9fcb3d6af94a9d12, (v) => $c14528ddc146317f$export$9fcb3d6af94a9d12 = v);
73
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield-validationIcon", () => $c14528ddc146317f$export$cf0ead5b44db0da3, (v) => $c14528ddc146317f$export$cf0ead5b44db0da3 = v);
74
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield-icon", () => $c14528ddc146317f$export$222d1ccd1870be1d, (v) => $c14528ddc146317f$export$222d1ccd1870be1d = v);
75
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield-inputIcon", () => $c14528ddc146317f$export$c1cdcaa5fe76a871, (v) => $c14528ddc146317f$export$c1cdcaa5fe76a871 = v);
76
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield-circleLoader", () => $c14528ddc146317f$export$82a249fb4d6127, (v) => $c14528ddc146317f$export$82a249fb4d6127 = v);
77
+ $parcel$export($c14528ddc146317f$exports, "is-focused", () => $c14528ddc146317f$export$e7dc768d35940237, (v) => $c14528ddc146317f$export$e7dc768d35940237 = v);
78
+ $parcel$export($c14528ddc146317f$exports, "is-disabled", () => $c14528ddc146317f$export$d35bc1e505d1ebbf, (v) => $c14528ddc146317f$export$d35bc1e505d1ebbf = v);
79
+ var $c14528ddc146317f$export$1ac009feb2b0bd0c;
80
+ var $c14528ddc146317f$export$2c8a10299d8b3418;
81
+ var $c14528ddc146317f$export$f39a09f249340e2a;
82
+ var $c14528ddc146317f$export$bffd5e3d61a81737;
83
+ var $c14528ddc146317f$export$9699f1c538a448a0;
84
+ var $c14528ddc146317f$export$e5b2f5233e4e5194;
85
+ var $c14528ddc146317f$export$b8813cd5d7824ce7;
86
+ var $c14528ddc146317f$export$c2abbc3f970170b7;
87
+ var $c14528ddc146317f$export$58e50b10d30123df;
88
+ var $c14528ddc146317f$export$14fd30fea6f1348c;
89
+ var $c14528ddc146317f$export$dd1165e0e6012973;
90
+ var $c14528ddc146317f$export$9fcb3d6af94a9d12;
91
+ var $c14528ddc146317f$export$cf0ead5b44db0da3;
92
+ var $c14528ddc146317f$export$222d1ccd1870be1d;
93
+ var $c14528ddc146317f$export$c1cdcaa5fe76a871;
94
+ var $c14528ddc146317f$export$82a249fb4d6127;
95
+ var $c14528ddc146317f$export$e7dc768d35940237;
96
+ var $c14528ddc146317f$export$d35bc1e505d1ebbf;
97
+ $c14528ddc146317f$export$1ac009feb2b0bd0c = "spectrum-Textfield-input_73bc77";
98
+ $c14528ddc146317f$export$2c8a10299d8b3418 = "spectrum-Textfield_73bc77";
99
+ $c14528ddc146317f$export$f39a09f249340e2a = "focus-ring_73bc77";
100
+ $c14528ddc146317f$export$bffd5e3d61a81737 = "spectrum-Textfield--quiet_73bc77";
101
+ $c14528ddc146317f$export$9699f1c538a448a0 = "spectrum-Textfield--multiline_73bc77";
102
+ $c14528ddc146317f$export$e5b2f5233e4e5194 = "is-placeholder_73bc77";
103
+ $c14528ddc146317f$export$b8813cd5d7824ce7 = "is-hovered_73bc77";
104
+ $c14528ddc146317f$export$c2abbc3f970170b7 = "spectrum-Textfield--valid_73bc77";
105
+ $c14528ddc146317f$export$58e50b10d30123df = "spectrum-Textfield--invalid_73bc77";
106
+ $c14528ddc146317f$export$14fd30fea6f1348c = "spectrum-Textfield--loadable_73bc77";
107
+ $c14528ddc146317f$export$dd1165e0e6012973 = "spectrum-Textfield-wrapper_73bc77";
108
+ $c14528ddc146317f$export$9fcb3d6af94a9d12 = "spectrum-Textfield-wrapper--quiet_73bc77";
109
+ $c14528ddc146317f$export$cf0ead5b44db0da3 = "spectrum-Textfield-validationIcon_73bc77";
110
+ $c14528ddc146317f$export$222d1ccd1870be1d = "spectrum-Textfield-icon_73bc77";
111
+ $c14528ddc146317f$export$c1cdcaa5fe76a871 = "spectrum-Textfield-inputIcon_73bc77";
112
+ $c14528ddc146317f$export$82a249fb4d6127 = "spectrum-Textfield-circleLoader_73bc77";
113
+ $c14528ddc146317f$export$e7dc768d35940237 = "is-focused_73bc77";
114
+ $c14528ddc146317f$export$d35bc1e505d1ebbf = "is-disabled_73bc77";
115
+
116
+
117
+
118
+
119
+ function $599adb75312e6492$var$TextFieldBase(props, ref) {
120
+ let { validationState: validationState , icon: icon , isQuiet: isQuiet = false , isDisabled: isDisabled , multiLine: multiLine , autoFocus: autoFocus , inputClassName: inputClassName , wrapperChildren: wrapperChildren , labelProps: labelProps , inputProps: inputProps , descriptionProps: descriptionProps , errorMessageProps: errorMessageProps , inputRef: userInputRef , isLoading: isLoading , loadingIndicator: loadingIndicator , validationIconClassName: validationIconClassName , disableFocusRing: disableFocusRing } = props;
121
+ let { hoverProps: hoverProps , isHovered: isHovered } = (0, $evhxb$useHover)({
122
+ isDisabled: isDisabled
123
+ });
124
+ let domRef = (0, $evhxb$useRef)(null);
125
+ let defaultInputRef = (0, $evhxb$useRef)(null);
126
+ let inputRef = userInputRef || defaultInputRef;
127
+ // Expose imperative interface for ref
128
+ (0, $evhxb$useImperativeHandle)(ref, ()=>({
129
+ ...(0, $evhxb$createFocusableRef)(domRef, inputRef),
130
+ select () {
131
+ if (inputRef.current) inputRef.current.select();
132
+ },
133
+ getInputElement () {
134
+ return inputRef.current;
135
+ }
136
+ }));
137
+ let ElementType = multiLine ? "textarea" : "input";
138
+ let isInvalid = validationState === "invalid" && !isDisabled;
139
+ if (icon) {
140
+ let UNSAFE_className = (0, $evhxb$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($c14528ddc146317f$exports))), icon.props && icon.props.UNSAFE_className, "spectrum-Textfield-icon");
141
+ icon = /*#__PURE__*/ (0, $evhxb$cloneElement)(icon, {
142
+ UNSAFE_className: UNSAFE_className,
143
+ size: "S"
144
+ });
145
+ }
146
+ let validationIcon = isInvalid ? /*#__PURE__*/ (0, $evhxb$react).createElement((0, $evhxb$spectrumiconsuiAlertMedium), null) : /*#__PURE__*/ (0, $evhxb$react).createElement((0, $evhxb$spectrumiconsuiCheckmarkMedium), null);
147
+ let validation = /*#__PURE__*/ (0, $evhxb$cloneElement)(validationIcon, {
148
+ UNSAFE_className: (0, $evhxb$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($c14528ddc146317f$exports))), "spectrum-Textfield-validationIcon", validationIconClassName)
149
+ });
150
+ let { focusProps: focusProps , isFocusVisible: isFocusVisible } = (0, $evhxb$useFocusRing)({
151
+ isTextInput: true,
152
+ autoFocus: autoFocus
153
+ });
154
+ let textField = /*#__PURE__*/ (0, $evhxb$react).createElement("div", {
155
+ className: (0, $evhxb$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($c14528ddc146317f$exports))), "spectrum-Textfield", {
156
+ "spectrum-Textfield--invalid": isInvalid,
157
+ "spectrum-Textfield--valid": validationState === "valid" && !isDisabled,
158
+ "spectrum-Textfield--loadable": loadingIndicator,
159
+ "spectrum-Textfield--quiet": isQuiet,
160
+ "spectrum-Textfield--multiline": multiLine,
161
+ "focus-ring": !disableFocusRing && isFocusVisible
162
+ })
163
+ }, /*#__PURE__*/ (0, $evhxb$react).createElement(ElementType, {
164
+ ...(0, $evhxb$mergeProps)(inputProps, hoverProps, focusProps),
165
+ ref: inputRef,
166
+ rows: multiLine ? 1 : undefined,
167
+ className: (0, $evhxb$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($c14528ddc146317f$exports))), "spectrum-Textfield-input", {
168
+ "spectrum-Textfield-inputIcon": icon,
169
+ "is-hovered": isHovered
170
+ }, inputClassName)
171
+ }), icon, validationState && !isLoading && !isDisabled ? validation : null, isLoading && loadingIndicator, wrapperChildren);
172
+ return /*#__PURE__*/ (0, $evhxb$react).createElement((0, $evhxb$Field), {
173
+ ...props,
174
+ labelProps: labelProps,
175
+ descriptionProps: descriptionProps,
176
+ errorMessageProps: errorMessageProps,
177
+ wrapperClassName: (0, $evhxb$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($c14528ddc146317f$exports))), "spectrum-Textfield-wrapper", {
178
+ "spectrum-Textfield-wrapper--quiet": isQuiet
179
+ }),
180
+ showErrorIcon: false,
181
+ ref: domRef
182
+ }, textField);
183
+ }
184
+ const $599adb75312e6492$export$d22444a338b6e3c2 = /*#__PURE__*/ (0, $evhxb$forwardRef)($599adb75312e6492$var$TextFieldBase);
185
+
186
+
187
+
188
+
189
+
190
+ function $cc187bf91f8eea73$var$TextArea(props, ref) {
191
+ props = (0, $evhxb$useProviderProps)(props);
192
+ let { isDisabled: isDisabled = false , isQuiet: isQuiet = false , isReadOnly: isReadOnly = false , isRequired: isRequired = false , onChange: onChange , ...otherProps } = props;
193
+ // not in stately because this is so we know when to re-measure, which is a spectrum design
194
+ let [inputValue, setInputValue] = (0, $evhxb$useControlledState)(props.value, props.defaultValue, ()=>{});
195
+ let inputRef = (0, $evhxb$useRef)(null);
196
+ let onHeightChange = (0, $evhxb$useCallback)(()=>{
197
+ // Quiet textareas always grow based on their text content.
198
+ // Standard textareas also grow by default, unless an explicit height is set.
199
+ if ((isQuiet || !props.height) && inputRef.current) {
200
+ let input = inputRef.current;
201
+ let prevAlignment = input.style.alignSelf;
202
+ let prevOverflow = input.style.overflow;
203
+ // Firefox scroll position is lost when overflow: 'hidden' is applied so we skip applying it.
204
+ // The measure/applied height is also incorrect/reset if we turn on and off
205
+ // overflow: hidden in Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=1787062
206
+ let isFirefox = "MozAppearance" in input.style;
207
+ if (!isFirefox) input.style.overflow = "hidden";
208
+ input.style.alignSelf = "start";
209
+ input.style.height = "auto";
210
+ // offsetHeight - clientHeight accounts for the border/padding.
211
+ input.style.height = `${input.scrollHeight + (input.offsetHeight - input.clientHeight)}px`;
212
+ input.style.overflow = prevOverflow;
213
+ input.style.alignSelf = prevAlignment;
214
+ }
215
+ }, [
216
+ isQuiet,
217
+ inputRef,
218
+ props.height
219
+ ]);
220
+ (0, $evhxb$useLayoutEffect)(()=>{
221
+ if (inputRef.current) onHeightChange();
222
+ }, [
223
+ onHeightChange,
224
+ inputValue,
225
+ inputRef
226
+ ]);
227
+ if (props.placeholder) console.warn("Placeholders are deprecated due to accessibility issues. Please use help text instead. See the docs for details: https://react-spectrum.adobe.com/react-spectrum/TextArea.html#help-text");
228
+ let { labelProps: labelProps , inputProps: inputProps , descriptionProps: descriptionProps , errorMessageProps: errorMessageProps } = (0, $evhxb$useTextField)({
229
+ ...props,
230
+ onChange: (0, $evhxb$chain)(onChange, setInputValue),
231
+ inputElementType: "textarea"
232
+ }, inputRef);
233
+ return /*#__PURE__*/ (0, $evhxb$react).createElement((0, $599adb75312e6492$export$d22444a338b6e3c2), {
234
+ ...otherProps,
235
+ ref: ref,
236
+ inputRef: inputRef,
237
+ labelProps: labelProps,
238
+ inputProps: inputProps,
239
+ descriptionProps: descriptionProps,
240
+ errorMessageProps: errorMessageProps,
241
+ multiLine: true,
242
+ isDisabled: isDisabled,
243
+ isQuiet: isQuiet,
244
+ isReadOnly: isReadOnly,
245
+ isRequired: isRequired
246
+ });
247
+ }
248
+ /**
249
+ * TextAreas are multiline text inputs, useful for cases where users have
250
+ * a sizable amount of text to enter. They allow for all customizations that
251
+ * are available to text fields.
252
+ */ let $cc187bf91f8eea73$export$f5c9f3c2c4054eec = /*#__PURE__*/ (0, $evhxb$react).forwardRef($cc187bf91f8eea73$var$TextArea);
253
+
254
+
255
+ /*
256
+ * Copyright 2020 Adobe. All rights reserved.
257
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
258
+ * you may not use this file except in compliance with the License. You may obtain a copy
259
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
260
+ *
261
+ * Unless required by applicable law or agreed to in writing, software distributed under
262
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
263
+ * OF ANY KIND, either express or implied. See the License for the specific language
264
+ * governing permissions and limitations under the License.
265
+ */
266
+
267
+
268
+
269
+ function $265457f9427aa380$var$TextField(props, ref) {
270
+ props = (0, $evhxb$useProviderProps)(props);
271
+ let inputRef = (0, $evhxb$useRef)(null);
272
+ let { labelProps: labelProps , inputProps: inputProps , descriptionProps: descriptionProps , errorMessageProps: errorMessageProps } = (0, $evhxb$useTextField)(props, inputRef);
273
+ if (props.placeholder) console.warn("Placeholders are deprecated due to accessibility issues. Please use help text instead. See the docs for details: https://react-spectrum.adobe.com/react-spectrum/TextField.html#help-text");
274
+ return /*#__PURE__*/ (0, $evhxb$react).createElement((0, $599adb75312e6492$export$d22444a338b6e3c2), {
275
+ ...props,
276
+ labelProps: labelProps,
277
+ inputProps: inputProps,
278
+ descriptionProps: descriptionProps,
279
+ errorMessageProps: errorMessageProps,
280
+ ref: ref,
281
+ inputRef: inputRef
282
+ });
283
+ }
284
+ /**
285
+ * TextFields are text inputs that allow users to input custom text entries
286
+ * with a keyboard. Various decorations can be displayed around the field to
287
+ * communicate the entry requirements.
288
+ */ const $265457f9427aa380$export$2c73285ae9390cec = /*#__PURE__*/ (0, $evhxb$forwardRef)($265457f9427aa380$var$TextField);
289
+
290
+
291
+
292
+
293
+
294
+ export {$cc187bf91f8eea73$export$f5c9f3c2c4054eec as TextArea, $265457f9427aa380$export$2c73285ae9390cec as TextField, $599adb75312e6492$export$d22444a338b6e3c2 as TextFieldBase};
295
+ //# sourceMappingURL=module.js.map
package/package.json CHANGED
@@ -1,10 +1,15 @@
1
1
  {
2
2
  "name": "@react-spectrum/textfield",
3
- "version": "3.9.2",
3
+ "version": "3.10.0",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
7
7
  "module": "dist/module.js",
8
+ "exports": {
9
+ "types": "./dist/types.d.ts",
10
+ "import": "./dist/import.mjs",
11
+ "require": "./dist/main.js"
12
+ },
8
13
  "types": "dist/types.d.ts",
9
14
  "source": "src/index.ts",
10
15
  "files": [
@@ -31,17 +36,17 @@
31
36
  "url": "https://github.com/adobe/react-spectrum"
32
37
  },
33
38
  "dependencies": {
34
- "@react-aria/focus": "^3.10.1",
35
- "@react-aria/i18n": "^3.6.3",
36
- "@react-aria/interactions": "^3.13.1",
37
- "@react-aria/textfield": "^3.8.1",
38
- "@react-aria/utils": "^3.14.2",
39
- "@react-spectrum/label": "^3.10.1",
40
- "@react-spectrum/utils": "^3.8.1",
41
- "@react-stately/utils": "^3.5.2",
42
- "@react-types/shared": "^3.16.0",
43
- "@react-types/textfield": "^3.6.2",
44
- "@spectrum-icons/ui": "^3.4.2",
39
+ "@react-aria/focus": "^3.11.0",
40
+ "@react-aria/i18n": "^3.7.0",
41
+ "@react-aria/interactions": "^3.14.0",
42
+ "@react-aria/textfield": "^3.9.0",
43
+ "@react-aria/utils": "^3.15.0",
44
+ "@react-spectrum/label": "^3.11.0",
45
+ "@react-spectrum/utils": "^3.9.0",
46
+ "@react-stately/utils": "^3.6.0",
47
+ "@react-types/shared": "^3.17.0",
48
+ "@react-types/textfield": "^3.7.0",
49
+ "@spectrum-icons/ui": "^3.5.0",
45
50
  "@swc/helpers": "^0.4.14"
46
51
  },
47
52
  "devDependencies": {
@@ -55,5 +60,5 @@
55
60
  "publishConfig": {
56
61
  "access": "public"
57
62
  },
58
- "gitHead": "79f62e8fbf64e8359fb603f3a1cc41a2808389e2"
63
+ "gitHead": "a0efee84aa178cb1a202951dfd6d8de02b292307"
59
64
  }