@entur/chip 0.10.1-beta-automat.0 → 0.10.2-beta-automat.0

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 +4 -0
  2. package/package.json +7 -7
package/dist/styles.css CHANGED
@@ -186,6 +186,7 @@
186
186
  --basecolors-text-disabled:#6e6f73;
187
187
  --basecolors-text-disabledalt:#b6b8ba;
188
188
  --basecolors-text-highlight:#ff5959;
189
+ --basecolors-text-highlightalt:#ffbf9e;
189
190
  --basecolors-text-light:#ffffff;
190
191
  --basecolors-text-subdued:#626493;
191
192
  --basecolors-text-subduedalt:#d9dae8;
@@ -252,6 +253,7 @@
252
253
  --basecolors-text-disabled:#b6b8ba;
253
254
  --basecolors-text-disabledalt:#b6b8ba;
254
255
  --basecolors-text-highlight:#ff9494;
256
+ --basecolors-text-highlightalt:#ffbf9e;
255
257
  --basecolors-text-light:#e5e5e9;
256
258
  --basecolors-text-subdued:#b3b4bd;
257
259
  --basecolors-text-subduedalt:#b3b4bd;
@@ -576,6 +578,7 @@
576
578
  --basecolors-text-disabled:#6e6f73;
577
579
  --basecolors-text-disabledalt:#b6b8ba;
578
580
  --basecolors-text-highlight:#ff5959;
581
+ --basecolors-text-highlightalt:#ffbf9e;
579
582
  --basecolors-text-light:#ffffff;
580
583
  --basecolors-text-subdued:#626493;
581
584
  --basecolors-text-subduedalt:#d9dae8;
@@ -642,6 +645,7 @@
642
645
  --basecolors-text-disabled:#b6b8ba;
643
646
  --basecolors-text-disabledalt:#b6b8ba;
644
647
  --basecolors-text-highlight:#ff9494;
648
+ --basecolors-text-highlightalt:#ffbf9e;
645
649
  --basecolors-text-light:#e5e5e9;
646
650
  --basecolors-text-subdued:#b3b4bd;
647
651
  --basecolors-text-subduedalt:#b3b4bd;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/chip",
3
- "version": "0.10.1-beta-automat.0",
3
+ "version": "0.10.2-beta-automat.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/chip.cjs.js",
6
6
  "module": "dist/chip.esm.js",
@@ -27,11 +27,11 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/form": "^9.2.1-beta-automat.0",
31
- "@entur/icons": "^8.3.2-beta-automat.0",
32
- "@entur/loader": "^0.6.1-beta-automat.0",
33
- "@entur/tokens": "^3.21.1-beta-automat.0",
34
- "@entur/utils": "^0.12.6-beta-automat.0",
30
+ "@entur/form": "^9.2.2-beta-automat.0",
31
+ "@entur/icons": "^8.4.1-beta-automat.0",
32
+ "@entur/loader": "^0.6.2-beta-automat.0",
33
+ "@entur/tokens": "^3.22.0-beta-automat.0",
34
+ "@entur/utils": "^0.13.1",
35
35
  "classnames": "^2.5.1"
36
36
  },
37
37
  "devDependencies": {
@@ -47,5 +47,5 @@
47
47
  "vite": "^7.1.3",
48
48
  "vite-plugin-dts": "^4.5.4"
49
49
  },
50
- "gitHead": "1297095691a8ddb2ff2de8889a83a6d80a17322f"
50
+ "gitHead": "7d0d14cd6fd5cf4b7ef3c2a3aa7e3536ac51900d"
51
51
  }