@telus-uds/palette-koodo 0.2.1 → 0.3.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, 28 Dec 2022 20:57:05 GMT
5
+ Generated on Thu, 23 Feb 2023 17:24: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, 28 Dec 2022 20:57:05 GMT
5
+ Generated on Thu, 23 Feb 2023 17:24:39 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -20,13 +20,16 @@
20
20
  <color name="dove">#ff666666</color>
21
21
  <color name="flirt">#ff7c1366</color>
22
22
  <color name="gallery">#ffefefef</color>
23
+ <color name="grey_light">#fffafafa</color>
23
24
  <color name="hibiscus">#ffc53a70</color>
24
25
  <color name="iceberg">#ffcbf0e8</color>
26
+ <color name="icicle">#ffe5f7fb</color>
25
27
  <color name="mint_tulip">#ffc1f2e8</color>
26
28
  <color name="mortar">#ff595959</color>
27
29
  <color name="mosque">#ff016b6a</color>
28
30
  <color name="notification_error_bg">#fff8dde3</color>
29
31
  <color name="onahau">#ffc3efff</color>
32
+ <color name="piggy_pink">#fff8dde3</color>
30
33
  <color name="sea_buckthorn">#fffbaf34</color>
31
34
  <color name="silver">#ffc9c8c8</color>
32
35
  <color name="texas">#fff9f6a5</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Wed, 28 Dec 2022 20:57:05 GMT
5
+ Generated on Thu, 23 Feb 2023 17:24: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, 28 Dec 2022 20:57:05 GMT
5
+ Generated on Thu, 23 Feb 2023 17:24: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, 28 Dec 2022 20:57:05 GMT
5
+ Generated on Thu, 23 Feb 2023 17:24: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, 28 Dec 2022 20:57:05 GMT
7
+ // Generated on Thu, 23 Feb 2023 17:24: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, 28 Dec 2022 20:57:05 GMT
7
+ // Generated on Thu, 23 Feb 2023 17:24:39 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -24,13 +24,16 @@ public enum PaletteColor {
24
24
  public static let dove = UIColor(red: 0.400, green: 0.400, blue: 0.400, 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
+ public static let greyLight = UIColor(red: 0.980, green: 0.980, blue: 0.980, alpha: 1)
27
28
  public static let hibiscus = UIColor(red: 0.773, green: 0.227, blue: 0.439, alpha: 1)
28
29
  public static let iceberg = UIColor(red: 0.796, green: 0.941, blue: 0.910, alpha: 1)
30
+ public static let icicle = UIColor(red: 0.898, green: 0.969, blue: 0.984, alpha: 1)
29
31
  public static let mintTulip = UIColor(red: 0.757, green: 0.949, blue: 0.910, alpha: 1)
30
32
  public static let mortar = UIColor(red: 0.349, green: 0.349, blue: 0.349, alpha: 1)
31
33
  public static let mosque = UIColor(red: 0.004, green: 0.420, blue: 0.416, alpha: 1)
32
34
  public static let notificationErrorBg = UIColor(red: 0.973, green: 0.867, blue: 0.890, alpha: 1)
33
35
  public static let onahau = UIColor(red: 0.765, green: 0.937, blue: 1.000, alpha: 1)
36
+ public static let piggyPink = UIColor(red: 0.973, green: 0.867, blue: 0.890, alpha: 1)
34
37
  public static let seaBuckthorn = UIColor(red: 0.984, green: 0.686, blue: 0.204, alpha: 1)
35
38
  public static let silver = UIColor(red: 0.788, green: 0.784, blue: 0.784, alpha: 1)
36
39
  public static let texas = UIColor(red: 0.976, green: 0.965, blue: 0.647, alpha: 1)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 28 Dec 2022 20:57:05 GMT
7
+ // Generated on Thu, 23 Feb 2023 17:24: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, 28 Dec 2022 20:57:05 GMT
7
+ // Generated on Thu, 23 Feb 2023 17:24: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, 28 Dec 2022 20:57:05 GMT
7
+ // Generated on Thu, 23 Feb 2023 17:24: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, 28 Dec 2022 20:57:06 GMT
3
+ * Generated on Thu, 23 Feb 2023 17:24:40 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -25,13 +25,16 @@ module.exports = {
25
25
  dove: '#666666',
26
26
  flirt: '#7c1366',
27
27
  gallery: '#efefef',
28
+ greyLight: '#fafafa',
28
29
  hibiscus: '#c53a70',
29
30
  iceberg: '#cbf0e8',
31
+ icicle: '#e5f7fb',
30
32
  mintTulip: '#c1f2e8',
31
33
  mortar: '#595959',
32
34
  mosque: '#016b6a',
33
35
  notificationErrorBg: '#f8dde3',
34
36
  onahau: '#c3efff',
37
+ piggyPink: '#f8dde3',
35
38
  seaBuckthorn: '#fbaf34',
36
39
  silver: '#c9c8c8',
37
40
  texas: '#f9f6a5',
@@ -1,34 +1,34 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans';
3
- src: url('https://cdn.telus.digital/uds/v0_2_1-StagSans-300-Ng5sOnPm7sDRkVxkDzp1h.otf');
3
+ src: url('https://cdn.telus.digital/uds/v0_3_0-StagSans-300-ou0G3UTNm8SGhfnhGH9l1.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_2_1-StagSans-400-ChnY3LlbE9o2eTAi0J5T5.otf');
10
+ src: url('https://cdn.telus.digital/uds/v0_3_0-StagSans-400-YVN1btc2rnzp6l7Q58TNZ.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_2_1-StagSans-500-_d_8V6uuGBhkrM1ATWQoy.otf');
17
+ src: url('https://cdn.telus.digital/uds/v0_3_0-StagSans-500-Ht14BpvhoR9CWZJRFTl17.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_2_1-StagSans-600-S9V6t7vBx96Ges4qE6DRS.otf');
24
+ src: url('https://cdn.telus.digital/uds/v0_3_0-StagSans-600-DhsndP50bnhsCYOMxyqjC.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_2_1-StagSans-700-AMFclBvEBIWlN_33Ncjkr.otf');
31
+ src: url('https://cdn.telus.digital/uds/v0_3_0-StagSans-700-atr6FO4jHmnMbQE1PfARU.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_2_1-StagSans-300-Ng5sOnPm7sDRkVxkDzp1h.otf');
3
+ src: url('https://cdn.telus.digital/uds/v0_3_0-StagSans-300-ou0G3UTNm8SGhfnhGH9l1.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_2_1-StagSans-400-ChnY3LlbE9o2eTAi0J5T5.otf');
8
+ src: url('https://cdn.telus.digital/uds/v0_3_0-StagSans-400-YVN1btc2rnzp6l7Q58TNZ.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_2_1-StagSans-500-_d_8V6uuGBhkrM1ATWQoy.otf');
13
+ src: url('https://cdn.telus.digital/uds/v0_3_0-StagSans-500-Ht14BpvhoR9CWZJRFTl17.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_2_1-StagSans-600-S9V6t7vBx96Ges4qE6DRS.otf');
18
+ src: url('https://cdn.telus.digital/uds/v0_3_0-StagSans-600-DhsndP50bnhsCYOMxyqjC.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_2_1-StagSans-700-AMFclBvEBIWlN_33Ncjkr.otf');
23
+ src: url('https://cdn.telus.digital/uds/v0_3_0-StagSans-700-atr6FO4jHmnMbQE1PfARU.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_2_1-StagSans-300-Ng5sOnPm7sDRkVxkDzp1h.otf');
3
+ src: url('./v0_3_0-StagSans-300-ou0G3UTNm8SGhfnhGH9l1.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_2_1-StagSans-400-ChnY3LlbE9o2eTAi0J5T5.otf');
10
+ src: url('./v0_3_0-StagSans-400-YVN1btc2rnzp6l7Q58TNZ.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_2_1-StagSans-500-_d_8V6uuGBhkrM1ATWQoy.otf');
17
+ src: url('./v0_3_0-StagSans-500-Ht14BpvhoR9CWZJRFTl17.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_2_1-StagSans-600-S9V6t7vBx96Ges4qE6DRS.otf');
24
+ src: url('./v0_3_0-StagSans-600-DhsndP50bnhsCYOMxyqjC.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_2_1-StagSans-700-AMFclBvEBIWlN_33Ncjkr.otf');
31
+ src: url('./v0_3_0-StagSans-700-atr6FO4jHmnMbQE1PfARU.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_2_1-StagSans-300-Ng5sOnPm7sDRkVxkDzp1h.otf');
3
+ src: url('./v0_3_0-StagSans-300-ou0G3UTNm8SGhfnhGH9l1.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'StagSans400normal';
8
- src: url('./v0_2_1-StagSans-400-ChnY3LlbE9o2eTAi0J5T5.otf');
8
+ src: url('./v0_3_0-StagSans-400-YVN1btc2rnzp6l7Q58TNZ.otf');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'StagSans500normal';
13
- src: url('./v0_2_1-StagSans-500-_d_8V6uuGBhkrM1ATWQoy.otf');
13
+ src: url('./v0_3_0-StagSans-500-Ht14BpvhoR9CWZJRFTl17.otf');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'StagSans600normal';
18
- src: url('./v0_2_1-StagSans-600-S9V6t7vBx96Ges4qE6DRS.otf');
18
+ src: url('./v0_3_0-StagSans-600-DhsndP50bnhsCYOMxyqjC.otf');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'StagSans700normal';
23
- src: url('./v0_2_1-StagSans-700-AMFclBvEBIWlN_33Ncjkr.otf');
23
+ src: url('./v0_3_0-StagSans-700-atr6FO4jHmnMbQE1PfARU.otf');
24
24
  font-display: block;
25
25
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Dec 2022 20:57:05 GMT
3
+ * Generated on Thu, 23 Feb 2023 17:24:39 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -25,13 +25,16 @@ module.exports = {
25
25
  dove: '#666666',
26
26
  flirt: '#7c1366',
27
27
  gallery: '#efefef',
28
+ greyLight: '#fafafa',
28
29
  hibiscus: '#c53a70',
29
30
  iceberg: '#cbf0e8',
31
+ icicle: '#e5f7fb',
30
32
  mintTulip: '#c1f2e8',
31
33
  mortar: '#595959',
32
34
  mosque: '#016b6a',
33
35
  notificationErrorBg: '#f8dde3',
34
36
  onahau: '#c3efff',
37
+ piggyPink: '#f8dde3',
35
38
  seaBuckthorn: '#fbaf34',
36
39
  silver: '#c9c8c8',
37
40
  texas: '#f9f6a5',
@@ -48,11 +51,11 @@ module.exports = {
48
51
  },
49
52
  font: {
50
53
  StagSans: {
51
- 300: 'https://cdn.telus.digital/uds/v0_2_1-StagSans-300-Ng5sOnPm7sDRkVxkDzp1h.otf',
52
- 400: 'https://cdn.telus.digital/uds/v0_2_1-StagSans-400-ChnY3LlbE9o2eTAi0J5T5.otf',
53
- 500: 'https://cdn.telus.digital/uds/v0_2_1-StagSans-500-_d_8V6uuGBhkrM1ATWQoy.otf',
54
- 600: 'https://cdn.telus.digital/uds/v0_2_1-StagSans-600-S9V6t7vBx96Ges4qE6DRS.otf',
55
- 700: 'https://cdn.telus.digital/uds/v0_2_1-StagSans-700-AMFclBvEBIWlN_33Ncjkr.otf'
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
59
  }
57
60
  },
58
61
  fontSize: {
package/package.json CHANGED
@@ -25,5 +25,5 @@
25
25
  "prepublishOnly": "npm run build"
26
26
  },
27
27
  "sideEffects": false,
28
- "version": "0.2.1"
28
+ "version": "0.3.0"
29
29
  }
package/palette.json CHANGED
@@ -90,6 +90,11 @@
90
90
  "tags": [],
91
91
  "value": "rgb(239, 239, 239)"
92
92
  },
93
+ "greyLight": {
94
+ "description": "",
95
+ "tags": [],
96
+ "value": "rgb(250, 250, 250)"
97
+ },
93
98
  "hibiscus": {
94
99
  "description": "",
95
100
  "tags": [],
@@ -100,6 +105,11 @@
100
105
  "tags": [],
101
106
  "value": "rgb(203, 240, 232)"
102
107
  },
108
+ "icicle": {
109
+ "description": "",
110
+ "tags": [],
111
+ "value": "rgb(229, 247, 251)"
112
+ },
103
113
  "mintTulip": {
104
114
  "description": "",
105
115
  "tags": [],
@@ -125,6 +135,11 @@
125
135
  "tags": ["ui"],
126
136
  "value": "rgb(195, 239, 255)"
127
137
  },
138
+ "piggyPink": {
139
+ "description": "",
140
+ "tags": [],
141
+ "value": "rgb(248, 221, 227)"
142
+ },
128
143
  "seaBuckthorn": {
129
144
  "description": "",
130
145
  "tags": [],