reykit 1.0.224 → 1.0.226
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/index.js +6 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import { cva as Pl } from "class-variance-authority";
|
|
|
7
7
|
import { clsx as Hj } from "clsx";
|
|
8
8
|
import { twMerge as Bj } from "tailwind-merge";
|
|
9
9
|
import * as Lj from "lucide-react";
|
|
10
|
-
import { CheckIcon as Ks, ChevronLeftIcon as YC, ChevronRightIcon as $g, ChevronDownIcon as Fg, Loader2Icon as GC, ChevronUpIcon as FA, XIcon as NE, MinusIcon as Ij, SearchIcon as kj, OctagonXIcon as Yj, TriangleAlertIcon as Gj, InfoIcon as qj, CircleCheckIcon as Pj, MoreHorizontalIcon as JA, PanelLeftIcon as Xj,
|
|
10
|
+
import { CheckIcon as Ks, ChevronLeftIcon as YC, ChevronRightIcon as $g, ChevronDownIcon as Fg, Loader2Icon as GC, ChevronUpIcon as FA, XIcon as NE, MinusIcon as Ij, SearchIcon as kj, OctagonXIcon as Yj, TriangleAlertIcon as Gj, InfoIcon as qj, CircleCheckIcon as Pj, MoreHorizontalIcon as JA, PanelLeftIcon as Xj, ArrowUp as Qj, ListTodo as Zj, Columns3Cog as Kj, GroupIcon as EM, Search as j1, ChevronDown as WA, ChevronsUpDown as $j, ChevronUp as Fj, EllipsisVertical as Jj, ChevronsLeft as Wj, ChevronLeft as e6, ChevronRight as t6, ChevronsRight as n6 } from "lucide-react";
|
|
11
11
|
import { getDefaultClassNames as eD, DayPicker as a6 } from "react-day-picker";
|
|
12
12
|
import { Combobox as fo } from "@base-ui/react";
|
|
13
13
|
import { OTPInput as o6, OTPInputContext as l6 } from "input-otp";
|
|
@@ -49322,10 +49322,13 @@ function bk({
|
|
|
49322
49322
|
"size-full",
|
|
49323
49323
|
'[&_[data-slot="carousel-content"]]:absolute',
|
|
49324
49324
|
'[&_[data-slot="carousel-content"]]:inset-0',
|
|
49325
|
-
'[&_[data-slot="carousel-content"]
|
|
49325
|
+
'[&_[data-slot="carousel-content"]]:size-full',
|
|
49326
|
+
'[&_[data-slot="carousel-content"]]:flex',
|
|
49327
|
+
'[&_[data-slot="carousel-content"]]:place-content-center',
|
|
49328
|
+
'[&_[data-slot="carousel-content"]]:place-items-center'
|
|
49326
49329
|
),
|
|
49327
49330
|
children: [
|
|
49328
|
-
/* @__PURE__ */ x.jsx(A_, { className: "place-items-center m-1 md:m-2 size-full", children: a.map(({ type: z, path: D }, U) => {
|
|
49331
|
+
/* @__PURE__ */ x.jsx(A_, { className: "flex place-items-center m-1 md:m-2 size-full", children: a.map(({ type: z, path: D }, U) => {
|
|
49329
49332
|
const V = Math.abs(U - T + 1);
|
|
49330
49333
|
return /* @__PURE__ */ x.jsx(
|
|
49331
49334
|
D_,
|