@entur/tooltip 2.6.40-RC.0 → 2.6.40

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 +3 -3
  2. package/package.json +6 -6
package/dist/styles.css CHANGED
@@ -116,9 +116,6 @@
116
116
  bottom: calc(100% - 0.25rem);
117
117
  left: calc(100% - 1rem);
118
118
  }
119
- :root {
120
- --eds-tooltip: 1;
121
- }
122
119
  /* DO NOT CHANGE!*/
123
120
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
124
121
  .eds-popover {
@@ -139,3 +136,6 @@
139
136
  .eds-popover:focus {
140
137
  outline: 5px solid red;
141
138
  }
139
+ :root {
140
+ --eds-tooltip: 1;
141
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/tooltip",
3
- "version": "2.6.40-RC.0",
3
+ "version": "2.6.40",
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.2.4-RC.0",
31
- "@entur/icons": "^6.13.1-RC.0",
32
- "@entur/layout": "^2.1.52-RC.0",
33
- "@entur/tokens": "^3.11.2-RC.0",
30
+ "@entur/button": "^3.2.4",
31
+ "@entur/icons": "^6.13.1",
32
+ "@entur/layout": "^2.1.52",
33
+ "@entur/tokens": "^3.11.2",
34
34
  "@entur/utils": "^0.9.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": "ffc1bbef705504dd4e8df8abccc435dd01513ce3"
39
+ "gitHead": "c3e894aeae7247bdaf3ec8636fade3301e605c0e"
40
40
  }