ddingdong-design-system 0.3.6 → 0.3.7

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.
@@ -3073,12 +3073,12 @@ function fr({ name: e }) {
3073
3073
  return /* @__PURE__ */ l("div", { className: "border-b-2 border-gray-100 px-4 py-3.5 text-lg text-gray-300", children: e });
3074
3074
  }
3075
3075
  const br = Q(
3076
- "relative z-50 mt-1 max-h-60 w-full overflow-y-auto rounded-md border border-gray-200 bg-white font-semibold text-gray-400 shadow-lg",
3076
+ "absolute z-50 mt-1 max-h-60 w-full overflow-y-auto rounded-md border border-gray-200 bg-white font-semibold text-gray-400 shadow-lg",
3077
3077
  {
3078
3078
  variants: {
3079
3079
  size: {
3080
3080
  md: "text-sm min-w-24",
3081
- lg: "md:text-lg"
3081
+ lg: "md:text-lg min-w-64"
3082
3082
  }
3083
3083
  },
3084
3084
  defaultVariants: {
@@ -3135,7 +3135,7 @@ function _e({ value: e, onChange: r, size: t = "lg", defaultValue: o, children:
3135
3135
  const [s, a] = M(!1), i = (d) => {
3136
3136
  a(!1), r == null || r(d);
3137
3137
  };
3138
- return /* @__PURE__ */ C(
3138
+ return /* @__PURE__ */ l(
3139
3139
  We.Provider,
3140
3140
  {
3141
3141
  value: {
@@ -3143,7 +3143,7 @@ function _e({ value: e, onChange: r, size: t = "lg", defaultValue: o, children:
3143
3143
  onSelect: i,
3144
3144
  size: t
3145
3145
  },
3146
- children: [
3146
+ children: /* @__PURE__ */ C("div", { className: "relative w-full", children: [
3147
3147
  /* @__PURE__ */ l(
3148
3148
  ge,
3149
3149
  {
@@ -3154,7 +3154,7 @@ function _e({ value: e, onChange: r, size: t = "lg", defaultValue: o, children:
3154
3154
  }
3155
3155
  ),
3156
3156
  s && /* @__PURE__ */ l(pe, { children: n })
3157
- ]
3157
+ ] })
3158
3158
  }
3159
3159
  );
3160
3160
  }