@ansiversa/components 0.0.27 → 0.0.29

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.27",
3
+ "version": "0.0.29",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -298,6 +298,10 @@
298
298
  @apply grid gap-4 sm:grid-cols-2 lg:grid-cols-4;
299
299
  }
300
300
 
301
+ .av-col-4--2 {
302
+ @apply lg:grid-cols-2;
303
+ }
304
+
301
305
  .av-list {
302
306
  @apply space-y-2 text-sm text-slate-300;
303
307
  }
@@ -390,6 +394,9 @@
390
394
  @apply grid gap-5 md:gap-6 md:grid-cols-3;
391
395
  }
392
396
 
397
+ .av-section-grid--2 {
398
+ @apply md:grid-cols-2;
399
+ }
393
400
  /* Pricing ------------------------------------------------ */
394
401
 
395
402
  .av-pricing-grid {