@progress/kendo-react-inputs 8.0.0 → 8.1.0-develop.10

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
@@ -4176,14 +4176,13 @@ export declare interface TextAreaProps extends FormComponentProps, Omit_5<React.
4176
4176
  * - none &mdash; The TextArea cannot be resized.
4177
4177
  * - vertical &mdash; The TextArea can be resized vertically.
4178
4178
  * - horizontal &mdash; The TextArea can be resized horizontally.
4179
- * - both &mdash; The TextArea can be resized both vertically and horizontally.
4179
+ * - both(default) &mdash; The TextArea can be resized both vertically and horizontally.
4180
4180
  *
4181
- * @default `both`
4182
4181
  *
4183
4182
  * To be able to resize the TextArea, you should not set the `autoSize` property to `true`.
4184
4183
  * To be able to resize the component horizontally, add the following inline style to the TextArea:
4185
4184
  *
4186
- * ```jsx
4185
+ * ```html
4187
4186
  * <TextArea resizable='horizontal' style={{width: 'auto'}} />
4188
4187
  * ```
4189
4188
  */
package/index.d.ts CHANGED
@@ -4176,14 +4176,13 @@ export declare interface TextAreaProps extends FormComponentProps, Omit_5<React.
4176
4176
  * - none &mdash; The TextArea cannot be resized.
4177
4177
  * - vertical &mdash; The TextArea can be resized vertically.
4178
4178
  * - horizontal &mdash; The TextArea can be resized horizontally.
4179
- * - both &mdash; The TextArea can be resized both vertically and horizontally.
4179
+ * - both(default) &mdash; The TextArea can be resized both vertically and horizontally.
4180
4180
  *
4181
- * @default `both`
4182
4181
  *
4183
4182
  * To be able to resize the TextArea, you should not set the `autoSize` property to `true`.
4184
4183
  * To be able to resize the component horizontally, add the following inline style to the TextArea:
4185
4184
  *
4186
- * ```jsx
4185
+ * ```html
4187
4186
  * <TextArea resizable='horizontal' style={{width: 'auto'}} />
4188
4187
  * ```
4189
4188
  */
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-inputs",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1715702726,
13
+ publishDate: 1718197908,
14
14
  version: "",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-inputs",
3
- "version": "8.0.0",
3
+ "version": "8.1.0-develop.10",
4
4
  "description": "React Inputs offer a customizable interface for users to enter and pick different information. KendoReact Input package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -25,13 +25,13 @@
25
25
  "@progress/kendo-drawing": "^1.20.1",
26
26
  "@progress/kendo-inputs-common": "^3.1.0",
27
27
  "@progress/kendo-licensing": "^1.3.4",
28
- "@progress/kendo-react-animation": "8.0.0",
29
- "@progress/kendo-react-buttons": "8.0.0",
30
- "@progress/kendo-react-common": "8.0.0",
31
- "@progress/kendo-react-dialogs": "8.0.0",
32
- "@progress/kendo-react-intl": "8.0.0",
33
- "@progress/kendo-react-labels": "8.0.0",
34
- "@progress/kendo-react-popup": "8.0.0",
28
+ "@progress/kendo-react-animation": "8.1.0-develop.10",
29
+ "@progress/kendo-react-buttons": "8.1.0-develop.10",
30
+ "@progress/kendo-react-common": "8.1.0-develop.10",
31
+ "@progress/kendo-react-dialogs": "8.1.0-develop.10",
32
+ "@progress/kendo-react-intl": "8.1.0-develop.10",
33
+ "@progress/kendo-react-labels": "8.1.0-develop.10",
34
+ "@progress/kendo-react-popup": "8.1.0-develop.10",
35
35
  "@progress/kendo-svg-icons": "^3.0.0",
36
36
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
37
37
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"