@entur/modal 1.7.63 → 1.7.65

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 different Modal components.
4
4
 
5
- > 💡 Looking for the [documentation](https://design.entur.no/komponenter/layout-og-flater/modal)?
5
+ > 💡 Looking for the [documentation](https://linje.entur.no/komponenter/layout-og-flater/modal)?
6
6
 
7
7
  ## Installation
8
8
 
@@ -14,4 +14,4 @@ yarn add @entur/modal
14
14
 
15
15
  ## Usage
16
16
 
17
- Please refer to the [documentation](https://design.entur.no/komponenter/layout-og-flater/modal) for usage information.
17
+ Please refer to the [documentation](https://linje.entur.no/komponenter/layout-og-flater/modal) for usage information.
package/dist/styles.css CHANGED
@@ -189,6 +189,7 @@
189
189
  :root {
190
190
  --basecolors-frame-contrast: #181c56;
191
191
  --basecolors-frame-contrastalt: #393d79;
192
+ --basecolors-frame-contrastalt-2: #292b6a;
192
193
  --basecolors-frame-default: #ffffff;
193
194
  --basecolors-frame-elevated: #ffffff;
194
195
  --basecolors-frame-elevatedalt: #f6f6f9;
@@ -254,6 +255,7 @@
254
255
  [data-color-mode=dark] {
255
256
  --basecolors-frame-contrast: #212233;
256
257
  --basecolors-frame-contrastalt: #141527;
258
+ --basecolors-frame-contrastalt-2: #08091c;
257
259
  --basecolors-frame-default: #08091c;
258
260
  --basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
259
261
  --basecolors-frame-elevatedalt: #464755;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/modal",
3
- "version": "1.7.63",
3
+ "version": "1.7.65",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/modal.esm.js",
@@ -27,13 +27,13 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/a11y": "^0.2.97",
31
- "@entur/button": "^3.3.3",
32
- "@entur/icons": "^7.7.1",
33
- "@entur/layout": "^3.0.0",
34
- "@entur/tokens": "^3.18.0",
35
- "@entur/typography": "^1.9.3",
36
- "@entur/utils": "^0.12.2",
30
+ "@entur/a11y": "^0.2.98",
31
+ "@entur/button": "^3.3.5",
32
+ "@entur/icons": "^7.9.0",
33
+ "@entur/layout": "^3.1.1",
34
+ "@entur/tokens": "^3.19.0",
35
+ "@entur/typography": "^1.9.5",
36
+ "@entur/utils": "^0.12.3",
37
37
  "@reach/dialog": "^0.16.0",
38
38
  "classnames": "^2.3.1",
39
39
  "react-focus-lock": "^2.9.1"
@@ -41,5 +41,5 @@
41
41
  "devDependencies": {
42
42
  "dts-cli": "2.0.5"
43
43
  },
44
- "gitHead": "8ae7ed09699a63cc7e50d546d54750d8ec066c50"
44
+ "gitHead": "e59bee5bf5aa6ab864c96be6cf4979feab287c61"
45
45
  }