@telus-uds/palette-koodo 3.0.0 → 3.1.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/CHANGELOG.json +22 -1
- package/CHANGELOG.md +11 -2
- package/build/android/border.xml +1 -1
- package/build/android/color.xml +1 -1
- package/build/android/font_size.xml +1 -1
- package/build/android/radius.xml +1 -1
- package/build/android/size.xml +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 +1 -1
- package/build/ios/Size.swift +2 -1
- package/build/rn/icons/Bullet.js +1 -1
- package/build/rn/icons/Bullet.native.js +1 -1
- package/build/rn/icons/Profile.js +28 -0
- package/build/rn/icons/Profile.native.js +27 -0
- package/build/rn/icons/bullet.icon.svg +1 -1
- package/build/rn/icons/index.js +1 -0
- package/build/rn/icons/profile.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/Bullet.js +1 -1
- package/build/web/icons/Profile.js +28 -0
- package/build/web/icons/bullet.icon.svg +1 -1
- package/build/web/icons/index.js +1 -0
- package/build/web/icons/profile.icon.svg +3 -0
- package/build/web/palette.js +8 -6
- package/icon/bullet.svg +1 -1
- package/icon/profile.svg +3 -0
- package/package.json +1 -1
- package/palette.json +7 -0
- /package/build/web/fonts/{StagSans-Bold-v3_0_0.otf → StagSans-Bold-v3_1_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Light-v3_0_0.otf → StagSans-Light-v3_1_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Medium-v3_0_0.otf → StagSans-Medium-v3_1_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Regular-v3_0_0.otf → StagSans-Regular-v3_1_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Semibold-v3_0_0.otf → StagSans-Semibold-v3_1_0.otf} +0 -0
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,28 @@
|
|
|
2
2
|
"name": "@telus-uds/palette-koodo",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Fri,
|
|
5
|
+
"date": "Fri, 14 Feb 2025 18:59:39 GMT",
|
|
6
|
+
"tag": "@telus-uds/palette-koodo_v3.1.0",
|
|
7
|
+
"version": "3.1.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "Mauricio.BatresMontejo@telus.com",
|
|
12
|
+
"package": "@telus-uds/palette-koodo",
|
|
13
|
+
"commit": "13fb00fb312d9e3f803cc406366ca7b273f65c51",
|
|
14
|
+
"comment": "`Icon`: adding the icon `profile` to the palette."
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "Mauricio.BatresMontejo@telus.com",
|
|
18
|
+
"package": "@telus-uds/palette-koodo",
|
|
19
|
+
"commit": "13fb00fb312d9e3f803cc406366ca7b273f65c51",
|
|
20
|
+
"comment": "`Link`: adding new bullet svg to the pallete"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Fri, 31 Jan 2025 20:53:28 GMT",
|
|
6
27
|
"tag": "@telus-uds/palette-koodo_v3.0.0",
|
|
7
28
|
"version": "3.0.0",
|
|
8
29
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @telus-uds/palette-koodo
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri,
|
|
3
|
+
This log was last generated on Fri, 14 Feb 2025 18:59:39 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 3.1.0
|
|
8
|
+
|
|
9
|
+
Fri, 14 Feb 2025 18:59:39 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- `Icon`: adding the icon `profile` to the palette. (Mauricio.BatresMontejo@telus.com)
|
|
14
|
+
- `Link`: adding new bullet svg to the pallete (Mauricio.BatresMontejo@telus.com)
|
|
15
|
+
|
|
7
16
|
## 3.0.0
|
|
8
17
|
|
|
9
|
-
Fri, 31 Jan 2025 20:
|
|
18
|
+
Fri, 31 Jan 2025 20:53:28 GMT
|
|
10
19
|
|
|
11
20
|
### Major changes
|
|
12
21
|
|
package/build/android/border.xml
CHANGED
package/build/android/color.xml
CHANGED
package/build/android/radius.xml
CHANGED
package/build/android/size.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on Fri,
|
|
5
|
+
Generated on Fri, 14 Feb 2025 19:02:01 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
<dimen name="size_24">24.00dp</dimen>
|
|
30
30
|
<dimen name="size_26">26.00dp</dimen>
|
|
31
31
|
<dimen name="size_27">27.00dp</dimen>
|
|
32
|
+
<dimen name="size_28">28.00dp</dimen>
|
|
32
33
|
<dimen name="size_288">288.00dp</dimen>
|
|
33
34
|
<dimen name="size_3">3.00dp</dimen>
|
|
34
35
|
<dimen name="size_32">32.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
package/build/ios/Size.swift
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on Fri,
|
|
7
|
+
// Generated on Fri, 14 Feb 2025 19:02:01 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -33,6 +33,7 @@ public enum PaletteSize {
|
|
|
33
33
|
public static let size24 = CGFloat(24)
|
|
34
34
|
public static let size26 = CGFloat(26)
|
|
35
35
|
public static let size27 = CGFloat(27)
|
|
36
|
+
public static let size28 = CGFloat(28)
|
|
36
37
|
public static let size288 = CGFloat(288)
|
|
37
38
|
public static let size3 = CGFloat(3)
|
|
38
39
|
public static let size32 = CGFloat(32)
|
package/build/rn/icons/Bullet.js
CHANGED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
...props
|
|
10
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
|
11
|
+
...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: "M12 20.5c2.06 0 3.948-.732 5.419-1.951a5.469 5.469 0 0 0-10.608.184A8.463 8.463 0 0 0 12 20.5Zm.138-8.5a7.966 7.966 0 0 1 7.13 4.41 8.5 8.5 0 1 0-14.38.249A7.968 7.968 0 0 1 12.139 12ZM12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-12.004a2.933 2.933 0 1 0 0-5.867 2.933 2.933 0 0 0 0 5.867Z",
|
|
26
|
+
clipRule: "evenodd"
|
|
27
|
+
})]
|
|
28
|
+
});
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
|
|
12
|
+
...props,
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
17
|
+
fill: color,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M12 20.5c2.06 0 3.948-.732 5.419-1.951a5.469 5.469 0 0 0-10.608.184A8.463 8.463 0 0 0 12 20.5Zm.138-8.5a7.966 7.966 0 0 1 7.13 4.41 8.5 8.5 0 1 0-14.38.249A7.968 7.968 0 0 1 12.139 12ZM12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-12.004a2.933 2.933 0 1 0 0-5.867 2.933 2.933 0 0 0 0 5.867Z",
|
|
25
|
+
clipRule: "evenodd"
|
|
26
|
+
})]
|
|
27
|
+
});
|
package/build/rn/icons/index.js
CHANGED
|
@@ -72,6 +72,7 @@ module.exports = {
|
|
|
72
72
|
PlugPlay: require('./PlugPlay'),
|
|
73
73
|
Preference: require('./Preference'),
|
|
74
74
|
Price: require('./Price'),
|
|
75
|
+
Profile: require('./Profile'),
|
|
75
76
|
Question: require('./Question'),
|
|
76
77
|
QuestionFilled: require('./QuestionFilled'),
|
|
77
78
|
QuoteLeft: require('./QuoteLeft'),
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" d="M12 20.5c2.06 0 3.948-.732 5.419-1.951a5.469 5.469 0 0 0-10.608.184A8.463 8.463 0 0 0 12 20.5Zm.138-8.5a7.966 7.966 0 0 1 7.13 4.41 8.5 8.5 0 1 0-14.38.249A7.968 7.968 0 0 1 12.139 12ZM12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-12.004a2.933 2.933 0 1 0 0-5.867 2.933 2.933 0 0 0 0 5.867Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
package/build/rn/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri,
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 19:02:03 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -189,6 +189,7 @@ module.exports = {
|
|
|
189
189
|
PlugPlay: '@telus-uds/palette-koodo/build/rn/icons/plug-play.icon.svg',
|
|
190
190
|
Preference: '@telus-uds/palette-koodo/build/rn/icons/preference.icon.svg',
|
|
191
191
|
Price: '@telus-uds/palette-koodo/build/rn/icons/price.icon.svg',
|
|
192
|
+
Profile: '@telus-uds/palette-koodo/build/rn/icons/profile.icon.svg',
|
|
192
193
|
Question: '@telus-uds/palette-koodo/build/rn/icons/question.icon.svg',
|
|
193
194
|
QuestionFilled: '@telus-uds/palette-koodo/build/rn/icons/question-filled.icon.svg',
|
|
194
195
|
QuoteLeft: '@telus-uds/palette-koodo/build/rn/icons/quote-left.icon.svg',
|
|
@@ -345,6 +346,7 @@ module.exports = {
|
|
|
345
346
|
size24: 24,
|
|
346
347
|
size26: 26,
|
|
347
348
|
size27: 27,
|
|
349
|
+
size28: 28,
|
|
348
350
|
size288: 288,
|
|
349
351
|
size3: 3,
|
|
350
352
|
size32: 32,
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans';
|
|
3
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Light-
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_1_0.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/StagSans-Regular-
|
|
10
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Regular-v3_1_0.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/StagSans-Medium-
|
|
17
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Medium-v3_1_0.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/StagSans-Semibold-
|
|
24
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Semibold-v3_1_0.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/StagSans-Bold-
|
|
31
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Bold-v3_1_0.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/StagSans-Light-
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_1_0.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/StagSans-Regular-
|
|
8
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Regular-v3_1_0.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/StagSans-Medium-
|
|
13
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Medium-v3_1_0.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/StagSans-Semibold-
|
|
18
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Semibold-v3_1_0.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/StagSans-Bold-
|
|
23
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Bold-v3_1_0.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans';
|
|
3
|
-
src: url('./StagSans-Light-
|
|
3
|
+
src: url('./StagSans-Light-v3_1_0.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('./StagSans-Regular-
|
|
10
|
+
src: url('./StagSans-Regular-v3_1_0.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('./StagSans-Medium-
|
|
17
|
+
src: url('./StagSans-Medium-v3_1_0.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('./StagSans-Semibold-
|
|
24
|
+
src: url('./StagSans-Semibold-v3_1_0.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('./StagSans-Bold-
|
|
31
|
+
src: url('./StagSans-Bold-v3_1_0.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('./StagSans-Light-
|
|
3
|
+
src: url('./StagSans-Light-v3_1_0.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'StagSans400normal';
|
|
8
|
-
src: url('./StagSans-Regular-
|
|
8
|
+
src: url('./StagSans-Regular-v3_1_0.otf');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'StagSans500normal';
|
|
13
|
-
src: url('./StagSans-Medium-
|
|
13
|
+
src: url('./StagSans-Medium-v3_1_0.otf');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'StagSans600normal';
|
|
18
|
-
src: url('./StagSans-Semibold-
|
|
18
|
+
src: url('./StagSans-Semibold-v3_1_0.otf');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'StagSans700normal';
|
|
23
|
-
src: url('./StagSans-Bold-
|
|
23
|
+
src: url('./StagSans-Bold-v3_1_0.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
...props
|
|
10
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
|
11
|
+
...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: "M12 20.5c2.06 0 3.948-.732 5.419-1.951a5.469 5.469 0 0 0-10.608.184A8.463 8.463 0 0 0 12 20.5Zm.138-8.5a7.966 7.966 0 0 1 7.13 4.41 8.5 8.5 0 1 0-14.38.249A7.968 7.968 0 0 1 12.139 12ZM12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-12.004a2.933 2.933 0 1 0 0-5.867 2.933 2.933 0 0 0 0 5.867Z",
|
|
26
|
+
clipRule: "evenodd"
|
|
27
|
+
})]
|
|
28
|
+
});
|
package/build/web/icons/index.js
CHANGED
|
@@ -72,6 +72,7 @@ module.exports = {
|
|
|
72
72
|
PlugPlay: require('./PlugPlay'),
|
|
73
73
|
Preference: require('./Preference'),
|
|
74
74
|
Price: require('./Price'),
|
|
75
|
+
Profile: require('./Profile'),
|
|
75
76
|
Question: require('./Question'),
|
|
76
77
|
QuestionFilled: require('./QuestionFilled'),
|
|
77
78
|
QuoteLeft: require('./QuoteLeft'),
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" d="M12 20.5c2.06 0 3.948-.732 5.419-1.951a5.469 5.469 0 0 0-10.608.184A8.463 8.463 0 0 0 12 20.5Zm.138-8.5a7.966 7.966 0 0 1 7.13 4.41 8.5 8.5 0 1 0-14.38.249A7.968 7.968 0 0 1 12.139 12ZM12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-12.004a2.933 2.933 0 1 0 0-5.867 2.933 2.933 0 0 0 0 5.867Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
package/build/web/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri,
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 19:02:01 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -69,11 +69,11 @@ module.exports = {
|
|
|
69
69
|
},
|
|
70
70
|
font: {
|
|
71
71
|
StagSans: {
|
|
72
|
-
300: 'https://cdn.telus.digital/uds/StagSans-Light-
|
|
73
|
-
400: 'https://cdn.telus.digital/uds/StagSans-Regular-
|
|
74
|
-
500: 'https://cdn.telus.digital/uds/StagSans-Medium-
|
|
75
|
-
600: 'https://cdn.telus.digital/uds/StagSans-Semibold-
|
|
76
|
-
700: 'https://cdn.telus.digital/uds/StagSans-Bold-
|
|
72
|
+
300: 'https://cdn.telus.digital/uds/StagSans-Light-v3_1_0.otf',
|
|
73
|
+
400: 'https://cdn.telus.digital/uds/StagSans-Regular-v3_1_0.otf',
|
|
74
|
+
500: 'https://cdn.telus.digital/uds/StagSans-Medium-v3_1_0.otf',
|
|
75
|
+
600: 'https://cdn.telus.digital/uds/StagSans-Semibold-v3_1_0.otf',
|
|
76
|
+
700: 'https://cdn.telus.digital/uds/StagSans-Bold-v3_1_0.otf'
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
fontSize: {
|
|
@@ -176,6 +176,7 @@ module.exports = {
|
|
|
176
176
|
PlugPlay: '@telus-uds/palette-koodo/build/web/icons/plug-play.icon.svg',
|
|
177
177
|
Preference: '@telus-uds/palette-koodo/build/web/icons/preference.icon.svg',
|
|
178
178
|
Price: '@telus-uds/palette-koodo/build/web/icons/price.icon.svg',
|
|
179
|
+
Profile: '@telus-uds/palette-koodo/build/web/icons/profile.icon.svg',
|
|
179
180
|
Question: '@telus-uds/palette-koodo/build/web/icons/question.icon.svg',
|
|
180
181
|
QuestionFilled: '@telus-uds/palette-koodo/build/web/icons/question-filled.icon.svg',
|
|
181
182
|
QuoteLeft: '@telus-uds/palette-koodo/build/web/icons/quote-left.icon.svg',
|
|
@@ -290,6 +291,7 @@ module.exports = {
|
|
|
290
291
|
size24: '24px',
|
|
291
292
|
size26: '26px',
|
|
292
293
|
size27: '27px',
|
|
294
|
+
size28: '28px',
|
|
293
295
|
size288: '288px',
|
|
294
296
|
size3: '3px',
|
|
295
297
|
size32: '32px',
|
package/icon/bullet.svg
CHANGED
package/icon/profile.svg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" d="M12 20.5c2.06 0 3.948-.732 5.419-1.951a5.469 5.469 0 0 0-10.608.184A8.463 8.463 0 0 0 12 20.5Zm.138-8.5a7.966 7.966 0 0 1 7.13 4.41 8.5 8.5 0 1 0-14.38.249A7.968 7.968 0 0 1 12.139 12ZM12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-12.004a2.933 2.933 0 1 0 0-5.867 2.933 2.933 0 0 0 0 5.867Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
package/package.json
CHANGED
package/palette.json
CHANGED
|
@@ -676,6 +676,10 @@
|
|
|
676
676
|
"tags": ["General"],
|
|
677
677
|
"value": "icon/price.svg"
|
|
678
678
|
},
|
|
679
|
+
"Profile": {
|
|
680
|
+
"tags": ["General"],
|
|
681
|
+
"value": "icon/profile.svg"
|
|
682
|
+
},
|
|
679
683
|
"Question": {
|
|
680
684
|
"tags": ["General"],
|
|
681
685
|
"value": "icon/question.svg"
|
|
@@ -1096,6 +1100,9 @@
|
|
|
1096
1100
|
"description": "For special top property for strike through used in PriceLockup",
|
|
1097
1101
|
"value": 27
|
|
1098
1102
|
},
|
|
1103
|
+
"size28": {
|
|
1104
|
+
"value": 28
|
|
1105
|
+
},
|
|
1099
1106
|
"size288": {
|
|
1100
1107
|
"value": 288
|
|
1101
1108
|
},
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|