@alfadocs/ui-kit 0.17.0 → 0.17.1
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/_chunks/{carousel.agent-OTn-kMQg.js → carousel.agent-Xuw9LPZN.js} +14 -7
- package/dist/_chunks/{public-header.agent-sDi9N9su.js → public-header.agent-BIBQzkeV.js} +7 -12
- package/dist/agent-catalog.json +1 -1
- package/dist/components/carousel/index.js +1 -1
- package/dist/components/public-header/index.js +1 -1
- package/dist/components/public-header/public-header.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/tokens.css +1 -1
- package/package.json +1 -1
|
@@ -1440,15 +1440,22 @@ const ae = xt(
|
|
|
1440
1440
|
i,
|
|
1441
1441
|
n && U > 1 ? /* @__PURE__ */ V(dn, {}) : null
|
|
1442
1442
|
] }) }) : null,
|
|
1443
|
-
/* @__PURE__ */ V(
|
|
1443
|
+
/* @__PURE__ */ V(
|
|
1444
1444
|
"div",
|
|
1445
1445
|
{
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1446
|
+
ref: f,
|
|
1447
|
+
className: "ds:overflow-hidden ds:py-[var(--spacing-xs)] ds:-my-[var(--spacing-xs)]",
|
|
1448
|
+
children: /* @__PURE__ */ V(
|
|
1449
|
+
"div",
|
|
1450
|
+
{
|
|
1451
|
+
id: d,
|
|
1452
|
+
role: "presentation",
|
|
1453
|
+
className: "ds:flex ds:gap-[var(--spacing-md)]",
|
|
1454
|
+
children: te.map(K, (k, O) => ee(k) ? /* @__PURE__ */ V(fn, { index: O, total: U, children: k }) : k)
|
|
1455
|
+
}
|
|
1456
|
+
)
|
|
1450
1457
|
}
|
|
1451
|
-
)
|
|
1458
|
+
),
|
|
1452
1459
|
Q ? /* @__PURE__ */ V(pn, {}) : null,
|
|
1453
1460
|
/* @__PURE__ */ V(
|
|
1454
1461
|
"div",
|
|
@@ -1666,4 +1673,4 @@ export {
|
|
|
1666
1673
|
yn as C,
|
|
1667
1674
|
In as c
|
|
1668
1675
|
};
|
|
1669
|
-
//# sourceMappingURL=carousel.agent-
|
|
1676
|
+
//# sourceMappingURL=carousel.agent-Xuw9LPZN.js.map
|
|
@@ -17,15 +17,10 @@ const g = Z("desktop"), ns = C(
|
|
|
17
17
|
{
|
|
18
18
|
variants: {
|
|
19
19
|
variant: {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
"ds:bg-[var(--card)] ds:text-[var(--foreground)] ds:border-b ds:border-[color:var(--border)]"
|
|
25
|
-
].join(" "),
|
|
26
|
-
// Transparent fades to default once data-stuck="true" (set by the
|
|
27
|
-
// rAF scroll listener). The fade is handled via the same
|
|
28
|
-
// background utility so `data-stuck` swaps cleanly between states.
|
|
20
|
+
// Transparent fades to a solid pill chrome once data-stuck="true"
|
|
21
|
+
// (set by the rAF scroll listener). The fade is handled via the
|
|
22
|
+
// same background utility so `data-stuck` swaps cleanly between
|
|
23
|
+
// states.
|
|
29
24
|
transparent: [
|
|
30
25
|
"ds:flex ds:items-center ds:gap-[var(--spacing-md)]",
|
|
31
26
|
"ds:ps-[var(--spacing-md)] ds:pe-[var(--spacing-md)] ds:sm:ps-[var(--spacing-lg)] ds:sm:pe-[var(--spacing-lg)]",
|
|
@@ -69,7 +64,7 @@ const g = Z("desktop"), ns = C(
|
|
|
69
64
|
].join(" ")
|
|
70
65
|
}
|
|
71
66
|
},
|
|
72
|
-
defaultVariants: { variant: "
|
|
67
|
+
defaultVariants: { variant: "pill", sticky: "none" }
|
|
73
68
|
}
|
|
74
69
|
), rs = [
|
|
75
70
|
"ds:flex ds:items-center ds:gap-[var(--spacing-md)]",
|
|
@@ -294,7 +289,7 @@ const E = h(
|
|
|
294
289
|
homeLabel: d,
|
|
295
290
|
navSlot: a,
|
|
296
291
|
actionsSlot: i,
|
|
297
|
-
variant: r = "
|
|
292
|
+
variant: r = "pill",
|
|
298
293
|
sticky: o = "none",
|
|
299
294
|
stickyOffset: c = 80,
|
|
300
295
|
menuLabel: p,
|
|
@@ -559,4 +554,4 @@ export {
|
|
|
559
554
|
Cs as P,
|
|
560
555
|
js as p
|
|
561
556
|
};
|
|
562
|
-
//# sourceMappingURL=public-header.agent-
|
|
557
|
+
//# sourceMappingURL=public-header.agent-BIBQzkeV.js.map
|
package/dist/agent-catalog.json
CHANGED
|
@@ -65,7 +65,7 @@ export interface PublicHeaderDropdownLinkProps extends Omit<AnchorHTMLAttributes
|
|
|
65
65
|
children: ReactNode;
|
|
66
66
|
}
|
|
67
67
|
declare const rootVariants: (props?: ({
|
|
68
|
-
variant?: "dark" | "
|
|
68
|
+
variant?: "dark" | "pill" | "transparent" | null | undefined;
|
|
69
69
|
sticky?: "none" | "top" | "scroll-up" | null | undefined;
|
|
70
70
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
71
71
|
export declare const PublicHeader: import("react").ForwardRefExoticComponent<PublicHeaderProps & import("react").RefAttributes<HTMLElement>> & {
|
package/dist/index.js
CHANGED
|
@@ -42,7 +42,7 @@ import { A as Pe, g as he, n as Ie } from "./_chunks/avatar-I10iCDs8.js";
|
|
|
42
42
|
import { B as ke } from "./_chunks/badge-cLYVGlMh.js";
|
|
43
43
|
import { B as Ee } from "./_chunks/benefit-card-DXmrAyfn.js";
|
|
44
44
|
import { C as Ne } from "./_chunks/card-CWzuTLYE.js";
|
|
45
|
-
import { C as Be, c as ye } from "./_chunks/carousel.agent-
|
|
45
|
+
import { C as Be, c as ye } from "./_chunks/carousel.agent-Xuw9LPZN.js";
|
|
46
46
|
import { C as Ve } from "./_chunks/contact-card-DTQUMetD.js";
|
|
47
47
|
import { A as ve, B as He, C as Oe, a as _e, D as Ge, b as We, L as Ue, S as Ke, T as Ye, c as je, d as ze, e as qe, U as Qe, f as Je, u as Xe } from "./_chunks/balance-cell-renderer-DWWtX-VM.js";
|
|
48
48
|
import { D as $e } from "./_chunks/description-list-y7Hk51KI.js";
|
|
@@ -67,7 +67,7 @@ import { N as go, a as xo, b as uo, c as Ao, d as So, e as Co, f as To, g as bo,
|
|
|
67
67
|
import { S as Io } from "./_chunks/skip-link-BaSMtPwB.js";
|
|
68
68
|
import { L as ko } from "./_chunks/link-DmM5IevO.js";
|
|
69
69
|
import { P as Eo, a as Fo, b as No, c as Mo, d as Bo, e as yo, f as wo, g as Vo, p as Do } from "./_chunks/pagination-F1ei4khE.js";
|
|
70
|
-
import { P as Ho, p as Oo } from "./_chunks/public-header.agent-
|
|
70
|
+
import { P as Ho, p as Oo } from "./_chunks/public-header.agent-BIBQzkeV.js";
|
|
71
71
|
import { S as Go, f as Wo, s as Uo } from "./_chunks/search-bar-DORSAzNt.js";
|
|
72
72
|
import { S as Yo, a as jo, b as zo, c as qo, d as Qo, e as Jo, f as Xo, g as Zo, h as $o, i as at, j as et, k as rt, l as ot, m as tt, n as st, o as nt, p as it, s as pt, u as mt, q as lt } from "./_chunks/sidebar-D8Lq065m.js";
|
|
73
73
|
import { S as dt, s as ct } from "./_chunks/stepper-accordion.agent-ckKYZCIP.js";
|