@entur/tooltip 2.6.6 → 2.6.7

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 +5 -3
  2. package/package.json +5 -5
package/dist/styles.css CHANGED
@@ -1,6 +1,7 @@
1
1
  :root {
2
2
  --eds-tooltip: 1;
3
- }/* DO NOT CHANGE!*/
3
+ }
4
+ /* DO NOT CHANGE!*/
4
5
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
5
6
  .eds-tooltip-wrapper {
6
7
  display: inline-block;
@@ -117,7 +118,8 @@
117
118
  .eds-tooltip--bottom-end::after {
118
119
  bottom: calc(100% - 0.25rem);
119
120
  left: calc(100% - 1rem);
120
- }/* DO NOT CHANGE!*/
121
+ }
122
+ /* DO NOT CHANGE!*/
121
123
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
122
124
  .eds-popover {
123
125
  background: #181c56;
@@ -136,4 +138,4 @@
136
138
  }
137
139
  .eds-popover:focus {
138
140
  outline: 5px solid red;
139
- }
141
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/tooltip",
3
- "version": "2.6.6",
3
+ "version": "2.6.7",
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": "^2.10.14",
31
- "@entur/icons": "^5.8.0",
32
- "@entur/layout": "^2.1.21",
30
+ "@entur/button": "^2.10.15",
31
+ "@entur/icons": "^5.8.1",
32
+ "@entur/layout": "^2.1.22",
33
33
  "@entur/tokens": "^3.8.0",
34
34
  "@entur/utils": "^0.5.5",
35
35
  "@popperjs/core": "^2.10.1",
36
36
  "classnames": "^2.3.1",
37
37
  "react-popper": "~2.2.5"
38
38
  },
39
- "gitHead": "3b97ecb2ab0cba40d9f353d936dc0a87a6253108"
39
+ "gitHead": "8019b1b3a39b30bf1052ae34ed1c06b6caf1aa34"
40
40
  }