organify-ui 0.3.41 → 0.3.42

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/globals.css +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "organify-ui",
3
- "version": "0.3.41",
3
+ "version": "0.3.42",
4
4
  "description": "Organify Design System — Liquid Glass UI components with glassmorphism, branded icons, i18n, and theme system for React",
5
5
  "license": "MIT",
6
6
  "author": "Organify <dev@organify.studio>",
package/src/globals.css CHANGED
@@ -31,6 +31,9 @@
31
31
  Tailwind v4 — @theme (CSS-first token registration)
32
32
  ═══════════════════════════════════════════════════════ */
33
33
  @theme {
34
+ /* Border — maps to --org-border so border-border utility is soft/subtle in all themes */
35
+ --color-border: var(--org-border);
36
+
34
37
  /* Brand — Vibrant Violet */
35
38
  --color-primary: #7C3AED;
36
39
  --color-primary-light: #A78BFA;