@entur/tooltip 3.0.0 → 3.0.1

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 +25 -25
  2. package/package.json +6 -6
package/dist/styles.css CHANGED
@@ -1,30 +1,5 @@
1
1
  /* DO NOT CHANGE!*/
2
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
- .eds-popover {
4
- background: var(--components-tooltip-popover-standard-fill);
5
- box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
6
- border-radius: 0.25rem;
7
- border: 0.0625rem solid var(--components-tooltip-popover-standard-border);
8
- font-family: inherit;
9
- z-index: 20;
10
- }
11
- .eds-contrast .eds-popover {
12
- background: var(--components-tooltip-popover-contrast-fill);
13
- box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
14
- }
15
- .eds-popover--hidden {
16
- display: none;
17
- }
18
- .eds-popover:focus {
19
- outline: 2px solid #181c56;
20
- outline-color: var(--basecolors-stroke-focus-standard);
21
- outline-offset: 0.125rem;
22
- }
23
- .eds-contrast .eds-popover:focus {
24
- outline-color: var(--basecolors-stroke-focus-contrast);
25
- }
26
- /* DO NOT CHANGE!*/
27
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
28
3
  .eds-tooltip-wrapper {
29
4
  display: inline-block;
30
5
  position: relative;
@@ -167,6 +142,31 @@
167
142
  }
168
143
  /* DO NOT CHANGE!*/
169
144
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
145
+ .eds-popover {
146
+ background: var(--components-tooltip-popover-standard-fill);
147
+ box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
148
+ border-radius: 0.25rem;
149
+ border: 0.0625rem solid var(--components-tooltip-popover-standard-border);
150
+ font-family: inherit;
151
+ z-index: 20;
152
+ }
153
+ .eds-contrast .eds-popover {
154
+ background: var(--components-tooltip-popover-contrast-fill);
155
+ box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
156
+ }
157
+ .eds-popover--hidden {
158
+ display: none;
159
+ }
160
+ .eds-popover:focus {
161
+ outline: 2px solid #181c56;
162
+ outline-color: var(--basecolors-stroke-focus-standard);
163
+ outline-offset: 0.125rem;
164
+ }
165
+ .eds-contrast .eds-popover:focus {
166
+ outline-color: var(--basecolors-stroke-focus-contrast);
167
+ }
168
+ /* DO NOT CHANGE!*/
169
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
170
170
  /* DO NOT CHANGE!*/
171
171
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
172
172
  /* DO NOT CHANGE!*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/tooltip",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
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.28",
31
- "@entur/icons": "^7.0.0",
32
- "@entur/layout": "^2.3.12",
33
- "@entur/tokens": "^3.15.2",
30
+ "@entur/button": "^3.2.29",
31
+ "@entur/icons": "^7.1.0",
32
+ "@entur/layout": "^2.3.13",
33
+ "@entur/tokens": "^3.16.0",
34
34
  "@entur/utils": "^0.11.1",
35
35
  "@popperjs/core": "^2.10.1",
36
36
  "classnames": "^2.3.1",
37
37
  "react-popper": "~2.2.5"
38
38
  },
39
- "gitHead": "cff2157007648ca73944d215e9f3f03160c96f13"
39
+ "gitHead": "0003528fef45ca9117e13c3282804da3f0cdea2f"
40
40
  }