@warp-ds/elements 1.0.0 → 1.0.1-next.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.
Files changed (3) hide show
  1. package/README.md +3 -4
  2. package/dist/index.js +1202 -1113
  3. package/package.json +2 -2
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 i -S @warp-ds/elements
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 currently in alpha.
45
- Continuously published to [NPM](https://www.npmjs.com/package/@warp-ds/elements) and [Eik](https://assets.finn.no/pkg/@warp-ds/elements) using an `alpha` tag (e.g. `1.0.0-alpha.1`).
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