@ufira/vibma 0.3.2 → 1.0.0-rc1

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.
@@ -0,0 +1,786 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/tools/generated/guards.ts
20
+ var guards_exports = {};
21
+ __export(guards_exports, {
22
+ componentsCreateComponent: () => componentsCreateComponent,
23
+ componentsCreateFromNode: () => componentsCreateFromNode,
24
+ componentsCreateVariantSet: () => componentsCreateVariantSet,
25
+ componentsUpdate: () => componentsUpdate,
26
+ framesCreateAutoLayout: () => framesCreateAutoLayout,
27
+ framesCreateBooleanOperation: () => framesCreateBooleanOperation,
28
+ framesCreateEllipse: () => framesCreateEllipse,
29
+ framesCreateFrame: () => framesCreateFrame,
30
+ framesCreateGroup: () => framesCreateGroup,
31
+ framesCreateLine: () => framesCreateLine,
32
+ framesCreateRectangle: () => framesCreateRectangle,
33
+ framesCreateSection: () => framesCreateSection,
34
+ framesCreateSvg: () => framesCreateSvg,
35
+ instancesCreate: () => instancesCreate,
36
+ instancesDetach: () => instancesDetach,
37
+ instancesResetOverrides: () => instancesResetOverrides,
38
+ instancesSwap: () => instancesSwap,
39
+ instancesUpdate: () => instancesUpdate,
40
+ lintFix: () => lintFix,
41
+ mixinAutoLayoutParams: () => mixinAutoLayoutParams,
42
+ mixinBlendParams: () => mixinBlendParams,
43
+ mixinFrameParams: () => mixinFrameParams,
44
+ mixinGeometryParams: () => mixinGeometryParams,
45
+ mixinSizingParams: () => mixinSizingParams,
46
+ mixinTextParams: () => mixinTextParams,
47
+ nodeDelete: () => nodeDelete,
48
+ nodeReparent: () => nodeReparent,
49
+ nodeUpdate: () => nodeUpdate,
50
+ stylesCreateEffect: () => stylesCreateEffect,
51
+ stylesCreateGrid: () => stylesCreateGrid,
52
+ stylesCreatePaint: () => stylesCreatePaint,
53
+ stylesCreateText: () => stylesCreateText,
54
+ stylesDelete: () => stylesDelete,
55
+ stylesUpdate: () => stylesUpdate,
56
+ textCreate: () => textCreate,
57
+ textSetContent: () => textSetContent,
58
+ variableCollectionsAddMode: () => variableCollectionsAddMode,
59
+ variableCollectionsCreate: () => variableCollectionsCreate,
60
+ variableCollectionsDelete: () => variableCollectionsDelete,
61
+ variableCollectionsRemoveMode: () => variableCollectionsRemoveMode,
62
+ variableCollectionsRenameMode: () => variableCollectionsRenameMode,
63
+ variableCollectionsUpdate: () => variableCollectionsUpdate,
64
+ variablesCreate: () => variablesCreate,
65
+ variablesDelete: () => variablesDelete,
66
+ variablesUpdate: () => variablesUpdate
67
+ });
68
+ module.exports = __toCommonJS(guards_exports);
69
+ var nodeReparent = /* @__PURE__ */ new Set(["id", "index", "parentId"]);
70
+ var componentsCreateComponent = /* @__PURE__ */ new Set([
71
+ "blendMode",
72
+ "bottomLeftRadius",
73
+ "bottomRightRadius",
74
+ "children",
75
+ "cornerRadius",
76
+ "counterAxisAlignItems",
77
+ "counterAxisSpacing",
78
+ "description",
79
+ "effectStyleName",
80
+ "fillColor",
81
+ "fillStyleName",
82
+ "fillVariableName",
83
+ "fills",
84
+ "height",
85
+ "itemSpacing",
86
+ "layoutMode",
87
+ "layoutPositioning",
88
+ "layoutSizingHorizontal",
89
+ "layoutSizingVertical",
90
+ "layoutWrap",
91
+ "locked",
92
+ "maxHeight",
93
+ "maxWidth",
94
+ "minHeight",
95
+ "minWidth",
96
+ "name",
97
+ "opacity",
98
+ "overflowDirection",
99
+ "padding",
100
+ "paddingBottom",
101
+ "paddingLeft",
102
+ "paddingRight",
103
+ "paddingTop",
104
+ "parentId",
105
+ "primaryAxisAlignItems",
106
+ "properties",
107
+ "rotation",
108
+ "strokeAlign",
109
+ "strokeBottomWeight",
110
+ "strokeColor",
111
+ "strokeLeftWeight",
112
+ "strokeRightWeight",
113
+ "strokeStyleName",
114
+ "strokeTopWeight",
115
+ "strokeVariableName",
116
+ "strokeWeight",
117
+ "strokes",
118
+ "strokesIncludedInLayout",
119
+ "topLeftRadius",
120
+ "topRightRadius",
121
+ "visible",
122
+ "width",
123
+ "x",
124
+ "y"
125
+ ]);
126
+ var componentsCreateFromNode = /* @__PURE__ */ new Set(["exposeText", "nodeId"]);
127
+ var componentsCreateVariantSet = /* @__PURE__ */ new Set([
128
+ "blendMode",
129
+ "bottomLeftRadius",
130
+ "bottomRightRadius",
131
+ "componentIds",
132
+ "cornerRadius",
133
+ "counterAxisAlignItems",
134
+ "counterAxisSpacing",
135
+ "effectStyleName",
136
+ "fillColor",
137
+ "fillStyleName",
138
+ "fillVariableName",
139
+ "fills",
140
+ "height",
141
+ "itemSpacing",
142
+ "layoutMode",
143
+ "layoutPositioning",
144
+ "layoutSizingHorizontal",
145
+ "layoutSizingVertical",
146
+ "layoutWrap",
147
+ "locked",
148
+ "maxHeight",
149
+ "maxWidth",
150
+ "minHeight",
151
+ "minWidth",
152
+ "name",
153
+ "opacity",
154
+ "overflowDirection",
155
+ "padding",
156
+ "paddingBottom",
157
+ "paddingLeft",
158
+ "paddingRight",
159
+ "paddingTop",
160
+ "parentId",
161
+ "primaryAxisAlignItems",
162
+ "rotation",
163
+ "strokeAlign",
164
+ "strokeBottomWeight",
165
+ "strokeColor",
166
+ "strokeLeftWeight",
167
+ "strokeRightWeight",
168
+ "strokeStyleName",
169
+ "strokeTopWeight",
170
+ "strokeVariableName",
171
+ "strokeWeight",
172
+ "strokes",
173
+ "strokesIncludedInLayout",
174
+ "topLeftRadius",
175
+ "topRightRadius",
176
+ "variantPropertyName",
177
+ "visible",
178
+ "width",
179
+ "x",
180
+ "y"
181
+ ]);
182
+ var componentsUpdate = /* @__PURE__ */ new Set([
183
+ "action",
184
+ "defaultValue",
185
+ "id",
186
+ "name",
187
+ "preferredValues",
188
+ "propertyName",
189
+ "type"
190
+ ]);
191
+ var nodeUpdate = /* @__PURE__ */ new Set([
192
+ "bindings",
193
+ "blendMode",
194
+ "bottomLeftRadius",
195
+ "bottomRightRadius",
196
+ "clearFill",
197
+ "constraints",
198
+ "cornerRadius",
199
+ "counterAxisAlignItems",
200
+ "counterAxisSpacing",
201
+ "effectStyleName",
202
+ "effects",
203
+ "explicitMode",
204
+ "exportSettings",
205
+ "fillColor",
206
+ "fillStyleName",
207
+ "fillVariableName",
208
+ "fills",
209
+ "fontColor",
210
+ "fontColorStyleName",
211
+ "fontColorVariableName",
212
+ "fontFamily",
213
+ "fontSize",
214
+ "fontStyle",
215
+ "fontWeight",
216
+ "height",
217
+ "id",
218
+ "itemSpacing",
219
+ "layoutMode",
220
+ "layoutPositioning",
221
+ "layoutSizingHorizontal",
222
+ "layoutSizingVertical",
223
+ "layoutWrap",
224
+ "locked",
225
+ "maxHeight",
226
+ "maxWidth",
227
+ "minHeight",
228
+ "minWidth",
229
+ "name",
230
+ "opacity",
231
+ "overflowDirection",
232
+ "padding",
233
+ "paddingBottom",
234
+ "paddingLeft",
235
+ "paddingRight",
236
+ "paddingTop",
237
+ "primaryAxisAlignItems",
238
+ "properties",
239
+ "rotation",
240
+ "strokeAlign",
241
+ "strokeBottomWeight",
242
+ "strokeColor",
243
+ "strokeLeftWeight",
244
+ "strokeRightWeight",
245
+ "strokeStyleName",
246
+ "strokeTopWeight",
247
+ "strokeVariableName",
248
+ "strokeWeight",
249
+ "strokes",
250
+ "strokesIncludedInLayout",
251
+ "textAlignHorizontal",
252
+ "textAlignVertical",
253
+ "textAutoResize",
254
+ "textStyleId",
255
+ "textStyleName",
256
+ "topLeftRadius",
257
+ "topRightRadius",
258
+ "visible",
259
+ "width",
260
+ "x",
261
+ "y"
262
+ ]);
263
+ var nodeDelete = /* @__PURE__ */ new Set(["id"]);
264
+ var framesCreateFrame = /* @__PURE__ */ new Set([
265
+ "blendMode",
266
+ "bottomLeftRadius",
267
+ "bottomRightRadius",
268
+ "clipsContent",
269
+ "cornerRadius",
270
+ "counterAxisAlignItems",
271
+ "counterAxisSpacing",
272
+ "effectStyleName",
273
+ "fillColor",
274
+ "fillStyleName",
275
+ "fillVariableName",
276
+ "fills",
277
+ "height",
278
+ "itemSpacing",
279
+ "layoutMode",
280
+ "layoutPositioning",
281
+ "layoutSizingHorizontal",
282
+ "layoutSizingVertical",
283
+ "layoutWrap",
284
+ "locked",
285
+ "maxHeight",
286
+ "maxWidth",
287
+ "minHeight",
288
+ "minWidth",
289
+ "name",
290
+ "opacity",
291
+ "overflowDirection",
292
+ "padding",
293
+ "paddingBottom",
294
+ "paddingLeft",
295
+ "paddingRight",
296
+ "paddingTop",
297
+ "parentId",
298
+ "primaryAxisAlignItems",
299
+ "rotation",
300
+ "strokeAlign",
301
+ "strokeBottomWeight",
302
+ "strokeColor",
303
+ "strokeLeftWeight",
304
+ "strokeRightWeight",
305
+ "strokeStyleName",
306
+ "strokeTopWeight",
307
+ "strokeVariableName",
308
+ "strokeWeight",
309
+ "strokes",
310
+ "strokesIncludedInLayout",
311
+ "topLeftRadius",
312
+ "topRightRadius",
313
+ "visible",
314
+ "width",
315
+ "x",
316
+ "y"
317
+ ]);
318
+ var framesCreateAutoLayout = /* @__PURE__ */ new Set([
319
+ "blendMode",
320
+ "bottomLeftRadius",
321
+ "bottomRightRadius",
322
+ "clipsContent",
323
+ "cornerRadius",
324
+ "counterAxisAlignItems",
325
+ "counterAxisSpacing",
326
+ "effectStyleName",
327
+ "fillColor",
328
+ "fillStyleName",
329
+ "fillVariableName",
330
+ "fills",
331
+ "height",
332
+ "itemSpacing",
333
+ "layoutMode",
334
+ "layoutPositioning",
335
+ "layoutSizingHorizontal",
336
+ "layoutSizingVertical",
337
+ "layoutWrap",
338
+ "locked",
339
+ "maxHeight",
340
+ "maxWidth",
341
+ "minHeight",
342
+ "minWidth",
343
+ "name",
344
+ "nodeIds",
345
+ "opacity",
346
+ "overflowDirection",
347
+ "padding",
348
+ "paddingBottom",
349
+ "paddingLeft",
350
+ "paddingRight",
351
+ "paddingTop",
352
+ "parentId",
353
+ "primaryAxisAlignItems",
354
+ "rotation",
355
+ "strokeAlign",
356
+ "strokeBottomWeight",
357
+ "strokeColor",
358
+ "strokeLeftWeight",
359
+ "strokeRightWeight",
360
+ "strokeStyleName",
361
+ "strokeTopWeight",
362
+ "strokeVariableName",
363
+ "strokeWeight",
364
+ "strokes",
365
+ "strokesIncludedInLayout",
366
+ "topLeftRadius",
367
+ "topRightRadius",
368
+ "visible",
369
+ "width",
370
+ "x",
371
+ "y"
372
+ ]);
373
+ var framesCreateSection = /* @__PURE__ */ new Set([
374
+ "fillColor",
375
+ "fillStyleName",
376
+ "fillVariableName",
377
+ "fills",
378
+ "height",
379
+ "name",
380
+ "parentId",
381
+ "width",
382
+ "x",
383
+ "y"
384
+ ]);
385
+ var framesCreateRectangle = /* @__PURE__ */ new Set([
386
+ "bottomLeftRadius",
387
+ "bottomRightRadius",
388
+ "cornerRadius",
389
+ "fillColor",
390
+ "fillStyleName",
391
+ "fillVariableName",
392
+ "fills",
393
+ "height",
394
+ "layoutSizingHorizontal",
395
+ "layoutSizingVertical",
396
+ "name",
397
+ "opacity",
398
+ "parentId",
399
+ "strokeColor",
400
+ "strokeVariableName",
401
+ "strokeWeight",
402
+ "strokes",
403
+ "topLeftRadius",
404
+ "topRightRadius",
405
+ "width",
406
+ "x",
407
+ "y"
408
+ ]);
409
+ var framesCreateEllipse = /* @__PURE__ */ new Set([
410
+ "fillColor",
411
+ "fillStyleName",
412
+ "fillVariableName",
413
+ "fills",
414
+ "height",
415
+ "layoutSizingHorizontal",
416
+ "layoutSizingVertical",
417
+ "name",
418
+ "opacity",
419
+ "parentId",
420
+ "strokeColor",
421
+ "strokeVariableName",
422
+ "strokeWeight",
423
+ "strokes",
424
+ "width",
425
+ "x",
426
+ "y"
427
+ ]);
428
+ var framesCreateLine = /* @__PURE__ */ new Set([
429
+ "layoutSizingHorizontal",
430
+ "length",
431
+ "name",
432
+ "opacity",
433
+ "parentId",
434
+ "rotation",
435
+ "strokeColor",
436
+ "strokeVariableName",
437
+ "strokeWeight",
438
+ "strokes",
439
+ "x",
440
+ "y"
441
+ ]);
442
+ var framesCreateGroup = /* @__PURE__ */ new Set(["name", "nodeIds", "parentId"]);
443
+ var framesCreateBooleanOperation = /* @__PURE__ */ new Set(["name", "nodeIds", "operation", "parentId"]);
444
+ var framesCreateSvg = /* @__PURE__ */ new Set([
445
+ "fillStyleName",
446
+ "fillVariableName",
447
+ "name",
448
+ "parentId",
449
+ "strokeStyleName",
450
+ "strokeVariableName",
451
+ "svg",
452
+ "x",
453
+ "y"
454
+ ]);
455
+ var instancesCreate = /* @__PURE__ */ new Set([
456
+ "blendMode",
457
+ "componentId",
458
+ "effectStyleName",
459
+ "height",
460
+ "layoutPositioning",
461
+ "layoutSizingHorizontal",
462
+ "layoutSizingVertical",
463
+ "locked",
464
+ "maxHeight",
465
+ "maxWidth",
466
+ "minHeight",
467
+ "minWidth",
468
+ "name",
469
+ "opacity",
470
+ "parentId",
471
+ "properties",
472
+ "variantProperties",
473
+ "visible",
474
+ "width",
475
+ "x",
476
+ "y"
477
+ ]);
478
+ var instancesUpdate = /* @__PURE__ */ new Set([
479
+ "bindings",
480
+ "blendMode",
481
+ "bottomLeftRadius",
482
+ "bottomRightRadius",
483
+ "clearFill",
484
+ "componentProperties",
485
+ "constraints",
486
+ "cornerRadius",
487
+ "counterAxisAlignItems",
488
+ "counterAxisSpacing",
489
+ "effectStyleName",
490
+ "effects",
491
+ "explicitMode",
492
+ "exportSettings",
493
+ "fillColor",
494
+ "fillStyleName",
495
+ "fillVariableName",
496
+ "fills",
497
+ "fontColor",
498
+ "fontColorStyleName",
499
+ "fontColorVariableName",
500
+ "fontFamily",
501
+ "fontSize",
502
+ "fontStyle",
503
+ "fontWeight",
504
+ "height",
505
+ "id",
506
+ "itemSpacing",
507
+ "layoutMode",
508
+ "layoutPositioning",
509
+ "layoutSizingHorizontal",
510
+ "layoutSizingVertical",
511
+ "layoutWrap",
512
+ "locked",
513
+ "maxHeight",
514
+ "maxWidth",
515
+ "minHeight",
516
+ "minWidth",
517
+ "name",
518
+ "opacity",
519
+ "padding",
520
+ "paddingBottom",
521
+ "paddingLeft",
522
+ "paddingRight",
523
+ "paddingTop",
524
+ "primaryAxisAlignItems",
525
+ "properties",
526
+ "rotation",
527
+ "strokeAlign",
528
+ "strokeBottomWeight",
529
+ "strokeColor",
530
+ "strokeLeftWeight",
531
+ "strokeRightWeight",
532
+ "strokeStyleName",
533
+ "strokeTopWeight",
534
+ "strokeVariableName",
535
+ "strokeWeight",
536
+ "strokes",
537
+ "strokesIncludedInLayout",
538
+ "textAlignHorizontal",
539
+ "textAlignVertical",
540
+ "textAutoResize",
541
+ "textStyleId",
542
+ "textStyleName",
543
+ "topLeftRadius",
544
+ "topRightRadius",
545
+ "visible",
546
+ "width",
547
+ "x",
548
+ "y"
549
+ ]);
550
+ var instancesSwap = /* @__PURE__ */ new Set(["componentId", "id"]);
551
+ var instancesDetach = /* @__PURE__ */ new Set(["id"]);
552
+ var instancesResetOverrides = /* @__PURE__ */ new Set(["id"]);
553
+ var lintFix = /* @__PURE__ */ new Set(["itemSpacing", "layoutMode", "nodeId"]);
554
+ var stylesCreatePaint = /* @__PURE__ */ new Set(["color", "colorVariableName", "description", "name"]);
555
+ var stylesCreateText = /* @__PURE__ */ new Set([
556
+ "description",
557
+ "fontFamily",
558
+ "fontSize",
559
+ "fontStyle",
560
+ "leadingTrim",
561
+ "letterSpacing",
562
+ "lineHeight",
563
+ "name",
564
+ "paragraphIndent",
565
+ "paragraphSpacing",
566
+ "textCase",
567
+ "textDecoration"
568
+ ]);
569
+ var stylesCreateEffect = /* @__PURE__ */ new Set(["description", "effects", "name"]);
570
+ var stylesCreateGrid = /* @__PURE__ */ new Set(["description", "layoutGrids", "name"]);
571
+ var stylesUpdate = /* @__PURE__ */ new Set([
572
+ "color",
573
+ "colorVariableName",
574
+ "description",
575
+ "effects",
576
+ "fontFamily",
577
+ "fontSize",
578
+ "fontStyle",
579
+ "id",
580
+ "layoutGrids",
581
+ "leadingTrim",
582
+ "letterSpacing",
583
+ "lineHeight",
584
+ "name",
585
+ "paragraphIndent",
586
+ "paragraphSpacing",
587
+ "textCase",
588
+ "textDecoration"
589
+ ]);
590
+ var stylesDelete = /* @__PURE__ */ new Set(["id"]);
591
+ var textCreate = /* @__PURE__ */ new Set([
592
+ "componentId",
593
+ "componentPropertyName",
594
+ "fills",
595
+ "fontColor",
596
+ "fontColorStyleName",
597
+ "fontColorVariableName",
598
+ "fontFamily",
599
+ "fontSize",
600
+ "fontStyle",
601
+ "fontWeight",
602
+ "layoutSizingHorizontal",
603
+ "layoutSizingVertical",
604
+ "name",
605
+ "parentId",
606
+ "text",
607
+ "textAlignHorizontal",
608
+ "textAlignVertical",
609
+ "textAutoResize",
610
+ "textStyleId",
611
+ "textStyleName",
612
+ "width",
613
+ "x",
614
+ "y"
615
+ ]);
616
+ var textSetContent = /* @__PURE__ */ new Set(["nodeId", "text"]);
617
+ var variableCollectionsCreate = /* @__PURE__ */ new Set(["modes", "name", "variables"]);
618
+ var variableCollectionsUpdate = /* @__PURE__ */ new Set(["id", "name"]);
619
+ var variableCollectionsDelete = /* @__PURE__ */ new Set(["id"]);
620
+ var variableCollectionsAddMode = /* @__PURE__ */ new Set(["collectionId", "name"]);
621
+ var variableCollectionsRenameMode = /* @__PURE__ */ new Set(["collectionId", "modeId", "name"]);
622
+ var variableCollectionsRemoveMode = /* @__PURE__ */ new Set(["collectionId", "modeId"]);
623
+ var variablesCreate = /* @__PURE__ */ new Set(["description", "name", "scopes", "type", "value", "valuesByMode"]);
624
+ var variablesUpdate = /* @__PURE__ */ new Set(["description", "name", "rename", "scopes", "value", "valuesByMode"]);
625
+ var variablesDelete = /* @__PURE__ */ new Set(["name"]);
626
+ var mixinAutoLayoutParams = /* @__PURE__ */ new Set([
627
+ "counterAxisAlignItems",
628
+ "counterAxisSpacing",
629
+ "itemSpacing",
630
+ "layoutMode",
631
+ "layoutWrap",
632
+ "padding",
633
+ "paddingBottom",
634
+ "paddingLeft",
635
+ "paddingRight",
636
+ "paddingTop",
637
+ "primaryAxisAlignItems"
638
+ ]);
639
+ var mixinBlendParams = /* @__PURE__ */ new Set(["blendMode", "effectStyleName", "locked", "opacity", "visible"]);
640
+ var mixinFrameParams = /* @__PURE__ */ new Set([
641
+ "blendMode",
642
+ "bottomLeftRadius",
643
+ "bottomRightRadius",
644
+ "cornerRadius",
645
+ "counterAxisAlignItems",
646
+ "counterAxisSpacing",
647
+ "effectStyleName",
648
+ "fillColor",
649
+ "fillStyleName",
650
+ "fillVariableName",
651
+ "fills",
652
+ "height",
653
+ "itemSpacing",
654
+ "layoutMode",
655
+ "layoutPositioning",
656
+ "layoutSizingHorizontal",
657
+ "layoutSizingVertical",
658
+ "layoutWrap",
659
+ "locked",
660
+ "maxHeight",
661
+ "maxWidth",
662
+ "minHeight",
663
+ "minWidth",
664
+ "name",
665
+ "opacity",
666
+ "overflowDirection",
667
+ "padding",
668
+ "paddingBottom",
669
+ "paddingLeft",
670
+ "paddingRight",
671
+ "paddingTop",
672
+ "parentId",
673
+ "primaryAxisAlignItems",
674
+ "rotation",
675
+ "strokeAlign",
676
+ "strokeBottomWeight",
677
+ "strokeColor",
678
+ "strokeLeftWeight",
679
+ "strokeRightWeight",
680
+ "strokeStyleName",
681
+ "strokeTopWeight",
682
+ "strokeVariableName",
683
+ "strokeWeight",
684
+ "strokes",
685
+ "strokesIncludedInLayout",
686
+ "topLeftRadius",
687
+ "topRightRadius",
688
+ "visible",
689
+ "width",
690
+ "x",
691
+ "y"
692
+ ]);
693
+ var mixinGeometryParams = /* @__PURE__ */ new Set([
694
+ "bottomLeftRadius",
695
+ "bottomRightRadius",
696
+ "cornerRadius",
697
+ "fillColor",
698
+ "fillStyleName",
699
+ "fillVariableName",
700
+ "fills",
701
+ "strokeAlign",
702
+ "strokeBottomWeight",
703
+ "strokeColor",
704
+ "strokeLeftWeight",
705
+ "strokeRightWeight",
706
+ "strokeStyleName",
707
+ "strokeTopWeight",
708
+ "strokeVariableName",
709
+ "strokeWeight",
710
+ "strokes",
711
+ "strokesIncludedInLayout",
712
+ "topLeftRadius",
713
+ "topRightRadius"
714
+ ]);
715
+ var mixinSizingParams = /* @__PURE__ */ new Set([
716
+ "layoutPositioning",
717
+ "layoutSizingHorizontal",
718
+ "layoutSizingVertical",
719
+ "maxHeight",
720
+ "maxWidth",
721
+ "minHeight",
722
+ "minWidth"
723
+ ]);
724
+ var mixinTextParams = /* @__PURE__ */ new Set([
725
+ "fontColor",
726
+ "fontColorStyleName",
727
+ "fontColorVariableName",
728
+ "fontFamily",
729
+ "fontSize",
730
+ "fontStyle",
731
+ "fontWeight",
732
+ "textAlignHorizontal",
733
+ "textAlignVertical",
734
+ "textAutoResize",
735
+ "textStyleId",
736
+ "textStyleName"
737
+ ]);
738
+ // Annotate the CommonJS export names for ESM import in node:
739
+ 0 && (module.exports = {
740
+ componentsCreateComponent,
741
+ componentsCreateFromNode,
742
+ componentsCreateVariantSet,
743
+ componentsUpdate,
744
+ framesCreateAutoLayout,
745
+ framesCreateBooleanOperation,
746
+ framesCreateEllipse,
747
+ framesCreateFrame,
748
+ framesCreateGroup,
749
+ framesCreateLine,
750
+ framesCreateRectangle,
751
+ framesCreateSection,
752
+ framesCreateSvg,
753
+ instancesCreate,
754
+ instancesDetach,
755
+ instancesResetOverrides,
756
+ instancesSwap,
757
+ instancesUpdate,
758
+ lintFix,
759
+ mixinAutoLayoutParams,
760
+ mixinBlendParams,
761
+ mixinFrameParams,
762
+ mixinGeometryParams,
763
+ mixinSizingParams,
764
+ mixinTextParams,
765
+ nodeDelete,
766
+ nodeReparent,
767
+ nodeUpdate,
768
+ stylesCreateEffect,
769
+ stylesCreateGrid,
770
+ stylesCreatePaint,
771
+ stylesCreateText,
772
+ stylesDelete,
773
+ stylesUpdate,
774
+ textCreate,
775
+ textSetContent,
776
+ variableCollectionsAddMode,
777
+ variableCollectionsCreate,
778
+ variableCollectionsDelete,
779
+ variableCollectionsRemoveMode,
780
+ variableCollectionsRenameMode,
781
+ variableCollectionsUpdate,
782
+ variablesCreate,
783
+ variablesDelete,
784
+ variablesUpdate
785
+ });
786
+ //# sourceMappingURL=guards.cjs.map