@minecraft/server-editor 0.1.0-beta.1.21.120-preview.22 → 0.1.0-beta.1.21.120-preview.24

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.
Files changed (2) hide show
  1. package/index.d.ts +6 -0
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -5303,6 +5303,12 @@ export interface IBoolPropertyItem extends IPropertyItemBase {
5303
5303
  */
5304
5304
  // @ts-ignore Class inheritance allowed for native defined classes
5305
5305
  export interface IBoolPropertyItemOptions extends IPropertyItemOptionsBase {
5306
+ /**
5307
+ * @remarks
5308
+ * Changes checkbox variant to use a custom icon
5309
+ *
5310
+ */
5311
+ checkboxIcon?: string;
5306
5312
  /**
5307
5313
  * @remarks
5308
5314
  * If true label text will be hidden. It will be visible by
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/server-editor",
3
- "version": "0.1.0-beta.1.21.120-preview.22",
3
+ "version": "0.1.0-beta.1.21.120-preview.24",
4
4
  "description": "",
5
5
  "contributors": [
6
6
  {
@@ -14,8 +14,8 @@
14
14
  ],
15
15
  "peerDependencies": {
16
16
  "@minecraft/common": "^1.0.0",
17
- "@minecraft/server": "^2.4.0-beta.1.21.120-preview.22",
18
- "@minecraft/vanilla-data": ">=1.20.70 || 1.21.120-preview.22"
17
+ "@minecraft/server": "^2.4.0-beta.1.21.120-preview.24",
18
+ "@minecraft/vanilla-data": ">=1.20.70 || 1.21.120-preview.24"
19
19
  },
20
20
  "license": "MIT"
21
21
  }