@telus-uds/palette-koodo 1.1.2 → 1.1.3
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 +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/RightCircle.js +28 -0
- package/build/rn/icons/RightCircle.native.js +27 -0
- package/build/rn/icons/index.js +1 -0
- package/build/rn/icons/right-circle.icon.svg +3 -0
- package/build/rn/palette.js +2 -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/RightCircle.js +28 -0
- package/build/web/icons/index.js +1 -0
- package/build/web/icons/right-circle.icon.svg +3 -0
- package/build/web/palette.js +7 -6
- package/package.json +1 -1
- package/palette.json +5 -0
- /package/build/web/fonts/{v1_1_2-StagSans-300-PG2VeEKnfHuo0xHH2qqDf.otf → v1_1_3-StagSans-300-pLJUfRLkIpVPuLI_OHRV9.otf} +0 -0
- /package/build/web/fonts/{v1_1_2-StagSans-400-Utqu-Am0Vvz1CAtwmF5qF.otf → v1_1_3-StagSans-400-cvF3hUm-x31Wg812aSNWT.otf} +0 -0
- /package/build/web/fonts/{v1_1_2-StagSans-500-56IObzI3c08t79M5TnCG9.otf → v1_1_3-StagSans-500-tEmkn8Fe1_XbHganMmgxV.otf} +0 -0
- /package/build/web/fonts/{v1_1_2-StagSans-600-DpWsAWdo9HsHqZX6dcb9C.otf → v1_1_3-StagSans-600-Ug3WfBEMUzB6dlzFBTtP5.otf} +0 -0
- /package/build/web/fonts/{v1_1_2-StagSans-700-NlsYV8xDHNzEWxtiF1ob2.otf → v1_1_3-StagSans-700--v6odUixh-hrhmihEFotX.otf} +0 -0
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
|
@@ -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 25",
|
|
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: "M22.667 12.999c0 5.891-4.776 10.666-10.667 10.666S1.333 18.89 1.333 13C1.333 7.107 6.11 2.332 12 2.332S22.667 7.107 22.667 13ZM12 24.999c6.628 0 12-5.372 12-12s-5.372-12-12-12-12 5.372-12 12c0 6.627 5.372 12 12 12Zm-.276-17.58a1.429 1.429 0 1 0-2.02 2.02l3.36 3.359a.286.286 0 0 1 0 .404l-3.36 3.36a1.429 1.429 0 0 0 2.02 2.02l4.572-4.572a1.429 1.429 0 0 0 0-2.02l-4.572-4.572Z",
|
|
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 25",
|
|
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: "M22.667 12.999c0 5.891-4.776 10.666-10.667 10.666S1.333 18.89 1.333 13C1.333 7.107 6.11 2.332 12 2.332S22.667 7.107 22.667 13ZM12 24.999c6.628 0 12-5.372 12-12s-5.372-12-12-12-12 5.372-12 12c0 6.627 5.372 12 12 12Zm-.276-17.58a1.429 1.429 0 1 0-2.02 2.02l3.36 3.359a.286.286 0 0 1 0 .404l-3.36 3.36a1.429 1.429 0 0 0 2.02 2.02l4.572-4.572a1.429 1.429 0 0 0 0-2.02l-4.572-4.572Z",
|
|
25
|
+
clipRule: "evenodd"
|
|
26
|
+
})]
|
|
27
|
+
});
|
package/build/rn/icons/index.js
CHANGED
|
@@ -73,6 +73,7 @@ module.exports = {
|
|
|
73
73
|
Receipt: require('./Receipt'),
|
|
74
74
|
Refresh: require('./Refresh'),
|
|
75
75
|
Replay: require('./Replay'),
|
|
76
|
+
RightCircle: require('./RightCircle'),
|
|
76
77
|
RightCirlce: require('./RightCirlce'),
|
|
77
78
|
Settings: require('./Settings'),
|
|
78
79
|
SettingsSolid: require('./SettingsSolid'),
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 25">
|
|
2
|
+
<path fill-rule="evenodd" d="M22.667 12.999c0 5.891-4.776 10.666-10.667 10.666S1.333 18.89 1.333 13C1.333 7.107 6.11 2.332 12 2.332S22.667 7.107 22.667 13ZM12 24.999c6.628 0 12-5.372 12-12s-5.372-12-12-12-12 5.372-12 12c0 6.627 5.372 12 12 12Zm-.276-17.58a1.429 1.429 0 1 0-2.02 2.02l3.36 3.359a.286.286 0 0 1 0 .404l-3.36 3.36a1.429 1.429 0 0 0 2.02 2.02l4.572-4.572a1.429 1.429 0 0 0 0-2.02l-4.572-4.572Z" 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
|
|
3
|
+
* Generated on Tue, 20 Feb 2024 23:10:54 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -188,6 +188,7 @@ module.exports = {
|
|
|
188
188
|
Receipt: '@telus-uds/palette-koodo/build/rn/icons/receipt.icon.svg',
|
|
189
189
|
Refresh: '@telus-uds/palette-koodo/build/rn/icons/refresh.icon.svg',
|
|
190
190
|
Replay: '@telus-uds/palette-koodo/build/rn/icons/replay.icon.svg',
|
|
191
|
+
RightCircle: '@telus-uds/palette-koodo/build/rn/icons/right-circle.icon.svg',
|
|
191
192
|
RightCirlce: '@telus-uds/palette-koodo/build/rn/icons/right-cirlce.icon.svg',
|
|
192
193
|
Settings: '@telus-uds/palette-koodo/build/rn/icons/settings.icon.svg',
|
|
193
194
|
SettingsSolid: '@telus-uds/palette-koodo/build/rn/icons/settings-solid.icon.svg',
|
|
@@ -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/v1_1_3-StagSans-300-pLJUfRLkIpVPuLI_OHRV9.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/v1_1_3-StagSans-400-cvF3hUm-x31Wg812aSNWT.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/v1_1_3-StagSans-500-tEmkn8Fe1_XbHganMmgxV.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/v1_1_3-StagSans-600-Ug3WfBEMUzB6dlzFBTtP5.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/v1_1_3-StagSans-700--v6odUixh-hrhmihEFotX.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/v1_1_3-StagSans-300-pLJUfRLkIpVPuLI_OHRV9.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/v1_1_3-StagSans-400-cvF3hUm-x31Wg812aSNWT.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/v1_1_3-StagSans-500-tEmkn8Fe1_XbHganMmgxV.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/v1_1_3-StagSans-600-Ug3WfBEMUzB6dlzFBTtP5.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/v1_1_3-StagSans-700--v6odUixh-hrhmihEFotX.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('./v1_1_3-StagSans-300-pLJUfRLkIpVPuLI_OHRV9.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('./v1_1_3-StagSans-400-cvF3hUm-x31Wg812aSNWT.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('./v1_1_3-StagSans-500-tEmkn8Fe1_XbHganMmgxV.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('./v1_1_3-StagSans-600-Ug3WfBEMUzB6dlzFBTtP5.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('./v1_1_3-StagSans-700--v6odUixh-hrhmihEFotX.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('./v1_1_3-StagSans-300-pLJUfRLkIpVPuLI_OHRV9.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'StagSans400normal';
|
|
8
|
-
src: url('./
|
|
8
|
+
src: url('./v1_1_3-StagSans-400-cvF3hUm-x31Wg812aSNWT.otf');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'StagSans500normal';
|
|
13
|
-
src: url('./
|
|
13
|
+
src: url('./v1_1_3-StagSans-500-tEmkn8Fe1_XbHganMmgxV.otf');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'StagSans600normal';
|
|
18
|
-
src: url('./
|
|
18
|
+
src: url('./v1_1_3-StagSans-600-Ug3WfBEMUzB6dlzFBTtP5.otf');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'StagSans700normal';
|
|
23
|
-
src: url('./
|
|
23
|
+
src: url('./v1_1_3-StagSans-700--v6odUixh-hrhmihEFotX.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 25",
|
|
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: "M22.667 12.999c0 5.891-4.776 10.666-10.667 10.666S1.333 18.89 1.333 13C1.333 7.107 6.11 2.332 12 2.332S22.667 7.107 22.667 13ZM12 24.999c6.628 0 12-5.372 12-12s-5.372-12-12-12-12 5.372-12 12c0 6.627 5.372 12 12 12Zm-.276-17.58a1.429 1.429 0 1 0-2.02 2.02l3.36 3.359a.286.286 0 0 1 0 .404l-3.36 3.36a1.429 1.429 0 0 0 2.02 2.02l4.572-4.572a1.429 1.429 0 0 0 0-2.02l-4.572-4.572Z",
|
|
26
|
+
clipRule: "evenodd"
|
|
27
|
+
})]
|
|
28
|
+
});
|
package/build/web/icons/index.js
CHANGED
|
@@ -73,6 +73,7 @@ module.exports = {
|
|
|
73
73
|
Receipt: require('./Receipt'),
|
|
74
74
|
Refresh: require('./Refresh'),
|
|
75
75
|
Replay: require('./Replay'),
|
|
76
|
+
RightCircle: require('./RightCircle'),
|
|
76
77
|
RightCirlce: require('./RightCirlce'),
|
|
77
78
|
Settings: require('./Settings'),
|
|
78
79
|
SettingsSolid: require('./SettingsSolid'),
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 25">
|
|
2
|
+
<path fill-rule="evenodd" d="M22.667 12.999c0 5.891-4.776 10.666-10.667 10.666S1.333 18.89 1.333 13C1.333 7.107 6.11 2.332 12 2.332S22.667 7.107 22.667 13ZM12 24.999c6.628 0 12-5.372 12-12s-5.372-12-12-12-12 5.372-12 12c0 6.627 5.372 12 12 12Zm-.276-17.58a1.429 1.429 0 1 0-2.02 2.02l3.36 3.359a.286.286 0 0 1 0 .404l-3.36 3.36a1.429 1.429 0 0 0 2.02 2.02l4.572-4.572a1.429 1.429 0 0 0 0-2.02l-4.572-4.572Z" 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
|
|
3
|
+
* Generated on Tue, 20 Feb 2024 23:10:52 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -67,11 +67,11 @@ module.exports = {
|
|
|
67
67
|
},
|
|
68
68
|
font: {
|
|
69
69
|
StagSans: {
|
|
70
|
-
300: 'https://cdn.telus.digital/uds/
|
|
71
|
-
400: 'https://cdn.telus.digital/uds/
|
|
72
|
-
500: 'https://cdn.telus.digital/uds/
|
|
73
|
-
600: 'https://cdn.telus.digital/uds/
|
|
74
|
-
700: 'https://cdn.telus.digital/uds/
|
|
70
|
+
300: 'https://cdn.telus.digital/uds/v1_1_3-StagSans-300-pLJUfRLkIpVPuLI_OHRV9.otf',
|
|
71
|
+
400: 'https://cdn.telus.digital/uds/v1_1_3-StagSans-400-cvF3hUm-x31Wg812aSNWT.otf',
|
|
72
|
+
500: 'https://cdn.telus.digital/uds/v1_1_3-StagSans-500-tEmkn8Fe1_XbHganMmgxV.otf',
|
|
73
|
+
600: 'https://cdn.telus.digital/uds/v1_1_3-StagSans-600-Ug3WfBEMUzB6dlzFBTtP5.otf',
|
|
74
|
+
700: 'https://cdn.telus.digital/uds/v1_1_3-StagSans-700--v6odUixh-hrhmihEFotX.otf'
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
fontSize: {
|
|
@@ -175,6 +175,7 @@ module.exports = {
|
|
|
175
175
|
Receipt: '@telus-uds/palette-koodo/build/web/icons/receipt.icon.svg',
|
|
176
176
|
Refresh: '@telus-uds/palette-koodo/build/web/icons/refresh.icon.svg',
|
|
177
177
|
Replay: '@telus-uds/palette-koodo/build/web/icons/replay.icon.svg',
|
|
178
|
+
RightCircle: '@telus-uds/palette-koodo/build/web/icons/right-circle.icon.svg',
|
|
178
179
|
RightCirlce: '@telus-uds/palette-koodo/build/web/icons/right-cirlce.icon.svg',
|
|
179
180
|
Settings: '@telus-uds/palette-koodo/build/web/icons/settings.icon.svg',
|
|
180
181
|
SettingsSolid: '@telus-uds/palette-koodo/build/web/icons/settings-solid.icon.svg',
|
package/package.json
CHANGED
package/palette.json
CHANGED
|
@@ -669,7 +669,12 @@
|
|
|
669
669
|
"tags": ["Interface", "VideoPlayer"],
|
|
670
670
|
"value": "icon/replay.svg"
|
|
671
671
|
},
|
|
672
|
+
"RightCircle": {
|
|
673
|
+
"tags": ["General"],
|
|
674
|
+
"value": "icon/right-circle.svg"
|
|
675
|
+
},
|
|
672
676
|
"RightCirlce": {
|
|
677
|
+
"description": "TODO: remove in next major release",
|
|
673
678
|
"tags": ["General"],
|
|
674
679
|
"value": "icon/right-circle.svg"
|
|
675
680
|
},
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|