@almadar/ui 2.15.10 → 2.15.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.
@@ -7078,11 +7078,11 @@ var gapStyles4 = {
7078
7078
  };
7079
7079
  var colStyles2 = {
7080
7080
  1: "grid-cols-1",
7081
- 2: "grid-cols-2",
7082
- 3: "grid-cols-3",
7083
- 4: "grid-cols-4",
7084
- 5: "grid-cols-5",
7085
- 6: "grid-cols-6"
7081
+ 2: "grid-cols-1 sm:grid-cols-2",
7082
+ 3: "grid-cols-1 sm:grid-cols-2 lg:grid-cols-3",
7083
+ 4: "grid-cols-1 sm:grid-cols-2 lg:grid-cols-4",
7084
+ 5: "grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-5",
7085
+ 6: "grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-6"
7086
7086
  };
7087
7087
  var SimpleGrid = ({
7088
7088
  minChildWidth = 250,
@@ -14945,7 +14945,7 @@ var HeroSection = ({
14945
14945
  className: cn(
14946
14946
  "w-full min-h-[60vh] flex items-center justify-center",
14947
14947
  "px-6 py-20",
14948
- "relative overflow-hidden",
14948
+ "relative overflow-x-hidden overflow-y-visible",
14949
14949
  className
14950
14950
  ),
14951
14951
  children: [
@@ -15319,13 +15319,13 @@ var StepFlow = ({
15319
15319
  ] })
15320
15320
  ] }) }, index)) });
15321
15321
  }
15322
- return /* @__PURE__ */ jsxRuntime.jsx(HStack, { gap: "none", align: "start", className: cn("w-full", className), children: steps.map((step, index) => /* @__PURE__ */ jsxRuntime.jsxs(React87__namespace.default.Fragment, { children: [
15323
- /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "sm", align: "center", className: "flex-1", children: [
15322
+ return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: cn("w-full flex flex-col md:flex-row items-start gap-0", className), children: steps.map((step, index) => /* @__PURE__ */ jsxRuntime.jsxs(React87__namespace.default.Fragment, { children: [
15323
+ /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "sm", align: "center", className: "flex-1 w-full md:w-auto", children: [
15324
15324
  /* @__PURE__ */ jsxRuntime.jsx(StepCircle, { step, index }),
15325
15325
  /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "h4", className: "text-center", children: step.title }),
15326
15326
  /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body2", color: "muted", className: "text-center", children: step.description })
15327
15327
  ] }),
15328
- showConnectors && index < steps.length - 1 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex-shrink-0 pt-5 px-2", children: /* @__PURE__ */ jsxRuntime.jsx(Divider, { orientation: "horizontal", className: "w-12" }) })
15328
+ showConnectors && index < steps.length - 1 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex-shrink-0 self-center py-2 md:pt-5 md:py-0 md:px-2", children: /* @__PURE__ */ jsxRuntime.jsx(Divider, { orientation: "horizontal", className: "w-12 md:w-12" }) })
15329
15329
  ] }, index)) });
15330
15330
  };
15331
15331
  StepFlow.displayName = "StepFlow";
@@ -15376,13 +15376,10 @@ var SplitSection = ({
15376
15376
  className
15377
15377
  ),
15378
15378
  padding: "lg",
15379
- children: /* @__PURE__ */ jsxRuntime.jsx(HStack, { gap: "lg", align: "start", className: "flex-wrap gap-16", children: isImageLeft ? /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
15380
- mediaContent,
15381
- textContent
15382
- ] }) : /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
15379
+ children: /* @__PURE__ */ jsxRuntime.jsxs(Box, { className: cn("flex flex-col lg:flex-row gap-10 lg:gap-16 items-start", isImageLeft && "lg:flex-row-reverse"), children: [
15383
15380
  textContent,
15384
15381
  mediaContent
15385
- ] }) })
15382
+ ] })
15386
15383
  }
15387
15384
  );
15388
15385
  };
@@ -7047,11 +7047,11 @@ var gapStyles4 = {
7047
7047
  };
7048
7048
  var colStyles2 = {
7049
7049
  1: "grid-cols-1",
7050
- 2: "grid-cols-2",
7051
- 3: "grid-cols-3",
7052
- 4: "grid-cols-4",
7053
- 5: "grid-cols-5",
7054
- 6: "grid-cols-6"
7050
+ 2: "grid-cols-1 sm:grid-cols-2",
7051
+ 3: "grid-cols-1 sm:grid-cols-2 lg:grid-cols-3",
7052
+ 4: "grid-cols-1 sm:grid-cols-2 lg:grid-cols-4",
7053
+ 5: "grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-5",
7054
+ 6: "grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-6"
7055
7055
  };
7056
7056
  var SimpleGrid = ({
7057
7057
  minChildWidth = 250,
@@ -14914,7 +14914,7 @@ var HeroSection = ({
14914
14914
  className: cn(
14915
14915
  "w-full min-h-[60vh] flex items-center justify-center",
14916
14916
  "px-6 py-20",
14917
- "relative overflow-hidden",
14917
+ "relative overflow-x-hidden overflow-y-visible",
14918
14918
  className
14919
14919
  ),
14920
14920
  children: [
@@ -15288,13 +15288,13 @@ var StepFlow = ({
15288
15288
  ] })
15289
15289
  ] }) }, index)) });
15290
15290
  }
15291
- return /* @__PURE__ */ jsx(HStack, { gap: "none", align: "start", className: cn("w-full", className), children: steps.map((step, index) => /* @__PURE__ */ jsxs(React87__default.Fragment, { children: [
15292
- /* @__PURE__ */ jsxs(VStack, { gap: "sm", align: "center", className: "flex-1", children: [
15291
+ return /* @__PURE__ */ jsx(Box, { className: cn("w-full flex flex-col md:flex-row items-start gap-0", className), children: steps.map((step, index) => /* @__PURE__ */ jsxs(React87__default.Fragment, { children: [
15292
+ /* @__PURE__ */ jsxs(VStack, { gap: "sm", align: "center", className: "flex-1 w-full md:w-auto", children: [
15293
15293
  /* @__PURE__ */ jsx(StepCircle, { step, index }),
15294
15294
  /* @__PURE__ */ jsx(Typography, { variant: "h4", className: "text-center", children: step.title }),
15295
15295
  /* @__PURE__ */ jsx(Typography, { variant: "body2", color: "muted", className: "text-center", children: step.description })
15296
15296
  ] }),
15297
- showConnectors && index < steps.length - 1 && /* @__PURE__ */ jsx(Box, { className: "flex-shrink-0 pt-5 px-2", children: /* @__PURE__ */ jsx(Divider, { orientation: "horizontal", className: "w-12" }) })
15297
+ showConnectors && index < steps.length - 1 && /* @__PURE__ */ jsx(Box, { className: "flex-shrink-0 self-center py-2 md:pt-5 md:py-0 md:px-2", children: /* @__PURE__ */ jsx(Divider, { orientation: "horizontal", className: "w-12 md:w-12" }) })
15298
15298
  ] }, index)) });
15299
15299
  };
15300
15300
  StepFlow.displayName = "StepFlow";
@@ -15345,13 +15345,10 @@ var SplitSection = ({
15345
15345
  className
15346
15346
  ),
15347
15347
  padding: "lg",
15348
- children: /* @__PURE__ */ jsx(HStack, { gap: "lg", align: "start", className: "flex-wrap gap-16", children: isImageLeft ? /* @__PURE__ */ jsxs(Fragment, { children: [
15349
- mediaContent,
15350
- textContent
15351
- ] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
15348
+ children: /* @__PURE__ */ jsxs(Box, { className: cn("flex flex-col lg:flex-row gap-10 lg:gap-16 items-start", isImageLeft && "lg:flex-row-reverse"), children: [
15352
15349
  textContent,
15353
15350
  mediaContent
15354
- ] }) })
15351
+ ] })
15355
15352
  }
15356
15353
  );
15357
15354
  };
@@ -3687,7 +3687,7 @@ var HeroSection = ({
3687
3687
  className: cn(
3688
3688
  "w-full min-h-[60vh] flex items-center justify-center",
3689
3689
  "px-6 py-20",
3690
- "relative overflow-hidden",
3690
+ "relative overflow-x-hidden overflow-y-visible",
3691
3691
  className
3692
3692
  ),
3693
3693
  children: [
@@ -3843,11 +3843,11 @@ var gapStyles2 = {
3843
3843
  };
3844
3844
  var colStyles = {
3845
3845
  1: "grid-cols-1",
3846
- 2: "grid-cols-2",
3847
- 3: "grid-cols-3",
3848
- 4: "grid-cols-4",
3849
- 5: "grid-cols-5",
3850
- 6: "grid-cols-6"
3846
+ 2: "grid-cols-1 sm:grid-cols-2",
3847
+ 3: "grid-cols-1 sm:grid-cols-2 lg:grid-cols-3",
3848
+ 4: "grid-cols-1 sm:grid-cols-2 lg:grid-cols-4",
3849
+ 5: "grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-5",
3850
+ 6: "grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-6"
3851
3851
  };
3852
3852
  var SimpleGrid = ({
3853
3853
  minChildWidth = 250,
@@ -4021,13 +4021,10 @@ var SplitSection = ({
4021
4021
  className
4022
4022
  ),
4023
4023
  padding: "lg",
4024
- children: /* @__PURE__ */ jsxRuntime.jsx(HStack, { gap: "lg", align: "start", className: "flex-wrap gap-16", children: isImageLeft ? /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
4025
- mediaContent,
4026
- textContent
4027
- ] }) : /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
4024
+ children: /* @__PURE__ */ jsxRuntime.jsxs(Box, { className: cn("flex flex-col lg:flex-row gap-10 lg:gap-16 items-start", isImageLeft && "lg:flex-row-reverse"), children: [
4028
4025
  textContent,
4029
4026
  mediaContent
4030
- ] }) })
4027
+ ] })
4031
4028
  }
4032
4029
  );
4033
4030
  };
@@ -4077,13 +4074,13 @@ var StepFlow = ({
4077
4074
  ] })
4078
4075
  ] }) }, index)) });
4079
4076
  }
4080
- return /* @__PURE__ */ jsxRuntime.jsx(HStack, { gap: "none", align: "start", className: cn("w-full", className), children: steps.map((step, index) => /* @__PURE__ */ jsxRuntime.jsxs(React5__default.default.Fragment, { children: [
4081
- /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "sm", align: "center", className: "flex-1", children: [
4077
+ return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: cn("w-full flex flex-col md:flex-row items-start gap-0", className), children: steps.map((step, index) => /* @__PURE__ */ jsxRuntime.jsxs(React5__default.default.Fragment, { children: [
4078
+ /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "sm", align: "center", className: "flex-1 w-full md:w-auto", children: [
4082
4079
  /* @__PURE__ */ jsxRuntime.jsx(StepCircle, { step, index }),
4083
4080
  /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "h4", className: "text-center", children: step.title }),
4084
4081
  /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body2", color: "muted", className: "text-center", children: step.description })
4085
4082
  ] }),
4086
- showConnectors && index < steps.length - 1 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex-shrink-0 pt-5 px-2", children: /* @__PURE__ */ jsxRuntime.jsx(Divider, { orientation: "horizontal", className: "w-12" }) })
4083
+ showConnectors && index < steps.length - 1 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex-shrink-0 self-center py-2 md:pt-5 md:py-0 md:px-2", children: /* @__PURE__ */ jsxRuntime.jsx(Divider, { orientation: "horizontal", className: "w-12 md:w-12" }) })
4087
4084
  ] }, index)) });
4088
4085
  };
4089
4086
  StepFlow.displayName = "StepFlow";
@@ -1,5 +1,5 @@
1
1
  import React5, { createContext, useCallback, useContext, useState, useRef, useEffect } from 'react';
2
- import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
2
+ import { jsx, jsxs } from 'react/jsx-runtime';
3
3
  import * as LucideIcons from 'lucide-react';
4
4
  import { Loader2, Check, User } from 'lucide-react';
5
5
 
@@ -3663,7 +3663,7 @@ var HeroSection = ({
3663
3663
  className: cn(
3664
3664
  "w-full min-h-[60vh] flex items-center justify-center",
3665
3665
  "px-6 py-20",
3666
- "relative overflow-hidden",
3666
+ "relative overflow-x-hidden overflow-y-visible",
3667
3667
  className
3668
3668
  ),
3669
3669
  children: [
@@ -3819,11 +3819,11 @@ var gapStyles2 = {
3819
3819
  };
3820
3820
  var colStyles = {
3821
3821
  1: "grid-cols-1",
3822
- 2: "grid-cols-2",
3823
- 3: "grid-cols-3",
3824
- 4: "grid-cols-4",
3825
- 5: "grid-cols-5",
3826
- 6: "grid-cols-6"
3822
+ 2: "grid-cols-1 sm:grid-cols-2",
3823
+ 3: "grid-cols-1 sm:grid-cols-2 lg:grid-cols-3",
3824
+ 4: "grid-cols-1 sm:grid-cols-2 lg:grid-cols-4",
3825
+ 5: "grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-5",
3826
+ 6: "grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-6"
3827
3827
  };
3828
3828
  var SimpleGrid = ({
3829
3829
  minChildWidth = 250,
@@ -3997,13 +3997,10 @@ var SplitSection = ({
3997
3997
  className
3998
3998
  ),
3999
3999
  padding: "lg",
4000
- children: /* @__PURE__ */ jsx(HStack, { gap: "lg", align: "start", className: "flex-wrap gap-16", children: isImageLeft ? /* @__PURE__ */ jsxs(Fragment, { children: [
4001
- mediaContent,
4002
- textContent
4003
- ] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
4000
+ children: /* @__PURE__ */ jsxs(Box, { className: cn("flex flex-col lg:flex-row gap-10 lg:gap-16 items-start", isImageLeft && "lg:flex-row-reverse"), children: [
4004
4001
  textContent,
4005
4002
  mediaContent
4006
- ] }) })
4003
+ ] })
4007
4004
  }
4008
4005
  );
4009
4006
  };
@@ -4053,13 +4050,13 @@ var StepFlow = ({
4053
4050
  ] })
4054
4051
  ] }) }, index)) });
4055
4052
  }
4056
- return /* @__PURE__ */ jsx(HStack, { gap: "none", align: "start", className: cn("w-full", className), children: steps.map((step, index) => /* @__PURE__ */ jsxs(React5.Fragment, { children: [
4057
- /* @__PURE__ */ jsxs(VStack, { gap: "sm", align: "center", className: "flex-1", children: [
4053
+ return /* @__PURE__ */ jsx(Box, { className: cn("w-full flex flex-col md:flex-row items-start gap-0", className), children: steps.map((step, index) => /* @__PURE__ */ jsxs(React5.Fragment, { children: [
4054
+ /* @__PURE__ */ jsxs(VStack, { gap: "sm", align: "center", className: "flex-1 w-full md:w-auto", children: [
4058
4055
  /* @__PURE__ */ jsx(StepCircle, { step, index }),
4059
4056
  /* @__PURE__ */ jsx(Typography, { variant: "h4", className: "text-center", children: step.title }),
4060
4057
  /* @__PURE__ */ jsx(Typography, { variant: "body2", color: "muted", className: "text-center", children: step.description })
4061
4058
  ] }),
4062
- showConnectors && index < steps.length - 1 && /* @__PURE__ */ jsx(Box, { className: "flex-shrink-0 pt-5 px-2", children: /* @__PURE__ */ jsx(Divider, { orientation: "horizontal", className: "w-12" }) })
4059
+ showConnectors && index < steps.length - 1 && /* @__PURE__ */ jsx(Box, { className: "flex-shrink-0 self-center py-2 md:pt-5 md:py-0 md:px-2", children: /* @__PURE__ */ jsx(Divider, { orientation: "horizontal", className: "w-12 md:w-12" }) })
4063
4060
  ] }, index)) });
4064
4061
  };
4065
4062
  StepFlow.displayName = "StepFlow";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "2.15.10",
3
+ "version": "2.15.11",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/components/index.js",
@@ -0,0 +1,195 @@
1
+ /**
2
+ * Almadar Website Theme
3
+ *
4
+ * Brand-accurate theme for almadar.io based on Almadar Brand Guidelines.
5
+ * Teal primary, Cyan accent, Sand Gold highlights, Plus Jakarta Sans typography.
6
+ * Dark hero sections with light content sections (mixed mode).
7
+ */
8
+
9
+ /* ==========================================================================
10
+ * LIGHT MODE (content sections)
11
+ * ========================================================================== */
12
+ [data-theme="almadar-website-light"] {
13
+ /* Shadows */
14
+ --shadow-main: 0 4px 14px rgba(20, 184, 166, 0.1), 0 1px 3px rgba(0, 0, 0, 0.05);
15
+ --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.04);
16
+ --shadow-lg: 0 8px 30px rgba(20, 184, 166, 0.12), 0 4px 10px rgba(0, 0, 0, 0.04);
17
+ --shadow-inner: inset 0 1px 2px rgba(0, 0, 0, 0.04);
18
+ --shadow-none: none;
19
+ --shadow-hover: 0 12px 40px rgba(20, 184, 166, 0.15);
20
+ --shadow-active: 0 2px 8px rgba(20, 184, 166, 0.1);
21
+
22
+ /* Border radius */
23
+ --radius-none: 0px;
24
+ --radius-sm: 6px;
25
+ --radius-md: 10px;
26
+ --radius-lg: 14px;
27
+ --radius-xl: 20px;
28
+ --radius-full: 9999px;
29
+
30
+ /* Border width */
31
+ --border-width: 1px;
32
+ --border-width-thin: 1px;
33
+ --border-width-thick: 2px;
34
+
35
+ /* Colors - Teal on parchment */
36
+ --color-primary: #14b8a6;
37
+ --color-primary-hover: #0d9488;
38
+ --color-primary-foreground: #ffffff;
39
+
40
+ --color-secondary: #f1f5f9;
41
+ --color-secondary-hover: #e2e8f0;
42
+ --color-secondary-foreground: #0f172a;
43
+
44
+ --color-accent: #06b6d4;
45
+ --color-accent-foreground: #ffffff;
46
+
47
+ --color-muted: #f1f5f9;
48
+ --color-muted-foreground: #64748b;
49
+
50
+ --color-background: #ffffff;
51
+ --color-foreground: #0f172a;
52
+ --color-card: #ffffff;
53
+ --color-card-foreground: #0f172a;
54
+ --color-surface: #f8fafc;
55
+ --color-border: #e2e8f0;
56
+ --color-input: #e2e8f0;
57
+ --color-ring: #14b8a6;
58
+
59
+ /* Sand Gold for special accents */
60
+ --color-gold: #c9a227;
61
+
62
+ /* Semantic colors */
63
+ --color-error: #dc2626;
64
+ --color-error-foreground: #ffffff;
65
+ --color-success: #22c55e;
66
+ --color-success-foreground: #ffffff;
67
+ --color-warning: #f59e0b;
68
+ --color-warning-foreground: #000000;
69
+ --color-info: #3b82f6;
70
+ --color-info-foreground: #ffffff;
71
+
72
+ /* Typography - Plus Jakarta Sans per brand guidelines */
73
+ --font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
74
+ --font-weight-normal: 400;
75
+ --font-weight-medium: 500;
76
+ --font-weight-bold: 700;
77
+ --letter-spacing: -0.02em;
78
+ --line-height: 1.6;
79
+
80
+ /* Icon styling */
81
+ --icon-stroke-width: 1.75;
82
+ --icon-color: #14b8a6;
83
+
84
+ /* Transitions */
85
+ --transition-fast: 150ms;
86
+ --transition-normal: 250ms;
87
+ --transition-slow: 400ms;
88
+ --transition-timing: cubic-bezier(0.4, 0, 0.2, 1);
89
+
90
+ /* Hover/Active */
91
+ --hover-scale: 1.02;
92
+ --hover-translate-y: -2px;
93
+ --hover-translate-x: 0;
94
+ --active-scale: 0.98;
95
+ --active-translate-y: 0;
96
+
97
+ /* Focus ring */
98
+ --focus-ring-width: 2px;
99
+ --focus-ring-offset: 2px;
100
+ --focus-ring-color: #14b8a6;
101
+ }
102
+
103
+ /* ==========================================================================
104
+ * DARK MODE (hero sections, dark backgrounds)
105
+ * ========================================================================== */
106
+ [data-theme="almadar-website-dark"] {
107
+ /* Shadows - Teal glow */
108
+ --shadow-main: 0 4px 14px rgba(20, 184, 166, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1);
109
+ --shadow-sm: 0 2px 4px rgba(20, 184, 166, 0.1);
110
+ --shadow-lg: 0 8px 30px rgba(20, 184, 166, 0.25), 0 4px 10px rgba(0, 0, 0, 0.1);
111
+ --shadow-inner: inset 0 1px 2px rgba(0, 0, 0, 0.1);
112
+ --shadow-none: none;
113
+ --shadow-hover: 0 12px 40px rgba(20, 184, 166, 0.35), 0 4px 12px rgba(6, 182, 212, 0.2);
114
+ --shadow-active: 0 2px 8px rgba(20, 184, 166, 0.2);
115
+
116
+ /* Border radius */
117
+ --radius-none: 0px;
118
+ --radius-sm: 6px;
119
+ --radius-md: 10px;
120
+ --radius-lg: 14px;
121
+ --radius-xl: 20px;
122
+ --radius-full: 9999px;
123
+
124
+ /* Border width */
125
+ --border-width: 1px;
126
+ --border-width-thin: 1px;
127
+ --border-width-thick: 2px;
128
+
129
+ /* Colors - Teal/Cyan on Midnight Blue */
130
+ --color-primary: #14b8a6;
131
+ --color-primary-hover: #2dd4bf;
132
+ --color-primary-foreground: #042f2e;
133
+
134
+ --color-secondary: #1e293b;
135
+ --color-secondary-hover: #334155;
136
+ --color-secondary-foreground: #f1f5f9;
137
+
138
+ --color-accent: #06b6d4;
139
+ --color-accent-foreground: #083344;
140
+
141
+ --color-muted: #1e293b;
142
+ --color-muted-foreground: #94a3b8;
143
+
144
+ --color-background: #0f172a;
145
+ --color-foreground: #f1f5f9;
146
+ --color-card: #1e293b;
147
+ --color-card-foreground: #f1f5f9;
148
+ --color-surface: #1e293b;
149
+ --color-border: #334155;
150
+ --color-input: rgba(20, 184, 166, 0.3);
151
+ --color-ring: #14b8a6;
152
+
153
+ /* Sand Gold for special accents */
154
+ --color-gold: #c9a227;
155
+
156
+ /* Semantic colors */
157
+ --color-error: #f87171;
158
+ --color-error-foreground: #000000;
159
+ --color-success: #4ade80;
160
+ --color-success-foreground: #000000;
161
+ --color-warning: #fbbf24;
162
+ --color-warning-foreground: #000000;
163
+ --color-info: #38bdf8;
164
+ --color-info-foreground: #000000;
165
+
166
+ /* Typography */
167
+ --font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
168
+ --font-weight-normal: 400;
169
+ --font-weight-medium: 500;
170
+ --font-weight-bold: 700;
171
+ --letter-spacing: -0.02em;
172
+ --line-height: 1.6;
173
+
174
+ /* Icon styling */
175
+ --icon-stroke-width: 1.75;
176
+ --icon-color: #14b8a6;
177
+
178
+ /* Transitions */
179
+ --transition-fast: 150ms;
180
+ --transition-normal: 250ms;
181
+ --transition-slow: 400ms;
182
+ --transition-timing: cubic-bezier(0.4, 0, 0.2, 1);
183
+
184
+ /* Hover/Active */
185
+ --hover-scale: 1.02;
186
+ --hover-translate-y: -2px;
187
+ --hover-translate-x: 0;
188
+ --active-scale: 0.98;
189
+ --active-translate-y: 0;
190
+
191
+ /* Focus ring */
192
+ --focus-ring-width: 2px;
193
+ --focus-ring-offset: 2px;
194
+ --focus-ring-color: #14b8a6;
195
+ }
package/themes/index.css CHANGED
@@ -12,6 +12,7 @@
12
12
  @import "./wireframe.css";
13
13
  @import "./minimalist.css";
14
14
  @import "./almadar.css";
15
+ @import "./almadar-website.css";
15
16
  @import "./trait-wars.css";
16
17
 
17
18
  /* Extended themes */