@janiscommerce/ui-web 1.5.0-beta.8 → 1.5.0
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/CHANGELOG.md +3 -64
- package/dist/index.esm.js +611 -1042
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +615 -1047
- package/dist/index.umd.js.map +1 -1
- package/dist/package.json +28 -0
- package/package.json +6 -13
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"main": "index.umd.js",
|
|
3
|
+
"name": "@janiscommerce/ui-web",
|
|
4
|
+
"homepage": "https://github.com/janis-commerce/ui-web#readme",
|
|
5
|
+
"bugs": {
|
|
6
|
+
"url": "https://github.com/janis-commerce/ui-web/issues"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/janis-commerce/ui-web.git"
|
|
11
|
+
},
|
|
12
|
+
"version": "1.5.0",
|
|
13
|
+
"dependencies": {
|
|
14
|
+
"@mapbox/polyline": "^1.1.1",
|
|
15
|
+
"@react-google-maps/api": "2.7.0",
|
|
16
|
+
"prop-types": "^15.7.2",
|
|
17
|
+
"qrcode.react": "^3.0.2",
|
|
18
|
+
"react-colorful": "^5.5.1",
|
|
19
|
+
"react-frame-component": "^5.2.3",
|
|
20
|
+
"svgpath": "^2.5.0"
|
|
21
|
+
},
|
|
22
|
+
"peerDependencies": {
|
|
23
|
+
"react": ">= 17.x",
|
|
24
|
+
"react-collapsed": "^4.2.0",
|
|
25
|
+
"react-dom": ">= 17.x",
|
|
26
|
+
"styled-components": ">= 5.3.0"
|
|
27
|
+
}
|
|
28
|
+
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@janiscommerce/ui-web",
|
|
3
|
-
"version": "1.5.0
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.umd.js",
|
|
6
|
-
"module": "dist/index.esm.js",
|
|
7
6
|
"exports": {
|
|
8
7
|
".": {
|
|
9
|
-
"import": "
|
|
10
|
-
"require": "./dist/index.umd.js"
|
|
8
|
+
"import": "dist/index.esm.js"
|
|
11
9
|
}
|
|
12
10
|
},
|
|
13
11
|
"private": false,
|
|
@@ -34,16 +32,10 @@
|
|
|
34
32
|
"url": "https://github.com/janis-commerce/ui-web/issues"
|
|
35
33
|
},
|
|
36
34
|
"homepage": "https://github.com/janis-commerce/ui-web#readme",
|
|
37
|
-
"engines": {
|
|
38
|
-
"node": ">=14.0.0",
|
|
39
|
-
"yarn": ">=1.22.0"
|
|
40
|
-
},
|
|
41
35
|
"devDependencies": {
|
|
42
36
|
"@babel/core": "^7.15.0",
|
|
43
37
|
"@babel/eslint-parser": "^7.14.3",
|
|
44
38
|
"@babel/eslint-plugin": "^7.13.16",
|
|
45
|
-
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.0",
|
|
46
|
-
"@babel/plugin-transform-optional-chaining": "^7.23.0",
|
|
47
39
|
"@babel/preset-env": "^7.15.0",
|
|
48
40
|
"@babel/preset-react": "^7.13.13",
|
|
49
41
|
"@rollup/plugin-babel": "^5.3.0",
|
|
@@ -74,6 +66,7 @@
|
|
|
74
66
|
"jest-styled-components": "^7.0.5",
|
|
75
67
|
"prettier": "^2.3.0",
|
|
76
68
|
"react": "17.x",
|
|
69
|
+
"react-collapsed": "^4.2.0",
|
|
77
70
|
"react-dom": "17.x",
|
|
78
71
|
"react-test-renderer": "^17.0.2",
|
|
79
72
|
"rollup": "^2.48.0",
|
|
@@ -116,8 +109,9 @@
|
|
|
116
109
|
"testEnvironment": "jsdom"
|
|
117
110
|
},
|
|
118
111
|
"peerDependencies": {
|
|
119
|
-
"react": "
|
|
120
|
-
"react-dom": "
|
|
112
|
+
"react": ">= 17.x",
|
|
113
|
+
"react-dom": ">= 17.x",
|
|
114
|
+
"react-collapsed": "^4.2.0",
|
|
121
115
|
"styled-components": ">= 5.3.0"
|
|
122
116
|
},
|
|
123
117
|
"babel": {
|
|
@@ -134,7 +128,6 @@
|
|
|
134
128
|
"@react-google-maps/api": "2.7.0",
|
|
135
129
|
"prop-types": "^15.7.2",
|
|
136
130
|
"qrcode.react": "^3.0.2",
|
|
137
|
-
"react-collapsed": "^4.2.0",
|
|
138
131
|
"react-colorful": "^5.5.1",
|
|
139
132
|
"react-frame-component": "^5.2.3",
|
|
140
133
|
"svgpath": "^2.5.0"
|