@spectrum-web-components/styles 0.13.2-slim.30 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core-global.css +0 -114
- package/express/core-global.css +0 -74
- package/express/spectrum-scale-large.css +0 -3
- package/express/spectrum-scale-medium.css +0 -3
- package/package.json +8 -6
- package/spectrum-scale-large.css +0 -3
- package/spectrum-scale-medium.css +0 -3
- package/tokens/dark-vars.css +267 -0
- package/tokens/darkest-vars.css +267 -0
- package/tokens/express/custom-large-vars.css +17 -0
- package/tokens/express/custom-medium-vars.css +17 -0
- package/tokens/express/custom-vars.css +17 -0
- package/tokens/express/global-vars.css +268 -0
- package/tokens/express/large-vars.css +48 -0
- package/tokens/express/medium-vars.css +48 -0
- package/tokens/global-vars.css +161 -0
- package/tokens/large-vars.css +140 -0
- package/tokens/light-vars.css +267 -0
- package/tokens/medium-vars.css +140 -0
- package/tokens/spectrum/custom-large-vars.css +21 -0
- package/tokens/spectrum/custom-medium-vars.css +21 -0
- package/tokens/spectrum/custom-vars.css +31 -0
- package/tokens/spectrum/global-vars.css +296 -0
- package/tokens/spectrum/large-vars.css +41 -0
- package/tokens/spectrum/medium-vars.css +41 -0
package/core-global.css
CHANGED
|
@@ -2863,120 +2863,6 @@ governing permissions and limitations under the License.
|
|
|
2863
2863
|
--spectrum-alias-infieldbutton-fill-loudnessHigh-background-color-disabled: var(
|
|
2864
2864
|
--spectrum-alias-component-background-color-disabled
|
|
2865
2865
|
);
|
|
2866
|
-
--spectrum-alias-actionbutton-staticBlack-border-color-default: rgba(
|
|
2867
|
-
0,
|
|
2868
|
-
0,
|
|
2869
|
-
0,
|
|
2870
|
-
0.4
|
|
2871
|
-
);
|
|
2872
|
-
--spectrum-alias-actionbutton-staticBlack-background-color-default: transparent;
|
|
2873
|
-
--spectrum-alias-actionbutton-staticBlack-border-color-hover: rgba(
|
|
2874
|
-
0,
|
|
2875
|
-
0,
|
|
2876
|
-
0,
|
|
2877
|
-
0.55
|
|
2878
|
-
);
|
|
2879
|
-
--spectrum-alias-actionbutton-staticBlack-background-color-hover: rgba(
|
|
2880
|
-
0,
|
|
2881
|
-
0,
|
|
2882
|
-
0,
|
|
2883
|
-
0.25
|
|
2884
|
-
);
|
|
2885
|
-
--spectrum-alias-actionbutton-staticBlack-border-color-down: rgba(
|
|
2886
|
-
0,
|
|
2887
|
-
0,
|
|
2888
|
-
0,
|
|
2889
|
-
0.7
|
|
2890
|
-
);
|
|
2891
|
-
--spectrum-alias-actionbutton-staticBlack-background-color-down: rgba(
|
|
2892
|
-
0,
|
|
2893
|
-
0,
|
|
2894
|
-
0,
|
|
2895
|
-
0.4
|
|
2896
|
-
);
|
|
2897
|
-
--spectrum-alias-actionbutton-staticBlack-border-color-key-focus: rgba(
|
|
2898
|
-
0,
|
|
2899
|
-
0,
|
|
2900
|
-
0,
|
|
2901
|
-
0.55
|
|
2902
|
-
);
|
|
2903
|
-
--spectrum-alias-actionbutton-staticBlack-background-color-key-focus: rgba(
|
|
2904
|
-
0,
|
|
2905
|
-
0,
|
|
2906
|
-
0,
|
|
2907
|
-
0.25
|
|
2908
|
-
);
|
|
2909
|
-
--spectrum-alias-actionbutton-staticBlack-border-color-disabled: rgba(
|
|
2910
|
-
0,
|
|
2911
|
-
0,
|
|
2912
|
-
0,
|
|
2913
|
-
0.25
|
|
2914
|
-
);
|
|
2915
|
-
--spectrum-alias-actionbutton-staticBlack-background-color-disabled: transparent;
|
|
2916
|
-
--spectrum-alias-actionbutton-staticBlack-border-color-disabled-selected: transparent;
|
|
2917
|
-
--spectrum-alias-actionbutton-staticBlack-background-color-disabled-selected: rgba(
|
|
2918
|
-
0,
|
|
2919
|
-
0,
|
|
2920
|
-
0,
|
|
2921
|
-
0.1
|
|
2922
|
-
);
|
|
2923
|
-
--spectrum-alias-actionbutton-staticWhite-border-color-default: hsla(
|
|
2924
|
-
0,
|
|
2925
|
-
0%,
|
|
2926
|
-
100%,
|
|
2927
|
-
0.4
|
|
2928
|
-
);
|
|
2929
|
-
--spectrum-alias-actionbutton-staticWhite-background-color-default: transparent;
|
|
2930
|
-
--spectrum-alias-actionbutton-staticWhite-border-color-hover: hsla(
|
|
2931
|
-
0,
|
|
2932
|
-
0%,
|
|
2933
|
-
100%,
|
|
2934
|
-
0.55
|
|
2935
|
-
);
|
|
2936
|
-
--spectrum-alias-actionbutton-staticWhite-background-color-hover: hsla(
|
|
2937
|
-
0,
|
|
2938
|
-
0%,
|
|
2939
|
-
100%,
|
|
2940
|
-
0.25
|
|
2941
|
-
);
|
|
2942
|
-
--spectrum-alias-actionbutton-staticWhite-border-color-down: hsla(
|
|
2943
|
-
0,
|
|
2944
|
-
0%,
|
|
2945
|
-
100%,
|
|
2946
|
-
0.7
|
|
2947
|
-
);
|
|
2948
|
-
--spectrum-alias-actionbutton-staticWhite-background-color-down: hsla(
|
|
2949
|
-
0,
|
|
2950
|
-
0%,
|
|
2951
|
-
100%,
|
|
2952
|
-
0.4
|
|
2953
|
-
);
|
|
2954
|
-
--spectrum-alias-actionbutton-staticWhite-border-color-key-focus: hsla(
|
|
2955
|
-
0,
|
|
2956
|
-
0%,
|
|
2957
|
-
100%,
|
|
2958
|
-
0.55
|
|
2959
|
-
);
|
|
2960
|
-
--spectrum-alias-actionbutton-staticWhite-background-color-key-focus: hsla(
|
|
2961
|
-
0,
|
|
2962
|
-
0%,
|
|
2963
|
-
100%,
|
|
2964
|
-
0.25
|
|
2965
|
-
);
|
|
2966
|
-
--spectrum-alias-actionbutton-staticWhite-border-color-disabled: hsla(
|
|
2967
|
-
0,
|
|
2968
|
-
0%,
|
|
2969
|
-
100%,
|
|
2970
|
-
0.25
|
|
2971
|
-
);
|
|
2972
|
-
--spectrum-alias-actionbutton-staticWhite-background-color-disabled: transparent;
|
|
2973
|
-
--spectrum-alias-actionbutton-staticWhite-border-color-disabled-selected: transparent;
|
|
2974
|
-
--spectrum-alias-actionbutton-staticWhite-background-color-disabled-selected: hsla(
|
|
2975
|
-
0,
|
|
2976
|
-
0%,
|
|
2977
|
-
100%,
|
|
2978
|
-
0.1
|
|
2979
|
-
);
|
|
2980
2866
|
--spectrum-alias-tabs-divider-background-color-default: var(
|
|
2981
2867
|
--spectrum-global-color-gray-300
|
|
2982
2868
|
);
|
package/express/core-global.css
CHANGED
|
@@ -2330,80 +2330,6 @@ governing permissions and limitations under the License.
|
|
|
2330
2330
|
--spectrum-alias-infieldbutton-fill-loudnessHigh-background-color-key-focus
|
|
2331
2331
|
);
|
|
2332
2332
|
--spectrum-alias-infieldbutton-fill-loudnessLow-background-color-disabled: transparent;
|
|
2333
|
-
--spectrum-alias-actionbutton-staticBlack-border-color-default: transparent;
|
|
2334
|
-
--spectrum-alias-actionbutton-staticBlack-background-color-default: rgba(
|
|
2335
|
-
0,
|
|
2336
|
-
0,
|
|
2337
|
-
0,
|
|
2338
|
-
0.1
|
|
2339
|
-
);
|
|
2340
|
-
--spectrum-alias-actionbutton-staticBlack-border-color-hover: transparent;
|
|
2341
|
-
--spectrum-alias-actionbutton-staticBlack-background-color-hover: rgba(
|
|
2342
|
-
0,
|
|
2343
|
-
0,
|
|
2344
|
-
0,
|
|
2345
|
-
0.25
|
|
2346
|
-
);
|
|
2347
|
-
--spectrum-alias-actionbutton-staticBlack-border-color-down: transparent;
|
|
2348
|
-
--spectrum-alias-actionbutton-staticBlack-background-color-down: rgba(
|
|
2349
|
-
0,
|
|
2350
|
-
0,
|
|
2351
|
-
0,
|
|
2352
|
-
0.4
|
|
2353
|
-
);
|
|
2354
|
-
--spectrum-alias-actionbutton-staticBlack-border-color-key-focus: transparent;
|
|
2355
|
-
--spectrum-alias-actionbutton-staticBlack-background-color-key-focus: rgba(
|
|
2356
|
-
0,
|
|
2357
|
-
0,
|
|
2358
|
-
0,
|
|
2359
|
-
0.25
|
|
2360
|
-
);
|
|
2361
|
-
--spectrum-alias-actionbutton-staticBlack-border-color-disabled: transparent;
|
|
2362
|
-
--spectrum-alias-actionbutton-staticBlack-background-color-disabled: transparent;
|
|
2363
|
-
--spectrum-alias-actionbutton-staticBlack-border-color-disabled-selected: transparent;
|
|
2364
|
-
--spectrum-alias-actionbutton-staticBlack-background-color-disabled-selected: rgba(
|
|
2365
|
-
0,
|
|
2366
|
-
0,
|
|
2367
|
-
0,
|
|
2368
|
-
0.1
|
|
2369
|
-
);
|
|
2370
|
-
--spectrum-alias-actionbutton-staticWhite-border-color-default: transparent;
|
|
2371
|
-
--spectrum-alias-actionbutton-staticWhite-background-color-default: hsla(
|
|
2372
|
-
0,
|
|
2373
|
-
0%,
|
|
2374
|
-
100%,
|
|
2375
|
-
0.1
|
|
2376
|
-
);
|
|
2377
|
-
--spectrum-alias-actionbutton-staticWhite-border-color-hover: transparent;
|
|
2378
|
-
--spectrum-alias-actionbutton-staticWhite-background-color-hover: hsla(
|
|
2379
|
-
0,
|
|
2380
|
-
0%,
|
|
2381
|
-
100%,
|
|
2382
|
-
0.25
|
|
2383
|
-
);
|
|
2384
|
-
--spectrum-alias-actionbutton-staticWhite-border-color-down: transparent;
|
|
2385
|
-
--spectrum-alias-actionbutton-staticWhite-background-color-down: hsla(
|
|
2386
|
-
0,
|
|
2387
|
-
0%,
|
|
2388
|
-
100%,
|
|
2389
|
-
0.4
|
|
2390
|
-
);
|
|
2391
|
-
--spectrum-alias-actionbutton-staticWhite-border-color-key-focus: transparent;
|
|
2392
|
-
--spectrum-alias-actionbutton-staticWhite-background-color-key-focus: hsla(
|
|
2393
|
-
0,
|
|
2394
|
-
0%,
|
|
2395
|
-
100%,
|
|
2396
|
-
0.25
|
|
2397
|
-
);
|
|
2398
|
-
--spectrum-alias-actionbutton-staticWhite-border-color-disabled: transparent;
|
|
2399
|
-
--spectrum-alias-actionbutton-staticWhite-background-color-disabled: transparent;
|
|
2400
|
-
--spectrum-alias-actionbutton-staticWhite-border-color-disabled-selected: transparent;
|
|
2401
|
-
--spectrum-alias-actionbutton-staticWhite-background-color-disabled-selected: hsla(
|
|
2402
|
-
0,
|
|
2403
|
-
0%,
|
|
2404
|
-
100%,
|
|
2405
|
-
0.1
|
|
2406
|
-
);
|
|
2407
2333
|
--spectrum-alias-track-color-default: var(--spectrum-global-color-gray-300);
|
|
2408
2334
|
--spectrum-alias-thumbnail-darksquare-background-color: var(
|
|
2409
2335
|
--spectrum-global-color-gray-200
|
|
@@ -280,9 +280,6 @@ governing permissions and limitations under the License.
|
|
|
280
280
|
--spectrum-alias-avatar-size-100: 26px;
|
|
281
281
|
--spectrum-alias-avatar-size-400: 36px;
|
|
282
282
|
--spectrum-alias-avatar-size-600: 46px;
|
|
283
|
-
--spectrum-actionbutton-m-texticon-padding-left: var(
|
|
284
|
-
--spectrum-global-dimension-static-size-150
|
|
285
|
-
);
|
|
286
283
|
--spectrum-badge-s-neutral-textonly-text-padding-bottom: var(
|
|
287
284
|
--spectrum-global-dimension-static-size-85
|
|
288
285
|
);
|
|
@@ -284,9 +284,6 @@ governing permissions and limitations under the License.
|
|
|
284
284
|
--spectrum-alias-avatar-size-100: var(--spectrum-global-dimension-size-250);
|
|
285
285
|
--spectrum-alias-avatar-size-400: var(--spectrum-global-dimension-size-350);
|
|
286
286
|
--spectrum-alias-avatar-size-600: var(--spectrum-global-dimension-size-450);
|
|
287
|
-
--spectrum-actionbutton-m-texticon-padding-left: var(
|
|
288
|
-
--spectrum-global-dimension-size-125
|
|
289
|
-
);
|
|
290
287
|
--spectrum-badge-s-neutral-textonly-text-padding-bottom: var(
|
|
291
288
|
--spectrum-global-dimension-static-size-65
|
|
292
289
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/styles",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -48,7 +48,8 @@
|
|
|
48
48
|
"./heading.js": "./heading.js",
|
|
49
49
|
"./typography": "./typography.js",
|
|
50
50
|
"./typography.js": "./typography.js",
|
|
51
|
-
"./src/*": "./src/*"
|
|
51
|
+
"./src/*": "./src/*",
|
|
52
|
+
"./tokens/*": "./tokens/*"
|
|
52
53
|
},
|
|
53
54
|
"scripts": {
|
|
54
55
|
"test": "echo \"Error: run tests from mono-repo root.\" && exit 1"
|
|
@@ -69,12 +70,13 @@
|
|
|
69
70
|
"lit-html"
|
|
70
71
|
],
|
|
71
72
|
"dependencies": {
|
|
72
|
-
"@spectrum-web-components/base": "^0.5.
|
|
73
|
+
"@spectrum-web-components/base": "^0.5.8"
|
|
73
74
|
},
|
|
74
75
|
"devDependencies": {
|
|
75
|
-
"@spectrum-css/commons": "^3.0.
|
|
76
|
+
"@spectrum-css/commons": "^3.0.6",
|
|
76
77
|
"@spectrum-css/expressvars": "^2.0.0",
|
|
77
|
-
"@spectrum-css/
|
|
78
|
+
"@spectrum-css/tokens": "^1.0.1",
|
|
79
|
+
"@spectrum-css/typography": "^4.0.20",
|
|
78
80
|
"@spectrum-css/vars": "^8.0.0"
|
|
79
81
|
},
|
|
80
82
|
"customElements": "custom-elements.json",
|
|
@@ -82,5 +84,5 @@
|
|
|
82
84
|
"./*.css"
|
|
83
85
|
],
|
|
84
86
|
"style": "all-medium-lightest.css",
|
|
85
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "3be62133721efba844cd7032566a2c49ed6d9875"
|
|
86
88
|
}
|
package/spectrum-scale-large.css
CHANGED
|
@@ -291,9 +291,6 @@ governing permissions and limitations under the License.
|
|
|
291
291
|
--spectrum-alias-tag-focusring-border-radius: var(
|
|
292
292
|
--spectrum-global-dimension-static-size-75
|
|
293
293
|
);
|
|
294
|
-
--spectrum-actionbutton-m-texticon-padding-left: var(
|
|
295
|
-
--spectrum-global-dimension-static-size-150
|
|
296
|
-
);
|
|
297
294
|
--spectrum-badge-s-neutral-textonly-text-padding-bottom: var(
|
|
298
295
|
--spectrum-global-dimension-static-size-85
|
|
299
296
|
);
|
|
@@ -289,9 +289,6 @@ governing permissions and limitations under the License.
|
|
|
289
289
|
--spectrum-alias-tag-focusring-border-radius: var(
|
|
290
290
|
--spectrum-global-dimension-static-size-65
|
|
291
291
|
);
|
|
292
|
-
--spectrum-actionbutton-m-texticon-padding-left: var(
|
|
293
|
-
--spectrum-global-dimension-size-125
|
|
294
|
-
);
|
|
295
292
|
--spectrum-badge-s-neutral-textonly-text-padding-bottom: var(
|
|
296
293
|
--spectrum-global-dimension-static-size-65
|
|
297
294
|
);
|
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
+
governing permissions and limitations under the License.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
:host {
|
|
14
|
+
--spectrum-neutral-background-color-default: var(--spectrum-gray-400);
|
|
15
|
+
--spectrum-neutral-background-color-hover: var(--spectrum-gray-300);
|
|
16
|
+
--spectrum-neutral-background-color-down: var(--spectrum-gray-200);
|
|
17
|
+
--spectrum-neutral-background-color-key-focus: var(--spectrum-gray-300);
|
|
18
|
+
--spectrum-neutral-subdued-background-color-default: var(
|
|
19
|
+
--spectrum-gray-400
|
|
20
|
+
);
|
|
21
|
+
--spectrum-neutral-subdued-background-color-hover: var(--spectrum-gray-300);
|
|
22
|
+
--spectrum-neutral-subdued-background-color-down: var(--spectrum-gray-200);
|
|
23
|
+
--spectrum-neutral-subdued-background-color-key-focus: var(
|
|
24
|
+
--spectrum-gray-300
|
|
25
|
+
);
|
|
26
|
+
--spectrum-accent-background-color-default: var(
|
|
27
|
+
--spectrum-accent-color-500
|
|
28
|
+
);
|
|
29
|
+
--spectrum-accent-background-color-hover: var(--spectrum-accent-color-400);
|
|
30
|
+
--spectrum-accent-background-color-down: var(--spectrum-accent-color-300);
|
|
31
|
+
--spectrum-accent-background-color-key-focus: var(
|
|
32
|
+
--spectrum-accent-color-400
|
|
33
|
+
);
|
|
34
|
+
--spectrum-informative-background-color-default: var(
|
|
35
|
+
--spectrum-informative-color-500
|
|
36
|
+
);
|
|
37
|
+
--spectrum-informative-background-color-hover: var(
|
|
38
|
+
--spectrum-informative-color-400
|
|
39
|
+
);
|
|
40
|
+
--spectrum-informative-background-color-down: var(
|
|
41
|
+
--spectrum-informative-color-300
|
|
42
|
+
);
|
|
43
|
+
--spectrum-informative-background-color-key-focus: var(
|
|
44
|
+
--spectrum-informative-color-400
|
|
45
|
+
);
|
|
46
|
+
--spectrum-negative-background-color-default: var(
|
|
47
|
+
--spectrum-negative-color-500
|
|
48
|
+
);
|
|
49
|
+
--spectrum-negative-background-color-hover: var(
|
|
50
|
+
--spectrum-negative-color-400
|
|
51
|
+
);
|
|
52
|
+
--spectrum-negative-background-color-down: var(
|
|
53
|
+
--spectrum-negative-color-300
|
|
54
|
+
);
|
|
55
|
+
--spectrum-negative-background-color-key-focus: var(
|
|
56
|
+
--spectrum-negative-color-400
|
|
57
|
+
);
|
|
58
|
+
--spectrum-positive-background-color-default: var(
|
|
59
|
+
--spectrum-positive-color-500
|
|
60
|
+
);
|
|
61
|
+
--spectrum-positive-background-color-hover: var(
|
|
62
|
+
--spectrum-positive-color-400
|
|
63
|
+
);
|
|
64
|
+
--spectrum-positive-background-color-down: var(
|
|
65
|
+
--spectrum-positive-color-300
|
|
66
|
+
);
|
|
67
|
+
--spectrum-positive-background-color-key-focus: var(
|
|
68
|
+
--spectrum-positive-color-400
|
|
69
|
+
);
|
|
70
|
+
--spectrum-drop-shadow-color: rgba(0, 0, 0, 0.5);
|
|
71
|
+
--spectrum-background-base-color: var(--spectrum-gray-50);
|
|
72
|
+
--spectrum-background-layer-1-color: var(--spectrum-gray-75);
|
|
73
|
+
--spectrum-background-layer-2-color: var(--spectrum-gray-100);
|
|
74
|
+
--spectrum-gray-50: rgb(29, 29, 29);
|
|
75
|
+
--spectrum-gray-75: rgb(38, 38, 38);
|
|
76
|
+
--spectrum-gray-100: rgb(50, 50, 50);
|
|
77
|
+
--spectrum-gray-200: rgb(63, 63, 63);
|
|
78
|
+
--spectrum-gray-300: rgb(84, 84, 84);
|
|
79
|
+
--spectrum-gray-400: rgb(112, 112, 112);
|
|
80
|
+
--spectrum-gray-500: rgb(144, 144, 144);
|
|
81
|
+
--spectrum-gray-600: rgb(178, 178, 178);
|
|
82
|
+
--spectrum-gray-700: rgb(209, 209, 209);
|
|
83
|
+
--spectrum-gray-800: rgb(235, 235, 235);
|
|
84
|
+
--spectrum-gray-900: rgb(255, 255, 255);
|
|
85
|
+
--spectrum-red-100: rgb(123, 0, 0);
|
|
86
|
+
--spectrum-red-200: rgb(141, 0, 0);
|
|
87
|
+
--spectrum-red-300: rgb(165, 0, 0);
|
|
88
|
+
--spectrum-red-400: rgb(190, 4, 3);
|
|
89
|
+
--spectrum-red-500: rgb(215, 25, 19);
|
|
90
|
+
--spectrum-red-600: rgb(234, 56, 41);
|
|
91
|
+
--spectrum-red-700: rgb(246, 88, 67);
|
|
92
|
+
--spectrum-red-800: rgb(255, 117, 94);
|
|
93
|
+
--spectrum-red-900: rgb(255, 149, 129);
|
|
94
|
+
--spectrum-red-1000: rgb(255, 176, 161);
|
|
95
|
+
--spectrum-red-1100: rgb(255, 201, 189);
|
|
96
|
+
--spectrum-red-1200: rgb(255, 222, 216);
|
|
97
|
+
--spectrum-red-1300: rgb(255, 241, 238);
|
|
98
|
+
--spectrum-red-1400: rgb(255, 255, 255);
|
|
99
|
+
--spectrum-orange-100: rgb(102, 37, 0);
|
|
100
|
+
--spectrum-orange-200: rgb(117, 45, 0);
|
|
101
|
+
--spectrum-orange-300: rgb(137, 55, 0);
|
|
102
|
+
--spectrum-orange-400: rgb(158, 66, 0);
|
|
103
|
+
--spectrum-orange-500: rgb(180, 78, 0);
|
|
104
|
+
--spectrum-orange-600: rgb(202, 93, 0);
|
|
105
|
+
--spectrum-orange-700: rgb(225, 109, 0);
|
|
106
|
+
--spectrum-orange-800: rgb(244, 129, 12);
|
|
107
|
+
--spectrum-orange-900: rgb(254, 154, 46);
|
|
108
|
+
--spectrum-orange-1000: rgb(255, 181, 88);
|
|
109
|
+
--spectrum-orange-1100: rgb(253, 206, 136);
|
|
110
|
+
--spectrum-orange-1200: rgb(255, 225, 179);
|
|
111
|
+
--spectrum-orange-1300: rgb(255, 242, 221);
|
|
112
|
+
--spectrum-orange-1400: rgb(255, 253, 249);
|
|
113
|
+
--spectrum-yellow-100: rgb(76, 54, 0);
|
|
114
|
+
--spectrum-yellow-200: rgb(88, 64, 0);
|
|
115
|
+
--spectrum-yellow-300: rgb(103, 76, 0);
|
|
116
|
+
--spectrum-yellow-400: rgb(119, 89, 0);
|
|
117
|
+
--spectrum-yellow-500: rgb(136, 104, 0);
|
|
118
|
+
--spectrum-yellow-600: rgb(155, 120, 0);
|
|
119
|
+
--spectrum-yellow-700: rgb(174, 137, 0);
|
|
120
|
+
--spectrum-yellow-800: rgb(192, 156, 0);
|
|
121
|
+
--spectrum-yellow-900: rgb(211, 174, 0);
|
|
122
|
+
--spectrum-yellow-1000: rgb(228, 194, 0);
|
|
123
|
+
--spectrum-yellow-1100: rgb(244, 213, 0);
|
|
124
|
+
--spectrum-yellow-1200: rgb(249, 232, 92);
|
|
125
|
+
--spectrum-yellow-1300: rgb(252, 246, 187);
|
|
126
|
+
--spectrum-yellow-1400: rgb(255, 255, 255);
|
|
127
|
+
--spectrum-chartreuse-100: rgb(48, 64, 0);
|
|
128
|
+
--spectrum-chartreuse-200: rgb(55, 74, 0);
|
|
129
|
+
--spectrum-chartreuse-300: rgb(65, 87, 0);
|
|
130
|
+
--spectrum-chartreuse-400: rgb(76, 102, 0);
|
|
131
|
+
--spectrum-chartreuse-500: rgb(89, 118, 0);
|
|
132
|
+
--spectrum-chartreuse-600: rgb(102, 136, 0);
|
|
133
|
+
--spectrum-chartreuse-700: rgb(117, 154, 0);
|
|
134
|
+
--spectrum-chartreuse-800: rgb(132, 173, 1);
|
|
135
|
+
--spectrum-chartreuse-900: rgb(148, 192, 8);
|
|
136
|
+
--spectrum-chartreuse-1000: rgb(166, 211, 18);
|
|
137
|
+
--spectrum-chartreuse-1100: rgb(184, 229, 37);
|
|
138
|
+
--spectrum-chartreuse-1200: rgb(205, 245, 71);
|
|
139
|
+
--spectrum-chartreuse-1300: rgb(231, 254, 154);
|
|
140
|
+
--spectrum-chartreuse-1400: rgb(255, 255, 255);
|
|
141
|
+
--spectrum-celery-100: rgb(0, 69, 10);
|
|
142
|
+
--spectrum-celery-200: rgb(0, 80, 12);
|
|
143
|
+
--spectrum-celery-300: rgb(0, 94, 14);
|
|
144
|
+
--spectrum-celery-400: rgb(0, 109, 15);
|
|
145
|
+
--spectrum-celery-500: rgb(0, 127, 15);
|
|
146
|
+
--spectrum-celery-600: rgb(0, 145, 18);
|
|
147
|
+
--spectrum-celery-700: rgb(4, 165, 30);
|
|
148
|
+
--spectrum-celery-800: rgb(34, 184, 51);
|
|
149
|
+
--spectrum-celery-900: rgb(68, 202, 73);
|
|
150
|
+
--spectrum-celery-1000: rgb(105, 220, 99);
|
|
151
|
+
--spectrum-celery-1100: rgb(142, 235, 127);
|
|
152
|
+
--spectrum-celery-1200: rgb(180, 247, 162);
|
|
153
|
+
--spectrum-celery-1300: rgb(221, 253, 211);
|
|
154
|
+
--spectrum-celery-1400: rgb(255, 255, 255);
|
|
155
|
+
--spectrum-green-100: rgb(4, 67, 41);
|
|
156
|
+
--spectrum-green-200: rgb(0, 78, 47);
|
|
157
|
+
--spectrum-green-300: rgb(0, 92, 56);
|
|
158
|
+
--spectrum-green-400: rgb(0, 108, 67);
|
|
159
|
+
--spectrum-green-500: rgb(0, 125, 78);
|
|
160
|
+
--spectrum-green-600: rgb(0, 143, 93);
|
|
161
|
+
--spectrum-green-700: rgb(18, 162, 108);
|
|
162
|
+
--spectrum-green-800: rgb(43, 180, 125);
|
|
163
|
+
--spectrum-green-900: rgb(67, 199, 143);
|
|
164
|
+
--spectrum-green-1000: rgb(94, 217, 162);
|
|
165
|
+
--spectrum-green-1100: rgb(129, 233, 184);
|
|
166
|
+
--spectrum-green-1200: rgb(177, 244, 209);
|
|
167
|
+
--spectrum-green-1300: rgb(223, 250, 234);
|
|
168
|
+
--spectrum-green-1400: rgb(254, 255, 252);
|
|
169
|
+
--spectrum-seafoam-100: rgb(18, 65, 63);
|
|
170
|
+
--spectrum-seafoam-200: rgb(14, 76, 73);
|
|
171
|
+
--spectrum-seafoam-300: rgb(4, 90, 87);
|
|
172
|
+
--spectrum-seafoam-400: rgb(0, 105, 101);
|
|
173
|
+
--spectrum-seafoam-500: rgb(0, 122, 117);
|
|
174
|
+
--spectrum-seafoam-600: rgb(0, 140, 135);
|
|
175
|
+
--spectrum-seafoam-700: rgb(0, 158, 152);
|
|
176
|
+
--spectrum-seafoam-800: rgb(3, 178, 171);
|
|
177
|
+
--spectrum-seafoam-900: rgb(54, 197, 189);
|
|
178
|
+
--spectrum-seafoam-1000: rgb(93, 214, 207);
|
|
179
|
+
--spectrum-seafoam-1100: rgb(132, 230, 223);
|
|
180
|
+
--spectrum-seafoam-1200: rgb(176, 242, 236);
|
|
181
|
+
--spectrum-seafoam-1300: rgb(223, 249, 246);
|
|
182
|
+
--spectrum-seafoam-1400: rgb(254, 255, 254);
|
|
183
|
+
--spectrum-cyan-100: rgb(0, 61, 98);
|
|
184
|
+
--spectrum-cyan-200: rgb(0, 71, 111);
|
|
185
|
+
--spectrum-cyan-300: rgb(0, 85, 127);
|
|
186
|
+
--spectrum-cyan-400: rgb(0, 100, 145);
|
|
187
|
+
--spectrum-cyan-500: rgb(0, 116, 162);
|
|
188
|
+
--spectrum-cyan-600: rgb(0, 134, 180);
|
|
189
|
+
--spectrum-cyan-700: rgb(0, 153, 198);
|
|
190
|
+
--spectrum-cyan-800: rgb(14, 173, 215);
|
|
191
|
+
--spectrum-cyan-900: rgb(44, 193, 230);
|
|
192
|
+
--spectrum-cyan-1000: rgb(84, 211, 241);
|
|
193
|
+
--spectrum-cyan-1100: rgb(127, 228, 249);
|
|
194
|
+
--spectrum-cyan-1200: rgb(167, 241, 255);
|
|
195
|
+
--spectrum-cyan-1300: rgb(215, 250, 255);
|
|
196
|
+
--spectrum-cyan-1400: rgb(255, 255, 255);
|
|
197
|
+
--spectrum-blue-100: rgb(0, 56, 119);
|
|
198
|
+
--spectrum-blue-200: rgb(0, 65, 138);
|
|
199
|
+
--spectrum-blue-300: rgb(0, 77, 163);
|
|
200
|
+
--spectrum-blue-400: rgb(0, 89, 194);
|
|
201
|
+
--spectrum-blue-500: rgb(3, 103, 224);
|
|
202
|
+
--spectrum-blue-600: rgb(19, 121, 243);
|
|
203
|
+
--spectrum-blue-700: rgb(52, 143, 244);
|
|
204
|
+
--spectrum-blue-800: rgb(84, 163, 246);
|
|
205
|
+
--spectrum-blue-900: rgb(114, 183, 249);
|
|
206
|
+
--spectrum-blue-1000: rgb(143, 202, 252);
|
|
207
|
+
--spectrum-blue-1100: rgb(174, 219, 254);
|
|
208
|
+
--spectrum-blue-1200: rgb(204, 233, 255);
|
|
209
|
+
--spectrum-blue-1300: rgb(232, 246, 255);
|
|
210
|
+
--spectrum-blue-1400: rgb(255, 255, 255);
|
|
211
|
+
--spectrum-indigo-100: rgb(40, 44, 140);
|
|
212
|
+
--spectrum-indigo-200: rgb(47, 52, 163);
|
|
213
|
+
--spectrum-indigo-300: rgb(57, 63, 187);
|
|
214
|
+
--spectrum-indigo-400: rgb(70, 75, 211);
|
|
215
|
+
--spectrum-indigo-500: rgb(85, 91, 231);
|
|
216
|
+
--spectrum-indigo-600: rgb(104, 109, 244);
|
|
217
|
+
--spectrum-indigo-700: rgb(124, 129, 251);
|
|
218
|
+
--spectrum-indigo-800: rgb(145, 149, 255);
|
|
219
|
+
--spectrum-indigo-900: rgb(167, 170, 255);
|
|
220
|
+
--spectrum-indigo-1000: rgb(188, 190, 255);
|
|
221
|
+
--spectrum-indigo-1100: rgb(208, 210, 255);
|
|
222
|
+
--spectrum-indigo-1200: rgb(226, 228, 255);
|
|
223
|
+
--spectrum-indigo-1300: rgb(243, 243, 254);
|
|
224
|
+
--spectrum-indigo-1400: rgb(255, 255, 255);
|
|
225
|
+
--spectrum-purple-100: rgb(76, 13, 157);
|
|
226
|
+
--spectrum-purple-200: rgb(89, 17, 177);
|
|
227
|
+
--spectrum-purple-300: rgb(105, 28, 200);
|
|
228
|
+
--spectrum-purple-400: rgb(122, 45, 218);
|
|
229
|
+
--spectrum-purple-500: rgb(140, 65, 233);
|
|
230
|
+
--spectrum-purple-600: rgb(157, 87, 243);
|
|
231
|
+
--spectrum-purple-700: rgb(172, 111, 249);
|
|
232
|
+
--spectrum-purple-800: rgb(187, 135, 251);
|
|
233
|
+
--spectrum-purple-900: rgb(202, 159, 252);
|
|
234
|
+
--spectrum-purple-1000: rgb(215, 182, 254);
|
|
235
|
+
--spectrum-purple-1100: rgb(228, 204, 254);
|
|
236
|
+
--spectrum-purple-1200: rgb(239, 223, 255);
|
|
237
|
+
--spectrum-purple-1300: rgb(249, 240, 255);
|
|
238
|
+
--spectrum-purple-1400: rgb(255, 253, 255);
|
|
239
|
+
--spectrum-fuchsia-100: rgb(107, 3, 106);
|
|
240
|
+
--spectrum-fuchsia-200: rgb(123, 0, 123);
|
|
241
|
+
--spectrum-fuchsia-300: rgb(144, 0, 145);
|
|
242
|
+
--spectrum-fuchsia-400: rgb(165, 13, 166);
|
|
243
|
+
--spectrum-fuchsia-500: rgb(185, 37, 185);
|
|
244
|
+
--spectrum-fuchsia-600: rgb(205, 57, 206);
|
|
245
|
+
--spectrum-fuchsia-700: rgb(223, 81, 224);
|
|
246
|
+
--spectrum-fuchsia-800: rgb(235, 110, 236);
|
|
247
|
+
--spectrum-fuchsia-900: rgb(244, 140, 242);
|
|
248
|
+
--spectrum-fuchsia-1000: rgb(250, 168, 245);
|
|
249
|
+
--spectrum-fuchsia-1100: rgb(254, 194, 248);
|
|
250
|
+
--spectrum-fuchsia-1200: rgb(255, 219, 250);
|
|
251
|
+
--spectrum-fuchsia-1300: rgb(255, 239, 252);
|
|
252
|
+
--spectrum-fuchsia-1400: rgb(255, 253, 255);
|
|
253
|
+
--spectrum-magenta-100: rgb(118, 0, 58);
|
|
254
|
+
--spectrum-magenta-200: rgb(137, 0, 66);
|
|
255
|
+
--spectrum-magenta-300: rgb(160, 0, 77);
|
|
256
|
+
--spectrum-magenta-400: rgb(182, 18, 90);
|
|
257
|
+
--spectrum-magenta-500: rgb(203, 38, 109);
|
|
258
|
+
--spectrum-magenta-600: rgb(222, 61, 130);
|
|
259
|
+
--spectrum-magenta-700: rgb(237, 87, 149);
|
|
260
|
+
--spectrum-magenta-800: rgb(249, 114, 167);
|
|
261
|
+
--spectrum-magenta-900: rgb(255, 143, 185);
|
|
262
|
+
--spectrum-magenta-1000: rgb(255, 172, 202);
|
|
263
|
+
--spectrum-magenta-1100: rgb(255, 198, 218);
|
|
264
|
+
--spectrum-magenta-1200: rgb(255, 221, 233);
|
|
265
|
+
--spectrum-magenta-1300: rgb(255, 240, 245);
|
|
266
|
+
--spectrum-magenta-1400: rgb(255, 252, 253);
|
|
267
|
+
}
|