@dataesr/dsfr-plus 0.0.20 → 0.0.21
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.
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export type ModalContentProps = Merge<React.HTMLAttributes<HTMLDivElement>, {
|
|
4
|
-
className?: Argument;
|
|
5
|
-
}>;
|
|
6
|
-
export declare const ModalContent: import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLDivElement>, "className"> & {
|
|
7
|
-
className?: Argument;
|
|
8
|
-
} & {
|
|
9
|
-
children?: import("react").ReactNode;
|
|
10
|
-
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
1
|
+
export type ModalContentProps = React.HTMLAttributes<HTMLDivElement>;
|
|
2
|
+
export declare const ModalContent: import("react").ForwardRefExoticComponent<ModalContentProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
11
3
|
//# sourceMappingURL=ModalContent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModalContent.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/ModalContent.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ModalContent.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/ModalContent.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,iBAAiB,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAA;AAEpE,eAAO,MAAM,YAAY,8GAKvB,CAAC"}
|
package/dist/dsfr-plus.js
CHANGED
|
@@ -8725,15 +8725,11 @@ const Nc = ({
|
|
|
8725
8725
|
canClose: i,
|
|
8726
8726
|
...l
|
|
8727
8727
|
}
|
|
8728
|
-
), Ql = me(({
|
|
8729
|
-
className: t,
|
|
8730
|
-
...e
|
|
8731
|
-
}, n) => /* @__PURE__ */ m(
|
|
8728
|
+
), Ql = me(({ ...t }, e) => /* @__PURE__ */ m(
|
|
8732
8729
|
"div",
|
|
8733
8730
|
{
|
|
8734
|
-
ref:
|
|
8735
|
-
|
|
8736
|
-
...e
|
|
8731
|
+
ref: e,
|
|
8732
|
+
...t
|
|
8737
8733
|
}
|
|
8738
8734
|
)), es = me(({
|
|
8739
8735
|
className: t,
|