@riab/cpm-archiving 1.1.1-beta-0 → 1.1.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/dist/cpm-archiving.js +127 -137
- package/dist/favicon.ico +0 -0
- package/dist/index.html +3 -8
- package/dist/logo192.png +0 -0
- package/dist/logo512.png +0 -0
- package/dist/manifest.json +25 -0
- package/dist/robots.txt +3 -0
- package/package.json +1 -2
package/dist/favicon.ico
ADDED
|
Binary file
|
package/dist/index.html
CHANGED
|
@@ -21,15 +21,10 @@
|
|
|
21
21
|
|
|
22
22
|
</head>
|
|
23
23
|
<body>
|
|
24
|
-
<cpm-archiving-employee
|
|
25
|
-
route=""
|
|
26
|
-
environment="development"
|
|
27
|
-
user="QZqDeFJCYaoGcFtE0o1OEhKlYlDz+mQI3ix9E3s75mdWR2wqSdvu1fU7s9mcMk9SshVMSZCjwuEgwXNVIfbh+A=="
|
|
28
|
-
></cpm-archiving-employee>
|
|
29
24
|
<cpm-archiving
|
|
30
25
|
route=""
|
|
31
|
-
environment="
|
|
32
|
-
user="QZqDeFJCYaoGcFtE0o1OEhKlYlDz+
|
|
26
|
+
environment="uat"
|
|
27
|
+
user="QZqDeFJCYaoGcFtE0o1OEhKlYlDz+mQI3ix9E3s75meyaMdpJhzI3xRuzPyHKc3st+PmhJnpMuUpWwilnPwPBg=="
|
|
33
28
|
></cpm-archiving>
|
|
34
29
|
</body>
|
|
35
|
-
</html>
|
|
30
|
+
</html>
|
package/dist/logo192.png
ADDED
|
Binary file
|
package/dist/logo512.png
ADDED
|
Binary file
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"short_name": "TanStack App",
|
|
3
|
+
"name": "Create TanStack App Sample",
|
|
4
|
+
"icons": [
|
|
5
|
+
{
|
|
6
|
+
"src": "favicon.ico",
|
|
7
|
+
"sizes": "64x64 32x32 24x24 16x16",
|
|
8
|
+
"type": "image/x-icon"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"src": "logo192.png",
|
|
12
|
+
"type": "image/png",
|
|
13
|
+
"sizes": "192x192"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"src": "logo512.png",
|
|
17
|
+
"type": "image/png",
|
|
18
|
+
"sizes": "512x512"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"start_url": ".",
|
|
22
|
+
"display": "standalone",
|
|
23
|
+
"theme_color": "#000000",
|
|
24
|
+
"background_color": "#ffffff"
|
|
25
|
+
}
|
package/dist/robots.txt
ADDED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@riab/cpm-archiving",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.1.1
|
|
4
|
+
"version": "1.1.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cpm-archiving.js",
|
|
7
7
|
"module": "dist/cpm-archiving.js",
|
|
@@ -52,7 +52,6 @@
|
|
|
52
52
|
"react-dom": "^19.0.0",
|
|
53
53
|
"react-highlight-words": "^0.21.0",
|
|
54
54
|
"react-hot-toast": "^2.5.2",
|
|
55
|
-
"react-imask": "^7.6.1",
|
|
56
55
|
"react-select": "^5.10.2",
|
|
57
56
|
"react-social-media-embed": "^2.5.18",
|
|
58
57
|
"react-tooltip": "^5.29.1",
|