@classytic/fluid 0.3.2 → 0.3.3

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.
@@ -3,7 +3,7 @@
3
3
  import { t as cn } from "../utils-DQ5SCVoW.mjs";
4
4
  import { t as useMediaQuery } from "../use-media-query-BnVNIKT4.mjs";
5
5
  import { n as CustomPagination, r as PaginationInfo, t as ApiPagination } from "../api-pagination-DBTE0yk4.mjs";
6
- import { i as ClientSubmitButton, n as FormSheet, r as SheetWrapper, t as ConfirmSheet } from "../sheet-wrapper-CWNCvYMD.mjs";
6
+ import { i as ClientSubmitButton, n as FormSheet, r as SheetWrapper, t as ConfirmSheet } from "../sheet-wrapper-C13Y-Q6w.mjs";
7
7
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
8
8
  import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/components/ui/table";
9
9
  import * as React$1 from "react";
package/dist/search.mjs CHANGED
@@ -3,7 +3,7 @@
3
3
  import { t as __exportAll } from "./chunk-DQk6qfdC.mjs";
4
4
  import { t as cn } from "./utils-DQ5SCVoW.mjs";
5
5
  import { t as useIsMobile } from "./use-mobile-BX3SQVo2.mjs";
6
- import { r as SheetWrapper } from "./sheet-wrapper-CWNCvYMD.mjs";
6
+ import { r as SheetWrapper } from "./sheet-wrapper-C13Y-Q6w.mjs";
7
7
  import { n as useSearch, t as SearchProvider } from "./search-context-DR7DBs7S.mjs";
8
8
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
9
9
  import { useEffect, useRef, useState } from "react";
@@ -141,7 +141,7 @@ const FormSheet = memo(function FormSheet({ open, onOpenChange, title, descripti
141
141
  variant: "outline",
142
142
  className: "flex-1",
143
143
  onClick: handleCancel,
144
- disabled: submitDisabled || submitLoading,
144
+ disabled: submitLoading,
145
145
  children: cancelLabel
146
146
  }), /* @__PURE__ */ jsx(ClientSubmitButton, {
147
147
  form: formId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@classytic/fluid",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "type": "module",
5
5
  "description": "Fluid UI - Custom components built on shadcn/ui and base ui by Classytic",
6
6
  "main": "./dist/index.mjs",