@loopr-ai/craft 0.4.0 → 0.4.1
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.
|
@@ -11,9 +11,10 @@ interface ZoomControllerProps {
|
|
|
11
11
|
resetTransformButtonProps?: IconButtonOwnProps;
|
|
12
12
|
dividerProps?: DividerOwnProps;
|
|
13
13
|
}
|
|
14
|
-
interface ZoomControlWithDragProps extends ReactZoomPanPinchProps
|
|
14
|
+
interface ZoomControlWithDragProps extends ReactZoomPanPinchProps {
|
|
15
15
|
children?: React.ReactNode;
|
|
16
16
|
parentContainerProps?: ContainerOwnProps;
|
|
17
|
+
zoomControllerProps?: ZoomControllerProps;
|
|
17
18
|
}
|
|
18
19
|
declare const ZoomControlWithDrag: CraftFC<ZoomControlWithDragProps>;
|
|
19
20
|
export default ZoomControlWithDrag;
|
|
@@ -1567,26 +1567,19 @@ const So = {
|
|
|
1567
1567
|
}, _o = ({
|
|
1568
1568
|
children: i,
|
|
1569
1569
|
parentContainerProps: o,
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
zoomOutButtonProps: n,
|
|
1573
|
-
resetTransformButtonProps: a,
|
|
1574
|
-
dividerProps: t
|
|
1570
|
+
zoomControllerProps: e,
|
|
1571
|
+
...r
|
|
1575
1572
|
}) => /* @__PURE__ */ P(
|
|
1576
1573
|
Ki,
|
|
1577
1574
|
{
|
|
1578
1575
|
disableGutters: !0,
|
|
1579
1576
|
sx: So,
|
|
1580
1577
|
...o,
|
|
1581
|
-
children: /* @__PURE__ */ Li(io, { children: [
|
|
1578
|
+
children: /* @__PURE__ */ Li(io, { ...r, children: [
|
|
1582
1579
|
/* @__PURE__ */ P(
|
|
1583
1580
|
wo,
|
|
1584
1581
|
{
|
|
1585
|
-
|
|
1586
|
-
zoomInButtonProps: r,
|
|
1587
|
-
zoomOutButtonProps: n,
|
|
1588
|
-
resetTransformButtonProps: a,
|
|
1589
|
-
dividerProps: t
|
|
1582
|
+
...e
|
|
1590
1583
|
}
|
|
1591
1584
|
),
|
|
1592
1585
|
/* @__PURE__ */ P(oo, { children: i })
|