@telus-uds/palette-koodo 0.3.0 → 0.5.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 Feb 2023 17:24:39 GMT
5
+ Generated on Tue, 14 Mar 2023 20:13:17 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 Feb 2023 17:24:39 GMT
5
+ Generated on Tue, 14 Mar 2023 20:13:17 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -16,17 +16,19 @@
16
16
  <color name="carousel_pink">#fffae6f4</color>
17
17
  <color name="chathams_blue">#ff17367d</color>
18
18
  <color name="dark_blue">#ff0083b3</color>
19
- <color name="dark_mosque">#ff014847</color>
20
19
  <color name="dove">#ff666666</color>
20
+ <color name="dove_dark">#ff5c5c5c</color>
21
21
  <color name="flirt">#ff7c1366</color>
22
22
  <color name="gallery">#ffefefef</color>
23
23
  <color name="grey_light">#fffafafa</color>
24
24
  <color name="hibiscus">#ffc53a70</color>
25
25
  <color name="iceberg">#ffcbf0e8</color>
26
26
  <color name="icicle">#ffe5f7fb</color>
27
+ <color name="icicle_dark">#ffbbeaf5</color>
27
28
  <color name="mint_tulip">#ffc1f2e8</color>
28
29
  <color name="mortar">#ff595959</color>
29
30
  <color name="mosque">#ff016b6a</color>
31
+ <color name="mosque_dark">#ff1b4746</color>
30
32
  <color name="notification_error_bg">#fff8dde3</color>
31
33
  <color name="onahau">#ffc3efff</color>
32
34
  <color name="piggy_pink">#fff8dde3</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 23 Feb 2023 17:24:39 GMT
5
+ Generated on Tue, 14 Mar 2023 20:13:17 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 Feb 2023 17:24:39 GMT
5
+ Generated on Tue, 14 Mar 2023 20:13:17 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -10,5 +10,6 @@
10
10
  <dimen name="pill_32">32.00dp</dimen>
11
11
  <dimen name="radius_12">12.00dp</dimen>
12
12
  <dimen name="radius_4">4.00dp</dimen>
13
+ <dimen name="radius_8">8.00dp</dimen>
13
14
 
14
15
  </resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 23 Feb 2023 17:24:39 GMT
5
+ Generated on Tue, 14 Mar 2023 20:13:17 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 Thu, 23 Feb 2023 17:24:39 GMT
7
+ // Generated on Tue, 14 Mar 2023 20:13:17 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 Feb 2023 17:24:39 GMT
7
+ // Generated on Tue, 14 Mar 2023 20:13:17 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -20,17 +20,19 @@ public enum PaletteColor {
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
22
  public static let darkBlue = UIColor(red: 0.000, green: 0.514, blue: 0.702, alpha: 1)
23
- public static let darkMosque = UIColor(red: 0.004, green: 0.282, blue: 0.278, alpha: 1)
24
23
  public static let dove = UIColor(red: 0.400, green: 0.400, blue: 0.400, alpha: 1)
24
+ public static let doveDark = UIColor(red: 0.361, green: 0.361, blue: 0.361, alpha: 1)
25
25
  public static let flirt = UIColor(red: 0.486, green: 0.075, blue: 0.400, alpha: 1)
26
26
  public static let gallery = UIColor(red: 0.937, green: 0.937, blue: 0.937, alpha: 1)
27
27
  public static let greyLight = UIColor(red: 0.980, green: 0.980, blue: 0.980, alpha: 1)
28
28
  public static let hibiscus = UIColor(red: 0.773, green: 0.227, blue: 0.439, alpha: 1)
29
29
  public static let iceberg = UIColor(red: 0.796, green: 0.941, blue: 0.910, alpha: 1)
30
30
  public static let icicle = UIColor(red: 0.898, green: 0.969, blue: 0.984, alpha: 1)
31
+ public static let icicleDark = UIColor(red: 0.733, green: 0.918, blue: 0.961, alpha: 1)
31
32
  public static let mintTulip = UIColor(red: 0.757, green: 0.949, blue: 0.910, alpha: 1)
32
33
  public static let mortar = UIColor(red: 0.349, green: 0.349, blue: 0.349, alpha: 1)
33
34
  public static let mosque = UIColor(red: 0.004, green: 0.420, blue: 0.416, alpha: 1)
35
+ public static let mosqueDark = UIColor(red: 0.106, green: 0.278, blue: 0.275, alpha: 1)
34
36
  public static let notificationErrorBg = UIColor(red: 0.973, green: 0.867, blue: 0.890, alpha: 1)
35
37
  public static let onahau = UIColor(red: 0.765, green: 0.937, blue: 1.000, alpha: 1)
36
38
  public static let piggyPink = UIColor(red: 0.973, green: 0.867, blue: 0.890, alpha: 1)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 23 Feb 2023 17:24:39 GMT
7
+ // Generated on Tue, 14 Mar 2023 20:13:17 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 Feb 2023 17:24:39 GMT
7
+ // Generated on Tue, 14 Mar 2023 20:13:17 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -14,4 +14,5 @@ public enum PaletteRadius {
14
14
  public static let pill32 = CGFloat(32)
15
15
  public static let radius12 = CGFloat(12)
16
16
  public static let radius4 = CGFloat(4)
17
+ public static let radius8 = CGFloat(8)
17
18
  }
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 23 Feb 2023 17:24:39 GMT
7
+ // Generated on Tue, 14 Mar 2023 20:13:17 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 23 Feb 2023 17:24:40 GMT
3
+ * Generated on Tue, 14 Mar 2023 20:13:18 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -21,17 +21,19 @@ module.exports = {
21
21
  carouselPink: '#fae6f4',
22
22
  chathamsBlue: '#17367d',
23
23
  darkBlue: '#0083b3',
24
- darkMosque: '#014847',
25
24
  dove: '#666666',
25
+ doveDark: '#5c5c5c',
26
26
  flirt: '#7c1366',
27
27
  gallery: '#efefef',
28
28
  greyLight: '#fafafa',
29
29
  hibiscus: '#c53a70',
30
30
  iceberg: '#cbf0e8',
31
31
  icicle: '#e5f7fb',
32
+ icicleDark: '#bbeaf5',
32
33
  mintTulip: '#c1f2e8',
33
34
  mortar: '#595959',
34
35
  mosque: '#016b6a',
36
+ mosqueDark: '#1b4746',
35
37
  notificationErrorBg: '#f8dde3',
36
38
  onahau: '#c3efff',
37
39
  piggyPink: '#f8dde3',
@@ -121,7 +123,8 @@ module.exports = {
121
123
  none: 0,
122
124
  pill32: 32,
123
125
  radius12: 12,
124
- radius4: 4
126
+ radius4: 4,
127
+ radius8: 8
125
128
  },
126
129
  shadow: {
127
130
  none: {
@@ -1,34 +1,34 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans';
3
- src: url('https://cdn.telus.digital/uds/v0_3_0-StagSans-300-ou0G3UTNm8SGhfnhGH9l1.otf');
3
+ src: url('https://cdn.telus.digital/uds/v0_5_0-StagSans-300-aSrhpPc5Q2-XGgF1yWF9Y.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_3_0-StagSans-400-YVN1btc2rnzp6l7Q58TNZ.otf');
10
+ src: url('https://cdn.telus.digital/uds/v0_5_0-StagSans-400-LQgDByk0llx6Db1Hyh7Wv.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_3_0-StagSans-500-Ht14BpvhoR9CWZJRFTl17.otf');
17
+ src: url('https://cdn.telus.digital/uds/v0_5_0-StagSans-500-4E7I0d9BgflfA2zJIAMUj.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_3_0-StagSans-600-DhsndP50bnhsCYOMxyqjC.otf');
24
+ src: url('https://cdn.telus.digital/uds/v0_5_0-StagSans-600-qUVun47hTdKUp_DSEo4SD.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_3_0-StagSans-700-atr6FO4jHmnMbQE1PfARU.otf');
31
+ src: url('https://cdn.telus.digital/uds/v0_5_0-StagSans-700-Zogigkgg5zI7kN8EydyvX.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_3_0-StagSans-300-ou0G3UTNm8SGhfnhGH9l1.otf');
3
+ src: url('https://cdn.telus.digital/uds/v0_5_0-StagSans-300-aSrhpPc5Q2-XGgF1yWF9Y.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_3_0-StagSans-400-YVN1btc2rnzp6l7Q58TNZ.otf');
8
+ src: url('https://cdn.telus.digital/uds/v0_5_0-StagSans-400-LQgDByk0llx6Db1Hyh7Wv.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_3_0-StagSans-500-Ht14BpvhoR9CWZJRFTl17.otf');
13
+ src: url('https://cdn.telus.digital/uds/v0_5_0-StagSans-500-4E7I0d9BgflfA2zJIAMUj.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_3_0-StagSans-600-DhsndP50bnhsCYOMxyqjC.otf');
18
+ src: url('https://cdn.telus.digital/uds/v0_5_0-StagSans-600-qUVun47hTdKUp_DSEo4SD.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_3_0-StagSans-700-atr6FO4jHmnMbQE1PfARU.otf');
23
+ src: url('https://cdn.telus.digital/uds/v0_5_0-StagSans-700-Zogigkgg5zI7kN8EydyvX.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_3_0-StagSans-300-ou0G3UTNm8SGhfnhGH9l1.otf');
3
+ src: url('./v0_5_0-StagSans-300-aSrhpPc5Q2-XGgF1yWF9Y.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_3_0-StagSans-400-YVN1btc2rnzp6l7Q58TNZ.otf');
10
+ src: url('./v0_5_0-StagSans-400-LQgDByk0llx6Db1Hyh7Wv.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_3_0-StagSans-500-Ht14BpvhoR9CWZJRFTl17.otf');
17
+ src: url('./v0_5_0-StagSans-500-4E7I0d9BgflfA2zJIAMUj.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_3_0-StagSans-600-DhsndP50bnhsCYOMxyqjC.otf');
24
+ src: url('./v0_5_0-StagSans-600-qUVun47hTdKUp_DSEo4SD.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_3_0-StagSans-700-atr6FO4jHmnMbQE1PfARU.otf');
31
+ src: url('./v0_5_0-StagSans-700-Zogigkgg5zI7kN8EydyvX.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_3_0-StagSans-300-ou0G3UTNm8SGhfnhGH9l1.otf');
3
+ src: url('./v0_5_0-StagSans-300-aSrhpPc5Q2-XGgF1yWF9Y.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'StagSans400normal';
8
- src: url('./v0_3_0-StagSans-400-YVN1btc2rnzp6l7Q58TNZ.otf');
8
+ src: url('./v0_5_0-StagSans-400-LQgDByk0llx6Db1Hyh7Wv.otf');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'StagSans500normal';
13
- src: url('./v0_3_0-StagSans-500-Ht14BpvhoR9CWZJRFTl17.otf');
13
+ src: url('./v0_5_0-StagSans-500-4E7I0d9BgflfA2zJIAMUj.otf');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'StagSans600normal';
18
- src: url('./v0_3_0-StagSans-600-DhsndP50bnhsCYOMxyqjC.otf');
18
+ src: url('./v0_5_0-StagSans-600-qUVun47hTdKUp_DSEo4SD.otf');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'StagSans700normal';
23
- src: url('./v0_3_0-StagSans-700-atr6FO4jHmnMbQE1PfARU.otf');
23
+ src: url('./v0_5_0-StagSans-700-Zogigkgg5zI7kN8EydyvX.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 Feb 2023 17:24:39 GMT
3
+ * Generated on Tue, 14 Mar 2023 20:13:17 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -21,17 +21,19 @@ module.exports = {
21
21
  carouselPink: '#fae6f4',
22
22
  chathamsBlue: '#17367d',
23
23
  darkBlue: '#0083b3',
24
- darkMosque: '#014847',
25
24
  dove: '#666666',
25
+ doveDark: '#5c5c5c',
26
26
  flirt: '#7c1366',
27
27
  gallery: '#efefef',
28
28
  greyLight: '#fafafa',
29
29
  hibiscus: '#c53a70',
30
30
  iceberg: '#cbf0e8',
31
31
  icicle: '#e5f7fb',
32
+ icicleDark: '#bbeaf5',
32
33
  mintTulip: '#c1f2e8',
33
34
  mortar: '#595959',
34
35
  mosque: '#016b6a',
36
+ mosqueDark: '#1b4746',
35
37
  notificationErrorBg: '#f8dde3',
36
38
  onahau: '#c3efff',
37
39
  piggyPink: '#f8dde3',
@@ -51,11 +53,11 @@ module.exports = {
51
53
  },
52
54
  font: {
53
55
  StagSans: {
54
- 300: 'https://cdn.telus.digital/uds/v0_3_0-StagSans-300-ou0G3UTNm8SGhfnhGH9l1.otf',
55
- 400: 'https://cdn.telus.digital/uds/v0_3_0-StagSans-400-YVN1btc2rnzp6l7Q58TNZ.otf',
56
- 500: 'https://cdn.telus.digital/uds/v0_3_0-StagSans-500-Ht14BpvhoR9CWZJRFTl17.otf',
57
- 600: 'https://cdn.telus.digital/uds/v0_3_0-StagSans-600-DhsndP50bnhsCYOMxyqjC.otf',
58
- 700: 'https://cdn.telus.digital/uds/v0_3_0-StagSans-700-atr6FO4jHmnMbQE1PfARU.otf'
56
+ 300: 'https://cdn.telus.digital/uds/v0_5_0-StagSans-300-aSrhpPc5Q2-XGgF1yWF9Y.otf',
57
+ 400: 'https://cdn.telus.digital/uds/v0_5_0-StagSans-400-LQgDByk0llx6Db1Hyh7Wv.otf',
58
+ 500: 'https://cdn.telus.digital/uds/v0_5_0-StagSans-500-4E7I0d9BgflfA2zJIAMUj.otf',
59
+ 600: 'https://cdn.telus.digital/uds/v0_5_0-StagSans-600-qUVun47hTdKUp_DSEo4SD.otf',
60
+ 700: 'https://cdn.telus.digital/uds/v0_5_0-StagSans-700-Zogigkgg5zI7kN8EydyvX.otf'
59
61
  }
60
62
  },
61
63
  fontSize: {
@@ -121,7 +123,8 @@ module.exports = {
121
123
  none: '0px',
122
124
  pill32: '32px',
123
125
  radius12: '12px',
124
- radius4: '4px'
126
+ radius4: '4px',
127
+ radius8: '8px'
125
128
  },
126
129
  shadow: {
127
130
  none: '0px 0px 0px 0px rgba(0, 0, 0, 0)'
package/package.json CHANGED
@@ -25,5 +25,5 @@
25
25
  "prepublishOnly": "npm run build"
26
26
  },
27
27
  "sideEffects": false,
28
- "version": "0.3.0"
28
+ "version": "0.5.0"
29
29
  }
package/palette.json CHANGED
@@ -70,15 +70,15 @@
70
70
  "tags": [],
71
71
  "value": "rgb(0, 131, 179)"
72
72
  },
73
- "darkMosque": {
73
+ "dove": {
74
74
  "description": "",
75
75
  "tags": [],
76
- "value": "rgb(1, 72, 71)"
76
+ "value": "rgb(102, 102, 102)"
77
77
  },
78
- "dove": {
78
+ "doveDark": {
79
79
  "description": "",
80
80
  "tags": [],
81
- "value": "rgb(102, 102, 102)"
81
+ "value": "rgb(92, 92, 92)"
82
82
  },
83
83
  "flirt": {
84
84
  "description": "",
@@ -110,6 +110,11 @@
110
110
  "tags": [],
111
111
  "value": "rgb(229, 247, 251)"
112
112
  },
113
+ "icicleDark": {
114
+ "description": "",
115
+ "tags": [],
116
+ "value": "rgb(187, 234, 245)"
117
+ },
113
118
  "mintTulip": {
114
119
  "description": "",
115
120
  "tags": [],
@@ -125,6 +130,11 @@
125
130
  "tags": ["brand"],
126
131
  "value": "rgb(1, 107, 106)"
127
132
  },
133
+ "mosqueDark": {
134
+ "description": "",
135
+ "tags": [],
136
+ "value": "rgb(27, 71, 70)"
137
+ },
128
138
  "notificationErrorBg": {
129
139
  "description": "Used for error notifications, tbc if should be in palette",
130
140
  "tags": [],
@@ -390,6 +400,9 @@
390
400
  },
391
401
  "radius4": {
392
402
  "value": 4
403
+ },
404
+ "radius8": {
405
+ "value": 8
393
406
  }
394
407
  }
395
408
  },