@telus-uds/palette-koodo 0.16.1 → 0.17.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 Sat, 27 May 2023 00:41:39 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 Sat, 27 May 2023 00:41:39 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,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 Sat, 27 May 2023 00:41:39 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -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 Sat, 27 May 2023 00:41:39 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 Sat, 27 May 2023 00:41:39 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -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 Sat, 27 May 2023 00:41:39 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 Sat, 27 May 2023 00:41:39 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 Sat, 27 May 2023 00:41:39 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 Sat, 27 May 2023 00:41:39 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 Sat, 27 May 2023 00:41:39 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -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 Sat, 27 May 2023 00:41:41 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',
@@ -187,6 +189,7 @@ module.exports = {
187
189
  radius: {
188
190
  none: 0,
189
191
  pill32: 32,
192
+ radius1: 1,
190
193
  radius12: 12,
191
194
  radius4: 4,
192
195
  radius48: 48,
@@ -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_17_0-StagSans-300-stqEgWPEpD4GcTiCJWcQe.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_17_0-StagSans-400-8xs4Mfyaew3zIOneNi-Qp.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_17_0-StagSans-500-wOoKU1b6tNssjZdyxpboK.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_17_0-StagSans-600-hRfXf8Tih_TEGsC6XaKjH.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_17_0-StagSans-700-yKUZH_VZkGOn8LxfFCenp.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_17_0-StagSans-300-stqEgWPEpD4GcTiCJWcQe.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_17_0-StagSans-400-8xs4Mfyaew3zIOneNi-Qp.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_17_0-StagSans-500-wOoKU1b6tNssjZdyxpboK.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_17_0-StagSans-600-hRfXf8Tih_TEGsC6XaKjH.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_17_0-StagSans-700-yKUZH_VZkGOn8LxfFCenp.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_17_0-StagSans-300-stqEgWPEpD4GcTiCJWcQe.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_17_0-StagSans-400-8xs4Mfyaew3zIOneNi-Qp.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_17_0-StagSans-500-wOoKU1b6tNssjZdyxpboK.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_17_0-StagSans-600-hRfXf8Tih_TEGsC6XaKjH.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_17_0-StagSans-700-yKUZH_VZkGOn8LxfFCenp.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_17_0-StagSans-300-stqEgWPEpD4GcTiCJWcQe.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_17_0-StagSans-400-8xs4Mfyaew3zIOneNi-Qp.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_17_0-StagSans-500-wOoKU1b6tNssjZdyxpboK.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_17_0-StagSans-600-hRfXf8Tih_TEGsC6XaKjH.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_17_0-StagSans-700-yKUZH_VZkGOn8LxfFCenp.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 Sat, 27 May 2023 00:41:39 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,11 +59,11 @@ 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_17_0-StagSans-300-stqEgWPEpD4GcTiCJWcQe.otf',
63
+ 400: 'https://cdn.telus.digital/uds/v0_17_0-StagSans-400-8xs4Mfyaew3zIOneNi-Qp.otf',
64
+ 500: 'https://cdn.telus.digital/uds/v0_17_0-StagSans-500-wOoKU1b6tNssjZdyxpboK.otf',
65
+ 600: 'https://cdn.telus.digital/uds/v0_17_0-StagSans-600-hRfXf8Tih_TEGsC6XaKjH.otf',
66
+ 700: 'https://cdn.telus.digital/uds/v0_17_0-StagSans-700-yKUZH_VZkGOn8LxfFCenp.otf'
65
67
  }
66
68
  },
67
69
  fontSize: {
@@ -187,6 +189,7 @@ module.exports = {
187
189
  radius: {
188
190
  none: '0px',
189
191
  pill32: '32px',
192
+ radius1: '1px',
190
193
  radius12: '12px',
191
194
  radius4: '4px',
192
195
  radius48: '48px',
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.17.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"],
@@ -662,6 +672,9 @@
662
672
  "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
673
  "value": 32
664
674
  },
675
+ "radius1": {
676
+ "value": 1
677
+ },
665
678
  "radius12": {
666
679
  "value": 12
667
680
  },