@entur/layout 3.3.2-beta-automat.0 → 3.3.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.
- package/dist/styles.css +0 -2
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -372,7 +372,6 @@
|
|
|
372
372
|
--basecolors-text-disabled:#6e6f73;
|
|
373
373
|
--basecolors-text-disabledalt:#b6b8ba;
|
|
374
374
|
--basecolors-text-highlight:#ff5959;
|
|
375
|
-
--basecolors-text-highlightalt:#ffbf9e;
|
|
376
375
|
--basecolors-text-light:#ffffff;
|
|
377
376
|
--basecolors-text-subdued:#626493;
|
|
378
377
|
--basecolors-text-subduedalt:#d9dae8;
|
|
@@ -439,7 +438,6 @@
|
|
|
439
438
|
--basecolors-text-disabled:#b6b8ba;
|
|
440
439
|
--basecolors-text-disabledalt:#b6b8ba;
|
|
441
440
|
--basecolors-text-highlight:#ff9494;
|
|
442
|
-
--basecolors-text-highlightalt:#ffbf9e;
|
|
443
441
|
--basecolors-text-light:#e5e5e9;
|
|
444
442
|
--basecolors-text-subdued:#b3b4bd;
|
|
445
443
|
--basecolors-text-subduedalt:#b3b4bd;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/layout",
|
|
3
|
-
"version": "3.3.2-beta
|
|
3
|
+
"version": "3.3.2-beta.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/layout.cjs.js",
|
|
6
6
|
"module": "dist/layout.esm.js",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/icons": "^8.4.1-beta
|
|
31
|
-
"@entur/tokens": "^3.
|
|
32
|
-
"@entur/typography": "^2.1.2-beta
|
|
30
|
+
"@entur/icons": "^8.4.1-beta.0",
|
|
31
|
+
"@entur/tokens": "^3.21.1",
|
|
32
|
+
"@entur/typography": "^2.1.2-beta.0",
|
|
33
33
|
"@entur/utils": "^0.13.1",
|
|
34
34
|
"classnames": "^2.5.1"
|
|
35
35
|
},
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"vite": "^7.1.3",
|
|
47
47
|
"vite-plugin-dts": "^4.5.4"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "bb439f99d29ac82cfa40794f882839e0c6162f8a"
|
|
50
50
|
}
|