@entur/tooltip 2.5.22 → 2.5.24

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.5.24](https://bitbucket.org/enturas/design-system/compare/@entur/tooltip@2.5.21...@entur/tooltip@2.5.24) (2022-12-09)
7
+
8
+ **Note:** Version bump only for package @entur/tooltip
9
+
10
+ ## [2.5.23](https://bitbucket.org/enturas/design-system/compare/@entur/tooltip@2.5.22...@entur/tooltip@2.5.23) (2022-11-24)
11
+
12
+ **Note:** Version bump only for package @entur/tooltip
13
+
6
14
  ## [2.5.22](https://bitbucket.org/enturas/design-system/compare/@entur/tooltip@2.5.21...@entur/tooltip@2.5.22) (2022-10-31)
7
15
 
8
16
  **Note:** Version bump only for package @entur/tooltip
package/dist/styles.css CHANGED
@@ -2,25 +2,6 @@
2
2
  --eds-tooltip: 1;
3
3
  }/* DO NOT CHANGE!*/
4
4
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
5
- .eds-popover {
6
- background: #181c56;
7
- box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
8
- border-radius: 0.0625rem;
9
- border: 0.0625rem solid #d1d3d3;
10
- font-family: inherit;
11
- z-index: 20;
12
- }
13
- .eds-contrast .eds-popover {
14
- background: #292b6a;
15
- box-shadow: 0 0.0625rem 0.1875rem #393d79;
16
- }
17
- .eds-popover--hidden {
18
- display: none;
19
- }
20
- .eds-popover:focus {
21
- outline: 5px solid red;
22
- }/* DO NOT CHANGE!*/
23
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
24
5
  .eds-tooltip-wrapper {
25
6
  display: inline-block;
26
7
  position: relative;
@@ -136,4 +117,23 @@
136
117
  .eds-tooltip--bottom-end::after {
137
118
  bottom: calc(100% - 0.25rem);
138
119
  left: calc(100% - 1rem);
120
+ }/* DO NOT CHANGE!*/
121
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
122
+ .eds-popover {
123
+ background: #181c56;
124
+ box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
125
+ border-radius: 0.0625rem;
126
+ border: 0.0625rem solid #d1d3d3;
127
+ font-family: inherit;
128
+ z-index: 20;
129
+ }
130
+ .eds-contrast .eds-popover {
131
+ background: #292b6a;
132
+ box-shadow: 0 0.0625rem 0.1875rem #393d79;
133
+ }
134
+ .eds-popover--hidden {
135
+ display: none;
136
+ }
137
+ .eds-popover:focus {
138
+ outline: 5px solid red;
139
139
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/tooltip",
3
- "version": "2.5.22",
3
+ "version": "2.5.24",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/tooltip.esm.js",
@@ -27,15 +27,15 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@entur/tokens": "^3.4.1"
30
+ "@entur/tokens": "^3.4.3"
31
31
  },
32
32
  "dependencies": {
33
- "@entur/button": "^2.10.5",
34
- "@entur/icons": "^5.2.2",
35
- "@entur/layout": "^2.1.12",
36
- "@entur/utils": "^0.4.6",
33
+ "@entur/button": "^2.10.7",
34
+ "@entur/icons": "^5.4.0",
35
+ "@entur/layout": "^2.1.14",
36
+ "@entur/utils": "^0.4.8",
37
37
  "@popperjs/core": "^2.10.1",
38
38
  "react-popper": "^2.2.5"
39
39
  },
40
- "gitHead": "11fde5ffbfd805773572c3a7d999d63f2733e0c7"
40
+ "gitHead": "103844c30bdc32296f3998a360cf6066492173e9"
41
41
  }