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