@telus-uds/palette-koodo 0.23.0 → 0.24.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/TooltipSymbol.js +26 -0
- package/build/rn/icons/TooltipSymbol.native.js +26 -0
- package/build/rn/icons/index.js +1 -0
- package/build/rn/icons/tooltip-symbol.icon.svg +3 -0
- package/build/rn/palette.js +3 -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/TooltipSymbol.js +26 -0
- package/build/web/icons/index.js +1 -0
- package/build/web/icons/tooltip-symbol.icon.svg +3 -0
- package/build/web/palette.js +8 -6
- package/package.json +1 -1
- package/palette.json +7 -0
- /package/build/web/fonts/{v0_23_0-StagSans-300-sCMaZHMHAe27vDQRAOeN1.otf → v0_24_0-StagSans-300-W1SG_axgCmVDImjuZdsJM.otf} +0 -0
- /package/build/web/fonts/{v0_23_0-StagSans-400-WJNU98crO9tJYJeH-bBG5.otf → v0_24_0-StagSans-400-5QvzXovEsClwJ-xOPPpWh.otf} +0 -0
- /package/build/web/fonts/{v0_23_0-StagSans-500-XWsooPlmA2mFU9GmLrD98.otf → v0_24_0-StagSans-500-3YFrSAUsmiwoBNtVYs1b7.otf} +0 -0
- /package/build/web/fonts/{v0_23_0-StagSans-600-t9gJiMPEczUrSjrwNPYlr.otf → v0_24_0-StagSans-600-DCbBrtLTL4Ra9UOnfxJPB.otf} +0 -0
- /package/build/web/fonts/{v0_23_0-StagSans-700-DpcxNhX64bhMZK30cFmMA.otf → v0_24_0-StagSans-700-X6RX2UqTlguD2E-qLi_8V.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 Fri,
|
|
5
|
+
Generated on Fri, 21 Jul 2023 00:47: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 Fri,
|
|
7
|
+
// Generated on Fri, 21 Jul 2023 00:47: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: "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
package/build/rn/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri,
|
|
3
|
+
* Generated on Fri, 21 Jul 2023 00:47:31 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -197,6 +197,7 @@ module.exports = {
|
|
|
197
197
|
TimesCircled: '@telus-uds/palette-koodo/build/rn/icons/times-circled.icon.svg',
|
|
198
198
|
ToolTipFilled: '@telus-uds/palette-koodo/build/rn/icons/tool-tip-filled.icon.svg',
|
|
199
199
|
Tooltip: '@telus-uds/palette-koodo/build/rn/icons/tooltip.icon.svg',
|
|
200
|
+
TooltipSymbol: '@telus-uds/palette-koodo/build/rn/icons/tooltip-symbol.icon.svg',
|
|
200
201
|
Unmuted: '@telus-uds/palette-koodo/build/rn/icons/unmuted.icon.svg'
|
|
201
202
|
},
|
|
202
203
|
letterSpacing: {
|
|
@@ -238,6 +239,7 @@ module.exports = {
|
|
|
238
239
|
pill32: 32,
|
|
239
240
|
radius1: 1,
|
|
240
241
|
radius12: 12,
|
|
242
|
+
radius2: 2,
|
|
241
243
|
radius24: 24,
|
|
242
244
|
radius4: 4,
|
|
243
245
|
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_24_0-StagSans-300-W1SG_axgCmVDImjuZdsJM.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_24_0-StagSans-400-5QvzXovEsClwJ-xOPPpWh.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_24_0-StagSans-500-3YFrSAUsmiwoBNtVYs1b7.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_24_0-StagSans-600-DCbBrtLTL4Ra9UOnfxJPB.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_24_0-StagSans-700-X6RX2UqTlguD2E-qLi_8V.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_24_0-StagSans-300-W1SG_axgCmVDImjuZdsJM.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_24_0-StagSans-400-5QvzXovEsClwJ-xOPPpWh.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_24_0-StagSans-500-3YFrSAUsmiwoBNtVYs1b7.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_24_0-StagSans-600-DCbBrtLTL4Ra9UOnfxJPB.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_24_0-StagSans-700-X6RX2UqTlguD2E-qLi_8V.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_24_0-StagSans-300-W1SG_axgCmVDImjuZdsJM.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_24_0-StagSans-400-5QvzXovEsClwJ-xOPPpWh.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_24_0-StagSans-500-3YFrSAUsmiwoBNtVYs1b7.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_24_0-StagSans-600-DCbBrtLTL4Ra9UOnfxJPB.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_24_0-StagSans-700-X6RX2UqTlguD2E-qLi_8V.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_24_0-StagSans-300-W1SG_axgCmVDImjuZdsJM.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'StagSans400normal';
|
|
8
|
-
src: url('./
|
|
8
|
+
src: url('./v0_24_0-StagSans-400-5QvzXovEsClwJ-xOPPpWh.otf');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'StagSans500normal';
|
|
13
|
-
src: url('./
|
|
13
|
+
src: url('./v0_24_0-StagSans-500-3YFrSAUsmiwoBNtVYs1b7.otf');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'StagSans600normal';
|
|
18
|
-
src: url('./
|
|
18
|
+
src: url('./v0_24_0-StagSans-600-DCbBrtLTL4Ra9UOnfxJPB.otf');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'StagSans700normal';
|
|
23
|
-
src: url('./
|
|
23
|
+
src: url('./v0_24_0-StagSans-700-X6RX2UqTlguD2E-qLi_8V.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: "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
package/build/web/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri,
|
|
3
|
+
* Generated on Fri, 21 Jul 2023 00:47: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_24_0-StagSans-300-W1SG_axgCmVDImjuZdsJM.otf',
|
|
75
|
+
400: 'https://cdn.telus.digital/uds/v0_24_0-StagSans-400-5QvzXovEsClwJ-xOPPpWh.otf',
|
|
76
|
+
500: 'https://cdn.telus.digital/uds/v0_24_0-StagSans-500-3YFrSAUsmiwoBNtVYs1b7.otf',
|
|
77
|
+
600: 'https://cdn.telus.digital/uds/v0_24_0-StagSans-600-DCbBrtLTL4Ra9UOnfxJPB.otf',
|
|
78
|
+
700: 'https://cdn.telus.digital/uds/v0_24_0-StagSans-700-X6RX2UqTlguD2E-qLi_8V.otf'
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
fontSize: {
|
|
@@ -184,6 +184,7 @@ module.exports = {
|
|
|
184
184
|
TimesCircled: '@telus-uds/palette-koodo/build/web/icons/times-circled.icon.svg',
|
|
185
185
|
ToolTipFilled: '@telus-uds/palette-koodo/build/web/icons/tool-tip-filled.icon.svg',
|
|
186
186
|
Tooltip: '@telus-uds/palette-koodo/build/web/icons/tooltip.icon.svg',
|
|
187
|
+
TooltipSymbol: '@telus-uds/palette-koodo/build/web/icons/tooltip-symbol.icon.svg',
|
|
187
188
|
Unmuted: '@telus-uds/palette-koodo/build/web/icons/unmuted.icon.svg'
|
|
188
189
|
},
|
|
189
190
|
letterSpacing: {
|
|
@@ -225,6 +226,7 @@ module.exports = {
|
|
|
225
226
|
pill32: '32px',
|
|
226
227
|
radius1: '1px',
|
|
227
228
|
radius12: '12px',
|
|
229
|
+
radius2: '2px',
|
|
228
230
|
radius24: '24px',
|
|
229
231
|
radius4: '4px',
|
|
230
232
|
radius48: '48px',
|
package/package.json
CHANGED
package/palette.json
CHANGED
|
@@ -709,6 +709,10 @@
|
|
|
709
709
|
"tags": ["General"],
|
|
710
710
|
"value": "icon/tooltip.svg"
|
|
711
711
|
},
|
|
712
|
+
"TooltipSymbol": {
|
|
713
|
+
"tags": ["General"],
|
|
714
|
+
"value": "icon/tooltip-symbol.svg"
|
|
715
|
+
},
|
|
712
716
|
"Unmuted": {
|
|
713
717
|
"tags": ["Interface", "VideoPlayer"],
|
|
714
718
|
"value": "icon/unmuted.svg"
|
|
@@ -826,6 +830,9 @@
|
|
|
826
830
|
"radius12": {
|
|
827
831
|
"value": 12
|
|
828
832
|
},
|
|
833
|
+
"radius2": {
|
|
834
|
+
"value": 2
|
|
835
|
+
},
|
|
829
836
|
"radius24": {
|
|
830
837
|
"value": 24
|
|
831
838
|
},
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|