@ansiversa/components 0.0.74 → 0.0.75

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.74",
3
+ "version": "0.0.75",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -1771,6 +1771,22 @@
1771
1771
  .av-m-0 {
1772
1772
  margin: 0;
1773
1773
  }
1774
+
1775
+ /* Generic spacing/type utilities (Apps page cleanup) */
1776
+ .av-mt-8 { margin-top: 2rem; }
1777
+ .av-mt-3 { margin-top: 0.75rem; }
1778
+ .av-mt-2 { margin-top: 0.5rem; }
1779
+
1780
+ .av-ml-2 { margin-left: 0.5rem; }
1781
+
1782
+ .av-block { display: block; }
1783
+
1784
+ /* label spacing used under search inputs */
1785
+ .av-mb-label { margin-bottom: 0.35rem; }
1786
+
1787
+ /* slightly smaller soft text (keeps existing feel) */
1788
+ .av-text-sm-soft { font-size: 0.9rem; }
1789
+ .av-font-normal { font-weight: 400; }
1774
1790
  .av-shadow-soft { box-shadow: var(--av-shadow-soft); }
1775
1791
  .av-shadow-glow { box-shadow: var(--av-shadow-glow); }
1776
1792