@minecraft/server-ui 2.1.0-beta.1.21.90-preview.28 → 2.1.0-beta.1.21.90-stable

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 +0 -10
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -119,14 +119,12 @@ export class ActionFormData {
119
119
  */
120
120
  button(text: minecraftserver.RawMessage | string, iconPath?: string): ActionFormData;
121
121
  /**
122
- * @rc
123
122
  * @remarks
124
123
  * Adds a section divider to the form.
125
124
  *
126
125
  */
127
126
  divider(): ActionFormData;
128
127
  /**
129
- * @rc
130
128
  * @remarks
131
129
  * Adds a header to the form.
132
130
  *
@@ -135,7 +133,6 @@ export class ActionFormData {
135
133
  */
136
134
  header(text: minecraftserver.RawMessage | string): ActionFormData;
137
135
  /**
138
- * @rc
139
136
  * @remarks
140
137
  * Adds a label to the form.
141
138
  *
@@ -498,7 +495,6 @@ export class MessageFormResponse extends FormResponse {
498
495
  */
499
496
  export class ModalFormData {
500
497
  /**
501
- * @rc
502
498
  * @remarks
503
499
  * Adds a section divider to the form.
504
500
  *
@@ -521,7 +517,6 @@ export class ModalFormData {
521
517
  dropdownOptions?: ModalFormDataDropdownOptions,
522
518
  ): ModalFormData;
523
519
  /**
524
- * @rc
525
520
  * @remarks
526
521
  * Adds a header to the form.
527
522
  *
@@ -530,7 +525,6 @@ export class ModalFormData {
530
525
  */
531
526
  header(text: minecraftserver.RawMessage | string): ModalFormData;
532
527
  /**
533
- * @rc
534
528
  * @remarks
535
529
  * Adds a label to the form.
536
530
  *
@@ -671,7 +665,6 @@ export class UIManager {
671
665
  }
672
666
 
673
667
  /**
674
- * @rc
675
668
  * An interface that is passed into {@link
676
669
  * @minecraft/Server-ui.ModalFormData.dropdown} to provide
677
670
  * additional options for the dropdown creation.
@@ -694,7 +687,6 @@ export interface ModalFormDataDropdownOptions {
694
687
  }
695
688
 
696
689
  /**
697
- * @rc
698
690
  * An interface that is passed into {@link
699
691
  * @minecraft/Server-ui.ModalFormData.slider} to provide
700
692
  * additional options for the slider creation.
@@ -723,7 +715,6 @@ export interface ModalFormDataSliderOptions {
723
715
  }
724
716
 
725
717
  /**
726
- * @rc
727
718
  * An interface that is passed into {@link
728
719
  * @minecraft/Server-ui.ModalFormData.textField} to provide
729
720
  * additional options for the textfield creation.
@@ -745,7 +736,6 @@ export interface ModalFormDataTextFieldOptions {
745
736
  }
746
737
 
747
738
  /**
748
- * @rc
749
739
  * An interface that is passed into {@link
750
740
  * @minecraft/Server-ui.ModalFormData.toggle} to provide
751
741
  * additional options for the toggle creation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/server-ui",
3
- "version": "2.1.0-beta.1.21.90-preview.28",
3
+ "version": "2.1.0-beta.1.21.90-stable",
4
4
  "description": "",
5
5
  "contributors": [
6
6
  {
@@ -14,7 +14,7 @@
14
14
  ],
15
15
  "dependencies": {
16
16
  "@minecraft/common": "^1.0.0",
17
- "@minecraft/server": "^2.0.0-rc.1.21.90-preview.28"
17
+ "@minecraft/server": "^2.0.0"
18
18
  },
19
19
  "license": "MIT"
20
20
  }