@epilot/volt-ui 1.0.0-alpha.7 → 1.0.0-alpha.9

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/README.md CHANGED
@@ -34,7 +34,7 @@ bun run build
34
34
  │ ├── index.es.js # ESM bundle
35
35
  │ ├── index.umd.js # UMD bundle
36
36
  │ ├── index.d.ts # TypeScript declarations
37
- │ └── style.css # Scoped CSS (requires [data-volt-ui])
37
+ │ └── styles.css # Scoped CSS (requires [data-volt-ui])
38
38
  └── ...
39
39
  ```
40
40