@entur/form 9.2.1 → 9.2.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
@@ -535,6 +535,7 @@
535
535
  --basecolors-text-disabled:#6e6f73;
536
536
  --basecolors-text-disabledalt:#b6b8ba;
537
537
  --basecolors-text-highlight:#ff5959;
538
+ --basecolors-text-highlightalt:#ffbf9e;
538
539
  --basecolors-text-light:#ffffff;
539
540
  --basecolors-text-subdued:#626493;
540
541
  --basecolors-text-subduedalt:#d9dae8;
@@ -601,6 +602,7 @@
601
602
  --basecolors-text-disabled:#b6b8ba;
602
603
  --basecolors-text-disabledalt:#b6b8ba;
603
604
  --basecolors-text-highlight:#ff9494;
605
+ --basecolors-text-highlightalt:#ffbf9e;
604
606
  --basecolors-text-light:#e5e5e9;
605
607
  --basecolors-text-subdued:#b3b4bd;
606
608
  --basecolors-text-subduedalt:#b3b4bd;
@@ -1979,6 +1981,7 @@
1979
1981
  --basecolors-text-disabled:#6e6f73;
1980
1982
  --basecolors-text-disabledalt:#b6b8ba;
1981
1983
  --basecolors-text-highlight:#ff5959;
1984
+ --basecolors-text-highlightalt:#ffbf9e;
1982
1985
  --basecolors-text-light:#ffffff;
1983
1986
  --basecolors-text-subdued:#626493;
1984
1987
  --basecolors-text-subduedalt:#d9dae8;
@@ -2045,6 +2048,7 @@
2045
2048
  --basecolors-text-disabled:#b6b8ba;
2046
2049
  --basecolors-text-disabledalt:#b6b8ba;
2047
2050
  --basecolors-text-highlight:#ff9494;
2051
+ --basecolors-text-highlightalt:#ffbf9e;
2048
2052
  --basecolors-text-light:#e5e5e9;
2049
2053
  --basecolors-text-subdued:#b3b4bd;
2050
2054
  --basecolors-text-subduedalt:#b3b4bd;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/form",
3
- "version": "9.2.1",
3
+ "version": "9.2.2-beta-automat.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/form.cjs.js",
6
6
  "module": "dist/form.esm.js",
@@ -27,11 +27,11 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/button": "^3.4.1",
31
- "@entur/icons": "^8.4.0",
32
- "@entur/tokens": "^3.21.1",
33
- "@entur/tooltip": "^5.3.1",
34
- "@entur/typography": "^2.1.1",
30
+ "@entur/button": "^4.0.0-beta-automat.0",
31
+ "@entur/icons": "^8.4.1-beta-automat.0",
32
+ "@entur/tokens": "^3.22.0-beta-automat.0",
33
+ "@entur/tooltip": "^5.3.2-beta-automat.0",
34
+ "@entur/typography": "^2.1.2-beta-automat.0",
35
35
  "@entur/utils": "^0.13.1",
36
36
  "classnames": "^2.5.1"
37
37
  },
@@ -48,5 +48,5 @@
48
48
  "vite": "^7.1.3",
49
49
  "vite-plugin-dts": "^4.5.4"
50
50
  },
51
- "gitHead": "fc1996af692ebbe6c00454abf846cf61e0fe6231"
51
+ "gitHead": "7d0d14cd6fd5cf4b7ef3c2a3aa7e3536ac51900d"
52
52
  }