@entur/menu 5.3.1 → 5.3.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 +2 -0
  2. package/package.json +10 -10
package/dist/styles.css CHANGED
@@ -318,6 +318,7 @@
318
318
  --basecolors-text-disabled:#6e6f73;
319
319
  --basecolors-text-disabledalt:#b6b8ba;
320
320
  --basecolors-text-highlight:#ff5959;
321
+ --basecolors-text-highlightalt:#ffbf9e;
321
322
  --basecolors-text-light:#ffffff;
322
323
  --basecolors-text-subdued:#626493;
323
324
  --basecolors-text-subduedalt:#d9dae8;
@@ -384,6 +385,7 @@
384
385
  --basecolors-text-disabled:#b6b8ba;
385
386
  --basecolors-text-disabledalt:#b6b8ba;
386
387
  --basecolors-text-highlight:#ff9494;
388
+ --basecolors-text-highlightalt:#ffbf9e;
387
389
  --basecolors-text-light:#e5e5e9;
388
390
  --basecolors-text-subdued:#b3b4bd;
389
391
  --basecolors-text-subduedalt:#b3b4bd;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/menu",
3
- "version": "5.3.1",
3
+ "version": "5.3.2-beta-automat.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/menu.cjs.js",
6
6
  "module": "dist/menu.esm.js",
@@ -27,14 +27,14 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/a11y": "^0.2.104",
31
- "@entur/button": "^3.4.1",
32
- "@entur/expand": "^3.7.1",
33
- "@entur/icons": "^8.4.0",
34
- "@entur/layout": "^3.3.1",
35
- "@entur/tokens": "^3.21.1",
36
- "@entur/tooltip": "^5.3.1",
37
- "@entur/typography": "^2.1.1",
30
+ "@entur/a11y": "^0.2.105-beta-automat.0",
31
+ "@entur/button": "^4.0.0-beta-automat.0",
32
+ "@entur/expand": "^3.7.2-beta-automat.0",
33
+ "@entur/icons": "^8.4.1-beta-automat.0",
34
+ "@entur/layout": "^3.3.2-beta-automat.0",
35
+ "@entur/tokens": "^3.22.0-beta-automat.0",
36
+ "@entur/tooltip": "^5.3.2-beta-automat.0",
37
+ "@entur/typography": "^2.1.2-beta-automat.0",
38
38
  "@entur/utils": "^0.13.1",
39
39
  "@floating-ui/react": "^0.26.28",
40
40
  "classnames": "^2.5.1"
@@ -52,5 +52,5 @@
52
52
  "vite": "^7.1.3",
53
53
  "vite-plugin-dts": "^4.5.4"
54
54
  },
55
- "gitHead": "fc1996af692ebbe6c00454abf846cf61e0fe6231"
55
+ "gitHead": "7d0d14cd6fd5cf4b7ef3c2a3aa7e3536ac51900d"
56
56
  }