@react-spectrum/checkbox 3.0.0-nightly.1998 → 3.0.0-nightly.2009
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/import.mjs +244 -0
- package/package.json +19 -14
package/dist/import.mjs
ADDED
|
@@ -0,0 +1,244 @@
|
|
|
1
|
+
import "./main.css";
|
|
2
|
+
import $gpy1V$spectrumiconsuiCheckmarkSmall from "@spectrum-icons/ui/CheckmarkSmall";
|
|
3
|
+
import {useStyleProps as $gpy1V$useStyleProps, useFocusableRef as $gpy1V$useFocusableRef, classNames as $gpy1V$classNames, useDOMRef as $gpy1V$useDOMRef} from "@react-spectrum/utils";
|
|
4
|
+
import $gpy1V$spectrumiconsuiDashSmall from "@spectrum-icons/ui/DashSmall";
|
|
5
|
+
import {FocusRing as $gpy1V$FocusRing} from "@react-aria/focus";
|
|
6
|
+
import $gpy1V$react, {useRef as $gpy1V$useRef, useContext as $gpy1V$useContext, forwardRef as $gpy1V$forwardRef} from "react";
|
|
7
|
+
import {useCheckboxGroupItem as $gpy1V$useCheckboxGroupItem, useCheckbox as $gpy1V$useCheckbox, useCheckboxGroup as $gpy1V$useCheckboxGroup} from "@react-aria/checkbox";
|
|
8
|
+
import {useHover as $gpy1V$useHover} from "@react-aria/interactions";
|
|
9
|
+
import {useProviderProps as $gpy1V$useProviderProps, Provider as $gpy1V$Provider} from "@react-spectrum/provider";
|
|
10
|
+
import {useToggleState as $gpy1V$useToggleState} from "@react-stately/toggle";
|
|
11
|
+
import {Field as $gpy1V$Field} from "@react-spectrum/label";
|
|
12
|
+
import {useCheckboxGroupState as $gpy1V$useCheckboxGroupState} from "@react-stately/checkbox";
|
|
13
|
+
import {useFormProps as $gpy1V$useFormProps} from "@react-spectrum/form";
|
|
14
|
+
|
|
15
|
+
function $parcel$interopDefault(a) {
|
|
16
|
+
return a && a.__esModule ? a.default : a;
|
|
17
|
+
}
|
|
18
|
+
function $parcel$export(e, n, v, s) {
|
|
19
|
+
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
|
|
20
|
+
}
|
|
21
|
+
/*
|
|
22
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
23
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
24
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
25
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
26
|
+
*
|
|
27
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
28
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
29
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
30
|
+
* governing permissions and limitations under the License.
|
|
31
|
+
*/ /// <reference types="css-module-types" />
|
|
32
|
+
/*
|
|
33
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
34
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
35
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
36
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
37
|
+
*
|
|
38
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
39
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
40
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
41
|
+
* governing permissions and limitations under the License.
|
|
42
|
+
*/ /*
|
|
43
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
44
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
45
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
46
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
47
|
+
*
|
|
48
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
49
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
50
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
51
|
+
* governing permissions and limitations under the License.
|
|
52
|
+
*/
|
|
53
|
+
const $8c8ab388b155237e$export$baf37c4be89255b8 = (0, $gpy1V$react).createContext(null);
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
var $fe1a56c62936037c$exports = {};
|
|
62
|
+
|
|
63
|
+
$parcel$export($fe1a56c62936037c$exports, "spectrum-Checkbox", () => $fe1a56c62936037c$export$f8ee3e99d637ccac, (v) => $fe1a56c62936037c$export$f8ee3e99d637ccac = v);
|
|
64
|
+
$parcel$export($fe1a56c62936037c$exports, "spectrum-Checkbox-input", () => $fe1a56c62936037c$export$fbf255e91152b086, (v) => $fe1a56c62936037c$export$fbf255e91152b086 = v);
|
|
65
|
+
$parcel$export($fe1a56c62936037c$exports, "focus-ring", () => $fe1a56c62936037c$export$f39a09f249340e2a, (v) => $fe1a56c62936037c$export$f39a09f249340e2a = v);
|
|
66
|
+
$parcel$export($fe1a56c62936037c$exports, "spectrum-Checkbox-box", () => $fe1a56c62936037c$export$b07bd551df410935, (v) => $fe1a56c62936037c$export$b07bd551df410935 = v);
|
|
67
|
+
$parcel$export($fe1a56c62936037c$exports, "is-indeterminate", () => $fe1a56c62936037c$export$682c8615600f6ee, (v) => $fe1a56c62936037c$export$682c8615600f6ee = v);
|
|
68
|
+
$parcel$export($fe1a56c62936037c$exports, "spectrum-Checkbox-checkmark", () => $fe1a56c62936037c$export$e152b25f70350d85, (v) => $fe1a56c62936037c$export$e152b25f70350d85 = v);
|
|
69
|
+
$parcel$export($fe1a56c62936037c$exports, "spectrum-Checkbox-partialCheckmark", () => $fe1a56c62936037c$export$7f6ea68ad4b1fa69, (v) => $fe1a56c62936037c$export$7f6ea68ad4b1fa69 = v);
|
|
70
|
+
$parcel$export($fe1a56c62936037c$exports, "is-checked", () => $fe1a56c62936037c$export$3f46c891456641e7, (v) => $fe1a56c62936037c$export$3f46c891456641e7 = v);
|
|
71
|
+
$parcel$export($fe1a56c62936037c$exports, "spectrum-Checkbox-label", () => $fe1a56c62936037c$export$9244b14cfa532d4f, (v) => $fe1a56c62936037c$export$9244b14cfa532d4f = v);
|
|
72
|
+
$parcel$export($fe1a56c62936037c$exports, "is-hovered", () => $fe1a56c62936037c$export$b8813cd5d7824ce7, (v) => $fe1a56c62936037c$export$b8813cd5d7824ce7 = v);
|
|
73
|
+
$parcel$export($fe1a56c62936037c$exports, "is-disabled", () => $fe1a56c62936037c$export$d35bc1e505d1ebbf, (v) => $fe1a56c62936037c$export$d35bc1e505d1ebbf = v);
|
|
74
|
+
$parcel$export($fe1a56c62936037c$exports, "spectrum-Checkbox--quiet", () => $fe1a56c62936037c$export$3a2eb50fe5450439, (v) => $fe1a56c62936037c$export$3a2eb50fe5450439 = v);
|
|
75
|
+
$parcel$export($fe1a56c62936037c$exports, "is-invalid", () => $fe1a56c62936037c$export$14a30de2866685fa, (v) => $fe1a56c62936037c$export$14a30de2866685fa = v);
|
|
76
|
+
var $fe1a56c62936037c$export$f8ee3e99d637ccac;
|
|
77
|
+
var $fe1a56c62936037c$export$fbf255e91152b086;
|
|
78
|
+
var $fe1a56c62936037c$export$f39a09f249340e2a;
|
|
79
|
+
var $fe1a56c62936037c$export$b07bd551df410935;
|
|
80
|
+
var $fe1a56c62936037c$export$682c8615600f6ee;
|
|
81
|
+
var $fe1a56c62936037c$export$e152b25f70350d85;
|
|
82
|
+
var $fe1a56c62936037c$export$7f6ea68ad4b1fa69;
|
|
83
|
+
var $fe1a56c62936037c$export$3f46c891456641e7;
|
|
84
|
+
var $fe1a56c62936037c$export$9244b14cfa532d4f;
|
|
85
|
+
var $fe1a56c62936037c$export$b8813cd5d7824ce7;
|
|
86
|
+
var $fe1a56c62936037c$export$d35bc1e505d1ebbf;
|
|
87
|
+
var $fe1a56c62936037c$export$3a2eb50fe5450439;
|
|
88
|
+
var $fe1a56c62936037c$export$14a30de2866685fa;
|
|
89
|
+
$fe1a56c62936037c$export$f8ee3e99d637ccac = "spectrum-Checkbox_4870fc";
|
|
90
|
+
$fe1a56c62936037c$export$fbf255e91152b086 = "spectrum-Checkbox-input_4870fc";
|
|
91
|
+
$fe1a56c62936037c$export$f39a09f249340e2a = "focus-ring_4870fc";
|
|
92
|
+
$fe1a56c62936037c$export$b07bd551df410935 = "spectrum-Checkbox-box_4870fc";
|
|
93
|
+
$fe1a56c62936037c$export$682c8615600f6ee = "is-indeterminate_4870fc";
|
|
94
|
+
$fe1a56c62936037c$export$e152b25f70350d85 = "spectrum-Checkbox-checkmark_4870fc";
|
|
95
|
+
$fe1a56c62936037c$export$7f6ea68ad4b1fa69 = "spectrum-Checkbox-partialCheckmark_4870fc";
|
|
96
|
+
$fe1a56c62936037c$export$3f46c891456641e7 = "is-checked_4870fc";
|
|
97
|
+
$fe1a56c62936037c$export$9244b14cfa532d4f = "spectrum-Checkbox-label_4870fc";
|
|
98
|
+
$fe1a56c62936037c$export$b8813cd5d7824ce7 = "is-hovered_4870fc";
|
|
99
|
+
$fe1a56c62936037c$export$d35bc1e505d1ebbf = "is-disabled_4870fc";
|
|
100
|
+
$fe1a56c62936037c$export$3a2eb50fe5450439 = "spectrum-Checkbox--quiet_4870fc";
|
|
101
|
+
$fe1a56c62936037c$export$14a30de2866685fa = "is-invalid_4870fc";
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
function $25b6292d81af2844$var$Checkbox(props, ref) {
|
|
109
|
+
let originalProps = props;
|
|
110
|
+
props = (0, $gpy1V$useProviderProps)(props);
|
|
111
|
+
let { isIndeterminate: isIndeterminate = false , isEmphasized: isEmphasized = false , isDisabled: isDisabled = false , autoFocus: autoFocus , children: children , validationState: validationState , ...otherProps } = props;
|
|
112
|
+
let { styleProps: styleProps } = (0, $gpy1V$useStyleProps)(otherProps);
|
|
113
|
+
let { hoverProps: hoverProps , isHovered: isHovered } = (0, $gpy1V$useHover)({
|
|
114
|
+
isDisabled: isDisabled
|
|
115
|
+
});
|
|
116
|
+
let inputRef = (0, $gpy1V$useRef)(null);
|
|
117
|
+
let domRef = (0, $gpy1V$useFocusableRef)(ref, inputRef);
|
|
118
|
+
// Swap hooks depending on whether this checkbox is inside a CheckboxGroup.
|
|
119
|
+
// This is a bit unorthodox. Typically, hooks cannot be called in a conditional,
|
|
120
|
+
// but since the checkbox won't move in and out of a group, it should be safe.
|
|
121
|
+
let groupState = (0, $gpy1V$useContext)((0, $8c8ab388b155237e$export$baf37c4be89255b8));
|
|
122
|
+
let { inputProps: inputProps } = groupState ? (0, $gpy1V$useCheckboxGroupItem)({
|
|
123
|
+
...props,
|
|
124
|
+
// Value is optional for standalone checkboxes, but required for CheckboxGroup items;
|
|
125
|
+
// it's passed explicitly here to avoid typescript error (requires ignore).
|
|
126
|
+
// @ts-ignore
|
|
127
|
+
value: props.value,
|
|
128
|
+
// Only pass isRequired and validationState to react-aria if they came from
|
|
129
|
+
// the props for this individual checkbox, and not from the group via context.
|
|
130
|
+
isRequired: originalProps.isRequired,
|
|
131
|
+
validationState: originalProps.validationState
|
|
132
|
+
}, groupState, inputRef) : (0, $gpy1V$useCheckbox)(props, (0, $gpy1V$useToggleState)(props), inputRef);
|
|
133
|
+
let markIcon = isIndeterminate ? /*#__PURE__*/ (0, $gpy1V$react).createElement((0, $gpy1V$spectrumiconsuiDashSmall), {
|
|
134
|
+
UNSAFE_className: (0, $gpy1V$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($fe1a56c62936037c$exports))), "spectrum-Checkbox-partialCheckmark")
|
|
135
|
+
}) : /*#__PURE__*/ (0, $gpy1V$react).createElement((0, $gpy1V$spectrumiconsuiCheckmarkSmall), {
|
|
136
|
+
UNSAFE_className: (0, $gpy1V$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($fe1a56c62936037c$exports))), "spectrum-Checkbox-checkmark")
|
|
137
|
+
});
|
|
138
|
+
if (groupState) {
|
|
139
|
+
for (let key of [
|
|
140
|
+
"isSelected",
|
|
141
|
+
"defaultSelected",
|
|
142
|
+
"isEmphasized"
|
|
143
|
+
])if (originalProps[key] != null) console.warn(`${key} is unsupported on individual <Checkbox> elements within a <CheckboxGroup>. Please apply these props to the group instead.`);
|
|
144
|
+
if (props.value == null) console.warn("A <Checkbox> element within a <CheckboxGroup> requires a `value` property.");
|
|
145
|
+
}
|
|
146
|
+
return /*#__PURE__*/ (0, $gpy1V$react).createElement("label", {
|
|
147
|
+
...styleProps,
|
|
148
|
+
...hoverProps,
|
|
149
|
+
ref: domRef,
|
|
150
|
+
className: (0, $gpy1V$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($fe1a56c62936037c$exports))), "spectrum-Checkbox", {
|
|
151
|
+
"is-checked": inputProps.checked,
|
|
152
|
+
"is-indeterminate": isIndeterminate,
|
|
153
|
+
"spectrum-Checkbox--quiet": !isEmphasized,
|
|
154
|
+
"is-invalid": validationState === "invalid",
|
|
155
|
+
"is-disabled": isDisabled,
|
|
156
|
+
"is-hovered": isHovered
|
|
157
|
+
}, styleProps.className)
|
|
158
|
+
}, /*#__PURE__*/ (0, $gpy1V$react).createElement((0, $gpy1V$FocusRing), {
|
|
159
|
+
focusRingClass: (0, $gpy1V$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($fe1a56c62936037c$exports))), "focus-ring"),
|
|
160
|
+
autoFocus: autoFocus
|
|
161
|
+
}, /*#__PURE__*/ (0, $gpy1V$react).createElement("input", {
|
|
162
|
+
...inputProps,
|
|
163
|
+
ref: inputRef,
|
|
164
|
+
className: (0, $gpy1V$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($fe1a56c62936037c$exports))), "spectrum-Checkbox-input")
|
|
165
|
+
})), /*#__PURE__*/ (0, $gpy1V$react).createElement("span", {
|
|
166
|
+
className: (0, $gpy1V$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($fe1a56c62936037c$exports))), "spectrum-Checkbox-box")
|
|
167
|
+
}, markIcon), children && /*#__PURE__*/ (0, $gpy1V$react).createElement("span", {
|
|
168
|
+
className: (0, $gpy1V$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($fe1a56c62936037c$exports))), "spectrum-Checkbox-label")
|
|
169
|
+
}, children));
|
|
170
|
+
}
|
|
171
|
+
/**
|
|
172
|
+
* Checkboxes allow users to select multiple items from a list of individual items,
|
|
173
|
+
* or to mark one individual item as selected.
|
|
174
|
+
*/ let $25b6292d81af2844$export$48513f6b9f8ce62d = /*#__PURE__*/ (0, $gpy1V$forwardRef)($25b6292d81af2844$var$Checkbox);
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
/*
|
|
178
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
179
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
180
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
181
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
182
|
+
*
|
|
183
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
184
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
185
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
186
|
+
* governing permissions and limitations under the License.
|
|
187
|
+
*/
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
var $4cb2b26710154c56$exports = {};
|
|
193
|
+
|
|
194
|
+
$parcel$export($4cb2b26710154c56$exports, "spectrum-FieldGroup", () => $4cb2b26710154c56$export$75eb16cbfc18279c, (v) => $4cb2b26710154c56$export$75eb16cbfc18279c = v);
|
|
195
|
+
$parcel$export($4cb2b26710154c56$exports, "spectrum-FieldGroup-group", () => $4cb2b26710154c56$export$984c7bbbfc7ddffc, (v) => $4cb2b26710154c56$export$984c7bbbfc7ddffc = v);
|
|
196
|
+
$parcel$export($4cb2b26710154c56$exports, "spectrum-FieldGroup-group--horizontal", () => $4cb2b26710154c56$export$1ad8646bcba21c0e, (v) => $4cb2b26710154c56$export$1ad8646bcba21c0e = v);
|
|
197
|
+
var $4cb2b26710154c56$export$75eb16cbfc18279c;
|
|
198
|
+
var $4cb2b26710154c56$export$984c7bbbfc7ddffc;
|
|
199
|
+
var $4cb2b26710154c56$export$1ad8646bcba21c0e;
|
|
200
|
+
$4cb2b26710154c56$export$75eb16cbfc18279c = "spectrum-FieldGroup_41d350";
|
|
201
|
+
$4cb2b26710154c56$export$984c7bbbfc7ddffc = "spectrum-FieldGroup-group_41d350";
|
|
202
|
+
$4cb2b26710154c56$export$1ad8646bcba21c0e = "spectrum-FieldGroup-group--horizontal_41d350";
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
function $73f43ce9d441cc69$var$CheckboxGroup(props, ref) {
|
|
209
|
+
props = (0, $gpy1V$useProviderProps)(props);
|
|
210
|
+
props = (0, $gpy1V$useFormProps)(props);
|
|
211
|
+
let { isEmphasized: isEmphasized , children: children , orientation: orientation = "vertical" , validationState: validationState } = props;
|
|
212
|
+
let domRef = (0, $gpy1V$useDOMRef)(ref);
|
|
213
|
+
let state = (0, $gpy1V$useCheckboxGroupState)(props);
|
|
214
|
+
let { labelProps: labelProps , groupProps: groupProps , descriptionProps: descriptionProps , errorMessageProps: errorMessageProps } = (0, $gpy1V$useCheckboxGroup)(props, state);
|
|
215
|
+
return /*#__PURE__*/ (0, $gpy1V$react).createElement((0, $gpy1V$Field), {
|
|
216
|
+
...props,
|
|
217
|
+
ref: domRef,
|
|
218
|
+
wrapperClassName: (0, $gpy1V$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($4cb2b26710154c56$exports))), "spectrum-FieldGroup"),
|
|
219
|
+
labelProps: labelProps,
|
|
220
|
+
descriptionProps: descriptionProps,
|
|
221
|
+
errorMessageProps: errorMessageProps,
|
|
222
|
+
elementType: "span",
|
|
223
|
+
includeNecessityIndicatorInAccessibilityName: true
|
|
224
|
+
}, /*#__PURE__*/ (0, $gpy1V$react).createElement("div", {
|
|
225
|
+
...groupProps,
|
|
226
|
+
className: (0, $gpy1V$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($4cb2b26710154c56$exports))), "spectrum-FieldGroup-group", {
|
|
227
|
+
"spectrum-FieldGroup-group--horizontal": orientation === "horizontal"
|
|
228
|
+
})
|
|
229
|
+
}, /*#__PURE__*/ (0, $gpy1V$react).createElement((0, $gpy1V$Provider), {
|
|
230
|
+
isEmphasized: isEmphasized,
|
|
231
|
+
validationState: validationState
|
|
232
|
+
}, /*#__PURE__*/ (0, $gpy1V$react).createElement((0, $8c8ab388b155237e$export$baf37c4be89255b8).Provider, {
|
|
233
|
+
value: state
|
|
234
|
+
}, children))));
|
|
235
|
+
}
|
|
236
|
+
/**
|
|
237
|
+
* A CheckboxGroup allows users to select one or more items from a list of choices.
|
|
238
|
+
*/ const $73f43ce9d441cc69$export$4aa08d5625cb8ead = /*#__PURE__*/ (0, $gpy1V$react).forwardRef($73f43ce9d441cc69$var$CheckboxGroup);
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
export {$25b6292d81af2844$export$48513f6b9f8ce62d as Checkbox, $73f43ce9d441cc69$export$4aa08d5625cb8ead as CheckboxGroup};
|
|
244
|
+
//# sourceMappingURL=module.js.map
|
package/package.json
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-spectrum/checkbox",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.2009+0f953cac8",
|
|
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,21 +36,21 @@
|
|
|
31
36
|
"url": "https://github.com/adobe/react-spectrum"
|
|
32
37
|
},
|
|
33
38
|
"dependencies": {
|
|
34
|
-
"@react-aria/checkbox": "3.0.0-nightly.
|
|
35
|
-
"@react-aria/focus": "3.0.0-nightly.
|
|
36
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
|
37
|
-
"@react-spectrum/form": "3.0.0-nightly.
|
|
38
|
-
"@react-spectrum/label": "3.10.2-nightly.
|
|
39
|
-
"@react-spectrum/utils": "3.0.0-nightly.
|
|
40
|
-
"@react-stately/checkbox": "3.3.3-nightly.
|
|
41
|
-
"@react-stately/toggle": "3.0.0-nightly.
|
|
42
|
-
"@react-types/checkbox": "3.0.0-nightly.
|
|
43
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
44
|
-
"@spectrum-icons/ui": "3.0.0-nightly.
|
|
39
|
+
"@react-aria/checkbox": "3.0.0-nightly.2009+0f953cac8",
|
|
40
|
+
"@react-aria/focus": "3.0.0-nightly.2009+0f953cac8",
|
|
41
|
+
"@react-aria/interactions": "3.0.0-nightly.2009+0f953cac8",
|
|
42
|
+
"@react-spectrum/form": "3.0.0-nightly.2009+0f953cac8",
|
|
43
|
+
"@react-spectrum/label": "3.10.2-nightly.3709+0f953cac8",
|
|
44
|
+
"@react-spectrum/utils": "3.0.0-nightly.2009+0f953cac8",
|
|
45
|
+
"@react-stately/checkbox": "3.3.3-nightly.3709+0f953cac8",
|
|
46
|
+
"@react-stately/toggle": "3.0.0-nightly.2009+0f953cac8",
|
|
47
|
+
"@react-types/checkbox": "3.0.0-nightly.2009+0f953cac8",
|
|
48
|
+
"@react-types/shared": "3.0.0-nightly.2009+0f953cac8",
|
|
49
|
+
"@spectrum-icons/ui": "3.0.0-nightly.2009+0f953cac8",
|
|
45
50
|
"@swc/helpers": "^0.4.14"
|
|
46
51
|
},
|
|
47
52
|
"devDependencies": {
|
|
48
|
-
"@adobe/spectrum-css-temp": "3.0.0-nightly.
|
|
53
|
+
"@adobe/spectrum-css-temp": "3.0.0-nightly.2009+0f953cac8"
|
|
49
54
|
},
|
|
50
55
|
"peerDependencies": {
|
|
51
56
|
"@react-spectrum/provider": "^3.0.0",
|
|
@@ -54,5 +59,5 @@
|
|
|
54
59
|
"publishConfig": {
|
|
55
60
|
"access": "public"
|
|
56
61
|
},
|
|
57
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "0f953cac84f98cdff29f2348c120ce541ebb6da8"
|
|
58
63
|
}
|