@ansiversa/components 0.0.27 → 0.0.28

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.28",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -390,6 +390,9 @@
390
390
  @apply grid gap-5 md:gap-6 md:grid-cols-3;
391
391
  }
392
392
 
393
+ .av-section-grid--2 {
394
+ @apply md:grid-cols-2;
395
+ }
393
396
  /* Pricing ------------------------------------------------ */
394
397
 
395
398
  .av-pricing-grid {