@telus-uds/palette-koodo 0.25.0 → 0.27.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 +1 -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 +1 -1
- package/build/rn/icons/Amex.js +29 -0
- package/build/rn/icons/Amex.native.js +29 -0
- package/build/rn/icons/CreditCard.js +28 -0
- package/build/rn/icons/CreditCard.native.js +28 -0
- package/build/rn/icons/MasterCard.js +33 -0
- package/build/rn/icons/MasterCard.native.js +33 -0
- package/build/rn/icons/Visa.js +38 -0
- package/build/rn/icons/Visa.native.js +38 -0
- package/build/rn/icons/amex.icon.svg +3 -0
- package/build/rn/icons/credit-card.icon.svg +3 -0
- package/build/rn/icons/index.js +5 -1
- package/build/rn/icons/master-card.icon.svg +5 -0
- package/build/rn/icons/visa.icon.svg +6 -0
- package/build/rn/palette.js +6 -2
- package/build/web/fonts/fonts-cdn-family.css +5 -5
- package/build/web/fonts/fonts-cdn.css +5 -5
- package/build/web/fonts/fonts-local-family.css +5 -5
- package/build/web/fonts/fonts-local.css +5 -5
- package/build/web/icons/Amex.js +29 -0
- package/build/web/icons/CreditCard.js +28 -0
- package/build/web/icons/MasterCard.js +33 -0
- package/build/web/icons/Visa.js +38 -0
- package/build/web/icons/amex.icon.svg +3 -0
- package/build/web/icons/credit-card.icon.svg +3 -0
- package/build/web/icons/index.js +5 -1
- package/build/web/icons/master-card.icon.svg +5 -0
- package/build/web/icons/visa.icon.svg +6 -0
- package/build/web/palette.js +11 -7
- package/package.json +1 -1
- package/palette.json +16 -0
- /package/build/web/fonts/{v0_25_0-StagSans-300-yVaPFQDsEyXAo7UBXAR8p.otf → v0_27_0-StagSans-300-jhfxElT6mefYfvL9SVmGm.otf} +0 -0
- /package/build/web/fonts/{v0_25_0-StagSans-400-EZp1mZhxdncKXh4jBTWz5.otf → v0_27_0-StagSans-400-PoDJo9-Xn5m8zqjTu9gwt.otf} +0 -0
- /package/build/web/fonts/{v0_25_0-StagSans-500-FbEq680Hb2zAmKka60BSo.otf → v0_27_0-StagSans-500-YljXNAIj7pTI-1-PDNYPV.otf} +0 -0
- /package/build/web/fonts/{v0_25_0-StagSans-600-r8RqS7nsZdS59CEx4OSyQ.otf → v0_27_0-StagSans-600-73u4bbBYRtdvAwrq-ojDL.otf} +0 -0
- /package/build/web/fonts/{v0_25_0-StagSans-700-zUoMjevXoJEhXl7xpeiI6.otf → v0_27_0-StagSans-700-Fb7OGgHnJGrgM3ZRh_lnI.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
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
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
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
|
+
fill: "#016FD0",
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
d: "M2.709 8 0 14.991h3.243l.402-1.115h.918l.402 1.115h3.57v-.85l.318.85h1.846l.318-.869v.869h7.423l.902-1.086.846 1.086L24 15l-2.717-3.485L24 8h-3.753l-.879 1.066L18.549 8h-8.075l-.693 1.804L9.07 8H5.835v.822L5.475 8H2.71Zm.627.993h1.58l1.797 4.74v-4.74h1.732l1.387 3.399 1.28-3.4h1.722v5.017h-1.048l-.009-3.93-1.528 3.93h-.938l-1.537-3.93v3.93H5.618l-.41-1.124H3l-.408 1.123H1.437l1.9-5.015Zm14.72 0h-4.263v5.013h4.197l1.352-1.661 1.304 1.661h1.363l-1.98-2.492 1.98-2.521h-1.304l-1.345 1.642-1.304-1.642ZM4.105 9.84l-.728 2.004h1.455L4.105 9.84Zm10.74 1.106v-.916h2.66l1.161 1.464-1.212 1.473h-2.608v-1h2.325v-1.02h-2.325Z",
|
|
27
|
+
clipRule: "evenodd"
|
|
28
|
+
})]
|
|
29
|
+
});
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
height: size,
|
|
17
|
+
width: size,
|
|
18
|
+
fill: color,
|
|
19
|
+
"aria-labelledby": titleId,
|
|
20
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
21
|
+
id: titleId,
|
|
22
|
+
children: title
|
|
23
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
24
|
+
fill: "#016FD0",
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
d: "M2.709 8 0 14.991h3.243l.402-1.115h.918l.402 1.115h3.57v-.85l.318.85h1.846l.318-.869v.869h7.423l.902-1.086.846 1.086L24 15l-2.717-3.485L24 8h-3.753l-.879 1.066L18.549 8h-8.075l-.693 1.804L9.07 8H5.835v.822L5.475 8H2.71Zm.627.993h1.58l1.797 4.74v-4.74h1.732l1.387 3.399 1.28-3.4h1.722v5.017h-1.048l-.009-3.93-1.528 3.93h-.938l-1.537-3.93v3.93H5.618l-.41-1.124H3l-.408 1.123H1.437l1.9-5.015Zm14.72 0h-4.263v5.013h4.197l1.352-1.661 1.304 1.661h1.363l-1.98-2.492 1.98-2.521h-1.304l-1.345 1.642-1.304-1.642ZM4.105 9.84l-.728 2.004h1.455L4.105 9.84Zm10.74 1.106v-.916h2.66l1.161 1.464-1.212 1.473h-2.608v-1h2.325v-1.02h-2.325Z",
|
|
27
|
+
clipRule: "evenodd"
|
|
28
|
+
})]
|
|
29
|
+
});
|
|
@@ -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
|
+
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: "M21.5 4C22.878 4 24 5.122 24 6.5v11c0 1.378-1.122 2.5-2.5 2.5h-19A2.503 2.503 0 0 1 0 17.5v-11C0 5.122 1.122 4 2.5 4h19Zm1.5 7H1v6.5c0 .827.673 1.5 1.5 1.5h19c.827 0 1.5-.673 1.5-1.5V11ZM9.5 16a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1h6Zm0-2a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1h6ZM23 8H1v2h22V8Zm-1.5-3h-19C1.673 5 1 5.673 1 6.5V7h22v-.5c0-.827-.673-1.5-1.5-1.5Zm-2 12h-1c-.827 0-1.5-.673-1.5-1.5v-1c0-.827.673-1.5 1.5-1.5h1c.827 0 1.5.673 1.5 1.5v1c0 .827-.673 1.5-1.5 1.5Zm-1-3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Z",
|
|
26
|
+
clipRule: "evenodd"
|
|
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
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
height: size,
|
|
17
|
+
width: size,
|
|
18
|
+
fill: color,
|
|
19
|
+
"aria-labelledby": titleId,
|
|
20
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
21
|
+
id: titleId,
|
|
22
|
+
children: title
|
|
23
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
d: "M21.5 4C22.878 4 24 5.122 24 6.5v11c0 1.378-1.122 2.5-2.5 2.5h-19A2.503 2.503 0 0 1 0 17.5v-11C0 5.122 1.122 4 2.5 4h19Zm1.5 7H1v6.5c0 .827.673 1.5 1.5 1.5h19c.827 0 1.5-.673 1.5-1.5V11ZM9.5 16a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1h6Zm0-2a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1h6ZM23 8H1v2h22V8Zm-1.5-3h-19C1.673 5 1 5.673 1 6.5V7h22v-.5c0-.827-.673-1.5-1.5-1.5Zm-2 12h-1c-.827 0-1.5-.673-1.5-1.5v-1c0-.827.673-1.5 1.5-1.5h1c.827 0 1.5.673 1.5 1.5v1c0 .827-.673 1.5-1.5 1.5Zm-1-3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Z",
|
|
26
|
+
clipRule: "evenodd"
|
|
27
|
+
})]
|
|
28
|
+
});
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
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
|
+
fill: "#ED0006",
|
|
25
|
+
d: "M12 15.044A4.386 4.386 0 0 1 9.246 16C6.9 16 5 14.21 5 12s1.901-4 4.246-4c1.05 0 2.013.36 2.754.956A4.386 4.386 0 0 1 14.754 8C17.1 8 19 9.79 19 12s-1.901 4-4.246 4c-1.05 0-2.013-.36-2.754-.956Z"
|
|
26
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
27
|
+
fill: "#F9A000",
|
|
28
|
+
d: "M12 15.044c.913-.733 1.492-1.825 1.492-3.044 0-1.22-.58-2.31-1.492-3.044A4.386 4.386 0 0 1 14.754 8C17.1 8 19 9.79 19 12s-1.9 4-4.246 4c-1.05 0-2.013-.36-2.754-.956Z"
|
|
29
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
30
|
+
fill: "#FF5E00",
|
|
31
|
+
d: "M12 15.044c.913-.733 1.492-1.825 1.492-3.044 0-1.22-.579-2.31-1.492-3.044-.913.733-1.492 1.825-1.492 3.044 0 1.22.58 2.31 1.492 3.044Z"
|
|
32
|
+
})]
|
|
33
|
+
});
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
height: size,
|
|
17
|
+
width: size,
|
|
18
|
+
fill: color,
|
|
19
|
+
"aria-labelledby": titleId,
|
|
20
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
21
|
+
id: titleId,
|
|
22
|
+
children: title
|
|
23
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
24
|
+
fill: "#ED0006",
|
|
25
|
+
d: "M12 15.044A4.386 4.386 0 0 1 9.246 16C6.9 16 5 14.21 5 12s1.901-4 4.246-4c1.05 0 2.013.36 2.754.956A4.386 4.386 0 0 1 14.754 8C17.1 8 19 9.79 19 12s-1.901 4-4.246 4c-1.05 0-2.013-.36-2.754-.956Z"
|
|
26
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
27
|
+
fill: "#F9A000",
|
|
28
|
+
d: "M12 15.044c.913-.733 1.492-1.825 1.492-3.044 0-1.22-.58-2.31-1.492-3.044A4.386 4.386 0 0 1 14.754 8C17.1 8 19 9.79 19 12s-1.9 4-4.246 4c-1.05 0-2.013-.36-2.754-.956Z"
|
|
29
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
30
|
+
fill: "#FF5E00",
|
|
31
|
+
d: "M12 15.044c.913-.733 1.492-1.825 1.492-3.044 0-1.22-.579-2.31-1.492-3.044-.913.733-1.492 1.825-1.492 3.044 0 1.22.58 2.31 1.492 3.044Z"
|
|
32
|
+
})]
|
|
33
|
+
});
|
|
@@ -0,0 +1,38 @@
|
|
|
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
|
+
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
|
+
fill: "#00579F",
|
|
25
|
+
d: "M15.704 8c.752 0 1.36.151 1.744.288l-.265 1.464-.175-.072a3.615 3.615 0 0 0-1.449-.26c-.767 0-1.111.296-1.12.584 0 .317.417.526 1.097.836 1.12.483 1.64 1.075 1.632 1.846C17.152 14.092 15.824 15 13.784 15c-.872-.007-1.712-.173-2.168-.36l.272-1.522.256.108c.632.253 1.048.361 1.824.361.56 0 1.16-.21 1.168-.663 0-.296-.256-.512-1.008-.844-.736-.324-1.72-.865-1.704-1.838.008-1.32 1.36-2.242 3.28-2.242Zm-7.248 6.899H10.4l1.216-6.776H9.672l-1.216 6.776Z"
|
|
26
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
27
|
+
fill: "#00579F",
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
d: "M22.432 8.123h-1.504c-.464 0-.816.122-1.016.562L17.024 14.9h2.04l.408-1.016h2.496c.056.237.232 1.016.232 1.016H24l-1.568-6.776Zm-2.4 4.376a2035.23 2035.23 0 0 0 .836-2.049c.056-.14.139-.346.196-.496l.136.584s.368 1.622.448 1.96h-1.616Z",
|
|
30
|
+
clipRule: "evenodd"
|
|
31
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
32
|
+
fill: "#00579F",
|
|
33
|
+
d: "m4.928 12.743 1.904-4.62h2.056l-3.056 6.769H3.776L2.032 8.966c1.232.584 2.336 1.76 2.688 2.84l.208.938Z"
|
|
34
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
35
|
+
fill: "#FAA61A",
|
|
36
|
+
d: "M3.16 8.123H.032L0 8.26c2.44.562 4.056 1.918 4.72 3.547l-.68-3.115c-.112-.432-.456-.555-.88-.57Z"
|
|
37
|
+
})]
|
|
38
|
+
});
|
|
@@ -0,0 +1,38 @@
|
|
|
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
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
height: size,
|
|
17
|
+
width: size,
|
|
18
|
+
fill: color,
|
|
19
|
+
"aria-labelledby": titleId,
|
|
20
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
21
|
+
id: titleId,
|
|
22
|
+
children: title
|
|
23
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
24
|
+
fill: "#00579F",
|
|
25
|
+
d: "M15.704 8c.752 0 1.36.151 1.744.288l-.265 1.464-.175-.072a3.615 3.615 0 0 0-1.449-.26c-.767 0-1.111.296-1.12.584 0 .317.417.526 1.097.836 1.12.483 1.64 1.075 1.632 1.846C17.152 14.092 15.824 15 13.784 15c-.872-.007-1.712-.173-2.168-.36l.272-1.522.256.108c.632.253 1.048.361 1.824.361.56 0 1.16-.21 1.168-.663 0-.296-.256-.512-1.008-.844-.736-.324-1.72-.865-1.704-1.838.008-1.32 1.36-2.242 3.28-2.242Zm-7.248 6.899H10.4l1.216-6.776H9.672l-1.216 6.776Z"
|
|
26
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
27
|
+
fill: "#00579F",
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
d: "M22.432 8.123h-1.504c-.464 0-.816.122-1.016.562L17.024 14.9h2.04l.408-1.016h2.496c.056.237.232 1.016.232 1.016H24l-1.568-6.776Zm-2.4 4.376a2035.23 2035.23 0 0 0 .836-2.049c.056-.14.139-.346.196-.496l.136.584s.368 1.622.448 1.96h-1.616Z",
|
|
30
|
+
clipRule: "evenodd"
|
|
31
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
32
|
+
fill: "#00579F",
|
|
33
|
+
d: "m4.928 12.743 1.904-4.62h2.056l-3.056 6.769H3.776L2.032 8.966c1.232.584 2.336 1.76 2.688 2.84l.208.938Z"
|
|
34
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
35
|
+
fill: "#FAA61A",
|
|
36
|
+
d: "M3.16 8.123H.032L0 8.26c2.44.562 4.056 1.918 4.72 3.547l-.68-3.115c-.112-.432-.456-.555-.88-.57Z"
|
|
37
|
+
})]
|
|
38
|
+
});
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#016FD0" fill-rule="evenodd" d="M2.709 8 0 14.991h3.243l.402-1.115h.918l.402 1.115h3.57v-.85l.318.85h1.846l.318-.869v.869h7.423l.902-1.086.846 1.086L24 15l-2.717-3.485L24 8h-3.753l-.879 1.066L18.549 8h-8.075l-.693 1.804L9.07 8H5.835v.822L5.475 8H2.71Zm.627.993h1.58l1.797 4.74v-4.74h1.732l1.387 3.399 1.28-3.4h1.722v5.017h-1.048l-.009-3.93-1.528 3.93h-.938l-1.537-3.93v3.93H5.618l-.41-1.124H3l-.408 1.123H1.437l1.9-5.015Zm14.72 0h-4.263v5.013h4.197l1.352-1.661 1.304 1.661h1.363l-1.98-2.492 1.98-2.521h-1.304l-1.345 1.642-1.304-1.642ZM4.105 9.84l-.728 2.004h1.455L4.105 9.84Zm10.74 1.106v-.916h2.66l1.161 1.464-1.212 1.473h-2.608v-1h2.325v-1.02h-2.325Z" 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="M21.5 4C22.878 4 24 5.122 24 6.5v11c0 1.378-1.122 2.5-2.5 2.5h-19A2.503 2.503 0 0 1 0 17.5v-11C0 5.122 1.122 4 2.5 4h19Zm1.5 7H1v6.5c0 .827.673 1.5 1.5 1.5h19c.827 0 1.5-.673 1.5-1.5V11ZM9.5 16a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1h6Zm0-2a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1h6ZM23 8H1v2h22V8Zm-1.5-3h-19C1.673 5 1 5.673 1 6.5V7h22v-.5c0-.827-.673-1.5-1.5-1.5Zm-2 12h-1c-.827 0-1.5-.673-1.5-1.5v-1c0-.827.673-1.5 1.5-1.5h1c.827 0 1.5.673 1.5 1.5v1c0 .827-.673 1.5-1.5 1.5Zm-1-3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
package/build/rn/icons/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
Add: require('./Add'),
|
|
3
|
+
Amex: require('./Amex'),
|
|
3
4
|
ArrowDownCircled: require('./ArrowDownCircled'),
|
|
4
5
|
ArrowLeft: require('./ArrowLeft'),
|
|
5
6
|
ArrowRight: require('./ArrowRight'),
|
|
@@ -22,6 +23,7 @@ module.exports = {
|
|
|
22
23
|
Close: require('./Close'),
|
|
23
24
|
ClosedCaptions: require('./ClosedCaptions'),
|
|
24
25
|
Coaxial: require('./Coaxial'),
|
|
26
|
+
CreditCard: require('./CreditCard'),
|
|
25
27
|
DSL: require('./DSL'),
|
|
26
28
|
Devices: require('./Devices'),
|
|
27
29
|
Download: require('./Download'),
|
|
@@ -46,6 +48,7 @@ module.exports = {
|
|
|
46
48
|
LockFilled: require('./LockFilled'),
|
|
47
49
|
Maintenance: require('./Maintenance'),
|
|
48
50
|
MaintenanceFilled: require('./MaintenanceFilled'),
|
|
51
|
+
MasterCard: require('./MasterCard'),
|
|
49
52
|
Muted: require('./Muted'),
|
|
50
53
|
OfferStarFilled: require('./OfferStarFilled'),
|
|
51
54
|
Pause: require('./Pause'),
|
|
@@ -82,5 +85,6 @@ module.exports = {
|
|
|
82
85
|
ToolTipFilled: require('./ToolTipFilled'),
|
|
83
86
|
Tooltip: require('./Tooltip'),
|
|
84
87
|
TooltipSymbol: require('./TooltipSymbol'),
|
|
85
|
-
Unmuted: require('./Unmuted')
|
|
88
|
+
Unmuted: require('./Unmuted'),
|
|
89
|
+
Visa: require('./Visa')
|
|
86
90
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#ED0006" d="M12 15.044A4.386 4.386 0 0 1 9.246 16C6.9 16 5 14.21 5 12s1.901-4 4.246-4c1.05 0 2.013.36 2.754.956A4.386 4.386 0 0 1 14.754 8C17.1 8 19 9.79 19 12s-1.901 4-4.246 4c-1.05 0-2.013-.36-2.754-.956Z"/>
|
|
3
|
+
<path fill="#F9A000" d="M12 15.044c.913-.733 1.492-1.825 1.492-3.044 0-1.22-.58-2.31-1.492-3.044A4.386 4.386 0 0 1 14.754 8C17.1 8 19 9.79 19 12s-1.9 4-4.246 4c-1.05 0-2.013-.36-2.754-.956Z"/>
|
|
4
|
+
<path fill="#FF5E00" d="M12 15.044c.913-.733 1.492-1.825 1.492-3.044 0-1.22-.579-2.31-1.492-3.044-.913.733-1.492 1.825-1.492 3.044 0 1.22.58 2.31 1.492 3.044Z"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#00579F" d="M15.704 8c.752 0 1.36.151 1.744.288l-.265 1.464-.175-.072a3.615 3.615 0 0 0-1.449-.26c-.767 0-1.111.296-1.12.584 0 .317.417.526 1.097.836 1.12.483 1.64 1.075 1.632 1.846C17.152 14.092 15.824 15 13.784 15c-.872-.007-1.712-.173-2.168-.36l.272-1.522.256.108c.632.253 1.048.361 1.824.361.56 0 1.16-.21 1.168-.663 0-.296-.256-.512-1.008-.844-.736-.324-1.72-.865-1.704-1.838.008-1.32 1.36-2.242 3.28-2.242Zm-7.248 6.899H10.4l1.216-6.776H9.672l-1.216 6.776Z"/>
|
|
3
|
+
<path fill="#00579F" fill-rule="evenodd" d="M22.432 8.123h-1.504c-.464 0-.816.122-1.016.562L17.024 14.9h2.04l.408-1.016h2.496c.056.237.232 1.016.232 1.016H24l-1.568-6.776Zm-2.4 4.376a2035.23 2035.23 0 0 0 .836-2.049c.056-.14.139-.346.196-.496l.136.584s.368 1.622.448 1.96h-1.616Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="#00579F" d="m4.928 12.743 1.904-4.62h2.056l-3.056 6.769H3.776L2.032 8.966c1.232.584 2.336 1.76 2.688 2.84l.208.938Z"/>
|
|
5
|
+
<path fill="#FAA61A" d="M3.16 8.123H.032L0 8.26c2.44.562 4.056 1.918 4.72 3.547l-.68-3.115c-.112-.432-.456-.555-.88-.57Z"/>
|
|
6
|
+
</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 Wed, 01 Nov 2023 01:01:03 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -119,6 +119,7 @@ module.exports = {
|
|
|
119
119
|
},
|
|
120
120
|
icon: {
|
|
121
121
|
Add: '@telus-uds/palette-koodo/build/rn/icons/add.icon.svg',
|
|
122
|
+
Amex: '@telus-uds/palette-koodo/build/rn/icons/amex.icon.svg',
|
|
122
123
|
ArrowDownCircled: '@telus-uds/palette-koodo/build/rn/icons/arrow-down-circled.icon.svg',
|
|
123
124
|
ArrowLeft: '@telus-uds/palette-koodo/build/rn/icons/arrow-left.icon.svg',
|
|
124
125
|
ArrowRight: '@telus-uds/palette-koodo/build/rn/icons/arrow-right.icon.svg',
|
|
@@ -141,6 +142,7 @@ module.exports = {
|
|
|
141
142
|
Close: '@telus-uds/palette-koodo/build/rn/icons/close.icon.svg',
|
|
142
143
|
ClosedCaptions: '@telus-uds/palette-koodo/build/rn/icons/closed-captions.icon.svg',
|
|
143
144
|
Coaxial: '@telus-uds/palette-koodo/build/rn/icons/coaxial.icon.svg',
|
|
145
|
+
CreditCard: '@telus-uds/palette-koodo/build/rn/icons/credit-card.icon.svg',
|
|
144
146
|
DSL: '@telus-uds/palette-koodo/build/rn/icons/dsl.icon.svg',
|
|
145
147
|
Devices: '@telus-uds/palette-koodo/build/rn/icons/devices.icon.svg',
|
|
146
148
|
Download: '@telus-uds/palette-koodo/build/rn/icons/download.icon.svg',
|
|
@@ -165,6 +167,7 @@ module.exports = {
|
|
|
165
167
|
LockFilled: '@telus-uds/palette-koodo/build/rn/icons/lock-filled.icon.svg',
|
|
166
168
|
Maintenance: '@telus-uds/palette-koodo/build/rn/icons/maintenance.icon.svg',
|
|
167
169
|
MaintenanceFilled: '@telus-uds/palette-koodo/build/rn/icons/maintenance-filled.icon.svg',
|
|
170
|
+
MasterCard: '@telus-uds/palette-koodo/build/rn/icons/master-card.icon.svg',
|
|
168
171
|
Muted: '@telus-uds/palette-koodo/build/rn/icons/muted.icon.svg',
|
|
169
172
|
OfferStarFilled: '@telus-uds/palette-koodo/build/rn/icons/offer-star-filled.icon.svg',
|
|
170
173
|
Pause: '@telus-uds/palette-koodo/build/rn/icons/pause.icon.svg',
|
|
@@ -201,7 +204,8 @@ module.exports = {
|
|
|
201
204
|
ToolTipFilled: '@telus-uds/palette-koodo/build/rn/icons/tool-tip-filled.icon.svg',
|
|
202
205
|
Tooltip: '@telus-uds/palette-koodo/build/rn/icons/tooltip.icon.svg',
|
|
203
206
|
TooltipSymbol: '@telus-uds/palette-koodo/build/rn/icons/tooltip-symbol.icon.svg',
|
|
204
|
-
Unmuted: '@telus-uds/palette-koodo/build/rn/icons/unmuted.icon.svg'
|
|
207
|
+
Unmuted: '@telus-uds/palette-koodo/build/rn/icons/unmuted.icon.svg',
|
|
208
|
+
Visa: '@telus-uds/palette-koodo/build/rn/icons/visa.icon.svg'
|
|
205
209
|
},
|
|
206
210
|
letterSpacing: {
|
|
207
211
|
default: 0
|
|
@@ -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_27_0-StagSans-300-jhfxElT6mefYfvL9SVmGm.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_27_0-StagSans-400-PoDJo9-Xn5m8zqjTu9gwt.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_27_0-StagSans-500-YljXNAIj7pTI-1-PDNYPV.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_27_0-StagSans-600-73u4bbBYRtdvAwrq-ojDL.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_27_0-StagSans-700-Fb7OGgHnJGrgM3ZRh_lnI.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_27_0-StagSans-300-jhfxElT6mefYfvL9SVmGm.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_27_0-StagSans-400-PoDJo9-Xn5m8zqjTu9gwt.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_27_0-StagSans-500-YljXNAIj7pTI-1-PDNYPV.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_27_0-StagSans-600-73u4bbBYRtdvAwrq-ojDL.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_27_0-StagSans-700-Fb7OGgHnJGrgM3ZRh_lnI.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_27_0-StagSans-300-jhfxElT6mefYfvL9SVmGm.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_27_0-StagSans-400-PoDJo9-Xn5m8zqjTu9gwt.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_27_0-StagSans-500-YljXNAIj7pTI-1-PDNYPV.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_27_0-StagSans-600-73u4bbBYRtdvAwrq-ojDL.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_27_0-StagSans-700-Fb7OGgHnJGrgM3ZRh_lnI.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_27_0-StagSans-300-jhfxElT6mefYfvL9SVmGm.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'StagSans400normal';
|
|
8
|
-
src: url('./
|
|
8
|
+
src: url('./v0_27_0-StagSans-400-PoDJo9-Xn5m8zqjTu9gwt.otf');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'StagSans500normal';
|
|
13
|
-
src: url('./
|
|
13
|
+
src: url('./v0_27_0-StagSans-500-YljXNAIj7pTI-1-PDNYPV.otf');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'StagSans600normal';
|
|
18
|
-
src: url('./
|
|
18
|
+
src: url('./v0_27_0-StagSans-600-73u4bbBYRtdvAwrq-ojDL.otf');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'StagSans700normal';
|
|
23
|
-
src: url('./
|
|
23
|
+
src: url('./v0_27_0-StagSans-700-Fb7OGgHnJGrgM3ZRh_lnI.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
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
|
+
fill: "#016FD0",
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
d: "M2.709 8 0 14.991h3.243l.402-1.115h.918l.402 1.115h3.57v-.85l.318.85h1.846l.318-.869v.869h7.423l.902-1.086.846 1.086L24 15l-2.717-3.485L24 8h-3.753l-.879 1.066L18.549 8h-8.075l-.693 1.804L9.07 8H5.835v.822L5.475 8H2.71Zm.627.993h1.58l1.797 4.74v-4.74h1.732l1.387 3.399 1.28-3.4h1.722v5.017h-1.048l-.009-3.93-1.528 3.93h-.938l-1.537-3.93v3.93H5.618l-.41-1.124H3l-.408 1.123H1.437l1.9-5.015Zm14.72 0h-4.263v5.013h4.197l1.352-1.661 1.304 1.661h1.363l-1.98-2.492 1.98-2.521h-1.304l-1.345 1.642-1.304-1.642ZM4.105 9.84l-.728 2.004h1.455L4.105 9.84Zm10.74 1.106v-.916h2.66l1.161 1.464-1.212 1.473h-2.608v-1h2.325v-1.02h-2.325Z",
|
|
27
|
+
clipRule: "evenodd"
|
|
28
|
+
})]
|
|
29
|
+
});
|
|
@@ -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
|
+
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: "M21.5 4C22.878 4 24 5.122 24 6.5v11c0 1.378-1.122 2.5-2.5 2.5h-19A2.503 2.503 0 0 1 0 17.5v-11C0 5.122 1.122 4 2.5 4h19Zm1.5 7H1v6.5c0 .827.673 1.5 1.5 1.5h19c.827 0 1.5-.673 1.5-1.5V11ZM9.5 16a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1h6Zm0-2a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1h6ZM23 8H1v2h22V8Zm-1.5-3h-19C1.673 5 1 5.673 1 6.5V7h22v-.5c0-.827-.673-1.5-1.5-1.5Zm-2 12h-1c-.827 0-1.5-.673-1.5-1.5v-1c0-.827.673-1.5 1.5-1.5h1c.827 0 1.5.673 1.5 1.5v1c0 .827-.673 1.5-1.5 1.5Zm-1-3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Z",
|
|
26
|
+
clipRule: "evenodd"
|
|
27
|
+
})]
|
|
28
|
+
});
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
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
|
+
fill: "#ED0006",
|
|
25
|
+
d: "M12 15.044A4.386 4.386 0 0 1 9.246 16C6.9 16 5 14.21 5 12s1.901-4 4.246-4c1.05 0 2.013.36 2.754.956A4.386 4.386 0 0 1 14.754 8C17.1 8 19 9.79 19 12s-1.901 4-4.246 4c-1.05 0-2.013-.36-2.754-.956Z"
|
|
26
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
27
|
+
fill: "#F9A000",
|
|
28
|
+
d: "M12 15.044c.913-.733 1.492-1.825 1.492-3.044 0-1.22-.58-2.31-1.492-3.044A4.386 4.386 0 0 1 14.754 8C17.1 8 19 9.79 19 12s-1.9 4-4.246 4c-1.05 0-2.013-.36-2.754-.956Z"
|
|
29
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
30
|
+
fill: "#FF5E00",
|
|
31
|
+
d: "M12 15.044c.913-.733 1.492-1.825 1.492-3.044 0-1.22-.579-2.31-1.492-3.044-.913.733-1.492 1.825-1.492 3.044 0 1.22.58 2.31 1.492 3.044Z"
|
|
32
|
+
})]
|
|
33
|
+
});
|
|
@@ -0,0 +1,38 @@
|
|
|
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
|
+
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
|
+
fill: "#00579F",
|
|
25
|
+
d: "M15.704 8c.752 0 1.36.151 1.744.288l-.265 1.464-.175-.072a3.615 3.615 0 0 0-1.449-.26c-.767 0-1.111.296-1.12.584 0 .317.417.526 1.097.836 1.12.483 1.64 1.075 1.632 1.846C17.152 14.092 15.824 15 13.784 15c-.872-.007-1.712-.173-2.168-.36l.272-1.522.256.108c.632.253 1.048.361 1.824.361.56 0 1.16-.21 1.168-.663 0-.296-.256-.512-1.008-.844-.736-.324-1.72-.865-1.704-1.838.008-1.32 1.36-2.242 3.28-2.242Zm-7.248 6.899H10.4l1.216-6.776H9.672l-1.216 6.776Z"
|
|
26
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
27
|
+
fill: "#00579F",
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
d: "M22.432 8.123h-1.504c-.464 0-.816.122-1.016.562L17.024 14.9h2.04l.408-1.016h2.496c.056.237.232 1.016.232 1.016H24l-1.568-6.776Zm-2.4 4.376a2035.23 2035.23 0 0 0 .836-2.049c.056-.14.139-.346.196-.496l.136.584s.368 1.622.448 1.96h-1.616Z",
|
|
30
|
+
clipRule: "evenodd"
|
|
31
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
32
|
+
fill: "#00579F",
|
|
33
|
+
d: "m4.928 12.743 1.904-4.62h2.056l-3.056 6.769H3.776L2.032 8.966c1.232.584 2.336 1.76 2.688 2.84l.208.938Z"
|
|
34
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
35
|
+
fill: "#FAA61A",
|
|
36
|
+
d: "M3.16 8.123H.032L0 8.26c2.44.562 4.056 1.918 4.72 3.547l-.68-3.115c-.112-.432-.456-.555-.88-.57Z"
|
|
37
|
+
})]
|
|
38
|
+
});
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#016FD0" fill-rule="evenodd" d="M2.709 8 0 14.991h3.243l.402-1.115h.918l.402 1.115h3.57v-.85l.318.85h1.846l.318-.869v.869h7.423l.902-1.086.846 1.086L24 15l-2.717-3.485L24 8h-3.753l-.879 1.066L18.549 8h-8.075l-.693 1.804L9.07 8H5.835v.822L5.475 8H2.71Zm.627.993h1.58l1.797 4.74v-4.74h1.732l1.387 3.399 1.28-3.4h1.722v5.017h-1.048l-.009-3.93-1.528 3.93h-.938l-1.537-3.93v3.93H5.618l-.41-1.124H3l-.408 1.123H1.437l1.9-5.015Zm14.72 0h-4.263v5.013h4.197l1.352-1.661 1.304 1.661h1.363l-1.98-2.492 1.98-2.521h-1.304l-1.345 1.642-1.304-1.642ZM4.105 9.84l-.728 2.004h1.455L4.105 9.84Zm10.74 1.106v-.916h2.66l1.161 1.464-1.212 1.473h-2.608v-1h2.325v-1.02h-2.325Z" 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="M21.5 4C22.878 4 24 5.122 24 6.5v11c0 1.378-1.122 2.5-2.5 2.5h-19A2.503 2.503 0 0 1 0 17.5v-11C0 5.122 1.122 4 2.5 4h19Zm1.5 7H1v6.5c0 .827.673 1.5 1.5 1.5h19c.827 0 1.5-.673 1.5-1.5V11ZM9.5 16a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1h6Zm0-2a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1h6ZM23 8H1v2h22V8Zm-1.5-3h-19C1.673 5 1 5.673 1 6.5V7h22v-.5c0-.827-.673-1.5-1.5-1.5Zm-2 12h-1c-.827 0-1.5-.673-1.5-1.5v-1c0-.827.673-1.5 1.5-1.5h1c.827 0 1.5.673 1.5 1.5v1c0 .827-.673 1.5-1.5 1.5Zm-1-3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
package/build/web/icons/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
Add: require('./Add'),
|
|
3
|
+
Amex: require('./Amex'),
|
|
3
4
|
ArrowDownCircled: require('./ArrowDownCircled'),
|
|
4
5
|
ArrowLeft: require('./ArrowLeft'),
|
|
5
6
|
ArrowRight: require('./ArrowRight'),
|
|
@@ -22,6 +23,7 @@ module.exports = {
|
|
|
22
23
|
Close: require('./Close'),
|
|
23
24
|
ClosedCaptions: require('./ClosedCaptions'),
|
|
24
25
|
Coaxial: require('./Coaxial'),
|
|
26
|
+
CreditCard: require('./CreditCard'),
|
|
25
27
|
DSL: require('./DSL'),
|
|
26
28
|
Devices: require('./Devices'),
|
|
27
29
|
Download: require('./Download'),
|
|
@@ -46,6 +48,7 @@ module.exports = {
|
|
|
46
48
|
LockFilled: require('./LockFilled'),
|
|
47
49
|
Maintenance: require('./Maintenance'),
|
|
48
50
|
MaintenanceFilled: require('./MaintenanceFilled'),
|
|
51
|
+
MasterCard: require('./MasterCard'),
|
|
49
52
|
Muted: require('./Muted'),
|
|
50
53
|
OfferStarFilled: require('./OfferStarFilled'),
|
|
51
54
|
Pause: require('./Pause'),
|
|
@@ -82,5 +85,6 @@ module.exports = {
|
|
|
82
85
|
ToolTipFilled: require('./ToolTipFilled'),
|
|
83
86
|
Tooltip: require('./Tooltip'),
|
|
84
87
|
TooltipSymbol: require('./TooltipSymbol'),
|
|
85
|
-
Unmuted: require('./Unmuted')
|
|
88
|
+
Unmuted: require('./Unmuted'),
|
|
89
|
+
Visa: require('./Visa')
|
|
86
90
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#ED0006" d="M12 15.044A4.386 4.386 0 0 1 9.246 16C6.9 16 5 14.21 5 12s1.901-4 4.246-4c1.05 0 2.013.36 2.754.956A4.386 4.386 0 0 1 14.754 8C17.1 8 19 9.79 19 12s-1.901 4-4.246 4c-1.05 0-2.013-.36-2.754-.956Z"/>
|
|
3
|
+
<path fill="#F9A000" d="M12 15.044c.913-.733 1.492-1.825 1.492-3.044 0-1.22-.58-2.31-1.492-3.044A4.386 4.386 0 0 1 14.754 8C17.1 8 19 9.79 19 12s-1.9 4-4.246 4c-1.05 0-2.013-.36-2.754-.956Z"/>
|
|
4
|
+
<path fill="#FF5E00" d="M12 15.044c.913-.733 1.492-1.825 1.492-3.044 0-1.22-.579-2.31-1.492-3.044-.913.733-1.492 1.825-1.492 3.044 0 1.22.58 2.31 1.492 3.044Z"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#00579F" d="M15.704 8c.752 0 1.36.151 1.744.288l-.265 1.464-.175-.072a3.615 3.615 0 0 0-1.449-.26c-.767 0-1.111.296-1.12.584 0 .317.417.526 1.097.836 1.12.483 1.64 1.075 1.632 1.846C17.152 14.092 15.824 15 13.784 15c-.872-.007-1.712-.173-2.168-.36l.272-1.522.256.108c.632.253 1.048.361 1.824.361.56 0 1.16-.21 1.168-.663 0-.296-.256-.512-1.008-.844-.736-.324-1.72-.865-1.704-1.838.008-1.32 1.36-2.242 3.28-2.242Zm-7.248 6.899H10.4l1.216-6.776H9.672l-1.216 6.776Z"/>
|
|
3
|
+
<path fill="#00579F" fill-rule="evenodd" d="M22.432 8.123h-1.504c-.464 0-.816.122-1.016.562L17.024 14.9h2.04l.408-1.016h2.496c.056.237.232 1.016.232 1.016H24l-1.568-6.776Zm-2.4 4.376a2035.23 2035.23 0 0 0 .836-2.049c.056-.14.139-.346.196-.496l.136.584s.368 1.622.448 1.96h-1.616Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="#00579F" d="m4.928 12.743 1.904-4.62h2.056l-3.056 6.769H3.776L2.032 8.966c1.232.584 2.336 1.76 2.688 2.84l.208.938Z"/>
|
|
5
|
+
<path fill="#FAA61A" d="M3.16 8.123H.032L0 8.26c2.44.562 4.056 1.918 4.72 3.547l-.68-3.115c-.112-.432-.456-.555-.88-.57Z"/>
|
|
6
|
+
</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 Wed, 01 Nov 2023 01:01:01 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -71,11 +71,11 @@ module.exports = {
|
|
|
71
71
|
},
|
|
72
72
|
font: {
|
|
73
73
|
StagSans: {
|
|
74
|
-
300: 'https://cdn.telus.digital/uds/
|
|
75
|
-
400: 'https://cdn.telus.digital/uds/
|
|
76
|
-
500: 'https://cdn.telus.digital/uds/
|
|
77
|
-
600: 'https://cdn.telus.digital/uds/
|
|
78
|
-
700: 'https://cdn.telus.digital/uds/
|
|
74
|
+
300: 'https://cdn.telus.digital/uds/v0_27_0-StagSans-300-jhfxElT6mefYfvL9SVmGm.otf',
|
|
75
|
+
400: 'https://cdn.telus.digital/uds/v0_27_0-StagSans-400-PoDJo9-Xn5m8zqjTu9gwt.otf',
|
|
76
|
+
500: 'https://cdn.telus.digital/uds/v0_27_0-StagSans-500-YljXNAIj7pTI-1-PDNYPV.otf',
|
|
77
|
+
600: 'https://cdn.telus.digital/uds/v0_27_0-StagSans-600-73u4bbBYRtdvAwrq-ojDL.otf',
|
|
78
|
+
700: 'https://cdn.telus.digital/uds/v0_27_0-StagSans-700-Fb7OGgHnJGrgM3ZRh_lnI.otf'
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
fontSize: {
|
|
@@ -106,6 +106,7 @@ module.exports = {
|
|
|
106
106
|
},
|
|
107
107
|
icon: {
|
|
108
108
|
Add: '@telus-uds/palette-koodo/build/web/icons/add.icon.svg',
|
|
109
|
+
Amex: '@telus-uds/palette-koodo/build/web/icons/amex.icon.svg',
|
|
109
110
|
ArrowDownCircled: '@telus-uds/palette-koodo/build/web/icons/arrow-down-circled.icon.svg',
|
|
110
111
|
ArrowLeft: '@telus-uds/palette-koodo/build/web/icons/arrow-left.icon.svg',
|
|
111
112
|
ArrowRight: '@telus-uds/palette-koodo/build/web/icons/arrow-right.icon.svg',
|
|
@@ -128,6 +129,7 @@ module.exports = {
|
|
|
128
129
|
Close: '@telus-uds/palette-koodo/build/web/icons/close.icon.svg',
|
|
129
130
|
ClosedCaptions: '@telus-uds/palette-koodo/build/web/icons/closed-captions.icon.svg',
|
|
130
131
|
Coaxial: '@telus-uds/palette-koodo/build/web/icons/coaxial.icon.svg',
|
|
132
|
+
CreditCard: '@telus-uds/palette-koodo/build/web/icons/credit-card.icon.svg',
|
|
131
133
|
DSL: '@telus-uds/palette-koodo/build/web/icons/dsl.icon.svg',
|
|
132
134
|
Devices: '@telus-uds/palette-koodo/build/web/icons/devices.icon.svg',
|
|
133
135
|
Download: '@telus-uds/palette-koodo/build/web/icons/download.icon.svg',
|
|
@@ -152,6 +154,7 @@ module.exports = {
|
|
|
152
154
|
LockFilled: '@telus-uds/palette-koodo/build/web/icons/lock-filled.icon.svg',
|
|
153
155
|
Maintenance: '@telus-uds/palette-koodo/build/web/icons/maintenance.icon.svg',
|
|
154
156
|
MaintenanceFilled: '@telus-uds/palette-koodo/build/web/icons/maintenance-filled.icon.svg',
|
|
157
|
+
MasterCard: '@telus-uds/palette-koodo/build/web/icons/master-card.icon.svg',
|
|
155
158
|
Muted: '@telus-uds/palette-koodo/build/web/icons/muted.icon.svg',
|
|
156
159
|
OfferStarFilled: '@telus-uds/palette-koodo/build/web/icons/offer-star-filled.icon.svg',
|
|
157
160
|
Pause: '@telus-uds/palette-koodo/build/web/icons/pause.icon.svg',
|
|
@@ -188,7 +191,8 @@ module.exports = {
|
|
|
188
191
|
ToolTipFilled: '@telus-uds/palette-koodo/build/web/icons/tool-tip-filled.icon.svg',
|
|
189
192
|
Tooltip: '@telus-uds/palette-koodo/build/web/icons/tooltip.icon.svg',
|
|
190
193
|
TooltipSymbol: '@telus-uds/palette-koodo/build/web/icons/tooltip-symbol.icon.svg',
|
|
191
|
-
Unmuted: '@telus-uds/palette-koodo/build/web/icons/unmuted.icon.svg'
|
|
194
|
+
Unmuted: '@telus-uds/palette-koodo/build/web/icons/unmuted.icon.svg',
|
|
195
|
+
Visa: '@telus-uds/palette-koodo/build/web/icons/visa.icon.svg'
|
|
192
196
|
},
|
|
193
197
|
letterSpacing: {
|
|
194
198
|
default: 0
|
package/package.json
CHANGED
package/palette.json
CHANGED
|
@@ -400,6 +400,10 @@
|
|
|
400
400
|
"Add": {
|
|
401
401
|
"value": "icon/add.svg"
|
|
402
402
|
},
|
|
403
|
+
"Amex": {
|
|
404
|
+
"tags": ["Decorative", "General"],
|
|
405
|
+
"value": "icon/amex.svg"
|
|
406
|
+
},
|
|
403
407
|
"ArrowDownCircled": {
|
|
404
408
|
"tags": ["Legacy"],
|
|
405
409
|
"value": "icon/arrow-down-circled.svg"
|
|
@@ -488,6 +492,10 @@
|
|
|
488
492
|
"tags": ["General"],
|
|
489
493
|
"value": "icon/coaxial.svg"
|
|
490
494
|
},
|
|
495
|
+
"CreditCard": {
|
|
496
|
+
"tags": ["Decorative", "General"],
|
|
497
|
+
"value": "icon/credit-card.svg"
|
|
498
|
+
},
|
|
491
499
|
"DSL": {
|
|
492
500
|
"tags": ["General"],
|
|
493
501
|
"value": "icon/dsl.svg"
|
|
@@ -583,6 +591,10 @@
|
|
|
583
591
|
"tags": ["General"],
|
|
584
592
|
"value": "icon/maintenance-filled.svg"
|
|
585
593
|
},
|
|
594
|
+
"MasterCard": {
|
|
595
|
+
"tags": ["Decorative", "General"],
|
|
596
|
+
"value": "icon/mastercard.svg"
|
|
597
|
+
},
|
|
586
598
|
"Muted": {
|
|
587
599
|
"tags": ["Interface", "VideoPlayer"],
|
|
588
600
|
"value": "icon/muted.svg"
|
|
@@ -728,6 +740,10 @@
|
|
|
728
740
|
"Unmuted": {
|
|
729
741
|
"tags": ["Interface", "VideoPlayer"],
|
|
730
742
|
"value": "icon/unmuted.svg"
|
|
743
|
+
},
|
|
744
|
+
"Visa": {
|
|
745
|
+
"tags": ["Decorative", "General"],
|
|
746
|
+
"value": "icon/visa.svg"
|
|
731
747
|
}
|
|
732
748
|
}
|
|
733
749
|
},
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|