@entur/tooltip 5.2.3 → 5.2.5

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This package contains the tooltip component.
4
4
 
5
- > 💡 Looking for the [documentation](https://design.entur.no/komponenter/feedback/tooltip)?
5
+ > 💡 Looking for the [documentation](https://linje.entur.no/komponenter/feedback/tooltip)?
6
6
 
7
7
  ## Installation
8
8
 
@@ -14,4 +14,4 @@ yarn add @entur/tooltip
14
14
 
15
15
  ## Usage
16
16
 
17
- Please refer to the [documentation](https://design.entur.no/komponenter/feedback/tooltip) for usage information.
17
+ Please refer to the [documentation](https://linje.entur.no/komponenter/feedback/tooltip) for usage information.
package/dist/styles.css CHANGED
@@ -897,6 +897,7 @@ a.eds-button .eds-icon {
897
897
  :root {
898
898
  --basecolors-frame-contrast: #181c56;
899
899
  --basecolors-frame-contrastalt: #393d79;
900
+ --basecolors-frame-contrastalt-2: #292b6a;
900
901
  --basecolors-frame-default: #ffffff;
901
902
  --basecolors-frame-elevated: #ffffff;
902
903
  --basecolors-frame-elevatedalt: #f6f6f9;
@@ -962,6 +963,7 @@ a.eds-button .eds-icon {
962
963
  [data-color-mode=dark] {
963
964
  --basecolors-frame-contrast: #212233;
964
965
  --basecolors-frame-contrastalt: #141527;
966
+ --basecolors-frame-contrastalt-2: #08091c;
965
967
  --basecolors-frame-default: #08091c;
966
968
  --basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
967
969
  --basecolors-frame-elevatedalt: #464755;
@@ -1214,6 +1216,7 @@ a.eds-button .eds-icon {
1214
1216
  :root {
1215
1217
  --basecolors-frame-contrast: #181c56;
1216
1218
  --basecolors-frame-contrastalt: #393d79;
1219
+ --basecolors-frame-contrastalt-2: #292b6a;
1217
1220
  --basecolors-frame-default: #ffffff;
1218
1221
  --basecolors-frame-elevated: #ffffff;
1219
1222
  --basecolors-frame-elevatedalt: #f6f6f9;
@@ -1279,6 +1282,7 @@ a.eds-button .eds-icon {
1279
1282
  [data-color-mode=dark] {
1280
1283
  --basecolors-frame-contrast: #212233;
1281
1284
  --basecolors-frame-contrastalt: #141527;
1285
+ --basecolors-frame-contrastalt-2: #08091c;
1282
1286
  --basecolors-frame-default: #08091c;
1283
1287
  --basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
1284
1288
  --basecolors-frame-elevatedalt: #464755;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/tooltip",
3
- "version": "5.2.3",
3
+ "version": "5.2.5",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/tooltip.esm.js",
@@ -27,11 +27,11 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/button": "^3.3.3",
31
- "@entur/icons": "^7.7.1",
32
- "@entur/layout": "^3.0.0",
33
- "@entur/tokens": "^3.18.0",
34
- "@entur/utils": "^0.12.2",
30
+ "@entur/button": "^3.3.5",
31
+ "@entur/icons": "^7.9.0",
32
+ "@entur/layout": "^3.1.1",
33
+ "@entur/tokens": "^3.19.0",
34
+ "@entur/utils": "^0.12.3",
35
35
  "@floating-ui/react": "^0.26.24",
36
36
  "@floating-ui/react-dom": "^2.1.0",
37
37
  "classnames": "^2.3.1"
@@ -39,5 +39,5 @@
39
39
  "devDependencies": {
40
40
  "dts-cli": "2.0.5"
41
41
  },
42
- "gitHead": "8ae7ed09699a63cc7e50d546d54750d8ec066c50"
42
+ "gitHead": "e59bee5bf5aa6ab864c96be6cf4979feab287c61"
43
43
  }