@react-spectrum/color 3.0.0-nightly.4494 → 3.0.0-nightly.4502
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 +8 -52
- package/dist/main.css.map +1 -1
- package/dist/module.css +447 -0
- package/dist/module.css.map +1 -0
- package/dist/module.js +1 -1
- package/package.json +16 -16
package/dist/import.mjs
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import "./
|
1
|
+
import "./module.css";
|
2
2
|
import {dimensionValue as $kF0Zw$dimensionValue, useStyleProps as $kF0Zw$useStyleProps, useFocusableRef as $kF0Zw$useFocusableRef, classNames as $kF0Zw$classNames, SlotProvider as $kF0Zw$SlotProvider} from "@react-spectrum/utils";
|
3
3
|
import {mergeProps as $kF0Zw$mergeProps, useId as $kF0Zw$useId, useResizeObserver as $kF0Zw$useResizeObserver} from "@react-aria/utils";
|
4
4
|
import $kF0Zw$react, {useRef as $kF0Zw$useRef, useState as $kF0Zw$useState, useCallback as $kF0Zw$useCallback, useEffect as $kF0Zw$useEffect} from "react";
|
package/dist/main.css
CHANGED
@@ -10,24 +10,18 @@
|
|
10
10
|
background-position: calc(-1 * var(--spectrum-global-dimension-static-size-25, 2px)) calc(-1 * var(--spectrum-global-dimension-static-size-25, 2px)), calc(-1 * var(--spectrum-global-dimension-static-size-25, 2px)) calc(var(--spectrum-global-dimension-static-size-100, 8px) + calc(-1 * var(--spectrum-global-dimension-static-size-25, 2px))), calc(var(--spectrum-global-dimension-static-size-100, 8px) + calc(-1 * var(--spectrum-global-dimension-static-size-25, 2px))) calc(-1 * var(--spectrum-global-dimension-static-size-100, 8px) + calc(-1 * var(--spectrum-global-dimension-static-size-25, 2px))), calc(-1 * var(--spectrum-global-dimension-static-size-100, 8px) + calc(-1 * var(--spectrum-global-dimension-static-size-25, 2px))) calc(-1 * var(--spectrum-global-dimension-static-size-25, 2px));
|
11
11
|
transition: width var(--spectrum-global-animation-duration-100, .13s) ease-in-out, height var(--spectrum-global-animation-duration-100, .13s) ease-in-out, border-width var(--spectrum-global-animation-duration-100, .13s) ease-in-out, margin-left var(--spectrum-global-animation-duration-100, .13s) ease-in-out, margin-top var(--spectrum-global-animation-duration-100, .13s) ease-in-out;
|
12
12
|
border-style: solid;
|
13
|
+
border-radius: 100%;
|
13
14
|
display: block;
|
14
15
|
position: absolute;
|
15
16
|
}
|
16
17
|
|
17
|
-
.hoc2UW_spectrum-ColorHandle {
|
18
|
-
border-radius: 100%;
|
19
|
-
}
|
20
|
-
|
21
|
-
.hoc2UW_spectrum-ColorHandle:after {
|
22
|
-
border-radius: 100%;
|
23
|
-
}
|
24
|
-
|
25
18
|
.hoc2UW_spectrum-ColorHandle:after {
|
26
19
|
content: "";
|
27
20
|
left: calc(50% - calc(var(--spectrum-global-dimension-size-300) / 2));
|
28
21
|
top: calc(50% - calc(var(--spectrum-global-dimension-size-300) / 2));
|
29
22
|
width: var(--spectrum-global-dimension-size-300);
|
30
23
|
height: var(--spectrum-global-dimension-size-300);
|
24
|
+
border-radius: 100%;
|
31
25
|
display: block;
|
32
26
|
position: absolute;
|
33
27
|
}
|
@@ -43,9 +37,6 @@
|
|
43
37
|
margin-top: calc(-1 * var(--spectrum-colorhandle-size, var(--spectrum-global-dimension-size-200)));
|
44
38
|
}
|
45
39
|
|
46
|
-
.hoc2UW_is-focused, .hoc2UW_focus-ring {
|
47
|
-
}
|
48
|
-
|
49
40
|
.hoc2UW_spectrum-ColorHandle-color {
|
50
41
|
border-radius: 100%;
|
51
42
|
width: 100%;
|
@@ -168,10 +159,7 @@
|
|
168
159
|
z-index: 1;
|
169
160
|
border-radius: var(--spectrum-colorarea-border-radius, var(--spectrum-alias-border-radius-regular));
|
170
161
|
position: absolute;
|
171
|
-
|
172
|
-
bottom: 0;
|
173
|
-
left: 0;
|
174
|
-
right: 0;
|
162
|
+
inset: 0;
|
175
163
|
}
|
176
164
|
|
177
165
|
.lm1DSq_spectrum-ColorArea-handle {
|
@@ -224,9 +212,6 @@
|
|
224
212
|
@media (forced-colors: active) {
|
225
213
|
.lm1DSq_spectrum-ColorArea {
|
226
214
|
--spectrum-colorarea-fill-color-disabled: GrayText;
|
227
|
-
}
|
228
|
-
|
229
|
-
.lm1DSq_spectrum-ColorArea {
|
230
215
|
forced-color-adjust: none;
|
231
216
|
}
|
232
217
|
|
@@ -283,15 +268,7 @@
|
|
283
268
|
position: relative;
|
284
269
|
}
|
285
270
|
|
286
|
-
.qPIMxa_spectrum-ColorWheel-gradient:before {
|
287
|
-
content: "";
|
288
|
-
border-width: var(--spectrum-colorwheel-border-size, var(--spectrum-alias-border-size-thin));
|
289
|
-
border-style: solid;
|
290
|
-
border-radius: 100%;
|
291
|
-
position: absolute;
|
292
|
-
}
|
293
|
-
|
294
|
-
.qPIMxa_spectrum-ColorWheel-gradient:after {
|
271
|
+
.qPIMxa_spectrum-ColorWheel-gradient:before, .qPIMxa_spectrum-ColorWheel-gradient:after {
|
295
272
|
content: "";
|
296
273
|
border-width: var(--spectrum-colorwheel-border-size, var(--spectrum-alias-border-size-thin));
|
297
274
|
border-style: solid;
|
@@ -300,10 +277,7 @@
|
|
300
277
|
}
|
301
278
|
|
302
279
|
.qPIMxa_spectrum-ColorWheel-gradient:before {
|
303
|
-
|
304
|
-
bottom: 0;
|
305
|
-
left: 0;
|
306
|
-
right: 0;
|
280
|
+
inset: 0;
|
307
281
|
}
|
308
282
|
|
309
283
|
.qPIMxa_spectrum-ColorWheel-gradient:after {
|
@@ -313,18 +287,11 @@
|
|
313
287
|
right: calc(var(--spectrum-colorwheel-track-width, var(--spectrum-global-dimension-size-300)) - var(--spectrum-colorwheel-border-size, var(--spectrum-alias-border-size-thin)));
|
314
288
|
}
|
315
289
|
|
316
|
-
.qPIMxa_spectrum-ColorWheel-slider {
|
317
|
-
}
|
318
|
-
|
319
290
|
.qPIMxa_spectrum-ColorWheel.qPIMxa_is-disabled .qPIMxa_spectrum-ColorWheel-gradient {
|
320
291
|
background: var(--spectrum-colorwheel-fill-color-disabled, var(--spectrum-global-color-gray-300)) !important;
|
321
292
|
}
|
322
293
|
|
323
|
-
.qPIMxa_spectrum-ColorWheel.qPIMxa_is-disabled .qPIMxa_spectrum-ColorWheel-gradient:before {
|
324
|
-
border-color: var(--spectrum-colorwheel-border-color-disabled, var(--spectrum-global-color-gray-300));
|
325
|
-
}
|
326
|
-
|
327
|
-
.qPIMxa_spectrum-ColorWheel.qPIMxa_is-disabled .qPIMxa_spectrum-ColorWheel-gradient:after {
|
294
|
+
.qPIMxa_spectrum-ColorWheel.qPIMxa_is-disabled .qPIMxa_spectrum-ColorWheel-gradient:before, .qPIMxa_spectrum-ColorWheel.qPIMxa_is-disabled .qPIMxa_spectrum-ColorWheel-gradient:after {
|
328
295
|
border-color: var(--spectrum-colorwheel-border-color-disabled, var(--spectrum-global-color-gray-300));
|
329
296
|
}
|
330
297
|
|
@@ -332,11 +299,7 @@
|
|
332
299
|
display: none;
|
333
300
|
}
|
334
301
|
|
335
|
-
.qPIMxa_spectrum-ColorWheel-gradient:before {
|
336
|
-
border-color: var(--spectrum-colorarea-border-color);
|
337
|
-
}
|
338
|
-
|
339
|
-
.qPIMxa_spectrum-ColorWheel-gradient:after {
|
302
|
+
.qPIMxa_spectrum-ColorWheel-gradient:before, .qPIMxa_spectrum-ColorWheel-gradient:after {
|
340
303
|
border-color: var(--spectrum-colorarea-border-color);
|
341
304
|
}
|
342
305
|
|
@@ -395,10 +358,7 @@
|
|
395
358
|
background-size: var(--spectrum-global-dimension-static-size-200, 16px) var(--spectrum-global-dimension-static-size-200, 16px);
|
396
359
|
background-position: 0 0, 0 var(--spectrum-global-dimension-static-size-100, 8px), var(--spectrum-global-dimension-static-size-100, 8px) calc(-1 * var(--spectrum-global-dimension-static-size-100, 8px)), calc(-1 * var(--spectrum-global-dimension-static-size-100, 8px)) 0;
|
397
360
|
position: absolute;
|
398
|
-
|
399
|
-
bottom: 0;
|
400
|
-
left: 0;
|
401
|
-
right: 0;
|
361
|
+
inset: 0;
|
402
362
|
}
|
403
363
|
|
404
364
|
.WJOmgG_spectrum-ColorSlider.WJOmgG_is-focused {
|
@@ -431,9 +391,6 @@
|
|
431
391
|
border-radius: 0%;
|
432
392
|
}
|
433
393
|
|
434
|
-
.WJOmgG_spectrum-ColorSlider-slider {
|
435
|
-
}
|
436
|
-
|
437
394
|
.WJOmgG_spectrum-ColorSlider-labelContainer {
|
438
395
|
grid-template-columns: auto 1fr auto;
|
439
396
|
grid-template-areas: "WJOmgG_label WJOmgG_contextualHelp WJOmgG_value";
|
@@ -487,5 +444,4 @@
|
|
487
444
|
.UccskW_react-spectrum-ColorField-input:not(:placeholder-shown):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)) {
|
488
445
|
text-align: end;
|
489
446
|
}
|
490
|
-
|
491
447
|
/*# sourceMappingURL=main.css.map */
|
package/dist/main.css.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"mappings":"
|
1
|
+
{"mappings":"ACYA;;;;;;;;;;;;;;;;;AA8BE;;;;;;;;;;;AAeA;;;;AAKF;;;;;;;AAcA;;;;;;AAMA;;;;;;;AAaE;;;;;;AAKE;;;;AAMJ;;;;AAIA;EACE;;;;;;;;;ACnGF;;;;;;;;;;;;;AAuBE;;;;;;AAOF;;;;;;AASA;;;;AAIA;;;;AAIA;EACE;;;;;;;AChDF;;;;;;;;;;;;;AAcE;;;;AAIE;;;;;;;AAJF;;;;AAIE;;;;;;;AAUF;;;;AAKA;;;;;;;;AAYF;;;;;AAIE;;;;AAKF;;;;;;AAMA;;;;;;;;;;;;AAaI;;;;AAKJ;;;;AASI;;;;AAGE;;;;AAIA;;;;AAMN;EACI;;;;;EAKE;;;;;ACxGN;;;;;;;;;;;;AAYA;;;;;;;;;;;;;AAcE;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAMF;;;;;;;AAME;;;;;;;;AASA;;;;AAOA;;;;;;;AAcE;;;;AAGE;;;;AAOF;;;;AAOF;;;;AAMF;EACE;;;;;;;;;AC1GF;;;;;;;;;;;;AAYA;;;;AAIA;;;;;;AAMA;;;;;;;;;;;;AAaE;;;;AAKA;;;;;;;;;;AAiBA;;;;AAIA;;;;AAKF;;;;;;AAME;;;;;AAMF;;;;;AAIE;;;;;;AAeF;;;;;;;AAOA;;;;;;AAMA;;;;;AAKA;;;;;AAIE;;;;AASA;;;;;AAMF;EACE;;;;;;;;;ACvIF;;;;AAEE;;;;AAAA","sources":["9819c91e1ccb0a3c","packages/@adobe/spectrum-css-temp/components/colorhandle/vars.css","packages/@adobe/spectrum-css-temp/components/colorloupe/vars.css","packages/@adobe/spectrum-css-temp/components/colorarea/vars.css","packages/@adobe/spectrum-css-temp/components/colorwheel/vars.css","packages/@adobe/spectrum-css-temp/components/colorslider/vars.css","packages/@react-spectrum/color/src/colorfield.css"],"sourcesContent":["@import \"6861abdd23619992\";\n@import \"3de099d952631216\";\n@import \"408a1652498270ba\";\n@import \"6089bb103ae681e9\";\n@import \"b619503a5f17a9b2\";\n@import \"47c15202b01b1d15\";\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@import './skin.css';\n","/*\n * Copyright 2021 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@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@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.react-spectrum-ColorField-input:not(:placeholder-shown) {\n unicode-bidi: plaintext;\n &:dir(rtl) {\n text-align: end;\n }\n}\n"],"names":[],"version":3,"file":"main.css.map"}
|
package/dist/module.css
ADDED
@@ -0,0 +1,447 @@
|
|
1
|
+
.hoc2UW_spectrum-ColorHandle {
|
2
|
+
z-index: 1;
|
3
|
+
box-sizing: border-box;
|
4
|
+
width: var(--spectrum-colorhandle-size, var(--spectrum-global-dimension-size-200));
|
5
|
+
height: var(--spectrum-colorhandle-size, var(--spectrum-global-dimension-size-200));
|
6
|
+
margin-left: calc(-1 * calc(var(--spectrum-colorhandle-size, var(--spectrum-global-dimension-size-200)) / 2));
|
7
|
+
margin-top: calc(-1 * calc(var(--spectrum-colorhandle-size, var(--spectrum-global-dimension-size-200)) / 2));
|
8
|
+
border-width: var(--spectrum-colorhandle-inner-border-size, var(--spectrum-global-dimension-static-size-25));
|
9
|
+
background-size: var(--spectrum-global-dimension-static-size-200, 16px) var(--spectrum-global-dimension-static-size-200, 16px);
|
10
|
+
background-position: calc(-1 * var(--spectrum-global-dimension-static-size-25, 2px)) calc(-1 * var(--spectrum-global-dimension-static-size-25, 2px)), calc(-1 * var(--spectrum-global-dimension-static-size-25, 2px)) calc(var(--spectrum-global-dimension-static-size-100, 8px) + calc(-1 * var(--spectrum-global-dimension-static-size-25, 2px))), calc(var(--spectrum-global-dimension-static-size-100, 8px) + calc(-1 * var(--spectrum-global-dimension-static-size-25, 2px))) calc(-1 * var(--spectrum-global-dimension-static-size-100, 8px) + calc(-1 * var(--spectrum-global-dimension-static-size-25, 2px))), calc(-1 * var(--spectrum-global-dimension-static-size-100, 8px) + calc(-1 * var(--spectrum-global-dimension-static-size-25, 2px))) calc(-1 * var(--spectrum-global-dimension-static-size-25, 2px));
|
11
|
+
transition: width var(--spectrum-global-animation-duration-100, .13s) ease-in-out, height var(--spectrum-global-animation-duration-100, .13s) ease-in-out, border-width var(--spectrum-global-animation-duration-100, .13s) ease-in-out, margin-left var(--spectrum-global-animation-duration-100, .13s) ease-in-out, margin-top var(--spectrum-global-animation-duration-100, .13s) ease-in-out;
|
12
|
+
border-style: solid;
|
13
|
+
border-radius: 100%;
|
14
|
+
display: block;
|
15
|
+
position: absolute;
|
16
|
+
}
|
17
|
+
|
18
|
+
.hoc2UW_spectrum-ColorHandle:after {
|
19
|
+
content: "";
|
20
|
+
left: calc(50% - calc(var(--spectrum-global-dimension-size-300) / 2));
|
21
|
+
top: calc(50% - calc(var(--spectrum-global-dimension-size-300) / 2));
|
22
|
+
width: var(--spectrum-global-dimension-size-300);
|
23
|
+
height: var(--spectrum-global-dimension-size-300);
|
24
|
+
border-radius: 100%;
|
25
|
+
display: block;
|
26
|
+
position: absolute;
|
27
|
+
}
|
28
|
+
|
29
|
+
.hoc2UW_spectrum-ColorHandle.hoc2UW_is-disabled {
|
30
|
+
pointer-events: none;
|
31
|
+
}
|
32
|
+
|
33
|
+
.hoc2UW_spectrum-ColorControl-handle--focused {
|
34
|
+
width: calc(var(--spectrum-colorhandle-size, var(--spectrum-global-dimension-size-200)) * 2);
|
35
|
+
height: calc(var(--spectrum-colorhandle-size, var(--spectrum-global-dimension-size-200)) * 2);
|
36
|
+
margin-left: calc(-1 * var(--spectrum-colorhandle-size, var(--spectrum-global-dimension-size-200)));
|
37
|
+
margin-top: calc(-1 * var(--spectrum-colorhandle-size, var(--spectrum-global-dimension-size-200)));
|
38
|
+
}
|
39
|
+
|
40
|
+
.hoc2UW_spectrum-ColorHandle-color {
|
41
|
+
border-radius: 100%;
|
42
|
+
width: 100%;
|
43
|
+
height: 100%;
|
44
|
+
}
|
45
|
+
|
46
|
+
.hoc2UW_spectrum-ColorHandle {
|
47
|
+
border-color: var(--spectrum-colorhandle-inner-border-color, var(--spectrum-global-color-static-white));
|
48
|
+
box-shadow: 0 0 0 var(--spectrum-colorhandle-outer-border-size, var(--spectrum-global-dimension-static-size-10)) #0000006b;
|
49
|
+
background-color: var(--spectrum-global-color-static-white, #fff);
|
50
|
+
background-image: linear-gradient(-45deg, transparent 75.5%, var(--spectrum-global-color-static-gray-500, #bcbcbc) 75.5%), linear-gradient(45deg, transparent 75.5%, var(--spectrum-global-color-static-gray-500, #bcbcbc) 75.5%), linear-gradient(-45deg, var(--spectrum-global-color-static-gray-500, #bcbcbc) 25.5%, transparent 25.5%), linear-gradient(45deg, var(--spectrum-global-color-static-gray-500, #bcbcbc) 25.5%, transparent 25.5%);
|
51
|
+
}
|
52
|
+
|
53
|
+
.hoc2UW_spectrum-ColorHandle.hoc2UW_is-disabled {
|
54
|
+
border-color: var(--spectrum-colorhandle-inner-border-color-disabled, var(--spectrum-global-color-gray-400));
|
55
|
+
background: var(--spectrum-colorhandle-fill-color-disabled, var(--spectrum-global-color-gray-300));
|
56
|
+
box-shadow: none;
|
57
|
+
}
|
58
|
+
|
59
|
+
.hoc2UW_spectrum-ColorHandle.hoc2UW_is-disabled .hoc2UW_spectrum-ColorHandle-color {
|
60
|
+
display: none;
|
61
|
+
}
|
62
|
+
|
63
|
+
.hoc2UW_spectrum-ColorHandle-color {
|
64
|
+
box-shadow: inset 0 0 0 var(--spectrum-colorhandle-outer-border-size, var(--spectrum-global-dimension-static-size-10)) #0000006b;
|
65
|
+
}
|
66
|
+
|
67
|
+
@media (forced-colors: active) {
|
68
|
+
.hoc2UW_spectrum-ColorHandle {
|
69
|
+
forced-color-adjust: none;
|
70
|
+
--spectrum-colorhandle-inner-border-color-disabled: GrayText;
|
71
|
+
--spectrum-colorhandle-fill-color-disabled: GrayText;
|
72
|
+
--spectrum-colorhandle-inner-border-color: ButtonText;
|
73
|
+
--spectrum-colorhandle-outer-border-color: ButtonFace;
|
74
|
+
}
|
75
|
+
}
|
76
|
+
|
77
|
+
.HpWpfq_spectrum-ColorLoupe {
|
78
|
+
width: calc(var(--spectrum-colorloupe-width, var(--spectrum-global-dimension-static-size-600)) + var(--spectrum-colorhandle-inner-border-size, var(--spectrum-global-dimension-static-size-25)) * 2);
|
79
|
+
height: calc(var(--spectrum-colorloupe-height, var(--spectrum-global-dimension-static-size-800)) + var(--spectrum-colorhandle-inner-border-size, var(--spectrum-global-dimension-static-size-25)) * 2);
|
80
|
+
transform: translate(0, var(--spectrum-global-dimension-static-size-100, 8px));
|
81
|
+
opacity: 0;
|
82
|
+
transform-origin: bottom;
|
83
|
+
bottom: calc(50% + var(--spectrum-global-dimension-static-size-200, 16px));
|
84
|
+
left: calc(50% - calc(calc(var(--spectrum-colorloupe-width, var(--spectrum-global-dimension-static-size-600)) + var(--spectrum-colorhandle-inner-border-size, var(--spectrum-global-dimension-static-size-25)) * 2) / 2));
|
85
|
+
pointer-events: none;
|
86
|
+
transition: transform .1s ease-in-out, opacity .125s ease-in-out;
|
87
|
+
position: absolute;
|
88
|
+
}
|
89
|
+
|
90
|
+
.HpWpfq_spectrum-ColorLoupe.HpWpfq_is-open {
|
91
|
+
opacity: 1;
|
92
|
+
z-index: 2;
|
93
|
+
transform: translate(0);
|
94
|
+
}
|
95
|
+
|
96
|
+
.HpWpfq_spectrum-ColorLoupe-outer {
|
97
|
+
stroke-width: var(--spectrum-colorloupe-outer-border-size, var(--spectrum-global-dimension-static-size-10));
|
98
|
+
fill: var(--spectrum-colorloupe-inner-border-color, var(--spectrum-global-color-static-white));
|
99
|
+
stroke: var(--spectrum-colorloupe-outer-border-color, #3232321a);
|
100
|
+
}
|
101
|
+
|
102
|
+
.HpWpfq_spectrum-ColorLoupe-inner-background {
|
103
|
+
fill: var(--spectrum-global-color-static-white, #fff);
|
104
|
+
}
|
105
|
+
|
106
|
+
.HpWpfq_spectrum-ColorLoupe-inner-checker {
|
107
|
+
fill: var(--spectrum-global-color-static-gray-500, #bcbcbc);
|
108
|
+
}
|
109
|
+
|
110
|
+
@media (forced-colors: active) {
|
111
|
+
.HpWpfq_spectrum-ColorLoupe {
|
112
|
+
forced-color-adjust: none;
|
113
|
+
--spectrum-colorloupe-inner-border-color: ButtonText;
|
114
|
+
--spectrum-colorloupe-outer-border-color: ButtonFace;
|
115
|
+
}
|
116
|
+
}
|
117
|
+
|
118
|
+
.lm1DSq_spectrum-ColorArea {
|
119
|
+
inline-size: var(--spectrum-colorarea-default-width, var(--spectrum-global-dimension-size-2400));
|
120
|
+
block-size: var(--spectrum-colorarea-default-height, var(--spectrum-global-dimension-size-2400));
|
121
|
+
min-inline-size: var(--spectrum-colorarea-min-width, var(--spectrum-global-dimension-size-800));
|
122
|
+
min-block-size: var(--spectrum-colorarea-min-height, var(--spectrum-global-dimension-size-800));
|
123
|
+
border-radius: var(--spectrum-colorarea-border-radius, var(--spectrum-alias-border-radius-regular));
|
124
|
+
cursor: default;
|
125
|
+
-webkit-user-select: none;
|
126
|
+
user-select: none;
|
127
|
+
display: inline-block;
|
128
|
+
position: relative;
|
129
|
+
}
|
130
|
+
|
131
|
+
.lm1DSq_spectrum-ColorArea.lm1DSq_is-focused {
|
132
|
+
z-index: 2;
|
133
|
+
}
|
134
|
+
|
135
|
+
.lm1DSq_spectrum-ColorArea.lm1DSq_is-focused .lm1DSq_spectrum-ColorArea-handle {
|
136
|
+
width: calc(var(--spectrum-colorhandle-size, var(--spectrum-global-dimension-size-200)) * 2);
|
137
|
+
height: calc(var(--spectrum-colorhandle-size, var(--spectrum-global-dimension-size-200)) * 2);
|
138
|
+
margin-left: calc(-1 * var(--spectrum-colorhandle-size, var(--spectrum-global-dimension-size-200)));
|
139
|
+
margin-top: calc(-1 * var(--spectrum-colorhandle-size, var(--spectrum-global-dimension-size-200)));
|
140
|
+
}
|
141
|
+
|
142
|
+
.lm1DSq_spectrum-ColorArea.lm1DSq_focus-ring {
|
143
|
+
z-index: 2;
|
144
|
+
}
|
145
|
+
|
146
|
+
.lm1DSq_spectrum-ColorArea.lm1DSq_focus-ring .lm1DSq_spectrum-ColorArea-handle {
|
147
|
+
width: calc(var(--spectrum-colorhandle-size, var(--spectrum-global-dimension-size-200)) * 2);
|
148
|
+
height: calc(var(--spectrum-colorhandle-size, var(--spectrum-global-dimension-size-200)) * 2);
|
149
|
+
margin-left: calc(-1 * var(--spectrum-colorhandle-size, var(--spectrum-global-dimension-size-200)));
|
150
|
+
margin-top: calc(-1 * var(--spectrum-colorhandle-size, var(--spectrum-global-dimension-size-200)));
|
151
|
+
}
|
152
|
+
|
153
|
+
.lm1DSq_spectrum-ColorArea.lm1DSq_is-disabled {
|
154
|
+
pointer-events: none;
|
155
|
+
}
|
156
|
+
|
157
|
+
.lm1DSq_spectrum-ColorArea:before {
|
158
|
+
content: "";
|
159
|
+
z-index: 1;
|
160
|
+
border-radius: var(--spectrum-colorarea-border-radius, var(--spectrum-alias-border-radius-regular));
|
161
|
+
position: absolute;
|
162
|
+
inset: 0;
|
163
|
+
}
|
164
|
+
|
165
|
+
.lm1DSq_spectrum-ColorArea-handle {
|
166
|
+
top: 0;
|
167
|
+
left: 0;
|
168
|
+
}
|
169
|
+
|
170
|
+
.lm1DSq_spectrum-ColorArea-handle:focus-within {
|
171
|
+
z-index: 2;
|
172
|
+
}
|
173
|
+
|
174
|
+
.lm1DSq_spectrum-ColorArea-gradient {
|
175
|
+
border-radius: var(--spectrum-colorarea-border-radius, var(--spectrum-alias-border-radius-regular));
|
176
|
+
width: 100%;
|
177
|
+
height: 100%;
|
178
|
+
}
|
179
|
+
|
180
|
+
.lm1DSq_spectrum-ColorArea-slider {
|
181
|
+
opacity: .0001;
|
182
|
+
z-index: 0;
|
183
|
+
pointer-events: none;
|
184
|
+
width: 100%;
|
185
|
+
height: 100%;
|
186
|
+
margin: 0;
|
187
|
+
position: absolute;
|
188
|
+
top: 0;
|
189
|
+
left: 0;
|
190
|
+
}
|
191
|
+
|
192
|
+
.lm1DSq_spectrum-ColorArea:before {
|
193
|
+
box-shadow: inset 0 0 0 var(--spectrum-colorarea-border-size, var(--spectrum-alias-border-size-thin)) var(--spectrum-colorarea-border-color);
|
194
|
+
}
|
195
|
+
|
196
|
+
.lm1DSq_spectrum-ColorArea-gradient, .lm1DSq_spectrum-ColorHandle-color {
|
197
|
+
forced-color-adjust: none;
|
198
|
+
}
|
199
|
+
|
200
|
+
.lm1DSq_spectrum-ColorArea.lm1DSq_is-disabled {
|
201
|
+
background: var(--spectrum-colorarea-fill-color-disabled, var(--spectrum-global-color-gray-300));
|
202
|
+
}
|
203
|
+
|
204
|
+
.lm1DSq_spectrum-ColorArea.lm1DSq_is-disabled:before {
|
205
|
+
box-shadow: inset 0 0 0 var(--spectrum-colorarea-border-size, var(--spectrum-alias-border-size-thin)) var(--spectrum-colorarea-border-color-disabled, var(--spectrum-global-color-gray-300));
|
206
|
+
}
|
207
|
+
|
208
|
+
.lm1DSq_spectrum-ColorArea.lm1DSq_is-disabled .lm1DSq_spectrum-ColorArea-gradient {
|
209
|
+
display: none;
|
210
|
+
}
|
211
|
+
|
212
|
+
@media (forced-colors: active) {
|
213
|
+
.lm1DSq_spectrum-ColorArea {
|
214
|
+
--spectrum-colorarea-fill-color-disabled: GrayText;
|
215
|
+
forced-color-adjust: none;
|
216
|
+
}
|
217
|
+
|
218
|
+
.lm1DSq_spectrum-ColorArea.lm1DSq_is-disabled {
|
219
|
+
forced-color-adjust: none;
|
220
|
+
}
|
221
|
+
}
|
222
|
+
|
223
|
+
.qPIMxa_spectrum-ColorControl-hiddenField {
|
224
|
+
opacity: .0001;
|
225
|
+
z-index: 0;
|
226
|
+
pointer-events: none;
|
227
|
+
width: 100%;
|
228
|
+
height: 100%;
|
229
|
+
margin: 0;
|
230
|
+
position: absolute;
|
231
|
+
top: 0;
|
232
|
+
left: 0;
|
233
|
+
}
|
234
|
+
|
235
|
+
.qPIMxa_spectrum-ColorWheel.qPIMxa_spectrum-ColorWheel {
|
236
|
+
width: calc(var(--spectrum-global-dimension-size-125) * 16);
|
237
|
+
height: calc(var(--spectrum-global-dimension-size-125) * 16);
|
238
|
+
--spectrum-colorwheel-track-thickness: var(--spectrum-colorwheel-track-width, var(--spectrum-global-dimension-size-300));
|
239
|
+
-webkit-user-select: none;
|
240
|
+
user-select: none;
|
241
|
+
touch-action: none;
|
242
|
+
cursor: default;
|
243
|
+
border-radius: 100%;
|
244
|
+
display: block;
|
245
|
+
position: relative;
|
246
|
+
}
|
247
|
+
|
248
|
+
.qPIMxa_spectrum-ColorWheel.qPIMxa_spectrum-ColorWheel .qPIMxa_spectrum-ColorWheel-handle {
|
249
|
+
margin: 0;
|
250
|
+
}
|
251
|
+
|
252
|
+
.qPIMxa_spectrum-ColorWheel.qPIMxa_spectrum-ColorWheel.qPIMxa_is-focused {
|
253
|
+
z-index: 2;
|
254
|
+
}
|
255
|
+
|
256
|
+
.qPIMxa_spectrum-ColorWheel.qPIMxa_spectrum-ColorWheel.qPIMxa_is-disabled {
|
257
|
+
pointer-events: none;
|
258
|
+
}
|
259
|
+
|
260
|
+
.qPIMxa_spectrum-ColorWheel.qPIMxa_spectrum-ColorWheel.qPIMxa_is-dragged {
|
261
|
+
z-index: 2;
|
262
|
+
}
|
263
|
+
|
264
|
+
.qPIMxa_spectrum-ColorWheel-gradient {
|
265
|
+
z-index: 0;
|
266
|
+
width: calc(var(--spectrum-global-dimension-size-125) * 16);
|
267
|
+
height: calc(var(--spectrum-global-dimension-size-125) * 16);
|
268
|
+
position: relative;
|
269
|
+
}
|
270
|
+
|
271
|
+
.qPIMxa_spectrum-ColorWheel-gradient:before, .qPIMxa_spectrum-ColorWheel-gradient:after {
|
272
|
+
content: "";
|
273
|
+
border-width: var(--spectrum-colorwheel-border-size, var(--spectrum-alias-border-size-thin));
|
274
|
+
border-style: solid;
|
275
|
+
border-radius: 100%;
|
276
|
+
position: absolute;
|
277
|
+
}
|
278
|
+
|
279
|
+
.qPIMxa_spectrum-ColorWheel-gradient:before {
|
280
|
+
inset: 0;
|
281
|
+
}
|
282
|
+
|
283
|
+
.qPIMxa_spectrum-ColorWheel-gradient:after {
|
284
|
+
top: calc(var(--spectrum-colorwheel-track-width, var(--spectrum-global-dimension-size-300)) - var(--spectrum-colorwheel-border-size, var(--spectrum-alias-border-size-thin)));
|
285
|
+
left: calc(var(--spectrum-colorwheel-track-width, var(--spectrum-global-dimension-size-300)) - var(--spectrum-colorwheel-border-size, var(--spectrum-alias-border-size-thin)));
|
286
|
+
bottom: calc(var(--spectrum-colorwheel-track-width, var(--spectrum-global-dimension-size-300)) - var(--spectrum-colorwheel-border-size, var(--spectrum-alias-border-size-thin)));
|
287
|
+
right: calc(var(--spectrum-colorwheel-track-width, var(--spectrum-global-dimension-size-300)) - var(--spectrum-colorwheel-border-size, var(--spectrum-alias-border-size-thin)));
|
288
|
+
}
|
289
|
+
|
290
|
+
.qPIMxa_spectrum-ColorWheel.qPIMxa_is-disabled .qPIMxa_spectrum-ColorWheel-gradient {
|
291
|
+
background: var(--spectrum-colorwheel-fill-color-disabled, var(--spectrum-global-color-gray-300)) !important;
|
292
|
+
}
|
293
|
+
|
294
|
+
.qPIMxa_spectrum-ColorWheel.qPIMxa_is-disabled .qPIMxa_spectrum-ColorWheel-gradient:before, .qPIMxa_spectrum-ColorWheel.qPIMxa_is-disabled .qPIMxa_spectrum-ColorWheel-gradient:after {
|
295
|
+
border-color: var(--spectrum-colorwheel-border-color-disabled, var(--spectrum-global-color-gray-300));
|
296
|
+
}
|
297
|
+
|
298
|
+
.qPIMxa_spectrum-ColorWheel.qPIMxa_is-disabled .qPIMxa_spectrum-ColorWheel-segment {
|
299
|
+
display: none;
|
300
|
+
}
|
301
|
+
|
302
|
+
.qPIMxa_spectrum-ColorWheel-gradient:before, .qPIMxa_spectrum-ColorWheel-gradient:after {
|
303
|
+
border-color: var(--spectrum-colorarea-border-color);
|
304
|
+
}
|
305
|
+
|
306
|
+
@media (forced-colors: active) {
|
307
|
+
.qPIMxa_spectrum-ColorWheel {
|
308
|
+
forced-color-adjust: none;
|
309
|
+
--spectrum-colorwheel-fill-color-disabled: GrayText;
|
310
|
+
--spectrum-colorwheel-border-color-disabled: GrayText;
|
311
|
+
--spectrum-colorwheel-border-color: ButtonText;
|
312
|
+
--spectrum-colorarea-border-color: ButtonText;
|
313
|
+
}
|
314
|
+
}
|
315
|
+
|
316
|
+
.WJOmgG_spectrum-ColorControl-hiddenField {
|
317
|
+
opacity: .0001;
|
318
|
+
z-index: 0;
|
319
|
+
pointer-events: none;
|
320
|
+
width: 100%;
|
321
|
+
height: 100%;
|
322
|
+
margin: 0;
|
323
|
+
position: absolute;
|
324
|
+
top: 0;
|
325
|
+
left: 0;
|
326
|
+
}
|
327
|
+
|
328
|
+
.WJOmgG_spectrum-ColorSlider-container--horizontal {
|
329
|
+
width: var(--spectrum-colorslider-default-length, var(--spectrum-global-dimension-size-2400));
|
330
|
+
}
|
331
|
+
|
332
|
+
.WJOmgG_spectrum-ColorSlider-container--vertical {
|
333
|
+
height: var(--spectrum-colorslider-default-length, var(--spectrum-global-dimension-size-2400));
|
334
|
+
flex-direction: column;
|
335
|
+
display: flex;
|
336
|
+
}
|
337
|
+
|
338
|
+
.WJOmgG_spectrum-ColorSlider {
|
339
|
+
height: var(--spectrum-colorslider-height, var(--spectrum-global-dimension-size-300));
|
340
|
+
border-radius: var(--spectrum-colorslider-border-radius, var(--spectrum-alias-border-radius-regular));
|
341
|
+
-webkit-user-select: none;
|
342
|
+
user-select: none;
|
343
|
+
touch-action: none;
|
344
|
+
cursor: default;
|
345
|
+
width: 100%;
|
346
|
+
display: block;
|
347
|
+
position: relative;
|
348
|
+
}
|
349
|
+
|
350
|
+
.WJOmgG_spectrum-ColorSlider .WJOmgG_spectrum-ColorSlider-handle.WJOmgG_spectrum-ColorSlider-handle {
|
351
|
+
margin: 0;
|
352
|
+
}
|
353
|
+
|
354
|
+
.WJOmgG_spectrum-ColorSlider:before {
|
355
|
+
content: "";
|
356
|
+
z-index: -1;
|
357
|
+
border-radius: var(--spectrum-colorslider-border-radius, var(--spectrum-alias-border-radius-regular));
|
358
|
+
background-size: var(--spectrum-global-dimension-static-size-200, 16px) var(--spectrum-global-dimension-static-size-200, 16px);
|
359
|
+
background-position: 0 0, 0 var(--spectrum-global-dimension-static-size-100, 8px), var(--spectrum-global-dimension-static-size-100, 8px) calc(-1 * var(--spectrum-global-dimension-static-size-100, 8px)), calc(-1 * var(--spectrum-global-dimension-static-size-100, 8px)) 0;
|
360
|
+
position: absolute;
|
361
|
+
inset: 0;
|
362
|
+
}
|
363
|
+
|
364
|
+
.WJOmgG_spectrum-ColorSlider.WJOmgG_is-focused {
|
365
|
+
z-index: 2;
|
366
|
+
}
|
367
|
+
|
368
|
+
.WJOmgG_spectrum-ColorSlider.WJOmgG_is-disabled {
|
369
|
+
pointer-events: none;
|
370
|
+
}
|
371
|
+
|
372
|
+
.WJOmgG_spectrum-ColorSlider--vertical {
|
373
|
+
width: var(--spectrum-colorslider-vertical-width, var(--spectrum-global-dimension-size-300));
|
374
|
+
flex: 1;
|
375
|
+
display: inline-block;
|
376
|
+
}
|
377
|
+
|
378
|
+
.WJOmgG_spectrum-ColorSlider--vertical .WJOmgG_spectrum-ColorSlider-handle {
|
379
|
+
top: 0;
|
380
|
+
left: 50%;
|
381
|
+
}
|
382
|
+
|
383
|
+
.WJOmgG_spectrum-ColorSlider-handle {
|
384
|
+
top: 50%;
|
385
|
+
left: 0;
|
386
|
+
}
|
387
|
+
|
388
|
+
.WJOmgG_spectrum-ColorSlider-handle:after {
|
389
|
+
width: var(--spectrum-global-dimension-size-300);
|
390
|
+
height: var(--spectrum-global-dimension-size-300);
|
391
|
+
border-radius: 0%;
|
392
|
+
}
|
393
|
+
|
394
|
+
.WJOmgG_spectrum-ColorSlider-labelContainer {
|
395
|
+
grid-template-columns: auto 1fr auto;
|
396
|
+
grid-template-areas: "WJOmgG_label WJOmgG_contextualHelp WJOmgG_value";
|
397
|
+
justify-items: start;
|
398
|
+
display: grid;
|
399
|
+
}
|
400
|
+
|
401
|
+
.WJOmgG_spectrum-ColorSlider-contextualHelp.WJOmgG_spectrum-ColorSlider-contextualHelp {
|
402
|
+
margin-inline-start: var(--spectrum-global-dimension-size-50);
|
403
|
+
margin-top: var(--spectrum-global-dimension-size-25);
|
404
|
+
grid-area: WJOmgG_contextualHelp;
|
405
|
+
}
|
406
|
+
|
407
|
+
.WJOmgG_spectrum-ColorSlider-valueLabel {
|
408
|
+
grid-area: WJOmgG_value;
|
409
|
+
margin-inline-start: var(--spectrum-global-dimension-size-50);
|
410
|
+
}
|
411
|
+
|
412
|
+
.WJOmgG_spectrum-ColorSlider {
|
413
|
+
background-color: var(--spectrum-global-color-static-white, #fff);
|
414
|
+
box-shadow: inset 0 0 0 var(--spectrum-colorslider-border-size, var(--spectrum-alias-border-size-thin)) var(--spectrum-colorarea-border-color);
|
415
|
+
}
|
416
|
+
|
417
|
+
.WJOmgG_spectrum-ColorSlider:before {
|
418
|
+
background-image: linear-gradient(-45deg, transparent 75.5%, var(--spectrum-global-color-static-gray-500, #bcbcbc) 75.5%), linear-gradient(45deg, transparent 75.5%, var(--spectrum-global-color-static-gray-500, #bcbcbc) 75.5%), linear-gradient(-45deg, var(--spectrum-global-color-static-gray-500, #bcbcbc) 25.5%, transparent 25.5%), linear-gradient(45deg, var(--spectrum-global-color-static-gray-500, #bcbcbc) 25.5%, transparent 25.5%);
|
419
|
+
}
|
420
|
+
|
421
|
+
.WJOmgG_spectrum-ColorSlider.WJOmgG_is-disabled {
|
422
|
+
box-shadow: inset 0 0 0 var(--spectrum-colorslider-border-size, var(--spectrum-alias-border-size-thin)) var(--spectrum-colorslider-border-color-disabled, var(--spectrum-global-color-gray-300));
|
423
|
+
background: var(--spectrum-colorslider-fill-color-disabled, var(--spectrum-global-color-gray-300)) !important;
|
424
|
+
}
|
425
|
+
|
426
|
+
@media (forced-colors: active) {
|
427
|
+
.WJOmgG_spectrum-ColorSlider {
|
428
|
+
forced-color-adjust: none;
|
429
|
+
--spectrum-colorslider-fill-color-disabled: GrayText;
|
430
|
+
--spectrum-colorslider-border-color-disabled: GrayText;
|
431
|
+
--spectrum-colorslider-border-color: ButtonText;
|
432
|
+
--spectrum-colorarea-border-color: ButtonText;
|
433
|
+
}
|
434
|
+
}
|
435
|
+
|
436
|
+
.UccskW_react-spectrum-ColorField-input:not(:placeholder-shown) {
|
437
|
+
unicode-bidi: plaintext;
|
438
|
+
}
|
439
|
+
|
440
|
+
.UccskW_react-spectrum-ColorField-input:not(:placeholder-shown):-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)) {
|
441
|
+
text-align: end;
|
442
|
+
}
|
443
|
+
|
444
|
+
.UccskW_react-spectrum-ColorField-input:not(:placeholder-shown):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)) {
|
445
|
+
text-align: end;
|
446
|
+
}
|
447
|
+
/*# sourceMappingURL=module.css.map */
|
@@ -0,0 +1 @@
|
|
1
|
+
{"mappings":"ACYA;;;;;;;;;;;;;;;;;AA8BE;;;;;;;;;;;AAeA;;;;AAKF;;;;;;;AAcA;;;;;;AAMA;;;;;;;AAaE;;;;;;AAKE;;;;AAMJ;;;;AAIA;EACE;;;;;;;;;ACnGF;;;;;;;;;;;;;AAuBE;;;;;;AAOF;;;;;;AASA;;;;AAIA;;;;AAIA;EACE;;;;;;;AChDF;;;;;;;;;;;;;AAcE;;;;AAIE;;;;;;;AAJF;;;;AAIE;;;;;;;AAUF;;;;AAKA;;;;;;;;AAYF;;;;;AAIE;;;;AAKF;;;;;;AAMA;;;;;;;;;;;;AAaI;;;;AAKJ;;;;AASI;;;;AAGE;;;;AAIA;;;;AAMN;EACI;;;;;EAKE;;;;;ACxGN;;;;;;;;;;;;AAYA;;;;;;;;;;;;;AAcE;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAMF;;;;;;;AAME;;;;;;;;AASA;;;;AAOA;;;;;;;AAcE;;;;AAGE;;;;AAOF;;;;AAOF;;;;AAMF;EACE;;;;;;;;;AC1GF;;;;;;;;;;;;AAYA;;;;AAIA;;;;;;AAMA;;;;;;;;;;;;AAaE;;;;AAKA;;;;;;;;;;AAiBA;;;;AAIA;;;;AAKF;;;;;;AAME;;;;;AAMF;;;;;AAIE;;;;;;AAeF;;;;;;;AAOA;;;;;;AAMA;;;;;AAKA;;;;;AAIE;;;;AASA;;;;;AAMF;EACE;;;;;;;;;ACvIF;;;;AAEE;;;;AAAA","sources":["02d8d78d1081ea80","packages/@adobe/spectrum-css-temp/components/colorhandle/vars.css","packages/@adobe/spectrum-css-temp/components/colorloupe/vars.css","packages/@adobe/spectrum-css-temp/components/colorarea/vars.css","packages/@adobe/spectrum-css-temp/components/colorwheel/vars.css","packages/@adobe/spectrum-css-temp/components/colorslider/vars.css","packages/@react-spectrum/color/src/colorfield.css"],"sourcesContent":["@import \"6861abdd23619992\";\n@import \"3de099d952631216\";\n@import \"408a1652498270ba\";\n@import \"6089bb103ae681e9\";\n@import \"b619503a5f17a9b2\";\n@import \"47c15202b01b1d15\";\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@import './skin.css';\n","/*\n * Copyright 2021 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@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@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.react-spectrum-ColorField-input:not(:placeholder-shown) {\n unicode-bidi: plaintext;\n &:dir(rtl) {\n text-align: end;\n }\n}\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 {dimensionValue as $kF0Zw$dimensionValue, useStyleProps as $kF0Zw$useStyleProps, useFocusableRef as $kF0Zw$useFocusableRef, classNames as $kF0Zw$classNames, SlotProvider as $kF0Zw$SlotProvider} from "@react-spectrum/utils";
|
3
3
|
import {mergeProps as $kF0Zw$mergeProps, useId as $kF0Zw$useId, useResizeObserver as $kF0Zw$useResizeObserver} from "@react-aria/utils";
|
4
4
|
import $kF0Zw$react, {useRef as $kF0Zw$useRef, useState as $kF0Zw$useState, useCallback as $kF0Zw$useCallback, useEffect as $kF0Zw$useEffect} from "react";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-spectrum/color",
|
3
|
-
"version": "3.0.0-nightly.
|
3
|
+
"version": "3.0.0-nightly.4502+89fa370bd",
|
4
4
|
"description": "Spectrum UI components in React",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "dist/main.js",
|
@@ -36,23 +36,23 @@
|
|
36
36
|
"url": "https://github.com/adobe/react-spectrum"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@react-aria/color": "3.0.0-nightly.
|
40
|
-
"@react-aria/focus": "3.0.0-nightly.
|
41
|
-
"@react-aria/i18n": "3.0.0-nightly.
|
42
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
43
|
-
"@react-aria/utils": "3.0.0-nightly.
|
44
|
-
"@react-spectrum/form": "3.0.0-nightly.
|
45
|
-
"@react-spectrum/label": "3.16.5-nightly.
|
46
|
-
"@react-spectrum/textfield": "3.0.0-nightly.
|
47
|
-
"@react-spectrum/utils": "3.0.0-nightly.
|
48
|
-
"@react-stately/color": "3.5.4-nightly.
|
49
|
-
"@react-types/color": "3.0.0-nightly.
|
50
|
-
"@react-types/shared": "3.0.0-nightly.
|
51
|
-
"@react-types/textfield": "3.0.0-nightly.
|
39
|
+
"@react-aria/color": "3.0.0-nightly.4502+89fa370bd",
|
40
|
+
"@react-aria/focus": "3.0.0-nightly.2790+89fa370bd",
|
41
|
+
"@react-aria/i18n": "3.0.0-nightly.2790+89fa370bd",
|
42
|
+
"@react-aria/interactions": "3.0.0-nightly.2790+89fa370bd",
|
43
|
+
"@react-aria/utils": "3.0.0-nightly.2790+89fa370bd",
|
44
|
+
"@react-spectrum/form": "3.0.0-nightly.2790+89fa370bd",
|
45
|
+
"@react-spectrum/label": "3.16.5-nightly.4502+89fa370bd",
|
46
|
+
"@react-spectrum/textfield": "3.0.0-nightly.2790+89fa370bd",
|
47
|
+
"@react-spectrum/utils": "3.0.0-nightly.2790+89fa370bd",
|
48
|
+
"@react-stately/color": "3.5.4-nightly.4502+89fa370bd",
|
49
|
+
"@react-types/color": "3.0.0-nightly.4502+89fa370bd",
|
50
|
+
"@react-types/shared": "3.0.0-nightly.2790+89fa370bd",
|
51
|
+
"@react-types/textfield": "3.0.0-nightly.2790+89fa370bd",
|
52
52
|
"@swc/helpers": "^0.5.0"
|
53
53
|
},
|
54
54
|
"devDependencies": {
|
55
|
-
"@adobe/spectrum-css-temp": "3.0.0-nightly.
|
55
|
+
"@adobe/spectrum-css-temp": "3.0.0-nightly.2790+89fa370bd"
|
56
56
|
},
|
57
57
|
"peerDependencies": {
|
58
58
|
"@react-spectrum/provider": "^3.0.0",
|
@@ -62,5 +62,5 @@
|
|
62
62
|
"publishConfig": {
|
63
63
|
"access": "public"
|
64
64
|
},
|
65
|
-
"gitHead": "
|
65
|
+
"gitHead": "89fa370bd1bb346be643c9ab2a0d79fab857e4d7"
|
66
66
|
}
|