urfu-ui-kit-react 0.0.25 → 0.0.26

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.
@@ -24650,6 +24650,12 @@ const uk = ({
24650
24650
  className: Y = "",
24651
24651
  portalOn: M = !1,
24652
24652
  id: de = "",
24653
+ // tooltipPosition,
24654
+ // content = <div></div>,
24655
+ // setContent,
24656
+ // setTooltipPosition,
24657
+ // setTooltipId,
24658
+ // tooltipId,
24653
24659
  tooltipText: j
24654
24660
  }) => {
24655
24661
  const [ie, g] = ec.useState(null), [me, oe] = ec.useState(), [ee, ne] = ec.useState(), ae = (ue, Ee, Se) => {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UrFU UI-Kit for React Web",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
- "version": "0.0.25",
6
+ "version": "0.0.26",
7
7
  "type": "module",
8
8
  "main": "dist/urfu-ui-kit-react",
9
9
  "types": "dist/urfu-ui-kit-react",
@@ -18,8 +18,6 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "air-datepicker": "^3.5.1",
21
- "react": "^18.3.1",
22
- "react-dom": "^18.3.1",
23
21
  "urfu-ui-kit-vanilla": "^1.1.19"
24
22
  },
25
23
  "devDependencies": {
@@ -53,6 +51,10 @@
53
51
  "vite-plugin-legacy": "^2.1.0",
54
52
  "vite-plugin-style-import": "^2.0.0"
55
53
  },
54
+ "peerDependencies": {
55
+ "react": "^18.3.1",
56
+ "react-dom": "^18.3.1"
57
+ },
56
58
  "files": [
57
59
  "dist"
58
60
  ]