@nativescript/core 9.0.0-next-09-27-2025-18063560861 → 9.0.0-next-10-09-2025-18367604937

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativescript/core",
3
- "version": "9.0.0-next-09-27-2025-18063560861",
3
+ "version": "9.0.0-next-10-09-2025-18367604937",
4
4
  "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
5
5
  "type": "module",
6
6
  "main": "index",
@@ -10,7 +10,7 @@ export class Button extends TextBase {
10
10
  /**
11
11
  * String value used when hooking to tap event.
12
12
  *
13
- * @nsEvent {EventData} string;
13
+ * @nsEvent {EventData} tap
14
14
  */
15
15
  public static tapEvent: string;
16
16
 
@@ -18,7 +18,7 @@ export class Slider extends View {
18
18
  /**
19
19
  * String value used when hooking to accessibilityDecrement event.
20
20
  *
21
- * @nsEvent {accessibilityDecrementEvent} accessibilityDecrement
21
+ * @nsEvent {AccessibilityDecrementEventData} accessibilityDecrement
22
22
  */
23
23
  static readonly accessibilityDecrementEvent = 'accessibilityDecrement';
24
24