@socotra/ec-react-components 2.2.3-beta.69 → 2.2.4-alpha.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.
package/dist/index.es.js CHANGED
@@ -16372,10 +16372,10 @@ const ey = Un(
16372
16372
  closeMenuOnSelect: !e.isMulti,
16373
16373
  classNames: {
16374
16374
  control: ({ isFocused: r, isDisabled: n }) => gr([
16375
- "max-h-36 w-full overflow-y-auto rounded-md border border-input bg-background px-3 text-sm ring-offset-background",
16376
- r ? "ring-2 ring-ring ring-offset-2" : "",
16375
+ "border-input bg-background ring-offset-background max-h-36 w-full overflow-y-auto rounded-md border px-3 text-sm",
16376
+ r ? "ring-ring ring-2 ring-offset-2" : "",
16377
16377
  n ? "cursor-not-allowed opacity-50" : "",
16378
- e.invalid ? "ring-2 ring-destructive ring-offset-2" : ""
16378
+ e.invalid ? "ring-destructive ring-2 ring-offset-2" : ""
16379
16379
  ]),
16380
16380
  valueContainer: () => "flex flex-row flex-wrap gap-2 py-2.5",
16381
16381
  menu: () => "text-sm mt-2 p-1 relative z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md",
@@ -16979,9 +16979,9 @@ const GX = ({
16979
16979
  _y,
16980
16980
  {
16981
16981
  value: "item-1",
16982
- className: " [&>div]:data-[state=open]:overflow-visible",
16982
+ className: "[&>div]:data-[state=open]:overflow-visible",
16983
16983
  children: [
16984
- /* @__PURE__ */ ee.jsx(Iy, { className: "text-muted-foreground font-normal text-sm", children: r.label }),
16984
+ /* @__PURE__ */ ee.jsx(Iy, { className: "text-muted-foreground text-sm font-normal", children: r.label }),
16985
16985
  /* @__PURE__ */ ee.jsx($y, { className: "p-1", children: /* @__PURE__ */ ee.jsx(
16986
16986
  GX,
16987
16987
  {
@@ -20954,7 +20954,7 @@ const fd = {
20954
20954
  },
20955
20955
  {
20956
20956
  name: "array.table.label",
20957
- classNames: ["text-lg font-medium"]
20957
+ classNames: ["text-lg font-medium "]
20958
20958
  },
20959
20959
  {
20960
20960
  name: "array.table",
@@ -21063,7 +21063,7 @@ const yY = ({
21063
21063
  {
21064
21064
  onSubmit: x,
21065
21065
  id: d,
21066
- className: "flex flex-col gap-2 w-full @container",
21066
+ className: "@container flex w-full border-spacing-0 flex-col gap-2",
21067
21067
  children: [
21068
21068
  /* @__PURE__ */ ee.jsx(
21069
21069
  Wc,
@@ -21087,7 +21087,7 @@ const yY = ({
21087
21087
  {
21088
21088
  type: "submit",
21089
21089
  variant: "default",
21090
- className: "self-end mt-4",
21090
+ className: "mt-4 self-end",
21091
21091
  disabled: n || o,
21092
21092
  children: c ?? "Submit"
21093
21093
  }
@@ -21291,7 +21291,7 @@ const IY = ({
21291
21291
  {
21292
21292
  onSubmit: h,
21293
21293
  id: c,
21294
- className: "flex flex-col gap-2 w-full @container",
21294
+ className: "@container flex w-full flex-col gap-2",
21295
21295
  children: [
21296
21296
  /* @__PURE__ */ ee.jsx(
21297
21297
  Wc,
@@ -21313,7 +21313,7 @@ const IY = ({
21313
21313
  {
21314
21314
  type: "submit",
21315
21315
  variant: "default",
21316
- className: "self-end mt-4",
21316
+ className: "mt-4 self-end",
21317
21317
  disabled: n || o,
21318
21318
  children: l ?? "Submit"
21319
21319
  }
@@ -21397,7 +21397,7 @@ const $Y = ({
21397
21397
  {
21398
21398
  onSubmit: h,
21399
21399
  id: c,
21400
- className: "flex flex-col gap-2 w-full @container",
21400
+ className: "@container flex w-full flex-col gap-2",
21401
21401
  children: [
21402
21402
  /* @__PURE__ */ ee.jsx(
21403
21403
  Wc,
@@ -21421,7 +21421,7 @@ const $Y = ({
21421
21421
  {
21422
21422
  type: "submit",
21423
21423
  variant: "default",
21424
- className: "self-end mt-4",
21424
+ className: "mt-4 self-end",
21425
21425
  disabled: r || a,
21426
21426
  children: l ?? "Submit"
21427
21427
  }