@makeswift/runtime 0.2.16 → 0.2.18
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/Box.cjs.js +2 -3
- package/dist/Box.cjs.js.map +1 -1
- package/dist/Box.es.js +2 -3
- package/dist/Box.es.js.map +1 -1
- package/dist/Button.cjs.js +2 -3
- package/dist/Button.cjs.js.map +1 -1
- package/dist/Button.es.js +2 -3
- package/dist/Button.es.js.map +1 -1
- package/dist/Carousel.cjs.js +3 -4
- package/dist/Carousel.cjs.js.map +1 -1
- package/dist/Carousel.es.js +3 -4
- package/dist/Carousel.es.js.map +1 -1
- package/dist/Countdown.cjs.js +2 -3
- package/dist/Countdown.cjs.js.map +1 -1
- package/dist/Countdown.es.js +2 -3
- package/dist/Countdown.es.js.map +1 -1
- package/dist/Divider.cjs.js +2 -3
- package/dist/Divider.cjs.js.map +1 -1
- package/dist/Divider.es.js +2 -3
- package/dist/Divider.es.js.map +1 -1
- package/dist/Embed.cjs.js +2 -3
- package/dist/Embed.cjs.js.map +1 -1
- package/dist/Embed.es.js +2 -3
- package/dist/Embed.es.js.map +1 -1
- package/dist/Form.cjs.js +2 -3
- package/dist/Form.cjs.js.map +1 -1
- package/dist/Form.es.js +2 -3
- package/dist/Form.es.js.map +1 -1
- package/dist/{Image.cjs2.js → Image.cjs.js} +3 -4
- package/dist/{Image.es2.js.map → Image.cjs.js.map} +1 -1
- package/dist/{Image.es2.js → Image.es.js} +3 -4
- package/dist/Image.es.js.map +1 -0
- package/dist/Navigation.cjs.js +3 -4
- package/dist/Navigation.cjs.js.map +1 -1
- package/dist/Navigation.es.js +3 -4
- package/dist/Navigation.es.js.map +1 -1
- package/dist/Root.cjs.js +2 -3
- package/dist/Root.cjs.js.map +1 -1
- package/dist/Root.es.js +2 -3
- package/dist/Root.es.js.map +1 -1
- package/dist/SocialLinks.cjs.js +2 -3
- package/dist/SocialLinks.cjs.js.map +1 -1
- package/dist/SocialLinks.es.js +2 -3
- package/dist/SocialLinks.es.js.map +1 -1
- package/dist/Text.cjs.js +2 -3
- package/dist/Text.cjs.js.map +1 -1
- package/dist/Text.es.js +2 -3
- package/dist/Text.es.js.map +1 -1
- package/dist/Video.cjs.js +2 -3
- package/dist/Video.cjs.js.map +1 -1
- package/dist/Video.es.js +2 -3
- package/dist/Video.es.js.map +1 -1
- package/dist/builder.cjs.js +3 -2
- package/dist/builder.cjs.js.map +1 -1
- package/dist/builder.es.js +3 -2
- package/dist/builder.es.js.map +1 -1
- package/dist/combobox.cjs.js +8 -0
- package/dist/combobox.cjs.js.map +1 -0
- package/dist/combobox.es.js +6 -0
- package/dist/combobox.es.js.map +1 -0
- package/dist/components.cjs.js +3 -4
- package/dist/components.cjs.js.map +1 -1
- package/dist/components.es.js +3 -4
- package/dist/components.es.js.map +1 -1
- package/dist/control-serialization.cjs.js +148 -147
- package/dist/control-serialization.cjs.js.map +1 -1
- package/dist/control-serialization.es.js +3 -2
- package/dist/control-serialization.es.js.map +1 -1
- package/dist/control.cjs.js +437 -0
- package/dist/control.cjs.js.map +1 -0
- package/dist/control.es.js +426 -0
- package/dist/control.es.js.map +1 -0
- package/dist/controls.cjs.js +26 -19
- package/dist/controls.cjs.js.map +1 -1
- package/dist/controls.es.js +4 -5
- package/dist/controls.es.js.map +1 -1
- package/dist/index.cjs.js +222 -217
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +17 -12
- package/dist/index.es.js.map +1 -1
- package/dist/main.cjs.js +1 -2
- package/dist/main.cjs.js.map +1 -1
- package/dist/main.es.js +1 -2
- package/dist/main.es.js.map +1 -1
- package/dist/next.cjs.js +2 -3
- package/dist/next.cjs.js.map +1 -1
- package/dist/next.es.js +2 -3
- package/dist/next.es.js.map +1 -1
- package/dist/prop-controllers.cjs.js +1 -2
- package/dist/prop-controllers.cjs.js.map +1 -1
- package/dist/prop-controllers.es.js +1 -2
- package/dist/prop-controllers.es.js.map +1 -1
- package/dist/react-builder-preview.cjs.js +2 -3
- package/dist/react-builder-preview.cjs.js.map +1 -1
- package/dist/react-builder-preview.es.js +3 -4
- package/dist/react-builder-preview.es.js.map +1 -1
- package/dist/react-page.cjs.js +32 -358
- package/dist/react-page.cjs.js.map +1 -1
- package/dist/react-page.es.js +11 -337
- package/dist/react-page.es.js.map +1 -1
- package/dist/react.cjs.js +2 -3
- package/dist/react.cjs.js.map +1 -1
- package/dist/react.es.js +2 -3
- package/dist/react.es.js.map +1 -1
- package/dist/slot.cjs.js +359 -3
- package/dist/slot.cjs.js.map +1 -1
- package/dist/slot.es.js +310 -2
- package/dist/slot.es.js.map +1 -1
- package/dist/text-input.cjs.js +0 -6
- package/dist/text-input.cjs.js.map +1 -1
- package/dist/text-input.es.js +1 -5
- package/dist/text-input.es.js.map +1 -1
- package/dist/types/src/controls/color.d.ts +2 -0
- package/dist/types/src/controls/color.d.ts.map +1 -1
- package/dist/types/src/controls/control.d.ts +3 -0
- package/dist/types/src/controls/control.d.ts.map +1 -1
- package/dist/types/src/controls/image.d.ts +2 -0
- package/dist/types/src/controls/image.d.ts.map +1 -1
- package/dist/types/src/controls/link.d.ts +2 -0
- package/dist/types/src/controls/link.d.ts.map +1 -1
- package/dist/types/src/controls/list.d.ts +2 -0
- package/dist/types/src/controls/list.d.ts.map +1 -1
- package/dist/types/src/controls/shape.d.ts +2 -0
- package/dist/types/src/controls/shape.d.ts.map +1 -1
- package/dist/types/src/controls/slot.d.ts +2 -1
- package/dist/types/src/controls/slot.d.ts.map +1 -1
- package/dist/types/src/controls/style.d.ts +2 -0
- package/dist/types/src/controls/style.d.ts.map +1 -1
- package/dist/types/src/next/preview-mode.d.ts.map +1 -1
- package/dist/types/src/prop-controllers/copy/backgrounds.d.ts +1 -54
- package/dist/types/src/prop-controllers/copy/backgrounds.d.ts.map +1 -1
- package/dist/types/src/prop-controllers/copy/grid.d.ts +1 -1
- package/dist/types/src/prop-controllers/copy/grid.d.ts.map +1 -1
- package/dist/types/src/prop-controllers/copy/image.d.ts +1 -1
- package/dist/types/src/prop-controllers/copy/image.d.ts.map +1 -1
- package/dist/types/src/prop-controllers/copy/link.d.ts +1 -1
- package/dist/types/src/prop-controllers/copy/link.d.ts.map +1 -1
- package/dist/types/src/prop-controllers/copy/navigation-links.d.ts +1 -1
- package/dist/types/src/prop-controllers/copy/navigation-links.d.ts.map +1 -1
- package/dist/types/src/prop-controllers/copy/responsive-color.d.ts +1 -1
- package/dist/types/src/prop-controllers/copy/responsive-color.d.ts.map +1 -1
- package/dist/types/src/prop-controllers/copy/shadows.d.ts +1 -1
- package/dist/types/src/prop-controllers/copy/shadows.d.ts.map +1 -1
- package/dist/types/src/state/react-page.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/Image.cjs2.js.map +0 -1
- package/dist/color.cjs.js +0 -8
- package/dist/color.cjs.js.map +0 -1
- package/dist/color.es.js +0 -6
- package/dist/color.es.js.map +0 -1
- package/dist/image.cjs.js +0 -282
- package/dist/image.cjs.js.map +0 -1
- package/dist/image.es.js +0 -240
- package/dist/image.es.js.map +0 -1
- package/dist/shape.cjs.js +0 -20
- package/dist/shape.cjs.js.map +0 -1
- package/dist/shape.es.js +0 -14
- package/dist/shape.es.js.map +0 -1
package/dist/image.cjs.js
DELETED
|
@@ -1,282 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const StyleControlType = "makeswift::controls::style";
|
|
3
|
-
const StyleControlProperty = {
|
|
4
|
-
Width: "makeswift::controls::style::property::width",
|
|
5
|
-
Margin: "makeswift::controls::style::property::margin",
|
|
6
|
-
Padding: "makeswift::controls::style::property::padding",
|
|
7
|
-
Border: "makeswift::controls::style::property::border",
|
|
8
|
-
BorderRadius: "makeswift::controls::style::property::border-radius",
|
|
9
|
-
TextStyle: "makeswift::controls::style::property::text-style"
|
|
10
|
-
};
|
|
11
|
-
const StyleControlDefaultProperties = [
|
|
12
|
-
StyleControlProperty.Width,
|
|
13
|
-
StyleControlProperty.Margin
|
|
14
|
-
];
|
|
15
|
-
const AllStyleControlProperties = [
|
|
16
|
-
StyleControlProperty.Width,
|
|
17
|
-
StyleControlProperty.Margin,
|
|
18
|
-
StyleControlProperty.Padding,
|
|
19
|
-
StyleControlProperty.Border,
|
|
20
|
-
StyleControlProperty.BorderRadius,
|
|
21
|
-
StyleControlProperty.TextStyle
|
|
22
|
-
];
|
|
23
|
-
function Style(params) {
|
|
24
|
-
var _a;
|
|
25
|
-
return {
|
|
26
|
-
type: StyleControlType,
|
|
27
|
-
config: { properties: (_a = params == null ? void 0 : params.properties) != null ? _a : StyleControlDefaultProperties }
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
Style.Default = StyleControlDefaultProperties;
|
|
31
|
-
Style.All = AllStyleControlProperties;
|
|
32
|
-
Style.Width = StyleControlProperty.Width;
|
|
33
|
-
Style.Margin = StyleControlProperty.Margin;
|
|
34
|
-
Style.Padding = StyleControlProperty.Padding;
|
|
35
|
-
Style.Border = StyleControlProperty.Border;
|
|
36
|
-
Style.BorderRadius = StyleControlProperty.BorderRadius;
|
|
37
|
-
Style.TextStyle = StyleControlProperty.TextStyle;
|
|
38
|
-
const Types = {
|
|
39
|
-
Backgrounds: "Backgrounds",
|
|
40
|
-
Border: "Border",
|
|
41
|
-
BorderRadius: "BorderRadius",
|
|
42
|
-
Checkbox: "Checkbox",
|
|
43
|
-
Date: "Date",
|
|
44
|
-
ElementID: "ElementID",
|
|
45
|
-
Font: "Font",
|
|
46
|
-
GapX: "GapX",
|
|
47
|
-
GapY: "GapY",
|
|
48
|
-
Grid: "Grid",
|
|
49
|
-
Image: "Image",
|
|
50
|
-
Images: "Images",
|
|
51
|
-
Link: "Link",
|
|
52
|
-
List: "List",
|
|
53
|
-
Margin: "Margin",
|
|
54
|
-
NavigationLinks: "NavigationLinks",
|
|
55
|
-
Number: "Number",
|
|
56
|
-
Padding: "Padding",
|
|
57
|
-
ResponsiveColor: "ResponsiveColor",
|
|
58
|
-
ResponsiveIconRadioGroup: "ResponsiveIconRadioGroup",
|
|
59
|
-
ResponsiveLength: "ResponsiveLength",
|
|
60
|
-
ResponsiveNumber: "ResponsiveNumber",
|
|
61
|
-
ResponsiveOpacity: "ResponsiveOpacity",
|
|
62
|
-
ResponsiveSelect: "ResponsiveSelect",
|
|
63
|
-
RichText: "RichText",
|
|
64
|
-
Shadows: "Shadows",
|
|
65
|
-
Shape: "Shape",
|
|
66
|
-
SocialLinks: "SocialLinks",
|
|
67
|
-
Table: "Table",
|
|
68
|
-
TableFormFields: "TableFormFields",
|
|
69
|
-
Typeahead: "Typeahead",
|
|
70
|
-
TextArea: "TextArea",
|
|
71
|
-
TextInput: "TextInput",
|
|
72
|
-
TextStyle: "TextStyle",
|
|
73
|
-
Video: "Video",
|
|
74
|
-
Width: "Width",
|
|
75
|
-
Style: StyleControlType
|
|
76
|
-
};
|
|
77
|
-
function Backgrounds(options = {}) {
|
|
78
|
-
return { type: Types.Backgrounds, options };
|
|
79
|
-
}
|
|
80
|
-
function Border(options = {}) {
|
|
81
|
-
return { type: Types.Border, options };
|
|
82
|
-
}
|
|
83
|
-
function BorderRadius(options = {}) {
|
|
84
|
-
return { type: Types.BorderRadius, options };
|
|
85
|
-
}
|
|
86
|
-
function Checkbox(options) {
|
|
87
|
-
return { type: Types.Checkbox, options };
|
|
88
|
-
}
|
|
89
|
-
function Date(options = {}) {
|
|
90
|
-
return { type: Types.Date, options };
|
|
91
|
-
}
|
|
92
|
-
function ElementID(options = {}) {
|
|
93
|
-
return { type: Types.ElementID, options };
|
|
94
|
-
}
|
|
95
|
-
function Font(options = {}) {
|
|
96
|
-
return { type: Types.Font, options };
|
|
97
|
-
}
|
|
98
|
-
function GapX(options = {}) {
|
|
99
|
-
return { type: Types.GapX, options };
|
|
100
|
-
}
|
|
101
|
-
function GapY(options = {}) {
|
|
102
|
-
return { type: Types.GapY, options };
|
|
103
|
-
}
|
|
104
|
-
function Grid(options = {}) {
|
|
105
|
-
return { type: Types.Grid, options };
|
|
106
|
-
}
|
|
107
|
-
function Image$1(options = {}) {
|
|
108
|
-
return { type: Types.Image, options };
|
|
109
|
-
}
|
|
110
|
-
function Images(options = {}) {
|
|
111
|
-
return { type: Types.Images, options };
|
|
112
|
-
}
|
|
113
|
-
function Link(options = {}) {
|
|
114
|
-
return { type: Types.Link, options };
|
|
115
|
-
}
|
|
116
|
-
function List(options) {
|
|
117
|
-
return { type: Types.List, options };
|
|
118
|
-
}
|
|
119
|
-
function Margin(options = {}) {
|
|
120
|
-
return { type: Types.Margin, options };
|
|
121
|
-
}
|
|
122
|
-
function NavigationLinks(options = {}) {
|
|
123
|
-
return { type: Types.NavigationLinks, options };
|
|
124
|
-
}
|
|
125
|
-
function Number(options = {}) {
|
|
126
|
-
return { type: Types.Number, options };
|
|
127
|
-
}
|
|
128
|
-
function Padding(options = {}) {
|
|
129
|
-
return { type: Types.Padding, options };
|
|
130
|
-
}
|
|
131
|
-
function ResponsiveColor(options = {}) {
|
|
132
|
-
return { type: Types.ResponsiveColor, options };
|
|
133
|
-
}
|
|
134
|
-
function ResponsiveIconRadioGroup(options) {
|
|
135
|
-
return { type: Types.ResponsiveIconRadioGroup, options };
|
|
136
|
-
}
|
|
137
|
-
function ResponsiveLength(options = {}) {
|
|
138
|
-
return { type: Types.ResponsiveLength, options };
|
|
139
|
-
}
|
|
140
|
-
function ResponsiveNumber(options = {}) {
|
|
141
|
-
return { type: Types.ResponsiveNumber, options };
|
|
142
|
-
}
|
|
143
|
-
function ResponsiveOpacity(options = {}) {
|
|
144
|
-
return { type: Types.ResponsiveOpacity, options };
|
|
145
|
-
}
|
|
146
|
-
function ResponsiveSelect(options) {
|
|
147
|
-
return { type: Types.ResponsiveSelect, options };
|
|
148
|
-
}
|
|
149
|
-
function RichText(options = {}) {
|
|
150
|
-
return { type: Types.RichText, options };
|
|
151
|
-
}
|
|
152
|
-
function Shadows(options = {}) {
|
|
153
|
-
return { type: Types.Shadows, options };
|
|
154
|
-
}
|
|
155
|
-
function Shape(options) {
|
|
156
|
-
return { type: Types.Shape, options };
|
|
157
|
-
}
|
|
158
|
-
function SocialLinks(options = {}) {
|
|
159
|
-
return { type: Types.SocialLinks, options };
|
|
160
|
-
}
|
|
161
|
-
function Table(options = {}) {
|
|
162
|
-
return { type: Types.Table, options };
|
|
163
|
-
}
|
|
164
|
-
function TableFormFields(options = {}) {
|
|
165
|
-
return { type: Types.TableFormFields, options };
|
|
166
|
-
}
|
|
167
|
-
function Typeahead(options) {
|
|
168
|
-
return { type: Types.Typeahead, options };
|
|
169
|
-
}
|
|
170
|
-
function TextArea(options = {}) {
|
|
171
|
-
return { type: Types.TextArea, options };
|
|
172
|
-
}
|
|
173
|
-
function TextInput(options = {}) {
|
|
174
|
-
return { type: Types.TextInput, options };
|
|
175
|
-
}
|
|
176
|
-
function TextStyle(options = {}) {
|
|
177
|
-
return { type: Types.TextStyle, options };
|
|
178
|
-
}
|
|
179
|
-
function Video(options = {}) {
|
|
180
|
-
return { type: Types.Video, options };
|
|
181
|
-
}
|
|
182
|
-
const WidthControlValueFormats = {
|
|
183
|
-
ClassName: "ClassName",
|
|
184
|
-
ResponsiveValue: "ResponsiveValue"
|
|
185
|
-
};
|
|
186
|
-
function Width(options = {}) {
|
|
187
|
-
return { type: Types.Width, options };
|
|
188
|
-
}
|
|
189
|
-
Width.Formats = WidthControlValueFormats;
|
|
190
|
-
var descriptors = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
191
|
-
__proto__: null,
|
|
192
|
-
Types,
|
|
193
|
-
Backgrounds,
|
|
194
|
-
Border,
|
|
195
|
-
BorderRadius,
|
|
196
|
-
Checkbox,
|
|
197
|
-
Date,
|
|
198
|
-
ElementID,
|
|
199
|
-
Font,
|
|
200
|
-
GapX,
|
|
201
|
-
GapY,
|
|
202
|
-
Grid,
|
|
203
|
-
Image: Image$1,
|
|
204
|
-
Images,
|
|
205
|
-
Link,
|
|
206
|
-
List,
|
|
207
|
-
Margin,
|
|
208
|
-
NavigationLinks,
|
|
209
|
-
Number,
|
|
210
|
-
Padding,
|
|
211
|
-
ResponsiveColor,
|
|
212
|
-
ResponsiveIconRadioGroup,
|
|
213
|
-
ResponsiveLength,
|
|
214
|
-
ResponsiveNumber,
|
|
215
|
-
ResponsiveOpacity,
|
|
216
|
-
ResponsiveSelect,
|
|
217
|
-
RichText,
|
|
218
|
-
Shadows,
|
|
219
|
-
Shape,
|
|
220
|
-
SocialLinks,
|
|
221
|
-
Table,
|
|
222
|
-
TableFormFields,
|
|
223
|
-
Typeahead,
|
|
224
|
-
TextArea,
|
|
225
|
-
TextInput,
|
|
226
|
-
TextStyle,
|
|
227
|
-
Video,
|
|
228
|
-
WidthControlValueFormats,
|
|
229
|
-
Width
|
|
230
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
231
|
-
const ImageControlType = "makeswift::controls::image";
|
|
232
|
-
const ImageControlValueFormat = {
|
|
233
|
-
URL: "makeswift::controls::image::format::url",
|
|
234
|
-
WithDimensions: "makeswift::controls::image::format::with-dimensions"
|
|
235
|
-
};
|
|
236
|
-
function Image(config = {}) {
|
|
237
|
-
return { type: ImageControlType, config };
|
|
238
|
-
}
|
|
239
|
-
Image.Format = ImageControlValueFormat;
|
|
240
|
-
exports.Backgrounds = Backgrounds;
|
|
241
|
-
exports.Border = Border;
|
|
242
|
-
exports.BorderRadius = BorderRadius;
|
|
243
|
-
exports.Checkbox = Checkbox;
|
|
244
|
-
exports.Date = Date;
|
|
245
|
-
exports.ElementID = ElementID;
|
|
246
|
-
exports.Font = Font;
|
|
247
|
-
exports.GapX = GapX;
|
|
248
|
-
exports.GapY = GapY;
|
|
249
|
-
exports.Grid = Grid;
|
|
250
|
-
exports.Image = Image$1;
|
|
251
|
-
exports.Image$1 = Image;
|
|
252
|
-
exports.ImageControlType = ImageControlType;
|
|
253
|
-
exports.ImageControlValueFormat = ImageControlValueFormat;
|
|
254
|
-
exports.Images = Images;
|
|
255
|
-
exports.Link = Link;
|
|
256
|
-
exports.Margin = Margin;
|
|
257
|
-
exports.NavigationLinks = NavigationLinks;
|
|
258
|
-
exports.Number = Number;
|
|
259
|
-
exports.Padding = Padding;
|
|
260
|
-
exports.ResponsiveColor = ResponsiveColor;
|
|
261
|
-
exports.ResponsiveIconRadioGroup = ResponsiveIconRadioGroup;
|
|
262
|
-
exports.ResponsiveLength = ResponsiveLength;
|
|
263
|
-
exports.ResponsiveNumber = ResponsiveNumber;
|
|
264
|
-
exports.ResponsiveOpacity = ResponsiveOpacity;
|
|
265
|
-
exports.ResponsiveSelect = ResponsiveSelect;
|
|
266
|
-
exports.RichText = RichText;
|
|
267
|
-
exports.Shadows = Shadows;
|
|
268
|
-
exports.SocialLinks = SocialLinks;
|
|
269
|
-
exports.Style = Style;
|
|
270
|
-
exports.StyleControlProperty = StyleControlProperty;
|
|
271
|
-
exports.StyleControlType = StyleControlType;
|
|
272
|
-
exports.Table = Table;
|
|
273
|
-
exports.TableFormFields = TableFormFields;
|
|
274
|
-
exports.TextArea = TextArea;
|
|
275
|
-
exports.TextInput = TextInput;
|
|
276
|
-
exports.TextStyle = TextStyle;
|
|
277
|
-
exports.Types = Types;
|
|
278
|
-
exports.Video = Video;
|
|
279
|
-
exports.Width = Width;
|
|
280
|
-
exports.WidthControlValueFormats = WidthControlValueFormats;
|
|
281
|
-
exports.descriptors = descriptors;
|
|
282
|
-
//# sourceMappingURL=image.cjs.js.map
|
package/dist/image.cjs.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"image.cjs.js","sources":["../src/controls/style.ts","../src/prop-controllers/descriptors.ts","../src/controls/image.ts"],"sourcesContent":["import { ColorData, ResponsiveValue } from './types'\n\n/**\n * @see https://developer.mozilla.org/en-US/docs/Web/CSS/length\n *\n * @todos\n * - Add additional units\n * - Rename `value` field to `amount` or a more descriptive name representative of the \"distance\"\n * represented by a CSS length\n */\nexport type LengthData = { value: number; unit: 'px' }\n\n/** @see https://developer.mozilla.org/en-US/docs/Web/CSS/percentage */\nexport type PercentageData = { value: number; unit: '%' }\n\n/** @see https://developer.mozilla.org/en-US/docs/Web/CSS/length-percentage */\nexport type LengthPercentageData = LengthData | PercentageData\n\n/** @see https://developer.mozilla.org/en-US/docs/Web/CSS/width */\nexport type WidthPropertyData = LengthPercentageData\n\n/** @see https://developer.mozilla.org/en-US/docs/Web/CSS/margin#constituent_properties */\nexport type MarginLonghandPropertyData = LengthData | 'auto'\n\n/**\n * @see https://developer.mozilla.org/en-US/docs/Web/CSS/margin\n *\n * @todos\n * - Remove `null` from possible values\n * - Remove `undefined` from possible values and make fields optional\n */\nexport type MarginPropertyData = {\n marginTop: MarginLonghandPropertyData | null | undefined\n marginRight: MarginLonghandPropertyData | null | undefined\n marginBottom: MarginLonghandPropertyData | null | undefined\n marginLeft: MarginLonghandPropertyData | null | undefined\n}\n\n/** @see https://developer.mozilla.org/en-US/docs/Web/CSS/padding#constituent_properties */\nexport type PaddingLonghandPropertyData = LengthData\n\n/**\n * @see https://developer.mozilla.org/en-US/docs/Web/CSS/padding\n *\n * @todos\n * - Remove `null` from possible values\n * - Remove `undefined` from possible values and make fields optional\n */\nexport type PaddingPropertyData = {\n paddingTop: PaddingLonghandPropertyData | null | undefined\n paddingRight: PaddingLonghandPropertyData | null | undefined\n paddingBottom: PaddingLonghandPropertyData | null | undefined\n paddingLeft: PaddingLonghandPropertyData | null | undefined\n}\n\n/**\n * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-style\n */\ntype BorderStyle = 'dotted' | 'dashed' | 'solid'\n\n/**\n * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-top#constituent_properties\n *\n * @todos\n * - Change `width` to be a `Length`\n * - Remove `null` from possible values\n * - Remove `undefined` from possible values and make fields optional\n */\nexport type BorderSideShorthandPropertyData = {\n width: number | null | undefined\n style: BorderStyle\n color?: ColorData | null\n}\n\n/**\n * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border\n *\n * @todos\n * - Remove `null` from possible values\n * - Remove `undefined` from possible values and make fields optional\n */\nexport type BorderPropertyData = {\n borderTop: BorderSideShorthandPropertyData | null | undefined\n borderRight: BorderSideShorthandPropertyData | null | undefined\n borderBottom: BorderSideShorthandPropertyData | null | undefined\n borderLeft: BorderSideShorthandPropertyData | null | undefined\n}\n\n/** @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius#constituent_properties */\nexport type BorderRadiusLonghandPropertyData = LengthPercentageData\n\n/**\n * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius\n *\n * @todos\n * - Remove `null` from possible values of longhand properties\n * - Remove `undefined` from possible values and make fields optional\n */\nexport type BorderRadiusPropertyData = {\n borderTopLeftRadius: LengthPercentageData | null | undefined\n borderTopRightRadius: LengthPercentageData | null | undefined\n borderBottomRightRadius: LengthPercentageData | null | undefined\n borderBottomLeftRadius: LengthPercentageData | null | undefined\n}\n\n/**\n * https://developer.mozilla.org/en-US/docs/Web/CSS/font-family\n *\n * @todos\n * - Remove `null` from possible values of longhand properties\n * - Remove `undefined` from possible values and make fields optional\n */\nexport type FontFamilyPropertyData = string | null | undefined\n\n/**\n * https://developer.mozilla.org/en-US/docs/Web/CSS/letter-spacing\n *\n * @todos\n * - Remove `null` from possible values of longhand properties\n * - Remove `undefined` from possible values and make fields optional\n */\nexport type LetterSpacingPropertyData = number | null | undefined\n\n/**\n * https://developer.mozilla.org/en-US/docs/Web/CSS/font-size\n *\n * @todos\n * - Remove `null` from possible values of longhand properties\n * - Remove `undefined` from possible values and make fields optional\n */\nexport type FontSizePropertyData =\n | {\n value: number\n unit: 'px'\n }\n | null\n | undefined\n\n/**\n * https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight\n *\n * @todos\n * - Remove `null` from possible values of longhand properties\n * - Remove `undefined` from possible values and make fields optional\n */\nexport type FontWeightPropertyData = number | null | undefined\n\n/**\n * https://developer.mozilla.org/en-US/docs/Web/CSS/text-transform\n *\n * @todos\n * - Match the type with specification\n */\nexport type TextTransformPropertyData = 'uppercase'[]\n\n/**\n * https://developer.mozilla.org/en-US/docs/Web/CSS/font-style\n *\n * @todos\n * - Match the type with specification\n */\nexport type FontStylePropertyData = 'italic'[]\n\n/**\n * @todos\n * - Remove `null` from possible values of longhand properties\n * - Remove `undefined` from possible values and make fields optional\n */\nexport type TextStylePropertyData = {\n fontFamily?: FontFamilyPropertyData | null | undefined\n letterSpacing: LetterSpacingPropertyData | null | undefined\n fontSize: FontSizePropertyData | null | undefined\n fontWeight: FontWeightPropertyData | null | undefined\n textTransform: TextTransformPropertyData\n fontStyle: FontStylePropertyData\n}\n\nexport type StyleControlData = {\n width?: ResponsiveValue<WidthPropertyData>\n margin?: ResponsiveValue<MarginPropertyData>\n padding?: ResponsiveValue<PaddingPropertyData>\n border?: ResponsiveValue<BorderPropertyData>\n borderRadius?: ResponsiveValue<BorderRadiusPropertyData>\n textStyle?: ResponsiveValue<TextStylePropertyData>\n}\n\nexport const StyleControlType = 'makeswift::controls::style'\n\nexport const StyleControlProperty = {\n Width: 'makeswift::controls::style::property::width',\n Margin: 'makeswift::controls::style::property::margin',\n Padding: 'makeswift::controls::style::property::padding',\n Border: 'makeswift::controls::style::property::border',\n BorderRadius: 'makeswift::controls::style::property::border-radius',\n TextStyle: 'makeswift::controls::style::property::text-style',\n} as const\n\nexport type StyleControlProperty = typeof StyleControlProperty[keyof typeof StyleControlProperty]\n\ntype StyleControlParams = { properties?: StyleControlProperty[] }\n\nexport type StyleControlConfig = { properties: StyleControlProperty[] }\n\nconst StyleControlDefaultProperties: StyleControlProperty[] = [\n StyleControlProperty.Width,\n StyleControlProperty.Margin,\n]\n\nconst AllStyleControlProperties: StyleControlProperty[] = [\n StyleControlProperty.Width,\n StyleControlProperty.Margin,\n StyleControlProperty.Padding,\n StyleControlProperty.Border,\n StyleControlProperty.BorderRadius,\n StyleControlProperty.TextStyle,\n]\n\nexport type StyleControlDefinition = {\n type: typeof StyleControlType\n config: StyleControlConfig\n}\n\n/**\n * @todos\n * - Add support for custom panel labels.\n * - Add support for default values. Internally, default values must be represented with the same\n * format as the underlying data so that controls can show these values.\n */\nexport function Style(params?: StyleControlParams): StyleControlDefinition {\n return {\n type: StyleControlType,\n config: { properties: params?.properties ?? StyleControlDefaultProperties },\n }\n}\n\nStyle.Default = StyleControlDefaultProperties\nStyle.All = AllStyleControlProperties\n\nStyle.Width = StyleControlProperty.Width\nStyle.Margin = StyleControlProperty.Margin\nStyle.Padding = StyleControlProperty.Padding\nStyle.Border = StyleControlProperty.Border\nStyle.BorderRadius = StyleControlProperty.BorderRadius\nStyle.TextStyle = StyleControlProperty.TextStyle\n","import type * as Slate from 'slate'\nimport { StyleControlDefinition, StyleControlType } from '../controls/style'\nimport { ResolveWidthControlValue } from '../runtimes/react/controls'\nimport { StyleControlFormattedValue } from '../runtimes/react/controls/style'\nimport type { Element, Data } from '../state/react-page'\nimport type { ResponsiveColor } from '../runtimes/react/controls'\nimport { NumberControlDefinition } from '../controls/number'\nimport { NumberControlValue } from '../runtimes/react/controls/number'\nimport {\n CheckboxControlDefinition,\n ColorControlDefinition,\n ComboboxControlDefinition,\n ImageControlDefinition,\n LinkControlDefinition,\n ListControlDefinition,\n SelectControlDefinition,\n ShapeControlDefinition,\n SlotControlDefinition,\n TextAreaControlDefinition,\n TextInputControlDefinition,\n} from '../controls'\nimport { TextInputControlValue } from '../runtimes/react/controls/text-input'\nimport { TextAreaControlValue } from '../runtimes/react/controls/text-area'\nimport { ColorControlValue } from '../runtimes/react/controls/color'\nimport { SelectControlValue } from '../runtimes/react/controls/select'\nimport { CheckboxControlValue } from '../runtimes/react/controls/checkbox'\nimport { ResolveImageControlValue } from '../runtimes/react/controls/image'\nimport { ShapeControlValue } from '../runtimes/react/controls/shape'\nimport { ListControlValue } from '../runtimes/react/controls/list'\nimport { ComboboxControlValue } from '../runtimes/react/controls/combobox'\nimport { LinkControlValue } from '../runtimes/react/controls/link'\nimport { SlotControlValue } from '../runtimes/react/controls/slot'\n\nexport type { Data }\n\n// See https://github.com/microsoft/TypeScript/issues/15300\nexport type IndexSignatureHack<T> = T extends Record<string, any>\n ? { [K in keyof T]: IndexSignatureHack<T[K]> }\n : T\n\nexport type Device = 'desktop' | 'tablet' | 'mobile'\n\nexport type DeviceOverride<T> = { deviceId: Device; value: T }\n\nexport type ResponsiveValue<T> = DeviceOverride<T>[]\n\nexport type ResponsiveValueType<T> = T extends ResponsiveValue<infer U> ? U : never\n\ntype Color = { swatchId: string; alpha: number }\n\ntype IconName =\n | 'HeightAuto16'\n | 'HeightMatch16'\n | 'VerticalAlignStart16'\n | 'VerticalAlignMiddle16'\n | 'VerticalAlignEnd16'\n | 'VerticalAlignSpaceBetween16'\n | 'ButtonPill16'\n | 'ButtonRounded16'\n | 'ButtonSquare16'\n | 'SizeSmall16'\n | 'SizeMedium16'\n | 'SizeLarge16'\n | 'ArrowInside16'\n | 'ArrowCenter16'\n | 'ArrowOutside16'\n | 'CountdownSolid16'\n | 'CountdownSolidSplit16'\n | 'CountdownOutline16'\n | 'CountdownOutlineSplit16'\n | 'CountdownNaked16'\n | 'Sun16'\n | 'Moon16'\n | 'AlignLeft16'\n | 'AlignCenter16'\n | 'AlignRight16'\n | 'Star16'\n | 'StarCircle16'\n | 'StarRoundedSquare16'\n | 'StarSquare16'\n\nexport type Gap = { value: number; unit: 'px' }\n\nexport type Length = { value: number; unit: 'px' | '%' }\n\ntype OpenPageLink = {\n type: 'OPEN_PAGE'\n payload: { pageId: string | null | undefined; openInNewTab: boolean }\n}\n\ntype OpenURLLink = { type: 'OPEN_URL'; payload: { url: string; openInNewTab: boolean } }\n\ntype SendEmailLink = {\n type: 'SEND_EMAIL'\n payload: { to: string; subject?: string; body?: string }\n}\n\ntype CallPhoneLink = { type: 'CALL_PHONE'; payload: { phoneNumber: string } }\n\ntype ScrollToElementLink = {\n type: 'SCROLL_TO_ELEMENT'\n payload: {\n elementIdConfig: { elementKey: string; propName: string } | null | undefined\n block: 'start' | 'center' | 'end'\n }\n}\n\ntype Link = OpenPageLink | OpenURLLink | SendEmailLink | CallPhoneLink | ScrollToElementLink\n\ntype TextStyle = {\n fontFamily?: string | null | undefined\n letterSpacing: number | null | undefined\n fontSize: { value: number; unit: 'px' } | null | undefined\n fontWeight: number | null | undefined\n textTransform: 'uppercase'[]\n fontStyle: 'italic'[]\n}\n\nexport const Types = {\n Backgrounds: 'Backgrounds',\n Border: 'Border',\n BorderRadius: 'BorderRadius',\n Checkbox: 'Checkbox',\n Date: 'Date',\n ElementID: 'ElementID',\n Font: 'Font',\n GapX: 'GapX',\n GapY: 'GapY',\n Grid: 'Grid',\n Image: 'Image',\n Images: 'Images',\n Link: 'Link',\n List: 'List',\n Margin: 'Margin',\n NavigationLinks: 'NavigationLinks',\n Number: 'Number',\n Padding: 'Padding',\n ResponsiveColor: 'ResponsiveColor',\n ResponsiveIconRadioGroup: 'ResponsiveIconRadioGroup',\n ResponsiveLength: 'ResponsiveLength',\n ResponsiveNumber: 'ResponsiveNumber',\n ResponsiveOpacity: 'ResponsiveOpacity',\n ResponsiveSelect: 'ResponsiveSelect',\n RichText: 'RichText',\n Shadows: 'Shadows',\n Shape: 'Shape',\n SocialLinks: 'SocialLinks',\n Table: 'Table',\n TableFormFields: 'TableFormFields',\n Typeahead: 'Typeahead',\n TextArea: 'TextArea',\n TextInput: 'TextInput',\n TextStyle: 'TextStyle',\n Video: 'Video',\n Width: 'Width',\n Style: StyleControlType,\n} as const\n\ntype Options<T> = T | ((props: Record<string, unknown>, deviceMode: Device) => T)\n\nexport type ResolveOptions<T extends Options<unknown>> = T extends Options<infer U> ? U : never\n\ntype ColorBackground = { type: 'color'; id: string; payload: Color | null }\n\ntype GradientStop = { id: string; location: number; color: Color | null }\n\ntype Gradient = { angle?: number; isRadial?: boolean; stops: GradientStop[] }\n\ntype GradientBackground = { type: 'gradient'; id: string; payload: Gradient }\n\ntype BackgroundImagePosition = { x: number; y: number }\n\ntype BackgroundImageSize = 'cover' | 'contain' | 'auto'\n\ntype BackgroundImageRepeat = 'no-repeat' | 'repeat-x' | 'repeat-y' | 'repeat'\n\ntype BackgroundImage = {\n imageId: string\n position: BackgroundImagePosition\n size?: BackgroundImageSize\n repeat?: BackgroundImageRepeat\n opacity?: number\n parallax?: number\n}\n\ntype ImageBackground = { type: 'image'; id: string; payload: BackgroundImage }\n\ntype BackgroundVideoAspectRatio = 'wide' | 'standard'\n\ntype BackgroundVideo = {\n url?: string\n maskColor?: Color | null\n opacity?: number\n zoom?: number\n aspectRatio?: BackgroundVideoAspectRatio\n parallax?: number\n}\n\ntype VideoBackground = { type: 'video'; id: string; payload: BackgroundVideo }\n\ntype Background = ColorBackground | GradientBackground | ImageBackground | VideoBackground\n\nexport type BackgroundsValue = ResponsiveValue<Background[]>\n\ntype BackgroundsOptions = Options<Record<string, never>>\n\ntype BackgroundsDescriptor<_T = BackgroundsValue> = {\n type: typeof Types.Backgrounds\n options: BackgroundsOptions\n}\n\nexport function Backgrounds(options: BackgroundsOptions = {}): BackgroundsDescriptor {\n return { type: Types.Backgrounds, options }\n}\n\ntype BorderSideStyle = 'dashed' | 'dotted' | 'solid'\n\ntype BorderSide = { width: number | null | undefined; style: BorderSideStyle; color?: Color | null }\n\ntype Border = {\n [K in 'top' | 'right' | 'bottom' | 'left' as `border${Capitalize<K>}`]:\n | BorderSide\n | null\n | undefined\n}\n\nexport type BorderValue = ResponsiveValue<Border>\n\ntype BorderOptions = Options<Record<string, never>>\n\ntype BorderDescriptor<_T = BorderValue> = { type: typeof Types.Border; options: BorderOptions }\n\nexport function Border(options: BorderOptions = {}): BorderDescriptor {\n return { type: Types.Border, options }\n}\n\ntype BorderRadius = {\n [K in 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight' as `border${Capitalize<K>}Radius`]:\n | Length\n | null\n | undefined\n}\n\nexport type BorderRadiusValue = ResponsiveValue<BorderRadius>\n\ntype BorderRadiusOptions = Options<Record<string, never>>\n\ntype BorderRadiusDescriptor<_T = BorderRadiusValue> = {\n type: typeof Types.BorderRadius\n options: BorderRadiusOptions\n}\n\nexport function BorderRadius(options: BorderRadiusOptions = {}): BorderRadiusDescriptor {\n return { type: Types.BorderRadius, options }\n}\n\nexport type CheckboxValue = boolean\n\nexport type CheckboxOptions = Options<{\n preset?: CheckboxValue\n label: string\n hidden?: boolean\n}>\n\nexport type CheckboxDescriptor<_T = CheckboxValue> = {\n type: typeof Types.Checkbox\n options: CheckboxOptions\n}\n\nexport function Checkbox(options: CheckboxOptions): CheckboxDescriptor {\n return { type: Types.Checkbox, options }\n}\n\nexport type DateValue = string\n\nexport type DateOptions = Options<{ preset?: DateValue }>\n\nexport type DateDescriptor<_T = DateValue> = { type: typeof Types.Date; options: DateOptions }\n\nexport function Date(options: DateOptions = {}): DateDescriptor {\n return { type: Types.Date, options }\n}\n\nexport type ElementIDValue = string\n\ntype ElementIDOptions = Options<Record<string, never>>\n\ntype ElementIDDescriptor<_T = ElementIDValue> = {\n type: typeof Types.ElementID\n options: ElementIDOptions\n}\n\nexport function ElementID(options: ElementIDOptions = {}): ElementIDDescriptor {\n return { type: Types.ElementID, options }\n}\n\nexport type FontValue = ResponsiveValue<string>\n\ntype FontOptions = Options<{ preset?: FontValue; label?: string }>\n\ntype FontDescriptor<_T = FontValue> = { type: typeof Types.Font; options: FontOptions }\n\nexport function Font(options: FontOptions = {}): FontDescriptor {\n return { type: Types.Font, options }\n}\n\nexport type GapXValue = ResponsiveValue<Gap>\n\nexport type GapXOptions = Options<{\n preset?: GapXValue\n label?: string\n defaultValue?: Gap\n min?: number\n max?: number\n step?: number\n hidden?: boolean\n}>\n\nexport type GapXDescriptor<_T = GapXValue> = { type: typeof Types.GapX; options: GapXOptions }\n\nexport function GapX(options: GapXOptions = {}): GapXDescriptor {\n return { type: Types.GapX, options }\n}\n\nexport type GapYValue = ResponsiveValue<Gap>\n\nexport type GapYOptions = Options<{\n preset?: GapYValue\n label?: string\n defaultValue?: Gap\n step?: number\n min?: number\n max?: number\n hidden?: boolean\n}>\n\nexport type GapYDescriptor<_T = GapYValue> = { type: typeof Types.GapY; options: GapYOptions }\n\nexport function GapY(options: GapYOptions = {}): GapYDescriptor {\n return { type: Types.GapY, options }\n}\n\ntype GridColumn = { count: number; spans: number[][] }\n\nexport type GridValue = { elements: Element[]; columns: ResponsiveValue<GridColumn> }\n\ntype GridOptions = Options<Record<string, never>>\n\ntype GridDescriptor<_T = GridValue> = { type: typeof Types.Grid; options: GridOptions }\n\nexport function Grid(options: GridOptions = {}): GridDescriptor {\n return { type: Types.Grid, options }\n}\n\nexport type ImageValue = string\n\nexport type ImageOptions = Options<{ label?: string; hidden?: boolean }>\n\nexport type ImageDescriptor<_T = ImageValue> = { type: typeof Types.Image; options: ImageOptions }\n\nexport function Image(options: ImageOptions = {}): ImageDescriptor {\n return { type: Types.Image, options }\n}\n\nexport type ImagesValue = { key: string; props: { link?: Link; file?: string; altText?: string } }[]\n\ntype ImagesOptions = Options<{ preset?: ImagesValue }>\n\ntype ImagesDescriptor<_T = ImagesValue> = { type: typeof Types.Images; options: ImagesOptions }\n\nexport function Images(options: ImagesOptions = {}): ImagesDescriptor {\n return { type: Types.Images, options }\n}\n\nexport type LinkValue = Link\n\nexport type LinkOptions = Options<{\n preset?: LinkValue\n label?: string\n defaultValue?: Link\n options?: { value: Link['type']; label: string }[]\n hidden?: boolean\n}>\n\nexport type LinkDescriptor<_T = LinkValue> = { type: typeof Types.Link; options: LinkOptions }\n\nexport function Link(options: LinkOptions = {}): LinkDescriptor {\n return { type: Types.Link, options }\n}\n\ntype ListValueItem<T extends Data> = { id: string; value?: T }\n\nexport type ListValue<T extends Data = Data> = ListValueItem<T>[]\n\nexport type ListOptions<T extends Data> = {\n type: PanelDescriptor<T>\n label?: string\n getItemLabel?: ((value: T | undefined) => string) | ((value: T | undefined) => Promise<string>)\n preset?: ListValue<T>\n defaultValue?: ListValue<T>\n}\n\nexport type ListDescriptor<T extends ListValue = ListValue> = {\n type: typeof Types.List\n options: ListOptions<T extends ListValue<infer U> ? U : never>\n}\n\nexport function List<T extends Data>(options: ListOptions<T>): ListDescriptor<ListValue<T>> {\n return { type: Types.List, options }\n}\n\ntype MarginSide = { value: number; unit: 'px' } | 'auto'\n\ntype Margin = {\n [K in 'top' | 'right' | 'bottom' | 'left' as `margin${Capitalize<K>}`]:\n | MarginSide\n | null\n | undefined\n}\n\nexport type MarginValue = ResponsiveValue<Margin>\n\ntype MarginOptions = Options<{ preset?: MarginValue }>\n\ntype MarginDescriptor<_T = MarginValue> = { type: typeof Types.Margin; options: MarginOptions }\n\nexport function Margin(options: MarginOptions = {}): MarginDescriptor {\n return { type: Types.Margin, options }\n}\n\ntype ButtonVariant = 'flat' | 'outline' | 'shadow' | 'clear' | 'blocky' | 'bubbly' | 'skewed'\n\ntype ButtonShape = 'pill' | 'rounded' | 'square'\n\ntype ButtonSize = 'small' | 'medium' | 'large'\n\nexport type NavigationButton = {\n id: string\n type: 'button'\n payload: {\n label: string\n link?: Link\n variant?: ResponsiveValue<ButtonVariant>\n shape?: ResponsiveValue<ButtonShape>\n size?: ResponsiveValue<ButtonSize>\n textColor?: ResponsiveValue<Color>\n color?: ResponsiveValue<Color>\n textStyle?: ResponsiveValue<TextStyle>\n }\n}\n\ntype NavigationDropdownCaretType = 'caret' | 'plus' | 'arrow-down' | 'chevron-down'\n\ntype NavigationDropdownLink = {\n id: string\n payload: {\n label: string\n link?: Link\n color?: ResponsiveValue<Color>\n textStyle?: ResponsiveValue<TextStyle>\n }\n}\n\ntype NavigationDropdown = {\n id: string\n type: 'dropdown'\n payload: {\n label: string\n caret?: NavigationDropdownCaretType\n links?: NavigationDropdownLink[]\n variant?: ResponsiveValue<ButtonVariant>\n shape?: ResponsiveValue<ButtonShape>\n size?: ResponsiveValue<ButtonSize>\n textColor?: ResponsiveValue<Color>\n color?: ResponsiveValue<Color>\n textStyle?: ResponsiveValue<TextStyle>\n }\n}\n\nexport type NavigationLinksValue = (NavigationButton | NavigationDropdown)[]\n\ntype NavigationLinksOptions = Options<Record<string, never>>\n\ntype NavigationLinksDescriptor<_T = NavigationLinksValue> = {\n type: typeof Types.NavigationLinks\n options: NavigationLinksOptions\n}\n\nexport function NavigationLinks(options: NavigationLinksOptions = {}): NavigationLinksDescriptor {\n return { type: Types.NavigationLinks, options }\n}\n\nexport type NumberValue = number\n\nexport type NumberOptions = Options<{\n preset?: NumberValue\n label?: string\n defaultValue?: number\n min?: number\n max?: number\n step?: number\n suffix?: string\n hidden?: boolean\n}>\n\nexport type NumberDescriptor<_T = NumberValue> = {\n type: typeof Types.Number\n options: NumberOptions\n}\n\nexport function Number(options: NumberOptions = {}): NumberDescriptor {\n return { type: Types.Number, options }\n}\n\ntype PaddingSide = { value: number; unit: 'px' }\n\ntype Padding = {\n [K in 'top' | 'right' | 'bottom' | 'left' as `padding${Capitalize<K>}`]:\n | PaddingSide\n | null\n | undefined\n}\n\nexport type PaddingValue = ResponsiveValue<Padding>\n\ntype PaddingOptions = Options<{ preset?: PaddingValue }>\n\ntype PaddingDescriptor<_T = PaddingValue> = { type: typeof Types.Padding; options: PaddingOptions }\n\nexport function Padding(options: PaddingOptions = {}): PaddingDescriptor {\n return { type: Types.Padding, options }\n}\n\nexport type ResponsiveColorValue = ResponsiveValue<Color>\n\ntype ResponsiveColorOptions = Options<{ label?: string; placeholder?: string; hidden?: boolean }>\n\nexport type ResponsiveColorDescriptor<_T = ResponsiveColorValue> = {\n type: typeof Types.ResponsiveColor\n options: ResponsiveColorOptions\n}\n\nexport function ResponsiveColor(options: ResponsiveColorOptions = {}): ResponsiveColorDescriptor {\n return { type: Types.ResponsiveColor, options }\n}\n\nexport type IconRadioGroupOption<T extends string> = { value: T; label: string; icon: IconName }\n\nexport type ResponsiveIconRadioGroupValue<T extends string = string> = ResponsiveValue<T>\n\nexport type ResponsiveIconRadioGroupOptions<T extends string = string, U extends T = T> = Options<{\n label?: string\n options: IconRadioGroupOption<T>[]\n defaultValue?: U\n hidden?: boolean\n}>\n\nexport type ResponsiveIconRadioGroupDescriptor<\n T extends ResponsiveIconRadioGroupValue<string> = ResponsiveIconRadioGroupValue<string>,\n> = {\n type: typeof Types.ResponsiveIconRadioGroup\n options: ResponsiveIconRadioGroupOptions<ResponsiveValueType<T>>\n}\n\n// HACK(miguel): We have to use a layer of indirection with `_T` and `T` because otherwise the\n// values provided would undergo type widening. For some reason, the extra layer of indirection\n// reuslts in TypeScript not widening types. Note, this only happens when the returned value of this\n// function is passed to another as an argument, which is common with the `registerComponent` API.\nexport function ResponsiveIconRadioGroup<_T extends string, T extends _T, U extends T>(\n options: ResponsiveIconRadioGroupOptions<T, U>,\n): ResponsiveIconRadioGroupDescriptor<ResponsiveIconRadioGroupValue<T>> {\n return { type: Types.ResponsiveIconRadioGroup, options }\n}\n\nexport type ResponsiveLengthValue = ResponsiveValue<Length>\n\nexport type LengthOption =\n | { value: 'px'; label: 'Pixels'; icon: 'Px16' }\n | { value: '%'; label: 'Percentage'; icon: 'Percent16' }\n\nexport type ResponsiveLengthOptions = Options<{\n label?: string\n options?: LengthOption[]\n defaultValue?: Length\n hidden?: boolean\n}>\n\nexport type ResponsiveLengthDescriptor<_T = ResponsiveLengthValue> = {\n type: typeof Types.ResponsiveLength\n options: ResponsiveLengthOptions\n}\n\nexport function ResponsiveLength(\n options: ResponsiveLengthOptions = {},\n): ResponsiveLengthDescriptor {\n return { type: Types.ResponsiveLength, options }\n}\n\nexport type ResponsiveNumberValue = ResponsiveValue<number>\n\nexport type ResponsiveNumberOptions = Options<{\n label?: string\n defaultValue?: number\n min?: number\n max?: number\n step?: number\n suffix?: string\n hidden?: boolean\n}>\n\nexport type ResponsiveNumberDescriptor<_T = ResponsiveNumberValue> = {\n type: typeof Types.ResponsiveNumber\n options: ResponsiveNumberOptions\n}\n\nexport function ResponsiveNumber(\n options: ResponsiveNumberOptions = {},\n): ResponsiveNumberDescriptor {\n return { type: Types.ResponsiveNumber, options }\n}\n\nexport type ResponsiveOpacityValue = ResponsiveValue<number>\n\ntype ResponsiveOpacityOptions = Options<Record<string, never>>\n\ntype ResponsiveOpacityDescriptor<_T = ResponsiveOpacityValue> = {\n type: typeof Types.ResponsiveOpacity\n options: ResponsiveOpacityOptions\n}\n\nexport function ResponsiveOpacity(\n options: ResponsiveOpacityOptions = {},\n): ResponsiveOpacityDescriptor {\n return { type: Types.ResponsiveOpacity, options }\n}\n\nexport type ResponsiveSelectValue<T extends string = string> = ResponsiveValue<T>\n\nexport type SelectLabelOrientation = 'vertical' | 'horizontal'\n\nexport type SelectOption<T extends string> = { value: T; label: string }\n\nexport type ResponsiveSelectOptions<T extends string = string, U extends T = T> = Options<{\n label?: string\n labelOrientation?: SelectLabelOrientation\n options: SelectOption<T>[]\n defaultValue?: U\n hidden?: boolean\n}>\n\nexport type ResponsiveSelectDescriptor<\n T extends ResponsiveSelectValue<string> = ResponsiveSelectValue<string>,\n> = {\n type: typeof Types.ResponsiveSelect\n options: ResponsiveSelectOptions<ResponsiveValueType<T>>\n}\n\n// HACK(miguel): We have to use a layer of indirection with `_T` and `T` because otherwise the\n// values provided would undergo type widening. For some reason, the extra layer of indirection\n// reuslts in TypeScript not widening types. Note, this only happens when the returned value of this\n// function is passed to another as an argument, which is common with the `registerComponent` API.\nexport function ResponsiveSelect<_T extends string, T extends _T, U extends T>(\n options: ResponsiveSelectOptions<T, U>,\n): ResponsiveSelectDescriptor<ResponsiveSelectValue<T>> {\n return { type: Types.ResponsiveSelect, options }\n}\n\nexport type RichTextValue = IndexSignatureHack<Slate.ValueJSON>\n\nexport type RichTextOptions = Options<{ preset?: RichTextValue }>\n\nexport type RichTextDescriptor<_T extends Data = RichTextValue> = {\n type: typeof Types.RichText\n options: RichTextOptions\n}\n\nexport function RichText(options: RichTextOptions = {}): RichTextDescriptor {\n return { type: Types.RichText, options }\n}\n\ntype Shadow = {\n color?: Color | null\n blurRadius?: number\n spreadRadius?: number\n offsetX?: number\n offsetY?: number\n inset?: boolean\n}\n\ntype Shadows = { id: string; payload: Shadow }[]\n\nexport type ShadowsValue = ResponsiveValue<Shadows>\n\ntype ShadowsOptions = Options<Record<string, never>>\n\ntype ShadowsDescriptor<_T = ShadowsValue> = { type: typeof Types.Shadows; options: ShadowsOptions }\n\nexport function Shadows(options: ShadowsOptions = {}): ShadowsDescriptor {\n return { type: Types.Shadows, options }\n}\n\nexport type ShapeValue<T extends Data = Data> = Record<string, T>\n\ntype ShapeOptions<T extends Record<string, PanelDescriptor>> = {\n type: T\n preset?: { [K in keyof T]?: DescriptorValueType<T[K]> }\n}\n\nexport type ShapeDescriptor<\n _T extends Record<string, Data>,\n U extends Record<string, PanelDescriptor>,\n> = {\n type: typeof Types.Shape\n options: ShapeOptions<U>\n}\n\nexport function Shape<T extends Record<string, PanelDescriptor>>(\n options: ShapeOptions<T>,\n): ShapeDescriptor<{ [K in keyof T]?: DescriptorValueType<T[K]> }, T> {\n return { type: Types.Shape, options }\n}\n\ntype SocialLinkType =\n | 'angellist'\n | 'codepen'\n | 'dribbble'\n | 'facebook'\n | 'github'\n | 'instagram'\n | 'linkedin'\n | 'medium'\n | 'pinterest'\n | 'reddit'\n | 'rss'\n | 'snapchat'\n | 'soundcloud'\n | 'spotify'\n | 'telegram'\n | 'tumblr'\n | 'twitch'\n | 'twitter'\n | 'vimeo'\n | 'whatsapp'\n | 'yelp'\n | 'youtube'\n\ntype SocialLink = { type: SocialLinkType; url: string }\n\ntype SocialLinksLink = { id: string; payload: SocialLink }\n\nexport type SocialLinksValue = { links: SocialLinksLink[]; openInNewTab: boolean }\n\ntype SocialLinksOptions = Options<{ preset?: SocialLinksValue }>\n\ntype SocialLinksDescriptor<_T = SocialLinksValue> = {\n type: typeof Types.SocialLinks\n options: SocialLinksOptions\n}\n\nexport function SocialLinks(options: SocialLinksOptions = {}): SocialLinksDescriptor {\n return { type: Types.SocialLinks, options }\n}\n\nexport type TableValue = string\n\ntype TableOptions = Options<{ preset?: TableValue }>\n\ntype TableDescriptor<_T = TableValue> = { type: typeof Types.Table; options: TableOptions }\n\nexport function Table(options: TableOptions = {}): TableDescriptor {\n return { type: Types.Table, options }\n}\n\ntype TableFormField = {\n id: string\n tableColumnId: string\n label?: string\n placeholder?: string\n defaultValue?: string | boolean | string[]\n required?: boolean\n hidden?: boolean\n type?: 'select' | 'radio'\n hideLabel?: boolean\n autofill?: boolean\n}\n\ntype Grid = { count: number; spans: number[][] }\n\nexport type TableFormFieldsValue = { fields: TableFormField[]; grid: ResponsiveValue<Grid> }\n\ntype TableFormFieldsOptions = Options<{ preset?: TableFormFieldsValue }>\n\nexport type TableFormFieldsDescriptor<_T = TableFormFieldsValue> = {\n type: typeof Types.TableFormFields\n options: TableFormFieldsOptions\n}\n\nexport function TableFormFields(options: TableFormFieldsOptions = {}): TableFormFieldsDescriptor {\n return { type: Types.TableFormFields, options }\n}\n\nexport type TypeaheadValue<T extends Data = Data> = {\n id: string\n label: string\n value: T\n}\n\nexport type TypeaheadOptions<T extends Data> = {\n getItems: (query: string) => Promise<TypeaheadValue<T>[]>\n label?: string\n preset?: TypeaheadValue<T>\n defaultValue?: TypeaheadValue<T>\n}\n\nexport type TypeaheadDescriptor<T extends TypeaheadValue = TypeaheadValue> = {\n type: typeof Types.Typeahead\n options: TypeaheadOptions<T extends TypeaheadValue<infer U> ? U : never>\n}\n\nexport function Typeahead<T extends Data>(\n options: TypeaheadOptions<T>,\n): TypeaheadDescriptor<TypeaheadValue<T>> {\n return { type: Types.Typeahead, options }\n}\n\nexport type TextAreaValue = string\n\ntype TextAreaOptions = Options<{ preset?: TextAreaValue; label?: string; rows?: number }>\n\ntype TextAreaDescriptor<_T = TextAreaValue> = {\n type: typeof Types.TextArea\n options: TextAreaOptions\n}\n\nexport function TextArea(options: TextAreaOptions = {}): TextAreaDescriptor {\n return { type: Types.TextArea, options }\n}\n\nexport type TextInputValue = string\n\nexport type TextInputOptions = Options<{ label?: string; placeholder?: string; hidden?: boolean }>\n\nexport type TextInputDescriptor<_T = TextInputValue> = {\n type: typeof Types.TextInput\n options: TextInputOptions\n}\n\nexport function TextInput(options: TextInputOptions = {}): TextInputDescriptor {\n return { type: Types.TextInput, options }\n}\n\nexport type TextStyleValue = ResponsiveValue<TextStyle>\n\nexport type TextStyleOptions = Options<{\n preset?: TextStyleValue\n label?: string\n hidden?: boolean\n}>\n\nexport type TextStyleDescriptor<_T = TextStyleValue> = {\n type: typeof Types.TextStyle\n options: TextStyleOptions\n}\n\nexport function TextStyle(options: TextStyleOptions = {}): TextStyleDescriptor {\n return { type: Types.TextStyle, options }\n}\n\ntype Video = {\n url?: string\n muted?: boolean\n playing?: boolean\n loop?: boolean\n controls?: boolean\n}\n\nexport type VideoValue = Video\n\ntype VideoOptions = Options<{ preset?: VideoValue }>\n\ntype VideoDescriptor<_T = VideoValue> = { type: typeof Types.Video; options: VideoOptions }\n\nexport function Video(options: VideoOptions = {}): VideoDescriptor {\n return { type: Types.Video, options }\n}\n\nexport type WidthValue = ResponsiveValue<Length>\n\nexport const WidthControlValueFormats = {\n ClassName: 'ClassName',\n ResponsiveValue: 'ResponsiveValue',\n} as const\n\ntype WidthControlValueFormat =\n typeof WidthControlValueFormats[keyof typeof WidthControlValueFormats]\n\ntype WidthOptions = Options<{\n preset?: WidthValue\n defaultValue?: Length\n format?: WidthControlValueFormat\n}>\n\nexport type WidthDescriptor<_T = WidthValue, U extends WidthOptions = WidthOptions> = {\n type: typeof Types.Width\n options: U\n}\n\nexport function Width<T extends WidthOptions>(\n options: T & WidthOptions = {} as T,\n): WidthDescriptor<WidthValue, T> {\n return { type: Types.Width, options }\n}\n\nWidth.Formats = WidthControlValueFormats\n\nexport type Descriptor<T extends Data = Data> =\n | BackgroundsDescriptor<T>\n | BorderDescriptor<T>\n | BorderRadiusDescriptor<T>\n | CheckboxDescriptor<T>\n | DateDescriptor<T>\n | ElementIDDescriptor<T>\n | FontDescriptor<T>\n | GapXDescriptor<T>\n | GapYDescriptor<T>\n | GridDescriptor<T>\n | ImageDescriptor<T>\n | ImagesDescriptor<T>\n | LinkDescriptor<T>\n | ListDescriptor<T extends ListValue ? T : ListValue>\n | MarginDescriptor<T>\n | NavigationLinksDescriptor<T>\n | NumberDescriptor<T>\n | PaddingDescriptor<T>\n | ResponsiveColorDescriptor<T>\n | ResponsiveIconRadioGroupDescriptor<\n T extends ResponsiveIconRadioGroupValue<string> ? T : ResponsiveIconRadioGroupValue<string>\n >\n | ResponsiveLengthDescriptor<T>\n | ResponsiveNumberDescriptor<T>\n | ResponsiveOpacityDescriptor<T>\n | ResponsiveSelectDescriptor<\n T extends ResponsiveSelectValue<string> ? T : ResponsiveSelectValue<string>\n >\n | RichTextDescriptor<T>\n | ShadowsDescriptor<T>\n | ShapeDescriptor<T extends ShapeValue ? T : ShapeValue, any>\n | SocialLinksDescriptor<T>\n | TableDescriptor<T>\n | TableFormFieldsDescriptor<T>\n | TypeaheadDescriptor<T extends TypeaheadValue ? T : TypeaheadValue>\n | TextAreaDescriptor<T>\n | TextInputDescriptor<T>\n | TextStyleDescriptor<T>\n | VideoDescriptor<T>\n | WidthDescriptor<T>\n | StyleControlDefinition\n | NumberControlDefinition\n | CheckboxControlDefinition\n | TextInputControlDefinition\n | TextAreaControlDefinition\n | SelectControlDefinition\n | ColorControlDefinition\n | ImageControlDefinition\n | ComboboxControlDefinition\n | ShapeControlDefinition\n | ListControlDefinition\n | LinkControlDefinition\n | SlotControlDefinition\n\nexport type PanelDescriptorType =\n | typeof Types.Backgrounds\n | typeof Types.ResponsiveIconRadioGroup\n | typeof Types.Margin\n | typeof Types.Padding\n | typeof Types.Border\n | typeof Types.Shadows\n | typeof Types.GapY\n | typeof Types.GapX\n | typeof Types.BorderRadius\n | typeof Types.Checkbox\n | typeof Types.TextInput\n | typeof Types.Link\n | typeof Types.List\n | typeof Types.Shape\n | typeof Types.ResponsiveSelect\n | typeof Types.ResponsiveColor\n | typeof Types.TextStyle\n | typeof Types.Images\n | typeof Types.ResponsiveNumber\n | typeof Types.Number\n | typeof Types.Date\n | typeof Types.Font\n | typeof Types.TextArea\n | typeof Types.Table\n | typeof Types.Typeahead\n | typeof Types.RichText\n | typeof Types.Image\n | typeof Types.ResponsiveOpacity\n | typeof Types.SocialLinks\n | typeof Types.Video\n | typeof Types.NavigationLinks\n\nexport type PanelDescriptor<T extends Data = Data> = Extract<\n Descriptor<T>,\n { type: PanelDescriptorType }\n>\n\nexport type DescriptorValueType<T extends Descriptor> = T extends NumberControlDefinition\n ? NumberControlValue<T>\n : T extends CheckboxControlDefinition\n ? CheckboxControlValue<T>\n : T extends TextInputControlDefinition\n ? TextInputControlValue<T>\n : T extends TextAreaControlDefinition\n ? TextAreaControlValue<T>\n : T extends SelectControlDefinition\n ? SelectControlValue<T>\n : T extends ColorControlDefinition\n ? ColorControlValue<T>\n : T extends StyleControlDefinition\n ? StyleControlFormattedValue\n : T extends ImageControlDefinition\n ? ResolveImageControlValue<T>\n : T extends ComboboxControlDefinition\n ? ComboboxControlValue<T>\n : T extends ShapeControlDefinition\n ? ShapeControlValue<T>\n : T extends ListControlDefinition\n ? ListControlValue<T>\n : T extends LinkControlDefinition\n ? LinkControlValue<T>\n : T extends SlotControlDefinition\n ? SlotControlValue\n : T['type'] extends typeof Types.ResponsiveColor\n ? ResponsiveColor | null | undefined\n : T['type'] extends typeof Types.Width\n ? ResolveWidthControlValue<T>\n : T extends Descriptor<infer U>\n ? U | undefined\n : never\n\nexport type PanelDescriptorValueType<T extends PanelDescriptor> = T extends PanelDescriptor<infer U>\n ? U\n : never\n","export type ImageControlData = string\n\nexport const ImageControlType = 'makeswift::controls::image'\n\nexport const ImageControlValueFormat = {\n URL: 'makeswift::controls::image::format::url',\n WithDimensions: 'makeswift::controls::image::format::with-dimensions',\n} as const\n\ntype ImageControlValueFormat = typeof ImageControlValueFormat[keyof typeof ImageControlValueFormat]\n\ntype ImageControlConfig = { label?: string; format?: ImageControlValueFormat }\n\nexport type ImageControlDefinition<T extends ImageControlConfig = ImageControlConfig> = {\n type: typeof ImageControlType\n config: T\n}\n\nexport function Image<T extends ImageControlConfig>(\n config: T = {} as T,\n): ImageControlDefinition<T> {\n return { type: ImageControlType, config }\n}\n\nImage.Format = ImageControlValueFormat\n"],"names":[],"mappings":"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"}
|
package/dist/image.es.js
DELETED
|
@@ -1,240 +0,0 @@
|
|
|
1
|
-
const StyleControlType = "makeswift::controls::style";
|
|
2
|
-
const StyleControlProperty = {
|
|
3
|
-
Width: "makeswift::controls::style::property::width",
|
|
4
|
-
Margin: "makeswift::controls::style::property::margin",
|
|
5
|
-
Padding: "makeswift::controls::style::property::padding",
|
|
6
|
-
Border: "makeswift::controls::style::property::border",
|
|
7
|
-
BorderRadius: "makeswift::controls::style::property::border-radius",
|
|
8
|
-
TextStyle: "makeswift::controls::style::property::text-style"
|
|
9
|
-
};
|
|
10
|
-
const StyleControlDefaultProperties = [
|
|
11
|
-
StyleControlProperty.Width,
|
|
12
|
-
StyleControlProperty.Margin
|
|
13
|
-
];
|
|
14
|
-
const AllStyleControlProperties = [
|
|
15
|
-
StyleControlProperty.Width,
|
|
16
|
-
StyleControlProperty.Margin,
|
|
17
|
-
StyleControlProperty.Padding,
|
|
18
|
-
StyleControlProperty.Border,
|
|
19
|
-
StyleControlProperty.BorderRadius,
|
|
20
|
-
StyleControlProperty.TextStyle
|
|
21
|
-
];
|
|
22
|
-
function Style(params) {
|
|
23
|
-
var _a;
|
|
24
|
-
return {
|
|
25
|
-
type: StyleControlType,
|
|
26
|
-
config: { properties: (_a = params == null ? void 0 : params.properties) != null ? _a : StyleControlDefaultProperties }
|
|
27
|
-
};
|
|
28
|
-
}
|
|
29
|
-
Style.Default = StyleControlDefaultProperties;
|
|
30
|
-
Style.All = AllStyleControlProperties;
|
|
31
|
-
Style.Width = StyleControlProperty.Width;
|
|
32
|
-
Style.Margin = StyleControlProperty.Margin;
|
|
33
|
-
Style.Padding = StyleControlProperty.Padding;
|
|
34
|
-
Style.Border = StyleControlProperty.Border;
|
|
35
|
-
Style.BorderRadius = StyleControlProperty.BorderRadius;
|
|
36
|
-
Style.TextStyle = StyleControlProperty.TextStyle;
|
|
37
|
-
const Types = {
|
|
38
|
-
Backgrounds: "Backgrounds",
|
|
39
|
-
Border: "Border",
|
|
40
|
-
BorderRadius: "BorderRadius",
|
|
41
|
-
Checkbox: "Checkbox",
|
|
42
|
-
Date: "Date",
|
|
43
|
-
ElementID: "ElementID",
|
|
44
|
-
Font: "Font",
|
|
45
|
-
GapX: "GapX",
|
|
46
|
-
GapY: "GapY",
|
|
47
|
-
Grid: "Grid",
|
|
48
|
-
Image: "Image",
|
|
49
|
-
Images: "Images",
|
|
50
|
-
Link: "Link",
|
|
51
|
-
List: "List",
|
|
52
|
-
Margin: "Margin",
|
|
53
|
-
NavigationLinks: "NavigationLinks",
|
|
54
|
-
Number: "Number",
|
|
55
|
-
Padding: "Padding",
|
|
56
|
-
ResponsiveColor: "ResponsiveColor",
|
|
57
|
-
ResponsiveIconRadioGroup: "ResponsiveIconRadioGroup",
|
|
58
|
-
ResponsiveLength: "ResponsiveLength",
|
|
59
|
-
ResponsiveNumber: "ResponsiveNumber",
|
|
60
|
-
ResponsiveOpacity: "ResponsiveOpacity",
|
|
61
|
-
ResponsiveSelect: "ResponsiveSelect",
|
|
62
|
-
RichText: "RichText",
|
|
63
|
-
Shadows: "Shadows",
|
|
64
|
-
Shape: "Shape",
|
|
65
|
-
SocialLinks: "SocialLinks",
|
|
66
|
-
Table: "Table",
|
|
67
|
-
TableFormFields: "TableFormFields",
|
|
68
|
-
Typeahead: "Typeahead",
|
|
69
|
-
TextArea: "TextArea",
|
|
70
|
-
TextInput: "TextInput",
|
|
71
|
-
TextStyle: "TextStyle",
|
|
72
|
-
Video: "Video",
|
|
73
|
-
Width: "Width",
|
|
74
|
-
Style: StyleControlType
|
|
75
|
-
};
|
|
76
|
-
function Backgrounds(options = {}) {
|
|
77
|
-
return { type: Types.Backgrounds, options };
|
|
78
|
-
}
|
|
79
|
-
function Border(options = {}) {
|
|
80
|
-
return { type: Types.Border, options };
|
|
81
|
-
}
|
|
82
|
-
function BorderRadius(options = {}) {
|
|
83
|
-
return { type: Types.BorderRadius, options };
|
|
84
|
-
}
|
|
85
|
-
function Checkbox(options) {
|
|
86
|
-
return { type: Types.Checkbox, options };
|
|
87
|
-
}
|
|
88
|
-
function Date(options = {}) {
|
|
89
|
-
return { type: Types.Date, options };
|
|
90
|
-
}
|
|
91
|
-
function ElementID(options = {}) {
|
|
92
|
-
return { type: Types.ElementID, options };
|
|
93
|
-
}
|
|
94
|
-
function Font(options = {}) {
|
|
95
|
-
return { type: Types.Font, options };
|
|
96
|
-
}
|
|
97
|
-
function GapX(options = {}) {
|
|
98
|
-
return { type: Types.GapX, options };
|
|
99
|
-
}
|
|
100
|
-
function GapY(options = {}) {
|
|
101
|
-
return { type: Types.GapY, options };
|
|
102
|
-
}
|
|
103
|
-
function Grid(options = {}) {
|
|
104
|
-
return { type: Types.Grid, options };
|
|
105
|
-
}
|
|
106
|
-
function Image$1(options = {}) {
|
|
107
|
-
return { type: Types.Image, options };
|
|
108
|
-
}
|
|
109
|
-
function Images(options = {}) {
|
|
110
|
-
return { type: Types.Images, options };
|
|
111
|
-
}
|
|
112
|
-
function Link(options = {}) {
|
|
113
|
-
return { type: Types.Link, options };
|
|
114
|
-
}
|
|
115
|
-
function List(options) {
|
|
116
|
-
return { type: Types.List, options };
|
|
117
|
-
}
|
|
118
|
-
function Margin(options = {}) {
|
|
119
|
-
return { type: Types.Margin, options };
|
|
120
|
-
}
|
|
121
|
-
function NavigationLinks(options = {}) {
|
|
122
|
-
return { type: Types.NavigationLinks, options };
|
|
123
|
-
}
|
|
124
|
-
function Number(options = {}) {
|
|
125
|
-
return { type: Types.Number, options };
|
|
126
|
-
}
|
|
127
|
-
function Padding(options = {}) {
|
|
128
|
-
return { type: Types.Padding, options };
|
|
129
|
-
}
|
|
130
|
-
function ResponsiveColor(options = {}) {
|
|
131
|
-
return { type: Types.ResponsiveColor, options };
|
|
132
|
-
}
|
|
133
|
-
function ResponsiveIconRadioGroup(options) {
|
|
134
|
-
return { type: Types.ResponsiveIconRadioGroup, options };
|
|
135
|
-
}
|
|
136
|
-
function ResponsiveLength(options = {}) {
|
|
137
|
-
return { type: Types.ResponsiveLength, options };
|
|
138
|
-
}
|
|
139
|
-
function ResponsiveNumber(options = {}) {
|
|
140
|
-
return { type: Types.ResponsiveNumber, options };
|
|
141
|
-
}
|
|
142
|
-
function ResponsiveOpacity(options = {}) {
|
|
143
|
-
return { type: Types.ResponsiveOpacity, options };
|
|
144
|
-
}
|
|
145
|
-
function ResponsiveSelect(options) {
|
|
146
|
-
return { type: Types.ResponsiveSelect, options };
|
|
147
|
-
}
|
|
148
|
-
function RichText(options = {}) {
|
|
149
|
-
return { type: Types.RichText, options };
|
|
150
|
-
}
|
|
151
|
-
function Shadows(options = {}) {
|
|
152
|
-
return { type: Types.Shadows, options };
|
|
153
|
-
}
|
|
154
|
-
function Shape(options) {
|
|
155
|
-
return { type: Types.Shape, options };
|
|
156
|
-
}
|
|
157
|
-
function SocialLinks(options = {}) {
|
|
158
|
-
return { type: Types.SocialLinks, options };
|
|
159
|
-
}
|
|
160
|
-
function Table(options = {}) {
|
|
161
|
-
return { type: Types.Table, options };
|
|
162
|
-
}
|
|
163
|
-
function TableFormFields(options = {}) {
|
|
164
|
-
return { type: Types.TableFormFields, options };
|
|
165
|
-
}
|
|
166
|
-
function Typeahead(options) {
|
|
167
|
-
return { type: Types.Typeahead, options };
|
|
168
|
-
}
|
|
169
|
-
function TextArea(options = {}) {
|
|
170
|
-
return { type: Types.TextArea, options };
|
|
171
|
-
}
|
|
172
|
-
function TextInput(options = {}) {
|
|
173
|
-
return { type: Types.TextInput, options };
|
|
174
|
-
}
|
|
175
|
-
function TextStyle(options = {}) {
|
|
176
|
-
return { type: Types.TextStyle, options };
|
|
177
|
-
}
|
|
178
|
-
function Video(options = {}) {
|
|
179
|
-
return { type: Types.Video, options };
|
|
180
|
-
}
|
|
181
|
-
const WidthControlValueFormats = {
|
|
182
|
-
ClassName: "ClassName",
|
|
183
|
-
ResponsiveValue: "ResponsiveValue"
|
|
184
|
-
};
|
|
185
|
-
function Width(options = {}) {
|
|
186
|
-
return { type: Types.Width, options };
|
|
187
|
-
}
|
|
188
|
-
Width.Formats = WidthControlValueFormats;
|
|
189
|
-
var descriptors = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
190
|
-
__proto__: null,
|
|
191
|
-
Types,
|
|
192
|
-
Backgrounds,
|
|
193
|
-
Border,
|
|
194
|
-
BorderRadius,
|
|
195
|
-
Checkbox,
|
|
196
|
-
Date,
|
|
197
|
-
ElementID,
|
|
198
|
-
Font,
|
|
199
|
-
GapX,
|
|
200
|
-
GapY,
|
|
201
|
-
Grid,
|
|
202
|
-
Image: Image$1,
|
|
203
|
-
Images,
|
|
204
|
-
Link,
|
|
205
|
-
List,
|
|
206
|
-
Margin,
|
|
207
|
-
NavigationLinks,
|
|
208
|
-
Number,
|
|
209
|
-
Padding,
|
|
210
|
-
ResponsiveColor,
|
|
211
|
-
ResponsiveIconRadioGroup,
|
|
212
|
-
ResponsiveLength,
|
|
213
|
-
ResponsiveNumber,
|
|
214
|
-
ResponsiveOpacity,
|
|
215
|
-
ResponsiveSelect,
|
|
216
|
-
RichText,
|
|
217
|
-
Shadows,
|
|
218
|
-
Shape,
|
|
219
|
-
SocialLinks,
|
|
220
|
-
Table,
|
|
221
|
-
TableFormFields,
|
|
222
|
-
Typeahead,
|
|
223
|
-
TextArea,
|
|
224
|
-
TextInput,
|
|
225
|
-
TextStyle,
|
|
226
|
-
Video,
|
|
227
|
-
WidthControlValueFormats,
|
|
228
|
-
Width
|
|
229
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
230
|
-
const ImageControlType = "makeswift::controls::image";
|
|
231
|
-
const ImageControlValueFormat = {
|
|
232
|
-
URL: "makeswift::controls::image::format::url",
|
|
233
|
-
WithDimensions: "makeswift::controls::image::format::with-dimensions"
|
|
234
|
-
};
|
|
235
|
-
function Image(config = {}) {
|
|
236
|
-
return { type: ImageControlType, config };
|
|
237
|
-
}
|
|
238
|
-
Image.Format = ImageControlValueFormat;
|
|
239
|
-
export { Backgrounds as B, Checkbox as C, Date as D, ElementID as E, Font as F, GapY as G, ImageControlType as I, Link as L, Margin as M, Number as N, Padding as P, ResponsiveIconRadioGroup as R, Shadows as S, Types as T, Video as V, Width as W, Border as a, BorderRadius as b, GapX as c, descriptors as d, ResponsiveSelect as e, ResponsiveNumber as f, Grid as g, TextInput as h, ResponsiveColor as i, TextStyle as j, Images as k, ResponsiveLength as l, TextArea as m, Table as n, TableFormFields as o, Image$1 as p, ResponsiveOpacity as q, NavigationLinks as r, SocialLinks as s, RichText as t, StyleControlProperty as u, ImageControlValueFormat as v, StyleControlType as w, WidthControlValueFormats as x, Image as y, Style as z };
|
|
240
|
-
//# sourceMappingURL=image.es.js.map
|