@parhelia/core 0.3.12818 → 0.3.12823
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/components/ui/calendar.js +1 -1
- package/dist/components/ui/calendar.js.map +1 -1
- package/dist/config/config.js +2 -12
- package/dist/config/config.js.map +1 -1
- package/dist/editor/ai/InlineAiDialog.js +11 -24
- package/dist/editor/ai/InlineAiDialog.js.map +1 -1
- package/dist/editor/ai/terminal/components/AgentSettingsSections.js +4 -4
- package/dist/editor/ai/terminal/components/AgentSettingsSections.js.map +1 -1
- package/dist/editor/ai/terminal/components/AgentTerminalStatusBar.js +1 -1
- package/dist/editor/ai/terminal/components/AgentTerminalStatusBar.js.map +1 -1
- package/dist/editor/ai/terminal/components/AiResponseMessage.js +1 -1
- package/dist/editor/ai/terminal/components/AiResponseMessage.js.map +1 -1
- package/dist/editor/ai-image-editor/AiImageEditorDialog.js +151 -30
- package/dist/editor/ai-image-editor/AiImageEditorDialog.js.map +1 -1
- package/dist/editor/client/EditorShell.js +44 -5
- package/dist/editor/client/EditorShell.js.map +1 -1
- package/dist/editor/client/SandboxWelcomeOverlay.d.ts +9 -0
- package/dist/editor/client/SandboxWelcomeOverlay.js +23 -0
- package/dist/editor/client/SandboxWelcomeOverlay.js.map +1 -0
- package/dist/editor/client/hooks/activeSessionSnapshots.js +0 -2
- package/dist/editor/client/hooks/activeSessionSnapshots.js.map +1 -1
- package/dist/editor/client/hooks/useSocketMessageHandler.d.ts +2 -2
- package/dist/editor/client/hooks/useSocketMessageHandler.js +43 -29
- package/dist/editor/client/hooks/useSocketMessageHandler.js.map +1 -1
- package/dist/editor/page-viewer/PageViewerFrame.js +13 -0
- package/dist/editor/page-viewer/PageViewerFrame.js.map +1 -1
- package/dist/editor/page-viewer/bridgeInsertModeExit.d.ts +22 -0
- package/dist/editor/page-viewer/bridgeInsertModeExit.js +20 -0
- package/dist/editor/page-viewer/bridgeInsertModeExit.js.map +1 -0
- package/dist/editor/reviews/DecisionsMatrix.js +8 -75
- package/dist/editor/reviews/DecisionsMatrix.js.map +1 -1
- package/dist/editor/settings/QuotaInfo.js +3 -2
- package/dist/editor/settings/QuotaInfo.js.map +1 -1
- package/dist/editor/settings/SettingsView.js +6 -5
- package/dist/editor/settings/SettingsView.js.map +1 -1
- package/dist/editor/settings/UsageLeaderboard.js +12 -12
- package/dist/editor/settings/UsageLeaderboard.js.map +1 -1
- package/dist/editor/sidebar/ComponentTree.js +12 -1
- package/dist/editor/sidebar/ComponentTree.js.map +1 -1
- package/dist/editor/tree-indicators/GutterContext.js +14 -8
- package/dist/editor/tree-indicators/GutterContext.js.map +1 -1
- package/dist/lib/sanitize.js +1 -1
- package/dist/lib/sanitize.js.map +1 -1
- package/dist/revision.d.ts +2 -2
- package/dist/revision.js +2 -2
- package/dist/types.d.ts +0 -2
- package/package.json +54 -53
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@parhelia/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.12823",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -47,75 +47,76 @@
|
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@repo/eslint-config": "*",
|
|
49
49
|
"@repo/typescript-config": "*",
|
|
50
|
-
"@tailwindcss/postcss": "^4.
|
|
50
|
+
"@tailwindcss/postcss": "^4.3.3",
|
|
51
51
|
"@testing-library/dom": "^10.4.1",
|
|
52
|
-
"@testing-library/react": "^16.3.
|
|
52
|
+
"@testing-library/react": "^16.3.3",
|
|
53
53
|
"@types/d3-hierarchy": "^3.1.7",
|
|
54
|
-
"@types/dompurify": "^3.0
|
|
55
|
-
"@types/node": "^
|
|
56
|
-
"@types/react": "19.2.
|
|
57
|
-
"@types/react-dom": "19.2.
|
|
54
|
+
"@types/dompurify": "^3.2.0",
|
|
55
|
+
"@types/node": "^26.4.0",
|
|
56
|
+
"@types/react": "19.2.18",
|
|
57
|
+
"@types/react-dom": "19.2.5",
|
|
58
58
|
"copyfiles": "^2.4.1",
|
|
59
|
-
"eslint": "^9.
|
|
60
|
-
"jsdom": "^
|
|
61
|
-
"tailwindcss": "^4.
|
|
59
|
+
"eslint": "^10.9.1",
|
|
60
|
+
"jsdom": "^30.0.1",
|
|
61
|
+
"tailwindcss": "^4.3.3",
|
|
62
62
|
"@typescript/native": "npm:typescript@7.0.2",
|
|
63
63
|
"typescript": "npm:@typescript/typescript6@6.0.2",
|
|
64
|
-
"vitest": "^4.1.
|
|
64
|
+
"vitest": "^4.1.11"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@dagrejs/dagre": "^
|
|
68
|
-
"@fontsource/inter": "^5.
|
|
69
|
-
"@radix-ui/react-accordion": "^1.2.
|
|
70
|
-
"@radix-ui/react-alert-dialog": "^1.1.
|
|
71
|
-
"@radix-ui/react-checkbox": "^1.3.
|
|
72
|
-
"@radix-ui/react-context-menu": "^2.
|
|
73
|
-
"@radix-ui/react-dialog": "^1.1.
|
|
74
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
67
|
+
"@dagrejs/dagre": "^3.1.1",
|
|
68
|
+
"@fontsource/inter": "^5.3.0",
|
|
69
|
+
"@radix-ui/react-accordion": "^1.2.20",
|
|
70
|
+
"@radix-ui/react-alert-dialog": "^1.1.23",
|
|
71
|
+
"@radix-ui/react-checkbox": "^1.3.11",
|
|
72
|
+
"@radix-ui/react-context-menu": "^2.3.7",
|
|
73
|
+
"@radix-ui/react-dialog": "^1.1.23",
|
|
74
|
+
"@radix-ui/react-dropdown-menu": "^2.1.24",
|
|
75
75
|
"@radix-ui/react-icons": "^1.3.2",
|
|
76
|
-
"@radix-ui/react-menubar": "^1.1.
|
|
77
|
-
"@radix-ui/react-popover": "^1.1.
|
|
78
|
-
"@radix-ui/react-progress": "^1.1.
|
|
79
|
-
"@radix-ui/react-slot": "^1.
|
|
80
|
-
"@radix-ui/react-switch": "^1.
|
|
81
|
-
"@radix-ui/react-tooltip": "^1.2.
|
|
82
|
-
"@radix-ui/react-visually-hidden": "^1.
|
|
83
|
-
"@types/diff": "^
|
|
84
|
-
"@types/lodash": "^4.17.
|
|
76
|
+
"@radix-ui/react-menubar": "^1.1.24",
|
|
77
|
+
"@radix-ui/react-popover": "^1.1.23",
|
|
78
|
+
"@radix-ui/react-progress": "^1.1.16",
|
|
79
|
+
"@radix-ui/react-slot": "^1.3.3",
|
|
80
|
+
"@radix-ui/react-switch": "^1.3.7",
|
|
81
|
+
"@radix-ui/react-tooltip": "^1.2.16",
|
|
82
|
+
"@radix-ui/react-visually-hidden": "^1.2.11",
|
|
83
|
+
"@types/diff": "^8.0.0",
|
|
84
|
+
"@types/lodash": "^4.17.25",
|
|
85
85
|
"@uiw/react-textarea-code-editor": "^3.1.1",
|
|
86
|
-
"@xyflow/react": "^12.
|
|
87
|
-
"@zumer/snapdom": "^2.
|
|
88
|
-
"axios": "^1.
|
|
86
|
+
"@xyflow/react": "^12.11.5",
|
|
87
|
+
"@zumer/snapdom": "^2.24.15",
|
|
88
|
+
"axios": "^1.20.0",
|
|
89
89
|
"class-variance-authority": "^0.7.1",
|
|
90
90
|
"clsx": "^2.1.1",
|
|
91
91
|
"cmdk": "^1.1.1",
|
|
92
|
-
"date-fns": "^4.
|
|
93
|
-
"diff": "^
|
|
94
|
-
"dompurify": "^3.4.
|
|
92
|
+
"date-fns": "^4.4.0",
|
|
93
|
+
"diff": "^9.0.0",
|
|
94
|
+
"dompurify": "^3.4.14",
|
|
95
95
|
"follow-redirects": "^1.16.0",
|
|
96
96
|
"html-entities": "^2.6.0",
|
|
97
|
-
"html2canvas-pro": "^2.
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"react
|
|
103
|
-
"react-
|
|
104
|
-
"react-
|
|
105
|
-
"react-
|
|
97
|
+
"html2canvas-pro": "^2.4.0",
|
|
98
|
+
"isomorphic-dompurify": "4.0.0",
|
|
99
|
+
"lucide-react": "^1.38.0",
|
|
100
|
+
"morphdom": "^2.7.8",
|
|
101
|
+
"postcss": "^8.5.26",
|
|
102
|
+
"react": "19.2.8",
|
|
103
|
+
"react-day-picker": "^10.0.1",
|
|
104
|
+
"react-dom": "19.2.8",
|
|
105
|
+
"react-inspector": "^9.0.0",
|
|
106
|
+
"react-json-view-lite": "^2.5.0",
|
|
106
107
|
"react-uuid": "^2.0.0",
|
|
107
|
-
"slate": "^0.
|
|
108
|
-
"slate-dom": "^0.
|
|
108
|
+
"slate": "^0.126.2",
|
|
109
|
+
"slate-dom": "^0.126.0",
|
|
109
110
|
"slate-history": "^0.113.1",
|
|
110
|
-
"slate-react": "^0.
|
|
111
|
-
"sonner": "^2.0.
|
|
112
|
-
"tailwind-merge": "^3.
|
|
113
|
-
"tw-animate-css": "^1.
|
|
114
|
-
"universal-cookie": "^8.
|
|
115
|
-
"use-debounce": "^10.
|
|
111
|
+
"slate-react": "^0.126.4",
|
|
112
|
+
"sonner": "^2.0.8",
|
|
113
|
+
"tailwind-merge": "^3.6.0",
|
|
114
|
+
"tw-animate-css": "^1.4.0",
|
|
115
|
+
"universal-cookie": "^8.1.2",
|
|
116
|
+
"use-debounce": "^10.1.1"
|
|
116
117
|
},
|
|
117
118
|
"overrides": {
|
|
118
|
-
"@types/react": "19.2.
|
|
119
|
-
"@types/react-dom": "19.2.
|
|
119
|
+
"@types/react": "19.2.18",
|
|
120
|
+
"@types/react-dom": "19.2.5"
|
|
120
121
|
}
|
|
121
122
|
}
|