elements-kit 0.27.14 → 0.27.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.
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
|
|
415
415
|
.testimonial > blockquote {
|
|
416
416
|
font-family: var(--font-heading);
|
|
417
|
-
font-size: var(--font-size-
|
|
417
|
+
font-size: var(--font-size-5);
|
|
418
418
|
letter-spacing: var(--letter-spacing-9);
|
|
419
419
|
text-wrap: pretty;
|
|
420
420
|
color: var(--neutral-11);
|
|
@@ -429,6 +429,12 @@
|
|
|
429
429
|
}
|
|
430
430
|
}
|
|
431
431
|
|
|
432
|
+
@media (min-width: 64rem) {
|
|
433
|
+
.testimonial > blockquote {
|
|
434
|
+
font-size: var(--font-size-8);
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
|
|
432
438
|
.testimonial > blockquote em {
|
|
433
439
|
color: var(--neutral-12);
|
|
434
440
|
font-style: normal;
|
|
@@ -436,13 +442,19 @@
|
|
|
436
442
|
|
|
437
443
|
.testimonial > blockquote:before {
|
|
438
444
|
content: "“";
|
|
439
|
-
font-size: calc(
|
|
445
|
+
font-size: calc(60px * var(--scaling, 1));
|
|
440
446
|
color: var(--accent-9);
|
|
441
447
|
font-weight: 700;
|
|
442
448
|
line-height: 1;
|
|
443
449
|
display: block;
|
|
444
450
|
}
|
|
445
451
|
|
|
452
|
+
@media (min-width: 48rem) {
|
|
453
|
+
.testimonial > blockquote:before {
|
|
454
|
+
font-size: calc(96px * var(--scaling, 1));
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
|
|
446
458
|
.testimonial > blockquote:after {
|
|
447
459
|
content: "”";
|
|
448
460
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "elements-kit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.27.
|
|
4
|
+
"version": "0.27.15",
|
|
5
5
|
"description": "A lightweight reactive UI library that transforms native HTMLElements into reactive components with signals. Ideal for framework-agnostic applications and web components.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"webcomponents",
|