@spectrum-web-components/styles 0.13.2 → 0.15.1-devmode.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.
Files changed (77) hide show
  1. package/body.dev.js +5 -0
  2. package/body.dev.js.map +7 -0
  3. package/body.js +4 -15
  4. package/body.js.map +7 -1
  5. package/code.dev.js +5 -0
  6. package/code.dev.js.map +7 -0
  7. package/code.js +4 -15
  8. package/code.js.map +7 -1
  9. package/core-global.css +0 -114
  10. package/detail.dev.js +5 -0
  11. package/detail.dev.js.map +7 -0
  12. package/detail.js +4 -15
  13. package/detail.js.map +7 -1
  14. package/express/core-global.css +0 -74
  15. package/express/spectrum-scale-large.css +36 -6059
  16. package/express/spectrum-scale-medium.css +44 -6115
  17. package/heading.dev.js +5 -0
  18. package/heading.dev.js.map +7 -0
  19. package/heading.js +4 -15
  20. package/heading.js.map +7 -1
  21. package/package.json +57 -17
  22. package/spectrum-scale-large.css +36 -6059
  23. package/spectrum-scale-medium.css +44 -6115
  24. package/src/spectrum-base.css.dev.js +10 -0
  25. package/src/spectrum-base.css.dev.js.map +7 -0
  26. package/src/spectrum-base.css.js +3 -14
  27. package/src/spectrum-base.css.js.map +7 -1
  28. package/src/spectrum-body.css.dev.js +100 -0
  29. package/src/spectrum-body.css.dev.js.map +7 -0
  30. package/src/spectrum-body.css.js +3 -14
  31. package/src/spectrum-body.css.js.map +7 -1
  32. package/src/spectrum-code.css.dev.js +84 -0
  33. package/src/spectrum-code.css.dev.js.map +7 -0
  34. package/src/spectrum-code.css.js +3 -14
  35. package/src/spectrum-code.css.js.map +7 -1
  36. package/src/spectrum-detail.css.dev.js +154 -0
  37. package/src/spectrum-detail.css.dev.js.map +7 -0
  38. package/src/spectrum-detail.css.js +3 -14
  39. package/src/spectrum-detail.css.js.map +7 -1
  40. package/src/spectrum-heading.css.dev.js +148 -0
  41. package/src/spectrum-heading.css.dev.js.map +7 -0
  42. package/src/spectrum-heading.css.js +3 -14
  43. package/src/spectrum-heading.css.js.map +7 -1
  44. package/src/spectrum-lang.css.dev.js +468 -0
  45. package/src/spectrum-lang.css.dev.js.map +7 -0
  46. package/src/spectrum-lang.css.js +3 -14
  47. package/src/spectrum-lang.css.js.map +7 -1
  48. package/src/spectrum-typography.css.dev.js +66 -0
  49. package/src/spectrum-typography.css.dev.js.map +7 -0
  50. package/src/spectrum-typography.css.js +3 -14
  51. package/src/spectrum-typography.css.js.map +7 -1
  52. package/stories/styles.stories.js +4 -15
  53. package/stories/styles.stories.js.map +7 -1
  54. package/test/styles.test-vrt.js +4 -15
  55. package/test/styles.test-vrt.js.map +7 -1
  56. package/tokens/dark-vars.css +267 -0
  57. package/tokens/darkest-vars.css +267 -0
  58. package/tokens/express/custom-large-vars.css +17 -0
  59. package/tokens/express/custom-medium-vars.css +17 -0
  60. package/tokens/express/custom-vars.css +17 -0
  61. package/tokens/express/global-vars.css +268 -0
  62. package/tokens/express/large-vars.css +48 -0
  63. package/tokens/express/medium-vars.css +48 -0
  64. package/tokens/global-vars.css +161 -0
  65. package/tokens/large-vars.css +140 -0
  66. package/tokens/light-vars.css +267 -0
  67. package/tokens/medium-vars.css +140 -0
  68. package/tokens/spectrum/custom-large-vars.css +21 -0
  69. package/tokens/spectrum/custom-medium-vars.css +21 -0
  70. package/tokens/spectrum/custom-vars.css +31 -0
  71. package/tokens/spectrum/global-vars.css +296 -0
  72. package/tokens/spectrum/large-vars.css +41 -0
  73. package/tokens/spectrum/medium-vars.css +41 -0
  74. package/typography.dev.js +3 -0
  75. package/typography.dev.js.map +7 -0
  76. package/typography.js +2 -13
  77. package/typography.js.map +7 -1
package/body.dev.js ADDED
@@ -0,0 +1,5 @@
1
+ import baseStyles from "./src/spectrum-base.css.js";
2
+ import langStyles from "./src/spectrum-lang.css.js";
3
+ import bodyStyles from "./src/spectrum-body.css.js";
4
+ export default [baseStyles, langStyles, bodyStyles];
5
+ //# sourceMappingURL=body.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["body.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langStyles from './src/spectrum-lang.css.js';\nimport bodyStyles from './src/spectrum-body.css.js';\n\nexport default [baseStyles, langStyles, bodyStyles];\n"],
5
+ "mappings": "AAYA;AACA;AACA;AAEA,eAAe,CAAC,YAAY,YAAY,UAAU;",
6
+ "names": []
7
+ }
package/body.js CHANGED
@@ -1,16 +1,5 @@
1
- /*
2
- Copyright 2020 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
- import baseStyles from './src/spectrum-base.css.js';
13
- import langStyles from './src/spectrum-lang.css.js';
14
- import bodyStyles from './src/spectrum-body.css.js';
1
+ import baseStyles from "./src/spectrum-base.css.js";
2
+ import langStyles from "./src/spectrum-lang.css.js";
3
+ import bodyStyles from "./src/spectrum-body.css.js";
15
4
  export default [baseStyles, langStyles, bodyStyles];
16
- //# sourceMappingURL=body.js.map
5
+ //# sourceMappingURL=body.js.map
package/body.js.map CHANGED
@@ -1 +1,7 @@
1
- {"version":3,"file":"body.js","sourceRoot":"","sources":["body.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;EAUE;AAEF,OAAO,UAAU,MAAM,4BAA4B,CAAC;AACpD,OAAO,UAAU,MAAM,4BAA4B,CAAC;AACpD,OAAO,UAAU,MAAM,4BAA4B,CAAC;AAEpD,eAAe,CAAC,UAAU,EAAE,UAAU,EAAE,UAAU,CAAC,CAAC","sourcesContent":["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langStyles from './src/spectrum-lang.css.js';\nimport bodyStyles from './src/spectrum-body.css.js';\n\nexport default [baseStyles, langStyles, bodyStyles];\n"]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["body.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langStyles from './src/spectrum-lang.css.js';\nimport bodyStyles from './src/spectrum-body.css.js';\n\nexport default [baseStyles, langStyles, bodyStyles];\n"],
5
+ "mappings": "AAYA;AACA;AACA;AAEA,eAAe,CAAC,YAAY,YAAY,UAAU;",
6
+ "names": []
7
+ }
package/code.dev.js ADDED
@@ -0,0 +1,5 @@
1
+ import baseStyles from "./src/spectrum-base.css.js";
2
+ import langStyles from "./src/spectrum-lang.css.js";
3
+ import codeStyles from "./src/spectrum-code.css.js";
4
+ export default [baseStyles, langStyles, codeStyles];
5
+ //# sourceMappingURL=code.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["code.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langStyles from './src/spectrum-lang.css.js';\nimport codeStyles from './src/spectrum-code.css.js';\n\nexport default [baseStyles, langStyles, codeStyles];\n"],
5
+ "mappings": "AAYA;AACA;AACA;AAEA,eAAe,CAAC,YAAY,YAAY,UAAU;",
6
+ "names": []
7
+ }
package/code.js CHANGED
@@ -1,16 +1,5 @@
1
- /*
2
- Copyright 2020 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
- import baseStyles from './src/spectrum-base.css.js';
13
- import langStyles from './src/spectrum-lang.css.js';
14
- import codeStyles from './src/spectrum-code.css.js';
1
+ import baseStyles from "./src/spectrum-base.css.js";
2
+ import langStyles from "./src/spectrum-lang.css.js";
3
+ import codeStyles from "./src/spectrum-code.css.js";
15
4
  export default [baseStyles, langStyles, codeStyles];
16
- //# sourceMappingURL=code.js.map
5
+ //# sourceMappingURL=code.js.map
package/code.js.map CHANGED
@@ -1 +1,7 @@
1
- {"version":3,"file":"code.js","sourceRoot":"","sources":["code.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;EAUE;AAEF,OAAO,UAAU,MAAM,4BAA4B,CAAC;AACpD,OAAO,UAAU,MAAM,4BAA4B,CAAC;AACpD,OAAO,UAAU,MAAM,4BAA4B,CAAC;AAEpD,eAAe,CAAC,UAAU,EAAE,UAAU,EAAE,UAAU,CAAC,CAAC","sourcesContent":["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langStyles from './src/spectrum-lang.css.js';\nimport codeStyles from './src/spectrum-code.css.js';\n\nexport default [baseStyles, langStyles, codeStyles];\n"]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["code.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langStyles from './src/spectrum-lang.css.js';\nimport codeStyles from './src/spectrum-code.css.js';\n\nexport default [baseStyles, langStyles, codeStyles];\n"],
5
+ "mappings": "AAYA;AACA;AACA;AAEA,eAAe,CAAC,YAAY,YAAY,UAAU;",
6
+ "names": []
7
+ }
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/detail.dev.js ADDED
@@ -0,0 +1,5 @@
1
+ import baseStyles from "./src/spectrum-base.css.js";
2
+ import langStyles from "./src/spectrum-lang.css.js";
3
+ import detailStyles from "./src/spectrum-detail.css.js";
4
+ export default [baseStyles, langStyles, detailStyles];
5
+ //# sourceMappingURL=detail.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["detail.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langStyles from './src/spectrum-lang.css.js';\nimport detailStyles from './src/spectrum-detail.css.js';\n\nexport default [baseStyles, langStyles, detailStyles];\n"],
5
+ "mappings": "AAYA;AACA;AACA;AAEA,eAAe,CAAC,YAAY,YAAY,YAAY;",
6
+ "names": []
7
+ }
package/detail.js CHANGED
@@ -1,16 +1,5 @@
1
- /*
2
- Copyright 2020 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
- import baseStyles from './src/spectrum-base.css.js';
13
- import langStyles from './src/spectrum-lang.css.js';
14
- import detailStyles from './src/spectrum-detail.css.js';
1
+ import baseStyles from "./src/spectrum-base.css.js";
2
+ import langStyles from "./src/spectrum-lang.css.js";
3
+ import detailStyles from "./src/spectrum-detail.css.js";
15
4
  export default [baseStyles, langStyles, detailStyles];
16
- //# sourceMappingURL=detail.js.map
5
+ //# sourceMappingURL=detail.js.map
package/detail.js.map CHANGED
@@ -1 +1,7 @@
1
- {"version":3,"file":"detail.js","sourceRoot":"","sources":["detail.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;EAUE;AAEF,OAAO,UAAU,MAAM,4BAA4B,CAAC;AACpD,OAAO,UAAU,MAAM,4BAA4B,CAAC;AACpD,OAAO,YAAY,MAAM,8BAA8B,CAAC;AAExD,eAAe,CAAC,UAAU,EAAE,UAAU,EAAE,YAAY,CAAC,CAAC","sourcesContent":["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langStyles from './src/spectrum-lang.css.js';\nimport detailStyles from './src/spectrum-detail.css.js';\n\nexport default [baseStyles, langStyles, detailStyles];\n"]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["detail.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langStyles from './src/spectrum-lang.css.js';\nimport detailStyles from './src/spectrum-detail.css.js';\n\nexport default [baseStyles, langStyles, detailStyles];\n"],
5
+ "mappings": "AAYA;AACA;AACA;AAEA,eAAe,CAAC,YAAY,YAAY,YAAY;",
6
+ "names": []
7
+ }
@@ -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