@entur/tooltip 2.7.10-beta.0 → 2.7.10
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/dist/styles.css +1 -1
- package/package.json +6 -6
package/dist/styles.css
CHANGED
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
.eds-popover {
|
|
146
146
|
background: var(--components-tooltip-popover-standard-fill);
|
|
147
147
|
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
148
|
-
border-radius: 0.
|
|
148
|
+
border-radius: 0.25rem;
|
|
149
149
|
border: 0.0625rem solid var(--components-tooltip-popover-standard-border);
|
|
150
150
|
font-family: inherit;
|
|
151
151
|
z-index: 20;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/tooltip",
|
|
3
|
-
"version": "2.7.10
|
|
3
|
+
"version": "2.7.10",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/tooltip.esm.js",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/button": "^3.2.26
|
|
31
|
-
"@entur/icons": "^6.
|
|
32
|
-
"@entur/layout": "^2.3.10
|
|
33
|
-
"@entur/tokens": "^3.15.1
|
|
30
|
+
"@entur/button": "^3.2.26",
|
|
31
|
+
"@entur/icons": "^6.18.0",
|
|
32
|
+
"@entur/layout": "^2.3.10",
|
|
33
|
+
"@entur/tokens": "^3.15.1",
|
|
34
34
|
"@entur/utils": "^0.11.1",
|
|
35
35
|
"@popperjs/core": "^2.10.1",
|
|
36
36
|
"classnames": "^2.3.1",
|
|
37
37
|
"react-popper": "~2.2.5"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "59263b656c7de882e8ecf50bdb49f7ddfd283026"
|
|
40
40
|
}
|