@riab/cpm-archiving 1.0.15-beta → 1.0.15-beta.2

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/index.html CHANGED
@@ -21,10 +21,15 @@
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>
24
29
  <cpm-archiving
25
30
  route=""
26
31
  environment="development"
27
- user="QZqDeFJCYaoGcFtE0o1OEhKlYlDz+mQI3ix9E3s75meyaMdpJhzI3xRuzPyHKc3st+PmhJnpMuUpWwilnPwPBg=="
32
+ user="QZqDeFJCYaoGcFtE0o1OEhKlYlDz+mQI3ix9E3s75mdWR2wqSdvu1fU7s9mcMk9SshVMSZCjwuEgwXNVIfbh+A=="
28
33
  ></cpm-archiving>
29
34
  </body>
30
- </html>
35
+ </html>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@riab/cpm-archiving",
3
3
  "private": false,
4
- "version": "1.0.15-beta",
4
+ "version": "1.0.15-beta.2",
5
5
  "type": "module",
6
6
  "main": "dist/cpm-archiving.js",
7
7
  "module": "dist/cpm-archiving.js",
@@ -14,8 +14,7 @@
14
14
  "scripts": {
15
15
  "dev": "vite --port 3000",
16
16
  "start": "vite --port 3000",
17
-
18
- "build": "vite build",
17
+ "build": "cross-env NODE_ENV=production vite build",
19
18
  "serve": "vite preview",
20
19
  "test": "vitest run",
21
20
  "lint": "eslint",
@@ -32,39 +31,39 @@
32
31
  "@progress/kendo-theme-default": "^10.2.0",
33
32
  "@r2wc/react-to-web-component": "^2.0.4",
34
33
  "@sentry/react": "^9.19.0",
35
- "@tailwindcss/vite": "^4.0.6",
34
+ "@tailwindcss/vite": "^4.1.14",
36
35
  "@tanstack/eslint-config": "^0.2.0",
37
36
  "@tanstack/match-sorter-utils": "^8.19.4",
38
37
  "@tanstack/react-query": "^5.66.5",
39
- "@tanstack/react-query-devtools": "^5.66.5",
40
38
  "@tanstack/react-router": "^1.114.3",
41
- "@tanstack/react-router-devtools": "^1.114.3",
42
39
  "@tanstack/react-table": "^8.21.2",
43
40
  "@testing-library/dom": "^10.4.0",
44
- "@testing-library/react": "^16.2.0",
41
+ "@testing-library/react": "^16.3.0",
45
42
  "@types/react": "^19.0.8",
46
43
  "@types/react-date-range": "^1.4.10",
47
44
  "@types/react-dom": "^19.0.3",
48
45
  "@vitejs/plugin-react": "^4.3.4",
46
+ "cross-env": "^10.1.0",
49
47
  "date-fns": "^4.1.0",
48
+ "dompurify": "^3.3.0",
50
49
  "html-react-parser": "^5.2.6",
50
+ "react": "^19.0.0",
51
51
  "react-date-range": "^2.0.1",
52
+ "react-dom": "^19.0.0",
52
53
  "react-highlight-words": "^0.21.0",
53
54
  "react-hot-toast": "^2.5.2",
55
+ "react-imask": "^7.6.1",
54
56
  "react-select": "^5.10.2",
55
57
  "react-social-media-embed": "^2.5.18",
58
+ "react-tooltip": "^5.29.1",
56
59
  "react-tweet": "^3.2.2",
57
- "tailwindcss": "^4.0.6",
60
+ "tailwindcss": "^4.1.14",
58
61
  "typescript": "~5.6.2",
59
62
  "use-debounce": "^10.0.5",
60
- "vite": "^6.1.0",
63
+ "vite": "^7.1.0",
61
64
  "vite-plugin-css-injected-by-js": "^3.5.2",
62
65
  "vitest": "^3.0.5",
63
66
  "web-vitals": "^4.2.4",
64
67
  "zustand": "^5.0.8"
65
- },
66
- "peerDependencies": {
67
- "react": "^19.0.0",
68
- "react-dom": "^19.0.0"
69
68
  }
70
69
  }
package/dist/favicon.ico DELETED
Binary file
package/dist/logo192.png DELETED
Binary file
package/dist/logo512.png DELETED
Binary file
@@ -1,25 +0,0 @@
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 DELETED
@@ -1,3 +0,0 @@
1
- # https://www.robotstxt.org/robotstxt.html
2
- User-agent: *
3
- Disallow: