motion-start 0.1.14 → 0.1.17

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 +1 @@
1
- {"version":3,"file":"motion.d.ts","sourceRoot":"","sources":["../../../src/lib/motion-start/render/dom/motion.ts"],"names":[],"mappings":"AAAA;;;EAGE;AACF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAItD,MAAM,WAAW,KAAK;IACrB,oJAAoJ;IACpJ,KAAK,CAAC,EAAE,OAAO,CAAC;CAChB;AAYD;;;;;GAKG;AACH,QAAA,IAAI,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAkC4/jF,CAAC;kBAAqB,CAAC;iBAAyC,CAAC;yBAA8D,CAAC;uBAA0B,CAAC;oBAAwB,CAAC;;kBAA0G,CAAC;;;;;;;;;;;;;;;;;;;wBAA4X,QAAQ;;CAlC9mlF,CAAC;AAE5D;;;;;;;;;;;;;;GAcG;AACH,iBAAS,wBAAwB,CAAC,CAAC,SAAS,MAAM,mBAAmB,EAAE,GAAG,EAAE,CAAC,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAcrG;AAED,OAAO,EAAE,MAAM,EAAE,wBAAwB,EAAE,CAAC"}
1
+ {"version":3,"file":"motion.d.ts","sourceRoot":"","sources":["../../../src/lib/motion-start/render/dom/motion.ts"],"names":[],"mappings":"AAAA;;;EAGE;AACF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAItD,MAAM,WAAW,KAAK;IACrB,oJAAoJ;IACpJ,KAAK,CAAC,EAAE,OAAO,CAAC;CAChB;AAYD;;;;;GAKG;AACH,QAAA,IAAI,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAkCkylF,CAAC;kBAAqB,CAAC;iBAAyC,CAAC;yBAA8D,CAAC;uBAA0B,CAAC;oBAAwB,CAAC;;kBAA0G,CAAC;;;;;;;;;;;;;;;;;;;;;;CAlChhmF,CAAC;AAE5D;;;;;;;;;;;;;;GAcG;AACH,iBAAS,wBAAwB,CAAC,CAAC,SAAS,MAAM,mBAAmB,EAAE,GAAG,EAAE,CAAC,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAcrG;AAED,OAAO,EAAE,MAAM,EAAE,wBAAwB,EAAE,CAAC"}
@@ -17,7 +17,7 @@ type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
17
17
  } ? Props extends Record<string, never> ? any : {
18
18
  children?: any;
19
19
  } : {});
20
- declare const UseHtmlProps: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<{
20
+ declare const UseHTMLProps: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<{
21
21
  props: any;
22
22
  visualState: any;
23
23
  isStatic: any;
@@ -32,6 +32,6 @@ declare const UseHtmlProps: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_Pr
32
32
  visualProps: HTMLProps;
33
33
  };
34
34
  }, {}, string>;
35
- type UseHtmlProps = InstanceType<typeof UseHtmlProps>;
36
- export default UseHtmlProps;
35
+ type UseHTMLProps = InstanceType<typeof UseHTMLProps>;
36
+ export default UseHTMLProps;
37
37
  //# sourceMappingURL=UseHTMLProps.svelte.d.ts.map
@@ -1679,6 +1679,7 @@ declare var htmlConfig: {
1679
1679
  class?: import("../..").CustomValueType | import("svelte/elements").ClassValue | (import("../..").CustomValueType | import("svelte/elements").ClassValue | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").ClassValue | null | undefined)[]] | null | undefined;
1680
1680
  id?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1681
1681
  lang?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1682
+ part?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1682
1683
  max?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1683
1684
  media?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1684
1685
  method?: import("../..").CustomValueType | "stretch" | "align" | (import("../..").CustomValueType | "stretch" | "align" | null | undefined)[] | [null, ...(import("../..").CustomValueType | "stretch" | "align" | null | undefined)[]] | null | undefined;
@@ -1908,7 +1909,6 @@ declare var htmlConfig: {
1908
1909
  'xlink:type'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1909
1910
  'xml:base'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1910
1911
  'xml:lang'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1911
- xmlns?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1912
1912
  'xmlns:xlink'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1913
1913
  'xml:space'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1914
1914
  y1?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
@@ -2289,6 +2289,13 @@ declare var htmlConfig: {
2289
2289
  'on:fullscreenerror'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2290
2290
  onfullscreenerror?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2291
2291
  onfullscreenerrorcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2292
+ 'bind:contentRect'?: import("../..").CustomValueType | DOMRectReadOnly | (import("../..").CustomValueType | DOMRectReadOnly | null | undefined)[] | [null, ...(import("../..").CustomValueType | DOMRectReadOnly | null | undefined)[]] | null | undefined;
2293
+ 'bind:contentBoxSize'?: import("../..").CustomValueType | ResizeObserverSize[] | (import("../..").CustomValueType | ResizeObserverSize[] | null | undefined)[] | [null, ...(import("../..").CustomValueType | ResizeObserverSize[] | null | undefined)[]] | null | undefined;
2294
+ 'bind:borderBoxSize'?: import("../..").CustomValueType | ResizeObserverSize[] | (import("../..").CustomValueType | ResizeObserverSize[] | null | undefined)[] | [null, ...(import("../..").CustomValueType | ResizeObserverSize[] | null | undefined)[]] | null | undefined;
2295
+ 'bind:devicePixelContentBoxSize'?: import("../..").CustomValueType | ResizeObserverSize[] | (import("../..").CustomValueType | ResizeObserverSize[] | null | undefined)[] | [null, ...(import("../..").CustomValueType | ResizeObserverSize[] | null | undefined)[]] | null | undefined;
2296
+ 'bind:clientWidth'?: number | import("../..").CustomValueType | (number | import("../..").CustomValueType | null | undefined)[] | [null, ...(number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
2297
+ 'bind:clientHeight'?: number | import("../..").CustomValueType | (number | import("../..").CustomValueType | null | undefined)[] | [null, ...(number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
2298
+ xmlns?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
2292
2299
  translateX?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
2293
2300
  translateY?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
2294
2301
  translateZ?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"visual-element.d.ts","sourceRoot":"","sources":["../../../src/lib/motion-start/render/html/visual-element.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"visual-element.d.ts","sourceRoot":"","sources":["../../../src/lib/motion-start/render/html/visual-element.ts"],"names":[],"mappings":"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"}
@@ -1,8 +1,8 @@
1
- declare const UseSvgProps: import("svelte").Component<{
1
+ declare const UseSVGProps: import("svelte").Component<{
2
2
  visualState: any;
3
3
  props: any;
4
4
  children: any;
5
5
  }, {}, "">;
6
- type UseSvgProps = ReturnType<typeof UseSvgProps>;
7
- export default UseSvgProps;
6
+ type UseSVGProps = ReturnType<typeof UseSVGProps>;
7
+ export default UseSVGProps;
8
8
  //# sourceMappingURL=UseSVGProps.svelte.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "motion-start",
3
- "version": "0.1.14",
3
+ "version": "0.1.17",
4
4
  "description": "Svelte animation library inspired by the React library framer-motion.",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -107,7 +107,7 @@
107
107
  "tailwind-variants": "^0.2.1"
108
108
  },
109
109
  "peerDependencies": {
110
- "svelte": "^5.5.3"
110
+ "svelte": "^5.33.16"
111
111
  },
112
112
  "engines": {
113
113
  "bun": ">=1.0.0",