@entur/tooltip 5.2.0 → 5.2.1
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 -22
- package/package.json +6 -6
package/dist/styles.css
CHANGED
|
@@ -1126,28 +1126,6 @@ a.eds-button--size-large {
|
|
|
1126
1126
|
}
|
|
1127
1127
|
/* DO NOT CHANGE!*/
|
|
1128
1128
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1129
|
-
.eds-popover {
|
|
1130
|
-
background: var(--components-tooltip-popover-standard-fill);
|
|
1131
|
-
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
1132
|
-
border-radius: 0.25rem;
|
|
1133
|
-
border: 0.0625rem solid var(--components-tooltip-popover-standard-border);
|
|
1134
|
-
font-family: inherit;
|
|
1135
|
-
z-index: 20;
|
|
1136
|
-
}
|
|
1137
|
-
.eds-contrast .eds-popover {
|
|
1138
|
-
background: var(--components-tooltip-popover-contrast-fill);
|
|
1139
|
-
box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
|
|
1140
|
-
}
|
|
1141
|
-
.eds-popover:focus-visible {
|
|
1142
|
-
outline: 2px solid #181c56;
|
|
1143
|
-
outline-color: var(--basecolors-stroke-focus-standard);
|
|
1144
|
-
outline-offset: 0.125rem;
|
|
1145
|
-
}
|
|
1146
|
-
.eds-contrast .eds-popover:focus-visible {
|
|
1147
|
-
outline-color: var(--basecolors-stroke-focus-contrast);
|
|
1148
|
-
}
|
|
1149
|
-
/* DO NOT CHANGE!*/
|
|
1150
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1151
1129
|
/* DO NOT CHANGE!*/
|
|
1152
1130
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1153
1131
|
/* DO NOT CHANGE!*/
|
|
@@ -1345,3 +1323,25 @@ a.eds-button--size-large {
|
|
|
1345
1323
|
:root {
|
|
1346
1324
|
--eds-tooltip: 1;
|
|
1347
1325
|
}
|
|
1326
|
+
/* DO NOT CHANGE!*/
|
|
1327
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1328
|
+
.eds-popover {
|
|
1329
|
+
background: var(--components-tooltip-popover-standard-fill);
|
|
1330
|
+
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
1331
|
+
border-radius: 0.25rem;
|
|
1332
|
+
border: 0.0625rem solid var(--components-tooltip-popover-standard-border);
|
|
1333
|
+
font-family: inherit;
|
|
1334
|
+
z-index: 20;
|
|
1335
|
+
}
|
|
1336
|
+
.eds-contrast .eds-popover {
|
|
1337
|
+
background: var(--components-tooltip-popover-contrast-fill);
|
|
1338
|
+
box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
|
|
1339
|
+
}
|
|
1340
|
+
.eds-popover:focus-visible {
|
|
1341
|
+
outline: 2px solid #181c56;
|
|
1342
|
+
outline-color: var(--basecolors-stroke-focus-standard);
|
|
1343
|
+
outline-offset: 0.125rem;
|
|
1344
|
+
}
|
|
1345
|
+
.eds-contrast .eds-popover:focus-visible {
|
|
1346
|
+
outline-color: var(--basecolors-stroke-focus-contrast);
|
|
1347
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/tooltip",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/tooltip.esm.js",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/button": "^3.3.
|
|
31
|
-
"@entur/icons": "^7.6.
|
|
32
|
-
"@entur/layout": "^2.4.
|
|
33
|
-
"@entur/tokens": "^3.17.
|
|
30
|
+
"@entur/button": "^3.3.1",
|
|
31
|
+
"@entur/icons": "^7.6.1",
|
|
32
|
+
"@entur/layout": "^2.4.1",
|
|
33
|
+
"@entur/tokens": "^3.17.6",
|
|
34
34
|
"@entur/utils": "^0.12.2",
|
|
35
35
|
"@floating-ui/react": "^0.26.24",
|
|
36
36
|
"@floating-ui/react-dom": "^2.1.0",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"dts-cli": "2.0.5"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "d7798b768ab73d677162cebcf3edd58680dc626f"
|
|
43
43
|
}
|