@ansiversa/components 0.0.64 → 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.64",
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,36 +238,36 @@
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;
253
- }
254
-
255
- .av-faq-public__search {
256
- display: flex;
257
- align-items: center;
258
- gap: 0.5rem;
249
+ /* keep it tight like admin */
250
+ margin: 0.75rem 0 0.5rem;
259
251
  }
260
252
 
253
+ /* IMPORTANT: remove extra vertical padding (this was the “bottom gap”) */
261
254
  .av-faq-public__section {
262
- padding-top: 1rem;
263
- padding-bottom: 1.5rem;
255
+ padding-top: 0;
256
+ padding-bottom: 0;
264
257
  }
265
258
 
259
+ /* remove default container vertical padding inside section */
266
260
  .av-faq-public__section > .av-container {
267
261
  padding-top: 0;
268
262
  padding-bottom: 0;
269
263
  }
270
264
 
265
+ .av-faq-public__search {
266
+ display: flex;
267
+ align-items: center;
268
+ gap: 0.5rem;
269
+ }
270
+
271
271
  @media (max-width: 640px) {
272
272
  .av-faq-summary {
273
273
  flex-wrap: wrap;