@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.
Files changed (39) hide show
  1. package/dist/Box-8cd400c2.js +58 -0
  2. package/dist/{ButtonBase-85c9347b.js → ButtonBase-fc1e48eb.js} +3 -3
  3. package/dist/Form.interfaces-c9b49688.js +6 -0
  4. package/dist/{createSvgIcon-70f9f72b.js → Grow-a906cda2.js} +3944 -4020
  5. package/dist/TextField-a534df29.js +5931 -0
  6. package/dist/{TransitionGroupContext-fe9a562f.js → TransitionGroupContext-ba502e63.js} +3 -3
  7. package/dist/Typography-65e5f8a8.js +178 -0
  8. package/dist/{ZoomControllers-7fb8d495.js → ZoomControllers-8a147df0.js} +848 -900
  9. package/dist/components/cell/AvatarGroup/index.js +3 -3
  10. package/dist/components/cell/Button/index.js +3 -3
  11. package/dist/components/cell/Chip/index.js +5 -5
  12. package/dist/components/cell/ProgressBar/index.js +3 -3
  13. package/dist/components/cell/Search/index.js +27 -5949
  14. package/dist/components/cell/Typography/index.js +16 -188
  15. package/dist/components/organ/Form/FieldInput.d.ts +27 -0
  16. package/dist/components/organ/Form/FieldInput.js +440 -0
  17. package/dist/components/organ/Form/Form.interfaces.d.ts +55 -0
  18. package/dist/components/organ/Form/Form.interfaces.js +1 -0
  19. package/dist/components/organ/Form/Form.styles.d.ts +5 -0
  20. package/dist/components/organ/Form/Form.styles.js +10 -0
  21. package/dist/components/organ/Form/Form.utils.d.ts +2 -0
  22. package/dist/components/organ/Form/Form.utils.js +27 -0
  23. package/dist/components/organ/Form/index.d.ts +30 -0
  24. package/dist/components/organ/Form/index.js +137 -0
  25. package/dist/components/organ/ZoomControlWithDrag/ZoomControllers.js +3 -2
  26. package/dist/components/organ/ZoomControlWithDrag/index.js +18 -17
  27. package/dist/createSvgIcon-8e5d9dc7.js +81 -0
  28. package/dist/{createSvgIcon-58aa3adf.js → createSvgIcon-bb3d4825.js} +5 -5
  29. package/dist/{createTheme-a4db2989.js → createTheme-ca1567c6.js} +7 -7
  30. package/dist/dividerClasses-0233db5a.js +10 -0
  31. package/dist/{exactProp-d79ccada.js → exactProp-3d9df1ae.js} +1 -1
  32. package/dist/{extendSxProp-db8b9da5.js → extendSxProp-fc2654e5.js} +1 -1
  33. package/dist/global/theme.js +1 -1
  34. package/dist/main.d.ts +5 -3
  35. package/dist/main.js +20 -16
  36. package/dist/providers/CraftThemeProvider.js +2 -2
  37. package/dist/{styled-126c6a62.js → styled-80b57810.js} +49 -49
  38. package/dist/{useTheme-573c40a2.js → useTheme-16446f25.js} +1 -1
  39. 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-a4db2989.js";
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, s as M, a as E, c as R, b as U, f as F } from "../../../styled-126c6a62.js";
5
- import { c as q } from "../../../createSvgIcon-58aa3adf.js";
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, c as e, a as t, e as b, _ as D, P as a } from "../../../createTheme-a4db2989.js";
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, s as y, r as A, e as q, a as J, c as R, b as K } from "../../../styled-126c6a62.js";
6
- import { B as Q } from "../../../ButtonBase-85c9347b.js";
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, c as r, a as f, e as b, _ as Y, P as l } from "../../../createTheme-a4db2989.js";
5
- import { g as Z, s as U, a as w, c as k, b as oo } from "../../../styled-126c6a62.js";
6
- import { c as ao } from "../../../createSvgIcon-58aa3adf.js";
7
- import { u as lo } from "../../../TransitionGroupContext-fe9a562f.js";
8
- import { B as M } from "../../../ButtonBase-85c9347b.js";
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, c as n, a as l, _ as q, P as o, l as E, b as U } from "../../../createTheme-a4db2989.js";
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, s as h, a as A, c as F, b as K } from "../../../styled-126c6a62.js";
6
- import { u as V } from "../../../useTheme-573c40a2.js";
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);