@egovernments/digit-ui-module-core 1.5.5-alpha.2 → 1.5.5-alpha.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.
@@ -0,0 +1,3 @@
1
+ <svg width="44" height="54" viewBox="0 0 44 54" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M27.3337 0.333252H6.00033C3.06699 0.333252 0.693659 2.73325 0.693659 5.66659L0.666992 48.3333C0.666992 51.2666 3.04032 53.6666 5.97366 53.6666H38.0003C40.9337 53.6666 43.3337 51.2666 43.3337 48.3333V16.3333L27.3337 0.333252ZM32.667 42.9999H11.3337V37.6666H32.667V42.9999ZM32.667 32.3333H11.3337V26.9999H32.667V32.3333ZM24.667 18.9999V4.33325L39.3337 18.9999H24.667Z" fill="#505A5F"/>
3
+ </svg>
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
- {
2
- "name": "@egovernments/digit-ui-module-core",
3
- "version": "1.5.5-alpha.2",
4
- "license": "MIT",
5
- "main": "dist/index.js",
6
- "module": "dist/index.modern.js",
7
- "source": "src/Module.js",
8
- "files": [
9
- "dist"
10
- ],
11
- "scripts": {
12
- "start": "microbundle-crl watch --no-compress --format modern,cjs",
13
- "build": "microbundle-crl --no-compress --format modern,cjs",
14
- "prepublish": "yarn build"
15
- },
16
- "dependencies": {
17
- "@egovernments/digit-ui-react-components": "^1.3.0",
18
- "react": "17.0.2",
19
- "react-dom": "17.0.2",
20
- "react-i18next": "11.16.2",
21
- "react-query": "3.6.1",
22
- "react-redux": "7.2.8",
23
- "react-router-dom": "5.3.0",
24
- "react-tooltip": "4.1.2",
25
- "redux": "4.1.2",
26
- "redux-thunk": "2.4.1"
27
- }
28
- }
1
+ {
2
+ "name": "@egovernments/digit-ui-module-core",
3
+ "version": "1.5.5-alpha.3",
4
+ "license": "MIT",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.modern.js",
7
+ "source": "src/Module.js",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "scripts": {
12
+ "start": "microbundle-crl watch --no-compress --format modern,cjs",
13
+ "build": "microbundle-crl --no-compress --format modern,cjs",
14
+ "prepublish": "yarn build"
15
+ },
16
+ "dependencies": {
17
+ "@egovernments/digit-ui-react-components": "^1.3.0",
18
+ "react": "17.0.2",
19
+ "react-dom": "17.0.2",
20
+ "react-i18next": "11.16.2",
21
+ "react-query": "3.6.1",
22
+ "react-redux": "7.2.8",
23
+ "react-router-dom": "5.3.0",
24
+ "react-tooltip": "4.1.2",
25
+ "redux": "4.1.2",
26
+ "redux-thunk": "2.4.1"
27
+ }
28
+ }