@telus-uds/palette-koodo 3.6.1 → 3.7.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 +24 -1
- package/CHANGELOG.md +10 -2
- package/LICENSE +21 -0
- 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 +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 +1 -1
- package/build/ios/Size.swift +1 -1
- package/build/rn/icons/Close.js +1 -1
- package/build/rn/icons/Close.native.js +1 -1
- package/build/rn/icons/Hamburger.js +1 -1
- package/build/rn/icons/Hamburger.native.js +1 -1
- package/build/rn/icons/Spyglass.js +1 -1
- package/build/rn/icons/Spyglass.native.js +1 -1
- package/build/rn/icons/User.js +3 -1
- package/build/rn/icons/User.native.js +3 -1
- package/build/rn/icons/UserAdd.js +4 -4
- package/build/rn/icons/UserAdd.native.js +4 -4
- package/build/rn/icons/close.icon.svg +1 -1
- package/build/rn/icons/hamburger.icon.svg +1 -1
- package/build/rn/icons/spyglass.icon.svg +1 -1
- package/build/rn/icons/user-add.icon.svg +3 -3
- package/build/rn/icons/user.icon.svg +2 -1
- package/build/rn/palette.js +1 -1
- package/build/web/fonts/fonts-cdn-family.css +15 -15
- package/build/web/fonts/fonts-cdn.css +15 -15
- package/build/web/fonts/fonts-local-family.css +15 -15
- package/build/web/fonts/fonts-local.css +15 -15
- package/build/web/icons/Close.js +1 -1
- package/build/web/icons/Hamburger.js +1 -1
- package/build/web/icons/Spyglass.js +1 -1
- package/build/web/icons/User.js +3 -1
- package/build/web/icons/UserAdd.js +4 -4
- package/build/web/icons/close.icon.svg +1 -1
- package/build/web/icons/hamburger.icon.svg +1 -1
- package/build/web/icons/spyglass.icon.svg +1 -1
- package/build/web/icons/user-add.icon.svg +3 -3
- package/build/web/icons/user.icon.svg +2 -1
- package/build/web/palette.js +16 -16
- package/icon/close.svg +1 -1
- package/icon/hamburger.svg +1 -1
- package/icon/spyglass.svg +1 -1
- package/icon/user-add.svg +3 -3
- package/icon/user.svg +2 -1
- package/package.json +1 -1
- /package/build/web/fonts/{StagSans-Bold-v3_6_1.otf → StagSans-Bold-v3_7_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Bold-v3_6_1.woff → StagSans-Bold-v3_7_0.woff} +0 -0
- /package/build/web/fonts/{StagSans-Bold2-v3_6_1.woff2 → StagSans-Bold2-v3_7_0.woff2} +0 -0
- /package/build/web/fonts/{StagSans-Light-v3_6_1.otf → StagSans-Light-v3_7_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Light-v3_6_1.woff → StagSans-Light-v3_7_0.woff} +0 -0
- /package/build/web/fonts/{StagSans-Light2-v3_6_1.woff2 → StagSans-Light2-v3_7_0.woff2} +0 -0
- /package/build/web/fonts/{StagSans-Medium-v3_6_1.otf → StagSans-Medium-v3_7_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Medium-v3_6_1.woff → StagSans-Medium-v3_7_0.woff} +0 -0
- /package/build/web/fonts/{StagSans-Medium2-v3_6_1.woff2 → StagSans-Medium2-v3_7_0.woff2} +0 -0
- /package/build/web/fonts/{StagSans-Regular-v3_6_1.otf → StagSans-Regular-v3_7_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Regular-v3_6_1.woff → StagSans-Regular-v3_7_0.woff} +0 -0
- /package/build/web/fonts/{StagSans-Regular2-v3_6_1.woff2 → StagSans-Regular2-v3_7_0.woff2} +0 -0
- /package/build/web/fonts/{StagSans-Semibold-v3_6_1.otf → StagSans-Semibold-v3_7_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Semibold-v3_6_1.woff → StagSans-Semibold-v3_7_0.woff} +0 -0
- /package/build/web/fonts/{StagSans-Semibold2-v3_6_1.woff2 → StagSans-Semibold2-v3_7_0.woff2} +0 -0
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,30 @@
|
|
|
2
2
|
"name": "@telus-uds/palette-koodo",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 16 Sep 2025 21:19:36 GMT",
|
|
6
|
+
"tag": "@telus-uds/palette-koodo_v3.7.0",
|
|
7
|
+
"version": "3.7.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "35577399+JoshHC@users.noreply.github.com",
|
|
12
|
+
"package": "@telus-uds/palette-koodo",
|
|
13
|
+
"commit": "b68d5de267e63005705c4ee6d3eead36bc7a9129",
|
|
14
|
+
"comment": "`Koodo icons`: Spyglass, Hamburger, Close, User, UserAdd and Tooltipfilled icons updated"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"none": [
|
|
18
|
+
{
|
|
19
|
+
"author": "shahzaibkhalidmalik@outlook.com",
|
|
20
|
+
"package": "@telus-uds/palette-koodo",
|
|
21
|
+
"commit": "9cbe62baf251bd6b8504d6858b8c52fdbc113358",
|
|
22
|
+
"comment": "Add LICENSE file"
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"date": "Fri, 11 Jul 2025 22:22:37 GMT",
|
|
6
29
|
"tag": "@telus-uds/palette-koodo_v3.6.1",
|
|
7
30
|
"version": "3.6.1",
|
|
8
31
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @telus-uds/palette-koodo
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 16 Sep 2025 21:19:36 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 3.7.0
|
|
8
|
+
|
|
9
|
+
Tue, 16 Sep 2025 21:19:36 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- `Koodo icons`: Spyglass, Hamburger, Close, User, UserAdd and Tooltipfilled icons updated (35577399+JoshHC@users.noreply.github.com)
|
|
14
|
+
|
|
7
15
|
## 3.6.1
|
|
8
16
|
|
|
9
|
-
Fri, 11 Jul 2025 22:
|
|
17
|
+
Fri, 11 Jul 2025 22:22:37 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 TELUS
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/build/android/border.xml
CHANGED
package/build/android/color.xml
CHANGED
package/build/android/radius.xml
CHANGED
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
package/build/ios/Size.swift
CHANGED
package/build/rn/icons/Close.js
CHANGED
|
@@ -35,7 +35,7 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
-
d: "
|
|
38
|
+
d: "M17.776 3.967a1.593 1.593 0 0 1 2.253 2.252l-5.777 5.78 5.781 5.777a1.593 1.593 0 0 1-2.252 2.253l-5.78-5.777-5.777 5.781a1.593 1.593 0 0 1-2.253-2.252l5.777-5.78-5.781-5.777A1.593 1.593 0 1 1 6.219 3.97l5.78 5.777 5.777-5.781Z"
|
|
39
39
|
})]
|
|
40
40
|
});
|
|
41
41
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -34,7 +34,7 @@ module.exports = ({
|
|
|
34
34
|
id: titleId,
|
|
35
35
|
children: title
|
|
36
36
|
}) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
|
-
d: "
|
|
37
|
+
d: "M17.776 3.967a1.593 1.593 0 0 1 2.253 2.252l-5.777 5.78 5.781 5.777a1.593 1.593 0 0 1-2.252 2.253l-5.78-5.777-5.777 5.781a1.593 1.593 0 0 1-2.253-2.252l5.777-5.78-5.781-5.777A1.593 1.593 0 1 1 6.219 3.97l5.78 5.777 5.777-5.781Z"
|
|
38
38
|
})]
|
|
39
39
|
});
|
|
40
40
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -35,7 +35,7 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
-
d: "
|
|
38
|
+
d: "M20.695 17.948a1.306 1.306 0 0 1 .923 2.227 1.306 1.306 0 0 1-.923.382H3.305A1.307 1.307 0 0 1 2 19.253a1.306 1.306 0 0 1 1.305-1.305h17.39Zm0-7.188a1.306 1.306 0 0 1 .923 2.227 1.306 1.306 0 0 1-.923.382H3.305A1.307 1.307 0 0 1 2 12.064a1.305 1.305 0 0 1 1.305-1.304h17.39Zm0-7.317A1.308 1.308 0 0 1 22 4.748a1.308 1.308 0 0 1-1.305 1.304H3.305a1.306 1.306 0 0 1-.923-2.227 1.31 1.31 0 0 1 .923-.382h17.39Z"
|
|
39
39
|
})]
|
|
40
40
|
});
|
|
41
41
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -34,7 +34,7 @@ module.exports = ({
|
|
|
34
34
|
id: titleId,
|
|
35
35
|
children: title
|
|
36
36
|
}) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
|
-
d: "
|
|
37
|
+
d: "M20.695 17.948a1.306 1.306 0 0 1 .923 2.227 1.306 1.306 0 0 1-.923.382H3.305A1.307 1.307 0 0 1 2 19.253a1.306 1.306 0 0 1 1.305-1.305h17.39Zm0-7.188a1.306 1.306 0 0 1 .923 2.227 1.306 1.306 0 0 1-.923.382H3.305A1.307 1.307 0 0 1 2 12.064a1.305 1.305 0 0 1 1.305-1.304h17.39Zm0-7.317A1.308 1.308 0 0 1 22 4.748a1.308 1.308 0 0 1-1.305 1.304H3.305a1.306 1.306 0 0 1-.923-2.227 1.31 1.31 0 0 1 .923-.382h17.39Z"
|
|
38
38
|
})]
|
|
39
39
|
});
|
|
40
40
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -36,7 +36,7 @@ module.exports = ({
|
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
38
|
fillRule: "evenodd",
|
|
39
|
-
d: "
|
|
39
|
+
d: "M9.955 2.3c2.142 0 3.947.74 5.431 2.225 1.485 1.485 2.226 3.29 2.226 5.433 0 .858-.13 1.654-.389 2.392a6.802 6.802 0 0 1-1.049 1.958l-.163.209 5.399 5.406c.195.199.294.44.294.747 0 .304-.1.543-.297.736l-.002.002a.996.996 0 0 1-.742.292.995.995 0 0 1-.742-.292l-5.393-5.393-.21.162a6.888 6.888 0 0 1-1.97 1.05 7.233 7.233 0 0 1-2.393.388c-2.143 0-3.948-.74-5.433-2.225-1.485-1.485-2.226-3.29-2.226-5.432 0-2.143.741-3.948 2.226-5.433C6.007 3.041 7.812 2.3 9.955 2.3Zm0 2.128c-1.534 0-2.847.538-3.92 1.611-1.072 1.073-1.61 2.385-1.61 3.919 0 1.534.538 2.846 1.61 3.919 1.073 1.072 2.386 1.611 3.92 1.611 1.533 0 2.846-.538 3.918-1.611 1.073-1.073 1.612-2.385 1.612-3.919 0-1.534-.539-2.846-1.611-3.919-1.073-1.073-2.386-1.611-3.92-1.611Z",
|
|
40
40
|
clipRule: "evenodd"
|
|
41
41
|
})]
|
|
42
42
|
});
|
|
@@ -35,7 +35,7 @@ module.exports = ({
|
|
|
35
35
|
children: title
|
|
36
36
|
}) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
37
|
fillRule: "evenodd",
|
|
38
|
-
d: "
|
|
38
|
+
d: "M9.955 2.3c2.142 0 3.947.74 5.431 2.225 1.485 1.485 2.226 3.29 2.226 5.433 0 .858-.13 1.654-.389 2.392a6.802 6.802 0 0 1-1.049 1.958l-.163.209 5.399 5.406c.195.199.294.44.294.747 0 .304-.1.543-.297.736l-.002.002a.996.996 0 0 1-.742.292.995.995 0 0 1-.742-.292l-5.393-5.393-.21.162a6.888 6.888 0 0 1-1.97 1.05 7.233 7.233 0 0 1-2.393.388c-2.143 0-3.948-.74-5.433-2.225-1.485-1.485-2.226-3.29-2.226-5.432 0-2.143.741-3.948 2.226-5.433C6.007 3.041 7.812 2.3 9.955 2.3Zm0 2.128c-1.534 0-2.847.538-3.92 1.611-1.072 1.073-1.61 2.385-1.61 3.919 0 1.534.538 2.846 1.61 3.919 1.073 1.072 2.386 1.611 3.92 1.611 1.533 0 2.846-.538 3.918-1.611 1.073-1.073 1.612-2.385 1.612-3.919 0-1.534-.539-2.846-1.611-3.919-1.073-1.073-2.386-1.611-3.92-1.611Z",
|
|
39
39
|
clipRule: "evenodd"
|
|
40
40
|
})]
|
|
41
41
|
});
|
package/build/rn/icons/User.js
CHANGED
|
@@ -35,8 +35,10 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
d: "M12 5.754a2.667 2.667 0 1 1 0 5.333 2.667 2.667 0 0 1 0-5.333Z"
|
|
39
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
38
40
|
fillRule: "evenodd",
|
|
39
|
-
d: "M12
|
|
41
|
+
d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm.126 12a5.244 5.244 0 0 0-5.145 4.229A7.964 7.964 0 0 0 12 20c2 0 3.827-.737 5.23-1.95A5.243 5.243 0 0 0 12.126 14ZM12 4a8 8 0 0 0-6.592 12.531A7.245 7.245 0 0 1 12.126 12l.373.01a7.244 7.244 0 0 1 6.245 4.29A8 8 0 0 0 12 4Z",
|
|
40
42
|
clipRule: "evenodd"
|
|
41
43
|
})]
|
|
42
44
|
});
|
|
@@ -34,8 +34,10 @@ module.exports = ({
|
|
|
34
34
|
id: titleId,
|
|
35
35
|
children: title
|
|
36
36
|
}) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
|
+
d: "M12 5.754a2.667 2.667 0 1 1 0 5.333 2.667 2.667 0 0 1 0-5.333Z"
|
|
38
|
+
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
39
|
fillRule: "evenodd",
|
|
38
|
-
d: "M12
|
|
40
|
+
d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm.126 12a5.244 5.244 0 0 0-5.145 4.229A7.964 7.964 0 0 0 12 20c2 0 3.827-.737 5.23-1.95A5.243 5.243 0 0 0 12.126 14ZM12 4a8 8 0 0 0-6.592 12.531A7.245 7.245 0 0 1 12.126 12l.373.01a7.244 7.244 0 0 1 6.245 4.29A8 8 0 0 0 12 4Z",
|
|
39
41
|
clipRule: "evenodd"
|
|
40
42
|
})]
|
|
41
43
|
});
|
|
@@ -35,13 +35,13 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
d: "M8.91 2.44A9.87 9.87 0 0 1 21.241 12a.891.891 0 0 1-1.78 0 8.091 8.091 0 0 0-16.137-.836 8.092 8.092 0 0 0 1.829 6.011 7.62 7.62 0 0 1 8.963-4.334 1.113 1.113 0 1 1-.576 2.15 5.39 5.39 0 0 0-6.593 3.781A8.09 8.09 0 0 0 12.568 20a.89.89 0 0 1 .264 1.762A9.872 9.872 0 0 1 8.909 2.441Z"
|
|
39
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
38
40
|
fillRule: "evenodd",
|
|
39
|
-
d: "M18.
|
|
41
|
+
d: "M18.199 13.201A4.3 4.3 0 0 1 22.5 17.5a4.3 4.3 0 0 1-4.301 4.297 4.3 4.3 0 0 1-4.303-4.297 4.3 4.3 0 0 1 4.304-4.3Zm.01 1.168a.768.768 0 0 0-.768.768v1.536h-1.535a.768.768 0 0 0 0 1.536h1.535v1.535a.768.768 0 0 0 1.536 0v-1.535h1.535a.769.769 0 0 0 0-1.536h-1.535v-1.536a.769.769 0 0 0-.768-.768Z",
|
|
40
42
|
clipRule: "evenodd"
|
|
41
43
|
}), (0, _jsxRuntime.jsx)("path", {
|
|
42
|
-
d: "
|
|
43
|
-
}), (0, _jsxRuntime.jsx)("path", {
|
|
44
|
-
d: "M11.521 4.95a2.806 2.806 0 1 1 0 5.611 2.806 2.806 0 0 1 0-5.612Z"
|
|
44
|
+
d: "M13.984 8.55a2.612 2.612 0 1 1-5.225 0 2.612 2.612 0 0 1 5.225 0Z"
|
|
45
45
|
})]
|
|
46
46
|
});
|
|
47
47
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -34,13 +34,13 @@ module.exports = ({
|
|
|
34
34
|
id: titleId,
|
|
35
35
|
children: title
|
|
36
36
|
}) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
|
+
d: "M8.91 2.44A9.87 9.87 0 0 1 21.241 12a.891.891 0 0 1-1.78 0 8.091 8.091 0 0 0-16.137-.836 8.092 8.092 0 0 0 1.829 6.011 7.62 7.62 0 0 1 8.963-4.334 1.113 1.113 0 1 1-.576 2.15 5.39 5.39 0 0 0-6.593 3.781A8.09 8.09 0 0 0 12.568 20a.89.89 0 0 1 .264 1.762A9.872 9.872 0 0 1 8.909 2.441Z"
|
|
38
|
+
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
39
|
fillRule: "evenodd",
|
|
38
|
-
d: "M18.
|
|
40
|
+
d: "M18.199 13.201A4.3 4.3 0 0 1 22.5 17.5a4.3 4.3 0 0 1-4.301 4.297 4.3 4.3 0 0 1-4.303-4.297 4.3 4.3 0 0 1 4.304-4.3Zm.01 1.168a.768.768 0 0 0-.768.768v1.536h-1.535a.768.768 0 0 0 0 1.536h1.535v1.535a.768.768 0 0 0 1.536 0v-1.535h1.535a.769.769 0 0 0 0-1.536h-1.535v-1.536a.769.769 0 0 0-.768-.768Z",
|
|
39
41
|
clipRule: "evenodd"
|
|
40
42
|
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
41
|
-
d: "
|
|
42
|
-
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
43
|
-
d: "M11.521 4.95a2.806 2.806 0 1 1 0 5.611 2.806 2.806 0 0 1 0-5.612Z"
|
|
43
|
+
d: "M13.984 8.55a2.612 2.612 0 1 1-5.225 0 2.612 2.612 0 0 1 5.225 0Z"
|
|
44
44
|
})]
|
|
45
45
|
});
|
|
46
46
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="
|
|
2
|
+
<path d="M17.776 3.967a1.593 1.593 0 0 1 2.253 2.252l-5.777 5.78 5.781 5.777a1.593 1.593 0 0 1-2.252 2.253l-5.78-5.777-5.777 5.781a1.593 1.593 0 0 1-2.253-2.252l5.777-5.78-5.781-5.777A1.593 1.593 0 1 1 6.219 3.97l5.78 5.777 5.777-5.781Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="
|
|
2
|
+
<path d="M20.695 17.948a1.306 1.306 0 0 1 .923 2.227 1.306 1.306 0 0 1-.923.382H3.305A1.307 1.307 0 0 1 2 19.253a1.306 1.306 0 0 1 1.305-1.305h17.39Zm0-7.188a1.306 1.306 0 0 1 .923 2.227 1.306 1.306 0 0 1-.923.382H3.305A1.307 1.307 0 0 1 2 12.064a1.305 1.305 0 0 1 1.305-1.304h17.39Zm0-7.317A1.308 1.308 0 0 1 22 4.748a1.308 1.308 0 0 1-1.305 1.304H3.305a1.306 1.306 0 0 1-.923-2.227 1.31 1.31 0 0 1 .923-.382h17.39Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path fill-rule="evenodd" d="
|
|
2
|
+
<path fill-rule="evenodd" d="M9.955 2.3c2.142 0 3.947.74 5.431 2.225 1.485 1.485 2.226 3.29 2.226 5.433 0 .858-.13 1.654-.389 2.392a6.802 6.802 0 0 1-1.049 1.958l-.163.209 5.399 5.406c.195.199.294.44.294.747 0 .304-.1.543-.297.736l-.002.002a.996.996 0 0 1-.742.292.995.995 0 0 1-.742-.292l-5.393-5.393-.21.162a6.888 6.888 0 0 1-1.97 1.05 7.233 7.233 0 0 1-2.393.388c-2.143 0-3.948-.74-5.433-2.225-1.485-1.485-2.226-3.29-2.226-5.432 0-2.143.741-3.948 2.226-5.433C6.007 3.041 7.812 2.3 9.955 2.3Zm0 2.128c-1.534 0-2.847.538-3.92 1.611-1.072 1.073-1.61 2.385-1.61 3.919 0 1.534.538 2.846 1.61 3.919 1.073 1.072 2.386 1.611 3.92 1.611 1.533 0 2.846-.538 3.918-1.611 1.073-1.073 1.612-2.385 1.612-3.919 0-1.534-.539-2.846-1.611-3.919-1.073-1.073-2.386-1.611-3.92-1.611Z" clip-rule="evenodd"/>
|
|
3
3
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
2
|
+
<path d="M8.91 2.44A9.87 9.87 0 0 1 21.241 12a.891.891 0 0 1-1.78 0 8.091 8.091 0 0 0-16.137-.836 8.092 8.092 0 0 0 1.829 6.011 7.62 7.62 0 0 1 8.963-4.334 1.113 1.113 0 1 1-.576 2.15 5.39 5.39 0 0 0-6.593 3.781A8.09 8.09 0 0 0 12.568 20a.89.89 0 0 1 .264 1.762A9.872 9.872 0 0 1 8.909 2.441Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M18.199 13.201A4.3 4.3 0 0 1 22.5 17.5a4.3 4.3 0 0 1-4.301 4.297 4.3 4.3 0 0 1-4.303-4.297 4.3 4.3 0 0 1 4.304-4.3Zm.01 1.168a.768.768 0 0 0-.768.768v1.536h-1.535a.768.768 0 0 0 0 1.536h1.535v1.535a.768.768 0 0 0 1.536 0v-1.535h1.535a.769.769 0 0 0 0-1.536h-1.535v-1.536a.769.769 0 0 0-.768-.768Z" clip-rule="evenodd"/>
|
|
4
|
+
<path d="M13.984 8.55a2.612 2.612 0 1 1-5.225 0 2.612 2.612 0 0 1 5.225 0Z"/>
|
|
5
5
|
</svg>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path
|
|
2
|
+
<path d="M12 5.754a2.667 2.667 0 1 1 0 5.333 2.667 2.667 0 0 1 0-5.333Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm.126 12a5.244 5.244 0 0 0-5.145 4.229A7.964 7.964 0 0 0 12 20c2 0 3.827-.737 5.23-1.95A5.243 5.243 0 0 0 12.126 14ZM12 4a8 8 0 0 0-6.592 12.531A7.245 7.245 0 0 1 12.126 12l.373.01a7.244 7.244 0 0 1 6.245 4.29A8 8 0 0 0 12 4Z" clip-rule="evenodd"/>
|
|
3
4
|
</svg>
|
package/build/rn/palette.js
CHANGED
|
@@ -1,104 +1,104 @@
|
|
|
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_7_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_7_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_7_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_7_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_7_0.otf');
|
|
32
32
|
font-weight: 700;
|
|
33
33
|
font-style: normal;
|
|
34
34
|
font-display: block;
|
|
35
35
|
}
|
|
36
36
|
@font-face {
|
|
37
37
|
font-family: 'StagSansWoff';
|
|
38
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Light-
|
|
38
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_7_0.woff');
|
|
39
39
|
font-weight: 300;
|
|
40
40
|
font-style: normal;
|
|
41
41
|
font-display: block;
|
|
42
42
|
}
|
|
43
43
|
@font-face {
|
|
44
44
|
font-family: 'StagSansWoff';
|
|
45
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Regular-
|
|
45
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Regular-v3_7_0.woff');
|
|
46
46
|
font-weight: 400;
|
|
47
47
|
font-style: normal;
|
|
48
48
|
font-display: block;
|
|
49
49
|
}
|
|
50
50
|
@font-face {
|
|
51
51
|
font-family: 'StagSansWoff';
|
|
52
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Medium-
|
|
52
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Medium-v3_7_0.woff');
|
|
53
53
|
font-weight: 500;
|
|
54
54
|
font-style: normal;
|
|
55
55
|
font-display: block;
|
|
56
56
|
}
|
|
57
57
|
@font-face {
|
|
58
58
|
font-family: 'StagSansWoff';
|
|
59
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Semibold-
|
|
59
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Semibold-v3_7_0.woff');
|
|
60
60
|
font-weight: 600;
|
|
61
61
|
font-style: normal;
|
|
62
62
|
font-display: block;
|
|
63
63
|
}
|
|
64
64
|
@font-face {
|
|
65
65
|
font-family: 'StagSansWoff';
|
|
66
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Bold-
|
|
66
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Bold-v3_7_0.woff');
|
|
67
67
|
font-weight: 700;
|
|
68
68
|
font-style: normal;
|
|
69
69
|
font-display: block;
|
|
70
70
|
}
|
|
71
71
|
@font-face {
|
|
72
72
|
font-family: 'StagSansWoff2';
|
|
73
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Light2-
|
|
73
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Light2-v3_7_0.woff2');
|
|
74
74
|
font-weight: 300;
|
|
75
75
|
font-style: normal;
|
|
76
76
|
font-display: block;
|
|
77
77
|
}
|
|
78
78
|
@font-face {
|
|
79
79
|
font-family: 'StagSansWoff2';
|
|
80
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Regular2-
|
|
80
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Regular2-v3_7_0.woff2');
|
|
81
81
|
font-weight: 400;
|
|
82
82
|
font-style: normal;
|
|
83
83
|
font-display: block;
|
|
84
84
|
}
|
|
85
85
|
@font-face {
|
|
86
86
|
font-family: 'StagSansWoff2';
|
|
87
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Medium2-
|
|
87
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Medium2-v3_7_0.woff2');
|
|
88
88
|
font-weight: 500;
|
|
89
89
|
font-style: normal;
|
|
90
90
|
font-display: block;
|
|
91
91
|
}
|
|
92
92
|
@font-face {
|
|
93
93
|
font-family: 'StagSansWoff2';
|
|
94
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Semibold2-
|
|
94
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Semibold2-v3_7_0.woff2');
|
|
95
95
|
font-weight: 600;
|
|
96
96
|
font-style: normal;
|
|
97
97
|
font-display: block;
|
|
98
98
|
}
|
|
99
99
|
@font-face {
|
|
100
100
|
font-family: 'StagSansWoff2';
|
|
101
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Bold2-
|
|
101
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Bold2-v3_7_0.woff2');
|
|
102
102
|
font-weight: 700;
|
|
103
103
|
font-style: normal;
|
|
104
104
|
font-display: block;
|
|
@@ -1,75 +1,75 @@
|
|
|
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_7_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_7_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_7_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_7_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_7_0.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
26
26
|
@font-face {
|
|
27
27
|
font-family: 'StagSansWoff300normal';
|
|
28
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Light-
|
|
28
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_7_0.woff');
|
|
29
29
|
font-display: block;
|
|
30
30
|
}
|
|
31
31
|
@font-face {
|
|
32
32
|
font-family: 'StagSansWoff400normal';
|
|
33
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Regular-
|
|
33
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Regular-v3_7_0.woff');
|
|
34
34
|
font-display: block;
|
|
35
35
|
}
|
|
36
36
|
@font-face {
|
|
37
37
|
font-family: 'StagSansWoff500normal';
|
|
38
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Medium-
|
|
38
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Medium-v3_7_0.woff');
|
|
39
39
|
font-display: block;
|
|
40
40
|
}
|
|
41
41
|
@font-face {
|
|
42
42
|
font-family: 'StagSansWoff600normal';
|
|
43
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Semibold-
|
|
43
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Semibold-v3_7_0.woff');
|
|
44
44
|
font-display: block;
|
|
45
45
|
}
|
|
46
46
|
@font-face {
|
|
47
47
|
font-family: 'StagSansWoff700normal';
|
|
48
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Bold-
|
|
48
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Bold-v3_7_0.woff');
|
|
49
49
|
font-display: block;
|
|
50
50
|
}
|
|
51
51
|
@font-face {
|
|
52
52
|
font-family: 'StagSansWoff2300normal';
|
|
53
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Light2-
|
|
53
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Light2-v3_7_0.woff2');
|
|
54
54
|
font-display: block;
|
|
55
55
|
}
|
|
56
56
|
@font-face {
|
|
57
57
|
font-family: 'StagSansWoff2400normal';
|
|
58
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Regular2-
|
|
58
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Regular2-v3_7_0.woff2');
|
|
59
59
|
font-display: block;
|
|
60
60
|
}
|
|
61
61
|
@font-face {
|
|
62
62
|
font-family: 'StagSansWoff2500normal';
|
|
63
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Medium2-
|
|
63
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Medium2-v3_7_0.woff2');
|
|
64
64
|
font-display: block;
|
|
65
65
|
}
|
|
66
66
|
@font-face {
|
|
67
67
|
font-family: 'StagSansWoff2600normal';
|
|
68
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Semibold2-
|
|
68
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Semibold2-v3_7_0.woff2');
|
|
69
69
|
font-display: block;
|
|
70
70
|
}
|
|
71
71
|
@font-face {
|
|
72
72
|
font-family: 'StagSansWoff2700normal';
|
|
73
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Bold2-
|
|
73
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Bold2-v3_7_0.woff2');
|
|
74
74
|
font-display: block;
|
|
75
75
|
}
|
|
@@ -1,104 +1,104 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans';
|
|
3
|
-
src: url('./StagSans-Light-
|
|
3
|
+
src: url('./StagSans-Light-v3_7_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_7_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_7_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_7_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_7_0.otf');
|
|
32
32
|
font-weight: 700;
|
|
33
33
|
font-style: normal;
|
|
34
34
|
font-display: block;
|
|
35
35
|
}
|
|
36
36
|
@font-face {
|
|
37
37
|
font-family: 'StagSansWoff';
|
|
38
|
-
src: url('./StagSans-Light-
|
|
38
|
+
src: url('./StagSans-Light-v3_7_0.woff');
|
|
39
39
|
font-weight: 300;
|
|
40
40
|
font-style: normal;
|
|
41
41
|
font-display: block;
|
|
42
42
|
}
|
|
43
43
|
@font-face {
|
|
44
44
|
font-family: 'StagSansWoff';
|
|
45
|
-
src: url('./StagSans-Regular-
|
|
45
|
+
src: url('./StagSans-Regular-v3_7_0.woff');
|
|
46
46
|
font-weight: 400;
|
|
47
47
|
font-style: normal;
|
|
48
48
|
font-display: block;
|
|
49
49
|
}
|
|
50
50
|
@font-face {
|
|
51
51
|
font-family: 'StagSansWoff';
|
|
52
|
-
src: url('./StagSans-Medium-
|
|
52
|
+
src: url('./StagSans-Medium-v3_7_0.woff');
|
|
53
53
|
font-weight: 500;
|
|
54
54
|
font-style: normal;
|
|
55
55
|
font-display: block;
|
|
56
56
|
}
|
|
57
57
|
@font-face {
|
|
58
58
|
font-family: 'StagSansWoff';
|
|
59
|
-
src: url('./StagSans-Semibold-
|
|
59
|
+
src: url('./StagSans-Semibold-v3_7_0.woff');
|
|
60
60
|
font-weight: 600;
|
|
61
61
|
font-style: normal;
|
|
62
62
|
font-display: block;
|
|
63
63
|
}
|
|
64
64
|
@font-face {
|
|
65
65
|
font-family: 'StagSansWoff';
|
|
66
|
-
src: url('./StagSans-Bold-
|
|
66
|
+
src: url('./StagSans-Bold-v3_7_0.woff');
|
|
67
67
|
font-weight: 700;
|
|
68
68
|
font-style: normal;
|
|
69
69
|
font-display: block;
|
|
70
70
|
}
|
|
71
71
|
@font-face {
|
|
72
72
|
font-family: 'StagSansWoff2';
|
|
73
|
-
src: url('./StagSans-Light2-
|
|
73
|
+
src: url('./StagSans-Light2-v3_7_0.woff2');
|
|
74
74
|
font-weight: 300;
|
|
75
75
|
font-style: normal;
|
|
76
76
|
font-display: block;
|
|
77
77
|
}
|
|
78
78
|
@font-face {
|
|
79
79
|
font-family: 'StagSansWoff2';
|
|
80
|
-
src: url('./StagSans-Regular2-
|
|
80
|
+
src: url('./StagSans-Regular2-v3_7_0.woff2');
|
|
81
81
|
font-weight: 400;
|
|
82
82
|
font-style: normal;
|
|
83
83
|
font-display: block;
|
|
84
84
|
}
|
|
85
85
|
@font-face {
|
|
86
86
|
font-family: 'StagSansWoff2';
|
|
87
|
-
src: url('./StagSans-Medium2-
|
|
87
|
+
src: url('./StagSans-Medium2-v3_7_0.woff2');
|
|
88
88
|
font-weight: 500;
|
|
89
89
|
font-style: normal;
|
|
90
90
|
font-display: block;
|
|
91
91
|
}
|
|
92
92
|
@font-face {
|
|
93
93
|
font-family: 'StagSansWoff2';
|
|
94
|
-
src: url('./StagSans-Semibold2-
|
|
94
|
+
src: url('./StagSans-Semibold2-v3_7_0.woff2');
|
|
95
95
|
font-weight: 600;
|
|
96
96
|
font-style: normal;
|
|
97
97
|
font-display: block;
|
|
98
98
|
}
|
|
99
99
|
@font-face {
|
|
100
100
|
font-family: 'StagSansWoff2';
|
|
101
|
-
src: url('./StagSans-Bold2-
|
|
101
|
+
src: url('./StagSans-Bold2-v3_7_0.woff2');
|
|
102
102
|
font-weight: 700;
|
|
103
103
|
font-style: normal;
|
|
104
104
|
font-display: block;
|
|
@@ -1,75 +1,75 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans300normal';
|
|
3
|
-
src: url('./StagSans-Light-
|
|
3
|
+
src: url('./StagSans-Light-v3_7_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_7_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_7_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_7_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_7_0.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
26
26
|
@font-face {
|
|
27
27
|
font-family: 'StagSansWoff300normal';
|
|
28
|
-
src: url('./StagSans-Light-
|
|
28
|
+
src: url('./StagSans-Light-v3_7_0.woff');
|
|
29
29
|
font-display: block;
|
|
30
30
|
}
|
|
31
31
|
@font-face {
|
|
32
32
|
font-family: 'StagSansWoff400normal';
|
|
33
|
-
src: url('./StagSans-Regular-
|
|
33
|
+
src: url('./StagSans-Regular-v3_7_0.woff');
|
|
34
34
|
font-display: block;
|
|
35
35
|
}
|
|
36
36
|
@font-face {
|
|
37
37
|
font-family: 'StagSansWoff500normal';
|
|
38
|
-
src: url('./StagSans-Medium-
|
|
38
|
+
src: url('./StagSans-Medium-v3_7_0.woff');
|
|
39
39
|
font-display: block;
|
|
40
40
|
}
|
|
41
41
|
@font-face {
|
|
42
42
|
font-family: 'StagSansWoff600normal';
|
|
43
|
-
src: url('./StagSans-Semibold-
|
|
43
|
+
src: url('./StagSans-Semibold-v3_7_0.woff');
|
|
44
44
|
font-display: block;
|
|
45
45
|
}
|
|
46
46
|
@font-face {
|
|
47
47
|
font-family: 'StagSansWoff700normal';
|
|
48
|
-
src: url('./StagSans-Bold-
|
|
48
|
+
src: url('./StagSans-Bold-v3_7_0.woff');
|
|
49
49
|
font-display: block;
|
|
50
50
|
}
|
|
51
51
|
@font-face {
|
|
52
52
|
font-family: 'StagSansWoff2300normal';
|
|
53
|
-
src: url('./StagSans-Light2-
|
|
53
|
+
src: url('./StagSans-Light2-v3_7_0.woff2');
|
|
54
54
|
font-display: block;
|
|
55
55
|
}
|
|
56
56
|
@font-face {
|
|
57
57
|
font-family: 'StagSansWoff2400normal';
|
|
58
|
-
src: url('./StagSans-Regular2-
|
|
58
|
+
src: url('./StagSans-Regular2-v3_7_0.woff2');
|
|
59
59
|
font-display: block;
|
|
60
60
|
}
|
|
61
61
|
@font-face {
|
|
62
62
|
font-family: 'StagSansWoff2500normal';
|
|
63
|
-
src: url('./StagSans-Medium2-
|
|
63
|
+
src: url('./StagSans-Medium2-v3_7_0.woff2');
|
|
64
64
|
font-display: block;
|
|
65
65
|
}
|
|
66
66
|
@font-face {
|
|
67
67
|
font-family: 'StagSansWoff2600normal';
|
|
68
|
-
src: url('./StagSans-Semibold2-
|
|
68
|
+
src: url('./StagSans-Semibold2-v3_7_0.woff2');
|
|
69
69
|
font-display: block;
|
|
70
70
|
}
|
|
71
71
|
@font-face {
|
|
72
72
|
font-family: 'StagSansWoff2700normal';
|
|
73
|
-
src: url('./StagSans-Bold2-
|
|
73
|
+
src: url('./StagSans-Bold2-v3_7_0.woff2');
|
|
74
74
|
font-display: block;
|
|
75
75
|
}
|
package/build/web/icons/Close.js
CHANGED
|
@@ -35,7 +35,7 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
-
d: "
|
|
38
|
+
d: "M17.776 3.967a1.593 1.593 0 0 1 2.253 2.252l-5.777 5.78 5.781 5.777a1.593 1.593 0 0 1-2.252 2.253l-5.78-5.777-5.777 5.781a1.593 1.593 0 0 1-2.253-2.252l5.777-5.78-5.781-5.777A1.593 1.593 0 1 1 6.219 3.97l5.78 5.777 5.777-5.781Z"
|
|
39
39
|
})]
|
|
40
40
|
});
|
|
41
41
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -35,7 +35,7 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
-
d: "
|
|
38
|
+
d: "M20.695 17.948a1.306 1.306 0 0 1 .923 2.227 1.306 1.306 0 0 1-.923.382H3.305A1.307 1.307 0 0 1 2 19.253a1.306 1.306 0 0 1 1.305-1.305h17.39Zm0-7.188a1.306 1.306 0 0 1 .923 2.227 1.306 1.306 0 0 1-.923.382H3.305A1.307 1.307 0 0 1 2 12.064a1.305 1.305 0 0 1 1.305-1.304h17.39Zm0-7.317A1.308 1.308 0 0 1 22 4.748a1.308 1.308 0 0 1-1.305 1.304H3.305a1.306 1.306 0 0 1-.923-2.227 1.31 1.31 0 0 1 .923-.382h17.39Z"
|
|
39
39
|
})]
|
|
40
40
|
});
|
|
41
41
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -36,7 +36,7 @@ module.exports = ({
|
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
38
|
fillRule: "evenodd",
|
|
39
|
-
d: "
|
|
39
|
+
d: "M9.955 2.3c2.142 0 3.947.74 5.431 2.225 1.485 1.485 2.226 3.29 2.226 5.433 0 .858-.13 1.654-.389 2.392a6.802 6.802 0 0 1-1.049 1.958l-.163.209 5.399 5.406c.195.199.294.44.294.747 0 .304-.1.543-.297.736l-.002.002a.996.996 0 0 1-.742.292.995.995 0 0 1-.742-.292l-5.393-5.393-.21.162a6.888 6.888 0 0 1-1.97 1.05 7.233 7.233 0 0 1-2.393.388c-2.143 0-3.948-.74-5.433-2.225-1.485-1.485-2.226-3.29-2.226-5.432 0-2.143.741-3.948 2.226-5.433C6.007 3.041 7.812 2.3 9.955 2.3Zm0 2.128c-1.534 0-2.847.538-3.92 1.611-1.072 1.073-1.61 2.385-1.61 3.919 0 1.534.538 2.846 1.61 3.919 1.073 1.072 2.386 1.611 3.92 1.611 1.533 0 2.846-.538 3.918-1.611 1.073-1.073 1.612-2.385 1.612-3.919 0-1.534-.539-2.846-1.611-3.919-1.073-1.073-2.386-1.611-3.92-1.611Z",
|
|
40
40
|
clipRule: "evenodd"
|
|
41
41
|
})]
|
|
42
42
|
});
|
package/build/web/icons/User.js
CHANGED
|
@@ -35,8 +35,10 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
d: "M12 5.754a2.667 2.667 0 1 1 0 5.333 2.667 2.667 0 0 1 0-5.333Z"
|
|
39
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
38
40
|
fillRule: "evenodd",
|
|
39
|
-
d: "M12
|
|
41
|
+
d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm.126 12a5.244 5.244 0 0 0-5.145 4.229A7.964 7.964 0 0 0 12 20c2 0 3.827-.737 5.23-1.95A5.243 5.243 0 0 0 12.126 14ZM12 4a8 8 0 0 0-6.592 12.531A7.245 7.245 0 0 1 12.126 12l.373.01a7.244 7.244 0 0 1 6.245 4.29A8 8 0 0 0 12 4Z",
|
|
40
42
|
clipRule: "evenodd"
|
|
41
43
|
})]
|
|
42
44
|
});
|
|
@@ -35,13 +35,13 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
d: "M8.91 2.44A9.87 9.87 0 0 1 21.241 12a.891.891 0 0 1-1.78 0 8.091 8.091 0 0 0-16.137-.836 8.092 8.092 0 0 0 1.829 6.011 7.62 7.62 0 0 1 8.963-4.334 1.113 1.113 0 1 1-.576 2.15 5.39 5.39 0 0 0-6.593 3.781A8.09 8.09 0 0 0 12.568 20a.89.89 0 0 1 .264 1.762A9.872 9.872 0 0 1 8.909 2.441Z"
|
|
39
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
38
40
|
fillRule: "evenodd",
|
|
39
|
-
d: "M18.
|
|
41
|
+
d: "M18.199 13.201A4.3 4.3 0 0 1 22.5 17.5a4.3 4.3 0 0 1-4.301 4.297 4.3 4.3 0 0 1-4.303-4.297 4.3 4.3 0 0 1 4.304-4.3Zm.01 1.168a.768.768 0 0 0-.768.768v1.536h-1.535a.768.768 0 0 0 0 1.536h1.535v1.535a.768.768 0 0 0 1.536 0v-1.535h1.535a.769.769 0 0 0 0-1.536h-1.535v-1.536a.769.769 0 0 0-.768-.768Z",
|
|
40
42
|
clipRule: "evenodd"
|
|
41
43
|
}), (0, _jsxRuntime.jsx)("path", {
|
|
42
|
-
d: "
|
|
43
|
-
}), (0, _jsxRuntime.jsx)("path", {
|
|
44
|
-
d: "M11.521 4.95a2.806 2.806 0 1 1 0 5.611 2.806 2.806 0 0 1 0-5.612Z"
|
|
44
|
+
d: "M13.984 8.55a2.612 2.612 0 1 1-5.225 0 2.612 2.612 0 0 1 5.225 0Z"
|
|
45
45
|
})]
|
|
46
46
|
});
|
|
47
47
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="
|
|
2
|
+
<path d="M17.776 3.967a1.593 1.593 0 0 1 2.253 2.252l-5.777 5.78 5.781 5.777a1.593 1.593 0 0 1-2.252 2.253l-5.78-5.777-5.777 5.781a1.593 1.593 0 0 1-2.253-2.252l5.777-5.78-5.781-5.777A1.593 1.593 0 1 1 6.219 3.97l5.78 5.777 5.777-5.781Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="
|
|
2
|
+
<path d="M20.695 17.948a1.306 1.306 0 0 1 .923 2.227 1.306 1.306 0 0 1-.923.382H3.305A1.307 1.307 0 0 1 2 19.253a1.306 1.306 0 0 1 1.305-1.305h17.39Zm0-7.188a1.306 1.306 0 0 1 .923 2.227 1.306 1.306 0 0 1-.923.382H3.305A1.307 1.307 0 0 1 2 12.064a1.305 1.305 0 0 1 1.305-1.304h17.39Zm0-7.317A1.308 1.308 0 0 1 22 4.748a1.308 1.308 0 0 1-1.305 1.304H3.305a1.306 1.306 0 0 1-.923-2.227 1.31 1.31 0 0 1 .923-.382h17.39Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path fill-rule="evenodd" d="
|
|
2
|
+
<path fill-rule="evenodd" d="M9.955 2.3c2.142 0 3.947.74 5.431 2.225 1.485 1.485 2.226 3.29 2.226 5.433 0 .858-.13 1.654-.389 2.392a6.802 6.802 0 0 1-1.049 1.958l-.163.209 5.399 5.406c.195.199.294.44.294.747 0 .304-.1.543-.297.736l-.002.002a.996.996 0 0 1-.742.292.995.995 0 0 1-.742-.292l-5.393-5.393-.21.162a6.888 6.888 0 0 1-1.97 1.05 7.233 7.233 0 0 1-2.393.388c-2.143 0-3.948-.74-5.433-2.225-1.485-1.485-2.226-3.29-2.226-5.432 0-2.143.741-3.948 2.226-5.433C6.007 3.041 7.812 2.3 9.955 2.3Zm0 2.128c-1.534 0-2.847.538-3.92 1.611-1.072 1.073-1.61 2.385-1.61 3.919 0 1.534.538 2.846 1.61 3.919 1.073 1.072 2.386 1.611 3.92 1.611 1.533 0 2.846-.538 3.918-1.611 1.073-1.073 1.612-2.385 1.612-3.919 0-1.534-.539-2.846-1.611-3.919-1.073-1.073-2.386-1.611-3.92-1.611Z" clip-rule="evenodd"/>
|
|
3
3
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
2
|
+
<path d="M8.91 2.44A9.87 9.87 0 0 1 21.241 12a.891.891 0 0 1-1.78 0 8.091 8.091 0 0 0-16.137-.836 8.092 8.092 0 0 0 1.829 6.011 7.62 7.62 0 0 1 8.963-4.334 1.113 1.113 0 1 1-.576 2.15 5.39 5.39 0 0 0-6.593 3.781A8.09 8.09 0 0 0 12.568 20a.89.89 0 0 1 .264 1.762A9.872 9.872 0 0 1 8.909 2.441Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M18.199 13.201A4.3 4.3 0 0 1 22.5 17.5a4.3 4.3 0 0 1-4.301 4.297 4.3 4.3 0 0 1-4.303-4.297 4.3 4.3 0 0 1 4.304-4.3Zm.01 1.168a.768.768 0 0 0-.768.768v1.536h-1.535a.768.768 0 0 0 0 1.536h1.535v1.535a.768.768 0 0 0 1.536 0v-1.535h1.535a.769.769 0 0 0 0-1.536h-1.535v-1.536a.769.769 0 0 0-.768-.768Z" clip-rule="evenodd"/>
|
|
4
|
+
<path d="M13.984 8.55a2.612 2.612 0 1 1-5.225 0 2.612 2.612 0 0 1 5.225 0Z"/>
|
|
5
5
|
</svg>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path
|
|
2
|
+
<path d="M12 5.754a2.667 2.667 0 1 1 0 5.333 2.667 2.667 0 0 1 0-5.333Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm.126 12a5.244 5.244 0 0 0-5.145 4.229A7.964 7.964 0 0 0 12 20c2 0 3.827-.737 5.23-1.95A5.243 5.243 0 0 0 12.126 14ZM12 4a8 8 0 0 0-6.592 12.531A7.245 7.245 0 0 1 12.126 12l.373.01a7.244 7.244 0 0 1 6.245 4.29A8 8 0 0 0 12 4Z" clip-rule="evenodd"/>
|
|
3
4
|
</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, 16 Sep 2025 21:21:14 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -69,25 +69,25 @@ 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_7_0.otf',
|
|
73
|
+
400: 'https://cdn.telus.digital/uds/StagSans-Regular-v3_7_0.otf',
|
|
74
|
+
500: 'https://cdn.telus.digital/uds/StagSans-Medium-v3_7_0.otf',
|
|
75
|
+
600: 'https://cdn.telus.digital/uds/StagSans-Semibold-v3_7_0.otf',
|
|
76
|
+
700: 'https://cdn.telus.digital/uds/StagSans-Bold-v3_7_0.otf'
|
|
77
77
|
},
|
|
78
78
|
StagSansWoff: {
|
|
79
|
-
300: 'https://cdn.telus.digital/uds/StagSans-Light-
|
|
80
|
-
400: 'https://cdn.telus.digital/uds/StagSans-Regular-
|
|
81
|
-
500: 'https://cdn.telus.digital/uds/StagSans-Medium-
|
|
82
|
-
600: 'https://cdn.telus.digital/uds/StagSans-Semibold-
|
|
83
|
-
700: 'https://cdn.telus.digital/uds/StagSans-Bold-
|
|
79
|
+
300: 'https://cdn.telus.digital/uds/StagSans-Light-v3_7_0.woff',
|
|
80
|
+
400: 'https://cdn.telus.digital/uds/StagSans-Regular-v3_7_0.woff',
|
|
81
|
+
500: 'https://cdn.telus.digital/uds/StagSans-Medium-v3_7_0.woff',
|
|
82
|
+
600: 'https://cdn.telus.digital/uds/StagSans-Semibold-v3_7_0.woff',
|
|
83
|
+
700: 'https://cdn.telus.digital/uds/StagSans-Bold-v3_7_0.woff'
|
|
84
84
|
},
|
|
85
85
|
StagSansWoff2: {
|
|
86
|
-
300: 'https://cdn.telus.digital/uds/StagSans-Light2-
|
|
87
|
-
400: 'https://cdn.telus.digital/uds/StagSans-Regular2-
|
|
88
|
-
500: 'https://cdn.telus.digital/uds/StagSans-Medium2-
|
|
89
|
-
600: 'https://cdn.telus.digital/uds/StagSans-Semibold2-
|
|
90
|
-
700: 'https://cdn.telus.digital/uds/StagSans-Bold2-
|
|
86
|
+
300: 'https://cdn.telus.digital/uds/StagSans-Light2-v3_7_0.woff2',
|
|
87
|
+
400: 'https://cdn.telus.digital/uds/StagSans-Regular2-v3_7_0.woff2',
|
|
88
|
+
500: 'https://cdn.telus.digital/uds/StagSans-Medium2-v3_7_0.woff2',
|
|
89
|
+
600: 'https://cdn.telus.digital/uds/StagSans-Semibold2-v3_7_0.woff2',
|
|
90
|
+
700: 'https://cdn.telus.digital/uds/StagSans-Bold2-v3_7_0.woff2'
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
93
|
fontSize: {
|
package/icon/close.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="
|
|
2
|
+
<path d="M17.776 3.967a1.593 1.593 0 0 1 2.253 2.252l-5.777 5.78 5.781 5.777a1.593 1.593 0 0 1-2.252 2.253l-5.78-5.777-5.777 5.781a1.593 1.593 0 0 1-2.253-2.252l5.777-5.78-5.781-5.777A1.593 1.593 0 1 1 6.219 3.97l5.78 5.777 5.777-5.781Z"/>
|
|
3
3
|
</svg>
|
package/icon/hamburger.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="
|
|
2
|
+
<path d="M20.695 17.948a1.306 1.306 0 0 1 .923 2.227 1.306 1.306 0 0 1-.923.382H3.305A1.307 1.307 0 0 1 2 19.253a1.306 1.306 0 0 1 1.305-1.305h17.39Zm0-7.188a1.306 1.306 0 0 1 .923 2.227 1.306 1.306 0 0 1-.923.382H3.305A1.307 1.307 0 0 1 2 12.064a1.305 1.305 0 0 1 1.305-1.304h17.39Zm0-7.317A1.308 1.308 0 0 1 22 4.748a1.308 1.308 0 0 1-1.305 1.304H3.305a1.306 1.306 0 0 1-.923-2.227 1.31 1.31 0 0 1 .923-.382h17.39Z"/>
|
|
3
3
|
</svg>
|
package/icon/spyglass.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path fill-rule="evenodd" d="
|
|
2
|
+
<path fill-rule="evenodd" d="M9.955 2.3c2.142 0 3.947.74 5.431 2.225 1.485 1.485 2.226 3.29 2.226 5.433 0 .858-.13 1.654-.389 2.392a6.802 6.802 0 0 1-1.049 1.958l-.163.209 5.399 5.406c.195.199.294.44.294.747 0 .304-.1.543-.297.736l-.002.002a.996.996 0 0 1-.742.292.995.995 0 0 1-.742-.292l-5.393-5.393-.21.162a6.888 6.888 0 0 1-1.97 1.05 7.233 7.233 0 0 1-2.393.388c-2.143 0-3.948-.74-5.433-2.225-1.485-1.485-2.226-3.29-2.226-5.432 0-2.143.741-3.948 2.226-5.433C6.007 3.041 7.812 2.3 9.955 2.3Zm0 2.128c-1.534 0-2.847.538-3.92 1.611-1.072 1.073-1.61 2.385-1.61 3.919 0 1.534.538 2.846 1.61 3.919 1.073 1.072 2.386 1.611 3.92 1.611 1.533 0 2.846-.538 3.918-1.611 1.073-1.073 1.612-2.385 1.612-3.919 0-1.534-.539-2.846-1.611-3.919-1.073-1.073-2.386-1.611-3.92-1.611Z" clip-rule="evenodd"/>
|
|
3
3
|
</svg>
|
package/icon/user-add.svg
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
2
|
+
<path d="M8.91 2.44A9.87 9.87 0 0 1 21.241 12a.891.891 0 0 1-1.78 0 8.091 8.091 0 0 0-16.137-.836 8.092 8.092 0 0 0 1.829 6.011 7.62 7.62 0 0 1 8.963-4.334 1.113 1.113 0 1 1-.576 2.15 5.39 5.39 0 0 0-6.593 3.781A8.09 8.09 0 0 0 12.568 20a.89.89 0 0 1 .264 1.762A9.872 9.872 0 0 1 8.909 2.441Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M18.199 13.201A4.3 4.3 0 0 1 22.5 17.5a4.3 4.3 0 0 1-4.301 4.297 4.3 4.3 0 0 1-4.303-4.297 4.3 4.3 0 0 1 4.304-4.3Zm.01 1.168a.768.768 0 0 0-.768.768v1.536h-1.535a.768.768 0 0 0 0 1.536h1.535v1.535a.768.768 0 0 0 1.536 0v-1.535h1.535a.769.769 0 0 0 0-1.536h-1.535v-1.536a.769.769 0 0 0-.768-.768Z" clip-rule="evenodd"/>
|
|
4
|
+
<path d="M13.984 8.55a2.612 2.612 0 1 1-5.225 0 2.612 2.612 0 0 1 5.225 0Z"/>
|
|
5
5
|
</svg>
|
package/icon/user.svg
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path
|
|
2
|
+
<path d="M12 5.754a2.667 2.667 0 1 1 0 5.333 2.667 2.667 0 0 1 0-5.333Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm.126 12a5.244 5.244 0 0 0-5.145 4.229A7.964 7.964 0 0 0 12 20c2 0 3.827-.737 5.23-1.95A5.243 5.243 0 0 0 12.126 14ZM12 4a8 8 0 0 0-6.592 12.531A7.245 7.245 0 0 1 12.126 12l.373.01a7.244 7.244 0 0 1 6.245 4.29A8 8 0 0 0 12 4Z" clip-rule="evenodd"/>
|
|
3
4
|
</svg>
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/build/web/fonts/{StagSans-Semibold2-v3_6_1.woff2 → StagSans-Semibold2-v3_7_0.woff2}
RENAMED
|
File without changes
|