@plasmicpkgs/plasmic-typeform 0.0.1 → 0.0.4

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.
package/README.md CHANGED
@@ -1 +1 @@
1
- Plasmic components and registration calls for Typeform
1
+ Plasmic components and registration calls for Typeform
@@ -1,10 +1,9 @@
1
1
  import { ComponentMeta } from "@plasmicapp/host";
2
- import React from "react";
3
2
  export declare function ensure<T>(x: T | null | undefined): T;
4
3
  interface TypeformProps {
5
4
  className?: string;
6
5
  formId?: string;
7
6
  }
8
7
  export declare const TypeformMeta: ComponentMeta<TypeformProps>;
9
- export declare function Typeform({ className, formId }: TypeformProps): React.JSX.Element;
8
+ export declare function Typeform({ className, formId }: TypeformProps): JSX.Element;
10
9
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicpkgs/plasmic-typeform",
3
- "version": "0.0.1",
3
+ "version": "0.0.4",
4
4
  "description": "Plasmic Typeform components.",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -34,20 +34,20 @@
34
34
  }
35
35
  ],
36
36
  "devDependencies": {
37
- "@plasmicapp/host": "^1.0.117",
38
- "@plasmicapp/query": "^0.1.61",
37
+ "@plasmicapp/host": "1.0.162",
39
38
  "@size-limit/preset-small-lib": "^7.0.8",
40
- "@types/react": "^17.0.43",
41
- "@types/react-dom": "^17.0.14",
39
+ "@types/react": "^18.0.27",
40
+ "@types/react-dom": "^18.0.10",
42
41
  "husky": "^7.0.4",
43
- "react": "^18.0.0",
44
- "react-dom": "^18.0.0",
42
+ "react": "^18.2.0",
43
+ "react-dom": "^18.2.0",
45
44
  "size-limit": "^7.0.8",
46
45
  "tsdx": "^0.14.1",
47
46
  "tslib": "^2.3.1"
48
47
  },
49
48
  "dependencies": {
50
- "@typeform/embed-react": "^2.1.0"
49
+ "@typeform/embed-react": "^2.30.0",
50
+ "change-case": "^4.1.2"
51
51
  },
52
- "gitHead": "6a7364c3fd0b59099a5869f3e99f13b51a391d0a"
52
+ "gitHead": "bf12f2268d3e2794698bee0996d4e2008b6827c5"
53
53
  }