@entur/tooltip 2.7.9-beta.0 → 2.7.9
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 +25 -25
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -142,31 +142,6 @@
|
|
|
142
142
|
}
|
|
143
143
|
/* DO NOT CHANGE!*/
|
|
144
144
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
145
|
-
.eds-popover {
|
|
146
|
-
background: var(--components-tooltip-popover-standard-fill);
|
|
147
|
-
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
148
|
-
border-radius: 0.0625rem;
|
|
149
|
-
border: 0.0625rem solid var(--components-tooltip-popover-standard-border);
|
|
150
|
-
font-family: inherit;
|
|
151
|
-
z-index: 20;
|
|
152
|
-
}
|
|
153
|
-
.eds-contrast .eds-popover {
|
|
154
|
-
background: var(--components-tooltip-popover-contrast-fill);
|
|
155
|
-
box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
|
|
156
|
-
}
|
|
157
|
-
.eds-popover--hidden {
|
|
158
|
-
display: none;
|
|
159
|
-
}
|
|
160
|
-
.eds-popover:focus {
|
|
161
|
-
outline: 2px solid #181c56;
|
|
162
|
-
outline-color: var(--basecolors-stroke-focus-standard);
|
|
163
|
-
outline-offset: 0.125rem;
|
|
164
|
-
}
|
|
165
|
-
.eds-contrast .eds-popover:focus {
|
|
166
|
-
outline-color: var(--basecolors-stroke-focus-contrast);
|
|
167
|
-
}
|
|
168
|
-
/* DO NOT CHANGE!*/
|
|
169
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
170
145
|
/* DO NOT CHANGE!*/
|
|
171
146
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
172
147
|
/* DO NOT CHANGE!*/
|
|
@@ -364,3 +339,28 @@
|
|
|
364
339
|
:root {
|
|
365
340
|
--eds-tooltip: 1;
|
|
366
341
|
}
|
|
342
|
+
/* DO NOT CHANGE!*/
|
|
343
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
344
|
+
.eds-popover {
|
|
345
|
+
background: var(--components-tooltip-popover-standard-fill);
|
|
346
|
+
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
347
|
+
border-radius: 0.0625rem;
|
|
348
|
+
border: 0.0625rem solid var(--components-tooltip-popover-standard-border);
|
|
349
|
+
font-family: inherit;
|
|
350
|
+
z-index: 20;
|
|
351
|
+
}
|
|
352
|
+
.eds-contrast .eds-popover {
|
|
353
|
+
background: var(--components-tooltip-popover-contrast-fill);
|
|
354
|
+
box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
|
|
355
|
+
}
|
|
356
|
+
.eds-popover--hidden {
|
|
357
|
+
display: none;
|
|
358
|
+
}
|
|
359
|
+
.eds-popover:focus {
|
|
360
|
+
outline: 2px solid #181c56;
|
|
361
|
+
outline-color: var(--basecolors-stroke-focus-standard);
|
|
362
|
+
outline-offset: 0.125rem;
|
|
363
|
+
}
|
|
364
|
+
.eds-contrast .eds-popover:focus {
|
|
365
|
+
outline-color: var(--basecolors-stroke-focus-contrast);
|
|
366
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/tooltip",
|
|
3
|
-
"version": "2.7.9
|
|
3
|
+
"version": "2.7.9",
|
|
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.25
|
|
31
|
-
"@entur/icons": "^6.17.1
|
|
32
|
-
"@entur/layout": "^2.3.9
|
|
30
|
+
"@entur/button": "^3.2.25",
|
|
31
|
+
"@entur/icons": "^6.17.1",
|
|
32
|
+
"@entur/layout": "^2.3.9",
|
|
33
33
|
"@entur/tokens": "^3.15.0",
|
|
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": "8f5dd2a35e3794050cdc8664efeb078254404632"
|
|
40
40
|
}
|