@ansiversa/components 0.0.59 → 0.0.60

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.59",
3
+ "version": "0.0.60",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -302,7 +302,7 @@
302
302
  font-size: 0.875rem;
303
303
  }
304
304
 
305
- .av-faq-admin__section .av-container {
305
+ .av-faq-admin__section > .av-container {
306
306
  padding-top: 0;
307
307
  padding-bottom: 0;
308
308
  }
@@ -492,7 +492,7 @@
492
492
  @apply border-t-0;
493
493
  }
494
494
 
495
- .av-section .av-container {
495
+ .av-section > .av-container {
496
496
  @apply py-10 md:py-14;
497
497
  }
498
498