@lglab/compose-ui 0.6.0 → 0.7.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.
@@ -0,0 +1,30 @@
1
+ import { Progress as BaseProgress } from '@base-ui/react/progress';
2
+ import * as React from 'react';
3
+ type ProgressRootProps = React.ComponentProps<typeof BaseProgress.Root>;
4
+ declare const ProgressRoot: {
5
+ ({ className, ...props }: ProgressRootProps): import("react/jsx-runtime").JSX.Element;
6
+ displayName: string;
7
+ };
8
+ type ProgressTrackProps = React.ComponentProps<typeof BaseProgress.Track>;
9
+ declare const ProgressTrack: {
10
+ ({ className, ...props }: ProgressTrackProps): import("react/jsx-runtime").JSX.Element;
11
+ displayName: string;
12
+ };
13
+ type ProgressIndicatorProps = React.ComponentProps<typeof BaseProgress.Indicator>;
14
+ declare const ProgressIndicator: {
15
+ ({ className, ...props }: ProgressIndicatorProps): import("react/jsx-runtime").JSX.Element;
16
+ displayName: string;
17
+ };
18
+ type ProgressValueProps = React.ComponentProps<typeof BaseProgress.Value>;
19
+ declare const ProgressValue: {
20
+ ({ className, ...props }: ProgressValueProps): import("react/jsx-runtime").JSX.Element;
21
+ displayName: string;
22
+ };
23
+ type ProgressLabelProps = React.ComponentProps<typeof BaseProgress.Label>;
24
+ declare const ProgressLabel: {
25
+ ({ className, ...props }: ProgressLabelProps): import("react/jsx-runtime").JSX.Element;
26
+ displayName: string;
27
+ };
28
+ export { ProgressRoot, ProgressTrack, ProgressIndicator, ProgressValue, ProgressLabel };
29
+ export type { ProgressRootProps, ProgressTrackProps, ProgressIndicatorProps, ProgressValueProps, ProgressLabelProps, };
30
+ //# sourceMappingURL=progress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"progress.d.ts","sourceRoot":"","sources":["../../src/components/progress.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,yBAAyB,CAAA;AAClE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAQ9B,KAAK,iBAAiB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,IAAI,CAAC,CAAA;AAEvE,QAAA,MAAM,YAAY;8BAA6B,iBAAiB;;CAE/D,CAAA;AAQD,KAAK,kBAAkB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,KAAK,CAAC,CAAA;AAEzE,QAAA,MAAM,aAAa;8BAA6B,kBAAkB;;CAUjE,CAAA;AAQD,KAAK,sBAAsB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAA;AAEjF,QAAA,MAAM,iBAAiB;8BAA6B,sBAAsB;;CAUzE,CAAA;AAQD,KAAK,kBAAkB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,KAAK,CAAC,CAAA;AAEzE,QAAA,MAAM,aAAa;8BAA6B,kBAAkB;;CAOjE,CAAA;AAQD,KAAK,kBAAkB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,KAAK,CAAC,CAAA;AAEzE,QAAA,MAAM,aAAa;8BAA6B,kBAAkB;;CAOjE,CAAA;AAQD,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,iBAAiB,EAAE,aAAa,EAAE,aAAa,EAAE,CAAA;AAEvF,YAAY,EACV,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,EACtB,kBAAkB,EAClB,kBAAkB,GACnB,CAAA"}
package/dist/index.d.ts CHANGED
@@ -10,6 +10,8 @@ export { DrawerRoot, DrawerTrigger, DrawerPortal, DrawerBackdrop, DrawerPopup, D
10
10
  export { AccordionRoot, AccordionItem, AccordionHeader, AccordionTrigger, AccordionPanel, } from './components/accordion';
11
11
  export { MeterRoot, MeterTrack, MeterIndicator, MeterValue, MeterLabel, } from './components/meter';
12
12
  export { Meter } from '@base-ui/react/meter';
13
+ export { ProgressRoot, ProgressTrack, ProgressIndicator, ProgressValue, ProgressLabel, } from './components/progress';
14
+ export { Progress } from '@base-ui/react/progress';
13
15
  export type { ButtonProps } from './components/button';
14
16
  export type { AlertDialogRootProps, AlertDialogTriggerProps, AlertDialogPortalProps, AlertDialogBackdropProps, AlertDialogViewportProps, AlertDialogPopupProps, AlertDialogTitleProps, AlertDialogDescriptionProps, AlertDialogCloseProps, } from './components/alert-dialog';
15
17
  export type { AvatarRootProps, AvatarImageProps, AvatarFallbackProps, AvatarStackProps, } from './components/avatar';
@@ -19,4 +21,5 @@ export type { DialogRootProps, DialogTriggerProps, DialogPortalProps, DialogBack
19
21
  export type { DrawerRootProps, DrawerTriggerProps, DrawerPortalProps, DrawerBackdropProps, DrawerPopupProps, DrawerTitleProps, DrawerDescriptionProps, DrawerCloseProps, DrawerHeaderProps, DrawerContentProps, DrawerFooterProps, } from './components/drawer';
20
22
  export type { AccordionRootProps, AccordionItemProps, AccordionHeaderProps, AccordionTriggerProps, AccordionPanelProps, } from './components/accordion';
21
23
  export type { MeterRootProps, MeterTrackProps, MeterIndicatorProps, MeterValueProps, MeterLabelProps, } from './components/meter';
24
+ export type { ProgressRootProps, ProgressTrackProps, ProgressIndicatorProps, ProgressValueProps, ProgressLabelProps, } from './components/progress';
22
25
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
package/dist/index.es.js CHANGED
@@ -1,20 +1,22 @@
1
1
  "use client";
2
- import { jsx as t, jsxs as D } from "react/jsx-runtime";
2
+ import { jsx as t, jsxs as A } from "react/jsx-runtime";
3
3
  import { Button as z } from "@base-ui/react/button";
4
4
  import { cva as d } from "class-variance-authority";
5
- import { clsx as P } from "clsx";
6
- import { twMerge as V } from "tailwind-merge";
5
+ import { clsx as V } from "clsx";
6
+ import { twMerge as R } from "tailwind-merge";
7
7
  import { AlertDialog as n } from "@base-ui/react/alert-dialog";
8
- import { AlertDialog as Ye } from "@base-ui/react/alert-dialog";
9
- import { Avatar as h } from "@base-ui/react/avatar";
10
- import { Avatar as ea } from "@base-ui/react/avatar";
11
- import * as N from "react";
8
+ import { AlertDialog as la } from "@base-ui/react/alert-dialog";
9
+ import { Avatar as w } from "@base-ui/react/avatar";
10
+ import { Avatar as ia } from "@base-ui/react/avatar";
11
+ import * as x from "react";
12
12
  import { ScrollArea as m } from "@base-ui/react/scroll-area";
13
13
  import { Tabs as f } from "@base-ui/react/tabs";
14
14
  import { Dialog as s } from "@base-ui/react/dialog";
15
15
  import { Accordion as b } from "@base-ui/react/accordion";
16
16
  import { Meter as y } from "@base-ui/react/meter";
17
- import { Meter as ta } from "@base-ui/react/meter";
17
+ import { Meter as da } from "@base-ui/react/meter";
18
+ import { Progress as N } from "@base-ui/react/progress";
19
+ import { Progress as ua } from "@base-ui/react/progress";
18
20
  const u = d(
19
21
  [
20
22
  "inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive"
@@ -45,9 +47,9 @@ const u = d(
45
47
  }
46
48
  );
47
49
  function r(...e) {
48
- return V(P(e));
50
+ return R(V(e));
49
51
  }
50
- const R = ({
52
+ const C = ({
51
53
  className: e,
52
54
  variant: a,
53
55
  size: o,
@@ -63,10 +65,10 @@ const R = ({
63
65
  children: i
64
66
  }
65
67
  );
66
- R.displayName = "Button";
67
- const C = (e) => /* @__PURE__ */ t(n.Root, { ...e });
68
- C.displayName = "AlertDialogRoot";
69
- const S = ({
68
+ C.displayName = "Button";
69
+ const S = (e) => /* @__PURE__ */ t(n.Root, { ...e });
70
+ S.displayName = "AlertDialogRoot";
71
+ const I = ({
70
72
  className: e,
71
73
  variant: a,
72
74
  size: o,
@@ -78,7 +80,7 @@ const S = ({
78
80
  ...l
79
81
  }
80
82
  );
81
- S.displayName = "AlertDialogTrigger";
83
+ I.displayName = "AlertDialogTrigger";
82
84
  const F = (e) => /* @__PURE__ */ t(n.Portal, { ...e });
83
85
  F.displayName = "AlertDialogPortal";
84
86
  const M = ({ className: e, ...a }) => /* @__PURE__ */ t(
@@ -102,7 +104,7 @@ const B = ({ className: e, ...a }) => /* @__PURE__ */ t(
102
104
  }
103
105
  );
104
106
  B.displayName = "AlertDialogViewport";
105
- const I = d(
107
+ const j = d(
106
108
  [
107
109
  "fixed left-1/2 top-1/2 z-50 -translate-x-1/2 -translate-y-1/2",
108
110
  "w-full max-w-[calc(100vw-2rem)] rounded-lg border border-border bg-background p-6 shadow-lg",
@@ -126,14 +128,14 @@ const I = d(
126
128
  size: "default"
127
129
  }
128
130
  }
129
- ), j = ({ className: e, size: a, ...o }) => /* @__PURE__ */ t(
131
+ ), L = ({ className: e, size: a, ...o }) => /* @__PURE__ */ t(
130
132
  n.Popup,
131
133
  {
132
- className: r(I({ size: a }), e),
134
+ className: r(j({ size: a }), e),
133
135
  ...o
134
136
  }
135
137
  );
136
- j.displayName = "AlertDialogPopup";
138
+ L.displayName = "AlertDialogPopup";
137
139
  const H = ({ className: e, ...a }) => /* @__PURE__ */ t(
138
140
  n.Title,
139
141
  {
@@ -142,9 +144,9 @@ const H = ({ className: e, ...a }) => /* @__PURE__ */ t(
142
144
  }
143
145
  );
144
146
  H.displayName = "AlertDialogTitle";
145
- const L = ({ className: e, ...a }) => /* @__PURE__ */ t(n.Description, { className: r("mt-2", e), ...a });
146
- L.displayName = "AlertDialogDescription";
147
- const q = ({
147
+ const q = ({ className: e, ...a }) => /* @__PURE__ */ t(n.Description, { className: r("mt-2", e), ...a });
148
+ q.displayName = "AlertDialogDescription";
149
+ const _ = ({
148
150
  className: e,
149
151
  variant: a,
150
152
  size: o,
@@ -156,8 +158,8 @@ const q = ({
156
158
  ...l
157
159
  }
158
160
  );
159
- q.displayName = "AlertDialogClose";
160
- const A = d(
161
+ _.displayName = "AlertDialogClose";
162
+ const k = d(
161
163
  [
162
164
  "relative flex shrink-0 items-center justify-center overflow-hidden rounded-full",
163
165
  "bg-muted text-foreground",
@@ -175,18 +177,18 @@ const A = d(
175
177
  size: "default"
176
178
  }
177
179
  }
178
- ), k = ({ className: e, size: a, ...o }) => /* @__PURE__ */ t(h.Root, { className: r(A({ size: a }), e), ...o });
179
- k.displayName = "AvatarRoot";
180
- const _ = ({ className: e, ...a }) => /* @__PURE__ */ t(
181
- h.Image,
180
+ ), T = ({ className: e, size: a, ...o }) => /* @__PURE__ */ t(w.Root, { className: r(k({ size: a }), e), ...o });
181
+ T.displayName = "AvatarRoot";
182
+ const E = ({ className: e, ...a }) => /* @__PURE__ */ t(
183
+ w.Image,
182
184
  {
183
185
  className: r("aspect-square h-full w-full object-cover", e),
184
186
  ...a
185
187
  }
186
188
  );
187
- _.displayName = "AvatarImage";
188
- const E = ({ className: e, ...a }) => /* @__PURE__ */ t(
189
- h.Fallback,
189
+ E.displayName = "AvatarImage";
190
+ const $ = ({ className: e, ...a }) => /* @__PURE__ */ t(
191
+ w.Fallback,
190
192
  {
191
193
  className: r(
192
194
  "flex h-full w-full items-center justify-center font-medium",
@@ -195,27 +197,27 @@ const E = ({ className: e, ...a }) => /* @__PURE__ */ t(
195
197
  ...a
196
198
  }
197
199
  );
198
- E.displayName = "AvatarFallback";
199
- const $ = ({
200
+ $.displayName = "AvatarFallback";
201
+ const G = ({
200
202
  "aria-label": e,
201
203
  maxVisible: a,
202
204
  className: o,
203
205
  children: l
204
206
  }) => {
205
- const i = N.Children.toArray(l), c = i.length, g = a !== void 0 ? Math.min(a, c) : c, v = c - g, x = i.slice(0, g), T = (() => {
207
+ const i = x.Children.toArray(l), c = i.length, g = a !== void 0 ? Math.min(a, c) : c, v = c - g, h = i.slice(0, g), P = (() => {
206
208
  const p = i[0];
207
- return N.isValidElement(p) && p.type === k ? p.props.size ?? "default" : "default";
209
+ return x.isValidElement(p) && p.type === T ? p.props.size ?? "default" : "default";
208
210
  })();
209
- return /* @__PURE__ */ D("ul", { "aria-label": e, className: r("flex -space-x-2", o), children: [
210
- x.map((p, w) => /* @__PURE__ */ t("li", { children: p }, w)),
211
- v > 0 && /* @__PURE__ */ t("li", { children: /* @__PURE__ */ D(
211
+ return /* @__PURE__ */ A("ul", { "aria-label": e, className: r("flex -space-x-2", o), children: [
212
+ h.map((p, D) => /* @__PURE__ */ t("li", { children: p }, D)),
213
+ v > 0 && /* @__PURE__ */ t("li", { children: /* @__PURE__ */ A(
212
214
  "span",
213
215
  {
214
216
  className: r(
215
217
  "relative flex shrink-0 items-center justify-center overflow-hidden rounded-full",
216
218
  "bg-muted text-foreground border-2 border-background",
217
219
  "font-medium",
218
- A({ size: T })
220
+ k({ size: P })
219
221
  ),
220
222
  children: [
221
223
  "+",
@@ -225,20 +227,20 @@ const $ = ({
225
227
  ) })
226
228
  ] });
227
229
  };
228
- $.displayName = "AvatarStack";
229
- const G = ({ className: e, ...a }) => /* @__PURE__ */ t(m.Root, { className: r("relative", e), ...a });
230
- G.displayName = "ScrollAreaRoot";
231
- const J = ({ className: e, ...a }) => /* @__PURE__ */ t(
230
+ G.displayName = "AvatarStack";
231
+ const J = ({ className: e, ...a }) => /* @__PURE__ */ t(m.Root, { className: r("relative", e), ...a });
232
+ J.displayName = "ScrollAreaRoot";
233
+ const K = ({ className: e, ...a }) => /* @__PURE__ */ t(
232
234
  m.Viewport,
233
235
  {
234
236
  className: r("h-full overscroll-contain pr-3", e),
235
237
  ...a
236
238
  }
237
239
  );
238
- J.displayName = "ScrollAreaViewport";
239
- const K = ({ className: e, ...a }) => /* @__PURE__ */ t(m.Content, { className: r("min-w-full", e), ...a });
240
- K.displayName = "ScrollAreaContent";
241
- const O = ({
240
+ K.displayName = "ScrollAreaViewport";
241
+ const O = ({ className: e, ...a }) => /* @__PURE__ */ t(m.Content, { className: r("min-w-full", e), ...a });
242
+ O.displayName = "ScrollAreaContent";
243
+ const Q = ({
242
244
  className: e,
243
245
  orientation: a = "vertical",
244
246
  ...o
@@ -256,8 +258,8 @@ const O = ({
256
258
  ...o
257
259
  }
258
260
  );
259
- O.displayName = "ScrollAreaScrollbar";
260
- const Q = ({ className: e, ...a }) => /* @__PURE__ */ t(
261
+ Q.displayName = "ScrollAreaScrollbar";
262
+ const U = ({ className: e, ...a }) => /* @__PURE__ */ t(
261
263
  m.Thumb,
262
264
  {
263
265
  className: r(
@@ -268,12 +270,12 @@ const Q = ({ className: e, ...a }) => /* @__PURE__ */ t(
268
270
  ...a
269
271
  }
270
272
  );
271
- Q.displayName = "ScrollAreaThumb";
272
- const U = ({ className: e, ...a }) => /* @__PURE__ */ t(m.Corner, { className: r("bg-muted/50", e), ...a });
273
- U.displayName = "ScrollAreaCorner";
274
- const W = ({ className: e, ...a }) => /* @__PURE__ */ t(f.Root, { className: r("flex flex-col", e), ...a });
275
- W.displayName = "TabsRoot";
276
- const X = d(
273
+ U.displayName = "ScrollAreaThumb";
274
+ const W = ({ className: e, ...a }) => /* @__PURE__ */ t(m.Corner, { className: r("bg-muted/50", e), ...a });
275
+ W.displayName = "ScrollAreaCorner";
276
+ const X = ({ className: e, ...a }) => /* @__PURE__ */ t(f.Root, { className: r("flex flex-col", e), ...a });
277
+ X.displayName = "TabsRoot";
278
+ const Y = d(
277
279
  ["relative inline-flex w-fit items-center gap-1", "rounded-lg bg-muted p-1"],
278
280
  {
279
281
  variants: {
@@ -286,15 +288,15 @@ const X = d(
286
288
  orientation: "horizontal"
287
289
  }
288
290
  }
289
- ), Y = ({ className: e, orientation: a = "horizontal", ...o }) => /* @__PURE__ */ t(
291
+ ), Z = ({ className: e, orientation: a = "horizontal", ...o }) => /* @__PURE__ */ t(
290
292
  f.List,
291
293
  {
292
- className: r(X({ orientation: a }), e),
294
+ className: r(Y({ orientation: a }), e),
293
295
  ...o
294
296
  }
295
297
  );
296
- Y.displayName = "TabsList";
297
- const Z = d(
298
+ Z.displayName = "TabsList";
299
+ const ee = d(
298
300
  [
299
301
  "relative z-10 inline-flex items-center justify-center whitespace-nowrap",
300
302
  "rounded-md px-3 py-1.5 text-sm font-medium",
@@ -315,9 +317,9 @@ const Z = d(
315
317
  size: "default"
316
318
  }
317
319
  }
318
- ), ee = ({ className: e, size: a, ...o }) => /* @__PURE__ */ t(f.Tab, { className: r(Z({ size: a }), e), ...o });
319
- ee.displayName = "TabsTab";
320
- const ae = d(
320
+ ), ae = ({ className: e, size: a, ...o }) => /* @__PURE__ */ t(f.Tab, { className: r(ee({ size: a }), e), ...o });
321
+ ae.displayName = "TabsTab";
322
+ const te = d(
321
323
  ["absolute rounded-md bg-background shadow-sm", "transition-all duration-200 ease-out"],
322
324
  {
323
325
  variants: {
@@ -330,33 +332,33 @@ const ae = d(
330
332
  orientation: "horizontal"
331
333
  }
332
334
  }
333
- ), te = ({
335
+ ), re = ({
334
336
  className: e,
335
337
  orientation: a = "horizontal",
336
338
  ...o
337
339
  }) => /* @__PURE__ */ t(
338
340
  f.Indicator,
339
341
  {
340
- className: r(ae({ orientation: a }), e),
342
+ className: r(te({ orientation: a }), e),
341
343
  ...o
342
344
  }
343
345
  );
344
- te.displayName = "TabsIndicator";
345
- const re = ({ className: e, ...a }) => /* @__PURE__ */ t(f.Panel, { className: r("mt-2 ring-offset-background", e), ...a });
346
- re.displayName = "TabsPanel";
347
- const oe = (e) => /* @__PURE__ */ t(s.Root, { ...e });
348
- oe.displayName = "DialogRoot";
349
- const le = ({ className: e, variant: a, size: o, ...l }) => /* @__PURE__ */ t(
346
+ re.displayName = "TabsIndicator";
347
+ const oe = ({ className: e, ...a }) => /* @__PURE__ */ t(f.Panel, { className: r("mt-2 ring-offset-background", e), ...a });
348
+ oe.displayName = "TabsPanel";
349
+ const le = (e) => /* @__PURE__ */ t(s.Root, { ...e });
350
+ le.displayName = "DialogRoot";
351
+ const se = ({ className: e, variant: a, size: o, ...l }) => /* @__PURE__ */ t(
350
352
  s.Trigger,
351
353
  {
352
354
  className: r(u({ variant: a, size: o }), e),
353
355
  ...l
354
356
  }
355
357
  );
356
- le.displayName = "DialogTrigger";
357
- const se = (e) => /* @__PURE__ */ t(s.Portal, { ...e });
358
- se.displayName = "DialogPortal";
359
- const ie = ({ className: e, ...a }) => /* @__PURE__ */ t(
358
+ se.displayName = "DialogTrigger";
359
+ const ie = (e) => /* @__PURE__ */ t(s.Portal, { ...e });
360
+ ie.displayName = "DialogPortal";
361
+ const ne = ({ className: e, ...a }) => /* @__PURE__ */ t(
360
362
  s.Backdrop,
361
363
  {
362
364
  className: r(
@@ -368,8 +370,8 @@ const ie = ({ className: e, ...a }) => /* @__PURE__ */ t(
368
370
  ...a
369
371
  }
370
372
  );
371
- ie.displayName = "DialogBackdrop";
372
- const ne = d(
373
+ ne.displayName = "DialogBackdrop";
374
+ const de = d(
373
375
  [
374
376
  "fixed left-1/2 top-1/2 z-50 -translate-x-1/2 -translate-y-1/2",
375
377
  "w-full max-w-[calc(100vw-2rem)] rounded-lg border border-border bg-background p-6 shadow-lg",
@@ -393,35 +395,35 @@ const ne = d(
393
395
  size: "default"
394
396
  }
395
397
  }
396
- ), de = ({ className: e, size: a, ...o }) => /* @__PURE__ */ t(
398
+ ), ce = ({ className: e, size: a, ...o }) => /* @__PURE__ */ t(
397
399
  s.Popup,
398
400
  {
399
- className: r(ne({ size: a }), e),
401
+ className: r(de({ size: a }), e),
400
402
  ...o
401
403
  }
402
404
  );
403
- de.displayName = "DialogPopup";
404
- const ce = ({ className: e, ...a }) => /* @__PURE__ */ t(
405
+ ce.displayName = "DialogPopup";
406
+ const ue = ({ className: e, ...a }) => /* @__PURE__ */ t(
405
407
  s.Title,
406
408
  {
407
409
  className: r("text-lg font-semibold leading-none tracking-tight", e),
408
410
  ...a
409
411
  }
410
412
  );
411
- ce.displayName = "DialogTitle";
412
- const ue = ({ className: e, ...a }) => /* @__PURE__ */ t(s.Description, { className: r("mt-2", e), ...a });
413
- ue.displayName = "DialogDescription";
414
- const me = ({ className: e, variant: a, size: o, ...l }) => /* @__PURE__ */ t(
413
+ ue.displayName = "DialogTitle";
414
+ const me = ({ className: e, ...a }) => /* @__PURE__ */ t(s.Description, { className: r("mt-2", e), ...a });
415
+ me.displayName = "DialogDescription";
416
+ const ge = ({ className: e, variant: a, size: o, ...l }) => /* @__PURE__ */ t(
415
417
  s.Close,
416
418
  {
417
419
  className: r(u({ variant: a ?? "outline", size: o }), e),
418
420
  ...l
419
421
  }
420
422
  );
421
- me.displayName = "DialogClose";
422
- const ge = ({ className: e, ...a }) => /* @__PURE__ */ t("div", { className: r("flex flex-col space-y-1 mb-5", e), ...a });
423
- ge.displayName = "DialogHeader";
424
- const pe = ({ className: e, ...a }) => /* @__PURE__ */ t(
423
+ ge.displayName = "DialogClose";
424
+ const pe = ({ className: e, ...a }) => /* @__PURE__ */ t("div", { className: r("flex flex-col space-y-1 mb-5", e), ...a });
425
+ pe.displayName = "DialogHeader";
426
+ const fe = ({ className: e, ...a }) => /* @__PURE__ */ t(
425
427
  "div",
426
428
  {
427
429
  className: r(
@@ -431,19 +433,19 @@ const pe = ({ className: e, ...a }) => /* @__PURE__ */ t(
431
433
  ...a
432
434
  }
433
435
  );
434
- pe.displayName = "DialogFooter";
435
- const fe = (e) => /* @__PURE__ */ t(s.Root, { ...e });
436
- fe.displayName = "DrawerRoot";
437
- const be = ({ className: e, variant: a, size: o, ...l }) => /* @__PURE__ */ t(
436
+ fe.displayName = "DialogFooter";
437
+ const be = (e) => /* @__PURE__ */ t(s.Root, { ...e });
438
+ be.displayName = "DrawerRoot";
439
+ const ye = ({ className: e, variant: a, size: o, ...l }) => /* @__PURE__ */ t(
438
440
  s.Trigger,
439
441
  {
440
442
  className: r(u({ variant: a, size: o }), e),
441
443
  ...l
442
444
  }
443
445
  );
444
- be.displayName = "DrawerTrigger";
445
- const ye = (e) => /* @__PURE__ */ t(s.Portal, { ...e });
446
- ye.displayName = "DrawerPortal";
446
+ ye.displayName = "DrawerTrigger";
447
+ const Ne = (e) => /* @__PURE__ */ t(s.Portal, { ...e });
448
+ Ne.displayName = "DrawerPortal";
447
449
  const ve = ({ className: e, ...a }) => /* @__PURE__ */ t(
448
450
  s.Backdrop,
449
451
  {
@@ -457,7 +459,7 @@ const ve = ({ className: e, ...a }) => /* @__PURE__ */ t(
457
459
  }
458
460
  );
459
461
  ve.displayName = "DrawerBackdrop";
460
- const Ne = d(
462
+ const xe = d(
461
463
  [
462
464
  "fixed z-50 flex flex-col bg-background p-6 shadow-lg",
463
465
  "transition-transform duration-300 ease-out",
@@ -493,51 +495,51 @@ const Ne = d(
493
495
  side: "right"
494
496
  }
495
497
  }
496
- ), xe = ({ className: e, side: a, ...o }) => /* @__PURE__ */ t(
498
+ ), he = ({ className: e, side: a, ...o }) => /* @__PURE__ */ t(
497
499
  s.Popup,
498
500
  {
499
- className: r(Ne({ side: a }), e),
501
+ className: r(xe({ side: a }), e),
500
502
  ...o
501
503
  }
502
504
  );
503
- xe.displayName = "DrawerPopup";
504
- const he = ({ className: e, ...a }) => /* @__PURE__ */ t(
505
+ he.displayName = "DrawerPopup";
506
+ const we = ({ className: e, ...a }) => /* @__PURE__ */ t(
505
507
  s.Title,
506
508
  {
507
509
  className: r("text-lg font-semibold leading-none tracking-tight", e),
508
510
  ...a
509
511
  }
510
512
  );
511
- he.displayName = "DrawerTitle";
512
- const we = ({ className: e, ...a }) => /* @__PURE__ */ t(s.Description, { className: r("", e), ...a });
513
- we.displayName = "DrawerDescription";
514
- const De = ({ className: e, variant: a, size: o, ...l }) => /* @__PURE__ */ t(
513
+ we.displayName = "DrawerTitle";
514
+ const De = ({ className: e, ...a }) => /* @__PURE__ */ t(s.Description, { className: r("", e), ...a });
515
+ De.displayName = "DrawerDescription";
516
+ const Ae = ({ className: e, variant: a, size: o, ...l }) => /* @__PURE__ */ t(
515
517
  s.Close,
516
518
  {
517
519
  className: r(u({ variant: a ?? "outline", size: o }), e),
518
520
  ...l
519
521
  }
520
522
  );
521
- De.displayName = "DrawerClose";
522
- const Ae = ({ className: e, ...a }) => /* @__PURE__ */ t("div", { className: r("flex flex-col space-y-1.5", e), ...a });
523
- Ae.displayName = "DrawerHeader";
524
- const ke = ({ className: e, ...a }) => /* @__PURE__ */ t("div", { className: r("py-5", e), ...a });
525
- ke.displayName = "DrawerContent";
526
- const Te = ({ className: e, ...a }) => /* @__PURE__ */ t("div", { className: r("", e), ...a });
527
- Te.displayName = "DrawerFooter";
523
+ Ae.displayName = "DrawerClose";
524
+ const ke = ({ className: e, ...a }) => /* @__PURE__ */ t("div", { className: r("flex flex-col space-y-1.5", e), ...a });
525
+ ke.displayName = "DrawerHeader";
526
+ const Te = ({ className: e, ...a }) => /* @__PURE__ */ t("div", { className: r("py-5", e), ...a });
527
+ Te.displayName = "DrawerContent";
528
+ const Pe = ({ className: e, ...a }) => /* @__PURE__ */ t("div", { className: r("", e), ...a });
529
+ Pe.displayName = "DrawerFooter";
528
530
  const ze = ({ className: e, ...a }) => /* @__PURE__ */ t(b.Root, { className: r("w-full", e), ...a });
529
531
  ze.displayName = "AccordionRoot";
530
- const Pe = ({ className: e, ...a }) => /* @__PURE__ */ t(
532
+ const Ve = ({ className: e, ...a }) => /* @__PURE__ */ t(
531
533
  b.Item,
532
534
  {
533
535
  className: r("border-b border-border last:border-b-0", e),
534
536
  ...a
535
537
  }
536
538
  );
537
- Pe.displayName = "AccordionItem";
538
- const Ve = ({ className: e, ...a }) => /* @__PURE__ */ t(b.Header, { className: r("flex", e), ...a });
539
- Ve.displayName = "AccordionHeader";
540
- const Re = ({ className: e, children: a, ...o }) => /* @__PURE__ */ t(
539
+ Ve.displayName = "AccordionItem";
540
+ const Re = ({ className: e, ...a }) => /* @__PURE__ */ t(b.Header, { className: r("flex", e), ...a });
541
+ Re.displayName = "AccordionHeader";
542
+ const Ce = ({ className: e, children: a, ...o }) => /* @__PURE__ */ t(
541
543
  b.Trigger,
542
544
  {
543
545
  className: r(
@@ -548,8 +550,8 @@ const Re = ({ className: e, children: a, ...o }) => /* @__PURE__ */ t(
548
550
  children: a
549
551
  }
550
552
  );
551
- Re.displayName = "AccordionTrigger";
552
- const Ce = ({ className: e, ...a }) => /* @__PURE__ */ t(
553
+ Ce.displayName = "AccordionTrigger";
554
+ const Se = ({ className: e, ...a }) => /* @__PURE__ */ t(
553
555
  b.Panel,
554
556
  {
555
557
  className: r(
@@ -559,23 +561,23 @@ const Ce = ({ className: e, ...a }) => /* @__PURE__ */ t(
559
561
  ...a
560
562
  }
561
563
  );
562
- Ce.displayName = "AccordionPanel";
563
- const Se = ({ className: e, animated: a, value: o, ...l }) => {
564
- const i = o ?? 0, [c, g] = N.useState(a ? 0 : i);
565
- return N.useEffect(() => {
564
+ Se.displayName = "AccordionPanel";
565
+ const Ie = ({ className: e, animated: a, value: o, ...l }) => {
566
+ const i = o ?? 0, [c, g] = x.useState(a ? 0 : i);
567
+ return x.useEffect(() => {
566
568
  if (a) {
567
569
  const v = requestAnimationFrame(() => {
568
- const x = requestAnimationFrame(() => {
570
+ const h = requestAnimationFrame(() => {
569
571
  g(i ?? 0);
570
572
  });
571
- return () => cancelAnimationFrame(x);
573
+ return () => cancelAnimationFrame(h);
572
574
  });
573
575
  return () => cancelAnimationFrame(v);
574
576
  } else
575
577
  g(i ?? 0);
576
578
  }, [a, i]), /* @__PURE__ */ t(y.Root, { className: r("w-full", e), value: c, ...l });
577
579
  };
578
- Se.displayName = "MeterRoot";
580
+ Ie.displayName = "MeterRoot";
579
581
  const Fe = ({ className: e, ...a }) => /* @__PURE__ */ t(
580
582
  y.Track,
581
583
  {
@@ -606,72 +608,118 @@ const Be = ({ className: e, ...a }) => /* @__PURE__ */ t(
606
608
  }
607
609
  );
608
610
  Be.displayName = "MeterValue";
609
- const Ie = ({ className: e, ...a }) => /* @__PURE__ */ t(
611
+ const je = ({ className: e, ...a }) => /* @__PURE__ */ t(
610
612
  y.Label,
611
613
  {
612
614
  className: r("text-sm font-medium text-foreground", e),
613
615
  ...a
614
616
  }
615
617
  );
616
- Ie.displayName = "MeterLabel";
618
+ je.displayName = "MeterLabel";
619
+ const Le = ({ className: e, ...a }) => /* @__PURE__ */ t(N.Root, { className: r("w-full", e), ...a });
620
+ Le.displayName = "ProgressRoot";
621
+ const He = ({ className: e, ...a }) => /* @__PURE__ */ t(
622
+ N.Track,
623
+ {
624
+ className: r(
625
+ "relative h-2 w-full overflow-hidden rounded-full bg-primary/20",
626
+ e
627
+ ),
628
+ ...a
629
+ }
630
+ );
631
+ He.displayName = "ProgressTrack";
632
+ const qe = ({ className: e, ...a }) => /* @__PURE__ */ t(
633
+ N.Indicator,
634
+ {
635
+ className: r(
636
+ "h-full rounded-full bg-primary transition-all duration-1000 ease-out-expo",
637
+ e
638
+ ),
639
+ ...a
640
+ }
641
+ );
642
+ qe.displayName = "ProgressIndicator";
643
+ const _e = ({ className: e, ...a }) => /* @__PURE__ */ t(
644
+ N.Value,
645
+ {
646
+ className: r("text-sm font-medium text-foreground", e),
647
+ ...a
648
+ }
649
+ );
650
+ _e.displayName = "ProgressValue";
651
+ const Ee = ({ className: e, ...a }) => /* @__PURE__ */ t(
652
+ N.Label,
653
+ {
654
+ className: r("text-sm font-medium text-foreground", e),
655
+ ...a
656
+ }
657
+ );
658
+ Ee.displayName = "ProgressLabel";
617
659
  export {
618
- Ve as AccordionHeader,
619
- Pe as AccordionItem,
620
- Ce as AccordionPanel,
660
+ Re as AccordionHeader,
661
+ Ve as AccordionItem,
662
+ Se as AccordionPanel,
621
663
  ze as AccordionRoot,
622
- Re as AccordionTrigger,
623
- Ye as AlertDialog,
664
+ Ce as AccordionTrigger,
665
+ la as AlertDialog,
624
666
  M as AlertDialogBackdrop,
625
- q as AlertDialogClose,
626
- L as AlertDialogDescription,
627
- j as AlertDialogPopup,
667
+ _ as AlertDialogClose,
668
+ q as AlertDialogDescription,
669
+ L as AlertDialogPopup,
628
670
  F as AlertDialogPortal,
629
- C as AlertDialogRoot,
671
+ S as AlertDialogRoot,
630
672
  H as AlertDialogTitle,
631
- S as AlertDialogTrigger,
673
+ I as AlertDialogTrigger,
632
674
  B as AlertDialogViewport,
633
- ea as Avatar,
634
- E as AvatarFallback,
635
- _ as AvatarImage,
636
- k as AvatarRoot,
637
- $ as AvatarStack,
638
- R as Button,
639
- ie as DialogBackdrop,
640
- me as DialogClose,
641
- ue as DialogDescription,
642
- pe as DialogFooter,
643
- ge as DialogHeader,
644
- de as DialogPopup,
645
- se as DialogPortal,
646
- oe as DialogRoot,
647
- ce as DialogTitle,
648
- le as DialogTrigger,
675
+ ia as Avatar,
676
+ $ as AvatarFallback,
677
+ E as AvatarImage,
678
+ T as AvatarRoot,
679
+ G as AvatarStack,
680
+ C as Button,
681
+ ne as DialogBackdrop,
682
+ ge as DialogClose,
683
+ me as DialogDescription,
684
+ fe as DialogFooter,
685
+ pe as DialogHeader,
686
+ ce as DialogPopup,
687
+ ie as DialogPortal,
688
+ le as DialogRoot,
689
+ ue as DialogTitle,
690
+ se as DialogTrigger,
649
691
  ve as DrawerBackdrop,
650
- De as DrawerClose,
651
- ke as DrawerContent,
652
- we as DrawerDescription,
653
- Te as DrawerFooter,
654
- Ae as DrawerHeader,
655
- xe as DrawerPopup,
656
- ye as DrawerPortal,
657
- fe as DrawerRoot,
658
- he as DrawerTitle,
659
- be as DrawerTrigger,
660
- ta as Meter,
692
+ Ae as DrawerClose,
693
+ Te as DrawerContent,
694
+ De as DrawerDescription,
695
+ Pe as DrawerFooter,
696
+ ke as DrawerHeader,
697
+ he as DrawerPopup,
698
+ Ne as DrawerPortal,
699
+ be as DrawerRoot,
700
+ we as DrawerTitle,
701
+ ye as DrawerTrigger,
702
+ da as Meter,
661
703
  Me as MeterIndicator,
662
- Ie as MeterLabel,
663
- Se as MeterRoot,
704
+ je as MeterLabel,
705
+ Ie as MeterRoot,
664
706
  Fe as MeterTrack,
665
707
  Be as MeterValue,
666
- K as ScrollAreaContent,
667
- U as ScrollAreaCorner,
668
- G as ScrollAreaRoot,
669
- O as ScrollAreaScrollbar,
670
- Q as ScrollAreaThumb,
671
- J as ScrollAreaViewport,
672
- te as TabsIndicator,
673
- Y as TabsList,
674
- re as TabsPanel,
675
- W as TabsRoot,
676
- ee as TabsTab
708
+ ua as Progress,
709
+ qe as ProgressIndicator,
710
+ Ee as ProgressLabel,
711
+ Le as ProgressRoot,
712
+ He as ProgressTrack,
713
+ _e as ProgressValue,
714
+ O as ScrollAreaContent,
715
+ W as ScrollAreaCorner,
716
+ J as ScrollAreaRoot,
717
+ Q as ScrollAreaScrollbar,
718
+ U as ScrollAreaThumb,
719
+ K as ScrollAreaViewport,
720
+ re as TabsIndicator,
721
+ Z as TabsList,
722
+ oe as TabsPanel,
723
+ X as TabsRoot,
724
+ ae as TabsTab
677
725
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lglab/compose-ui",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "A collection of components built with Base UI & Tailwind CSS",
5
5
  "author": "LGLab",
6
6
  "license": "MIT",