@web-noise/core 0.0.15-alpha → 0.0.15-alpha.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/cjs/components.js +102 -51
- package/dist/cjs/components.js.map +1 -1
- package/dist/esm/components.js +102 -51
- package/dist/esm/components.js.map +1 -1
- package/dist/main.js +102 -51
- package/dist/main.js.map +1 -1
- package/dist/module.js +131 -80
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/cjs/components.js
CHANGED
|
@@ -17,57 +17,6 @@ var $9cc889581bce45fb$export$b0b7b95ee465c83c,$edje1$reactjsxruntime=require("re
|
|
|
17
17
|
height: 80%;
|
|
18
18
|
overflow-y: scroll;
|
|
19
19
|
position: relative;
|
|
20
|
-
|
|
21
|
-
h1,
|
|
22
|
-
h2,
|
|
23
|
-
h3,
|
|
24
|
-
h4,
|
|
25
|
-
h5,
|
|
26
|
-
h6 {
|
|
27
|
-
display: block;
|
|
28
|
-
margin-block-start: 1em;
|
|
29
|
-
margin-block-end: 1em;
|
|
30
|
-
margin-inline-start: 0px;
|
|
31
|
-
margin-inline-end: 0px;
|
|
32
|
-
font-weight: bold;
|
|
33
|
-
unicode-bidi: isolate;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
h1 {
|
|
37
|
-
font-size: 2em;
|
|
38
|
-
margin-block-start: 0.67em;
|
|
39
|
-
margin-block-end: 0.67em;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
h2 {
|
|
43
|
-
font-size: 1.5em;
|
|
44
|
-
margin-block-start: 0.83em;
|
|
45
|
-
margin-block-end: 0.83em;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
h3 {
|
|
49
|
-
font-size: 1.17em;
|
|
50
|
-
margin-block-start: 1em;
|
|
51
|
-
margin-block-end: 1em;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
ul {
|
|
55
|
-
display: block;
|
|
56
|
-
list-style-type: disc;
|
|
57
|
-
margin-block-start: 1em;
|
|
58
|
-
margin-block-end: 1em;
|
|
59
|
-
padding-inline-start: 40px;
|
|
60
|
-
unicode-bidi: isolate;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
p {
|
|
64
|
-
display: block;
|
|
65
|
-
margin-block-start: 1em;
|
|
66
|
-
margin-block-end: 1em;
|
|
67
|
-
margin-inline-start: 0px;
|
|
68
|
-
margin-inline-end: 0px;
|
|
69
|
-
unicode-bidi: isolate;
|
|
70
|
-
}
|
|
71
20
|
`,$714f7694528a0830$var$ModalCloser=$parcel$interopDefault($edje1$emotionstyled)($edje1$reacticonsmd.MdClose)`
|
|
72
21
|
position: absolute;
|
|
73
22
|
top: 0.2rem;
|
|
@@ -357,6 +306,57 @@ var $9cc889581bce45fb$export$b0b7b95ee465c83c,$edje1$reactjsxruntime=require("re
|
|
|
357
306
|
a {
|
|
358
307
|
color: ${({theme:e})=>e.colors.accent1};
|
|
359
308
|
}
|
|
309
|
+
|
|
310
|
+
h1,
|
|
311
|
+
h2,
|
|
312
|
+
h3,
|
|
313
|
+
h4,
|
|
314
|
+
h5,
|
|
315
|
+
h6 {
|
|
316
|
+
display: block;
|
|
317
|
+
margin-block-start: 1em;
|
|
318
|
+
margin-block-end: 1em;
|
|
319
|
+
margin-inline-start: 0px;
|
|
320
|
+
margin-inline-end: 0px;
|
|
321
|
+
font-weight: bold;
|
|
322
|
+
unicode-bidi: isolate;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
h1 {
|
|
326
|
+
font-size: 2em;
|
|
327
|
+
margin-block-start: 0.67em;
|
|
328
|
+
margin-block-end: 0.67em;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
h2 {
|
|
332
|
+
font-size: 1.5em;
|
|
333
|
+
margin-block-start: 0.83em;
|
|
334
|
+
margin-block-end: 0.83em;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
h3 {
|
|
338
|
+
font-size: 1.17em;
|
|
339
|
+
margin-block-start: 1em;
|
|
340
|
+
margin-block-end: 1em;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
ul {
|
|
344
|
+
display: block;
|
|
345
|
+
list-style-type: disc;
|
|
346
|
+
margin-block-start: 1em;
|
|
347
|
+
margin-block-end: 1em;
|
|
348
|
+
padding-inline-start: 40px;
|
|
349
|
+
unicode-bidi: isolate;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
p {
|
|
353
|
+
display: block;
|
|
354
|
+
margin-block-start: 1em;
|
|
355
|
+
margin-block-end: 1em;
|
|
356
|
+
margin-inline-start: 0px;
|
|
357
|
+
margin-inline-end: 0px;
|
|
358
|
+
unicode-bidi: isolate;
|
|
359
|
+
}
|
|
360
360
|
`),$e3d047fcd7257c33$var$useNodeManifest=e=>$19f35bee633995ac$export$2e2bcd8739ae039(t=>t.nodesConfiguration[e]),$e3d047fcd7257c33$var$NodeInfoModal=({isOpen:e,onClose:t,type:r,node:o})=>{let{info:a,portsDescription:$}=$e3d047fcd7257c33$var$useNodeManifest(r),c=(0,$edje1$react.useMemo)(()=>{let e=[],t=o.inputs;if(t)for(let r in e.push("## Inputs"),t){let o=t[r];e.push(`### *${r}*`);let a=$?.inputs?.[r];a&&e.push(a),Array.isArray(o.type)?e.push(`**Types**: \`${o.type.join(", ")}\``):e.push(`**Type**: \`${o.type||"unknown"}\``),o.range&&e.push(`**Range**: \`[${o.range[0]}, ${o.range[1]}]\``),void 0!==o.defaultValue&&e.push(`**Default**: \`${o.defaultValue}\``)}let r=o.outputs;if(r)for(let t in e.push("## Outputs"),r){let o=r[t];e.push(`### *${t}*`);let a=$?.outputs?.[t];a&&e.push(a),Array.isArray(o.type)?e.push(`**Types**: \`${o.type.join(", ")}\``):e.push(`**Type**: \`${o.type||"unknown"}\``),o.range&&e.push(`**Range**: \`[${o.range[0]}, ${o.range[1]}]\``),void 0!==o.defaultValue&&e.push(`**Default**: \`${o.defaultValue}\``)}return e.join("\n\n")},[o,$]);return e?(0,$edje1$reactjsxruntime.jsx)($714f7694528a0830$export$2e2bcd8739ae039,{onClose:t,children:(0,$edje1$reactjsxruntime.jsx)($e3d047fcd7257c33$var$NodeInfoWrapper,{dangerouslySetInnerHTML:{__html:(0,$edje1$marked.marked)((a||"")+"\n\n"+c||"")}})}):null};var $e3d047fcd7257c33$export$2e2bcd8739ae039=$e3d047fcd7257c33$var$NodeInfoModal;const $4c34e1ef7616f43c$var$NodeWrapper=$parcel$interopDefault($edje1$emotionstyled).div`
|
|
361
361
|
background-color: var(--leva-colors-elevation1);
|
|
362
362
|
`,$4c34e1ef7616f43c$var$NodeLoaderWrapper=$parcel$interopDefault($edje1$emotionstyled)($4c34e1ef7616f43c$var$NodeWrapper)`
|
|
@@ -540,6 +540,57 @@ var $9cc889581bce45fb$export$b0b7b95ee465c83c,$edje1$reactjsxruntime=require("re
|
|
|
540
540
|
color: ${({theme:e})=>e.colors.accent3};
|
|
541
541
|
filter: hue-rotate(180deg);
|
|
542
542
|
}
|
|
543
|
+
|
|
544
|
+
h1,
|
|
545
|
+
h2,
|
|
546
|
+
h3,
|
|
547
|
+
h4,
|
|
548
|
+
h5,
|
|
549
|
+
h6 {
|
|
550
|
+
display: block;
|
|
551
|
+
margin-block-start: 1em;
|
|
552
|
+
margin-block-end: 1em;
|
|
553
|
+
margin-inline-start: 0px;
|
|
554
|
+
margin-inline-end: 0px;
|
|
555
|
+
font-weight: bold;
|
|
556
|
+
unicode-bidi: isolate;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
h1 {
|
|
560
|
+
font-size: 2em;
|
|
561
|
+
margin-block-start: 0.67em;
|
|
562
|
+
margin-block-end: 0.67em;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
h2 {
|
|
566
|
+
font-size: 1.5em;
|
|
567
|
+
margin-block-start: 0.83em;
|
|
568
|
+
margin-block-end: 0.83em;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
h3 {
|
|
572
|
+
font-size: 1.17em;
|
|
573
|
+
margin-block-start: 1em;
|
|
574
|
+
margin-block-end: 1em;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
ul {
|
|
578
|
+
display: block;
|
|
579
|
+
list-style-type: disc;
|
|
580
|
+
margin-block-start: 1em;
|
|
581
|
+
margin-block-end: 1em;
|
|
582
|
+
padding-inline-start: 40px;
|
|
583
|
+
unicode-bidi: isolate;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
p {
|
|
587
|
+
display: block;
|
|
588
|
+
margin-block-start: 1em;
|
|
589
|
+
margin-block-end: 1em;
|
|
590
|
+
margin-inline-start: 0px;
|
|
591
|
+
margin-inline-end: 0px;
|
|
592
|
+
unicode-bidi: isolate;
|
|
593
|
+
}
|
|
543
594
|
`),$c6cd2caeb5a5450d$var$ModalContent=(0,$edje1$emotionreact.withTheme)($parcel$interopDefault($edje1$emotionstyled).div`
|
|
544
595
|
padding: 1rem;
|
|
545
596
|
height: 100%;
|