@entur/tooltip 5.2.7 → 5.2.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 +22 -22
  2. package/package.json +5 -5
package/dist/styles.css CHANGED
@@ -1127,28 +1127,6 @@ a.eds-button .eds-icon {
1127
1127
  }
1128
1128
  /* DO NOT CHANGE!*/
1129
1129
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
1130
- .eds-popover {
1131
- background: var(--components-tooltip-popover-standard-fill);
1132
- box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
1133
- border-radius: 0.25rem;
1134
- border: 0.0625rem solid var(--components-tooltip-popover-standard-border);
1135
- font-family: inherit;
1136
- z-index: 20;
1137
- }
1138
- .eds-contrast .eds-popover {
1139
- background: var(--components-tooltip-popover-contrast-fill);
1140
- box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
1141
- }
1142
- .eds-popover:focus-visible {
1143
- outline: 2px solid #181c56;
1144
- outline-color: var(--basecolors-stroke-focus-standard);
1145
- outline-offset: 0.125rem;
1146
- }
1147
- .eds-contrast .eds-popover:focus-visible {
1148
- outline-color: var(--basecolors-stroke-focus-contrast);
1149
- }
1150
- /* DO NOT CHANGE!*/
1151
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
1152
1130
  /* DO NOT CHANGE!*/
1153
1131
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
1154
1132
  /* DO NOT CHANGE!*/
@@ -1348,3 +1326,25 @@ a.eds-button .eds-icon {
1348
1326
  :root {
1349
1327
  --eds-tooltip: 1;
1350
1328
  }
1329
+ /* DO NOT CHANGE!*/
1330
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
1331
+ .eds-popover {
1332
+ background: var(--components-tooltip-popover-standard-fill);
1333
+ box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
1334
+ border-radius: 0.25rem;
1335
+ border: 0.0625rem solid var(--components-tooltip-popover-standard-border);
1336
+ font-family: inherit;
1337
+ z-index: 20;
1338
+ }
1339
+ .eds-contrast .eds-popover {
1340
+ background: var(--components-tooltip-popover-contrast-fill);
1341
+ box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
1342
+ }
1343
+ .eds-popover:focus-visible {
1344
+ outline: 2px solid #181c56;
1345
+ outline-color: var(--basecolors-stroke-focus-standard);
1346
+ outline-offset: 0.125rem;
1347
+ }
1348
+ .eds-contrast .eds-popover:focus-visible {
1349
+ outline-color: var(--basecolors-stroke-focus-contrast);
1350
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/tooltip",
3
- "version": "5.2.7",
3
+ "version": "5.2.8",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/tooltip.esm.js",
@@ -27,9 +27,9 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/button": "^3.3.7",
31
- "@entur/icons": "^7.11.0",
32
- "@entur/layout": "^3.1.3",
30
+ "@entur/button": "^3.3.8",
31
+ "@entur/icons": "^7.11.1",
32
+ "@entur/layout": "^3.1.4",
33
33
  "@entur/tokens": "^3.19.0",
34
34
  "@entur/utils": "^0.12.3",
35
35
  "@floating-ui/react": "^0.26.24",
@@ -39,5 +39,5 @@
39
39
  "devDependencies": {
40
40
  "dts-cli": "2.0.5"
41
41
  },
42
- "gitHead": "ccdbbec971e0336510c047873a1e63cc31aa850e"
42
+ "gitHead": "af6fc58f70a8e98b774cd4c19478392c802b071f"
43
43
  }