demio-ui 1.0.96 → 2.0.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.
- package/README.md +2 -2
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/types/src/components/Alert/Alert.d.ts +2 -1
- package/dist/cjs/types/src/components/Modal/Modal.d.ts +3 -4
- package/dist/esm/index.js +2 -2
- package/dist/esm/types/src/components/Alert/Alert.d.ts +2 -1
- package/dist/esm/types/src/components/Modal/Modal.d.ts +3 -4
- package/dist/types.d.ts +5 -5
- package/package.json +55 -55
- package/dist/cjs/types/src/components/Toast/Toast.d.ts +0 -6
- package/dist/cjs/types/src/components/Toast/index.d.ts +0 -1
- package/dist/esm/types/src/components/Toast/Toast.d.ts +0 -6
- package/dist/esm/types/src/components/Toast/index.d.ts +0 -1
package/README.md
CHANGED
|
@@ -4,13 +4,13 @@ As a small team, we need to be able to build and maintain our UI library with ea
|
|
|
4
4
|
|
|
5
5
|
## TODO:
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- add CHANGELOG.md
|
|
8
|
+
- add commit linting
|
|
8
9
|
- improve documentation
|
|
9
10
|
- edit introduction page
|
|
10
11
|
- add color palette
|
|
11
12
|
- add typography
|
|
12
13
|
- add spacing
|
|
13
|
-
- add icons
|
|
14
14
|
|
|
15
15
|
## Tools
|
|
16
16
|
|