@entur/chip 0.8.3 → 0.8.4

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 chip components.
4
4
 
5
- > 💡 Looking for the [documentation](https://design.entur.no/komponenter/skjemaelementer/chip)?
5
+ > 💡 Looking for the [documentation](https://linje.entur.no/komponenter/skjemaelementer/chip)?
6
6
 
7
7
  ## Installation
8
8
 
@@ -14,4 +14,4 @@ yarn add @entur/chip
14
14
 
15
15
  ## Usage
16
16
 
17
- Please refer to the [documentation](https://design.entur.no/komponenter/skjemaelementer/chip) for usage information.
17
+ Please refer to the [documentation](https://linje.entur.no/komponenter/skjemaelementer/chip) for usage information.
package/dist/styles.css CHANGED
@@ -182,6 +182,7 @@
182
182
  :root {
183
183
  --basecolors-frame-contrast: #181c56;
184
184
  --basecolors-frame-contrastalt: #393d79;
185
+ --basecolors-frame-contrastalt-2: #292b6a;
185
186
  --basecolors-frame-default: #ffffff;
186
187
  --basecolors-frame-elevated: #ffffff;
187
188
  --basecolors-frame-elevatedalt: #f6f6f9;
@@ -247,6 +248,7 @@
247
248
  [data-color-mode=dark] {
248
249
  --basecolors-frame-contrast: #212233;
249
250
  --basecolors-frame-contrastalt: #141527;
251
+ --basecolors-frame-contrastalt-2: #08091c;
250
252
  --basecolors-frame-default: #08091c;
251
253
  --basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
252
254
  --basecolors-frame-elevatedalt: #464755;
@@ -570,6 +572,7 @@
570
572
  :root {
571
573
  --basecolors-frame-contrast: #181c56;
572
574
  --basecolors-frame-contrastalt: #393d79;
575
+ --basecolors-frame-contrastalt-2: #292b6a;
573
576
  --basecolors-frame-default: #ffffff;
574
577
  --basecolors-frame-elevated: #ffffff;
575
578
  --basecolors-frame-elevatedalt: #f6f6f9;
@@ -635,6 +638,7 @@
635
638
  [data-color-mode=dark] {
636
639
  --basecolors-frame-contrast: #212233;
637
640
  --basecolors-frame-contrastalt: #141527;
641
+ --basecolors-frame-contrastalt-2: #08091c;
638
642
  --basecolors-frame-default: #08091c;
639
643
  --basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
640
644
  --basecolors-frame-elevatedalt: #464755;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/chip",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/chip.esm.js",
@@ -27,15 +27,15 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/form": "^8.2.3",
31
- "@entur/icons": "^7.7.1",
32
- "@entur/loader": "^0.5.20",
33
- "@entur/tokens": "^3.18.0",
34
- "@entur/utils": "^0.12.2",
30
+ "@entur/form": "^8.2.4",
31
+ "@entur/icons": "^7.8.0",
32
+ "@entur/loader": "^0.5.21",
33
+ "@entur/tokens": "^3.19.0",
34
+ "@entur/utils": "^0.12.3",
35
35
  "classnames": "^2.3.1"
36
36
  },
37
37
  "devDependencies": {
38
38
  "dts-cli": "2.0.5"
39
39
  },
40
- "gitHead": "8ae7ed09699a63cc7e50d546d54750d8ec066c50"
40
+ "gitHead": "bfd8f62e4735cc13d55e50bc8747535d72aaf679"
41
41
  }