@telus-uds/palette-koodo 1.2.0 → 1.4.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.
- package/build/android/border.xml +1 -1
- package/build/android/color.xml +1 -1
- package/build/android/font_size.xml +1 -1
- package/build/android/radius.xml +2 -1
- package/build/android/size.xml +1 -1
- package/build/ios/Border.swift +1 -1
- package/build/ios/Color.swift +1 -1
- package/build/ios/FontSize.swift +1 -1
- package/build/ios/Radius.swift +2 -1
- package/build/ios/Size.swift +1 -1
- package/build/rn/palette.js +2 -1
- package/build/web/fonts/fonts-cdn-family.css +5 -5
- package/build/web/fonts/fonts-cdn.css +5 -5
- package/build/web/fonts/fonts-local-family.css +5 -5
- package/build/web/fonts/fonts-local.css +5 -5
- package/build/web/palette.js +7 -6
- package/package.json +1 -1
- package/palette.json +3 -0
- /package/build/web/fonts/{v1_2_0-StagSans-300-6GuY9NQNJkiaE7uqz3jun.otf → v1_4_0-StagSans-300-hKmgj5M5j0O4As1GcLUu2.otf} +0 -0
- /package/build/web/fonts/{v1_2_0-StagSans-400-39M34RJVy_7IxkNadzwzF.otf → v1_4_0-StagSans-400-XhfeS779LU7plMKBSZNEB.otf} +0 -0
- /package/build/web/fonts/{v1_2_0-StagSans-500-4AK-Y-CPdNkYLaOZw4X4Q.otf → v1_4_0-StagSans-500-or_i1UQdwjw0IrtMTwMVu.otf} +0 -0
- /package/build/web/fonts/{v1_2_0-StagSans-600-9SjHmAJMwwv-D3yLobTDO.otf → v1_4_0-StagSans-600-ZdhcStHek1QdraIjkYAuK.otf} +0 -0
- /package/build/web/fonts/{v1_2_0-StagSans-700-ldHXS309v2f-E5bipCLnp.otf → v1_4_0-StagSans-700-aAaWCxmgBiAGJTfj9cBeo.otf} +0 -0
package/build/android/border.xml
CHANGED
package/build/android/color.xml
CHANGED
package/build/android/radius.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Fri, 07 Jun 2024 22:40:47 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
<dimen name="pill_32">32.00dp</dimen>
|
|
11
11
|
<dimen name="radius_1">1.00dp</dimen>
|
|
12
12
|
<dimen name="radius_12">12.00dp</dimen>
|
|
13
|
+
<dimen name="radius_16">16.00dp</dimen>
|
|
13
14
|
<dimen name="radius_2">2.00dp</dimen>
|
|
14
15
|
<dimen name="radius_24">24.00dp</dimen>
|
|
15
16
|
<dimen name="radius_4">4.00dp</dimen>
|
package/build/android/size.xml
CHANGED
package/build/ios/Border.swift
CHANGED
package/build/ios/Color.swift
CHANGED
package/build/ios/FontSize.swift
CHANGED
package/build/ios/Radius.swift
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 07 Jun 2024 22:40:47 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -14,6 +14,7 @@ public enum PaletteRadius {
|
|
|
14
14
|
public static let pill32 = CGFloat(32)
|
|
15
15
|
public static let radius1 = CGFloat(1)
|
|
16
16
|
public static let radius12 = CGFloat(12)
|
|
17
|
+
public static let radius16 = CGFloat(16)
|
|
17
18
|
public static let radius2 = CGFloat(2)
|
|
18
19
|
public static let radius24 = CGFloat(24)
|
|
19
20
|
public static let radius4 = CGFloat(4)
|
package/build/ios/Size.swift
CHANGED
package/build/rn/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 07 Jun 2024 22:40:49 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -250,6 +250,7 @@ module.exports = {
|
|
|
250
250
|
pill32: 32,
|
|
251
251
|
radius1: 1,
|
|
252
252
|
radius12: 12,
|
|
253
|
+
radius16: 16,
|
|
253
254
|
radius2: 2,
|
|
254
255
|
radius24: 24,
|
|
255
256
|
radius4: 4,
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans';
|
|
3
|
-
src: url('https://cdn.telus.digital/uds/
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/v1_4_0-StagSans-300-hKmgj5M5j0O4As1GcLUu2.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/
|
|
10
|
+
src: url('https://cdn.telus.digital/uds/v1_4_0-StagSans-400-XhfeS779LU7plMKBSZNEB.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/
|
|
17
|
+
src: url('https://cdn.telus.digital/uds/v1_4_0-StagSans-500-or_i1UQdwjw0IrtMTwMVu.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/
|
|
24
|
+
src: url('https://cdn.telus.digital/uds/v1_4_0-StagSans-600-ZdhcStHek1QdraIjkYAuK.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/
|
|
31
|
+
src: url('https://cdn.telus.digital/uds/v1_4_0-StagSans-700-aAaWCxmgBiAGJTfj9cBeo.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/
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/v1_4_0-StagSans-300-hKmgj5M5j0O4As1GcLUu2.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/
|
|
8
|
+
src: url('https://cdn.telus.digital/uds/v1_4_0-StagSans-400-XhfeS779LU7plMKBSZNEB.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/
|
|
13
|
+
src: url('https://cdn.telus.digital/uds/v1_4_0-StagSans-500-or_i1UQdwjw0IrtMTwMVu.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/
|
|
18
|
+
src: url('https://cdn.telus.digital/uds/v1_4_0-StagSans-600-ZdhcStHek1QdraIjkYAuK.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/
|
|
23
|
+
src: url('https://cdn.telus.digital/uds/v1_4_0-StagSans-700-aAaWCxmgBiAGJTfj9cBeo.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans';
|
|
3
|
-
src: url('./
|
|
3
|
+
src: url('./v1_4_0-StagSans-300-hKmgj5M5j0O4As1GcLUu2.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('./
|
|
10
|
+
src: url('./v1_4_0-StagSans-400-XhfeS779LU7plMKBSZNEB.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('./
|
|
17
|
+
src: url('./v1_4_0-StagSans-500-or_i1UQdwjw0IrtMTwMVu.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('./
|
|
24
|
+
src: url('./v1_4_0-StagSans-600-ZdhcStHek1QdraIjkYAuK.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('./
|
|
31
|
+
src: url('./v1_4_0-StagSans-700-aAaWCxmgBiAGJTfj9cBeo.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('./
|
|
3
|
+
src: url('./v1_4_0-StagSans-300-hKmgj5M5j0O4As1GcLUu2.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'StagSans400normal';
|
|
8
|
-
src: url('./
|
|
8
|
+
src: url('./v1_4_0-StagSans-400-XhfeS779LU7plMKBSZNEB.otf');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'StagSans500normal';
|
|
13
|
-
src: url('./
|
|
13
|
+
src: url('./v1_4_0-StagSans-500-or_i1UQdwjw0IrtMTwMVu.otf');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'StagSans600normal';
|
|
18
|
-
src: url('./
|
|
18
|
+
src: url('./v1_4_0-StagSans-600-ZdhcStHek1QdraIjkYAuK.otf');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'StagSans700normal';
|
|
23
|
-
src: url('./
|
|
23
|
+
src: url('./v1_4_0-StagSans-700-aAaWCxmgBiAGJTfj9cBeo.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
package/build/web/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 07 Jun 2024 22:40:47 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -67,11 +67,11 @@ module.exports = {
|
|
|
67
67
|
},
|
|
68
68
|
font: {
|
|
69
69
|
StagSans: {
|
|
70
|
-
300: 'https://cdn.telus.digital/uds/
|
|
71
|
-
400: 'https://cdn.telus.digital/uds/
|
|
72
|
-
500: 'https://cdn.telus.digital/uds/
|
|
73
|
-
600: 'https://cdn.telus.digital/uds/
|
|
74
|
-
700: 'https://cdn.telus.digital/uds/
|
|
70
|
+
300: 'https://cdn.telus.digital/uds/v1_4_0-StagSans-300-hKmgj5M5j0O4As1GcLUu2.otf',
|
|
71
|
+
400: 'https://cdn.telus.digital/uds/v1_4_0-StagSans-400-XhfeS779LU7plMKBSZNEB.otf',
|
|
72
|
+
500: 'https://cdn.telus.digital/uds/v1_4_0-StagSans-500-or_i1UQdwjw0IrtMTwMVu.otf',
|
|
73
|
+
600: 'https://cdn.telus.digital/uds/v1_4_0-StagSans-600-ZdhcStHek1QdraIjkYAuK.otf',
|
|
74
|
+
700: 'https://cdn.telus.digital/uds/v1_4_0-StagSans-700-aAaWCxmgBiAGJTfj9cBeo.otf'
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
fontSize: {
|
|
@@ -237,6 +237,7 @@ module.exports = {
|
|
|
237
237
|
pill32: '32px',
|
|
238
238
|
radius1: '1px',
|
|
239
239
|
radius12: '12px',
|
|
240
|
+
radius16: '16px',
|
|
240
241
|
radius2: '2px',
|
|
241
242
|
radius24: '24px',
|
|
242
243
|
radius4: '4px',
|
package/package.json
CHANGED
package/palette.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|