@spectrum-web-components/styles 0.30.0 → 0.30.1-overlay.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/styles",
3
- "version": "0.30.0",
3
+ "version": "0.30.1-overlay.30+1df211c75",
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.30.0"
107
+ "@spectrum-web-components/base": "^0.30.1-overlay.30+1df211c75"
108
108
  },
109
109
  "devDependencies": {
110
110
  "@spectrum-css/commons": "^4.0.2",
@@ -118,5 +118,5 @@
118
118
  "./**/*.css"
119
119
  ],
120
120
  "style": "all-medium-lightest.css",
121
- "gitHead": "e34a26bf2bbea5f60a5e415e0f12c97654f0e20d"
121
+ "gitHead": "1df211c7581b6fd6ec624cf2b09bc81aeec29c26"
122
122
  }
@@ -1832,6 +1832,12 @@ governing permissions and limitations under the License.
1832
1832
  --spectrum-alias-ui-icon-asterisk-size-100: var(
1833
1833
  --spectrum-global-dimension-size-100
1834
1834
  );
1835
+ --spectrum-alias-transparent-blue-background-color-hover: rgba(
1836
+ 0,
1837
+ 87,
1838
+ 190,
1839
+ 0.15
1840
+ );
1835
1841
  --spectrum-alias-transparent-blue-background-color-down: rgba(
1836
1842
  0,
1837
1843
  72,
@@ -11,7 +11,7 @@ governing permissions and limitations under the License.
11
11
 
12
12
  /* This file contains overrides and additions to core tokens */
13
13
 
14
- .spectrum--express:host,
14
+ :host,
15
15
  :root {
16
16
  /* */
17
17
  }
@@ -11,7 +11,7 @@ governing permissions and limitations under the License.
11
11
 
12
12
  /* This file contains overrides and additions to core tokens */
13
13
 
14
- .spectrum--express:host,
14
+ :host,
15
15
  :root {
16
16
  /* */
17
17
  }
@@ -11,6 +11,7 @@ governing permissions and limitations under the License.
11
11
 
12
12
  /* This file contains overrides and additions to core tokens */
13
13
 
14
- .spectrum--express.spectrum--light {
14
+ :host,
15
+ :root {
15
16
  /* */
16
17
  }