@ansiversa/components 0.0.50 → 0.0.52

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.50",
3
+ "version": "0.0.52",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -240,6 +240,7 @@
240
240
 
241
241
  .av-faq-public__top {
242
242
  padding-top: 1.25rem;
243
+ padding-bottom: 0.5rem;
243
244
  }
244
245
 
245
246
  .av-faq-public__count {
@@ -247,6 +248,10 @@
247
248
  font-size: 0.875rem;
248
249
  }
249
250
 
251
+ .av-faq-public__crumb {
252
+ margin: 10px 0;
253
+ }
254
+
250
255
  @media (max-width: 640px) {
251
256
  .av-faq-summary {
252
257
  flex-wrap: wrap;