@skalar-saas/design-system 0.1.151 → 0.1.153

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.mjs CHANGED
@@ -5,8 +5,8 @@ import z, { createContext as Le, useContext as Ie, useState as R, useRef as F, u
5
5
  import { Transition as ze, Dialog as Ne, Combobox as at, Menu as Ha, Tab as Pe } from "@headlessui/react";
6
6
  import { motion as xe, AnimatePresence as yn } from "framer-motion";
7
7
  import oe, { clsx as f } from "clsx";
8
- import { twMerge as W } from "tailwind-merge";
9
8
  import { ArrowRight as Un, Add as ue, ArrowDown2 as je, ArrowRight2 as wt, ArrowLeft2 as dt, InfoCircle as Ye, Element3 as Va, More as Je, SearchNormal as $a, Hashtag as Gn, AddCircle as Aa, Copy as Kt, Like1 as Cn, Dislike as Nn, Refresh as ja, Category as qt, ArrowUp2 as yt, SearchNormal1 as We, Danger as Wa, Box2 as Kn, Warning2 as Oa, ArrowRotateRight as Fa, CloseCircle as _a, TickCircle as qn, Eye as De, EyeSlash as lt, HambergerMenu as Ct, Task as Za, Clock as Qn, Trash as Nt, Box as Ba, RowVertical as Ua, RowHorizontal as Ga, Setting as Oe, Google as Ka, Apple as qa, Grid5 as Xn, ExportSquare as Qa, Component as Xa, Calendar as Ya, Edit2 as Ja, Link as es, Timer as ts, Record as ns, I3Dcube as rs } from "iconsax-react";
9
+ import { twMerge as W } from "tailwind-merge";
10
10
  import * as ge from "@radix-ui/react-tooltip";
11
11
  import { TooltipProvider as as } from "@radix-ui/react-tooltip";
12
12
  import { createPortal as et } from "react-dom";
@@ -332,7 +332,7 @@ function Rt(t, n = typeof window < "u" ? window.innerWidth : 1920) {
332
332
  a
333
333
  ), u = {
334
334
  id: s.id,
335
- open: !0,
335
+ open: s.defaultOpen ?? !0,
336
336
  width: l
337
337
  };
338
338
  r[s.side].push(u);
@@ -6073,6 +6073,7 @@ const tu = ({
6073
6073
  {
6074
6074
  floating: !0,
6075
6075
  size: m.dropMenuSize || "sm",
6076
+ selectedIds: m.selectedIds,
6076
6077
  items: m.items.map((p) => ({
6077
6078
  id: p.id,
6078
6079
  title: p.label,
@@ -6081,6 +6082,7 @@ const tu = ({
6081
6082
  showDescription: m.showDescription ?? !1,
6082
6083
  showTrailingIcon: m.showTrailingIcon ?? !1,
6083
6084
  showTrailingText: m.showTrailingText ?? !1,
6085
+ trailingText: p.trailingText,
6084
6086
  showTag: m.showTag ?? !1,
6085
6087
  showCheckbox: m.showCheckbox ?? !1,
6086
6088
  disabled: p.disabled,