@telus-uds/palettes-community.palette-casa 1.1.1 → 1.1.2
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 +3 -1
- package/build/android/size.xml +2 -1
- package/build/ios/Border.swift +1 -1
- package/build/ios/Color.swift +1 -1
- package/build/ios/FontSize.swift +1 -1
- package/build/ios/Radius.swift +3 -1
- package/build/ios/Size.swift +2 -1
- package/build/rn/icons/ThumbsDown.js +28 -0
- package/build/rn/icons/ThumbsDown.native.js +28 -0
- package/build/rn/icons/ThumbsDownFill.js +26 -0
- package/build/rn/icons/ThumbsDownFill.native.js +26 -0
- package/build/rn/icons/ThumbsUpFill.js +26 -0
- package/build/rn/icons/ThumbsUpFill.native.js +26 -0
- package/build/rn/icons/index.js +3 -0
- package/build/rn/icons/thumbs-down-fill.icon.svg +3 -0
- package/build/rn/icons/thumbs-down.icon.svg +3 -0
- package/build/rn/icons/thumbs-up-fill.icon.svg +3 -0
- package/build/rn/palette.js +10 -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/ThumbsDown.js +28 -0
- package/build/web/icons/ThumbsDownFill.js +26 -0
- package/build/web/icons/ThumbsUpFill.js +26 -0
- package/build/web/icons/index.js +3 -0
- package/build/web/icons/thumbs-down-fill.icon.svg +3 -0
- package/build/web/icons/thumbs-down.icon.svg +3 -0
- package/build/web/icons/thumbs-up-fill.icon.svg +3 -0
- package/build/web/palette.js +17 -9
- package/package.json +2 -2
- /package/build/web/fonts/{v1_1_1-HelveticaNow-300-6L_Gv78TjB35w9QRI2arp.otf → v1_1_2-HelveticaNow-300-UhlfCnblOBBwif8vb54nJ.otf} +0 -0
- /package/build/web/fonts/{v1_1_1-HelveticaNow-400-7o_OgA0Zrbhtj4Zm60mUY.woff → v1_1_2-HelveticaNow-400-t-m0SYN6jtDR0oLozOQl1.woff} +0 -0
- /package/build/web/fonts/{v1_1_1-HelveticaNow-500-BySYh4ivrNoNd4rccp45g.woff → v1_1_2-HelveticaNow-500-1R5xIw0hTkIn66XiS3_0L.woff} +0 -0
- /package/build/web/fonts/{v1_1_1-HelveticaNow-700-3twWI36QtlKqIOrDCRXVX.woff → v1_1_2-HelveticaNow-700-jn4zU9fPLb5OASyIWJipj.woff} +0 -0
- /package/build/web/fonts/{v1_1_1-HelveticaNowOTF-400-Q2AwsI_n4DKV5MfXX2q83.otf → v1_1_2-HelveticaNowOTF-400-EFUIpQPsFMpwHhe6fc8hg.otf} +0 -0
- /package/build/web/fonts/{v1_1_1-HelveticaNowOTF-500-KuxEIZxN3yxMOlUfUYjvX.otf → v1_1_2-HelveticaNowOTF-500-wRG8VQapzHKRNF1u6xMfs.otf} +0 -0
- /package/build/web/fonts/{v1_1_1-HelveticaNowOTF-700-WwCAkChLQ3u-iWnGGLN0p.otf → v1_1_2-HelveticaNowOTF-700-NC1Okzlvn9uhIdFCVCGfB.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 Tue, 09 May 2023 00:27:01 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -10,6 +10,8 @@
|
|
|
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_16">16.00dp</dimen>
|
|
14
|
+
<dimen name="radius_24">24.00dp</dimen>
|
|
13
15
|
<dimen name="radius_32">32.00dp</dimen>
|
|
14
16
|
<dimen name="radius_4">4.00dp</dimen>
|
|
15
17
|
<dimen name="radius_6">6.00dp</dimen>
|
package/build/android/size.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Tue, 09 May 2023 00:27:01 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
<dimen name="size_576">576.00dp</dimen>
|
|
39
39
|
<dimen name="size_630">630.00dp</dimen>
|
|
40
40
|
<dimen name="size_64">64.00dp</dimen>
|
|
41
|
+
<dimen name="size_640">640.00dp</dimen>
|
|
41
42
|
<dimen name="size_72">72.00dp</dimen>
|
|
42
43
|
<dimen name="size_768">768.00dp</dimen>
|
|
43
44
|
<dimen name="size_8">8.00dp</dimen>
|
package/build/ios/Border.swift
CHANGED
package/build/ios/Color.swift
CHANGED
package/build/ios/FontSize.swift
CHANGED
package/build/ios/Radius.swift
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Tue, 09 May 2023 00:27:01 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -14,6 +14,8 @@ 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 radius16 = CGFloat(16)
|
|
18
|
+
public static let radius24 = CGFloat(24)
|
|
17
19
|
public static let radius32 = CGFloat(32)
|
|
18
20
|
public static let radius4 = CGFloat(4)
|
|
19
21
|
public static let radius6 = CGFloat(6)
|
package/build/ios/Size.swift
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Tue, 09 May 2023 00:27:01 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -43,6 +43,7 @@ public enum PaletteSize {
|
|
|
43
43
|
public static let size6 = CGFloat(6)
|
|
44
44
|
public static let size630 = CGFloat(630)
|
|
45
45
|
public static let size64 = CGFloat(64)
|
|
46
|
+
public static let size640 = CGFloat(640)
|
|
46
47
|
public static let size72 = CGFloat(72)
|
|
47
48
|
public static let size768 = CGFloat(768)
|
|
48
49
|
public static let size8 = CGFloat(8)
|
|
@@ -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: "M7 3.5V13H2.5c-.827 0-1.5-.673-1.5-1.5v-8C1 2.673 1.673 2 2.5 2h3C6.327 2 7 2.673 7 3.5Zm1 8.691v-8.46C8.564 3.315 9.76 3 10.5 3h9.179c.624 0 1.166.404 1.289.962.099.448-.033.883-.362 1.193a.5.5 0 0 0 .286.861A1.246 1.246 0 0 1 22 7.25c0 .344-.141.666-.395.905a.5.5 0 0 0 .286.861A1.246 1.246 0 0 1 23 10.25c0 .466-.262.89-.685 1.105a.502.502 0 0 0-.034.871c.491.303.765.845.712 1.415-.07.762-.778 1.359-1.612 1.359H14.5a.503.503 0 0 0-.412.216.503.503 0 0 0-.055.462c.009.025.967 2.562.967 4.322 0 1.638-1.452 3-2 3-.431 0-.792-.156-1-.271V19.5a.51.51 0 0 0-.046-.21l-3-6.5a.5.5 0 0 0-.23-.237L8 12.191ZM5.5 1h-3A2.502 2.502 0 0 0 0 3.5v8C0 12.879 1.121 14 2.5 14h5a.5.5 0 0 0 .5-.5v-.191l.119.061L11 19.609V23a.5.5 0 0 0 .188.391c.031.024.774.609 1.812.609 1.157 0 3-1.831 3-4 0-1.368-.49-3.071-.796-4h6.177c1.346 0 2.491-.996 2.608-2.267a2.483 2.483 0 0 0-.64-1.909c.412-.413.651-.973.651-1.574a2.24 2.24 0 0 0-1.234-2.001 2.24 2.24 0 0 0-1.001-3c.228-.456.295-.981.18-1.503C21.721 2.734 20.768 2 19.679 2H10.5c-.695 0-1.815.225-2.647.653A2.506 2.506 0 0 0 5.5 1Z",
|
|
26
|
+
clipRule: "evenodd"
|
|
27
|
+
})]
|
|
28
|
+
});
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
height: size,
|
|
17
|
+
width: size,
|
|
18
|
+
fill: color,
|
|
19
|
+
"aria-labelledby": titleId,
|
|
20
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
21
|
+
id: titleId,
|
|
22
|
+
children: title
|
|
23
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
d: "M7 3.5V13H2.5c-.827 0-1.5-.673-1.5-1.5v-8C1 2.673 1.673 2 2.5 2h3C6.327 2 7 2.673 7 3.5Zm1 8.691v-8.46C8.564 3.315 9.76 3 10.5 3h9.179c.624 0 1.166.404 1.289.962.099.448-.033.883-.362 1.193a.5.5 0 0 0 .286.861A1.246 1.246 0 0 1 22 7.25c0 .344-.141.666-.395.905a.5.5 0 0 0 .286.861A1.246 1.246 0 0 1 23 10.25c0 .466-.262.89-.685 1.105a.502.502 0 0 0-.034.871c.491.303.765.845.712 1.415-.07.762-.778 1.359-1.612 1.359H14.5a.503.503 0 0 0-.412.216.503.503 0 0 0-.055.462c.009.025.967 2.562.967 4.322 0 1.638-1.452 3-2 3-.431 0-.792-.156-1-.271V19.5a.51.51 0 0 0-.046-.21l-3-6.5a.5.5 0 0 0-.23-.237L8 12.191ZM5.5 1h-3A2.502 2.502 0 0 0 0 3.5v8C0 12.879 1.121 14 2.5 14h5a.5.5 0 0 0 .5-.5v-.191l.119.061L11 19.609V23a.5.5 0 0 0 .188.391c.031.024.774.609 1.812.609 1.157 0 3-1.831 3-4 0-1.368-.49-3.071-.796-4h6.177c1.346 0 2.491-.996 2.608-2.267a2.483 2.483 0 0 0-.64-1.909c.412-.413.651-.973.651-1.574a2.24 2.24 0 0 0-1.234-2.001 2.24 2.24 0 0 0-1.001-3c.228-.456.295-.981.18-1.503C21.721 2.734 20.768 2 19.679 2H10.5c-.695 0-1.815.225-2.647.653A2.506 2.506 0 0 0 5.5 1Z",
|
|
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: "M5.5 1h-3A2.503 2.503 0 0 0 0 3.5v8C0 12.878 1.122 14 2.5 14h5a.5.5 0 0 0 .5-.5v-10C8 2.122 6.878 1 5.5 1ZM24 10.25a2.24 2.24 0 0 0-1.235-2 2.24 2.24 0 0 0-1.001-3.001c.228-.456.295-.981.18-1.502C21.72 2.735 20.768 2 19.679 2H10.5c-.339 0-.769.055-1.208.154a.499.499 0 0 0-.378.595c.058.265.086.51.086.751v10c0 .269-.075.528-.222.771a.498.498 0 0 0-.026.468L11 19.609v3.39c0 .152.069.295.187.391.032.026.774.61 1.813.61 1.157 0 3-1.831 3-4 0-1.368-.49-3.071-.795-4h6.176c1.346 0 2.491-.996 2.608-2.266a2.483 2.483 0 0 0-.639-1.909c.411-.414.65-.974.65-1.575Z"
|
|
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: "M5.5 1h-3A2.503 2.503 0 0 0 0 3.5v8C0 12.878 1.122 14 2.5 14h5a.5.5 0 0 0 .5-.5v-10C8 2.122 6.878 1 5.5 1ZM24 10.25a2.24 2.24 0 0 0-1.235-2 2.24 2.24 0 0 0-1.001-3.001c.228-.456.295-.981.18-1.502C21.72 2.735 20.768 2 19.679 2H10.5c-.339 0-.769.055-1.208.154a.499.499 0 0 0-.378.595c.058.265.086.51.086.751v10c0 .269-.075.528-.222.771a.498.498 0 0 0-.026.468L11 19.609v3.39c0 .152.069.295.187.391.032.026.774.61 1.813.61 1.157 0 3-1.831 3-4 0-1.368-.49-3.071-.795-4h6.176c1.346 0 2.491-.996 2.608-2.266a2.483 2.483 0 0 0-.639-1.909c.411-.414.65-.974.65-1.575Z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -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: "M22.765 16.75a2.239 2.239 0 0 0 1.235-2c0-.601-.238-1.161-.651-1.574a2.483 2.483 0 0 0 .64-1.909C23.872 9.996 22.727 9 21.381 9h-6.177c.306-.929.796-2.632.796-4 0-2.169-1.843-4-3-4-1.015 0-1.747.559-1.81.607l-.003.002A.502.502 0 0 0 11 2v3.391L8.12 11.63l-.12.061v10.718c.814.384 1.844.591 2.5.591h9.179c1.089 0 2.042-.734 2.266-1.747a2.25 2.25 0 0 0-.181-1.502 2.24 2.24 0 0 0 1.001-3.001ZM5.5 24c.563 0 1.081-.19 1.5-.506V11H2.5A2.503 2.503 0 0 0 0 13.5v8C0 22.878 1.122 24 2.5 24h3Z"
|
|
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: "M22.765 16.75a2.239 2.239 0 0 0 1.235-2c0-.601-.238-1.161-.651-1.574a2.483 2.483 0 0 0 .64-1.909C23.872 9.996 22.727 9 21.381 9h-6.177c.306-.929.796-2.632.796-4 0-2.169-1.843-4-3-4-1.015 0-1.747.559-1.81.607l-.003.002A.502.502 0 0 0 11 2v3.391L8.12 11.63l-.12.061v10.718c.814.384 1.844.591 2.5.591h9.179c1.089 0 2.042-.734 2.266-1.747a2.25 2.25 0 0 0-.181-1.502 2.24 2.24 0 0 0 1.001-3.001ZM5.5 24c.563 0 1.081-.19 1.5-.506V11H2.5A2.503 2.503 0 0 0 0 13.5v8C0 22.878 1.122 24 2.5 24h3Z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
package/build/rn/icons/index.js
CHANGED
|
@@ -215,7 +215,10 @@ module.exports = {
|
|
|
215
215
|
Tablet: require('./Tablet'),
|
|
216
216
|
Target: require('./Target'),
|
|
217
217
|
Tasks: require('./Tasks'),
|
|
218
|
+
ThumbsDown: require('./ThumbsDown'),
|
|
219
|
+
ThumbsDownFill: require('./ThumbsDownFill'),
|
|
218
220
|
ThumbsUp: require('./ThumbsUp'),
|
|
221
|
+
ThumbsUpFill: require('./ThumbsUpFill'),
|
|
219
222
|
Time: require('./Time'),
|
|
220
223
|
Times: require('./Times'),
|
|
221
224
|
TowTruck: require('./TowTruck'),
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M5.5 1h-3A2.503 2.503 0 0 0 0 3.5v8C0 12.878 1.122 14 2.5 14h5a.5.5 0 0 0 .5-.5v-10C8 2.122 6.878 1 5.5 1ZM24 10.25a2.24 2.24 0 0 0-1.235-2 2.24 2.24 0 0 0-1.001-3.001c.228-.456.295-.981.18-1.502C21.72 2.735 20.768 2 19.679 2H10.5c-.339 0-.769.055-1.208.154a.499.499 0 0 0-.378.595c.058.265.086.51.086.751v10c0 .269-.075.528-.222.771a.498.498 0 0 0-.026.468L11 19.609v3.39c0 .152.069.295.187.391.032.026.774.61 1.813.61 1.157 0 3-1.831 3-4 0-1.368-.49-3.071-.795-4h6.176c1.346 0 2.491-.996 2.608-2.266a2.483 2.483 0 0 0-.639-1.909c.411-.414.65-.974.65-1.575Z"/>
|
|
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="M7 3.5V13H2.5c-.827 0-1.5-.673-1.5-1.5v-8C1 2.673 1.673 2 2.5 2h3C6.327 2 7 2.673 7 3.5Zm1 8.691v-8.46C8.564 3.315 9.76 3 10.5 3h9.179c.624 0 1.166.404 1.289.962.099.448-.033.883-.362 1.193a.5.5 0 0 0 .286.861A1.246 1.246 0 0 1 22 7.25c0 .344-.141.666-.395.905a.5.5 0 0 0 .286.861A1.246 1.246 0 0 1 23 10.25c0 .466-.262.89-.685 1.105a.502.502 0 0 0-.034.871c.491.303.765.845.712 1.415-.07.762-.778 1.359-1.612 1.359H14.5a.503.503 0 0 0-.412.216.503.503 0 0 0-.055.462c.009.025.967 2.562.967 4.322 0 1.638-1.452 3-2 3-.431 0-.792-.156-1-.271V19.5a.51.51 0 0 0-.046-.21l-3-6.5a.5.5 0 0 0-.23-.237L8 12.191ZM5.5 1h-3A2.502 2.502 0 0 0 0 3.5v8C0 12.879 1.121 14 2.5 14h5a.5.5 0 0 0 .5-.5v-.191l.119.061L11 19.609V23a.5.5 0 0 0 .188.391c.031.024.774.609 1.812.609 1.157 0 3-1.831 3-4 0-1.368-.49-3.071-.796-4h6.177c1.346 0 2.491-.996 2.608-2.267a2.483 2.483 0 0 0-.64-1.909c.412-.413.651-.973.651-1.574a2.24 2.24 0 0 0-1.234-2.001 2.24 2.24 0 0 0-1.001-3c.228-.456.295-.981.18-1.503C21.721 2.734 20.768 2 19.679 2H10.5c-.695 0-1.815.225-2.647.653A2.506 2.506 0 0 0 5.5 1Z" 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 d="M22.765 16.75a2.239 2.239 0 0 0 1.235-2c0-.601-.238-1.161-.651-1.574a2.483 2.483 0 0 0 .64-1.909C23.872 9.996 22.727 9 21.381 9h-6.177c.306-.929.796-2.632.796-4 0-2.169-1.843-4-3-4-1.015 0-1.747.559-1.81.607l-.003.002A.502.502 0 0 0 11 2v3.391L8.12 11.63l-.12.061v10.718c.814.384 1.844.591 2.5.591h9.179c1.089 0 2.042-.734 2.266-1.747a2.25 2.25 0 0 0-.181-1.502 2.24 2.24 0 0 0 1.001-3.001ZM5.5 24c.563 0 1.081-.19 1.5-.506V11H2.5A2.503 2.503 0 0 0 0 13.5v8C0 22.878 1.122 24 2.5 24h3Z"/>
|
|
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 Tue, 09 May 2023 00:27:07 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -373,7 +373,10 @@ module.exports = {
|
|
|
373
373
|
Tablet: '@telus-uds/palettes-community.palette-casa/build/rn/icons/tablet.icon.svg',
|
|
374
374
|
Target: '@telus-uds/palettes-community.palette-casa/build/rn/icons/target.icon.svg',
|
|
375
375
|
Tasks: '@telus-uds/palettes-community.palette-casa/build/rn/icons/tasks.icon.svg',
|
|
376
|
+
ThumbsDown: '@telus-uds/palettes-community.palette-casa/build/rn/icons/thumbs-down.icon.svg',
|
|
377
|
+
ThumbsDownFill: '@telus-uds/palettes-community.palette-casa/build/rn/icons/thumbs-down-fill.icon.svg',
|
|
376
378
|
ThumbsUp: '@telus-uds/palettes-community.palette-casa/build/rn/icons/thumbs-up.icon.svg',
|
|
379
|
+
ThumbsUpFill: '@telus-uds/palettes-community.palette-casa/build/rn/icons/thumbs-up-fill.icon.svg',
|
|
377
380
|
Time: '@telus-uds/palettes-community.palette-casa/build/rn/icons/time.icon.svg',
|
|
378
381
|
Times: '@telus-uds/palettes-community.palette-casa/build/rn/icons/times.icon.svg',
|
|
379
382
|
TowTruck: '@telus-uds/palettes-community.palette-casa/build/rn/icons/tow-truck.icon.svg',
|
|
@@ -418,12 +421,16 @@ module.exports = {
|
|
|
418
421
|
ratio9to7: 1.28571428571,
|
|
419
422
|
ratio9to8: 1.125
|
|
420
423
|
},
|
|
421
|
-
opacity: {
|
|
424
|
+
opacity: {
|
|
425
|
+
opacity10: 1
|
|
426
|
+
},
|
|
422
427
|
radius: {
|
|
423
428
|
none: 0,
|
|
424
429
|
pill32: 32,
|
|
425
430
|
radius1: 1,
|
|
426
431
|
radius12: 12,
|
|
432
|
+
radius16: 16,
|
|
433
|
+
radius24: 24,
|
|
427
434
|
radius32: 32,
|
|
428
435
|
radius4: 4,
|
|
429
436
|
radius6: 6,
|
|
@@ -512,6 +519,7 @@ module.exports = {
|
|
|
512
519
|
size576: 576,
|
|
513
520
|
size630: 630,
|
|
514
521
|
size64: 64,
|
|
522
|
+
size640: 640,
|
|
515
523
|
size72: 72,
|
|
516
524
|
size768: 768,
|
|
517
525
|
size8: 8,
|
|
@@ -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_1_2-HelveticaNow-300-UhlfCnblOBBwif8vb54nJ.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_1_2-HelveticaNow-400-t-m0SYN6jtDR0oLozOQl1.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_1_2-HelveticaNow-500-1R5xIw0hTkIn66XiS3_0L.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_1_2-HelveticaNow-700-jn4zU9fPLb5OASyIWJipj.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_1_2-HelveticaNowOTF-400-EFUIpQPsFMpwHhe6fc8hg.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_1_2-HelveticaNowOTF-500-wRG8VQapzHKRNF1u6xMfs.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_1_2-HelveticaNowOTF-700-NC1Okzlvn9uhIdFCVCGfB.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_1_2-HelveticaNow-300-UhlfCnblOBBwif8vb54nJ.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_1_2-HelveticaNow-400-t-m0SYN6jtDR0oLozOQl1.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_1_2-HelveticaNow-500-1R5xIw0hTkIn66XiS3_0L.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_1_2-HelveticaNow-700-jn4zU9fPLb5OASyIWJipj.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_1_2-HelveticaNowOTF-400-EFUIpQPsFMpwHhe6fc8hg.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_1_2-HelveticaNowOTF-500-wRG8VQapzHKRNF1u6xMfs.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_1_2-HelveticaNowOTF-700-NC1Okzlvn9uhIdFCVCGfB.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_1_2-HelveticaNow-300-UhlfCnblOBBwif8vb54nJ.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_1_2-HelveticaNow-400-t-m0SYN6jtDR0oLozOQl1.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_1_2-HelveticaNow-500-1R5xIw0hTkIn66XiS3_0L.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_1_2-HelveticaNow-700-jn4zU9fPLb5OASyIWJipj.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_1_2-HelveticaNowOTF-400-EFUIpQPsFMpwHhe6fc8hg.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_1_2-HelveticaNowOTF-500-wRG8VQapzHKRNF1u6xMfs.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_1_2-HelveticaNowOTF-700-NC1Okzlvn9uhIdFCVCGfB.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_1_2-HelveticaNow-300-UhlfCnblOBBwif8vb54nJ.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'HelveticaNow400normal';
|
|
8
|
-
src: url('./
|
|
8
|
+
src: url('./v1_1_2-HelveticaNow-400-t-m0SYN6jtDR0oLozOQl1.woff');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'HelveticaNow500normal';
|
|
13
|
-
src: url('./
|
|
13
|
+
src: url('./v1_1_2-HelveticaNow-500-1R5xIw0hTkIn66XiS3_0L.woff');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'HelveticaNow700normal';
|
|
18
|
-
src: url('./
|
|
18
|
+
src: url('./v1_1_2-HelveticaNow-700-jn4zU9fPLb5OASyIWJipj.woff');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'HelveticaNowOTF400normal';
|
|
23
|
-
src: url('./
|
|
23
|
+
src: url('./v1_1_2-HelveticaNowOTF-400-EFUIpQPsFMpwHhe6fc8hg.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
26
26
|
@font-face {
|
|
27
27
|
font-family: 'HelveticaNowOTF500normal';
|
|
28
|
-
src: url('./
|
|
28
|
+
src: url('./v1_1_2-HelveticaNowOTF-500-wRG8VQapzHKRNF1u6xMfs.otf');
|
|
29
29
|
font-display: block;
|
|
30
30
|
}
|
|
31
31
|
@font-face {
|
|
32
32
|
font-family: 'HelveticaNowOTF700normal';
|
|
33
|
-
src: url('./
|
|
33
|
+
src: url('./v1_1_2-HelveticaNowOTF-700-NC1Okzlvn9uhIdFCVCGfB.otf');
|
|
34
34
|
font-display: block;
|
|
35
35
|
}
|
|
@@ -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: "M7 3.5V13H2.5c-.827 0-1.5-.673-1.5-1.5v-8C1 2.673 1.673 2 2.5 2h3C6.327 2 7 2.673 7 3.5Zm1 8.691v-8.46C8.564 3.315 9.76 3 10.5 3h9.179c.624 0 1.166.404 1.289.962.099.448-.033.883-.362 1.193a.5.5 0 0 0 .286.861A1.246 1.246 0 0 1 22 7.25c0 .344-.141.666-.395.905a.5.5 0 0 0 .286.861A1.246 1.246 0 0 1 23 10.25c0 .466-.262.89-.685 1.105a.502.502 0 0 0-.034.871c.491.303.765.845.712 1.415-.07.762-.778 1.359-1.612 1.359H14.5a.503.503 0 0 0-.412.216.503.503 0 0 0-.055.462c.009.025.967 2.562.967 4.322 0 1.638-1.452 3-2 3-.431 0-.792-.156-1-.271V19.5a.51.51 0 0 0-.046-.21l-3-6.5a.5.5 0 0 0-.23-.237L8 12.191ZM5.5 1h-3A2.502 2.502 0 0 0 0 3.5v8C0 12.879 1.121 14 2.5 14h5a.5.5 0 0 0 .5-.5v-.191l.119.061L11 19.609V23a.5.5 0 0 0 .188.391c.031.024.774.609 1.812.609 1.157 0 3-1.831 3-4 0-1.368-.49-3.071-.796-4h6.177c1.346 0 2.491-.996 2.608-2.267a2.483 2.483 0 0 0-.64-1.909c.412-.413.651-.973.651-1.574a2.24 2.24 0 0 0-1.234-2.001 2.24 2.24 0 0 0-1.001-3c.228-.456.295-.981.18-1.503C21.721 2.734 20.768 2 19.679 2H10.5c-.695 0-1.815.225-2.647.653A2.506 2.506 0 0 0 5.5 1Z",
|
|
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: "M5.5 1h-3A2.503 2.503 0 0 0 0 3.5v8C0 12.878 1.122 14 2.5 14h5a.5.5 0 0 0 .5-.5v-10C8 2.122 6.878 1 5.5 1ZM24 10.25a2.24 2.24 0 0 0-1.235-2 2.24 2.24 0 0 0-1.001-3.001c.228-.456.295-.981.18-1.502C21.72 2.735 20.768 2 19.679 2H10.5c-.339 0-.769.055-1.208.154a.499.499 0 0 0-.378.595c.058.265.086.51.086.751v10c0 .269-.075.528-.222.771a.498.498 0 0 0-.026.468L11 19.609v3.39c0 .152.069.295.187.391.032.026.774.61 1.813.61 1.157 0 3-1.831 3-4 0-1.368-.49-3.071-.795-4h6.176c1.346 0 2.491-.996 2.608-2.266a2.483 2.483 0 0 0-.639-1.909c.411-.414.65-.974.65-1.575Z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -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: "M22.765 16.75a2.239 2.239 0 0 0 1.235-2c0-.601-.238-1.161-.651-1.574a2.483 2.483 0 0 0 .64-1.909C23.872 9.996 22.727 9 21.381 9h-6.177c.306-.929.796-2.632.796-4 0-2.169-1.843-4-3-4-1.015 0-1.747.559-1.81.607l-.003.002A.502.502 0 0 0 11 2v3.391L8.12 11.63l-.12.061v10.718c.814.384 1.844.591 2.5.591h9.179c1.089 0 2.042-.734 2.266-1.747a2.25 2.25 0 0 0-.181-1.502 2.24 2.24 0 0 0 1.001-3.001ZM5.5 24c.563 0 1.081-.19 1.5-.506V11H2.5A2.503 2.503 0 0 0 0 13.5v8C0 22.878 1.122 24 2.5 24h3Z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
package/build/web/icons/index.js
CHANGED
|
@@ -215,7 +215,10 @@ module.exports = {
|
|
|
215
215
|
Tablet: require('./Tablet'),
|
|
216
216
|
Target: require('./Target'),
|
|
217
217
|
Tasks: require('./Tasks'),
|
|
218
|
+
ThumbsDown: require('./ThumbsDown'),
|
|
219
|
+
ThumbsDownFill: require('./ThumbsDownFill'),
|
|
218
220
|
ThumbsUp: require('./ThumbsUp'),
|
|
221
|
+
ThumbsUpFill: require('./ThumbsUpFill'),
|
|
219
222
|
Time: require('./Time'),
|
|
220
223
|
Times: require('./Times'),
|
|
221
224
|
TowTruck: require('./TowTruck'),
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M5.5 1h-3A2.503 2.503 0 0 0 0 3.5v8C0 12.878 1.122 14 2.5 14h5a.5.5 0 0 0 .5-.5v-10C8 2.122 6.878 1 5.5 1ZM24 10.25a2.24 2.24 0 0 0-1.235-2 2.24 2.24 0 0 0-1.001-3.001c.228-.456.295-.981.18-1.502C21.72 2.735 20.768 2 19.679 2H10.5c-.339 0-.769.055-1.208.154a.499.499 0 0 0-.378.595c.058.265.086.51.086.751v10c0 .269-.075.528-.222.771a.498.498 0 0 0-.026.468L11 19.609v3.39c0 .152.069.295.187.391.032.026.774.61 1.813.61 1.157 0 3-1.831 3-4 0-1.368-.49-3.071-.795-4h6.176c1.346 0 2.491-.996 2.608-2.266a2.483 2.483 0 0 0-.639-1.909c.411-.414.65-.974.65-1.575Z"/>
|
|
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="M7 3.5V13H2.5c-.827 0-1.5-.673-1.5-1.5v-8C1 2.673 1.673 2 2.5 2h3C6.327 2 7 2.673 7 3.5Zm1 8.691v-8.46C8.564 3.315 9.76 3 10.5 3h9.179c.624 0 1.166.404 1.289.962.099.448-.033.883-.362 1.193a.5.5 0 0 0 .286.861A1.246 1.246 0 0 1 22 7.25c0 .344-.141.666-.395.905a.5.5 0 0 0 .286.861A1.246 1.246 0 0 1 23 10.25c0 .466-.262.89-.685 1.105a.502.502 0 0 0-.034.871c.491.303.765.845.712 1.415-.07.762-.778 1.359-1.612 1.359H14.5a.503.503 0 0 0-.412.216.503.503 0 0 0-.055.462c.009.025.967 2.562.967 4.322 0 1.638-1.452 3-2 3-.431 0-.792-.156-1-.271V19.5a.51.51 0 0 0-.046-.21l-3-6.5a.5.5 0 0 0-.23-.237L8 12.191ZM5.5 1h-3A2.502 2.502 0 0 0 0 3.5v8C0 12.879 1.121 14 2.5 14h5a.5.5 0 0 0 .5-.5v-.191l.119.061L11 19.609V23a.5.5 0 0 0 .188.391c.031.024.774.609 1.812.609 1.157 0 3-1.831 3-4 0-1.368-.49-3.071-.796-4h6.177c1.346 0 2.491-.996 2.608-2.267a2.483 2.483 0 0 0-.64-1.909c.412-.413.651-.973.651-1.574a2.24 2.24 0 0 0-1.234-2.001 2.24 2.24 0 0 0-1.001-3c.228-.456.295-.981.18-1.503C21.721 2.734 20.768 2 19.679 2H10.5c-.695 0-1.815.225-2.647.653A2.506 2.506 0 0 0 5.5 1Z" 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 d="M22.765 16.75a2.239 2.239 0 0 0 1.235-2c0-.601-.238-1.161-.651-1.574a2.483 2.483 0 0 0 .64-1.909C23.872 9.996 22.727 9 21.381 9h-6.177c.306-.929.796-2.632.796-4 0-2.169-1.843-4-3-4-1.015 0-1.747.559-1.81.607l-.003.002A.502.502 0 0 0 11 2v3.391L8.12 11.63l-.12.061v10.718c.814.384 1.844.591 2.5.591h9.179c1.089 0 2.042-.734 2.266-1.747a2.25 2.25 0 0 0-.181-1.502 2.24 2.24 0 0 0 1.001-3.001ZM5.5 24c.563 0 1.081-.19 1.5-.506V11H2.5A2.503 2.503 0 0 0 0 13.5v8C0 22.878 1.122 24 2.5 24h3Z"/>
|
|
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 Tue, 09 May 2023 00:27:02 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -61,15 +61,15 @@ module.exports = {
|
|
|
61
61
|
},
|
|
62
62
|
font: {
|
|
63
63
|
HelveticaNow: {
|
|
64
|
-
300: 'https://cdn.telus.digital/uds/
|
|
65
|
-
400: 'https://cdn.telus.digital/uds/
|
|
66
|
-
500: 'https://cdn.telus.digital/uds/
|
|
67
|
-
700: 'https://cdn.telus.digital/uds/
|
|
64
|
+
300: 'https://cdn.telus.digital/uds/v1_1_2-HelveticaNow-300-UhlfCnblOBBwif8vb54nJ.otf',
|
|
65
|
+
400: 'https://cdn.telus.digital/uds/v1_1_2-HelveticaNow-400-t-m0SYN6jtDR0oLozOQl1.woff',
|
|
66
|
+
500: 'https://cdn.telus.digital/uds/v1_1_2-HelveticaNow-500-1R5xIw0hTkIn66XiS3_0L.woff',
|
|
67
|
+
700: 'https://cdn.telus.digital/uds/v1_1_2-HelveticaNow-700-jn4zU9fPLb5OASyIWJipj.woff'
|
|
68
68
|
},
|
|
69
69
|
HelveticaNowOTF: {
|
|
70
|
-
400: 'https://cdn.telus.digital/uds/
|
|
71
|
-
500: 'https://cdn.telus.digital/uds/
|
|
72
|
-
700: 'https://cdn.telus.digital/uds/
|
|
70
|
+
400: 'https://cdn.telus.digital/uds/v1_1_2-HelveticaNowOTF-400-EFUIpQPsFMpwHhe6fc8hg.otf',
|
|
71
|
+
500: 'https://cdn.telus.digital/uds/v1_1_2-HelveticaNowOTF-500-wRG8VQapzHKRNF1u6xMfs.otf',
|
|
72
|
+
700: 'https://cdn.telus.digital/uds/v1_1_2-HelveticaNowOTF-700-NC1Okzlvn9uhIdFCVCGfB.otf'
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
fontSize: {
|
|
@@ -308,7 +308,10 @@ module.exports = {
|
|
|
308
308
|
Tablet: '@telus-uds/palettes-community.palette-casa/build/web/icons/tablet.icon.svg',
|
|
309
309
|
Target: '@telus-uds/palettes-community.palette-casa/build/web/icons/target.icon.svg',
|
|
310
310
|
Tasks: '@telus-uds/palettes-community.palette-casa/build/web/icons/tasks.icon.svg',
|
|
311
|
+
ThumbsDown: '@telus-uds/palettes-community.palette-casa/build/web/icons/thumbs-down.icon.svg',
|
|
312
|
+
ThumbsDownFill: '@telus-uds/palettes-community.palette-casa/build/web/icons/thumbs-down-fill.icon.svg',
|
|
311
313
|
ThumbsUp: '@telus-uds/palettes-community.palette-casa/build/web/icons/thumbs-up.icon.svg',
|
|
314
|
+
ThumbsUpFill: '@telus-uds/palettes-community.palette-casa/build/web/icons/thumbs-up-fill.icon.svg',
|
|
312
315
|
Time: '@telus-uds/palettes-community.palette-casa/build/web/icons/time.icon.svg',
|
|
313
316
|
Times: '@telus-uds/palettes-community.palette-casa/build/web/icons/times.icon.svg',
|
|
314
317
|
TowTruck: '@telus-uds/palettes-community.palette-casa/build/web/icons/tow-truck.icon.svg',
|
|
@@ -353,12 +356,16 @@ module.exports = {
|
|
|
353
356
|
ratio9to7: 1.28571428571,
|
|
354
357
|
ratio9to8: 1.125
|
|
355
358
|
},
|
|
356
|
-
opacity: {
|
|
359
|
+
opacity: {
|
|
360
|
+
opacity10: 1
|
|
361
|
+
},
|
|
357
362
|
radius: {
|
|
358
363
|
none: '0px',
|
|
359
364
|
pill32: '32px',
|
|
360
365
|
radius1: '1px',
|
|
361
366
|
radius12: '12px',
|
|
367
|
+
radius16: '16px',
|
|
368
|
+
radius24: '24px',
|
|
362
369
|
radius32: '32px',
|
|
363
370
|
radius4: '4px',
|
|
364
371
|
radius6: '6px',
|
|
@@ -405,6 +412,7 @@ module.exports = {
|
|
|
405
412
|
size576: '576px',
|
|
406
413
|
size630: '630px',
|
|
407
414
|
size64: '64px',
|
|
415
|
+
size640: '640px',
|
|
408
416
|
size72: '72px',
|
|
409
417
|
size768: '768px',
|
|
410
418
|
size8: '8px',
|
package/package.json
CHANGED
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"prepublishOnly": "npm run build"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@telus-uds/system-tokens": "^0.7.
|
|
25
|
+
"@telus-uds/system-tokens": "^0.7.4",
|
|
26
26
|
"@telus-uds/palette-allium": "*"
|
|
27
27
|
},
|
|
28
28
|
"sideEffects": false,
|
|
29
|
-
"version": "1.1.
|
|
29
|
+
"version": "1.1.2"
|
|
30
30
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|