@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.
- package/README.md +3 -1
- package/dist/mcp.cjs +2461 -1159
- package/dist/mcp.js +2463 -1161
- package/dist/tools/endpoint.cjs +10 -1
- package/dist/tools/endpoint.js +10 -1
- package/dist/tools/generated/guards.cjs +789 -0
- package/dist/tools/generated/guards.d.cts +92 -0
- package/dist/tools/generated/guards.d.ts +92 -0
- package/dist/tools/generated/guards.js +721 -0
- package/dist/tools/registry.cjs +949 -2
- package/dist/tools/registry.js +951 -2
- package/dist/tools/schemas.cjs +43 -6
- package/dist/tools/schemas.d.cts +38 -6
- package/dist/tools/schemas.d.ts +38 -6
- package/dist/tools/schemas.js +38 -6
- package/dist/tools/types.d.cts +5 -1
- package/dist/tools/types.d.ts +5 -1
- package/package.json +8 -2
- package/dist/mcp.cjs.map +0 -1
- package/dist/mcp.js.map +0 -1
- package/dist/tools/endpoint.cjs.map +0 -1
- package/dist/tools/endpoint.js.map +0 -1
- package/dist/tools/registry.cjs.map +0 -1
- package/dist/tools/registry.js.map +0 -1
- package/dist/tools/schemas.cjs.map +0 -1
- package/dist/tools/schemas.js.map +0 -1
- package/dist/tools/types.cjs.map +0 -1
- package/dist/tools/types.js.map +0 -1
- package/dist/utils/coercion.cjs.map +0 -1
- package/dist/utils/coercion.js.map +0 -1
- package/dist/utils/color.cjs.map +0 -1
- package/dist/utils/color.js.map +0 -1
- package/dist/utils/wcag.cjs.map +0 -1
- package/dist/utils/wcag.js.map +0 -1
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
/** node.reparent item params */
|
|
2
|
+
declare const nodeReparent: ReadonlySet<string>;
|
|
3
|
+
/** components create type="component" */
|
|
4
|
+
declare const componentsCreateComponent: ReadonlySet<string>;
|
|
5
|
+
/** components create type="from_node" */
|
|
6
|
+
declare const componentsCreateFromNode: ReadonlySet<string>;
|
|
7
|
+
/** components create type="variant_set" */
|
|
8
|
+
declare const componentsCreateVariantSet: ReadonlySet<string>;
|
|
9
|
+
/** components.update item params */
|
|
10
|
+
declare const componentsUpdate: ReadonlySet<string>;
|
|
11
|
+
/** node.update item params */
|
|
12
|
+
declare const nodeUpdate: ReadonlySet<string>;
|
|
13
|
+
/** node.delete item params */
|
|
14
|
+
declare const nodeDelete: ReadonlySet<string>;
|
|
15
|
+
/** frames create type="frame" */
|
|
16
|
+
declare const framesCreateFrame: ReadonlySet<string>;
|
|
17
|
+
/** frames create type="auto_layout" */
|
|
18
|
+
declare const framesCreateAutoLayout: ReadonlySet<string>;
|
|
19
|
+
/** frames create type="section" */
|
|
20
|
+
declare const framesCreateSection: ReadonlySet<string>;
|
|
21
|
+
/** frames create type="rectangle" */
|
|
22
|
+
declare const framesCreateRectangle: ReadonlySet<string>;
|
|
23
|
+
/** frames create type="ellipse" */
|
|
24
|
+
declare const framesCreateEllipse: ReadonlySet<string>;
|
|
25
|
+
/** frames create type="line" */
|
|
26
|
+
declare const framesCreateLine: ReadonlySet<string>;
|
|
27
|
+
/** frames create type="group" */
|
|
28
|
+
declare const framesCreateGroup: ReadonlySet<string>;
|
|
29
|
+
/** frames create type="boolean_operation" */
|
|
30
|
+
declare const framesCreateBooleanOperation: ReadonlySet<string>;
|
|
31
|
+
/** frames create type="svg" */
|
|
32
|
+
declare const framesCreateSvg: ReadonlySet<string>;
|
|
33
|
+
/** instances.create item params */
|
|
34
|
+
declare const instancesCreate: ReadonlySet<string>;
|
|
35
|
+
/** instances.update item params */
|
|
36
|
+
declare const instancesUpdate: ReadonlySet<string>;
|
|
37
|
+
/** instances.swap item params */
|
|
38
|
+
declare const instancesSwap: ReadonlySet<string>;
|
|
39
|
+
/** instances.detach item params */
|
|
40
|
+
declare const instancesDetach: ReadonlySet<string>;
|
|
41
|
+
/** instances.reset_overrides item params */
|
|
42
|
+
declare const instancesResetOverrides: ReadonlySet<string>;
|
|
43
|
+
/** lint.fix item params */
|
|
44
|
+
declare const lintFix: ReadonlySet<string>;
|
|
45
|
+
/** styles create type="paint" */
|
|
46
|
+
declare const stylesCreatePaint: ReadonlySet<string>;
|
|
47
|
+
/** styles create type="text" */
|
|
48
|
+
declare const stylesCreateText: ReadonlySet<string>;
|
|
49
|
+
/** styles create type="effect" */
|
|
50
|
+
declare const stylesCreateEffect: ReadonlySet<string>;
|
|
51
|
+
/** styles create type="grid" */
|
|
52
|
+
declare const stylesCreateGrid: ReadonlySet<string>;
|
|
53
|
+
/** styles.update item params */
|
|
54
|
+
declare const stylesUpdate: ReadonlySet<string>;
|
|
55
|
+
/** styles.delete item params */
|
|
56
|
+
declare const stylesDelete: ReadonlySet<string>;
|
|
57
|
+
/** text.create item params */
|
|
58
|
+
declare const textCreate: ReadonlySet<string>;
|
|
59
|
+
/** text.set_content item params */
|
|
60
|
+
declare const textSetContent: ReadonlySet<string>;
|
|
61
|
+
/** variable_collections.create item params */
|
|
62
|
+
declare const variableCollectionsCreate: ReadonlySet<string>;
|
|
63
|
+
/** variable_collections.update item params */
|
|
64
|
+
declare const variableCollectionsUpdate: ReadonlySet<string>;
|
|
65
|
+
/** variable_collections.delete item params */
|
|
66
|
+
declare const variableCollectionsDelete: ReadonlySet<string>;
|
|
67
|
+
/** variable_collections.add_mode item params */
|
|
68
|
+
declare const variableCollectionsAddMode: ReadonlySet<string>;
|
|
69
|
+
/** variable_collections.rename_mode item params */
|
|
70
|
+
declare const variableCollectionsRenameMode: ReadonlySet<string>;
|
|
71
|
+
/** variable_collections.remove_mode item params */
|
|
72
|
+
declare const variableCollectionsRemoveMode: ReadonlySet<string>;
|
|
73
|
+
/** variables.create item params */
|
|
74
|
+
declare const variablesCreate: ReadonlySet<string>;
|
|
75
|
+
/** variables.update item params */
|
|
76
|
+
declare const variablesUpdate: ReadonlySet<string>;
|
|
77
|
+
/** variables.delete item params */
|
|
78
|
+
declare const variablesDelete: ReadonlySet<string>;
|
|
79
|
+
/** auto_layout_params */
|
|
80
|
+
declare const mixinAutoLayoutParams: ReadonlySet<string>;
|
|
81
|
+
/** blend_params */
|
|
82
|
+
declare const mixinBlendParams: ReadonlySet<string>;
|
|
83
|
+
/** frame_params */
|
|
84
|
+
declare const mixinFrameParams: ReadonlySet<string>;
|
|
85
|
+
/** geometry_params */
|
|
86
|
+
declare const mixinGeometryParams: ReadonlySet<string>;
|
|
87
|
+
/** sizing_params */
|
|
88
|
+
declare const mixinSizingParams: ReadonlySet<string>;
|
|
89
|
+
/** text_params */
|
|
90
|
+
declare const mixinTextParams: ReadonlySet<string>;
|
|
91
|
+
|
|
92
|
+
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, nodeDelete, nodeReparent, nodeUpdate, stylesCreateEffect, stylesCreateGrid, stylesCreatePaint, stylesCreateText, stylesDelete, stylesUpdate, textCreate, textSetContent, variableCollectionsAddMode, variableCollectionsCreate, variableCollectionsDelete, variableCollectionsRemoveMode, variableCollectionsRenameMode, variableCollectionsUpdate, variablesCreate, variablesDelete, variablesUpdate };
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
/** node.reparent item params */
|
|
2
|
+
declare const nodeReparent: ReadonlySet<string>;
|
|
3
|
+
/** components create type="component" */
|
|
4
|
+
declare const componentsCreateComponent: ReadonlySet<string>;
|
|
5
|
+
/** components create type="from_node" */
|
|
6
|
+
declare const componentsCreateFromNode: ReadonlySet<string>;
|
|
7
|
+
/** components create type="variant_set" */
|
|
8
|
+
declare const componentsCreateVariantSet: ReadonlySet<string>;
|
|
9
|
+
/** components.update item params */
|
|
10
|
+
declare const componentsUpdate: ReadonlySet<string>;
|
|
11
|
+
/** node.update item params */
|
|
12
|
+
declare const nodeUpdate: ReadonlySet<string>;
|
|
13
|
+
/** node.delete item params */
|
|
14
|
+
declare const nodeDelete: ReadonlySet<string>;
|
|
15
|
+
/** frames create type="frame" */
|
|
16
|
+
declare const framesCreateFrame: ReadonlySet<string>;
|
|
17
|
+
/** frames create type="auto_layout" */
|
|
18
|
+
declare const framesCreateAutoLayout: ReadonlySet<string>;
|
|
19
|
+
/** frames create type="section" */
|
|
20
|
+
declare const framesCreateSection: ReadonlySet<string>;
|
|
21
|
+
/** frames create type="rectangle" */
|
|
22
|
+
declare const framesCreateRectangle: ReadonlySet<string>;
|
|
23
|
+
/** frames create type="ellipse" */
|
|
24
|
+
declare const framesCreateEllipse: ReadonlySet<string>;
|
|
25
|
+
/** frames create type="line" */
|
|
26
|
+
declare const framesCreateLine: ReadonlySet<string>;
|
|
27
|
+
/** frames create type="group" */
|
|
28
|
+
declare const framesCreateGroup: ReadonlySet<string>;
|
|
29
|
+
/** frames create type="boolean_operation" */
|
|
30
|
+
declare const framesCreateBooleanOperation: ReadonlySet<string>;
|
|
31
|
+
/** frames create type="svg" */
|
|
32
|
+
declare const framesCreateSvg: ReadonlySet<string>;
|
|
33
|
+
/** instances.create item params */
|
|
34
|
+
declare const instancesCreate: ReadonlySet<string>;
|
|
35
|
+
/** instances.update item params */
|
|
36
|
+
declare const instancesUpdate: ReadonlySet<string>;
|
|
37
|
+
/** instances.swap item params */
|
|
38
|
+
declare const instancesSwap: ReadonlySet<string>;
|
|
39
|
+
/** instances.detach item params */
|
|
40
|
+
declare const instancesDetach: ReadonlySet<string>;
|
|
41
|
+
/** instances.reset_overrides item params */
|
|
42
|
+
declare const instancesResetOverrides: ReadonlySet<string>;
|
|
43
|
+
/** lint.fix item params */
|
|
44
|
+
declare const lintFix: ReadonlySet<string>;
|
|
45
|
+
/** styles create type="paint" */
|
|
46
|
+
declare const stylesCreatePaint: ReadonlySet<string>;
|
|
47
|
+
/** styles create type="text" */
|
|
48
|
+
declare const stylesCreateText: ReadonlySet<string>;
|
|
49
|
+
/** styles create type="effect" */
|
|
50
|
+
declare const stylesCreateEffect: ReadonlySet<string>;
|
|
51
|
+
/** styles create type="grid" */
|
|
52
|
+
declare const stylesCreateGrid: ReadonlySet<string>;
|
|
53
|
+
/** styles.update item params */
|
|
54
|
+
declare const stylesUpdate: ReadonlySet<string>;
|
|
55
|
+
/** styles.delete item params */
|
|
56
|
+
declare const stylesDelete: ReadonlySet<string>;
|
|
57
|
+
/** text.create item params */
|
|
58
|
+
declare const textCreate: ReadonlySet<string>;
|
|
59
|
+
/** text.set_content item params */
|
|
60
|
+
declare const textSetContent: ReadonlySet<string>;
|
|
61
|
+
/** variable_collections.create item params */
|
|
62
|
+
declare const variableCollectionsCreate: ReadonlySet<string>;
|
|
63
|
+
/** variable_collections.update item params */
|
|
64
|
+
declare const variableCollectionsUpdate: ReadonlySet<string>;
|
|
65
|
+
/** variable_collections.delete item params */
|
|
66
|
+
declare const variableCollectionsDelete: ReadonlySet<string>;
|
|
67
|
+
/** variable_collections.add_mode item params */
|
|
68
|
+
declare const variableCollectionsAddMode: ReadonlySet<string>;
|
|
69
|
+
/** variable_collections.rename_mode item params */
|
|
70
|
+
declare const variableCollectionsRenameMode: ReadonlySet<string>;
|
|
71
|
+
/** variable_collections.remove_mode item params */
|
|
72
|
+
declare const variableCollectionsRemoveMode: ReadonlySet<string>;
|
|
73
|
+
/** variables.create item params */
|
|
74
|
+
declare const variablesCreate: ReadonlySet<string>;
|
|
75
|
+
/** variables.update item params */
|
|
76
|
+
declare const variablesUpdate: ReadonlySet<string>;
|
|
77
|
+
/** variables.delete item params */
|
|
78
|
+
declare const variablesDelete: ReadonlySet<string>;
|
|
79
|
+
/** auto_layout_params */
|
|
80
|
+
declare const mixinAutoLayoutParams: ReadonlySet<string>;
|
|
81
|
+
/** blend_params */
|
|
82
|
+
declare const mixinBlendParams: ReadonlySet<string>;
|
|
83
|
+
/** frame_params */
|
|
84
|
+
declare const mixinFrameParams: ReadonlySet<string>;
|
|
85
|
+
/** geometry_params */
|
|
86
|
+
declare const mixinGeometryParams: ReadonlySet<string>;
|
|
87
|
+
/** sizing_params */
|
|
88
|
+
declare const mixinSizingParams: ReadonlySet<string>;
|
|
89
|
+
/** text_params */
|
|
90
|
+
declare const mixinTextParams: ReadonlySet<string>;
|
|
91
|
+
|
|
92
|
+
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, nodeDelete, nodeReparent, nodeUpdate, stylesCreateEffect, stylesCreateGrid, stylesCreatePaint, stylesCreateText, stylesDelete, stylesUpdate, textCreate, textSetContent, variableCollectionsAddMode, variableCollectionsCreate, variableCollectionsDelete, variableCollectionsRemoveMode, variableCollectionsRenameMode, variableCollectionsUpdate, variablesCreate, variablesDelete, variablesUpdate };
|