@telus-uds/palette-allium 2.3.0 → 2.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 +1 -1
- package/build/android/font_size.xml +1 -1
- package/build/android/radius.xml +1 -1
- package/build/android/size.xml +7 -1
- package/build/ios/Border.swift +1 -1
- package/build/ios/Color.swift +41 -41
- package/build/ios/FontSize.swift +1 -1
- package/build/ios/Radius.swift +1 -1
- package/build/ios/Size.swift +7 -1
- package/build/rn/icons/Edit.js +26 -0
- package/build/rn/icons/Edit.native.js +26 -0
- package/build/rn/icons/Money.js +28 -0
- package/build/rn/icons/Money.native.js +28 -0
- package/build/rn/icons/edit.icon.svg +3 -0
- package/build/rn/icons/index.js +2 -0
- package/build/rn/icons/money.icon.svg +3 -0
- package/build/rn/palette.js +9 -1
- package/build/web/fonts/fonts-cdn-family.css +7 -7
- package/build/web/fonts/fonts-cdn.css +7 -7
- package/build/web/fonts/fonts-local-family.css +7 -7
- package/build/web/fonts/fonts-local.css +7 -7
- package/build/web/fonts/{v2_3_0-HelveticaNow-300-ImeVynSfjDN5uyH2QQUdM.otf → v2_6_0-HelveticaNow-300.otf} +0 -0
- package/build/web/fonts/{v2_3_0-HelveticaNow-400-fQvsUu2kSvxQBqVj1SG1p.woff → v2_6_0-HelveticaNow-400.woff} +0 -0
- package/build/web/fonts/{v2_3_0-HelveticaNow-500-YadmbFl85hv2owZowPiPy.woff → v2_6_0-HelveticaNow-500.woff} +0 -0
- package/build/web/fonts/{v2_3_0-HelveticaNow-700-UAzk-7nqdk0GKnNCMpXUA.woff → v2_6_0-HelveticaNow-700.woff} +0 -0
- package/build/web/fonts/{v2_3_0-HelveticaNowOTF-400-Dhu93yc4yQUUAkA5Ko93C.otf → v2_6_0-HelveticaNowOTF-400.otf} +0 -0
- package/build/web/fonts/{v2_3_0-HelveticaNowOTF-500-6NvHbqdtJxayOmdcA1uIy.otf → v2_6_0-HelveticaNowOTF-500.otf} +0 -0
- package/build/web/fonts/{v2_3_0-HelveticaNowOTF-700-qXHf61PCzh2m_kzcP8ULJ.otf → v2_6_0-HelveticaNowOTF-700.otf} +0 -0
- package/build/web/icons/Edit.js +26 -0
- package/build/web/icons/Money.js +28 -0
- package/build/web/icons/edit.icon.svg +3 -0
- package/build/web/icons/index.js +2 -0
- package/build/web/icons/money.icon.svg +3 -0
- package/build/web/palette.js +16 -8
- package/package.json +4 -4
- package/palette.json +32 -0
- package/CHANGELOG.json +0 -123
- package/CHANGELOG.md +0 -590
package/build/android/border.xml
CHANGED
package/build/android/color.xml
CHANGED
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 Thu,
|
|
5
|
+
Generated on Thu, 01 Sep 2022 15:40:02 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -22,13 +22,19 @@
|
|
|
22
22
|
<dimen name="size_288">288.00dp</dimen>
|
|
23
23
|
<dimen name="size_3">3.00dp</dimen>
|
|
24
24
|
<dimen name="size_32">32.00dp</dimen>
|
|
25
|
+
<dimen name="size_320">320.00dp</dimen>
|
|
25
26
|
<dimen name="size_36">36.00dp</dimen>
|
|
26
27
|
<dimen name="size_4">4.00dp</dimen>
|
|
27
28
|
<dimen name="size_40">40.00dp</dimen>
|
|
28
29
|
<dimen name="size_44">44.00dp</dimen>
|
|
29
30
|
<dimen name="size_48">48.00dp</dimen>
|
|
31
|
+
<dimen name="size_480">480.00dp</dimen>
|
|
32
|
+
<dimen name="size_56">56.00dp</dimen>
|
|
33
|
+
<dimen name="size_576">576.00dp</dimen>
|
|
34
|
+
<dimen name="size_630">630.00dp</dimen>
|
|
30
35
|
<dimen name="size_64">64.00dp</dimen>
|
|
31
36
|
<dimen name="size_72">72.00dp</dimen>
|
|
37
|
+
<dimen name="size_768">768.00dp</dimen>
|
|
32
38
|
<dimen name="size_8">8.00dp</dimen>
|
|
33
39
|
<dimen name="size_80">80.00dp</dimen>
|
|
34
40
|
<dimen name="size_96">96.00dp</dimen>
|
package/build/ios/Border.swift
CHANGED
package/build/ios/Color.swift
CHANGED
|
@@ -4,50 +4,50 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on Thu,
|
|
7
|
+
// Generated on Thu, 01 Sep 2022 15:40:02 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
11
11
|
|
|
12
12
|
public enum PaletteColor {
|
|
13
|
-
public static let amber = UIColor(red: 0.980, green: 0.792, blue: 0.412, alpha:1)
|
|
14
|
-
public static let amberDark = UIColor(red: 0.706, green: 0.529, blue: 0.173, alpha:1)
|
|
15
|
-
public static let amberLight = UIColor(red: 1.000, green: 0.976, blue: 0.933, alpha:1)
|
|
16
|
-
public static let bgModal = UIColor(red: 0.957, green: 0.957, blue: 0.969, alpha:0.97)
|
|
17
|
-
public static let dark10 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:0.1)
|
|
18
|
-
public static let dark20 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:0.2)
|
|
19
|
-
public static let dark40 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:0.4)
|
|
20
|
-
public static let dark60 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:0.6)
|
|
21
|
-
public static let dark80 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:0.8)
|
|
22
|
-
public static let dark97 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:0.97)
|
|
23
|
-
public static let greenAccessible = UIColor(red: 0.169, green: 0.502, blue: 0.000, alpha:1)
|
|
24
|
-
public static let greenDarkFern = UIColor(red: 0.086, green: 0.243, blue: 0.024, alpha:1)
|
|
25
|
-
public static let greenPanache = UIColor(red: 0.957, green: 0.976, blue: 0.949, alpha:1)
|
|
26
|
-
public static let greenSanFelix = UIColor(red: 0.122, green: 0.361, blue: 0.035, alpha:1)
|
|
27
|
-
public static let greenTelus = UIColor(red: 0.400, green: 0.800, blue: 0.000, alpha:1)
|
|
28
|
-
public static let greenTusk = UIColor(red: 0.890, green: 0.965, blue: 0.820, alpha:1)
|
|
29
|
-
public static let greenYellow = UIColor(red: 0.749, green: 0.906, blue: 0.592, alpha:1)
|
|
30
|
-
public static let greyAlabaster = UIColor(red: 0.980, green: 0.980, blue: 0.980, alpha:1)
|
|
31
|
-
public static let greyAthens = UIColor(red: 0.957, green: 0.957, blue: 0.969, alpha:1)
|
|
32
|
-
public static let greyCharcoal = UIColor(red: 0.255, green: 0.271, blue: 0.278, alpha:1)
|
|
33
|
-
public static let greyCloud = UIColor(red: 0.698, green: 0.725, blue: 0.749, alpha:1)
|
|
34
|
-
public static let greyMystic = UIColor(red: 0.890, green: 0.902, blue: 0.910, alpha:1)
|
|
35
|
-
public static let greyShuttle = UIColor(red: 0.404, green: 0.431, blue: 0.451, alpha:1)
|
|
36
|
-
public static let greyThunder = UIColor(red: 0.173, green: 0.180, blue: 0.188, alpha:1)
|
|
37
|
-
public static let light10 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:0.1)
|
|
38
|
-
public static let light20 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:0.2)
|
|
39
|
-
public static let light40 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:0.4)
|
|
40
|
-
public static let light60 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:0.6)
|
|
41
|
-
public static let light80 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:0.8)
|
|
42
|
-
public static let light97 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:0.97)
|
|
43
|
-
public static let purpleDark = UIColor(red: 0.247, green: 0.165, blue: 0.329, alpha:1)
|
|
44
|
-
public static let purpleDeluge = UIColor(red: 0.486, green: 0.325, blue: 0.647, alpha:1)
|
|
45
|
-
public static let purpleEminence = UIColor(red: 0.380, green: 0.220, blue: 0.537, alpha:1)
|
|
46
|
-
public static let purpleTelus = UIColor(red: 0.294, green: 0.157, blue: 0.427, alpha:1)
|
|
47
|
-
public static let red = UIColor(red: 0.882, green: 0.137, blue: 0.224, alpha:1)
|
|
48
|
-
public static let redDark = UIColor(red: 0.757, green: 0.137, blue: 0.208, alpha:1)
|
|
49
|
-
public static let redDarker = UIColor(red: 0.337, green: 0.047, blue: 0.047, alpha:1)
|
|
50
|
-
public static let redLight = UIColor(red: 1.000, green: 0.965, blue: 0.973, alpha:1)
|
|
51
|
-
public static let transparent = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:0)
|
|
52
|
-
public static let white = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:1)
|
|
13
|
+
public static let amber = UIColor(red: 0.980, green: 0.792, blue: 0.412, alpha: 1)
|
|
14
|
+
public static let amberDark = UIColor(red: 0.706, green: 0.529, blue: 0.173, alpha: 1)
|
|
15
|
+
public static let amberLight = UIColor(red: 1.000, green: 0.976, blue: 0.933, alpha: 1)
|
|
16
|
+
public static let bgModal = UIColor(red: 0.957, green: 0.957, blue: 0.969, alpha: 0.97)
|
|
17
|
+
public static let dark10 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.1)
|
|
18
|
+
public static let dark20 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.2)
|
|
19
|
+
public static let dark40 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.4)
|
|
20
|
+
public static let dark60 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.6)
|
|
21
|
+
public static let dark80 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.8)
|
|
22
|
+
public static let dark97 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.97)
|
|
23
|
+
public static let greenAccessible = UIColor(red: 0.169, green: 0.502, blue: 0.000, alpha: 1)
|
|
24
|
+
public static let greenDarkFern = UIColor(red: 0.086, green: 0.243, blue: 0.024, alpha: 1)
|
|
25
|
+
public static let greenPanache = UIColor(red: 0.957, green: 0.976, blue: 0.949, alpha: 1)
|
|
26
|
+
public static let greenSanFelix = UIColor(red: 0.122, green: 0.361, blue: 0.035, alpha: 1)
|
|
27
|
+
public static let greenTelus = UIColor(red: 0.400, green: 0.800, blue: 0.000, alpha: 1)
|
|
28
|
+
public static let greenTusk = UIColor(red: 0.890, green: 0.965, blue: 0.820, alpha: 1)
|
|
29
|
+
public static let greenYellow = UIColor(red: 0.749, green: 0.906, blue: 0.592, alpha: 1)
|
|
30
|
+
public static let greyAlabaster = UIColor(red: 0.980, green: 0.980, blue: 0.980, alpha: 1)
|
|
31
|
+
public static let greyAthens = UIColor(red: 0.957, green: 0.957, blue: 0.969, alpha: 1)
|
|
32
|
+
public static let greyCharcoal = UIColor(red: 0.255, green: 0.271, blue: 0.278, alpha: 1)
|
|
33
|
+
public static let greyCloud = UIColor(red: 0.698, green: 0.725, blue: 0.749, alpha: 1)
|
|
34
|
+
public static let greyMystic = UIColor(red: 0.890, green: 0.902, blue: 0.910, alpha: 1)
|
|
35
|
+
public static let greyShuttle = UIColor(red: 0.404, green: 0.431, blue: 0.451, alpha: 1)
|
|
36
|
+
public static let greyThunder = UIColor(red: 0.173, green: 0.180, blue: 0.188, alpha: 1)
|
|
37
|
+
public static let light10 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.1)
|
|
38
|
+
public static let light20 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.2)
|
|
39
|
+
public static let light40 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.4)
|
|
40
|
+
public static let light60 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.6)
|
|
41
|
+
public static let light80 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.8)
|
|
42
|
+
public static let light97 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.97)
|
|
43
|
+
public static let purpleDark = UIColor(red: 0.247, green: 0.165, blue: 0.329, alpha: 1)
|
|
44
|
+
public static let purpleDeluge = UIColor(red: 0.486, green: 0.325, blue: 0.647, alpha: 1)
|
|
45
|
+
public static let purpleEminence = UIColor(red: 0.380, green: 0.220, blue: 0.537, alpha: 1)
|
|
46
|
+
public static let purpleTelus = UIColor(red: 0.294, green: 0.157, blue: 0.427, alpha: 1)
|
|
47
|
+
public static let red = UIColor(red: 0.882, green: 0.137, blue: 0.224, alpha: 1)
|
|
48
|
+
public static let redDark = UIColor(red: 0.757, green: 0.137, blue: 0.208, alpha: 1)
|
|
49
|
+
public static let redDarker = UIColor(red: 0.337, green: 0.047, blue: 0.047, alpha: 1)
|
|
50
|
+
public static let redLight = UIColor(red: 1.000, green: 0.965, blue: 0.973, alpha: 1)
|
|
51
|
+
public static let transparent = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
52
|
+
public static let white = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
53
53
|
}
|
package/build/ios/FontSize.swift
CHANGED
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 Thu,
|
|
7
|
+
// Generated on Thu, 01 Sep 2022 15:40:02 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -26,13 +26,19 @@ public enum PaletteSize {
|
|
|
26
26
|
public static let size288 = CGFloat(288)
|
|
27
27
|
public static let size3 = CGFloat(3)
|
|
28
28
|
public static let size32 = CGFloat(32)
|
|
29
|
+
public static let size320 = CGFloat(320)
|
|
29
30
|
public static let size36 = CGFloat(36)
|
|
30
31
|
public static let size4 = CGFloat(4)
|
|
31
32
|
public static let size40 = CGFloat(40)
|
|
32
33
|
public static let size44 = CGFloat(44)
|
|
33
34
|
public static let size48 = CGFloat(48)
|
|
35
|
+
public static let size480 = CGFloat(480)
|
|
36
|
+
public static let size56 = CGFloat(56)
|
|
37
|
+
public static let size576 = CGFloat(576)
|
|
38
|
+
public static let size630 = CGFloat(630)
|
|
34
39
|
public static let size64 = CGFloat(64)
|
|
35
40
|
public static let size72 = CGFloat(72)
|
|
41
|
+
public static let size768 = CGFloat(768)
|
|
36
42
|
public static let size8 = CGFloat(8)
|
|
37
43
|
public static let size80 = CGFloat(80)
|
|
38
44
|
public static let size96 = CGFloat(96)
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
d: "M19.717 2c.612 0 1.198.235 1.61.646a2.275 2.275 0 0 1 .135 3.086l-.138.148L7.11 20.093a2.215 2.215 0 0 1-.227.205l-.03.015-4.114 1.648a.544.544 0 0 1-.581-.119.536.536 0 0 1-.146-.495l.027-.087 1.644-4.118a.519.519 0 0 1 .07-.124l.05-.056L18.107 2.646A2.281 2.281 0 0 1 19.718 2zm-15.1 15.715-1.11 2.776 2.772-1.11-1.663-1.666zM16.114 6.167 5.358 16.931l1.68 1.682 1.335-1.37c1.2-1.216 3.012-3.027 5.672-5.67l3.753-3.721-1.683-1.685zm4.454-2.753a1.222 1.222 0 0 0-1.595-.096l-.103.091-1.993 1.995 1.686 1.689 2.002-1.982c.23-.224.355-.524.355-.844a1.19 1.19 0 0 0-.352-.853z",
|
|
24
|
+
fillRule: "evenodd"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
d: "M19.717 2c.612 0 1.198.235 1.61.646a2.275 2.275 0 0 1 .135 3.086l-.138.148L7.11 20.093a2.215 2.215 0 0 1-.227.205l-.03.015-4.114 1.648a.544.544 0 0 1-.581-.119.536.536 0 0 1-.146-.495l.027-.087 1.644-4.118a.519.519 0 0 1 .07-.124l.05-.056L18.107 2.646A2.281 2.281 0 0 1 19.718 2zm-15.1 15.715-1.11 2.776 2.772-1.11-1.663-1.666zM16.114 6.167 5.358 16.931l1.68 1.682 1.335-1.37c1.2-1.216 3.012-3.027 5.672-5.67l3.753-3.721-1.683-1.685zm4.454-2.753a1.222 1.222 0 0 0-1.595-.096l-.103.091-1.993 1.995 1.686 1.689 2.002-1.982c.23-.224.355-.524.355-.844a1.19 1.19 0 0 0-.352-.853z",
|
|
24
|
+
fillRule: "evenodd"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
fill: color,
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
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
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M20.484 3.515A11.915 11.915 0 0 0 12 0a11.92 11.92 0 0 0-8.485 3.515A11.92 11.92 0 0 0 0 12c0 3.205 1.248 6.219 3.515 8.486A11.92 11.92 0 0 0 12 24c3.206 0 6.219-1.248 8.486-3.514A11.924 11.924 0 0 0 24 12c0-3.206-1.248-6.22-3.516-8.485ZM4.25 4.25A10.889 10.889 0 0 1 12 1.039c2.927 0 5.679 1.14 7.75 3.21A10.89 10.89 0 0 1 22.961 12c0 2.929-1.141 5.68-3.21 7.75A10.893 10.893 0 0 1 12 22.962c-2.927 0-5.68-1.141-7.75-3.21A10.896 10.896 0 0 1 1.039 12c0-2.928 1.141-5.68 3.211-7.75ZM12 5.465a.5.5 0 0 1 .5.5v.291c.712.083 1.39.313 1.933.673.695.46 1.212 1.165 1.212 2.056a.5.5 0 0 1-1 0c0-.463-.261-.89-.764-1.222-.371-.246-.852-.422-1.381-.498v3.907a4.142 4.142 0 0 1 1.974.879c.676.554 1.171 1.344 1.171 2.214 0 .892-.517 1.596-1.212 2.056-.544.36-1.22.59-1.933.673v.285a.5.5 0 0 1-1 0v-.268c-.77-.062-1.482-.302-2.037-.7-.66-.474-1.104-1.18-1.104-2.046a.5.5 0 0 1 1 0c0 .49.242.914.687 1.233.369.265.872.45 1.454.51v-3.902c-1.683-.165-3.132-1.335-3.132-2.932s1.45-2.767 3.132-2.932v-.277a.5.5 0 0 1 .5-.5ZM9.368 9.174c0-.891.848-1.77 2.132-1.927V11.1c-1.284-.156-2.132-1.036-2.132-1.927Zm3.132 6.812v-3.799c.5.104.968.333 1.34.638.522.427.805.957.805 1.44 0 .463-.261.89-.764 1.223-.371.245-.852.421-1.381.498Z",
|
|
26
|
+
fill: "#414547"
|
|
27
|
+
})]
|
|
28
|
+
});
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
width: size,
|
|
15
|
+
height: size,
|
|
16
|
+
fill: color,
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
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
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M20.484 3.515A11.915 11.915 0 0 0 12 0a11.92 11.92 0 0 0-8.485 3.515A11.92 11.92 0 0 0 0 12c0 3.205 1.248 6.219 3.515 8.486A11.92 11.92 0 0 0 12 24c3.206 0 6.219-1.248 8.486-3.514A11.924 11.924 0 0 0 24 12c0-3.206-1.248-6.22-3.516-8.485ZM4.25 4.25A10.889 10.889 0 0 1 12 1.039c2.927 0 5.679 1.14 7.75 3.21A10.89 10.89 0 0 1 22.961 12c0 2.929-1.141 5.68-3.21 7.75A10.893 10.893 0 0 1 12 22.962c-2.927 0-5.68-1.141-7.75-3.21A10.896 10.896 0 0 1 1.039 12c0-2.928 1.141-5.68 3.211-7.75ZM12 5.465a.5.5 0 0 1 .5.5v.291c.712.083 1.39.313 1.933.673.695.46 1.212 1.165 1.212 2.056a.5.5 0 0 1-1 0c0-.463-.261-.89-.764-1.222-.371-.246-.852-.422-1.381-.498v3.907a4.142 4.142 0 0 1 1.974.879c.676.554 1.171 1.344 1.171 2.214 0 .892-.517 1.596-1.212 2.056-.544.36-1.22.59-1.933.673v.285a.5.5 0 0 1-1 0v-.268c-.77-.062-1.482-.302-2.037-.7-.66-.474-1.104-1.18-1.104-2.046a.5.5 0 0 1 1 0c0 .49.242.914.687 1.233.369.265.872.45 1.454.51v-3.902c-1.683-.165-3.132-1.335-3.132-2.932s1.45-2.767 3.132-2.932v-.277a.5.5 0 0 1 .5-.5ZM9.368 9.174c0-.891.848-1.77 2.132-1.927V11.1c-1.284-.156-2.132-1.036-2.132-1.927Zm3.132 6.812v-3.799c.5.104.968.333 1.34.638.522.427.805.957.805 1.44 0 .463-.261.89-.764 1.223-.371.245-.852.421-1.381.498Z",
|
|
26
|
+
fill: "#414547"
|
|
27
|
+
})]
|
|
28
|
+
});
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path d="M19.717 2c.612 0 1.198.235 1.61.646a2.275 2.275 0 01.135 3.086l-.138.148L7.11 20.093a2.215 2.215 0 01-.227.205l-.03.015-4.114 1.648a.544.544 0 01-.581-.119.536.536 0 01-.146-.495l.027-.087 1.644-4.118a.519.519 0 01.07-.124l.05-.056L18.107 2.646A2.281 2.281 0 0119.718 2zm-15.1 15.715l-1.11 2.776 2.772-1.11-1.663-1.666zM16.114 6.167L5.358 16.931l1.68 1.682 1.335-1.37c1.2-1.216 3.012-3.027 5.672-5.67l3.753-3.721-1.683-1.685zm4.454-2.753a1.222 1.222 0 00-1.595-.096l-.103.091-1.993 1.995 1.686 1.689 2.002-1.982c.23-.224.355-.524.355-.844a1.19 1.19 0 00-.352-.853z" fill-rule="evenodd"/>
|
|
3
|
+
</svg>
|
package/build/rn/icons/index.js
CHANGED
|
@@ -73,6 +73,7 @@ module.exports = {
|
|
|
73
73
|
Download: require('./Download'),
|
|
74
74
|
DownloadPdf: require('./DownloadPdf'),
|
|
75
75
|
DownloadPdfs: require('./DownloadPdfs'),
|
|
76
|
+
Edit: require('./Edit'),
|
|
76
77
|
Email: require('./Email'),
|
|
77
78
|
Escalations: require('./Escalations'),
|
|
78
79
|
FavouriteNetwork: require('./FavouriteNetwork'),
|
|
@@ -120,6 +121,7 @@ module.exports = {
|
|
|
120
121
|
Medical: require('./Medical'),
|
|
121
122
|
Messaging: require('./Messaging'),
|
|
122
123
|
Mobility: require('./Mobility'),
|
|
124
|
+
Money: require('./Money'),
|
|
123
125
|
Movie: require('./Movie'),
|
|
124
126
|
Music: require('./Music'),
|
|
125
127
|
Muted: require('./Muted'),
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.484 3.51488C18.219 1.24788 15.205 -0.00012207 12 -0.00012207C8.795 -0.00012207 5.782 1.24788 3.515 3.51488C1.248 5.78188 0 8.79488 0 11.9999C0 15.2049 1.248 18.2189 3.515 20.4859C5.781 22.7519 8.794 23.9999 12 23.9999C15.206 23.9999 18.219 22.7519 20.486 20.4859C22.752 18.2189 24 15.2059 24 11.9999C24 8.79388 22.752 5.78088 20.484 3.51488ZM4.25 4.24988C6.32 2.17988 9.072 1.03888 12 1.03888C14.927 1.03888 17.679 2.17988 19.75 4.24988C21.82 6.31988 22.961 9.07288 22.961 11.9999C22.961 14.9279 21.82 17.6799 19.751 19.7499C17.68 21.8199 14.928 22.9609 12 22.9609C9.073 22.9609 6.32 21.8199 4.25 19.7509C2.18 17.6789 1.039 14.9269 1.039 11.9999C1.039 9.07188 2.18 6.31988 4.25 4.24988ZM12 5.46484C12.2761 5.46484 12.5 5.6887 12.5 5.96484V6.25628C13.2124 6.33867 13.8891 6.56913 14.4329 6.92905C15.1282 7.38921 15.6451 8.09404 15.6451 8.98515C15.6451 9.26129 15.4212 9.48515 15.1451 9.48515C14.869 9.48515 14.6451 9.26129 14.6451 8.98515C14.6451 8.52232 14.3838 8.09572 13.881 7.76294C13.5099 7.51732 13.0288 7.34096 12.5 7.26454V11.1715C13.243 11.2859 13.9331 11.6082 14.4738 12.051C15.1501 12.6049 15.6451 13.3946 15.6451 14.2651C15.6451 15.1566 15.1282 15.8614 14.4329 16.3215C13.8891 16.6814 13.2123 16.9116 12.5 16.994V17.2791C12.5 17.5552 12.2761 17.7791 12 17.7791C11.7239 17.7791 11.5 17.5552 11.5 17.2791V17.0114C10.7305 16.9488 10.0182 16.7091 9.46307 16.3108C8.80307 15.8374 8.35938 15.1305 8.35938 14.2651C8.35938 13.989 8.58323 13.7651 8.85938 13.7651C9.13552 13.7651 9.35938 13.989 9.35938 14.2651C9.35938 14.7545 9.60084 15.179 10.0459 15.4983C10.4146 15.7627 10.9178 15.9478 11.5 16.0073V12.1059C9.81721 11.9407 8.36802 10.7707 8.36802 9.17372C8.36802 7.57666 9.81737 6.40743 11.5 6.24234V5.96484C11.5 5.6887 11.7239 5.46484 12 5.46484ZM9.36802 9.17372C9.36802 8.28286 10.2163 7.40314 11.5 7.2468V11.1014C10.2164 10.945 9.36802 10.0648 9.36802 9.17372ZM12.5 15.9857V12.1874C13.0003 12.291 13.4677 12.5196 13.8402 12.8246C14.3618 13.2518 14.6451 13.7816 14.6451 14.2651C14.6451 14.7284 14.3837 15.155 13.881 15.4876C13.51 15.7331 13.0289 15.9094 12.5 15.9857Z" fill="#414547"/>
|
|
3
|
+
</svg>
|
package/build/rn/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 01 Sep 2022 15:40:06 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -228,6 +228,7 @@ module.exports = {
|
|
|
228
228
|
Download: '@telus-uds/palette-allium/build/rn/icons/download.icon.svg',
|
|
229
229
|
DownloadPdf: '@telus-uds/palette-allium/build/rn/icons/download-pdf.icon.svg',
|
|
230
230
|
DownloadPdfs: '@telus-uds/palette-allium/build/rn/icons/download-pdfs.icon.svg',
|
|
231
|
+
Edit: '@telus-uds/palette-allium/build/rn/icons/edit.icon.svg',
|
|
231
232
|
Email: '@telus-uds/palette-allium/build/rn/icons/email.icon.svg',
|
|
232
233
|
Escalations: '@telus-uds/palette-allium/build/rn/icons/escalations.icon.svg',
|
|
233
234
|
FavouriteNetwork: '@telus-uds/palette-allium/build/rn/icons/favourite-network.icon.svg',
|
|
@@ -275,6 +276,7 @@ module.exports = {
|
|
|
275
276
|
Medical: '@telus-uds/palette-allium/build/rn/icons/medical.icon.svg',
|
|
276
277
|
Messaging: '@telus-uds/palette-allium/build/rn/icons/messaging.icon.svg',
|
|
277
278
|
Mobility: '@telus-uds/palette-allium/build/rn/icons/mobility.icon.svg',
|
|
279
|
+
Money: '@telus-uds/palette-allium/build/rn/icons/money.icon.svg',
|
|
278
280
|
Movie: '@telus-uds/palette-allium/build/rn/icons/movie.icon.svg',
|
|
279
281
|
Music: '@telus-uds/palette-allium/build/rn/icons/music.icon.svg',
|
|
280
282
|
Muted: '@telus-uds/palette-allium/build/rn/icons/muted.icon.svg',
|
|
@@ -465,13 +467,19 @@ module.exports = {
|
|
|
465
467
|
size288: 288,
|
|
466
468
|
size3: 3,
|
|
467
469
|
size32: 32,
|
|
470
|
+
size320: 320,
|
|
468
471
|
size36: 36,
|
|
469
472
|
size4: 4,
|
|
470
473
|
size40: 40,
|
|
471
474
|
size44: 44,
|
|
472
475
|
size48: 48,
|
|
476
|
+
size480: 480,
|
|
477
|
+
size56: 56,
|
|
478
|
+
size576: 576,
|
|
479
|
+
size630: 630,
|
|
473
480
|
size64: 64,
|
|
474
481
|
size72: 72,
|
|
482
|
+
size768: 768,
|
|
475
483
|
size8: 8,
|
|
476
484
|
size80: 80,
|
|
477
485
|
size96: 96
|
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'HelveticaNow';
|
|
3
|
-
src: url('
|
|
3
|
+
src: url('v2_6_0-HelveticaNow-300.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: 'HelveticaNow';
|
|
10
|
-
src: url('
|
|
10
|
+
src: url('v2_6_0-HelveticaNow-400.woff');
|
|
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: 'HelveticaNow';
|
|
17
|
-
src: url('
|
|
17
|
+
src: url('v2_6_0-HelveticaNow-500.woff');
|
|
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: 'HelveticaNow';
|
|
24
|
-
src: url('
|
|
24
|
+
src: url('v2_6_0-HelveticaNow-700.woff');
|
|
25
25
|
font-weight: 700;
|
|
26
26
|
font-style: normal;
|
|
27
27
|
font-display: block;
|
|
28
28
|
}
|
|
29
29
|
@font-face {
|
|
30
30
|
font-family: 'HelveticaNowOTF';
|
|
31
|
-
src: url('
|
|
31
|
+
src: url('v2_6_0-HelveticaNowOTF-400.otf');
|
|
32
32
|
font-weight: 400;
|
|
33
33
|
font-style: normal;
|
|
34
34
|
font-display: block;
|
|
35
35
|
}
|
|
36
36
|
@font-face {
|
|
37
37
|
font-family: 'HelveticaNowOTF';
|
|
38
|
-
src: url('
|
|
38
|
+
src: url('v2_6_0-HelveticaNowOTF-500.otf');
|
|
39
39
|
font-weight: 500;
|
|
40
40
|
font-style: normal;
|
|
41
41
|
font-display: block;
|
|
42
42
|
}
|
|
43
43
|
@font-face {
|
|
44
44
|
font-family: 'HelveticaNowOTF';
|
|
45
|
-
src: url('
|
|
45
|
+
src: url('v2_6_0-HelveticaNowOTF-700.otf');
|
|
46
46
|
font-weight: 700;
|
|
47
47
|
font-style: normal;
|
|
48
48
|
font-display: block;
|
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'HelveticaNow300normal';
|
|
3
|
-
src: url('
|
|
3
|
+
src: url('v2_6_0-HelveticaNow-300.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'HelveticaNow400normal';
|
|
8
|
-
src: url('
|
|
8
|
+
src: url('v2_6_0-HelveticaNow-400.woff');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'HelveticaNow500normal';
|
|
13
|
-
src: url('
|
|
13
|
+
src: url('v2_6_0-HelveticaNow-500.woff');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'HelveticaNow700normal';
|
|
18
|
-
src: url('
|
|
18
|
+
src: url('v2_6_0-HelveticaNow-700.woff');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'HelveticaNowOTF400normal';
|
|
23
|
-
src: url('
|
|
23
|
+
src: url('v2_6_0-HelveticaNowOTF-400.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
26
26
|
@font-face {
|
|
27
27
|
font-family: 'HelveticaNowOTF500normal';
|
|
28
|
-
src: url('
|
|
28
|
+
src: url('v2_6_0-HelveticaNowOTF-500.otf');
|
|
29
29
|
font-display: block;
|
|
30
30
|
}
|
|
31
31
|
@font-face {
|
|
32
32
|
font-family: 'HelveticaNowOTF700normal';
|
|
33
|
-
src: url('
|
|
33
|
+
src: url('v2_6_0-HelveticaNowOTF-700.otf');
|
|
34
34
|
font-display: block;
|
|
35
35
|
}
|
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'HelveticaNow';
|
|
3
|
-
src: url('./
|
|
3
|
+
src: url('./v2_6_0-HelveticaNow-300.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: 'HelveticaNow';
|
|
10
|
-
src: url('./
|
|
10
|
+
src: url('./v2_6_0-HelveticaNow-400.woff');
|
|
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: 'HelveticaNow';
|
|
17
|
-
src: url('./
|
|
17
|
+
src: url('./v2_6_0-HelveticaNow-500.woff');
|
|
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: 'HelveticaNow';
|
|
24
|
-
src: url('./
|
|
24
|
+
src: url('./v2_6_0-HelveticaNow-700.woff');
|
|
25
25
|
font-weight: 700;
|
|
26
26
|
font-style: normal;
|
|
27
27
|
font-display: block;
|
|
28
28
|
}
|
|
29
29
|
@font-face {
|
|
30
30
|
font-family: 'HelveticaNowOTF';
|
|
31
|
-
src: url('./
|
|
31
|
+
src: url('./v2_6_0-HelveticaNowOTF-400.otf');
|
|
32
32
|
font-weight: 400;
|
|
33
33
|
font-style: normal;
|
|
34
34
|
font-display: block;
|
|
35
35
|
}
|
|
36
36
|
@font-face {
|
|
37
37
|
font-family: 'HelveticaNowOTF';
|
|
38
|
-
src: url('./
|
|
38
|
+
src: url('./v2_6_0-HelveticaNowOTF-500.otf');
|
|
39
39
|
font-weight: 500;
|
|
40
40
|
font-style: normal;
|
|
41
41
|
font-display: block;
|
|
42
42
|
}
|
|
43
43
|
@font-face {
|
|
44
44
|
font-family: 'HelveticaNowOTF';
|
|
45
|
-
src: url('./
|
|
45
|
+
src: url('./v2_6_0-HelveticaNowOTF-700.otf');
|
|
46
46
|
font-weight: 700;
|
|
47
47
|
font-style: normal;
|
|
48
48
|
font-display: block;
|
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'HelveticaNow300normal';
|
|
3
|
-
src: url('./
|
|
3
|
+
src: url('./v2_6_0-HelveticaNow-300.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'HelveticaNow400normal';
|
|
8
|
-
src: url('./
|
|
8
|
+
src: url('./v2_6_0-HelveticaNow-400.woff');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'HelveticaNow500normal';
|
|
13
|
-
src: url('./
|
|
13
|
+
src: url('./v2_6_0-HelveticaNow-500.woff');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'HelveticaNow700normal';
|
|
18
|
-
src: url('./
|
|
18
|
+
src: url('./v2_6_0-HelveticaNow-700.woff');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'HelveticaNowOTF400normal';
|
|
23
|
-
src: url('./
|
|
23
|
+
src: url('./v2_6_0-HelveticaNowOTF-400.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
26
26
|
@font-face {
|
|
27
27
|
font-family: 'HelveticaNowOTF500normal';
|
|
28
|
-
src: url('./
|
|
28
|
+
src: url('./v2_6_0-HelveticaNowOTF-500.otf');
|
|
29
29
|
font-display: block;
|
|
30
30
|
}
|
|
31
31
|
@font-face {
|
|
32
32
|
font-family: 'HelveticaNowOTF700normal';
|
|
33
|
-
src: url('./
|
|
33
|
+
src: url('./v2_6_0-HelveticaNowOTF-700.otf');
|
|
34
34
|
font-display: block;
|
|
35
35
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|