@busiverse/ui 0.2.10 → 0.2.11
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/dist/styles.css +3 -3
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -324,7 +324,7 @@ img, svg { max-width: 100%; display: block; }
|
|
|
324
324
|
.busiverse-pricing-controls > input { max-width: none; }
|
|
325
325
|
}
|
|
326
326
|
|
|
327
|
-
/*
|
|
327
|
+
/* BUSIVERSE design aliases for separately deployed frontends. */
|
|
328
328
|
:root,
|
|
329
329
|
.light {
|
|
330
330
|
--primary-blue: 217 91% 60%;
|
|
@@ -376,7 +376,7 @@ img, svg { max-width: 100%; display: block; }
|
|
|
376
376
|
@media (max-width: 760px) { .busiverse-marketing-section { padding: 72px 20px; } }
|
|
377
377
|
|
|
378
378
|
|
|
379
|
-
/* Theme-aware
|
|
379
|
+
/* Theme-aware overrides for BUSIVERSE frontends. */
|
|
380
380
|
.light .busiverse-glass,
|
|
381
381
|
.light .glass-card,
|
|
382
382
|
.light .registry-glass,
|
|
@@ -470,7 +470,7 @@ img, svg { max-width: 100%; display: block; }
|
|
|
470
470
|
.light .busiverse-table th,
|
|
471
471
|
.light .busiverse-table td { border-color: rgba(15,23,42,.08); }
|
|
472
472
|
|
|
473
|
-
/* Common dark-first Tailwind utility
|
|
473
|
+
/* Common dark-first Tailwind utility overrides. Keep this narrow and BUSIVERSE-scoped. */
|
|
474
474
|
.light .text-white { color: hsl(var(--foreground)) !important; }
|
|
475
475
|
.light .text-slate-100,
|
|
476
476
|
.light .text-slate-200,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@busiverse/ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.11",
|
|
4
4
|
"author": "Joel Julius Okoromi <okmarq@gmail.com> (https://busiversehq.com)",
|
|
5
5
|
"description": "BUSIVERSE shared React UI, design tokens, pricing, i18n, auth helpers, and product shell. Network-neutral core; Gateway transport is app-injected.",
|
|
6
6
|
"type": "module",
|