@1agh/maude 0.22.0 → 0.22.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/package.json +9 -9
- package/plugins/design/dev-server/bin/check-runtime-bundles.sh +125 -0
- package/plugins/design/dev-server/bin/runtime-health.sh +47 -6
- package/plugins/design/dev-server/build.ts +19 -5
- package/plugins/design/dev-server/dist/client.bundle.js +3 -3
- package/plugins/design/dev-server/dist/runtime/.min-sizes.json +16 -0
- package/plugins/design/dev-server/dist/runtime/lib0_decoding.js +2 -6
- package/plugins/design/dev-server/dist/runtime/lib0_encoding.js +2 -6
- package/plugins/design/dev-server/dist/runtime/motion.js +4787 -8
- package/plugins/design/dev-server/dist/runtime/motion_react.js +9654 -7
- package/plugins/design/dev-server/dist/runtime/pixi-js.js +5865 -5469
- package/plugins/design/dev-server/dist/runtime/react-dom.js +4 -22
- package/plugins/design/dev-server/dist/runtime/react-dom_client.js +5 -23
- package/plugins/design/dev-server/dist/runtime/react.js +4 -22
- package/plugins/design/dev-server/dist/runtime/react_jsx-dev-runtime.js +4 -22
- package/plugins/design/dev-server/dist/runtime/react_jsx-runtime.js +4 -22
- package/plugins/design/dev-server/dist/runtime/y-protocols_awareness.js +2 -6
- package/plugins/design/dev-server/dist/runtime/y-protocols_sync.js +2 -6
- package/plugins/design/dev-server/dist/runtime/yjs.js +2 -6
|
@@ -3,43 +3,25 @@ var __getProtoOf = Object.getPrototypeOf;
|
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
5
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
function __accessProp(key) {
|
|
7
|
-
return this[key];
|
|
8
|
-
}
|
|
9
|
-
var __toESMCache_node;
|
|
10
|
-
var __toESMCache_esm;
|
|
11
6
|
var __toESM = (mod, isNodeMode, target) => {
|
|
12
|
-
var canCache = mod != null && typeof mod === "object";
|
|
13
|
-
if (canCache) {
|
|
14
|
-
var cache = isNodeMode ? __toESMCache_node ??= new WeakMap : __toESMCache_esm ??= new WeakMap;
|
|
15
|
-
var cached = cache.get(mod);
|
|
16
|
-
if (cached)
|
|
17
|
-
return cached;
|
|
18
|
-
}
|
|
19
7
|
target = mod != null ? __create(__getProtoOf(mod)) : {};
|
|
20
8
|
const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
|
|
21
9
|
for (let key of __getOwnPropNames(mod))
|
|
22
10
|
if (!__hasOwnProp.call(to, key))
|
|
23
11
|
__defProp(to, key, {
|
|
24
|
-
get:
|
|
12
|
+
get: () => mod[key],
|
|
25
13
|
enumerable: true
|
|
26
14
|
});
|
|
27
|
-
if (canCache)
|
|
28
|
-
cache.set(mod, to);
|
|
29
15
|
return to;
|
|
30
16
|
};
|
|
31
17
|
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
32
|
-
var __returnValue = (v) => v;
|
|
33
|
-
function __exportSetter(name, newValue) {
|
|
34
|
-
this[name] = __returnValue.bind(null, newValue);
|
|
35
|
-
}
|
|
36
18
|
var __export = (target, all) => {
|
|
37
19
|
for (var name in all)
|
|
38
20
|
__defProp(target, name, {
|
|
39
21
|
get: all[name],
|
|
40
22
|
enumerable: true,
|
|
41
23
|
configurable: true,
|
|
42
|
-
set:
|
|
24
|
+
set: (newValue) => all[name] = () => newValue
|
|
43
25
|
});
|
|
44
26
|
};
|
|
45
27
|
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
@@ -208,10 +190,10 @@ var require_react_dom = __commonJS((exports, module) => {
|
|
|
208
190
|
if (true) {
|
|
209
191
|
checkDCE();
|
|
210
192
|
module.exports = exports_react_dom_production;
|
|
211
|
-
}
|
|
193
|
+
} else {}
|
|
212
194
|
});
|
|
213
195
|
|
|
214
|
-
// synth:/
|
|
196
|
+
// synth:/Users/iagh/git/claude-design/plugins/design/dev-server/.runtime-bundle-react-dom-entry.tsx
|
|
215
197
|
var __mod__ = __toESM(require_react_dom(), 1);
|
|
216
198
|
var {
|
|
217
199
|
__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
|
|
@@ -3,43 +3,25 @@ var __getProtoOf = Object.getPrototypeOf;
|
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
5
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
function __accessProp(key) {
|
|
7
|
-
return this[key];
|
|
8
|
-
}
|
|
9
|
-
var __toESMCache_node;
|
|
10
|
-
var __toESMCache_esm;
|
|
11
6
|
var __toESM = (mod, isNodeMode, target) => {
|
|
12
|
-
var canCache = mod != null && typeof mod === "object";
|
|
13
|
-
if (canCache) {
|
|
14
|
-
var cache = isNodeMode ? __toESMCache_node ??= new WeakMap : __toESMCache_esm ??= new WeakMap;
|
|
15
|
-
var cached = cache.get(mod);
|
|
16
|
-
if (cached)
|
|
17
|
-
return cached;
|
|
18
|
-
}
|
|
19
7
|
target = mod != null ? __create(__getProtoOf(mod)) : {};
|
|
20
8
|
const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
|
|
21
9
|
for (let key of __getOwnPropNames(mod))
|
|
22
10
|
if (!__hasOwnProp.call(to, key))
|
|
23
11
|
__defProp(to, key, {
|
|
24
|
-
get:
|
|
12
|
+
get: () => mod[key],
|
|
25
13
|
enumerable: true
|
|
26
14
|
});
|
|
27
|
-
if (canCache)
|
|
28
|
-
cache.set(mod, to);
|
|
29
15
|
return to;
|
|
30
16
|
};
|
|
31
17
|
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
32
|
-
var __returnValue = (v) => v;
|
|
33
|
-
function __exportSetter(name, newValue) {
|
|
34
|
-
this[name] = __returnValue.bind(null, newValue);
|
|
35
|
-
}
|
|
36
18
|
var __export = (target, all) => {
|
|
37
19
|
for (var name in all)
|
|
38
20
|
__defProp(target, name, {
|
|
39
21
|
get: all[name],
|
|
40
22
|
enumerable: true,
|
|
41
23
|
configurable: true,
|
|
42
|
-
set:
|
|
24
|
+
set: (newValue) => all[name] = () => newValue
|
|
43
25
|
});
|
|
44
26
|
};
|
|
45
27
|
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
@@ -309,7 +291,7 @@ var require_scheduler = __commonJS((exports, module) => {
|
|
|
309
291
|
init_scheduler_production();
|
|
310
292
|
if (true) {
|
|
311
293
|
module.exports = exports_scheduler_production;
|
|
312
|
-
}
|
|
294
|
+
} else {}
|
|
313
295
|
});
|
|
314
296
|
|
|
315
297
|
// ../../../node_modules/.pnpm/react-dom@19.2.6_react@19.2.6/node_modules/react-dom/cjs/react-dom-client.production.js
|
|
@@ -10356,10 +10338,10 @@ var require_client = __commonJS((exports, module) => {
|
|
|
10356
10338
|
if (true) {
|
|
10357
10339
|
checkDCE();
|
|
10358
10340
|
module.exports = exports_react_dom_client_production;
|
|
10359
|
-
}
|
|
10341
|
+
} else {}
|
|
10360
10342
|
});
|
|
10361
10343
|
|
|
10362
|
-
// synth:/
|
|
10344
|
+
// synth:/Users/iagh/git/claude-design/plugins/design/dev-server/.runtime-bundle-react-dom_client-entry.tsx
|
|
10363
10345
|
var __mod__ = __toESM(require_client(), 1);
|
|
10364
10346
|
var {
|
|
10365
10347
|
createRoot,
|
|
@@ -3,43 +3,25 @@ var __getProtoOf = Object.getPrototypeOf;
|
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
5
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
function __accessProp(key) {
|
|
7
|
-
return this[key];
|
|
8
|
-
}
|
|
9
|
-
var __toESMCache_node;
|
|
10
|
-
var __toESMCache_esm;
|
|
11
6
|
var __toESM = (mod, isNodeMode, target) => {
|
|
12
|
-
var canCache = mod != null && typeof mod === "object";
|
|
13
|
-
if (canCache) {
|
|
14
|
-
var cache = isNodeMode ? __toESMCache_node ??= new WeakMap : __toESMCache_esm ??= new WeakMap;
|
|
15
|
-
var cached = cache.get(mod);
|
|
16
|
-
if (cached)
|
|
17
|
-
return cached;
|
|
18
|
-
}
|
|
19
7
|
target = mod != null ? __create(__getProtoOf(mod)) : {};
|
|
20
8
|
const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
|
|
21
9
|
for (let key of __getOwnPropNames(mod))
|
|
22
10
|
if (!__hasOwnProp.call(to, key))
|
|
23
11
|
__defProp(to, key, {
|
|
24
|
-
get:
|
|
12
|
+
get: () => mod[key],
|
|
25
13
|
enumerable: true
|
|
26
14
|
});
|
|
27
|
-
if (canCache)
|
|
28
|
-
cache.set(mod, to);
|
|
29
15
|
return to;
|
|
30
16
|
};
|
|
31
17
|
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
32
|
-
var __returnValue = (v) => v;
|
|
33
|
-
function __exportSetter(name, newValue) {
|
|
34
|
-
this[name] = __returnValue.bind(null, newValue);
|
|
35
|
-
}
|
|
36
18
|
var __export = (target, all) => {
|
|
37
19
|
for (var name in all)
|
|
38
20
|
__defProp(target, name, {
|
|
39
21
|
get: all[name],
|
|
40
22
|
enumerable: true,
|
|
41
23
|
configurable: true,
|
|
42
|
-
set:
|
|
24
|
+
set: (newValue) => all[name] = () => newValue
|
|
43
25
|
});
|
|
44
26
|
};
|
|
45
27
|
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
@@ -452,10 +434,10 @@ var require_react = __commonJS((exports, module) => {
|
|
|
452
434
|
init_react_production();
|
|
453
435
|
if (true) {
|
|
454
436
|
module.exports = exports_react_production;
|
|
455
|
-
}
|
|
437
|
+
} else {}
|
|
456
438
|
});
|
|
457
439
|
|
|
458
|
-
// synth:/
|
|
440
|
+
// synth:/Users/iagh/git/claude-design/plugins/design/dev-server/.runtime-bundle-react-entry.tsx
|
|
459
441
|
var __mod__ = __toESM(require_react(), 1);
|
|
460
442
|
var {
|
|
461
443
|
Activity,
|
|
@@ -3,43 +3,25 @@ var __getProtoOf = Object.getPrototypeOf;
|
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
5
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
function __accessProp(key) {
|
|
7
|
-
return this[key];
|
|
8
|
-
}
|
|
9
|
-
var __toESMCache_node;
|
|
10
|
-
var __toESMCache_esm;
|
|
11
6
|
var __toESM = (mod, isNodeMode, target) => {
|
|
12
|
-
var canCache = mod != null && typeof mod === "object";
|
|
13
|
-
if (canCache) {
|
|
14
|
-
var cache = isNodeMode ? __toESMCache_node ??= new WeakMap : __toESMCache_esm ??= new WeakMap;
|
|
15
|
-
var cached = cache.get(mod);
|
|
16
|
-
if (cached)
|
|
17
|
-
return cached;
|
|
18
|
-
}
|
|
19
7
|
target = mod != null ? __create(__getProtoOf(mod)) : {};
|
|
20
8
|
const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
|
|
21
9
|
for (let key of __getOwnPropNames(mod))
|
|
22
10
|
if (!__hasOwnProp.call(to, key))
|
|
23
11
|
__defProp(to, key, {
|
|
24
|
-
get:
|
|
12
|
+
get: () => mod[key],
|
|
25
13
|
enumerable: true
|
|
26
14
|
});
|
|
27
|
-
if (canCache)
|
|
28
|
-
cache.set(mod, to);
|
|
29
15
|
return to;
|
|
30
16
|
};
|
|
31
17
|
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
32
|
-
var __returnValue = (v) => v;
|
|
33
|
-
function __exportSetter(name, newValue) {
|
|
34
|
-
this[name] = __returnValue.bind(null, newValue);
|
|
35
|
-
}
|
|
36
18
|
var __export = (target, all) => {
|
|
37
19
|
for (var name in all)
|
|
38
20
|
__defProp(target, name, {
|
|
39
21
|
get: all[name],
|
|
40
22
|
enumerable: true,
|
|
41
23
|
configurable: true,
|
|
42
|
-
set:
|
|
24
|
+
set: (newValue) => all[name] = () => newValue
|
|
43
25
|
});
|
|
44
26
|
};
|
|
45
27
|
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
@@ -61,10 +43,10 @@ var require_jsx_dev_runtime = __commonJS((exports, module) => {
|
|
|
61
43
|
init_react_jsx_dev_runtime_production();
|
|
62
44
|
if (true) {
|
|
63
45
|
module.exports = exports_react_jsx_dev_runtime_production;
|
|
64
|
-
}
|
|
46
|
+
} else {}
|
|
65
47
|
});
|
|
66
48
|
|
|
67
|
-
// synth:/
|
|
49
|
+
// synth:/Users/iagh/git/claude-design/plugins/design/dev-server/.runtime-bundle-react_jsx-dev-runtime-entry.tsx
|
|
68
50
|
var __mod__ = __toESM(require_jsx_dev_runtime(), 1);
|
|
69
51
|
var {
|
|
70
52
|
Fragment,
|
|
@@ -3,43 +3,25 @@ var __getProtoOf = Object.getPrototypeOf;
|
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
5
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
function __accessProp(key) {
|
|
7
|
-
return this[key];
|
|
8
|
-
}
|
|
9
|
-
var __toESMCache_node;
|
|
10
|
-
var __toESMCache_esm;
|
|
11
6
|
var __toESM = (mod, isNodeMode, target) => {
|
|
12
|
-
var canCache = mod != null && typeof mod === "object";
|
|
13
|
-
if (canCache) {
|
|
14
|
-
var cache = isNodeMode ? __toESMCache_node ??= new WeakMap : __toESMCache_esm ??= new WeakMap;
|
|
15
|
-
var cached = cache.get(mod);
|
|
16
|
-
if (cached)
|
|
17
|
-
return cached;
|
|
18
|
-
}
|
|
19
7
|
target = mod != null ? __create(__getProtoOf(mod)) : {};
|
|
20
8
|
const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
|
|
21
9
|
for (let key of __getOwnPropNames(mod))
|
|
22
10
|
if (!__hasOwnProp.call(to, key))
|
|
23
11
|
__defProp(to, key, {
|
|
24
|
-
get:
|
|
12
|
+
get: () => mod[key],
|
|
25
13
|
enumerable: true
|
|
26
14
|
});
|
|
27
|
-
if (canCache)
|
|
28
|
-
cache.set(mod, to);
|
|
29
15
|
return to;
|
|
30
16
|
};
|
|
31
17
|
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
32
|
-
var __returnValue = (v) => v;
|
|
33
|
-
function __exportSetter(name, newValue) {
|
|
34
|
-
this[name] = __returnValue.bind(null, newValue);
|
|
35
|
-
}
|
|
36
18
|
var __export = (target, all) => {
|
|
37
19
|
for (var name in all)
|
|
38
20
|
__defProp(target, name, {
|
|
39
21
|
get: all[name],
|
|
40
22
|
enumerable: true,
|
|
41
23
|
configurable: true,
|
|
42
|
-
set:
|
|
24
|
+
set: (newValue) => all[name] = () => newValue
|
|
43
25
|
});
|
|
44
26
|
};
|
|
45
27
|
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
@@ -84,10 +66,10 @@ var require_jsx_runtime = __commonJS((exports, module) => {
|
|
|
84
66
|
init_react_jsx_runtime_production();
|
|
85
67
|
if (true) {
|
|
86
68
|
module.exports = exports_react_jsx_runtime_production;
|
|
87
|
-
}
|
|
69
|
+
} else {}
|
|
88
70
|
});
|
|
89
71
|
|
|
90
|
-
// synth:/
|
|
72
|
+
// synth:/Users/iagh/git/claude-design/plugins/design/dev-server/.runtime-bundle-react_jsx-runtime-entry.tsx
|
|
91
73
|
var __mod__ = __toESM(require_jsx_runtime(), 1);
|
|
92
74
|
var {
|
|
93
75
|
Fragment,
|
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
|
-
var __returnValue = (v) => v;
|
|
3
|
-
function __exportSetter(name, newValue) {
|
|
4
|
-
this[name] = __returnValue.bind(null, newValue);
|
|
5
|
-
}
|
|
6
2
|
var __export = (target, all) => {
|
|
7
3
|
for (var name in all)
|
|
8
4
|
__defProp(target, name, {
|
|
9
5
|
get: all[name],
|
|
10
6
|
enumerable: true,
|
|
11
7
|
configurable: true,
|
|
12
|
-
set:
|
|
8
|
+
set: (newValue) => all[name] = () => newValue
|
|
13
9
|
});
|
|
14
10
|
};
|
|
15
11
|
|
|
@@ -359,7 +355,7 @@ var applyAwarenessUpdate = (awareness, update, origin) => {
|
|
|
359
355
|
}
|
|
360
356
|
};
|
|
361
357
|
|
|
362
|
-
// synth:/
|
|
358
|
+
// synth:/Users/iagh/git/claude-design/plugins/design/dev-server/.runtime-bundle-y-protocols_awareness-entry.tsx
|
|
363
359
|
var {
|
|
364
360
|
Awareness: Awareness2,
|
|
365
361
|
applyAwarenessUpdate: applyAwarenessUpdate2,
|
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
|
-
var __returnValue = (v) => v;
|
|
3
|
-
function __exportSetter(name, newValue) {
|
|
4
|
-
this[name] = __returnValue.bind(null, newValue);
|
|
5
|
-
}
|
|
6
2
|
var __export = (target, all) => {
|
|
7
3
|
for (var name in all)
|
|
8
4
|
__defProp(target, name, {
|
|
9
5
|
get: all[name],
|
|
10
6
|
enumerable: true,
|
|
11
7
|
configurable: true,
|
|
12
|
-
set:
|
|
8
|
+
set: (newValue) => all[name] = () => newValue
|
|
13
9
|
});
|
|
14
10
|
};
|
|
15
11
|
|
|
@@ -75,7 +71,7 @@ var readSyncMessage = (decoder, encoder, doc, transactionOrigin, errorHandler) =
|
|
|
75
71
|
return messageType;
|
|
76
72
|
};
|
|
77
73
|
|
|
78
|
-
// synth:/
|
|
74
|
+
// synth:/Users/iagh/git/claude-design/plugins/design/dev-server/.runtime-bundle-y-protocols_sync-entry.tsx
|
|
79
75
|
var {
|
|
80
76
|
messageYjsSyncStep1: messageYjsSyncStep12,
|
|
81
77
|
messageYjsSyncStep2: messageYjsSyncStep22,
|
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
|
-
var __returnValue = (v) => v;
|
|
3
|
-
function __exportSetter(name, newValue) {
|
|
4
|
-
this[name] = __returnValue.bind(null, newValue);
|
|
5
|
-
}
|
|
6
2
|
var __export = (target, all) => {
|
|
7
3
|
for (var name in all)
|
|
8
4
|
__defProp(target, name, {
|
|
9
5
|
get: all[name],
|
|
10
6
|
enumerable: true,
|
|
11
7
|
configurable: true,
|
|
12
|
-
set:
|
|
8
|
+
set: (newValue) => all[name] = () => newValue
|
|
13
9
|
});
|
|
14
10
|
};
|
|
15
11
|
|
|
@@ -6476,7 +6472,7 @@ if (glo[importIdentifier] === true) {
|
|
|
6476
6472
|
}
|
|
6477
6473
|
glo[importIdentifier] = true;
|
|
6478
6474
|
|
|
6479
|
-
// synth:/
|
|
6475
|
+
// synth:/Users/iagh/git/claude-design/plugins/design/dev-server/.runtime-bundle-yjs-entry.tsx
|
|
6480
6476
|
var {
|
|
6481
6477
|
AbsolutePosition: AbsolutePosition2,
|
|
6482
6478
|
AbstractConnector: AbstractConnector2,
|