@loopr-ai/craft 0.6.0 → 0.7.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/Box-8cd400c2.js +58 -0
- package/dist/{ButtonBase-85c9347b.js → ButtonBase-fc1e48eb.js} +3 -3
- package/dist/Form.interfaces-c9b49688.js +6 -0
- package/dist/{createSvgIcon-70f9f72b.js → Grow-a906cda2.js} +3944 -4020
- package/dist/TextField-a534df29.js +5931 -0
- package/dist/{TransitionGroupContext-fe9a562f.js → TransitionGroupContext-ba502e63.js} +3 -3
- package/dist/Typography-65e5f8a8.js +178 -0
- package/dist/{ZoomControllers-7fb8d495.js → ZoomControllers-8a147df0.js} +848 -900
- 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 +27 -5949
- package/dist/components/cell/Typography/index.js +16 -188
- package/dist/components/organ/Form/FieldInput.d.ts +27 -0
- package/dist/components/organ/Form/FieldInput.js +440 -0
- package/dist/components/organ/Form/Form.interfaces.d.ts +55 -0
- package/dist/components/organ/Form/Form.interfaces.js +1 -0
- package/dist/components/organ/Form/Form.styles.d.ts +5 -0
- package/dist/components/organ/Form/Form.styles.js +10 -0
- package/dist/components/organ/Form/Form.utils.d.ts +2 -0
- package/dist/components/organ/Form/Form.utils.js +27 -0
- package/dist/components/organ/Form/index.d.ts +30 -0
- package/dist/components/organ/Form/index.js +137 -0
- package/dist/components/organ/ZoomControlWithDrag/ZoomControllers.js +3 -2
- package/dist/components/organ/ZoomControlWithDrag/index.js +18 -17
- package/dist/createSvgIcon-8e5d9dc7.js +81 -0
- package/dist/{createSvgIcon-58aa3adf.js → createSvgIcon-bb3d4825.js} +5 -5
- package/dist/{createTheme-a4db2989.js → createTheme-ca1567c6.js} +7 -7
- package/dist/dividerClasses-0233db5a.js +10 -0
- package/dist/{exactProp-d79ccada.js → exactProp-3d9df1ae.js} +1 -1
- package/dist/{extendSxProp-db8b9da5.js → extendSxProp-fc2654e5.js} +1 -1
- package/dist/global/theme.js +1 -1
- package/dist/main.d.ts +5 -3
- package/dist/main.js +20 -16
- package/dist/providers/CraftThemeProvider.js +2 -2
- package/dist/{styled-126c6a62.js → styled-80b57810.js} +49 -49
- package/dist/{useTheme-573c40a2.js → useTheme-16446f25.js} +1 -1
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as h, jsxs as G } from "react/jsx-runtime";
|
|
2
|
-
import { g as I, a as l, _ as k, P as a } from "../../../createTheme-
|
|
2
|
+
import { g as I, a as l, _ as k, P as a } from "../../../createTheme-ca1567c6.js";
|
|
3
3
|
import * as g from "react";
|
|
4
|
-
import { g as D,
|
|
5
|
-
import { c as q } from "../../../createSvgIcon-
|
|
4
|
+
import { g as D, a as M, b as E, c as R, e as U, h as F } from "../../../styled-80b57810.js";
|
|
5
|
+
import { c as q } from "../../../createSvgIcon-bb3d4825.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,
|
|
3
|
+
import { g as U, b as e, a as t, f as b, _ as D, P as a } from "../../../createTheme-ca1567c6.js";
|
|
4
4
|
import * as p from "react";
|
|
5
|
-
import { g as H,
|
|
6
|
-
import { B as Q } from "../../../ButtonBase-
|
|
5
|
+
import { g as H, a as y, r as A, f as q, b as J, c as R, e as K } from "../../../styled-80b57810.js";
|
|
6
|
+
import { B as Q } from "../../../ButtonBase-fc1e48eb.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,
|
|
5
|
-
import { g as Z,
|
|
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, b as r, a as f, f as b, _ as Y, P as l } from "../../../createTheme-ca1567c6.js";
|
|
5
|
+
import { g as Z, a as U, b as w, c as k, e as oo } from "../../../styled-80b57810.js";
|
|
6
|
+
import { c as ao } from "../../../createSvgIcon-bb3d4825.js";
|
|
7
|
+
import { u as lo } from "../../../TransitionGroupContext-ba502e63.js";
|
|
8
|
+
import { B as M } from "../../../ButtonBase-fc1e48eb.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,
|
|
3
|
+
import { g as D, b as n, a as l, _ as q, P as o, l as E, e as U } from "../../../createTheme-ca1567c6.js";
|
|
4
4
|
import * as z from "react";
|
|
5
|
-
import { g as w,
|
|
6
|
-
import { u as V } from "../../../useTheme-
|
|
5
|
+
import { g as w, a as h, b as A, c as F, e as K } from "../../../styled-80b57810.js";
|
|
6
|
+
import { u as V } from "../../../useTheme-16446f25.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);
|