@entur/tokens 3.14.0 → 3.15.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/componentColors.d.ts +16 -0
- package/dist/tokens.cjs.development.js +16 -0
- 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 +16 -0
- package/dist/tokens.esm.js.map +1 -1
- package/package.json +2 -2
|
@@ -690,6 +690,14 @@ export declare const componentColors: {
|
|
|
690
690
|
text: string;
|
|
691
691
|
};
|
|
692
692
|
};
|
|
693
|
+
spinner: {
|
|
694
|
+
contrast: {
|
|
695
|
+
fill: string;
|
|
696
|
+
};
|
|
697
|
+
standard: {
|
|
698
|
+
fill: string;
|
|
699
|
+
};
|
|
700
|
+
};
|
|
693
701
|
skeleton: {
|
|
694
702
|
contrast: {
|
|
695
703
|
fill: string;
|
|
@@ -2081,6 +2089,14 @@ export declare const componentColors: {
|
|
|
2081
2089
|
text: string;
|
|
2082
2090
|
};
|
|
2083
2091
|
};
|
|
2092
|
+
spinner: {
|
|
2093
|
+
contrast: {
|
|
2094
|
+
fill: string;
|
|
2095
|
+
};
|
|
2096
|
+
standard: {
|
|
2097
|
+
fill: string;
|
|
2098
|
+
};
|
|
2099
|
+
};
|
|
2084
2100
|
skeleton: {
|
|
2085
2101
|
contrast: {
|
|
2086
2102
|
fill: string;
|
|
@@ -1346,6 +1346,14 @@ var componentColors = {
|
|
|
1346
1346
|
"text": "#181c56"
|
|
1347
1347
|
}
|
|
1348
1348
|
},
|
|
1349
|
+
"spinner": {
|
|
1350
|
+
"contrast": {
|
|
1351
|
+
"fill": "#ffffff"
|
|
1352
|
+
},
|
|
1353
|
+
"standard": {
|
|
1354
|
+
"fill": "#181c56"
|
|
1355
|
+
}
|
|
1356
|
+
},
|
|
1349
1357
|
"skeleton": {
|
|
1350
1358
|
"contrast": {
|
|
1351
1359
|
"fill": "#292b6a",
|
|
@@ -2737,6 +2745,14 @@ var componentColors = {
|
|
|
2737
2745
|
"text": "#e5e5e9"
|
|
2738
2746
|
}
|
|
2739
2747
|
},
|
|
2748
|
+
"spinner": {
|
|
2749
|
+
"contrast": {
|
|
2750
|
+
"fill": "#e5e5e9"
|
|
2751
|
+
},
|
|
2752
|
+
"standard": {
|
|
2753
|
+
"fill": "#e5e5e9"
|
|
2754
|
+
}
|
|
2755
|
+
},
|
|
2740
2756
|
"skeleton": {
|
|
2741
2757
|
"contrast": {
|
|
2742
2758
|
"fill": "#2d2e3e",
|