@entur/tooltip 2.6.21 → 2.6.22

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.
Files changed (2) hide show
  1. package/dist/styles.css +20 -20
  2. package/package.json +5 -5
package/dist/styles.css CHANGED
@@ -3,6 +3,26 @@
3
3
  }
4
4
  /* DO NOT CHANGE!*/
5
5
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
6
+ .eds-popover {
7
+ background: #181c56;
8
+ box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
9
+ border-radius: 0.0625rem;
10
+ border: 0.0625rem solid #d1d3d3;
11
+ font-family: inherit;
12
+ z-index: 20;
13
+ }
14
+ .eds-contrast .eds-popover {
15
+ background: #292b6a;
16
+ box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
17
+ }
18
+ .eds-popover--hidden {
19
+ display: none;
20
+ }
21
+ .eds-popover:focus {
22
+ outline: 5px solid red;
23
+ }
24
+ /* DO NOT CHANGE!*/
25
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
6
26
  .eds-tooltip-wrapper {
7
27
  display: inline-block;
8
28
  position: relative;
@@ -119,23 +139,3 @@
119
139
  bottom: calc(100% - 0.25rem);
120
140
  left: calc(100% - 1rem);
121
141
  }
122
- /* DO NOT CHANGE!*/
123
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
124
- .eds-popover {
125
- background: #181c56;
126
- box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
127
- border-radius: 0.0625rem;
128
- border: 0.0625rem solid #d1d3d3;
129
- font-family: inherit;
130
- z-index: 20;
131
- }
132
- .eds-contrast .eds-popover {
133
- background: #292b6a;
134
- box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
135
- }
136
- .eds-popover--hidden {
137
- display: none;
138
- }
139
- .eds-popover:focus {
140
- outline: 5px solid red;
141
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/tooltip",
3
- "version": "2.6.21",
3
+ "version": "2.6.22",
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.0.10",
30
+ "@entur/button": "^3.0.11",
31
31
  "@entur/icons": "^6.3.1",
32
- "@entur/layout": "^2.1.35",
32
+ "@entur/layout": "^2.1.36",
33
33
  "@entur/tokens": "^3.10.0",
34
- "@entur/utils": "^0.9.2",
34
+ "@entur/utils": "^0.9.3",
35
35
  "@popperjs/core": "^2.10.1",
36
36
  "classnames": "^2.3.1",
37
37
  "react-popper": "~2.2.5"
38
38
  },
39
- "gitHead": "a7f288d524c9ef12f3b78ea35b864c879c0f1cc3"
39
+ "gitHead": "9bf0838160519db9fb072af36dc19731dfb5e2dd"
40
40
  }