x-block-lib 0.7.5 → 0.7.7
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/dist/core/utils/common/block.d.ts +1 -0
- package/dist/index.js +1821 -1408
- package/dist/vendor.1v4zfi9x.js +24760 -0
- package/package.json +4 -2
- package/dist/vendor.navptpot.js +0 -20771
|
@@ -5,4 +5,5 @@ export declare function spawnLogicBooleanBlockV1(workspace: Blockly.Workspace, v
|
|
|
5
5
|
export declare function spawnItemsBlockV1(workspace: Blockly.Workspace, items: string): Blockly.Block;
|
|
6
6
|
export declare function spawnTypesBlockV1(workspace: Blockly.Workspace, types: string): Blockly.Block;
|
|
7
7
|
export declare function spawnSelectCompBlockV1(workspace: Blockly.Workspace): Blockly.Block;
|
|
8
|
+
export declare function spawnColorPickerBlockV1(workspace: Blockly.Workspace, color: string): Blockly.Block;
|
|
8
9
|
export declare function spawnColumnBlockV1(workspace: Blockly.Workspace, type: string): Blockly.Block | null;
|