@ansiversa/components 0.0.36 → 0.0.37

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.36",
3
+ "version": "0.0.37",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -213,6 +213,9 @@
213
213
  /* Optional arrow icon */
214
214
  .av-faq-summary::before {
215
215
  content: "›";
216
+ font-size: 1.1rem;
217
+ line-height: 1;
218
+ margin-right: var(--av-space-xs);
216
219
  transform: rotate(0deg);
217
220
  transition: transform 0.2s ease;
218
221
  }