@react-spectrum/radio 3.0.0-nightly.2779 → 3.0.0-nightly.2790
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 +1 -1
- package/dist/main.css +10 -50
- package/dist/main.css.map +1 -1
- package/dist/module.css +444 -0
- package/dist/module.css.map +1 -0
- package/dist/module.js +1 -1
- package/package.json +12 -12
package/dist/import.mjs
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import "./
|
1
|
+
import "./module.css";
|
2
2
|
import {useStyleProps as $4hD9r$useStyleProps, useFocusableRef as $4hD9r$useFocusableRef, classNames as $4hD9r$classNames, useDOMRef as $4hD9r$useDOMRef} from "@react-spectrum/utils";
|
3
3
|
import {FocusRing as $4hD9r$FocusRing} from "@react-aria/focus";
|
4
4
|
import $4hD9r$react, {useRef as $4hD9r$useRef, forwardRef as $4hD9r$forwardRef, useContext as $4hD9r$useContext} from "react";
|
package/dist/main.css
CHANGED
@@ -23,11 +23,7 @@
|
|
23
23
|
font-family: adobe-clean-han-traditional, source-han-traditional, MingLiu, Microsoft JhengHei UI, Microsoft JhengHei, Heiti TC Light, sans-serif;
|
24
24
|
}
|
25
25
|
|
26
|
-
.V2HKpq_i18nFontFamily:lang(zh-SG) {
|
27
|
-
font-family: adobe-clean-han-simplified-c, source-han-simplified-c, SimSun, Heiti SC Light, sans-serif;
|
28
|
-
}
|
29
|
-
|
30
|
-
.V2HKpq_i18nFontFamily:lang(zh-CN) {
|
26
|
+
.V2HKpq_i18nFontFamily:lang(zh-SG), .V2HKpq_i18nFontFamily:lang(zh-CN) {
|
31
27
|
font-family: adobe-clean-han-simplified-c, source-han-simplified-c, SimSun, Heiti SC Light, sans-serif;
|
32
28
|
}
|
33
29
|
|
@@ -55,13 +51,7 @@
|
|
55
51
|
transition: box-shadow var(--spectrum-global-animation-duration-100, .13s) ease-out, margin var(--spectrum-global-animation-duration-100, .13s) ease-out;
|
56
52
|
display: block;
|
57
53
|
position: absolute;
|
58
|
-
|
59
|
-
bottom: 0;
|
60
|
-
left: 0;
|
61
|
-
right: 0;
|
62
|
-
}
|
63
|
-
|
64
|
-
.V2HKpq_spectrum-FocusRing {
|
54
|
+
inset: 0;
|
65
55
|
}
|
66
56
|
|
67
57
|
.V2HKpq_spectrum-FocusRing.V2HKpq_focus-ring:after {
|
@@ -122,7 +112,7 @@
|
|
122
112
|
overflow: visible;
|
123
113
|
}
|
124
114
|
|
125
|
-
.V2HKpq_spectrum-Radio-input:not(
|
115
|
+
.V2HKpq_spectrum-Radio-input:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
|
126
116
|
left: calc(var(--spectrum-radio-cursor-hit-x, var(--spectrum-global-dimension-size-100)) * -1);
|
127
117
|
}
|
128
118
|
|
@@ -190,10 +180,7 @@
|
|
190
180
|
border-radius: 100%;
|
191
181
|
display: block;
|
192
182
|
position: absolute;
|
193
|
-
|
194
|
-
bottom: 0;
|
195
|
-
left: 0;
|
196
|
-
right: 0;
|
183
|
+
inset: 0;
|
197
184
|
transform: translateX(0);
|
198
185
|
}
|
199
186
|
|
@@ -251,11 +238,7 @@
|
|
251
238
|
color: var(--spectrum-radio-emphasized-text-color-down, var(--spectrum-alias-text-color-down));
|
252
239
|
}
|
253
240
|
|
254
|
-
.V2HKpq_spectrum-Radio .V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring:checked + .V2HKpq_spectrum-Radio-button:before {
|
255
|
-
border-color: var(--spectrum-radio-emphasized-circle-border-color-selected-hover, var(--spectrum-global-color-blue-600));
|
256
|
-
}
|
257
|
-
|
258
|
-
.V2HKpq_spectrum-Radio.V2HKpq_is-hovered .V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring:checked + .V2HKpq_spectrum-Radio-button:before {
|
241
|
+
.V2HKpq_spectrum-Radio .V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring:checked + .V2HKpq_spectrum-Radio-button:before, .V2HKpq_spectrum-Radio.V2HKpq_is-hovered .V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring:checked + .V2HKpq_spectrum-Radio-button:before {
|
259
242
|
border-color: var(--spectrum-radio-emphasized-circle-border-color-selected-hover, var(--spectrum-global-color-blue-600));
|
260
243
|
}
|
261
244
|
|
@@ -271,19 +254,11 @@
|
|
271
254
|
border-color: var(--spectrum-radio-quiet-circle-border-color-selected-down, var(--spectrum-global-color-gray-900));
|
272
255
|
}
|
273
256
|
|
274
|
-
.V2HKpq_spectrum-Radio--quiet .V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring:checked + .V2HKpq_spectrum-Radio-button:before {
|
275
|
-
border-color: var(--spectrum-radio-quiet-circle-border-color-selected-key-focus, var(--spectrum-global-color-gray-800));
|
276
|
-
}
|
277
|
-
|
278
|
-
.V2HKpq_spectrum-Radio--quiet.V2HKpq_is-hovered .V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring:checked + .V2HKpq_spectrum-Radio-button:before {
|
257
|
+
.V2HKpq_spectrum-Radio--quiet .V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring:checked + .V2HKpq_spectrum-Radio-button:before, .V2HKpq_spectrum-Radio--quiet.V2HKpq_is-hovered .V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring:checked + .V2HKpq_spectrum-Radio-button:before {
|
279
258
|
border-color: var(--spectrum-radio-quiet-circle-border-color-selected-key-focus, var(--spectrum-global-color-gray-800));
|
280
259
|
}
|
281
260
|
|
282
|
-
:is(.V2HKpq_spectrum-Radio, .V2HKpq_spectrum-Radio--quiet).V2HKpq_is-invalid .V2HKpq_spectrum-Radio-button:before {
|
283
|
-
border-color: var(--spectrum-radio-emphasized-circle-border-color-error, var(--spectrum-global-color-red-500));
|
284
|
-
}
|
285
|
-
|
286
|
-
:is(.V2HKpq_spectrum-Radio, .V2HKpq_spectrum-Radio--quiet).V2HKpq_is-invalid .V2HKpq_spectrum-Radio-input:checked + .V2HKpq_spectrum-Radio-button:before {
|
261
|
+
:is(.V2HKpq_spectrum-Radio, .V2HKpq_spectrum-Radio--quiet).V2HKpq_is-invalid .V2HKpq_spectrum-Radio-button:before, :is(.V2HKpq_spectrum-Radio, .V2HKpq_spectrum-Radio--quiet).V2HKpq_is-invalid .V2HKpq_spectrum-Radio-input:checked + .V2HKpq_spectrum-Radio-button:before {
|
287
262
|
border-color: var(--spectrum-radio-emphasized-circle-border-color-error, var(--spectrum-global-color-red-500));
|
288
263
|
}
|
289
264
|
|
@@ -378,11 +353,7 @@
|
|
378
353
|
--spectrum-radio-focus-ring-size: var(--spectrum-global-dimension-static-size-40, 3px);
|
379
354
|
}
|
380
355
|
|
381
|
-
.V2HKpq_spectrum-Radio.V2HKpq_is-invalid.V2HKpq_is-hovered .V2HKpq_spectrum-Radio-label {
|
382
|
-
color: var(--spectrum-radio-emphasized-circle-border-color-error, var(--spectrum-global-color-red-500));
|
383
|
-
}
|
384
|
-
|
385
|
-
.V2HKpq_spectrum-Radio.V2HKpq_is-invalid:active .V2HKpq_spectrum-Radio-label {
|
356
|
+
.V2HKpq_spectrum-Radio.V2HKpq_is-invalid.V2HKpq_is-hovered .V2HKpq_spectrum-Radio-label, .V2HKpq_spectrum-Radio.V2HKpq_is-invalid:active .V2HKpq_spectrum-Radio-label {
|
386
357
|
color: var(--spectrum-radio-emphasized-circle-border-color-error, var(--spectrum-global-color-red-500));
|
387
358
|
}
|
388
359
|
}
|
@@ -412,11 +383,7 @@
|
|
412
383
|
font-family: adobe-clean-han-traditional, source-han-traditional, MingLiu, Microsoft JhengHei UI, Microsoft JhengHei, Heiti TC Light, sans-serif;
|
413
384
|
}
|
414
385
|
|
415
|
-
.hyn22G_i18nFontFamily:lang(zh-SG) {
|
416
|
-
font-family: adobe-clean-han-simplified-c, source-han-simplified-c, SimSun, Heiti SC Light, sans-serif;
|
417
|
-
}
|
418
|
-
|
419
|
-
.hyn22G_i18nFontFamily:lang(zh-CN) {
|
386
|
+
.hyn22G_i18nFontFamily:lang(zh-SG), .hyn22G_i18nFontFamily:lang(zh-CN) {
|
420
387
|
font-family: adobe-clean-han-simplified-c, source-han-simplified-c, SimSun, Heiti SC Light, sans-serif;
|
421
388
|
}
|
422
389
|
|
@@ -444,13 +411,7 @@
|
|
444
411
|
transition: box-shadow var(--spectrum-global-animation-duration-100, .13s) ease-out, margin var(--spectrum-global-animation-duration-100, .13s) ease-out;
|
445
412
|
display: block;
|
446
413
|
position: absolute;
|
447
|
-
|
448
|
-
bottom: 0;
|
449
|
-
left: 0;
|
450
|
-
right: 0;
|
451
|
-
}
|
452
|
-
|
453
|
-
.hyn22G_spectrum-FocusRing {
|
414
|
+
inset: 0;
|
454
415
|
}
|
455
416
|
|
456
417
|
.hyn22G_spectrum-FocusRing.hyn22G_focus-ring:after {
|
@@ -480,5 +441,4 @@
|
|
480
441
|
.hyn22G_spectrum-FieldGroup-group--horizontal {
|
481
442
|
flex-flow: wrap;
|
482
443
|
}
|
483
|
-
|
484
444
|
/*# sourceMappingURL=main.css.map */
|
package/dist/main.css.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"mappings":"
|
1
|
+
{"mappings":"AC4DA;;;;;AAIE;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAQA;;;;AAIA;;;;AAKF;;;;;;;;AAOE;;;;;;;;;;;AAqBE;;;;;AAQF;;;;AAKE;;;;;AAOJ;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4CA;;;;;;;;;;;;;;;;;AAAA;;;;AAAA;;;;AAAA;;;;AAAA;;;;AA8BE;;;;AAKE;;;;AAOE;;;;AAON;;;;;;;;;AAUA;;;;;;;;;;AAWE;;;;;;;;;;;;;;AAkBA;;;;;;;;;;;AAiBF;;;;;;;AAME;;;;;AAMA;;;;AAkBE;;;;AAMJ;;;;AAKE;;;;;AASI;;;;;AAOA;;;;AAKF;;;;AAOE;;;;AAMA;;;;AAKF;;;;AAOE;;;;AASF;;;;AAME;;;;AAOA;;;;AAQA;;;;AAWA;;;;AAIF;;;;AAME;;;;AAIF;;;;AAME;;;;AAIF;;;;AAOE;;;;AAKA;;;;AALA;;;;AAKA;;;;AASF;;;;AAKF;;;;AAcI;;;;AAKA;;;;AALA;;;;AAKA;;;;AAON;EACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BI;;;;;ACxdN;;;;;AAIE;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAQA;;;;AAIA;;;;AAKF;;;;;;;;AAOE;;;;;;;;;;;AAqBE;;;;;AAQF;;;;AAKE;;;;;AASJ;;;;;AAKA;;;;;AAKA","sources":["0a5ef47e43f7dce6","packages/@adobe/spectrum-css-temp/components/radio/vars.css","packages/@adobe/spectrum-css-temp/components/fieldgroup/vars.css"],"sourcesContent":["@import \"4c159ce874bc22fa\";\n@import \"8170b3fe3e53514e\";\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\n@import './index.css';\n"],"names":[],"version":3,"file":"main.css.map"}
|
package/dist/module.css
ADDED
@@ -0,0 +1,444 @@
|
|
1
|
+
.V2HKpq_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
|
+
.V2HKpq_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
|
+
.V2HKpq_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
|
+
.V2HKpq_i18nFontFamily:lang(zh) {
|
15
|
+
font-family: adobe-clean-han-traditional, source-han-traditional, MingLiu, Heiti TC Light, sans-serif;
|
16
|
+
}
|
17
|
+
|
18
|
+
.V2HKpq_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
|
+
.V2HKpq_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
|
+
.V2HKpq_i18nFontFamily:lang(zh-SG), .V2HKpq_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
|
+
.V2HKpq_i18nFontFamily:lang(ko) {
|
31
|
+
font-family: adobe-clean-han-korean, source-han-korean, Malgun Gothic, Apple Gothic, sans-serif;
|
32
|
+
}
|
33
|
+
|
34
|
+
.V2HKpq_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
|
+
.V2HKpq_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
|
+
.V2HKpq_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
|
+
.V2HKpq_spectrum-FocusRing.V2HKpq_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
|
+
.V2HKpq_spectrum-FocusRing--quiet:after {
|
63
|
+
border-radius: 0;
|
64
|
+
}
|
65
|
+
|
66
|
+
.V2HKpq_spectrum-FocusRing--quiet.V2HKpq_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
|
+
.V2HKpq_spectrum-Radio {
|
72
|
+
--spectrum-radio-radius: calc(var(--spectrum-radio-circle-diameter, var(--spectrum-global-dimension-size-175)) / 2);
|
73
|
+
--spectrum-radio-border-width-checked: calc(calc(var(--spectrum-radio-circle-diameter, var(--spectrum-global-dimension-size-175)) / 2) - calc(var(--spectrum-radio-circle-dot-size, var(--spectrum-global-dimension-static-size-50)) / 2));
|
74
|
+
--spectrum-radio-labelbelow-label-margin: var(--spectrum-global-dimension-size-40) 0 0 0;
|
75
|
+
--spectrum-radio-labelbelow-height: auto;
|
76
|
+
--spectrum-radio-label-margin-top: var(--spectrum-global-dimension-size-65);
|
77
|
+
--spectrum-radio-label-line-height: 1.49;
|
78
|
+
--spectrum-radio-emphasized-circle-border-color: var(--spectrum-alias-toggle-color-default);
|
79
|
+
--spectrum-radio-emphasized-circle-border-color-hover: var(--spectrum-alias-toggle-color-hover);
|
80
|
+
--spectrum-radio-emphasized-circle-border-color-key-focus: var(--spectrum-alias-toggle-color-key-focus);
|
81
|
+
--spectrum-radio-quiet-circle-border-color-selected: var(--spectrum-alias-toggle-color-selected);
|
82
|
+
--spectrum-radio-quiet-circle-border-color-selected-hover: var(--spectrum-alias-toggle-color-selected-hover);
|
83
|
+
--spectrum-radio-quiet-circle-border-color-selected-key-focus: var(--spectrum-alias-toggle-color-selected-key-focus);
|
84
|
+
--spectrum-radio-emphasized-circle-border-color-selected: var(--spectrum-accent-color-900);
|
85
|
+
--spectrum-radio-emphasized-circle-border-color-selected-hover: var(--spectrum-accent-color-1000);
|
86
|
+
--spectrum-radio-emphasized-circle-border-color-selected-key-focus: var(--spectrum-accent-color-1000);
|
87
|
+
--spectrum-radio-emphasized-circle-border-color-selected-down: var(--spectrum-accent-color-1100);
|
88
|
+
min-block-size: var(--spectrum-radio-height, var(--spectrum-global-dimension-size-400));
|
89
|
+
vertical-align: top;
|
90
|
+
isolation: isolate;
|
91
|
+
align-items: flex-start;
|
92
|
+
max-inline-size: 100%;
|
93
|
+
margin-inline-end: calc(var(--spectrum-radio-cursor-hit-x, var(--spectrum-global-dimension-size-100)) * 2);
|
94
|
+
display: inline-flex;
|
95
|
+
position: relative;
|
96
|
+
}
|
97
|
+
|
98
|
+
.V2HKpq_spectrum-Radio-input {
|
99
|
+
box-sizing: border-box;
|
100
|
+
inline-size: calc(100% + var(--spectrum-radio-cursor-hit-x, var(--spectrum-global-dimension-size-100)) * 2);
|
101
|
+
opacity: .0001;
|
102
|
+
z-index: 1;
|
103
|
+
cursor: default;
|
104
|
+
block-size: 100%;
|
105
|
+
margin: 0;
|
106
|
+
padding: 0;
|
107
|
+
font-family: inherit;
|
108
|
+
font-size: 100%;
|
109
|
+
line-height: 1.15;
|
110
|
+
position: absolute;
|
111
|
+
top: 0;
|
112
|
+
overflow: visible;
|
113
|
+
}
|
114
|
+
|
115
|
+
.V2HKpq_spectrum-Radio-input:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
|
116
|
+
left: calc(var(--spectrum-radio-cursor-hit-x, var(--spectrum-global-dimension-size-100)) * -1);
|
117
|
+
}
|
118
|
+
|
119
|
+
.V2HKpq_spectrum-Radio-input:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
|
120
|
+
left: calc(var(--spectrum-radio-cursor-hit-x, var(--spectrum-global-dimension-size-100)) * -1);
|
121
|
+
}
|
122
|
+
|
123
|
+
.V2HKpq_spectrum-Radio-input:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
124
|
+
right: calc(var(--spectrum-radio-cursor-hit-x, var(--spectrum-global-dimension-size-100)) * -1);
|
125
|
+
}
|
126
|
+
|
127
|
+
.V2HKpq_spectrum-Radio-input:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
128
|
+
right: calc(var(--spectrum-radio-cursor-hit-x, var(--spectrum-global-dimension-size-100)) * -1);
|
129
|
+
}
|
130
|
+
|
131
|
+
.V2HKpq_spectrum-Radio-input:disabled {
|
132
|
+
cursor: default;
|
133
|
+
}
|
134
|
+
|
135
|
+
.V2HKpq_spectrum-Radio-input:checked + .V2HKpq_spectrum-Radio-button:before {
|
136
|
+
border-width: var(--spectrum-radio-border-width-checked);
|
137
|
+
}
|
138
|
+
|
139
|
+
.V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring + .V2HKpq_spectrum-Radio-button:after {
|
140
|
+
margin: calc(var(--spectrum-alias-focus-ring-gap, var(--spectrum-global-dimension-static-size-25)) * -1);
|
141
|
+
}
|
142
|
+
|
143
|
+
.V2HKpq_spectrum-Radio-label {
|
144
|
+
text-align: start;
|
145
|
+
font-size: var(--spectrum-radio-text-size, var(--spectrum-alias-font-size-default));
|
146
|
+
line-height: var(--spectrum-radio-label-line-height);
|
147
|
+
transition: color var(--spectrum-global-animation-duration-100, .13s) ease-in-out;
|
148
|
+
margin-block-start: var(--spectrum-radio-label-margin-top);
|
149
|
+
margin-inline-start: var(--spectrum-radio-text-gap, var(--spectrum-global-dimension-size-125));
|
150
|
+
}
|
151
|
+
|
152
|
+
.V2HKpq_spectrum-Radio-button {
|
153
|
+
box-sizing: border-box;
|
154
|
+
inline-size: var(--spectrum-radio-circle-diameter, var(--spectrum-global-dimension-size-175));
|
155
|
+
block-size: var(--spectrum-radio-circle-diameter, var(--spectrum-global-dimension-size-175));
|
156
|
+
margin: calc((var(--spectrum-radio-height, var(--spectrum-global-dimension-size-400)) - var(--spectrum-radio-circle-diameter, var(--spectrum-global-dimension-size-175))) / 2) 0;
|
157
|
+
flex-grow: 0;
|
158
|
+
flex-shrink: 0;
|
159
|
+
position: relative;
|
160
|
+
}
|
161
|
+
|
162
|
+
.V2HKpq_spectrum-Radio-button:before {
|
163
|
+
z-index: 0;
|
164
|
+
content: "";
|
165
|
+
box-sizing: border-box;
|
166
|
+
width: var(--spectrum-radio-circle-diameter, var(--spectrum-global-dimension-size-175));
|
167
|
+
height: var(--spectrum-radio-circle-diameter, var(--spectrum-global-dimension-size-175));
|
168
|
+
border-radius: var(--spectrum-radio-radius);
|
169
|
+
border-width: var(--spectrum-radio-circle-border-size, var(--spectrum-alias-border-size-thick));
|
170
|
+
transition: border var(--spectrum-global-animation-duration-100, .13s) ease-in-out, box-shadow var(--spectrum-global-animation-duration-100, .13s) ease-in-out;
|
171
|
+
border-style: solid;
|
172
|
+
display: block;
|
173
|
+
position: absolute;
|
174
|
+
}
|
175
|
+
|
176
|
+
.V2HKpq_spectrum-Radio-button:after {
|
177
|
+
content: "";
|
178
|
+
margin: var(--spectrum-alias-focus-ring-gap, var(--spectrum-global-dimension-static-size-25));
|
179
|
+
transition: box-shadow var(--spectrum-global-animation-duration-100, .13s) ease-out, margin var(--spectrum-global-animation-duration-100, .13s) ease-out;
|
180
|
+
border-radius: 100%;
|
181
|
+
display: block;
|
182
|
+
position: absolute;
|
183
|
+
inset: 0;
|
184
|
+
transform: translateX(0);
|
185
|
+
}
|
186
|
+
|
187
|
+
.V2HKpq_spectrum-Radio--labelBelow {
|
188
|
+
block-size: var(--spectrum-radio-labelbelow-height);
|
189
|
+
flex-direction: column;
|
190
|
+
align-items: center;
|
191
|
+
display: inline-flex;
|
192
|
+
}
|
193
|
+
|
194
|
+
.V2HKpq_spectrum-Radio--labelBelow .V2HKpq_spectrum-Radio-button {
|
195
|
+
flex-shrink: 0;
|
196
|
+
margin: 0;
|
197
|
+
}
|
198
|
+
|
199
|
+
.V2HKpq_spectrum-Radio--labelBelow .V2HKpq_spectrum-Radio-label {
|
200
|
+
margin: var(--spectrum-radio-labelbelow-label-margin);
|
201
|
+
}
|
202
|
+
|
203
|
+
.V2HKpq_spectrum-Radio .V2HKpq_spectrum-Radio-input:checked + .V2HKpq_spectrum-Radio-button:before {
|
204
|
+
border-color: var(--spectrum-radio-emphasized-circle-border-color-selected, var(--spectrum-global-color-blue-500));
|
205
|
+
}
|
206
|
+
|
207
|
+
.V2HKpq_spectrum-Radio-label {
|
208
|
+
color: var(--spectrum-radio-emphasized-text-color, var(--spectrum-alias-text-color));
|
209
|
+
}
|
210
|
+
|
211
|
+
.V2HKpq_spectrum-Radio-button:before {
|
212
|
+
background-color: var(--spectrum-radio-emphasized-circle-background-color, var(--spectrum-global-color-gray-75));
|
213
|
+
border-color: var(--spectrum-radio-emphasized-circle-border-color, var(--spectrum-global-color-gray-600));
|
214
|
+
}
|
215
|
+
|
216
|
+
.V2HKpq_spectrum-Radio.V2HKpq_is-hovered .V2HKpq_spectrum-Radio-button:before {
|
217
|
+
border-color: var(--spectrum-radio-emphasized-circle-border-color-hover, var(--spectrum-global-color-gray-700));
|
218
|
+
box-shadow: none;
|
219
|
+
}
|
220
|
+
|
221
|
+
.V2HKpq_spectrum-Radio.V2HKpq_is-hovered .V2HKpq_spectrum-Radio-input:checked + .V2HKpq_spectrum-Radio-button:before {
|
222
|
+
border-color: var(--spectrum-radio-emphasized-circle-border-color-selected-hover, var(--spectrum-global-color-blue-600));
|
223
|
+
}
|
224
|
+
|
225
|
+
.V2HKpq_spectrum-Radio.V2HKpq_is-hovered .V2HKpq_spectrum-Radio-label {
|
226
|
+
color: var(--spectrum-radio-emphasized-text-color-hover, var(--spectrum-alias-text-color-hover));
|
227
|
+
}
|
228
|
+
|
229
|
+
.V2HKpq_spectrum-Radio:active .V2HKpq_spectrum-Radio-button:before {
|
230
|
+
border-color: var(--spectrum-radio-emphasized-circle-border-color-down, var(--spectrum-global-color-gray-800));
|
231
|
+
}
|
232
|
+
|
233
|
+
.V2HKpq_spectrum-Radio:active .V2HKpq_spectrum-Radio-input:checked + .V2HKpq_spectrum-Radio-button:before {
|
234
|
+
border-color: var(--spectrum-radio-emphasized-circle-border-color-selected-down, var(--spectrum-global-color-blue-700));
|
235
|
+
}
|
236
|
+
|
237
|
+
.V2HKpq_spectrum-Radio:active .V2HKpq_spectrum-Radio-label {
|
238
|
+
color: var(--spectrum-radio-emphasized-text-color-down, var(--spectrum-alias-text-color-down));
|
239
|
+
}
|
240
|
+
|
241
|
+
.V2HKpq_spectrum-Radio .V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring:checked + .V2HKpq_spectrum-Radio-button:before, .V2HKpq_spectrum-Radio.V2HKpq_is-hovered .V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring:checked + .V2HKpq_spectrum-Radio-button:before {
|
242
|
+
border-color: var(--spectrum-radio-emphasized-circle-border-color-selected-hover, var(--spectrum-global-color-blue-600));
|
243
|
+
}
|
244
|
+
|
245
|
+
.V2HKpq_spectrum-Radio--quiet .V2HKpq_spectrum-Radio-input:checked + .V2HKpq_spectrum-Radio-button:before {
|
246
|
+
border-color: var(--spectrum-radio-quiet-circle-border-color-selected, var(--spectrum-global-color-gray-700));
|
247
|
+
}
|
248
|
+
|
249
|
+
.V2HKpq_spectrum-Radio--quiet.V2HKpq_is-hovered .V2HKpq_spectrum-Radio-input:checked + .V2HKpq_spectrum-Radio-button:before {
|
250
|
+
border-color: var(--spectrum-radio-quiet-circle-border-color-selected-hover, var(--spectrum-global-color-gray-800));
|
251
|
+
}
|
252
|
+
|
253
|
+
.V2HKpq_spectrum-Radio--quiet:active .V2HKpq_spectrum-Radio-input:checked + .V2HKpq_spectrum-Radio-button:before {
|
254
|
+
border-color: var(--spectrum-radio-quiet-circle-border-color-selected-down, var(--spectrum-global-color-gray-900));
|
255
|
+
}
|
256
|
+
|
257
|
+
.V2HKpq_spectrum-Radio--quiet .V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring:checked + .V2HKpq_spectrum-Radio-button:before, .V2HKpq_spectrum-Radio--quiet.V2HKpq_is-hovered .V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring:checked + .V2HKpq_spectrum-Radio-button:before {
|
258
|
+
border-color: var(--spectrum-radio-quiet-circle-border-color-selected-key-focus, var(--spectrum-global-color-gray-800));
|
259
|
+
}
|
260
|
+
|
261
|
+
:is(.V2HKpq_spectrum-Radio, .V2HKpq_spectrum-Radio--quiet).V2HKpq_is-invalid .V2HKpq_spectrum-Radio-button:before, :is(.V2HKpq_spectrum-Radio, .V2HKpq_spectrum-Radio--quiet).V2HKpq_is-invalid .V2HKpq_spectrum-Radio-input:checked + .V2HKpq_spectrum-Radio-button:before {
|
262
|
+
border-color: var(--spectrum-radio-emphasized-circle-border-color-error, var(--spectrum-global-color-red-500));
|
263
|
+
}
|
264
|
+
|
265
|
+
:is(.V2HKpq_spectrum-Radio, .V2HKpq_spectrum-Radio--quiet).V2HKpq_is-invalid .V2HKpq_spectrum-Radio-label {
|
266
|
+
color: var(--spectrum-radio-emphasized-circle-border-color-error, var(--spectrum-global-color-red-500));
|
267
|
+
}
|
268
|
+
|
269
|
+
:is(.V2HKpq_spectrum-Radio, .V2HKpq_spectrum-Radio--quiet).V2HKpq_is-invalid.V2HKpq_is-hovered .V2HKpq_spectrum-Radio-input + .V2HKpq_spectrum-Radio-button:before {
|
270
|
+
border-color: var(--spectrum-radio-emphasized-circle-border-color-error-hover, var(--spectrum-global-color-red-600));
|
271
|
+
}
|
272
|
+
|
273
|
+
:is(.V2HKpq_spectrum-Radio, .V2HKpq_spectrum-Radio--quiet).V2HKpq_is-invalid.V2HKpq_is-hovered .V2HKpq_spectrum-Radio-label {
|
274
|
+
color: var(--spectrum-radio-emphasized-circle-border-color-error-hover, var(--spectrum-global-color-red-600));
|
275
|
+
}
|
276
|
+
|
277
|
+
:is(.V2HKpq_spectrum-Radio, .V2HKpq_spectrum-Radio--quiet).V2HKpq_is-invalid:active .V2HKpq_spectrum-Radio-input + .V2HKpq_spectrum-Radio-button:before {
|
278
|
+
border-color: var(--spectrum-radio-emphasized-circle-border-color-error-down, var(--spectrum-global-color-red-700));
|
279
|
+
}
|
280
|
+
|
281
|
+
:is(.V2HKpq_spectrum-Radio, .V2HKpq_spectrum-Radio--quiet).V2HKpq_is-invalid:active .V2HKpq_spectrum-Radio-label {
|
282
|
+
color: var(--spectrum-radio-emphasized-circle-border-color-error-down, var(--spectrum-global-color-red-700));
|
283
|
+
}
|
284
|
+
|
285
|
+
:is(.V2HKpq_spectrum-Radio, .V2HKpq_spectrum-Radio--quiet).V2HKpq_is-invalid .V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring:not(:checked) + .V2HKpq_spectrum-Radio-button:before {
|
286
|
+
border-color: var(--spectrum-radio-circle-border-color-error-key-focus, var(--spectrum-global-color-red-600));
|
287
|
+
}
|
288
|
+
|
289
|
+
:is(.V2HKpq_spectrum-Radio, .V2HKpq_spectrum-Radio--quiet).V2HKpq_is-invalid .V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring:checked + .V2HKpq_spectrum-Radio-button:before {
|
290
|
+
border-color: var(--spectrum-radio-circle-border-color-error-selected-key-focus, var(--spectrum-global-color-red-600));
|
291
|
+
}
|
292
|
+
|
293
|
+
:is(.V2HKpq_spectrum-Radio, .V2HKpq_spectrum-Radio--quiet).V2HKpq_is-invalid.V2HKpq_is-hovered .V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring:not(:checked) + .V2HKpq_spectrum-Radio-button:before {
|
294
|
+
border-color: var(--spectrum-radio-circle-border-color-error-key-focus, var(--spectrum-global-color-red-600));
|
295
|
+
}
|
296
|
+
|
297
|
+
:is(.V2HKpq_spectrum-Radio, .V2HKpq_spectrum-Radio--quiet).V2HKpq_is-invalid.V2HKpq_is-hovered .V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring:checked + .V2HKpq_spectrum-Radio-button:before {
|
298
|
+
border-color: var(--spectrum-radio-circle-border-color-error-selected-key-focus, var(--spectrum-global-color-red-600));
|
299
|
+
}
|
300
|
+
|
301
|
+
.V2HKpq_spectrum-Radio-input:disabled + .V2HKpq_spectrum-Radio-button:before {
|
302
|
+
border-color: var(--spectrum-radio-emphasized-circle-border-color-disabled, var(--spectrum-global-color-gray-400)) !important;
|
303
|
+
}
|
304
|
+
|
305
|
+
.V2HKpq_spectrum-Radio-input:disabled ~ .V2HKpq_spectrum-Radio-label {
|
306
|
+
color: var(--spectrum-radio-emphasized-text-color-disabled, var(--spectrum-alias-text-color-disabled)) !important;
|
307
|
+
}
|
308
|
+
|
309
|
+
:is(.V2HKpq_spectrum-Radio, .V2HKpq_spectrum-Radio--quiet) .V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring:not(:checked) + .V2HKpq_spectrum-Radio-button:before {
|
310
|
+
border-color: var(--spectrum-radio-circle-border-color-key-focus, var(--spectrum-global-color-gray-700));
|
311
|
+
}
|
312
|
+
|
313
|
+
:is(.V2HKpq_spectrum-Radio, .V2HKpq_spectrum-Radio--quiet) .V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring + .V2HKpq_spectrum-Radio-button:after {
|
314
|
+
box-shadow: 0 0 0 var(--spectrum-radio-focus-ring-size-key-focus, var(--spectrum-alias-focus-ring-size)) var(--spectrum-radio-focus-ring-color-key-focus, var(--spectrum-alias-focus-ring-color));
|
315
|
+
}
|
316
|
+
|
317
|
+
:is(.V2HKpq_spectrum-Radio, .V2HKpq_spectrum-Radio--quiet).V2HKpq_is-hovered .V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring:not(:checked) + .V2HKpq_spectrum-Radio-button:before {
|
318
|
+
border-color: var(--spectrum-radio-circle-border-color-key-focus, var(--spectrum-global-color-gray-700));
|
319
|
+
}
|
320
|
+
|
321
|
+
:is(.V2HKpq_spectrum-Radio, .V2HKpq_spectrum-Radio--quiet).V2HKpq_is-hovered .V2HKpq_spectrum-Radio-input.V2HKpq_focus-ring + .V2HKpq_spectrum-Radio-button:after {
|
322
|
+
box-shadow: 0 0 0 var(--spectrum-radio-focus-ring-size-key-focus, var(--spectrum-alias-focus-ring-size)) var(--spectrum-radio-focus-ring-color-key-focus, var(--spectrum-alias-focus-ring-color));
|
323
|
+
}
|
324
|
+
|
325
|
+
@media (forced-colors: active) {
|
326
|
+
.V2HKpq_spectrum-Radio {
|
327
|
+
forced-color-adjust: none;
|
328
|
+
--spectrum-radio-circle-border-color-error-key-focus: ButtonText;
|
329
|
+
--spectrum-radio-circle-border-color-error-selected-key-focus: Highlight;
|
330
|
+
--spectrum-radio-circle-border-color-key-focus: Highlight;
|
331
|
+
--spectrum-radio-emphasized-circle-background-color: ButtonFace;
|
332
|
+
--spectrum-radio-emphasized-circle-border-color-disabled: GrayText;
|
333
|
+
--spectrum-radio-emphasized-circle-border-color-down: Highlight;
|
334
|
+
--spectrum-radio-emphasized-circle-border-color-error: ButtonText;
|
335
|
+
--spectrum-radio-emphasized-circle-border-color-error-down: Highlight;
|
336
|
+
--spectrum-radio-emphasized-circle-border-color-error-hover: Highlight;
|
337
|
+
--spectrum-radio-emphasized-circle-border-color-hover: Highlight;
|
338
|
+
--spectrum-radio-emphasized-circle-border-color-selected-down: Highlight;
|
339
|
+
--spectrum-radio-emphasized-circle-border-color-selected-hover: Highlight;
|
340
|
+
--spectrum-radio-emphasized-circle-border-color-selected-key-focus: Highlight;
|
341
|
+
--spectrum-radio-emphasized-circle-border-color-selected: Highlight;
|
342
|
+
--spectrum-radio-emphasized-circle-border-color: ButtonText;
|
343
|
+
--spectrum-radio-emphasized-text-color-disabled: GrayText;
|
344
|
+
--spectrum-radio-emphasized-text-color-down: CanvasText;
|
345
|
+
--spectrum-radio-emphasized-text-color-hover: CanvasText;
|
346
|
+
--spectrum-radio-emphasized-text-color: CanvasText;
|
347
|
+
--spectrum-radio-focus-ring-color-key-focus: ButtonText;
|
348
|
+
--spectrum-radio-quiet-circle-border-color-selected: Highlight;
|
349
|
+
--spectrum-radio-quiet-circle-border-color-selected-down: Highlight;
|
350
|
+
--spectrum-radio-quiet-circle-border-color-selected-hover: Highlight;
|
351
|
+
--spectrum-radio-quiet-circle-border-color-selected-key-focus: Highlight;
|
352
|
+
--spectrum-radio-focus-ring-gap-key-focus: var(--spectrum-global-dimension-static-size-25, 2px);
|
353
|
+
--spectrum-radio-focus-ring-size: var(--spectrum-global-dimension-static-size-40, 3px);
|
354
|
+
}
|
355
|
+
|
356
|
+
.V2HKpq_spectrum-Radio.V2HKpq_is-invalid.V2HKpq_is-hovered .V2HKpq_spectrum-Radio-label, .V2HKpq_spectrum-Radio.V2HKpq_is-invalid:active .V2HKpq_spectrum-Radio-label {
|
357
|
+
color: var(--spectrum-radio-emphasized-circle-border-color-error, var(--spectrum-global-color-red-500));
|
358
|
+
}
|
359
|
+
}
|
360
|
+
|
361
|
+
.hyn22G_i18nFontFamily {
|
362
|
+
font-synthesis: weight;
|
363
|
+
font-family: adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Trebuchet MS, Lucida Grande, sans-serif;
|
364
|
+
}
|
365
|
+
|
366
|
+
.hyn22G_i18nFontFamily:lang(ar) {
|
367
|
+
font-family: myriad-arabic, adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Trebuchet MS, Lucida Grande, sans-serif;
|
368
|
+
}
|
369
|
+
|
370
|
+
.hyn22G_i18nFontFamily:lang(he) {
|
371
|
+
font-family: myriad-hebrew, adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Trebuchet MS, Lucida Grande, sans-serif;
|
372
|
+
}
|
373
|
+
|
374
|
+
.hyn22G_i18nFontFamily:lang(zh) {
|
375
|
+
font-family: adobe-clean-han-traditional, source-han-traditional, MingLiu, Heiti TC Light, sans-serif;
|
376
|
+
}
|
377
|
+
|
378
|
+
.hyn22G_i18nFontFamily:lang(zh-Hans) {
|
379
|
+
font-family: adobe-clean-han-simplified-c, source-han-simplified-c, SimSun, Heiti SC Light, sans-serif;
|
380
|
+
}
|
381
|
+
|
382
|
+
.hyn22G_i18nFontFamily:lang(zh-Hant) {
|
383
|
+
font-family: adobe-clean-han-traditional, source-han-traditional, MingLiu, Microsoft JhengHei UI, Microsoft JhengHei, Heiti TC Light, sans-serif;
|
384
|
+
}
|
385
|
+
|
386
|
+
.hyn22G_i18nFontFamily:lang(zh-SG), .hyn22G_i18nFontFamily:lang(zh-CN) {
|
387
|
+
font-family: adobe-clean-han-simplified-c, source-han-simplified-c, SimSun, Heiti SC Light, sans-serif;
|
388
|
+
}
|
389
|
+
|
390
|
+
.hyn22G_i18nFontFamily:lang(ko) {
|
391
|
+
font-family: adobe-clean-han-korean, source-han-korean, Malgun Gothic, Apple Gothic, sans-serif;
|
392
|
+
}
|
393
|
+
|
394
|
+
.hyn22G_i18nFontFamily:lang(ja) {
|
395
|
+
font-family: adobe-clean-han-japanese, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Osaka, YuGothic, Yu Gothic, メイリオ, Meiryo, MS Pゴシック, MS PGothic, sans-serif;
|
396
|
+
}
|
397
|
+
|
398
|
+
.hyn22G_spectrum-FocusRing-ring {
|
399
|
+
--spectrum-focus-ring-border-radius: var(--spectrum-textfield-border-radius, var(--spectrum-alias-border-radius-regular));
|
400
|
+
--spectrum-focus-ring-gap: var(--spectrum-alias-input-focusring-gap);
|
401
|
+
--spectrum-focus-ring-size: var(--spectrum-alias-input-focusring-size);
|
402
|
+
--spectrum-focus-ring-border-size: 0px;
|
403
|
+
--spectrum-focus-ring-color: var(--spectrum-high-contrast-focus-ring-color, var(--spectrum-alias-focus-ring-color, var(--spectrum-alias-focus-color)));
|
404
|
+
}
|
405
|
+
|
406
|
+
.hyn22G_spectrum-FocusRing-ring:after {
|
407
|
+
border-radius: calc(var(--spectrum-focus-ring-border-radius) + var(--spectrum-focus-ring-gap));
|
408
|
+
content: "";
|
409
|
+
margin: calc(-1 * var(--spectrum-focus-ring-border-size));
|
410
|
+
pointer-events: none;
|
411
|
+
transition: box-shadow var(--spectrum-global-animation-duration-100, .13s) ease-out, margin var(--spectrum-global-animation-duration-100, .13s) ease-out;
|
412
|
+
display: block;
|
413
|
+
position: absolute;
|
414
|
+
inset: 0;
|
415
|
+
}
|
416
|
+
|
417
|
+
.hyn22G_spectrum-FocusRing.hyn22G_focus-ring:after {
|
418
|
+
margin: calc(var(--spectrum-focus-ring-gap) * -1 - var(--spectrum-focus-ring-border-size));
|
419
|
+
box-shadow: 0 0 0 var(--spectrum-focus-ring-size) var(--spectrum-focus-ring-color);
|
420
|
+
}
|
421
|
+
|
422
|
+
.hyn22G_spectrum-FocusRing--quiet:after {
|
423
|
+
border-radius: 0;
|
424
|
+
}
|
425
|
+
|
426
|
+
.hyn22G_spectrum-FocusRing--quiet.hyn22G_focus-ring:after {
|
427
|
+
margin: 0 0 calc(var(--spectrum-focus-ring-gap) * -1 - var(--spectrum-focus-ring-border-size)) 0;
|
428
|
+
box-shadow: 0 var(--spectrum-focus-ring-size) 0 var(--spectrum-focus-ring-color);
|
429
|
+
}
|
430
|
+
|
431
|
+
.hyn22G_spectrum-FieldGroup.hyn22G_spectrum-FieldGroup {
|
432
|
+
--spectrum-field-default-width: auto;
|
433
|
+
width: auto;
|
434
|
+
}
|
435
|
+
|
436
|
+
.hyn22G_spectrum-FieldGroup-group {
|
437
|
+
flex-direction: column;
|
438
|
+
display: flex;
|
439
|
+
}
|
440
|
+
|
441
|
+
.hyn22G_spectrum-FieldGroup-group--horizontal {
|
442
|
+
flex-flow: wrap;
|
443
|
+
}
|
444
|
+
/*# sourceMappingURL=module.css.map */
|
@@ -0,0 +1 @@
|
|
1
|
+
{"mappings":"AC4DA;;;;;AAIE;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAQA;;;;AAIA;;;;AAKF;;;;;;;;AAOE;;;;;;;;;;;AAqBE;;;;;AAQF;;;;AAKE;;;;;AAOJ;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4CA;;;;;;;;;;;;;;;;;AAAA;;;;AAAA;;;;AAAA;;;;AAAA;;;;AA8BE;;;;AAKE;;;;AAOE;;;;AAON;;;;;;;;;AAUA;;;;;;;;;;AAWE;;;;;;;;;;;;;;AAkBA;;;;;;;;;;;AAiBF;;;;;;;AAME;;;;;AAMA;;;;AAkBE;;;;AAMJ;;;;AAKE;;;;;AASI;;;;;AAOA;;;;AAKF;;;;AAOE;;;;AAMA;;;;AAKF;;;;AAOE;;;;AASF;;;;AAME;;;;AAOA;;;;AAQA;;;;AAWA;;;;AAIF;;;;AAME;;;;AAIF;;;;AAME;;;;AAIF;;;;AAOE;;;;AAKA;;;;AALA;;;;AAKA;;;;AASF;;;;AAKF;;;;AAcI;;;;AAKA;;;;AALA;;;;AAKA;;;;AAON;EACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BI;;;;;ACxdN;;;;;AAIE;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAQA;;;;AAIA;;;;AAKF;;;;;;;;AAOE;;;;;;;;;;;AAqBE;;;;;AAQF;;;;AAKE;;;;;AASJ;;;;;AAKA;;;;;AAKA","sources":["aa88323c13679ad5","packages/@adobe/spectrum-css-temp/components/radio/vars.css","packages/@adobe/spectrum-css-temp/components/fieldgroup/vars.css"],"sourcesContent":["@import \"4c159ce874bc22fa\";\n@import \"8170b3fe3e53514e\";\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\n@import './index.css';\n"],"names":[],"version":3,"file":"module.css.map"}
|
package/dist/module.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import "./
|
1
|
+
import "./module.css";
|
2
2
|
import {useStyleProps as $4hD9r$useStyleProps, useFocusableRef as $4hD9r$useFocusableRef, classNames as $4hD9r$classNames, useDOMRef as $4hD9r$useDOMRef} from "@react-spectrum/utils";
|
3
3
|
import {FocusRing as $4hD9r$FocusRing} from "@react-aria/focus";
|
4
4
|
import $4hD9r$react, {useRef as $4hD9r$useRef, forwardRef as $4hD9r$forwardRef, useContext as $4hD9r$useContext} from "react";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-spectrum/radio",
|
3
|
-
"version": "3.0.0-nightly.
|
3
|
+
"version": "3.0.0-nightly.2790+89fa370bd",
|
4
4
|
"description": "Spectrum UI components in React",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "dist/main.js",
|
@@ -36,19 +36,19 @@
|
|
36
36
|
"url": "https://github.com/adobe/react-spectrum"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@react-aria/focus": "3.0.0-nightly.
|
40
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
41
|
-
"@react-aria/radio": "3.0.0-nightly.
|
42
|
-
"@react-spectrum/form": "3.0.0-nightly.
|
43
|
-
"@react-spectrum/label": "3.16.5-nightly.
|
44
|
-
"@react-spectrum/utils": "3.0.0-nightly.
|
45
|
-
"@react-stately/radio": "3.0.0-nightly.
|
46
|
-
"@react-types/radio": "3.0.0-nightly.
|
47
|
-
"@react-types/shared": "3.0.0-nightly.
|
39
|
+
"@react-aria/focus": "3.0.0-nightly.2790+89fa370bd",
|
40
|
+
"@react-aria/interactions": "3.0.0-nightly.2790+89fa370bd",
|
41
|
+
"@react-aria/radio": "3.0.0-nightly.2790+89fa370bd",
|
42
|
+
"@react-spectrum/form": "3.0.0-nightly.2790+89fa370bd",
|
43
|
+
"@react-spectrum/label": "3.16.5-nightly.4502+89fa370bd",
|
44
|
+
"@react-spectrum/utils": "3.0.0-nightly.2790+89fa370bd",
|
45
|
+
"@react-stately/radio": "3.0.0-nightly.2790+89fa370bd",
|
46
|
+
"@react-types/radio": "3.0.0-nightly.2790+89fa370bd",
|
47
|
+
"@react-types/shared": "3.0.0-nightly.2790+89fa370bd",
|
48
48
|
"@swc/helpers": "^0.5.0"
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
|
-
"@adobe/spectrum-css-temp": "3.0.0-nightly.
|
51
|
+
"@adobe/spectrum-css-temp": "3.0.0-nightly.2790+89fa370bd"
|
52
52
|
},
|
53
53
|
"peerDependencies": {
|
54
54
|
"@react-spectrum/provider": "^3.0.0",
|
@@ -57,5 +57,5 @@
|
|
57
57
|
"publishConfig": {
|
58
58
|
"access": "public"
|
59
59
|
},
|
60
|
-
"gitHead": "
|
60
|
+
"gitHead": "89fa370bd1bb346be643c9ab2a0d79fab857e4d7"
|
61
61
|
}
|