@telus-uds/palette-koodo 0.1.0-prerelease.3 → 0.1.0-prerelease.4
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.md +12 -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 +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/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/fonts/{v0_1_0-prerelease_2-StagSans-300-SIdtvc1GNy55QQVhWJb65.otf → v0_1_0-prerelease_3-StagSans-300-sLT1MmpRsuPLSDRRGOhC0.otf} +0 -0
- package/build/web/fonts/{v0_1_0-prerelease_2-StagSans-400-Q03VUUPzb-J1uH_0Tp_zJ.otf → v0_1_0-prerelease_3-StagSans-400-67cZTqZXiJtGc66lne43n.otf} +0 -0
- package/build/web/fonts/{v0_1_0-prerelease_2-StagSans-500-cv8pFY_SGXh6QYDVZ3r4U.otf → v0_1_0-prerelease_3-StagSans-500-Vtx9X6AxXIm5sAB2O7EpR.otf} +0 -0
- package/build/web/fonts/{v0_1_0-prerelease_2-StagSans-600-Glr-vkbc0VFpKwEguJghZ.otf → v0_1_0-prerelease_3-StagSans-600-XXrMTsz039b_ZRWQqQiJc.otf} +0 -0
- package/build/web/fonts/{v0_1_0-prerelease_2-StagSans-700-3W5GmkJ3rhaHpdgnJQjSA.otf → v0_1_0-prerelease_3-StagSans-700-F47eH_w_GZXuWhY9xqssy.otf} +0 -0
- package/build/web/palette.js +7 -6
- package/package.json +1 -1
- package/palette.json +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [0.1.0-prerelease.4](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-koodo/v0.1.0-prerelease.3...@telus-uds/palette-koodo/v0.1.0-prerelease.4) (2022-03-02)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- align Koodo StepTracker component with Figma ([#1377](https://github.com/telus/universal-design-system/issues/1377)) ([d083584](https://github.com/telus/universal-design-system/commit/d083584880100617fb5402558a1538097912fef8))
|
|
10
|
+
|
|
11
|
+
### Change summary (does not include documentation changes)
|
|
12
|
+
|
|
13
|
+
#### New keys
|
|
14
|
+
|
|
15
|
+
- `size.size15`
|
|
16
|
+
|
|
5
17
|
## [0.1.0-prerelease.3](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-koodo/v0.1.0-prerelease.2...@telus-uds/palette-koodo/v0.1.0-prerelease.3) (2022-02-28)
|
|
6
18
|
|
|
7
19
|
### Features
|
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
|
|
5
|
+
Generated on Wed, 02 Mar 2022 14:17:43 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
<dimen name="size_12">12.00dp</dimen>
|
|
13
13
|
<dimen name="size_120">120.00dp</dimen>
|
|
14
14
|
<dimen name="size_14">14.00dp</dimen>
|
|
15
|
+
<dimen name="size_15">15.00dp</dimen>
|
|
15
16
|
<dimen name="size_16">16.00dp</dimen>
|
|
16
17
|
<dimen name="size_2">2.00dp</dimen>
|
|
17
18
|
<dimen name="size_20">20.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
|
|
7
|
+
// Generated on Wed, 02 Mar 2022 14:17:43 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -16,6 +16,7 @@ public enum PaletteSize {
|
|
|
16
16
|
public static let size12 = CGFloat(12)
|
|
17
17
|
public static let size120 = CGFloat(120)
|
|
18
18
|
public static let size14 = CGFloat(14)
|
|
19
|
+
public static let size15 = CGFloat(15)
|
|
19
20
|
public static let size16 = CGFloat(16)
|
|
20
21
|
public static let size2 = CGFloat(2)
|
|
21
22
|
public static let size20 = CGFloat(20)
|
package/build/rn/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 02 Mar 2022 14:17:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -136,6 +136,7 @@ module.exports = {
|
|
|
136
136
|
size12: 12,
|
|
137
137
|
size120: 120,
|
|
138
138
|
size14: 14,
|
|
139
|
+
size15: 15,
|
|
139
140
|
size16: 16,
|
|
140
141
|
size2: 2,
|
|
141
142
|
size20: 20,
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans';
|
|
3
|
-
src: url('https://cdn.telus.digital/uds/v0_1_0-
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_3-StagSans-300-sLT1MmpRsuPLSDRRGOhC0.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/v0_1_0-
|
|
10
|
+
src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_3-StagSans-400-67cZTqZXiJtGc66lne43n.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/v0_1_0-
|
|
17
|
+
src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_3-StagSans-500-Vtx9X6AxXIm5sAB2O7EpR.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/v0_1_0-
|
|
24
|
+
src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_3-StagSans-600-XXrMTsz039b_ZRWQqQiJc.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/v0_1_0-
|
|
31
|
+
src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_3-StagSans-700-F47eH_w_GZXuWhY9xqssy.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/v0_1_0-
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_3-StagSans-300-sLT1MmpRsuPLSDRRGOhC0.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/v0_1_0-
|
|
8
|
+
src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_3-StagSans-400-67cZTqZXiJtGc66lne43n.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/v0_1_0-
|
|
13
|
+
src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_3-StagSans-500-Vtx9X6AxXIm5sAB2O7EpR.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/v0_1_0-
|
|
18
|
+
src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_3-StagSans-600-XXrMTsz039b_ZRWQqQiJc.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/v0_1_0-
|
|
23
|
+
src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_3-StagSans-700-F47eH_w_GZXuWhY9xqssy.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans';
|
|
3
|
-
src: url('./v0_1_0-
|
|
3
|
+
src: url('./v0_1_0-prerelease_3-StagSans-300-sLT1MmpRsuPLSDRRGOhC0.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('./v0_1_0-
|
|
10
|
+
src: url('./v0_1_0-prerelease_3-StagSans-400-67cZTqZXiJtGc66lne43n.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('./v0_1_0-
|
|
17
|
+
src: url('./v0_1_0-prerelease_3-StagSans-500-Vtx9X6AxXIm5sAB2O7EpR.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('./v0_1_0-
|
|
24
|
+
src: url('./v0_1_0-prerelease_3-StagSans-600-XXrMTsz039b_ZRWQqQiJc.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('./v0_1_0-
|
|
31
|
+
src: url('./v0_1_0-prerelease_3-StagSans-700-F47eH_w_GZXuWhY9xqssy.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('./v0_1_0-
|
|
3
|
+
src: url('./v0_1_0-prerelease_3-StagSans-300-sLT1MmpRsuPLSDRRGOhC0.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'StagSans400normal';
|
|
8
|
-
src: url('./v0_1_0-
|
|
8
|
+
src: url('./v0_1_0-prerelease_3-StagSans-400-67cZTqZXiJtGc66lne43n.otf');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'StagSans500normal';
|
|
13
|
-
src: url('./v0_1_0-
|
|
13
|
+
src: url('./v0_1_0-prerelease_3-StagSans-500-Vtx9X6AxXIm5sAB2O7EpR.otf');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'StagSans600normal';
|
|
18
|
-
src: url('./v0_1_0-
|
|
18
|
+
src: url('./v0_1_0-prerelease_3-StagSans-600-XXrMTsz039b_ZRWQqQiJc.otf');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'StagSans700normal';
|
|
23
|
-
src: url('./v0_1_0-
|
|
23
|
+
src: url('./v0_1_0-prerelease_3-StagSans-700-F47eH_w_GZXuWhY9xqssy.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/build/web/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 02 Mar 2022 14:17:43 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -47,11 +47,11 @@ module.exports = {
|
|
|
47
47
|
},
|
|
48
48
|
font: {
|
|
49
49
|
StagSans: {
|
|
50
|
-
300: 'https://cdn.telus.digital/uds/v0_1_0-
|
|
51
|
-
400: 'https://cdn.telus.digital/uds/v0_1_0-
|
|
52
|
-
500: 'https://cdn.telus.digital/uds/v0_1_0-
|
|
53
|
-
600: 'https://cdn.telus.digital/uds/v0_1_0-
|
|
54
|
-
700: 'https://cdn.telus.digital/uds/v0_1_0-
|
|
50
|
+
300: 'https://cdn.telus.digital/uds/v0_1_0-prerelease_3-StagSans-300-sLT1MmpRsuPLSDRRGOhC0.otf',
|
|
51
|
+
400: 'https://cdn.telus.digital/uds/v0_1_0-prerelease_3-StagSans-400-67cZTqZXiJtGc66lne43n.otf',
|
|
52
|
+
500: 'https://cdn.telus.digital/uds/v0_1_0-prerelease_3-StagSans-500-Vtx9X6AxXIm5sAB2O7EpR.otf',
|
|
53
|
+
600: 'https://cdn.telus.digital/uds/v0_1_0-prerelease_3-StagSans-600-XXrMTsz039b_ZRWQqQiJc.otf',
|
|
54
|
+
700: 'https://cdn.telus.digital/uds/v0_1_0-prerelease_3-StagSans-700-F47eH_w_GZXuWhY9xqssy.otf'
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
fontSize: {
|
|
@@ -129,6 +129,7 @@ module.exports = {
|
|
|
129
129
|
size12: '12px',
|
|
130
130
|
size120: '120px',
|
|
131
131
|
size14: '14px',
|
|
132
|
+
size15: '15px',
|
|
132
133
|
size16: '16px',
|
|
133
134
|
size2: '2px',
|
|
134
135
|
size20: '20px',
|
package/package.json
CHANGED