@ansiversa/components 0.0.75 → 0.0.76

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ansiversa/components",
3
- "version": "0.0.75",
3
+ "version": "0.0.76",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -644,6 +644,14 @@
644
644
  @apply lg:grid-cols-2;
645
645
  }
646
646
 
647
+ .av-col-4--3 {
648
+ @apply lg:grid-cols-3;
649
+ }
650
+
651
+ .av-app-card-title {
652
+ font-size: clamp(1.2rem, 1.6vw, 1.5rem);
653
+ }
654
+
647
655
  .av-list {
648
656
  @apply space-y-2 text-sm text-slate-300;
649
657
  }