@makeswift/runtime 0.8.0 → 0.8.1

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.
@@ -1402,6 +1402,18 @@ const ObjectType = {
1402
1402
  Point: "point",
1403
1403
  Operation: "operation"
1404
1404
  };
1405
+ const RootBlockType = {
1406
+ Paragraph: "paragraph",
1407
+ Heading1: "heading-one",
1408
+ Heading2: "heading-two",
1409
+ Heading3: "heading-three",
1410
+ Heading4: "heading-four",
1411
+ Heading5: "heading-five",
1412
+ Heading6: "heading-six",
1413
+ BlockQuote: "blockquote",
1414
+ UnorderedList: "unordered-list",
1415
+ OrderedList: "ordered-list"
1416
+ };
1405
1417
  const BlockType = {
1406
1418
  Paragraph: "paragraph",
1407
1419
  Heading1: "heading-one",
@@ -1913,5 +1925,5 @@ var descriptors = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePro
1913
1925
  WidthPropControllerFormat,
1914
1926
  Width
1915
1927
  }, Symbol.toStringTag, { value: "Module" }));
1916
- export { MarginPropControllerFormat as $, NavigationLinks as A, Backgrounds as B, ColorControlType as C, Date as D, ElementID as E, Font as F, GapY as G, SocialLinks as H, ImageControlType as I, RichText as J, StyleControlProperty as K, ListControlType as L, Margin as M, Number as N, ImageControlValueFormat as O, Padding as P, StyleControlType as Q, RichTextPropControllerMessageType as R, ShapeControlType as S, Types as T, RichTextControlType as U, Video as V, Width as W, LinkControlType as X, BorderPropControllerFormat as Y, ShadowsPropControllerFormat as Z, BorderRadiusPropControllerFormat as _, copy as a, PaddingPropControllerFormat as a0, WidthPropControllerFormat as a1, Color as a2, copyColorData as a3, Image$1 as a4, copyImageData as a5, Link$1 as a6, copyLinkData as a7, List$1 as a8, ListControlMessageType as a9, createPropController as aA, ListControl as aa, copyListData as ab, Shape$1 as ac, ShapeControlMessageType as ad, ShapeControl as ae, copyShapeData as af, Slot as ag, SlotControlMessageType as ah, SlotControl as ai, copySlotData as aj, Style as ak, StyleControlMessageType as al, StyleControl as am, copyStyleData as an, ObjectType as ao, RichText$1 as ap, RichTextControlMessageType as aq, RichTextControl as ar, richTextDTOtoSelection as as, richTextDTOtoDAO as at, toSelectionDTO as au, richTextDAOToDTO as av, BlockType as aw, InlineType as ax, BlockTextAlignment as ay, BuilderEditMode as az, SlotControlType as b, copyElementReference as c, descriptors as d, TableFormFieldsMessageType as e, ResponsiveIconRadioGroup as f, Border as g, BorderRadius as h, Shadows as i, GapX as j, ResponsiveSelect as k, ResponsiveNumber as l, Checkbox as m, Grid as n, TextInput as o, Link as p, ResponsiveColor as q, reducer as r, TextStyle as s, Images as t, ResponsiveLength as u, TextArea as v, Table as w, TableFormFields as x, Image as y, ResponsiveOpacity as z };
1928
+ export { MarginPropControllerFormat as $, NavigationLinks as A, Backgrounds as B, ColorControlType as C, Date as D, ElementID as E, Font as F, GapY as G, SocialLinks as H, ImageControlType as I, RichText as J, StyleControlProperty as K, ListControlType as L, Margin as M, Number as N, ImageControlValueFormat as O, Padding as P, StyleControlType as Q, RichTextPropControllerMessageType as R, ShapeControlType as S, Types as T, RichTextControlType as U, Video as V, Width as W, LinkControlType as X, BorderPropControllerFormat as Y, ShadowsPropControllerFormat as Z, BorderRadiusPropControllerFormat as _, copy as a, PaddingPropControllerFormat as a0, WidthPropControllerFormat as a1, Color as a2, copyColorData as a3, Image$1 as a4, copyImageData as a5, Link$1 as a6, copyLinkData as a7, List$1 as a8, ListControlMessageType as a9, BuilderEditMode as aA, createPropController as aB, ListControl as aa, copyListData as ab, Shape$1 as ac, ShapeControlMessageType as ad, ShapeControl as ae, copyShapeData as af, Slot as ag, SlotControlMessageType as ah, SlotControl as ai, copySlotData as aj, Style as ak, StyleControlMessageType as al, StyleControl as am, copyStyleData as an, ObjectType as ao, RichText$1 as ap, RichTextControlMessageType as aq, RichTextControl as ar, richTextDTOtoSelection as as, richTextDTOtoDAO as at, toSelectionDTO as au, richTextDAOToDTO as av, RootBlockType as aw, BlockType as ax, InlineType as ay, BlockTextAlignment as az, SlotControlType as b, copyElementReference as c, descriptors as d, TableFormFieldsMessageType as e, ResponsiveIconRadioGroup as f, Border as g, BorderRadius as h, Shadows as i, GapX as j, ResponsiveSelect as k, ResponsiveNumber as l, Checkbox as m, Grid as n, TextInput as o, Link as p, ResponsiveColor as q, reducer as r, TextStyle as s, Images as t, ResponsiveLength as u, TextArea as v, Table as w, TableFormFields as x, Image as y, ResponsiveOpacity as z };
1917
1929
  //# sourceMappingURL=descriptors.es.js.map