barbican-reset 1.8.3 → 1.8.4

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  $c-brand-art: hsl(329, 100%, 45%);
3
3
 
4
- $c-brand-art-x-lite: tint($c-brand-art, 98%);
5
- $c-brand-art-lite: tint($c-brand-art, 70%);
6
- $c-brand-art-medium: tint($c-brand-art, 40%);
4
+ $c-brand-art-tint-98: tint($c-brand-art, 98%);
5
+ $c-brand-art-tint-70: tint($c-brand-art, 70%);
6
+ $c-brand-art-tint-40: tint($c-brand-art, 40%);
@@ -1,7 +1,8 @@
1
1
 
2
2
  $c-brand-cinema: hsl(126, 62%, 33%);
3
3
 
4
- $c-brand-cinema-x-lite: tint($c-brand-cinema, 98%);
5
- $c-brand-cinema-lite: tint($c-brand-cinema, 70%);
6
- $c-brand-cinema-medium: tint($c-brand-cinema, 40%);
4
+ $c-brand-cinema-tint-98: tint($c-brand-cinema, 98%);
5
+ $c-brand-cinema-tint-70: tint($c-brand-cinema, 70%);
6
+ $c-brand-cinema-tint-40: tint($c-brand-cinema, 40%);
7
+
7
8
  $c-brand-cinema-dark: darken($c-brand-cinema, 7%);
@@ -1,8 +1,9 @@
1
1
 
2
2
  $c-brand-classical: hsl(38, 53%, 38%);
3
3
 
4
- $c-brand-classical-x-lite: tint($c-brand-classical, 98%);
5
- $c-brand-classical-lite: tint($c-brand-classical, 70%);
6
- $c-brand-classical-medium: tint($c-brand-classical, 40%);
4
+ $c-brand-classical-tint-98: tint($c-brand-classical, 98%);
5
+ $c-brand-classical-tint-70: tint($c-brand-classical, 70%);
6
+ $c-brand-classical-tint-40: tint($c-brand-classical, 40%);
7
+
7
8
  $c-brand-classical-light: hsl(38, 53%, 95%);
8
9
  $c-brand-classical-dark: hsl(38, 53%, 30%);
@@ -1,6 +1,6 @@
1
1
 
2
2
  $c-brand-contemporary: hsl(254, 44%, 33%);
3
3
 
4
- $c-brand-contemporary-x-lite: tint($c-brand-contemporary, 98%);
5
- $c-brand-contemporary-lite: tint($c-brand-contemporary, 70%);
6
- $c-brand-contemporary-medium: tint($c-brand-contemporary, 40%);
4
+ $c-brand-contemporary-tint-98: tint($c-brand-contemporary, 98%);
5
+ $c-brand-contemporary-tint-70: tint($c-brand-contemporary, 70%);
6
+ $c-brand-contemporary-tint-40: tint($c-brand-contemporary, 40%);
@@ -1,11 +1,12 @@
1
1
 
2
2
  $c-brand-generic: hsl(21, 100%, 41%);
3
3
 
4
- $c-brand-generic-x-lite: tint($c-brand-generic, 98%);
4
+ $c-brand-generic-tint-98: tint($c-brand-generic, 98%);
5
+ $c-brand-generic-tint-70: tint($c-brand-generic, 70%);
6
+ $c-brand-generic-tint-40: tint($c-brand-generic, 40%);
7
+
5
8
  $c-brand-generic-faint: hsl(21, 60%, 99%);
6
9
  $c-brand-generic-light: hsl(21, 100%, 95%);
7
10
  $c-brand-generic-shade: hsl(21, 50%, 90%);
8
- $c-brand-generic-lite: tint($c-brand-generic, 70%);
9
- $c-brand-generic-medium: tint($c-brand-generic, 40%);
10
11
  $c-brand-generic-dark: hsl(21, 100%, 38%);
11
12
  $c-brand-generic-x-dark: hsl(21, 100%, 15%);
@@ -1,9 +1,10 @@
1
1
 
2
2
  $c-brand-membership: hsl(217, 72%, 53%);
3
3
 
4
- $c-brand-membership-x-lite: tint($c-brand-membership, 98%);
5
- $c-brand-membership-lite: tint($c-brand-membership, 70%);
6
- $c-brand-membership-medium: tint($c-brand-membership, 40%);
4
+ $c-brand-membership-tint-98: tint($c-brand-membership, 98%);
5
+ $c-brand-membership-tint-70: tint($c-brand-membership, 70%);
6
+ $c-brand-membership-tint-40: tint($c-brand-membership, 40%);
7
+
7
8
  $c-brand-membership-dark: hsl(223, 87%, 21%);
8
9
 
9
10
  // ------------------------------
@@ -1,6 +1,6 @@
1
1
 
2
2
  $c-brand-programme: $c-grey-night;
3
3
 
4
- $c-brand-programme-x-lite: tint($c-brand-programme, 98%);
5
- $c-brand-programme-lite: tint($c-brand-programme, 70%);
6
- $c-brand-programme-medium: tint($c-brand-programme, 40%);
4
+ $c-brand-programme-tint-98: tint($c-brand-programme, 98%);
5
+ $c-brand-programme-tint-70: tint($c-brand-programme, 70%);
6
+ $c-brand-programme-tint-40: tint($c-brand-programme, 40%);
@@ -1,6 +1,6 @@
1
1
 
2
2
  $c-brand-talks: hsl(214, 30%, 49%);
3
3
 
4
- $c-brand-talks-x-lite: tint($c-brand-talks, 98%);
5
- $c-brand-talks-lite: tint($c-brand-talks, 70%);
6
- $c-brand-talks-medium: tint($c-brand-talks, 40%);
4
+ $c-brand-talks-tint-98: tint($c-brand-talks, 98%);
5
+ $c-brand-talks-tint-70: tint($c-brand-talks, 70%);
6
+ $c-brand-talks-tint-40: tint($c-brand-talks, 40%);
@@ -1,6 +1,6 @@
1
1
 
2
2
  $c-brand-theatre: hsl(192, 99%, 31%);
3
3
 
4
- $c-brand-theatre-x-lite: tint($c-brand-theatre, 98%);
5
- $c-brand-theatre-lite: tint($c-brand-theatre, 70%);
6
- $c-brand-theatre-medium: tint($c-brand-theatre, 40%);
4
+ $c-brand-theatre-tint-98: tint($c-brand-theatre, 98%);
5
+ $c-brand-theatre-tint-70: tint($c-brand-theatre, 70%);
6
+ $c-brand-theatre-tint-40: tint($c-brand-theatre, 40%);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barbican-reset",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "description": "A collection of useful scss imports and js scripts, that provide consistent styling and functionality across barbican projects.",
5
5
  "main": "index.js",
6
6
  "scripts": {