@telus-uds/palette-koodo 0.3.0 → 0.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 +4 -2
- package/build/android/font_size.xml +1 -1
- package/build/android/radius.xml +1 -1
- package/build/android/size.xml +1 -1
- package/build/ios/Border.swift +1 -1
- package/build/ios/Color.swift +4 -2
- package/build/ios/FontSize.swift +1 -1
- package/build/ios/Radius.swift +1 -1
- package/build/ios/Size.swift +1 -1
- package/build/rn/palette.js +4 -2
- 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 +9 -7
- package/package.json +1 -1
- package/palette.json +14 -4
- /package/build/web/fonts/{v0_3_0-StagSans-300-ou0G3UTNm8SGhfnhGH9l1.otf → v0_4_0-StagSans-300-NRo_hiPR2EXGYkbmrdJKf.otf} +0 -0
- /package/build/web/fonts/{v0_3_0-StagSans-400-YVN1btc2rnzp6l7Q58TNZ.otf → v0_4_0-StagSans-400-6ZZSY_6ZSiIkIp7Llj7Oo.otf} +0 -0
- /package/build/web/fonts/{v0_3_0-StagSans-500-Ht14BpvhoR9CWZJRFTl17.otf → v0_4_0-StagSans-500-gz47s7yWS811NH61kHvi-.otf} +0 -0
- /package/build/web/fonts/{v0_3_0-StagSans-600-DhsndP50bnhsCYOMxyqjC.otf → v0_4_0-StagSans-600-68bAmgUYjgbm-wqjuuyJn.otf} +0 -0
- /package/build/web/fonts/{v0_3_0-StagSans-700-atr6FO4jHmnMbQE1PfARU.otf → v0_4_0-StagSans-700-oZrk62FCHtxay2ZCsw_It.otf} +0 -0
package/build/android/border.xml
CHANGED
package/build/android/color.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Tue, 07 Mar 2023 21:12:11 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>
|
package/build/android/radius.xml
CHANGED
package/build/android/size.xml
CHANGED
package/build/ios/Border.swift
CHANGED
package/build/ios/Color.swift
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Tue, 07 Mar 2023 21:12:11 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)
|
package/build/ios/FontSize.swift
CHANGED
package/build/ios/Radius.swift
CHANGED
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 Tue, 07 Mar 2023 21:12:12 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',
|
|
@@ -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/v0_4_0-StagSans-300-NRo_hiPR2EXGYkbmrdJKf.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/v0_4_0-StagSans-400-6ZZSY_6ZSiIkIp7Llj7Oo.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/v0_4_0-StagSans-500-gz47s7yWS811NH61kHvi-.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/v0_4_0-StagSans-600-68bAmgUYjgbm-wqjuuyJn.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/v0_4_0-StagSans-700-oZrk62FCHtxay2ZCsw_It.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/v0_4_0-StagSans-300-NRo_hiPR2EXGYkbmrdJKf.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/v0_4_0-StagSans-400-6ZZSY_6ZSiIkIp7Llj7Oo.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/v0_4_0-StagSans-500-gz47s7yWS811NH61kHvi-.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/v0_4_0-StagSans-600-68bAmgUYjgbm-wqjuuyJn.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/v0_4_0-StagSans-700-oZrk62FCHtxay2ZCsw_It.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('./v0_4_0-StagSans-300-NRo_hiPR2EXGYkbmrdJKf.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('./v0_4_0-StagSans-400-6ZZSY_6ZSiIkIp7Llj7Oo.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('./v0_4_0-StagSans-500-gz47s7yWS811NH61kHvi-.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('./v0_4_0-StagSans-600-68bAmgUYjgbm-wqjuuyJn.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('./v0_4_0-StagSans-700-oZrk62FCHtxay2ZCsw_It.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('./v0_4_0-StagSans-300-NRo_hiPR2EXGYkbmrdJKf.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'StagSans400normal';
|
|
8
|
-
src: url('./
|
|
8
|
+
src: url('./v0_4_0-StagSans-400-6ZZSY_6ZSiIkIp7Llj7Oo.otf');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'StagSans500normal';
|
|
13
|
-
src: url('./
|
|
13
|
+
src: url('./v0_4_0-StagSans-500-gz47s7yWS811NH61kHvi-.otf');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'StagSans600normal';
|
|
18
|
-
src: url('./
|
|
18
|
+
src: url('./v0_4_0-StagSans-600-68bAmgUYjgbm-wqjuuyJn.otf');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'StagSans700normal';
|
|
23
|
-
src: url('./
|
|
23
|
+
src: url('./v0_4_0-StagSans-700-oZrk62FCHtxay2ZCsw_It.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 Tue, 07 Mar 2023 21:12:11 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/
|
|
55
|
-
400: 'https://cdn.telus.digital/uds/
|
|
56
|
-
500: 'https://cdn.telus.digital/uds/
|
|
57
|
-
600: 'https://cdn.telus.digital/uds/
|
|
58
|
-
700: 'https://cdn.telus.digital/uds/
|
|
56
|
+
300: 'https://cdn.telus.digital/uds/v0_4_0-StagSans-300-NRo_hiPR2EXGYkbmrdJKf.otf',
|
|
57
|
+
400: 'https://cdn.telus.digital/uds/v0_4_0-StagSans-400-6ZZSY_6ZSiIkIp7Llj7Oo.otf',
|
|
58
|
+
500: 'https://cdn.telus.digital/uds/v0_4_0-StagSans-500-gz47s7yWS811NH61kHvi-.otf',
|
|
59
|
+
600: 'https://cdn.telus.digital/uds/v0_4_0-StagSans-600-68bAmgUYjgbm-wqjuuyJn.otf',
|
|
60
|
+
700: 'https://cdn.telus.digital/uds/v0_4_0-StagSans-700-oZrk62FCHtxay2ZCsw_It.otf'
|
|
59
61
|
}
|
|
60
62
|
},
|
|
61
63
|
fontSize: {
|
package/package.json
CHANGED
package/palette.json
CHANGED
|
@@ -70,15 +70,15 @@
|
|
|
70
70
|
"tags": [],
|
|
71
71
|
"value": "rgb(0, 131, 179)"
|
|
72
72
|
},
|
|
73
|
-
"
|
|
73
|
+
"dove": {
|
|
74
74
|
"description": "",
|
|
75
75
|
"tags": [],
|
|
76
|
-
"value": "rgb(
|
|
76
|
+
"value": "rgb(102, 102, 102)"
|
|
77
77
|
},
|
|
78
|
-
"
|
|
78
|
+
"doveDark": {
|
|
79
79
|
"description": "",
|
|
80
80
|
"tags": [],
|
|
81
|
-
"value": "rgb(
|
|
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": [],
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|