design-system-silkhaus 1.1.0-beta.weekly-cleaning.1 → 1.1.0-beta.weekly-cleaning.3
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 -2
- package/dist/index.cjs +34 -45
- package/dist/index.d.ts +31 -10
- package/dist/index.js +18899 -18391
- package/dist/style.css +1 -1
- package/package.json +62 -48
package/README.md
CHANGED
|
@@ -20,8 +20,8 @@ This is a starter template for creating React component libraries using Vite. It
|
|
|
20
20
|
1. Clone this repository
|
|
21
21
|
2. We use pnpm as our package manager. Install pnpm. Refer https://pnpm.io/installation
|
|
22
22
|
3. Run `nvm install` to install the correct node version automatically from the `.nvmrc` file
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
4. Install dependencies using `pnpm i`
|
|
24
|
+
5. To see storybook locally use `pnpm dev`
|
|
25
25
|
|
|
26
26
|
## Development
|
|
27
27
|
|
|
@@ -31,6 +31,7 @@ This is a starter template for creating React component libraries using Vite. It
|
|
|
31
31
|
4. component.stories.tsx file for the story book
|
|
32
32
|
5. [OPTIONAL] style.css can be used inside the package
|
|
33
33
|
6. [IMP] Export the component in the top level lib/index.tsx file to publish it in NPM
|
|
34
|
+
7. Please refer to our front-end development guide [here](https://docs.google.com/document/d/12APeDrwgF65WzYF_2iZMpptFKDieqQFk4BlrBD87fP4)
|
|
34
35
|
|
|
35
36
|
## Scripts
|
|
36
37
|
|