@loworbitstudio/visor-core 0.3.0 → 0.4.1
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 +0 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,10 +4,6 @@ CSS custom property design tokens for the Visor design system.
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
-
> **Note:** This package (`@loworbitstudio/visor-core`) is not yet published to npm. For new projects, use `npx @loworbitstudio/visor init --template nextjs` — it generates all tokens inline via the theme engine, no npm package needed. For monorepo usage, import via a relative path.
|
|
8
|
-
|
|
9
|
-
When the package is published, installation will be:
|
|
10
|
-
|
|
11
7
|
```sh
|
|
12
8
|
npm install @loworbitstudio/visor-core
|
|
13
9
|
```
|