xmlui 0.7.2 → 0.7.4
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/{apiInterceptorWorker-DsyArfj8.mjs → apiInterceptorWorker-BYr2ZWN_.mjs} +1 -1
- package/dist/{index-CqI3-Bug.mjs → index-9zQaF2P3.mjs} +11463 -14646
- package/dist/index.css +1 -1
- package/dist/scripts/bin/build-lib.js +68 -0
- package/dist/scripts/bin/index.js +6 -0
- package/dist/style.css +1 -1
- package/dist/xmlui-metadata.mjs +1091 -1074
- package/dist/xmlui-metadata.umd.js +16 -16
- package/dist/xmlui-standalone.umd.js +169 -166
- package/dist/xmlui.mjs +1 -1
- package/dist/xmlui.umd.js +116 -156
- package/package.json +5 -4
- package/dist/Pdf-DS5AUbgo.mjs +0 -19
- package/dist/Pdf.css +0 -1
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xmlui",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.4",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start-test-bed": "cd src/testing/infrastructure && xmlui start",
|
|
7
|
+
"build:test-bed": "cd src/testing/infrastructure && xmlui build",
|
|
7
8
|
"build:bin": "tsc -p tsconfig.bin.json",
|
|
8
9
|
"build:xmlui": "vite build --mode lib",
|
|
9
10
|
"build:xmlui-standalone": "vite build --mode standalone",
|
|
@@ -12,6 +13,7 @@
|
|
|
12
13
|
"test": "npm run test:unit",
|
|
13
14
|
"test:unit": "vitest run",
|
|
14
15
|
"test:e2e": "playwright test",
|
|
16
|
+
"test:e2e-smoke": "playwright test --project smoke",
|
|
15
17
|
"test:e2e-ui": "npm run test:e2e -- --ui",
|
|
16
18
|
"prepublishOnly": "clean-package && npm run build",
|
|
17
19
|
"postpublish": "clean-package restore",
|
|
@@ -39,6 +41,7 @@
|
|
|
39
41
|
"@radix-ui/react-hover-card": "1.0.7",
|
|
40
42
|
"@radix-ui/react-popover": "^1.1.2",
|
|
41
43
|
"@radix-ui/react-radio-group": "1.1.3",
|
|
44
|
+
"@radix-ui/react-select": "^2.1.2",
|
|
42
45
|
"@radix-ui/react-tabs": "1.1.0",
|
|
43
46
|
"@radix-ui/react-visually-hidden": "1.0.3",
|
|
44
47
|
"@remix-run/react": "2.9.1",
|
|
@@ -67,7 +70,6 @@
|
|
|
67
70
|
"monaco-editor": "0.34.1",
|
|
68
71
|
"msw": "2.0.1",
|
|
69
72
|
"oidc-client-ts": "2.1.0",
|
|
70
|
-
"pdfjs-dist": "2.12.313",
|
|
71
73
|
"react": "18.2.0",
|
|
72
74
|
"react-apexcharts": "1.4.1",
|
|
73
75
|
"react-currency-input-field": "3.6.9",
|
|
@@ -82,7 +84,6 @@
|
|
|
82
84
|
"react-markdown": "9.0.1",
|
|
83
85
|
"react-measure": "2.5.2",
|
|
84
86
|
"react-oidc-context": "2.2.0",
|
|
85
|
-
"react-pdf": "5.7.2",
|
|
86
87
|
"react-popper": "2.3.0",
|
|
87
88
|
"react-resizable-panels": "2.0.19",
|
|
88
89
|
"react-router-dom": "6.23.0",
|
|
@@ -126,8 +127,8 @@
|
|
|
126
127
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
127
128
|
"prettier": "^3.3.3",
|
|
128
129
|
"rimraf": "6.0.1",
|
|
129
|
-
"serve": "14.2.0",
|
|
130
130
|
"rollup-plugin-visualizer": "5.8.3",
|
|
131
|
+
"serve": "14.2.0",
|
|
131
132
|
"typedoc": "^0.26.2",
|
|
132
133
|
"typescript": "^5.5.4",
|
|
133
134
|
"vite": "5.4.9",
|