@keepeek/keepicker-react 1.6.0 → 1.8.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/README.md +166 -11
- package/dist/index.js +2 -2
- package/dist/license.txt +10 -0
- package/package.json +17 -12
package/dist/license.txt
CHANGED
|
@@ -40,6 +40,16 @@
|
|
|
40
40
|
* LICENSE file in the root directory of this source tree.
|
|
41
41
|
*/
|
|
42
42
|
|
|
43
|
+
/**
|
|
44
|
+
* @license React
|
|
45
|
+
* react-is.production.min.js
|
|
46
|
+
*
|
|
47
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
48
|
+
*
|
|
49
|
+
* This source code is licensed under the MIT license found in the
|
|
50
|
+
* LICENSE file in the root directory of this source tree.
|
|
51
|
+
*/
|
|
52
|
+
|
|
43
53
|
/**
|
|
44
54
|
* @license React
|
|
45
55
|
* react-jsx-runtime.production.min.js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keepeek/keepicker-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist/index.js",
|
|
6
6
|
"dist/license.txt"
|
|
@@ -10,9 +10,15 @@
|
|
|
10
10
|
"@braintree/sanitize-url": "6.0.4",
|
|
11
11
|
"@emotion/react": "11.8.2",
|
|
12
12
|
"@emotion/styled": "11.8.1",
|
|
13
|
-
"@
|
|
14
|
-
"@
|
|
15
|
-
"@
|
|
13
|
+
"@fortawesome/fontawesome-svg-core": "6.6.0",
|
|
14
|
+
"@fortawesome/free-brands-svg-icons": "6.6.0",
|
|
15
|
+
"@fortawesome/pro-light-svg-icons": "6.6.0",
|
|
16
|
+
"@fortawesome/pro-regular-svg-icons": "6.6.0",
|
|
17
|
+
"@fortawesome/pro-solid-svg-icons": "6.6.0",
|
|
18
|
+
"@fortawesome/react-fontawesome": "0.2.2",
|
|
19
|
+
"@keepeek/api-client": "2.71.0",
|
|
20
|
+
"@keepeek/commons": "3.38.0",
|
|
21
|
+
"@keepeek/refront-components": "7.46.0",
|
|
16
22
|
"@mui/icons-material": "5.5.0",
|
|
17
23
|
"@mui/lab": "5.0.0-alpha.72",
|
|
18
24
|
"@mui/material": "5.5.3",
|
|
@@ -51,6 +57,7 @@
|
|
|
51
57
|
"react-i18next": "13.0.1",
|
|
52
58
|
"react-lazy-load-image-component": "1.6.0",
|
|
53
59
|
"react-pdf": "5.7.2",
|
|
60
|
+
"react-responsive-masonry": "2.2.0",
|
|
54
61
|
"react-router-dom": "6.14.1",
|
|
55
62
|
"react-scripts": "5.0.1",
|
|
56
63
|
"react-spring": "9.4.5",
|
|
@@ -78,17 +85,17 @@
|
|
|
78
85
|
"@testing-library/user-event": "14.5.2",
|
|
79
86
|
"@types/jest": "29.5.12",
|
|
80
87
|
"@types/node": "17.0.45",
|
|
81
|
-
"@types/react": "18.
|
|
88
|
+
"@types/react": "18.3.3",
|
|
82
89
|
"@types/react-dom": "18.0.10",
|
|
90
|
+
"@types/sanitize-html": "2.11.0",
|
|
83
91
|
"@types/uuid": "8.3.4",
|
|
84
92
|
"axios-mock-adapter": "1.22.0",
|
|
85
|
-
"clipboardy": "4.0.0",
|
|
86
93
|
"cross-env": "7.0.3",
|
|
87
94
|
"eslint-config-react-app": "7.0.1",
|
|
88
95
|
"husky": "7.0.4",
|
|
89
96
|
"hygen": "6.2.11",
|
|
90
97
|
"npm-package-json-lint": "5.4.2",
|
|
91
|
-
"openai": "4.
|
|
98
|
+
"openai": "4.52.3",
|
|
92
99
|
"prettier": "3.0.3",
|
|
93
100
|
"quicktype": "23.0.105",
|
|
94
101
|
"rimraf": "5.0.5",
|
|
@@ -100,18 +107,16 @@
|
|
|
100
107
|
"typescript": "4.9.5"
|
|
101
108
|
},
|
|
102
109
|
"scripts": {
|
|
103
|
-
"prestart": "yarn
|
|
110
|
+
"prestart": "yarn prebuild",
|
|
104
111
|
"start": "react-scripts start",
|
|
105
|
-
"prebuild": "
|
|
112
|
+
"prebuild": "yarn generate-model-interfaces && rimraf dist",
|
|
106
113
|
"build": "react-scripts build",
|
|
107
114
|
"pretest": "yarn generate-model-interfaces",
|
|
108
|
-
"test": "react-scripts test src/ --coverage --watchAll=false",
|
|
115
|
+
"test": "react-scripts test src/ --coverage --maxWorkers=2 --watchAll=false",
|
|
109
116
|
"eject": "react-scripts eject",
|
|
110
117
|
"yalc:link": "yalc link @keepeek/commons && yalc link @keepeek/api-client && yalc link @keepeek/refront-components",
|
|
111
118
|
"lint": "npmPkgJsonLint . && eslint src --fix",
|
|
112
119
|
"prepare": "husky install",
|
|
113
|
-
"build:drupal-windows": "yarn build && copy \"dist\\static\\js\\main.*.js\" \"C:\\dev\\dev\\workspaceRefront\\drupal\\js\\keepicker.js\" /Y",
|
|
114
|
-
"build:azure": "cross-env PUBLIC_URL='/poc-keepicker-auth/0.1.0' yarn build",
|
|
115
120
|
"postbuild": "node scripts/package_file_for_npm.js",
|
|
116
121
|
"pregenerate-model-interfaces": "rimraf --glob src/models/configuration/**/*.ts",
|
|
117
122
|
"generate-model-interfaces": "node scripts/generate_model_interfaces.js",
|