@ansiversa/components 0.0.63 → 0.0.65

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.63",
3
+ "version": "0.0.65",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -238,18 +238,28 @@
238
238
  flex: 0 0 auto;
239
239
  }
240
240
 
241
- .av-faq-public__top {
242
- padding-top: 1.25rem;
243
- padding-bottom: 0.5rem;
244
- }
241
+ /* FAQ (Public) ------------------------------------------ */
245
242
 
246
243
  .av-faq-public__count {
247
- color: var(--ans-muted);
244
+ color: var(--av-text-muted);
248
245
  font-size: 0.875rem;
249
246
  }
250
247
 
251
248
  .av-faq-public__crumb {
252
- margin: 10px 0;
249
+ /* keep it tight like admin */
250
+ margin: 0.75rem 0 0.5rem;
251
+ }
252
+
253
+ /* IMPORTANT: remove extra vertical padding (this was the “bottom gap”) */
254
+ .av-faq-public__section {
255
+ padding-top: 0;
256
+ padding-bottom: 0;
257
+ }
258
+
259
+ /* remove default container vertical padding inside section */
260
+ .av-faq-public__section > .av-container {
261
+ padding-top: 0;
262
+ padding-bottom: 0;
253
263
  }
254
264
 
255
265
  .av-faq-public__search {