@egovernments/digit-ui-libraries 1.7.2 → 1.7.35
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 +7 -35
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
|
|
2
1
|
# digit-ui-libraries
|
|
3
2
|
|
|
3
|
+
> Made with @egovernments/create-ui-library
|
|
4
|
+
|
|
4
5
|
## Install
|
|
5
6
|
|
|
6
7
|
```bash
|
|
@@ -10,28 +11,9 @@ npm install --save @egovernments/digit-ui-libraries
|
|
|
10
11
|
## Limitation
|
|
11
12
|
|
|
12
13
|
```bash
|
|
13
|
-
This Package is more specific to
|
|
14
|
+
This Package is more specific to Urban
|
|
14
15
|
```
|
|
15
16
|
|
|
16
|
-
## Usage
|
|
17
|
-
|
|
18
|
-
After adding the dependency make sure you have this dependency in
|
|
19
|
-
|
|
20
|
-
```bash
|
|
21
|
-
frontend/micro-ui/web/package.json
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
```json
|
|
25
|
-
"@egovernments/digit-ui-libraries":"1.8.0",
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
then navigate to App.js
|
|
29
|
-
|
|
30
|
-
```bash
|
|
31
|
-
frontend/micro-ui/web/src/App.js
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
|
|
35
17
|
## Usage
|
|
36
18
|
|
|
37
19
|
```jsx
|
|
@@ -51,22 +33,12 @@ const App = ({ deltaConfig, stateCode, cityCode, moduleCode }) => {
|
|
|
51
33
|
export default App;
|
|
52
34
|
```
|
|
53
35
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
```bash
|
|
57
|
-
1.7.1 UPYOG Base
|
|
58
|
-
```
|
|
59
|
-
|
|
60
|
-
### Published from DIGIT Frontend
|
|
61
|
-
DIGIT Frontend Repo (https://github.com/upyog/UPYOG/tree/develop)
|
|
36
|
+
## Changelog
|
|
62
37
|
|
|
63
|
-
###
|
|
38
|
+
### Summary for Version [1.7.35] - 2025-03-20
|
|
64
39
|
|
|
65
|
-
|
|
40
|
+
Added tenantId in Multiple api calls of obps, bills, tl, pt etc
|
|
66
41
|
|
|
67
42
|
## License
|
|
68
43
|
|
|
69
|
-
MIT © [
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-

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