@spectrum-web-components/styles 0.14.0 → 0.15.1-devmode.7
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/body.dev.js +5 -0
- package/body.dev.js.map +7 -0
- package/body.js +4 -15
- package/body.js.map +7 -1
- package/code.dev.js +5 -0
- package/code.dev.js.map +7 -0
- package/code.js +4 -15
- package/code.js.map +7 -1
- package/core-global.css +0 -114
- package/detail.dev.js +5 -0
- package/detail.dev.js.map +7 -0
- package/detail.js +4 -15
- package/detail.js.map +7 -1
- package/express/core-global.css +0 -74
- package/express/spectrum-scale-large.css +0 -3
- package/express/spectrum-scale-medium.css +0 -3
- package/heading.dev.js +5 -0
- package/heading.dev.js.map +7 -0
- package/heading.js +4 -15
- package/heading.js.map +7 -1
- package/package.json +57 -17
- package/spectrum-scale-large.css +0 -3
- package/spectrum-scale-medium.css +0 -3
- package/src/spectrum-base.css.dev.js +10 -0
- package/src/spectrum-base.css.dev.js.map +7 -0
- package/src/spectrum-base.css.js +3 -14
- package/src/spectrum-base.css.js.map +7 -1
- package/src/spectrum-body.css.dev.js +100 -0
- package/src/spectrum-body.css.dev.js.map +7 -0
- package/src/spectrum-body.css.js +3 -14
- package/src/spectrum-body.css.js.map +7 -1
- package/src/spectrum-code.css.dev.js +84 -0
- package/src/spectrum-code.css.dev.js.map +7 -0
- package/src/spectrum-code.css.js +3 -14
- package/src/spectrum-code.css.js.map +7 -1
- package/src/spectrum-detail.css.dev.js +154 -0
- package/src/spectrum-detail.css.dev.js.map +7 -0
- package/src/spectrum-detail.css.js +3 -14
- package/src/spectrum-detail.css.js.map +7 -1
- package/src/spectrum-heading.css.dev.js +148 -0
- package/src/spectrum-heading.css.dev.js.map +7 -0
- package/src/spectrum-heading.css.js +3 -14
- package/src/spectrum-heading.css.js.map +7 -1
- package/src/spectrum-lang.css.dev.js +468 -0
- package/src/spectrum-lang.css.dev.js.map +7 -0
- package/src/spectrum-lang.css.js +3 -14
- package/src/spectrum-lang.css.js.map +7 -1
- package/src/spectrum-typography.css.dev.js +66 -0
- package/src/spectrum-typography.css.dev.js.map +7 -0
- package/src/spectrum-typography.css.js +3 -14
- package/src/spectrum-typography.css.js.map +7 -1
- package/stories/styles.stories.js +4 -15
- package/stories/styles.stories.js.map +7 -1
- package/test/styles.test-vrt.js +4 -15
- package/test/styles.test-vrt.js.map +7 -1
- 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/typography.dev.js +3 -0
- package/typography.dev.js.map +7 -0
- package/typography.js +2 -13
- package/typography.js.map +7 -1
package/body.dev.js
ADDED
package/body.dev.js.map
ADDED
|
@@ -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
|
-
|
|
3
|
-
|
|
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
|
-
{
|
|
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
package/code.dev.js.map
ADDED
|
@@ -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
|
-
|
|
3
|
-
|
|
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
|
-
{
|
|
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,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
|
-
|
|
3
|
-
|
|
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
|
-
{
|
|
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/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/heading.dev.js
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["heading.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 headingStyles from './src/spectrum-heading.css.js';\n\nexport default [baseStyles, langStyles, headingStyles];\n"],
|
|
5
|
+
"mappings": "AAYA;AACA;AACA;AAEA,eAAe,CAAC,YAAY,YAAY,aAAa;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/heading.js
CHANGED
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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 headingStyles from './src/spectrum-heading.css.js';
|
|
1
|
+
import baseStyles from "./src/spectrum-base.css.js";
|
|
2
|
+
import langStyles from "./src/spectrum-lang.css.js";
|
|
3
|
+
import headingStyles from "./src/spectrum-heading.css.js";
|
|
15
4
|
export default [baseStyles, langStyles, headingStyles];
|
|
16
|
-
//# sourceMappingURL=heading.js.map
|
|
5
|
+
//# sourceMappingURL=heading.js.map
|
package/heading.js.map
CHANGED
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["heading.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 headingStyles from './src/spectrum-heading.css.js';\n\nexport default [baseStyles, langStyles, headingStyles];\n"],
|
|
5
|
+
"mappings": "AAYA;AACA;AACA;AAEA,eAAe,CAAC,YAAY,YAAY,aAAa;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/styles",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.1-devmode.7+8303f3a2a",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -20,7 +20,11 @@
|
|
|
20
20
|
"module": "src/spectrum-base.css.js",
|
|
21
21
|
"type": "module",
|
|
22
22
|
"exports": {
|
|
23
|
-
".":
|
|
23
|
+
".": {
|
|
24
|
+
"development": "./src/index.dev.js",
|
|
25
|
+
"default": "./src/index.js"
|
|
26
|
+
},
|
|
27
|
+
"./package.json": "./package.json",
|
|
24
28
|
"./all-large-dark.css": "./all-large-dark.css",
|
|
25
29
|
"./all-large-darkest.css": "./all-large-darkest.css",
|
|
26
30
|
"./all-large-light.css": "./all-large-light.css",
|
|
@@ -30,25 +34,60 @@
|
|
|
30
34
|
"./all-medium-light.css": "./all-medium-light.css",
|
|
31
35
|
"./all-medium-lightest.css": "./all-medium-lightest.css",
|
|
32
36
|
"./core-global.css": "./core-global.css",
|
|
37
|
+
"./express/core-global.css": "./express/core-global.css",
|
|
33
38
|
"./fonts.css": "./fonts.css",
|
|
34
39
|
"./scale-large.css": "./scale-large.css",
|
|
40
|
+
"./express/scale-large.css": "./express/scale-large.css",
|
|
35
41
|
"./scale-medium.css": "./scale-medium.css",
|
|
42
|
+
"./express/scale-medium.css": "./express/scale-medium.css",
|
|
36
43
|
"./theme-dark.css": "./theme-dark.css",
|
|
44
|
+
"./express/theme-dark.css": "./express/theme-dark.css",
|
|
37
45
|
"./theme-darkest.css": "./theme-darkest.css",
|
|
46
|
+
"./express/theme-darkest.css": "./express/theme-darkest.css",
|
|
38
47
|
"./theme-light.css": "./theme-light.css",
|
|
48
|
+
"./express/theme-light.css": "./express/theme-light.css",
|
|
39
49
|
"./theme-lightest.css": "./theme-lightest.css",
|
|
50
|
+
"./express/theme-lightest.css": "./express/theme-lightest.css",
|
|
40
51
|
"./typography.css": "./typography.css",
|
|
41
|
-
"./body":
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"./
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
"./
|
|
50
|
-
|
|
51
|
-
|
|
52
|
+
"./body.js": {
|
|
53
|
+
"development": "./body.dev.js",
|
|
54
|
+
"default": "./body.js"
|
|
55
|
+
},
|
|
56
|
+
"./code.js": {
|
|
57
|
+
"development": "./code.dev.js",
|
|
58
|
+
"default": "./code.js"
|
|
59
|
+
},
|
|
60
|
+
"./detail.js": {
|
|
61
|
+
"development": "./detail.dev.js",
|
|
62
|
+
"default": "./detail.js"
|
|
63
|
+
},
|
|
64
|
+
"./heading.js": {
|
|
65
|
+
"development": "./heading.dev.js",
|
|
66
|
+
"default": "./heading.js"
|
|
67
|
+
},
|
|
68
|
+
"./typography.js": {
|
|
69
|
+
"development": "./typography.dev.js",
|
|
70
|
+
"default": "./typography.js"
|
|
71
|
+
},
|
|
72
|
+
"./src/spectrum-base.css": "./src/spectrum-base.css",
|
|
73
|
+
"./src/spectrum-body.css": "./src/spectrum-body.css",
|
|
74
|
+
"./src/spectrum-code.css": "./src/spectrum-code.css",
|
|
75
|
+
"./src/spectrum-detail.css": "./src/spectrum-code.css",
|
|
76
|
+
"./src/spectrum-heading.css": "./src/spectrum-heading.css",
|
|
77
|
+
"./src/spectrum-lang.css": "./src/spectrum-lang.css",
|
|
78
|
+
"./src/spectrum-typography.css": "./src/spectrum-typography.css",
|
|
79
|
+
"./tokens/express/custom-large-vars.css": "./tokens/express/custom-large-vars.css",
|
|
80
|
+
"./tokens/express/custom-medium-vars.css": "./tokens/express/custom-medium-vars.css",
|
|
81
|
+
"./tokens/express/custom-vars.css": "./tokens/express/custom-vars.css",
|
|
82
|
+
"./tokens/express/global-vars.css": "./tokens/express/global-vars.css",
|
|
83
|
+
"./tokens/express/large-vars.css": "./tokens/express/large-vars.css",
|
|
84
|
+
"./tokens/express/medium-vars.css": "./tokens/express/medium-vars.css",
|
|
85
|
+
"./tokens/spectrum/custom-large-vars.css": "./tokens/spectrum/custom-large-vars.css",
|
|
86
|
+
"./tokens/spectrum/custom-medium-vars.css": "./tokens/spectrum/custom-medium-vars.css",
|
|
87
|
+
"./tokens/spectrum/custom-vars.css": "./tokens/spectrum/custom-vars.css",
|
|
88
|
+
"./tokens/spectrum/global-vars.css": "./tokens/spectrum/global-vars.css",
|
|
89
|
+
"./tokens/spectrum/large-vars.css": "./tokens/spectrum/large-vars.css",
|
|
90
|
+
"./tokens/spectrum/medium-vars.css": "./tokens/spectrum/medium-vars.css"
|
|
52
91
|
},
|
|
53
92
|
"scripts": {
|
|
54
93
|
"test": "echo \"Error: run tests from mono-repo root.\" && exit 1"
|
|
@@ -69,12 +108,13 @@
|
|
|
69
108
|
"lit-html"
|
|
70
109
|
],
|
|
71
110
|
"dependencies": {
|
|
72
|
-
"@spectrum-web-components/base": "^0.5.
|
|
111
|
+
"@spectrum-web-components/base": "^0.5.9-devmode.31+8303f3a2a"
|
|
73
112
|
},
|
|
74
113
|
"devDependencies": {
|
|
75
|
-
"@spectrum-css/commons": "^3.0.
|
|
114
|
+
"@spectrum-css/commons": "^3.0.6",
|
|
76
115
|
"@spectrum-css/expressvars": "^2.0.0",
|
|
77
|
-
"@spectrum-css/
|
|
116
|
+
"@spectrum-css/tokens": "^1.0.1",
|
|
117
|
+
"@spectrum-css/typography": "^4.0.20",
|
|
78
118
|
"@spectrum-css/vars": "^8.0.0"
|
|
79
119
|
},
|
|
80
120
|
"customElements": "custom-elements.json",
|
|
@@ -82,5 +122,5 @@
|
|
|
82
122
|
"./*.css"
|
|
83
123
|
],
|
|
84
124
|
"style": "all-medium-lightest.css",
|
|
85
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "8303f3a2a90b0aedc15158797662ccfa8f4a2031"
|
|
86
126
|
}
|
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,10 @@
|
|
|
1
|
+
import { css } from "@spectrum-web-components/base";
|
|
2
|
+
const styles = css`
|
|
3
|
+
.spectrum{color:var(--spectrum-body-m-text-color,var(--spectrum-alias-text-color));font-family:var(
|
|
4
|
+
--spectrum-alias-body-text-font-family,var(--spectrum-global-font-family-base)
|
|
5
|
+
);font-size:var(
|
|
6
|
+
--spectrum-alias-font-size-default,var(--spectrum-global-dimension-font-size-100)
|
|
7
|
+
)}
|
|
8
|
+
`;
|
|
9
|
+
export default styles;
|
|
10
|
+
//# sourceMappingURL=spectrum-base.css.dev.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["spectrum-base.css.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2022 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*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum{color:var(--spectrum-body-m-text-color,var(--spectrum-alias-text-color));font-family:var(\n--spectrum-alias-body-text-font-family,var(--spectrum-global-font-family-base)\n);font-size:var(\n--spectrum-alias-font-size-default,var(--spectrum-global-dimension-font-size-100)\n)}\n`;\nexport default styles;"],
|
|
5
|
+
"mappings": "AAWA;AACA,MAAM,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAOf,eAAe;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/src/spectrum-base.css.js
CHANGED
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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 { css } from '@spectrum-web-components/base';
|
|
13
|
-
const styles = css `
|
|
1
|
+
import { css } from "@spectrum-web-components/base";
|
|
2
|
+
const styles = css`
|
|
14
3
|
.spectrum{color:var(--spectrum-body-m-text-color,var(--spectrum-alias-text-color));font-family:var(
|
|
15
4
|
--spectrum-alias-body-text-font-family,var(--spectrum-global-font-family-base)
|
|
16
5
|
);font-size:var(
|
|
@@ -18,4 +7,4 @@ const styles = css `
|
|
|
18
7
|
)}
|
|
19
8
|
`;
|
|
20
9
|
export default styles;
|
|
21
|
-
//# sourceMappingURL=spectrum-base.css.js.map
|
|
10
|
+
//# sourceMappingURL=spectrum-base.css.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["spectrum-base.css.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2022 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*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum{color:var(--spectrum-body-m-text-color,var(--spectrum-alias-text-color));font-family:var(\n--spectrum-alias-body-text-font-family,var(--spectrum-global-font-family-base)\n);font-size:var(\n--spectrum-alias-font-size-default,var(--spectrum-global-dimension-font-size-100)\n)}\n`;\nexport default styles;"],
|
|
5
|
+
"mappings": "AAWA;AACA,MAAM,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAOf,eAAe;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|