@matthiaskrijgsman/mat-ui 0.0.4 → 0.0.5
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/components/inputs/InputCheck.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
export
|
|
2
|
+
export type InputCheckProps = Omit<React.InputHTMLAttributes<HTMLInputElement>, 'type'> & {
|
|
3
3
|
label?: string | React.ReactNode;
|
|
4
4
|
description?: string | React.ReactNode;
|
|
5
5
|
error?: string | React.ReactNode;
|
|
6
|
-
}
|
|
6
|
+
};
|
|
7
7
|
export declare const InputCheck: (props: InputCheckProps) => import("react/jsx-runtime").JSX.Element;
|
package/dist/index.js
CHANGED
|
@@ -7657,14 +7657,14 @@ const Lm = {
|
|
|
7657
7657
|
children: /* @__PURE__ */ h.jsx(
|
|
7658
7658
|
_a,
|
|
7659
7659
|
{
|
|
7660
|
-
className: "bg-gray-400/30 backdrop-blur-[1px]",
|
|
7660
|
+
className: "bg-gray-400/30 backdrop-blur-[1px] z-10",
|
|
7661
7661
|
onClick: s ? n : void 0,
|
|
7662
7662
|
lockScroll: !0
|
|
7663
7663
|
}
|
|
7664
7664
|
)
|
|
7665
7665
|
}
|
|
7666
7666
|
),
|
|
7667
|
-
/* @__PURE__ */ h.jsx("div", { className: "fixed inset-0 flex flex-col items-center pointer-events-none p-4 lg:p-12 overflow-y-auto", children: /* @__PURE__ */ h.jsxs(
|
|
7667
|
+
/* @__PURE__ */ h.jsx("div", { className: "fixed inset-0 flex flex-col items-center pointer-events-none p-4 lg:p-12 overflow-y-auto z-20", children: /* @__PURE__ */ h.jsxs(
|
|
7668
7668
|
Te.div,
|
|
7669
7669
|
{
|
|
7670
7670
|
className: M(
|