@react-spectrum/radio 3.7.4 → 3.7.5
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/Radio.main.js +83 -0
- package/dist/Radio.main.js.map +1 -0
- package/dist/Radio.mjs +78 -0
- package/dist/Radio.module.js +78 -0
- package/dist/Radio.module.js.map +1 -0
- package/dist/RadioGroup.main.js +72 -0
- package/dist/RadioGroup.main.js.map +1 -0
- package/dist/RadioGroup.mjs +67 -0
- package/dist/RadioGroup.module.js +67 -0
- package/dist/RadioGroup.module.js.map +1 -0
- package/dist/context.main.js +31 -0
- package/dist/context.main.js.map +1 -0
- package/dist/context.mjs +21 -0
- package/dist/context.module.js +21 -0
- package/dist/context.module.js.map +1 -0
- package/dist/fieldgroup_vars_css.main.js +32 -0
- package/dist/fieldgroup_vars_css.main.js.map +1 -0
- package/dist/fieldgroup_vars_css.mjs +34 -0
- package/dist/fieldgroup_vars_css.module.js +34 -0
- package/dist/fieldgroup_vars_css.module.js.map +1 -0
- package/dist/import.mjs +2 -214
- package/dist/main.js +4 -212
- package/dist/main.js.map +1 -1
- package/dist/module.js +2 -214
- package/dist/module.js.map +1 -1
- package/dist/radio_vars_css.main.js +47 -0
- package/dist/radio_vars_css.main.js.map +1 -0
- package/dist/radio_vars_css.mjs +49 -0
- package/dist/radio_vars_css.module.js +49 -0
- package/dist/radio_vars_css.module.js.map +1 -0
- package/dist/types.d.ts +3 -2
- package/dist/types.d.ts.map +1 -1
- package/dist/vars.083bf957.css +94 -0
- package/dist/vars.083bf957.css.map +1 -0
- package/dist/{main.css → vars.cb27d9e2.css} +19 -133
- package/dist/vars.cb27d9e2.css.map +1 -0
- package/package.json +11 -11
- package/dist/main.css.map +0 -1
package/dist/module.js
CHANGED
@@ -1,22 +1,6 @@
|
|
1
|
-
import "./
|
2
|
-
import {
|
3
|
-
import {FocusRing as $4hD9r$FocusRing} from "@react-aria/focus";
|
4
|
-
import $4hD9r$react, {useRef as $4hD9r$useRef, forwardRef as $4hD9r$forwardRef, useContext as $4hD9r$useContext} from "react";
|
5
|
-
import {useHover as $4hD9r$useHover} from "@react-aria/interactions";
|
6
|
-
import {useRadio as $4hD9r$useRadio, useRadioGroup as $4hD9r$useRadioGroup} from "@react-aria/radio";
|
7
|
-
import {Field as $4hD9r$Field} from "@react-spectrum/label";
|
8
|
-
import {useFormProps as $4hD9r$useFormProps} from "@react-spectrum/form";
|
9
|
-
import {useProviderProps as $4hD9r$useProviderProps} from "@react-spectrum/provider";
|
10
|
-
import {useRadioGroupState as $4hD9r$useRadioGroupState} from "@react-stately/radio";
|
1
|
+
import {Radio as $337c5cb580c4e6ba$export$d7b12c4107be0d61} from "./Radio.module.js";
|
2
|
+
import {RadioGroup as $ac9b96486fc4badf$export$a98f0dcb43a68a25} from "./RadioGroup.module.js";
|
11
3
|
|
12
|
-
|
13
|
-
function $parcel$interopDefault(a) {
|
14
|
-
return a && a.__esModule ? a.default : a;
|
15
|
-
}
|
16
|
-
|
17
|
-
function $parcel$export(e, n, v, s) {
|
18
|
-
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
|
19
|
-
}
|
20
4
|
/*
|
21
5
|
* Copyright 2020 Adobe. All rights reserved.
|
22
6
|
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
@@ -28,202 +12,6 @@ function $parcel$export(e, n, v, s) {
|
|
28
12
|
* OF ANY KIND, either express or implied. See the License for the specific language
|
29
13
|
* governing permissions and limitations under the License.
|
30
14
|
*/ /// <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
|
-
var $d1246d70e6c52742$exports = {};
|
45
|
-
|
46
|
-
$parcel$export($d1246d70e6c52742$exports, "focus-ring", () => $d1246d70e6c52742$export$f39a09f249340e2a, (v) => $d1246d70e6c52742$export$f39a09f249340e2a = v);
|
47
|
-
$parcel$export($d1246d70e6c52742$exports, "i18nFontFamily", () => $d1246d70e6c52742$export$8c4ee2c50c22c514, (v) => $d1246d70e6c52742$export$8c4ee2c50c22c514 = v);
|
48
|
-
$parcel$export($d1246d70e6c52742$exports, "is-hovered", () => $d1246d70e6c52742$export$b8813cd5d7824ce7, (v) => $d1246d70e6c52742$export$b8813cd5d7824ce7 = v);
|
49
|
-
$parcel$export($d1246d70e6c52742$exports, "is-invalid", () => $d1246d70e6c52742$export$14a30de2866685fa, (v) => $d1246d70e6c52742$export$14a30de2866685fa = v);
|
50
|
-
$parcel$export($d1246d70e6c52742$exports, "spectrum-FocusRing-ring", () => $d1246d70e6c52742$export$4109102f950813a6, (v) => $d1246d70e6c52742$export$4109102f950813a6 = v);
|
51
|
-
$parcel$export($d1246d70e6c52742$exports, "spectrum-FocusRing", () => $d1246d70e6c52742$export$24c7f46a6e3605dd, (v) => $d1246d70e6c52742$export$24c7f46a6e3605dd = v);
|
52
|
-
$parcel$export($d1246d70e6c52742$exports, "spectrum-FocusRing--quiet", () => $d1246d70e6c52742$export$2927016961429360, (v) => $d1246d70e6c52742$export$2927016961429360 = v);
|
53
|
-
$parcel$export($d1246d70e6c52742$exports, "spectrum-Radio", () => $d1246d70e6c52742$export$26ebd4dbfef068c5, (v) => $d1246d70e6c52742$export$26ebd4dbfef068c5 = v);
|
54
|
-
$parcel$export($d1246d70e6c52742$exports, "spectrum-Radio--labelBelow", () => $d1246d70e6c52742$export$9443e7082698950d, (v) => $d1246d70e6c52742$export$9443e7082698950d = v);
|
55
|
-
$parcel$export($d1246d70e6c52742$exports, "spectrum-Radio--quiet", () => $d1246d70e6c52742$export$6db66b55a897f36d, (v) => $d1246d70e6c52742$export$6db66b55a897f36d = v);
|
56
|
-
$parcel$export($d1246d70e6c52742$exports, "spectrum-Radio-button", () => $d1246d70e6c52742$export$bf9d5e902c33bf05, (v) => $d1246d70e6c52742$export$bf9d5e902c33bf05 = v);
|
57
|
-
$parcel$export($d1246d70e6c52742$exports, "spectrum-Radio-input", () => $d1246d70e6c52742$export$c0ce6f9a6a2de1cc, (v) => $d1246d70e6c52742$export$c0ce6f9a6a2de1cc = v);
|
58
|
-
$parcel$export($d1246d70e6c52742$exports, "spectrum-Radio-label", () => $d1246d70e6c52742$export$b0f8395a9667922d, (v) => $d1246d70e6c52742$export$b0f8395a9667922d = v);
|
59
|
-
var $d1246d70e6c52742$export$f39a09f249340e2a;
|
60
|
-
var $d1246d70e6c52742$export$8c4ee2c50c22c514;
|
61
|
-
var $d1246d70e6c52742$export$b8813cd5d7824ce7;
|
62
|
-
var $d1246d70e6c52742$export$14a30de2866685fa;
|
63
|
-
var $d1246d70e6c52742$export$4109102f950813a6;
|
64
|
-
var $d1246d70e6c52742$export$24c7f46a6e3605dd;
|
65
|
-
var $d1246d70e6c52742$export$2927016961429360;
|
66
|
-
var $d1246d70e6c52742$export$26ebd4dbfef068c5;
|
67
|
-
var $d1246d70e6c52742$export$9443e7082698950d;
|
68
|
-
var $d1246d70e6c52742$export$6db66b55a897f36d;
|
69
|
-
var $d1246d70e6c52742$export$bf9d5e902c33bf05;
|
70
|
-
var $d1246d70e6c52742$export$c0ce6f9a6a2de1cc;
|
71
|
-
var $d1246d70e6c52742$export$b0f8395a9667922d;
|
72
|
-
$d1246d70e6c52742$export$f39a09f249340e2a = `V2HKpq_focus-ring`;
|
73
|
-
$d1246d70e6c52742$export$8c4ee2c50c22c514 = `V2HKpq_i18nFontFamily`;
|
74
|
-
$d1246d70e6c52742$export$b8813cd5d7824ce7 = `V2HKpq_is-hovered`;
|
75
|
-
$d1246d70e6c52742$export$14a30de2866685fa = `V2HKpq_is-invalid`;
|
76
|
-
$d1246d70e6c52742$export$4109102f950813a6 = `V2HKpq_spectrum-FocusRing-ring`;
|
77
|
-
$d1246d70e6c52742$export$24c7f46a6e3605dd = `V2HKpq_spectrum-FocusRing ${$d1246d70e6c52742$export$4109102f950813a6}`;
|
78
|
-
$d1246d70e6c52742$export$2927016961429360 = `V2HKpq_spectrum-FocusRing--quiet`;
|
79
|
-
$d1246d70e6c52742$export$26ebd4dbfef068c5 = `V2HKpq_spectrum-Radio`;
|
80
|
-
$d1246d70e6c52742$export$9443e7082698950d = `V2HKpq_spectrum-Radio--labelBelow`;
|
81
|
-
$d1246d70e6c52742$export$6db66b55a897f36d = `V2HKpq_spectrum-Radio--quiet`;
|
82
|
-
$d1246d70e6c52742$export$bf9d5e902c33bf05 = `V2HKpq_spectrum-Radio-button`;
|
83
|
-
$d1246d70e6c52742$export$c0ce6f9a6a2de1cc = `V2HKpq_spectrum-Radio-input`;
|
84
|
-
$d1246d70e6c52742$export$b0f8395a9667922d = `V2HKpq_spectrum-Radio-label`;
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
/*
|
90
|
-
* Copyright 2020 Adobe. All rights reserved.
|
91
|
-
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
92
|
-
* you may not use this file except in compliance with the License. You may obtain a copy
|
93
|
-
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
94
|
-
*
|
95
|
-
* Unless required by applicable law or agreed to in writing, software distributed under
|
96
|
-
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
97
|
-
* OF ANY KIND, either express or implied. See the License for the specific language
|
98
|
-
* governing permissions and limitations under the License.
|
99
|
-
*/
|
100
|
-
const $f394bff9e10389a0$export$b118023277d4a5c3 = (0, $4hD9r$react).createContext(null);
|
101
|
-
function $f394bff9e10389a0$export$b054eba74077a826() {
|
102
|
-
return (0, $4hD9r$useContext)($f394bff9e10389a0$export$b118023277d4a5c3) || {};
|
103
|
-
}
|
104
|
-
|
105
|
-
|
106
|
-
function $337c5cb580c4e6ba$var$Radio(props, ref) {
|
107
|
-
let { isDisabled: isDisabled, children: children, autoFocus: autoFocus, ...otherProps } = props;
|
108
|
-
let { styleProps: styleProps } = (0, $4hD9r$useStyleProps)(otherProps);
|
109
|
-
let { hoverProps: hoverProps, isHovered: isHovered } = (0, $4hD9r$useHover)({
|
110
|
-
isDisabled: isDisabled
|
111
|
-
});
|
112
|
-
let inputRef = (0, $4hD9r$useRef)(null);
|
113
|
-
let domRef = (0, $4hD9r$useFocusableRef)(ref, inputRef);
|
114
|
-
let radioGroupProps = (0, $f394bff9e10389a0$export$b054eba74077a826)();
|
115
|
-
let { isEmphasized: isEmphasized, state: state } = radioGroupProps;
|
116
|
-
let { inputProps: inputProps } = (0, $4hD9r$useRadio)({
|
117
|
-
...props,
|
118
|
-
...radioGroupProps,
|
119
|
-
isDisabled: isDisabled
|
120
|
-
}, state, inputRef);
|
121
|
-
return /*#__PURE__*/ (0, $4hD9r$react).createElement("label", {
|
122
|
-
...styleProps,
|
123
|
-
...hoverProps,
|
124
|
-
ref: domRef,
|
125
|
-
className: (0, $4hD9r$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($d1246d70e6c52742$exports))), "spectrum-Radio", {
|
126
|
-
// Removing. Pending design feedback.
|
127
|
-
// 'spectrum-Radio--labelBelow': labelPosition === 'bottom',
|
128
|
-
"spectrum-Radio--quiet": !isEmphasized,
|
129
|
-
"is-disabled": isDisabled,
|
130
|
-
"is-invalid": state.isInvalid,
|
131
|
-
"is-hovered": isHovered
|
132
|
-
}, styleProps.className)
|
133
|
-
}, /*#__PURE__*/ (0, $4hD9r$react).createElement((0, $4hD9r$FocusRing), {
|
134
|
-
focusRingClass: (0, $4hD9r$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($d1246d70e6c52742$exports))), "focus-ring"),
|
135
|
-
autoFocus: autoFocus
|
136
|
-
}, /*#__PURE__*/ (0, $4hD9r$react).createElement("input", {
|
137
|
-
...inputProps,
|
138
|
-
ref: inputRef,
|
139
|
-
className: (0, $4hD9r$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($d1246d70e6c52742$exports))), "spectrum-Radio-input")
|
140
|
-
})), /*#__PURE__*/ (0, $4hD9r$react).createElement("span", {
|
141
|
-
className: (0, $4hD9r$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($d1246d70e6c52742$exports))), "spectrum-Radio-button")
|
142
|
-
}), children && /*#__PURE__*/ (0, $4hD9r$react).createElement("span", {
|
143
|
-
className: (0, $4hD9r$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($d1246d70e6c52742$exports))), "spectrum-Radio-label")
|
144
|
-
}, children));
|
145
|
-
}
|
146
|
-
/**
|
147
|
-
* Radio buttons allow users to select a single option from a list of mutually exclusive options.
|
148
|
-
* All possible options are exposed up front for users to compare.
|
149
|
-
*/ const $337c5cb580c4e6ba$export$d7b12c4107be0d61 = /*#__PURE__*/ (0, $4hD9r$forwardRef)($337c5cb580c4e6ba$var$Radio);
|
150
|
-
|
151
|
-
|
152
|
-
/*
|
153
|
-
* Copyright 2020 Adobe. All rights reserved.
|
154
|
-
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
155
|
-
* you may not use this file except in compliance with the License. You may obtain a copy
|
156
|
-
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
157
|
-
*
|
158
|
-
* Unless required by applicable law or agreed to in writing, software distributed under
|
159
|
-
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
160
|
-
* OF ANY KIND, either express or implied. See the License for the specific language
|
161
|
-
* governing permissions and limitations under the License.
|
162
|
-
*/
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
var $4cb2b26710154c56$exports = {};
|
167
|
-
|
168
|
-
$parcel$export($4cb2b26710154c56$exports, "focus-ring", () => $4cb2b26710154c56$export$f39a09f249340e2a, (v) => $4cb2b26710154c56$export$f39a09f249340e2a = v);
|
169
|
-
$parcel$export($4cb2b26710154c56$exports, "i18nFontFamily", () => $4cb2b26710154c56$export$8c4ee2c50c22c514, (v) => $4cb2b26710154c56$export$8c4ee2c50c22c514 = v);
|
170
|
-
$parcel$export($4cb2b26710154c56$exports, "spectrum-FieldGroup", () => $4cb2b26710154c56$export$75eb16cbfc18279c, (v) => $4cb2b26710154c56$export$75eb16cbfc18279c = v);
|
171
|
-
$parcel$export($4cb2b26710154c56$exports, "spectrum-FieldGroup-group", () => $4cb2b26710154c56$export$984c7bbbfc7ddffc, (v) => $4cb2b26710154c56$export$984c7bbbfc7ddffc = v);
|
172
|
-
$parcel$export($4cb2b26710154c56$exports, "spectrum-FieldGroup-group--horizontal", () => $4cb2b26710154c56$export$1ad8646bcba21c0e, (v) => $4cb2b26710154c56$export$1ad8646bcba21c0e = v);
|
173
|
-
$parcel$export($4cb2b26710154c56$exports, "spectrum-FocusRing-ring", () => $4cb2b26710154c56$export$4109102f950813a6, (v) => $4cb2b26710154c56$export$4109102f950813a6 = v);
|
174
|
-
$parcel$export($4cb2b26710154c56$exports, "spectrum-FocusRing", () => $4cb2b26710154c56$export$24c7f46a6e3605dd, (v) => $4cb2b26710154c56$export$24c7f46a6e3605dd = v);
|
175
|
-
$parcel$export($4cb2b26710154c56$exports, "spectrum-FocusRing--quiet", () => $4cb2b26710154c56$export$2927016961429360, (v) => $4cb2b26710154c56$export$2927016961429360 = v);
|
176
|
-
var $4cb2b26710154c56$export$f39a09f249340e2a;
|
177
|
-
var $4cb2b26710154c56$export$8c4ee2c50c22c514;
|
178
|
-
var $4cb2b26710154c56$export$75eb16cbfc18279c;
|
179
|
-
var $4cb2b26710154c56$export$984c7bbbfc7ddffc;
|
180
|
-
var $4cb2b26710154c56$export$1ad8646bcba21c0e;
|
181
|
-
var $4cb2b26710154c56$export$4109102f950813a6;
|
182
|
-
var $4cb2b26710154c56$export$24c7f46a6e3605dd;
|
183
|
-
var $4cb2b26710154c56$export$2927016961429360;
|
184
|
-
$4cb2b26710154c56$export$f39a09f249340e2a = `hyn22G_focus-ring`;
|
185
|
-
$4cb2b26710154c56$export$8c4ee2c50c22c514 = `hyn22G_i18nFontFamily`;
|
186
|
-
$4cb2b26710154c56$export$75eb16cbfc18279c = `hyn22G_spectrum-FieldGroup`;
|
187
|
-
$4cb2b26710154c56$export$984c7bbbfc7ddffc = `hyn22G_spectrum-FieldGroup-group`;
|
188
|
-
$4cb2b26710154c56$export$1ad8646bcba21c0e = `hyn22G_spectrum-FieldGroup-group--horizontal`;
|
189
|
-
$4cb2b26710154c56$export$4109102f950813a6 = `hyn22G_spectrum-FocusRing-ring`;
|
190
|
-
$4cb2b26710154c56$export$24c7f46a6e3605dd = `hyn22G_spectrum-FocusRing ${$4cb2b26710154c56$export$4109102f950813a6}`;
|
191
|
-
$4cb2b26710154c56$export$2927016961429360 = `hyn22G_spectrum-FocusRing--quiet`;
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
function $ac9b96486fc4badf$var$RadioGroup(props, ref) {
|
199
|
-
props = (0, $4hD9r$useProviderProps)(props);
|
200
|
-
props = (0, $4hD9r$useFormProps)(props);
|
201
|
-
let { isEmphasized: isEmphasized, children: children, orientation: orientation = "vertical" } = props;
|
202
|
-
let domRef = (0, $4hD9r$useDOMRef)(ref);
|
203
|
-
let state = (0, $4hD9r$useRadioGroupState)(props);
|
204
|
-
let { radioGroupProps: radioGroupProps, ...otherProps } = (0, $4hD9r$useRadioGroup)(props, state);
|
205
|
-
return /*#__PURE__*/ (0, $4hD9r$react).createElement((0, $4hD9r$Field), {
|
206
|
-
...props,
|
207
|
-
...otherProps,
|
208
|
-
ref: domRef,
|
209
|
-
wrapperClassName: (0, $4hD9r$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($4cb2b26710154c56$exports))), "spectrum-FieldGroup"),
|
210
|
-
elementType: "span"
|
211
|
-
}, /*#__PURE__*/ (0, $4hD9r$react).createElement("div", {
|
212
|
-
...radioGroupProps,
|
213
|
-
className: (0, $4hD9r$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($4cb2b26710154c56$exports))), "spectrum-FieldGroup-group", {
|
214
|
-
"spectrum-FieldGroup-group--horizontal": orientation === "horizontal"
|
215
|
-
})
|
216
|
-
}, /*#__PURE__*/ (0, $4hD9r$react).createElement((0, $f394bff9e10389a0$export$b118023277d4a5c3).Provider, {
|
217
|
-
value: {
|
218
|
-
isEmphasized: isEmphasized,
|
219
|
-
state: state
|
220
|
-
}
|
221
|
-
}, children)));
|
222
|
-
}
|
223
|
-
/**
|
224
|
-
* Radio groups allow users to select a single option from a list of mutually exclusive options.
|
225
|
-
* All possible options are exposed up front for users to compare.
|
226
|
-
*/ const $ac9b96486fc4badf$export$a98f0dcb43a68a25 = /*#__PURE__*/ (0, $4hD9r$react).forwardRef($ac9b96486fc4badf$var$RadioGroup);
|
227
15
|
|
228
16
|
|
229
17
|
|
package/dist/module.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"mappings":"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","sources":["packages/@react-spectrum/radio/src/index.ts","packages/@react-spectrum/radio/src/Radio.tsx","packages/@adobe/spectrum-css-temp/components/radio/vars.css","packages/@react-spectrum/radio/src/context.ts","packages/@react-spectrum/radio/src/RadioGroup.tsx","packages/@adobe/spectrum-css-temp/components/fieldgroup/vars.css"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n/// <reference types=\"css-module-types\" />\n\nexport {Radio} from './Radio';\nexport {RadioGroup} from './RadioGroup';\nexport type {SpectrumRadioProps} from '@react-types/radio';\nexport type {SpectrumRadioGroupProps} from '@react-types/radio';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {classNames, useFocusableRef, useStyleProps} from '@react-spectrum/utils';\nimport {FocusableRef} from '@react-types/shared';\nimport {FocusRing} from '@react-aria/focus';\nimport React, {forwardRef, useRef} from 'react';\nimport {SpectrumRadioProps} from '@react-types/radio';\nimport styles from '@adobe/spectrum-css-temp/components/radio/vars.css';\nimport {useHover} from '@react-aria/interactions';\nimport {useRadio} from '@react-aria/radio';\nimport {useRadioProvider} from './context';\n\nfunction Radio(props: SpectrumRadioProps, ref: FocusableRef<HTMLLabelElement>) {\n let {\n isDisabled,\n children,\n autoFocus,\n ...otherProps\n } = props;\n let {styleProps} = useStyleProps(otherProps);\n let {hoverProps, isHovered} = useHover({isDisabled});\n\n let inputRef = useRef<HTMLInputElement>(null);\n let domRef = useFocusableRef(ref, inputRef);\n\n let radioGroupProps = useRadioProvider();\n let {\n isEmphasized,\n state\n } = radioGroupProps;\n\n let {inputProps} = useRadio({\n ...props,\n ...radioGroupProps,\n isDisabled\n }, state, inputRef);\n\n return (\n <label\n {...styleProps}\n {...hoverProps}\n ref={domRef}\n className={\n classNames(\n styles,\n 'spectrum-Radio',\n {\n // Removing. Pending design feedback.\n // 'spectrum-Radio--labelBelow': labelPosition === 'bottom',\n 'spectrum-Radio--quiet': !isEmphasized,\n 'is-disabled': isDisabled,\n 'is-invalid': state.isInvalid,\n 'is-hovered': isHovered\n },\n styleProps.className\n )\n }>\n <FocusRing focusRingClass={classNames(styles, 'focus-ring')} autoFocus={autoFocus}>\n <input\n {...inputProps}\n ref={inputRef}\n className={classNames(styles, 'spectrum-Radio-input')} />\n </FocusRing>\n <span className={classNames(styles, 'spectrum-Radio-button')} />\n {children && (\n <span className={classNames(styles, 'spectrum-Radio-label')}>\n {children}\n </span>\n )}\n </label>\n );\n}\n\n/**\n * Radio buttons allow users to select a single option from a list of mutually exclusive options.\n * All possible options are exposed up front for users to compare.\n */\nconst _Radio = forwardRef(Radio);\nexport {_Radio as Radio};\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {RadioGroupState} from '@react-stately/radio';\nimport React, {useContext} from 'react';\n\ninterface RadioGroupContext {\n isEmphasized?: boolean,\n name?: string,\n state: RadioGroupState\n}\n\nexport const RadioContext = React.createContext<RadioGroupContext | null>(null);\n\nexport function useRadioProvider(): RadioGroupContext {\n return useContext(RadioContext) || {} as RadioGroupContext;\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {classNames, useDOMRef} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {Field} from '@react-spectrum/label';\nimport {RadioContext} from './context';\nimport React from 'react';\nimport {SpectrumRadioGroupProps} from '@react-types/radio';\nimport styles from '@adobe/spectrum-css-temp/components/fieldgroup/vars.css';\nimport {useFormProps} from '@react-spectrum/form';\nimport {useProviderProps} from '@react-spectrum/provider';\nimport {useRadioGroup} from '@react-aria/radio';\nimport {useRadioGroupState} from '@react-stately/radio';\n\nfunction RadioGroup(props: SpectrumRadioGroupProps, ref: DOMRef<HTMLElement>) {\n props = useProviderProps(props);\n props = useFormProps(props);\n let {\n isEmphasized,\n children,\n orientation = 'vertical'\n } = props;\n\n let domRef = useDOMRef(ref);\n let state = useRadioGroupState(props);\n let {radioGroupProps, ...otherProps} = useRadioGroup(props, state);\n\n return (\n <Field\n {...props}\n {...otherProps}\n ref={domRef}\n wrapperClassName={classNames(styles, 'spectrum-FieldGroup')}\n elementType=\"span\">\n <div\n {...radioGroupProps}\n className={\n classNames(\n styles,\n 'spectrum-FieldGroup-group',\n {\n 'spectrum-FieldGroup-group--horizontal': orientation === 'horizontal'\n }\n )\n }>\n <RadioContext.Provider\n value={{\n isEmphasized,\n state\n }}>\n {children}\n </RadioContext.Provider>\n </div>\n </Field>\n );\n}\n\n/**\n * Radio groups allow users to select a single option from a list of mutually exclusive options.\n * All possible options are exposed up front for users to compare.\n */\nconst _RadioGroup = React.forwardRef(RadioGroup);\nexport {_RadioGroup as RadioGroup};\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n"],"names":[],"version":3,"file":"module.js.map"}
|
1
|
+
{"mappings":";;;AAAA;;;;;;;;;;CAUC,GAED,0CAA0C","sources":["packages/@react-spectrum/radio/src/index.ts"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n/// <reference types=\"css-module-types\" />\n\nexport {Radio} from './Radio';\nexport {RadioGroup} from './RadioGroup';\nexport type {SpectrumRadioProps} from '@react-types/radio';\nexport type {SpectrumRadioGroupProps} from '@react-types/radio';\n"],"names":[],"version":3,"file":"module.js.map"}
|
@@ -0,0 +1,47 @@
|
|
1
|
+
|
2
|
+
function $parcel$export(e, n, v, s) {
|
3
|
+
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
|
4
|
+
}
|
5
|
+
|
6
|
+
$parcel$export(module.exports, "focus-ring", () => $a8fbff4889c18df2$export$f39a09f249340e2a, (v) => $a8fbff4889c18df2$export$f39a09f249340e2a = v);
|
7
|
+
$parcel$export(module.exports, "i18nFontFamily", () => $a8fbff4889c18df2$export$8c4ee2c50c22c514, (v) => $a8fbff4889c18df2$export$8c4ee2c50c22c514 = v);
|
8
|
+
$parcel$export(module.exports, "is-hovered", () => $a8fbff4889c18df2$export$b8813cd5d7824ce7, (v) => $a8fbff4889c18df2$export$b8813cd5d7824ce7 = v);
|
9
|
+
$parcel$export(module.exports, "is-invalid", () => $a8fbff4889c18df2$export$14a30de2866685fa, (v) => $a8fbff4889c18df2$export$14a30de2866685fa = v);
|
10
|
+
$parcel$export(module.exports, "spectrum-FocusRing-ring", () => $a8fbff4889c18df2$export$4109102f950813a6, (v) => $a8fbff4889c18df2$export$4109102f950813a6 = v);
|
11
|
+
$parcel$export(module.exports, "spectrum-FocusRing", () => $a8fbff4889c18df2$export$24c7f46a6e3605dd, (v) => $a8fbff4889c18df2$export$24c7f46a6e3605dd = v);
|
12
|
+
$parcel$export(module.exports, "spectrum-FocusRing--quiet", () => $a8fbff4889c18df2$export$2927016961429360, (v) => $a8fbff4889c18df2$export$2927016961429360 = v);
|
13
|
+
$parcel$export(module.exports, "spectrum-Radio", () => $a8fbff4889c18df2$export$26ebd4dbfef068c5, (v) => $a8fbff4889c18df2$export$26ebd4dbfef068c5 = v);
|
14
|
+
$parcel$export(module.exports, "spectrum-Radio--labelBelow", () => $a8fbff4889c18df2$export$9443e7082698950d, (v) => $a8fbff4889c18df2$export$9443e7082698950d = v);
|
15
|
+
$parcel$export(module.exports, "spectrum-Radio--quiet", () => $a8fbff4889c18df2$export$6db66b55a897f36d, (v) => $a8fbff4889c18df2$export$6db66b55a897f36d = v);
|
16
|
+
$parcel$export(module.exports, "spectrum-Radio-button", () => $a8fbff4889c18df2$export$bf9d5e902c33bf05, (v) => $a8fbff4889c18df2$export$bf9d5e902c33bf05 = v);
|
17
|
+
$parcel$export(module.exports, "spectrum-Radio-input", () => $a8fbff4889c18df2$export$c0ce6f9a6a2de1cc, (v) => $a8fbff4889c18df2$export$c0ce6f9a6a2de1cc = v);
|
18
|
+
$parcel$export(module.exports, "spectrum-Radio-label", () => $a8fbff4889c18df2$export$b0f8395a9667922d, (v) => $a8fbff4889c18df2$export$b0f8395a9667922d = v);
|
19
|
+
var $a8fbff4889c18df2$export$f39a09f249340e2a;
|
20
|
+
var $a8fbff4889c18df2$export$8c4ee2c50c22c514;
|
21
|
+
var $a8fbff4889c18df2$export$b8813cd5d7824ce7;
|
22
|
+
var $a8fbff4889c18df2$export$14a30de2866685fa;
|
23
|
+
var $a8fbff4889c18df2$export$4109102f950813a6;
|
24
|
+
var $a8fbff4889c18df2$export$24c7f46a6e3605dd;
|
25
|
+
var $a8fbff4889c18df2$export$2927016961429360;
|
26
|
+
var $a8fbff4889c18df2$export$26ebd4dbfef068c5;
|
27
|
+
var $a8fbff4889c18df2$export$9443e7082698950d;
|
28
|
+
var $a8fbff4889c18df2$export$6db66b55a897f36d;
|
29
|
+
var $a8fbff4889c18df2$export$bf9d5e902c33bf05;
|
30
|
+
var $a8fbff4889c18df2$export$c0ce6f9a6a2de1cc;
|
31
|
+
var $a8fbff4889c18df2$export$b0f8395a9667922d;
|
32
|
+
$a8fbff4889c18df2$export$f39a09f249340e2a = `V2HKpq_focus-ring`;
|
33
|
+
$a8fbff4889c18df2$export$8c4ee2c50c22c514 = `V2HKpq_i18nFontFamily`;
|
34
|
+
$a8fbff4889c18df2$export$b8813cd5d7824ce7 = `V2HKpq_is-hovered`;
|
35
|
+
$a8fbff4889c18df2$export$14a30de2866685fa = `V2HKpq_is-invalid`;
|
36
|
+
$a8fbff4889c18df2$export$4109102f950813a6 = `V2HKpq_spectrum-FocusRing-ring`;
|
37
|
+
$a8fbff4889c18df2$export$24c7f46a6e3605dd = `V2HKpq_spectrum-FocusRing ${$a8fbff4889c18df2$export$4109102f950813a6}`;
|
38
|
+
$a8fbff4889c18df2$export$2927016961429360 = `V2HKpq_spectrum-FocusRing--quiet`;
|
39
|
+
$a8fbff4889c18df2$export$26ebd4dbfef068c5 = `V2HKpq_spectrum-Radio`;
|
40
|
+
$a8fbff4889c18df2$export$9443e7082698950d = `V2HKpq_spectrum-Radio--labelBelow`;
|
41
|
+
$a8fbff4889c18df2$export$6db66b55a897f36d = `V2HKpq_spectrum-Radio--quiet`;
|
42
|
+
$a8fbff4889c18df2$export$bf9d5e902c33bf05 = `V2HKpq_spectrum-Radio-button`;
|
43
|
+
$a8fbff4889c18df2$export$c0ce6f9a6a2de1cc = `V2HKpq_spectrum-Radio-input`;
|
44
|
+
$a8fbff4889c18df2$export$b0f8395a9667922d = `V2HKpq_spectrum-Radio-label`;
|
45
|
+
|
46
|
+
|
47
|
+
//# sourceMappingURL=radio_vars_css.main.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"mappings":";;;;;;;;;;;;;;;;;;AAAA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AAZA,4CAA+B,CAAC,iBAAiB,CAAC;AAClD,4CAAmC,CAAC,qBAAqB,CAAC;AAC1D,4CAA+B,CAAC,iBAAiB,CAAC;AAClD,4CAA+B,CAAC,iBAAiB,CAAC;AAClD,4CAA4C,CAAC,8BAA8B,CAAC;AAC5E,4CAAuC,CAAC,0BAA0B,EAAE,0CAA0C,CAAC;AAC/G,4CAA8C,CAAC,gCAAgC,CAAC;AAChF,4CAAmC,CAAC,qBAAqB,CAAC;AAC1D,4CAA+C,CAAC,iCAAiC,CAAC;AAClF,4CAA0C,CAAC,4BAA4B,CAAC;AACxE,4CAA0C,CAAC,4BAA4B,CAAC;AACxE,4CAAyC,CAAC,2BAA2B,CAAC;AACtE,4CAAyC,CAAC,2BAA2B,CAAC","sources":["packages/@adobe/spectrum-css-temp/components/radio/vars.css"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"radio_vars_css.main.js.map"}
|
@@ -0,0 +1,49 @@
|
|
1
|
+
|
2
|
+
function $parcel$export(e, n, v, s) {
|
3
|
+
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
|
4
|
+
}
|
5
|
+
var $d1246d70e6c52742$exports = {};
|
6
|
+
|
7
|
+
$parcel$export($d1246d70e6c52742$exports, "focus-ring", () => $d1246d70e6c52742$export$f39a09f249340e2a, (v) => $d1246d70e6c52742$export$f39a09f249340e2a = v);
|
8
|
+
$parcel$export($d1246d70e6c52742$exports, "i18nFontFamily", () => $d1246d70e6c52742$export$8c4ee2c50c22c514, (v) => $d1246d70e6c52742$export$8c4ee2c50c22c514 = v);
|
9
|
+
$parcel$export($d1246d70e6c52742$exports, "is-hovered", () => $d1246d70e6c52742$export$b8813cd5d7824ce7, (v) => $d1246d70e6c52742$export$b8813cd5d7824ce7 = v);
|
10
|
+
$parcel$export($d1246d70e6c52742$exports, "is-invalid", () => $d1246d70e6c52742$export$14a30de2866685fa, (v) => $d1246d70e6c52742$export$14a30de2866685fa = v);
|
11
|
+
$parcel$export($d1246d70e6c52742$exports, "spectrum-FocusRing-ring", () => $d1246d70e6c52742$export$4109102f950813a6, (v) => $d1246d70e6c52742$export$4109102f950813a6 = v);
|
12
|
+
$parcel$export($d1246d70e6c52742$exports, "spectrum-FocusRing", () => $d1246d70e6c52742$export$24c7f46a6e3605dd, (v) => $d1246d70e6c52742$export$24c7f46a6e3605dd = v);
|
13
|
+
$parcel$export($d1246d70e6c52742$exports, "spectrum-FocusRing--quiet", () => $d1246d70e6c52742$export$2927016961429360, (v) => $d1246d70e6c52742$export$2927016961429360 = v);
|
14
|
+
$parcel$export($d1246d70e6c52742$exports, "spectrum-Radio", () => $d1246d70e6c52742$export$26ebd4dbfef068c5, (v) => $d1246d70e6c52742$export$26ebd4dbfef068c5 = v);
|
15
|
+
$parcel$export($d1246d70e6c52742$exports, "spectrum-Radio--labelBelow", () => $d1246d70e6c52742$export$9443e7082698950d, (v) => $d1246d70e6c52742$export$9443e7082698950d = v);
|
16
|
+
$parcel$export($d1246d70e6c52742$exports, "spectrum-Radio--quiet", () => $d1246d70e6c52742$export$6db66b55a897f36d, (v) => $d1246d70e6c52742$export$6db66b55a897f36d = v);
|
17
|
+
$parcel$export($d1246d70e6c52742$exports, "spectrum-Radio-button", () => $d1246d70e6c52742$export$bf9d5e902c33bf05, (v) => $d1246d70e6c52742$export$bf9d5e902c33bf05 = v);
|
18
|
+
$parcel$export($d1246d70e6c52742$exports, "spectrum-Radio-input", () => $d1246d70e6c52742$export$c0ce6f9a6a2de1cc, (v) => $d1246d70e6c52742$export$c0ce6f9a6a2de1cc = v);
|
19
|
+
$parcel$export($d1246d70e6c52742$exports, "spectrum-Radio-label", () => $d1246d70e6c52742$export$b0f8395a9667922d, (v) => $d1246d70e6c52742$export$b0f8395a9667922d = v);
|
20
|
+
var $d1246d70e6c52742$export$f39a09f249340e2a;
|
21
|
+
var $d1246d70e6c52742$export$8c4ee2c50c22c514;
|
22
|
+
var $d1246d70e6c52742$export$b8813cd5d7824ce7;
|
23
|
+
var $d1246d70e6c52742$export$14a30de2866685fa;
|
24
|
+
var $d1246d70e6c52742$export$4109102f950813a6;
|
25
|
+
var $d1246d70e6c52742$export$24c7f46a6e3605dd;
|
26
|
+
var $d1246d70e6c52742$export$2927016961429360;
|
27
|
+
var $d1246d70e6c52742$export$26ebd4dbfef068c5;
|
28
|
+
var $d1246d70e6c52742$export$9443e7082698950d;
|
29
|
+
var $d1246d70e6c52742$export$6db66b55a897f36d;
|
30
|
+
var $d1246d70e6c52742$export$bf9d5e902c33bf05;
|
31
|
+
var $d1246d70e6c52742$export$c0ce6f9a6a2de1cc;
|
32
|
+
var $d1246d70e6c52742$export$b0f8395a9667922d;
|
33
|
+
$d1246d70e6c52742$export$f39a09f249340e2a = `V2HKpq_focus-ring`;
|
34
|
+
$d1246d70e6c52742$export$8c4ee2c50c22c514 = `V2HKpq_i18nFontFamily`;
|
35
|
+
$d1246d70e6c52742$export$b8813cd5d7824ce7 = `V2HKpq_is-hovered`;
|
36
|
+
$d1246d70e6c52742$export$14a30de2866685fa = `V2HKpq_is-invalid`;
|
37
|
+
$d1246d70e6c52742$export$4109102f950813a6 = `V2HKpq_spectrum-FocusRing-ring`;
|
38
|
+
$d1246d70e6c52742$export$24c7f46a6e3605dd = `V2HKpq_spectrum-FocusRing ${$d1246d70e6c52742$export$4109102f950813a6}`;
|
39
|
+
$d1246d70e6c52742$export$2927016961429360 = `V2HKpq_spectrum-FocusRing--quiet`;
|
40
|
+
$d1246d70e6c52742$export$26ebd4dbfef068c5 = `V2HKpq_spectrum-Radio`;
|
41
|
+
$d1246d70e6c52742$export$9443e7082698950d = `V2HKpq_spectrum-Radio--labelBelow`;
|
42
|
+
$d1246d70e6c52742$export$6db66b55a897f36d = `V2HKpq_spectrum-Radio--quiet`;
|
43
|
+
$d1246d70e6c52742$export$bf9d5e902c33bf05 = `V2HKpq_spectrum-Radio-button`;
|
44
|
+
$d1246d70e6c52742$export$c0ce6f9a6a2de1cc = `V2HKpq_spectrum-Radio-input`;
|
45
|
+
$d1246d70e6c52742$export$b0f8395a9667922d = `V2HKpq_spectrum-Radio-label`;
|
46
|
+
|
47
|
+
|
48
|
+
export {$d1246d70e6c52742$exports as default};
|
49
|
+
//# sourceMappingURL=radio_vars_css.mjs.map
|
@@ -0,0 +1,49 @@
|
|
1
|
+
|
2
|
+
function $parcel$export(e, n, v, s) {
|
3
|
+
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
|
4
|
+
}
|
5
|
+
var $d1246d70e6c52742$exports = {};
|
6
|
+
|
7
|
+
$parcel$export($d1246d70e6c52742$exports, "focus-ring", () => $d1246d70e6c52742$export$f39a09f249340e2a, (v) => $d1246d70e6c52742$export$f39a09f249340e2a = v);
|
8
|
+
$parcel$export($d1246d70e6c52742$exports, "i18nFontFamily", () => $d1246d70e6c52742$export$8c4ee2c50c22c514, (v) => $d1246d70e6c52742$export$8c4ee2c50c22c514 = v);
|
9
|
+
$parcel$export($d1246d70e6c52742$exports, "is-hovered", () => $d1246d70e6c52742$export$b8813cd5d7824ce7, (v) => $d1246d70e6c52742$export$b8813cd5d7824ce7 = v);
|
10
|
+
$parcel$export($d1246d70e6c52742$exports, "is-invalid", () => $d1246d70e6c52742$export$14a30de2866685fa, (v) => $d1246d70e6c52742$export$14a30de2866685fa = v);
|
11
|
+
$parcel$export($d1246d70e6c52742$exports, "spectrum-FocusRing-ring", () => $d1246d70e6c52742$export$4109102f950813a6, (v) => $d1246d70e6c52742$export$4109102f950813a6 = v);
|
12
|
+
$parcel$export($d1246d70e6c52742$exports, "spectrum-FocusRing", () => $d1246d70e6c52742$export$24c7f46a6e3605dd, (v) => $d1246d70e6c52742$export$24c7f46a6e3605dd = v);
|
13
|
+
$parcel$export($d1246d70e6c52742$exports, "spectrum-FocusRing--quiet", () => $d1246d70e6c52742$export$2927016961429360, (v) => $d1246d70e6c52742$export$2927016961429360 = v);
|
14
|
+
$parcel$export($d1246d70e6c52742$exports, "spectrum-Radio", () => $d1246d70e6c52742$export$26ebd4dbfef068c5, (v) => $d1246d70e6c52742$export$26ebd4dbfef068c5 = v);
|
15
|
+
$parcel$export($d1246d70e6c52742$exports, "spectrum-Radio--labelBelow", () => $d1246d70e6c52742$export$9443e7082698950d, (v) => $d1246d70e6c52742$export$9443e7082698950d = v);
|
16
|
+
$parcel$export($d1246d70e6c52742$exports, "spectrum-Radio--quiet", () => $d1246d70e6c52742$export$6db66b55a897f36d, (v) => $d1246d70e6c52742$export$6db66b55a897f36d = v);
|
17
|
+
$parcel$export($d1246d70e6c52742$exports, "spectrum-Radio-button", () => $d1246d70e6c52742$export$bf9d5e902c33bf05, (v) => $d1246d70e6c52742$export$bf9d5e902c33bf05 = v);
|
18
|
+
$parcel$export($d1246d70e6c52742$exports, "spectrum-Radio-input", () => $d1246d70e6c52742$export$c0ce6f9a6a2de1cc, (v) => $d1246d70e6c52742$export$c0ce6f9a6a2de1cc = v);
|
19
|
+
$parcel$export($d1246d70e6c52742$exports, "spectrum-Radio-label", () => $d1246d70e6c52742$export$b0f8395a9667922d, (v) => $d1246d70e6c52742$export$b0f8395a9667922d = v);
|
20
|
+
var $d1246d70e6c52742$export$f39a09f249340e2a;
|
21
|
+
var $d1246d70e6c52742$export$8c4ee2c50c22c514;
|
22
|
+
var $d1246d70e6c52742$export$b8813cd5d7824ce7;
|
23
|
+
var $d1246d70e6c52742$export$14a30de2866685fa;
|
24
|
+
var $d1246d70e6c52742$export$4109102f950813a6;
|
25
|
+
var $d1246d70e6c52742$export$24c7f46a6e3605dd;
|
26
|
+
var $d1246d70e6c52742$export$2927016961429360;
|
27
|
+
var $d1246d70e6c52742$export$26ebd4dbfef068c5;
|
28
|
+
var $d1246d70e6c52742$export$9443e7082698950d;
|
29
|
+
var $d1246d70e6c52742$export$6db66b55a897f36d;
|
30
|
+
var $d1246d70e6c52742$export$bf9d5e902c33bf05;
|
31
|
+
var $d1246d70e6c52742$export$c0ce6f9a6a2de1cc;
|
32
|
+
var $d1246d70e6c52742$export$b0f8395a9667922d;
|
33
|
+
$d1246d70e6c52742$export$f39a09f249340e2a = `V2HKpq_focus-ring`;
|
34
|
+
$d1246d70e6c52742$export$8c4ee2c50c22c514 = `V2HKpq_i18nFontFamily`;
|
35
|
+
$d1246d70e6c52742$export$b8813cd5d7824ce7 = `V2HKpq_is-hovered`;
|
36
|
+
$d1246d70e6c52742$export$14a30de2866685fa = `V2HKpq_is-invalid`;
|
37
|
+
$d1246d70e6c52742$export$4109102f950813a6 = `V2HKpq_spectrum-FocusRing-ring`;
|
38
|
+
$d1246d70e6c52742$export$24c7f46a6e3605dd = `V2HKpq_spectrum-FocusRing ${$d1246d70e6c52742$export$4109102f950813a6}`;
|
39
|
+
$d1246d70e6c52742$export$2927016961429360 = `V2HKpq_spectrum-FocusRing--quiet`;
|
40
|
+
$d1246d70e6c52742$export$26ebd4dbfef068c5 = `V2HKpq_spectrum-Radio`;
|
41
|
+
$d1246d70e6c52742$export$9443e7082698950d = `V2HKpq_spectrum-Radio--labelBelow`;
|
42
|
+
$d1246d70e6c52742$export$6db66b55a897f36d = `V2HKpq_spectrum-Radio--quiet`;
|
43
|
+
$d1246d70e6c52742$export$bf9d5e902c33bf05 = `V2HKpq_spectrum-Radio-button`;
|
44
|
+
$d1246d70e6c52742$export$c0ce6f9a6a2de1cc = `V2HKpq_spectrum-Radio-input`;
|
45
|
+
$d1246d70e6c52742$export$b0f8395a9667922d = `V2HKpq_spectrum-Radio-label`;
|
46
|
+
|
47
|
+
|
48
|
+
export {$d1246d70e6c52742$exports as default};
|
49
|
+
//# sourceMappingURL=radio_vars_css.module.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AAZA,4CAA+B,CAAC,iBAAiB,CAAC;AAClD,4CAAmC,CAAC,qBAAqB,CAAC;AAC1D,4CAA+B,CAAC,iBAAiB,CAAC;AAClD,4CAA+B,CAAC,iBAAiB,CAAC;AAClD,4CAA4C,CAAC,8BAA8B,CAAC;AAC5E,4CAAuC,CAAC,0BAA0B,EAAE,0CAA0C,CAAC;AAC/G,4CAA8C,CAAC,gCAAgC,CAAC;AAChF,4CAAmC,CAAC,qBAAqB,CAAC;AAC1D,4CAA+C,CAAC,iCAAiC,CAAC;AAClF,4CAA0C,CAAC,4BAA4B,CAAC;AACxE,4CAA0C,CAAC,4BAA4B,CAAC;AACxE,4CAAyC,CAAC,2BAA2B,CAAC;AACtE,4CAAyC,CAAC,2BAA2B,CAAC","sources":["packages/@adobe/spectrum-css-temp/components/radio/vars.css"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"radio_vars_css.module.js.map"}
|
package/dist/types.d.ts
CHANGED
@@ -1,15 +1,16 @@
|
|
1
1
|
import React from "react";
|
2
2
|
import { SpectrumRadioProps, SpectrumRadioGroupProps } from "@react-types/radio";
|
3
|
+
import { FocusableRefValue, DOMRefValue } from "@react-types/shared";
|
3
4
|
/**
|
4
5
|
* Radio buttons allow users to select a single option from a list of mutually exclusive options.
|
5
6
|
* All possible options are exposed up front for users to compare.
|
6
7
|
*/
|
7
|
-
export const Radio: React.ForwardRefExoticComponent<SpectrumRadioProps & React.RefAttributes<
|
8
|
+
export const Radio: React.ForwardRefExoticComponent<SpectrumRadioProps & React.RefAttributes<FocusableRefValue<HTMLLabelElement, HTMLLabelElement>>>;
|
8
9
|
/**
|
9
10
|
* Radio groups allow users to select a single option from a list of mutually exclusive options.
|
10
11
|
* All possible options are exposed up front for users to compare.
|
11
12
|
*/
|
12
|
-
export const RadioGroup: React.ForwardRefExoticComponent<SpectrumRadioGroupProps & React.RefAttributes<
|
13
|
+
export const RadioGroup: React.ForwardRefExoticComponent<SpectrumRadioGroupProps & React.RefAttributes<DOMRefValue<HTMLElement>>>;
|
13
14
|
export type { SpectrumRadioProps } from '@react-types/radio';
|
14
15
|
export type { SpectrumRadioGroupProps } from '@react-types/radio';
|
15
16
|
|
package/dist/types.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"mappings":"
|
1
|
+
{"mappings":";;;ACmFA;;;GAGG;AACH,OAAA,MAAM,uIAA0B,CAAC;ACpBjC;;;GAGG;AACH,OAAA,MAAM,oHAA0C,CAAC;ACvDjD,YAAY,EAAC,kBAAkB,EAAC,MAAM,oBAAoB,CAAC;AAC3D,YAAY,EAAC,uBAAuB,EAAC,MAAM,oBAAoB,CAAC","sources":["packages/@react-spectrum/radio/src/packages/@react-spectrum/radio/src/context.ts","packages/@react-spectrum/radio/src/packages/@react-spectrum/radio/src/Radio.tsx","packages/@react-spectrum/radio/src/packages/@react-spectrum/radio/src/RadioGroup.tsx","packages/@react-spectrum/radio/src/packages/@react-spectrum/radio/src/index.ts","packages/@react-spectrum/radio/src/index.ts"],"sourcesContent":[null,null,null,null,"/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n/// <reference types=\"css-module-types\" />\n\nexport {Radio} from './Radio';\nexport {RadioGroup} from './RadioGroup';\nexport type {SpectrumRadioProps} from '@react-types/radio';\nexport type {SpectrumRadioGroupProps} from '@react-types/radio';\n"],"names":[],"version":3,"file":"types.d.ts.map"}
|
@@ -0,0 +1,94 @@
|
|
1
|
+
.hyn22G_i18nFontFamily {
|
2
|
+
font-synthesis: weight;
|
3
|
+
font-family: adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Trebuchet MS, Lucida Grande, sans-serif;
|
4
|
+
}
|
5
|
+
|
6
|
+
.hyn22G_i18nFontFamily:lang(ar) {
|
7
|
+
font-family: myriad-arabic, adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Trebuchet MS, Lucida Grande, sans-serif;
|
8
|
+
}
|
9
|
+
|
10
|
+
.hyn22G_i18nFontFamily:lang(he) {
|
11
|
+
font-family: myriad-hebrew, adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Trebuchet MS, Lucida Grande, sans-serif;
|
12
|
+
}
|
13
|
+
|
14
|
+
.hyn22G_i18nFontFamily:lang(zh) {
|
15
|
+
font-family: adobe-clean-han-traditional, source-han-traditional, MingLiu, Heiti TC Light, sans-serif;
|
16
|
+
}
|
17
|
+
|
18
|
+
.hyn22G_i18nFontFamily:lang(zh-Hans) {
|
19
|
+
font-family: adobe-clean-han-simplified-c, source-han-simplified-c, SimSun, Heiti SC Light, sans-serif;
|
20
|
+
}
|
21
|
+
|
22
|
+
.hyn22G_i18nFontFamily:lang(zh-Hant) {
|
23
|
+
font-family: adobe-clean-han-traditional, source-han-traditional, MingLiu, Microsoft JhengHei UI, Microsoft JhengHei, Heiti TC Light, sans-serif;
|
24
|
+
}
|
25
|
+
|
26
|
+
.hyn22G_i18nFontFamily:lang(zh-SG), .hyn22G_i18nFontFamily:lang(zh-CN) {
|
27
|
+
font-family: adobe-clean-han-simplified-c, source-han-simplified-c, SimSun, Heiti SC Light, sans-serif;
|
28
|
+
}
|
29
|
+
|
30
|
+
.hyn22G_i18nFontFamily:lang(ko) {
|
31
|
+
font-family: adobe-clean-han-korean, source-han-korean, Malgun Gothic, Apple Gothic, sans-serif;
|
32
|
+
}
|
33
|
+
|
34
|
+
.hyn22G_i18nFontFamily:lang(ja) {
|
35
|
+
font-family: adobe-clean-han-japanese, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Osaka, YuGothic, Yu Gothic, メイリオ, Meiryo, MS Pゴシック, MS PGothic, sans-serif;
|
36
|
+
}
|
37
|
+
|
38
|
+
.hyn22G_spectrum-FocusRing-ring {
|
39
|
+
--spectrum-focus-ring-border-radius: var(--spectrum-textfield-border-radius, var(--spectrum-alias-border-radius-regular));
|
40
|
+
--spectrum-focus-ring-gap: var(--spectrum-alias-input-focusring-gap);
|
41
|
+
--spectrum-focus-ring-size: var(--spectrum-alias-input-focusring-size);
|
42
|
+
--spectrum-focus-ring-border-size: 0px;
|
43
|
+
--spectrum-focus-ring-color: var(--spectrum-high-contrast-focus-ring-color, var(--spectrum-alias-focus-ring-color, var(--spectrum-alias-focus-color)));
|
44
|
+
}
|
45
|
+
|
46
|
+
.hyn22G_spectrum-FocusRing-ring:after {
|
47
|
+
border-radius: calc(var(--spectrum-focus-ring-border-radius) + var(--spectrum-focus-ring-gap));
|
48
|
+
content: "";
|
49
|
+
margin: calc(-1 * var(--spectrum-focus-ring-border-size));
|
50
|
+
pointer-events: none;
|
51
|
+
transition: box-shadow var(--spectrum-global-animation-duration-100, .13s) ease-out, margin var(--spectrum-global-animation-duration-100, .13s) ease-out;
|
52
|
+
display: block;
|
53
|
+
position: absolute;
|
54
|
+
inset: 0;
|
55
|
+
}
|
56
|
+
|
57
|
+
.hyn22G_spectrum-FocusRing.hyn22G_focus-ring:after {
|
58
|
+
margin: calc(var(--spectrum-focus-ring-gap) * -1 - var(--spectrum-focus-ring-border-size));
|
59
|
+
box-shadow: 0 0 0 var(--spectrum-focus-ring-size) var(--spectrum-focus-ring-color);
|
60
|
+
}
|
61
|
+
|
62
|
+
.hyn22G_spectrum-FocusRing--quiet:after {
|
63
|
+
border-radius: 0;
|
64
|
+
}
|
65
|
+
|
66
|
+
.hyn22G_spectrum-FocusRing--quiet.hyn22G_focus-ring:after {
|
67
|
+
margin: 0 0 calc(var(--spectrum-focus-ring-gap) * -1 - var(--spectrum-focus-ring-border-size)) 0;
|
68
|
+
box-shadow: 0 var(--spectrum-focus-ring-size) 0 var(--spectrum-focus-ring-color);
|
69
|
+
}
|
70
|
+
|
71
|
+
@media (forced-colors: active) {
|
72
|
+
.hyn22G_spectrum-FocusRing, .hyn22G_spectrum-FocusRing-ring, .hyn22G_spectrum-FocusRing--quiet {
|
73
|
+
--spectrum-high-contrast-focus-ring-color: Highlight;
|
74
|
+
}
|
75
|
+
|
76
|
+
:is(.hyn22G_spectrum-FocusRing, .hyn22G_spectrum-FocusRing-ring, .hyn22G_spectrum-FocusRing--quiet):after {
|
77
|
+
forced-color-adjust: none;
|
78
|
+
}
|
79
|
+
}
|
80
|
+
|
81
|
+
.hyn22G_spectrum-FieldGroup.hyn22G_spectrum-FieldGroup {
|
82
|
+
--spectrum-field-default-width: auto;
|
83
|
+
width: auto;
|
84
|
+
}
|
85
|
+
|
86
|
+
.hyn22G_spectrum-FieldGroup-group {
|
87
|
+
flex-direction: column;
|
88
|
+
display: flex;
|
89
|
+
}
|
90
|
+
|
91
|
+
.hyn22G_spectrum-FieldGroup-group--horizontal {
|
92
|
+
flex-flow: wrap;
|
93
|
+
}
|
94
|
+
/*# sourceMappingURL=vars.083bf957.css.map */
|
@@ -0,0 +1 @@
|
|
1
|
+
{"mappings":"AA4DA;;;;;AAIE;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAQA;;;;AAIA;;;;AAKF;;;;;;;;AAOE;;;;;;;;;;;AAqBE;;;;;AAQF;;;;AAKE;;;;;AAOJ;EACE;;;;EAIE;;;;;AAQJ;;;;;AAKA;;;;;AAKA","sources":["packages/@adobe/spectrum-css-temp/components/fieldgroup/vars.css"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n"],"names":[],"version":3,"file":"vars.083bf957.css.map"}
|