@progress/kendo-react-common 9.0.1-develop.1 → 9.1.0-develop.1

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
@@ -3550,7 +3550,7 @@ export declare interface TypographyProps extends KendoReactComponentBaseProps {
3550
3550
  };
3551
3551
  /**
3552
3552
  * Specifies the text align
3553
- * [see example]({% slug appearance_typography %}#toc-text-align).
3553
+ * [see example]({% slug appearance_typography %}#toc-text-alignment).
3554
3554
  *
3555
3555
  * The possible values are:
3556
3556
  * * `left`—Applies text-align: left
@@ -3562,7 +3562,7 @@ export declare interface TypographyProps extends KendoReactComponentBaseProps {
3562
3562
  textAlign?: 'left' | 'right' | 'center' | 'justify';
3563
3563
  /**
3564
3564
  * Specifies the text transform
3565
- * [see example]({% slug appearance_typography %}#toc-text-transform).
3565
+ * [see example]({% slug appearance_typography %}#toc-text-transformation).
3566
3566
  *
3567
3567
  * The possible values are:
3568
3568
  * * `lowercase`—Applies text-transform: lowercase
package/index.d.ts CHANGED
@@ -3550,7 +3550,7 @@ export declare interface TypographyProps extends KendoReactComponentBaseProps {
3550
3550
  };
3551
3551
  /**
3552
3552
  * Specifies the text align
3553
- * [see example]({% slug appearance_typography %}#toc-text-align).
3553
+ * [see example]({% slug appearance_typography %}#toc-text-alignment).
3554
3554
  *
3555
3555
  * The possible values are:
3556
3556
  * * `left`—Applies text-align: left
@@ -3562,7 +3562,7 @@ export declare interface TypographyProps extends KendoReactComponentBaseProps {
3562
3562
  textAlign?: 'left' | 'right' | 'center' | 'justify';
3563
3563
  /**
3564
3564
  * Specifies the text transform
3565
- * [see example]({% slug appearance_typography %}#toc-text-transform).
3565
+ * [see example]({% slug appearance_typography %}#toc-text-transformation).
3566
3566
  *
3567
3567
  * The possible values are:
3568
3568
  * * `lowercase`—Applies text-transform: lowercase
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-common",
3
- "version": "9.0.1-develop.1",
3
+ "version": "9.1.0-develop.1",
4
4
  "description": "React Common package delivers common utilities that can be used with the KendoReact UI components. KendoReact Common Utilities package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -24,8 +24,8 @@
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-licensing": "^1.3.4",
26
26
  "@progress/kendo-svg-icons": "^4.0.0",
27
- "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
28
- "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
27
+ "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
28
+ "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
29
29
  },
30
30
  "dependencies": {
31
31
  "@progress/kendo-draggable-common": "^0.2.3",