Skip to content

Commit 179b685

Browse files
BosmanfrxnowyDEV
andauthored
[KLAR-9406] New tooltip (#572)
Co-authored-by: Dominik Nowik <[email protected]>
1 parent d0f862e commit 179b685

File tree

18 files changed

+955
-1014
lines changed

18 files changed

+955
-1014
lines changed

package-lock.json

Lines changed: 152 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nordcloud/gnui",
33
"description": "Nordcloud Design System - a collection of reusable React components used in Nordcloud's SaaS products",
4-
"version": "8.2.0",
4+
"version": "9.0.0-alpha.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -73,6 +73,7 @@
7373
"styled-components": "^5.3.0"
7474
},
7575
"dependencies": {
76+
"@floating-ui/react": "^0.22.2",
7677
"@types/styled-system": "^5.1.16",
7778
"date-fns": "^2.29.3",
7879
"lodash.clonedeep": "^4.5.0",
@@ -82,6 +83,7 @@
8283
"react-day-picker": "^8.1.0",
8384
"react-helmet": "^6.1.0",
8485
"react-if": "^4.1.4",
86+
"react-is": "^17.0.2",
8587
"react-select": "^5.5.9",
8688
"styled-components-breakpoint": "^3.0.0-preview.20",
8789
"styled-system": "^5.1.5"
@@ -102,6 +104,7 @@
102104
"@types/react": "^17.0.56",
103105
"@types/react-dom": "^17.0.19",
104106
"@types/react-helmet": "^6.1.6",
107+
"@types/react-is": "^17.0.3",
105108
"@types/styled-components": "^5.1.26",
106109
"cross-env": "^7.0.3",
107110
"eslint": "^8.31.0",

0 commit comments

Comments
 (0)