@entur/expand 3.6.3 → 3.6.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 different Expand components.
4
4
 
5
- > 💡 Looking for the [documentation](https://design.entur.no/komponenter/layout-og-flater/expandable)?
5
+ > 💡 Looking for the [documentation](https://linje.entur.no/komponenter/layout-og-flater/expandable)?
6
6
 
7
7
  ## Installation
8
8
 
@@ -14,4 +14,4 @@ yarn add @entur/expand
14
14
 
15
15
  ## Usage
16
16
 
17
- Please refer to the [documentation](https://design.entur.no/komponenter/layout-og-flater/expandable) for usage information.
17
+ Please refer to the [documentation](https://linje.entur.no/komponenter/layout-og-flater/expandable) for usage information.
package/dist/styles.css CHANGED
@@ -138,6 +138,7 @@
138
138
  :root {
139
139
  --basecolors-frame-contrast: #181c56;
140
140
  --basecolors-frame-contrastalt: #393d79;
141
+ --basecolors-frame-contrastalt-2: #292b6a;
141
142
  --basecolors-frame-default: #ffffff;
142
143
  --basecolors-frame-elevated: #ffffff;
143
144
  --basecolors-frame-elevatedalt: #f6f6f9;
@@ -203,6 +204,7 @@
203
204
  [data-color-mode=dark] {
204
205
  --basecolors-frame-contrast: #212233;
205
206
  --basecolors-frame-contrastalt: #141527;
207
+ --basecolors-frame-contrastalt-2: #08091c;
206
208
  --basecolors-frame-default: #08091c;
207
209
  --basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
208
210
  --basecolors-frame-elevatedalt: #464755;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/expand",
3
- "version": "3.6.3",
3
+ "version": "3.6.5",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/expand.esm.js",
@@ -27,10 +27,10 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/icons": "^7.7.1",
31
- "@entur/tokens": "^3.18.0",
32
- "@entur/typography": "^1.9.3",
33
- "@entur/utils": "^0.12.2",
30
+ "@entur/icons": "^7.9.0",
31
+ "@entur/tokens": "^3.19.0",
32
+ "@entur/typography": "^1.9.5",
33
+ "@entur/utils": "^0.12.3",
34
34
  "classnames": "^2.3.1",
35
35
  "react-collapse": "^5.1.1"
36
36
  },
@@ -38,5 +38,5 @@
38
38
  "@types/react-collapse": "5.0.4",
39
39
  "dts-cli": "2.0.5"
40
40
  },
41
- "gitHead": "8ae7ed09699a63cc7e50d546d54750d8ec066c50"
41
+ "gitHead": "e59bee5bf5aa6ab864c96be6cf4979feab287c61"
42
42
  }