@pitcher/canvas-ui 2025.12.4-164350-beta → 2025.12.5-123108-beta
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/canvas-ui.css +17 -17
- package/canvas-ui.js +166 -154
- package/canvas-ui.js.map +1 -1
- package/lib/apps/canvas-builder/composables/useCanvas.d.ts +1 -0
- package/package.json +1 -1
|
@@ -5974,5 +5974,6 @@ export default function useCanvas(): {
|
|
|
5974
5974
|
} | null>;
|
|
5975
5975
|
getSafeContext: (context?: any, _temporaryContextKeys?: string[]) => any;
|
|
5976
5976
|
watchCanvas: () => import('vue').WatchHandle;
|
|
5977
|
+
mergeWithArrayReplacement: (...sources: any[]) => any;
|
|
5977
5978
|
};
|
|
5978
5979
|
export {};
|