@busiverse/ui 0.2.7 → 0.2.8

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 (41) hide show
  1. package/README.md +240 -16
  2. package/dist/assets-public.d.ts +2 -0
  3. package/dist/assets-public.d.ts.map +1 -0
  4. package/dist/assets-public.js +6 -0
  5. package/dist/billing.d.ts +3 -0
  6. package/dist/billing.d.ts.map +1 -0
  7. package/dist/billing.js +46 -0
  8. package/dist/brand.d.ts +2 -0
  9. package/dist/brand.d.ts.map +1 -0
  10. package/dist/{components/brand/index.js → brand.js} +4 -3
  11. package/dist/{chunk-GRZVAWCA.js → chunk-IVTESKF4.js} +1 -24
  12. package/dist/{chunk-ARMZUHU7.js → chunk-MPBOCUY4.js} +98 -76
  13. package/dist/{chunk-SZVGFEJG.js → chunk-NN24XQYI.js} +14 -20
  14. package/dist/chunk-NUGBTLBK.js +72 -0
  15. package/dist/{assets/assets.js → chunk-QK6O2RHQ.js} +1 -0
  16. package/dist/components/brand/BusiverseBrandHead.d.ts.map +1 -1
  17. package/dist/components/marketing/MarketingFeatureCard.d.ts +4 -4
  18. package/dist/components/marketing/MarketingFeatureCard.d.ts.map +1 -1
  19. package/dist/components/marketing/MarketingPricingCard.d.ts +5 -7
  20. package/dist/components/marketing/MarketingPricingCard.d.ts.map +1 -1
  21. package/dist/components/marketing/MarketingSectionHeader.d.ts.map +1 -1
  22. package/dist/i18n-public.d.ts +2 -0
  23. package/dist/i18n-public.d.ts.map +1 -0
  24. package/dist/{i18n/index.js → i18n-public.js} +2 -3
  25. package/dist/index.d.ts +4 -3
  26. package/dist/index.d.ts.map +1 -1
  27. package/dist/index.js +32 -29
  28. package/dist/marketing.d.ts +2 -0
  29. package/dist/marketing.d.ts.map +1 -0
  30. package/dist/{components/marketing/index.js → marketing.js} +4 -4
  31. package/dist/social.d.ts +2 -0
  32. package/dist/social.d.ts.map +1 -0
  33. package/dist/{components/social/index.js → social.js} +2 -2
  34. package/dist/styles.css +51 -81
  35. package/dist/tailwind-public.d.ts +2 -0
  36. package/dist/tailwind-public.d.ts.map +1 -0
  37. package/dist/{tailwind/index.js → tailwind-public.js} +1 -1
  38. package/package.json +29 -29
  39. package/dist/chunk-3XY5ZSTX.js +0 -94
  40. package/dist/chunk-NZ65VTKR.js +0 -0
  41. package/dist/components/billing/index.js +0 -13
@@ -3,10 +3,10 @@ import {
3
3
  MarketingFeatureCard,
4
4
  MarketingPricingCard,
5
5
  MarketingSectionHeader
6
- } from "../../chunk-3XY5ZSTX.js";
7
- import "../../chunk-GRZVAWCA.js";
8
- import "../../chunk-32FPZZH2.js";
9
- import "../../chunk-PYZVP4NI.js";
6
+ } from "./chunk-NUGBTLBK.js";
7
+ import "./chunk-IVTESKF4.js";
8
+ import "./chunk-32FPZZH2.js";
9
+ import "./chunk-PYZVP4NI.js";
10
10
  export {
11
11
  HeroSection,
12
12
  MarketingFeatureCard,
@@ -0,0 +1,2 @@
1
+ export * from "./components/social";
2
+ //# sourceMappingURL=social.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"social.d.ts","sourceRoot":"","sources":["../src/social.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
@@ -4,8 +4,8 @@ import {
4
4
  BusiverseMailIcon,
5
5
  BusiverseSocialIcon,
6
6
  BusiverseXIcon
7
- } from "../../chunk-2TTXWTIT.js";
8
- import "../../chunk-PYZVP4NI.js";
7
+ } from "./chunk-2TTXWTIT.js";
8
+ import "./chunk-PYZVP4NI.js";
9
9
  export {
10
10
  BusiverseGithubIcon,
11
11
  BusiverseLinkedInIcon,
package/dist/styles.css CHANGED
@@ -39,15 +39,6 @@
39
39
  --motion-default: 200ms;
40
40
  --motion-slow: 300ms;
41
41
  --ease-standard: cubic-bezier(0.16,1,0.3,1);
42
- /* Legacy HSL variables used by existing BUSIVERSE frontends. */
43
- --base-bg: 222 84% 2%;
44
- --secondary-bg: 222 47% 7%;
45
- --primary-blue: 217 91% 60%;
46
- --primary-violet: 258 90% 66%;
47
- --primary-cyan: 188 95% 43%;
48
- --text-body: 210 40% 96%;
49
- --text-muted: 215 20% 65%;
50
- --text-disabled: 215 16% 47%;
51
42
  color-scheme: dark;
52
43
  }
53
44
 
@@ -263,80 +254,59 @@ img, svg { max-width: 100%; display: block; }
263
254
  .busiverse-pricing-controls > input { max-width: none; }
264
255
  }
265
256
 
266
-
267
- /* Customer-facing marketing primitives */
268
- .busiverse-marketing-section-header {
269
- max-width: 820px;
270
- margin-inline: auto;
271
- text-align: center;
272
- margin-bottom: 56px;
273
- }
274
- .busiverse-marketing-section-header.is-left { margin-inline: 0; text-align: left; }
275
- .busiverse-marketing-eyebrow {
276
- margin: 0 0 12px;
277
- color: #A5F3FC;
278
- font-weight: 700;
279
- text-transform: uppercase;
280
- letter-spacing: .12em;
281
- font-size: 12px;
282
- }
283
- .busiverse-marketing-section-header h2 {
284
- margin: 0;
285
- font-family: var(--font-display);
286
- font-size: clamp(34px, 5vw, 58px);
287
- line-height: 1.08;
288
- letter-spacing: -.02em;
289
- color: #FFFFFF;
290
- }
291
- .busiverse-marketing-section-header p:not(.busiverse-marketing-eyebrow) {
292
- margin: 18px auto 0;
293
- color: #CBD5E1;
294
- font-size: clamp(16px, 2vw, 20px);
295
- line-height: 1.7;
296
- }
297
- .busiverse-marketing-feature-card {
298
- height: 100%;
299
- position: relative;
300
- overflow: hidden;
301
- }
302
- .busiverse-marketing-feature-card::before {
303
- content: "";
304
- position: absolute;
305
- inset: 0;
306
- background: linear-gradient(135deg, rgba(59,130,246,.10), rgba(139,92,246,.06), rgba(6,182,212,.08));
307
- opacity: .72;
308
- pointer-events: none;
257
+ /* Legacy-compatible BUSIVERSE design variables for separately deployed frontends. */
258
+ :root {
259
+ --base-bg: 222 83% 4%;
260
+ --surface-bg: 222 47% 11%;
261
+ --surface-elevated: 217 33% 17%;
262
+ --primary-blue: 217 91% 60%;
263
+ --primary-violet: 258 90% 66%;
264
+ --primary-cyan: 188 94% 43%;
265
+ --text-heading: 0 0% 100%;
266
+ --text-body: 214 32% 91%;
267
+ --text-muted: 215 20% 65%;
268
+ --text-disabled: 215 16% 47%;
309
269
  }
310
- .busiverse-marketing-feature-card > * { position: relative; z-index: 1; }
311
- .busiverse-marketing-feature-topline { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: #A5F3FC; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
312
- .busiverse-marketing-feature-icon { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: rgba(59,130,246,.14); border: 1px solid rgba(59,130,246,.35); color: #BFDBFE; }
313
- .busiverse-marketing-feature-card h3 { margin: 0 0 10px; font-family: var(--font-display); color: #FFFFFF; font-size: 22px; line-height: 1.25; }
314
- .busiverse-marketing-feature-card p { margin: 0; color: #CBD5E1; line-height: 1.65; }
315
- .busiverse-marketing-feature-card ul, .busiverse-marketing-pricing-card ul { margin: 20px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
316
- .busiverse-marketing-feature-card li, .busiverse-marketing-pricing-card li { color: #F1F5F9; line-height: 1.45; display: flex; gap: 10px; align-items: flex-start; }
317
- .busiverse-marketing-feature-card li::before, .busiverse-marketing-pricing-card li::before { content: ""; width: 8px; height: 8px; margin-top: 7px; border-radius: 999px; background: linear-gradient(90deg,#3B82F6,#06B6D4); flex: 0 0 auto; }
318
- .busiverse-marketing-pricing-card { position: relative; overflow: hidden; height: 100%; display: flex; flex-direction: column; }
319
- .busiverse-marketing-pricing-card.is-featured { border-color: rgba(6,182,212,.45); background: linear-gradient(145deg, rgba(59,130,246,.14), rgba(139,92,246,.10), rgba(6,182,212,.10)); }
320
- .busiverse-marketing-pricing-ribbon { position: absolute; top: 18px; right: 18px; border: 1px solid rgba(6,182,212,.35); background: rgba(6,182,212,.14); color: #A5F3FC; padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; }
321
- .busiverse-marketing-pricing-tagline { margin: 0 0 10px; color: #A5F3FC; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .10em; }
322
- .busiverse-marketing-pricing-card h3 { margin: 0; color: #FFFFFF; font-family: var(--font-display); font-size: 28px; }
323
- .busiverse-marketing-pricing-price { margin: 18px 0 12px; display: flex; align-items: baseline; gap: 8px; }
324
- .busiverse-marketing-pricing-price strong { font-family: var(--font-display); font-size: clamp(34px, 6vw, 52px); line-height: 1; color: #FFFFFF; }
325
- .busiverse-marketing-pricing-price span { color: #94A3B8; }
326
- .busiverse-marketing-pricing-description { margin: 0; color: #CBD5E1; line-height: 1.65; }
327
- .busiverse-marketing-pricing-button { width: 100%; margin-top: 24px; }
328
- .busiverse-marketing-pricing-card a.busiverse-marketing-pricing-button { display: inline-flex; }
329
- .busiverse-marketing-pricing-note { margin: 14px 0 0; color: #94A3B8; font-size: 13px; line-height: 1.5; }
330
-
331
- /* Legacy-compatible BUSIVERSE utility aliases used across existing frontends. */
270
+ .font-heading { font-family: var(--font-display); }
332
271
  .bg-gradient-primary { background: linear-gradient(90deg, #2563EB 0%, #7C3AED 100%); }
333
272
  .bg-gradient-hero { background: linear-gradient(135deg, #020617 0%, #172554 45%, #0F172A 100%); }
334
- .glass-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.10); backdrop-filter: blur(16px); border-radius: 16px; }
335
- .text-gradient-full { background: linear-gradient(90deg, #3B82F6 0%, #8B5CF6 50%, #06B6D4 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
336
- .text-gradient-blue-violet { background: linear-gradient(90deg, #3B82F6 0%, #8B5CF6 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
337
- .text-gradient-violet-cyan { background: linear-gradient(90deg, #8B5CF6 0%, #06B6D4 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
338
- .text-gradient-blue-cyan { background: linear-gradient(90deg, #3B82F6 0%, #06B6D4 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
339
- .text-stats { font-family: var(--font-display); font-size: clamp(40px, 5vw, 60px); font-weight: 700; line-height: 1.1; }
340
- .font-heading { font-family: var(--font-display); }
273
+ .bg-gradient-section { background: linear-gradient(180deg, #020617 0%, #0F172A 100%); }
274
+ .glass-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.10); border-radius: 16px; backdrop-filter: blur(16px); }
275
+ .text-gradient-full, .text-gradient-blue-violet, .text-gradient-violet-cyan, .text-gradient-blue-cyan { -webkit-background-clip: text; background-clip: text; color: transparent; }
276
+ .text-gradient-full { background-image: linear-gradient(90deg,#3B82F6 0%,#8B5CF6 50%,#06B6D4 100%); }
277
+ .text-gradient-blue-violet { background-image: linear-gradient(90deg,#3B82F6 0%,#8B5CF6 100%); }
278
+ .text-gradient-violet-cyan { background-image: linear-gradient(90deg,#8B5CF6 0%,#06B6D4 100%); }
279
+ .text-gradient-blue-cyan { background-image: linear-gradient(90deg,#3B82F6 0%,#06B6D4 100%); }
280
+ .text-stats { font-size: clamp(40px, 5vw, 60px); font-weight: 700; line-height: 1.1; }
341
281
  .animate-float { animation: busiverse-float 3s ease-in-out infinite; }
342
282
  @keyframes busiverse-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
283
+ .busiverse-marketing-section { padding: 96px 32px; background: linear-gradient(180deg,#020617 0%,#0F172A 100%); }
284
+ .busiverse-marketing-section.is-hero-adjacent { background: radial-gradient(circle at 15% 0%, rgba(59,130,246,.18), transparent 32%), #020617; }
285
+ .busiverse-marketing-section-header { max-width: 860px; margin: 0 auto 40px; display: grid; gap: 12px; }
286
+ .busiverse-marketing-section-header.is-center { text-align: center; justify-items: center; }
287
+ .busiverse-marketing-section-header.is-left { text-align: left; justify-items: start; margin-left: 0; }
288
+ .busiverse-marketing-section-header h2 { margin: 0; font-family: var(--font-display); font-size: clamp(32px, 5vw, 56px); line-height: 1.1; letter-spacing: -.015em; color: white; }
289
+ .busiverse-marketing-section-header p:not(.busiverse-eyebrow) { margin: 0; color: #CBD5E1; line-height: 1.65; font-size: 17px; }
290
+ .busiverse-marketing-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
291
+ .busiverse-marketing-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
292
+ .busiverse-marketing-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.10); border-radius: 20px; padding: 28px; backdrop-filter: blur(16px); transition: transform 250ms var(--ease-standard), border-color 250ms, background 250ms; }
293
+ .busiverse-marketing-card:hover { transform: translateY(-2px); border-color: rgba(59,130,246,.35); background: rgba(255,255,255,.075); }
294
+ .busiverse-marketing-card-topline { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; color: #93C5FD; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
295
+ .busiverse-marketing-card-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: white; background: linear-gradient(135deg, rgba(37,99,235,.38), rgba(124,58,237,.38)); border: 1px solid rgba(255,255,255,.12); }
296
+ .busiverse-marketing-card h3 { margin: 0 0 10px; font-family: var(--font-display); font-size: 22px; line-height: 1.3; color: white; }
297
+ .busiverse-marketing-card p { margin: 0; color: #CBD5E1; line-height: 1.65; }
298
+ .busiverse-marketing-card-body { margin-top: 18px; color: #F1F5F9; }
299
+ .busiverse-marketing-pricing-card { position: relative; display: grid; gap: 16px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; padding: 30px; min-height: 100%; }
300
+ .busiverse-marketing-pricing-card.is-featured { border-color: rgba(59,130,246,.55); background: linear-gradient(135deg, rgba(37,99,235,.16), rgba(124,58,237,.14)); box-shadow: 0 24px 80px rgba(0,0,0,.35); }
301
+ .busiverse-marketing-price-eyebrow { width: max-content; color: #BFDBFE; background: rgba(59,130,246,.14); border: 1px solid rgba(59,130,246,.35); border-radius: 999px; padding: 4px 10px; font-size: 12px; font-weight: 700; }
302
+ .busiverse-marketing-pricing-card h3 { margin: 0; font-family: var(--font-display); font-size: 26px; color: white; }
303
+ .busiverse-marketing-price-line { display: flex; align-items: baseline; gap: 8px; }
304
+ .busiverse-marketing-price-line strong { font-family: var(--font-display); font-size: clamp(34px, 5vw, 48px); line-height: 1; color: white; }
305
+ .busiverse-marketing-price-line span { color: #94A3B8; }
306
+ .busiverse-marketing-pricing-card p { margin: 0; color: #CBD5E1; line-height: 1.6; }
307
+ .busiverse-marketing-pricing-card ul { margin: 4px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; color: #F1F5F9; }
308
+ .busiverse-marketing-pricing-card li { display: flex; gap: 10px; align-items: flex-start; }
309
+ .busiverse-marketing-pricing-card li::before { content: ""; width: 7px; height: 7px; margin-top: 9px; border-radius: 999px; background: #06B6D4; flex: 0 0 7px; }
310
+ .busiverse-marketing-price-action { margin-top: auto; }
311
+ @media (max-width: 980px) { .busiverse-marketing-grid, .busiverse-marketing-grid.two { grid-template-columns: 1fr; } }
312
+ @media (max-width: 760px) { .busiverse-marketing-section { padding: 72px 20px; } }
@@ -0,0 +1,2 @@
1
+ export * from "./tailwind";
2
+ //# sourceMappingURL=tailwind-public.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tailwind-public.d.ts","sourceRoot":"","sources":["../src/tailwind-public.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
@@ -3,7 +3,7 @@ import {
3
3
  busiverseRadius,
4
4
  busiverseSpacing,
5
5
  busiverseTypography
6
- } from "../chunk-SXD6EH2C.js";
6
+ } from "./chunk-SXD6EH2C.js";
7
7
 
8
8
  // src/tailwind/index.ts
9
9
  var busiverseTailwindPreset = {
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@busiverse/ui",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "author": "Joel Julius Okoromi <okmarq@gmail.com> (https://busiversehq.com)",
5
- "description": "BUSIVERSE shared React UI, design tokens, brand assets, marketing components, i18n, auth helpers, and product shell. Network-neutral core; Gateway transport is app-injected.",
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",
7
7
  "sideEffects": [
8
8
  "./dist/styles.css"
@@ -21,46 +21,46 @@
21
21
  },
22
22
  "./styles.css": "./dist/styles.css",
23
23
  "./tailwind": {
24
- "types": "./dist/tailwind/index.d.ts",
25
- "import": "./dist/tailwind/index.js",
26
- "default": "./dist/tailwind/index.js"
24
+ "types": "./dist/tailwind-public.d.ts",
25
+ "import": "./dist/tailwind-public.js",
26
+ "default": "./dist/tailwind-public.js"
27
27
  },
28
+ "./assets/*": "./dist/assets/*",
29
+ "./package.json": "./package.json",
28
30
  "./brand": {
29
- "types": "./dist/components/brand/index.d.ts",
30
- "import": "./dist/components/brand/index.js",
31
- "default": "./dist/components/brand/index.js"
31
+ "types": "./dist/brand.d.ts",
32
+ "import": "./dist/brand.js",
33
+ "default": "./dist/brand.js"
32
34
  },
33
35
  "./i18n": {
34
- "types": "./dist/i18n/index.d.ts",
35
- "import": "./dist/i18n/index.js",
36
- "default": "./dist/i18n/index.js"
36
+ "types": "./dist/i18n-public.d.ts",
37
+ "import": "./dist/i18n-public.js",
38
+ "default": "./dist/i18n-public.js"
37
39
  },
38
40
  "./billing": {
39
- "types": "./dist/components/billing/index.d.ts",
40
- "import": "./dist/components/billing/index.js",
41
- "default": "./dist/components/billing/index.js"
42
- },
43
- "./marketing": {
44
- "types": "./dist/components/marketing/index.d.ts",
45
- "import": "./dist/components/marketing/index.js",
46
- "default": "./dist/components/marketing/index.js"
41
+ "types": "./dist/billing.d.ts",
42
+ "import": "./dist/billing.js",
43
+ "default": "./dist/billing.js"
47
44
  },
48
45
  "./social": {
49
- "types": "./dist/components/social/index.d.ts",
50
- "import": "./dist/components/social/index.js",
51
- "default": "./dist/components/social/index.js"
46
+ "types": "./dist/social.d.ts",
47
+ "import": "./dist/social.js",
48
+ "default": "./dist/social.js"
52
49
  },
53
- "./assets": {
54
- "types": "./dist/assets/assets.d.ts",
55
- "import": "./dist/assets/assets.js",
56
- "default": "./dist/assets/assets.js"
50
+ "./marketing": {
51
+ "types": "./dist/marketing.d.ts",
52
+ "import": "./dist/marketing.js",
53
+ "default": "./dist/marketing.js"
57
54
  },
58
- "./assets/*": "./dist/assets/*",
59
- "./package.json": "./package.json"
55
+ "./assets": {
56
+ "types": "./dist/assets-public.d.ts",
57
+ "import": "./dist/assets-public.js",
58
+ "default": "./dist/assets-public.js"
59
+ }
60
60
  },
61
61
  "scripts": {
62
62
  "clean": "node scripts/clean.mjs",
63
- "build": "npm run clean && tsup src/index.ts src/tailwind/index.ts src/components/brand/index.ts src/i18n/index.ts src/components/billing/index.ts src/components/marketing/index.ts src/components/social/index.ts src/assets/assets.ts --format esm --target es2022 && tsc -p tsconfig.build.json && node scripts/copy-static.mjs",
63
+ "build": "npm run clean && tsup src/index.ts src/tailwind-public.ts src/brand.ts src/i18n-public.ts src/billing.ts src/social.ts src/marketing.ts src/assets-public.ts --format esm --target es2022 && tsc -p tsconfig.build.json && node scripts/copy-static.mjs",
64
64
  "typecheck": "tsc --noEmit",
65
65
  "pack:local": "npm pack",
66
66
  "prepublishOnly": "npm run typecheck && npm run build && npm pack --dry-run"
@@ -1,94 +0,0 @@
1
- import {
2
- Button,
3
- Card
4
- } from "./chunk-GRZVAWCA.js";
5
- import {
6
- BusiverseLogo
7
- } from "./chunk-32FPZZH2.js";
8
- import {
9
- cn
10
- } from "./chunk-PYZVP4NI.js";
11
-
12
- // src/components/marketing/HeroSection.tsx
13
- import { jsx, jsxs } from "react/jsx-runtime";
14
- function HeroSection({
15
- title = "Turn Ideas Into Operating Businesses",
16
- subtitle = "BUSIVERSE combines AI automation, blockchain-backed trust, and modular business services to help teams launch and operate ventures faster.",
17
- primaryCta = /* @__PURE__ */ jsx(Button, { children: "Start Building" }),
18
- secondaryCta = /* @__PURE__ */ jsx(Button, { variant: "secondary", children: "Explore the Platform" })
19
- }) {
20
- return /* @__PURE__ */ jsx("section", { className: "busiverse-hero", children: /* @__PURE__ */ jsxs("div", { className: "busiverse-hero-content", children: [
21
- /* @__PURE__ */ jsx(BusiverseLogo, { variant: "full", tone: "white", className: "busiverse-hero-logo" }),
22
- /* @__PURE__ */ jsx("h1", { children: title }),
23
- /* @__PURE__ */ jsx("p", { children: subtitle }),
24
- /* @__PURE__ */ jsxs("div", { className: "busiverse-hero-actions", children: [
25
- primaryCta,
26
- secondaryCta
27
- ] })
28
- ] }) });
29
- }
30
-
31
- // src/components/marketing/MarketingSectionHeader.tsx
32
- import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
33
- function MarketingSectionHeader({ eyebrow, title, description, align = "center", className }) {
34
- return /* @__PURE__ */ jsxs2("div", { className: cn("busiverse-marketing-section-header", align === "left" && "is-left", className), children: [
35
- eyebrow && /* @__PURE__ */ jsx2("p", { className: "busiverse-marketing-eyebrow", children: eyebrow }),
36
- /* @__PURE__ */ jsx2("h2", { children: title }),
37
- description && /* @__PURE__ */ jsx2("p", { children: description })
38
- ] });
39
- }
40
-
41
- // src/components/marketing/MarketingFeatureCard.tsx
42
- import { jsx as jsx3, jsxs as jsxs3 } from "react/jsx-runtime";
43
- function MarketingFeatureCard({ icon, label, title, description, points, className }) {
44
- return /* @__PURE__ */ jsxs3(Card, { className: cn("busiverse-marketing-feature-card", className), children: [
45
- /* @__PURE__ */ jsxs3("div", { className: "busiverse-marketing-feature-topline", children: [
46
- icon && /* @__PURE__ */ jsx3("div", { className: "busiverse-marketing-feature-icon", children: icon }),
47
- label && /* @__PURE__ */ jsx3("span", { children: label })
48
- ] }),
49
- /* @__PURE__ */ jsx3("h3", { children: title }),
50
- /* @__PURE__ */ jsx3("p", { children: description }),
51
- points && points.length > 0 && /* @__PURE__ */ jsx3("ul", { children: points.map((point, index) => /* @__PURE__ */ jsx3("li", { children: point }, index)) })
52
- ] });
53
- }
54
-
55
- // src/components/marketing/MarketingPricingCard.tsx
56
- import { jsx as jsx4, jsxs as jsxs4 } from "react/jsx-runtime";
57
- function MarketingPricingCard({
58
- name,
59
- tagline,
60
- price,
61
- cadence,
62
- description,
63
- features,
64
- ctaLabel = "Get started",
65
- ctaHref,
66
- featured = false,
67
- note,
68
- className
69
- }) {
70
- const actionClassName = cn(
71
- "busiverse-focus-ring busiverse-btn busiverse-btn-md busiverse-marketing-pricing-button",
72
- featured ? "busiverse-btn-primary" : "busiverse-btn-secondary"
73
- );
74
- return /* @__PURE__ */ jsxs4(Card, { className: cn("busiverse-marketing-pricing-card", featured && "is-featured", className), children: [
75
- featured && /* @__PURE__ */ jsx4("div", { className: "busiverse-marketing-pricing-ribbon", children: "Recommended" }),
76
- /* @__PURE__ */ jsx4("p", { className: "busiverse-marketing-pricing-tagline", children: tagline }),
77
- /* @__PURE__ */ jsx4("h3", { children: name }),
78
- /* @__PURE__ */ jsxs4("div", { className: "busiverse-marketing-pricing-price", children: [
79
- /* @__PURE__ */ jsx4("strong", { children: price }),
80
- cadence && /* @__PURE__ */ jsx4("span", { children: cadence })
81
- ] }),
82
- /* @__PURE__ */ jsx4("p", { className: "busiverse-marketing-pricing-description", children: description }),
83
- /* @__PURE__ */ jsx4("ul", { children: features.map((feature) => /* @__PURE__ */ jsx4("li", { children: feature }, feature)) }),
84
- ctaHref ? /* @__PURE__ */ jsx4("a", { className: actionClassName, href: ctaHref, children: /* @__PURE__ */ jsx4("span", { children: ctaLabel }) }) : /* @__PURE__ */ jsx4("button", { className: actionClassName, type: "button", children: /* @__PURE__ */ jsx4("span", { children: ctaLabel }) }),
85
- note && /* @__PURE__ */ jsx4("p", { className: "busiverse-marketing-pricing-note", children: note })
86
- ] });
87
- }
88
-
89
- export {
90
- HeroSection,
91
- MarketingSectionHeader,
92
- MarketingFeatureCard,
93
- MarketingPricingCard
94
- };
File without changes
@@ -1,13 +0,0 @@
1
- import {
2
- CurrencyAmount,
3
- ServicePricingExplorer,
4
- UsageQuotaBar
5
- } from "../../chunk-ARMZUHU7.js";
6
- import "../../chunk-WDOMYE77.js";
7
- import "../../chunk-GRZVAWCA.js";
8
- import "../../chunk-PYZVP4NI.js";
9
- export {
10
- CurrencyAmount,
11
- ServicePricingExplorer,
12
- UsageQuotaBar
13
- };