digital-zen-pack 0.1.2 → 0.3.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.
Files changed (2) hide show
  1. package/dist/style.css +0 -4
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -318,10 +318,6 @@
318
318
  overflow: hidden;
319
319
  transition: background-color 0.3s ease;
320
320
  }
321
- .dz-accordion[open] {
322
- background-color: var(--color-component-bg-dark);
323
- color: var(--color-component-text-dark);
324
- }
325
321
  .dz-accordion[open] .dz-accordion__icon {
326
322
  transform: rotate(180deg);
327
323
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digital-zen-pack",
3
- "version": "0.1.2",
3
+ "version": "0.3.0",
4
4
  "type": "module",
5
5
  "main": "./dist/main.js",
6
6
  "types": "./dist/main.d.ts",