@hybridcore/ui 1.6.16 → 1.6.17

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,10 +1,11 @@
1
1
  import { jsxs as i, jsx as o } from "react/jsx-runtime";
2
- import { Container as t, Button as r } from "./styled.js";
3
- import { I as s, a as l } from "../../../../IconPlus-yPkff_Vj.js";
4
- const m = ({ mapRef: n }) => n ? /* @__PURE__ */ i(t, { children: [
5
- /* @__PURE__ */ o(r, { onClick: n.zoomIn, children: /* @__PURE__ */ o(s, { size: 18 }) }),
6
- /* @__PURE__ */ o(r, { onClick: n.zoomOut, children: /* @__PURE__ */ o(l, { size: 18 }) })
2
+ import { Container as t, Button as n } from "./styled.js";
3
+ import { I as s } from "../../../../IconPlus-7KPPhzOb.js";
4
+ import { I as l } from "../../../../IconMinus-B6OPYVyo.js";
5
+ const I = ({ mapRef: r }) => r ? /* @__PURE__ */ i(t, { children: [
6
+ /* @__PURE__ */ o(n, { onClick: r.zoomIn, children: /* @__PURE__ */ o(s, { size: 18 }) }),
7
+ /* @__PURE__ */ o(n, { onClick: r.zoomOut, children: /* @__PURE__ */ o(l, { size: 18 }) })
7
8
  ] }) : null;
8
9
  export {
9
- m as Controls
10
+ I as Controls
10
11
  };
@@ -1,10 +1,11 @@
1
1
  import { jsxs as i, jsx as o } from "react/jsx-runtime";
2
- import { Container as t, Button as r } from "./styled.js";
3
- import { I as s, a as l } from "../../../../IconPlus-yPkff_Vj.js";
4
- const m = ({ mapRef: n }) => n ? /* @__PURE__ */ i(t, { children: [
5
- /* @__PURE__ */ o(r, { onClick: n.zoomIn, children: /* @__PURE__ */ o(s, { size: 18 }) }),
6
- /* @__PURE__ */ o(r, { onClick: n.zoomOut, children: /* @__PURE__ */ o(l, { size: 18 }) })
2
+ import { Container as t, Button as n } from "./styled.js";
3
+ import { I as s } from "../../../../IconPlus-7KPPhzOb.js";
4
+ import { I as l } from "../../../../IconMinus-B6OPYVyo.js";
5
+ const I = ({ mapRef: r }) => r ? /* @__PURE__ */ i(t, { children: [
6
+ /* @__PURE__ */ o(n, { onClick: r.zoomIn, children: /* @__PURE__ */ o(s, { size: 18 }) }),
7
+ /* @__PURE__ */ o(n, { onClick: r.zoomOut, children: /* @__PURE__ */ o(l, { size: 18 }) })
7
8
  ] }) : null;
8
9
  export {
9
- m as Controls
10
+ I as Controls
10
11
  };