@progress/kendo-react-labels 12.0.0-develop.3 → 12.0.0-develop.5
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 +0 -4
- package/index.d.ts +0 -4
- package/package.json +3 -3
package/index.d.mts
CHANGED
|
@@ -83,8 +83,6 @@ export declare interface ErrorProps {
|
|
|
83
83
|
* </FloatingLabel>
|
|
84
84
|
* );
|
|
85
85
|
* };
|
|
86
|
-
*
|
|
87
|
-
* ReactDOM.render(<App />, document.querySelector('my-app'));
|
|
88
86
|
* ```
|
|
89
87
|
*/
|
|
90
88
|
export declare const FloatingLabel: {
|
|
@@ -246,8 +244,6 @@ export declare interface HintProps {
|
|
|
246
244
|
* </div>
|
|
247
245
|
* );
|
|
248
246
|
* };
|
|
249
|
-
*
|
|
250
|
-
* ReactDOM.render(<App />, document.querySelector('my-app'));
|
|
251
247
|
* ```
|
|
252
248
|
*/
|
|
253
249
|
export declare const Label: {
|
package/index.d.ts
CHANGED
|
@@ -83,8 +83,6 @@ export declare interface ErrorProps {
|
|
|
83
83
|
* </FloatingLabel>
|
|
84
84
|
* );
|
|
85
85
|
* };
|
|
86
|
-
*
|
|
87
|
-
* ReactDOM.render(<App />, document.querySelector('my-app'));
|
|
88
86
|
* ```
|
|
89
87
|
*/
|
|
90
88
|
export declare const FloatingLabel: {
|
|
@@ -246,8 +244,6 @@ export declare interface HintProps {
|
|
|
246
244
|
* </div>
|
|
247
245
|
* );
|
|
248
246
|
* };
|
|
249
|
-
*
|
|
250
|
-
* ReactDOM.render(<App />, document.querySelector('my-app'));
|
|
251
247
|
* ```
|
|
252
248
|
*/
|
|
253
249
|
export declare const Label: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-labels",
|
|
3
|
-
"version": "12.0.0-develop.
|
|
3
|
+
"version": "12.0.0-develop.5",
|
|
4
4
|
"description": "React Labels package provides components for labelling form editors. KendoReact Labels package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@progress/kendo-licensing": "^1.7.0",
|
|
29
|
-
"@progress/kendo-react-common": "12.0.0-develop.
|
|
30
|
-
"@progress/kendo-react-intl": "12.0.0-develop.
|
|
29
|
+
"@progress/kendo-react-common": "12.0.0-develop.5",
|
|
30
|
+
"@progress/kendo-react-intl": "12.0.0-develop.5",
|
|
31
31
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
32
32
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
33
33
|
},
|