@telus-uds/palette-koodo 0.4.0 → 0.6.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 +2 -1
- package/build/android/font_size.xml +7 -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 +2 -1
- package/build/ios/FontSize.swift +7 -1
- package/build/ios/Radius.swift +2 -1
- package/build/ios/Size.swift +1 -1
- package/build/rn/icons/EyeMasked.js +27 -0
- package/build/rn/icons/EyeMasked.native.js +27 -0
- package/build/rn/icons/EyeUnmasked.js +31 -0
- package/build/rn/icons/EyeUnmasked.native.js +31 -0
- package/build/rn/icons/eye-masked.icon.svg +3 -0
- package/build/rn/icons/eye-unmasked.icon.svg +4 -0
- package/build/rn/icons/index.js +2 -0
- package/build/rn/palette.js +27 -4
- 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/icons/EyeMasked.js +27 -0
- package/build/web/icons/EyeUnmasked.js +31 -0
- package/build/web/icons/eye-masked.icon.svg +3 -0
- package/build/web/icons/eye-unmasked.icon.svg +4 -0
- package/build/web/icons/index.js +2 -0
- package/build/web/palette.js +32 -9
- package/package.json +1 -1
- package/palette.json +71 -0
- /package/build/web/fonts/{v0_4_0-StagSans-300-NRo_hiPR2EXGYkbmrdJKf.otf → v0_6_0-StagSans-300-uCFhO-K5urS7ghfX_tBiT.otf} +0 -0
- /package/build/web/fonts/{v0_4_0-StagSans-400-6ZZSY_6ZSiIkIp7Llj7Oo.otf → v0_6_0-StagSans-400-sqCkMomnGjk5K_kCEkmDd.otf} +0 -0
- /package/build/web/fonts/{v0_4_0-StagSans-500-gz47s7yWS811NH61kHvi-.otf → v0_6_0-StagSans-500-2RAthF3PS2pAdgsvcw_Yq.otf} +0 -0
- /package/build/web/fonts/{v0_4_0-StagSans-600-68bAmgUYjgbm-wqjuuyJn.otf → v0_6_0-StagSans-600-fSFrFEyLyrr2k0TCuFL8_.otf} +0 -0
- /package/build/web/fonts/{v0_4_0-StagSans-700-oZrk62FCHtxay2ZCsw_It.otf → v0_6_0-StagSans-700-UJK34bB2Z7Xp8A6ZA6hdr.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, 20 Mar 2023 19:46:22 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -16,6 +16,7 @@
|
|
|
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>
|
|
19
20
|
<color name="dove">#ff666666</color>
|
|
20
21
|
<color name="dove_dark">#ff5c5c5c</color>
|
|
21
22
|
<color name="flirt">#ff7c1366</color>
|
|
@@ -2,20 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Mon, 20 Mar 2023 19:46:22 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
9
9
|
<dimen name="size_12">12.00sp</dimen>
|
|
10
10
|
<dimen name="size_14">14.00sp</dimen>
|
|
11
11
|
<dimen name="size_16">16.00sp</dimen>
|
|
12
|
+
<dimen name="size_18">18.00sp</dimen>
|
|
12
13
|
<dimen name="size_20">20.00sp</dimen>
|
|
13
14
|
<dimen name="size_24">24.00sp</dimen>
|
|
14
15
|
<dimen name="size_28">28.00sp</dimen>
|
|
16
|
+
<dimen name="size_32">32.00sp</dimen>
|
|
17
|
+
<dimen name="size_34">34.00sp</dimen>
|
|
18
|
+
<dimen name="size_36">36.00sp</dimen>
|
|
15
19
|
<dimen name="size_40">40.00sp</dimen>
|
|
16
20
|
<dimen name="size_44">44.00sp</dimen>
|
|
17
21
|
<dimen name="size_48">48.00sp</dimen>
|
|
22
|
+
<dimen name="size_54">54.00sp</dimen>
|
|
18
23
|
<dimen name="size_56">56.00sp</dimen>
|
|
19
24
|
<dimen name="size_64">64.00sp</dimen>
|
|
25
|
+
<dimen name="size_70">70.00sp</dimen>
|
|
20
26
|
|
|
21
27
|
</resources>
|
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 Mon, 20 Mar 2023 19:46:22 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -10,5 +10,6 @@
|
|
|
10
10
|
<dimen name="pill_32">32.00dp</dimen>
|
|
11
11
|
<dimen name="radius_12">12.00dp</dimen>
|
|
12
12
|
<dimen name="radius_4">4.00dp</dimen>
|
|
13
|
+
<dimen name="radius_8">8.00dp</dimen>
|
|
13
14
|
|
|
14
15
|
</resources>
|
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 Mon, 20 Mar 2023 19:46:22 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -20,6 +20,7 @@ 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)
|
|
23
24
|
public static let dove = UIColor(red: 0.400, green: 0.400, blue: 0.400, alpha: 1)
|
|
24
25
|
public static let doveDark = UIColor(red: 0.361, green: 0.361, blue: 0.361, alpha: 1)
|
|
25
26
|
public static let flirt = UIColor(red: 0.486, green: 0.075, blue: 0.400, alpha: 1)
|
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, 20 Mar 2023 19:46:22 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -13,12 +13,18 @@ public enum PaletteFontSize {
|
|
|
13
13
|
public static let size12 = CGFloat(12)
|
|
14
14
|
public static let size14 = CGFloat(14)
|
|
15
15
|
public static let size16 = CGFloat(16)
|
|
16
|
+
public static let size18 = CGFloat(18)
|
|
16
17
|
public static let size20 = CGFloat(20)
|
|
17
18
|
public static let size24 = CGFloat(24)
|
|
18
19
|
public static let size28 = CGFloat(28)
|
|
20
|
+
public static let size32 = CGFloat(32)
|
|
21
|
+
public static let size34 = CGFloat(34)
|
|
22
|
+
public static let size36 = CGFloat(36)
|
|
19
23
|
public static let size40 = CGFloat(40)
|
|
20
24
|
public static let size44 = CGFloat(44)
|
|
21
25
|
public static let size48 = CGFloat(48)
|
|
26
|
+
public static let size54 = CGFloat(54)
|
|
22
27
|
public static let size56 = CGFloat(56)
|
|
23
28
|
public static let size64 = CGFloat(64)
|
|
29
|
+
public static let size70 = CGFloat(70)
|
|
24
30
|
}
|
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 Mon, 20 Mar 2023 19:46:22 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -14,4 +14,5 @@ public enum PaletteRadius {
|
|
|
14
14
|
public static let pill32 = CGFloat(32)
|
|
15
15
|
public static let radius12 = CGFloat(12)
|
|
16
16
|
public static let radius4 = CGFloat(4)
|
|
17
|
+
public static let radius8 = CGFloat(8)
|
|
17
18
|
}
|
package/build/ios/Size.swift
CHANGED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
height: size,
|
|
14
|
+
width: size,
|
|
15
|
+
fill: color,
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M2.563 22.066c-.31.395-.211.992.223 1.334.434.341 1.037.299 1.348-.096l2.548-3.234c1.603.595 3.408.93 5.318.93 6.628 0 12-4.03 12-9 0-3.058-2.034-5.76-5.142-7.387l2.096-2.661c.31-.395.21-.991-.223-1.333-.434-.342-1.037-.3-1.348.095L16.953 3.8A15.407 15.407 0 0 0 12 3C5.373 3 0 7.03 0 12c0 2.95 1.892 5.567 4.814 7.209l-2.251 2.857Zm5.43-3.661c1.298.399 2.649.6 4.007.595 2.923 0 5.492-.891 7.285-2.236C21.078 15.419 22 13.714 22 12c0-1.715-.922-3.42-2.715-4.764a10.116 10.116 0 0 0-1.69-1.019l-2.53 3.212a4 4 0 0 1-4.847 6.153l-2.225 2.823Zm.712-4.136L6.07 17.614a9.95 9.95 0 0 1-1.355-.85C2.922 15.419 2 13.714 2 12c0-1.715.922-3.42 2.715-4.764C6.508 5.891 9.077 5 12 5c1.29 0 2.51.173 3.626.483l-2.191 2.782a4 4 0 0 0-4.73 6.004Zm2.806-.33A2.006 2.006 0 0 0 14 12c0-.336-.083-.652-.23-.93l-2.26 2.87.001-.001Zm.556-3.938-1.995 2.533A2.003 2.003 0 0 1 12.067 10v.001Z",
|
|
25
|
+
clipRule: "evenodd"
|
|
26
|
+
})]
|
|
27
|
+
});
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
17
|
+
fill: color,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M2.563 22.066c-.31.395-.211.992.223 1.334.434.341 1.037.299 1.348-.096l2.548-3.234c1.603.595 3.408.93 5.318.93 6.628 0 12-4.03 12-9 0-3.058-2.034-5.76-5.142-7.387l2.096-2.661c.31-.395.21-.991-.223-1.333-.434-.342-1.037-.3-1.348.095L16.953 3.8A15.407 15.407 0 0 0 12 3C5.373 3 0 7.03 0 12c0 2.95 1.892 5.567 4.814 7.209l-2.251 2.857Zm5.43-3.661c1.298.399 2.649.6 4.007.595 2.923 0 5.492-.891 7.285-2.236C21.078 15.419 22 13.714 22 12c0-1.715-.922-3.42-2.715-4.764a10.116 10.116 0 0 0-1.69-1.019l-2.53 3.212a4 4 0 0 1-4.847 6.153l-2.225 2.823Zm.712-4.136L6.07 17.614a9.95 9.95 0 0 1-1.355-.85C2.922 15.419 2 13.714 2 12c0-1.715.922-3.42 2.715-4.764C6.508 5.891 9.077 5 12 5c1.29 0 2.51.173 3.626.483l-2.191 2.782a4 4 0 0 0-4.73 6.004Zm2.806-.33A2.006 2.006 0 0 0 14 12c0-.336-.083-.652-.23-.93l-2.26 2.87.001-.001Zm.556-3.938-1.995 2.533A2.003 2.003 0 0 1 12.067 10v.001Z",
|
|
25
|
+
clipRule: "evenodd"
|
|
26
|
+
})]
|
|
27
|
+
});
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
height: size,
|
|
14
|
+
width: size,
|
|
15
|
+
fill: color,
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M14.828 14.828a4 4 0 1 1-5.656-5.656 4 4 0 0 1 5.656 5.656Zm-1.414-1.414a2 2 0 1 0-2.828-2.828 2 2 0 0 0 2.828 2.828Z",
|
|
25
|
+
clipRule: "evenodd"
|
|
26
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
d: "M24 12c0 4.97-5.372 9-12 9-6.627 0-12-4.03-12-9s5.373-9 12-9c6.628 0 12 4.03 12 9Zm-4.715 4.764C21.078 15.42 22 13.715 22 12c0-1.714-.922-3.419-2.715-4.764C17.492 5.891 14.923 5 12 5s-5.492.891-7.285 2.236C2.922 8.58 2 10.285 2 12c0 1.714.922 3.419 2.715 4.764C6.508 18.109 9.077 19 12 19s5.492-.891 7.285-2.236Z",
|
|
29
|
+
clipRule: "evenodd"
|
|
30
|
+
})]
|
|
31
|
+
});
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
17
|
+
fill: color,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M14.828 14.828a4 4 0 1 1-5.656-5.656 4 4 0 0 1 5.656 5.656Zm-1.414-1.414a2 2 0 1 0-2.828-2.828 2 2 0 0 0 2.828 2.828Z",
|
|
25
|
+
clipRule: "evenodd"
|
|
26
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
d: "M24 12c0 4.97-5.372 9-12 9-6.627 0-12-4.03-12-9s5.373-9 12-9c6.628 0 12 4.03 12 9Zm-4.715 4.764C21.078 15.42 22 13.715 22 12c0-1.714-.922-3.419-2.715-4.764C17.492 5.891 14.923 5 12 5s-5.492.891-7.285 2.236C2.922 8.58 2 10.285 2 12c0 1.714.922 3.419 2.715 4.764C6.508 18.109 9.077 19 12 19s5.492-.891 7.285-2.236Z",
|
|
29
|
+
clipRule: "evenodd"
|
|
30
|
+
})]
|
|
31
|
+
});
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" d="M2.563 22.066c-.31.395-.211.992.223 1.334.434.341 1.037.299 1.348-.096l2.548-3.234c1.603.595 3.408.93 5.318.93 6.628 0 12-4.03 12-9 0-3.058-2.034-5.76-5.142-7.387l2.096-2.661c.31-.395.21-.991-.223-1.333-.434-.342-1.037-.3-1.348.095L16.953 3.8A15.407 15.407 0 0 0 12 3C5.373 3 0 7.03 0 12c0 2.95 1.892 5.567 4.814 7.209l-2.251 2.857Zm5.43-3.661c1.298.399 2.649.6 4.007.595 2.923 0 5.492-.891 7.285-2.236C21.078 15.419 22 13.714 22 12c0-1.715-.922-3.42-2.715-4.764a10.116 10.116 0 0 0-1.69-1.019l-2.53 3.212a4 4 0 0 1-4.847 6.153l-2.225 2.823Zm.712-4.136L6.07 17.614a9.95 9.95 0 0 1-1.355-.85C2.922 15.419 2 13.714 2 12c0-1.715.922-3.42 2.715-4.764C6.508 5.891 9.077 5 12 5c1.29 0 2.51.173 3.626.483l-2.191 2.782a4 4 0 0 0-4.73 6.004Zm2.806-.33A2.006 2.006 0 0 0 14 12c0-.336-.083-.652-.23-.93l-2.26 2.87.001-.001Zm.556-3.938-1.995 2.533A2.003 2.003 0 0 1 12.067 10v.001Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" d="M14.828 14.828a4 4 0 1 1-5.656-5.656 4 4 0 0 1 5.656 5.656Zm-1.414-1.414a2 2 0 1 0-2.828-2.828 2 2 0 0 0 2.828 2.828Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M24 12c0 4.97-5.372 9-12 9-6.627 0-12-4.03-12-9s5.373-9 12-9c6.628 0 12 4.03 12 9Zm-4.715 4.764C21.078 15.42 22 13.715 22 12c0-1.714-.922-3.419-2.715-4.764C17.492 5.891 14.923 5 12 5s-5.492.891-7.285 2.236C2.922 8.58 2 10.285 2 12c0 1.714.922 3.419 2.715 4.764C6.508 18.109 9.077 19 12 19s5.492-.891 7.285-2.236Z" clip-rule="evenodd"/>
|
|
4
|
+
</svg>
|
package/build/rn/icons/index.js
CHANGED
|
@@ -15,7 +15,9 @@ module.exports = {
|
|
|
15
15
|
ExclamationOctagon: require('./ExclamationOctagon'),
|
|
16
16
|
ExclamationTriangle: require('./ExclamationTriangle'),
|
|
17
17
|
EyeClosed: require('./EyeClosed'),
|
|
18
|
+
EyeMasked: require('./EyeMasked'),
|
|
18
19
|
EyeOpened: require('./EyeOpened'),
|
|
20
|
+
EyeUnmasked: require('./EyeUnmasked'),
|
|
19
21
|
Hamburger: require('./Hamburger'),
|
|
20
22
|
Info: require('./Info'),
|
|
21
23
|
InfoSelected: require('./InfoSelected'),
|
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, 20 Mar 2023 19:46:23 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -21,6 +21,7 @@ module.exports = {
|
|
|
21
21
|
carouselPink: '#fae6f4',
|
|
22
22
|
chathamsBlue: '#17367d',
|
|
23
23
|
darkBlue: '#0083b3',
|
|
24
|
+
darkMosque: '#014847',
|
|
24
25
|
dove: '#666666',
|
|
25
26
|
doveDark: '#5c5c5c',
|
|
26
27
|
flirt: '#7c1366',
|
|
@@ -64,14 +65,20 @@ module.exports = {
|
|
|
64
65
|
size12: 12,
|
|
65
66
|
size14: 14,
|
|
66
67
|
size16: 16,
|
|
68
|
+
size18: 18,
|
|
67
69
|
size20: 20,
|
|
68
70
|
size24: 24,
|
|
69
71
|
size28: 28,
|
|
72
|
+
size32: 32,
|
|
73
|
+
size34: 34,
|
|
74
|
+
size36: 36,
|
|
70
75
|
size40: 40,
|
|
71
76
|
size44: 44,
|
|
72
77
|
size48: 48,
|
|
78
|
+
size54: 54,
|
|
73
79
|
size56: 56,
|
|
74
|
-
size64: 64
|
|
80
|
+
size64: 64,
|
|
81
|
+
size70: 70
|
|
75
82
|
},
|
|
76
83
|
icon: {
|
|
77
84
|
ArrowDownCircled: '@telus-uds/palette-koodo/build/rn/icons/arrow-down-circled.icon.svg',
|
|
@@ -90,7 +97,9 @@ module.exports = {
|
|
|
90
97
|
ExclamationOctagon: '@telus-uds/palette-koodo/build/rn/icons/exclamation-octagon.icon.svg',
|
|
91
98
|
ExclamationTriangle: '@telus-uds/palette-koodo/build/rn/icons/exclamation-triangle.icon.svg',
|
|
92
99
|
EyeClosed: '@telus-uds/palette-koodo/build/rn/icons/eye-closed.icon.svg',
|
|
100
|
+
EyeMasked: '@telus-uds/palette-koodo/build/rn/icons/eye-masked.icon.svg',
|
|
93
101
|
EyeOpened: '@telus-uds/palette-koodo/build/rn/icons/eye-opened.icon.svg',
|
|
102
|
+
EyeUnmasked: '@telus-uds/palette-koodo/build/rn/icons/eye-unmasked.icon.svg',
|
|
94
103
|
Hamburger: '@telus-uds/palette-koodo/build/rn/icons/hamburger.icon.svg',
|
|
95
104
|
Info: '@telus-uds/palette-koodo/build/rn/icons/info.icon.svg',
|
|
96
105
|
InfoSelected: '@telus-uds/palette-koodo/build/rn/icons/info-selected.icon.svg',
|
|
@@ -112,7 +121,20 @@ module.exports = {
|
|
|
112
121
|
multiply130: 1.3,
|
|
113
122
|
multiply140: 1.4,
|
|
114
123
|
multiply150: 1.5,
|
|
115
|
-
multiply160: 1.6
|
|
124
|
+
multiply160: 1.6,
|
|
125
|
+
ratio10to7: 1.42857142857,
|
|
126
|
+
ratio11to9: 1.22222222222,
|
|
127
|
+
ratio14to9: 1.55555555,
|
|
128
|
+
ratio1to1: 1,
|
|
129
|
+
ratio3to2: 1.5,
|
|
130
|
+
ratio4to3: 1.33333333333,
|
|
131
|
+
ratio5to4: 1.25,
|
|
132
|
+
ratio6to5: 1.2,
|
|
133
|
+
ratio7to5: 1.4,
|
|
134
|
+
ratio8to5: 1.6,
|
|
135
|
+
ratio8to7: 1.14285714286,
|
|
136
|
+
ratio9to7: 1.28571428571,
|
|
137
|
+
ratio9to8: 1.125
|
|
116
138
|
},
|
|
117
139
|
opacity: {
|
|
118
140
|
opacity3: 0.3,
|
|
@@ -123,7 +145,8 @@ module.exports = {
|
|
|
123
145
|
none: 0,
|
|
124
146
|
pill32: 32,
|
|
125
147
|
radius12: 12,
|
|
126
|
-
radius4: 4
|
|
148
|
+
radius4: 4,
|
|
149
|
+
radius8: 8
|
|
127
150
|
},
|
|
128
151
|
shadow: {
|
|
129
152
|
none: {
|
|
@@ -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_6_0-StagSans-300-uCFhO-K5urS7ghfX_tBiT.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_6_0-StagSans-400-sqCkMomnGjk5K_kCEkmDd.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_6_0-StagSans-500-2RAthF3PS2pAdgsvcw_Yq.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_6_0-StagSans-600-fSFrFEyLyrr2k0TCuFL8_.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_6_0-StagSans-700-UJK34bB2Z7Xp8A6ZA6hdr.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_6_0-StagSans-300-uCFhO-K5urS7ghfX_tBiT.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_6_0-StagSans-400-sqCkMomnGjk5K_kCEkmDd.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_6_0-StagSans-500-2RAthF3PS2pAdgsvcw_Yq.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_6_0-StagSans-600-fSFrFEyLyrr2k0TCuFL8_.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_6_0-StagSans-700-UJK34bB2Z7Xp8A6ZA6hdr.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_6_0-StagSans-300-uCFhO-K5urS7ghfX_tBiT.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_6_0-StagSans-400-sqCkMomnGjk5K_kCEkmDd.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_6_0-StagSans-500-2RAthF3PS2pAdgsvcw_Yq.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_6_0-StagSans-600-fSFrFEyLyrr2k0TCuFL8_.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_6_0-StagSans-700-UJK34bB2Z7Xp8A6ZA6hdr.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_6_0-StagSans-300-uCFhO-K5urS7ghfX_tBiT.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'StagSans400normal';
|
|
8
|
-
src: url('./
|
|
8
|
+
src: url('./v0_6_0-StagSans-400-sqCkMomnGjk5K_kCEkmDd.otf');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'StagSans500normal';
|
|
13
|
-
src: url('./
|
|
13
|
+
src: url('./v0_6_0-StagSans-500-2RAthF3PS2pAdgsvcw_Yq.otf');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'StagSans600normal';
|
|
18
|
-
src: url('./
|
|
18
|
+
src: url('./v0_6_0-StagSans-600-fSFrFEyLyrr2k0TCuFL8_.otf');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'StagSans700normal';
|
|
23
|
-
src: url('./
|
|
23
|
+
src: url('./v0_6_0-StagSans-700-UJK34bB2Z7Xp8A6ZA6hdr.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
height: size,
|
|
14
|
+
width: size,
|
|
15
|
+
fill: color,
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M2.563 22.066c-.31.395-.211.992.223 1.334.434.341 1.037.299 1.348-.096l2.548-3.234c1.603.595 3.408.93 5.318.93 6.628 0 12-4.03 12-9 0-3.058-2.034-5.76-5.142-7.387l2.096-2.661c.31-.395.21-.991-.223-1.333-.434-.342-1.037-.3-1.348.095L16.953 3.8A15.407 15.407 0 0 0 12 3C5.373 3 0 7.03 0 12c0 2.95 1.892 5.567 4.814 7.209l-2.251 2.857Zm5.43-3.661c1.298.399 2.649.6 4.007.595 2.923 0 5.492-.891 7.285-2.236C21.078 15.419 22 13.714 22 12c0-1.715-.922-3.42-2.715-4.764a10.116 10.116 0 0 0-1.69-1.019l-2.53 3.212a4 4 0 0 1-4.847 6.153l-2.225 2.823Zm.712-4.136L6.07 17.614a9.95 9.95 0 0 1-1.355-.85C2.922 15.419 2 13.714 2 12c0-1.715.922-3.42 2.715-4.764C6.508 5.891 9.077 5 12 5c1.29 0 2.51.173 3.626.483l-2.191 2.782a4 4 0 0 0-4.73 6.004Zm2.806-.33A2.006 2.006 0 0 0 14 12c0-.336-.083-.652-.23-.93l-2.26 2.87.001-.001Zm.556-3.938-1.995 2.533A2.003 2.003 0 0 1 12.067 10v.001Z",
|
|
25
|
+
clipRule: "evenodd"
|
|
26
|
+
})]
|
|
27
|
+
});
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
height: size,
|
|
14
|
+
width: size,
|
|
15
|
+
fill: color,
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M14.828 14.828a4 4 0 1 1-5.656-5.656 4 4 0 0 1 5.656 5.656Zm-1.414-1.414a2 2 0 1 0-2.828-2.828 2 2 0 0 0 2.828 2.828Z",
|
|
25
|
+
clipRule: "evenodd"
|
|
26
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
d: "M24 12c0 4.97-5.372 9-12 9-6.627 0-12-4.03-12-9s5.373-9 12-9c6.628 0 12 4.03 12 9Zm-4.715 4.764C21.078 15.42 22 13.715 22 12c0-1.714-.922-3.419-2.715-4.764C17.492 5.891 14.923 5 12 5s-5.492.891-7.285 2.236C2.922 8.58 2 10.285 2 12c0 1.714.922 3.419 2.715 4.764C6.508 18.109 9.077 19 12 19s5.492-.891 7.285-2.236Z",
|
|
29
|
+
clipRule: "evenodd"
|
|
30
|
+
})]
|
|
31
|
+
});
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" d="M2.563 22.066c-.31.395-.211.992.223 1.334.434.341 1.037.299 1.348-.096l2.548-3.234c1.603.595 3.408.93 5.318.93 6.628 0 12-4.03 12-9 0-3.058-2.034-5.76-5.142-7.387l2.096-2.661c.31-.395.21-.991-.223-1.333-.434-.342-1.037-.3-1.348.095L16.953 3.8A15.407 15.407 0 0 0 12 3C5.373 3 0 7.03 0 12c0 2.95 1.892 5.567 4.814 7.209l-2.251 2.857Zm5.43-3.661c1.298.399 2.649.6 4.007.595 2.923 0 5.492-.891 7.285-2.236C21.078 15.419 22 13.714 22 12c0-1.715-.922-3.42-2.715-4.764a10.116 10.116 0 0 0-1.69-1.019l-2.53 3.212a4 4 0 0 1-4.847 6.153l-2.225 2.823Zm.712-4.136L6.07 17.614a9.95 9.95 0 0 1-1.355-.85C2.922 15.419 2 13.714 2 12c0-1.715.922-3.42 2.715-4.764C6.508 5.891 9.077 5 12 5c1.29 0 2.51.173 3.626.483l-2.191 2.782a4 4 0 0 0-4.73 6.004Zm2.806-.33A2.006 2.006 0 0 0 14 12c0-.336-.083-.652-.23-.93l-2.26 2.87.001-.001Zm.556-3.938-1.995 2.533A2.003 2.003 0 0 1 12.067 10v.001Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" d="M14.828 14.828a4 4 0 1 1-5.656-5.656 4 4 0 0 1 5.656 5.656Zm-1.414-1.414a2 2 0 1 0-2.828-2.828 2 2 0 0 0 2.828 2.828Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M24 12c0 4.97-5.372 9-12 9-6.627 0-12-4.03-12-9s5.373-9 12-9c6.628 0 12 4.03 12 9Zm-4.715 4.764C21.078 15.42 22 13.715 22 12c0-1.714-.922-3.419-2.715-4.764C17.492 5.891 14.923 5 12 5s-5.492.891-7.285 2.236C2.922 8.58 2 10.285 2 12c0 1.714.922 3.419 2.715 4.764C6.508 18.109 9.077 19 12 19s5.492-.891 7.285-2.236Z" clip-rule="evenodd"/>
|
|
4
|
+
</svg>
|
package/build/web/icons/index.js
CHANGED
|
@@ -15,7 +15,9 @@ module.exports = {
|
|
|
15
15
|
ExclamationOctagon: require('./ExclamationOctagon'),
|
|
16
16
|
ExclamationTriangle: require('./ExclamationTriangle'),
|
|
17
17
|
EyeClosed: require('./EyeClosed'),
|
|
18
|
+
EyeMasked: require('./EyeMasked'),
|
|
18
19
|
EyeOpened: require('./EyeOpened'),
|
|
20
|
+
EyeUnmasked: require('./EyeUnmasked'),
|
|
19
21
|
Hamburger: require('./Hamburger'),
|
|
20
22
|
Info: require('./Info'),
|
|
21
23
|
InfoSelected: require('./InfoSelected'),
|
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, 20 Mar 2023 19:46:22 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -21,6 +21,7 @@ module.exports = {
|
|
|
21
21
|
carouselPink: '#fae6f4',
|
|
22
22
|
chathamsBlue: '#17367d',
|
|
23
23
|
darkBlue: '#0083b3',
|
|
24
|
+
darkMosque: '#014847',
|
|
24
25
|
dove: '#666666',
|
|
25
26
|
doveDark: '#5c5c5c',
|
|
26
27
|
flirt: '#7c1366',
|
|
@@ -53,25 +54,31 @@ module.exports = {
|
|
|
53
54
|
},
|
|
54
55
|
font: {
|
|
55
56
|
StagSans: {
|
|
56
|
-
300: 'https://cdn.telus.digital/uds/
|
|
57
|
-
400: 'https://cdn.telus.digital/uds/
|
|
58
|
-
500: 'https://cdn.telus.digital/uds/
|
|
59
|
-
600: 'https://cdn.telus.digital/uds/
|
|
60
|
-
700: 'https://cdn.telus.digital/uds/
|
|
57
|
+
300: 'https://cdn.telus.digital/uds/v0_6_0-StagSans-300-uCFhO-K5urS7ghfX_tBiT.otf',
|
|
58
|
+
400: 'https://cdn.telus.digital/uds/v0_6_0-StagSans-400-sqCkMomnGjk5K_kCEkmDd.otf',
|
|
59
|
+
500: 'https://cdn.telus.digital/uds/v0_6_0-StagSans-500-2RAthF3PS2pAdgsvcw_Yq.otf',
|
|
60
|
+
600: 'https://cdn.telus.digital/uds/v0_6_0-StagSans-600-fSFrFEyLyrr2k0TCuFL8_.otf',
|
|
61
|
+
700: 'https://cdn.telus.digital/uds/v0_6_0-StagSans-700-UJK34bB2Z7Xp8A6ZA6hdr.otf'
|
|
61
62
|
}
|
|
62
63
|
},
|
|
63
64
|
fontSize: {
|
|
64
65
|
size12: '0.75rem',
|
|
65
66
|
size14: '0.875rem',
|
|
66
67
|
size16: '1rem',
|
|
68
|
+
size18: '1.125rem',
|
|
67
69
|
size20: '1.25rem',
|
|
68
70
|
size24: '1.5rem',
|
|
69
71
|
size28: '1.75rem',
|
|
72
|
+
size32: '2rem',
|
|
73
|
+
size34: '2.125rem',
|
|
74
|
+
size36: '2.25rem',
|
|
70
75
|
size40: '2.5rem',
|
|
71
76
|
size44: '2.75rem',
|
|
72
77
|
size48: '3rem',
|
|
78
|
+
size54: '3.375rem',
|
|
73
79
|
size56: '3.5rem',
|
|
74
|
-
size64: '4rem'
|
|
80
|
+
size64: '4rem',
|
|
81
|
+
size70: '4.375rem'
|
|
75
82
|
},
|
|
76
83
|
icon: {
|
|
77
84
|
ArrowDownCircled: '@telus-uds/palette-koodo/build/web/icons/arrow-down-circled.icon.svg',
|
|
@@ -90,7 +97,9 @@ module.exports = {
|
|
|
90
97
|
ExclamationOctagon: '@telus-uds/palette-koodo/build/web/icons/exclamation-octagon.icon.svg',
|
|
91
98
|
ExclamationTriangle: '@telus-uds/palette-koodo/build/web/icons/exclamation-triangle.icon.svg',
|
|
92
99
|
EyeClosed: '@telus-uds/palette-koodo/build/web/icons/eye-closed.icon.svg',
|
|
100
|
+
EyeMasked: '@telus-uds/palette-koodo/build/web/icons/eye-masked.icon.svg',
|
|
93
101
|
EyeOpened: '@telus-uds/palette-koodo/build/web/icons/eye-opened.icon.svg',
|
|
102
|
+
EyeUnmasked: '@telus-uds/palette-koodo/build/web/icons/eye-unmasked.icon.svg',
|
|
94
103
|
Hamburger: '@telus-uds/palette-koodo/build/web/icons/hamburger.icon.svg',
|
|
95
104
|
Info: '@telus-uds/palette-koodo/build/web/icons/info.icon.svg',
|
|
96
105
|
InfoSelected: '@telus-uds/palette-koodo/build/web/icons/info-selected.icon.svg',
|
|
@@ -112,7 +121,20 @@ module.exports = {
|
|
|
112
121
|
multiply130: 1.3,
|
|
113
122
|
multiply140: 1.4,
|
|
114
123
|
multiply150: 1.5,
|
|
115
|
-
multiply160: 1.6
|
|
124
|
+
multiply160: 1.6,
|
|
125
|
+
ratio10to7: 1.42857142857,
|
|
126
|
+
ratio11to9: 1.22222222222,
|
|
127
|
+
ratio14to9: 1.55555555,
|
|
128
|
+
ratio1to1: 1,
|
|
129
|
+
ratio3to2: 1.5,
|
|
130
|
+
ratio4to3: 1.33333333333,
|
|
131
|
+
ratio5to4: 1.25,
|
|
132
|
+
ratio6to5: 1.2,
|
|
133
|
+
ratio7to5: 1.4,
|
|
134
|
+
ratio8to5: 1.6,
|
|
135
|
+
ratio8to7: 1.14285714286,
|
|
136
|
+
ratio9to7: 1.28571428571,
|
|
137
|
+
ratio9to8: 1.125
|
|
116
138
|
},
|
|
117
139
|
opacity: {
|
|
118
140
|
opacity3: 0.3,
|
|
@@ -123,7 +145,8 @@ module.exports = {
|
|
|
123
145
|
none: '0px',
|
|
124
146
|
pill32: '32px',
|
|
125
147
|
radius12: '12px',
|
|
126
|
-
radius4: '4px'
|
|
148
|
+
radius4: '4px',
|
|
149
|
+
radius8: '8px'
|
|
127
150
|
},
|
|
128
151
|
shadow: {
|
|
129
152
|
none: '0px 0px 0px 0px rgba(0, 0, 0, 0)'
|
package/package.json
CHANGED
package/palette.json
CHANGED
|
@@ -70,6 +70,11 @@
|
|
|
70
70
|
"tags": [],
|
|
71
71
|
"value": "rgb(0, 131, 179)"
|
|
72
72
|
},
|
|
73
|
+
"darkMosque": {
|
|
74
|
+
"description": "",
|
|
75
|
+
"tags": [],
|
|
76
|
+
"value": "rgb(1, 72, 71)"
|
|
77
|
+
},
|
|
73
78
|
"dove": {
|
|
74
79
|
"description": "",
|
|
75
80
|
"tags": [],
|
|
@@ -230,6 +235,9 @@
|
|
|
230
235
|
"size16": {
|
|
231
236
|
"value": 16
|
|
232
237
|
},
|
|
238
|
+
"size18": {
|
|
239
|
+
"value": 18
|
|
240
|
+
},
|
|
233
241
|
"size20": {
|
|
234
242
|
"value": 20
|
|
235
243
|
},
|
|
@@ -239,6 +247,15 @@
|
|
|
239
247
|
"size28": {
|
|
240
248
|
"value": 28
|
|
241
249
|
},
|
|
250
|
+
"size32": {
|
|
251
|
+
"value": 32
|
|
252
|
+
},
|
|
253
|
+
"size34": {
|
|
254
|
+
"value": 34
|
|
255
|
+
},
|
|
256
|
+
"size36": {
|
|
257
|
+
"value": 36
|
|
258
|
+
},
|
|
242
259
|
"size40": {
|
|
243
260
|
"value": 40
|
|
244
261
|
},
|
|
@@ -248,11 +265,17 @@
|
|
|
248
265
|
"size48": {
|
|
249
266
|
"value": 48
|
|
250
267
|
},
|
|
268
|
+
"size54": {
|
|
269
|
+
"value": 54
|
|
270
|
+
},
|
|
251
271
|
"size56": {
|
|
252
272
|
"value": 56
|
|
253
273
|
},
|
|
254
274
|
"size64": {
|
|
255
275
|
"value": 64
|
|
276
|
+
},
|
|
277
|
+
"size70": {
|
|
278
|
+
"value": 70
|
|
256
279
|
}
|
|
257
280
|
}
|
|
258
281
|
},
|
|
@@ -306,9 +329,15 @@
|
|
|
306
329
|
"EyeClosed": {
|
|
307
330
|
"value": "icon/eye-closed.svg"
|
|
308
331
|
},
|
|
332
|
+
"EyeMasked": {
|
|
333
|
+
"value": "icon/eye-masked.svg"
|
|
334
|
+
},
|
|
309
335
|
"EyeOpened": {
|
|
310
336
|
"value": "icon/eye-opened.svg"
|
|
311
337
|
},
|
|
338
|
+
"EyeUnmasked": {
|
|
339
|
+
"value": "icon/eye-unmasked.svg"
|
|
340
|
+
},
|
|
312
341
|
"Hamburger": {
|
|
313
342
|
"value": "icon/hamburger.svg"
|
|
314
343
|
},
|
|
@@ -370,6 +399,45 @@
|
|
|
370
399
|
},
|
|
371
400
|
"multiply160": {
|
|
372
401
|
"value": 1.6
|
|
402
|
+
},
|
|
403
|
+
"ratio10to7": {
|
|
404
|
+
"value": 1.42857142857
|
|
405
|
+
},
|
|
406
|
+
"ratio11to9": {
|
|
407
|
+
"value": 1.22222222222
|
|
408
|
+
},
|
|
409
|
+
"ratio14to9": {
|
|
410
|
+
"value": 1.55555555
|
|
411
|
+
},
|
|
412
|
+
"ratio1to1": {
|
|
413
|
+
"value": 1
|
|
414
|
+
},
|
|
415
|
+
"ratio3to2": {
|
|
416
|
+
"value": 1.5
|
|
417
|
+
},
|
|
418
|
+
"ratio4to3": {
|
|
419
|
+
"value": 1.33333333333
|
|
420
|
+
},
|
|
421
|
+
"ratio5to4": {
|
|
422
|
+
"value": 1.25
|
|
423
|
+
},
|
|
424
|
+
"ratio6to5": {
|
|
425
|
+
"value": 1.2
|
|
426
|
+
},
|
|
427
|
+
"ratio7to5": {
|
|
428
|
+
"value": 1.4
|
|
429
|
+
},
|
|
430
|
+
"ratio8to5": {
|
|
431
|
+
"value": 1.6
|
|
432
|
+
},
|
|
433
|
+
"ratio8to7": {
|
|
434
|
+
"value": 1.14285714286
|
|
435
|
+
},
|
|
436
|
+
"ratio9to7": {
|
|
437
|
+
"value": 1.28571428571
|
|
438
|
+
},
|
|
439
|
+
"ratio9to8": {
|
|
440
|
+
"value": 1.125
|
|
373
441
|
}
|
|
374
442
|
}
|
|
375
443
|
},
|
|
@@ -400,6 +468,9 @@
|
|
|
400
468
|
},
|
|
401
469
|
"radius4": {
|
|
402
470
|
"value": 4
|
|
471
|
+
},
|
|
472
|
+
"radius8": {
|
|
473
|
+
"value": 8
|
|
403
474
|
}
|
|
404
475
|
}
|
|
405
476
|
},
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|