@telus-uds/palette-koodo 0.7.0 → 0.9.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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 23 Mar 2023 20:51:09 GMT
5
+ Generated on Tue, 04 Apr 2023 14:49:45 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 23 Mar 2023 20:51:09 GMT
5
+ Generated on Tue, 04 Apr 2023 14:49:45 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -15,6 +15,7 @@
15
15
  <color name="cardinal_pink">#ff8c0448</color>
16
16
  <color name="carousel_pink">#fffae6f4</color>
17
17
  <color name="chathams_blue">#ff17367d</color>
18
+ <color name="chathams_blue_dark">#ff052158</color>
18
19
  <color name="dark_blue">#ff0083b3</color>
19
20
  <color name="dark_mosque">#ff014847</color>
20
21
  <color name="dove">#ff666666</color>
@@ -38,9 +39,11 @@
38
39
  <color name="texas">#fff9f6a5</color>
39
40
  <color name="transparent">#00000000</color>
40
41
  <color name="trinidad">#ffdf3d0c</color>
42
+ <color name="trinidad_dark">#ffc9370b</color>
41
43
  <color name="turquoise">#ff39cdc9</color>
42
44
  <color name="wattle">#ffd5e04d</color>
43
45
  <color name="well_read">#ffb8373e</color>
44
46
  <color name="white">#ffffffff</color>
47
+ <color name="white_dark">#ffe6e6e6</color>
45
48
 
46
49
  </resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 23 Mar 2023 20:51:09 GMT
5
+ Generated on Tue, 04 Apr 2023 14:49:45 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -10,6 +10,7 @@
10
10
  <dimen name="size_14">14.00sp</dimen>
11
11
  <dimen name="size_16">16.00sp</dimen>
12
12
  <dimen name="size_18">18.00sp</dimen>
13
+ <dimen name="size_2">2.00sp</dimen>
13
14
  <dimen name="size_20">20.00sp</dimen>
14
15
  <dimen name="size_24">24.00sp</dimen>
15
16
  <dimen name="size_28">28.00sp</dimen>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 23 Mar 2023 20:51:09 GMT
5
+ Generated on Tue, 04 Apr 2023 14:49:45 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 23 Mar 2023 20:51:09 GMT
5
+ Generated on Tue, 04 Apr 2023 14:49:45 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -14,6 +14,7 @@
14
14
  <dimen name="size_128">128.00dp</dimen>
15
15
  <dimen name="size_14">14.00dp</dimen>
16
16
  <dimen name="size_140">140.00dp</dimen>
17
+ <dimen name="size_144">144.00dp</dimen>
17
18
  <dimen name="size_15">15.00dp</dimen>
18
19
  <dimen name="size_16">16.00dp</dimen>
19
20
  <dimen name="size_168">168.00dp</dimen>
@@ -26,6 +27,7 @@
26
27
  <dimen name="size_4">4.00dp</dimen>
27
28
  <dimen name="size_40">40.00dp</dimen>
28
29
  <dimen name="size_48">48.00dp</dimen>
30
+ <dimen name="size_5">5.00dp</dimen>
29
31
  <dimen name="size_64">64.00dp</dimen>
30
32
  <dimen name="size_72">72.00dp</dimen>
31
33
  <dimen name="size_8">8.00dp</dimen>
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 23 Mar 2023 20:51:09 GMT
7
+ // Generated on Tue, 04 Apr 2023 14:49:45 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 23 Mar 2023 20:51:09 GMT
7
+ // Generated on Tue, 04 Apr 2023 14:49:45 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -19,6 +19,7 @@ public enum PaletteColor {
19
19
  public static let cardinalPink = UIColor(red: 0.549, green: 0.016, blue: 0.282, alpha: 1)
20
20
  public static let carouselPink = UIColor(red: 0.980, green: 0.902, blue: 0.957, alpha: 1)
21
21
  public static let chathamsBlue = UIColor(red: 0.090, green: 0.212, blue: 0.490, alpha: 1)
22
+ public static let chathamsBlueDark = UIColor(red: 0.020, green: 0.129, blue: 0.345, alpha: 1)
22
23
  public static let darkBlue = UIColor(red: 0.000, green: 0.514, blue: 0.702, alpha: 1)
23
24
  public static let darkMosque = UIColor(red: 0.004, green: 0.282, blue: 0.278, alpha: 1)
24
25
  public static let dove = UIColor(red: 0.400, green: 0.400, blue: 0.400, alpha: 1)
@@ -42,8 +43,10 @@ public enum PaletteColor {
42
43
  public static let texas = UIColor(red: 0.976, green: 0.965, blue: 0.647, alpha: 1)
43
44
  public static let transparent = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
44
45
  public static let trinidad = UIColor(red: 0.875, green: 0.239, blue: 0.047, alpha: 1)
46
+ public static let trinidadDark = UIColor(red: 0.788, green: 0.216, blue: 0.043, alpha: 1)
45
47
  public static let turquoise = UIColor(red: 0.224, green: 0.804, blue: 0.788, alpha: 1)
46
48
  public static let wattle = UIColor(red: 0.835, green: 0.878, blue: 0.302, alpha: 1)
47
49
  public static let wellRead = UIColor(red: 0.722, green: 0.216, blue: 0.243, alpha: 1)
48
50
  public static let white = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
51
+ public static let whiteDark = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
49
52
  }
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 23 Mar 2023 20:51:09 GMT
7
+ // Generated on Tue, 04 Apr 2023 14:49:45 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -14,6 +14,7 @@ public enum PaletteFontSize {
14
14
  public static let size14 = CGFloat(14)
15
15
  public static let size16 = CGFloat(16)
16
16
  public static let size18 = CGFloat(18)
17
+ public static let size2 = CGFloat(2)
17
18
  public static let size20 = CGFloat(20)
18
19
  public static let size24 = CGFloat(24)
19
20
  public static let size28 = CGFloat(28)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 23 Mar 2023 20:51:09 GMT
7
+ // Generated on Tue, 04 Apr 2023 14:49:45 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 23 Mar 2023 20:51:09 GMT
7
+ // Generated on Tue, 04 Apr 2023 14:49:45 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -18,6 +18,7 @@ public enum PaletteSize {
18
18
  public static let size128 = CGFloat(128)
19
19
  public static let size14 = CGFloat(14)
20
20
  public static let size140 = CGFloat(140)
21
+ public static let size144 = CGFloat(144)
21
22
  public static let size15 = CGFloat(15)
22
23
  public static let size16 = CGFloat(16)
23
24
  public static let size168 = CGFloat(168)
@@ -30,6 +31,7 @@ public enum PaletteSize {
30
31
  public static let size4 = CGFloat(4)
31
32
  public static let size40 = CGFloat(40)
32
33
  public static let size48 = CGFloat(48)
34
+ public static let size5 = CGFloat(5)
33
35
  public static let size64 = CGFloat(64)
34
36
  public static let size72 = CGFloat(72)
35
37
  public static let size8 = CGFloat(8)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 23 Mar 2023 20:51:11 GMT
3
+ * Generated on Tue, 04 Apr 2023 14:49:47 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -20,6 +20,7 @@ module.exports = {
20
20
  cardinalPink: '#8c0448',
21
21
  carouselPink: '#fae6f4',
22
22
  chathamsBlue: '#17367d',
23
+ chathamsBlueDark: '#052158',
23
24
  darkBlue: '#0083b3',
24
25
  darkMosque: '#014847',
25
26
  dove: '#666666',
@@ -43,10 +44,12 @@ module.exports = {
43
44
  texas: '#f9f6a5',
44
45
  transparent: 'rgba(0, 0, 0, 0)',
45
46
  trinidad: '#df3d0c',
47
+ trinidadDark: '#c9370b',
46
48
  turquoise: '#39cdc9',
47
49
  wattle: '#d5e04d',
48
50
  wellRead: '#b8373e',
49
- white: '#ffffff'
51
+ white: '#ffffff',
52
+ whiteDark: '#e6e6e6'
50
53
  },
51
54
  duration: {
52
55
  duration250: 250,
@@ -66,6 +69,7 @@ module.exports = {
66
69
  size14: 14,
67
70
  size16: 16,
68
71
  size18: 18,
72
+ size2: 2,
69
73
  size20: 20,
70
74
  size24: 24,
71
75
  size28: 28,
@@ -169,6 +173,7 @@ module.exports = {
169
173
  size128: 128,
170
174
  size14: 14,
171
175
  size140: 140,
176
+ size144: 144,
172
177
  size15: 15,
173
178
  size16: 16,
174
179
  size168: 168,
@@ -181,6 +186,7 @@ module.exports = {
181
186
  size4: 4,
182
187
  size40: 40,
183
188
  size48: 48,
189
+ size5: 5,
184
190
  size64: 64,
185
191
  size72: 72,
186
192
  size8: 8,
@@ -1,34 +1,34 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans';
3
- src: url('https://cdn.telus.digital/uds/v0_7_0-StagSans-300-C5oDLSX_CBmLhxvnElpIn.otf');
3
+ src: url('https://cdn.telus.digital/uds/v0_9_0-StagSans-300-F1d_oI6jTKiEwzm836bv7.otf');
4
4
  font-weight: 300;
5
5
  font-style: normal;
6
6
  font-display: block;
7
7
  }
8
8
  @font-face {
9
9
  font-family: 'StagSans';
10
- src: url('https://cdn.telus.digital/uds/v0_7_0-StagSans-400-WBQMp15MMLVj_Dnxbxvck.otf');
10
+ src: url('https://cdn.telus.digital/uds/v0_9_0-StagSans-400-eSNJe5p3hXlXwPdQHAKI8.otf');
11
11
  font-weight: 400;
12
12
  font-style: normal;
13
13
  font-display: block;
14
14
  }
15
15
  @font-face {
16
16
  font-family: 'StagSans';
17
- src: url('https://cdn.telus.digital/uds/v0_7_0-StagSans-500-MLXwZjh2Ap6tVhqINHE7d.otf');
17
+ src: url('https://cdn.telus.digital/uds/v0_9_0-StagSans-500-75GzKj5IlynXvcFXJHxzi.otf');
18
18
  font-weight: 500;
19
19
  font-style: normal;
20
20
  font-display: block;
21
21
  }
22
22
  @font-face {
23
23
  font-family: 'StagSans';
24
- src: url('https://cdn.telus.digital/uds/v0_7_0-StagSans-600-QHtiuyBNUZ0JXAE9ZS626.otf');
24
+ src: url('https://cdn.telus.digital/uds/v0_9_0-StagSans-600-QV-XH3211GyRlED5eXtoc.otf');
25
25
  font-weight: 600;
26
26
  font-style: normal;
27
27
  font-display: block;
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'StagSans';
31
- src: url('https://cdn.telus.digital/uds/v0_7_0-StagSans-700-xjr0lmTstM0u_k965LsBO.otf');
31
+ src: url('https://cdn.telus.digital/uds/v0_9_0-StagSans-700-DuTGZJHcKxu_Z58ivI_EL.otf');
32
32
  font-weight: 700;
33
33
  font-style: normal;
34
34
  font-display: block;
@@ -1,25 +1,25 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans300normal';
3
- src: url('https://cdn.telus.digital/uds/v0_7_0-StagSans-300-C5oDLSX_CBmLhxvnElpIn.otf');
3
+ src: url('https://cdn.telus.digital/uds/v0_9_0-StagSans-300-F1d_oI6jTKiEwzm836bv7.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'StagSans400normal';
8
- src: url('https://cdn.telus.digital/uds/v0_7_0-StagSans-400-WBQMp15MMLVj_Dnxbxvck.otf');
8
+ src: url('https://cdn.telus.digital/uds/v0_9_0-StagSans-400-eSNJe5p3hXlXwPdQHAKI8.otf');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'StagSans500normal';
13
- src: url('https://cdn.telus.digital/uds/v0_7_0-StagSans-500-MLXwZjh2Ap6tVhqINHE7d.otf');
13
+ src: url('https://cdn.telus.digital/uds/v0_9_0-StagSans-500-75GzKj5IlynXvcFXJHxzi.otf');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'StagSans600normal';
18
- src: url('https://cdn.telus.digital/uds/v0_7_0-StagSans-600-QHtiuyBNUZ0JXAE9ZS626.otf');
18
+ src: url('https://cdn.telus.digital/uds/v0_9_0-StagSans-600-QV-XH3211GyRlED5eXtoc.otf');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'StagSans700normal';
23
- src: url('https://cdn.telus.digital/uds/v0_7_0-StagSans-700-xjr0lmTstM0u_k965LsBO.otf');
23
+ src: url('https://cdn.telus.digital/uds/v0_9_0-StagSans-700-DuTGZJHcKxu_Z58ivI_EL.otf');
24
24
  font-display: block;
25
25
  }
@@ -1,34 +1,34 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans';
3
- src: url('./v0_7_0-StagSans-300-C5oDLSX_CBmLhxvnElpIn.otf');
3
+ src: url('./v0_9_0-StagSans-300-F1d_oI6jTKiEwzm836bv7.otf');
4
4
  font-weight: 300;
5
5
  font-style: normal;
6
6
  font-display: block;
7
7
  }
8
8
  @font-face {
9
9
  font-family: 'StagSans';
10
- src: url('./v0_7_0-StagSans-400-WBQMp15MMLVj_Dnxbxvck.otf');
10
+ src: url('./v0_9_0-StagSans-400-eSNJe5p3hXlXwPdQHAKI8.otf');
11
11
  font-weight: 400;
12
12
  font-style: normal;
13
13
  font-display: block;
14
14
  }
15
15
  @font-face {
16
16
  font-family: 'StagSans';
17
- src: url('./v0_7_0-StagSans-500-MLXwZjh2Ap6tVhqINHE7d.otf');
17
+ src: url('./v0_9_0-StagSans-500-75GzKj5IlynXvcFXJHxzi.otf');
18
18
  font-weight: 500;
19
19
  font-style: normal;
20
20
  font-display: block;
21
21
  }
22
22
  @font-face {
23
23
  font-family: 'StagSans';
24
- src: url('./v0_7_0-StagSans-600-QHtiuyBNUZ0JXAE9ZS626.otf');
24
+ src: url('./v0_9_0-StagSans-600-QV-XH3211GyRlED5eXtoc.otf');
25
25
  font-weight: 600;
26
26
  font-style: normal;
27
27
  font-display: block;
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'StagSans';
31
- src: url('./v0_7_0-StagSans-700-xjr0lmTstM0u_k965LsBO.otf');
31
+ src: url('./v0_9_0-StagSans-700-DuTGZJHcKxu_Z58ivI_EL.otf');
32
32
  font-weight: 700;
33
33
  font-style: normal;
34
34
  font-display: block;
@@ -1,25 +1,25 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans300normal';
3
- src: url('./v0_7_0-StagSans-300-C5oDLSX_CBmLhxvnElpIn.otf');
3
+ src: url('./v0_9_0-StagSans-300-F1d_oI6jTKiEwzm836bv7.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'StagSans400normal';
8
- src: url('./v0_7_0-StagSans-400-WBQMp15MMLVj_Dnxbxvck.otf');
8
+ src: url('./v0_9_0-StagSans-400-eSNJe5p3hXlXwPdQHAKI8.otf');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'StagSans500normal';
13
- src: url('./v0_7_0-StagSans-500-MLXwZjh2Ap6tVhqINHE7d.otf');
13
+ src: url('./v0_9_0-StagSans-500-75GzKj5IlynXvcFXJHxzi.otf');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'StagSans600normal';
18
- src: url('./v0_7_0-StagSans-600-QHtiuyBNUZ0JXAE9ZS626.otf');
18
+ src: url('./v0_9_0-StagSans-600-QV-XH3211GyRlED5eXtoc.otf');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'StagSans700normal';
23
- src: url('./v0_7_0-StagSans-700-xjr0lmTstM0u_k965LsBO.otf');
23
+ src: url('./v0_9_0-StagSans-700-DuTGZJHcKxu_Z58ivI_EL.otf');
24
24
  font-display: block;
25
25
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 23 Mar 2023 20:51:09 GMT
3
+ * Generated on Tue, 04 Apr 2023 14:49:45 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -20,6 +20,7 @@ module.exports = {
20
20
  cardinalPink: '#8c0448',
21
21
  carouselPink: '#fae6f4',
22
22
  chathamsBlue: '#17367d',
23
+ chathamsBlueDark: '#052158',
23
24
  darkBlue: '#0083b3',
24
25
  darkMosque: '#014847',
25
26
  dove: '#666666',
@@ -43,10 +44,12 @@ module.exports = {
43
44
  texas: '#f9f6a5',
44
45
  transparent: 'rgba(0, 0, 0, 0)',
45
46
  trinidad: '#df3d0c',
47
+ trinidadDark: '#c9370b',
46
48
  turquoise: '#39cdc9',
47
49
  wattle: '#d5e04d',
48
50
  wellRead: '#b8373e',
49
- white: '#ffffff'
51
+ white: '#ffffff',
52
+ whiteDark: '#e6e6e6'
50
53
  },
51
54
  duration: {
52
55
  duration250: 250,
@@ -54,11 +57,11 @@ module.exports = {
54
57
  },
55
58
  font: {
56
59
  StagSans: {
57
- 300: 'https://cdn.telus.digital/uds/v0_7_0-StagSans-300-C5oDLSX_CBmLhxvnElpIn.otf',
58
- 400: 'https://cdn.telus.digital/uds/v0_7_0-StagSans-400-WBQMp15MMLVj_Dnxbxvck.otf',
59
- 500: 'https://cdn.telus.digital/uds/v0_7_0-StagSans-500-MLXwZjh2Ap6tVhqINHE7d.otf',
60
- 600: 'https://cdn.telus.digital/uds/v0_7_0-StagSans-600-QHtiuyBNUZ0JXAE9ZS626.otf',
61
- 700: 'https://cdn.telus.digital/uds/v0_7_0-StagSans-700-xjr0lmTstM0u_k965LsBO.otf'
60
+ 300: 'https://cdn.telus.digital/uds/v0_9_0-StagSans-300-F1d_oI6jTKiEwzm836bv7.otf',
61
+ 400: 'https://cdn.telus.digital/uds/v0_9_0-StagSans-400-eSNJe5p3hXlXwPdQHAKI8.otf',
62
+ 500: 'https://cdn.telus.digital/uds/v0_9_0-StagSans-500-75GzKj5IlynXvcFXJHxzi.otf',
63
+ 600: 'https://cdn.telus.digital/uds/v0_9_0-StagSans-600-QV-XH3211GyRlED5eXtoc.otf',
64
+ 700: 'https://cdn.telus.digital/uds/v0_9_0-StagSans-700-DuTGZJHcKxu_Z58ivI_EL.otf'
62
65
  }
63
66
  },
64
67
  fontSize: {
@@ -66,6 +69,7 @@ module.exports = {
66
69
  size14: '0.875rem',
67
70
  size16: '1rem',
68
71
  size18: '1.125rem',
72
+ size2: '0.125rem',
69
73
  size20: '1.25rem',
70
74
  size24: '1.5rem',
71
75
  size28: '1.75rem',
@@ -162,6 +166,7 @@ module.exports = {
162
166
  size128: '128px',
163
167
  size14: '14px',
164
168
  size140: '140px',
169
+ size144: '144px',
165
170
  size15: '15px',
166
171
  size16: '16px',
167
172
  size168: '168px',
@@ -174,6 +179,7 @@ module.exports = {
174
179
  size4: '4px',
175
180
  size40: '40px',
176
181
  size48: '48px',
182
+ size5: '5px',
177
183
  size64: '64px',
178
184
  size72: '72px',
179
185
  size8: '8px',
package/package.json CHANGED
@@ -25,5 +25,5 @@
25
25
  "prepublishOnly": "npm run build"
26
26
  },
27
27
  "sideEffects": false,
28
- "version": "0.7.0"
28
+ "version": "0.9.0"
29
29
  }
package/palette.json CHANGED
@@ -65,6 +65,11 @@
65
65
  "tags": ["ui"],
66
66
  "value": "rgb(23, 54, 125)"
67
67
  },
68
+ "chathamsBlueDark": {
69
+ "description": "",
70
+ "tags": ["ui"],
71
+ "value": "rgb(5, 33, 88)"
72
+ },
68
73
  "darkBlue": {
69
74
  "description": "",
70
75
  "tags": [],
@@ -179,6 +184,11 @@
179
184
  "tags": ["ui"],
180
185
  "value": "rgb(223, 61, 12)"
181
186
  },
187
+ "trinidadDark": {
188
+ "description": "",
189
+ "tags": ["ui"],
190
+ "value": "rgb(201, 55, 11)"
191
+ },
182
192
  "turquoise": {
183
193
  "description": "",
184
194
  "tags": [],
@@ -198,6 +208,11 @@
198
208
  "description": "",
199
209
  "tags": [],
200
210
  "value": "rgb(255, 255, 255)"
211
+ },
212
+ "whiteDark": {
213
+ "description": "",
214
+ "tags": [],
215
+ "value": "rgb(230, 230, 230)"
201
216
  }
202
217
  }
203
218
  },
@@ -238,6 +253,9 @@
238
253
  "size18": {
239
254
  "value": 18
240
255
  },
256
+ "size2": {
257
+ "value": 2
258
+ },
241
259
  "size20": {
242
260
  "value": 20
243
261
  },
@@ -524,6 +542,10 @@
524
542
  "description": "140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered",
525
543
  "value": 140
526
544
  },
545
+ "size144": {
546
+ "description": "24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
547
+ "value": 144
548
+ },
527
549
  "size15": {
528
550
  "description": "StepTracker knob diameter",
529
551
  "value": 15
@@ -563,6 +585,9 @@
563
585
  "size48": {
564
586
  "value": 48
565
587
  },
588
+ "size5": {
589
+ "value": 5
590
+ },
566
591
  "size64": {
567
592
  "value": 64
568
593
  },