@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.
@@ -1342,6 +1342,14 @@ var componentColors = {
1342
1342
  "text": "#181c56"
1343
1343
  }
1344
1344
  },
1345
+ "spinner": {
1346
+ "contrast": {
1347
+ "fill": "#ffffff"
1348
+ },
1349
+ "standard": {
1350
+ "fill": "#181c56"
1351
+ }
1352
+ },
1345
1353
  "skeleton": {
1346
1354
  "contrast": {
1347
1355
  "fill": "#292b6a",
@@ -2733,6 +2741,14 @@ var componentColors = {
2733
2741
  "text": "#e5e5e9"
2734
2742
  }
2735
2743
  },
2744
+ "spinner": {
2745
+ "contrast": {
2746
+ "fill": "#e5e5e9"
2747
+ },
2748
+ "standard": {
2749
+ "fill": "#e5e5e9"
2750
+ }
2751
+ },
2736
2752
  "skeleton": {
2737
2753
  "contrast": {
2738
2754
  "fill": "#2d2e3e",