@ikatec/nebula-tokens 1.1.0-beta.1 → 1.1.0-beta.2

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/dist/index.mjs CHANGED
@@ -352,7 +352,7 @@ var radio = {
352
352
  var drawer = {
353
353
  overlay: "var(--drawer-background-overlay)",
354
354
  header: {
355
- background: "var(--drawer-header-background)",
355
+ background: "var(--drawer-background-overlay)",
356
356
  border: "var(--drawer-header-border)",
357
357
  title: "var(--drawer-header-title)",
358
358
  description: "var(--drawer-header-description)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikatec/nebula-tokens",
3
- "version": "1.1.0-beta.1",
3
+ "version": "1.1.0-beta.2",
4
4
  "description": "Design tokens",
5
5
  "publishConfig": {
6
6
  "access": "public"