@valbuild/ui 0.91.0 → 0.91.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/valbuild-ui.cjs.js +1 -1
- package/dist/valbuild-ui.esm.js +1 -1
- package/package.json +28 -16
- package/server/.tmp/assets/index-CjDxza-F.js +578 -0
- package/server/.tmp/assets/{index-F15shcjA.css → index-CnqfNokg.css} +1 -1
- package/server/.tmp/index.html +2 -2
- package/server/dist/valbuild-ui-server.cjs.js +2 -2
- package/server/dist/valbuild-ui-server.esm.js +2 -2
- package/server/.tmp/assets/index-BVO5KryB.js +0 -569
package/dist/valbuild-ui.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const _="/spa/index.css",A="/app",V="val-app",P="val-overlay",s=!1,t="0.91.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const _="/spa/index.css",A="/app",V="val-app",P="val-overlay",s=!1,t="0.91.2";exports.IS_DEV=s;exports.VAL_APP_ID=V;exports.VAL_APP_PATH=A;exports.VAL_CSS_PATH=_;exports.VAL_OVERLAY_ID=P;exports.VERSION=t;
|
package/dist/valbuild-ui.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valbuild/ui",
|
|
3
|
-
"version": "0.91.
|
|
3
|
+
"version": "0.91.2",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,6 +14,19 @@
|
|
|
14
14
|
"dev": "vite"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
+
"@radix-ui/primitive": "^1.1.2",
|
|
18
|
+
"@radix-ui/react-compose-refs": "^1.1.2",
|
|
19
|
+
"@radix-ui/react-context": "^1.1.2",
|
|
20
|
+
"@radix-ui/react-dismissable-layer": "^1.1.6",
|
|
21
|
+
"@radix-ui/react-focus-guards": "^1.1.2",
|
|
22
|
+
"@radix-ui/react-focus-scope": "^1.1.3",
|
|
23
|
+
"@radix-ui/react-id": "^1.1.1",
|
|
24
|
+
"@radix-ui/react-portal": "^1.1.5",
|
|
25
|
+
"@radix-ui/react-presence": "^1.1.3",
|
|
26
|
+
"@radix-ui/react-primitive": "^2.0.3",
|
|
27
|
+
"@radix-ui/react-use-controllable-state": "^1.1.1",
|
|
28
|
+
"aria-hidden": "^1.2.4",
|
|
29
|
+
"react-remove-scroll": "^2.6.3",
|
|
17
30
|
"@codemirror/lang-angular": "^0.1.4",
|
|
18
31
|
"@codemirror/lang-cpp": "^6.0.3",
|
|
19
32
|
"@codemirror/lang-css": "^6.3.1",
|
|
@@ -34,23 +47,22 @@
|
|
|
34
47
|
"@dnd-kit/sortable": "^8.0.0",
|
|
35
48
|
"@hookform/resolvers": "^3.3.2",
|
|
36
49
|
"@lezer/highlight": "^1.2.3",
|
|
37
|
-
"@radix-ui/react-accordion": "^1.
|
|
38
|
-
"@radix-ui/react-alert-dialog": "^1.
|
|
50
|
+
"@radix-ui/react-accordion": "^1.2.12",
|
|
51
|
+
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
39
52
|
"@radix-ui/react-avatar": "^1.1.11",
|
|
40
|
-
"@radix-ui/react-checkbox": "^1.
|
|
41
|
-
"@radix-ui/react-dialog": "^1.1.15",
|
|
53
|
+
"@radix-ui/react-checkbox": "^1.3.3",
|
|
42
54
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
43
|
-
"@radix-ui/react-hover-card": "^1.1.
|
|
44
|
-
"@radix-ui/react-label": "^2.
|
|
55
|
+
"@radix-ui/react-hover-card": "^1.1.15",
|
|
56
|
+
"@radix-ui/react-label": "^2.1.8",
|
|
45
57
|
"@radix-ui/react-popover": "^1.1.15",
|
|
46
|
-
"@radix-ui/react-progress": "^1.
|
|
47
|
-
"@radix-ui/react-radio-group": "^1.
|
|
48
|
-
"@radix-ui/react-scroll-area": "^1.
|
|
49
|
-
"@radix-ui/react-select": "^2.
|
|
58
|
+
"@radix-ui/react-progress": "^1.1.8",
|
|
59
|
+
"@radix-ui/react-radio-group": "^1.3.8",
|
|
60
|
+
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
61
|
+
"@radix-ui/react-select": "^2.2.6",
|
|
50
62
|
"@radix-ui/react-slot": "^1.2.4",
|
|
51
|
-
"@radix-ui/react-switch": "^1.
|
|
52
|
-
"@radix-ui/react-tabs": "^1.
|
|
53
|
-
"@radix-ui/react-toggle": "^1.
|
|
63
|
+
"@radix-ui/react-switch": "^1.2.6",
|
|
64
|
+
"@radix-ui/react-tabs": "^1.1.13",
|
|
65
|
+
"@radix-ui/react-toggle": "^1.1.10",
|
|
54
66
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
55
67
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
56
68
|
"@radix-ui/react-separator": "^1.1.8",
|
|
@@ -87,8 +99,8 @@
|
|
|
87
99
|
"@types/react-resizable": "^3.0.5",
|
|
88
100
|
"@uiw/codemirror-themes": "^4.25.4",
|
|
89
101
|
"@uiw/react-codemirror": "^4.25.4",
|
|
90
|
-
"@valbuild/core": "~0.91.
|
|
91
|
-
"@valbuild/shared": "~0.91.
|
|
102
|
+
"@valbuild/core": "~0.91.2",
|
|
103
|
+
"@valbuild/shared": "~0.91.2",
|
|
92
104
|
"autoprefixer": "^10.4.13",
|
|
93
105
|
"class-variance-authority": "^0.7.1",
|
|
94
106
|
"classnames": "^2.3.2",
|