@spectrum-web-components/styles 0.33.3-overlay.65 → 0.34.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.
@@ -1991,12 +1991,6 @@ governing permissions and limitations under the License.
1991
1991
  );
1992
1992
  --spectrum-alias-infieldbutton-fill-loudnessLow-background-color-disabled: transparent;
1993
1993
  --spectrum-alias-track-color-default: var(--spectrum-global-color-gray-300);
1994
- --spectrum-alias-tabs-divider-background-color-default: var(
1995
- --spectrum-global-color-gray-200
1996
- );
1997
- --spectrum-alias-tabs-divider-background-color-quiet: var(
1998
- --spectrum-alias-background-color-transparent
1999
- );
2000
1994
  --spectrum-alias-tabitem-text-color-default: var(
2001
1995
  --spectrum-global-color-gray-700
2002
1996
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/styles",
3
- "version": "0.33.3-overlay.65+e3bf25c5c",
3
+ "version": "0.34.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -104,7 +104,7 @@
104
104
  "lit-html"
105
105
  ],
106
106
  "dependencies": {
107
- "@spectrum-web-components/base": "^0.33.3-overlay.65+e3bf25c5c"
107
+ "@spectrum-web-components/base": "^0.34.0"
108
108
  },
109
109
  "devDependencies": {
110
110
  "@spectrum-css/commons": "^7.0.8",
@@ -118,5 +118,5 @@
118
118
  "./**/*.css"
119
119
  ],
120
120
  "style": "all-medium-lightest.css",
121
- "gitHead": "e3bf25c5c6676cb5ade2ca9ea633540cb08aee23"
121
+ "gitHead": "f9b3294d67cdd52b2c36897cdc1c20ceaeb019cf"
122
122
  }
@@ -2255,12 +2255,6 @@ governing permissions and limitations under the License.
2255
2255
  --spectrum-alias-infieldbutton-fill-loudnessHigh-background-color-disabled: var(
2256
2256
  --spectrum-alias-component-background-color-disabled
2257
2257
  );
2258
- --spectrum-alias-tabs-divider-background-color-default: var(
2259
- --spectrum-global-color-gray-300
2260
- );
2261
- --spectrum-alias-tabs-divider-background-color-quiet: var(
2262
- --spectrum-alias-background-color-transparent
2263
- );
2264
2258
  --spectrum-alias-tabitem-text-color-default: var(
2265
2259
  --spectrum-alias-label-text-color
2266
2260
  );
@@ -1405,3 +1405,8 @@ governing permissions and limitations under the License.
1405
1405
  --spectrum-component-pill-edge-to-visual-300
1406
1406
  );
1407
1407
  }
1408
+
1409
+ :host,
1410
+ :root {
1411
+ --system-spectrum-tabs-font-weight: var(--spectrum-bold-font-weight);
1412
+ }
@@ -51,6 +51,7 @@ governing permissions and limitations under the License.
51
51
  --spectrum-bold-font-weight
52
52
  );
53
53
  }
54
+
54
55
  :host,
55
56
  :root {
56
57
  --system-spectrum-actionbutton-background-color-default: var(
@@ -1401,3 +1402,7 @@ governing permissions and limitations under the License.
1401
1402
  --spectrum-component-edge-to-visual-300
1402
1403
  );
1403
1404
  }
1405
+ :host,
1406
+ :root {
1407
+ --system-spectrum-tabs-font-weight: var(--spectrum-default-font-weight);
1408
+ }