@ugurdemirel/landcraft 0.1.11 → 0.1.12

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,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react"),f=require("../utils/cn.cjs");function u(r,t){const e={...t};for(const o in t){const n=r[o],s=t[o];/^on[A-Z]/.test(o)?n&&s?e[o]=(...c)=>{s(...c),n(...c)}:n&&(e[o]=n):o==="style"?e[o]={...n,...s}:o==="className"&&(e[o]=f.cn(n,s))}return{...r,...e}}function a(...r){return t=>{for(const e of r)typeof e=="function"?e(t):e!=null&&(e.current=t)}}const i=l.forwardRef((r,t)=>{const{children:e,...o}=r;if(!l.isValidElement(e))return null;const n=l.Children.only(e),s=a(t,n.ref);return l.cloneElement(n,{...u(o,n.props),ref:s})});i.displayName="Slot";exports.Slot=i;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react"),f=require("../utils/cn.cjs");function u(l,t){const e={...t};for(const r in t){const n=l[r],o=t[r];/^on[A-Z]/.test(r)?n&&o?e[r]=(...i)=>{o(...i),n(...i)}:n&&(e[r]=n):r==="style"?e[r]={...n,...o}:r==="className"&&(e[r]=f.cn(n,o))}return{...l,...e}}function a(...l){return t=>{for(const e of l)typeof e=="function"?e(t):e!=null&&(e.current=t)}}const c=s.forwardRef((l,t)=>{const{children:e,...r}=l;if(!s.isValidElement(e))return null;const n=s.Children.only(e),o=u(r,n.props);return t!=null||n.ref!=null?s.cloneElement(n,{...o,ref:a(t,n.ref)}):s.cloneElement(n,o)});c.displayName="Slot";exports.Slot=c;
2
2
  //# sourceMappingURL=Slot.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Slot.cjs","sources":["../../../src/components/Slot.tsx"],"sourcesContent":["import {\n Children,\n cloneElement,\n forwardRef,\n isValidElement,\n type HTMLAttributes,\n type ReactElement,\n type ReactNode,\n type Ref,\n} from \"react\";\nimport { cn } from \"../utils/cn\";\n\nexport interface SlotProps extends Omit<HTMLAttributes<HTMLElement>, \"ref\"> {\n children?: ReactNode;\n}\n\ntype AnyProps = Record<string, any>;\n\nfunction mergeProps(slotProps: AnyProps, childProps: AnyProps): AnyProps {\n const overrideProps: AnyProps = { ...childProps };\n\n for (const propName in childProps) {\n const slotPropValue = slotProps[propName];\n const childPropValue = childProps[propName];\n const isHandler = /^on[A-Z]/.test(propName);\n\n if (isHandler) {\n if (slotPropValue && childPropValue) {\n overrideProps[propName] = (...args: any[]) => {\n childPropValue(...args);\n slotPropValue(...args);\n };\n } else if (slotPropValue) {\n overrideProps[propName] = slotPropValue;\n }\n } else if (propName === \"style\") {\n overrideProps[propName] = { ...slotPropValue, ...childPropValue };\n } else if (propName === \"className\") {\n overrideProps[propName] = cn(slotPropValue, childPropValue);\n }\n }\n\n return { ...slotProps, ...overrideProps };\n}\n\nfunction useComposedRefs(...refs: Array<Ref<unknown> | undefined>) {\n return (node: unknown) => {\n for (const ref of refs) {\n if (typeof ref === \"function\") {\n ref(node);\n } else if (ref != null) {\n (ref as { current: unknown }).current = node;\n }\n }\n };\n}\n\n/**\n * Merges its props onto a single child element instead of rendering its own\n * DOM node. Used with the `asChild` prop so consumers can render a framework\n * router `<Link>` (Next.js, Remix, React Router…) with a component's styling.\n */\nexport const Slot = forwardRef<HTMLElement, SlotProps>((props, forwardedRef) => {\n const { children, ...slotProps } = props;\n\n if (!isValidElement(children)) {\n return null;\n }\n\n const child = Children.only(children) as ReactElement & { ref?: Ref<unknown> };\n const composedRef = useComposedRefs(forwardedRef, child.ref);\n\n return cloneElement(child, {\n ...mergeProps(slotProps as AnyProps, child.props as AnyProps),\n ref: composedRef,\n });\n});\nSlot.displayName = \"Slot\";\n"],"names":["mergeProps","slotProps","childProps","overrideProps","propName","slotPropValue","childPropValue","args","cn","useComposedRefs","refs","node","ref","Slot","forwardRef","props","forwardedRef","children","isValidElement","child","Children","composedRef","cloneElement"],"mappings":"sIAkBA,SAASA,EAAWC,EAAqBC,EAAgC,CACvE,MAAMC,EAA0B,CAAE,GAAGD,CAAA,EAErC,UAAWE,KAAYF,EAAY,CACjC,MAAMG,EAAgBJ,EAAUG,CAAQ,EAClCE,EAAiBJ,EAAWE,CAAQ,EACxB,WAAW,KAAKA,CAAQ,EAGpCC,GAAiBC,EACnBH,EAAcC,CAAQ,EAAI,IAAIG,IAAgB,CAC5CD,EAAe,GAAGC,CAAI,EACtBF,EAAc,GAAGE,CAAI,CACvB,EACSF,IACTF,EAAcC,CAAQ,EAAIC,GAEnBD,IAAa,QACtBD,EAAcC,CAAQ,EAAI,CAAE,GAAGC,EAAe,GAAGC,CAAA,EACxCF,IAAa,cACtBD,EAAcC,CAAQ,EAAII,KAAGH,EAAeC,CAAc,EAE9D,CAEA,MAAO,CAAE,GAAGL,EAAW,GAAGE,CAAA,CAC5B,CAEA,SAASM,KAAmBC,EAAuC,CACjE,OAAQC,GAAkB,CACxB,UAAWC,KAAOF,EACZ,OAAOE,GAAQ,WACjBA,EAAID,CAAI,EACCC,GAAO,OACfA,EAA6B,QAAUD,EAG9C,CACF,CAOO,MAAME,EAAOC,EAAAA,WAAmC,CAACC,EAAOC,IAAiB,CAC9E,KAAM,CAAE,SAAAC,EAAU,GAAGhB,CAAA,EAAcc,EAEnC,GAAI,CAACG,EAAAA,eAAeD,CAAQ,EAC1B,OAAO,KAGT,MAAME,EAAQC,EAAAA,SAAS,KAAKH,CAAQ,EAC9BI,EAAcZ,EAAgBO,EAAcG,EAAM,GAAG,EAE3D,OAAOG,EAAAA,aAAaH,EAAO,CACzB,GAAGnB,EAAWC,EAAuBkB,EAAM,KAAiB,EAC5D,IAAKE,CAAA,CACN,CACH,CAAC,EACDR,EAAK,YAAc"}
1
+ {"version":3,"file":"Slot.cjs","sources":["../../../src/components/Slot.tsx"],"sourcesContent":["import {\n Children,\n cloneElement,\n forwardRef,\n isValidElement,\n type HTMLAttributes,\n type ReactElement,\n type ReactNode,\n type Ref,\n} from \"react\";\nimport { cn } from \"../utils/cn\";\n\nexport interface SlotProps extends Omit<HTMLAttributes<HTMLElement>, \"ref\"> {\n children?: ReactNode;\n}\n\ntype AnyProps = Record<string, any>;\n\nfunction mergeProps(slotProps: AnyProps, childProps: AnyProps): AnyProps {\n const overrideProps: AnyProps = { ...childProps };\n\n for (const propName in childProps) {\n const slotPropValue = slotProps[propName];\n const childPropValue = childProps[propName];\n const isHandler = /^on[A-Z]/.test(propName);\n\n if (isHandler) {\n if (slotPropValue && childPropValue) {\n overrideProps[propName] = (...args: any[]) => {\n childPropValue(...args);\n slotPropValue(...args);\n };\n } else if (slotPropValue) {\n overrideProps[propName] = slotPropValue;\n }\n } else if (propName === \"style\") {\n overrideProps[propName] = { ...slotPropValue, ...childPropValue };\n } else if (propName === \"className\") {\n overrideProps[propName] = cn(slotPropValue, childPropValue);\n }\n }\n\n return { ...slotProps, ...overrideProps };\n}\n\nfunction useComposedRefs(...refs: Array<Ref<unknown> | undefined>) {\n return (node: unknown) => {\n for (const ref of refs) {\n if (typeof ref === \"function\") {\n ref(node);\n } else if (ref != null) {\n (ref as { current: unknown }).current = node;\n }\n }\n };\n}\n\n/**\n * Merges its props onto a single child element instead of rendering its own\n * DOM node. Used with the `asChild` prop so consumers can render a framework\n * router `<Link>` (Next.js, Remix, React Router…) with a component's styling.\n */\nexport const Slot = forwardRef<HTMLElement, SlotProps>((props, forwardedRef) => {\n const { children, ...slotProps } = props;\n\n if (!isValidElement(children)) {\n return null;\n }\n\n const child = Children.only(children) as ReactElement & { ref?: Ref<unknown> };\n const mergedProps = mergeProps(slotProps as AnyProps, child.props as AnyProps);\n\n // Only attach a ref when one is actually being forwarded. When Slot renders\n // in a Server Component (e.g. Button asChild wrapping next/link's Link) there\n // is never a ref to forward — a ref created server-side and passed to a client\n // child would cross the boundary and throw \"Refs cannot be used in Server\n // Components, nor passed to Client Components\".\n if (forwardedRef != null || child.ref != null) {\n return cloneElement(child, {\n ...mergedProps,\n ref: useComposedRefs(forwardedRef, child.ref),\n });\n }\n\n return cloneElement(child, mergedProps);\n});\nSlot.displayName = \"Slot\";\n"],"names":["mergeProps","slotProps","childProps","overrideProps","propName","slotPropValue","childPropValue","args","cn","useComposedRefs","refs","node","ref","Slot","forwardRef","props","forwardedRef","children","isValidElement","child","Children","mergedProps","cloneElement"],"mappings":"sIAkBA,SAASA,EAAWC,EAAqBC,EAAgC,CACvE,MAAMC,EAA0B,CAAE,GAAGD,CAAA,EAErC,UAAWE,KAAYF,EAAY,CACjC,MAAMG,EAAgBJ,EAAUG,CAAQ,EAClCE,EAAiBJ,EAAWE,CAAQ,EACxB,WAAW,KAAKA,CAAQ,EAGpCC,GAAiBC,EACnBH,EAAcC,CAAQ,EAAI,IAAIG,IAAgB,CAC5CD,EAAe,GAAGC,CAAI,EACtBF,EAAc,GAAGE,CAAI,CACvB,EACSF,IACTF,EAAcC,CAAQ,EAAIC,GAEnBD,IAAa,QACtBD,EAAcC,CAAQ,EAAI,CAAE,GAAGC,EAAe,GAAGC,CAAA,EACxCF,IAAa,cACtBD,EAAcC,CAAQ,EAAII,KAAGH,EAAeC,CAAc,EAE9D,CAEA,MAAO,CAAE,GAAGL,EAAW,GAAGE,CAAA,CAC5B,CAEA,SAASM,KAAmBC,EAAuC,CACjE,OAAQC,GAAkB,CACxB,UAAWC,KAAOF,EACZ,OAAOE,GAAQ,WACjBA,EAAID,CAAI,EACCC,GAAO,OACfA,EAA6B,QAAUD,EAG9C,CACF,CAOO,MAAME,EAAOC,EAAAA,WAAmC,CAACC,EAAOC,IAAiB,CAC9E,KAAM,CAAE,SAAAC,EAAU,GAAGhB,CAAA,EAAcc,EAEnC,GAAI,CAACG,EAAAA,eAAeD,CAAQ,EAC1B,OAAO,KAGT,MAAME,EAAQC,EAAAA,SAAS,KAAKH,CAAQ,EAC9BI,EAAcrB,EAAWC,EAAuBkB,EAAM,KAAiB,EAO7E,OAAIH,GAAgB,MAAQG,EAAM,KAAO,KAChCG,EAAAA,aAAaH,EAAO,CACzB,GAAGE,EACH,IAAKZ,EAAgBO,EAAcG,EAAM,GAAG,CAAA,CAC7C,EAGIG,EAAAA,aAAaH,EAAOE,CAAW,CACxC,CAAC,EACDR,EAAK,YAAc"}
@@ -1,30 +1,30 @@
1
- import { forwardRef as f, isValidElement as i, Children as c, cloneElement as p } from "react";
2
- import { cn as u } from "../utils/cn.js";
3
- function m(t, r) {
1
+ import { forwardRef as i, isValidElement as c, Children as u, cloneElement as f } from "react";
2
+ import { cn as p } from "../utils/cn.js";
3
+ function m(l, r) {
4
4
  const e = { ...r };
5
5
  for (const o in r) {
6
- const n = t[o], s = r[o];
7
- /^on[A-Z]/.test(o) ? n && s ? e[o] = (...l) => {
8
- s(...l), n(...l);
9
- } : n && (e[o] = n) : o === "style" ? e[o] = { ...n, ...s } : o === "className" && (e[o] = u(n, s));
6
+ const n = l[o], t = r[o];
7
+ /^on[A-Z]/.test(o) ? n && t ? e[o] = (...s) => {
8
+ t(...s), n(...s);
9
+ } : n && (e[o] = n) : o === "style" ? e[o] = { ...n, ...t } : o === "className" && (e[o] = p(n, t));
10
10
  }
11
- return { ...t, ...e };
11
+ return { ...l, ...e };
12
12
  }
13
- function a(...t) {
13
+ function a(...l) {
14
14
  return (r) => {
15
- for (const e of t)
15
+ for (const e of l)
16
16
  typeof e == "function" ? e(r) : e != null && (e.current = r);
17
17
  };
18
18
  }
19
- const d = f((t, r) => {
20
- const { children: e, ...o } = t;
21
- if (!i(e))
19
+ const d = i((l, r) => {
20
+ const { children: e, ...o } = l;
21
+ if (!c(e))
22
22
  return null;
23
- const n = c.only(e), s = a(r, n.ref);
24
- return p(n, {
25
- ...m(o, n.props),
26
- ref: s
27
- });
23
+ const n = u.only(e), t = m(o, n.props);
24
+ return r != null || n.ref != null ? f(n, {
25
+ ...t,
26
+ ref: a(r, n.ref)
27
+ }) : f(n, t);
28
28
  });
29
29
  d.displayName = "Slot";
30
30
  export {
@@ -1 +1 @@
1
- {"version":3,"file":"Slot.js","sources":["../../../src/components/Slot.tsx"],"sourcesContent":["import {\n Children,\n cloneElement,\n forwardRef,\n isValidElement,\n type HTMLAttributes,\n type ReactElement,\n type ReactNode,\n type Ref,\n} from \"react\";\nimport { cn } from \"../utils/cn\";\n\nexport interface SlotProps extends Omit<HTMLAttributes<HTMLElement>, \"ref\"> {\n children?: ReactNode;\n}\n\ntype AnyProps = Record<string, any>;\n\nfunction mergeProps(slotProps: AnyProps, childProps: AnyProps): AnyProps {\n const overrideProps: AnyProps = { ...childProps };\n\n for (const propName in childProps) {\n const slotPropValue = slotProps[propName];\n const childPropValue = childProps[propName];\n const isHandler = /^on[A-Z]/.test(propName);\n\n if (isHandler) {\n if (slotPropValue && childPropValue) {\n overrideProps[propName] = (...args: any[]) => {\n childPropValue(...args);\n slotPropValue(...args);\n };\n } else if (slotPropValue) {\n overrideProps[propName] = slotPropValue;\n }\n } else if (propName === \"style\") {\n overrideProps[propName] = { ...slotPropValue, ...childPropValue };\n } else if (propName === \"className\") {\n overrideProps[propName] = cn(slotPropValue, childPropValue);\n }\n }\n\n return { ...slotProps, ...overrideProps };\n}\n\nfunction useComposedRefs(...refs: Array<Ref<unknown> | undefined>) {\n return (node: unknown) => {\n for (const ref of refs) {\n if (typeof ref === \"function\") {\n ref(node);\n } else if (ref != null) {\n (ref as { current: unknown }).current = node;\n }\n }\n };\n}\n\n/**\n * Merges its props onto a single child element instead of rendering its own\n * DOM node. Used with the `asChild` prop so consumers can render a framework\n * router `<Link>` (Next.js, Remix, React Router…) with a component's styling.\n */\nexport const Slot = forwardRef<HTMLElement, SlotProps>((props, forwardedRef) => {\n const { children, ...slotProps } = props;\n\n if (!isValidElement(children)) {\n return null;\n }\n\n const child = Children.only(children) as ReactElement & { ref?: Ref<unknown> };\n const composedRef = useComposedRefs(forwardedRef, child.ref);\n\n return cloneElement(child, {\n ...mergeProps(slotProps as AnyProps, child.props as AnyProps),\n ref: composedRef,\n });\n});\nSlot.displayName = \"Slot\";\n"],"names":["mergeProps","slotProps","childProps","overrideProps","propName","slotPropValue","childPropValue","args","cn","useComposedRefs","refs","node","ref","Slot","forwardRef","props","forwardedRef","children","isValidElement","child","Children","composedRef","cloneElement"],"mappings":";;AAkBA,SAASA,EAAWC,GAAqBC,GAAgC;AACvE,QAAMC,IAA0B,EAAE,GAAGD,EAAA;AAErC,aAAWE,KAAYF,GAAY;AACjC,UAAMG,IAAgBJ,EAAUG,CAAQ,GAClCE,IAAiBJ,EAAWE,CAAQ;AAG1C,IAFkB,WAAW,KAAKA,CAAQ,IAGpCC,KAAiBC,IACnBH,EAAcC,CAAQ,IAAI,IAAIG,MAAgB;AAC5C,MAAAD,EAAe,GAAGC,CAAI,GACtBF,EAAc,GAAGE,CAAI;AAAA,IACvB,IACSF,MACTF,EAAcC,CAAQ,IAAIC,KAEnBD,MAAa,UACtBD,EAAcC,CAAQ,IAAI,EAAE,GAAGC,GAAe,GAAGC,EAAA,IACxCF,MAAa,gBACtBD,EAAcC,CAAQ,IAAII,EAAGH,GAAeC,CAAc;AAAA,EAE9D;AAEA,SAAO,EAAE,GAAGL,GAAW,GAAGE,EAAA;AAC5B;AAEA,SAASM,KAAmBC,GAAuC;AACjE,SAAO,CAACC,MAAkB;AACxB,eAAWC,KAAOF;AAChB,MAAI,OAAOE,KAAQ,aACjBA,EAAID,CAAI,IACCC,KAAO,SACfA,EAA6B,UAAUD;AAAA,EAG9C;AACF;AAOO,MAAME,IAAOC,EAAmC,CAACC,GAAOC,MAAiB;AAC9E,QAAM,EAAE,UAAAC,GAAU,GAAGhB,EAAA,IAAcc;AAEnC,MAAI,CAACG,EAAeD,CAAQ;AAC1B,WAAO;AAGT,QAAME,IAAQC,EAAS,KAAKH,CAAQ,GAC9BI,IAAcZ,EAAgBO,GAAcG,EAAM,GAAG;AAE3D,SAAOG,EAAaH,GAAO;AAAA,IACzB,GAAGnB,EAAWC,GAAuBkB,EAAM,KAAiB;AAAA,IAC5D,KAAKE;AAAA,EAAA,CACN;AACH,CAAC;AACDR,EAAK,cAAc;"}
1
+ {"version":3,"file":"Slot.js","sources":["../../../src/components/Slot.tsx"],"sourcesContent":["import {\n Children,\n cloneElement,\n forwardRef,\n isValidElement,\n type HTMLAttributes,\n type ReactElement,\n type ReactNode,\n type Ref,\n} from \"react\";\nimport { cn } from \"../utils/cn\";\n\nexport interface SlotProps extends Omit<HTMLAttributes<HTMLElement>, \"ref\"> {\n children?: ReactNode;\n}\n\ntype AnyProps = Record<string, any>;\n\nfunction mergeProps(slotProps: AnyProps, childProps: AnyProps): AnyProps {\n const overrideProps: AnyProps = { ...childProps };\n\n for (const propName in childProps) {\n const slotPropValue = slotProps[propName];\n const childPropValue = childProps[propName];\n const isHandler = /^on[A-Z]/.test(propName);\n\n if (isHandler) {\n if (slotPropValue && childPropValue) {\n overrideProps[propName] = (...args: any[]) => {\n childPropValue(...args);\n slotPropValue(...args);\n };\n } else if (slotPropValue) {\n overrideProps[propName] = slotPropValue;\n }\n } else if (propName === \"style\") {\n overrideProps[propName] = { ...slotPropValue, ...childPropValue };\n } else if (propName === \"className\") {\n overrideProps[propName] = cn(slotPropValue, childPropValue);\n }\n }\n\n return { ...slotProps, ...overrideProps };\n}\n\nfunction useComposedRefs(...refs: Array<Ref<unknown> | undefined>) {\n return (node: unknown) => {\n for (const ref of refs) {\n if (typeof ref === \"function\") {\n ref(node);\n } else if (ref != null) {\n (ref as { current: unknown }).current = node;\n }\n }\n };\n}\n\n/**\n * Merges its props onto a single child element instead of rendering its own\n * DOM node. Used with the `asChild` prop so consumers can render a framework\n * router `<Link>` (Next.js, Remix, React Router…) with a component's styling.\n */\nexport const Slot = forwardRef<HTMLElement, SlotProps>((props, forwardedRef) => {\n const { children, ...slotProps } = props;\n\n if (!isValidElement(children)) {\n return null;\n }\n\n const child = Children.only(children) as ReactElement & { ref?: Ref<unknown> };\n const mergedProps = mergeProps(slotProps as AnyProps, child.props as AnyProps);\n\n // Only attach a ref when one is actually being forwarded. When Slot renders\n // in a Server Component (e.g. Button asChild wrapping next/link's Link) there\n // is never a ref to forward — a ref created server-side and passed to a client\n // child would cross the boundary and throw \"Refs cannot be used in Server\n // Components, nor passed to Client Components\".\n if (forwardedRef != null || child.ref != null) {\n return cloneElement(child, {\n ...mergedProps,\n ref: useComposedRefs(forwardedRef, child.ref),\n });\n }\n\n return cloneElement(child, mergedProps);\n});\nSlot.displayName = \"Slot\";\n"],"names":["mergeProps","slotProps","childProps","overrideProps","propName","slotPropValue","childPropValue","args","cn","useComposedRefs","refs","node","ref","Slot","forwardRef","props","forwardedRef","children","isValidElement","child","Children","mergedProps","cloneElement"],"mappings":";;AAkBA,SAASA,EAAWC,GAAqBC,GAAgC;AACvE,QAAMC,IAA0B,EAAE,GAAGD,EAAA;AAErC,aAAWE,KAAYF,GAAY;AACjC,UAAMG,IAAgBJ,EAAUG,CAAQ,GAClCE,IAAiBJ,EAAWE,CAAQ;AAG1C,IAFkB,WAAW,KAAKA,CAAQ,IAGpCC,KAAiBC,IACnBH,EAAcC,CAAQ,IAAI,IAAIG,MAAgB;AAC5C,MAAAD,EAAe,GAAGC,CAAI,GACtBF,EAAc,GAAGE,CAAI;AAAA,IACvB,IACSF,MACTF,EAAcC,CAAQ,IAAIC,KAEnBD,MAAa,UACtBD,EAAcC,CAAQ,IAAI,EAAE,GAAGC,GAAe,GAAGC,EAAA,IACxCF,MAAa,gBACtBD,EAAcC,CAAQ,IAAII,EAAGH,GAAeC,CAAc;AAAA,EAE9D;AAEA,SAAO,EAAE,GAAGL,GAAW,GAAGE,EAAA;AAC5B;AAEA,SAASM,KAAmBC,GAAuC;AACjE,SAAO,CAACC,MAAkB;AACxB,eAAWC,KAAOF;AAChB,MAAI,OAAOE,KAAQ,aACjBA,EAAID,CAAI,IACCC,KAAO,SACfA,EAA6B,UAAUD;AAAA,EAG9C;AACF;AAOO,MAAME,IAAOC,EAAmC,CAACC,GAAOC,MAAiB;AAC9E,QAAM,EAAE,UAAAC,GAAU,GAAGhB,EAAA,IAAcc;AAEnC,MAAI,CAACG,EAAeD,CAAQ;AAC1B,WAAO;AAGT,QAAME,IAAQC,EAAS,KAAKH,CAAQ,GAC9BI,IAAcrB,EAAWC,GAAuBkB,EAAM,KAAiB;AAO7E,SAAIH,KAAgB,QAAQG,EAAM,OAAO,OAChCG,EAAaH,GAAO;AAAA,IACzB,GAAGE;AAAA,IACH,KAAKZ,EAAgBO,GAAcG,EAAM,GAAG;AAAA,EAAA,CAC7C,IAGIG,EAAaH,GAAOE,CAAW;AACxC,CAAC;AACDR,EAAK,cAAc;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ugurdemirel/landcraft",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },