@cds/core 6.4.3 → 6.4.5

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.
@@ -80,8 +80,8 @@
80
80
  <color name="globalColorRed600">#ff4d2e</color>
81
81
  <color name="globalColorRed700">#e02200</color>
82
82
  <color name="globalColorRed800">#c21d00</color>
83
- <color name="globalColorRed900">#8f1500</color>
84
- <color name="globalColorRed1000">#701100</color>
83
+ <color name="globalColorRed900">#701100</color>
84
+ <color name="globalColorRed1000">#302827</color>
85
85
  <color name="globalColorOchre50">#fff9eb</color>
86
86
  <color name="globalColorOchre100">#fff2d6</color>
87
87
  <color name="globalColorOchre200">#ffe8b8</color>
@@ -147,7 +147,7 @@
147
147
  <color name="globalColorYellow700">#bd7e00</color>
148
148
  <color name="globalColorYellow800">#855800</color>
149
149
  <color name="globalColorYellow900">#5c3d00</color>
150
- <color name="globalColorYellow1000">#422c00</color>
150
+ <color name="globalColorYellow1000">#2f2818</color>
151
151
  <color name="globalColorLime50">#fcffe0</color>
152
152
  <color name="globalColorLime100">#f5fdaa</color>
153
153
  <color name="globalColorLime200">#e7f471</color>
@@ -297,8 +297,8 @@
297
297
  <property name="globalTypographyTopGapHeight">0.1475em</property>
298
298
  <property name="globalTypographyAscenderHeight">0.1703em</property>
299
299
  <property name="globalTypographyXHeight">0.517em</property>
300
- <color name="globalTypographyLinkColor" alias="globalColorBlue800">#00608a</color>
301
- <color name="globalTypographyLinkColorHover" alias="globalColorBlue900">#004b6b</color>
300
+ <color name="globalTypographyLinkColor" alias="globalColorBlue700">#0079ad</color>
301
+ <color name="globalTypographyLinkColorHover" alias="globalColorBlue800">#00608a</color>
302
302
  <color name="globalTypographyLinkColorVisited" alias="globalColorLavender600">#3b40ce</color>
303
303
  <color name="globalTypographyLinkColorVisitedHover" alias="globalColorLavender700">#2429c2</color>
304
304
  <property name="globalTypographyBodyFontSize">14</property>
@@ -381,7 +381,7 @@
381
381
  <color name="aliasObjectInteractionBackgroundSelected" alias="globalColorBlue50">#e5f7ff</color>
382
382
  <color name="aliasObjectInteractionBackgroundDisabled" alias="globalColorWhite">#ffffff</color>
383
383
  <color name="aliasObjectInteractionBackgroundHighlight" alias="globalColorBlue700">#0079ad</color>
384
- <color name="aliasObjectInteractionColor" alias="globalColorConstruction700">#3a4d55</color>
384
+ <color name="aliasObjectInteractionColor" alias="globalColorConstruction500">#6a7a81</color>
385
385
  <color name="aliasObjectInteractionColorHover" alias="globalColorConstruction1000">#1b2b32</color>
386
386
  <color name="aliasObjectInteractionColorActive" alias="globalColorConstruction1000">#1b2b32</color>
387
387
  <color name="aliasObjectInteractionColorSelected" alias="globalColorConstruction700">#3a4d55</color>
@@ -406,7 +406,7 @@
406
406
  <color name="aliasStatusDanger" alias="globalColorRed700">#e02200</color>
407
407
  <color name="aliasStatusDangerTint" alias="globalColorRed50">#fff2f0</color>
408
408
  <color name="aliasStatusDangerShade" alias="globalColorRed800">#c21d00</color>
409
- <color name="aliasStatusDangerDark" alias="globalColorRed900">#8f1500</color>
409
+ <color name="aliasStatusDangerDark" alias="globalColorRed900">#701100</color>
410
410
  <color name="aliasStatusNeutral" alias="globalColorConstruction600">#4f6169</color>
411
411
  <color name="aliasStatusNeutralTint" alias="globalColorConstruction50">#f1f6f8</color>
412
412
  <color name="aliasStatusNeutralShade" alias="globalColorConstruction700">#3a4d55</color>
@@ -78,8 +78,8 @@ let globalColorRed500 = UIColor(red: 255, green: 103, blue: 77, alpha: 1.0);
78
78
  let globalColorRed600 = UIColor(red: 255, green: 77, blue: 46, alpha: 1.0);
79
79
  let globalColorRed700 = UIColor(red: 224, green: 34, blue: 0, alpha: 1.0);
80
80
  let globalColorRed800 = UIColor(red: 194, green: 29, blue: 0, alpha: 1.0);
81
- let globalColorRed900 = UIColor(red: 143, green: 21, blue: 0, alpha: 1.0);
82
- let globalColorRed1000 = UIColor(red: 112, green: 17, blue: 0, alpha: 1.0);
81
+ let globalColorRed900 = UIColor(red: 112, green: 17, blue: 0, alpha: 1.0);
82
+ let globalColorRed1000 = UIColor(red: 48, green: 40, blue: 39, alpha: 1.0);
83
83
  let globalColorOchre50 = UIColor(red: 255, green: 249, blue: 235, alpha: 1.0);
84
84
  let globalColorOchre100 = UIColor(red: 255, green: 242, blue: 214, alpha: 1.0);
85
85
  let globalColorOchre200 = UIColor(red: 255, green: 232, blue: 184, alpha: 1.0);
@@ -145,7 +145,7 @@ let globalColorYellow600 = UIColor(red: 214, green: 150, blue: 0, alpha: 1.0);
145
145
  let globalColorYellow700 = UIColor(red: 189, green: 126, blue: 0, alpha: 1.0);
146
146
  let globalColorYellow800 = UIColor(red: 133, green: 88, blue: 0, alpha: 1.0);
147
147
  let globalColorYellow900 = UIColor(red: 92, green: 61, blue: 0, alpha: 1.0);
148
- let globalColorYellow1000 = UIColor(red: 66, green: 44, blue: 0, alpha: 1.0);
148
+ let globalColorYellow1000 = UIColor(red: 47, green: 40, blue: 24, alpha: 1.0);
149
149
  let globalColorLime50 = UIColor(red: 252, green: 255, blue: 224, alpha: 1.0);
150
150
  let globalColorLime100 = UIColor(red: 245, green: 253, blue: 170, alpha: 1.0);
151
151
  let globalColorLime200 = UIColor(red: 231, green: 244, blue: 113, alpha: 1.0);
@@ -295,8 +295,8 @@ let globalTypographyMonospaceFontFamily = "ui-monospace, Consolas, Menlo, Monaco
295
295
  let globalTypographyTopGapHeight = "0.1475em";
296
296
  let globalTypographyAscenderHeight = "0.1703em";
297
297
  let globalTypographyXHeight = "0.517em";
298
- let globalTypographyLinkColor = UIColor(red: 0, green: 96, blue: 138, alpha: 1.0);
299
- let globalTypographyLinkColorHover = UIColor(red: 0, green: 75, blue: 107, alpha: 1.0);
298
+ let globalTypographyLinkColor = UIColor(red: 0, green: 121, blue: 173, alpha: 1.0);
299
+ let globalTypographyLinkColorHover = UIColor(red: 0, green: 96, blue: 138, alpha: 1.0);
300
300
  let globalTypographyLinkColorVisited = UIColor(red: 59, green: 64, blue: 206, alpha: 1.0);
301
301
  let globalTypographyLinkColorVisitedHover = UIColor(red: 36, green: 41, blue: 194, alpha: 1.0);
302
302
  let globalTypographyBodyFontSize = CGFloat(14.00);
@@ -379,7 +379,7 @@ let aliasObjectInteractionBackgroundActive = UIColor(red: 189, green: 235, blue:
379
379
  let aliasObjectInteractionBackgroundSelected = UIColor(red: 229, green: 247, blue: 255, alpha: 1.0);
380
380
  let aliasObjectInteractionBackgroundDisabled = UIColor(red: 255, green: 255, blue: 255, alpha: 1.0);
381
381
  let aliasObjectInteractionBackgroundHighlight = UIColor(red: 0, green: 121, blue: 173, alpha: 1.0);
382
- let aliasObjectInteractionColor = UIColor(red: 58, green: 77, blue: 85, alpha: 1.0);
382
+ let aliasObjectInteractionColor = UIColor(red: 106, green: 122, blue: 129, alpha: 1.0);
383
383
  let aliasObjectInteractionColorHover = UIColor(red: 27, green: 43, blue: 50, alpha: 1.0);
384
384
  let aliasObjectInteractionColorActive = UIColor(red: 27, green: 43, blue: 50, alpha: 1.0);
385
385
  let aliasObjectInteractionColorSelected = UIColor(red: 58, green: 77, blue: 85, alpha: 1.0);
@@ -404,7 +404,7 @@ let aliasStatusWarningDark = UIColor(red: 163, green: 101, blue: 0, alpha: 1.0);
404
404
  let aliasStatusDanger = UIColor(red: 224, green: 34, blue: 0, alpha: 1.0);
405
405
  let aliasStatusDangerTint = UIColor(red: 255, green: 242, blue: 240, alpha: 1.0);
406
406
  let aliasStatusDangerShade = UIColor(red: 194, green: 29, blue: 0, alpha: 1.0);
407
- let aliasStatusDangerDark = UIColor(red: 143, green: 21, blue: 0, alpha: 1.0);
407
+ let aliasStatusDangerDark = UIColor(red: 112, green: 17, blue: 0, alpha: 1.0);
408
408
  let aliasStatusNeutral = UIColor(red: 79, green: 97, blue: 105, alpha: 1.0);
409
409
  let aliasStatusNeutralTint = UIColor(red: 241, green: 246, blue: 248, alpha: 1.0);
410
410
  let aliasStatusNeutralShade = UIColor(red: 58, green: 77, blue: 85, alpha: 1.0);
@@ -416,14 +416,14 @@
416
416
  "value": [
417
417
  9,
418
418
  100,
419
- 28
419
+ 22
420
420
  ]
421
421
  },
422
422
  "globalColorRed1000": {
423
423
  "value": [
424
- 9,
425
- 100,
426
- 22
424
+ 7,
425
+ 10,
426
+ 17
427
427
  ]
428
428
  },
429
429
  "globalColorOchre50": {
@@ -884,8 +884,8 @@
884
884
  "globalColorYellow1000": {
885
885
  "value": [
886
886
  40,
887
- 100,
888
- 13
887
+ 32,
888
+ 14
889
889
  ]
890
890
  },
891
891
  "globalColorLime50": {
@@ -1852,17 +1852,17 @@
1852
1852
  "value": [
1853
1853
  198,
1854
1854
  100,
1855
- 27
1855
+ 34
1856
1856
  ],
1857
- "alias": "globalColorBlue800"
1857
+ "alias": "globalColorBlue700"
1858
1858
  },
1859
1859
  "globalTypographyLinkColorHover": {
1860
1860
  "value": [
1861
1861
  198,
1862
1862
  100,
1863
- 21
1863
+ 27
1864
1864
  ],
1865
- "alias": "globalColorBlue900"
1865
+ "alias": "globalColorBlue800"
1866
1866
  },
1867
1867
  "globalTypographyLinkColorVisited": {
1868
1868
  "value": [
@@ -2173,10 +2173,10 @@
2173
2173
  "aliasObjectInteractionColor": {
2174
2174
  "value": [
2175
2175
  198,
2176
- 19,
2177
- 28
2176
+ 10,
2177
+ 46
2178
2178
  ],
2179
- "alias": "globalColorConstruction700"
2179
+ "alias": "globalColorConstruction500"
2180
2180
  },
2181
2181
  "aliasObjectInteractionColorHover": {
2182
2182
  "value": [
@@ -2369,7 +2369,7 @@
2369
2369
  "value": [
2370
2370
  9,
2371
2371
  100,
2372
- 28
2372
+ 22
2373
2373
  ],
2374
2374
  "alias": "globalColorRed900"
2375
2375
  },