@ansiversa/components 0.0.54 → 0.0.56

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.54",
3
+ "version": "0.0.56",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -281,9 +281,6 @@
281
281
  font-size: 1.5rem;
282
282
  }
283
283
 
284
- .av-faq-admin__section .av-container {
285
- padding-top: 1rem;
286
- }
287
284
 
288
285
  .av-faq-admin__order {
289
286
  display: grid;
@@ -309,10 +306,6 @@
309
306
  .av-faq-admin__header {
310
307
  padding: 1rem 0;
311
308
  }
312
-
313
- .av-faq-admin__section .av-container {
314
- padding-top: 1.25rem;
315
- }
316
309
  }
317
310
 
318
311
  .av-page {