@progress/kendo-react-labels 7.3.0 → 7.4.0-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 CHANGED
@@ -123,7 +123,7 @@ export declare class FloatingLabel extends React_2.Component<FloatingLabelProps,
123
123
  */
124
124
  export declare interface FloatingLabelProps extends KendoReactComponentBaseProps {
125
125
  /**
126
- * Represent the [`htmlFor`](https://reactjs.org/docs/dom-elements.html#htmlfor) property, which will be set to the `label` element.
126
+ * Represent the [`htmlFor`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement/htmlFor) property, which will be set to the `label` element.
127
127
  */
128
128
  editorId?: string;
129
129
  /**
@@ -292,7 +292,7 @@ export declare interface LabelProps {
292
292
  id?: string;
293
293
  /**
294
294
  * The id of the editor.
295
- * Represent the [`htmlFor`](https://reactjs.org/docs/dom-elements.html#htmlfor) property, which will be set to the `label` element.
295
+ * Represent the [`htmlFor`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement/htmlFor) property, which will be set to the `label` element.
296
296
  */
297
297
  editorId?: string;
298
298
  /**
package/index.d.ts CHANGED
@@ -123,7 +123,7 @@ export declare class FloatingLabel extends React_2.Component<FloatingLabelProps,
123
123
  */
124
124
  export declare interface FloatingLabelProps extends KendoReactComponentBaseProps {
125
125
  /**
126
- * Represent the [`htmlFor`](https://reactjs.org/docs/dom-elements.html#htmlfor) property, which will be set to the `label` element.
126
+ * Represent the [`htmlFor`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement/htmlFor) property, which will be set to the `label` element.
127
127
  */
128
128
  editorId?: string;
129
129
  /**
@@ -292,7 +292,7 @@ export declare interface LabelProps {
292
292
  id?: string;
293
293
  /**
294
294
  * The id of the editor.
295
- * Represent the [`htmlFor`](https://reactjs.org/docs/dom-elements.html#htmlfor) property, which will be set to the `label` element.
295
+ * Represent the [`htmlFor`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement/htmlFor) property, which will be set to the `label` element.
296
296
  */
297
297
  editorId?: string;
298
298
  /**
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-labels",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1710323644,
13
+ publishDate: 1711102766,
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-labels",
3
- "version": "7.3.0",
3
+ "version": "7.4.0-develop.2",
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",
@@ -23,8 +23,8 @@
23
23
  "sideEffects": false,
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-licensing": "^1.3.4",
26
- "@progress/kendo-react-common": "7.3.0",
27
- "@progress/kendo-react-intl": "7.3.0",
26
+ "@progress/kendo-react-common": "7.4.0-develop.2",
27
+ "@progress/kendo-react-intl": "7.4.0-develop.2",
28
28
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
29
29
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
30
30
  },