@entur/tooltip 2.6.38 → 2.6.40-RC.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/dist/styles.css +3 -3
- package/package.json +6 -6
package/dist/styles.css
CHANGED
|
@@ -116,6 +116,9 @@
|
|
|
116
116
|
bottom: calc(100% - 0.25rem);
|
|
117
117
|
left: calc(100% - 1rem);
|
|
118
118
|
}
|
|
119
|
+
:root {
|
|
120
|
+
--eds-tooltip: 1;
|
|
121
|
+
}
|
|
119
122
|
/* DO NOT CHANGE!*/
|
|
120
123
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
121
124
|
.eds-popover {
|
|
@@ -136,6 +139,3 @@
|
|
|
136
139
|
.eds-popover:focus {
|
|
137
140
|
outline: 5px solid red;
|
|
138
141
|
}
|
|
139
|
-
:root {
|
|
140
|
-
--eds-tooltip: 1;
|
|
141
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/tooltip",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.40-RC.0",
|
|
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.
|
|
31
|
-
"@entur/icons": "^6.
|
|
32
|
-
"@entur/layout": "^2.1.
|
|
33
|
-
"@entur/tokens": "^3.11.
|
|
30
|
+
"@entur/button": "^3.2.4-RC.0",
|
|
31
|
+
"@entur/icons": "^6.13.1-RC.0",
|
|
32
|
+
"@entur/layout": "^2.1.52-RC.0",
|
|
33
|
+
"@entur/tokens": "^3.11.2-RC.0",
|
|
34
34
|
"@entur/utils": "^0.9.5",
|
|
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": "ffc1bbef705504dd4e8df8abccc435dd01513ce3"
|
|
40
40
|
}
|