@warp-ds/elements 1.0.0 → 1.0.1-next.10
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 +3 -4
- package/dist/index.js +1402 -1562
- package/dist/packages/button/index.d.ts +4 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ Install by using npm/pnpm or by adding a script link:
|
|
|
20
20
|
|
|
21
21
|
#### Install using npm
|
|
22
22
|
```sh
|
|
23
|
-
npm
|
|
23
|
+
npm install @warp-ds/elements
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
#### Install using pnpm
|
|
@@ -41,9 +41,8 @@ see the [Warp Design System documentation](https://warp-ds.github.io/tech-docs/)
|
|
|
41
41
|
|
|
42
42
|
## Releases
|
|
43
43
|
|
|
44
|
-
This project is
|
|
45
|
-
|
|
46
|
-
Anyone needing to start using the package before the first major release can install the `alpha` version while waiting for the first stable version.
|
|
44
|
+
This project is continuously published to [NPM](https://www.npmjs.com/package/@warp-ds/elements) and [Eik](https://assets.finn.no/pkg/@warp-ds/elements) using a `next` tag (e.g. `1.1.0-next.1`).
|
|
45
|
+
Anyone needing to use the latest changes of this package can point to the `next` version while waiting for the stable release.
|
|
47
46
|
|
|
48
47
|
|
|
49
48
|
## Changelog
|