@entur/tooltip 4.0.0 → 4.0.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 +5 -5
package/dist/styles.css
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
/* DO NOT CHANGE!*/
|
|
2
2
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
|
+
.eds-popover {
|
|
4
|
+
background: var(--components-tooltip-popover-standard-fill);
|
|
5
|
+
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
6
|
+
border-radius: 0.25rem;
|
|
7
|
+
border: 0.0625rem solid var(--components-tooltip-popover-standard-border);
|
|
8
|
+
font-family: inherit;
|
|
9
|
+
z-index: 20;
|
|
10
|
+
}
|
|
11
|
+
.eds-contrast .eds-popover {
|
|
12
|
+
background: var(--components-tooltip-popover-contrast-fill);
|
|
13
|
+
box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
|
|
14
|
+
}
|
|
15
|
+
.eds-popover:focus {
|
|
16
|
+
outline: 2px solid #181c56;
|
|
17
|
+
outline-color: var(--basecolors-stroke-focus-standard);
|
|
18
|
+
outline-offset: 0.125rem;
|
|
19
|
+
}
|
|
20
|
+
.eds-contrast .eds-popover:focus {
|
|
21
|
+
outline-color: var(--basecolors-stroke-focus-contrast);
|
|
22
|
+
}
|
|
23
|
+
/* DO NOT CHANGE!*/
|
|
24
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
25
|
/* DO NOT CHANGE!*/
|
|
4
26
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
5
27
|
a.eds-button {
|
|
@@ -1082,28 +1104,6 @@ a.eds-button--size-large {
|
|
|
1082
1104
|
}
|
|
1083
1105
|
/* DO NOT CHANGE!*/
|
|
1084
1106
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1085
|
-
.eds-popover {
|
|
1086
|
-
background: var(--components-tooltip-popover-standard-fill);
|
|
1087
|
-
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
1088
|
-
border-radius: 0.25rem;
|
|
1089
|
-
border: 0.0625rem solid var(--components-tooltip-popover-standard-border);
|
|
1090
|
-
font-family: inherit;
|
|
1091
|
-
z-index: 20;
|
|
1092
|
-
}
|
|
1093
|
-
.eds-contrast .eds-popover {
|
|
1094
|
-
background: var(--components-tooltip-popover-contrast-fill);
|
|
1095
|
-
box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
|
|
1096
|
-
}
|
|
1097
|
-
.eds-popover:focus {
|
|
1098
|
-
outline: 2px solid #181c56;
|
|
1099
|
-
outline-color: var(--basecolors-stroke-focus-standard);
|
|
1100
|
-
outline-offset: 0.125rem;
|
|
1101
|
-
}
|
|
1102
|
-
.eds-contrast .eds-popover:focus {
|
|
1103
|
-
outline-color: var(--basecolors-stroke-focus-contrast);
|
|
1104
|
-
}
|
|
1105
|
-
/* DO NOT CHANGE!*/
|
|
1106
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1107
1107
|
/* DO NOT CHANGE!*/
|
|
1108
1108
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1109
1109
|
/* DO NOT CHANGE!*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/tooltip",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/tooltip.esm.js",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/button": "^3.2.
|
|
31
|
-
"@entur/icons": "^7.
|
|
32
|
-
"@entur/layout": "^2.3.
|
|
30
|
+
"@entur/button": "^3.2.32",
|
|
31
|
+
"@entur/icons": "^7.4.0",
|
|
32
|
+
"@entur/layout": "^2.3.16",
|
|
33
33
|
"@entur/tokens": "^3.17.0",
|
|
34
34
|
"@entur/utils": "^0.11.2",
|
|
35
35
|
"@floating-ui/react-dom": "^2.1.0",
|
|
36
36
|
"classnames": "^2.3.1"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "045cada5d95c62d8ddfc95d82b4526742ab07d0a"
|
|
39
39
|
}
|