@progress/kendo-react-popup 10.1.0-develop.9 → 10.1.0
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ The [React Popup](https://www.telerik.com/kendo-react-ui/popup), part of KendoRe
|
|
|
14
14
|
How to start:
|
|
15
15
|
|
|
16
16
|
```sh
|
|
17
|
-
npm
|
|
17
|
+
npm i @progress/kendo-react-popup
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
## React Popup
|
|
@@ -46,7 +46,7 @@ import { Popup } from '@progress/kendo-react-popup';
|
|
|
46
46
|
</Popup>
|
|
47
47
|
```
|
|
48
48
|
|
|
49
|
-
Check out the [KendoReact Popup API](https://www.telerik.com/kendo-react-ui/components/popup/api).
|
|
49
|
+
Check out the [KendoReact Popup API](https://www.telerik.com/kendo-react-ui/components/popup/api).
|
|
50
50
|
|
|
51
51
|
## Support Options
|
|
52
52
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-popup",
|
|
3
|
-
"version": "10.1.0
|
|
3
|
+
"version": "10.1.0",
|
|
4
4
|
"description": "React Popup positions a piece of content next to a specific anchor component. KendoReact Popup package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@progress/kendo-licensing": "^1.5.1",
|
|
29
29
|
"@progress/kendo-popup-common": "^1.9.0",
|
|
30
|
-
"@progress/kendo-react-common": "10.1.0
|
|
30
|
+
"@progress/kendo-react-common": "10.1.0",
|
|
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
|
},
|