@entur/tooltip 2.6.6 → 2.6.8
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 +22 -20
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--eds-tooltip: 1;
|
|
3
|
-
}
|
|
3
|
+
}
|
|
4
|
+
/* DO NOT CHANGE!*/
|
|
5
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
6
|
+
.eds-popover {
|
|
7
|
+
background: #181c56;
|
|
8
|
+
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
9
|
+
border-radius: 0.0625rem;
|
|
10
|
+
border: 0.0625rem solid #d1d3d3;
|
|
11
|
+
font-family: inherit;
|
|
12
|
+
z-index: 20;
|
|
13
|
+
}
|
|
14
|
+
.eds-contrast .eds-popover {
|
|
15
|
+
background: #292b6a;
|
|
16
|
+
box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
|
|
17
|
+
}
|
|
18
|
+
.eds-popover--hidden {
|
|
19
|
+
display: none;
|
|
20
|
+
}
|
|
21
|
+
.eds-popover:focus {
|
|
22
|
+
outline: 5px solid red;
|
|
23
|
+
}
|
|
24
|
+
/* DO NOT CHANGE!*/
|
|
4
25
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
5
26
|
.eds-tooltip-wrapper {
|
|
6
27
|
display: inline-block;
|
|
@@ -117,23 +138,4 @@
|
|
|
117
138
|
.eds-tooltip--bottom-end::after {
|
|
118
139
|
bottom: calc(100% - 0.25rem);
|
|
119
140
|
left: calc(100% - 1rem);
|
|
120
|
-
}/* DO NOT CHANGE!*/
|
|
121
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
122
|
-
.eds-popover {
|
|
123
|
-
background: #181c56;
|
|
124
|
-
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
125
|
-
border-radius: 0.0625rem;
|
|
126
|
-
border: 0.0625rem solid #d1d3d3;
|
|
127
|
-
font-family: inherit;
|
|
128
|
-
z-index: 20;
|
|
129
141
|
}
|
|
130
|
-
.eds-contrast .eds-popover {
|
|
131
|
-
background: #292b6a;
|
|
132
|
-
box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
|
|
133
|
-
}
|
|
134
|
-
.eds-popover--hidden {
|
|
135
|
-
display: none;
|
|
136
|
-
}
|
|
137
|
-
.eds-popover:focus {
|
|
138
|
-
outline: 5px solid red;
|
|
139
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/tooltip",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.8",
|
|
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": "^
|
|
31
|
-
"@entur/icons": "^
|
|
32
|
-
"@entur/layout": "^2.1.
|
|
30
|
+
"@entur/button": "^3.0.0",
|
|
31
|
+
"@entur/icons": "^6.0.0",
|
|
32
|
+
"@entur/layout": "^2.1.23",
|
|
33
33
|
"@entur/tokens": "^3.8.0",
|
|
34
34
|
"@entur/utils": "^0.5.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": "48cdba2e353c9311d52550a98c6b025deb7b8270"
|
|
40
40
|
}
|