@telus-uds/palette-koodo 0.7.0 → 0.8.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 -1
- package/build/android/font_size.xml +2 -1
- package/build/android/radius.xml +1 -1
- package/build/android/size.xml +2 -1
- package/build/ios/Border.swift +1 -1
- package/build/ios/Color.swift +4 -1
- package/build/ios/FontSize.swift +2 -1
- package/build/ios/Radius.swift +1 -1
- package/build/ios/Size.swift +2 -1
- package/build/rn/palette.js +7 -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 +12 -7
- package/package.json +1 -1
- package/palette.json +22 -0
- /package/build/web/fonts/{v0_7_0-StagSans-300-C5oDLSX_CBmLhxvnElpIn.otf → v0_8_0-StagSans-300-v8O-nDU-W5GzcaJj2KRYn.otf} +0 -0
- /package/build/web/fonts/{v0_7_0-StagSans-400-WBQMp15MMLVj_Dnxbxvck.otf → v0_8_0-StagSans-400-S0u17gO_yPMVoNvlMuddf.otf} +0 -0
- /package/build/web/fonts/{v0_7_0-StagSans-500-MLXwZjh2Ap6tVhqINHE7d.otf → v0_8_0-StagSans-500-VGxqvPf4b7DvnE4__0xBL.otf} +0 -0
- /package/build/web/fonts/{v0_7_0-StagSans-600-QHtiuyBNUZ0JXAE9ZS626.otf → v0_8_0-StagSans-600-iAuKz2wi48c86pjaKqWKI.otf} +0 -0
- /package/build/web/fonts/{v0_7_0-StagSans-700-xjr0lmTstM0u_k965LsBO.otf → v0_8_0-StagSans-700-Uhe0jw9kEfeNVY_E0kghk.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 Mon, 03 Apr 2023 20:38:31 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
<color name="cardinal_pink">#ff8c0448</color>
|
|
16
16
|
<color name="carousel_pink">#fffae6f4</color>
|
|
17
17
|
<color name="chathams_blue">#ff17367d</color>
|
|
18
|
+
<color name="chathams_blue_dark">#ff052158</color>
|
|
18
19
|
<color name="dark_blue">#ff0083b3</color>
|
|
19
20
|
<color name="dark_mosque">#ff014847</color>
|
|
20
21
|
<color name="dove">#ff666666</color>
|
|
@@ -38,9 +39,11 @@
|
|
|
38
39
|
<color name="texas">#fff9f6a5</color>
|
|
39
40
|
<color name="transparent">#00000000</color>
|
|
40
41
|
<color name="trinidad">#ffdf3d0c</color>
|
|
42
|
+
<color name="trinidad_dark">#ffc9370b</color>
|
|
41
43
|
<color name="turquoise">#ff39cdc9</color>
|
|
42
44
|
<color name="wattle">#ffd5e04d</color>
|
|
43
45
|
<color name="well_read">#ffb8373e</color>
|
|
44
46
|
<color name="white">#ffffffff</color>
|
|
47
|
+
<color name="white_dark">#ffe6e6e6</color>
|
|
45
48
|
|
|
46
49
|
</resources>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Mon, 03 Apr 2023 20:38:31 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
<dimen name="size_14">14.00sp</dimen>
|
|
11
11
|
<dimen name="size_16">16.00sp</dimen>
|
|
12
12
|
<dimen name="size_18">18.00sp</dimen>
|
|
13
|
+
<dimen name="size_2">2.00sp</dimen>
|
|
13
14
|
<dimen name="size_20">20.00sp</dimen>
|
|
14
15
|
<dimen name="size_24">24.00sp</dimen>
|
|
15
16
|
<dimen name="size_28">28.00sp</dimen>
|
package/build/android/radius.xml
CHANGED
package/build/android/size.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Mon, 03 Apr 2023 20:38:31 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
<dimen name="size_128">128.00dp</dimen>
|
|
15
15
|
<dimen name="size_14">14.00dp</dimen>
|
|
16
16
|
<dimen name="size_140">140.00dp</dimen>
|
|
17
|
+
<dimen name="size_144">144.00dp</dimen>
|
|
17
18
|
<dimen name="size_15">15.00dp</dimen>
|
|
18
19
|
<dimen name="size_16">16.00dp</dimen>
|
|
19
20
|
<dimen name="size_168">168.00dp</dimen>
|
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 Mon, 03 Apr 2023 20:38:31 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -19,6 +19,7 @@ public enum PaletteColor {
|
|
|
19
19
|
public static let cardinalPink = UIColor(red: 0.549, green: 0.016, blue: 0.282, alpha: 1)
|
|
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
|
+
public static let chathamsBlueDark = UIColor(red: 0.020, green: 0.129, blue: 0.345, alpha: 1)
|
|
22
23
|
public static let darkBlue = UIColor(red: 0.000, green: 0.514, blue: 0.702, alpha: 1)
|
|
23
24
|
public static let darkMosque = UIColor(red: 0.004, green: 0.282, blue: 0.278, alpha: 1)
|
|
24
25
|
public static let dove = UIColor(red: 0.400, green: 0.400, blue: 0.400, alpha: 1)
|
|
@@ -42,8 +43,10 @@ public enum PaletteColor {
|
|
|
42
43
|
public static let texas = UIColor(red: 0.976, green: 0.965, blue: 0.647, alpha: 1)
|
|
43
44
|
public static let transparent = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
44
45
|
public static let trinidad = UIColor(red: 0.875, green: 0.239, blue: 0.047, alpha: 1)
|
|
46
|
+
public static let trinidadDark = UIColor(red: 0.788, green: 0.216, blue: 0.043, alpha: 1)
|
|
45
47
|
public static let turquoise = UIColor(red: 0.224, green: 0.804, blue: 0.788, alpha: 1)
|
|
46
48
|
public static let wattle = UIColor(red: 0.835, green: 0.878, blue: 0.302, alpha: 1)
|
|
47
49
|
public static let wellRead = UIColor(red: 0.722, green: 0.216, blue: 0.243, alpha: 1)
|
|
48
50
|
public static let white = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
51
|
+
public static let whiteDark = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
49
52
|
}
|
package/build/ios/FontSize.swift
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Mon, 03 Apr 2023 20:38:31 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -14,6 +14,7 @@ public enum PaletteFontSize {
|
|
|
14
14
|
public static let size14 = CGFloat(14)
|
|
15
15
|
public static let size16 = CGFloat(16)
|
|
16
16
|
public static let size18 = CGFloat(18)
|
|
17
|
+
public static let size2 = CGFloat(2)
|
|
17
18
|
public static let size20 = CGFloat(20)
|
|
18
19
|
public static let size24 = CGFloat(24)
|
|
19
20
|
public static let size28 = CGFloat(28)
|
package/build/ios/Radius.swift
CHANGED
package/build/ios/Size.swift
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Mon, 03 Apr 2023 20:38:31 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -18,6 +18,7 @@ public enum PaletteSize {
|
|
|
18
18
|
public static let size128 = CGFloat(128)
|
|
19
19
|
public static let size14 = CGFloat(14)
|
|
20
20
|
public static let size140 = CGFloat(140)
|
|
21
|
+
public static let size144 = CGFloat(144)
|
|
21
22
|
public static let size15 = CGFloat(15)
|
|
22
23
|
public static let size16 = CGFloat(16)
|
|
23
24
|
public static let size168 = CGFloat(168)
|
package/build/rn/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 03 Apr 2023 20:38:32 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -20,6 +20,7 @@ module.exports = {
|
|
|
20
20
|
cardinalPink: '#8c0448',
|
|
21
21
|
carouselPink: '#fae6f4',
|
|
22
22
|
chathamsBlue: '#17367d',
|
|
23
|
+
chathamsBlueDark: '#052158',
|
|
23
24
|
darkBlue: '#0083b3',
|
|
24
25
|
darkMosque: '#014847',
|
|
25
26
|
dove: '#666666',
|
|
@@ -43,10 +44,12 @@ module.exports = {
|
|
|
43
44
|
texas: '#f9f6a5',
|
|
44
45
|
transparent: 'rgba(0, 0, 0, 0)',
|
|
45
46
|
trinidad: '#df3d0c',
|
|
47
|
+
trinidadDark: '#c9370b',
|
|
46
48
|
turquoise: '#39cdc9',
|
|
47
49
|
wattle: '#d5e04d',
|
|
48
50
|
wellRead: '#b8373e',
|
|
49
|
-
white: '#ffffff'
|
|
51
|
+
white: '#ffffff',
|
|
52
|
+
whiteDark: '#e6e6e6'
|
|
50
53
|
},
|
|
51
54
|
duration: {
|
|
52
55
|
duration250: 250,
|
|
@@ -66,6 +69,7 @@ module.exports = {
|
|
|
66
69
|
size14: 14,
|
|
67
70
|
size16: 16,
|
|
68
71
|
size18: 18,
|
|
72
|
+
size2: 2,
|
|
69
73
|
size20: 20,
|
|
70
74
|
size24: 24,
|
|
71
75
|
size28: 28,
|
|
@@ -169,6 +173,7 @@ module.exports = {
|
|
|
169
173
|
size128: 128,
|
|
170
174
|
size14: 14,
|
|
171
175
|
size140: 140,
|
|
176
|
+
size144: 144,
|
|
172
177
|
size15: 15,
|
|
173
178
|
size16: 16,
|
|
174
179
|
size168: 168,
|
|
@@ -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_8_0-StagSans-300-v8O-nDU-W5GzcaJj2KRYn.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_8_0-StagSans-400-S0u17gO_yPMVoNvlMuddf.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_8_0-StagSans-500-VGxqvPf4b7DvnE4__0xBL.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_8_0-StagSans-600-iAuKz2wi48c86pjaKqWKI.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_8_0-StagSans-700-Uhe0jw9kEfeNVY_E0kghk.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_8_0-StagSans-300-v8O-nDU-W5GzcaJj2KRYn.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_8_0-StagSans-400-S0u17gO_yPMVoNvlMuddf.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_8_0-StagSans-500-VGxqvPf4b7DvnE4__0xBL.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_8_0-StagSans-600-iAuKz2wi48c86pjaKqWKI.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_8_0-StagSans-700-Uhe0jw9kEfeNVY_E0kghk.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_8_0-StagSans-300-v8O-nDU-W5GzcaJj2KRYn.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_8_0-StagSans-400-S0u17gO_yPMVoNvlMuddf.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_8_0-StagSans-500-VGxqvPf4b7DvnE4__0xBL.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_8_0-StagSans-600-iAuKz2wi48c86pjaKqWKI.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_8_0-StagSans-700-Uhe0jw9kEfeNVY_E0kghk.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_8_0-StagSans-300-v8O-nDU-W5GzcaJj2KRYn.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'StagSans400normal';
|
|
8
|
-
src: url('./
|
|
8
|
+
src: url('./v0_8_0-StagSans-400-S0u17gO_yPMVoNvlMuddf.otf');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'StagSans500normal';
|
|
13
|
-
src: url('./
|
|
13
|
+
src: url('./v0_8_0-StagSans-500-VGxqvPf4b7DvnE4__0xBL.otf');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'StagSans600normal';
|
|
18
|
-
src: url('./
|
|
18
|
+
src: url('./v0_8_0-StagSans-600-iAuKz2wi48c86pjaKqWKI.otf');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'StagSans700normal';
|
|
23
|
-
src: url('./
|
|
23
|
+
src: url('./v0_8_0-StagSans-700-Uhe0jw9kEfeNVY_E0kghk.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 Mon, 03 Apr 2023 20:38:31 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -20,6 +20,7 @@ module.exports = {
|
|
|
20
20
|
cardinalPink: '#8c0448',
|
|
21
21
|
carouselPink: '#fae6f4',
|
|
22
22
|
chathamsBlue: '#17367d',
|
|
23
|
+
chathamsBlueDark: '#052158',
|
|
23
24
|
darkBlue: '#0083b3',
|
|
24
25
|
darkMosque: '#014847',
|
|
25
26
|
dove: '#666666',
|
|
@@ -43,10 +44,12 @@ module.exports = {
|
|
|
43
44
|
texas: '#f9f6a5',
|
|
44
45
|
transparent: 'rgba(0, 0, 0, 0)',
|
|
45
46
|
trinidad: '#df3d0c',
|
|
47
|
+
trinidadDark: '#c9370b',
|
|
46
48
|
turquoise: '#39cdc9',
|
|
47
49
|
wattle: '#d5e04d',
|
|
48
50
|
wellRead: '#b8373e',
|
|
49
|
-
white: '#ffffff'
|
|
51
|
+
white: '#ffffff',
|
|
52
|
+
whiteDark: '#e6e6e6'
|
|
50
53
|
},
|
|
51
54
|
duration: {
|
|
52
55
|
duration250: 250,
|
|
@@ -54,11 +57,11 @@ module.exports = {
|
|
|
54
57
|
},
|
|
55
58
|
font: {
|
|
56
59
|
StagSans: {
|
|
57
|
-
300: 'https://cdn.telus.digital/uds/
|
|
58
|
-
400: 'https://cdn.telus.digital/uds/
|
|
59
|
-
500: 'https://cdn.telus.digital/uds/
|
|
60
|
-
600: 'https://cdn.telus.digital/uds/
|
|
61
|
-
700: 'https://cdn.telus.digital/uds/
|
|
60
|
+
300: 'https://cdn.telus.digital/uds/v0_8_0-StagSans-300-v8O-nDU-W5GzcaJj2KRYn.otf',
|
|
61
|
+
400: 'https://cdn.telus.digital/uds/v0_8_0-StagSans-400-S0u17gO_yPMVoNvlMuddf.otf',
|
|
62
|
+
500: 'https://cdn.telus.digital/uds/v0_8_0-StagSans-500-VGxqvPf4b7DvnE4__0xBL.otf',
|
|
63
|
+
600: 'https://cdn.telus.digital/uds/v0_8_0-StagSans-600-iAuKz2wi48c86pjaKqWKI.otf',
|
|
64
|
+
700: 'https://cdn.telus.digital/uds/v0_8_0-StagSans-700-Uhe0jw9kEfeNVY_E0kghk.otf'
|
|
62
65
|
}
|
|
63
66
|
},
|
|
64
67
|
fontSize: {
|
|
@@ -66,6 +69,7 @@ module.exports = {
|
|
|
66
69
|
size14: '0.875rem',
|
|
67
70
|
size16: '1rem',
|
|
68
71
|
size18: '1.125rem',
|
|
72
|
+
size2: '0.125rem',
|
|
69
73
|
size20: '1.25rem',
|
|
70
74
|
size24: '1.5rem',
|
|
71
75
|
size28: '1.75rem',
|
|
@@ -162,6 +166,7 @@ module.exports = {
|
|
|
162
166
|
size128: '128px',
|
|
163
167
|
size14: '14px',
|
|
164
168
|
size140: '140px',
|
|
169
|
+
size144: '144px',
|
|
165
170
|
size15: '15px',
|
|
166
171
|
size16: '16px',
|
|
167
172
|
size168: '168px',
|
package/package.json
CHANGED
package/palette.json
CHANGED
|
@@ -65,6 +65,11 @@
|
|
|
65
65
|
"tags": ["ui"],
|
|
66
66
|
"value": "rgb(23, 54, 125)"
|
|
67
67
|
},
|
|
68
|
+
"chathamsBlueDark": {
|
|
69
|
+
"description": "",
|
|
70
|
+
"tags": ["ui"],
|
|
71
|
+
"value": "rgb(5, 33, 88)"
|
|
72
|
+
},
|
|
68
73
|
"darkBlue": {
|
|
69
74
|
"description": "",
|
|
70
75
|
"tags": [],
|
|
@@ -179,6 +184,11 @@
|
|
|
179
184
|
"tags": ["ui"],
|
|
180
185
|
"value": "rgb(223, 61, 12)"
|
|
181
186
|
},
|
|
187
|
+
"trinidadDark": {
|
|
188
|
+
"description": "",
|
|
189
|
+
"tags": ["ui"],
|
|
190
|
+
"value": "rgb(201, 55, 11)"
|
|
191
|
+
},
|
|
182
192
|
"turquoise": {
|
|
183
193
|
"description": "",
|
|
184
194
|
"tags": [],
|
|
@@ -198,6 +208,11 @@
|
|
|
198
208
|
"description": "",
|
|
199
209
|
"tags": [],
|
|
200
210
|
"value": "rgb(255, 255, 255)"
|
|
211
|
+
},
|
|
212
|
+
"whiteDark": {
|
|
213
|
+
"description": "",
|
|
214
|
+
"tags": [],
|
|
215
|
+
"value": "rgb(230, 230, 230)"
|
|
201
216
|
}
|
|
202
217
|
}
|
|
203
218
|
},
|
|
@@ -238,6 +253,9 @@
|
|
|
238
253
|
"size18": {
|
|
239
254
|
"value": 18
|
|
240
255
|
},
|
|
256
|
+
"size2": {
|
|
257
|
+
"value": 2
|
|
258
|
+
},
|
|
241
259
|
"size20": {
|
|
242
260
|
"value": 20
|
|
243
261
|
},
|
|
@@ -524,6 +542,10 @@
|
|
|
524
542
|
"description": "140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered",
|
|
525
543
|
"value": 140
|
|
526
544
|
},
|
|
545
|
+
"size144": {
|
|
546
|
+
"description": "24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
|
|
547
|
+
"value": 144
|
|
548
|
+
},
|
|
527
549
|
"size15": {
|
|
528
550
|
"description": "StepTracker knob diameter",
|
|
529
551
|
"value": 15
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|