@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,14 +1,14 @@
|
|
|
1
1
|
import { ComponentPropsWithoutRef, ElementType, ReactNode } from 'react';
|
|
2
2
|
import { SlotControl, SlotControlData } from '../../../controls';
|
|
3
3
|
export type SlotControlValue = ReactNode;
|
|
4
|
-
export declare function useSlot(data: SlotControlData, control: SlotControl | null): JSX.Element;
|
|
4
|
+
export declare function useSlot(data: SlotControlData, control: SlotControl | null): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
type SlotProps<T extends ElementType> = {
|
|
6
6
|
as?: T;
|
|
7
7
|
control: SlotControl | null;
|
|
8
8
|
children?: ReactNode;
|
|
9
9
|
className?: string;
|
|
10
10
|
};
|
|
11
|
-
export declare function Slot<T extends ElementType = 'div'>({ as, control, children, className, ...restOfProps }: SlotProps<T> & Omit<ComponentPropsWithoutRef<T>, keyof SlotProps<T>>): JSX.Element;
|
|
11
|
+
export declare function Slot<T extends ElementType = 'div'>({ as, control, children, className, ...restOfProps }: SlotProps<T> & Omit<ComponentPropsWithoutRef<T>, keyof SlotProps<T>>): import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
export declare namespace Slot {
|
|
13
13
|
var Placeholder: typeof SlotPlaceholder;
|
|
14
14
|
var Item: typeof SlotItem;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slot.d.ts","sourceRoot":"","sources":["../../../../../../src/runtimes/react/controls/slot.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,WAAW,EAAE,SAAS,EAAuB,MAAM,OAAO,CAAA;AAC7F,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAShE,MAAM,MAAM,gBAAgB,GAAG,SAAS,CAAA;AAExC,wBAAgB,OAAO,CAAC,IAAI,EAAE,eAAe,EAAE,OAAO,EAAE,WAAW,GAAG,IAAI,
|
|
1
|
+
{"version":3,"file":"slot.d.ts","sourceRoot":"","sources":["../../../../../../src/runtimes/react/controls/slot.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,WAAW,EAAE,SAAS,EAAuB,MAAM,OAAO,CAAA;AAC7F,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAShE,MAAM,MAAM,gBAAgB,GAAG,SAAS,CAAA;AAExC,wBAAgB,OAAO,CAAC,IAAI,EAAE,eAAe,EAAE,OAAO,EAAE,WAAW,GAAG,IAAI,2CAgBzE;AAED,KAAK,SAAS,CAAC,CAAC,SAAS,WAAW,IAAI;IACtC,EAAE,CAAC,EAAE,CAAC,CAAA;IACN,OAAO,EAAE,WAAW,GAAG,IAAI,CAAA;IAC3B,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,wBAAgB,IAAI,CAAC,CAAC,SAAS,WAAW,GAAG,KAAK,EAAE,EAClD,EAAE,EACF,OAAO,EACP,QAAQ,EACR,SAAS,EACT,GAAG,WAAW,EACf,EAAE,SAAS,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC,EAAE,MAAM,SAAS,CAAC,CAAC,CAAC,CAAC,2CAuBtE;yBA7Be,IAAI;;;;AAmCpB,KAAK,aAAa,CAAC,CAAC,SAAS,WAAW,IAAI;IAC1C,EAAE,CAAC,EAAE,CAAC,CAAA;IACN,OAAO,EAAE,WAAW,GAAG,IAAI,CAAA;IAC3B,IAAI,EAAE,eAAe,CAAC,SAAS,CAAC,CAAA;IAChC,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,iBAAS,QAAQ,CAAC,CAAC,SAAS,WAAW,GAAG,KAAK,EAAE,EAC/C,EAAE,EACF,OAAO,EACP,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,SAAS,EACT,GAAG,WAAW,EACf,EAAE,aAAa,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC,EAAE,MAAM,aAAa,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CA4B5F;AAED,KAAK,oBAAoB,GAAG;IAC1B,OAAO,EAAE,WAAW,GAAG,IAAI,CAAA;CAC5B,CAAA;AAED,iBAAS,eAAe,CAAC,EAAE,OAAO,EAAE,EAAE,oBAAoB,GAAG,GAAG,CAAC,OAAO,CA0CvE"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { StyleV2Control, StyleV2ControlData, StyleV2ControlDefinition } from '../../../controls';
|
|
3
2
|
export type StyleV2ControlFormattedValue = string;
|
|
4
3
|
export declare function useFormattedStyleV2<T extends StyleV2ControlDefinition>(styleControlData: StyleV2ControlData, controlDefinition: T): StyleV2ControlFormattedValue;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"style-v2.d.ts","sourceRoot":"","sources":["../../../../../../src/runtimes/react/controls/style-v2.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"style-v2.d.ts","sourceRoot":"","sources":["../../../../../../src/runtimes/react/controls/style-v2.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAA;AA8ChG,MAAM,MAAM,4BAA4B,GAAG,MAAM,CAAA;AAEjD,wBAAgB,mBAAmB,CAAC,CAAC,SAAS,wBAAwB,EACpE,gBAAgB,EAAE,kBAAkB,EACpC,iBAAiB,EAAE,CAAC,GACnB,4BAA4B,CAI9B;AAED,KAAK,wBAAwB,CAAC,CAAC,SAAS,wBAAwB,IAAI;IAClE,UAAU,EAAE,CAAC,CAAA;IACb,IAAI,EAAE,kBAAkB,GAAG,SAAS,CAAA;IACpC,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAA;IACpC,OAAO,CAAC,EAAE,cAAc,CAAA;CACzB,CAAA;AAED,wBAAgB,mBAAmB,CAAC,CAAC,SAAS,wBAAwB,EAAE,EACtE,UAAU,EACV,IAAI,EACJ,QAAQ,EACR,OAAO,GACR,EAAE,wBAAwB,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CAyB3C"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import * as ReactPage from '../../state/react-page';
|
|
3
2
|
import { BorderDescriptor, BorderPropControllerFormat, BorderRadiusDescriptor, BorderRadiusPropControllerFormat, BorderRadiusValue, BorderValue, Descriptor, MarginDescriptor, MarginPropControllerFormat, MarginValue, PaddingDescriptor, PaddingPropControllerFormat, PaddingValue, ResolveOptions, ResponsiveValue, ShadowsDescriptor, ShadowsPropControllerFormat, ShadowsValue, WidthPropControllerFormat, WidthDescriptor, WidthValue } from '../../prop-controllers/descriptors';
|
|
4
3
|
import type { ColorValue } from '../../components/utils/types';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"controls.d.ts","sourceRoot":"","sources":["../../../../../src/runtimes/react/controls.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"controls.d.ts","sourceRoot":"","sources":["../../../../../src/runtimes/react/controls.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"find-dom-node.d.ts","sourceRoot":"","sources":["../../../../../src/runtimes/react/find-dom-node.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"find-dom-node.d.ts","sourceRoot":"","sources":["../../../../../src/runtimes/react/find-dom-node.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,SAAS,EAIV,MAAM,OAAO,CAAA;AA0Cd,KAAK,gBAAgB,GAAG;IACtB,QAAQ,CAAC,EAAE,SAAS,CAAA;CACrB,CAAA;AAED,eAAO,MAAM,WAAW,mGAAoB,OAAO,GAAG,IAAI,GAAG,IAAI,EAQhE,CAAA"}
|
|
@@ -53,7 +53,7 @@ type PageProviderProps = {
|
|
|
53
53
|
id: string;
|
|
54
54
|
children: ComponentPropsWithoutRef<typeof PageContext['Provider']>['children'];
|
|
55
55
|
};
|
|
56
|
-
export declare function PageProvider({ id, children }: PageProviderProps): JSX.Element;
|
|
56
|
+
export declare function PageProvider({ id, children }: PageProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
57
57
|
export declare function useDocumentKey(): string | null;
|
|
58
58
|
type State = ReactPage.State | ReactBuilderPreview.State;
|
|
59
59
|
export declare function useStore(): ReactPage.Store;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/runtimes/react/index.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/runtimes/react/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { Editor } from 'slate';
|
|
3
|
-
export declare const withTextAlign: (editor: Editor) => import("
|
|
3
|
+
export declare const withTextAlign: (editor: Editor) => import("../types").MakeswiftEditor;
|
|
4
4
|
export declare function TextAlignPlugin(): {
|
|
5
5
|
control: import("../../controls").RichTextV2PluginControlDefinition<import("../../controls").StyleV2ControlDefinition> | undefined;
|
|
6
|
-
withPlugin: ((editor: import("
|
|
7
|
-
onKeyDown: ((event: import("react").KeyboardEvent<globalThis.Element>, editor: import("
|
|
6
|
+
withPlugin: ((editor: import("../types").MakeswiftEditor) => import("../types").MakeswiftEditor) | undefined;
|
|
7
|
+
onKeyDown: ((event: import("react").KeyboardEvent<globalThis.Element>, editor: import("../types").MakeswiftEditor) => void) | undefined;
|
|
8
8
|
renderElement: ((renderElement: import("../../controls").RenderElement, value: any) => (props: import("slate-react").RenderElementProps) => JSX.Element) | undefined;
|
|
9
9
|
renderLeaf: ((renderLeaf: import("../../controls").RenderLeaf, value: any) => (props: import("slate-react").RenderLeafProps) => JSX.Element) | undefined;
|
|
10
10
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/slate/TextAlignPlugin/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/slate/TextAlignPlugin/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAsB,MAAM,OAAO,CAAA;AAelD,eAAO,MAAM,aAAa,WAAY,MAAM,uCAc3C,CAAA;AAED,wBAAgB,eAAe;;;;;;EAuD9B"}
|
|
@@ -8,7 +8,7 @@ export declare function setResponsiveValue<T extends Descendant, K extends keyof
|
|
|
8
8
|
type NormalizeResponsiveValueOptions<T extends Descendant> = {
|
|
9
9
|
match: NodeMatch<T>;
|
|
10
10
|
};
|
|
11
|
-
export declare function normalizeResponsiveValue<T extends Descendant, K extends keyof T & string>(editor: Editor, key: K, options: NormalizeResponsiveValueOptions<T>): (entry: NodeEntry) => boolean;
|
|
11
|
+
export declare function normalizeResponsiveValue<T extends Descendant, K extends keyof T & string>(editor: Editor, key: K, options: NormalizeResponsiveValueOptions<T>): (entry: NodeEntry<T>) => boolean;
|
|
12
12
|
export declare function responsiveShallowEqual<T>(a?: ResponsiveValue<T>, b?: ResponsiveValue<T>): ResponsiveValue<T>;
|
|
13
13
|
export {};
|
|
14
14
|
//# sourceMappingURL=responsive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"responsive.d.ts","sourceRoot":"","sources":["../../../../../src/slate/utils/responsive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAc,SAAS,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAE5E,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AAIxD,KAAK,yBAAyB,CAAC,CAAC,SAAS,UAAU,IAAI;IACrD,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,CAAA;IACnB,KAAK,EAAE,OAAO,CAAA;CACf,CAAA;AAED,wBAAgB,kBAAkB,CAAC,CAAC,SAAS,UAAU,EAAE,CAAC,SAAS,MAAM,CAAC,EACxE,MAAM,EAAE,MAAM,EACd,GAAG,EAAE,CAAC,EACN,KAAK,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,SAAS,GAAG,IAAI,EAC9B,OAAO,EAAE,yBAAyB,CAAC,CAAC,CAAC,QA0CtC;AAED,KAAK,+BAA+B,CAAC,CAAC,SAAS,UAAU,IAAI;IAC3D,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,CAAA;CACpB,CAAA;AAED,wBAAgB,wBAAwB,CAAC,CAAC,SAAS,UAAU,EAAE,CAAC,SAAS,MAAM,CAAC,GAAG,MAAM,EACvF,MAAM,EAAE,MAAM,EACd,GAAG,EAAE,CAAC,EACN,OAAO,EAAE,+BAA+B,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"responsive.d.ts","sourceRoot":"","sources":["../../../../../src/slate/utils/responsive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAc,SAAS,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAE5E,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AAIxD,KAAK,yBAAyB,CAAC,CAAC,SAAS,UAAU,IAAI;IACrD,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,CAAA;IACnB,KAAK,EAAE,OAAO,CAAA;CACf,CAAA;AAED,wBAAgB,kBAAkB,CAAC,CAAC,SAAS,UAAU,EAAE,CAAC,SAAS,MAAM,CAAC,EACxE,MAAM,EAAE,MAAM,EACd,GAAG,EAAE,CAAC,EACN,KAAK,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,SAAS,GAAG,IAAI,EAC9B,OAAO,EAAE,yBAAyB,CAAC,CAAC,CAAC,QA0CtC;AAED,KAAK,+BAA+B,CAAC,CAAC,SAAS,UAAU,IAAI;IAC3D,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,CAAA;CACpB,CAAA;AAED,wBAAgB,wBAAwB,CAAC,CAAC,SAAS,UAAU,EAAE,CAAC,SAAS,MAAM,CAAC,GAAG,MAAM,EACvF,MAAM,EAAE,MAAM,EACd,GAAG,EAAE,CAAC,EACN,OAAO,EAAE,+BAA+B,CAAC,CAAC,CAAC,oCAuB5C;AAED,wBAAgB,sBAAsB,CAAC,CAAC,EACtC,CAAC,GAAE,eAAe,CAAC,CAAC,CAAM,EAC1B,CAAC,GAAE,eAAe,CAAC,CAAC,CAAM,GACzB,eAAe,CAAC,CAAC,CAAC,CA0BpB"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { Component, PropsWithoutRef,
|
|
1
|
+
import type { Component, PropsWithoutRef, ReactNode, RefAttributes } from 'react';
|
|
2
2
|
import { Action } from '../actions';
|
|
3
3
|
export type ComponentType<P = Record<string, any>, T = any> = {
|
|
4
4
|
new (props: PropsWithoutRef<P> & RefAttributes<T>, context?: any): Component<P>;
|
|
5
|
-
} | ((props: PropsWithoutRef<P> & RefAttributes<T>, context?: any) =>
|
|
5
|
+
} | ((props: PropsWithoutRef<P> & RefAttributes<T>, context?: any) => ReactNode);
|
|
6
6
|
export type State = Map<string, ComponentType>;
|
|
7
7
|
export declare function getInitialState({ reactComponents, }?: {
|
|
8
8
|
reactComponents?: Map<string, ComponentType>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-components.d.ts","sourceRoot":"","sources":["../../../../../src/state/modules/react-components.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,eAAe,EAAE,
|
|
1
|
+
{"version":3,"file":"react-components.d.ts","sourceRoot":"","sources":["../../../../../src/state/modules/react-components.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,eAAe,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAEjF,OAAO,EAAE,MAAM,EAAe,MAAM,YAAY,CAAA;AAEhD,MAAM,MAAM,aAAa,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,IACtD;IAAE,KAAK,KAAK,EAAE,eAAe,CAAC,CAAC,CAAC,GAAG,aAAa,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC,CAAC,CAAC,CAAA;CAAE,GACnF,CAAC,CAAC,KAAK,EAAE,eAAe,CAAC,CAAC,CAAC,GAAG,aAAa,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,EAAE,GAAG,KAAK,SAAS,CAAC,CAAA;AAEhF,MAAM,MAAM,KAAK,GAAG,GAAG,CAAC,MAAM,EAAE,aAAa,CAAC,CAAA;AAE9C,wBAAgB,eAAe,CAAC,EAC9B,eAA2B,GAC5B,GAAE;IAAE,eAAe,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,aAAa,CAAC,CAAA;CAAO,GAAG,KAAK,CAE/D;AAMD,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,GAAG,aAAa,GAAG,IAAI,CAElF;AAED,wBAAgB,OAAO,CAAC,KAAK,mBAA2B,EAAE,MAAM,EAAE,MAAM,SAgBvE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@makeswift/runtime",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.11",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/main.cjs",
|
|
6
6
|
"module": "dist/main.es",
|
|
@@ -127,8 +127,8 @@
|
|
|
127
127
|
"@types/cookie": "^0.5.1",
|
|
128
128
|
"@types/http-proxy": "^1.17.9",
|
|
129
129
|
"@types/is-hotkey": "^0.1.7",
|
|
130
|
-
"@types/react": "^18.
|
|
131
|
-
"@types/react-dom": "^18.
|
|
130
|
+
"@types/react": "^18.2.14",
|
|
131
|
+
"@types/react-dom": "^18.2.6",
|
|
132
132
|
"@types/set-cookie-parser": "^2.4.2",
|
|
133
133
|
"@types/use-sync-external-store": "^0.0.3",
|
|
134
134
|
"@types/uuid": "^9.0.1",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"slate": "^0.91.4",
|
|
181
181
|
"slate-hyperscript": "^0.77.0",
|
|
182
182
|
"slate-react": "^0.91.7",
|
|
183
|
-
"typescript": "^5.
|
|
183
|
+
"typescript": "^5.1.6",
|
|
184
184
|
"vite": "^2.8.6",
|
|
185
185
|
"vitest": "^0.7.4"
|
|
186
186
|
}
|