@pautena/react-design-system 0.1.1 → 0.1.4
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 -0
- package/dist/cjs/index.js +4 -259
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +4 -259
- package/dist/esm/index.js.map +1 -1
- package/package.json +13 -2
- package/src/components/drawer/mini-drawer/mini-drawer.stories.tsx +2 -2
- package/src/components/drawer-content/drawer-content.stories.tsx +2 -2
- package/src/components/drawer-item/drawer-item.stories.tsx +2 -2
- package/src/components/drawer-section/drawer-section.stories.tsx +2 -2
- package/src/components/header/header.stories.tsx +2 -2
- package/src/layouts/app-bar-with-drawer-layout/app-bar-with-drawer-layout.stories.tsx +2 -2
- package/src/layouts/header-layout/header-layout.stories.tsx +2 -2
- package/.eslintrc.js +0 -26
- package/.github/workflows/ci.yml +0 -23
- package/.github/workflows/deploy-storybook.yaml +0 -23
- package/.github/workflows/publish.yml +0 -31
- package/.husky/pre-commit +0 -5
- package/.prettierignore +0 -5
- package/.prettierrc.js +0 -5
- package/.storybook/main.js +0 -10
- package/.storybook/preview.js +0 -36
- package/babel.config.js +0 -13
- package/jest.config.js +0 -17
- package/jest.setup.ts +0 -5
- package/rollup.config.js +0 -52
- package/tsconfig.json +0 -25
- package/tsconfig.rollup.json +0 -28
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# React Design System
|
|
2
2
|
|
|
3
|
+
**WORK IN PROGRESS**
|
|
4
|
+
|
|
5
|
+

|
|
6
|
+
|
|
3
7
|
My custom design system on top of [MUI](https://mui.com/material-ui/), with a bunch of components to be able to fast prototype new pages and products
|
|
4
8
|
|
|
5
9
|
## Storybook
|