elements-kit 0.6.1 → 0.6.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.
|
@@ -385,25 +385,16 @@
|
|
|
385
385
|
margin-top: 1rem;
|
|
386
386
|
}
|
|
387
387
|
|
|
388
|
-
.pillar[data-border] {
|
|
389
|
-
border-radius: var(--radius-5);
|
|
390
|
-
border: 1px solid var(--base-color-a6);
|
|
391
|
-
padding: 2rem;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
388
|
.testimonial {
|
|
395
|
-
|
|
396
|
-
border: 1px solid var(--base-color-a6);
|
|
397
|
-
background-color: var(--color-surface);
|
|
389
|
+
--card-padding: 2rem;
|
|
398
390
|
flex-direction: column;
|
|
399
391
|
min-width: 0;
|
|
400
|
-
padding: 2rem;
|
|
401
392
|
display: flex;
|
|
402
393
|
}
|
|
403
394
|
|
|
404
395
|
@media (min-width: 64rem) {
|
|
405
396
|
.testimonial {
|
|
406
|
-
padding: 6rem 8rem;
|
|
397
|
+
--card-padding: 6rem 8rem;
|
|
407
398
|
}
|
|
408
399
|
}
|
|
409
400
|
|
|
@@ -465,27 +456,22 @@
|
|
|
465
456
|
}
|
|
466
457
|
|
|
467
458
|
.cta-banner {
|
|
468
|
-
|
|
469
|
-
border-radius: var(--radius-5);
|
|
470
|
-
border: 1px solid var(--base-color-a6);
|
|
459
|
+
--card-padding: 3rem 1.5rem;
|
|
471
460
|
text-align: center;
|
|
472
461
|
flex-direction: column;
|
|
473
462
|
align-items: center;
|
|
474
|
-
padding: 3rem 1.5rem;
|
|
475
463
|
display: flex;
|
|
476
|
-
position: relative;
|
|
477
|
-
overflow: hidden;
|
|
478
464
|
}
|
|
479
465
|
|
|
480
466
|
@media (min-width: 48rem) {
|
|
481
467
|
.cta-banner {
|
|
482
|
-
padding: 5rem 2.5rem;
|
|
468
|
+
--card-padding: 5rem 2.5rem;
|
|
483
469
|
}
|
|
484
470
|
}
|
|
485
471
|
|
|
486
472
|
@media (min-width: 64rem) {
|
|
487
473
|
.cta-banner {
|
|
488
|
-
padding: 8rem 4.5rem;
|
|
474
|
+
--card-padding: 8rem 4.5rem;
|
|
489
475
|
}
|
|
490
476
|
}
|
|
491
477
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "elements-kit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.2",
|
|
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",
|