@webstudio-is/sdk-components-react 0.234.0 → 0.236.0

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.
@@ -10,7 +10,7 @@ export declare const VimeoPreviewImage: import("react").ForwardRefExoticComponen
10
10
  accessKey?: string | undefined | undefined;
11
11
  autoFocus?: boolean | undefined | undefined;
12
12
  className?: string | undefined | undefined;
13
- contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
13
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
14
14
  contextMenu?: string | undefined | undefined;
15
15
  dir?: string | undefined | undefined;
16
16
  draggable?: (boolean | "true" | "false") | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webstudio-is/sdk-components-react",
3
- "version": "0.234.0",
3
+ "version": "0.236.0",
4
4
  "description": "Webstudio default library for react",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -44,10 +44,10 @@
44
44
  "colord": "^2.9.3",
45
45
  "micromark": "^4.0.2",
46
46
  "micromark-extension-gfm-table": "^2.1.1",
47
- "@webstudio-is/icons": "0.234.0",
48
- "@webstudio-is/image": "0.234.0",
49
- "@webstudio-is/react-sdk": "0.234.0",
50
- "@webstudio-is/sdk": "0.234.0"
47
+ "@webstudio-is/icons": "0.236.0",
48
+ "@webstudio-is/react-sdk": "0.236.0",
49
+ "@webstudio-is/image": "0.236.0",
50
+ "@webstudio-is/sdk": "0.236.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@testing-library/dom": "^10.4.0",
@@ -58,10 +58,10 @@
58
58
  "react": "18.3.0-canary-14898b6a9-20240318",
59
59
  "react-dom": "18.3.0-canary-14898b6a9-20240318",
60
60
  "vitest": "^3.1.2",
61
+ "@webstudio-is/template": "0.236.0",
62
+ "@webstudio-is/tsconfig": "1.0.7",
61
63
  "@webstudio-is/generate-arg-types": "0.0.0",
62
- "@webstudio-is/template": "0.234.0",
63
- "@webstudio-is/sdk-cli": "0.94.0",
64
- "@webstudio-is/tsconfig": "1.0.7"
64
+ "@webstudio-is/sdk-cli": "0.94.0"
65
65
  },
66
66
  "scripts": {
67
67
  "build": "vite build --config ../../vite.sdk-components.config.ts",
@@ -1,2 +0,0 @@
1
- import type { PropMeta } from "@webstudio-is/sdk";
2
- export declare const props: Record<string, PropMeta>;
@@ -1,2 +0,0 @@
1
- import type { PropMeta } from "@webstudio-is/sdk";
2
- export declare const props: Record<string, PropMeta>;
@@ -1,2 +0,0 @@
1
- import type { PropMeta } from "@webstudio-is/sdk";
2
- export declare const props: Record<string, PropMeta>;
@@ -1,2 +0,0 @@
1
- import { type TemplateMeta } from "@webstudio-is/template";
2
- export declare const meta: TemplateMeta;
@@ -1,2 +0,0 @@
1
- import { type TemplateMeta } from "@webstudio-is/template";
2
- export declare const meta: TemplateMeta;
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- import { type TemplateMeta } from "@webstudio-is/template";
2
- export declare const meta: TemplateMeta;
@@ -1,6 +0,0 @@
1
- export { meta as ContentEmbed } from "./content-embed.template";
2
- export { meta as MarkdownEmbed } from "./markdown-embed.template";
3
- export { meta as Form } from "./webhook-form.template";
4
- export { meta as Vimeo } from "./vimeo.template";
5
- export { meta as YouTube } from "./youtube.template";
6
- export { meta as HeadSlot } from "./head-slot.template";
@@ -1,2 +0,0 @@
1
- export declare function cartesian<A, B>(a: A[], b: B[]): [A, B][];
2
- export declare function cartesian<A, B, C>(a: A[], b: B[], c: C[]): [A, B, C][];
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- import { type TemplateMeta } from "@webstudio-is/template";
2
- export declare const meta: TemplateMeta;
@@ -1,2 +0,0 @@
1
- import { type TemplateMeta } from "@webstudio-is/template";
2
- export declare const meta: TemplateMeta;
@@ -1,2 +0,0 @@
1
- import { type TemplateMeta } from "@webstudio-is/template";
2
- export declare const meta: TemplateMeta;