@ufira/vibma 0.3.2 → 1.0.0-rc2

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