@entur/tokens 3.17.0 → 3.17.1
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/componentColors.d.ts +4 -4
- package/dist/tokens.cjs.development.js +8 -8
- package/dist/tokens.cjs.development.js.map +1 -1
- package/dist/tokens.cjs.production.min.js +1 -1
- package/dist/tokens.cjs.production.min.js.map +1 -1
- package/dist/tokens.esm.js +8 -8
- package/dist/tokens.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/tokens.esm.js
CHANGED
|
@@ -1139,7 +1139,8 @@ var componentColors = {
|
|
|
1139
1139
|
"baseMenu": {
|
|
1140
1140
|
"border": "#8284ab",
|
|
1141
1141
|
"fillDefault": "#f2f5f7",
|
|
1142
|
-
"fillHover": "#
|
|
1142
|
+
"fillHover": "#d9ddf2",
|
|
1143
|
+
"fillSelected": "#aeb7e2",
|
|
1143
1144
|
"icon": "#181c56",
|
|
1144
1145
|
"iconDisabled": "#6e6f73",
|
|
1145
1146
|
"text": "#181c56",
|
|
@@ -1417,14 +1418,13 @@ var componentColors = {
|
|
|
1417
1418
|
},
|
|
1418
1419
|
"overflowMenu": {
|
|
1419
1420
|
"border": "#8284ab",
|
|
1421
|
+
"fillActive": "#aeb7e2",
|
|
1420
1422
|
"fillDefault": "#f2f5f7",
|
|
1421
|
-
"fillHover": "#
|
|
1422
|
-
"fillSelected": "#181c56",
|
|
1423
|
+
"fillHover": "#d9ddf2",
|
|
1423
1424
|
"icon": "#181c56",
|
|
1424
1425
|
"iconDisabled": "#6e6f73",
|
|
1425
1426
|
"text": "#181c56",
|
|
1426
|
-
"textDisabled": "#6e6f73"
|
|
1427
|
-
"textSelected": "#ffffff"
|
|
1427
|
+
"textDisabled": "#6e6f73"
|
|
1428
1428
|
},
|
|
1429
1429
|
"pagination": {
|
|
1430
1430
|
"contrast": {
|
|
@@ -2561,6 +2561,7 @@ var componentColors = {
|
|
|
2561
2561
|
"border": "#ffffff00",
|
|
2562
2562
|
"fillDefault": "#464755",
|
|
2563
2563
|
"fillHover": "#626493",
|
|
2564
|
+
"fillSelected": "#8794d4",
|
|
2564
2565
|
"icon": "#e5e5e9",
|
|
2565
2566
|
"iconDisabled": "#949699",
|
|
2566
2567
|
"text": "#e5e5e9",
|
|
@@ -2838,14 +2839,13 @@ var componentColors = {
|
|
|
2838
2839
|
},
|
|
2839
2840
|
"overflowMenu": {
|
|
2840
2841
|
"border": "#ffffff00",
|
|
2842
|
+
"fillActive": "#8794d4",
|
|
2841
2843
|
"fillDefault": "#464755",
|
|
2842
2844
|
"fillHover": "#626493",
|
|
2843
|
-
"fillSelected": "#8794d4",
|
|
2844
2845
|
"icon": "#e5e5e9",
|
|
2845
2846
|
"iconDisabled": "#949699",
|
|
2846
2847
|
"text": "#e5e5e9",
|
|
2847
|
-
"textDisabled": "#949699"
|
|
2848
|
-
"textSelected": "#181c56"
|
|
2848
|
+
"textDisabled": "#949699"
|
|
2849
2849
|
},
|
|
2850
2850
|
"pagination": {
|
|
2851
2851
|
"contrast": {
|