@entur/tooltip 2.6.13 → 2.6.14

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,26 +3,6 @@
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. */
26
6
  .eds-tooltip-wrapper {
27
7
  display: inline-block;
28
8
  position: relative;
@@ -139,3 +119,23 @@
139
119
  bottom: calc(100% - 0.25rem);
140
120
  left: calc(100% - 1rem);
141
121
  }
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.13",
3
+ "version": "2.6.14",
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.3",
30
+ "@entur/button": "^3.0.4",
31
31
  "@entur/icons": "^6.2.0",
32
- "@entur/layout": "^2.1.28",
32
+ "@entur/layout": "^2.1.29",
33
33
  "@entur/tokens": "^3.8.1",
34
- "@entur/utils": "^0.7.0",
34
+ "@entur/utils": "^0.8.0",
35
35
  "@popperjs/core": "^2.10.1",
36
36
  "classnames": "^2.3.1",
37
37
  "react-popper": "~2.2.5"
38
38
  },
39
- "gitHead": "402d010ee77f4ff809e3b709b0a29865c04cc1f4"
39
+ "gitHead": "c80112ae71ce3654107c8983a1a9fd91204aa667"
40
40
  }