@entur/tooltip 2.7.7 → 2.7.8

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 +5 -5
package/dist/styles.css CHANGED
@@ -142,6 +142,31 @@
142
142
  }
143
143
  /* DO NOT CHANGE!*/
144
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.0625rem;
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. */
145
170
  /* DO NOT CHANGE!*/
146
171
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
147
172
  /* DO NOT CHANGE!*/
@@ -339,28 +364,3 @@
339
364
  :root {
340
365
  --eds-tooltip: 1;
341
366
  }
342
- /* DO NOT CHANGE!*/
343
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
344
- .eds-popover {
345
- background: var(--components-tooltip-popover-standard-fill);
346
- box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
347
- border-radius: 0.0625rem;
348
- border: 0.0625rem solid var(--components-tooltip-popover-standard-border);
349
- font-family: inherit;
350
- z-index: 20;
351
- }
352
- .eds-contrast .eds-popover {
353
- background: var(--components-tooltip-popover-contrast-fill);
354
- box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
355
- }
356
- .eds-popover--hidden {
357
- display: none;
358
- }
359
- .eds-popover:focus {
360
- outline: 2px solid #181c56;
361
- outline-color: var(--basecolors-stroke-focus-standard);
362
- outline-offset: 0.125rem;
363
- }
364
- .eds-contrast .eds-popover:focus {
365
- outline-color: var(--basecolors-stroke-focus-contrast);
366
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/tooltip",
3
- "version": "2.7.7",
3
+ "version": "2.7.8",
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.23",
31
- "@entur/icons": "^6.16.2",
32
- "@entur/layout": "^2.3.7",
30
+ "@entur/button": "^3.2.24",
31
+ "@entur/icons": "^6.17.0",
32
+ "@entur/layout": "^2.3.8",
33
33
  "@entur/tokens": "^3.15.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": "93e3d6a7a2abd4dd20e09b6b631591a4f1bd10d2"
39
+ "gitHead": "74491efb25596a135f38b50d15305803afe963ae"
40
40
  }