@spectrum-web-components/styles 0.43.0 → 0.45.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/styles",
3
- "version": "0.43.0",
3
+ "version": "0.45.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -109,7 +109,7 @@
109
109
  "lit-html"
110
110
  ],
111
111
  "dependencies": {
112
- "@spectrum-web-components/base": "^0.43.0"
112
+ "@spectrum-web-components/base": "^0.45.0"
113
113
  },
114
114
  "devDependencies": {
115
115
  "@spectrum-css/commons": "^10.0.0",
@@ -124,5 +124,5 @@
124
124
  "./**/*.css"
125
125
  ],
126
126
  "style": "all-medium-lightest.css",
127
- "gitHead": "dd5179a5eae5fe69ac77c5e10faed912d0e780e3"
127
+ "gitHead": "8cfbac84735f6b97180d39150b4849f0aa1f1a45"
128
128
  }
@@ -255,6 +255,13 @@
255
255
  );
256
256
  }
257
257
 
258
+ :host,
259
+ :root {
260
+ --system-spectrum-alertbanner-spectrum-alert-banner-netural-background: var(
261
+ --spectrum-neutral-background-color-default
262
+ );
263
+ }
264
+
258
265
  :host,
259
266
  :root {
260
267
  --system-spectrum-button-background-color-default: var(--spectrum-gray-200);
@@ -273,6 +273,13 @@
273
273
  --system-spectrum-actiongroup-vertical-spacing-compact: -1px;
274
274
  }
275
275
 
276
+ :host,
277
+ :root {
278
+ --system-spectrum-alertbanner-spectrum-alert-banner-netural-background: var(
279
+ --spectrum-neutral-subdued-background-color-default
280
+ );
281
+ }
282
+
276
283
  :host,
277
284
  :root {
278
285
  --system-spectrum-button-background-color-default: var(--spectrum-gray-75);
@@ -212,6 +212,13 @@
212
212
  --system-spectrum-actiongroup-vertical-spacing-compact: -1px;
213
213
  }
214
214
 
215
+ :host,
216
+ :root {
217
+ --system-spectrum-alertbanner-spectrum-alert-banner-netural-background: var(
218
+ --spectrum-neutral-subdued-background-color-default
219
+ );
220
+ }
221
+
215
222
  :host,
216
223
  :root {
217
224
  --system-spectrum-button-background-color-default: var(--spectrum-gray-75);