@spectrum-web-components/styles 0.18.0 → 0.20.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 CHANGED
@@ -1671,18 +1671,6 @@ governing permissions and limitations under the License.
1671
1671
  --spectrum-alias-thumbnail-border-radius-small: var(
1672
1672
  --spectrum-global-dimension-size-25
1673
1673
  );
1674
- --spectrum-alias-actiongroup-button-gap: var(
1675
- --spectrum-global-dimension-size-100
1676
- );
1677
- --spectrum-alias-actiongroup-button-gap-compact: var(
1678
- --spectrum-global-dimension-size-0
1679
- );
1680
- --spectrum-alias-actiongroup-button-gap-quiet: var(
1681
- --spectrum-global-dimension-size-100
1682
- );
1683
- --spectrum-alias-actiongroup-button-gap-quiet-compact: var(
1684
- --spectrum-global-dimension-size-25
1685
- );
1686
1674
  --spectrum-alias-search-padding-left-s: var(
1687
1675
  --spectrum-global-dimension-size-85
1688
1676
  );
@@ -1722,18 +1722,6 @@ governing permissions and limitations under the License.
1722
1722
  --spectrum-alias-avatar-border-size: var(
1723
1723
  --spectrum-global-dimension-static-size-25
1724
1724
  );
1725
- --spectrum-alias-actiongroup-button-gap: var(
1726
- --spectrum-global-dimension-size-100
1727
- );
1728
- --spectrum-alias-actiongroup-button-gap-compact: var(
1729
- --spectrum-global-dimension-size-25
1730
- );
1731
- --spectrum-alias-actiongroup-button-gap-quiet: var(
1732
- --spectrum-global-dimension-size-100
1733
- );
1734
- --spectrum-alias-actiongroup-button-gap-quiet-compact: var(
1735
- --spectrum-global-dimension-size-25
1736
- );
1737
1725
  --spectrum-alias-search-padding-left-s: var(
1738
1726
  --spectrum-global-dimension-size-125
1739
1727
  );
@@ -3303,15 +3291,6 @@ governing permissions and limitations under the License.
3303
3291
  --spectrum-slider-label-text-size: var(
3304
3292
  --spectrum-global-dimension-font-size-100
3305
3293
  );
3306
- --spectrum-fieldlabel-s-text-size: var(
3307
- --spectrum-global-dimension-font-size-100
3308
- );
3309
- --spectrum-fieldlabel-m-text-size: var(
3310
- --spectrum-global-dimension-font-size-100
3311
- );
3312
- --spectrum-fieldlabel-l-text-size: var(
3313
- --spectrum-global-dimension-font-size-200
3314
- );
3315
3294
  --spectrum-fieldlabel-xl-text-size: var(
3316
3295
  --spectrum-global-dimension-font-size-300
3317
3296
  );
@@ -295,9 +295,6 @@ governing permissions and limitations under the License.
295
295
  );
296
296
  --spectrum-button-xl-primary-fill-texticon-padding-left: 27px;
297
297
  --spectrum-button-m-primary-outline-texticon-padding-left: 17px;
298
- --spectrum-checkbox-l-text-padding-top: var(
299
- --spectrum-global-dimension-static-size-150
300
- );
301
298
  --spectrum-dialog-confirm-title-text-size: var(
302
299
  --spectrum-alias-heading-xs-text-size
303
300
  );
@@ -325,10 +322,6 @@ governing permissions and limitations under the License.
325
322
  --spectrum-progressbar-xl-border-radius: var(
326
323
  --spectrum-global-dimension-static-size-75
327
324
  );
328
- --spectrum-progresscircle-s-border-size: 3px;
329
- --spectrum-progresscircle-m-border-size: var(
330
- --spectrum-global-dimension-static-size-50
331
- );
332
325
  --spectrum-tag-m-texticon-padding-left: var(
333
326
  --spectrum-global-dimension-static-size-150
334
327
  );
@@ -303,9 +303,6 @@ governing permissions and limitations under the License.
303
303
  --spectrum-button-m-primary-outline-texticon-padding-left: var(
304
304
  --spectrum-global-dimension-size-175
305
305
  );
306
- --spectrum-checkbox-l-text-padding-top: var(
307
- --spectrum-global-dimension-size-115
308
- );
309
306
  --spectrum-dialog-confirm-title-text-size: var(
310
307
  --spectrum-alias-heading-s-text-size
311
308
  );
@@ -333,10 +330,6 @@ governing permissions and limitations under the License.
333
330
  --spectrum-progressbar-xl-border-radius: var(
334
331
  --spectrum-global-dimension-static-size-65
335
332
  );
336
- --spectrum-progresscircle-s-border-size: var(
337
- --spectrum-global-dimension-static-size-25
338
- );
339
- --spectrum-progresscircle-m-border-size: 3px;
340
333
  --spectrum-tag-m-texticon-padding-left: var(
341
334
  --spectrum-global-dimension-size-125
342
335
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/styles",
3
- "version": "0.18.0",
3
+ "version": "0.20.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -122,5 +122,5 @@
122
122
  "./**/*.css"
123
123
  ],
124
124
  "style": "all-medium-lightest.css",
125
- "gitHead": "15588c72c774b17cfac605b20ac52a27d123bd03"
125
+ "gitHead": "31d083d1eb61a1382335030c190c85d85f41e15d"
126
126
  }
@@ -306,9 +306,6 @@ governing permissions and limitations under the License.
306
306
  );
307
307
  --spectrum-button-xl-primary-fill-texticon-padding-left: 27px;
308
308
  --spectrum-button-m-primary-outline-texticon-padding-left: 17px;
309
- --spectrum-checkbox-l-text-padding-top: var(
310
- --spectrum-global-dimension-static-size-150
311
- );
312
309
  --spectrum-dialog-confirm-title-text-size: var(
313
310
  --spectrum-alias-heading-xs-text-size
314
311
  );
@@ -336,10 +333,6 @@ governing permissions and limitations under the License.
336
333
  --spectrum-progressbar-xl-border-radius: var(
337
334
  --spectrum-global-dimension-static-size-75
338
335
  );
339
- --spectrum-progresscircle-s-border-size: 3px;
340
- --spectrum-progresscircle-m-border-size: var(
341
- --spectrum-global-dimension-static-size-50
342
- );
343
336
  --spectrum-tag-m-texticon-padding-left: var(
344
337
  --spectrum-global-dimension-static-size-150
345
338
  );
@@ -308,9 +308,6 @@ governing permissions and limitations under the License.
308
308
  --spectrum-button-m-primary-outline-texticon-padding-left: var(
309
309
  --spectrum-global-dimension-size-175
310
310
  );
311
- --spectrum-checkbox-l-text-padding-top: var(
312
- --spectrum-global-dimension-size-115
313
- );
314
311
  --spectrum-dialog-confirm-title-text-size: var(
315
312
  --spectrum-alias-heading-s-text-size
316
313
  );
@@ -338,10 +335,6 @@ governing permissions and limitations under the License.
338
335
  --spectrum-progressbar-xl-border-radius: var(
339
336
  --spectrum-global-dimension-static-size-65
340
337
  );
341
- --spectrum-progresscircle-s-border-size: var(
342
- --spectrum-global-dimension-static-size-25
343
- );
344
- --spectrum-progresscircle-m-border-size: 3px;
345
338
  --spectrum-tag-m-texticon-padding-left: var(
346
339
  --spectrum-global-dimension-size-125
347
340
  );
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["styles.test-vrt.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 * as stories from '../stories/styles.stories.js';\nimport { regressVisuals } from '../../../test/visual/test.js';\n\nregressVisuals('StylesStories', stories);\n"],
5
- "mappings": ";AAYA,YAAY,aAAa;AACzB,SAAS,sBAAsB;AAE/B,eAAe,iBAAiB,OAAO;",
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 * as stories from '../stories/styles.stories.js';\nimport { regressVisuals } from '../../../test/visual/test.js';\nimport type { TestsType } from '../../../test/visual/test.js';\n\nregressVisuals('StylesStories', stories as unknown as TestsType);\n"],
5
+ "mappings": ";AAYA,YAAY,aAAa;AACzB,SAAS,sBAAsB;AAG/B,eAAe,iBAAiB,OAA+B;",
6
6
  "names": []
7
7
  }
@@ -272,6 +272,22 @@ governing permissions and limitations under the License.
272
272
  --system-spectrum-actionbutton-staticwhite-selected-border-color-disabled: transparent;
273
273
  }
274
274
  :host,
275
+ :root {
276
+ --system-spectrum-checkbox-control-color-default: var(--spectrum-gray-800);
277
+ --system-spectrum-checkbox-control-color-hover: var(--spectrum-gray-900);
278
+ --system-spectrum-checkbox-control-color-down: var(--spectrum-gray-900);
279
+ --system-spectrum-checkbox-control-color-focus: var(--spectrum-gray-900);
280
+ --system-spectrum-checkbox-control-selected-color-default: var(
281
+ --spectrum-gray-800
282
+ );
283
+ --system-spectrum-checkbox-control-selected-color-hover: var(
284
+ --spectrum-gray-900
285
+ );
286
+ --system-spectrum-checkbox-control-selected-color-down: var(
287
+ --spectrum-gray-900
288
+ );
289
+ }
290
+ :host,
275
291
  :root {
276
292
  --system-spectrum-closebutton-background-color-default: transparent;
277
293
  --system-spectrum-closebutton-background-color-hover: var(
@@ -362,3 +378,13 @@ governing permissions and limitations under the License.
362
378
  --spectrum-neutral-background-color-default
363
379
  );
364
380
  }
381
+ :host,
382
+ :root {
383
+ --system-spectrum-actiongroup-gap-size-compact: var(--spectrum-spacing-50);
384
+ --system-spectrum-actiongroup-horizontal-spacing-compact: calc(
385
+ -1px * var(--spectrum-spacing-50)
386
+ );
387
+ --system-spectrum-actiongroup-vertical-spacing-compact: calc(
388
+ -1px * var(--spectrum-spacing-50)
389
+ );
390
+ }
@@ -286,6 +286,22 @@ governing permissions and limitations under the License.
286
286
  --system-spectrum-actionbutton-staticwhite-selected-border-color-disabled: transparent;
287
287
  }
288
288
  :host,
289
+ :root {
290
+ --system-spectrum-checkbox-control-color-default: var(--spectrum-gray-600);
291
+ --system-spectrum-checkbox-control-color-hover: var(--spectrum-gray-700);
292
+ --system-spectrum-checkbox-control-color-down: var(--spectrum-gray-800);
293
+ --system-spectrum-checkbox-control-color-focus: var(--spectrum-gray-700);
294
+ --system-spectrum-checkbox-control-selected-color-default: var(
295
+ --spectrum-gray-700
296
+ );
297
+ --system-spectrum-checkbox-control-selected-color-hover: var(
298
+ --spectrum-gray-800
299
+ );
300
+ --system-spectrum-checkbox-control-selected-color-down: var(
301
+ --spectrum-gray-900
302
+ );
303
+ }
304
+ :host,
289
305
  :root {
290
306
  --system-spectrum-closebutton-background-color-default: transparent;
291
307
  --system-spectrum-closebutton-background-color-hover: var(
@@ -376,3 +392,9 @@ governing permissions and limitations under the License.
376
392
  --spectrum-neutral-subdued-background-color-default
377
393
  );
378
394
  }
395
+ :host,
396
+ :root {
397
+ --system-spectrum-actiongroup-gap-size-compact: 0;
398
+ --system-spectrum-actiongroup-horizontal-spacing-compact: -1px;
399
+ --system-spectrum-actiongroup-vertical-spacing-compact: -1px;
400
+ }