@spectrum-web-components/styles 0.19.0 → 0.20.1

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.
@@ -280,12 +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-badge-s-neutral-textonly-text-padding-bottom: var(
284
- --spectrum-global-dimension-static-size-85
285
- );
286
- --spectrum-badge-l-neutral-textonly-text-padding-top: var(
287
- --spectrum-global-dimension-static-size-150
288
- );
289
283
  --spectrum-button-s-primary-fill-textonly-text-padding-bottom: var(
290
284
  --spectrum-global-dimension-static-size-85
291
285
  );
@@ -295,9 +289,6 @@ governing permissions and limitations under the License.
295
289
  );
296
290
  --spectrum-button-xl-primary-fill-texticon-padding-left: 27px;
297
291
  --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
292
  --spectrum-dialog-confirm-title-text-size: var(
302
293
  --spectrum-alias-heading-xs-text-size
303
294
  );
@@ -325,10 +316,6 @@ governing permissions and limitations under the License.
325
316
  --spectrum-progressbar-xl-border-radius: var(
326
317
  --spectrum-global-dimension-static-size-75
327
318
  );
328
- --spectrum-progresscircle-s-border-size: 3px;
329
- --spectrum-progresscircle-m-border-size: var(
330
- --spectrum-global-dimension-static-size-50
331
- );
332
319
  --spectrum-tag-m-texticon-padding-left: var(
333
320
  --spectrum-global-dimension-static-size-150
334
321
  );
@@ -284,12 +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-badge-s-neutral-textonly-text-padding-bottom: var(
288
- --spectrum-global-dimension-static-size-65
289
- );
290
- --spectrum-badge-l-neutral-textonly-text-padding-top: var(
291
- --spectrum-global-dimension-size-115
292
- );
293
287
  --spectrum-button-s-primary-fill-textonly-text-padding-bottom: var(
294
288
  --spectrum-global-dimension-static-size-65
295
289
  );
@@ -303,9 +297,6 @@ governing permissions and limitations under the License.
303
297
  --spectrum-button-m-primary-outline-texticon-padding-left: var(
304
298
  --spectrum-global-dimension-size-175
305
299
  );
306
- --spectrum-checkbox-l-text-padding-top: var(
307
- --spectrum-global-dimension-size-115
308
- );
309
300
  --spectrum-dialog-confirm-title-text-size: var(
310
301
  --spectrum-alias-heading-s-text-size
311
302
  );
@@ -333,10 +324,6 @@ governing permissions and limitations under the License.
333
324
  --spectrum-progressbar-xl-border-radius: var(
334
325
  --spectrum-global-dimension-static-size-65
335
326
  );
336
- --spectrum-progresscircle-s-border-size: var(
337
- --spectrum-global-dimension-static-size-25
338
- );
339
- --spectrum-progresscircle-m-border-size: 3px;
340
327
  --spectrum-tag-m-texticon-padding-left: var(
341
328
  --spectrum-global-dimension-size-125
342
329
  );
package/fonts.css CHANGED
@@ -1,3 +1,4 @@
1
+
1
2
  /*
2
3
  Copyright 2019 Adobe. All rights reserved.
3
4
  This file is licensed to you under the Apache License, Version 2.0 (the "License");
@@ -8,37 +9,4 @@ Unless required by applicable law or agreed to in writing, software distributed
8
9
  the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
10
  OF ANY KIND, either express or implied. See the License for the specific language
10
11
  governing permissions and limitations under the License.
11
- */
12
- :host,
13
- :root {
14
- font-family: var(--spectrum-alias-body-text-font-family);
15
- font-size: var(--spectrum-alias-font-size-default);
16
- }
17
- :host:lang(ar),
18
- :root:lang(ar) {
19
- font-family: var(--spectrum-alias-font-family-ar);
20
- }
21
- :host:lang(he),
22
- :root:lang(he) {
23
- font-family: var(--spectrum-alias-font-family-he);
24
- }
25
- :host:lang(zh-Hans),
26
- :root:lang(zh-Hans) {
27
- font-family: var(--spectrum-alias-font-family-zhhans);
28
- }
29
- :host:lang(zh-Hant),
30
- :root:lang(zh-Hant) {
31
- font-family: var(--spectrum-alias-font-family-zh);
32
- }
33
- :host:lang(zh),
34
- :root:lang(zh) {
35
- font-family: var(--spectrum-alias-font-family-zh);
36
- }
37
- :host:lang(ko),
38
- :root:lang(ko) {
39
- font-family: var(--spectrum-alias-font-family-ko);
40
- }
41
- :host:lang(ja),
42
- :root:lang(ja) {
43
- font-family: var(--spectrum-alias-font-family-ja);
44
- }
12
+ */:host,:root{font-family:var(--spectrum-alias-body-text-font-family);font-size:var(--spectrum-alias-font-size-default)}:host:lang(ar),:root:lang(ar){font-family:var(--spectrum-alias-font-family-ar)}:host:lang(he),:root:lang(he){font-family:var(--spectrum-alias-font-family-he)}:host:lang(zh-Hans),:root:lang(zh-Hans){font-family:var(--spectrum-alias-font-family-zhhans)}:host:lang(zh-Hant),:root:lang(zh-Hant){font-family:var(--spectrum-alias-font-family-zh)}:host:lang(zh),:root:lang(zh){font-family:var(--spectrum-alias-font-family-zh)}:host:lang(ko),:root:lang(ko){font-family:var(--spectrum-alias-font-family-ko)}:host:lang(ja),:root:lang(ja){font-family:var(--spectrum-alias-font-family-ja)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/styles",
3
- "version": "0.19.0",
3
+ "version": "0.20.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -108,12 +108,12 @@
108
108
  "lit-html"
109
109
  ],
110
110
  "dependencies": {
111
- "@spectrum-web-components/base": "^0.7.0"
111
+ "@spectrum-web-components/base": "^0.7.1"
112
112
  },
113
113
  "devDependencies": {
114
114
  "@spectrum-css/commons": "^3.0.6",
115
115
  "@spectrum-css/expressvars": "^2.0.0",
116
- "@spectrum-css/tokens": "^3.0.0",
116
+ "@spectrum-css/tokens": "^4.0.0",
117
117
  "@spectrum-css/typography": "^4.0.20",
118
118
  "@spectrum-css/vars": "^8.0.0"
119
119
  },
@@ -122,5 +122,5 @@
122
122
  "./**/*.css"
123
123
  ],
124
124
  "style": "all-medium-lightest.css",
125
- "gitHead": "96da2eef637c5d50dd04a75d40a46353116787b4"
125
+ "gitHead": "8bd87724e91e23df83dbf63a434bbbe10b8daaa6"
126
126
  }