@egovernments/digit-ui-libraries 1.8.2-beta.8 → 1.8.3-beta.3
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 +3 -45
- package/dist/index.js +1 -1
- package/package.json +10 -11
- package/CHANGELOG.md +0 -22
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
# digit-ui-libraries
|
|
1
2
|
|
|
2
|
-
|
|
3
|
-
# digit-ui-svg-components
|
|
3
|
+
> Made with @egovernments/create-ui-library
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
@@ -8,31 +8,6 @@
|
|
|
8
8
|
npm install --save @egovernments/digit-ui-libraries
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
## Limitation
|
|
12
|
-
|
|
13
|
-
```bash
|
|
14
|
-
This Package is more specific to DIGIT-UI's can be used across mission's
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
## Usage
|
|
18
|
-
|
|
19
|
-
After adding the dependency make sure you have this dependency in
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
frontend/micro-ui/web/package.json
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
```json
|
|
26
|
-
"@egovernments/digit-ui-libraries":"1.8.0",
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
then navigate to App.js
|
|
30
|
-
|
|
31
|
-
```bash
|
|
32
|
-
frontend/micro-ui/web/src/App.js
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
|
|
36
11
|
## Usage
|
|
37
12
|
|
|
38
13
|
```jsx
|
|
@@ -52,23 +27,6 @@ const App = ({ deltaConfig, stateCode, cityCode, moduleCode }) => {
|
|
|
52
27
|
export default App;
|
|
53
28
|
```
|
|
54
29
|
|
|
55
|
-
## Changelog
|
|
56
|
-
|
|
57
|
-
### Summary for Version [1.8.2-beta.1] - 2024-06-05
|
|
58
|
-
|
|
59
|
-
For a detailed changelog, see the [CHANGELOG.md](./CHANGELOG.md) file.
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
### Published from DIGIT Frontend
|
|
63
|
-
DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/develop)
|
|
64
|
-
|
|
65
|
-
### Contributors
|
|
66
|
-
|
|
67
|
-
[jagankumar-egov] [nipunarora-eGov] [Tulika-eGov] [Ramkrishna-egov] [nabeelmd-eGov] [anil-egov] [vamshikrishnakole-wtt-egov]
|
|
68
|
-
|
|
69
30
|
## License
|
|
70
31
|
|
|
71
|
-
MIT © [
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-

|
|
32
|
+
MIT © [](https://github.com/)
|