@telus-uds/palette-koodo 0.23.0 → 0.25.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 +2 -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 +2 -1
- package/build/ios/Size.swift +1 -1
- package/build/rn/icons/InternetSpeed.js +26 -0
- package/build/rn/icons/InternetSpeed.native.js +26 -0
- package/build/rn/icons/PlugPlay.js +28 -0
- package/build/rn/icons/PlugPlay.native.js +28 -0
- package/build/rn/icons/Price.js +28 -0
- package/build/rn/icons/Price.native.js +28 -0
- package/build/rn/icons/TooltipSymbol.js +26 -0
- package/build/rn/icons/TooltipSymbol.native.js +26 -0
- package/build/rn/icons/index.js +4 -0
- package/build/rn/icons/internet-speed.icon.svg +3 -0
- package/build/rn/icons/plug-play.icon.svg +3 -0
- package/build/rn/icons/price.icon.svg +3 -0
- package/build/rn/icons/tooltip-symbol.icon.svg +3 -0
- package/build/rn/palette.js +6 -1
- 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/InternetSpeed.js +26 -0
- package/build/web/icons/PlugPlay.js +28 -0
- package/build/web/icons/Price.js +28 -0
- package/build/web/icons/TooltipSymbol.js +26 -0
- package/build/web/icons/index.js +4 -0
- package/build/web/icons/internet-speed.icon.svg +3 -0
- package/build/web/icons/plug-play.icon.svg +3 -0
- package/build/web/icons/price.icon.svg +3 -0
- package/build/web/icons/tooltip-symbol.icon.svg +3 -0
- package/build/web/palette.js +11 -6
- package/package.json +1 -1
- package/palette.json +19 -0
- /package/build/web/fonts/{v0_23_0-StagSans-300-sCMaZHMHAe27vDQRAOeN1.otf → v0_25_0-StagSans-300-yVaPFQDsEyXAo7UBXAR8p.otf} +0 -0
- /package/build/web/fonts/{v0_23_0-StagSans-400-WJNU98crO9tJYJeH-bBG5.otf → v0_25_0-StagSans-400-EZp1mZhxdncKXh4jBTWz5.otf} +0 -0
- /package/build/web/fonts/{v0_23_0-StagSans-500-XWsooPlmA2mFU9GmLrD98.otf → v0_25_0-StagSans-500-FbEq680Hb2zAmKka60BSo.otf} +0 -0
- /package/build/web/fonts/{v0_23_0-StagSans-600-t9gJiMPEczUrSjrwNPYlr.otf → v0_25_0-StagSans-600-r8RqS7nsZdS59CEx4OSyQ.otf} +0 -0
- /package/build/web/fonts/{v0_23_0-StagSans-700-DpcxNhX64bhMZK30cFmMA.otf → v0_25_0-StagSans-700-zUoMjevXoJEhXl7xpeiI6.otf} +0 -0
package/build/android/border.xml
CHANGED
package/build/android/color.xml
CHANGED
package/build/android/radius.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Mon, 21 Aug 2023 19:05:29 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
<dimen name="pill_32">32.00dp</dimen>
|
|
11
11
|
<dimen name="radius_1">1.00dp</dimen>
|
|
12
12
|
<dimen name="radius_12">12.00dp</dimen>
|
|
13
|
+
<dimen name="radius_2">2.00dp</dimen>
|
|
13
14
|
<dimen name="radius_24">24.00dp</dimen>
|
|
14
15
|
<dimen name="radius_4">4.00dp</dimen>
|
|
15
16
|
<dimen name="radius_48">48.00dp</dimen>
|
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
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Mon, 21 Aug 2023 19:05:29 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -14,6 +14,7 @@ public enum PaletteRadius {
|
|
|
14
14
|
public static let pill32 = CGFloat(32)
|
|
15
15
|
public static let radius1 = CGFloat(1)
|
|
16
16
|
public static let radius12 = CGFloat(12)
|
|
17
|
+
public static let radius2 = CGFloat(2)
|
|
17
18
|
public static let radius24 = CGFloat(24)
|
|
18
19
|
public static let radius4 = CGFloat(4)
|
|
19
20
|
public static let radius48 = CGFloat(48)
|
package/build/ios/Size.swift
CHANGED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
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
|
+
d: "M19.148 14.595c-.21.21-.437.332-.682.367a1.038 1.038 0 0 1-.708-.157c-.192-.14-.359-.262-.498-.367a9.212 9.212 0 0 1-.368-.289l.604-2.675c.227.123.48.289.76.498.28.21.577.455.892.735.28.262.42.572.42.93 0 .36-.14.678-.42.958ZM24 9.153v.026a1.35 1.35 0 0 1-.446 1.01c-.28.297-.63.446-1.049.446-.42 0-.796-.131-1.128-.393a18.671 18.671 0 0 0-1.547-1.154 12.473 12.473 0 0 0-1.495-.866l.734-3.016c.857.384 1.661.84 2.413 1.364a22.434 22.434 0 0 1 2.098 1.652c.277.225.417.535.42.931ZM4.854 14.621c-.298-.297-.442-.633-.433-1.01.009-.375.144-.668.406-.878a12.462 12.462 0 0 1 3.2-2.02c1.137-.49 2.405-.743 3.803-.76l-1.678 3.357a4.293 4.293 0 0 0-1.666.42 5.938 5.938 0 0 0-1.403.97c-.297.227-.669.345-1.115.354-.445.009-.817-.135-1.114-.433Zm6.032 5.928c-.49-.21-.861-.616-1.115-1.22-.253-.603-.231-1.184.066-1.744.122-.245.459-.93 1.01-2.059a999.93 999.93 0 0 1 1.836-3.737l1.967-3.987a579.126 579.126 0 0 0 1.403-2.859.84.84 0 0 1 .341-.38.694.694 0 0 1 .55-.066c.21.07.364.184.46.341a.59.59 0 0 1 .065.499c-.157.63-.406 1.66-.747 3.095a457.21 457.21 0 0 1-1.076 4.42c-.376 1.511-.72 2.893-1.036 4.143-.314 1.25-.533 2.006-.655 2.269a2.171 2.171 0 0 1-1.338 1.246c-.63.218-1.206.231-1.73.039ZM.002 9.192c.017.403.166.735.445.997.263.28.608.424 1.036.433a1.73 1.73 0 0 0 1.141-.38 17.228 17.228 0 0 1 4.38-2.65 12.807 12.807 0 0 1 4.984-.996c.28 0 .542.013.787.04.244.025.445.047.603.065l1.442-2.833c-.42-.087-.892-.148-1.416-.183a21.495 21.495 0 0 0-1.416-.053c-2.186 0-4.262.407-6.23 1.22a18.808 18.808 0 0 0-5.363 3.37c-.28.245-.41.568-.393.97Z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
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
|
+
d: "M19.148 14.595c-.21.21-.437.332-.682.367a1.038 1.038 0 0 1-.708-.157c-.192-.14-.359-.262-.498-.367a9.212 9.212 0 0 1-.368-.289l.604-2.675c.227.123.48.289.76.498.28.21.577.455.892.735.28.262.42.572.42.93 0 .36-.14.678-.42.958ZM24 9.153v.026a1.35 1.35 0 0 1-.446 1.01c-.28.297-.63.446-1.049.446-.42 0-.796-.131-1.128-.393a18.671 18.671 0 0 0-1.547-1.154 12.473 12.473 0 0 0-1.495-.866l.734-3.016c.857.384 1.661.84 2.413 1.364a22.434 22.434 0 0 1 2.098 1.652c.277.225.417.535.42.931ZM4.854 14.621c-.298-.297-.442-.633-.433-1.01.009-.375.144-.668.406-.878a12.462 12.462 0 0 1 3.2-2.02c1.137-.49 2.405-.743 3.803-.76l-1.678 3.357a4.293 4.293 0 0 0-1.666.42 5.938 5.938 0 0 0-1.403.97c-.297.227-.669.345-1.115.354-.445.009-.817-.135-1.114-.433Zm6.032 5.928c-.49-.21-.861-.616-1.115-1.22-.253-.603-.231-1.184.066-1.744.122-.245.459-.93 1.01-2.059a999.93 999.93 0 0 1 1.836-3.737l1.967-3.987a579.126 579.126 0 0 0 1.403-2.859.84.84 0 0 1 .341-.38.694.694 0 0 1 .55-.066c.21.07.364.184.46.341a.59.59 0 0 1 .065.499c-.157.63-.406 1.66-.747 3.095a457.21 457.21 0 0 1-1.076 4.42c-.376 1.511-.72 2.893-1.036 4.143-.314 1.25-.533 2.006-.655 2.269a2.171 2.171 0 0 1-1.338 1.246c-.63.218-1.206.231-1.73.039ZM.002 9.192c.017.403.166.735.445.997.263.28.608.424 1.036.433a1.73 1.73 0 0 0 1.141-.38 17.228 17.228 0 0 1 4.38-2.65 12.807 12.807 0 0 1 4.984-.996c.28 0 .542.013.787.04.244.025.445.047.603.065l1.442-2.833c-.42-.087-.892-.148-1.416-.183a21.495 21.495 0 0 0-1.416-.053c-2.186 0-4.262.407-6.23 1.22a18.808 18.808 0 0 0-5.363 3.37c-.28.245-.41.568-.393.97Z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
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: "M11.025 0H8.772c-.316 0-.58.107-.794.32-.214.214-.32.478-.32.795v5.692c0 .316.106.58.32.794.213.214.478.32.794.32h2.253c.503 0 .94-.177 1.314-.533.373-.356.608-.81.702-1.364h2.301V5.42c.95.4 1.812.992 2.585 1.778 1.569 1.598 2.353 3.55 2.353 5.856 0 2.287-.808 4.235-2.424 5.842-1.617 1.607-3.569 2.41-5.856 2.41-2.288 0-4.24-.799-5.856-2.396-1.616-1.598-2.424-3.55-2.424-5.856a1.29 1.29 0 0 0-.383-.95 1.29 1.29 0 0 0-.95-.383 1.29 1.29 0 0 0-.95.383 1.29 1.29 0 0 0-.383.95c0 1.531.284 2.959.85 4.282a10.976 10.976 0 0 0 2.34 3.474 10.934 10.934 0 0 0 3.488 2.34c1.333.566 2.756.85 4.268.85s2.935-.284 4.268-.85a10.934 10.934 0 0 0 3.488-2.34 10.934 10.934 0 0 0 2.34-3.488c.566-1.333.85-2.756.85-4.268 0-1.531-.284-2.959-.85-4.282a10.977 10.977 0 0 0-2.34-3.474 10.933 10.933 0 0 0-3.488-2.34 10.939 10.939 0 0 0-.926-.343v-.718h-2.3c-.095-.553-.33-1.008-.703-1.363A1.843 1.843 0 0 0 11.025 0ZM6.946 1.091v1.684H4.265a.848.848 0 0 1-.608-.232.803.803 0 0 1-.245-.61c0-.229.08-.426.24-.593a.806.806 0 0 1 .606-.249h2.688Zm0 4.056V6.83H4.265a.862.862 0 0 1-.608-.226.77.77 0 0 1-.245-.593c0-.23.08-.43.24-.604a.788.788 0 0 1 .606-.261h2.688Zm2.771 12.876c.227.128.459.121.695-.02l5.331-3.418a.592.592 0 0 0 .327-.546.623.623 0 0 0-.327-.56l-5.33-3.417c-.237-.142-.469-.149-.696-.021a.63.63 0 0 0-.34.588v6.806c0 .265.114.46.34.588Z",
|
|
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: "M11.025 0H8.772c-.316 0-.58.107-.794.32-.214.214-.32.478-.32.795v5.692c0 .316.106.58.32.794.213.214.478.32.794.32h2.253c.503 0 .94-.177 1.314-.533.373-.356.608-.81.702-1.364h2.301V5.42c.95.4 1.812.992 2.585 1.778 1.569 1.598 2.353 3.55 2.353 5.856 0 2.287-.808 4.235-2.424 5.842-1.617 1.607-3.569 2.41-5.856 2.41-2.288 0-4.24-.799-5.856-2.396-1.616-1.598-2.424-3.55-2.424-5.856a1.29 1.29 0 0 0-.383-.95 1.29 1.29 0 0 0-.95-.383 1.29 1.29 0 0 0-.95.383 1.29 1.29 0 0 0-.383.95c0 1.531.284 2.959.85 4.282a10.976 10.976 0 0 0 2.34 3.474 10.934 10.934 0 0 0 3.488 2.34c1.333.566 2.756.85 4.268.85s2.935-.284 4.268-.85a10.934 10.934 0 0 0 3.488-2.34 10.934 10.934 0 0 0 2.34-3.488c.566-1.333.85-2.756.85-4.268 0-1.531-.284-2.959-.85-4.282a10.977 10.977 0 0 0-2.34-3.474 10.933 10.933 0 0 0-3.488-2.34 10.939 10.939 0 0 0-.926-.343v-.718h-2.3c-.095-.553-.33-1.008-.703-1.363A1.843 1.843 0 0 0 11.025 0ZM6.946 1.091v1.684H4.265a.848.848 0 0 1-.608-.232.803.803 0 0 1-.245-.61c0-.229.08-.426.24-.593a.806.806 0 0 1 .606-.249h2.688Zm0 4.056V6.83H4.265a.862.862 0 0 1-.608-.226.77.77 0 0 1-.245-.593c0-.23.08-.43.24-.604a.788.788 0 0 1 .606-.261h2.688Zm2.771 12.876c.227.128.459.121.695-.02l5.331-3.418a.592.592 0 0 0 .327-.546.623.623 0 0 0-.327-.56l-5.33-3.417c-.237-.142-.469-.149-.696-.021a.63.63 0 0 0-.34.588v6.806c0 .265.114.46.34.588Z",
|
|
26
|
+
clipRule: "evenodd"
|
|
27
|
+
})]
|
|
28
|
+
});
|
|
@@ -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: "M6.141 17.793c-.205-.453-.18-.927.033-1.38.21-.445.546-.77.99-.958l.01-.004.01-.004a1.61 1.61 0 0 1 1.197.037c.401.165.73.46.99.853l.012.017.01.017c.305.554.687.94 1.143 1.184.478.255.99.383 1.544.383.84 0 1.451-.197 1.882-.54.417-.332.625-.768.625-1.357 0-.68-.23-1.194-.684-1.585-.489-.422-1.449-.883-2.952-1.357-1.464-.452-2.62-1.138-3.425-2.081C6.71 10.065 6.31 8.9 6.31 7.554a4.98 4.98 0 0 1 1.099-3.17c.687-.868 1.687-1.412 2.949-1.668V1.554c0-.437.137-.831.443-1.13C11.1.13 11.48 0 11.898 0c.407 0 .774.137 1.068.424.306.299.443.693.443 1.13v1.182c.614.16 1.197.397 1.746.712a4.988 4.988 0 0 1 1.678 1.572l.004.006.004.007c.26.418.303.883.133 1.348-.167.46-.493.788-.938.98a1.573 1.573 0 0 1-1.157.065c-.386-.12-.747-.356-1.085-.681l-.012-.011-.01-.013a2.146 2.146 0 0 0-.802-.551 2.97 2.97 0 0 0-1.132-.201c-.774 0-1.297.161-1.631.42-.318.245-.484.582-.484 1.072 0 .53.187.958.575 1.316.187.173.529.383 1.064.623a19.18 19.18 0 0 0 2.058.755l.01.003c1.461.494 2.604 1.201 3.389 2.145.798.96 1.181 2.178 1.181 3.614 0 1.465-.418 2.695-1.286 3.646-.793.87-1.91 1.431-3.305 1.718v1.165c0 .437-.137.831-.444 1.13a1.48 1.48 0 0 1-1.067.424c-.418 0-.798-.131-1.097-.424-.306-.299-.443-.693-.443-1.13v-1.203c-.947-.217-1.765-.598-2.442-1.153a6.544 6.544 0 0 1-1.771-2.29l-.004-.007Z",
|
|
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: "M6.141 17.793c-.205-.453-.18-.927.033-1.38.21-.445.546-.77.99-.958l.01-.004.01-.004a1.61 1.61 0 0 1 1.197.037c.401.165.73.46.99.853l.012.017.01.017c.305.554.687.94 1.143 1.184.478.255.99.383 1.544.383.84 0 1.451-.197 1.882-.54.417-.332.625-.768.625-1.357 0-.68-.23-1.194-.684-1.585-.489-.422-1.449-.883-2.952-1.357-1.464-.452-2.62-1.138-3.425-2.081C6.71 10.065 6.31 8.9 6.31 7.554a4.98 4.98 0 0 1 1.099-3.17c.687-.868 1.687-1.412 2.949-1.668V1.554c0-.437.137-.831.443-1.13C11.1.13 11.48 0 11.898 0c.407 0 .774.137 1.068.424.306.299.443.693.443 1.13v1.182c.614.16 1.197.397 1.746.712a4.988 4.988 0 0 1 1.678 1.572l.004.006.004.007c.26.418.303.883.133 1.348-.167.46-.493.788-.938.98a1.573 1.573 0 0 1-1.157.065c-.386-.12-.747-.356-1.085-.681l-.012-.011-.01-.013a2.146 2.146 0 0 0-.802-.551 2.97 2.97 0 0 0-1.132-.201c-.774 0-1.297.161-1.631.42-.318.245-.484.582-.484 1.072 0 .53.187.958.575 1.316.187.173.529.383 1.064.623a19.18 19.18 0 0 0 2.058.755l.01.003c1.461.494 2.604 1.201 3.389 2.145.798.96 1.181 2.178 1.181 3.614 0 1.465-.418 2.695-1.286 3.646-.793.87-1.91 1.431-3.305 1.718v1.165c0 .437-.137.831-.444 1.13a1.48 1.48 0 0 1-1.067.424c-.418 0-.798-.131-1.097-.424-.306-.299-.443-.693-.443-1.13v-1.203c-.947-.217-1.765-.598-2.442-1.153a6.544 6.544 0 0 1-1.771-2.29l-.004-.007Z",
|
|
26
|
+
clipRule: "evenodd"
|
|
27
|
+
})]
|
|
28
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
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
|
+
d: "M13.274 19.182V12.03c0-1.52-.133-1.824-1.045-1.824H10.5v8.975h2.774ZM11.906 8.428c.836 0 1.501-.646 1.501-1.463 0-.817-.665-1.482-1.5-1.482-.837 0-1.52.665-1.52 1.482s.683 1.463 1.52 1.463Z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
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
|
+
d: "M13.274 19.182V12.03c0-1.52-.133-1.824-1.045-1.824H10.5v8.975h2.774ZM11.906 8.428c.836 0 1.501-.646 1.501-1.463 0-.817-.665-1.482-1.5-1.482-.837 0-1.52.665-1.52 1.482s.683 1.463 1.52 1.463Z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
package/build/rn/icons/index.js
CHANGED
|
@@ -39,6 +39,7 @@ module.exports = {
|
|
|
39
39
|
Info: require('./Info'),
|
|
40
40
|
InfoSelected: require('./InfoSelected'),
|
|
41
41
|
InformationCircled: require('./InformationCircled'),
|
|
42
|
+
InternetSpeed: require('./InternetSpeed'),
|
|
42
43
|
Kebab: require('./Kebab'),
|
|
43
44
|
LeftCircle: require('./LeftCircle'),
|
|
44
45
|
LocationMap: require('./LocationMap'),
|
|
@@ -53,6 +54,8 @@ module.exports = {
|
|
|
53
54
|
PhoneTroubleshoot: require('./PhoneTroubleshoot'),
|
|
54
55
|
PlaySolid: require('./PlaySolid'),
|
|
55
56
|
PlayVideo: require('./PlayVideo'),
|
|
57
|
+
PlugPlay: require('./PlugPlay'),
|
|
58
|
+
Price: require('./Price'),
|
|
56
59
|
Question: require('./Question'),
|
|
57
60
|
QuestionFilled: require('./QuestionFilled'),
|
|
58
61
|
QuoteLeft: require('./QuoteLeft'),
|
|
@@ -78,5 +81,6 @@ module.exports = {
|
|
|
78
81
|
TimesCircled: require('./TimesCircled'),
|
|
79
82
|
ToolTipFilled: require('./ToolTipFilled'),
|
|
80
83
|
Tooltip: require('./Tooltip'),
|
|
84
|
+
TooltipSymbol: require('./TooltipSymbol'),
|
|
81
85
|
Unmuted: require('./Unmuted')
|
|
82
86
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M19.148 14.595c-.21.21-.437.332-.682.367a1.038 1.038 0 0 1-.708-.157c-.192-.14-.359-.262-.498-.367a9.212 9.212 0 0 1-.368-.289l.604-2.675c.227.123.48.289.76.498.28.21.577.455.892.735.28.262.42.572.42.93 0 .36-.14.678-.42.958ZM24 9.153v.026a1.35 1.35 0 0 1-.446 1.01c-.28.297-.63.446-1.049.446-.42 0-.796-.131-1.128-.393a18.671 18.671 0 0 0-1.547-1.154 12.473 12.473 0 0 0-1.495-.866l.734-3.016c.857.384 1.661.84 2.413 1.364a22.434 22.434 0 0 1 2.098 1.652c.277.225.417.535.42.931ZM4.854 14.621c-.298-.297-.442-.633-.433-1.01.009-.375.144-.668.406-.878a12.462 12.462 0 0 1 3.2-2.02c1.137-.49 2.405-.743 3.803-.76l-1.678 3.357a4.293 4.293 0 0 0-1.666.42 5.938 5.938 0 0 0-1.403.97c-.297.227-.669.345-1.115.354-.445.009-.817-.135-1.114-.433Zm6.032 5.928c-.49-.21-.861-.616-1.115-1.22-.253-.603-.231-1.184.066-1.744.122-.245.459-.93 1.01-2.059a999.93 999.93 0 0 1 1.836-3.737l1.967-3.987a579.126 579.126 0 0 0 1.403-2.859.84.84 0 0 1 .341-.38.694.694 0 0 1 .55-.066c.21.07.364.184.46.341a.59.59 0 0 1 .065.499c-.157.63-.406 1.66-.747 3.095a457.21 457.21 0 0 1-1.076 4.42c-.376 1.511-.72 2.893-1.036 4.143-.314 1.25-.533 2.006-.655 2.269a2.171 2.171 0 0 1-1.338 1.246c-.63.218-1.206.231-1.73.039ZM.002 9.192c.017.403.166.735.445.997.263.28.608.424 1.036.433a1.73 1.73 0 0 0 1.141-.38 17.228 17.228 0 0 1 4.38-2.65 12.807 12.807 0 0 1 4.984-.996c.28 0 .542.013.787.04.244.025.445.047.603.065l1.442-2.833c-.42-.087-.892-.148-1.416-.183a21.495 21.495 0 0 0-1.416-.053c-2.186 0-4.262.407-6.23 1.22a18.808 18.808 0 0 0-5.363 3.37c-.28.245-.41.568-.393.97Z"/>
|
|
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="M11.025 0H8.772c-.316 0-.58.107-.794.32-.214.214-.32.478-.32.795v5.692c0 .316.106.58.32.794.213.214.478.32.794.32h2.253c.503 0 .94-.177 1.314-.533.373-.356.608-.81.702-1.364h2.301V5.42c.95.4 1.812.992 2.585 1.778 1.569 1.598 2.353 3.55 2.353 5.856 0 2.287-.808 4.235-2.424 5.842-1.617 1.607-3.569 2.41-5.856 2.41-2.288 0-4.24-.799-5.856-2.396-1.616-1.598-2.424-3.55-2.424-5.856a1.29 1.29 0 0 0-.383-.95 1.29 1.29 0 0 0-.95-.383 1.29 1.29 0 0 0-.95.383 1.29 1.29 0 0 0-.383.95c0 1.531.284 2.959.85 4.282a10.976 10.976 0 0 0 2.34 3.474 10.934 10.934 0 0 0 3.488 2.34c1.333.566 2.756.85 4.268.85s2.935-.284 4.268-.85a10.934 10.934 0 0 0 3.488-2.34 10.934 10.934 0 0 0 2.34-3.488c.566-1.333.85-2.756.85-4.268 0-1.531-.284-2.959-.85-4.282a10.977 10.977 0 0 0-2.34-3.474 10.933 10.933 0 0 0-3.488-2.34 10.939 10.939 0 0 0-.926-.343v-.718h-2.3c-.095-.553-.33-1.008-.703-1.363A1.843 1.843 0 0 0 11.025 0ZM6.946 1.091v1.684H4.265a.848.848 0 0 1-.608-.232.803.803 0 0 1-.245-.61c0-.229.08-.426.24-.593a.806.806 0 0 1 .606-.249h2.688Zm0 4.056V6.83H4.265a.862.862 0 0 1-.608-.226.77.77 0 0 1-.245-.593c0-.23.08-.43.24-.604a.788.788 0 0 1 .606-.261h2.688Zm2.771 12.876c.227.128.459.121.695-.02l5.331-3.418a.592.592 0 0 0 .327-.546.623.623 0 0 0-.327-.56l-5.33-3.417c-.237-.142-.469-.149-.696-.021a.63.63 0 0 0-.34.588v6.806c0 .265.114.46.34.588Z" 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="M6.141 17.793c-.205-.453-.18-.927.033-1.38.21-.445.546-.77.99-.958l.01-.004.01-.004a1.61 1.61 0 0 1 1.197.037c.401.165.73.46.99.853l.012.017.01.017c.305.554.687.94 1.143 1.184.478.255.99.383 1.544.383.84 0 1.451-.197 1.882-.54.417-.332.625-.768.625-1.357 0-.68-.23-1.194-.684-1.585-.489-.422-1.449-.883-2.952-1.357-1.464-.452-2.62-1.138-3.425-2.081C6.71 10.065 6.31 8.9 6.31 7.554a4.98 4.98 0 0 1 1.099-3.17c.687-.868 1.687-1.412 2.949-1.668V1.554c0-.437.137-.831.443-1.13C11.1.13 11.48 0 11.898 0c.407 0 .774.137 1.068.424.306.299.443.693.443 1.13v1.182c.614.16 1.197.397 1.746.712a4.988 4.988 0 0 1 1.678 1.572l.004.006.004.007c.26.418.303.883.133 1.348-.167.46-.493.788-.938.98a1.573 1.573 0 0 1-1.157.065c-.386-.12-.747-.356-1.085-.681l-.012-.011-.01-.013a2.146 2.146 0 0 0-.802-.551 2.97 2.97 0 0 0-1.132-.201c-.774 0-1.297.161-1.631.42-.318.245-.484.582-.484 1.072 0 .53.187.958.575 1.316.187.173.529.383 1.064.623a19.18 19.18 0 0 0 2.058.755l.01.003c1.461.494 2.604 1.201 3.389 2.145.798.96 1.181 2.178 1.181 3.614 0 1.465-.418 2.695-1.286 3.646-.793.87-1.91 1.431-3.305 1.718v1.165c0 .437-.137.831-.444 1.13a1.48 1.48 0 0 1-1.067.424c-.418 0-.798-.131-1.097-.424-.306-.299-.443-.693-.443-1.13v-1.203c-.947-.217-1.765-.598-2.442-1.153a6.544 6.544 0 0 1-1.771-2.29l-.004-.007Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
package/build/rn/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 21 Aug 2023 19:05:31 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -158,6 +158,7 @@ module.exports = {
|
|
|
158
158
|
Info: '@telus-uds/palette-koodo/build/rn/icons/info.icon.svg',
|
|
159
159
|
InfoSelected: '@telus-uds/palette-koodo/build/rn/icons/info-selected.icon.svg',
|
|
160
160
|
InformationCircled: '@telus-uds/palette-koodo/build/rn/icons/information-circled.icon.svg',
|
|
161
|
+
InternetSpeed: '@telus-uds/palette-koodo/build/rn/icons/internet-speed.icon.svg',
|
|
161
162
|
Kebab: '@telus-uds/palette-koodo/build/rn/icons/kebab.icon.svg',
|
|
162
163
|
LeftCircle: '@telus-uds/palette-koodo/build/rn/icons/left-circle.icon.svg',
|
|
163
164
|
LocationMap: '@telus-uds/palette-koodo/build/rn/icons/location-map.icon.svg',
|
|
@@ -172,6 +173,8 @@ module.exports = {
|
|
|
172
173
|
PhoneTroubleshoot: '@telus-uds/palette-koodo/build/rn/icons/phone-troubleshoot.icon.svg',
|
|
173
174
|
PlaySolid: '@telus-uds/palette-koodo/build/rn/icons/play-solid.icon.svg',
|
|
174
175
|
PlayVideo: '@telus-uds/palette-koodo/build/rn/icons/play-video.icon.svg',
|
|
176
|
+
PlugPlay: '@telus-uds/palette-koodo/build/rn/icons/plug-play.icon.svg',
|
|
177
|
+
Price: '@telus-uds/palette-koodo/build/rn/icons/price.icon.svg',
|
|
175
178
|
Question: '@telus-uds/palette-koodo/build/rn/icons/question.icon.svg',
|
|
176
179
|
QuestionFilled: '@telus-uds/palette-koodo/build/rn/icons/question-filled.icon.svg',
|
|
177
180
|
QuoteLeft: '@telus-uds/palette-koodo/build/rn/icons/quote-left.icon.svg',
|
|
@@ -197,6 +200,7 @@ module.exports = {
|
|
|
197
200
|
TimesCircled: '@telus-uds/palette-koodo/build/rn/icons/times-circled.icon.svg',
|
|
198
201
|
ToolTipFilled: '@telus-uds/palette-koodo/build/rn/icons/tool-tip-filled.icon.svg',
|
|
199
202
|
Tooltip: '@telus-uds/palette-koodo/build/rn/icons/tooltip.icon.svg',
|
|
203
|
+
TooltipSymbol: '@telus-uds/palette-koodo/build/rn/icons/tooltip-symbol.icon.svg',
|
|
200
204
|
Unmuted: '@telus-uds/palette-koodo/build/rn/icons/unmuted.icon.svg'
|
|
201
205
|
},
|
|
202
206
|
letterSpacing: {
|
|
@@ -238,6 +242,7 @@ module.exports = {
|
|
|
238
242
|
pill32: 32,
|
|
239
243
|
radius1: 1,
|
|
240
244
|
radius12: 12,
|
|
245
|
+
radius2: 2,
|
|
241
246
|
radius24: 24,
|
|
242
247
|
radius4: 4,
|
|
243
248
|
radius48: 48,
|
|
@@ -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_25_0-StagSans-300-yVaPFQDsEyXAo7UBXAR8p.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_25_0-StagSans-400-EZp1mZhxdncKXh4jBTWz5.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_25_0-StagSans-500-FbEq680Hb2zAmKka60BSo.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_25_0-StagSans-600-r8RqS7nsZdS59CEx4OSyQ.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_25_0-StagSans-700-zUoMjevXoJEhXl7xpeiI6.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_25_0-StagSans-300-yVaPFQDsEyXAo7UBXAR8p.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_25_0-StagSans-400-EZp1mZhxdncKXh4jBTWz5.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_25_0-StagSans-500-FbEq680Hb2zAmKka60BSo.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_25_0-StagSans-600-r8RqS7nsZdS59CEx4OSyQ.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_25_0-StagSans-700-zUoMjevXoJEhXl7xpeiI6.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_25_0-StagSans-300-yVaPFQDsEyXAo7UBXAR8p.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_25_0-StagSans-400-EZp1mZhxdncKXh4jBTWz5.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_25_0-StagSans-500-FbEq680Hb2zAmKka60BSo.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_25_0-StagSans-600-r8RqS7nsZdS59CEx4OSyQ.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_25_0-StagSans-700-zUoMjevXoJEhXl7xpeiI6.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_25_0-StagSans-300-yVaPFQDsEyXAo7UBXAR8p.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'StagSans400normal';
|
|
8
|
-
src: url('./
|
|
8
|
+
src: url('./v0_25_0-StagSans-400-EZp1mZhxdncKXh4jBTWz5.otf');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'StagSans500normal';
|
|
13
|
-
src: url('./
|
|
13
|
+
src: url('./v0_25_0-StagSans-500-FbEq680Hb2zAmKka60BSo.otf');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'StagSans600normal';
|
|
18
|
-
src: url('./
|
|
18
|
+
src: url('./v0_25_0-StagSans-600-r8RqS7nsZdS59CEx4OSyQ.otf');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'StagSans700normal';
|
|
23
|
-
src: url('./
|
|
23
|
+
src: url('./v0_25_0-StagSans-700-zUoMjevXoJEhXl7xpeiI6.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
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
|
+
d: "M19.148 14.595c-.21.21-.437.332-.682.367a1.038 1.038 0 0 1-.708-.157c-.192-.14-.359-.262-.498-.367a9.212 9.212 0 0 1-.368-.289l.604-2.675c.227.123.48.289.76.498.28.21.577.455.892.735.28.262.42.572.42.93 0 .36-.14.678-.42.958ZM24 9.153v.026a1.35 1.35 0 0 1-.446 1.01c-.28.297-.63.446-1.049.446-.42 0-.796-.131-1.128-.393a18.671 18.671 0 0 0-1.547-1.154 12.473 12.473 0 0 0-1.495-.866l.734-3.016c.857.384 1.661.84 2.413 1.364a22.434 22.434 0 0 1 2.098 1.652c.277.225.417.535.42.931ZM4.854 14.621c-.298-.297-.442-.633-.433-1.01.009-.375.144-.668.406-.878a12.462 12.462 0 0 1 3.2-2.02c1.137-.49 2.405-.743 3.803-.76l-1.678 3.357a4.293 4.293 0 0 0-1.666.42 5.938 5.938 0 0 0-1.403.97c-.297.227-.669.345-1.115.354-.445.009-.817-.135-1.114-.433Zm6.032 5.928c-.49-.21-.861-.616-1.115-1.22-.253-.603-.231-1.184.066-1.744.122-.245.459-.93 1.01-2.059a999.93 999.93 0 0 1 1.836-3.737l1.967-3.987a579.126 579.126 0 0 0 1.403-2.859.84.84 0 0 1 .341-.38.694.694 0 0 1 .55-.066c.21.07.364.184.46.341a.59.59 0 0 1 .065.499c-.157.63-.406 1.66-.747 3.095a457.21 457.21 0 0 1-1.076 4.42c-.376 1.511-.72 2.893-1.036 4.143-.314 1.25-.533 2.006-.655 2.269a2.171 2.171 0 0 1-1.338 1.246c-.63.218-1.206.231-1.73.039ZM.002 9.192c.017.403.166.735.445.997.263.28.608.424 1.036.433a1.73 1.73 0 0 0 1.141-.38 17.228 17.228 0 0 1 4.38-2.65 12.807 12.807 0 0 1 4.984-.996c.28 0 .542.013.787.04.244.025.445.047.603.065l1.442-2.833c-.42-.087-.892-.148-1.416-.183a21.495 21.495 0 0 0-1.416-.053c-2.186 0-4.262.407-6.23 1.22a18.808 18.808 0 0 0-5.363 3.37c-.28.245-.41.568-.393.97Z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
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: "M11.025 0H8.772c-.316 0-.58.107-.794.32-.214.214-.32.478-.32.795v5.692c0 .316.106.58.32.794.213.214.478.32.794.32h2.253c.503 0 .94-.177 1.314-.533.373-.356.608-.81.702-1.364h2.301V5.42c.95.4 1.812.992 2.585 1.778 1.569 1.598 2.353 3.55 2.353 5.856 0 2.287-.808 4.235-2.424 5.842-1.617 1.607-3.569 2.41-5.856 2.41-2.288 0-4.24-.799-5.856-2.396-1.616-1.598-2.424-3.55-2.424-5.856a1.29 1.29 0 0 0-.383-.95 1.29 1.29 0 0 0-.95-.383 1.29 1.29 0 0 0-.95.383 1.29 1.29 0 0 0-.383.95c0 1.531.284 2.959.85 4.282a10.976 10.976 0 0 0 2.34 3.474 10.934 10.934 0 0 0 3.488 2.34c1.333.566 2.756.85 4.268.85s2.935-.284 4.268-.85a10.934 10.934 0 0 0 3.488-2.34 10.934 10.934 0 0 0 2.34-3.488c.566-1.333.85-2.756.85-4.268 0-1.531-.284-2.959-.85-4.282a10.977 10.977 0 0 0-2.34-3.474 10.933 10.933 0 0 0-3.488-2.34 10.939 10.939 0 0 0-.926-.343v-.718h-2.3c-.095-.553-.33-1.008-.703-1.363A1.843 1.843 0 0 0 11.025 0ZM6.946 1.091v1.684H4.265a.848.848 0 0 1-.608-.232.803.803 0 0 1-.245-.61c0-.229.08-.426.24-.593a.806.806 0 0 1 .606-.249h2.688Zm0 4.056V6.83H4.265a.862.862 0 0 1-.608-.226.77.77 0 0 1-.245-.593c0-.23.08-.43.24-.604a.788.788 0 0 1 .606-.261h2.688Zm2.771 12.876c.227.128.459.121.695-.02l5.331-3.418a.592.592 0 0 0 .327-.546.623.623 0 0 0-.327-.56l-5.33-3.417c-.237-.142-.469-.149-.696-.021a.63.63 0 0 0-.34.588v6.806c0 .265.114.46.34.588Z",
|
|
26
|
+
clipRule: "evenodd"
|
|
27
|
+
})]
|
|
28
|
+
});
|
|
@@ -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: "M6.141 17.793c-.205-.453-.18-.927.033-1.38.21-.445.546-.77.99-.958l.01-.004.01-.004a1.61 1.61 0 0 1 1.197.037c.401.165.73.46.99.853l.012.017.01.017c.305.554.687.94 1.143 1.184.478.255.99.383 1.544.383.84 0 1.451-.197 1.882-.54.417-.332.625-.768.625-1.357 0-.68-.23-1.194-.684-1.585-.489-.422-1.449-.883-2.952-1.357-1.464-.452-2.62-1.138-3.425-2.081C6.71 10.065 6.31 8.9 6.31 7.554a4.98 4.98 0 0 1 1.099-3.17c.687-.868 1.687-1.412 2.949-1.668V1.554c0-.437.137-.831.443-1.13C11.1.13 11.48 0 11.898 0c.407 0 .774.137 1.068.424.306.299.443.693.443 1.13v1.182c.614.16 1.197.397 1.746.712a4.988 4.988 0 0 1 1.678 1.572l.004.006.004.007c.26.418.303.883.133 1.348-.167.46-.493.788-.938.98a1.573 1.573 0 0 1-1.157.065c-.386-.12-.747-.356-1.085-.681l-.012-.011-.01-.013a2.146 2.146 0 0 0-.802-.551 2.97 2.97 0 0 0-1.132-.201c-.774 0-1.297.161-1.631.42-.318.245-.484.582-.484 1.072 0 .53.187.958.575 1.316.187.173.529.383 1.064.623a19.18 19.18 0 0 0 2.058.755l.01.003c1.461.494 2.604 1.201 3.389 2.145.798.96 1.181 2.178 1.181 3.614 0 1.465-.418 2.695-1.286 3.646-.793.87-1.91 1.431-3.305 1.718v1.165c0 .437-.137.831-.444 1.13a1.48 1.48 0 0 1-1.067.424c-.418 0-.798-.131-1.097-.424-.306-.299-.443-.693-.443-1.13v-1.203c-.947-.217-1.765-.598-2.442-1.153a6.544 6.544 0 0 1-1.771-2.29l-.004-.007Z",
|
|
26
|
+
clipRule: "evenodd"
|
|
27
|
+
})]
|
|
28
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
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
|
+
d: "M13.274 19.182V12.03c0-1.52-.133-1.824-1.045-1.824H10.5v8.975h2.774ZM11.906 8.428c.836 0 1.501-.646 1.501-1.463 0-.817-.665-1.482-1.5-1.482-.837 0-1.52.665-1.52 1.482s.683 1.463 1.52 1.463Z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
package/build/web/icons/index.js
CHANGED
|
@@ -39,6 +39,7 @@ module.exports = {
|
|
|
39
39
|
Info: require('./Info'),
|
|
40
40
|
InfoSelected: require('./InfoSelected'),
|
|
41
41
|
InformationCircled: require('./InformationCircled'),
|
|
42
|
+
InternetSpeed: require('./InternetSpeed'),
|
|
42
43
|
Kebab: require('./Kebab'),
|
|
43
44
|
LeftCircle: require('./LeftCircle'),
|
|
44
45
|
LocationMap: require('./LocationMap'),
|
|
@@ -53,6 +54,8 @@ module.exports = {
|
|
|
53
54
|
PhoneTroubleshoot: require('./PhoneTroubleshoot'),
|
|
54
55
|
PlaySolid: require('./PlaySolid'),
|
|
55
56
|
PlayVideo: require('./PlayVideo'),
|
|
57
|
+
PlugPlay: require('./PlugPlay'),
|
|
58
|
+
Price: require('./Price'),
|
|
56
59
|
Question: require('./Question'),
|
|
57
60
|
QuestionFilled: require('./QuestionFilled'),
|
|
58
61
|
QuoteLeft: require('./QuoteLeft'),
|
|
@@ -78,5 +81,6 @@ module.exports = {
|
|
|
78
81
|
TimesCircled: require('./TimesCircled'),
|
|
79
82
|
ToolTipFilled: require('./ToolTipFilled'),
|
|
80
83
|
Tooltip: require('./Tooltip'),
|
|
84
|
+
TooltipSymbol: require('./TooltipSymbol'),
|
|
81
85
|
Unmuted: require('./Unmuted')
|
|
82
86
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M19.148 14.595c-.21.21-.437.332-.682.367a1.038 1.038 0 0 1-.708-.157c-.192-.14-.359-.262-.498-.367a9.212 9.212 0 0 1-.368-.289l.604-2.675c.227.123.48.289.76.498.28.21.577.455.892.735.28.262.42.572.42.93 0 .36-.14.678-.42.958ZM24 9.153v.026a1.35 1.35 0 0 1-.446 1.01c-.28.297-.63.446-1.049.446-.42 0-.796-.131-1.128-.393a18.671 18.671 0 0 0-1.547-1.154 12.473 12.473 0 0 0-1.495-.866l.734-3.016c.857.384 1.661.84 2.413 1.364a22.434 22.434 0 0 1 2.098 1.652c.277.225.417.535.42.931ZM4.854 14.621c-.298-.297-.442-.633-.433-1.01.009-.375.144-.668.406-.878a12.462 12.462 0 0 1 3.2-2.02c1.137-.49 2.405-.743 3.803-.76l-1.678 3.357a4.293 4.293 0 0 0-1.666.42 5.938 5.938 0 0 0-1.403.97c-.297.227-.669.345-1.115.354-.445.009-.817-.135-1.114-.433Zm6.032 5.928c-.49-.21-.861-.616-1.115-1.22-.253-.603-.231-1.184.066-1.744.122-.245.459-.93 1.01-2.059a999.93 999.93 0 0 1 1.836-3.737l1.967-3.987a579.126 579.126 0 0 0 1.403-2.859.84.84 0 0 1 .341-.38.694.694 0 0 1 .55-.066c.21.07.364.184.46.341a.59.59 0 0 1 .065.499c-.157.63-.406 1.66-.747 3.095a457.21 457.21 0 0 1-1.076 4.42c-.376 1.511-.72 2.893-1.036 4.143-.314 1.25-.533 2.006-.655 2.269a2.171 2.171 0 0 1-1.338 1.246c-.63.218-1.206.231-1.73.039ZM.002 9.192c.017.403.166.735.445.997.263.28.608.424 1.036.433a1.73 1.73 0 0 0 1.141-.38 17.228 17.228 0 0 1 4.38-2.65 12.807 12.807 0 0 1 4.984-.996c.28 0 .542.013.787.04.244.025.445.047.603.065l1.442-2.833c-.42-.087-.892-.148-1.416-.183a21.495 21.495 0 0 0-1.416-.053c-2.186 0-4.262.407-6.23 1.22a18.808 18.808 0 0 0-5.363 3.37c-.28.245-.41.568-.393.97Z"/>
|
|
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="M11.025 0H8.772c-.316 0-.58.107-.794.32-.214.214-.32.478-.32.795v5.692c0 .316.106.58.32.794.213.214.478.32.794.32h2.253c.503 0 .94-.177 1.314-.533.373-.356.608-.81.702-1.364h2.301V5.42c.95.4 1.812.992 2.585 1.778 1.569 1.598 2.353 3.55 2.353 5.856 0 2.287-.808 4.235-2.424 5.842-1.617 1.607-3.569 2.41-5.856 2.41-2.288 0-4.24-.799-5.856-2.396-1.616-1.598-2.424-3.55-2.424-5.856a1.29 1.29 0 0 0-.383-.95 1.29 1.29 0 0 0-.95-.383 1.29 1.29 0 0 0-.95.383 1.29 1.29 0 0 0-.383.95c0 1.531.284 2.959.85 4.282a10.976 10.976 0 0 0 2.34 3.474 10.934 10.934 0 0 0 3.488 2.34c1.333.566 2.756.85 4.268.85s2.935-.284 4.268-.85a10.934 10.934 0 0 0 3.488-2.34 10.934 10.934 0 0 0 2.34-3.488c.566-1.333.85-2.756.85-4.268 0-1.531-.284-2.959-.85-4.282a10.977 10.977 0 0 0-2.34-3.474 10.933 10.933 0 0 0-3.488-2.34 10.939 10.939 0 0 0-.926-.343v-.718h-2.3c-.095-.553-.33-1.008-.703-1.363A1.843 1.843 0 0 0 11.025 0ZM6.946 1.091v1.684H4.265a.848.848 0 0 1-.608-.232.803.803 0 0 1-.245-.61c0-.229.08-.426.24-.593a.806.806 0 0 1 .606-.249h2.688Zm0 4.056V6.83H4.265a.862.862 0 0 1-.608-.226.77.77 0 0 1-.245-.593c0-.23.08-.43.24-.604a.788.788 0 0 1 .606-.261h2.688Zm2.771 12.876c.227.128.459.121.695-.02l5.331-3.418a.592.592 0 0 0 .327-.546.623.623 0 0 0-.327-.56l-5.33-3.417c-.237-.142-.469-.149-.696-.021a.63.63 0 0 0-.34.588v6.806c0 .265.114.46.34.588Z" 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="M6.141 17.793c-.205-.453-.18-.927.033-1.38.21-.445.546-.77.99-.958l.01-.004.01-.004a1.61 1.61 0 0 1 1.197.037c.401.165.73.46.99.853l.012.017.01.017c.305.554.687.94 1.143 1.184.478.255.99.383 1.544.383.84 0 1.451-.197 1.882-.54.417-.332.625-.768.625-1.357 0-.68-.23-1.194-.684-1.585-.489-.422-1.449-.883-2.952-1.357-1.464-.452-2.62-1.138-3.425-2.081C6.71 10.065 6.31 8.9 6.31 7.554a4.98 4.98 0 0 1 1.099-3.17c.687-.868 1.687-1.412 2.949-1.668V1.554c0-.437.137-.831.443-1.13C11.1.13 11.48 0 11.898 0c.407 0 .774.137 1.068.424.306.299.443.693.443 1.13v1.182c.614.16 1.197.397 1.746.712a4.988 4.988 0 0 1 1.678 1.572l.004.006.004.007c.26.418.303.883.133 1.348-.167.46-.493.788-.938.98a1.573 1.573 0 0 1-1.157.065c-.386-.12-.747-.356-1.085-.681l-.012-.011-.01-.013a2.146 2.146 0 0 0-.802-.551 2.97 2.97 0 0 0-1.132-.201c-.774 0-1.297.161-1.631.42-.318.245-.484.582-.484 1.072 0 .53.187.958.575 1.316.187.173.529.383 1.064.623a19.18 19.18 0 0 0 2.058.755l.01.003c1.461.494 2.604 1.201 3.389 2.145.798.96 1.181 2.178 1.181 3.614 0 1.465-.418 2.695-1.286 3.646-.793.87-1.91 1.431-3.305 1.718v1.165c0 .437-.137.831-.444 1.13a1.48 1.48 0 0 1-1.067.424c-.418 0-.798-.131-1.097-.424-.306-.299-.443-.693-.443-1.13v-1.203c-.947-.217-1.765-.598-2.442-1.153a6.544 6.544 0 0 1-1.771-2.29l-.004-.007Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
package/build/web/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 21 Aug 2023 19:05:29 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_25_0-StagSans-300-yVaPFQDsEyXAo7UBXAR8p.otf',
|
|
75
|
+
400: 'https://cdn.telus.digital/uds/v0_25_0-StagSans-400-EZp1mZhxdncKXh4jBTWz5.otf',
|
|
76
|
+
500: 'https://cdn.telus.digital/uds/v0_25_0-StagSans-500-FbEq680Hb2zAmKka60BSo.otf',
|
|
77
|
+
600: 'https://cdn.telus.digital/uds/v0_25_0-StagSans-600-r8RqS7nsZdS59CEx4OSyQ.otf',
|
|
78
|
+
700: 'https://cdn.telus.digital/uds/v0_25_0-StagSans-700-zUoMjevXoJEhXl7xpeiI6.otf'
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
fontSize: {
|
|
@@ -145,6 +145,7 @@ module.exports = {
|
|
|
145
145
|
Info: '@telus-uds/palette-koodo/build/web/icons/info.icon.svg',
|
|
146
146
|
InfoSelected: '@telus-uds/palette-koodo/build/web/icons/info-selected.icon.svg',
|
|
147
147
|
InformationCircled: '@telus-uds/palette-koodo/build/web/icons/information-circled.icon.svg',
|
|
148
|
+
InternetSpeed: '@telus-uds/palette-koodo/build/web/icons/internet-speed.icon.svg',
|
|
148
149
|
Kebab: '@telus-uds/palette-koodo/build/web/icons/kebab.icon.svg',
|
|
149
150
|
LeftCircle: '@telus-uds/palette-koodo/build/web/icons/left-circle.icon.svg',
|
|
150
151
|
LocationMap: '@telus-uds/palette-koodo/build/web/icons/location-map.icon.svg',
|
|
@@ -159,6 +160,8 @@ module.exports = {
|
|
|
159
160
|
PhoneTroubleshoot: '@telus-uds/palette-koodo/build/web/icons/phone-troubleshoot.icon.svg',
|
|
160
161
|
PlaySolid: '@telus-uds/palette-koodo/build/web/icons/play-solid.icon.svg',
|
|
161
162
|
PlayVideo: '@telus-uds/palette-koodo/build/web/icons/play-video.icon.svg',
|
|
163
|
+
PlugPlay: '@telus-uds/palette-koodo/build/web/icons/plug-play.icon.svg',
|
|
164
|
+
Price: '@telus-uds/palette-koodo/build/web/icons/price.icon.svg',
|
|
162
165
|
Question: '@telus-uds/palette-koodo/build/web/icons/question.icon.svg',
|
|
163
166
|
QuestionFilled: '@telus-uds/palette-koodo/build/web/icons/question-filled.icon.svg',
|
|
164
167
|
QuoteLeft: '@telus-uds/palette-koodo/build/web/icons/quote-left.icon.svg',
|
|
@@ -184,6 +187,7 @@ module.exports = {
|
|
|
184
187
|
TimesCircled: '@telus-uds/palette-koodo/build/web/icons/times-circled.icon.svg',
|
|
185
188
|
ToolTipFilled: '@telus-uds/palette-koodo/build/web/icons/tool-tip-filled.icon.svg',
|
|
186
189
|
Tooltip: '@telus-uds/palette-koodo/build/web/icons/tooltip.icon.svg',
|
|
190
|
+
TooltipSymbol: '@telus-uds/palette-koodo/build/web/icons/tooltip-symbol.icon.svg',
|
|
187
191
|
Unmuted: '@telus-uds/palette-koodo/build/web/icons/unmuted.icon.svg'
|
|
188
192
|
},
|
|
189
193
|
letterSpacing: {
|
|
@@ -225,6 +229,7 @@ module.exports = {
|
|
|
225
229
|
pill32: '32px',
|
|
226
230
|
radius1: '1px',
|
|
227
231
|
radius12: '12px',
|
|
232
|
+
radius2: '2px',
|
|
228
233
|
radius24: '24px',
|
|
229
234
|
radius4: '4px',
|
|
230
235
|
radius48: '48px',
|
package/package.json
CHANGED
package/palette.json
CHANGED
|
@@ -555,6 +555,10 @@
|
|
|
555
555
|
"tags": ["Legacy"],
|
|
556
556
|
"value": "icon/information-circled.svg"
|
|
557
557
|
},
|
|
558
|
+
"InternetSpeed": {
|
|
559
|
+
"tags": ["General"],
|
|
560
|
+
"value": "icon/internetSpeed.svg"
|
|
561
|
+
},
|
|
558
562
|
"Kebab": {
|
|
559
563
|
"tags": ["Legacy"],
|
|
560
564
|
"value": "icon/kebab.svg"
|
|
@@ -611,6 +615,14 @@
|
|
|
611
615
|
"tags": ["General"],
|
|
612
616
|
"value": "icon/play-video.svg"
|
|
613
617
|
},
|
|
618
|
+
"PlugPlay": {
|
|
619
|
+
"tags": ["General"],
|
|
620
|
+
"value": "icon/plugPlay.svg"
|
|
621
|
+
},
|
|
622
|
+
"Price": {
|
|
623
|
+
"tags": ["General"],
|
|
624
|
+
"value": "icon/price.svg"
|
|
625
|
+
},
|
|
614
626
|
"Question": {
|
|
615
627
|
"tags": ["General"],
|
|
616
628
|
"value": "icon/question.svg"
|
|
@@ -709,6 +721,10 @@
|
|
|
709
721
|
"tags": ["General"],
|
|
710
722
|
"value": "icon/tooltip.svg"
|
|
711
723
|
},
|
|
724
|
+
"TooltipSymbol": {
|
|
725
|
+
"tags": ["General"],
|
|
726
|
+
"value": "icon/tooltip-symbol.svg"
|
|
727
|
+
},
|
|
712
728
|
"Unmuted": {
|
|
713
729
|
"tags": ["Interface", "VideoPlayer"],
|
|
714
730
|
"value": "icon/unmuted.svg"
|
|
@@ -826,6 +842,9 @@
|
|
|
826
842
|
"radius12": {
|
|
827
843
|
"value": 12
|
|
828
844
|
},
|
|
845
|
+
"radius2": {
|
|
846
|
+
"value": 2
|
|
847
|
+
},
|
|
829
848
|
"radius24": {
|
|
830
849
|
"value": 24
|
|
831
850
|
},
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|