@makeswift/runtime 0.9.10 → 0.9.11
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/dist/index.cjs.js +9 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +9 -5
- package/dist/index.es.js.map +1 -1
- package/dist/react-page.cjs.js.map +1 -1
- package/dist/react-page.es.js.map +1 -1
- package/dist/slate.cjs.js.map +1 -1
- package/dist/slate.es.js.map +1 -1
- package/dist/types/src/api/react.d.ts +1 -1
- package/dist/types/src/api/react.d.ts.map +1 -1
- package/dist/types/src/components/builtin/Button/Button.d.ts +3 -39
- package/dist/types/src/components/builtin/Button/Button.d.ts.map +1 -1
- package/dist/types/src/components/builtin/Form/components/Field/components/Checkbox/index.d.ts +2 -2
- package/dist/types/src/components/builtin/Form/components/Field/components/Input/index.d.ts +1 -1
- package/dist/types/src/components/builtin/Form/components/Field/components/PlaceholderTableField/index.d.ts +0 -1
- package/dist/types/src/components/builtin/Form/components/Field/components/PlaceholderTableField/index.d.ts.map +1 -1
- package/dist/types/src/components/builtin/Form/components/Field/components/RadioButton/index.d.ts +2 -2
- package/dist/types/src/components/builtin/Form/components/Field/components/TextArea/index.d.ts +1 -1
- package/dist/types/src/components/builtin/Form/components/Field/index.d.ts +0 -1
- package/dist/types/src/components/builtin/Form/components/Field/index.d.ts.map +1 -1
- package/dist/types/src/components/builtin/Form/components/Spinner/index.d.ts +0 -1
- package/dist/types/src/components/builtin/Form/components/Spinner/index.d.ts.map +1 -1
- package/dist/types/src/components/builtin/Navigation/components/DropDownButton/index.d.ts +1 -1
- package/dist/types/src/components/builtin/Navigation/components/DropDownButton/index.d.ts.map +1 -1
- package/dist/types/src/components/builtin/Navigation/components/LinksPlaceholder/index.d.ts +0 -1
- package/dist/types/src/components/builtin/Navigation/components/LinksPlaceholder/index.d.ts.map +1 -1
- package/dist/types/src/components/builtin/Navigation/components/MobileMenu/components/MobileDropDownButton/index.d.ts +1 -1
- package/dist/types/src/components/builtin/Navigation/components/MobileMenu/components/MobileDropDownButton/index.d.ts.map +1 -1
- package/dist/types/src/components/builtin/Navigation/components/MobileMenu/index.d.ts +0 -1
- package/dist/types/src/components/builtin/Navigation/components/MobileMenu/index.d.ts.map +1 -1
- package/dist/types/src/components/builtin/SocialLinks/components/SocialLinksPlaceholder/index.d.ts +0 -1
- package/dist/types/src/components/builtin/SocialLinks/components/SocialLinksPlaceholder/index.d.ts.map +1 -1
- package/dist/types/src/components/builtin/SocialLinks/options.d.ts +23 -24
- package/dist/types/src/components/builtin/SocialLinks/options.d.ts.map +1 -1
- package/dist/types/src/components/builtin/Text/ReadOnlyText.d.ts +2 -2
- package/dist/types/src/components/builtin/Text/ReadOnlyText.d.ts.map +1 -1
- package/dist/types/src/components/builtin/Text/components/Element/block.d.ts +1 -2
- package/dist/types/src/components/builtin/Text/components/Element/block.d.ts.map +1 -1
- package/dist/types/src/components/builtin/Text/components/Element/element.d.ts +1 -2
- package/dist/types/src/components/builtin/Text/components/Element/element.d.ts.map +1 -1
- package/dist/types/src/components/builtin/Text/components/Element/inline.d.ts +1 -2
- package/dist/types/src/components/builtin/Text/components/Element/inline.d.ts.map +1 -1
- package/dist/types/src/components/builtin/Text/components/Leaf/leaf.d.ts +1 -2
- package/dist/types/src/components/builtin/Text/components/Leaf/leaf.d.ts.map +1 -1
- package/dist/types/src/components/page/Page.d.ts +0 -1
- package/dist/types/src/components/page/Page.d.ts.map +1 -1
- package/dist/types/src/components/shared/BackgroundsContainer/components/BackgroundVideo/index.d.ts +0 -1
- package/dist/types/src/components/shared/BackgroundsContainer/components/BackgroundVideo/index.d.ts.map +1 -1
- package/dist/types/src/components/shared/BackgroundsContainer/components/Backgrounds/index.d.ts +0 -1
- package/dist/types/src/components/shared/BackgroundsContainer/components/Backgrounds/index.d.ts.map +1 -1
- package/dist/types/src/components/shared/BackgroundsContainer/index.d.ts +1 -1
- package/dist/types/src/components/shared/GutterContainer/index.d.ts +1 -1
- package/dist/types/src/components/shared/GutterContainer/index.d.ts.map +1 -1
- package/dist/types/src/components/shared/Link/index.d.ts +1 -1
- package/dist/types/src/components/shared/Link/index.d.ts.map +1 -1
- package/dist/types/src/components/shared/grid-item.d.ts +1 -1
- package/dist/types/src/components/shared/grid-item.d.ts.map +1 -1
- package/dist/types/src/next/client.d.ts.map +1 -1
- package/dist/types/src/next/document.d.ts +1 -2
- package/dist/types/src/next/document.d.ts.map +1 -1
- package/dist/types/src/next/index.d.ts +1 -1
- package/dist/types/src/next/index.d.ts.map +1 -1
- package/dist/types/src/next/preview-mode.d.ts +1 -2
- package/dist/types/src/next/preview-mode.d.ts.map +1 -1
- package/dist/types/src/runtimes/react/components/render-hook.d.ts +0 -1
- package/dist/types/src/runtimes/react/components/render-hook.d.ts.map +1 -1
- package/dist/types/src/runtimes/react/controls/control.d.ts +0 -1
- package/dist/types/src/runtimes/react/controls/control.d.ts.map +1 -1
- package/dist/types/src/runtimes/react/controls/list.d.ts +0 -1
- package/dist/types/src/runtimes/react/controls/list.d.ts.map +1 -1
- package/dist/types/src/runtimes/react/controls/rich-text-v2/EditableTextV2/editable-text-v2.d.ts +1 -1
- package/dist/types/src/runtimes/react/controls/rich-text-v2/EditableTextV2/editable-text-v2.d.ts.map +1 -1
- package/dist/types/src/runtimes/react/controls/rich-text-v2/EditableTextV2/render-element.d.ts +1 -2
- package/dist/types/src/runtimes/react/controls/rich-text-v2/EditableTextV2/render-element.d.ts.map +1 -1
- package/dist/types/src/runtimes/react/controls/rich-text-v2/EditableTextV2/render-leaf.d.ts +1 -2
- package/dist/types/src/runtimes/react/controls/rich-text-v2/EditableTextV2/render-leaf.d.ts.map +1 -1
- package/dist/types/src/runtimes/react/controls/rich-text-v2/ReadOnlyTextV2.d.ts +2 -2
- package/dist/types/src/runtimes/react/controls/rich-text-v2/ReadOnlyTextV2.d.ts.map +1 -1
- package/dist/types/src/runtimes/react/controls/rich-text-v2/rich-text-v2.d.ts +1 -1
- package/dist/types/src/runtimes/react/controls/rich-text-v2/rich-text-v2.d.ts.map +1 -1
- package/dist/types/src/runtimes/react/controls/rich-text.d.ts +1 -1
- package/dist/types/src/runtimes/react/controls/rich-text.d.ts.map +1 -1
- package/dist/types/src/runtimes/react/controls/shape.d.ts +0 -1
- package/dist/types/src/runtimes/react/controls/shape.d.ts.map +1 -1
- package/dist/types/src/runtimes/react/controls/slot.d.ts +2 -2
- package/dist/types/src/runtimes/react/controls/slot.d.ts.map +1 -1
- package/dist/types/src/runtimes/react/controls/style-v2.d.ts +0 -1
- package/dist/types/src/runtimes/react/controls/style-v2.d.ts.map +1 -1
- package/dist/types/src/runtimes/react/controls.d.ts +0 -1
- package/dist/types/src/runtimes/react/controls.d.ts.map +1 -1
- package/dist/types/src/runtimes/react/find-dom-node.d.ts.map +1 -1
- package/dist/types/src/runtimes/react/index.d.ts +1 -1
- package/dist/types/src/runtimes/react/index.d.ts.map +1 -1
- package/dist/types/src/slate/TextAlignPlugin/index.d.ts +3 -3
- package/dist/types/src/slate/TextAlignPlugin/index.d.ts.map +1 -1
- package/dist/types/src/slate/utils/responsive.d.ts +1 -1
- package/dist/types/src/slate/utils/responsive.d.ts.map +1 -1
- package/dist/types/src/state/modules/react-components.d.ts +2 -2
- package/dist/types/src/state/modules/react-components.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -1,118 +1,117 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const SocialLinksOptions: readonly [{
|
|
3
2
|
readonly type: "angellist";
|
|
4
3
|
readonly label: "AngelList";
|
|
5
|
-
readonly icon: JSX.Element;
|
|
4
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
6
5
|
readonly brandColor: "black";
|
|
7
6
|
}, {
|
|
8
7
|
readonly type: "codepen";
|
|
9
8
|
readonly label: "CodePen";
|
|
10
|
-
readonly icon: JSX.Element;
|
|
9
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
11
10
|
readonly brandColor: "black";
|
|
12
11
|
}, {
|
|
13
12
|
readonly type: "discord";
|
|
14
13
|
readonly label: "Discord";
|
|
15
|
-
readonly icon: JSX.Element;
|
|
14
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
16
15
|
readonly brandColor: "#5865F2";
|
|
17
16
|
}, {
|
|
18
17
|
readonly type: "dribbble";
|
|
19
18
|
readonly label: "Dribbble";
|
|
20
|
-
readonly icon: JSX.Element;
|
|
19
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
21
20
|
readonly brandColor: "#ea4c89";
|
|
22
21
|
}, {
|
|
23
22
|
readonly type: "facebook";
|
|
24
23
|
readonly label: "Facebook";
|
|
25
|
-
readonly icon: JSX.Element;
|
|
24
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
26
25
|
readonly brandColor: "#3b5998";
|
|
27
26
|
}, {
|
|
28
27
|
readonly type: "github";
|
|
29
28
|
readonly label: "GitHub";
|
|
30
|
-
readonly icon: JSX.Element;
|
|
29
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
31
30
|
readonly brandColor: "black";
|
|
32
31
|
}, {
|
|
33
32
|
readonly type: "instagram";
|
|
34
33
|
readonly label: "Instagram";
|
|
35
|
-
readonly icon: JSX.Element;
|
|
34
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
36
35
|
readonly brandColor: "black";
|
|
37
36
|
}, {
|
|
38
37
|
readonly type: "linkedin";
|
|
39
38
|
readonly label: "LinkedIn";
|
|
40
|
-
readonly icon: JSX.Element;
|
|
39
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
41
40
|
readonly brandColor: "#0077b5";
|
|
42
41
|
}, {
|
|
43
42
|
readonly type: "medium";
|
|
44
43
|
readonly label: "Medium";
|
|
45
|
-
readonly icon: JSX.Element;
|
|
44
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
46
45
|
readonly brandColor: "black";
|
|
47
46
|
}, {
|
|
48
47
|
readonly type: "pinterest";
|
|
49
48
|
readonly label: "Pinterest";
|
|
50
|
-
readonly icon: JSX.Element;
|
|
49
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
51
50
|
readonly brandColor: "#bd081c";
|
|
52
51
|
}, {
|
|
53
52
|
readonly type: "reddit";
|
|
54
53
|
readonly label: "Reddit";
|
|
55
|
-
readonly icon: JSX.Element;
|
|
54
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
56
55
|
readonly brandColor: "#ff4500";
|
|
57
56
|
}, {
|
|
58
57
|
readonly type: "rss";
|
|
59
58
|
readonly label: "RSS";
|
|
60
|
-
readonly icon: JSX.Element;
|
|
59
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
61
60
|
readonly brandColor: "black";
|
|
62
61
|
}, {
|
|
63
62
|
readonly type: "snapchat";
|
|
64
63
|
readonly label: "Snapchat";
|
|
65
|
-
readonly icon: JSX.Element;
|
|
64
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
66
65
|
readonly brandColor: "#fffc00";
|
|
67
66
|
}, {
|
|
68
67
|
readonly type: "soundcloud";
|
|
69
68
|
readonly label: "SoundCloud";
|
|
70
|
-
readonly icon: JSX.Element;
|
|
69
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
71
70
|
readonly brandColor: "#ff3300";
|
|
72
71
|
}, {
|
|
73
72
|
readonly type: "spotify";
|
|
74
73
|
readonly label: "Spotify";
|
|
75
|
-
readonly icon: JSX.Element;
|
|
74
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
76
75
|
readonly brandColor: "#1db954";
|
|
77
76
|
}, {
|
|
78
77
|
readonly type: "telegram";
|
|
79
78
|
readonly label: "Telegram";
|
|
80
|
-
readonly icon: JSX.Element;
|
|
79
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
81
80
|
readonly brandColor: "#0088cc";
|
|
82
81
|
}, {
|
|
83
82
|
readonly type: "tumblr";
|
|
84
83
|
readonly label: "Tumblr";
|
|
85
|
-
readonly icon: JSX.Element;
|
|
84
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
86
85
|
readonly brandColor: "#35465c";
|
|
87
86
|
}, {
|
|
88
87
|
readonly type: "twitch";
|
|
89
88
|
readonly label: "Twitch";
|
|
90
|
-
readonly icon: JSX.Element;
|
|
89
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
91
90
|
readonly brandColor: "#6441A4";
|
|
92
91
|
}, {
|
|
93
92
|
readonly type: "twitter";
|
|
94
93
|
readonly label: "Twitter";
|
|
95
|
-
readonly icon: JSX.Element;
|
|
94
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
96
95
|
readonly brandColor: "#1da1f2";
|
|
97
96
|
}, {
|
|
98
97
|
readonly type: "whatsapp";
|
|
99
98
|
readonly label: "WhatsApp";
|
|
100
|
-
readonly icon: JSX.Element;
|
|
99
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
101
100
|
readonly brandColor: "#25d366";
|
|
102
101
|
}, {
|
|
103
102
|
readonly type: "vimeo";
|
|
104
103
|
readonly label: "Vimeo";
|
|
105
|
-
readonly icon: JSX.Element;
|
|
104
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
106
105
|
readonly brandColor: "#1ab7ea";
|
|
107
106
|
}, {
|
|
108
107
|
readonly type: "yelp";
|
|
109
108
|
readonly label: "Yelp";
|
|
110
|
-
readonly icon: JSX.Element;
|
|
109
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
111
110
|
readonly brandColor: "#af0606";
|
|
112
111
|
}, {
|
|
113
112
|
readonly type: "youtube";
|
|
114
113
|
readonly label: "YouTube";
|
|
115
|
-
readonly icon: JSX.Element;
|
|
114
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
116
115
|
readonly brandColor: "#ff0000";
|
|
117
116
|
}];
|
|
118
117
|
//# sourceMappingURL=options.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../../../../src/components/builtin/SocialLinks/options.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../../../../src/components/builtin/SocialLinks/options.tsx"],"names":[],"mappings":"AAwBA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwBrB,CAAA"}
|
|
@@ -13,12 +13,12 @@ export default ReadOnlyText;
|
|
|
13
13
|
export interface TextProps {
|
|
14
14
|
descendant: Text;
|
|
15
15
|
}
|
|
16
|
-
export declare function TextElement({ descendant }: TextProps): JSX.Element;
|
|
16
|
+
export declare function TextElement({ descendant }: TextProps): import("react/jsx-runtime").JSX.Element;
|
|
17
17
|
export interface InlineProps {
|
|
18
18
|
descendant: Inline;
|
|
19
19
|
}
|
|
20
20
|
export interface BlockProps {
|
|
21
21
|
descendant: Block;
|
|
22
22
|
}
|
|
23
|
-
export declare function BlockElement({ descendant }: BlockProps): JSX.Element | null;
|
|
23
|
+
export declare function BlockElement({ descendant }: BlockProps): import("react/jsx-runtime").JSX.Element | null;
|
|
24
24
|
//# sourceMappingURL=ReadOnlyText.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadOnlyText.d.ts","sourceRoot":"","sources":["../../../../../../src/components/builtin/Text/ReadOnlyText.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAc,IAAI,EAAE,MAAM,OAAO,CAAA;AAExC,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AAI1F,OAAO,EAAE,MAAM,EAAc,KAAK,EAAa,MAAM,gBAAgB,CAAA;AAMrE,KAAK,KAAK,GAAG;IACX,EAAE,CAAC,EAAE,cAAc,CAAA;IACnB,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,QAAA,MAAM,YAAY,kGAYhB,CAAA;AAEF,eAAe,YAAY,CAAA;AAmB3B,MAAM,WAAW,SAAS;IACxB,UAAU,EAAE,IAAI,CAAA;CACjB;AAED,wBAAgB,WAAW,CAAC,EAAE,UAAU,EAAE,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"ReadOnlyText.d.ts","sourceRoot":"","sources":["../../../../../../src/components/builtin/Text/ReadOnlyText.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAc,IAAI,EAAE,MAAM,OAAO,CAAA;AAExC,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AAI1F,OAAO,EAAE,MAAM,EAAc,KAAK,EAAa,MAAM,gBAAgB,CAAA;AAMrE,KAAK,KAAK,GAAG;IACX,EAAE,CAAC,EAAE,cAAc,CAAA;IACnB,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,QAAA,MAAM,YAAY,kGAYhB,CAAA;AAEF,eAAe,YAAY,CAAA;AAmB3B,MAAM,WAAW,SAAS;IACxB,UAAU,EAAE,IAAI,CAAA;CACjB;AAED,wBAAgB,WAAW,CAAC,EAAE,UAAU,EAAE,EAAE,SAAS,2CASpD;AAED,MAAM,WAAW,WAAW;IAC1B,UAAU,EAAE,MAAM,CAAA;CACnB;AAoCD,MAAM,WAAW,UAAU;IACzB,UAAU,EAAE,KAAK,CAAA;CAClB;AAED,wBAAgB,YAAY,CAAC,EAAE,UAAU,EAAE,EAAE,UAAU,kDA8FtD"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { RenderElementProps } from 'slate-react';
|
|
3
2
|
import { Block } from '../../../../../slate';
|
|
4
3
|
export interface InlineRenderElementProps extends RenderElementProps {
|
|
5
4
|
element: Block;
|
|
6
5
|
}
|
|
7
|
-
export declare function BlockElement({ element, attributes, children }: InlineRenderElementProps): JSX.Element;
|
|
6
|
+
export declare function BlockElement({ element, attributes, children }: InlineRenderElementProps): import("react/jsx-runtime").JSX.Element;
|
|
8
7
|
//# sourceMappingURL=block.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"block.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Text/components/Element/block.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"block.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Text/components/Element/block.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAGhD,OAAO,EAAE,KAAK,EAAa,MAAM,sBAAsB,CAAA;AAEvD,MAAM,WAAW,wBAAyB,SAAQ,kBAAkB;IAClE,OAAO,EAAE,KAAK,CAAA;CACf;AAED,wBAAgB,YAAY,CAAC,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,wBAAwB,2CA8FvF"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { RenderElementProps } from 'slate-react';
|
|
3
|
-
export declare function Element({ element, ...props }: RenderElementProps): JSX.Element;
|
|
2
|
+
export declare function Element({ element, ...props }: RenderElementProps): import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
//# sourceMappingURL=element.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"element.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Text/components/Element/element.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"element.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Text/components/Element/element.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAKhD,wBAAgB,OAAO,CAAC,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,2CAyBhE"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { RenderElementProps } from 'slate-react';
|
|
3
2
|
import { Inline } from '../../../../../slate';
|
|
4
3
|
export interface InlineRenderElementProps extends RenderElementProps {
|
|
5
4
|
element: Inline;
|
|
6
5
|
}
|
|
7
|
-
export declare function InlineElement({ element, attributes, children }: InlineRenderElementProps): JSX.Element;
|
|
6
|
+
export declare function InlineElement({ element, attributes, children }: InlineRenderElementProps): import("react/jsx-runtime").JSX.Element;
|
|
8
7
|
//# sourceMappingURL=inline.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inline.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Text/components/Element/inline.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inline.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Text/components/Element/inline.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAGhD,OAAO,EAAE,MAAM,EAAc,MAAM,sBAAsB,CAAA;AAMzD,MAAM,WAAW,wBAAyB,SAAQ,kBAAkB;IAClE,OAAO,EAAE,MAAM,CAAA;CAChB;AAED,wBAAgB,aAAa,CAAC,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,wBAAwB,2CAexF"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { RenderLeafProps } from 'slate-react';
|
|
3
|
-
export declare function Leaf({ leaf, ...props }: RenderLeafProps): JSX.Element;
|
|
2
|
+
export declare function Leaf({ leaf, ...props }: RenderLeafProps): import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
//# sourceMappingURL=leaf.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"leaf.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Text/components/Leaf/leaf.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"leaf.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Text/components/Leaf/leaf.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAK7C,wBAAgB,IAAI,CAAC,EAAE,IAAI,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAYvD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Page.d.ts","sourceRoot":"","sources":["../../../../../src/components/page/Page.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Page.d.ts","sourceRoot":"","sources":["../../../../../src/components/page/Page.tsx"],"names":[],"mappings":"AAaA,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAA;AAiElD,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,qBAAqB,CAAA;CAChC,CAAA;AAED,wBAAgB,IAAI,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CAoK3D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/shared/BackgroundsContainer/components/BackgroundVideo/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/shared/BackgroundsContainer/components/BackgroundVideo/index.tsx"],"names":[],"mappings":"AA6DA,KAAK,KAAK,GAAG;IACX,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EACtC,GAAQ,EACR,WAAoB,EACpB,IAAQ,EACR,SAAS,EACT,OAAO,GACR,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CA8DrB"}
|
package/dist/types/src/components/shared/BackgroundsContainer/components/Backgrounds/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/shared/BackgroundsContainer/components/Backgrounds/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/shared/BackgroundsContainer/components/Backgrounds/index.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,6BAA6B,EAAmB,MAAM,mBAAmB,CAAA;AAyClF,KAAK,KAAK,GAAG;IAAE,WAAW,EAAE,6BAA6B,GAAG,IAAI,GAAG,SAAS,CAAA;CAAE,CAAA;AAE9E,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAAE,WAAW,EAAE,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CAevE"}
|
|
@@ -4,6 +4,6 @@ type BaseProps = {
|
|
|
4
4
|
backgrounds: BackgroundsPropControllerValue | null | undefined;
|
|
5
5
|
children: ReactElement<ElementType>;
|
|
6
6
|
};
|
|
7
|
-
declare const _default: import("react").ForwardRefExoticComponent<BaseProps & Omit<
|
|
7
|
+
declare const _default: import("react").ForwardRefExoticComponent<BaseProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, keyof BaseProps> & import("react").RefAttributes<HTMLDivElement | null>>;
|
|
8
8
|
export default _default;
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -7,6 +7,6 @@ type BaseProps = {
|
|
|
7
7
|
last: boolean;
|
|
8
8
|
};
|
|
9
9
|
type Props = BaseProps & Omit<ComponentPropsWithoutRef<'div'>, keyof BaseProps>;
|
|
10
|
-
export default function GutterContainer({ className, gutter, first, last, ...restOfProps }: Props): JSX.Element;
|
|
10
|
+
export default function GutterContainer({ className, gutter, first, last, ...restOfProps }: Props): import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export {};
|
|
12
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/shared/GutterContainer/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAA;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,uCAAuC,CAAA;AAI/E,KAAK,SAAS,GAAG;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,eAAe,CAAC,MAAM,CAAC,CAAA;IAChC,KAAK,EAAE,OAAO,CAAA;IACd,IAAI,EAAE,OAAO,CAAA;CACd,CAAA;AAED,KAAK,KAAK,GAAG,SAAS,GAAG,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,MAAM,SAAS,CAAC,CAAA;AAE/E,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,GAAG,WAAW,EAAE,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/shared/GutterContainer/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAA;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,uCAAuC,CAAA;AAI/E,KAAK,SAAS,GAAG;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,eAAe,CAAC,MAAM,CAAC,CAAA;IAChC,KAAK,EAAE,OAAO,CAAA;IACd,IAAI,EAAE,OAAO,CAAA;CACd,CAAA;AAED,KAAK,KAAK,GAAG,SAAS,GAAG,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,MAAM,SAAS,CAAC,CAAA;AAE/E,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,GAAG,WAAW,EAAE,EAAE,KAAK,2CAehG"}
|
|
@@ -4,6 +4,6 @@ type BaseProps = {
|
|
|
4
4
|
link?: LinkPropControllerValue;
|
|
5
5
|
onClick?: (event: MouseEvent<HTMLAnchorElement>) => unknown;
|
|
6
6
|
};
|
|
7
|
-
export declare const Link: import("react").ForwardRefExoticComponent<BaseProps & Omit<
|
|
7
|
+
export declare const Link: import("react").ForwardRefExoticComponent<BaseProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref">, keyof BaseProps> & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
8
8
|
export {};
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/shared/Link/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAwC,UAAU,EAAE,MAAM,OAAO,CAAA;AAIxE,OAAO,EAAE,SAAS,IAAI,uBAAuB,EAAE,MAAM,uCAAuC,CAAA;AAI5F,KAAK,SAAS,GAAG;IACf,IAAI,CAAC,EAAE,uBAAuB,CAAA;IAC9B,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,iBAAiB,CAAC,KAAK,OAAO,CAAA;CAC5D,CAAA;AAID,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/shared/Link/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAwC,UAAU,EAAE,MAAM,OAAO,CAAA;AAIxE,OAAO,EAAE,SAAS,IAAI,uBAAuB,EAAE,MAAM,uCAAuC,CAAA;AAI5F,KAAK,SAAS,GAAG;IACf,IAAI,CAAC,EAAE,uBAAuB,CAAA;IAC9B,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,iBAAiB,CAAC,KAAK,OAAO,CAAA;CAC5D,CAAA;AAID,eAAO,MAAM,IAAI,6PA6Hf,CAAA"}
|
|
@@ -15,6 +15,6 @@ type BaseProps = {
|
|
|
15
15
|
};
|
|
16
16
|
type Props = BaseProps & Omit<ComponentPropsWithoutRef<'div'>, keyof BaseProps>;
|
|
17
17
|
export declare const gridItemIdentifierClassName = "grid-item";
|
|
18
|
-
export declare function GridItem({ grid, index, columnGap, rowGap, className, itemAnimateDuration, itemAnimateDelay, itemStaggerDuration, ...restOfProps }: Props): JSX.Element;
|
|
18
|
+
export declare function GridItem({ grid, index, columnGap, rowGap, className, itemAnimateDuration, itemAnimateDelay, itemStaggerDuration, ...restOfProps }: Props): import("react/jsx-runtime").JSX.Element;
|
|
19
19
|
export {};
|
|
20
20
|
//# sourceMappingURL=grid-item.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-item.d.ts","sourceRoot":"","sources":["../../../../../src/components/shared/grid-item.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAA;AAChD,OAAO,EACL,eAAe,EACf,MAAM,IAAI,WAAW,EACrB,qBAAqB,EACtB,MAAM,wBAAwB,CAAA;AAK/B,KAAK,SAAS,GAAG;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,eAAe,CAAC;QAAE,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;IACrE,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,eAAe,CAAC,WAAW,CAAC,CAAA;IACxC,MAAM,CAAC,EAAE,eAAe,CAAC,WAAW,CAAC,CAAA;IACrC,mBAAmB,CAAC,EAAE,qBAAqB,CAAA;IAC3C,gBAAgB,CAAC,EAAE,qBAAqB,CAAA;IACxC,mBAAmB,CAAC,EAAE,qBAAqB,CAAA;CAC5C,CAAA;AAED,KAAK,KAAK,GAAG,SAAS,GAAG,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,MAAM,SAAS,CAAC,CAAA;AAE/E,eAAO,MAAM,2BAA2B,cAAc,CAAA;AAEtD,wBAAgB,QAAQ,CAAC,EACvB,IAAI,EACJ,KAAK,EACL,SAAS,EACT,MAAM,EACN,SAAS,EACT,mBAAmB,EACnB,gBAAgB,EAChB,mBAAmB,EACnB,GAAG,WAAW,EACf,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"grid-item.d.ts","sourceRoot":"","sources":["../../../../../src/components/shared/grid-item.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAA;AAChD,OAAO,EACL,eAAe,EACf,MAAM,IAAI,WAAW,EACrB,qBAAqB,EACtB,MAAM,wBAAwB,CAAA;AAK/B,KAAK,SAAS,GAAG;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,eAAe,CAAC;QAAE,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;IACrE,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,eAAe,CAAC,WAAW,CAAC,CAAA;IACxC,MAAM,CAAC,EAAE,eAAe,CAAC,WAAW,CAAC,CAAA;IACrC,mBAAmB,CAAC,EAAE,qBAAqB,CAAA;IAC3C,gBAAgB,CAAC,EAAE,qBAAqB,CAAA;IACxC,mBAAmB,CAAC,EAAE,qBAAqB,CAAA;CAC5C,CAAA;AAED,KAAK,KAAK,GAAG,SAAS,GAAG,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,MAAM,SAAS,CAAC,CAAA;AAE/E,eAAO,MAAM,2BAA2B,cAAc,CAAA;AAEtD,wBAAgB,QAAQ,CAAC,EACvB,IAAI,EACJ,KAAK,EACL,SAAS,EACT,MAAM,EACN,SAAS,EACT,mBAAmB,EACnB,gBAAgB,EAChB,mBAAmB,EACnB,GAAG,WAAW,EACf,EAAE,KAAK,2CAeP"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../src/next/client.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../src/next/client.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import NextDocument, { DocumentContext, DocumentInitialProps } from 'next/document';
|
|
3
2
|
export declare class Document extends NextDocument {
|
|
4
3
|
static getInitialProps(ctx: DocumentContext): Promise<DocumentInitialProps>;
|
|
5
|
-
render(): JSX.Element;
|
|
4
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
|
6
5
|
}
|
|
7
6
|
//# sourceMappingURL=document.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document.d.ts","sourceRoot":"","sources":["../../../../src/next/document.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"document.d.ts","sourceRoot":"","sources":["../../../../src/next/document.tsx"],"names":[],"mappings":"AAIA,OAAO,YAAY,EAAE,EACnB,eAAe,EACf,oBAAoB,EAKrB,MAAM,eAAe,CAAA;AAGtB,qBAAa,QAAS,SAAQ,YAAY;WAC3B,eAAe,CAAC,GAAG,EAAE,eAAe,GAAG,OAAO,CAAC,oBAAoB,CAAC;IAiBjF,MAAM;CAeP"}
|
|
@@ -15,7 +15,7 @@ export declare function getStaticProps(ctx: GetStaticPropsContext<ParsedUrlQuery
|
|
|
15
15
|
export declare function getServerSideProps(ctx: GetServerSidePropsContext<{
|
|
16
16
|
path?: string[];
|
|
17
17
|
}>): Promise<GetServerSidePropsResult<PageProps>>;
|
|
18
|
-
export declare const Page: import("react").MemoExoticComponent<({ snapshot, runtime }: PageProps) => JSX.Element>;
|
|
18
|
+
export declare const Page: import("react").MemoExoticComponent<({ snapshot, runtime }: PageProps) => import("react/jsx-runtime").JSX.Element>;
|
|
19
19
|
export type { MakeswiftPage, MakeswiftPageDocument, MakeswiftPageSnapshot } from './client';
|
|
20
20
|
export { Makeswift } from './client';
|
|
21
21
|
export type { MakeswiftPreviewData } from './preview-mode';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/next/index.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAmB,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAGjE,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,SAAS,GAAG;IACtB,QAAQ,EAAE,qBAAqB,CAAA;IAC/B,OAAO,CAAC,EAAE,YAAY,CAAA;CACvB,CAAA;AACD,OAAO,EACL,yBAAyB,EACzB,wBAAwB,EACxB,oBAAoB,EACpB,qBAAqB,EACrB,oBAAoB,EACrB,MAAM,MAAM,CAAA;AAEb,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAA;AA6CrD,KAAK,cAAc,GAAG;IAAE,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;CAAE,CAAA;AAUzC,wBAAsB,cAAc,IAAI,OAAO,CAAC,oBAAoB,CAAC,cAAc,CAAC,CAAC,CAYpF;AAID,wBAAsB,cAAc,CAClC,GAAG,EAAE,qBAAqB,CAAC,cAAc,EAAE,oBAAoB,CAAC,GAC/D,OAAO,CAAC,oBAAoB,CAAC,SAAS,CAAC,CAAC,CAe1C;AAED,wBAAsB,kBAAkB,CACtC,GAAG,EAAE,yBAAyB,CAAC;IAAE,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;CAAE,CAAC,GAClD,OAAO,CAAC,wBAAwB,CAAC,SAAS,CAAC,CAAC,CAa9C;AAED,eAAO,MAAM,IAAI,8DAAgC,SAAS,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/next/index.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAmB,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAGjE,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,SAAS,GAAG;IACtB,QAAQ,EAAE,qBAAqB,CAAA;IAC/B,OAAO,CAAC,EAAE,YAAY,CAAA;CACvB,CAAA;AACD,OAAO,EACL,yBAAyB,EACzB,wBAAwB,EACxB,oBAAoB,EACpB,qBAAqB,EACrB,oBAAoB,EACrB,MAAM,MAAM,CAAA;AAEb,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAA;AA6CrD,KAAK,cAAc,GAAG;IAAE,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;CAAE,CAAA;AAUzC,wBAAsB,cAAc,IAAI,OAAO,CAAC,oBAAoB,CAAC,cAAc,CAAC,CAAC,CAYpF;AAID,wBAAsB,cAAc,CAClC,GAAG,EAAE,qBAAqB,CAAC,cAAc,EAAE,oBAAoB,CAAC,GAC/D,OAAO,CAAC,oBAAoB,CAAC,SAAS,CAAC,CAAC,CAe1C;AAED,wBAAsB,kBAAkB,CACtC,GAAG,EAAE,yBAAyB,CAAC;IAAE,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;CAAE,CAAC,GAClD,OAAO,CAAC,wBAAwB,CAAC,SAAS,CAAC,CAAC,CAa9C;AAED,eAAO,MAAM,IAAI,8DAAgC,SAAS,6CA2BxD,CAAA;AAEF,YAAY,EAAE,aAAa,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAC3F,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAA;AACpC,YAAY,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAA;AAC1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,2BAA2B,EAAE,MAAM,eAAe,CAAA;AAChF,OAAO,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AACnD,OAAO,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { PreviewData } from 'next';
|
|
3
2
|
import { z } from 'zod';
|
|
4
3
|
declare const makeswiftSiteVersionSchema: z.ZodEnum<["Live", "Working"]>;
|
|
@@ -20,6 +19,6 @@ type Props = {
|
|
|
20
19
|
isPreview?: boolean;
|
|
21
20
|
appOrigin?: string;
|
|
22
21
|
};
|
|
23
|
-
export declare function PreviewModeScript({ isPreview, appOrigin, }: Props): JSX.Element;
|
|
22
|
+
export declare function PreviewModeScript({ isPreview, appOrigin, }: Props): import("react/jsx-runtime").JSX.Element;
|
|
24
23
|
export {};
|
|
25
24
|
//# sourceMappingURL=preview-mode.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"preview-mode.d.ts","sourceRoot":"","sources":["../../../../src/next/preview-mode.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"preview-mode.d.ts","sourceRoot":"","sources":["../../../../src/next/preview-mode.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,MAAM,CAAA;AAClC,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,QAAA,MAAM,0BAA0B,gCAA8B,CAAA;AAC9D,eAAO,MAAM,oBAAoB,+BAAkC,CAAA;AACnE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAA;AAE7E,QAAA,MAAM,0BAA0B;;;;;;;;;EAG9B,CAAA;AACF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAA;AAE7E,wBAAgB,uBAAuB,CAAC,WAAW,EAAE,WAAW,GAAG,oBAAoB,GAAG,IAAI,CAM7F;AAED,KAAK,KAAK,GAAG;IACX,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,wBAAgB,iBAAiB,CAAC,EAChC,SAAiB,EACjB,SAAuC,GACxC,EAAE,KAAK,2CAwFP"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"render-hook.d.ts","sourceRoot":"","sources":["../../../../../../src/runtimes/react/components/render-hook.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"render-hook.d.ts","sourceRoot":"","sources":["../../../../../../src/runtimes/react/components/render-hook.ts"],"names":[],"mappings":"AAAA,KAAK,KAAK,CAAC,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,IAAI;IAC9C;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAA;IAEX,IAAI,EAAE,CAAC,CAAA;IACP,UAAU,EAAE,UAAU,CAAC,CAAC,CAAC,CAAA;IACzB,QAAQ,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CAAA;CAC7C,CAAA;AAED,wBAAgB,UAAU,CAAC,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EAAE,EAC5D,IAAI,EAAE,OAAO,EACb,UAAU,EACV,QAAQ,GACT,EAAE,KAAK,CAAC,CAAC,CAAC,eAEV"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { CheckboxControlDefinition, ColorControlDefinition, ComboboxControlDefinition, ControlDefinition, ControlDefinitionData, ImageControlDefinition, LinkControlDefinition, ListControlDefinition, NumberControlDefinition, RichTextControlDefinition, RichTextV2ControlDefinition, SelectControlDefinition, ShapeControlDefinition, SlotControlDefinition, StyleControlDefinition, StyleV2ControlDefinition, TextAreaControlDefinition, TextInputControlDefinition, TypographyControlDefinition } from '../../../controls';
|
|
3
2
|
import { IconRadioGroupControlDefinition } from '../../../controls/icon-radio-group';
|
|
4
3
|
import { AnyPropController } from '../../../prop-controllers/instances';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../../../../../../src/runtimes/react/controls/control.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../../../../../../src/runtimes/react/controls/control.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { ListControl, ListControlData, ListControlDefinition } from '../../../controls';
|
|
3
2
|
import { ControlDefinitionValue } from './control';
|
|
4
3
|
type ListControlItemValue<T extends ListControlDefinition> = ControlDefinitionValue<T['config']['type']>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../../../src/runtimes/react/controls/list.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../../../src/runtimes/react/controls/list.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAA;AAEvF,OAAO,EAAE,sBAAsB,EAAgB,MAAM,WAAW,CAAA;AAEhE,KAAK,oBAAoB,CAAC,CAAC,SAAS,qBAAqB,IAAI,sBAAsB,CACjF,CAAC,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CACpB,CAAA;AAED,MAAM,MAAM,gBAAgB,CAAC,CAAC,SAAS,qBAAqB,IAAI,oBAAoB,CAAC,CAAC,CAAC,EAAE,CAAA;AAEzF,KAAK,qBAAqB,CAAC,CAAC,SAAS,qBAAqB,IAAI;IAC5D,UAAU,EAAE,CAAC,CAAA;IACb,IAAI,EAAE,eAAe,CAAC,CAAC,CAAC,GAAG,SAAS,CAAA;IACpC,QAAQ,CAAC,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CAAA;IACjD,OAAO,EAAE,WAAW,CAAA;CACrB,CAAA;AAED,wBAAgB,gBAAgB,CAAC,CAAC,SAAS,qBAAqB,EAAE,EAChE,UAAU,EACV,IAAI,EACJ,QAAQ,EACR,OAAO,GACR,EAAE,qBAAqB,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CA0BxC"}
|
package/dist/types/src/runtimes/react/controls/rich-text-v2/EditableTextV2/editable-text-v2.d.ts
CHANGED
|
@@ -9,6 +9,6 @@ type Props = {
|
|
|
9
9
|
definition: RichTextV2ControlDefinition;
|
|
10
10
|
control: RichTextV2Control | null;
|
|
11
11
|
};
|
|
12
|
-
export declare function EditableTextV2({ text, definition, control }: Props): JSX.Element;
|
|
12
|
+
export declare function EditableTextV2({ text, definition, control }: Props): import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
export default EditableTextV2;
|
|
14
14
|
//# sourceMappingURL=editable-text-v2.d.ts.map
|
package/dist/types/src/runtimes/react/controls/rich-text-v2/EditableTextV2/editable-text-v2.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"editable-text-v2.d.ts","sourceRoot":"","sources":["../../../../../../../../src/runtimes/react/controls/rich-text-v2/EditableTextV2/editable-text-v2.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,SAAS,EAMV,MAAM,OAAO,CAAA;AAad,OAAO,EACL,iBAAiB,EACjB,qBAAqB,EACrB,2BAA2B,EAE5B,MAAM,yBAAyB,CAAA;AAWhC,MAAM,MAAM,sBAAsB,GAAG,SAAS,CAAA;AAE9C,MAAM,MAAM,WAAW,GAAG;IAAE,IAAI,CAAC,EAAE,2BAA2B,CAAA;CAAE,CAAA;AAIhE,KAAK,KAAK,GAAG;IACX,IAAI,CAAC,EAAE,qBAAqB,CAAA;IAC5B,UAAU,EAAE,2BAA2B,CAAA;IACvC,OAAO,EAAE,iBAAiB,GAAG,IAAI,CAAA;CAClC,CAAA;AAED,wBAAgB,cAAc,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,OAAO,EAAE,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"editable-text-v2.d.ts","sourceRoot":"","sources":["../../../../../../../../src/runtimes/react/controls/rich-text-v2/EditableTextV2/editable-text-v2.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,SAAS,EAMV,MAAM,OAAO,CAAA;AAad,OAAO,EACL,iBAAiB,EACjB,qBAAqB,EACrB,2BAA2B,EAE5B,MAAM,yBAAyB,CAAA;AAWhC,MAAM,MAAM,sBAAsB,GAAG,SAAS,CAAA;AAE9C,MAAM,MAAM,WAAW,GAAG;IAAE,IAAI,CAAC,EAAE,2BAA2B,CAAA;CAAE,CAAA;AAIhE,KAAK,KAAK,GAAG;IACX,IAAI,CAAC,EAAE,qBAAqB,CAAA;IAC5B,UAAU,EAAE,2BAA2B,CAAA;IACvC,OAAO,EAAE,iBAAiB,GAAG,IAAI,CAAA;CAClC,CAAA;AAED,wBAAgB,cAAc,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,OAAO,EAAE,EAAE,KAAK,2CAmIlE;AAED,eAAe,cAAc,CAAA"}
|
package/dist/types/src/runtimes/react/controls/rich-text-v2/EditableTextV2/render-element.d.ts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { RenderElementProps } from 'slate-react';
|
|
3
2
|
import { RichTextV2ControlDefinition, RichTextV2Plugin } from '../../../../../controls';
|
|
4
3
|
type RichTextV2ElementProps = RenderElementProps & {
|
|
5
4
|
definition: RichTextV2ControlDefinition;
|
|
6
5
|
plugins: RichTextV2Plugin[];
|
|
7
6
|
};
|
|
8
|
-
export declare function RichTextV2Element({ definition, plugins, ...props }: RichTextV2ElementProps): JSX.Element;
|
|
7
|
+
export declare function RichTextV2Element({ definition, plugins, ...props }: RichTextV2ElementProps): import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
export {};
|
|
10
9
|
//# sourceMappingURL=render-element.d.ts.map
|
package/dist/types/src/runtimes/react/controls/rich-text-v2/EditableTextV2/render-element.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"render-element.d.ts","sourceRoot":"","sources":["../../../../../../../../src/runtimes/react/controls/rich-text-v2/EditableTextV2/render-element.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"render-element.d.ts","sourceRoot":"","sources":["../../../../../../../../src/runtimes/react/controls/rich-text-v2/EditableTextV2/render-element.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAChD,OAAO,EACL,2BAA2B,EAC3B,gBAAgB,EAEjB,MAAM,yBAAyB,CAAA;AAKhC,KAAK,sBAAsB,GAAG,kBAAkB,GAAG;IACjD,UAAU,EAAE,2BAA2B,CAAA;IACvC,OAAO,EAAE,gBAAgB,EAAE,CAAA;CAC5B,CAAA;AAED,wBAAgB,iBAAiB,CAAC,EAAE,UAAU,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,sBAAsB,2CAyC1F"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { RenderLeafProps } from 'slate-react';
|
|
3
2
|
import { RichTextV2ControlDefinition, RichTextV2Plugin } from '../../../../../controls';
|
|
4
3
|
type RichTextV2LeafProps = RenderLeafProps & {
|
|
5
4
|
definition: RichTextV2ControlDefinition;
|
|
6
5
|
plugins: RichTextV2Plugin[];
|
|
7
6
|
};
|
|
8
|
-
export declare function RichTextV2Leaf({ definition, plugins, ...props }: RichTextV2LeafProps): JSX.Element;
|
|
7
|
+
export declare function RichTextV2Leaf({ definition, plugins, ...props }: RichTextV2LeafProps): import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
export {};
|
|
10
9
|
//# sourceMappingURL=render-leaf.d.ts.map
|
package/dist/types/src/runtimes/react/controls/rich-text-v2/EditableTextV2/render-leaf.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"render-leaf.d.ts","sourceRoot":"","sources":["../../../../../../../../src/runtimes/react/controls/rich-text-v2/EditableTextV2/render-leaf.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"render-leaf.d.ts","sourceRoot":"","sources":["../../../../../../../../src/runtimes/react/controls/rich-text-v2/EditableTextV2/render-leaf.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAC7C,OAAO,EAAE,2BAA2B,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AAGvF,KAAK,mBAAmB,GAAG,eAAe,GAAG;IAC3C,UAAU,EAAE,2BAA2B,CAAA;IACvC,OAAO,EAAE,gBAAgB,EAAE,CAAA;CAC5B,CAAA;AAED,wBAAgB,cAAc,CAAC,EAAE,UAAU,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,2CA2BpF"}
|
|
@@ -11,7 +11,7 @@ export default ReadOnlyTextV2;
|
|
|
11
11
|
export interface TextProps {
|
|
12
12
|
descendant: Text;
|
|
13
13
|
}
|
|
14
|
-
export declare function TextElement({ descendant }: TextProps): JSX.Element;
|
|
14
|
+
export declare function TextElement({ descendant }: TextProps): import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
export interface InlineProps {
|
|
16
16
|
descendant: Inline;
|
|
17
17
|
mode: RichTextV2Mode;
|
|
@@ -20,5 +20,5 @@ export interface BlockProps {
|
|
|
20
20
|
descendant: Block;
|
|
21
21
|
mode: RichTextV2Mode;
|
|
22
22
|
}
|
|
23
|
-
export declare function BlockElement({ descendant, mode }: BlockProps): JSX.Element;
|
|
23
|
+
export declare function BlockElement({ descendant, mode }: BlockProps): import("react/jsx-runtime").JSX.Element;
|
|
24
24
|
//# sourceMappingURL=ReadOnlyTextV2.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadOnlyTextV2.d.ts","sourceRoot":"","sources":["../../../../../../../src/runtimes/react/controls/rich-text-v2/ReadOnlyTextV2.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAE/F,OAAO,EAAc,IAAI,EAAE,MAAM,OAAO,CAAA;AAExC,OAAO,EAAE,MAAM,EAAc,KAAK,EAAa,MAAM,mBAAmB,CAAA;AAGxE,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,qBAAqB,CAAA;IAC3B,OAAO,EAAE,iBAAiB,GAAG,IAAI,CAAA;CAClC,CAAA;AAED,QAAA,MAAM,cAAc,kGAiBlB,CAAA;AAEF,eAAe,cAAc,CAAA;AAmB7B,MAAM,WAAW,SAAS;IACxB,UAAU,EAAE,IAAI,CAAA;CACjB;AAED,wBAAgB,WAAW,CAAC,EAAE,UAAU,EAAE,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"ReadOnlyTextV2.d.ts","sourceRoot":"","sources":["../../../../../../../src/runtimes/react/controls/rich-text-v2/ReadOnlyTextV2.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAE/F,OAAO,EAAc,IAAI,EAAE,MAAM,OAAO,CAAA;AAExC,OAAO,EAAE,MAAM,EAAc,KAAK,EAAa,MAAM,mBAAmB,CAAA;AAGxE,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,qBAAqB,CAAA;IAC3B,OAAO,EAAE,iBAAiB,GAAG,IAAI,CAAA;CAClC,CAAA;AAED,QAAA,MAAM,cAAc,kGAiBlB,CAAA;AAEF,eAAe,cAAc,CAAA;AAmB7B,MAAM,WAAW,SAAS;IACxB,UAAU,EAAE,IAAI,CAAA;CACjB;AAED,wBAAgB,WAAW,CAAC,EAAE,UAAU,EAAE,EAAE,SAAS,2CASpD;AAED,MAAM,WAAW,WAAW;IAC1B,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,cAAc,CAAA;CACrB;AAoCD,MAAM,WAAW,UAAU;IACzB,UAAU,EAAE,KAAK,CAAA;IACjB,IAAI,EAAE,cAAc,CAAA;CACrB;AAED,wBAAgB,YAAY,CAAC,EAAE,UAAU,EAAE,IAAI,EAAE,EAAE,UAAU,2CA8G5D"}
|
|
@@ -4,5 +4,5 @@ export type RichTextV2ControlValue = ReactNode;
|
|
|
4
4
|
export type Descriptors = {
|
|
5
5
|
text?: RichTextV2ControlDefinition;
|
|
6
6
|
};
|
|
7
|
-
export declare function useRichTextV2(data: RichTextV2ControlData | RichTextControlData, definition: RichTextV2ControlDefinition, control: RichTextV2Control | null): JSX.Element;
|
|
7
|
+
export declare function useRichTextV2(data: RichTextV2ControlData | RichTextControlData, definition: RichTextV2ControlDefinition, control: RichTextV2Control | null): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
//# sourceMappingURL=rich-text-v2.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rich-text-v2.d.ts","sourceRoot":"","sources":["../../../../../../../src/runtimes/react/controls/rich-text-v2/rich-text-v2.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEjC,OAAO,EACL,mBAAmB,EACnB,iBAAiB,EACjB,qBAAqB,EACrB,2BAA2B,EAE5B,MAAM,sBAAsB,CAAA;AAK7B,MAAM,MAAM,sBAAsB,GAAG,SAAS,CAAA;AAE9C,MAAM,MAAM,WAAW,GAAG;IAAE,IAAI,CAAC,EAAE,2BAA2B,CAAA;CAAE,CAAA;AAahE,wBAAgB,aAAa,CAC3B,IAAI,EAAE,qBAAqB,GAAG,mBAAmB,EACjD,UAAU,EAAE,2BAA2B,EACvC,OAAO,EAAE,iBAAiB,GAAG,IAAI,
|
|
1
|
+
{"version":3,"file":"rich-text-v2.d.ts","sourceRoot":"","sources":["../../../../../../../src/runtimes/react/controls/rich-text-v2/rich-text-v2.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEjC,OAAO,EACL,mBAAmB,EACnB,iBAAiB,EACjB,qBAAqB,EACrB,2BAA2B,EAE5B,MAAM,sBAAsB,CAAA;AAK7B,MAAM,MAAM,sBAAsB,GAAG,SAAS,CAAA;AAE9C,MAAM,MAAM,WAAW,GAAG;IAAE,IAAI,CAAC,EAAE,2BAA2B,CAAA;CAAE,CAAA;AAahE,wBAAgB,aAAa,CAC3B,IAAI,EAAE,qBAAqB,GAAG,mBAAmB,EACjD,UAAU,EAAE,2BAA2B,EACvC,OAAO,EAAE,iBAAiB,GAAG,IAAI,2CAalC"}
|
|
@@ -4,5 +4,5 @@ export type RichTextControlValue = ReactNode;
|
|
|
4
4
|
export type Descriptors = {
|
|
5
5
|
text?: RichTextControlDefinition;
|
|
6
6
|
};
|
|
7
|
-
export declare function useRichText(data: RichTextControlData, control: RichTextControl | null): JSX.Element;
|
|
7
|
+
export declare function useRichText(data: RichTextControlData, control: RichTextControl | null): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
//# sourceMappingURL=rich-text.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rich-text.d.ts","sourceRoot":"","sources":["../../../../../../src/runtimes/react/controls/rich-text.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAe,MAAM,OAAO,CAAA;AAC9C,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,yBAAyB,EAC1B,MAAM,6BAA6B,CAAA;AAWpC,MAAM,MAAM,oBAAoB,GAAG,SAAS,CAAA;AAE5C,MAAM,MAAM,WAAW,GAAG;IAAE,IAAI,CAAC,EAAE,yBAAyB,CAAA;CAAE,CAAA;AAE9D,wBAAgB,WAAW,CAAC,IAAI,EAAE,mBAAmB,EAAE,OAAO,EAAE,eAAe,GAAG,IAAI,
|
|
1
|
+
{"version":3,"file":"rich-text.d.ts","sourceRoot":"","sources":["../../../../../../src/runtimes/react/controls/rich-text.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAe,MAAM,OAAO,CAAA;AAC9C,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,yBAAyB,EAC1B,MAAM,6BAA6B,CAAA;AAWpC,MAAM,MAAM,oBAAoB,GAAG,SAAS,CAAA;AAE5C,MAAM,MAAM,WAAW,GAAG;IAAE,IAAI,CAAC,EAAE,yBAAyB,CAAA;CAAE,CAAA;AAE9D,wBAAgB,WAAW,CAAC,IAAI,EAAE,mBAAmB,EAAE,OAAO,EAAE,eAAe,GAAG,IAAI,2CAUrF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shape.d.ts","sourceRoot":"","sources":["../../../../../../src/runtimes/react/controls/shape.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"shape.d.ts","sourceRoot":"","sources":["../../../../../../src/runtimes/react/controls/shape.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAA;AAChG,OAAO,EAAE,sBAAsB,EAAgB,MAAM,WAAW,CAAA;AAEhE,MAAM,MAAM,iBAAiB,CAAC,CAAC,SAAS,sBAAsB,IAAI;KAC/D,CAAC,IAAI,MAAM,CAAC,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,GAAG,sBAAsB,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;CACjF,CAAA;AAED,KAAK,sBAAsB,CAAC,CAAC,SAAS,sBAAsB,IAAI;IAC9D,UAAU,EAAE,CAAC,CAAA;IACb,IAAI,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,SAAS,CAAA;IACrC,QAAQ,CAAC,KAAK,EAAE,iBAAiB,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CAAA;IAClD,OAAO,EAAE,YAAY,CAAA;CACtB,CAAA;AAED,wBAAgB,iBAAiB,CAAC,CAAC,SAAS,sBAAsB,EAAE,EAClE,UAAU,EACV,IAAI,EACJ,QAAQ,EACR,OAAO,GACR,EAAE,sBAAsB,CAAC,CAAC,CAAC,eAe3B"}
|