@telus-uds/palette-koodo 0.16.1 → 0.18.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 Wed, 24 May 2023 01:41:19 GMT
5
+ Generated on Fri, 09 Jun 2023 00:24:03 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 Wed, 24 May 2023 01:41:19 GMT
5
+ Generated on Fri, 09 Jun 2023 00:24:03 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -29,6 +29,7 @@
29
29
  <color name="icicle_dark">#ffbbeaf5</color>
30
30
  <color name="mint_tulip">#ffc1f2e8</color>
31
31
  <color name="mortar">#ff595959</color>
32
+ <color name="mortar_dark">#ff505050</color>
32
33
  <color name="mosque">#ff016b6a</color>
33
34
  <color name="mosque_dark">#ff1b4746</color>
34
35
  <color name="notification_error_bg">#fff8dde3</color>
@@ -36,6 +37,7 @@
36
37
  <color name="piggy_pink">#fff8dde3</color>
37
38
  <color name="sea_buckthorn">#fffbaf34</color>
38
39
  <color name="silver">#ffc9c8c8</color>
40
+ <color name="silver_dark">#ffb5b4b4</color>
39
41
  <color name="texas">#fff9f6a5</color>
40
42
  <color name="transparent">#00000000</color>
41
43
  <color name="trinidad">#ffdf3d0c</color>
@@ -2,12 +2,13 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Wed, 24 May 2023 01:41:19 GMT
5
+ Generated on Fri, 09 Jun 2023 00:24:03 GMT
6
6
  -->
7
7
 
8
8
  <resources>
9
9
  <dimen name="size_12">12.00sp</dimen>
10
10
  <dimen name="size_14">14.00sp</dimen>
11
+ <dimen name="size_15">15.00sp</dimen>
11
12
  <dimen name="size_16">16.00sp</dimen>
12
13
  <dimen name="size_18">18.00sp</dimen>
13
14
  <dimen name="size_2">2.00sp</dimen>
@@ -2,12 +2,13 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Wed, 24 May 2023 01:41:19 GMT
5
+ Generated on Fri, 09 Jun 2023 00:24:03 GMT
6
6
  -->
7
7
 
8
8
  <resources>
9
9
  <dimen name="none">0.00dp</dimen>
10
10
  <dimen name="pill_32">32.00dp</dimen>
11
+ <dimen name="radius_1">1.00dp</dimen>
11
12
  <dimen name="radius_12">12.00dp</dimen>
12
13
  <dimen name="radius_4">4.00dp</dimen>
13
14
  <dimen name="radius_48">48.00dp</dimen>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Wed, 24 May 2023 01:41:19 GMT
5
+ Generated on Fri, 09 Jun 2023 00:24:03 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -12,6 +12,7 @@
12
12
  <dimen name="size_12">12.00dp</dimen>
13
13
  <dimen name="size_120">120.00dp</dimen>
14
14
  <dimen name="size_128">128.00dp</dimen>
15
+ <dimen name="size_13">13.00dp</dimen>
15
16
  <dimen name="size_14">14.00dp</dimen>
16
17
  <dimen name="size_140">140.00dp</dimen>
17
18
  <dimen name="size_144">144.00dp</dimen>
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 24 May 2023 01:41:19 GMT
7
+ // Generated on Fri, 09 Jun 2023 00:24:03 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 Wed, 24 May 2023 01:41:19 GMT
7
+ // Generated on Fri, 09 Jun 2023 00:24:03 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -33,6 +33,7 @@ public enum PaletteColor {
33
33
  public static let icicleDark = UIColor(red: 0.733, green: 0.918, blue: 0.961, alpha: 1)
34
34
  public static let mintTulip = UIColor(red: 0.757, green: 0.949, blue: 0.910, alpha: 1)
35
35
  public static let mortar = UIColor(red: 0.349, green: 0.349, blue: 0.349, alpha: 1)
36
+ public static let mortarDark = UIColor(red: 0.314, green: 0.314, blue: 0.314, alpha: 1)
36
37
  public static let mosque = UIColor(red: 0.004, green: 0.420, blue: 0.416, alpha: 1)
37
38
  public static let mosqueDark = UIColor(red: 0.106, green: 0.278, blue: 0.275, alpha: 1)
38
39
  public static let notificationErrorBg = UIColor(red: 0.973, green: 0.867, blue: 0.890, alpha: 1)
@@ -40,6 +41,7 @@ public enum PaletteColor {
40
41
  public static let piggyPink = UIColor(red: 0.973, green: 0.867, blue: 0.890, alpha: 1)
41
42
  public static let seaBuckthorn = UIColor(red: 0.984, green: 0.686, blue: 0.204, alpha: 1)
42
43
  public static let silver = UIColor(red: 0.788, green: 0.784, blue: 0.784, alpha: 1)
44
+ public static let silverDark = UIColor(red: 0.710, green: 0.706, blue: 0.706, alpha: 1)
43
45
  public static let texas = UIColor(red: 0.976, green: 0.965, blue: 0.647, alpha: 1)
44
46
  public static let transparent = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
45
47
  public static let trinidad = UIColor(red: 0.875, green: 0.239, blue: 0.047, alpha: 1)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 24 May 2023 01:41:19 GMT
7
+ // Generated on Fri, 09 Jun 2023 00:24:03 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -12,6 +12,7 @@ import UIKit
12
12
  public enum PaletteFontSize {
13
13
  public static let size12 = CGFloat(12)
14
14
  public static let size14 = CGFloat(14)
15
+ public static let size15 = CGFloat(15)
15
16
  public static let size16 = CGFloat(16)
16
17
  public static let size18 = CGFloat(18)
17
18
  public static let size2 = CGFloat(2)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 24 May 2023 01:41:19 GMT
7
+ // Generated on Fri, 09 Jun 2023 00:24:03 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -12,6 +12,7 @@ import UIKit
12
12
  public enum PaletteRadius {
13
13
  public static let none = CGFloat(0)
14
14
  public static let pill32 = CGFloat(32)
15
+ public static let radius1 = CGFloat(1)
15
16
  public static let radius12 = CGFloat(12)
16
17
  public static let radius4 = CGFloat(4)
17
18
  public static let radius48 = CGFloat(48)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 24 May 2023 01:41:19 GMT
7
+ // Generated on Fri, 09 Jun 2023 00:24:03 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -16,6 +16,7 @@ public enum PaletteSize {
16
16
  public static let size12 = CGFloat(12)
17
17
  public static let size120 = CGFloat(120)
18
18
  public static let size128 = CGFloat(128)
19
+ public static let size13 = CGFloat(13)
19
20
  public static let size14 = CGFloat(14)
20
21
  public static let size140 = CGFloat(140)
21
22
  public static let size144 = CGFloat(144)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 May 2023 01:41:21 GMT
3
+ * Generated on Fri, 09 Jun 2023 00:24:05 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -34,6 +34,7 @@ module.exports = {
34
34
  icicleDark: '#bbeaf5',
35
35
  mintTulip: '#c1f2e8',
36
36
  mortar: '#595959',
37
+ mortarDark: '#505050',
37
38
  mosque: '#016b6a',
38
39
  mosqueDark: '#1b4746',
39
40
  notificationErrorBg: '#f8dde3',
@@ -41,6 +42,7 @@ module.exports = {
41
42
  piggyPink: '#f8dde3',
42
43
  seaBuckthorn: '#fbaf34',
43
44
  silver: '#c9c8c8',
45
+ silverDark: '#b5b4b4',
44
46
  texas: '#f9f6a5',
45
47
  transparent: 'rgba(0, 0, 0, 0)',
46
48
  trinidad: '#df3d0c',
@@ -67,6 +69,7 @@ module.exports = {
67
69
  fontSize: {
68
70
  size12: 12,
69
71
  size14: 14,
72
+ size15: 15,
70
73
  size16: 16,
71
74
  size18: 18,
72
75
  size2: 2,
@@ -166,6 +169,7 @@ module.exports = {
166
169
  ratio10to7: 1.42857142857,
167
170
  ratio11to5: 2.15,
168
171
  ratio11to9: 1.22222222222,
172
+ ratio14to1: 1.45,
169
173
  ratio15to7: 2.15,
170
174
  ratio16to2: 2,
171
175
  ratio17to8: 2.13,
@@ -187,6 +191,7 @@ module.exports = {
187
191
  radius: {
188
192
  none: 0,
189
193
  pill32: 32,
194
+ radius1: 1,
190
195
  radius12: 12,
191
196
  radius4: 4,
192
197
  radius48: 48,
@@ -258,6 +263,7 @@ module.exports = {
258
263
  size12: 12,
259
264
  size120: 120,
260
265
  size128: 128,
266
+ size13: 13,
261
267
  size14: 14,
262
268
  size140: 140,
263
269
  size144: 144,
@@ -1,34 +1,34 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans';
3
- src: url('https://cdn.telus.digital/uds/v0_16_1-StagSans-300-ZKRDmHAXqI-X32qEiSgls.otf');
3
+ src: url('https://cdn.telus.digital/uds/v0_18_0-StagSans-300-nNnJJp86f5KFwO3K_rx37.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_16_1-StagSans-400-Iz2MU3VAg8NcIrG_d9_5L.otf');
10
+ src: url('https://cdn.telus.digital/uds/v0_18_0-StagSans-400-L-Qk8wu_-P20as4lOJn7g.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_16_1-StagSans-500-pUVUdv_PR3nZEKCseVieJ.otf');
17
+ src: url('https://cdn.telus.digital/uds/v0_18_0-StagSans-500-DuV_HQCeD9TgOsDl9iGGo.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_16_1-StagSans-600-qw_l41vYIHCFvs4x00WOO.otf');
24
+ src: url('https://cdn.telus.digital/uds/v0_18_0-StagSans-600-HkekhWQwG9Wf9oU19mS-K.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_16_1-StagSans-700-dExKdE48HBaRykKcr6zeQ.otf');
31
+ src: url('https://cdn.telus.digital/uds/v0_18_0-StagSans-700-Whbgrqb_DMH-kp11HJgJS.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_16_1-StagSans-300-ZKRDmHAXqI-X32qEiSgls.otf');
3
+ src: url('https://cdn.telus.digital/uds/v0_18_0-StagSans-300-nNnJJp86f5KFwO3K_rx37.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_16_1-StagSans-400-Iz2MU3VAg8NcIrG_d9_5L.otf');
8
+ src: url('https://cdn.telus.digital/uds/v0_18_0-StagSans-400-L-Qk8wu_-P20as4lOJn7g.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_16_1-StagSans-500-pUVUdv_PR3nZEKCseVieJ.otf');
13
+ src: url('https://cdn.telus.digital/uds/v0_18_0-StagSans-500-DuV_HQCeD9TgOsDl9iGGo.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_16_1-StagSans-600-qw_l41vYIHCFvs4x00WOO.otf');
18
+ src: url('https://cdn.telus.digital/uds/v0_18_0-StagSans-600-HkekhWQwG9Wf9oU19mS-K.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_16_1-StagSans-700-dExKdE48HBaRykKcr6zeQ.otf');
23
+ src: url('https://cdn.telus.digital/uds/v0_18_0-StagSans-700-Whbgrqb_DMH-kp11HJgJS.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_16_1-StagSans-300-ZKRDmHAXqI-X32qEiSgls.otf');
3
+ src: url('./v0_18_0-StagSans-300-nNnJJp86f5KFwO3K_rx37.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_16_1-StagSans-400-Iz2MU3VAg8NcIrG_d9_5L.otf');
10
+ src: url('./v0_18_0-StagSans-400-L-Qk8wu_-P20as4lOJn7g.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_16_1-StagSans-500-pUVUdv_PR3nZEKCseVieJ.otf');
17
+ src: url('./v0_18_0-StagSans-500-DuV_HQCeD9TgOsDl9iGGo.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_16_1-StagSans-600-qw_l41vYIHCFvs4x00WOO.otf');
24
+ src: url('./v0_18_0-StagSans-600-HkekhWQwG9Wf9oU19mS-K.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_16_1-StagSans-700-dExKdE48HBaRykKcr6zeQ.otf');
31
+ src: url('./v0_18_0-StagSans-700-Whbgrqb_DMH-kp11HJgJS.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_16_1-StagSans-300-ZKRDmHAXqI-X32qEiSgls.otf');
3
+ src: url('./v0_18_0-StagSans-300-nNnJJp86f5KFwO3K_rx37.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'StagSans400normal';
8
- src: url('./v0_16_1-StagSans-400-Iz2MU3VAg8NcIrG_d9_5L.otf');
8
+ src: url('./v0_18_0-StagSans-400-L-Qk8wu_-P20as4lOJn7g.otf');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'StagSans500normal';
13
- src: url('./v0_16_1-StagSans-500-pUVUdv_PR3nZEKCseVieJ.otf');
13
+ src: url('./v0_18_0-StagSans-500-DuV_HQCeD9TgOsDl9iGGo.otf');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'StagSans600normal';
18
- src: url('./v0_16_1-StagSans-600-qw_l41vYIHCFvs4x00WOO.otf');
18
+ src: url('./v0_18_0-StagSans-600-HkekhWQwG9Wf9oU19mS-K.otf');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'StagSans700normal';
23
- src: url('./v0_16_1-StagSans-700-dExKdE48HBaRykKcr6zeQ.otf');
23
+ src: url('./v0_18_0-StagSans-700-Whbgrqb_DMH-kp11HJgJS.otf');
24
24
  font-display: block;
25
25
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 May 2023 01:41:19 GMT
3
+ * Generated on Fri, 09 Jun 2023 00:24:03 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -34,6 +34,7 @@ module.exports = {
34
34
  icicleDark: '#bbeaf5',
35
35
  mintTulip: '#c1f2e8',
36
36
  mortar: '#595959',
37
+ mortarDark: '#505050',
37
38
  mosque: '#016b6a',
38
39
  mosqueDark: '#1b4746',
39
40
  notificationErrorBg: '#f8dde3',
@@ -41,6 +42,7 @@ module.exports = {
41
42
  piggyPink: '#f8dde3',
42
43
  seaBuckthorn: '#fbaf34',
43
44
  silver: '#c9c8c8',
45
+ silverDark: '#b5b4b4',
44
46
  texas: '#f9f6a5',
45
47
  transparent: 'rgba(0, 0, 0, 0)',
46
48
  trinidad: '#df3d0c',
@@ -57,16 +59,17 @@ module.exports = {
57
59
  },
58
60
  font: {
59
61
  StagSans: {
60
- 300: 'https://cdn.telus.digital/uds/v0_16_1-StagSans-300-ZKRDmHAXqI-X32qEiSgls.otf',
61
- 400: 'https://cdn.telus.digital/uds/v0_16_1-StagSans-400-Iz2MU3VAg8NcIrG_d9_5L.otf',
62
- 500: 'https://cdn.telus.digital/uds/v0_16_1-StagSans-500-pUVUdv_PR3nZEKCseVieJ.otf',
63
- 600: 'https://cdn.telus.digital/uds/v0_16_1-StagSans-600-qw_l41vYIHCFvs4x00WOO.otf',
64
- 700: 'https://cdn.telus.digital/uds/v0_16_1-StagSans-700-dExKdE48HBaRykKcr6zeQ.otf'
62
+ 300: 'https://cdn.telus.digital/uds/v0_18_0-StagSans-300-nNnJJp86f5KFwO3K_rx37.otf',
63
+ 400: 'https://cdn.telus.digital/uds/v0_18_0-StagSans-400-L-Qk8wu_-P20as4lOJn7g.otf',
64
+ 500: 'https://cdn.telus.digital/uds/v0_18_0-StagSans-500-DuV_HQCeD9TgOsDl9iGGo.otf',
65
+ 600: 'https://cdn.telus.digital/uds/v0_18_0-StagSans-600-HkekhWQwG9Wf9oU19mS-K.otf',
66
+ 700: 'https://cdn.telus.digital/uds/v0_18_0-StagSans-700-Whbgrqb_DMH-kp11HJgJS.otf'
65
67
  }
66
68
  },
67
69
  fontSize: {
68
70
  size12: '0.75rem',
69
71
  size14: '0.875rem',
72
+ size15: '0.9375rem',
70
73
  size16: '1rem',
71
74
  size18: '1.125rem',
72
75
  size2: '0.125rem',
@@ -166,6 +169,7 @@ module.exports = {
166
169
  ratio10to7: 1.42857142857,
167
170
  ratio11to5: 2.15,
168
171
  ratio11to9: 1.22222222222,
172
+ ratio14to1: 1.45,
169
173
  ratio15to7: 2.15,
170
174
  ratio16to2: 2,
171
175
  ratio17to8: 2.13,
@@ -187,6 +191,7 @@ module.exports = {
187
191
  radius: {
188
192
  none: '0px',
189
193
  pill32: '32px',
194
+ radius1: '1px',
190
195
  radius12: '12px',
191
196
  radius4: '4px',
192
197
  radius48: '48px',
@@ -209,6 +214,7 @@ module.exports = {
209
214
  size12: '12px',
210
215
  size120: '120px',
211
216
  size128: '128px',
217
+ size13: '13px',
212
218
  size14: '14px',
213
219
  size140: '140px',
214
220
  size144: '144px',
package/package.json CHANGED
@@ -25,5 +25,5 @@
25
25
  "prepublishOnly": "npm run build"
26
26
  },
27
27
  "sideEffects": false,
28
- "version": "0.16.1"
28
+ "version": "0.18.0"
29
29
  }
package/palette.json CHANGED
@@ -135,6 +135,11 @@
135
135
  "tags": [],
136
136
  "value": "rgb(89, 89, 89)"
137
137
  },
138
+ "mortarDark": {
139
+ "description": "",
140
+ "tags": [],
141
+ "value": "rgb(80, 80, 80)"
142
+ },
138
143
  "mosque": {
139
144
  "description": "",
140
145
  "tags": ["brand"],
@@ -170,6 +175,11 @@
170
175
  "tags": [],
171
176
  "value": "rgb(201, 200, 200)"
172
177
  },
178
+ "silverDark": {
179
+ "description": "",
180
+ "tags": [],
181
+ "value": "rgb(181, 180, 180)"
182
+ },
173
183
  "texas": {
174
184
  "description": "",
175
185
  "tags": ["brand", "ui"],
@@ -247,6 +257,9 @@
247
257
  "size14": {
248
258
  "value": 14
249
259
  },
260
+ "size15": {
261
+ "value": 15
262
+ },
250
263
  "size16": {
251
264
  "value": 16
252
265
  },
@@ -602,6 +615,9 @@
602
615
  "ratio11to9": {
603
616
  "value": 1.22222222222
604
617
  },
618
+ "ratio14to1": {
619
+ "value": 1.45
620
+ },
605
621
  "ratio15to7": {
606
622
  "value": 2.15
607
623
  },
@@ -662,6 +678,9 @@
662
678
  "description": "For 'pill' designs with circular sides, which become rounded rectangles of radius 32 if forced to have height greater than 64 (for example, if user's accessibility settings increase text size)",
663
679
  "value": 32
664
680
  },
681
+ "radius1": {
682
+ "value": 1
683
+ },
665
684
  "radius12": {
666
685
  "value": 12
667
686
  },
@@ -781,6 +800,9 @@
781
800
  "description": "128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component",
782
801
  "value": 128
783
802
  },
803
+ "size13": {
804
+ "value": 13
805
+ },
784
806
  "size14": {
785
807
  "description": "Allows for the PaginationSideButton icon size",
786
808
  "value": 14