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