demio-ui 2.1.90 → 2.1.91

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.
Files changed (2) hide show
  1. package/README.md +0 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,12 +17,7 @@ As a small team, we need to build and maintain our UI library quickly and with a
17
17
 
18
18
  ## Project Roadmap
19
19
 
20
- - add www.chromatic.com integration to include designer in the UI components reviewing process
21
20
  - add CSS variables to variables.css from [Figma](<https://www.figma.com/file/cIDRvlVWwtmu3wCrFZ27IY/Demio-Design-Kit-(New)?node-id=5162%3A8032&mode=dev>)
22
- - add color palette `--demio-ui-color-{color-name}-{color-shade}`
23
- - add font sizes `--demio-ui-text-{size-name}`
24
- - add font families `--demio-ui-font-{font-name}`
25
- - add elevations (shadows) `--demio-ui-shadow-{elevation-name}`
26
21
  - create a new components ( one MR for one component implementation)
27
22
 
28
23
  - `<Icon />` - SVG icon component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "2.1.90",
3
+ "version": "2.1.91",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",