@hirokisakabe/pom 5.3.0 → 5.4.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.
- package/README.md +1 -0
- package/dist/icons/iconData.d.ts.map +1 -1
- package/dist/icons/iconData.js +7708 -43
- package/dist/parseXml/inputSchema.d.ts +18 -18
- package/dist/types.d.ts +34 -34
- package/package.json +6 -3
|
@@ -431,9 +431,9 @@ export declare const inputImageNodeSchema: z.ZodObject<{
|
|
|
431
431
|
src: z.ZodString;
|
|
432
432
|
sizing: z.ZodOptional<z.ZodObject<{
|
|
433
433
|
type: z.ZodEnum<{
|
|
434
|
+
crop: "crop";
|
|
434
435
|
cover: "cover";
|
|
435
436
|
contain: "contain";
|
|
436
|
-
crop: "crop";
|
|
437
437
|
}>;
|
|
438
438
|
w: z.ZodOptional<z.ZodNumber>;
|
|
439
439
|
h: z.ZodOptional<z.ZodNumber>;
|
|
@@ -692,7 +692,20 @@ export declare const inputShapeNodeSchema: z.ZodObject<{
|
|
|
692
692
|
type: z.ZodLiteral<"shape">;
|
|
693
693
|
shapeType: z.ZodEnum<{
|
|
694
694
|
cloud: "cloud";
|
|
695
|
+
diamond: "diamond";
|
|
696
|
+
donut: "donut";
|
|
697
|
+
ellipse: "ellipse";
|
|
698
|
+
frame: "frame";
|
|
699
|
+
funnel: "funnel";
|
|
695
700
|
heart: "heart";
|
|
701
|
+
hexagon: "hexagon";
|
|
702
|
+
moon: "moon";
|
|
703
|
+
octagon: "octagon";
|
|
704
|
+
pentagon: "pentagon";
|
|
705
|
+
plus: "plus";
|
|
706
|
+
ribbon: "ribbon";
|
|
707
|
+
sun: "sun";
|
|
708
|
+
triangle: "triangle";
|
|
696
709
|
accentBorderCallout1: "accentBorderCallout1";
|
|
697
710
|
accentBorderCallout2: "accentBorderCallout2";
|
|
698
711
|
accentBorderCallout3: "accentBorderCallout3";
|
|
@@ -741,13 +754,10 @@ export declare const inputShapeNodeSchema: z.ZodObject<{
|
|
|
741
754
|
curvedUpArrow: "curvedUpArrow";
|
|
742
755
|
decagon: "decagon";
|
|
743
756
|
diagStripe: "diagStripe";
|
|
744
|
-
diamond: "diamond";
|
|
745
757
|
dodecagon: "dodecagon";
|
|
746
|
-
donut: "donut";
|
|
747
758
|
doubleWave: "doubleWave";
|
|
748
759
|
downArrow: "downArrow";
|
|
749
760
|
downArrowCallout: "downArrowCallout";
|
|
750
|
-
ellipse: "ellipse";
|
|
751
761
|
ellipseRibbon: "ellipseRibbon";
|
|
752
762
|
ellipseRibbon2: "ellipseRibbon2";
|
|
753
763
|
flowChartAlternateProcess: "flowChartAlternateProcess";
|
|
@@ -780,13 +790,10 @@ export declare const inputShapeNodeSchema: z.ZodObject<{
|
|
|
780
790
|
flowChartSummingJunction: "flowChartSummingJunction";
|
|
781
791
|
flowChartTerminator: "flowChartTerminator";
|
|
782
792
|
folderCorner: "folderCorner";
|
|
783
|
-
frame: "frame";
|
|
784
|
-
funnel: "funnel";
|
|
785
793
|
gear6: "gear6";
|
|
786
794
|
gear9: "gear9";
|
|
787
795
|
halfFrame: "halfFrame";
|
|
788
796
|
heptagon: "heptagon";
|
|
789
|
-
hexagon: "hexagon";
|
|
790
797
|
homePlate: "homePlate";
|
|
791
798
|
horizontalScroll: "horizontalScroll";
|
|
792
799
|
irregularSeal1: "irregularSeal1";
|
|
@@ -811,22 +818,17 @@ export declare const inputShapeNodeSchema: z.ZodObject<{
|
|
|
811
818
|
mathMultiply: "mathMultiply";
|
|
812
819
|
mathNotEqual: "mathNotEqual";
|
|
813
820
|
mathPlus: "mathPlus";
|
|
814
|
-
moon: "moon";
|
|
815
821
|
noSmoking: "noSmoking";
|
|
816
822
|
nonIsoscelesTrapezoid: "nonIsoscelesTrapezoid";
|
|
817
823
|
notchedRightArrow: "notchedRightArrow";
|
|
818
|
-
octagon: "octagon";
|
|
819
824
|
parallelogram: "parallelogram";
|
|
820
|
-
pentagon: "pentagon";
|
|
821
825
|
pie: "pie";
|
|
822
826
|
pieWedge: "pieWedge";
|
|
823
827
|
plaque: "plaque";
|
|
824
828
|
plaqueTabs: "plaqueTabs";
|
|
825
|
-
plus: "plus";
|
|
826
829
|
quadArrow: "quadArrow";
|
|
827
830
|
quadArrowCallout: "quadArrowCallout";
|
|
828
831
|
rect: "rect";
|
|
829
|
-
ribbon: "ribbon";
|
|
830
832
|
ribbon2: "ribbon2";
|
|
831
833
|
rightArrow: "rightArrow";
|
|
832
834
|
rightArrowCallout: "rightArrowCallout";
|
|
@@ -854,11 +856,9 @@ export declare const inputShapeNodeSchema: z.ZodObject<{
|
|
|
854
856
|
star7: "star7";
|
|
855
857
|
star8: "star8";
|
|
856
858
|
stripedRightArrow: "stripedRightArrow";
|
|
857
|
-
sun: "sun";
|
|
858
859
|
swooshArrow: "swooshArrow";
|
|
859
860
|
teardrop: "teardrop";
|
|
860
861
|
trapezoid: "trapezoid";
|
|
861
|
-
triangle: "triangle";
|
|
862
862
|
upArrow: "upArrow";
|
|
863
863
|
upArrowCallout: "upArrowCallout";
|
|
864
864
|
upDownArrow: "upDownArrow";
|
|
@@ -995,12 +995,12 @@ export declare const inputChartNodeSchema: z.ZodObject<{
|
|
|
995
995
|
}>>;
|
|
996
996
|
type: z.ZodLiteral<"chart">;
|
|
997
997
|
chartType: z.ZodEnum<{
|
|
998
|
+
radar: "radar";
|
|
998
999
|
line: "line";
|
|
999
1000
|
pie: "pie";
|
|
1000
1001
|
bar: "bar";
|
|
1001
1002
|
area: "area";
|
|
1002
1003
|
doughnut: "doughnut";
|
|
1003
|
-
radar: "radar";
|
|
1004
1004
|
}>;
|
|
1005
1005
|
data: z.ZodArray<z.ZodObject<{
|
|
1006
1006
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -1340,9 +1340,9 @@ export declare const inputFlowNodeSchema: z.ZodObject<{
|
|
|
1340
1340
|
color: z.ZodOptional<z.ZodString>;
|
|
1341
1341
|
width: z.ZodOptional<z.ZodNumber>;
|
|
1342
1342
|
arrowType: z.ZodOptional<z.ZodEnum<{
|
|
1343
|
-
none: "none";
|
|
1344
1343
|
diamond: "diamond";
|
|
1345
1344
|
triangle: "triangle";
|
|
1345
|
+
none: "none";
|
|
1346
1346
|
arrow: "arrow";
|
|
1347
1347
|
oval: "oval";
|
|
1348
1348
|
stealth: "stealth";
|
|
@@ -1600,9 +1600,9 @@ export declare const inputLineNodeSchema: z.ZodObject<{
|
|
|
1600
1600
|
}>>;
|
|
1601
1601
|
beginArrow: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodObject<{
|
|
1602
1602
|
type: z.ZodOptional<z.ZodEnum<{
|
|
1603
|
-
none: "none";
|
|
1604
1603
|
diamond: "diamond";
|
|
1605
1604
|
triangle: "triangle";
|
|
1605
|
+
none: "none";
|
|
1606
1606
|
arrow: "arrow";
|
|
1607
1607
|
oval: "oval";
|
|
1608
1608
|
stealth: "stealth";
|
|
@@ -1610,9 +1610,9 @@ export declare const inputLineNodeSchema: z.ZodObject<{
|
|
|
1610
1610
|
}, z.core.$strip>]>>;
|
|
1611
1611
|
endArrow: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodObject<{
|
|
1612
1612
|
type: z.ZodOptional<z.ZodEnum<{
|
|
1613
|
-
none: "none";
|
|
1614
1613
|
diamond: "diamond";
|
|
1615
1614
|
triangle: "triangle";
|
|
1615
|
+
none: "none";
|
|
1616
1616
|
arrow: "arrow";
|
|
1617
1617
|
oval: "oval";
|
|
1618
1618
|
stealth: "stealth";
|
package/dist/types.d.ts
CHANGED
|
@@ -133,7 +133,20 @@ export declare const justifyContentSchema: z.ZodEnum<{
|
|
|
133
133
|
}>;
|
|
134
134
|
export declare const shapeTypeSchema: z.ZodEnum<{
|
|
135
135
|
cloud: "cloud";
|
|
136
|
+
diamond: "diamond";
|
|
137
|
+
donut: "donut";
|
|
138
|
+
ellipse: "ellipse";
|
|
139
|
+
frame: "frame";
|
|
140
|
+
funnel: "funnel";
|
|
136
141
|
heart: "heart";
|
|
142
|
+
hexagon: "hexagon";
|
|
143
|
+
moon: "moon";
|
|
144
|
+
octagon: "octagon";
|
|
145
|
+
pentagon: "pentagon";
|
|
146
|
+
plus: "plus";
|
|
147
|
+
ribbon: "ribbon";
|
|
148
|
+
sun: "sun";
|
|
149
|
+
triangle: "triangle";
|
|
137
150
|
accentBorderCallout1: "accentBorderCallout1";
|
|
138
151
|
accentBorderCallout2: "accentBorderCallout2";
|
|
139
152
|
accentBorderCallout3: "accentBorderCallout3";
|
|
@@ -182,13 +195,10 @@ export declare const shapeTypeSchema: z.ZodEnum<{
|
|
|
182
195
|
curvedUpArrow: "curvedUpArrow";
|
|
183
196
|
decagon: "decagon";
|
|
184
197
|
diagStripe: "diagStripe";
|
|
185
|
-
diamond: "diamond";
|
|
186
198
|
dodecagon: "dodecagon";
|
|
187
|
-
donut: "donut";
|
|
188
199
|
doubleWave: "doubleWave";
|
|
189
200
|
downArrow: "downArrow";
|
|
190
201
|
downArrowCallout: "downArrowCallout";
|
|
191
|
-
ellipse: "ellipse";
|
|
192
202
|
ellipseRibbon: "ellipseRibbon";
|
|
193
203
|
ellipseRibbon2: "ellipseRibbon2";
|
|
194
204
|
flowChartAlternateProcess: "flowChartAlternateProcess";
|
|
@@ -221,13 +231,10 @@ export declare const shapeTypeSchema: z.ZodEnum<{
|
|
|
221
231
|
flowChartSummingJunction: "flowChartSummingJunction";
|
|
222
232
|
flowChartTerminator: "flowChartTerminator";
|
|
223
233
|
folderCorner: "folderCorner";
|
|
224
|
-
frame: "frame";
|
|
225
|
-
funnel: "funnel";
|
|
226
234
|
gear6: "gear6";
|
|
227
235
|
gear9: "gear9";
|
|
228
236
|
halfFrame: "halfFrame";
|
|
229
237
|
heptagon: "heptagon";
|
|
230
|
-
hexagon: "hexagon";
|
|
231
238
|
homePlate: "homePlate";
|
|
232
239
|
horizontalScroll: "horizontalScroll";
|
|
233
240
|
irregularSeal1: "irregularSeal1";
|
|
@@ -252,22 +259,17 @@ export declare const shapeTypeSchema: z.ZodEnum<{
|
|
|
252
259
|
mathMultiply: "mathMultiply";
|
|
253
260
|
mathNotEqual: "mathNotEqual";
|
|
254
261
|
mathPlus: "mathPlus";
|
|
255
|
-
moon: "moon";
|
|
256
262
|
noSmoking: "noSmoking";
|
|
257
263
|
nonIsoscelesTrapezoid: "nonIsoscelesTrapezoid";
|
|
258
264
|
notchedRightArrow: "notchedRightArrow";
|
|
259
|
-
octagon: "octagon";
|
|
260
265
|
parallelogram: "parallelogram";
|
|
261
|
-
pentagon: "pentagon";
|
|
262
266
|
pie: "pie";
|
|
263
267
|
pieWedge: "pieWedge";
|
|
264
268
|
plaque: "plaque";
|
|
265
269
|
plaqueTabs: "plaqueTabs";
|
|
266
|
-
plus: "plus";
|
|
267
270
|
quadArrow: "quadArrow";
|
|
268
271
|
quadArrowCallout: "quadArrowCallout";
|
|
269
272
|
rect: "rect";
|
|
270
|
-
ribbon: "ribbon";
|
|
271
273
|
ribbon2: "ribbon2";
|
|
272
274
|
rightArrow: "rightArrow";
|
|
273
275
|
rightArrowCallout: "rightArrowCallout";
|
|
@@ -295,11 +297,9 @@ export declare const shapeTypeSchema: z.ZodEnum<{
|
|
|
295
297
|
star7: "star7";
|
|
296
298
|
star8: "star8";
|
|
297
299
|
stripedRightArrow: "stripedRightArrow";
|
|
298
|
-
sun: "sun";
|
|
299
300
|
swooshArrow: "swooshArrow";
|
|
300
301
|
teardrop: "teardrop";
|
|
301
302
|
trapezoid: "trapezoid";
|
|
302
|
-
triangle: "triangle";
|
|
303
303
|
upArrow: "upArrow";
|
|
304
304
|
upArrowCallout: "upArrowCallout";
|
|
305
305
|
upDownArrow: "upDownArrow";
|
|
@@ -845,9 +845,9 @@ declare const imageNodeSchema: z.ZodObject<{
|
|
|
845
845
|
src: z.ZodString;
|
|
846
846
|
sizing: z.ZodOptional<z.ZodObject<{
|
|
847
847
|
type: z.ZodEnum<{
|
|
848
|
+
crop: "crop";
|
|
848
849
|
cover: "cover";
|
|
849
850
|
contain: "contain";
|
|
850
|
-
crop: "crop";
|
|
851
851
|
}>;
|
|
852
852
|
w: z.ZodOptional<z.ZodNumber>;
|
|
853
853
|
h: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1165,7 +1165,20 @@ declare const shapeNodeSchema: z.ZodObject<{
|
|
|
1165
1165
|
type: z.ZodLiteral<"shape">;
|
|
1166
1166
|
shapeType: z.ZodEnum<{
|
|
1167
1167
|
cloud: "cloud";
|
|
1168
|
+
diamond: "diamond";
|
|
1169
|
+
donut: "donut";
|
|
1170
|
+
ellipse: "ellipse";
|
|
1171
|
+
frame: "frame";
|
|
1172
|
+
funnel: "funnel";
|
|
1168
1173
|
heart: "heart";
|
|
1174
|
+
hexagon: "hexagon";
|
|
1175
|
+
moon: "moon";
|
|
1176
|
+
octagon: "octagon";
|
|
1177
|
+
pentagon: "pentagon";
|
|
1178
|
+
plus: "plus";
|
|
1179
|
+
ribbon: "ribbon";
|
|
1180
|
+
sun: "sun";
|
|
1181
|
+
triangle: "triangle";
|
|
1169
1182
|
accentBorderCallout1: "accentBorderCallout1";
|
|
1170
1183
|
accentBorderCallout2: "accentBorderCallout2";
|
|
1171
1184
|
accentBorderCallout3: "accentBorderCallout3";
|
|
@@ -1214,13 +1227,10 @@ declare const shapeNodeSchema: z.ZodObject<{
|
|
|
1214
1227
|
curvedUpArrow: "curvedUpArrow";
|
|
1215
1228
|
decagon: "decagon";
|
|
1216
1229
|
diagStripe: "diagStripe";
|
|
1217
|
-
diamond: "diamond";
|
|
1218
1230
|
dodecagon: "dodecagon";
|
|
1219
|
-
donut: "donut";
|
|
1220
1231
|
doubleWave: "doubleWave";
|
|
1221
1232
|
downArrow: "downArrow";
|
|
1222
1233
|
downArrowCallout: "downArrowCallout";
|
|
1223
|
-
ellipse: "ellipse";
|
|
1224
1234
|
ellipseRibbon: "ellipseRibbon";
|
|
1225
1235
|
ellipseRibbon2: "ellipseRibbon2";
|
|
1226
1236
|
flowChartAlternateProcess: "flowChartAlternateProcess";
|
|
@@ -1253,13 +1263,10 @@ declare const shapeNodeSchema: z.ZodObject<{
|
|
|
1253
1263
|
flowChartSummingJunction: "flowChartSummingJunction";
|
|
1254
1264
|
flowChartTerminator: "flowChartTerminator";
|
|
1255
1265
|
folderCorner: "folderCorner";
|
|
1256
|
-
frame: "frame";
|
|
1257
|
-
funnel: "funnel";
|
|
1258
1266
|
gear6: "gear6";
|
|
1259
1267
|
gear9: "gear9";
|
|
1260
1268
|
halfFrame: "halfFrame";
|
|
1261
1269
|
heptagon: "heptagon";
|
|
1262
|
-
hexagon: "hexagon";
|
|
1263
1270
|
homePlate: "homePlate";
|
|
1264
1271
|
horizontalScroll: "horizontalScroll";
|
|
1265
1272
|
irregularSeal1: "irregularSeal1";
|
|
@@ -1284,22 +1291,17 @@ declare const shapeNodeSchema: z.ZodObject<{
|
|
|
1284
1291
|
mathMultiply: "mathMultiply";
|
|
1285
1292
|
mathNotEqual: "mathNotEqual";
|
|
1286
1293
|
mathPlus: "mathPlus";
|
|
1287
|
-
moon: "moon";
|
|
1288
1294
|
noSmoking: "noSmoking";
|
|
1289
1295
|
nonIsoscelesTrapezoid: "nonIsoscelesTrapezoid";
|
|
1290
1296
|
notchedRightArrow: "notchedRightArrow";
|
|
1291
|
-
octagon: "octagon";
|
|
1292
1297
|
parallelogram: "parallelogram";
|
|
1293
|
-
pentagon: "pentagon";
|
|
1294
1298
|
pie: "pie";
|
|
1295
1299
|
pieWedge: "pieWedge";
|
|
1296
1300
|
plaque: "plaque";
|
|
1297
1301
|
plaqueTabs: "plaqueTabs";
|
|
1298
|
-
plus: "plus";
|
|
1299
1302
|
quadArrow: "quadArrow";
|
|
1300
1303
|
quadArrowCallout: "quadArrowCallout";
|
|
1301
1304
|
rect: "rect";
|
|
1302
|
-
ribbon: "ribbon";
|
|
1303
1305
|
ribbon2: "ribbon2";
|
|
1304
1306
|
rightArrow: "rightArrow";
|
|
1305
1307
|
rightArrowCallout: "rightArrowCallout";
|
|
@@ -1327,11 +1329,9 @@ declare const shapeNodeSchema: z.ZodObject<{
|
|
|
1327
1329
|
star7: "star7";
|
|
1328
1330
|
star8: "star8";
|
|
1329
1331
|
stripedRightArrow: "stripedRightArrow";
|
|
1330
|
-
sun: "sun";
|
|
1331
1332
|
swooshArrow: "swooshArrow";
|
|
1332
1333
|
teardrop: "teardrop";
|
|
1333
1334
|
trapezoid: "trapezoid";
|
|
1334
|
-
triangle: "triangle";
|
|
1335
1335
|
upArrow: "upArrow";
|
|
1336
1336
|
upArrowCallout: "upArrowCallout";
|
|
1337
1337
|
upDownArrow: "upDownArrow";
|
|
@@ -1408,12 +1408,12 @@ declare const shapeNodeSchema: z.ZodObject<{
|
|
|
1408
1408
|
lineHeight: z.ZodOptional<z.ZodNumber>;
|
|
1409
1409
|
}, z.core.$strip>;
|
|
1410
1410
|
export declare const chartTypeSchema: z.ZodEnum<{
|
|
1411
|
+
radar: "radar";
|
|
1411
1412
|
line: "line";
|
|
1412
1413
|
pie: "pie";
|
|
1413
1414
|
bar: "bar";
|
|
1414
1415
|
area: "area";
|
|
1415
1416
|
doughnut: "doughnut";
|
|
1416
|
-
radar: "radar";
|
|
1417
1417
|
}>;
|
|
1418
1418
|
export declare const radarStyleSchema: z.ZodEnum<{
|
|
1419
1419
|
standard: "standard";
|
|
@@ -1487,12 +1487,12 @@ declare const chartNodeSchema: z.ZodObject<{
|
|
|
1487
1487
|
}>>;
|
|
1488
1488
|
type: z.ZodLiteral<"chart">;
|
|
1489
1489
|
chartType: z.ZodEnum<{
|
|
1490
|
+
radar: "radar";
|
|
1490
1491
|
line: "line";
|
|
1491
1492
|
pie: "pie";
|
|
1492
1493
|
bar: "bar";
|
|
1493
1494
|
area: "area";
|
|
1494
1495
|
doughnut: "doughnut";
|
|
1495
|
-
radar: "radar";
|
|
1496
1496
|
}>;
|
|
1497
1497
|
data: z.ZodArray<z.ZodObject<{
|
|
1498
1498
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -2024,9 +2024,9 @@ export declare const flowConnectorStyleSchema: z.ZodObject<{
|
|
|
2024
2024
|
color: z.ZodOptional<z.ZodString>;
|
|
2025
2025
|
width: z.ZodOptional<z.ZodNumber>;
|
|
2026
2026
|
arrowType: z.ZodOptional<z.ZodEnum<{
|
|
2027
|
-
none: "none";
|
|
2028
2027
|
diamond: "diamond";
|
|
2029
2028
|
triangle: "triangle";
|
|
2029
|
+
none: "none";
|
|
2030
2030
|
arrow: "arrow";
|
|
2031
2031
|
oval: "oval";
|
|
2032
2032
|
stealth: "stealth";
|
|
@@ -2129,9 +2129,9 @@ export declare const flowNodeSchema: z.ZodObject<{
|
|
|
2129
2129
|
color: z.ZodOptional<z.ZodString>;
|
|
2130
2130
|
width: z.ZodOptional<z.ZodNumber>;
|
|
2131
2131
|
arrowType: z.ZodOptional<z.ZodEnum<{
|
|
2132
|
-
none: "none";
|
|
2133
2132
|
diamond: "diamond";
|
|
2134
2133
|
triangle: "triangle";
|
|
2134
|
+
none: "none";
|
|
2135
2135
|
arrow: "arrow";
|
|
2136
2136
|
oval: "oval";
|
|
2137
2137
|
stealth: "stealth";
|
|
@@ -2144,9 +2144,9 @@ export declare const flowNodeSchema: z.ZodObject<{
|
|
|
2144
2144
|
export type FlowNode = z.infer<typeof flowNodeSchema>;
|
|
2145
2145
|
export declare const lineArrowSchema: z.ZodUnion<readonly [z.ZodBoolean, z.ZodObject<{
|
|
2146
2146
|
type: z.ZodOptional<z.ZodEnum<{
|
|
2147
|
-
none: "none";
|
|
2148
2147
|
diamond: "diamond";
|
|
2149
2148
|
triangle: "triangle";
|
|
2149
|
+
none: "none";
|
|
2150
2150
|
arrow: "arrow";
|
|
2151
2151
|
oval: "oval";
|
|
2152
2152
|
stealth: "stealth";
|
|
@@ -2231,9 +2231,9 @@ declare const lineNodeSchema: z.ZodObject<{
|
|
|
2231
2231
|
}>>;
|
|
2232
2232
|
beginArrow: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodObject<{
|
|
2233
2233
|
type: z.ZodOptional<z.ZodEnum<{
|
|
2234
|
-
none: "none";
|
|
2235
2234
|
diamond: "diamond";
|
|
2236
2235
|
triangle: "triangle";
|
|
2236
|
+
none: "none";
|
|
2237
2237
|
arrow: "arrow";
|
|
2238
2238
|
oval: "oval";
|
|
2239
2239
|
stealth: "stealth";
|
|
@@ -2241,9 +2241,9 @@ declare const lineNodeSchema: z.ZodObject<{
|
|
|
2241
2241
|
}, z.core.$strip>]>>;
|
|
2242
2242
|
endArrow: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodObject<{
|
|
2243
2243
|
type: z.ZodOptional<z.ZodEnum<{
|
|
2244
|
-
none: "none";
|
|
2245
2244
|
diamond: "diamond";
|
|
2246
2245
|
triangle: "triangle";
|
|
2246
|
+
none: "none";
|
|
2247
2247
|
arrow: "arrow";
|
|
2248
2248
|
oval: "oval";
|
|
2249
2249
|
stealth: "stealth";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hirokisakabe/pom",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0",
|
|
4
4
|
"description": "AI-friendly PowerPoint generation with a Flexbox layout engine.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
"test": "vitest",
|
|
52
52
|
"test:ui": "vitest --ui",
|
|
53
53
|
"test:run": "vitest run",
|
|
54
|
+
"test:coverage": "vitest run --coverage",
|
|
54
55
|
"vrt": "tsx vrt/runVrt.ts",
|
|
55
56
|
"vrt:update": "tsx vrt/runVrt.ts --update",
|
|
56
57
|
"vrt:docker": "docker compose build vrt && docker compose run --rm vrt",
|
|
@@ -73,18 +74,20 @@
|
|
|
73
74
|
"@eslint/js": "^9.39.1",
|
|
74
75
|
"@types/opentype.js": "^1.3.8",
|
|
75
76
|
"@types/pngjs": "6.0.5",
|
|
76
|
-
"@vitest/
|
|
77
|
+
"@vitest/coverage-v8": "^4.1.0",
|
|
78
|
+
"@vitest/ui": "^4.1.0",
|
|
77
79
|
"eslint": "^9.39.1",
|
|
78
80
|
"globals": "^16.5.0",
|
|
79
81
|
"jiti": "2.6.1",
|
|
80
82
|
"knip": "^5.85.0",
|
|
83
|
+
"lucide-static": "^0.577.0",
|
|
81
84
|
"pixelmatch": "7.1.0",
|
|
82
85
|
"pngjs": "7.0.0",
|
|
83
86
|
"prettier": "3.6.2",
|
|
84
87
|
"tsx": "4.21.0",
|
|
85
88
|
"typescript": "5.9.3",
|
|
86
89
|
"typescript-eslint": "^8.47.0",
|
|
87
|
-
"vitest": "^4.0
|
|
90
|
+
"vitest": "^4.1.0"
|
|
88
91
|
},
|
|
89
92
|
"dependencies": {
|
|
90
93
|
"@resvg/resvg-js": "^2.6.2",
|