@janiscommerce/ui-web 1.5.0 → 1.6.0-beta.1
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 +97 -0
- package/dist/index.esm.js +1055 -614
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1060 -618
- package/dist/index.umd.js.map +1 -1
- package/package.json +13 -6
- package/dist/package.json +0 -28
package/package.json
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@janiscommerce/ui-web",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0-beta.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.umd.js",
|
|
6
|
+
"module": "dist/index.esm.js",
|
|
6
7
|
"exports": {
|
|
7
8
|
".": {
|
|
8
|
-
"import": "dist/index.esm.js"
|
|
9
|
+
"import": "./dist/index.esm.js",
|
|
10
|
+
"require": "./dist/index.umd.js"
|
|
9
11
|
}
|
|
10
12
|
},
|
|
11
13
|
"private": false,
|
|
@@ -32,10 +34,16 @@
|
|
|
32
34
|
"url": "https://github.com/janis-commerce/ui-web/issues"
|
|
33
35
|
},
|
|
34
36
|
"homepage": "https://github.com/janis-commerce/ui-web#readme",
|
|
37
|
+
"engines": {
|
|
38
|
+
"node": ">=14.0.0",
|
|
39
|
+
"yarn": ">=1.22.0"
|
|
40
|
+
},
|
|
35
41
|
"devDependencies": {
|
|
36
42
|
"@babel/core": "^7.15.0",
|
|
37
43
|
"@babel/eslint-parser": "^7.14.3",
|
|
38
44
|
"@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",
|
|
39
47
|
"@babel/preset-env": "^7.15.0",
|
|
40
48
|
"@babel/preset-react": "^7.13.13",
|
|
41
49
|
"@rollup/plugin-babel": "^5.3.0",
|
|
@@ -66,7 +74,6 @@
|
|
|
66
74
|
"jest-styled-components": "^7.0.5",
|
|
67
75
|
"prettier": "^2.3.0",
|
|
68
76
|
"react": "17.x",
|
|
69
|
-
"react-collapsed": "^4.2.0",
|
|
70
77
|
"react-dom": "17.x",
|
|
71
78
|
"react-test-renderer": "^17.0.2",
|
|
72
79
|
"rollup": "^2.48.0",
|
|
@@ -109,9 +116,8 @@
|
|
|
109
116
|
"testEnvironment": "jsdom"
|
|
110
117
|
},
|
|
111
118
|
"peerDependencies": {
|
|
112
|
-
"react": "
|
|
113
|
-
"react-dom": "
|
|
114
|
-
"react-collapsed": "^4.2.0",
|
|
119
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
120
|
+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
115
121
|
"styled-components": ">= 5.3.0"
|
|
116
122
|
},
|
|
117
123
|
"babel": {
|
|
@@ -128,6 +134,7 @@
|
|
|
128
134
|
"@react-google-maps/api": "2.7.0",
|
|
129
135
|
"prop-types": "^15.7.2",
|
|
130
136
|
"qrcode.react": "^3.0.2",
|
|
137
|
+
"react-collapsed": "^4.2.0",
|
|
131
138
|
"react-colorful": "^5.5.1",
|
|
132
139
|
"react-frame-component": "^5.2.3",
|
|
133
140
|
"svgpath": "^2.5.0"
|
package/dist/package.json
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
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
|
-
}
|