@spaceandtimelabs/makeinfinite-ui 0.56.0 → 0.56.2

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.
@@ -19467,7 +19467,13 @@ const QU = vd.WidthProvider(vd.Responsive), ZU = QU, eH = Ci.div`
19467
19467
  pointer-events: none; /* Allow events to pass through to elements below */
19468
19468
  }
19469
19469
 
19470
+ .react-grid-item > .react-resizable-handle {
19471
+ display: none !important;
19472
+ }
19473
+
19470
19474
  .react-grid-item:hover > .react-resizable-handle {
19475
+ z-index: 1000;
19476
+ display: block !important;
19471
19477
  position: absolute;
19472
19478
  width: 25px;
19473
19479
  height: 25px;
@@ -19586,7 +19592,6 @@ const QU = vd.WidthProvider(vd.Responsive), ZU = QU, eH = Ci.div`
19586
19592
  ) }), lH = Ci.div`
19587
19593
  display: flex;
19588
19594
  flexdirection: column;
19589
- height: 100vh;
19590
19595
 
19591
19596
  .mi-container {
19592
19597
  flex: 1;
@@ -19628,9 +19633,9 @@ const QU = vd.WidthProvider(vd.Responsive), ZU = QU, eH = Ci.div`
19628
19633
  f
19629
19634
  ]), m = async () => {
19630
19635
  Object.assign(document.documentElement.style, {
19631
- height: "100%"
19636
+ minHeight: "100%"
19632
19637
  }), Object.assign(document.body.style, {
19633
- height: "100%",
19638
+ minHeight: "100%",
19634
19639
  margin: "0",
19635
19640
  padding: "0",
19636
19641
  ...h
@@ -32510,7 +32515,7 @@ const FM = w.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g.jsxs(FQ
32510
32515
  {
32511
32516
  ref: n,
32512
32517
  className: ce(
32513
- "fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",
32518
+ "fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border border-border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",
32514
32519
  e
32515
32520
  ),
32516
32521
  ...t
@@ -32622,7 +32627,7 @@ const qM = w.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g.jsx(
32622
32627
  ));
32623
32628
  qM.displayName = BN.displayName;
32624
32629
  const BQ = _r(
32625
- "inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",
32630
+ "inline-flex items-center rounded-full border border-border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",
32626
32631
  {
32627
32632
  variants: {
32628
32633
  variant: {
@@ -35068,7 +35073,7 @@ const bO = w.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g.jsx(
35068
35073
  {
35069
35074
  ref: n,
35070
35075
  className: ce(
35071
- "rounded-lg border bg-card text-card-foreground shadow-sm",
35076
+ "rounded-lg border border-border bg-card text-card-foreground shadow-sm",
35072
35077
  e
35073
35078
  ),
35074
35079
  ...t
@@ -37812,7 +37817,7 @@ const Cb = Se(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ g.jsxs
37812
37817
  {
37813
37818
  ref: r,
37814
37819
  className: ce(
37815
- "fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",
37820
+ "fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border border-border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",
37816
37821
  e
37817
37822
  ),
37818
37823
  ...n,
@@ -37975,7 +37980,7 @@ const Ph = yK, Ah = wK, eu = Se(({ className: e, align: t = "center", sideOffset
37975
37980
  align: t,
37976
37981
  sideOffset: n,
37977
37982
  className: ce(
37978
- "z-50 w-72 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
37983
+ "z-50 w-72 rounded-md border border-border bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
37979
37984
  e
37980
37985
  ),
37981
37986
  ...r
@@ -38056,7 +38061,7 @@ const fk = Se(({ className: e, ...t }, n) => /* @__PURE__ */ g.jsx(
38056
38061
  {
38057
38062
  ref: n,
38058
38063
  className: ce(
38059
- "z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
38064
+ "z-50 min-w-[8rem] overflow-hidden rounded-md border border-border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
38060
38065
  e
38061
38066
  ),
38062
38067
  ...t
@@ -38068,7 +38073,7 @@ const hk = Se(({ className: e, ...t }, n) => /* @__PURE__ */ g.jsx(sA, { childre
38068
38073
  {
38069
38074
  ref: n,
38070
38075
  className: ce(
38071
- "z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
38076
+ "z-50 min-w-[8rem] overflow-hidden rounded-md border border-border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
38072
38077
  e
38073
38078
  ),
38074
38079
  ...t
@@ -40576,7 +40581,7 @@ const Ob = Se(({ className: e, ...t }, n) => /* @__PURE__ */ g.jsx("div", { clas
40576
40581
  }
40577
40582
  ) }));
40578
40583
  Ob.displayName = "Table";
40579
- const kb = Se(({ className: e, ...t }, n) => /* @__PURE__ */ g.jsx("thead", { ref: n, className: ce("[&_tr]:border-b", e), ...t }));
40584
+ const kb = Se(({ className: e, ...t }, n) => /* @__PURE__ */ g.jsx("thead", { ref: n, className: ce("[&_tr]:border-b [&_tr]:border-border", e), ...t }));
40580
40585
  kb.displayName = "TableHeader";
40581
40586
  const $b = Se(({ className: e, ...t }, n) => /* @__PURE__ */ g.jsx(
40582
40587
  "tbody",
@@ -40592,7 +40597,7 @@ const Dk = Se(({ className: e, ...t }, n) => /* @__PURE__ */ g.jsx(
40592
40597
  {
40593
40598
  ref: n,
40594
40599
  className: ce(
40595
- "border-t bg-primary/50 font-medium [&>tr]:last:border-b-0",
40600
+ "border-t border-border bg-primary/50 font-medium [&>tr]:last:border-b-0",
40596
40601
  e
40597
40602
  ),
40598
40603
  ...t
@@ -40604,7 +40609,7 @@ const da = Se(({ className: e, ...t }, n) => /* @__PURE__ */ g.jsx(
40604
40609
  {
40605
40610
  ref: n,
40606
40611
  className: ce(
40607
- "border-b transition-colors hover:bg-primary/50 data-[state=selected]:bg-primary",
40612
+ "border-b border-border transition-colors hover:bg-primary/50 data-[state=selected]:bg-primary",
40608
40613
  e
40609
40614
  ),
40610
40615
  ...t
@@ -41913,7 +41918,7 @@ const qk = Se(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ g.jsxs
41913
41918
  {
41914
41919
  ref: r,
41915
41920
  className: ce(
41916
- "fixed inset-x-0 bottom-0 z-50 mt-24 flex h-auto flex-col rounded-t-[10px] border bg-background",
41921
+ "fixed inset-x-0 bottom-0 z-50 mt-24 flex h-auto flex-col rounded-t-[10px] border border-border bg-background",
41917
41922
  e
41918
41923
  ),
41919
41924
  ...n,
@@ -41990,7 +41995,7 @@ const e$ = Se(({ className: e, ...t }, n) => /* @__PURE__ */ g.jsx(
41990
41995
  {
41991
41996
  ref: n,
41992
41997
  className: ce(
41993
- "z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
41998
+ "z-50 min-w-[8rem] overflow-hidden rounded-md border border-border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
41994
41999
  e
41995
42000
  ),
41996
42001
  ...t
@@ -42003,7 +42008,7 @@ const t$ = Se(({ className: e, sideOffset: t = 4, ...n }, r) => /* @__PURE__ */
42003
42008
  ref: r,
42004
42009
  sideOffset: t,
42005
42010
  className: ce(
42006
- "z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
42011
+ "z-50 min-w-[8rem] overflow-hidden rounded-md border border-border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
42007
42012
  e
42008
42013
  ),
42009
42014
  ...n
@@ -42190,7 +42195,7 @@ const Vie = bq, Uie = _q, m$ = Se(({ className: e, align: t = "center", sideOffs
42190
42195
  align: t,
42191
42196
  sideOffset: n,
42192
42197
  className: ce(
42193
- "z-50 w-64 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
42198
+ "z-50 w-64 rounded-md border border-border bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
42194
42199
  e
42195
42200
  ),
42196
42201
  ...r
@@ -42217,7 +42222,7 @@ const Hie = Bq, Gie = Wq, Yie = wT, qie = Uq, Kie = Vq, y$ = Se(({ className: e,
42217
42222
  {
42218
42223
  ref: n,
42219
42224
  className: ce(
42220
- "flex h-10 items-center space-x-1 rounded-md border bg-background p-1",
42225
+ "flex h-10 items-center space-x-1 rounded-md border border-border bg-background p-1",
42221
42226
  e
42222
42227
  ),
42223
42228
  ...t
@@ -42258,7 +42263,7 @@ const b$ = Se(({ className: e, ...t }, n) => /* @__PURE__ */ g.jsx(
42258
42263
  {
42259
42264
  ref: n,
42260
42265
  className: ce(
42261
- "z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
42266
+ "z-50 min-w-[8rem] overflow-hidden rounded-md border border-border bg-popover p-1 text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
42262
42267
  e
42263
42268
  ),
42264
42269
  ...t
@@ -42274,7 +42279,7 @@ const _$ = Se(
42274
42279
  alignOffset: n,
42275
42280
  sideOffset: r,
42276
42281
  className: ce(
42277
- "z-50 min-w-[12rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
42282
+ "z-50 min-w-[12rem] overflow-hidden rounded-md border border-border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
42278
42283
  e
42279
42284
  ),
42280
42285
  ...o
@@ -42430,7 +42435,7 @@ const Jie = aK, Bb = Se(({ className: e, ...t }, n) => /* @__PURE__ */ g.jsx("di
42430
42435
  QT,
42431
42436
  {
42432
42437
  className: ce(
42433
- "origin-top-center relative mt-1.5 h-[var(--radix-navigation-menu-viewport-height)] w-full overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-90 md:w-[var(--radix-navigation-menu-viewport-width)]",
42438
+ "origin-top-center relative mt-1.5 h-[var(--radix-navigation-menu-viewport-height)] w-full overflow-hidden rounded-md border border-border bg-popover text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-90 md:w-[var(--radix-navigation-menu-viewport-width)]",
42434
42439
  e
42435
42440
  ),
42436
42441
  ref: n,
@@ -44192,7 +44197,7 @@ const vL = Se(({ className: e, children: t, position: n = "popper", ...r }, o) =
44192
44197
  {
44193
44198
  ref: o,
44194
44199
  className: ce(
44195
- "relative z-50 max-h-96 min-w-[8rem] overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
44200
+ "relative z-50 max-h-96 min-w-[8rem] overflow-hidden rounded-md border border-border bg-popover text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
44196
44201
  n === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
44197
44202
  e
44198
44203
  ),
@@ -45380,7 +45385,7 @@ const pae = yJ, mae = wJ, gae = vJ, qL = Se(({ className: e, sideOffset: t = 4,
45380
45385
  ref: r,
45381
45386
  sideOffset: t,
45382
45387
  className: ce(
45383
- "z-50 overflow-hidden rounded-md border bg-popover px-3 py-1.5 text-sm text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
45388
+ "z-50 overflow-hidden rounded-md border border-border bg-popover px-3 py-1.5 text-sm text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
45384
45389
  e
45385
45390
  ),
45386
45391
  ...n