@egovernments/digit-ui-module-core 1.8.1-beta.13 → 1.8.1-beta.14
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/package.json +3 -3
package/README.md
CHANGED
|
@@ -78,6 +78,7 @@ and add its related functions
|
|
|
78
78
|
## Changelog
|
|
79
79
|
|
|
80
80
|
```bash
|
|
81
|
+
1.8.1-beta.14 updated ui-components and css versions for dropdown option labels and toast info
|
|
81
82
|
1.8.1-beta.13 updated ui-components and css versions
|
|
82
83
|
1.8.1-beta.12 Used a new Primary constant color "#c84c0e" ``Note use this version with css 1.8.1-beta.8 , component 1.8.1-beta.15 ``
|
|
83
84
|
1.8.1-beta.11: Enhancements of components and css
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@egovernments/digit-ui-module-core",
|
|
3
|
-
"version": "1.8.1-beta.
|
|
3
|
+
"version": "1.8.1-beta.14",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.modern.js",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"prepublish": "yarn build"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@egovernments/digit-ui-components": "0.0.1-beta.
|
|
18
|
-
"@egovernments/digit-ui-react-components": "1.8.1-beta.
|
|
17
|
+
"@egovernments/digit-ui-components": "0.0.1-beta.17",
|
|
18
|
+
"@egovernments/digit-ui-react-components": "1.8.1-beta.16",
|
|
19
19
|
"react": "17.0.2",
|
|
20
20
|
"react-dom": "17.0.2",
|
|
21
21
|
"react-i18next": "11.16.2",
|