@loopr-ai/craft 0.7.2 → 0.7.3

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 (40) hide show
  1. package/dist/{ButtonBase-fc1e48eb.js → ButtonBase-85c9347b.js} +3 -3
  2. package/dist/{TextField-a534df29.js → TextField-fded06e5.js} +7 -7
  3. package/dist/Tooltip-b926c320.js +2022 -0
  4. package/dist/{TransitionGroupContext-ba502e63.js → TransitionGroupContext-fe9a562f.js} +3 -3
  5. package/dist/ZoomControllers-36e39bb0.js +1432 -0
  6. package/dist/components/cell/AvatarGroup/index.js +3 -3
  7. package/dist/components/cell/Button/index.js +3 -3
  8. package/dist/components/cell/Chip/index.js +5 -5
  9. package/dist/components/cell/ProgressBar/index.js +3 -3
  10. package/dist/components/cell/Search/index.js +2 -2
  11. package/dist/components/cell/Typography/index.js +5 -19
  12. package/dist/components/organ/Form/Form.interfaces.d.ts +6 -6
  13. package/dist/components/organ/Form/Form.styles.d.ts +99 -2
  14. package/dist/components/organ/Form/Form.styles.js +99 -4
  15. package/dist/components/organ/Form/FormInput.js +517 -0
  16. package/dist/components/organ/Form/index.js +155 -107
  17. package/dist/components/organ/ZoomControlWithDrag/ZoomControllers.js +2 -2
  18. package/dist/components/organ/ZoomControlWithDrag/index.js +2 -2
  19. package/dist/{createSvgIcon-bb3d4825.js → createSvgIcon-58aa3adf.js} +5 -5
  20. package/dist/{Grow-a906cda2.js → createSvgIcon-f773ce57.js} +4020 -3944
  21. package/dist/{createTheme-ca1567c6.js → createTheme-a4db2989.js} +7 -7
  22. package/dist/{exactProp-3d9df1ae.js → exactProp-d79ccada.js} +1 -1
  23. package/dist/{extendSxProp-fc2654e5.js → extendSxProp-db8b9da5.js} +1 -1
  24. package/dist/global/colors.d.ts +5 -0
  25. package/dist/global/colors.js +11 -6
  26. package/dist/global/constants.d.ts +3 -0
  27. package/dist/global/constants.js +6 -1
  28. package/dist/global/theme.js +1 -1
  29. package/dist/{Typography-65e5f8a8.js → index-03287c17.js} +61 -45
  30. package/dist/main.js +10 -10
  31. package/dist/providers/CraftThemeProvider.js +2 -2
  32. package/dist/{styled-80b57810.js → styled-126c6a62.js} +49 -49
  33. package/dist/{useTheme-16446f25.js → useTheme-573c40a2.js} +1 -1
  34. package/package.json +1 -1
  35. package/dist/Box-8cd400c2.js +0 -58
  36. package/dist/ZoomControllers-8a147df0.js +0 -3390
  37. package/dist/components/organ/Form/FieldInput.js +0 -442
  38. package/dist/createSvgIcon-8e5d9dc7.js +0 -81
  39. package/dist/dividerClasses-0233db5a.js +0 -10
  40. /package/dist/components/organ/Form/{FieldInput.d.ts → FormInput.d.ts} +0 -0
@@ -1,58 +0,0 @@
1
- import { s as h, _ as T, a as B, c as N, C as y, P as e } from "./createTheme-ca1567c6.js";
2
- import { T as _ } from "./useThemeWithoutDefault-188598a8.js";
3
- import * as C from "react";
4
- import { s as P, u as b, c as j } from "./styled-80b57810.js";
5
- import { jsx as v } from "react/jsx-runtime";
6
- import { e as E } from "./extendSxProp-fc2654e5.js";
7
- const O = ["className", "component"];
8
- function g(m = {}) {
9
- const {
10
- themeId: t,
11
- defaultTheme: d,
12
- defaultClassName: a = "MuiBox-root",
13
- generateClassName: r
14
- } = m, x = P("div", {
15
- shouldForwardProp: (o) => o !== "theme" && o !== "sx" && o !== "as"
16
- })(h);
17
- return /* @__PURE__ */ C.forwardRef(function(f, l) {
18
- const s = b(d), n = E(f), {
19
- className: p,
20
- component: u = "div"
21
- } = n, i = T(n, O);
22
- return /* @__PURE__ */ v(x, B({
23
- as: u,
24
- ref: l,
25
- className: j(p, r ? r(a) : a),
26
- theme: t && s[t] || s
27
- }, i));
28
- });
29
- }
30
- const I = N(), c = g({
31
- themeId: _,
32
- defaultTheme: I,
33
- defaultClassName: "MuiBox-root",
34
- generateClassName: y.generate
35
- });
36
- process.env.NODE_ENV !== "production" && (c.propTypes = {
37
- // ----------------------------- Warning --------------------------------
38
- // | These PropTypes are generated from the TypeScript type definitions |
39
- // | To update them edit the d.ts file and run "yarn proptypes" |
40
- // ----------------------------------------------------------------------
41
- /**
42
- * @ignore
43
- */
44
- children: e.node,
45
- /**
46
- * The component used for the root node.
47
- * Either a string to use a HTML element or a component.
48
- */
49
- component: e.elementType,
50
- /**
51
- * The system prop that allows defining system overrides as well as additional CSS styles.
52
- */
53
- sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object])
54
- });
55
- const G = c;
56
- export {
57
- G as B
58
- };