@telus-uds/palette-koodo 1.6.0 → 1.7.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 +2 -1
- package/build/ios/Border.swift +1 -1
- package/build/ios/Color.swift +1 -1
- package/build/ios/FontSize.swift +1 -1
- package/build/ios/Radius.swift +1 -1
- package/build/ios/Size.swift +2 -1
- package/build/rn/fonts/fonts.css +5 -5
- package/build/rn/fonts/index.js +5 -5
- package/build/rn/icons/IdCard.js +38 -0
- package/build/rn/icons/IdCard.native.js +37 -0
- package/build/rn/icons/User.js +28 -0
- package/build/rn/icons/User.native.js +27 -0
- package/build/rn/icons/UserAdd.js +28 -0
- package/build/rn/icons/UserAdd.native.js +27 -0
- package/build/rn/icons/id-card.icon.svg +7 -0
- package/build/rn/icons/index.js +3 -0
- package/build/rn/icons/user-add.icon.svg +3 -0
- package/build/rn/icons/user.icon.svg +3 -0
- package/build/rn/palette.js +10 -6
- 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/IdCard.js +38 -0
- package/build/web/icons/User.js +28 -0
- package/build/web/icons/UserAdd.js +28 -0
- package/build/web/icons/id-card.icon.svg +7 -0
- package/build/web/icons/index.js +3 -0
- package/build/web/icons/user-add.icon.svg +3 -0
- package/build/web/icons/user.icon.svg +3 -0
- package/build/web/palette.js +10 -6
- package/package.json +1 -1
- package/palette.json +15 -0
- /package/build/rn/fonts/{StagSans-700.otf → StagSans-Bold.otf} +0 -0
- /package/build/rn/fonts/{StagSans-300.otf → StagSans-Light.otf} +0 -0
- /package/build/rn/fonts/{StagSans-500.otf → StagSans-Medium.otf} +0 -0
- /package/build/rn/fonts/{StagSans-400.otf → StagSans-Regular.otf} +0 -0
- /package/build/rn/fonts/{StagSans-600.otf → StagSans-Semibold.otf} +0 -0
- /package/build/web/fonts/{v1_6_0-StagSans-700-6DPlWWAZ8kHZi1AsAp8IW.otf → StagSans-Bold-v1_7_0.otf} +0 -0
- /package/build/web/fonts/{v1_6_0-StagSans-300-N0ncHoNdIU26pWFwcJQff.otf → StagSans-Light-v1_7_0.otf} +0 -0
- /package/build/web/fonts/{v1_6_0-StagSans-500-zvYXS7-KjmzmjWdIjaubY.otf → StagSans-Medium-v1_7_0.otf} +0 -0
- /package/build/web/fonts/{v1_6_0-StagSans-400-UUourO3gWCdNn3u-mAYgo.otf → StagSans-Regular-v1_7_0.otf} +0 -0
- /package/build/web/fonts/{v1_6_0-StagSans-600-wQqVGGbdj1C2CmkaJZ_Sc.otf → StagSans-Semibold-v1_7_0.otf} +0 -0
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
|
|
5
|
+
Generated on Mon, 16 Sep 2024 12:31:55 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
<dimen name="size_48">48.00dp</dimen>
|
|
42
42
|
<dimen name="size_480">480.00dp</dimen>
|
|
43
43
|
<dimen name="size_5">5.00dp</dimen>
|
|
44
|
+
<dimen name="size_52">52.00dp</dimen>
|
|
44
45
|
<dimen name="size_53">53.00dp</dimen>
|
|
45
46
|
<dimen name="size_544">544.00dp</dimen>
|
|
46
47
|
<dimen name="size_56">56.00dp</dimen>
|
package/build/ios/Border.swift
CHANGED
package/build/ios/Color.swift
CHANGED
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
|
|
7
|
+
// Generated on Mon, 16 Sep 2024 12:31:55 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -45,6 +45,7 @@ public enum PaletteSize {
|
|
|
45
45
|
public static let size48 = CGFloat(48)
|
|
46
46
|
public static let size480 = CGFloat(480)
|
|
47
47
|
public static let size5 = CGFloat(5)
|
|
48
|
+
public static let size52 = CGFloat(52)
|
|
48
49
|
public static let size53 = CGFloat(53)
|
|
49
50
|
public static let size544 = CGFloat(544)
|
|
50
51
|
public static let size56 = CGFloat(56)
|
package/build/rn/fonts/fonts.css
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans300normal';
|
|
3
|
-
src: url('./StagSans-
|
|
3
|
+
src: url('./StagSans-Light.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'StagSans400normal';
|
|
8
|
-
src: url('./StagSans-
|
|
8
|
+
src: url('./StagSans-Regular.otf');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'StagSans500normal';
|
|
13
|
-
src: url('./StagSans-
|
|
13
|
+
src: url('./StagSans-Medium.otf');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'StagSans600normal';
|
|
18
|
-
src: url('./StagSans-
|
|
18
|
+
src: url('./StagSans-Semibold.otf');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'StagSans700normal';
|
|
23
|
-
src: url('./StagSans-
|
|
23
|
+
src: url('./StagSans-Bold.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
package/build/rn/fonts/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
module.exports.StagSans300normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-
|
|
2
|
-
module.exports.StagSans400normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-
|
|
3
|
-
module.exports.StagSans500normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-
|
|
4
|
-
module.exports.StagSans600normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-
|
|
5
|
-
module.exports.StagSans700normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-
|
|
1
|
+
module.exports.StagSans300normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-Light.otf')
|
|
2
|
+
module.exports.StagSans400normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-Regular.otf')
|
|
3
|
+
module.exports.StagSans500normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-Medium.otf')
|
|
4
|
+
module.exports.StagSans600normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-Semibold.otf')
|
|
5
|
+
module.exports.StagSans700normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-Bold.otf')
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
...props
|
|
10
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
|
11
|
+
...props,
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
height: size,
|
|
15
|
+
width: size,
|
|
16
|
+
fill: color,
|
|
17
|
+
role: title ? 'img' : undefined,
|
|
18
|
+
"aria-hidden": !title,
|
|
19
|
+
"aria-labelledby": titleId,
|
|
20
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
21
|
+
id: titleId,
|
|
22
|
+
children: title
|
|
23
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M3.824 3.5H20.29c1.528 0 2.767 1.296 2.767 2.896v11.209c0 1.599-1.239 2.895-2.767 2.895H3.824c-1.528 0-2.766-1.296-2.766-2.895V6.395c0-1.599 1.238-2.895 2.766-2.895Zm0 1.93c-.51 0-.922.432-.922.966v11.209c0 .532.413.965.922.965H20.29c.51 0 .922-.433.922-.965V6.395c0-.533-.412-.965-.922-.965H3.824Z"
|
|
27
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
clipRule: "evenodd",
|
|
30
|
+
d: "M3.926 14.315c0-.967.788-1.75 1.76-1.75h4.487c.973 0 1.76.783 1.76 1.75v3.113h-1.508v-3.114a.25.25 0 0 0-.252-.25H5.686a.25.25 0 0 0-.251.25v3.114h-1.51v-3.114Z"
|
|
31
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
32
|
+
d: "M9.942 9.463c0 1.105-.901 2-2.012 2a2.006 2.006 0 0 1-2.012-2c0-1.105.9-2 2.012-2 1.11 0 2.012.895 2.012 2Z"
|
|
33
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
34
|
+
fillRule: "evenodd",
|
|
35
|
+
clipRule: "evenodd",
|
|
36
|
+
d: "M13.918 8.221c0-.419.34-.758.758-.758h4.484a.758.758 0 0 1 0 1.517h-4.484a.758.758 0 0 1-.758-.759ZM13.918 11.687c0-.419.34-.758.758-.758h4.484a.758.758 0 0 1 0 1.516h-4.484a.758.758 0 0 1-.758-.758Z"
|
|
37
|
+
})]
|
|
38
|
+
});
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
|
|
12
|
+
...props,
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
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
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M3.824 3.5H20.29c1.528 0 2.767 1.296 2.767 2.896v11.209c0 1.599-1.239 2.895-2.767 2.895H3.824c-1.528 0-2.766-1.296-2.766-2.895V6.395c0-1.599 1.238-2.895 2.766-2.895Zm0 1.93c-.51 0-.922.432-.922.966v11.209c0 .532.413.965.922.965H20.29c.51 0 .922-.433.922-.965V6.395c0-.533-.412-.965-.922-.965H3.824Z"
|
|
26
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
clipRule: "evenodd",
|
|
29
|
+
d: "M3.926 14.315c0-.967.788-1.75 1.76-1.75h4.487c.973 0 1.76.783 1.76 1.75v3.113h-1.508v-3.114a.25.25 0 0 0-.252-.25H5.686a.25.25 0 0 0-.251.25v3.114h-1.51v-3.114Z"
|
|
30
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
31
|
+
d: "M9.942 9.463c0 1.105-.901 2-2.012 2a2.006 2.006 0 0 1-2.012-2c0-1.105.9-2 2.012-2 1.11 0 2.012.895 2.012 2Z"
|
|
32
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
clipRule: "evenodd",
|
|
35
|
+
d: "M13.918 8.221c0-.419.34-.758.758-.758h4.484a.758.758 0 0 1 0 1.517h-4.484a.758.758 0 0 1-.758-.759ZM13.918 11.687c0-.419.34-.758.758-.758h4.484a.758.758 0 0 1 0 1.516h-4.484a.758.758 0 0 1-.758-.758Z"
|
|
36
|
+
})]
|
|
37
|
+
});
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
...props
|
|
10
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
|
11
|
+
...props,
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
height: size,
|
|
15
|
+
width: size,
|
|
16
|
+
fill: color,
|
|
17
|
+
role: title ? 'img' : undefined,
|
|
18
|
+
"aria-hidden": !title,
|
|
19
|
+
"aria-labelledby": titleId,
|
|
20
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
21
|
+
id: titleId,
|
|
22
|
+
children: title
|
|
23
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
d: "M12 20.5c2.06 0 3.948-.732 5.419-1.951a5.469 5.469 0 0 0-10.608.184A8.463 8.463 0 0 0 12 20.5Zm.138-8.5a7.966 7.966 0 0 1 7.13 4.41 8.5 8.5 0 1 0-14.38.249A7.968 7.968 0 0 1 12.139 12ZM12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-12.004a2.933 2.933 0 1 0 0-5.867 2.933 2.933 0 0 0 0 5.867Z",
|
|
26
|
+
clipRule: "evenodd"
|
|
27
|
+
})]
|
|
28
|
+
});
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
|
|
12
|
+
...props,
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
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: "M12 20.5c2.06 0 3.948-.732 5.419-1.951a5.469 5.469 0 0 0-10.608.184A8.463 8.463 0 0 0 12 20.5Zm.138-8.5a7.966 7.966 0 0 1 7.13 4.41 8.5 8.5 0 1 0-14.38.249A7.968 7.968 0 0 1 12.139 12ZM12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-12.004a2.933 2.933 0 1 0 0-5.867 2.933 2.933 0 0 0 0 5.867Z",
|
|
25
|
+
clipRule: "evenodd"
|
|
26
|
+
})]
|
|
27
|
+
});
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
...props
|
|
10
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
|
11
|
+
...props,
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
height: size,
|
|
15
|
+
width: size,
|
|
16
|
+
fill: color,
|
|
17
|
+
role: title ? 'img' : undefined,
|
|
18
|
+
"aria-hidden": !title,
|
|
19
|
+
"aria-labelledby": titleId,
|
|
20
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
21
|
+
id: titleId,
|
|
22
|
+
children: title
|
|
23
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
d: "M3.444 12a8.556 8.556 0 1 1 17.07.855 1.222 1.222 0 1 0 2.432.24c.036-.36.054-.726.054-1.095 0-6.075-4.925-11-11-11S1 5.925 1 12s4.925 11 11 11c.357 0 .71-.017 1.058-.05a1.222 1.222 0 1 0-.233-2.434 8.519 8.519 0 0 1-6.129-1.802 5.624 5.624 0 0 1 8.07-3.72 1.222 1.222 0 1 0 1.128-2.169A8.07 8.07 0 0 0 4.823 16.66 8.516 8.516 0 0 1 3.444 12Zm11.49-3.938a2.933 2.933 0 1 1-5.867 0 2.933 2.933 0 0 1 5.866 0ZM24 19.255A4.748 4.748 0 0 1 19.25 24a4.748 4.748 0 0 1-4.75-4.745 4.748 4.748 0 0 1 4.75-4.746A4.748 4.748 0 0 1 24 19.255Zm-4-2.25a.75.75 0 0 0-1.5 0v1.5H17a.75.75 0 0 0 0 1.5h1.5v1.5a.75.75 0 0 0 1.5 0v-1.5h1.5a.75.75 0 0 0 0-1.5H20v-1.5Z",
|
|
26
|
+
clipRule: "evenodd"
|
|
27
|
+
})]
|
|
28
|
+
});
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
|
|
12
|
+
...props,
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
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: "M3.444 12a8.556 8.556 0 1 1 17.07.855 1.222 1.222 0 1 0 2.432.24c.036-.36.054-.726.054-1.095 0-6.075-4.925-11-11-11S1 5.925 1 12s4.925 11 11 11c.357 0 .71-.017 1.058-.05a1.222 1.222 0 1 0-.233-2.434 8.519 8.519 0 0 1-6.129-1.802 5.624 5.624 0 0 1 8.07-3.72 1.222 1.222 0 1 0 1.128-2.169A8.07 8.07 0 0 0 4.823 16.66 8.516 8.516 0 0 1 3.444 12Zm11.49-3.938a2.933 2.933 0 1 1-5.867 0 2.933 2.933 0 0 1 5.866 0ZM24 19.255A4.748 4.748 0 0 1 19.25 24a4.748 4.748 0 0 1-4.75-4.745 4.748 4.748 0 0 1 4.75-4.746A4.748 4.748 0 0 1 24 19.255Zm-4-2.25a.75.75 0 0 0-1.5 0v1.5H17a.75.75 0 0 0 0 1.5h1.5v1.5a.75.75 0 0 0 1.5 0v-1.5h1.5a.75.75 0 0 0 0-1.5H20v-1.5Z",
|
|
25
|
+
clipRule: "evenodd"
|
|
26
|
+
})]
|
|
27
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.82383 3.5H20.2914C21.8191 3.5 23.0576 4.79638 23.0576 6.39554V17.6045C23.0576 19.2036 21.8191 20.5 20.2914 20.5H3.82383C2.29609 20.5 1.05762 19.2036 1.05762 17.6045V6.39554C1.05762 4.79638 2.29609 3.5 3.82383 3.5ZM3.82383 5.43036C3.31458 5.43036 2.90176 5.86249 2.90176 6.39554V17.6045C2.90176 18.1375 3.31458 18.5696 3.82383 18.5696H20.2914C20.8007 18.5696 21.2135 18.1375 21.2135 17.6045V6.39554C21.2135 5.86249 20.8007 5.43036 20.2914 5.43036H3.82383Z" fill="black"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.92578 14.3145C3.92578 13.348 4.7139 12.5645 5.6861 12.5645H10.1733C11.1455 12.5645 11.9336 13.348 11.9336 14.3145V17.4277H10.4248V14.3145C10.4248 14.1764 10.3122 14.0645 10.1733 14.0645H5.6861C5.54721 14.0645 5.43462 14.1764 5.43462 14.3145V17.4277H3.92578V14.3145Z" fill="black"/>
|
|
4
|
+
<path d="M9.94154 9.46289C9.94154 10.5675 9.04084 11.4629 7.92976 11.4629C6.81868 11.4629 5.91797 10.5675 5.91797 9.46289C5.91797 8.35832 6.81868 7.46289 7.92976 7.46289C9.04084 7.46289 9.94154 8.35832 9.94154 9.46289Z" fill="black"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.918 8.22128C13.918 7.80244 14.2575 7.46289 14.6764 7.46289H19.1596C19.5784 7.46289 19.918 7.80244 19.918 8.22128C19.918 8.64013 19.5784 8.97968 19.1596 8.97968H14.6764C14.2575 8.97968 13.918 8.64013 13.918 8.22128Z" fill="black"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.918 11.6869C13.918 11.2681 14.2575 10.9285 14.6764 10.9285H19.1596C19.5784 10.9285 19.918 11.2681 19.918 11.6869C19.918 12.1058 19.5784 12.4453 19.1596 12.4453H14.6764C14.2575 12.4453 13.918 12.1058 13.918 11.6869Z" fill="black"/>
|
|
7
|
+
</svg>
|
package/build/rn/icons/index.js
CHANGED
|
@@ -40,6 +40,7 @@ module.exports = {
|
|
|
40
40
|
FullscreenMinimize: require('./FullscreenMinimize'),
|
|
41
41
|
Gift: require('./Gift'),
|
|
42
42
|
Hamburger: require('./Hamburger'),
|
|
43
|
+
IdCard: require('./IdCard'),
|
|
43
44
|
IdTag: require('./IdTag'),
|
|
44
45
|
Info: require('./Info'),
|
|
45
46
|
InfoSelected: require('./InfoSelected'),
|
|
@@ -95,5 +96,7 @@ module.exports = {
|
|
|
95
96
|
Tooltip: require('./Tooltip'),
|
|
96
97
|
TooltipSymbol: require('./TooltipSymbol'),
|
|
97
98
|
Unmuted: require('./Unmuted'),
|
|
99
|
+
User: require('./User'),
|
|
100
|
+
UserAdd: require('./UserAdd'),
|
|
98
101
|
Visa: require('./Visa')
|
|
99
102
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" d="M3.444 12a8.556 8.556 0 1 1 17.07.855 1.222 1.222 0 1 0 2.432.24c.036-.36.054-.726.054-1.095 0-6.075-4.925-11-11-11S1 5.925 1 12s4.925 11 11 11c.357 0 .71-.017 1.058-.05a1.222 1.222 0 1 0-.233-2.434 8.519 8.519 0 0 1-6.129-1.802 5.624 5.624 0 0 1 8.07-3.72 1.222 1.222 0 1 0 1.128-2.169A8.07 8.07 0 0 0 4.823 16.66 8.516 8.516 0 0 1 3.444 12Zm11.49-3.938a2.933 2.933 0 1 1-5.867 0 2.933 2.933 0 0 1 5.866 0ZM24 19.255A4.748 4.748 0 0 1 19.25 24a4.748 4.748 0 0 1-4.75-4.745 4.748 4.748 0 0 1 4.75-4.746A4.748 4.748 0 0 1 24 19.255Zm-4-2.25a.75.75 0 0 0-1.5 0v1.5H17a.75.75 0 0 0 0 1.5h1.5v1.5a.75.75 0 0 0 1.5 0v-1.5h1.5a.75.75 0 0 0 0-1.5H20v-1.5Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" d="M12 20.5c2.06 0 3.948-.732 5.419-1.951a5.469 5.469 0 0 0-10.608.184A8.463 8.463 0 0 0 12 20.5Zm.138-8.5a7.966 7.966 0 0 1 7.13 4.41 8.5 8.5 0 1 0-14.38.249A7.968 7.968 0 0 1 12.139 12ZM12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-12.004a2.933 2.933 0 1 0 0-5.867 2.933 2.933 0 0 0 0 5.867Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
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, 16 Sep 2024 12:31:57 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -69,11 +69,11 @@ module.exports = {
|
|
|
69
69
|
},
|
|
70
70
|
font: {
|
|
71
71
|
StagSans: {
|
|
72
|
-
300: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-
|
|
73
|
-
400: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-
|
|
74
|
-
500: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-
|
|
75
|
-
600: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-
|
|
76
|
-
700: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-
|
|
72
|
+
300: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-Light.otf',
|
|
73
|
+
400: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-Regular.otf',
|
|
74
|
+
500: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-Medium.otf',
|
|
75
|
+
600: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-Semibold.otf',
|
|
76
|
+
700: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-Bold.otf'
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
fontSize: {
|
|
@@ -157,6 +157,7 @@ module.exports = {
|
|
|
157
157
|
FullscreenMinimize: '@telus-uds/palette-koodo/build/rn/icons/fullscreen-minimize.icon.svg',
|
|
158
158
|
Gift: '@telus-uds/palette-koodo/build/rn/icons/gift.icon.svg',
|
|
159
159
|
Hamburger: '@telus-uds/palette-koodo/build/rn/icons/hamburger.icon.svg',
|
|
160
|
+
IdCard: '@telus-uds/palette-koodo/build/rn/icons/id-card.icon.svg',
|
|
160
161
|
IdTag: '@telus-uds/palette-koodo/build/rn/icons/id-tag.icon.svg',
|
|
161
162
|
Info: '@telus-uds/palette-koodo/build/rn/icons/info.icon.svg',
|
|
162
163
|
InfoSelected: '@telus-uds/palette-koodo/build/rn/icons/info-selected.icon.svg',
|
|
@@ -212,6 +213,8 @@ module.exports = {
|
|
|
212
213
|
Tooltip: '@telus-uds/palette-koodo/build/rn/icons/tooltip.icon.svg',
|
|
213
214
|
TooltipSymbol: '@telus-uds/palette-koodo/build/rn/icons/tooltip-symbol.icon.svg',
|
|
214
215
|
Unmuted: '@telus-uds/palette-koodo/build/rn/icons/unmuted.icon.svg',
|
|
216
|
+
User: '@telus-uds/palette-koodo/build/rn/icons/user.icon.svg',
|
|
217
|
+
UserAdd: '@telus-uds/palette-koodo/build/rn/icons/user-add.icon.svg',
|
|
215
218
|
Visa: '@telus-uds/palette-koodo/build/rn/icons/visa.icon.svg'
|
|
216
219
|
},
|
|
217
220
|
letterSpacing: {
|
|
@@ -349,6 +352,7 @@ module.exports = {
|
|
|
349
352
|
size48: 48,
|
|
350
353
|
size480: 480,
|
|
351
354
|
size5: 5,
|
|
355
|
+
size52: 52,
|
|
352
356
|
size53: 53,
|
|
353
357
|
size544: 544,
|
|
354
358
|
size56: 56,
|
|
@@ -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/StagSans-Light-v1_7_0.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/StagSans-Regular-v1_7_0.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/StagSans-Medium-v1_7_0.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/StagSans-Semibold-v1_7_0.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/StagSans-Bold-v1_7_0.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/StagSans-Light-v1_7_0.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/StagSans-Regular-v1_7_0.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/StagSans-Medium-v1_7_0.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/StagSans-Semibold-v1_7_0.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/StagSans-Bold-v1_7_0.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('./StagSans-Light-v1_7_0.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('./StagSans-Regular-v1_7_0.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('./StagSans-Medium-v1_7_0.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('./StagSans-Semibold-v1_7_0.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('./StagSans-Bold-v1_7_0.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('./StagSans-Light-v1_7_0.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'StagSans400normal';
|
|
8
|
-
src: url('./
|
|
8
|
+
src: url('./StagSans-Regular-v1_7_0.otf');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'StagSans500normal';
|
|
13
|
-
src: url('./
|
|
13
|
+
src: url('./StagSans-Medium-v1_7_0.otf');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'StagSans600normal';
|
|
18
|
-
src: url('./
|
|
18
|
+
src: url('./StagSans-Semibold-v1_7_0.otf');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'StagSans700normal';
|
|
23
|
-
src: url('./
|
|
23
|
+
src: url('./StagSans-Bold-v1_7_0.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
...props
|
|
10
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
|
11
|
+
...props,
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
height: size,
|
|
15
|
+
width: size,
|
|
16
|
+
fill: color,
|
|
17
|
+
role: title ? 'img' : undefined,
|
|
18
|
+
"aria-hidden": !title,
|
|
19
|
+
"aria-labelledby": titleId,
|
|
20
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
21
|
+
id: titleId,
|
|
22
|
+
children: title
|
|
23
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M3.824 3.5H20.29c1.528 0 2.767 1.296 2.767 2.896v11.209c0 1.599-1.239 2.895-2.767 2.895H3.824c-1.528 0-2.766-1.296-2.766-2.895V6.395c0-1.599 1.238-2.895 2.766-2.895Zm0 1.93c-.51 0-.922.432-.922.966v11.209c0 .532.413.965.922.965H20.29c.51 0 .922-.433.922-.965V6.395c0-.533-.412-.965-.922-.965H3.824Z"
|
|
27
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
clipRule: "evenodd",
|
|
30
|
+
d: "M3.926 14.315c0-.967.788-1.75 1.76-1.75h4.487c.973 0 1.76.783 1.76 1.75v3.113h-1.508v-3.114a.25.25 0 0 0-.252-.25H5.686a.25.25 0 0 0-.251.25v3.114h-1.51v-3.114Z"
|
|
31
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
32
|
+
d: "M9.942 9.463c0 1.105-.901 2-2.012 2a2.006 2.006 0 0 1-2.012-2c0-1.105.9-2 2.012-2 1.11 0 2.012.895 2.012 2Z"
|
|
33
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
34
|
+
fillRule: "evenodd",
|
|
35
|
+
clipRule: "evenodd",
|
|
36
|
+
d: "M13.918 8.221c0-.419.34-.758.758-.758h4.484a.758.758 0 0 1 0 1.517h-4.484a.758.758 0 0 1-.758-.759ZM13.918 11.687c0-.419.34-.758.758-.758h4.484a.758.758 0 0 1 0 1.516h-4.484a.758.758 0 0 1-.758-.758Z"
|
|
37
|
+
})]
|
|
38
|
+
});
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
...props
|
|
10
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
|
11
|
+
...props,
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
height: size,
|
|
15
|
+
width: size,
|
|
16
|
+
fill: color,
|
|
17
|
+
role: title ? 'img' : undefined,
|
|
18
|
+
"aria-hidden": !title,
|
|
19
|
+
"aria-labelledby": titleId,
|
|
20
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
21
|
+
id: titleId,
|
|
22
|
+
children: title
|
|
23
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
d: "M12 20.5c2.06 0 3.948-.732 5.419-1.951a5.469 5.469 0 0 0-10.608.184A8.463 8.463 0 0 0 12 20.5Zm.138-8.5a7.966 7.966 0 0 1 7.13 4.41 8.5 8.5 0 1 0-14.38.249A7.968 7.968 0 0 1 12.139 12ZM12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-12.004a2.933 2.933 0 1 0 0-5.867 2.933 2.933 0 0 0 0 5.867Z",
|
|
26
|
+
clipRule: "evenodd"
|
|
27
|
+
})]
|
|
28
|
+
});
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
...props
|
|
10
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
|
11
|
+
...props,
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
height: size,
|
|
15
|
+
width: size,
|
|
16
|
+
fill: color,
|
|
17
|
+
role: title ? 'img' : undefined,
|
|
18
|
+
"aria-hidden": !title,
|
|
19
|
+
"aria-labelledby": titleId,
|
|
20
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
21
|
+
id: titleId,
|
|
22
|
+
children: title
|
|
23
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
d: "M3.444 12a8.556 8.556 0 1 1 17.07.855 1.222 1.222 0 1 0 2.432.24c.036-.36.054-.726.054-1.095 0-6.075-4.925-11-11-11S1 5.925 1 12s4.925 11 11 11c.357 0 .71-.017 1.058-.05a1.222 1.222 0 1 0-.233-2.434 8.519 8.519 0 0 1-6.129-1.802 5.624 5.624 0 0 1 8.07-3.72 1.222 1.222 0 1 0 1.128-2.169A8.07 8.07 0 0 0 4.823 16.66 8.516 8.516 0 0 1 3.444 12Zm11.49-3.938a2.933 2.933 0 1 1-5.867 0 2.933 2.933 0 0 1 5.866 0ZM24 19.255A4.748 4.748 0 0 1 19.25 24a4.748 4.748 0 0 1-4.75-4.745 4.748 4.748 0 0 1 4.75-4.746A4.748 4.748 0 0 1 24 19.255Zm-4-2.25a.75.75 0 0 0-1.5 0v1.5H17a.75.75 0 0 0 0 1.5h1.5v1.5a.75.75 0 0 0 1.5 0v-1.5h1.5a.75.75 0 0 0 0-1.5H20v-1.5Z",
|
|
26
|
+
clipRule: "evenodd"
|
|
27
|
+
})]
|
|
28
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.82383 3.5H20.2914C21.8191 3.5 23.0576 4.79638 23.0576 6.39554V17.6045C23.0576 19.2036 21.8191 20.5 20.2914 20.5H3.82383C2.29609 20.5 1.05762 19.2036 1.05762 17.6045V6.39554C1.05762 4.79638 2.29609 3.5 3.82383 3.5ZM3.82383 5.43036C3.31458 5.43036 2.90176 5.86249 2.90176 6.39554V17.6045C2.90176 18.1375 3.31458 18.5696 3.82383 18.5696H20.2914C20.8007 18.5696 21.2135 18.1375 21.2135 17.6045V6.39554C21.2135 5.86249 20.8007 5.43036 20.2914 5.43036H3.82383Z" fill="black"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.92578 14.3145C3.92578 13.348 4.7139 12.5645 5.6861 12.5645H10.1733C11.1455 12.5645 11.9336 13.348 11.9336 14.3145V17.4277H10.4248V14.3145C10.4248 14.1764 10.3122 14.0645 10.1733 14.0645H5.6861C5.54721 14.0645 5.43462 14.1764 5.43462 14.3145V17.4277H3.92578V14.3145Z" fill="black"/>
|
|
4
|
+
<path d="M9.94154 9.46289C9.94154 10.5675 9.04084 11.4629 7.92976 11.4629C6.81868 11.4629 5.91797 10.5675 5.91797 9.46289C5.91797 8.35832 6.81868 7.46289 7.92976 7.46289C9.04084 7.46289 9.94154 8.35832 9.94154 9.46289Z" fill="black"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.918 8.22128C13.918 7.80244 14.2575 7.46289 14.6764 7.46289H19.1596C19.5784 7.46289 19.918 7.80244 19.918 8.22128C19.918 8.64013 19.5784 8.97968 19.1596 8.97968H14.6764C14.2575 8.97968 13.918 8.64013 13.918 8.22128Z" fill="black"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.918 11.6869C13.918 11.2681 14.2575 10.9285 14.6764 10.9285H19.1596C19.5784 10.9285 19.918 11.2681 19.918 11.6869C19.918 12.1058 19.5784 12.4453 19.1596 12.4453H14.6764C14.2575 12.4453 13.918 12.1058 13.918 11.6869Z" fill="black"/>
|
|
7
|
+
</svg>
|
package/build/web/icons/index.js
CHANGED
|
@@ -40,6 +40,7 @@ module.exports = {
|
|
|
40
40
|
FullscreenMinimize: require('./FullscreenMinimize'),
|
|
41
41
|
Gift: require('./Gift'),
|
|
42
42
|
Hamburger: require('./Hamburger'),
|
|
43
|
+
IdCard: require('./IdCard'),
|
|
43
44
|
IdTag: require('./IdTag'),
|
|
44
45
|
Info: require('./Info'),
|
|
45
46
|
InfoSelected: require('./InfoSelected'),
|
|
@@ -95,5 +96,7 @@ module.exports = {
|
|
|
95
96
|
Tooltip: require('./Tooltip'),
|
|
96
97
|
TooltipSymbol: require('./TooltipSymbol'),
|
|
97
98
|
Unmuted: require('./Unmuted'),
|
|
99
|
+
User: require('./User'),
|
|
100
|
+
UserAdd: require('./UserAdd'),
|
|
98
101
|
Visa: require('./Visa')
|
|
99
102
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" d="M3.444 12a8.556 8.556 0 1 1 17.07.855 1.222 1.222 0 1 0 2.432.24c.036-.36.054-.726.054-1.095 0-6.075-4.925-11-11-11S1 5.925 1 12s4.925 11 11 11c.357 0 .71-.017 1.058-.05a1.222 1.222 0 1 0-.233-2.434 8.519 8.519 0 0 1-6.129-1.802 5.624 5.624 0 0 1 8.07-3.72 1.222 1.222 0 1 0 1.128-2.169A8.07 8.07 0 0 0 4.823 16.66 8.516 8.516 0 0 1 3.444 12Zm11.49-3.938a2.933 2.933 0 1 1-5.867 0 2.933 2.933 0 0 1 5.866 0ZM24 19.255A4.748 4.748 0 0 1 19.25 24a4.748 4.748 0 0 1-4.75-4.745 4.748 4.748 0 0 1 4.75-4.746A4.748 4.748 0 0 1 24 19.255Zm-4-2.25a.75.75 0 0 0-1.5 0v1.5H17a.75.75 0 0 0 0 1.5h1.5v1.5a.75.75 0 0 0 1.5 0v-1.5h1.5a.75.75 0 0 0 0-1.5H20v-1.5Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" d="M12 20.5c2.06 0 3.948-.732 5.419-1.951a5.469 5.469 0 0 0-10.608.184A8.463 8.463 0 0 0 12 20.5Zm.138-8.5a7.966 7.966 0 0 1 7.13 4.41 8.5 8.5 0 1 0-14.38.249A7.968 7.968 0 0 1 12.139 12ZM12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-12.004a2.933 2.933 0 1 0 0-5.867 2.933 2.933 0 0 0 0 5.867Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
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, 16 Sep 2024 12:31:55 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -69,11 +69,11 @@ module.exports = {
|
|
|
69
69
|
},
|
|
70
70
|
font: {
|
|
71
71
|
StagSans: {
|
|
72
|
-
300: 'https://cdn.telus.digital/uds/
|
|
73
|
-
400: 'https://cdn.telus.digital/uds/
|
|
74
|
-
500: 'https://cdn.telus.digital/uds/
|
|
75
|
-
600: 'https://cdn.telus.digital/uds/
|
|
76
|
-
700: 'https://cdn.telus.digital/uds/
|
|
72
|
+
300: 'https://cdn.telus.digital/uds/StagSans-Light-v1_7_0.otf',
|
|
73
|
+
400: 'https://cdn.telus.digital/uds/StagSans-Regular-v1_7_0.otf',
|
|
74
|
+
500: 'https://cdn.telus.digital/uds/StagSans-Medium-v1_7_0.otf',
|
|
75
|
+
600: 'https://cdn.telus.digital/uds/StagSans-Semibold-v1_7_0.otf',
|
|
76
|
+
700: 'https://cdn.telus.digital/uds/StagSans-Bold-v1_7_0.otf'
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
fontSize: {
|
|
@@ -144,6 +144,7 @@ module.exports = {
|
|
|
144
144
|
FullscreenMinimize: '@telus-uds/palette-koodo/build/web/icons/fullscreen-minimize.icon.svg',
|
|
145
145
|
Gift: '@telus-uds/palette-koodo/build/web/icons/gift.icon.svg',
|
|
146
146
|
Hamburger: '@telus-uds/palette-koodo/build/web/icons/hamburger.icon.svg',
|
|
147
|
+
IdCard: '@telus-uds/palette-koodo/build/web/icons/id-card.icon.svg',
|
|
147
148
|
IdTag: '@telus-uds/palette-koodo/build/web/icons/id-tag.icon.svg',
|
|
148
149
|
Info: '@telus-uds/palette-koodo/build/web/icons/info.icon.svg',
|
|
149
150
|
InfoSelected: '@telus-uds/palette-koodo/build/web/icons/info-selected.icon.svg',
|
|
@@ -199,6 +200,8 @@ module.exports = {
|
|
|
199
200
|
Tooltip: '@telus-uds/palette-koodo/build/web/icons/tooltip.icon.svg',
|
|
200
201
|
TooltipSymbol: '@telus-uds/palette-koodo/build/web/icons/tooltip-symbol.icon.svg',
|
|
201
202
|
Unmuted: '@telus-uds/palette-koodo/build/web/icons/unmuted.icon.svg',
|
|
203
|
+
User: '@telus-uds/palette-koodo/build/web/icons/user.icon.svg',
|
|
204
|
+
UserAdd: '@telus-uds/palette-koodo/build/web/icons/user-add.icon.svg',
|
|
202
205
|
Visa: '@telus-uds/palette-koodo/build/web/icons/visa.icon.svg'
|
|
203
206
|
},
|
|
204
207
|
letterSpacing: {
|
|
@@ -294,6 +297,7 @@ module.exports = {
|
|
|
294
297
|
size48: '48px',
|
|
295
298
|
size480: '480px',
|
|
296
299
|
size5: '5px',
|
|
300
|
+
size52: '52px',
|
|
297
301
|
size53: '53px',
|
|
298
302
|
size544: '544px',
|
|
299
303
|
size56: '56px',
|
package/package.json
CHANGED
package/palette.json
CHANGED
|
@@ -549,6 +549,10 @@
|
|
|
549
549
|
"tags": ["General"],
|
|
550
550
|
"value": "icon/hamburger.svg"
|
|
551
551
|
},
|
|
552
|
+
"IdCard": {
|
|
553
|
+
"tags": ["Decorative", "General"],
|
|
554
|
+
"value": "icon/id-card.svg"
|
|
555
|
+
},
|
|
552
556
|
"IdTag": {
|
|
553
557
|
"tags": ["Decorative", "General"],
|
|
554
558
|
"value": "icon/id-tag.svg"
|
|
@@ -768,6 +772,14 @@
|
|
|
768
772
|
"tags": ["Interface", "VideoPlayer"],
|
|
769
773
|
"value": "icon/unmuted.svg"
|
|
770
774
|
},
|
|
775
|
+
"User": {
|
|
776
|
+
"tags": ["Decorative", "General"],
|
|
777
|
+
"value": "icon/user.svg"
|
|
778
|
+
},
|
|
779
|
+
"UserAdd": {
|
|
780
|
+
"tags": ["Decorative", "General"],
|
|
781
|
+
"value": "icon/user-add.svg"
|
|
782
|
+
},
|
|
771
783
|
"Visa": {
|
|
772
784
|
"tags": ["Decorative", "General"],
|
|
773
785
|
"value": "icon/visa.svg"
|
|
@@ -1104,6 +1116,9 @@
|
|
|
1104
1116
|
"size5": {
|
|
1105
1117
|
"value": 5
|
|
1106
1118
|
},
|
|
1119
|
+
"size52": {
|
|
1120
|
+
"value": 52
|
|
1121
|
+
},
|
|
1107
1122
|
"size53": {
|
|
1108
1123
|
"value": 53
|
|
1109
1124
|
},
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/build/web/fonts/{v1_6_0-StagSans-700-6DPlWWAZ8kHZi1AsAp8IW.otf → StagSans-Bold-v1_7_0.otf}
RENAMED
|
File without changes
|
/package/build/web/fonts/{v1_6_0-StagSans-300-N0ncHoNdIU26pWFwcJQff.otf → StagSans-Light-v1_7_0.otf}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|