@entur/tooltip 5.2.5 → 5.2.6
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 +33 -33
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
/* DO NOT CHANGE!*/
|
|
2
2
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
|
+
/* DO NOT CHANGE!*/
|
|
4
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
5
|
+
.eds-button-group .eds-button {
|
|
6
|
+
margin-right: 0.75rem;
|
|
7
|
+
margin-bottom: 0.75rem;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.eds-button-group .eds-button:only-child {
|
|
11
|
+
margin: 0;
|
|
12
|
+
}
|
|
13
|
+
|
|
3
14
|
/* DO NOT CHANGE!*/
|
|
4
15
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
5
16
|
a.eds-button {
|
|
@@ -253,17 +264,6 @@ a.eds-button .eds-icon {
|
|
|
253
264
|
border-color: transparent;
|
|
254
265
|
}
|
|
255
266
|
|
|
256
|
-
/* DO NOT CHANGE!*/
|
|
257
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
258
|
-
.eds-button-group .eds-button {
|
|
259
|
-
margin-right: 0.75rem;
|
|
260
|
-
margin-bottom: 0.75rem;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
.eds-button-group .eds-button:only-child {
|
|
264
|
-
margin: 0;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
267
|
/* DO NOT CHANGE!*/
|
|
268
268
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
269
269
|
.eds-floating-button {
|
|
@@ -1127,28 +1127,6 @@ a.eds-button .eds-icon {
|
|
|
1127
1127
|
}
|
|
1128
1128
|
/* DO NOT CHANGE!*/
|
|
1129
1129
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1130
|
-
.eds-popover {
|
|
1131
|
-
background: var(--components-tooltip-popover-standard-fill);
|
|
1132
|
-
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
1133
|
-
border-radius: 0.25rem;
|
|
1134
|
-
border: 0.0625rem solid var(--components-tooltip-popover-standard-border);
|
|
1135
|
-
font-family: inherit;
|
|
1136
|
-
z-index: 20;
|
|
1137
|
-
}
|
|
1138
|
-
.eds-contrast .eds-popover {
|
|
1139
|
-
background: var(--components-tooltip-popover-contrast-fill);
|
|
1140
|
-
box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
|
|
1141
|
-
}
|
|
1142
|
-
.eds-popover:focus-visible {
|
|
1143
|
-
outline: 2px solid #181c56;
|
|
1144
|
-
outline-color: var(--basecolors-stroke-focus-standard);
|
|
1145
|
-
outline-offset: 0.125rem;
|
|
1146
|
-
}
|
|
1147
|
-
.eds-contrast .eds-popover:focus-visible {
|
|
1148
|
-
outline-color: var(--basecolors-stroke-focus-contrast);
|
|
1149
|
-
}
|
|
1150
|
-
/* DO NOT CHANGE!*/
|
|
1151
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1152
1130
|
/* DO NOT CHANGE!*/
|
|
1153
1131
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1154
1132
|
/* DO NOT CHANGE!*/
|
|
@@ -1348,3 +1326,25 @@ a.eds-button .eds-icon {
|
|
|
1348
1326
|
:root {
|
|
1349
1327
|
--eds-tooltip: 1;
|
|
1350
1328
|
}
|
|
1329
|
+
/* DO NOT CHANGE!*/
|
|
1330
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1331
|
+
.eds-popover {
|
|
1332
|
+
background: var(--components-tooltip-popover-standard-fill);
|
|
1333
|
+
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
1334
|
+
border-radius: 0.25rem;
|
|
1335
|
+
border: 0.0625rem solid var(--components-tooltip-popover-standard-border);
|
|
1336
|
+
font-family: inherit;
|
|
1337
|
+
z-index: 20;
|
|
1338
|
+
}
|
|
1339
|
+
.eds-contrast .eds-popover {
|
|
1340
|
+
background: var(--components-tooltip-popover-contrast-fill);
|
|
1341
|
+
box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
|
|
1342
|
+
}
|
|
1343
|
+
.eds-popover:focus-visible {
|
|
1344
|
+
outline: 2px solid #181c56;
|
|
1345
|
+
outline-color: var(--basecolors-stroke-focus-standard);
|
|
1346
|
+
outline-offset: 0.125rem;
|
|
1347
|
+
}
|
|
1348
|
+
.eds-contrast .eds-popover:focus-visible {
|
|
1349
|
+
outline-color: var(--basecolors-stroke-focus-contrast);
|
|
1350
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/tooltip",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.6",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/tooltip.esm.js",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/button": "^3.3.
|
|
31
|
-
"@entur/icons": "^7.
|
|
32
|
-
"@entur/layout": "^3.1.
|
|
30
|
+
"@entur/button": "^3.3.6",
|
|
31
|
+
"@entur/icons": "^7.10.0",
|
|
32
|
+
"@entur/layout": "^3.1.2",
|
|
33
33
|
"@entur/tokens": "^3.19.0",
|
|
34
34
|
"@entur/utils": "^0.12.3",
|
|
35
35
|
"@floating-ui/react": "^0.26.24",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"dts-cli": "2.0.5"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "2574ca4c0632d084e2c531ee43e4f066c32c4d89"
|
|
43
43
|
}
|