@plasmicpkgs/framer-motion 0.0.246 → 0.0.248

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,15 +1,15 @@
1
- import registerComponent, { CodeComponentMeta } from "@plasmicapp/host/registerComponent";
2
- import React from "react";
3
- export interface AnimatedLettersProps {
4
- className?: string;
5
- text?: string;
6
- stagger?: number;
7
- initial?: any;
8
- visible?: any;
9
- exit?: any;
10
- }
11
- export default function AnimatedLetters({ className, text, stagger, initial, visible, exit, }: AnimatedLettersProps): React.JSX.Element;
12
- export declare const animatedLettersMeta: CodeComponentMeta<AnimatedLettersProps>;
13
- export declare function registerAnimatedLetters(loader?: {
14
- registerComponent: typeof registerComponent;
15
- }, customAnimatedLettersMeta?: CodeComponentMeta<AnimatedLettersProps>): void;
1
+ import registerComponent, { CodeComponentMeta } from "@plasmicapp/host/registerComponent";
2
+ import React from "react";
3
+ export interface AnimatedLettersProps {
4
+ className?: string;
5
+ text?: string;
6
+ stagger?: number;
7
+ initial?: any;
8
+ visible?: any;
9
+ exit?: any;
10
+ }
11
+ export default function AnimatedLetters({ className, text, stagger, initial, visible, exit, }: AnimatedLettersProps): React.JSX.Element;
12
+ export declare const animatedLettersMeta: CodeComponentMeta<AnimatedLettersProps>;
13
+ export declare function registerAnimatedLetters(loader?: {
14
+ registerComponent: typeof registerComponent;
15
+ }, customAnimatedLettersMeta?: CodeComponentMeta<AnimatedLettersProps>): void;
package/dist/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from "./AnimatedLetters";
2
- export { default as AnimatedLetters } from "./AnimatedLetters";
1
+ export * from "./AnimatedLetters";
2
+ export { default as AnimatedLetters } from "./AnimatedLetters";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicpkgs/framer-motion",
3
- "version": "0.0.246",
3
+ "version": "0.0.248",
4
4
  "description": "Plasmic registration call for Framer Motion",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -21,14 +21,14 @@
21
21
  "scripts": {
22
22
  "build": "tsdx build",
23
23
  "start": "tsdx watch",
24
- "test": "TEST_CWD=`pwd` yarn --cwd=../.. test --passWithNoTests",
24
+ "test": "TEST_CWD=`pwd` pnpm -w test --passWithNoTests",
25
25
  "lint": "tsdx lint",
26
26
  "prepublishOnly": "npm run build",
27
27
  "size": "size-limit",
28
28
  "analyze": "size-limit --why"
29
29
  },
30
30
  "devDependencies": {
31
- "@plasmicapp/host": "2.0.5",
31
+ "@plasmicapp/host": "2.0.7",
32
32
  "@types/node": "^14.0.26",
33
33
  "@types/react": "^18",
34
34
  "tsdx": "^0.14.1",
@@ -42,5 +42,5 @@
42
42
  "react": ">=16.8.0",
43
43
  "react-dom": ">=16.8.0"
44
44
  },
45
- "gitHead": "41f43c9b107d2fff575c443bc4649fa708897242"
45
+ "gitHead": "6087f1621240c66b20d4a8fcf02c8bf889c554aa"
46
46
  }