timvir 0.2.51 → 0.2.53
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/CHANGELOG.md +8 -0
- package/LICENSE +21 -0
- package/blocks/Arbitrary/docs/index.mdx +57 -10
- package/blocks/Arbitrary/index.js +13 -66
- package/blocks/Arbitrary/styles.css +11 -7
- package/blocks/Code/docs/index.mdx +1 -1
- package/blocks/Code/styles.css +8 -8
- package/blocks/ColorBar/docs/index.mdx +1 -1
- package/blocks/ColorBar/styles.css +6 -6
- package/blocks/ColorBook/index.js +1 -0
- package/blocks/ColorBook/styles.css +18 -18
- package/blocks/Cover/styles.css +6 -6
- package/blocks/Exhibit/docs/index.mdx +11 -8
- package/blocks/Exhibit/styles.css +7 -7
- package/blocks/Font/styles.css +7 -6
- package/blocks/Grid/docs/index.mdx +1 -1
- package/blocks/Grid/styles.css +6 -6
- package/blocks/Icon/styles.css +1 -0
- package/blocks/Message/docs/index.mdx +1 -1
- package/blocks/Message/styles.css +6 -6
- package/blocks/Swatch/docs/index.mdx +1 -2
- package/blocks/Swatch/styles.css +6 -6
- package/blocks/Viewport/docs/index.mdx +5 -8
- package/blocks/Viewport/index.js +2 -1
- package/blocks/Viewport/styles.css +7 -7
- package/blocks/WebLink/docs/index.mdx +3 -1
- package/blocks/WebLink/styles.css +6 -6
- package/blocks/styles.css +95 -89
- package/builtins/index.js +1 -1
- package/builtins/styles.css +11 -11
- package/core/index.js +10 -10
- package/core/styles.css +13 -13
- package/package.json +2 -2
- package/styles.css +119 -113
package/core/styles.css
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
@layer priority2 {
|
|
18
|
-
.timvir-s-
|
|
18
|
+
.timvir-s-18p8pu3 {
|
|
19
19
|
grid-area: 1 / 1;
|
|
20
20
|
}
|
|
21
21
|
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
.timvir-s-158hnoc {
|
|
198
|
-
padding-inline: calc(var(--timvir-page-margin)
|
|
198
|
+
padding-inline: calc(var(--timvir-page-margin) - 8px);
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
.timvir-s-rz96y6 {
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
background-color: var(--timvir-sidebar-highlight-color);
|
|
303
303
|
}
|
|
304
304
|
|
|
305
|
-
.timvir-s-
|
|
305
|
+
.timvir-s-11p4203 {
|
|
306
306
|
background-image: linear-gradient(#0000, #0000 5px, #383838 5px, #383838);
|
|
307
307
|
}
|
|
308
308
|
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
background-size: 100% 6px;
|
|
315
315
|
}
|
|
316
316
|
|
|
317
|
-
.timvir-s-
|
|
317
|
+
.timvir-s-17isqgs {
|
|
318
318
|
box-shadow: 0 4px 12px #0003;
|
|
319
319
|
}
|
|
320
320
|
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
}
|
|
412
412
|
|
|
413
413
|
.timvir-s-dvd4st {
|
|
414
|
-
font-feature-settings: "liga",
|
|
414
|
+
font-feature-settings: "liga","kern";
|
|
415
415
|
}
|
|
416
416
|
|
|
417
417
|
.timvir-s-boafo0 {
|
|
@@ -462,8 +462,8 @@
|
|
|
462
462
|
grid-auto-rows: min-content;
|
|
463
463
|
}
|
|
464
464
|
|
|
465
|
-
.timvir-s-
|
|
466
|
-
grid-template-columns: [le]
|
|
465
|
+
.timvir-s-1u7e2r6 {
|
|
466
|
+
grid-template-columns: [le]var(--timvir-page-margin)[lex lc]1fr[rc rex]var(--timvir-page-margin)[re];
|
|
467
467
|
}
|
|
468
468
|
|
|
469
469
|
.timvir-s-1y6fwsi {
|
|
@@ -506,7 +506,7 @@
|
|
|
506
506
|
line-height: 25px;
|
|
507
507
|
}
|
|
508
508
|
|
|
509
|
-
.timvir-s-
|
|
509
|
+
.timvir-s-sgruip {
|
|
510
510
|
-webkit-mask-image: linear-gradient(#0000 0%, #0003 12px, #000 24px calc(100% - 24px), #0003 calc(100% - 12px), #0000 100%);
|
|
511
511
|
mask-image: linear-gradient(#0000 0%, #0003 12px, #000 24px calc(100% - 24px), #0003 calc(100% - 12px), #0000 100%);
|
|
512
512
|
}
|
|
@@ -583,7 +583,7 @@
|
|
|
583
583
|
background-color: var(--timvir-sidebar-highlight-color);
|
|
584
584
|
}
|
|
585
585
|
|
|
586
|
-
.timvir-s-
|
|
586
|
+
.timvir-s-lan1bs:hover {
|
|
587
587
|
background-image: linear-gradient(#0000, #0000 3px, #2bbc8a 3px, #2bbc8a);
|
|
588
588
|
}
|
|
589
589
|
|
|
@@ -626,14 +626,14 @@
|
|
|
626
626
|
}
|
|
627
627
|
|
|
628
628
|
@media (width >= 72rem) {
|
|
629
|
-
.timvir-s-
|
|
630
|
-
grid-template-columns: [le]
|
|
629
|
+
.timvir-s-5diife.timvir-s-5diife {
|
|
630
|
+
grid-template-columns: [le]1fr var(--timvir-page-margin)[lex]minmax(0,12rem)[lc]48rem[rc]minmax(0,12rem)[rex]var(--timvir-page-margin) 1fr[re];
|
|
631
631
|
}
|
|
632
632
|
}
|
|
633
633
|
|
|
634
634
|
@media (width >= 48rem) {
|
|
635
|
-
.timvir-s-
|
|
636
|
-
grid-template-columns: [le]
|
|
635
|
+
.timvir-s-1s3i72i.timvir-s-1s3i72i {
|
|
636
|
+
grid-template-columns: [le]var(--timvir-page-margin)[lex]1fr[lc]minmax(0,48rem)[rc]1fr[rex]var(--timvir-page-margin)[re];
|
|
637
637
|
}
|
|
638
638
|
|
|
639
639
|
.timvir-s-1b3g1kt.timvir-s-1b3g1kt {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "timvir",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.53",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"exports": {
|
|
@@ -53,4 +53,4 @@
|
|
|
53
53
|
"url": "git+https://github.com/timvir/timvir.git",
|
|
54
54
|
"directory": "pkg/timvir"
|
|
55
55
|
}
|
|
56
|
-
}
|
|
56
|
+
}
|