@ufira/vibma 1.0.0-rc5 → 1.0.0

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.
@@ -48,6 +48,7 @@ __export(guards_exports, {
48
48
  nodeDelete: () => nodeDelete,
49
49
  nodeReparent: () => nodeReparent,
50
50
  nodeUpdate: () => nodeUpdate,
51
+ prototypingAdd: () => prototypingAdd,
51
52
  stylesCreateEffect: () => stylesCreateEffect,
52
53
  stylesCreateGrid: () => stylesCreateGrid,
53
54
  stylesCreatePaint: () => stylesCreatePaint,
@@ -73,6 +74,7 @@ var componentsCreateComponent = /* @__PURE__ */ new Set([
73
74
  "blendMode",
74
75
  "bottomLeftRadius",
75
76
  "bottomRightRadius",
77
+ "children",
76
78
  "cornerRadius",
77
79
  "counterAxisAlignItems",
78
80
  "counterAxisSpacing",
@@ -124,11 +126,12 @@ var componentsCreateComponent = /* @__PURE__ */ new Set([
124
126
  "x",
125
127
  "y"
126
128
  ]);
127
- var componentsCreateFromNode = /* @__PURE__ */ new Set(["exposeText", "nodeId"]);
129
+ var componentsCreateFromNode = /* @__PURE__ */ new Set(["exposeText", "name", "nodeId"]);
128
130
  var componentsCreateVariantSet = /* @__PURE__ */ new Set([
129
131
  "blendMode",
130
132
  "bottomLeftRadius",
131
133
  "bottomRightRadius",
134
+ "children",
132
135
  "componentIds",
133
136
  "cornerRadius",
134
137
  "counterAxisAlignItems",
@@ -222,6 +225,8 @@ var nodeUpdate = /* @__PURE__ */ new Set([
222
225
  "layoutSizingHorizontal",
223
226
  "layoutSizingVertical",
224
227
  "layoutWrap",
228
+ "letterSpacing",
229
+ "lineHeight",
225
230
  "locked",
226
231
  "maxHeight",
227
232
  "maxWidth",
@@ -252,6 +257,8 @@ var nodeUpdate = /* @__PURE__ */ new Set([
252
257
  "textAlignHorizontal",
253
258
  "textAlignVertical",
254
259
  "textAutoResize",
260
+ "textCase",
261
+ "textDecoration",
255
262
  "textStyleId",
256
263
  "textStyleName",
257
264
  "topLeftRadius",
@@ -266,6 +273,7 @@ var framesCreateFrame = /* @__PURE__ */ new Set([
266
273
  "blendMode",
267
274
  "bottomLeftRadius",
268
275
  "bottomRightRadius",
276
+ "children",
269
277
  "clipsContent",
270
278
  "cornerRadius",
271
279
  "counterAxisAlignItems",
@@ -320,6 +328,7 @@ var framesCreateAutoLayout = /* @__PURE__ */ new Set([
320
328
  "blendMode",
321
329
  "bottomLeftRadius",
322
330
  "bottomRightRadius",
331
+ "children",
323
332
  "clipsContent",
324
333
  "cornerRadius",
325
334
  "counterAxisAlignItems",
@@ -511,6 +520,8 @@ var instancesUpdate = /* @__PURE__ */ new Set([
511
520
  "layoutSizingHorizontal",
512
521
  "layoutSizingVertical",
513
522
  "layoutWrap",
523
+ "letterSpacing",
524
+ "lineHeight",
514
525
  "locked",
515
526
  "maxHeight",
516
527
  "maxWidth",
@@ -540,6 +551,8 @@ var instancesUpdate = /* @__PURE__ */ new Set([
540
551
  "textAlignHorizontal",
541
552
  "textAlignVertical",
542
553
  "textAutoResize",
554
+ "textCase",
555
+ "textDecoration",
543
556
  "textStyleId",
544
557
  "textStyleName",
545
558
  "topLeftRadius",
@@ -553,6 +566,23 @@ var instancesSwap = /* @__PURE__ */ new Set(["componentId", "id"]);
553
566
  var instancesDetach = /* @__PURE__ */ new Set(["id"]);
554
567
  var instancesResetOverrides = /* @__PURE__ */ new Set(["id"]);
555
568
  var lintFix = /* @__PURE__ */ new Set(["itemSpacing", "layoutMode", "nodeId"]);
569
+ var prototypingAdd = /* @__PURE__ */ new Set([
570
+ "actionType",
571
+ "actions",
572
+ "collectionName",
573
+ "destination",
574
+ "duration",
575
+ "easing",
576
+ "id",
577
+ "modeName",
578
+ "navigation",
579
+ "resetScrollPosition",
580
+ "transition",
581
+ "transitionDirection",
582
+ "trigger",
583
+ "triggerDelay",
584
+ "url"
585
+ ]);
556
586
  var stylesCreatePaint = /* @__PURE__ */ new Set(["color", "colorVariableName", "description", "name"]);
557
587
  var stylesCreateText = /* @__PURE__ */ new Set([
558
588
  "description",
@@ -603,12 +633,16 @@ var textCreate = /* @__PURE__ */ new Set([
603
633
  "fontWeight",
604
634
  "layoutSizingHorizontal",
605
635
  "layoutSizingVertical",
636
+ "letterSpacing",
637
+ "lineHeight",
606
638
  "name",
607
639
  "parentId",
608
640
  "text",
609
641
  "textAlignHorizontal",
610
642
  "textAlignVertical",
611
643
  "textAutoResize",
644
+ "textCase",
645
+ "textDecoration",
612
646
  "textStyleId",
613
647
  "textStyleName",
614
648
  "width",
@@ -731,9 +765,13 @@ var mixinTextParams = /* @__PURE__ */ new Set([
731
765
  "fontSize",
732
766
  "fontStyle",
733
767
  "fontWeight",
768
+ "letterSpacing",
769
+ "lineHeight",
734
770
  "textAlignHorizontal",
735
771
  "textAlignVertical",
736
772
  "textAutoResize",
773
+ "textCase",
774
+ "textDecoration",
737
775
  "textStyleId",
738
776
  "textStyleName"
739
777
  ]);
@@ -768,6 +806,7 @@ var mixinTextParams = /* @__PURE__ */ new Set([
768
806
  nodeDelete,
769
807
  nodeReparent,
770
808
  nodeUpdate,
809
+ prototypingAdd,
771
810
  stylesCreateEffect,
772
811
  stylesCreateGrid,
773
812
  stylesCreatePaint,
@@ -44,6 +44,8 @@ declare const instancesDetach: ReadonlySet<string>;
44
44
  declare const instancesResetOverrides: ReadonlySet<string>;
45
45
  /** lint.fix item params */
46
46
  declare const lintFix: ReadonlySet<string>;
47
+ /** prototyping.add item params */
48
+ declare const prototypingAdd: ReadonlySet<string>;
47
49
  /** styles create type="paint" */
48
50
  declare const stylesCreatePaint: ReadonlySet<string>;
49
51
  /** styles create type="text" */
@@ -91,4 +93,4 @@ declare const mixinSizingParams: ReadonlySet<string>;
91
93
  /** text_params */
92
94
  declare const mixinTextParams: ReadonlySet<string>;
93
95
 
94
- export { componentsCreateComponent, componentsCreateFromNode, componentsCreateVariantSet, componentsUpdate, framesCreateAutoLayout, framesCreateBooleanOperation, framesCreateEllipse, framesCreateFrame, framesCreateGroup, framesCreateLine, framesCreateRectangle, framesCreateSection, framesCreateSvg, instancesCreate, instancesDetach, instancesResetOverrides, instancesSwap, instancesUpdate, lintFix, mixinAutoLayoutParams, mixinBlendParams, mixinFrameParams, mixinGeometryParams, mixinSizingParams, mixinTextParams, nodeClone, nodeDelete, nodeReparent, nodeUpdate, stylesCreateEffect, stylesCreateGrid, stylesCreatePaint, stylesCreateText, stylesDelete, stylesUpdate, textCreate, textSetContent, variableCollectionsAddMode, variableCollectionsCreate, variableCollectionsDelete, variableCollectionsRemoveMode, variableCollectionsRenameMode, variableCollectionsUpdate, variablesCreate, variablesDelete, variablesUpdate };
96
+ export { componentsCreateComponent, componentsCreateFromNode, componentsCreateVariantSet, componentsUpdate, framesCreateAutoLayout, framesCreateBooleanOperation, framesCreateEllipse, framesCreateFrame, framesCreateGroup, framesCreateLine, framesCreateRectangle, framesCreateSection, framesCreateSvg, instancesCreate, instancesDetach, instancesResetOverrides, instancesSwap, instancesUpdate, lintFix, mixinAutoLayoutParams, mixinBlendParams, mixinFrameParams, mixinGeometryParams, mixinSizingParams, mixinTextParams, nodeClone, nodeDelete, nodeReparent, nodeUpdate, prototypingAdd, stylesCreateEffect, stylesCreateGrid, stylesCreatePaint, stylesCreateText, stylesDelete, stylesUpdate, textCreate, textSetContent, variableCollectionsAddMode, variableCollectionsCreate, variableCollectionsDelete, variableCollectionsRemoveMode, variableCollectionsRenameMode, variableCollectionsUpdate, variablesCreate, variablesDelete, variablesUpdate };
@@ -44,6 +44,8 @@ declare const instancesDetach: ReadonlySet<string>;
44
44
  declare const instancesResetOverrides: ReadonlySet<string>;
45
45
  /** lint.fix item params */
46
46
  declare const lintFix: ReadonlySet<string>;
47
+ /** prototyping.add item params */
48
+ declare const prototypingAdd: ReadonlySet<string>;
47
49
  /** styles create type="paint" */
48
50
  declare const stylesCreatePaint: ReadonlySet<string>;
49
51
  /** styles create type="text" */
@@ -91,4 +93,4 @@ declare const mixinSizingParams: ReadonlySet<string>;
91
93
  /** text_params */
92
94
  declare const mixinTextParams: ReadonlySet<string>;
93
95
 
94
- export { componentsCreateComponent, componentsCreateFromNode, componentsCreateVariantSet, componentsUpdate, framesCreateAutoLayout, framesCreateBooleanOperation, framesCreateEllipse, framesCreateFrame, framesCreateGroup, framesCreateLine, framesCreateRectangle, framesCreateSection, framesCreateSvg, instancesCreate, instancesDetach, instancesResetOverrides, instancesSwap, instancesUpdate, lintFix, mixinAutoLayoutParams, mixinBlendParams, mixinFrameParams, mixinGeometryParams, mixinSizingParams, mixinTextParams, nodeClone, nodeDelete, nodeReparent, nodeUpdate, stylesCreateEffect, stylesCreateGrid, stylesCreatePaint, stylesCreateText, stylesDelete, stylesUpdate, textCreate, textSetContent, variableCollectionsAddMode, variableCollectionsCreate, variableCollectionsDelete, variableCollectionsRemoveMode, variableCollectionsRenameMode, variableCollectionsUpdate, variablesCreate, variablesDelete, variablesUpdate };
96
+ export { componentsCreateComponent, componentsCreateFromNode, componentsCreateVariantSet, componentsUpdate, framesCreateAutoLayout, framesCreateBooleanOperation, framesCreateEllipse, framesCreateFrame, framesCreateGroup, framesCreateLine, framesCreateRectangle, framesCreateSection, framesCreateSvg, instancesCreate, instancesDetach, instancesResetOverrides, instancesSwap, instancesUpdate, lintFix, mixinAutoLayoutParams, mixinBlendParams, mixinFrameParams, mixinGeometryParams, mixinSizingParams, mixinTextParams, nodeClone, nodeDelete, nodeReparent, nodeUpdate, prototypingAdd, stylesCreateEffect, stylesCreateGrid, stylesCreatePaint, stylesCreateText, stylesDelete, stylesUpdate, textCreate, textSetContent, variableCollectionsAddMode, variableCollectionsCreate, variableCollectionsDelete, variableCollectionsRemoveMode, variableCollectionsRenameMode, variableCollectionsUpdate, variablesCreate, variablesDelete, variablesUpdate };
@@ -5,6 +5,7 @@ var componentsCreateComponent = /* @__PURE__ */ new Set([
5
5
  "blendMode",
6
6
  "bottomLeftRadius",
7
7
  "bottomRightRadius",
8
+ "children",
8
9
  "cornerRadius",
9
10
  "counterAxisAlignItems",
10
11
  "counterAxisSpacing",
@@ -56,11 +57,12 @@ var componentsCreateComponent = /* @__PURE__ */ new Set([
56
57
  "x",
57
58
  "y"
58
59
  ]);
59
- var componentsCreateFromNode = /* @__PURE__ */ new Set(["exposeText", "nodeId"]);
60
+ var componentsCreateFromNode = /* @__PURE__ */ new Set(["exposeText", "name", "nodeId"]);
60
61
  var componentsCreateVariantSet = /* @__PURE__ */ new Set([
61
62
  "blendMode",
62
63
  "bottomLeftRadius",
63
64
  "bottomRightRadius",
65
+ "children",
64
66
  "componentIds",
65
67
  "cornerRadius",
66
68
  "counterAxisAlignItems",
@@ -154,6 +156,8 @@ var nodeUpdate = /* @__PURE__ */ new Set([
154
156
  "layoutSizingHorizontal",
155
157
  "layoutSizingVertical",
156
158
  "layoutWrap",
159
+ "letterSpacing",
160
+ "lineHeight",
157
161
  "locked",
158
162
  "maxHeight",
159
163
  "maxWidth",
@@ -184,6 +188,8 @@ var nodeUpdate = /* @__PURE__ */ new Set([
184
188
  "textAlignHorizontal",
185
189
  "textAlignVertical",
186
190
  "textAutoResize",
191
+ "textCase",
192
+ "textDecoration",
187
193
  "textStyleId",
188
194
  "textStyleName",
189
195
  "topLeftRadius",
@@ -198,6 +204,7 @@ var framesCreateFrame = /* @__PURE__ */ new Set([
198
204
  "blendMode",
199
205
  "bottomLeftRadius",
200
206
  "bottomRightRadius",
207
+ "children",
201
208
  "clipsContent",
202
209
  "cornerRadius",
203
210
  "counterAxisAlignItems",
@@ -252,6 +259,7 @@ var framesCreateAutoLayout = /* @__PURE__ */ new Set([
252
259
  "blendMode",
253
260
  "bottomLeftRadius",
254
261
  "bottomRightRadius",
262
+ "children",
255
263
  "clipsContent",
256
264
  "cornerRadius",
257
265
  "counterAxisAlignItems",
@@ -443,6 +451,8 @@ var instancesUpdate = /* @__PURE__ */ new Set([
443
451
  "layoutSizingHorizontal",
444
452
  "layoutSizingVertical",
445
453
  "layoutWrap",
454
+ "letterSpacing",
455
+ "lineHeight",
446
456
  "locked",
447
457
  "maxHeight",
448
458
  "maxWidth",
@@ -472,6 +482,8 @@ var instancesUpdate = /* @__PURE__ */ new Set([
472
482
  "textAlignHorizontal",
473
483
  "textAlignVertical",
474
484
  "textAutoResize",
485
+ "textCase",
486
+ "textDecoration",
475
487
  "textStyleId",
476
488
  "textStyleName",
477
489
  "topLeftRadius",
@@ -485,6 +497,23 @@ var instancesSwap = /* @__PURE__ */ new Set(["componentId", "id"]);
485
497
  var instancesDetach = /* @__PURE__ */ new Set(["id"]);
486
498
  var instancesResetOverrides = /* @__PURE__ */ new Set(["id"]);
487
499
  var lintFix = /* @__PURE__ */ new Set(["itemSpacing", "layoutMode", "nodeId"]);
500
+ var prototypingAdd = /* @__PURE__ */ new Set([
501
+ "actionType",
502
+ "actions",
503
+ "collectionName",
504
+ "destination",
505
+ "duration",
506
+ "easing",
507
+ "id",
508
+ "modeName",
509
+ "navigation",
510
+ "resetScrollPosition",
511
+ "transition",
512
+ "transitionDirection",
513
+ "trigger",
514
+ "triggerDelay",
515
+ "url"
516
+ ]);
488
517
  var stylesCreatePaint = /* @__PURE__ */ new Set(["color", "colorVariableName", "description", "name"]);
489
518
  var stylesCreateText = /* @__PURE__ */ new Set([
490
519
  "description",
@@ -535,12 +564,16 @@ var textCreate = /* @__PURE__ */ new Set([
535
564
  "fontWeight",
536
565
  "layoutSizingHorizontal",
537
566
  "layoutSizingVertical",
567
+ "letterSpacing",
568
+ "lineHeight",
538
569
  "name",
539
570
  "parentId",
540
571
  "text",
541
572
  "textAlignHorizontal",
542
573
  "textAlignVertical",
543
574
  "textAutoResize",
575
+ "textCase",
576
+ "textDecoration",
544
577
  "textStyleId",
545
578
  "textStyleName",
546
579
  "width",
@@ -663,9 +696,13 @@ var mixinTextParams = /* @__PURE__ */ new Set([
663
696
  "fontSize",
664
697
  "fontStyle",
665
698
  "fontWeight",
699
+ "letterSpacing",
700
+ "lineHeight",
666
701
  "textAlignHorizontal",
667
702
  "textAlignVertical",
668
703
  "textAutoResize",
704
+ "textCase",
705
+ "textDecoration",
669
706
  "textStyleId",
670
707
  "textStyleName"
671
708
  ]);
@@ -699,6 +736,7 @@ export {
699
736
  nodeDelete,
700
737
  nodeReparent,
701
738
  nodeUpdate,
739
+ prototypingAdd,
702
740
  stylesCreateEffect,
703
741
  stylesCreateGrid,
704
742
  stylesCreatePaint,