@spectrum-web-components/styles 0.12.1 → 0.12.2
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 +74 -12
- package/package.json +2 -2
- package/spectrum-scale-large.css +9 -6
- package/spectrum-scale-medium.css +9 -6
- package/test/styles.test-vrt.js +15 -0
- package/test/styles.test-vrt.js.map +1 -0
package/core-global.css
CHANGED
|
@@ -390,6 +390,18 @@ governing permissions and limitations under the License.
|
|
|
390
390
|
--spectrum-semantic-cta-background-color-key-focus: var(
|
|
391
391
|
--spectrum-global-color-static-blue-600
|
|
392
392
|
);
|
|
393
|
+
--spectrum-semantic-emphasized-border-color-default: var(
|
|
394
|
+
--spectrum-global-color-blue-500
|
|
395
|
+
);
|
|
396
|
+
--spectrum-semantic-emphasized-border-color-hover: var(
|
|
397
|
+
--spectrum-global-color-blue-600
|
|
398
|
+
);
|
|
399
|
+
--spectrum-semantic-emphasized-border-color-down: var(
|
|
400
|
+
--spectrum-global-color-blue-700
|
|
401
|
+
);
|
|
402
|
+
--spectrum-semantic-emphasized-border-color-key-focus: var(
|
|
403
|
+
--spectrum-global-color-blue-600
|
|
404
|
+
);
|
|
393
405
|
--spectrum-semantic-neutral-background-color-default: var(
|
|
394
406
|
--spectrum-global-color-static-gray-700
|
|
395
407
|
);
|
|
@@ -446,12 +458,14 @@ governing permissions and limitations under the License.
|
|
|
446
458
|
--spectrum-global-dimension-static-size-150: 12px;
|
|
447
459
|
--spectrum-global-dimension-static-size-160: 13px;
|
|
448
460
|
--spectrum-global-dimension-static-size-175: 14px;
|
|
461
|
+
--spectrum-global-dimension-static-size-185: 15px;
|
|
449
462
|
--spectrum-global-dimension-static-size-200: 16px;
|
|
450
463
|
--spectrum-global-dimension-static-size-225: 18px;
|
|
451
464
|
--spectrum-global-dimension-static-size-250: 20px;
|
|
452
465
|
--spectrum-global-dimension-static-size-275: 22px;
|
|
453
466
|
--spectrum-global-dimension-static-size-300: 24px;
|
|
454
467
|
--spectrum-global-dimension-static-size-325: 26px;
|
|
468
|
+
--spectrum-global-dimension-static-size-350: 28px;
|
|
455
469
|
--spectrum-global-dimension-static-size-400: 32px;
|
|
456
470
|
--spectrum-global-dimension-static-size-450: 36px;
|
|
457
471
|
--spectrum-global-dimension-static-size-500: 40px;
|
|
@@ -1145,9 +1159,6 @@ governing permissions and limitations under the License.
|
|
|
1145
1159
|
--spectrum-alias-component-focusring-size-emphasized: var(
|
|
1146
1160
|
--spectrum-global-dimension-static-size-25
|
|
1147
1161
|
);
|
|
1148
|
-
--spectrum-alias-component-focusring-border-radius: var(
|
|
1149
|
-
--spectrum-global-dimension-size-75
|
|
1150
|
-
);
|
|
1151
1162
|
--spectrum-alias-input-border-size: var(
|
|
1152
1163
|
--spectrum-global-dimension-static-size-10
|
|
1153
1164
|
);
|
|
@@ -1184,6 +1195,21 @@ governing permissions and limitations under the License.
|
|
|
1184
1195
|
--spectrum-alias-control-two-border-radius-xxl: var(
|
|
1185
1196
|
--spectrum-global-dimension-size-125
|
|
1186
1197
|
);
|
|
1198
|
+
--spectrum-alias-control-two-focus-ring-border-radius-s: var(
|
|
1199
|
+
--spectrum-global-dimension-size-125
|
|
1200
|
+
);
|
|
1201
|
+
--spectrum-alias-control-two-focus-ring-border-radius-m: var(
|
|
1202
|
+
--spectrum-global-dimension-size-130
|
|
1203
|
+
);
|
|
1204
|
+
--spectrum-alias-control-two-focus-ring-border-radius-l: var(
|
|
1205
|
+
--spectrum-global-dimension-size-150
|
|
1206
|
+
);
|
|
1207
|
+
--spectrum-alias-control-two-focus-ring-border-radius-xl: var(
|
|
1208
|
+
--spectrum-global-dimension-size-160
|
|
1209
|
+
);
|
|
1210
|
+
--spectrum-alias-control-two-focus-ring-border-radius-xxl: var(
|
|
1211
|
+
--spectrum-global-dimension-size-175
|
|
1212
|
+
);
|
|
1187
1213
|
--spectrum-alias-control-three-height-m: var(
|
|
1188
1214
|
--spectrum-global-dimension-size-175
|
|
1189
1215
|
);
|
|
@@ -1520,6 +1546,21 @@ governing permissions and limitations under the License.
|
|
|
1520
1546
|
--spectrum-alias-border-radius-xlarge: var(
|
|
1521
1547
|
--spectrum-global-dimension-size-300
|
|
1522
1548
|
);
|
|
1549
|
+
--spectrum-alias-focus-ring-border-radius-xsmall: var(
|
|
1550
|
+
--spectrum-global-dimension-size-50
|
|
1551
|
+
);
|
|
1552
|
+
--spectrum-alias-focus-ring-border-radius-small: var(
|
|
1553
|
+
--spectrum-global-dimension-static-size-65
|
|
1554
|
+
);
|
|
1555
|
+
--spectrum-alias-focus-ring-border-radius-medium: var(
|
|
1556
|
+
--spectrum-global-dimension-size-150
|
|
1557
|
+
);
|
|
1558
|
+
--spectrum-alias-focus-ring-border-radius-large: var(
|
|
1559
|
+
--spectrum-global-dimension-size-250
|
|
1560
|
+
);
|
|
1561
|
+
--spectrum-alias-focus-ring-border-radius-xlarge: var(
|
|
1562
|
+
--spectrum-global-dimension-size-350
|
|
1563
|
+
);
|
|
1523
1564
|
--spectrum-alias-single-line-height: var(
|
|
1524
1565
|
--spectrum-global-dimension-size-400
|
|
1525
1566
|
);
|
|
@@ -1660,9 +1701,6 @@ governing permissions and limitations under the License.
|
|
|
1660
1701
|
--spectrum-alias-tag-clearbutton-icon-margin-l: var(
|
|
1661
1702
|
--spectrum-global-dimension-size-185
|
|
1662
1703
|
);
|
|
1663
|
-
--spectrum-alias-tag-focusring-border-radius: var(
|
|
1664
|
-
--spectrum-global-dimension-size-75
|
|
1665
|
-
);
|
|
1666
1704
|
--spectrum-alias-tag-focusring-size: var(
|
|
1667
1705
|
--spectrum-global-dimension-size-25
|
|
1668
1706
|
);
|
|
@@ -2219,16 +2257,16 @@ governing permissions and limitations under the License.
|
|
|
2219
2257
|
--spectrum-alias-toggle-background-color-default
|
|
2220
2258
|
);
|
|
2221
2259
|
--spectrum-alias-toggle-background-color-emphasized-selected-default: var(
|
|
2222
|
-
--spectrum-
|
|
2260
|
+
--spectrum-global-color-blue-500
|
|
2223
2261
|
);
|
|
2224
2262
|
--spectrum-alias-toggle-background-color-emphasized-selected-hover: var(
|
|
2225
|
-
--spectrum-
|
|
2263
|
+
--spectrum-global-color-blue-600
|
|
2226
2264
|
);
|
|
2227
2265
|
--spectrum-alias-toggle-background-color-emphasized-selected-down: var(
|
|
2228
|
-
--spectrum-
|
|
2266
|
+
--spectrum-global-color-blue-700
|
|
2229
2267
|
);
|
|
2230
2268
|
--spectrum-alias-toggle-background-color-emphasized-selected-key-focus: var(
|
|
2231
|
-
--spectrum-
|
|
2269
|
+
--spectrum-global-color-blue-600
|
|
2232
2270
|
);
|
|
2233
2271
|
--spectrum-alias-toggle-background-color-emphasized-selected: var(
|
|
2234
2272
|
--spectrum-alias-toggle-background-color-emphasized-selected-default
|
|
@@ -2252,7 +2290,7 @@ governing permissions and limitations under the License.
|
|
|
2252
2290
|
--spectrum-global-color-gray-75
|
|
2253
2291
|
);
|
|
2254
2292
|
--spectrum-alias-toggle-icon-color-emphasized-selected: var(
|
|
2255
|
-
--spectrum-
|
|
2293
|
+
--spectrum-global-color-gray-75
|
|
2256
2294
|
);
|
|
2257
2295
|
--spectrum-alias-button-primary-background-color-default: var(
|
|
2258
2296
|
--spectrum-alias-background-color-transparent
|
|
@@ -2760,6 +2798,24 @@ governing permissions and limitations under the License.
|
|
|
2760
2798
|
--spectrum-alias-tabitem-icon-color-emphasized-selected: var(
|
|
2761
2799
|
--spectrum-alias-tabitem-text-color-emphasized-selected-default
|
|
2762
2800
|
);
|
|
2801
|
+
--spectrum-alias-assetcard-selectionindicator-background-color-ordered: var(
|
|
2802
|
+
--spectrum-global-color-blue-500
|
|
2803
|
+
);
|
|
2804
|
+
--spectrum-alias-assetcard-overlay-background-color: rgba(
|
|
2805
|
+
38,
|
|
2806
|
+
128,
|
|
2807
|
+
235,
|
|
2808
|
+
0.1
|
|
2809
|
+
);
|
|
2810
|
+
--spectrum-alias-assetcard-border-color-selected: var(
|
|
2811
|
+
--spectrum-global-color-blue-500
|
|
2812
|
+
);
|
|
2813
|
+
--spectrum-alias-assetcard-border-color-selected-hover: var(
|
|
2814
|
+
--spectrum-global-color-blue-500
|
|
2815
|
+
);
|
|
2816
|
+
--spectrum-alias-assetcard-border-color-selected-down: var(
|
|
2817
|
+
--spectrum-global-color-blue-600
|
|
2818
|
+
);
|
|
2763
2819
|
--spectrum-alias-background-color-default: var(
|
|
2764
2820
|
--spectrum-global-color-gray-100
|
|
2765
2821
|
);
|
|
@@ -3046,10 +3102,10 @@ governing permissions and limitations under the License.
|
|
|
3046
3102
|
--spectrum-colorhandle-background-offset: calc(
|
|
3047
3103
|
var(--spectrum-global-dimension-static-size-25) * -1
|
|
3048
3104
|
);
|
|
3049
|
-
--spectrum-colorhandle-outer-shadow-color: rgba(0, 0, 0, 0.42);
|
|
3050
3105
|
--spectrum-colorhandle-inner-shadow-color: var(
|
|
3051
3106
|
--spectrum-colorhandle-outer-shadow-color
|
|
3052
3107
|
);
|
|
3108
|
+
--spectrum-colorhandle-outer-shadow-color: rgba(0, 0, 0, 0.42);
|
|
3053
3109
|
--spectrum-colorhandle-outer-shadow-blur: 0;
|
|
3054
3110
|
--spectrum-colorhandle-outer-shadow-spread: var(
|
|
3055
3111
|
--spectrum-alias-border-size-thin
|
|
@@ -3060,5 +3116,11 @@ governing permissions and limitations under the License.
|
|
|
3060
3116
|
--spectrum-colorcontrol-checkerboard-dark-color: var(
|
|
3061
3117
|
--spectrum-global-color-static-gray-300
|
|
3062
3118
|
);
|
|
3119
|
+
--spectrum-slider-m-track-inside-border-radius: var(
|
|
3120
|
+
--spectrum-slider-m-track-border-radius
|
|
3121
|
+
);
|
|
3122
|
+
--spectrum-slider-label-text-size: var(
|
|
3123
|
+
--spectrum-global-dimension-font-size-75
|
|
3124
|
+
);
|
|
3063
3125
|
}
|
|
3064
3126
|
/* stylelint-enable */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/styles",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"./*.css"
|
|
82
82
|
],
|
|
83
83
|
"style": "all-medium-lightest.css",
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "dd76f9532fdea946880147cc7645f113b998c326"
|
|
85
85
|
}
|
package/spectrum-scale-large.css
CHANGED
|
@@ -125,6 +125,9 @@ governing permissions and limitations under the License.
|
|
|
125
125
|
--spectrum-alias-item-mark-size-m: var(
|
|
126
126
|
--spectrum-global-dimension-static-size-325
|
|
127
127
|
);
|
|
128
|
+
--spectrum-alias-component-focusring-border-radius: var(
|
|
129
|
+
--spectrum-global-dimension-static-size-75
|
|
130
|
+
);
|
|
128
131
|
--spectrum-alias-control-two-size-s: var(
|
|
129
132
|
--spectrum-global-dimension-size-160
|
|
130
133
|
);
|
|
@@ -142,6 +145,9 @@ governing permissions and limitations under the License.
|
|
|
142
145
|
--spectrum-alias-search-padding-left-m: var(
|
|
143
146
|
--spectrum-global-dimension-static-size-150
|
|
144
147
|
);
|
|
148
|
+
--spectrum-alias-focus-ring-border-radius-regular: var(
|
|
149
|
+
--spectrum-global-dimension-static-size-115
|
|
150
|
+
);
|
|
145
151
|
--spectrum-alias-focus-ring-radius-default: var(
|
|
146
152
|
--spectrum-global-dimension-static-size-115
|
|
147
153
|
);
|
|
@@ -283,6 +289,9 @@ governing permissions and limitations under the License.
|
|
|
283
289
|
--spectrum-alias-tag-icon-size-l: var(
|
|
284
290
|
--spectrum-global-dimension-static-size-300
|
|
285
291
|
);
|
|
292
|
+
--spectrum-alias-tag-focusring-border-radius: var(
|
|
293
|
+
--spectrum-global-dimension-static-size-75
|
|
294
|
+
);
|
|
286
295
|
--spectrum-actionbutton-s-quiet-emphasized-texticon-text-padding-bottom: var(
|
|
287
296
|
--spectrum-global-dimension-static-size-85
|
|
288
297
|
);
|
|
@@ -4759,9 +4768,6 @@ governing permissions and limitations under the License.
|
|
|
4759
4768
|
--spectrum-picker-m-quiet-texticon-touch-hit-y: var(
|
|
4760
4769
|
--spectrum-global-dimension-static-size-50
|
|
4761
4770
|
);
|
|
4762
|
-
--spectrum-picker-m-texticon-popover-offset-x: var(
|
|
4763
|
-
--spectrum-global-dimension-static-size-150
|
|
4764
|
-
);
|
|
4765
4771
|
--spectrum-picker-m-texticon-padding-left: var(
|
|
4766
4772
|
--spectrum-global-dimension-static-size-150
|
|
4767
4773
|
);
|
|
@@ -4789,9 +4795,6 @@ governing permissions and limitations under the License.
|
|
|
4789
4795
|
--spectrum-picker-m-quiet-textthumbnail-touch-hit-y: var(
|
|
4790
4796
|
--spectrum-global-dimension-static-size-50
|
|
4791
4797
|
);
|
|
4792
|
-
--spectrum-picker-m-textthumbnail-popover-offset-x: var(
|
|
4793
|
-
--spectrum-global-dimension-static-size-150
|
|
4794
|
-
);
|
|
4795
4798
|
--spectrum-picker-m-textthumbnail-padding-left: var(
|
|
4796
4799
|
--spectrum-global-dimension-static-size-150
|
|
4797
4800
|
);
|
|
@@ -125,6 +125,9 @@ governing permissions and limitations under the License.
|
|
|
125
125
|
--spectrum-alias-item-mark-size-m: var(
|
|
126
126
|
--spectrum-global-dimension-size-250
|
|
127
127
|
);
|
|
128
|
+
--spectrum-alias-component-focusring-border-radius: var(
|
|
129
|
+
--spectrum-global-dimension-static-size-65
|
|
130
|
+
);
|
|
128
131
|
--spectrum-alias-control-two-size-s: var(
|
|
129
132
|
--spectrum-global-dimension-size-150
|
|
130
133
|
);
|
|
@@ -140,6 +143,9 @@ governing permissions and limitations under the License.
|
|
|
140
143
|
--spectrum-alias-search-padding-left-m: var(
|
|
141
144
|
--spectrum-global-dimension-size-125
|
|
142
145
|
);
|
|
146
|
+
--spectrum-alias-focus-ring-border-radius-regular: var(
|
|
147
|
+
--spectrum-global-dimension-static-size-100
|
|
148
|
+
);
|
|
143
149
|
--spectrum-alias-focus-ring-radius-default: var(
|
|
144
150
|
--spectrum-global-dimension-static-size-100
|
|
145
151
|
);
|
|
@@ -281,6 +287,9 @@ governing permissions and limitations under the License.
|
|
|
281
287
|
--spectrum-alias-tag-icon-size-l: var(
|
|
282
288
|
--spectrum-global-dimension-static-size-250
|
|
283
289
|
);
|
|
290
|
+
--spectrum-alias-tag-focusring-border-radius: var(
|
|
291
|
+
--spectrum-global-dimension-static-size-65
|
|
292
|
+
);
|
|
284
293
|
--spectrum-dragthumb-swatch-width: var(
|
|
285
294
|
--spectrum-global-dimension-static-size-150
|
|
286
295
|
);
|
|
@@ -4801,9 +4810,6 @@ governing permissions and limitations under the License.
|
|
|
4801
4810
|
--spectrum-picker-m-quiet-texticon-touch-hit-y: var(
|
|
4802
4811
|
--spectrum-global-dimension-static-size-100
|
|
4803
4812
|
);
|
|
4804
|
-
--spectrum-picker-m-texticon-popover-offset-x: var(
|
|
4805
|
-
--spectrum-global-dimension-size-125
|
|
4806
|
-
);
|
|
4807
4813
|
--spectrum-picker-m-texticon-padding-left: var(
|
|
4808
4814
|
--spectrum-global-dimension-size-125
|
|
4809
4815
|
);
|
|
@@ -4831,9 +4837,6 @@ governing permissions and limitations under the License.
|
|
|
4831
4837
|
--spectrum-picker-m-quiet-textthumbnail-touch-hit-y: var(
|
|
4832
4838
|
--spectrum-global-dimension-static-size-100
|
|
4833
4839
|
);
|
|
4834
|
-
--spectrum-picker-m-textthumbnail-popover-offset-x: var(
|
|
4835
|
-
--spectrum-global-dimension-size-125
|
|
4836
|
-
);
|
|
4837
4840
|
--spectrum-picker-m-textthumbnail-padding-left: var(
|
|
4838
4841
|
--spectrum-global-dimension-size-125
|
|
4839
4842
|
);
|
|
@@ -0,0 +1,15 @@
|
|
|
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 * as stories from '../stories/styles.stories.js';
|
|
13
|
+
import { regressVisuals } from '../../../test/visual/test.js';
|
|
14
|
+
regressVisuals('StylesStories', stories);
|
|
15
|
+
//# sourceMappingURL=styles.test-vrt.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.test-vrt.js","sourceRoot":"","sources":["styles.test-vrt.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;EAUE;AAEF,OAAO,KAAK,OAAO,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAE9D,cAAc,CAAC,eAAe,EAAE,OAAO,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 * as stories from '../stories/styles.stories.js';\nimport { regressVisuals } from '../../../test/visual/test.js';\n\nregressVisuals('StylesStories', stories);\n"]}
|