@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/main.js
CHANGED
|
@@ -78,57 +78,6 @@ var $07dabc4e7d66bab5$export$b0b7b95ee465c83c,$fmhGi$reactjsxruntime=require("re
|
|
|
78
78
|
height: 80%;
|
|
79
79
|
overflow-y: scroll;
|
|
80
80
|
position: relative;
|
|
81
|
-
|
|
82
|
-
h1,
|
|
83
|
-
h2,
|
|
84
|
-
h3,
|
|
85
|
-
h4,
|
|
86
|
-
h5,
|
|
87
|
-
h6 {
|
|
88
|
-
display: block;
|
|
89
|
-
margin-block-start: 1em;
|
|
90
|
-
margin-block-end: 1em;
|
|
91
|
-
margin-inline-start: 0px;
|
|
92
|
-
margin-inline-end: 0px;
|
|
93
|
-
font-weight: bold;
|
|
94
|
-
unicode-bidi: isolate;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
h1 {
|
|
98
|
-
font-size: 2em;
|
|
99
|
-
margin-block-start: 0.67em;
|
|
100
|
-
margin-block-end: 0.67em;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
h2 {
|
|
104
|
-
font-size: 1.5em;
|
|
105
|
-
margin-block-start: 0.83em;
|
|
106
|
-
margin-block-end: 0.83em;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
h3 {
|
|
110
|
-
font-size: 1.17em;
|
|
111
|
-
margin-block-start: 1em;
|
|
112
|
-
margin-block-end: 1em;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
ul {
|
|
116
|
-
display: block;
|
|
117
|
-
list-style-type: disc;
|
|
118
|
-
margin-block-start: 1em;
|
|
119
|
-
margin-block-end: 1em;
|
|
120
|
-
padding-inline-start: 40px;
|
|
121
|
-
unicode-bidi: isolate;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
p {
|
|
125
|
-
display: block;
|
|
126
|
-
margin-block-start: 1em;
|
|
127
|
-
margin-block-end: 1em;
|
|
128
|
-
margin-inline-start: 0px;
|
|
129
|
-
margin-inline-end: 0px;
|
|
130
|
-
unicode-bidi: isolate;
|
|
131
|
-
}
|
|
132
81
|
`,$aecb885983569300$var$ModalCloser=$parcel$interopDefault($fmhGi$emotionstyled)($fmhGi$reacticonsmd.MdClose)`
|
|
133
82
|
position: absolute;
|
|
134
83
|
top: 0.2rem;
|
|
@@ -357,6 +306,57 @@ var $07dabc4e7d66bab5$export$b0b7b95ee465c83c,$fmhGi$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
|
`),$37b2ffed43ea9fcb$var$useNodeManifest=e=>$7d1a5bdfd7b5aa4a$export$2e2bcd8739ae039(t=>t.nodesConfiguration[e]),$37b2ffed43ea9fcb$var$NodeInfoModal=({isOpen:e,onClose:t,type:r,node:a})=>{let{info:o,portsDescription:$}=$37b2ffed43ea9fcb$var$useNodeManifest(r),i=(0,$fmhGi$react.useMemo)(()=>{let e=[],t=a.inputs;if(t)for(let r in e.push("## Inputs"),t){let a=t[r];e.push(`### *${r}*`);let o=$?.inputs?.[r];o&&e.push(o),Array.isArray(a.type)?e.push(`**Types**: \`${a.type.join(", ")}\``):e.push(`**Type**: \`${a.type||"unknown"}\``),a.range&&e.push(`**Range**: \`[${a.range[0]}, ${a.range[1]}]\``),void 0!==a.defaultValue&&e.push(`**Default**: \`${a.defaultValue}\``)}let r=a.outputs;if(r)for(let t in e.push("## Outputs"),r){let a=r[t];e.push(`### *${t}*`);let o=$?.outputs?.[t];o&&e.push(o),Array.isArray(a.type)?e.push(`**Types**: \`${a.type.join(", ")}\``):e.push(`**Type**: \`${a.type||"unknown"}\``),a.range&&e.push(`**Range**: \`[${a.range[0]}, ${a.range[1]}]\``),void 0!==a.defaultValue&&e.push(`**Default**: \`${a.defaultValue}\``)}return e.join("\n\n")},[a,$]);return e?(0,$fmhGi$reactjsxruntime.jsx)($aecb885983569300$export$2e2bcd8739ae039,{onClose:t,children:(0,$fmhGi$reactjsxruntime.jsx)($37b2ffed43ea9fcb$var$NodeInfoWrapper,{dangerouslySetInnerHTML:{__html:(0,$fmhGi$marked.marked)((o||"")+"\n\n"+i||"")}})}):null};var $37b2ffed43ea9fcb$export$2e2bcd8739ae039=$37b2ffed43ea9fcb$var$NodeInfoModal;const $964548e125933395$var$NodeWrapper=$parcel$interopDefault($fmhGi$emotionstyled).div`
|
|
361
361
|
background-color: var(--leva-colors-elevation1);
|
|
362
362
|
`,$964548e125933395$var$NodeLoaderWrapper=$parcel$interopDefault($fmhGi$emotionstyled)($964548e125933395$var$NodeWrapper)`
|
|
@@ -540,6 +540,57 @@ var $07dabc4e7d66bab5$export$b0b7b95ee465c83c,$fmhGi$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
|
`),$c1639f96a5ce6d94$var$ModalContent=(0,$fmhGi$emotionreact.withTheme)($parcel$interopDefault($fmhGi$emotionstyled).div`
|
|
544
595
|
padding: 1rem;
|
|
545
596
|
height: 100%;
|