@loopr-ai/craft 0.3.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.
- package/dist/{ButtonBase-750a4103.js → ButtonBase-83dd7164.js} +3 -3
- package/dist/{TransitionGroupContext-e16207d6.js → TransitionGroupContext-adf68f00.js} +1 -1
- package/dist/components/cell/AvatarGroup/index.js +3 -3
- package/dist/components/cell/Button/index.js +3 -3
- package/dist/components/cell/Chip/index.js +5 -5
- package/dist/components/cell/ProgressBar/index.js +3 -3
- package/dist/components/cell/Search/index.js +5660 -5800
- package/dist/components/cell/Typography/index.js +2 -2
- package/dist/components/organ/ZoomControlWithDrag/index.d.ts +20 -0
- package/dist/components/organ/ZoomControlWithDrag/index.js +1591 -0
- package/dist/createSvgIcon-3bff5571.js +157 -0
- package/dist/{createSvgIcon-5dcb7caa.js → createSvgIcon-bd01dddd.js} +2 -2
- package/dist/{createTheme-95c30431.js → createTheme-f511f0cd.js} +4 -4
- package/dist/{exactProp-a28c53c1.js → exactProp-ed2da606.js} +1 -1
- package/dist/global/theme.js +1 -1
- package/dist/main.d.ts +2 -1
- package/dist/main.js +12 -10
- package/dist/providers/CraftThemeProvider.js +2 -2
- package/dist/{styled-05df7dc6.js → styled-9f5c49f8.js} +15 -13
- package/dist/{useTheme-462e5dc6.js → useTheme-6e15807e.js} +1 -1
- package/package.json +3 -2
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { _ as Y, a as ie, P as e, g as Xe } from "./createTheme-
|
|
1
|
+
import { _ as Y, a as ie, P as e, g as Xe } from "./createTheme-f511f0cd.js";
|
|
2
2
|
import * as c from "react";
|
|
3
3
|
import W, { Children as Ye, isValidElement as G, cloneElement as J } from "react";
|
|
4
|
-
import { c as x, g as Te, s as re, a as ye, b as Ae } from "./styled-
|
|
4
|
+
import { c as x, g as Te, s as re, a as ye, b as Ae } from "./styled-9f5c49f8.js";
|
|
5
5
|
import { jsx as I, jsxs as qe } from "react/jsx-runtime";
|
|
6
6
|
import { k as se } from "./emotion-react.browser.esm-ff33c213.js";
|
|
7
|
-
import { _ as We, T as de, u as he, a as He, b as H, r as Ge, e as Je } from "./TransitionGroupContext-
|
|
7
|
+
import { _ as We, T as de, u as he, a as He, b as H, r as Ge, e as Je } from "./TransitionGroupContext-adf68f00.js";
|
|
8
8
|
function Qe(t) {
|
|
9
9
|
if (t === void 0)
|
|
10
10
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as h, jsxs as G } from "react/jsx-runtime";
|
|
2
|
-
import { g as I, _ as l, a as k, P as a } from "../../../createTheme-
|
|
2
|
+
import { g as I, _ as l, a as k, P as a } from "../../../createTheme-f511f0cd.js";
|
|
3
3
|
import * as g from "react";
|
|
4
|
-
import { g as D, s as M, a as E, c as R, b as U, f as F } from "../../../styled-
|
|
5
|
-
import { c as q } from "../../../createSvgIcon-
|
|
4
|
+
import { g as D, s as M, a as E, c as R, b as U, f as F } from "../../../styled-9f5c49f8.js";
|
|
5
|
+
import { c as q } from "../../../createSvgIcon-bd01dddd.js";
|
|
6
6
|
import { c as V } from "../../../chainPropTypes-004bf492.js";
|
|
7
7
|
const B = q(/* @__PURE__ */ h("path", {
|
|
8
8
|
d: "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as C, jsxs as F } from "react/jsx-runtime";
|
|
2
2
|
import { getColorToHex as v } from "../../../global/colors.js";
|
|
3
|
-
import { g as U, c as e, _ as t, e as b, a as D, P as a } from "../../../createTheme-
|
|
3
|
+
import { g as U, c as e, _ as t, e as b, a as D, P as a } from "../../../createTheme-f511f0cd.js";
|
|
4
4
|
import * as p from "react";
|
|
5
|
-
import { g as H, s as y, r as A, e as q, a as J, c as R, b as K } from "../../../styled-
|
|
6
|
-
import { B as Q } from "../../../ButtonBase-
|
|
5
|
+
import { g as H, s as y, r as A, e as q, a as J, c as R, b as K } from "../../../styled-9f5c49f8.js";
|
|
6
|
+
import { B as Q } from "../../../ButtonBase-83dd7164.js";
|
|
7
7
|
function X(o) {
|
|
8
8
|
return U("MuiButton", o);
|
|
9
9
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as m, jsxs as Q } from "react/jsx-runtime";
|
|
2
2
|
import * as v from "react";
|
|
3
3
|
import { useMemo as L } from "react";
|
|
4
|
-
import { g as X, c as r, _ as f, e as b, a as Y, P as l } from "../../../createTheme-
|
|
5
|
-
import { g as Z, s as U, a as w, c as k, b as oo } from "../../../styled-
|
|
6
|
-
import { c as ao } from "../../../createSvgIcon-
|
|
7
|
-
import { u as lo } from "../../../TransitionGroupContext-
|
|
8
|
-
import { B as M } from "../../../ButtonBase-
|
|
4
|
+
import { g as X, c as r, _ as f, e as b, a as Y, P as l } from "../../../createTheme-f511f0cd.js";
|
|
5
|
+
import { g as Z, s as U, a as w, c as k, b as oo } from "../../../styled-9f5c49f8.js";
|
|
6
|
+
import { c as ao } from "../../../createSvgIcon-bd01dddd.js";
|
|
7
|
+
import { u as lo } from "../../../TransitionGroupContext-adf68f00.js";
|
|
8
|
+
import { B as M } from "../../../ButtonBase-83dd7164.js";
|
|
9
9
|
import { u as eo } from "../../../unsupportedProp-3dbf01f6.js";
|
|
10
10
|
const ro = ao(/* @__PURE__ */ m("path", {
|
|
11
11
|
d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as j, jsx as v } from "react/jsx-runtime";
|
|
2
2
|
import { getColorToHex as $ } from "../../../global/colors.js";
|
|
3
|
-
import { g as D, c as n, _ as l, a as q, P as o, l as E, d as U } from "../../../createTheme-
|
|
3
|
+
import { g as D, c as n, _ as l, a as q, P as o, l as E, d as U } from "../../../createTheme-f511f0cd.js";
|
|
4
4
|
import * as z from "react";
|
|
5
|
-
import { g as w, s as h, a as A, c as F, b as K } from "../../../styled-
|
|
6
|
-
import { u as V } from "../../../useTheme-
|
|
5
|
+
import { g as w, s as h, a as A, c as F, b as K } from "../../../styled-9f5c49f8.js";
|
|
6
|
+
import { u as V } from "../../../useTheme-6e15807e.js";
|
|
7
7
|
import { k as P, c as x } from "../../../emotion-react.browser.esm-ff33c213.js";
|
|
8
8
|
function S(r) {
|
|
9
9
|
return D("MuiLinearProgress", r);
|