@progress/kendo-react-common 9.0.1-develop.1 → 9.0.1-develop.2
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 +2 -2
- package/index.d.ts +2 -2
- package/package.json +1 -1
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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.
|
|
3
|
+
"version": "9.0.1-develop.2",
|
|
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",
|