@telus-uds/palette-koodo 0.13.0 → 0.15.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 Mon, 24 Apr 2023 21:39:08 GMT
5
+ Generated on Tue, 09 May 2023 00:26:10 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 Mon, 24 Apr 2023 21:39:08 GMT
5
+ Generated on Tue, 09 May 2023 00:26:10 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 Mon, 24 Apr 2023 21:39:08 GMT
5
+ Generated on Tue, 09 May 2023 00:26:10 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -14,6 +14,7 @@
14
14
  <dimen name="size_20">20.00sp</dimen>
15
15
  <dimen name="size_24">24.00sp</dimen>
16
16
  <dimen name="size_28">28.00sp</dimen>
17
+ <dimen name="size_30">30.00sp</dimen>
17
18
  <dimen name="size_32">32.00sp</dimen>
18
19
  <dimen name="size_34">34.00sp</dimen>
19
20
  <dimen name="size_36">36.00sp</dimen>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 24 Apr 2023 21:39:08 GMT
5
+ Generated on Tue, 09 May 2023 00:26:10 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 Mon, 24 Apr 2023 21:39:08 GMT
5
+ Generated on Tue, 09 May 2023 00:26:10 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -23,6 +23,7 @@
23
23
  <dimen name="size_2">2.00dp</dimen>
24
24
  <dimen name="size_20">20.00dp</dimen>
25
25
  <dimen name="size_24">24.00dp</dimen>
26
+ <dimen name="size_288">288.00dp</dimen>
26
27
  <dimen name="size_32">32.00dp</dimen>
27
28
  <dimen name="size_36">36.00dp</dimen>
28
29
  <dimen name="size_4">4.00dp</dimen>
@@ -30,7 +31,9 @@
30
31
  <dimen name="size_44">44.00dp</dimen>
31
32
  <dimen name="size_48">48.00dp</dimen>
32
33
  <dimen name="size_5">5.00dp</dimen>
34
+ <dimen name="size_6">6.00dp</dimen>
33
35
  <dimen name="size_64">64.00dp</dimen>
36
+ <dimen name="size_640">640.00dp</dimen>
34
37
  <dimen name="size_72">72.00dp</dimen>
35
38
  <dimen name="size_8">8.00dp</dimen>
36
39
  <dimen name="size_80">80.00dp</dimen>
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 24 Apr 2023 21:39:08 GMT
7
+ // Generated on Tue, 09 May 2023 00:26:10 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 Mon, 24 Apr 2023 21:39:08 GMT
7
+ // Generated on Tue, 09 May 2023 00:26:10 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 Mon, 24 Apr 2023 21:39:08 GMT
7
+ // Generated on Tue, 09 May 2023 00:26:10 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -18,6 +18,7 @@ public enum PaletteFontSize {
18
18
  public static let size20 = CGFloat(20)
19
19
  public static let size24 = CGFloat(24)
20
20
  public static let size28 = CGFloat(28)
21
+ public static let size30 = CGFloat(30)
21
22
  public static let size32 = CGFloat(32)
22
23
  public static let size34 = CGFloat(34)
23
24
  public static let size36 = CGFloat(36)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 24 Apr 2023 21:39:08 GMT
7
+ // Generated on Tue, 09 May 2023 00:26:10 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 Mon, 24 Apr 2023 21:39:08 GMT
7
+ // Generated on Tue, 09 May 2023 00:26:10 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -27,6 +27,7 @@ public enum PaletteSize {
27
27
  public static let size2 = CGFloat(2)
28
28
  public static let size20 = CGFloat(20)
29
29
  public static let size24 = CGFloat(24)
30
+ public static let size288 = CGFloat(288)
30
31
  public static let size32 = CGFloat(32)
31
32
  public static let size36 = CGFloat(36)
32
33
  public static let size4 = CGFloat(4)
@@ -34,7 +35,9 @@ public enum PaletteSize {
34
35
  public static let size44 = CGFloat(44)
35
36
  public static let size48 = CGFloat(48)
36
37
  public static let size5 = CGFloat(5)
38
+ public static let size6 = CGFloat(6)
37
39
  public static let size64 = CGFloat(64)
40
+ public static let size640 = CGFloat(640)
38
41
  public static let size72 = CGFloat(72)
39
42
  public static let size8 = CGFloat(8)
40
43
  public static let size80 = CGFloat(80)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 24 Apr 2023 21:39:10 GMT
3
+ * Generated on Tue, 09 May 2023 00:26:12 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -73,6 +73,7 @@ module.exports = {
73
73
  size20: 20,
74
74
  size24: 24,
75
75
  size28: 28,
76
+ size30: 30,
76
77
  size32: 32,
77
78
  size34: 34,
78
79
  size36: 36,
@@ -166,6 +167,7 @@ module.exports = {
166
167
  ratio11to5: 2.15,
167
168
  ratio11to9: 1.22222222222,
168
169
  ratio15to7: 2.15,
170
+ ratio16to2: 2,
169
171
  ratio17to8: 2.13,
170
172
  ratio1to1: 1,
171
173
  ratio3to2: 1.5,
@@ -177,6 +179,7 @@ module.exports = {
177
179
  ratio8to7: 1.14285714286
178
180
  },
179
181
  opacity: {
182
+ opacity10: 1,
180
183
  opacity3: 0.3,
181
184
  opacity5: 0.5,
182
185
  opacity8: 0.8
@@ -266,6 +269,7 @@ module.exports = {
266
269
  size2: 2,
267
270
  size20: 20,
268
271
  size24: 24,
272
+ size288: 288,
269
273
  size32: 32,
270
274
  size36: 36,
271
275
  size4: 4,
@@ -273,7 +277,9 @@ module.exports = {
273
277
  size44: 44,
274
278
  size48: 48,
275
279
  size5: 5,
280
+ size6: 6,
276
281
  size64: 64,
282
+ size640: 640,
277
283
  size72: 72,
278
284
  size8: 8,
279
285
  size80: 80,
@@ -1,34 +1,34 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans';
3
- src: url('https://cdn.telus.digital/uds/v0_13_0-StagSans-300-lYgxfdIqxJsd7DVI2MZMQ.otf');
3
+ src: url('https://cdn.telus.digital/uds/v0_15_0-StagSans-300-GNQPINVrT83Oca2bE9BrX.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_13_0-StagSans-400-iSsZx9II1POeXDMuyvlR0.otf');
10
+ src: url('https://cdn.telus.digital/uds/v0_15_0-StagSans-400-iBeB8PlEdeH-J9XadKKPP.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_13_0-StagSans-500-7GX1cE_hGhdMYO4nb32Ge.otf');
17
+ src: url('https://cdn.telus.digital/uds/v0_15_0-StagSans-500-mB8YKtMdJ2Q9m75xg1wdw.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_13_0-StagSans-600-XIlSKnuhas0prIKOizpCK.otf');
24
+ src: url('https://cdn.telus.digital/uds/v0_15_0-StagSans-600-FyAI_atM-rnoQR1uG27Kb.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_13_0-StagSans-700-1RPNjSofUuSW3BDalpc2T.otf');
31
+ src: url('https://cdn.telus.digital/uds/v0_15_0-StagSans-700-B_MqckQnOsxzPmik7Y6_4.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_13_0-StagSans-300-lYgxfdIqxJsd7DVI2MZMQ.otf');
3
+ src: url('https://cdn.telus.digital/uds/v0_15_0-StagSans-300-GNQPINVrT83Oca2bE9BrX.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_13_0-StagSans-400-iSsZx9II1POeXDMuyvlR0.otf');
8
+ src: url('https://cdn.telus.digital/uds/v0_15_0-StagSans-400-iBeB8PlEdeH-J9XadKKPP.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_13_0-StagSans-500-7GX1cE_hGhdMYO4nb32Ge.otf');
13
+ src: url('https://cdn.telus.digital/uds/v0_15_0-StagSans-500-mB8YKtMdJ2Q9m75xg1wdw.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_13_0-StagSans-600-XIlSKnuhas0prIKOizpCK.otf');
18
+ src: url('https://cdn.telus.digital/uds/v0_15_0-StagSans-600-FyAI_atM-rnoQR1uG27Kb.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_13_0-StagSans-700-1RPNjSofUuSW3BDalpc2T.otf');
23
+ src: url('https://cdn.telus.digital/uds/v0_15_0-StagSans-700-B_MqckQnOsxzPmik7Y6_4.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_13_0-StagSans-300-lYgxfdIqxJsd7DVI2MZMQ.otf');
3
+ src: url('./v0_15_0-StagSans-300-GNQPINVrT83Oca2bE9BrX.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_13_0-StagSans-400-iSsZx9II1POeXDMuyvlR0.otf');
10
+ src: url('./v0_15_0-StagSans-400-iBeB8PlEdeH-J9XadKKPP.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_13_0-StagSans-500-7GX1cE_hGhdMYO4nb32Ge.otf');
17
+ src: url('./v0_15_0-StagSans-500-mB8YKtMdJ2Q9m75xg1wdw.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_13_0-StagSans-600-XIlSKnuhas0prIKOizpCK.otf');
24
+ src: url('./v0_15_0-StagSans-600-FyAI_atM-rnoQR1uG27Kb.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_13_0-StagSans-700-1RPNjSofUuSW3BDalpc2T.otf');
31
+ src: url('./v0_15_0-StagSans-700-B_MqckQnOsxzPmik7Y6_4.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_13_0-StagSans-300-lYgxfdIqxJsd7DVI2MZMQ.otf');
3
+ src: url('./v0_15_0-StagSans-300-GNQPINVrT83Oca2bE9BrX.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'StagSans400normal';
8
- src: url('./v0_13_0-StagSans-400-iSsZx9II1POeXDMuyvlR0.otf');
8
+ src: url('./v0_15_0-StagSans-400-iBeB8PlEdeH-J9XadKKPP.otf');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'StagSans500normal';
13
- src: url('./v0_13_0-StagSans-500-7GX1cE_hGhdMYO4nb32Ge.otf');
13
+ src: url('./v0_15_0-StagSans-500-mB8YKtMdJ2Q9m75xg1wdw.otf');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'StagSans600normal';
18
- src: url('./v0_13_0-StagSans-600-XIlSKnuhas0prIKOizpCK.otf');
18
+ src: url('./v0_15_0-StagSans-600-FyAI_atM-rnoQR1uG27Kb.otf');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'StagSans700normal';
23
- src: url('./v0_13_0-StagSans-700-1RPNjSofUuSW3BDalpc2T.otf');
23
+ src: url('./v0_15_0-StagSans-700-B_MqckQnOsxzPmik7Y6_4.otf');
24
24
  font-display: block;
25
25
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 24 Apr 2023 21:39:08 GMT
3
+ * Generated on Tue, 09 May 2023 00:26:10 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -57,11 +57,11 @@ module.exports = {
57
57
  },
58
58
  font: {
59
59
  StagSans: {
60
- 300: 'https://cdn.telus.digital/uds/v0_13_0-StagSans-300-lYgxfdIqxJsd7DVI2MZMQ.otf',
61
- 400: 'https://cdn.telus.digital/uds/v0_13_0-StagSans-400-iSsZx9II1POeXDMuyvlR0.otf',
62
- 500: 'https://cdn.telus.digital/uds/v0_13_0-StagSans-500-7GX1cE_hGhdMYO4nb32Ge.otf',
63
- 600: 'https://cdn.telus.digital/uds/v0_13_0-StagSans-600-XIlSKnuhas0prIKOizpCK.otf',
64
- 700: 'https://cdn.telus.digital/uds/v0_13_0-StagSans-700-1RPNjSofUuSW3BDalpc2T.otf'
60
+ 300: 'https://cdn.telus.digital/uds/v0_15_0-StagSans-300-GNQPINVrT83Oca2bE9BrX.otf',
61
+ 400: 'https://cdn.telus.digital/uds/v0_15_0-StagSans-400-iBeB8PlEdeH-J9XadKKPP.otf',
62
+ 500: 'https://cdn.telus.digital/uds/v0_15_0-StagSans-500-mB8YKtMdJ2Q9m75xg1wdw.otf',
63
+ 600: 'https://cdn.telus.digital/uds/v0_15_0-StagSans-600-FyAI_atM-rnoQR1uG27Kb.otf',
64
+ 700: 'https://cdn.telus.digital/uds/v0_15_0-StagSans-700-B_MqckQnOsxzPmik7Y6_4.otf'
65
65
  }
66
66
  },
67
67
  fontSize: {
@@ -73,6 +73,7 @@ module.exports = {
73
73
  size20: '1.25rem',
74
74
  size24: '1.5rem',
75
75
  size28: '1.75rem',
76
+ size30: '1.875rem',
76
77
  size32: '2rem',
77
78
  size34: '2.125rem',
78
79
  size36: '2.25rem',
@@ -166,6 +167,7 @@ module.exports = {
166
167
  ratio11to5: 2.15,
167
168
  ratio11to9: 1.22222222222,
168
169
  ratio15to7: 2.15,
170
+ ratio16to2: 2,
169
171
  ratio17to8: 2.13,
170
172
  ratio1to1: 1,
171
173
  ratio3to2: 1.5,
@@ -177,6 +179,7 @@ module.exports = {
177
179
  ratio8to7: 1.14285714286
178
180
  },
179
181
  opacity: {
182
+ opacity10: 1,
180
183
  opacity3: 0.3,
181
184
  opacity5: 0.5,
182
185
  opacity8: 0.8
@@ -217,6 +220,7 @@ module.exports = {
217
220
  size2: '2px',
218
221
  size20: '20px',
219
222
  size24: '24px',
223
+ size288: '288px',
220
224
  size32: '32px',
221
225
  size36: '36px',
222
226
  size4: '4px',
@@ -224,7 +228,9 @@ module.exports = {
224
228
  size44: '44px',
225
229
  size48: '48px',
226
230
  size5: '5px',
231
+ size6: '6px',
227
232
  size64: '64px',
233
+ size640: '640px',
228
234
  size72: '72px',
229
235
  size8: '8px',
230
236
  size80: '80px',
package/package.json CHANGED
@@ -25,5 +25,5 @@
25
25
  "prepublishOnly": "npm run build"
26
26
  },
27
27
  "sideEffects": false,
28
- "version": "0.13.0"
28
+ "version": "0.15.0"
29
29
  }
package/palette.json CHANGED
@@ -265,6 +265,9 @@
265
265
  "size28": {
266
266
  "value": 28
267
267
  },
268
+ "size30": {
269
+ "value": 30
270
+ },
268
271
  "size32": {
269
272
  "value": 32
270
273
  },
@@ -602,6 +605,9 @@
602
605
  "ratio15to7": {
603
606
  "value": 2.15
604
607
  },
608
+ "ratio16to2": {
609
+ "value": 2
610
+ },
605
611
  "ratio17to8": {
606
612
  "value": 2.13
607
613
  },
@@ -633,6 +639,9 @@
633
639
  },
634
640
  "opacity": {
635
641
  "values": {
642
+ "opacity10": {
643
+ "value": 1
644
+ },
636
645
  "opacity3": {
637
646
  "value": 0.3
638
647
  },
@@ -811,6 +820,9 @@
811
820
  "size24": {
812
821
  "value": 24
813
822
  },
823
+ "size288": {
824
+ "value": 288
825
+ },
814
826
  "size32": {
815
827
  "value": 32
816
828
  },
@@ -832,9 +844,16 @@
832
844
  "size5": {
833
845
  "value": 5
834
846
  },
847
+ "size6": {
848
+ "value": 6
849
+ },
835
850
  "size64": {
836
851
  "value": 64
837
852
  },
853
+ "size640": {
854
+ "description": "Used for max height in VideoPicker",
855
+ "value": 640
856
+ },
838
857
  "size72": {
839
858
  "value": 72
840
859
  },