@telus-uds/palettes-community.palette-casa 1.4.3 → 1.4.4
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/ChevronDown.js +27 -0
- package/build/rn/icons/ChevronDown.native.js +27 -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/chevron-down.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 +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/icons/Amex.js +29 -0
- package/build/web/icons/ChevronDown.js +27 -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/chevron-down.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 +13 -9
- package/package.json +1 -1
- package/palette.json +3 -0
- /package/build/web/fonts/{v1_4_3-HelveticaNow-300-m2F3kZrZIwh7liBUo5M9y.otf → v1_4_4-HelveticaNow-300-hPThXCN4hHBzJ6GjOnnJ5.otf} +0 -0
- /package/build/web/fonts/{v1_4_3-HelveticaNow-400-nEQxLqh7H3YvIZBc09S-M.woff → v1_4_4-HelveticaNow-400-SyyRJVrEgIsF-WH6lUfT1.woff} +0 -0
- /package/build/web/fonts/{v1_4_3-HelveticaNow-500-024bPFwU54einRiHumQhW.woff → v1_4_4-HelveticaNow-500-HeFwoxiQsaGQ1n0idz7OB.woff} +0 -0
- /package/build/web/fonts/{v1_4_3-HelveticaNow-700-KktDnzpaAklcu4d8IDY_d.woff → v1_4_4-HelveticaNow-700-1itwWoTe7-JiO9T-QcKcx.woff} +0 -0
- /package/build/web/fonts/{v1_4_3-HelveticaNowOTF-400-jpTzLaY3-3iau3vZ2C60s.otf → v1_4_4-HelveticaNowOTF-400-Vfv80UYLPP7XN6-l3MB7_.otf} +0 -0
- /package/build/web/fonts/{v1_4_3-HelveticaNowOTF-500-SqkeMorakX8Rrd8kqLDY3.otf → v1_4_4-HelveticaNowOTF-500-kA3pHVwIzyhH2X5CxUqjQ.otf} +0 -0
- /package/build/web/fonts/{v1_4_3-HelveticaNowOTF-700-UOjxNupyCDrF1rvkoVFki.otf → v1_4_4-HelveticaNowOTF-700-KZUVP96CzF9pVXnk-VfVU.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,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
viewBox: "0 0 24 30",
|
|
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
|
+
d: "M17.794 9.183c-.352-.3-.704-.138-.907.062l-4.89 4.496-4.88-4.496c-.179-.164-.626-.425-.952-.062-.325.363-.1.733.078.897l5.392 5.797a.49.49 0 0 0 .65 0l5.51-5.797c.184-.145.35-.596 0-.897Z",
|
|
25
|
+
fill: "#2B8000"
|
|
26
|
+
})]
|
|
27
|
+
});
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
viewBox: "0 0 24 30",
|
|
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
|
+
d: "M17.794 9.183c-.352-.3-.704-.138-.907.062l-4.89 4.496-4.88-4.496c-.179-.164-.626-.425-.952-.062-.325.363-.1.733.078.897l5.392 5.797a.49.49 0 0 0 .65 0l5.51-5.797c.184-.145.35-.596 0-.897Z",
|
|
25
|
+
fill: "#2B8000"
|
|
26
|
+
})]
|
|
27
|
+
});
|
|
@@ -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 30">
|
|
2
|
+
<path d='M17.7940812,9.18323023 C17.4424627,8.8825106 17.0896181,9.04504427 16.8868854,9.24527574 L11.9968161,13.740553 L7.11722187,9.24527573 C6.93839231,9.08145209 6.49053328,8.81996721 6.16524043,9.18323023 C5.83994757,9.54649326 6.06520964,9.91610528 6.24327169,10.0799289 L11.6348225,15.8766027 C11.8136521,16.0411324 12.1060729,16.0411324 12.2849025,15.8766027 C12.2849025,15.8758965 17.7940809,10.079929 17.7940809,10.079929 C17.9792355,9.93504267 18.1456996,9.48394985 17.7940812,9.18323023 Z' fill="#2B8000"/>
|
|
3
|
+
</svg>
|
package/build/rn/icons/index.js
CHANGED
|
@@ -4,6 +4,7 @@ module.exports = {
|
|
|
4
4
|
AddUser: require('./AddUser'),
|
|
5
5
|
AlarmClock: require('./AlarmClock'),
|
|
6
6
|
Ambulance: require('./Ambulance'),
|
|
7
|
+
Amex: require('./Amex'),
|
|
7
8
|
ArrowDown: require('./ArrowDown'),
|
|
8
9
|
ArrowLeft: require('./ArrowLeft'),
|
|
9
10
|
ArrowRight: require('./ArrowRight'),
|
|
@@ -131,6 +132,7 @@ module.exports = {
|
|
|
131
132
|
LoginForm: require('./LoginForm'),
|
|
132
133
|
Magnify: require('./Magnify'),
|
|
133
134
|
Map: require('./Map'),
|
|
135
|
+
MasterCard: require('./MasterCard'),
|
|
134
136
|
Medical: require('./Medical'),
|
|
135
137
|
Messaging: require('./Messaging'),
|
|
136
138
|
Mobility: require('./Mobility'),
|
|
@@ -236,10 +238,12 @@ module.exports = {
|
|
|
236
238
|
VideoCall: require('./VideoCall'),
|
|
237
239
|
VideoChat: require('./VideoChat'),
|
|
238
240
|
VideoGames: require('./VideoGames'),
|
|
241
|
+
Visa: require('./Visa'),
|
|
239
242
|
Visible: require('./Visible'),
|
|
240
243
|
VisuallyImpaired: require('./VisuallyImpaired'),
|
|
241
244
|
Warranty: require('./Warranty'),
|
|
242
245
|
Watch: require('./Watch'),
|
|
243
246
|
WifiBoost: require('./WifiBoost'),
|
|
244
|
-
WifiCloud: require('./WifiCloud')
|
|
247
|
+
WifiCloud: require('./WifiCloud'),
|
|
248
|
+
ChevronDown: require('./ChevronDown')
|
|
245
249
|
}
|
|
@@ -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 Mon, 16 Oct 2023 22:54:25 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -171,6 +171,7 @@ module.exports = {
|
|
|
171
171
|
AddUser: '@telus-uds/palettes-community.palette-casa/build/rn/icons/add-user.icon.svg',
|
|
172
172
|
AlarmClock: '@telus-uds/palettes-community.palette-casa/build/rn/icons/alarm-clock.icon.svg',
|
|
173
173
|
Ambulance: '@telus-uds/palettes-community.palette-casa/build/rn/icons/ambulance.icon.svg',
|
|
174
|
+
Amex: '@telus-uds/palettes-community.palette-casa/build/rn/icons/amex.icon.svg',
|
|
174
175
|
ArrowDown: '@telus-uds/palettes-community.palette-casa/build/rn/icons/arrow-down.icon.svg',
|
|
175
176
|
ArrowLeft: '@telus-uds/palettes-community.palette-casa/build/rn/icons/arrow-left.icon.svg',
|
|
176
177
|
ArrowRight: '@telus-uds/palettes-community.palette-casa/build/rn/icons/arrow-right.icon.svg',
|
|
@@ -298,6 +299,7 @@ module.exports = {
|
|
|
298
299
|
LoginForm: '@telus-uds/palettes-community.palette-casa/build/rn/icons/login-form.icon.svg',
|
|
299
300
|
Magnify: '@telus-uds/palettes-community.palette-casa/build/rn/icons/magnify.icon.svg',
|
|
300
301
|
Map: '@telus-uds/palettes-community.palette-casa/build/rn/icons/map.icon.svg',
|
|
302
|
+
MasterCard: '@telus-uds/palettes-community.palette-casa/build/rn/icons/master-card.icon.svg',
|
|
301
303
|
Medical: '@telus-uds/palettes-community.palette-casa/build/rn/icons/medical.icon.svg',
|
|
302
304
|
Messaging: '@telus-uds/palettes-community.palette-casa/build/rn/icons/messaging.icon.svg',
|
|
303
305
|
Mobility: '@telus-uds/palettes-community.palette-casa/build/rn/icons/mobility.icon.svg',
|
|
@@ -403,12 +405,14 @@ module.exports = {
|
|
|
403
405
|
VideoCall: '@telus-uds/palettes-community.palette-casa/build/rn/icons/video-call.icon.svg',
|
|
404
406
|
VideoChat: '@telus-uds/palettes-community.palette-casa/build/rn/icons/video-chat.icon.svg',
|
|
405
407
|
VideoGames: '@telus-uds/palettes-community.palette-casa/build/rn/icons/video-games.icon.svg',
|
|
408
|
+
Visa: '@telus-uds/palettes-community.palette-casa/build/rn/icons/visa.icon.svg',
|
|
406
409
|
Visible: '@telus-uds/palettes-community.palette-casa/build/rn/icons/visible.icon.svg',
|
|
407
410
|
VisuallyImpaired: '@telus-uds/palettes-community.palette-casa/build/rn/icons/visually-impaired.icon.svg',
|
|
408
411
|
Warranty: '@telus-uds/palettes-community.palette-casa/build/rn/icons/warranty.icon.svg',
|
|
409
412
|
Watch: '@telus-uds/palettes-community.palette-casa/build/rn/icons/watch.icon.svg',
|
|
410
413
|
WifiBoost: '@telus-uds/palettes-community.palette-casa/build/rn/icons/wifi-boost.icon.svg',
|
|
411
|
-
WifiCloud: '@telus-uds/palettes-community.palette-casa/build/rn/icons/wifi-cloud.icon.svg'
|
|
414
|
+
WifiCloud: '@telus-uds/palettes-community.palette-casa/build/rn/icons/wifi-cloud.icon.svg',
|
|
415
|
+
ChevronDown: '@telus-uds/palettes-community.palette-casa/build/rn/icons/chevron-down.icon.svg'
|
|
412
416
|
},
|
|
413
417
|
letterSpacing: {
|
|
414
418
|
condensed: -0.039,
|
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'HelveticaNow';
|
|
3
|
-
src: url('https://cdn.telus.digital/uds/
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/v1_4_4-HelveticaNow-300-hPThXCN4hHBzJ6GjOnnJ5.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('https://cdn.telus.digital/uds/
|
|
10
|
+
src: url('https://cdn.telus.digital/uds/v1_4_4-HelveticaNow-400-SyyRJVrEgIsF-WH6lUfT1.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('https://cdn.telus.digital/uds/
|
|
17
|
+
src: url('https://cdn.telus.digital/uds/v1_4_4-HelveticaNow-500-HeFwoxiQsaGQ1n0idz7OB.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('https://cdn.telus.digital/uds/
|
|
24
|
+
src: url('https://cdn.telus.digital/uds/v1_4_4-HelveticaNow-700-1itwWoTe7-JiO9T-QcKcx.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('https://cdn.telus.digital/uds/
|
|
31
|
+
src: url('https://cdn.telus.digital/uds/v1_4_4-HelveticaNowOTF-400-Vfv80UYLPP7XN6-l3MB7_.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('https://cdn.telus.digital/uds/
|
|
38
|
+
src: url('https://cdn.telus.digital/uds/v1_4_4-HelveticaNowOTF-500-kA3pHVwIzyhH2X5CxUqjQ.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('https://cdn.telus.digital/uds/
|
|
45
|
+
src: url('https://cdn.telus.digital/uds/v1_4_4-HelveticaNowOTF-700-KZUVP96CzF9pVXnk-VfVU.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('https://cdn.telus.digital/uds/
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/v1_4_4-HelveticaNow-300-hPThXCN4hHBzJ6GjOnnJ5.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'HelveticaNow400normal';
|
|
8
|
-
src: url('https://cdn.telus.digital/uds/
|
|
8
|
+
src: url('https://cdn.telus.digital/uds/v1_4_4-HelveticaNow-400-SyyRJVrEgIsF-WH6lUfT1.woff');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'HelveticaNow500normal';
|
|
13
|
-
src: url('https://cdn.telus.digital/uds/
|
|
13
|
+
src: url('https://cdn.telus.digital/uds/v1_4_4-HelveticaNow-500-HeFwoxiQsaGQ1n0idz7OB.woff');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'HelveticaNow700normal';
|
|
18
|
-
src: url('https://cdn.telus.digital/uds/
|
|
18
|
+
src: url('https://cdn.telus.digital/uds/v1_4_4-HelveticaNow-700-1itwWoTe7-JiO9T-QcKcx.woff');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'HelveticaNowOTF400normal';
|
|
23
|
-
src: url('https://cdn.telus.digital/uds/
|
|
23
|
+
src: url('https://cdn.telus.digital/uds/v1_4_4-HelveticaNowOTF-400-Vfv80UYLPP7XN6-l3MB7_.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
26
26
|
@font-face {
|
|
27
27
|
font-family: 'HelveticaNowOTF500normal';
|
|
28
|
-
src: url('https://cdn.telus.digital/uds/
|
|
28
|
+
src: url('https://cdn.telus.digital/uds/v1_4_4-HelveticaNowOTF-500-kA3pHVwIzyhH2X5CxUqjQ.otf');
|
|
29
29
|
font-display: block;
|
|
30
30
|
}
|
|
31
31
|
@font-face {
|
|
32
32
|
font-family: 'HelveticaNowOTF700normal';
|
|
33
|
-
src: url('https://cdn.telus.digital/uds/
|
|
33
|
+
src: url('https://cdn.telus.digital/uds/v1_4_4-HelveticaNowOTF-700-KZUVP96CzF9pVXnk-VfVU.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('./v1_4_4-HelveticaNow-300-hPThXCN4hHBzJ6GjOnnJ5.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('./v1_4_4-HelveticaNow-400-SyyRJVrEgIsF-WH6lUfT1.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('./v1_4_4-HelveticaNow-500-HeFwoxiQsaGQ1n0idz7OB.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('./v1_4_4-HelveticaNow-700-1itwWoTe7-JiO9T-QcKcx.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('./v1_4_4-HelveticaNowOTF-400-Vfv80UYLPP7XN6-l3MB7_.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('./v1_4_4-HelveticaNowOTF-500-kA3pHVwIzyhH2X5CxUqjQ.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('./v1_4_4-HelveticaNowOTF-700-KZUVP96CzF9pVXnk-VfVU.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('./v1_4_4-HelveticaNow-300-hPThXCN4hHBzJ6GjOnnJ5.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'HelveticaNow400normal';
|
|
8
|
-
src: url('./
|
|
8
|
+
src: url('./v1_4_4-HelveticaNow-400-SyyRJVrEgIsF-WH6lUfT1.woff');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'HelveticaNow500normal';
|
|
13
|
-
src: url('./
|
|
13
|
+
src: url('./v1_4_4-HelveticaNow-500-HeFwoxiQsaGQ1n0idz7OB.woff');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'HelveticaNow700normal';
|
|
18
|
-
src: url('./
|
|
18
|
+
src: url('./v1_4_4-HelveticaNow-700-1itwWoTe7-JiO9T-QcKcx.woff');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'HelveticaNowOTF400normal';
|
|
23
|
-
src: url('./
|
|
23
|
+
src: url('./v1_4_4-HelveticaNowOTF-400-Vfv80UYLPP7XN6-l3MB7_.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
26
26
|
@font-face {
|
|
27
27
|
font-family: 'HelveticaNowOTF500normal';
|
|
28
|
-
src: url('./
|
|
28
|
+
src: url('./v1_4_4-HelveticaNowOTF-500-kA3pHVwIzyhH2X5CxUqjQ.otf');
|
|
29
29
|
font-display: block;
|
|
30
30
|
}
|
|
31
31
|
@font-face {
|
|
32
32
|
font-family: 'HelveticaNowOTF700normal';
|
|
33
|
-
src: url('./
|
|
33
|
+
src: url('./v1_4_4-HelveticaNowOTF-700-KZUVP96CzF9pVXnk-VfVU.otf');
|
|
34
34
|
font-display: block;
|
|
35
35
|
}
|
|
@@ -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,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
viewBox: "0 0 24 30",
|
|
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
|
+
d: "M17.794 9.183c-.352-.3-.704-.138-.907.062l-4.89 4.496-4.88-4.496c-.179-.164-.626-.425-.952-.062-.325.363-.1.733.078.897l5.392 5.797a.49.49 0 0 0 .65 0l5.51-5.797c.184-.145.35-.596 0-.897Z",
|
|
25
|
+
fill: "#2B8000"
|
|
26
|
+
})]
|
|
27
|
+
});
|
|
@@ -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 30">
|
|
2
|
+
<path d='M17.7940812,9.18323023 C17.4424627,8.8825106 17.0896181,9.04504427 16.8868854,9.24527574 L11.9968161,13.740553 L7.11722187,9.24527573 C6.93839231,9.08145209 6.49053328,8.81996721 6.16524043,9.18323023 C5.83994757,9.54649326 6.06520964,9.91610528 6.24327169,10.0799289 L11.6348225,15.8766027 C11.8136521,16.0411324 12.1060729,16.0411324 12.2849025,15.8766027 C12.2849025,15.8758965 17.7940809,10.079929 17.7940809,10.079929 C17.9792355,9.93504267 18.1456996,9.48394985 17.7940812,9.18323023 Z' fill="#2B8000"/>
|
|
3
|
+
</svg>
|
package/build/web/icons/index.js
CHANGED
|
@@ -4,6 +4,7 @@ module.exports = {
|
|
|
4
4
|
AddUser: require('./AddUser'),
|
|
5
5
|
AlarmClock: require('./AlarmClock'),
|
|
6
6
|
Ambulance: require('./Ambulance'),
|
|
7
|
+
Amex: require('./Amex'),
|
|
7
8
|
ArrowDown: require('./ArrowDown'),
|
|
8
9
|
ArrowLeft: require('./ArrowLeft'),
|
|
9
10
|
ArrowRight: require('./ArrowRight'),
|
|
@@ -131,6 +132,7 @@ module.exports = {
|
|
|
131
132
|
LoginForm: require('./LoginForm'),
|
|
132
133
|
Magnify: require('./Magnify'),
|
|
133
134
|
Map: require('./Map'),
|
|
135
|
+
MasterCard: require('./MasterCard'),
|
|
134
136
|
Medical: require('./Medical'),
|
|
135
137
|
Messaging: require('./Messaging'),
|
|
136
138
|
Mobility: require('./Mobility'),
|
|
@@ -236,10 +238,12 @@ module.exports = {
|
|
|
236
238
|
VideoCall: require('./VideoCall'),
|
|
237
239
|
VideoChat: require('./VideoChat'),
|
|
238
240
|
VideoGames: require('./VideoGames'),
|
|
241
|
+
Visa: require('./Visa'),
|
|
239
242
|
Visible: require('./Visible'),
|
|
240
243
|
VisuallyImpaired: require('./VisuallyImpaired'),
|
|
241
244
|
Warranty: require('./Warranty'),
|
|
242
245
|
Watch: require('./Watch'),
|
|
243
246
|
WifiBoost: require('./WifiBoost'),
|
|
244
|
-
WifiCloud: require('./WifiCloud')
|
|
247
|
+
WifiCloud: require('./WifiCloud'),
|
|
248
|
+
ChevronDown: require('./ChevronDown')
|
|
245
249
|
}
|
|
@@ -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 Mon, 16 Oct 2023 22:54:19 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -66,15 +66,15 @@ module.exports = {
|
|
|
66
66
|
},
|
|
67
67
|
font: {
|
|
68
68
|
HelveticaNow: {
|
|
69
|
-
300: 'https://cdn.telus.digital/uds/
|
|
70
|
-
400: 'https://cdn.telus.digital/uds/
|
|
71
|
-
500: 'https://cdn.telus.digital/uds/
|
|
72
|
-
700: 'https://cdn.telus.digital/uds/
|
|
69
|
+
300: 'https://cdn.telus.digital/uds/v1_4_4-HelveticaNow-300-hPThXCN4hHBzJ6GjOnnJ5.otf',
|
|
70
|
+
400: 'https://cdn.telus.digital/uds/v1_4_4-HelveticaNow-400-SyyRJVrEgIsF-WH6lUfT1.woff',
|
|
71
|
+
500: 'https://cdn.telus.digital/uds/v1_4_4-HelveticaNow-500-HeFwoxiQsaGQ1n0idz7OB.woff',
|
|
72
|
+
700: 'https://cdn.telus.digital/uds/v1_4_4-HelveticaNow-700-1itwWoTe7-JiO9T-QcKcx.woff'
|
|
73
73
|
},
|
|
74
74
|
HelveticaNowOTF: {
|
|
75
|
-
400: 'https://cdn.telus.digital/uds/
|
|
76
|
-
500: 'https://cdn.telus.digital/uds/
|
|
77
|
-
700: 'https://cdn.telus.digital/uds/
|
|
75
|
+
400: 'https://cdn.telus.digital/uds/v1_4_4-HelveticaNowOTF-400-Vfv80UYLPP7XN6-l3MB7_.otf',
|
|
76
|
+
500: 'https://cdn.telus.digital/uds/v1_4_4-HelveticaNowOTF-500-kA3pHVwIzyhH2X5CxUqjQ.otf',
|
|
77
|
+
700: 'https://cdn.telus.digital/uds/v1_4_4-HelveticaNowOTF-700-KZUVP96CzF9pVXnk-VfVU.otf'
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
80
|
fontSize: {
|
|
@@ -106,6 +106,7 @@ module.exports = {
|
|
|
106
106
|
AddUser: '@telus-uds/palettes-community.palette-casa/build/web/icons/add-user.icon.svg',
|
|
107
107
|
AlarmClock: '@telus-uds/palettes-community.palette-casa/build/web/icons/alarm-clock.icon.svg',
|
|
108
108
|
Ambulance: '@telus-uds/palettes-community.palette-casa/build/web/icons/ambulance.icon.svg',
|
|
109
|
+
Amex: '@telus-uds/palettes-community.palette-casa/build/web/icons/amex.icon.svg',
|
|
109
110
|
ArrowDown: '@telus-uds/palettes-community.palette-casa/build/web/icons/arrow-down.icon.svg',
|
|
110
111
|
ArrowLeft: '@telus-uds/palettes-community.palette-casa/build/web/icons/arrow-left.icon.svg',
|
|
111
112
|
ArrowRight: '@telus-uds/palettes-community.palette-casa/build/web/icons/arrow-right.icon.svg',
|
|
@@ -233,6 +234,7 @@ module.exports = {
|
|
|
233
234
|
LoginForm: '@telus-uds/palettes-community.palette-casa/build/web/icons/login-form.icon.svg',
|
|
234
235
|
Magnify: '@telus-uds/palettes-community.palette-casa/build/web/icons/magnify.icon.svg',
|
|
235
236
|
Map: '@telus-uds/palettes-community.palette-casa/build/web/icons/map.icon.svg',
|
|
237
|
+
MasterCard: '@telus-uds/palettes-community.palette-casa/build/web/icons/master-card.icon.svg',
|
|
236
238
|
Medical: '@telus-uds/palettes-community.palette-casa/build/web/icons/medical.icon.svg',
|
|
237
239
|
Messaging: '@telus-uds/palettes-community.palette-casa/build/web/icons/messaging.icon.svg',
|
|
238
240
|
Mobility: '@telus-uds/palettes-community.palette-casa/build/web/icons/mobility.icon.svg',
|
|
@@ -338,12 +340,14 @@ module.exports = {
|
|
|
338
340
|
VideoCall: '@telus-uds/palettes-community.palette-casa/build/web/icons/video-call.icon.svg',
|
|
339
341
|
VideoChat: '@telus-uds/palettes-community.palette-casa/build/web/icons/video-chat.icon.svg',
|
|
340
342
|
VideoGames: '@telus-uds/palettes-community.palette-casa/build/web/icons/video-games.icon.svg',
|
|
343
|
+
Visa: '@telus-uds/palettes-community.palette-casa/build/web/icons/visa.icon.svg',
|
|
341
344
|
Visible: '@telus-uds/palettes-community.palette-casa/build/web/icons/visible.icon.svg',
|
|
342
345
|
VisuallyImpaired: '@telus-uds/palettes-community.palette-casa/build/web/icons/visually-impaired.icon.svg',
|
|
343
346
|
Warranty: '@telus-uds/palettes-community.palette-casa/build/web/icons/warranty.icon.svg',
|
|
344
347
|
Watch: '@telus-uds/palettes-community.palette-casa/build/web/icons/watch.icon.svg',
|
|
345
348
|
WifiBoost: '@telus-uds/palettes-community.palette-casa/build/web/icons/wifi-boost.icon.svg',
|
|
346
|
-
WifiCloud: '@telus-uds/palettes-community.palette-casa/build/web/icons/wifi-cloud.icon.svg'
|
|
349
|
+
WifiCloud: '@telus-uds/palettes-community.palette-casa/build/web/icons/wifi-cloud.icon.svg',
|
|
350
|
+
ChevronDown: '@telus-uds/palettes-community.palette-casa/build/web/icons/chevron-down.icon.svg'
|
|
347
351
|
},
|
|
348
352
|
letterSpacing: {
|
|
349
353
|
condensed: -0.039,
|
package/package.json
CHANGED
package/palette.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|