@agregio-solutions/design-system 1.18.1 → 1.19.0
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 +1 -0
- package/dist/design-system.cjs +294 -159
- package/dist/design-system.js +4821 -4612
- package/dist/packages/components/Switch/index.d.ts +68 -0
- package/dist/packages/index.d.ts +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,3 +20,4 @@ If you are looking for documentation on **using** our component library, please
|
|
|
20
20
|
- [Code Quality](./docs/code-quality.md): if you want to hear about the tools and practices chosen to ensure a good Code Quality.
|
|
21
21
|
- [Managing Icons](./docs/icons-library.md): if you want to add, update or delete an icon from the Icon component.
|
|
22
22
|
- [Publish package on NPM](./docs/publish-package.md): if you want to know how we publish our package on NPM.
|
|
23
|
+
- [Troubleshooting](./docs/troubleshooting.md): ressources on bugs we had and way to fix them
|