@giddaa-housing/ui 3.0.1 → 3.2.0

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 (100) hide show
  1. package/css/generated/shared.css +1 -1
  2. package/css/giddaa.css +173 -2
  3. package/css/preset.css +8 -1
  4. package/css/theme.css +4 -1
  5. package/dist/accordion.js +2 -2
  6. package/dist/activity-timeline.js +5 -5
  7. package/dist/alert.js +1 -1
  8. package/dist/auth-layout.js +18 -18
  9. package/dist/bar-chart.d.ts +1 -1
  10. package/dist/breadcrumb.js +3 -3
  11. package/dist/bullet-chart.d.ts +1 -1
  12. package/dist/button-group.d.ts +1 -1
  13. package/dist/button.js +2 -2
  14. package/dist/calendar.js +3 -3
  15. package/dist/call-card.js +1 -1
  16. package/dist/carousel.d.ts +1 -1
  17. package/dist/carousel.js +3 -3
  18. package/dist/chart.d.ts +1 -1
  19. package/dist/chart.js +1 -1
  20. package/dist/chat.js +1 -1
  21. package/dist/checkbox.js +2 -2
  22. package/dist/combobox.d.ts +1 -1
  23. package/dist/combobox.js +6 -6
  24. package/dist/cta.js +3 -3
  25. package/dist/currency-selector.d.ts +10 -8
  26. package/dist/currency-selector.js +247 -28
  27. package/dist/data-table.js +2 -2
  28. package/dist/date-picker.js +6 -6
  29. package/dist/dialog.js +2 -2
  30. package/dist/dropdown-menu.d.ts +1 -1
  31. package/dist/dropdown-menu.js +20 -20
  32. package/dist/dropzone.js +1 -1
  33. package/dist/editorial-card.d.ts +20 -11
  34. package/dist/editorial-card.js +67 -2
  35. package/dist/file-upload.js +1 -1
  36. package/dist/filter.js +1 -1
  37. package/dist/footer.d.ts +4 -2
  38. package/dist/footer.js +38 -34
  39. package/dist/funnel-chart.d.ts +1 -1
  40. package/dist/heatmap-chart.d.ts +1 -1
  41. package/dist/icons.d.ts +93 -0
  42. package/dist/icons.js +905 -0
  43. package/dist/infinite-scroll.js +1 -1
  44. package/dist/input-group.js +4 -5
  45. package/dist/input-otp.js +2 -2
  46. package/dist/input-size-context.js +4 -2
  47. package/dist/input.js +1 -1
  48. package/dist/kpi-card.js +1 -1
  49. package/dist/line-chart.d.ts +1 -1
  50. package/dist/mask-input.d.ts +61 -0
  51. package/dist/mask-input.js +0 -0
  52. package/dist/match.js +1 -1
  53. package/dist/media-gallery-hero.js +1 -1
  54. package/dist/media-player.js +59 -48
  55. package/dist/message.js +1 -1
  56. package/dist/mobile-sidebar.d.ts +57 -0
  57. package/dist/mobile-sidebar.js +196 -0
  58. package/dist/multi-step-form.js +2 -2
  59. package/dist/number-input.d.ts +1 -1
  60. package/dist/number-input.js +3 -3
  61. package/dist/pagination.js +4 -4
  62. package/dist/password-input.js +1 -1
  63. package/dist/phone-input.d.ts +1 -1
  64. package/dist/phone-input.js +4 -4
  65. package/dist/photo-gallery.js +3 -3
  66. package/dist/pie-chart.d.ts +1 -1
  67. package/dist/popover.d.ts +1 -1
  68. package/dist/price-tag.js +1 -1
  69. package/dist/radar-chart.d.ts +1 -1
  70. package/dist/rich-text-editor.d.ts +1 -1
  71. package/dist/rich-text-editor.js +4 -4
  72. package/dist/scatter-chart.d.ts +1 -1
  73. package/dist/search-input.js +1 -1
  74. package/dist/select.d.ts +1 -1
  75. package/dist/select.js +6 -6
  76. package/dist/sheet.js +2 -2
  77. package/dist/sidebar.js +1 -1
  78. package/dist/{size-context-D4mYvcg8.d.ts → size-context-BX6kAdVj.d.ts} +2 -1
  79. package/dist/size-context.d.ts +2 -2
  80. package/dist/size-context.js +5 -2
  81. package/dist/sparkline.d.ts +1 -1
  82. package/dist/stepper.js +2 -2
  83. package/dist/styles.css +681 -128
  84. package/dist/table.js +2 -2
  85. package/dist/tabs.d.ts +1 -1
  86. package/dist/tag.d.ts +1 -1
  87. package/dist/tag.js +1 -1
  88. package/dist/testimonial-block.js +1 -1
  89. package/dist/theme-switcher.d.ts +31 -0
  90. package/dist/theme-switcher.js +78 -0
  91. package/dist/time-picker.js +2 -2
  92. package/dist/toast.d.ts +38 -10
  93. package/dist/toast.js +55 -52
  94. package/dist/top-navbar.d.ts +100 -0
  95. package/dist/top-navbar.js +295 -0
  96. package/dist/tree-map.d.ts +1 -1
  97. package/dist/video-player-dialog.d.ts +57 -0
  98. package/dist/video-player-dialog.js +188 -0
  99. package/dist/waterfall-chart.d.ts +1 -1
  100. package/package.json +25 -2
package/css/giddaa.css CHANGED
@@ -144,7 +144,10 @@
144
144
  --color-action-danger: var(--color-clay-500);
145
145
  --color-action-danger-hover: var(--color-clay-600);
146
146
  --color-action-danger-pressed: var(--color-clay-700);
147
- --color-whatsapp-button: #00d158;
147
+ --color-whatsapp-green: #00d158;
148
+ /* Deprecated alias for --color-whatsapp-green. Kept so `bg-whatsapp-button`
149
+ keeps resolving for consumers on 3.x; remove in the next major. */
150
+ --color-whatsapp-button: var(--color-whatsapp-green);
148
151
 
149
152
  --color-status-success: var(--color-forest-500);
150
153
  --color-status-warning: var(--color-brass-400);
@@ -268,6 +271,171 @@
268
271
  0 24px 64px rgb(from var(--color-stone-900) r g b / 0.16);
269
272
  }
270
273
 
274
+ /*
275
+ * Light theme scope. `@theme` already sets these on the root, so this block
276
+ * exists to re-declare them on a wrapper — that is what lets a light subtree
277
+ * live inside `.dark`. It must stay a complete mirror of the `.dark` block
278
+ * below: any token `.dark` overrides and this block omits keeps its dark value
279
+ * when the two are nested.
280
+ */
281
+ .light {
282
+ --color-canvas: var(--color-stone-0);
283
+ --color-surface: var(--color-stone-50);
284
+ --color-surface-raised: var(--color-stone-200);
285
+ --color-surface-overlay: var(--color-stone-0);
286
+ --color-surface-brand: var(--color-forest-500);
287
+ --color-surface-brand-subtle: var(--color-forest-50);
288
+ --color-surface-accent: var(--color-brass-400);
289
+ --color-surface-accent-subtle: var(--color-brass-50);
290
+ --color-surface-danger-subtle: var(--color-clay-50);
291
+ --color-surface-info-subtle: var(--color-moss-50);
292
+ --color-surface-glass-button: var(--color-stone-950);
293
+ --color-surface-glass-overlay-button: var(--color-button-glass-overlay);
294
+ --color-surface-glass-overlay-container-1: var(
295
+ --color-container-glass-overlay-1
296
+ );
297
+ --color-surface-glass-overlay-container-2: var(
298
+ --color-container-glass-overlay-2
299
+ );
300
+
301
+ --color-fg-primary: var(--color-stone-900);
302
+ --color-fg-secondary: var(--color-stone-600);
303
+ --color-fg-caption-placeholder: var(--color-stone-500);
304
+ --color-fg-brand: var(--color-forest-600);
305
+ --color-fg-danger: var(--color-clay-600);
306
+ --color-fg-info: var(--color-moss-600);
307
+ --color-fg-accent: var(--color-brass-600);
308
+ --color-fg-on-brand: var(--color-forest-50);
309
+ --color-fg-on-accent: var(--color-brass-900);
310
+
311
+ --color-line-subtle: var(--color-stone-200);
312
+ --color-line: var(--color-stone-300);
313
+ --color-line-strong: var(--color-stone-400);
314
+ --color-line-focus: var(--color-forest-500);
315
+ --color-line-danger: var(--color-clay-500);
316
+
317
+ --color-action-primary: var(--color-forest-500);
318
+ --color-action-primary-hover: var(--color-forest-600);
319
+ --color-action-primary-pressed: var(--color-forest-700);
320
+ --color-action-secondary: var(--color-forest-500);
321
+ --color-action-secondary-hover: var(--color-forest-600);
322
+ --color-action-secondary-pressed: var(--color-forest-700);
323
+ --color-action-tertiary: var(--color-stone-200);
324
+ --color-action-tertiary-hover: var(--color-stone-300);
325
+ --color-action-tertiary-pressed: var(--color-stone-400);
326
+ --color-action-accent: var(--color-brass-400);
327
+ --color-action-danger: var(--color-clay-500);
328
+ --color-action-danger-hover: var(--color-clay-600);
329
+ --color-action-danger-pressed: var(--color-clay-700);
330
+ --color-whatsapp-green: #00d158;
331
+ /* Deprecated alias for --color-whatsapp-green. Kept so `bg-whatsapp-button`
332
+ keeps resolving for consumers on 3.x; remove in the next major. */
333
+ --color-whatsapp-button: var(--color-whatsapp-green);
334
+
335
+ --color-status-success: var(--color-forest-500);
336
+ --color-status-warning: var(--color-brass-400);
337
+ --color-status-danger: var(--color-clay-500);
338
+ --color-status-info: var(--color-moss-500);
339
+
340
+ --color-chart-1: var(--color-forest-dark-600);
341
+ --color-chart-2: var(--color-brass-400);
342
+ --color-chart-3: var(--color-clay-400);
343
+
344
+ --gradient-hero-forest: linear-gradient(
345
+ 45deg,
346
+ var(--color-forest-700) 50%,
347
+ var(--color-forest-500) 80%,
348
+ var(--color-forest-400) 100%
349
+ );
350
+ --gradient-hero-forest-moss: linear-gradient(
351
+ 45deg,
352
+ var(--color-forest-600) 50%,
353
+ var(--color-moss-500) 100%
354
+ );
355
+ --gradient-surface-canvas-lift: linear-gradient(
356
+ 180deg,
357
+ var(--color-stone-0) 0%,
358
+ var(--color-stone-50) 100%
359
+ );
360
+ --gradient-surface-card-lift: linear-gradient(
361
+ 180deg,
362
+ var(--color-stone-0) 0%,
363
+ var(--color-stone-200) 100%
364
+ );
365
+ --gradient-surface-brand-tint: linear-gradient(
366
+ 45deg,
367
+ var(--color-forest-50) 50%,
368
+ var(--color-stone-50) 100%
369
+ );
370
+ --gradient-accent-brass-rise: linear-gradient(
371
+ 45deg,
372
+ var(--color-brass-400) 50%,
373
+ var(--color-brass-300) 80%,
374
+ var(--color-brass-200) 100%
375
+ );
376
+ --gradient-accent-forest-to-brass: linear-gradient(
377
+ 45deg,
378
+ var(--color-forest-700) 50%,
379
+ var(--color-forest-500) 75%,
380
+ var(--color-brass-400) 100%
381
+ );
382
+ --gradient-accent-emerald-to-brass: var(--gradient-accent-forest-to-brass);
383
+ --gradient-overlay-photo-bottom: linear-gradient(
384
+ 180deg,
385
+ rgb(from var(--color-forest-900) r g b / 0) 0%,
386
+ rgb(from var(--color-forest-900) r g b / 0) 40%,
387
+ rgb(from var(--color-forest-900) r g b / 0.88) 100%
388
+ );
389
+ --gradient-overlay-photo-dual: linear-gradient(
390
+ 180deg,
391
+ rgb(from var(--color-forest-900) r g b / 0.6) 0%,
392
+ rgb(from var(--color-forest-900) r g b / 0) 40%,
393
+ rgb(from var(--color-forest-900) r g b / 0) 60%,
394
+ rgb(from var(--color-forest-900) r g b / 0.78) 100%
395
+ );
396
+
397
+ --shadow-1: 0 1px 2px rgb(from var(--color-forest-700) r g b / 0.06);
398
+ --shadow-2:
399
+ 0 4px 8px rgb(from var(--color-forest-700) r g b / 0.1),
400
+ 0 8px 16px rgb(from var(--color-forest-700) r g b / 0.06);
401
+ --shadow-3:
402
+ 0 8px 16px rgb(from var(--color-forest-700) r g b / 0.14),
403
+ 0 16px 32px rgb(from var(--color-forest-700) r g b / 0.1),
404
+ 0 24px 48px rgb(from var(--color-forest-700) r g b / 0.06);
405
+ --shadow-4:
406
+ 0 8px 16px rgb(from var(--color-forest-700) r g b / 0.14),
407
+ 0 16px 32px rgb(from var(--color-forest-700) r g b / 0.1),
408
+ 0 24px 48px rgb(from var(--color-forest-700) r g b / 0.06);
409
+
410
+ --elevation-e0-bg: var(--color-stone-50);
411
+ --elevation-e0-border: var(--color-line-subtle);
412
+ --elevation-e0-shadow: none;
413
+
414
+ --elevation-e1-bg: var(--color-stone-0);
415
+ --elevation-e1-border: var(--color-line-subtle);
416
+ --elevation-e1-shadow:
417
+ 0 1px 2px rgb(from var(--color-stone-900) r g b / 0.06),
418
+ 0 1px 1px rgb(from var(--color-stone-900) r g b / 0.04);
419
+
420
+ --elevation-e2-bg: var(--color-stone-0);
421
+ --elevation-e2-border: var(--color-line-subtle);
422
+ --elevation-e2-shadow:
423
+ 0 2px 6px rgb(from var(--color-stone-900) r g b / 0.08),
424
+ 0 8px 24px rgb(from var(--color-stone-900) r g b / 0.06);
425
+
426
+ --elevation-e3-bg: var(--color-stone-0);
427
+ --elevation-e3-border: var(--color-line);
428
+ --elevation-e3-shadow:
429
+ 0 4px 12px rgb(from var(--color-stone-900) r g b / 0.1),
430
+ 0 16px 40px rgb(from var(--color-stone-900) r g b / 0.1);
431
+
432
+ --elevation-e4-bg: var(--color-stone-0);
433
+ --elevation-e4-border: var(--color-line);
434
+ --elevation-e4-shadow:
435
+ 0 8px 20px rgb(from var(--color-stone-900) r g b / 0.14),
436
+ 0 24px 64px rgb(from var(--color-stone-900) r g b / 0.16);
437
+ }
438
+
271
439
  .dark {
272
440
  --color-canvas: var(--color-stone-dark-0);
273
441
  --color-surface: var(--color-stone-dark-875);
@@ -317,7 +485,10 @@
317
485
  --color-action-danger: var(--color-clay-400);
318
486
  --color-action-danger-hover: var(--color-clay-500);
319
487
  --color-action-danger-pressed: var(--color-clay-600);
320
- --color-whatsapp-button: #00d158;
488
+ --color-whatsapp-green: #00d158;
489
+ /* Deprecated alias for --color-whatsapp-green. Kept so `bg-whatsapp-button`
490
+ keeps resolving for consumers on 3.x; remove in the next major. */
491
+ --color-whatsapp-button: var(--color-whatsapp-green);
321
492
 
322
493
  --color-status-success: var(--color-forest-dark-300);
323
494
  --color-status-warning: var(--color-brass-200);
package/css/preset.css CHANGED
@@ -4,7 +4,14 @@
4
4
  @import "./generated/shared.css";
5
5
  @plugin "tailwindcss-animate";
6
6
 
7
- @custom-variant dark (&:where(.dark, .dark *));
7
+ /*
8
+ * Theme scopes are class-based and symmetric: `.dark` opts a subtree into the
9
+ * dark tokens, `.light` opts one back into the light tokens (both re-declare
10
+ * every themed token, so either can nest inside the other). The `:not()` keeps
11
+ * `dark:` utilities from leaking into a `.light` island inside `.dark`.
12
+ * Alternating deeper than one level (.dark > .light > .dark) is not supported.
13
+ */
14
+ @custom-variant dark (&:where(.dark, .dark *):not(:where(.light, .light *)));
8
15
 
9
16
  @utility elevation-e0 {
10
17
  border-style: solid;
package/css/theme.css CHANGED
@@ -115,7 +115,10 @@
115
115
  --color-action-danger: #ef4444;
116
116
  --color-action-danger-hover: #dc2626;
117
117
  --color-action-danger-pressed: #b91c1c;
118
- --color-whatsapp-button: #00d158;
118
+ --color-whatsapp-green: #00d158;
119
+ /* Deprecated alias for --color-whatsapp-green. Kept so `bg-whatsapp-button`
120
+ keeps resolving for consumers on 3.x; remove in the next major. */
121
+ --color-whatsapp-button: var(--color-whatsapp-green);
119
122
 
120
123
  --color-status-success: #16a34a;
121
124
  --color-status-warning: #d97706;
package/dist/accordion.js CHANGED
@@ -1,6 +1,6 @@
1
+ import { ChevronRight } from "./icons.js";
1
2
  import { t as cn } from "./cn-BI_4DMBf.js";
2
3
  import { Accordion as Accordion$1 } from "@base-ui/react/accordion";
3
- import { ChevronRightIcon } from "lucide-react";
4
4
  import { jsx, jsxs } from "react/jsx-runtime";
5
5
  //#region src/accordion.tsx
6
6
  function Accordion({ className, variant = "surface", ...props }) {
@@ -26,7 +26,7 @@ function AccordionTrigger({ className, children, ...props }) {
26
26
  "data-slot": "accordion-trigger",
27
27
  className: cn("group/accordion-trigger flex w-full items-center gap-3 px-4 sm:px-5 py-5.5 aria-expanded:pb-2 text-left text-gdt-md font-semibold text-fg-primary outline-none transition-[padding] aria-disabled:pointer-events-none aria-disabled:opacity-50", className),
28
28
  ...props,
29
- children: [/* @__PURE__ */ jsx(ChevronRightIcon, {
29
+ children: [/* @__PURE__ */ jsx(ChevronRight, {
30
30
  "data-slot": "accordion-trigger-icon",
31
31
  className: "pointer-events-none size-5 shrink-0 text-fg-primary transition-[rotate] duration-200 ease-out motion-reduce:transition-none group-aria-expanded/accordion-trigger:rotate-90"
32
32
  }), children]
@@ -1,8 +1,8 @@
1
1
  "use client";
2
+ import { ChevronRight } from "./icons.js";
2
3
  import { t as cn } from "./cn-BI_4DMBf.js";
3
4
  import { Avatar, AvatarFallback, AvatarImage } from "./avatar.js";
4
5
  import { Badge } from "./badge.js";
5
- import { ChevronRightIcon } from "lucide-react";
6
6
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
7
7
  //#region src/activity-timeline.tsx
8
8
  function ActivityTimeline({ className, ...props }) {
@@ -37,7 +37,7 @@ function ActivityTimelineItem({ className, highlighted = false, highlightOnHover
37
37
  function ActivityTimelineRail({ className, ...props }) {
38
38
  return /* @__PURE__ */ jsx("div", {
39
39
  "data-slot": "activity-timeline-rail",
40
- className: cn("flex w-10 shrink-0 flex-col items-center gap-1.5", className),
40
+ className: cn("relative flex w-10 shrink-0 self-stretch flex-col items-center", className),
41
41
  ...props
42
42
  });
43
43
  }
@@ -45,7 +45,7 @@ function ActivityTimelineAvatar({ className, src, alt = "", initials, children,
45
45
  return /* @__PURE__ */ jsx(Avatar, {
46
46
  "data-slot": "activity-timeline-avatar",
47
47
  size: "md",
48
- className: cn("bg-surface-brand", className),
48
+ className: cn("relative z-1 bg-surface-brand", className),
49
49
  ...props,
50
50
  children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [src ? /* @__PURE__ */ jsx(AvatarImage, {
51
51
  src,
@@ -60,7 +60,7 @@ function ActivityTimelineConnector({ className, ...props }) {
60
60
  return /* @__PURE__ */ jsx("span", {
61
61
  "aria-hidden": "true",
62
62
  "data-slot": "activity-timeline-connector",
63
- className: cn("h-6 w-0.5 shrink-0 rounded-full bg-line-subtle", className),
63
+ className: cn("absolute top-10 -bottom-6 z-0 w-0.5 rounded-full bg-line-subtle", className),
64
64
  ...props
65
65
  });
66
66
  }
@@ -82,7 +82,7 @@ function ActivityTimelineBadge({ className, icon, children, variant = "default",
82
82
  children: [/* @__PURE__ */ jsx("span", {
83
83
  "aria-hidden": "true",
84
84
  className: "inline-flex shrink-0 items-center [&>svg]:size-3.5",
85
- children: icon ?? /* @__PURE__ */ jsx(ChevronRightIcon, { className: "cn-rtl-flip" })
85
+ children: icon ?? /* @__PURE__ */ jsx(ChevronRight, { className: "cn-rtl-flip" })
86
86
  }), children]
87
87
  });
88
88
  }
package/dist/alert.js CHANGED
@@ -1,5 +1,5 @@
1
+ import { X } from "./icons.js";
1
2
  import { t as cn } from "./cn-BI_4DMBf.js";
2
- import { X } from "lucide-react";
3
3
  import { jsx } from "react/jsx-runtime";
4
4
  import { cva } from "class-variance-authority";
5
5
  //#region src/alert.tsx
@@ -5,14 +5,14 @@ import { jsx, jsxs } from "react/jsx-runtime";
5
5
  function AuthLayout({ className, ...props }) {
6
6
  return /* @__PURE__ */ jsx("main", {
7
7
  "data-slot": "auth-layout",
8
- className: cn("grid min-h-svh bg-surface p-gdt-lg text-fg-primary lg:grid-cols-[minmax(0,1fr)_minmax(30rem,1fr)] lg:bg-surface-brand lg:p-0", className),
8
+ className: cn("grid min-h-svh bg-canvas text-fg-primary lg:grid-cols-[minmax(0,1fr)_minmax(30rem,1fr)] lg:bg-[linear-gradient(180deg,var(--color-surface-brand)_0%,var(--color-moss-600)_100%)]", className),
9
9
  ...props
10
10
  });
11
11
  }
12
12
  function AuthLayoutBrandPanel({ className, children, ...props }) {
13
13
  return /* @__PURE__ */ jsx("section", {
14
14
  "data-slot": "auth-layout-brand-panel",
15
- className: cn("relative hidden min-h-svh overflow-hidden bg-surface-brand px-gdt-5xl py-gdt-5xl text-fg-on-brand lg:flex lg:flex-col", "before:absolute before:inset-0 before:bg-[radial-gradient(circle_at_20%_20%,rgb(255_255_255_/_0.12),transparent_24rem),radial-gradient(circle_at_80%_70%,rgb(0_0_0_/_0.14),transparent_28rem)] before:content-['']", "after:absolute after:inset-0 after:opacity-18 after:[background-image:radial-gradient(currentColor_0.7px,transparent_0.7px)] after:[background-size:7px_7px] after:content-['']", className),
15
+ className: cn("relative hidden min-h-svh overflow-hidden bg-[linear-gradient(180deg,var(--color-surface-brand)_0%,var(--color-moss-600)_100%)] px-gdt-3xl py-gdt-5xl text-fg-on-brand lg:flex lg:flex-col", "after:absolute after:inset-0 after:opacity-18 after:[background-image:radial-gradient(currentColor_0.7px,transparent_0.7px)] after:[background-size:7px_7px] after:content-['']", className),
16
16
  ...props,
17
17
  children: /* @__PURE__ */ jsx("div", {
18
18
  className: "relative z-10 flex min-h-0 flex-1 flex-col",
@@ -23,7 +23,7 @@ function AuthLayoutBrandPanel({ className, children, ...props }) {
23
23
  function AuthLayoutBrandLogo({ children, className, ...props }) {
24
24
  return /* @__PURE__ */ jsx("div", {
25
25
  "data-slot": "auth-layout-brand-logo",
26
- className: cn("mb-gdt-3xl flex items-center text-fg-on-brand", className),
26
+ className: cn("mb-[1.125rem] flex items-center text-fg-on-brand", className),
27
27
  ...props,
28
28
  children: children ?? /* @__PURE__ */ jsx(GiddaaLogo, { className: "h-auto w-35" })
29
29
  });
@@ -38,49 +38,49 @@ function AuthLayoutBrandContent({ className, ...props }) {
38
38
  function AuthLayoutBrandTitle({ className, ...props }) {
39
39
  return /* @__PURE__ */ jsx("h2", {
40
40
  "data-slot": "auth-layout-brand-title",
41
- className: cn("text-gdt-h1 text-balance", className),
41
+ className: cn("text-gdt-h1 text-balance xl:text-gdt-display", className),
42
42
  ...props
43
43
  });
44
44
  }
45
45
  function AuthLayoutBrandDescription({ className, ...props }) {
46
46
  return /* @__PURE__ */ jsx("p", {
47
47
  "data-slot": "auth-layout-brand-description",
48
- className: cn("mt-gdt-lg text-gdt-md text-pretty opacity-90", className),
48
+ className: cn("mt-[1.125rem] text-gdt-md text-pretty", className),
49
49
  ...props
50
50
  });
51
51
  }
52
52
  function AuthLayoutMedia({ className, ...props }) {
53
53
  return /* @__PURE__ */ jsx("div", {
54
54
  "data-slot": "auth-layout-media",
55
- className: cn("mt-auto grid h-58 grid-cols-3 items-end gap-gdt-lg pt-gdt-5xl", className),
55
+ className: cn("-mb-gdt-5xl mt-auto grid h-58 grid-cols-3 items-end gap-gdt-lg xl:-mb-[9rem] xl:h-[23.25rem]", className),
56
56
  ...props
57
57
  });
58
58
  }
59
59
  function AuthLayoutMediaItem({ className, ...props }) {
60
60
  return /* @__PURE__ */ jsx("div", {
61
61
  "data-slot": "auth-layout-media-item",
62
- className: cn("min-h-32 overflow-hidden rounded-t-4xl bg-surface-glass-overlay-container-1 shadow-3 odd:h-36 even:h-52", className),
62
+ className: cn("min-h-32 overflow-hidden rounded-t-3xl bg-surface-glass-overlay-container-1 shadow-3 odd:h-36 even:h-52 xl:odd:h-[17rem] xl:even:h-[23.25rem]", className),
63
63
  ...props
64
64
  });
65
65
  }
66
66
  function AuthLayoutMain({ className, ...props }) {
67
67
  return /* @__PURE__ */ jsx("section", {
68
68
  "data-slot": "auth-layout-main",
69
- className: cn("flex min-h-[calc(100svh-2rem)] items-stretch justify-center bg-canvas lg:min-h-svh lg:rounded-l-[5rem]", className),
69
+ className: cn("flex min-h-svh items-stretch justify-center bg-canvas lg:rounded-l-[5rem]", className),
70
70
  ...props
71
71
  });
72
72
  }
73
73
  function AuthLayoutCard({ className, ...props }) {
74
74
  return /* @__PURE__ */ jsx("div", {
75
75
  "data-slot": "auth-layout-card",
76
- className: cn("flex w-full max-w-[26.5rem] flex-col border border-line-subtle bg-canvas px-gdt-lg py-gdt-2xl sm:px-gdt-2xl lg:max-w-[32rem] lg:border-0 lg:px-0 lg:py-gdt-5xl", className),
76
+ className: cn("flex min-h-svh w-full max-w-none flex-col bg-canvas px-5 py-gdt-xl sm:max-w-[26.5rem] sm:px-gdt-2xl lg:max-w-[35rem] lg:px-gdt-2xl lg:pt-gdt-4xl lg:pb-gdt-3xl xl:px-0", className),
77
77
  ...props
78
78
  });
79
79
  }
80
80
  function AuthLayoutTopAction({ className, ...props }) {
81
81
  return /* @__PURE__ */ jsx("div", {
82
82
  "data-slot": "auth-layout-top-action",
83
- className: cn("mb-gdt-4xl text-gdt-xs text-fg-secondary", className),
83
+ className: cn("mb-gdt-xl text-gdt-sm text-fg-secondary lg:mb-gdt-6xl", className),
84
84
  ...props
85
85
  });
86
86
  }
@@ -89,34 +89,34 @@ function AuthLayoutMobileLogo({ children, className, ...props }) {
89
89
  "data-slot": "auth-layout-mobile-logo",
90
90
  className: cn("mb-gdt-xl flex items-center text-fg-brand lg:hidden", className),
91
91
  ...props,
92
- children: children ?? /* @__PURE__ */ jsx(GiddaaLogo, { className: "h-auto w-30" })
92
+ children: children ?? /* @__PURE__ */ jsx(GiddaaLogo, { className: "h-auto w-[8.875rem]" })
93
93
  });
94
94
  }
95
95
  function AuthLayoutHeader({ className, ...props }) {
96
96
  return /* @__PURE__ */ jsx("header", {
97
97
  "data-slot": "auth-layout-header",
98
- className: cn("mb-gdt-xl flex flex-col gap-gdt-sm", className),
98
+ className: cn("mb-gdt-xl flex flex-col gap-gdt-sm lg:mb-[1.125rem] lg:gap-[1.125rem]", className),
99
99
  ...props
100
100
  });
101
101
  }
102
102
  function AuthLayoutTitle({ className, ...props }) {
103
103
  return /* @__PURE__ */ jsx("h1", {
104
104
  "data-slot": "auth-layout-title",
105
- className: cn("text-gdt-h2 text-fg-primary", className),
105
+ className: cn("text-gdt-h1 text-fg-primary lg:text-[3rem] lg:leading-[4.25rem] lg:tracking-normal", className),
106
106
  ...props
107
107
  });
108
108
  }
109
109
  function AuthLayoutDescription({ className, ...props }) {
110
110
  return /* @__PURE__ */ jsx("p", {
111
111
  "data-slot": "auth-layout-description",
112
- className: cn("text-gdt-sm text-fg-secondary", className),
112
+ className: cn("text-gdt-md text-fg-secondary", className),
113
113
  ...props
114
114
  });
115
115
  }
116
116
  function AuthLayoutForm({ className, ...props }) {
117
117
  return /* @__PURE__ */ jsx("form", {
118
118
  "data-slot": "auth-layout-form",
119
- className: cn("flex flex-col gap-gdt-lg", className),
119
+ className: cn("flex flex-col gap-gdt-xl lg:gap-[1.125rem]", className),
120
120
  ...props
121
121
  });
122
122
  }
@@ -130,12 +130,12 @@ function AuthLayoutActions({ className, ...props }) {
130
130
  function AuthLayoutDivider({ children = "Or continue with", className, ...props }) {
131
131
  return /* @__PURE__ */ jsxs("div", {
132
132
  "data-slot": "auth-layout-divider",
133
- className: cn("relative flex items-center py-gdt-sm text-gdt-sm text-fg-secondary", className),
133
+ className: cn("relative flex items-center text-gdt-md font-semibold text-fg-secondary", className),
134
134
  ...props,
135
135
  children: [
136
136
  /* @__PURE__ */ jsx("div", { className: "h-px flex-1 bg-line-subtle" }),
137
137
  /* @__PURE__ */ jsx("span", {
138
- className: "px-gdt-md",
138
+ className: "px-[0.875rem]",
139
139
  children
140
140
  }),
141
141
  /* @__PURE__ */ jsx("div", { className: "h-px flex-1 bg-line-subtle" })
@@ -145,7 +145,7 @@ function AuthLayoutDivider({ children = "Or continue with", className, ...props
145
145
  function AuthLayoutFooter({ className, ...props }) {
146
146
  return /* @__PURE__ */ jsx("footer", {
147
147
  "data-slot": "auth-layout-footer",
148
- className: cn("mt-auto flex items-center justify-between gap-gdt-lg pt-gdt-5xl text-gdt-subtext text-fg-secondary", className),
148
+ className: cn("mt-auto flex items-center justify-between gap-gdt-lg pt-gdt-5xl text-gdt-xs text-fg-secondary", className),
149
149
  ...props
150
150
  });
151
151
  }
@@ -1,4 +1,4 @@
1
- import { t as ComponentSize } from "./size-context-D4mYvcg8.js";
1
+ import { t as ComponentSize } from "./size-context-BX6kAdVj.js";
2
2
  import { ChartConfig } from "./chart.js";
3
3
  import * as React from "react";
4
4
  import { Bar, BarChart as BarChart$1, CartesianGrid, XAxis, YAxis } from "recharts";
@@ -1,6 +1,6 @@
1
1
  "use client";
2
+ import { ChevronRight, MoreHorizontal } from "./icons.js";
2
3
  import { t as cn } from "./cn-BI_4DMBf.js";
3
- import { ChevronRightIcon, MoreHorizontalIcon } from "lucide-react";
4
4
  import { jsx, jsxs } from "react/jsx-runtime";
5
5
  import { mergeProps } from "@base-ui/react/merge-props";
6
6
  import { useRender } from "@base-ui/react/use-render";
@@ -50,7 +50,7 @@ function BreadcrumbSeparator({ children, className, ...props }) {
50
50
  "aria-hidden": "true",
51
51
  className: cn("inline-flex shrink-0 items-center text-fg-caption-placeholder [&>svg]:size-4 [&>svg]:shrink-0", className),
52
52
  ...props,
53
- children: children ?? /* @__PURE__ */ jsx(ChevronRightIcon, { className: "cn-rtl-flip" })
53
+ children: children ?? /* @__PURE__ */ jsx(ChevronRight, { className: "cn-rtl-flip" })
54
54
  });
55
55
  }
56
56
  function BreadcrumbEllipsis({ className, ...props }) {
@@ -60,7 +60,7 @@ function BreadcrumbEllipsis({ className, ...props }) {
60
60
  "aria-hidden": "true",
61
61
  className: cn("inline-flex items-center justify-center text-fg-caption-placeholder [&>svg]:size-4 [&>svg]:shrink-0", className),
62
62
  ...props,
63
- children: [/* @__PURE__ */ jsx(MoreHorizontalIcon, {}), /* @__PURE__ */ jsx("span", {
63
+ children: [/* @__PURE__ */ jsx(MoreHorizontal, {}), /* @__PURE__ */ jsx("span", {
64
64
  className: "sr-only",
65
65
  children: "More"
66
66
  })]
@@ -1,4 +1,4 @@
1
- import { t as ComponentSize } from "./size-context-D4mYvcg8.js";
1
+ import { t as ComponentSize } from "./size-context-BX6kAdVj.js";
2
2
  import * as React from "react";
3
3
  //#region src/bullet-chart.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { t as ComponentSize } from "./size-context-D4mYvcg8.js";
1
+ import { t as ComponentSize } from "./size-context-BX6kAdVj.js";
2
2
  import { Separator } from "./separator.js";
3
3
  import { useRender } from "@base-ui/react/use-render";
4
4
  import { VariantProps } from "class-variance-authority";
package/dist/button.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use client";
2
+ import { Loader } from "./icons.js";
2
3
  import { t as cn } from "./cn-BI_4DMBf.js";
3
4
  import { useComponentSize } from "./size-context.js";
4
- import { Loader } from "lucide-react";
5
5
  import { jsx, jsxs } from "react/jsx-runtime";
6
6
  import { mergeProps } from "@base-ui/react/merge-props";
7
7
  import { useRender } from "@base-ui/react/use-render";
@@ -20,7 +20,7 @@ const buttonVariants = cva("group/button inline-flex shrink-0 items-center justi
20
20
  "tertiary-outline": "border border-line-strong bg-transparent text-fg-primary hover:bg-surface active:bg-surface-raised data-focused:bg-surface data-pressed:bg-surface-raised",
21
21
  ghost: "bg-transparent text-fg-primary hover:bg-surface active:bg-surface-raised data-focused:bg-surface data-pressed:bg-surface-raised",
22
22
  danger: "bg-action-danger text-fg-on-brand hover:bg-action-danger-hover active:bg-action-danger-pressed data-focused:bg-action-danger-hover data-pressed:bg-action-danger-pressed",
23
- whatsapp: "bg-whatsapp-button text-black [&_svg]:text-white hover:brightness-95 active:brightness-90 data-focused:brightness-95 data-pressed:brightness-90",
23
+ whatsapp: "bg-whatsapp-green text-black [&_svg]:text-white hover:brightness-95 active:brightness-90 data-focused:brightness-95 data-pressed:brightness-90",
24
24
  "glass-overlay": "bg-surface-glass-overlay-button text-fg-on-brand shadow-2 backdrop-blur-sm active:scale-[0.97] motion-reduce:active:scale-100",
25
25
  "link-brand": "border-transparent bg-transparent px-0 text-fg-brand hover:underline active:underline active:opacity-70",
26
26
  "link-neutral": "border-transparent bg-transparent px-0 text-fg-secondary hover:underline active:underline active:opacity-70"
package/dist/calendar.js CHANGED
@@ -1,8 +1,8 @@
1
1
  "use client";
2
+ import { ChevronLeft, ChevronRight } from "./icons.js";
2
3
  import { t as cn } from "./cn-BI_4DMBf.js";
3
4
  import { Button } from "./button.js";
4
5
  import { Combobox, ComboboxContent, ComboboxEmpty, ComboboxInput, ComboboxItem, ComboboxList, ComboboxTrigger, ComboboxValue } from "./combobox.js";
5
- import { ChevronLeftIcon, ChevronRightIcon } from "lucide-react";
6
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
7
  import * as React from "react";
8
8
  import { DayPicker, getDefaultClassNames } from "react-day-picker";
@@ -52,11 +52,11 @@ function Calendar({ className, classNames, showOutsideDays = false, weekStartsOn
52
52
  });
53
53
  },
54
54
  Chevron: ({ className, orientation, ...props }) => {
55
- if (orientation === "right") return /* @__PURE__ */ jsx(ChevronRightIcon, {
55
+ if (orientation === "right") return /* @__PURE__ */ jsx(ChevronRight, {
56
56
  className: cn("size-4", className),
57
57
  ...props
58
58
  });
59
- return /* @__PURE__ */ jsx(ChevronLeftIcon, {
59
+ return /* @__PURE__ */ jsx(ChevronLeft, {
60
60
  className: cn("size-4", className),
61
61
  ...props
62
62
  });
package/dist/call-card.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use client";
2
+ import { Maximize2, Mic, MicOff, Minimize2, Phone, User } from "./icons.js";
2
3
  import { t as cn } from "./cn-BI_4DMBf.js";
3
4
  import { Avatar, AvatarFallback, AvatarImage } from "./avatar.js";
4
- import { Maximize2, Mic, MicOff, Minimize2, Phone, User } from "lucide-react";
5
5
  import { jsx, jsxs } from "react/jsx-runtime";
6
6
  import { cva } from "class-variance-authority";
7
7
  import * as React from "react";
@@ -1,4 +1,4 @@
1
- import { t as ComponentSize } from "./size-context-D4mYvcg8.js";
1
+ import { t as ComponentSize } from "./size-context-BX6kAdVj.js";
2
2
  import { VariantProps } from "class-variance-authority";
3
3
  import * as React from "react";
4
4
  import useEmblaCarousel, { UseEmblaCarouselType } from "embla-carousel-react";
package/dist/carousel.js CHANGED
@@ -1,8 +1,8 @@
1
1
  "use client";
2
+ import { ChevronLeft, ChevronRight } from "./icons.js";
2
3
  import { t as cn } from "./cn-BI_4DMBf.js";
3
4
  import { useComponentSize } from "./size-context.js";
4
5
  import { t as useReducedMotion } from "./use-reduced-motion-BDvOK14x.js";
5
- import { ChevronLeftIcon, ChevronRightIcon } from "lucide-react";
6
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
7
  import { cva } from "class-variance-authority";
8
8
  import * as React from "react";
@@ -201,7 +201,7 @@ function CarouselPrevious({ className, ...props }) {
201
201
  disabled: !canScrollPrev,
202
202
  onClick: scrollPrev,
203
203
  ...props,
204
- children: [/* @__PURE__ */ jsx(ChevronLeftIcon, { className: "cn-rtl-flip" }), /* @__PURE__ */ jsx("span", {
204
+ children: [/* @__PURE__ */ jsx(ChevronLeft, { className: "cn-rtl-flip" }), /* @__PURE__ */ jsx("span", {
205
205
  className: "sr-only",
206
206
  children: "Previous slide"
207
207
  })]
@@ -219,7 +219,7 @@ function CarouselNext({ className, ...props }) {
219
219
  disabled: !canScrollNext,
220
220
  onClick: scrollNext,
221
221
  ...props,
222
- children: [/* @__PURE__ */ jsx(ChevronRightIcon, { className: "cn-rtl-flip" }), /* @__PURE__ */ jsx("span", {
222
+ children: [/* @__PURE__ */ jsx(ChevronRight, { className: "cn-rtl-flip" }), /* @__PURE__ */ jsx("span", {
223
223
  className: "sr-only",
224
224
  children: "Next slide"
225
225
  })]
package/dist/chart.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as ComponentSize } from "./size-context-D4mYvcg8.js";
1
+ import { t as ComponentSize } from "./size-context-BX6kAdVj.js";
2
2
  import { VariantProps } from "class-variance-authority";
3
3
  import * as React from "react";
4
4
  import * as RechartsPrimitive from "recharts";
package/dist/chart.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use client";
2
+ import { ArrowDown, ArrowUp } from "./icons.js";
2
3
  import { t as cn } from "./cn-BI_4DMBf.js";
3
4
  import { SizeProvider, useComponentSize } from "./size-context.js";
4
- import { ArrowDown, ArrowUp } from "lucide-react";
5
5
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
6
6
  import { cva } from "class-variance-authority";
7
7
  import * as React from "react";
package/dist/chat.js CHANGED
@@ -1,9 +1,9 @@
1
1
  "use client";
2
+ import { FileText, Image, Plus, Send, Video } from "./icons.js";
2
3
  import { t as cn } from "./cn-BI_4DMBf.js";
3
4
  import { Button } from "./button.js";
4
5
  import { InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput } from "./input-group.js";
5
6
  import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger } from "./dropdown-menu.js";
6
- import { FileText, Image, Plus, Send, Video } from "lucide-react";
7
7
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
8
8
  import * as React from "react";
9
9
  //#region src/chat.tsx
package/dist/checkbox.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use client";
2
+ import { Check } from "./icons.js";
2
3
  import { t as cn } from "./cn-BI_4DMBf.js";
3
4
  import { useComponentSize } from "./size-context.js";
4
- import { CheckIcon } from "lucide-react";
5
5
  import { jsx } from "react/jsx-runtime";
6
6
  import { cva } from "class-variance-authority";
7
7
  import { Checkbox as Checkbox$1 } from "@base-ui/react/checkbox";
@@ -79,7 +79,7 @@ function Checkbox({ className, size, ...props }) {
79
79
  children: /* @__PURE__ */ jsx(Checkbox$1.Indicator, {
80
80
  "data-slot": "checkbox-indicator",
81
81
  className: "grid place-content-center text-current transition-none [&>svg]:size-(--checkbox-icon-size)",
82
- children: /* @__PURE__ */ jsx(CheckIcon, {})
82
+ children: /* @__PURE__ */ jsx(Check, {})
83
83
  })
84
84
  });
85
85
  }
@@ -1,4 +1,4 @@
1
- import { t as ComponentSize } from "./size-context-D4mYvcg8.js";
1
+ import { t as ComponentSize } from "./size-context-BX6kAdVj.js";
2
2
  import * as React from "react";
3
3
  import { Combobox as Combobox$1 } from "@base-ui/react";
4
4
  import { Virtualizer } from "@tanstack/react-virtual";