@progress/kendo-react-listbox 13.3.0-develop.2 → 13.3.0-develop.4

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/index.d.mts CHANGED
@@ -97,7 +97,7 @@ export declare interface ListBoxKeyDownEvent extends BaseEvent<ListBox_2> {
97
97
  }
98
98
 
99
99
  /**
100
- * Represents the props of the [KendoReact ListBox component]({% slug overview_listbox %}).
100
+ * Represents the props of the [KendoReact ListBox component](https://www.telerik.com/kendo-react-ui/components/listbox).
101
101
  */
102
102
  export declare interface ListBoxProps {
103
103
  /**
package/index.d.ts CHANGED
@@ -97,7 +97,7 @@ export declare interface ListBoxKeyDownEvent extends BaseEvent<ListBox_2> {
97
97
  }
98
98
 
99
99
  /**
100
- * Represents the props of the [KendoReact ListBox component]({% slug overview_listbox %}).
100
+ * Represents the props of the [KendoReact ListBox component](https://www.telerik.com/kendo-react-ui/components/listbox).
101
101
  */
102
102
  export declare interface ListBoxProps {
103
103
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-listbox",
3
- "version": "13.3.0-develop.2",
3
+ "version": "13.3.0-develop.4",
4
4
  "description": "React ListBox enables you to display a list of items and manage the data between multiple lists. KendoReact ListBox package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -26,9 +26,9 @@
26
26
  "sideEffects": false,
27
27
  "peerDependencies": {
28
28
  "@progress/kendo-licensing": "^1.7.2",
29
- "@progress/kendo-react-buttons": "13.3.0-develop.2",
30
- "@progress/kendo-react-common": "13.3.0-develop.2",
31
- "@progress/kendo-react-intl": "13.3.0-develop.2",
29
+ "@progress/kendo-react-buttons": "13.3.0-develop.4",
30
+ "@progress/kendo-react-common": "13.3.0-develop.4",
31
+ "@progress/kendo-react-intl": "13.3.0-develop.4",
32
32
  "@progress/kendo-svg-icons": "^4.0.0",
33
33
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
34
34
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"