@ons/design-system 45.1.4 → 45.1.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ons/design-system",
3
3
  "description": "ONS Design System built CSS, JS, and Nunjucks templates",
4
- "version": "45.1.4",
4
+ "version": "45.1.5",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
7
7
  "author": {
@@ -28,20 +28,11 @@ $color-jaffa-orange: #fa6401;
28
28
  $color-sun-yellow: #fbc900;
29
29
  $color-neon-yellow: #f0f762;
30
30
 
31
- // ONS logo
32
- $color-ons-logo-primary: $color-night-blue !default;
33
- $color-ons-logo-secondary: $color-spring-green !default;
34
-
35
31
  // Census 2021
36
32
  $color-indigo-blue: #3c388e;
37
33
  $color-plum-purple: #902082;
38
34
  $color-flamingo-pink: #df0667;
39
35
 
40
- // NISRA logo
41
- $color-nisra-logo-primary: #3d7cc9;
42
- $color-nisra-logo-secondary: #cddb00;
43
- $color-nisra-logo-tertiary: #00205c;
44
-
45
36
  // Theme branding
46
37
  $color-branded: $color-ocean-blue !default;
47
38
  $color-branded-tint: tint($color-branded, 90%) !default;