@web-noise/core 0.0.15-alpha → 0.0.15

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.
@@ -17,57 +17,6 @@ let e,o;import{jsx as t,jsxs as r}from"react/jsx-runtime";import i from"@emotion
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
  `,V=i(c)`
72
21
  position: absolute;
73
22
  top: 0.2rem;
@@ -357,6 +306,57 @@ let e,o;import{jsx as t,jsxs as r}from"react/jsx-runtime";import i from"@emotion
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
  `);let el=i.div`
361
361
  background-color: var(--leva-colors-elevation1);
362
362
  `;i(el)`
@@ -540,6 +540,57 @@ let e,o;import{jsx as t,jsxs as r}from"react/jsx-runtime";import i from"@emotion
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
  `),m(i.div`
544
595
  padding: 1rem;
545
596
  height: 100%;