@zextras/carbonio-design-system 12.0.1 → 12.0.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 +4 -3
- package/dist/zapp-ui.bundle.cjs +1097 -270
- package/dist/zapp-ui.bundle.d.ts +1 -1
- package/dist/zapp-ui.bundle.mjs +1101 -274
- package/package.json +98 -71
package/README.md
CHANGED
|
@@ -28,19 +28,20 @@ This is the Design System and Component Library used in most of the Zextras Proj
|
|
|
28
28
|
|
|
29
29
|
```
|
|
30
30
|
nvm use
|
|
31
|
-
|
|
31
|
+
corepack enable
|
|
32
|
+
pnpm install
|
|
32
33
|
```
|
|
33
34
|
|
|
34
35
|
- Run the documentation in watch mode with
|
|
35
36
|
|
|
36
37
|
```
|
|
37
|
-
|
|
38
|
+
pnpm start
|
|
38
39
|
```
|
|
39
40
|
|
|
40
41
|
- Build the component library with
|
|
41
42
|
|
|
42
43
|
```
|
|
43
|
-
|
|
44
|
+
pnpm run build
|
|
44
45
|
```
|
|
45
46
|
|
|
46
47
|
<h2>License</h2>
|