@telus-uds/palette-allium 2.16.0 → 2.18.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 +3 -1
- package/build/android/size.xml +6 -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 +6 -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 +14 -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 +21 -9
- package/package.json +2 -2
- package/palette.json +43 -1
- /package/build/web/fonts/{v2_16_0-HelveticaNow-300-lgkQioQ6lk-qtXP0iCC6F.otf → v2_18_0-HelveticaNow-300-d-F4NakEUGpyoquqRCSHw.otf} +0 -0
- /package/build/web/fonts/{v2_16_0-HelveticaNow-400-F3XwOvFZFbZUUSeabdSau.woff → v2_18_0-HelveticaNow-400-Quv5Xb5THijL9W5QKDxVo.woff} +0 -0
- /package/build/web/fonts/{v2_16_0-HelveticaNow-500-hcg7f3aMe_taH59jeaKyY.woff → v2_18_0-HelveticaNow-500-RIq6_f-av8d1idQH4kV-q.woff} +0 -0
- /package/build/web/fonts/{v2_16_0-HelveticaNow-700-NWB6AzhQT7OQri5FO4XSe.woff → v2_18_0-HelveticaNow-700-hhVFEO-7g_sATTHsQhOYz.woff} +0 -0
- /package/build/web/fonts/{v2_16_0-HelveticaNowOTF-400-I1hdmnzu_xmPjKo89J4FX.otf → v2_18_0-HelveticaNowOTF-400-e689NMs5f9f2ZMxgim47p.otf} +0 -0
- /package/build/web/fonts/{v2_16_0-HelveticaNowOTF-500-k2bpWgak-fBB3D5WH0tdO.otf → v2_18_0-HelveticaNowOTF-500-pd85ysMsDJ1es2fhR6006.otf} +0 -0
- /package/build/web/fonts/{v2_16_0-HelveticaNowOTF-700-BALQYpsELNIlt0Ah2ZJ5u.otf → v2_18_0-HelveticaNowOTF-700-OU3N_EwAMFFslECOZjq4n.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 Wed, 17 May 2023 00:17:06 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 Wed, 17 May 2023 00:17:06 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -15,19 +15,23 @@
|
|
|
15
15
|
<dimen name="size_14">14.00dp</dimen>
|
|
16
16
|
<dimen name="size_140">140.00dp</dimen>
|
|
17
17
|
<dimen name="size_144">144.00dp</dimen>
|
|
18
|
+
<dimen name="size_15">15.00dp</dimen>
|
|
18
19
|
<dimen name="size_16">16.00dp</dimen>
|
|
19
20
|
<dimen name="size_168">168.00dp</dimen>
|
|
20
21
|
<dimen name="size_184">184.00dp</dimen>
|
|
21
22
|
<dimen name="size_192">192.00dp</dimen>
|
|
22
23
|
<dimen name="size_2">2.00dp</dimen>
|
|
23
24
|
<dimen name="size_20">20.00dp</dimen>
|
|
25
|
+
<dimen name="size_22">22.00dp</dimen>
|
|
24
26
|
<dimen name="size_24">24.00dp</dimen>
|
|
27
|
+
<dimen name="size_26">26.00dp</dimen>
|
|
25
28
|
<dimen name="size_264">264.00dp</dimen>
|
|
26
29
|
<dimen name="size_28">28.00dp</dimen>
|
|
27
30
|
<dimen name="size_288">288.00dp</dimen>
|
|
28
31
|
<dimen name="size_3">3.00dp</dimen>
|
|
29
32
|
<dimen name="size_32">32.00dp</dimen>
|
|
30
33
|
<dimen name="size_320">320.00dp</dimen>
|
|
34
|
+
<dimen name="size_35">35.00dp</dimen>
|
|
31
35
|
<dimen name="size_36">36.00dp</dimen>
|
|
32
36
|
<dimen name="size_4">4.00dp</dimen>
|
|
33
37
|
<dimen name="size_40">40.00dp</dimen>
|
|
@@ -38,6 +42,7 @@
|
|
|
38
42
|
<dimen name="size_576">576.00dp</dimen>
|
|
39
43
|
<dimen name="size_630">630.00dp</dimen>
|
|
40
44
|
<dimen name="size_64">64.00dp</dimen>
|
|
45
|
+
<dimen name="size_640">640.00dp</dimen>
|
|
41
46
|
<dimen name="size_72">72.00dp</dimen>
|
|
42
47
|
<dimen name="size_768">768.00dp</dimen>
|
|
43
48
|
<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 Wed, 17 May 2023 00:17:06 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 Wed, 17 May 2023 00:17:06 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -19,19 +19,23 @@ public enum PaletteSize {
|
|
|
19
19
|
public static let size14 = CGFloat(14)
|
|
20
20
|
public static let size140 = CGFloat(140)
|
|
21
21
|
public static let size144 = CGFloat(144)
|
|
22
|
+
public static let size15 = CGFloat(15)
|
|
22
23
|
public static let size16 = CGFloat(16)
|
|
23
24
|
public static let size168 = CGFloat(168)
|
|
24
25
|
public static let size184 = CGFloat(184)
|
|
25
26
|
public static let size192 = CGFloat(192)
|
|
26
27
|
public static let size2 = CGFloat(2)
|
|
27
28
|
public static let size20 = CGFloat(20)
|
|
29
|
+
public static let size22 = CGFloat(22)
|
|
28
30
|
public static let size24 = CGFloat(24)
|
|
31
|
+
public static let size26 = CGFloat(26)
|
|
29
32
|
public static let size264 = CGFloat(264)
|
|
30
33
|
public static let size28 = CGFloat(28)
|
|
31
34
|
public static let size288 = CGFloat(288)
|
|
32
35
|
public static let size3 = CGFloat(3)
|
|
33
36
|
public static let size32 = CGFloat(32)
|
|
34
37
|
public static let size320 = CGFloat(320)
|
|
38
|
+
public static let size35 = CGFloat(35)
|
|
35
39
|
public static let size36 = CGFloat(36)
|
|
36
40
|
public static let size4 = CGFloat(4)
|
|
37
41
|
public static let size40 = CGFloat(40)
|
|
@@ -42,6 +46,7 @@ public enum PaletteSize {
|
|
|
42
46
|
public static let size576 = CGFloat(576)
|
|
43
47
|
public static let size630 = CGFloat(630)
|
|
44
48
|
public static let size64 = CGFloat(64)
|
|
49
|
+
public static let size640 = CGFloat(640)
|
|
45
50
|
public static let size72 = CGFloat(72)
|
|
46
51
|
public static let size768 = CGFloat(768)
|
|
47
52
|
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 Wed, 17 May 2023 00:17:09 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -372,7 +372,10 @@ module.exports = {
|
|
|
372
372
|
Tablet: '@telus-uds/palette-allium/build/rn/icons/tablet.icon.svg',
|
|
373
373
|
Target: '@telus-uds/palette-allium/build/rn/icons/target.icon.svg',
|
|
374
374
|
Tasks: '@telus-uds/palette-allium/build/rn/icons/tasks.icon.svg',
|
|
375
|
+
ThumbsDown: '@telus-uds/palette-allium/build/rn/icons/thumbs-down.icon.svg',
|
|
376
|
+
ThumbsDownFill: '@telus-uds/palette-allium/build/rn/icons/thumbs-down-fill.icon.svg',
|
|
375
377
|
ThumbsUp: '@telus-uds/palette-allium/build/rn/icons/thumbs-up.icon.svg',
|
|
378
|
+
ThumbsUpFill: '@telus-uds/palette-allium/build/rn/icons/thumbs-up-fill.icon.svg',
|
|
376
379
|
Time: '@telus-uds/palette-allium/build/rn/icons/time.icon.svg',
|
|
377
380
|
Times: '@telus-uds/palette-allium/build/rn/icons/times.icon.svg',
|
|
378
381
|
TowTruck: '@telus-uds/palette-allium/build/rn/icons/tow-truck.icon.svg',
|
|
@@ -417,12 +420,16 @@ module.exports = {
|
|
|
417
420
|
ratio9to7: 1.28571428571,
|
|
418
421
|
ratio9to8: 1.125
|
|
419
422
|
},
|
|
420
|
-
opacity: {
|
|
423
|
+
opacity: {
|
|
424
|
+
opacity10: 1
|
|
425
|
+
},
|
|
421
426
|
radius: {
|
|
422
427
|
none: 0,
|
|
423
428
|
pill32: 32,
|
|
424
429
|
radius1: 1,
|
|
425
430
|
radius12: 12,
|
|
431
|
+
radius16: 16,
|
|
432
|
+
radius24: 24,
|
|
426
433
|
radius32: 32,
|
|
427
434
|
radius4: 4,
|
|
428
435
|
radius6: 6,
|
|
@@ -488,19 +495,23 @@ module.exports = {
|
|
|
488
495
|
size14: 14,
|
|
489
496
|
size140: 140,
|
|
490
497
|
size144: 144,
|
|
498
|
+
size15: 15,
|
|
491
499
|
size16: 16,
|
|
492
500
|
size168: 168,
|
|
493
501
|
size184: 184,
|
|
494
502
|
size192: 192,
|
|
495
503
|
size2: 2,
|
|
496
504
|
size20: 20,
|
|
505
|
+
size22: 22,
|
|
497
506
|
size24: 24,
|
|
507
|
+
size26: 26,
|
|
498
508
|
size264: 264,
|
|
499
509
|
size28: 28,
|
|
500
510
|
size288: 288,
|
|
501
511
|
size3: 3,
|
|
502
512
|
size32: 32,
|
|
503
513
|
size320: 320,
|
|
514
|
+
size35: 35,
|
|
504
515
|
size36: 36,
|
|
505
516
|
size4: 4,
|
|
506
517
|
size40: 40,
|
|
@@ -511,6 +522,7 @@ module.exports = {
|
|
|
511
522
|
size576: 576,
|
|
512
523
|
size630: 630,
|
|
513
524
|
size64: 64,
|
|
525
|
+
size640: 640,
|
|
514
526
|
size72: 72,
|
|
515
527
|
size768: 768,
|
|
516
528
|
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/v2_18_0-HelveticaNow-300-d-F4NakEUGpyoquqRCSHw.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/v2_18_0-HelveticaNow-400-Quv5Xb5THijL9W5QKDxVo.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/v2_18_0-HelveticaNow-500-RIq6_f-av8d1idQH4kV-q.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/v2_18_0-HelveticaNow-700-hhVFEO-7g_sATTHsQhOYz.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/v2_18_0-HelveticaNowOTF-400-e689NMs5f9f2ZMxgim47p.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/v2_18_0-HelveticaNowOTF-500-pd85ysMsDJ1es2fhR6006.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/v2_18_0-HelveticaNowOTF-700-OU3N_EwAMFFslECOZjq4n.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/v2_18_0-HelveticaNow-300-d-F4NakEUGpyoquqRCSHw.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/v2_18_0-HelveticaNow-400-Quv5Xb5THijL9W5QKDxVo.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/v2_18_0-HelveticaNow-500-RIq6_f-av8d1idQH4kV-q.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/v2_18_0-HelveticaNow-700-hhVFEO-7g_sATTHsQhOYz.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/v2_18_0-HelveticaNowOTF-400-e689NMs5f9f2ZMxgim47p.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/v2_18_0-HelveticaNowOTF-500-pd85ysMsDJ1es2fhR6006.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/v2_18_0-HelveticaNowOTF-700-OU3N_EwAMFFslECOZjq4n.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('./v2_18_0-HelveticaNow-300-d-F4NakEUGpyoquqRCSHw.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('./v2_18_0-HelveticaNow-400-Quv5Xb5THijL9W5QKDxVo.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('./v2_18_0-HelveticaNow-500-RIq6_f-av8d1idQH4kV-q.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('./v2_18_0-HelveticaNow-700-hhVFEO-7g_sATTHsQhOYz.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('./v2_18_0-HelveticaNowOTF-400-e689NMs5f9f2ZMxgim47p.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('./v2_18_0-HelveticaNowOTF-500-pd85ysMsDJ1es2fhR6006.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('./v2_18_0-HelveticaNowOTF-700-OU3N_EwAMFFslECOZjq4n.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('./v2_18_0-HelveticaNow-300-d-F4NakEUGpyoquqRCSHw.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'HelveticaNow400normal';
|
|
8
|
-
src: url('./
|
|
8
|
+
src: url('./v2_18_0-HelveticaNow-400-Quv5Xb5THijL9W5QKDxVo.woff');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'HelveticaNow500normal';
|
|
13
|
-
src: url('./
|
|
13
|
+
src: url('./v2_18_0-HelveticaNow-500-RIq6_f-av8d1idQH4kV-q.woff');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'HelveticaNow700normal';
|
|
18
|
-
src: url('./
|
|
18
|
+
src: url('./v2_18_0-HelveticaNow-700-hhVFEO-7g_sATTHsQhOYz.woff');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'HelveticaNowOTF400normal';
|
|
23
|
-
src: url('./
|
|
23
|
+
src: url('./v2_18_0-HelveticaNowOTF-400-e689NMs5f9f2ZMxgim47p.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
26
26
|
@font-face {
|
|
27
27
|
font-family: 'HelveticaNowOTF500normal';
|
|
28
|
-
src: url('./
|
|
28
|
+
src: url('./v2_18_0-HelveticaNowOTF-500-pd85ysMsDJ1es2fhR6006.otf');
|
|
29
29
|
font-display: block;
|
|
30
30
|
}
|
|
31
31
|
@font-face {
|
|
32
32
|
font-family: 'HelveticaNowOTF700normal';
|
|
33
|
-
src: url('./
|
|
33
|
+
src: url('./v2_18_0-HelveticaNowOTF-700-OU3N_EwAMFFslECOZjq4n.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 Wed, 17 May 2023 00:17:06 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -60,15 +60,15 @@ module.exports = {
|
|
|
60
60
|
},
|
|
61
61
|
font: {
|
|
62
62
|
HelveticaNow: {
|
|
63
|
-
300: 'https://cdn.telus.digital/uds/
|
|
64
|
-
400: 'https://cdn.telus.digital/uds/
|
|
65
|
-
500: 'https://cdn.telus.digital/uds/
|
|
66
|
-
700: 'https://cdn.telus.digital/uds/
|
|
63
|
+
300: 'https://cdn.telus.digital/uds/v2_18_0-HelveticaNow-300-d-F4NakEUGpyoquqRCSHw.otf',
|
|
64
|
+
400: 'https://cdn.telus.digital/uds/v2_18_0-HelveticaNow-400-Quv5Xb5THijL9W5QKDxVo.woff',
|
|
65
|
+
500: 'https://cdn.telus.digital/uds/v2_18_0-HelveticaNow-500-RIq6_f-av8d1idQH4kV-q.woff',
|
|
66
|
+
700: 'https://cdn.telus.digital/uds/v2_18_0-HelveticaNow-700-hhVFEO-7g_sATTHsQhOYz.woff'
|
|
67
67
|
},
|
|
68
68
|
HelveticaNowOTF: {
|
|
69
|
-
400: 'https://cdn.telus.digital/uds/
|
|
70
|
-
500: 'https://cdn.telus.digital/uds/
|
|
71
|
-
700: 'https://cdn.telus.digital/uds/
|
|
69
|
+
400: 'https://cdn.telus.digital/uds/v2_18_0-HelveticaNowOTF-400-e689NMs5f9f2ZMxgim47p.otf',
|
|
70
|
+
500: 'https://cdn.telus.digital/uds/v2_18_0-HelveticaNowOTF-500-pd85ysMsDJ1es2fhR6006.otf',
|
|
71
|
+
700: 'https://cdn.telus.digital/uds/v2_18_0-HelveticaNowOTF-700-OU3N_EwAMFFslECOZjq4n.otf'
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
fontSize: {
|
|
@@ -307,7 +307,10 @@ module.exports = {
|
|
|
307
307
|
Tablet: '@telus-uds/palette-allium/build/web/icons/tablet.icon.svg',
|
|
308
308
|
Target: '@telus-uds/palette-allium/build/web/icons/target.icon.svg',
|
|
309
309
|
Tasks: '@telus-uds/palette-allium/build/web/icons/tasks.icon.svg',
|
|
310
|
+
ThumbsDown: '@telus-uds/palette-allium/build/web/icons/thumbs-down.icon.svg',
|
|
311
|
+
ThumbsDownFill: '@telus-uds/palette-allium/build/web/icons/thumbs-down-fill.icon.svg',
|
|
310
312
|
ThumbsUp: '@telus-uds/palette-allium/build/web/icons/thumbs-up.icon.svg',
|
|
313
|
+
ThumbsUpFill: '@telus-uds/palette-allium/build/web/icons/thumbs-up-fill.icon.svg',
|
|
311
314
|
Time: '@telus-uds/palette-allium/build/web/icons/time.icon.svg',
|
|
312
315
|
Times: '@telus-uds/palette-allium/build/web/icons/times.icon.svg',
|
|
313
316
|
TowTruck: '@telus-uds/palette-allium/build/web/icons/tow-truck.icon.svg',
|
|
@@ -352,12 +355,16 @@ module.exports = {
|
|
|
352
355
|
ratio9to7: 1.28571428571,
|
|
353
356
|
ratio9to8: 1.125
|
|
354
357
|
},
|
|
355
|
-
opacity: {
|
|
358
|
+
opacity: {
|
|
359
|
+
opacity10: 1
|
|
360
|
+
},
|
|
356
361
|
radius: {
|
|
357
362
|
none: '0px',
|
|
358
363
|
pill32: '32px',
|
|
359
364
|
radius1: '1px',
|
|
360
365
|
radius12: '12px',
|
|
366
|
+
radius16: '16px',
|
|
367
|
+
radius24: '24px',
|
|
361
368
|
radius32: '32px',
|
|
362
369
|
radius4: '4px',
|
|
363
370
|
radius6: '6px',
|
|
@@ -381,19 +388,23 @@ module.exports = {
|
|
|
381
388
|
size14: '14px',
|
|
382
389
|
size140: '140px',
|
|
383
390
|
size144: '144px',
|
|
391
|
+
size15: '15px',
|
|
384
392
|
size16: '16px',
|
|
385
393
|
size168: '168px',
|
|
386
394
|
size184: '184px',
|
|
387
395
|
size192: '192px',
|
|
388
396
|
size2: '2px',
|
|
389
397
|
size20: '20px',
|
|
398
|
+
size22: '22px',
|
|
390
399
|
size24: '24px',
|
|
400
|
+
size26: '26px',
|
|
391
401
|
size264: '264px',
|
|
392
402
|
size28: '28px',
|
|
393
403
|
size288: '288px',
|
|
394
404
|
size3: '3px',
|
|
395
405
|
size32: '32px',
|
|
396
406
|
size320: '320px',
|
|
407
|
+
size35: '35px',
|
|
397
408
|
size36: '36px',
|
|
398
409
|
size4: '4px',
|
|
399
410
|
size40: '40px',
|
|
@@ -404,6 +415,7 @@ module.exports = {
|
|
|
404
415
|
size576: '576px',
|
|
405
416
|
size630: '630px',
|
|
406
417
|
size64: '64px',
|
|
418
|
+
size640: '640px',
|
|
407
419
|
size72: '72px',
|
|
408
420
|
size768: '768px',
|
|
409
421
|
size8: '8px',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/palette-allium",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.18.0",
|
|
4
4
|
"description": "Telus(Allium) palette",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"keywords": [
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
"url": "https://github.com/telus/allium-design-system/issues"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@telus-uds/system-tokens": "^0.7.
|
|
30
|
+
"@telus-uds/system-tokens": "^0.7.5"
|
|
31
31
|
}
|
|
32
32
|
}
|
package/palette.json
CHANGED
|
@@ -1240,10 +1240,22 @@
|
|
|
1240
1240
|
"tags": ["Decorative", "General"],
|
|
1241
1241
|
"value": "icon/tasks.svg"
|
|
1242
1242
|
},
|
|
1243
|
+
"ThumbsDown": {
|
|
1244
|
+
"tags": ["Decorative", "General"],
|
|
1245
|
+
"value": "icon/thumbs-down.svg"
|
|
1246
|
+
},
|
|
1247
|
+
"ThumbsDownFill": {
|
|
1248
|
+
"tags": ["Decorative", "General"],
|
|
1249
|
+
"value": "icon/thumbs-down-fill.svg"
|
|
1250
|
+
},
|
|
1243
1251
|
"ThumbsUp": {
|
|
1244
1252
|
"tags": ["Decorative", "General"],
|
|
1245
1253
|
"value": "icon/thumbs-up.svg"
|
|
1246
1254
|
},
|
|
1255
|
+
"ThumbsUpFill": {
|
|
1256
|
+
"tags": ["Decorative", "General"],
|
|
1257
|
+
"value": "icon/thumbs-up-fill.svg"
|
|
1258
|
+
},
|
|
1247
1259
|
"Time": {
|
|
1248
1260
|
"tags": ["Decorative", "General"],
|
|
1249
1261
|
"value": "icon/time.svg"
|
|
@@ -1393,7 +1405,11 @@
|
|
|
1393
1405
|
},
|
|
1394
1406
|
"opacity": {
|
|
1395
1407
|
"description": "currently unused",
|
|
1396
|
-
"values": {
|
|
1408
|
+
"values": {
|
|
1409
|
+
"opacity10": {
|
|
1410
|
+
"value": 1
|
|
1411
|
+
}
|
|
1412
|
+
}
|
|
1397
1413
|
},
|
|
1398
1414
|
"radius": {
|
|
1399
1415
|
"values": {
|
|
@@ -1412,6 +1428,14 @@
|
|
|
1412
1428
|
"description": "Use for ProgressBar",
|
|
1413
1429
|
"value": 12
|
|
1414
1430
|
},
|
|
1431
|
+
"radius16": {
|
|
1432
|
+
"description": "Use for horizontial padding bottom of VideoPickerThumbnail",
|
|
1433
|
+
"value": 16
|
|
1434
|
+
},
|
|
1435
|
+
"radius24": {
|
|
1436
|
+
"description": "Use for framed horizontial padding bottom of VideoPickerThumbnail",
|
|
1437
|
+
"value": 24
|
|
1438
|
+
},
|
|
1415
1439
|
"radius32": {
|
|
1416
1440
|
"value": 32
|
|
1417
1441
|
},
|
|
@@ -1534,6 +1558,10 @@
|
|
|
1534
1558
|
"description": "24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
|
|
1535
1559
|
"value": 144
|
|
1536
1560
|
},
|
|
1561
|
+
"size15": {
|
|
1562
|
+
"description": "For special top property for strike through used in PriceLockup",
|
|
1563
|
+
"value": 15
|
|
1564
|
+
},
|
|
1537
1565
|
"size16": {
|
|
1538
1566
|
"value": 16
|
|
1539
1567
|
},
|
|
@@ -1557,9 +1585,16 @@
|
|
|
1557
1585
|
"size20": {
|
|
1558
1586
|
"value": 20
|
|
1559
1587
|
},
|
|
1588
|
+
"size22": {
|
|
1589
|
+
"description": "For special top property for strike through used in PriceLockup",
|
|
1590
|
+
"value": 22
|
|
1591
|
+
},
|
|
1560
1592
|
"size24": {
|
|
1561
1593
|
"value": 24
|
|
1562
1594
|
},
|
|
1595
|
+
"size26": {
|
|
1596
|
+
"value": 26
|
|
1597
|
+
},
|
|
1563
1598
|
"size264": {
|
|
1564
1599
|
"description": "24 x 11. This is the widest token for widths where four columns with up to size24 spacing can be reliably accomodated at `xl` viewport. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
|
|
1565
1600
|
"value": 264
|
|
@@ -1582,6 +1617,9 @@
|
|
|
1582
1617
|
"description": "Modal width option",
|
|
1583
1618
|
"value": 320
|
|
1584
1619
|
},
|
|
1620
|
+
"size35": {
|
|
1621
|
+
"value": 35
|
|
1622
|
+
},
|
|
1585
1623
|
"size36": {
|
|
1586
1624
|
"value": 36
|
|
1587
1625
|
},
|
|
@@ -1616,6 +1654,10 @@
|
|
|
1616
1654
|
"size64": {
|
|
1617
1655
|
"value": 64
|
|
1618
1656
|
},
|
|
1657
|
+
"size640": {
|
|
1658
|
+
"description": "Max height for VideoPicker framedContainer, PlayerContainer and ListContainer",
|
|
1659
|
+
"value": 640
|
|
1660
|
+
},
|
|
1619
1661
|
"size72": {
|
|
1620
1662
|
"value": 72
|
|
1621
1663
|
},
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|