@telus-uds/palette-koodo 0.17.0 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/android/border.xml +1 -1
- package/build/android/color.xml +1 -1
- package/build/android/font_size.xml +3 -1
- package/build/android/radius.xml +1 -1
- package/build/android/size.xml +6 -1
- package/build/ios/Border.swift +1 -1
- package/build/ios/Color.swift +1 -1
- package/build/ios/FontSize.swift +3 -1
- package/build/ios/Radius.swift +1 -1
- package/build/ios/Size.swift +6 -1
- package/build/rn/palette.js +12 -2
- 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/palette.js +17 -7
- package/package.json +1 -1
- package/palette.json +34 -0
- /package/build/web/fonts/{v0_17_0-StagSans-300-stqEgWPEpD4GcTiCJWcQe.otf → v0_19_0-StagSans-300--eR60FGUnKgHmkKLBRy1y.otf} +0 -0
- /package/build/web/fonts/{v0_17_0-StagSans-400-8xs4Mfyaew3zIOneNi-Qp.otf → v0_19_0-StagSans-400-J_2MGt1FJ3VnxMkCN8j0X.otf} +0 -0
- /package/build/web/fonts/{v0_17_0-StagSans-500-wOoKU1b6tNssjZdyxpboK.otf → v0_19_0-StagSans-500-1pDMuBfcfivfIn2ZDtOaF.otf} +0 -0
- /package/build/web/fonts/{v0_17_0-StagSans-600-hRfXf8Tih_TEGsC6XaKjH.otf → v0_19_0-StagSans-600--IXACAvLoUWZuZRxddwKN.otf} +0 -0
- /package/build/web/fonts/{v0_17_0-StagSans-700-yKUZH_VZkGOn8LxfFCenp.otf → v0_19_0-StagSans-700-B1IhmLCs_fk7yD26Y4Gi5.otf} +0 -0
package/build/android/border.xml
CHANGED
package/build/android/color.xml
CHANGED
|
@@ -2,12 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Fri, 16 Jun 2023 21:09:19 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
9
9
|
<dimen name="size_12">12.00sp</dimen>
|
|
10
10
|
<dimen name="size_14">14.00sp</dimen>
|
|
11
|
+
<dimen name="size_15">15.00sp</dimen>
|
|
11
12
|
<dimen name="size_16">16.00sp</dimen>
|
|
12
13
|
<dimen name="size_18">18.00sp</dimen>
|
|
13
14
|
<dimen name="size_2">2.00sp</dimen>
|
|
@@ -25,5 +26,6 @@
|
|
|
25
26
|
<dimen name="size_56">56.00sp</dimen>
|
|
26
27
|
<dimen name="size_64">64.00sp</dimen>
|
|
27
28
|
<dimen name="size_70">70.00sp</dimen>
|
|
29
|
+
<dimen name="size_72">72.00sp</dimen>
|
|
28
30
|
|
|
29
31
|
</resources>
|
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 Fri, 16 Jun 2023 21:09:19 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_128">128.00dp</dimen>
|
|
15
|
+
<dimen name="size_13">13.00dp</dimen>
|
|
15
16
|
<dimen name="size_14">14.00dp</dimen>
|
|
16
17
|
<dimen name="size_140">140.00dp</dimen>
|
|
17
18
|
<dimen name="size_144">144.00dp</dimen>
|
|
@@ -30,12 +31,16 @@
|
|
|
30
31
|
<dimen name="size_288">288.00dp</dimen>
|
|
31
32
|
<dimen name="size_3">3.00dp</dimen>
|
|
32
33
|
<dimen name="size_32">32.00dp</dimen>
|
|
34
|
+
<dimen name="size_320">320.00dp</dimen>
|
|
33
35
|
<dimen name="size_36">36.00dp</dimen>
|
|
34
36
|
<dimen name="size_4">4.00dp</dimen>
|
|
35
37
|
<dimen name="size_40">40.00dp</dimen>
|
|
38
|
+
<dimen name="size_412">412.00dp</dimen>
|
|
36
39
|
<dimen name="size_44">44.00dp</dimen>
|
|
37
40
|
<dimen name="size_48">48.00dp</dimen>
|
|
41
|
+
<dimen name="size_480">480.00dp</dimen>
|
|
38
42
|
<dimen name="size_5">5.00dp</dimen>
|
|
43
|
+
<dimen name="size_544">544.00dp</dimen>
|
|
39
44
|
<dimen name="size_6">6.00dp</dimen>
|
|
40
45
|
<dimen name="size_64">64.00dp</dimen>
|
|
41
46
|
<dimen name="size_640">640.00dp</dimen>
|
package/build/ios/Border.swift
CHANGED
package/build/ios/Color.swift
CHANGED
package/build/ios/FontSize.swift
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 16 Jun 2023 21:09:19 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -12,6 +12,7 @@ import UIKit
|
|
|
12
12
|
public enum PaletteFontSize {
|
|
13
13
|
public static let size12 = CGFloat(12)
|
|
14
14
|
public static let size14 = CGFloat(14)
|
|
15
|
+
public static let size15 = CGFloat(15)
|
|
15
16
|
public static let size16 = CGFloat(16)
|
|
16
17
|
public static let size18 = CGFloat(18)
|
|
17
18
|
public static let size2 = CGFloat(2)
|
|
@@ -29,4 +30,5 @@ public enum PaletteFontSize {
|
|
|
29
30
|
public static let size56 = CGFloat(56)
|
|
30
31
|
public static let size64 = CGFloat(64)
|
|
31
32
|
public static let size70 = CGFloat(70)
|
|
33
|
+
public static let size72 = CGFloat(72)
|
|
32
34
|
}
|
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 Fri, 16 Jun 2023 21:09:19 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 size128 = CGFloat(128)
|
|
19
|
+
public static let size13 = CGFloat(13)
|
|
19
20
|
public static let size14 = CGFloat(14)
|
|
20
21
|
public static let size140 = CGFloat(140)
|
|
21
22
|
public static let size144 = CGFloat(144)
|
|
@@ -34,12 +35,16 @@ public enum PaletteSize {
|
|
|
34
35
|
public static let size288 = CGFloat(288)
|
|
35
36
|
public static let size3 = CGFloat(3)
|
|
36
37
|
public static let size32 = CGFloat(32)
|
|
38
|
+
public static let size320 = CGFloat(320)
|
|
37
39
|
public static let size36 = CGFloat(36)
|
|
38
40
|
public static let size4 = CGFloat(4)
|
|
39
41
|
public static let size40 = CGFloat(40)
|
|
42
|
+
public static let size412 = CGFloat(412)
|
|
40
43
|
public static let size44 = CGFloat(44)
|
|
41
44
|
public static let size48 = CGFloat(48)
|
|
45
|
+
public static let size480 = CGFloat(480)
|
|
42
46
|
public static let size5 = CGFloat(5)
|
|
47
|
+
public static let size544 = CGFloat(544)
|
|
43
48
|
public static let size6 = CGFloat(6)
|
|
44
49
|
public static let size64 = CGFloat(64)
|
|
45
50
|
public static let size640 = CGFloat(640)
|
package/build/rn/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 16 Jun 2023 21:09:21 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -69,6 +69,7 @@ module.exports = {
|
|
|
69
69
|
fontSize: {
|
|
70
70
|
size12: 12,
|
|
71
71
|
size14: 14,
|
|
72
|
+
size15: 15,
|
|
72
73
|
size16: 16,
|
|
73
74
|
size18: 18,
|
|
74
75
|
size2: 2,
|
|
@@ -85,7 +86,8 @@ module.exports = {
|
|
|
85
86
|
size54: 54,
|
|
86
87
|
size56: 56,
|
|
87
88
|
size64: 64,
|
|
88
|
-
size70: 70
|
|
89
|
+
size70: 70,
|
|
90
|
+
size72: 72
|
|
89
91
|
},
|
|
90
92
|
icon: {
|
|
91
93
|
Add: '@telus-uds/palette-koodo/build/rn/icons/add.icon.svg',
|
|
@@ -165,9 +167,11 @@ module.exports = {
|
|
|
165
167
|
multiply140: 1.4,
|
|
166
168
|
multiply150: 1.5,
|
|
167
169
|
multiply160: 1.6,
|
|
170
|
+
multiply172: 1.72,
|
|
168
171
|
ratio10to7: 1.42857142857,
|
|
169
172
|
ratio11to5: 2.15,
|
|
170
173
|
ratio11to9: 1.22222222222,
|
|
174
|
+
ratio14to1: 1.45,
|
|
171
175
|
ratio15to7: 2.15,
|
|
172
176
|
ratio16to2: 2,
|
|
173
177
|
ratio17to8: 2.13,
|
|
@@ -178,6 +182,7 @@ module.exports = {
|
|
|
178
182
|
ratio6to5: 1.2,
|
|
179
183
|
ratio7to3: 2.25,
|
|
180
184
|
ratio7to5: 1.4,
|
|
185
|
+
ratio8to5: 1.45,
|
|
181
186
|
ratio8to7: 1.14285714286
|
|
182
187
|
},
|
|
183
188
|
opacity: {
|
|
@@ -261,6 +266,7 @@ module.exports = {
|
|
|
261
266
|
size12: 12,
|
|
262
267
|
size120: 120,
|
|
263
268
|
size128: 128,
|
|
269
|
+
size13: 13,
|
|
264
270
|
size14: 14,
|
|
265
271
|
size140: 140,
|
|
266
272
|
size144: 144,
|
|
@@ -279,12 +285,16 @@ module.exports = {
|
|
|
279
285
|
size288: 288,
|
|
280
286
|
size3: 3,
|
|
281
287
|
size32: 32,
|
|
288
|
+
size320: 320,
|
|
282
289
|
size36: 36,
|
|
283
290
|
size4: 4,
|
|
284
291
|
size40: 40,
|
|
292
|
+
size412: 412,
|
|
285
293
|
size44: 44,
|
|
286
294
|
size48: 48,
|
|
295
|
+
size480: 480,
|
|
287
296
|
size5: 5,
|
|
297
|
+
size544: 544,
|
|
288
298
|
size6: 6,
|
|
289
299
|
size64: 64,
|
|
290
300
|
size640: 640,
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans';
|
|
3
|
-
src: url('https://cdn.telus.digital/uds/
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/v0_19_0-StagSans-300--eR60FGUnKgHmkKLBRy1y.otf');
|
|
4
4
|
font-weight: 300;
|
|
5
5
|
font-style: normal;
|
|
6
6
|
font-display: block;
|
|
7
7
|
}
|
|
8
8
|
@font-face {
|
|
9
9
|
font-family: 'StagSans';
|
|
10
|
-
src: url('https://cdn.telus.digital/uds/
|
|
10
|
+
src: url('https://cdn.telus.digital/uds/v0_19_0-StagSans-400-J_2MGt1FJ3VnxMkCN8j0X.otf');
|
|
11
11
|
font-weight: 400;
|
|
12
12
|
font-style: normal;
|
|
13
13
|
font-display: block;
|
|
14
14
|
}
|
|
15
15
|
@font-face {
|
|
16
16
|
font-family: 'StagSans';
|
|
17
|
-
src: url('https://cdn.telus.digital/uds/
|
|
17
|
+
src: url('https://cdn.telus.digital/uds/v0_19_0-StagSans-500-1pDMuBfcfivfIn2ZDtOaF.otf');
|
|
18
18
|
font-weight: 500;
|
|
19
19
|
font-style: normal;
|
|
20
20
|
font-display: block;
|
|
21
21
|
}
|
|
22
22
|
@font-face {
|
|
23
23
|
font-family: 'StagSans';
|
|
24
|
-
src: url('https://cdn.telus.digital/uds/
|
|
24
|
+
src: url('https://cdn.telus.digital/uds/v0_19_0-StagSans-600--IXACAvLoUWZuZRxddwKN.otf');
|
|
25
25
|
font-weight: 600;
|
|
26
26
|
font-style: normal;
|
|
27
27
|
font-display: block;
|
|
28
28
|
}
|
|
29
29
|
@font-face {
|
|
30
30
|
font-family: 'StagSans';
|
|
31
|
-
src: url('https://cdn.telus.digital/uds/
|
|
31
|
+
src: url('https://cdn.telus.digital/uds/v0_19_0-StagSans-700-B1IhmLCs_fk7yD26Y4Gi5.otf');
|
|
32
32
|
font-weight: 700;
|
|
33
33
|
font-style: normal;
|
|
34
34
|
font-display: block;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans300normal';
|
|
3
|
-
src: url('https://cdn.telus.digital/uds/
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/v0_19_0-StagSans-300--eR60FGUnKgHmkKLBRy1y.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'StagSans400normal';
|
|
8
|
-
src: url('https://cdn.telus.digital/uds/
|
|
8
|
+
src: url('https://cdn.telus.digital/uds/v0_19_0-StagSans-400-J_2MGt1FJ3VnxMkCN8j0X.otf');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'StagSans500normal';
|
|
13
|
-
src: url('https://cdn.telus.digital/uds/
|
|
13
|
+
src: url('https://cdn.telus.digital/uds/v0_19_0-StagSans-500-1pDMuBfcfivfIn2ZDtOaF.otf');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'StagSans600normal';
|
|
18
|
-
src: url('https://cdn.telus.digital/uds/
|
|
18
|
+
src: url('https://cdn.telus.digital/uds/v0_19_0-StagSans-600--IXACAvLoUWZuZRxddwKN.otf');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'StagSans700normal';
|
|
23
|
-
src: url('https://cdn.telus.digital/uds/
|
|
23
|
+
src: url('https://cdn.telus.digital/uds/v0_19_0-StagSans-700-B1IhmLCs_fk7yD26Y4Gi5.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans';
|
|
3
|
-
src: url('./
|
|
3
|
+
src: url('./v0_19_0-StagSans-300--eR60FGUnKgHmkKLBRy1y.otf');
|
|
4
4
|
font-weight: 300;
|
|
5
5
|
font-style: normal;
|
|
6
6
|
font-display: block;
|
|
7
7
|
}
|
|
8
8
|
@font-face {
|
|
9
9
|
font-family: 'StagSans';
|
|
10
|
-
src: url('./
|
|
10
|
+
src: url('./v0_19_0-StagSans-400-J_2MGt1FJ3VnxMkCN8j0X.otf');
|
|
11
11
|
font-weight: 400;
|
|
12
12
|
font-style: normal;
|
|
13
13
|
font-display: block;
|
|
14
14
|
}
|
|
15
15
|
@font-face {
|
|
16
16
|
font-family: 'StagSans';
|
|
17
|
-
src: url('./
|
|
17
|
+
src: url('./v0_19_0-StagSans-500-1pDMuBfcfivfIn2ZDtOaF.otf');
|
|
18
18
|
font-weight: 500;
|
|
19
19
|
font-style: normal;
|
|
20
20
|
font-display: block;
|
|
21
21
|
}
|
|
22
22
|
@font-face {
|
|
23
23
|
font-family: 'StagSans';
|
|
24
|
-
src: url('./
|
|
24
|
+
src: url('./v0_19_0-StagSans-600--IXACAvLoUWZuZRxddwKN.otf');
|
|
25
25
|
font-weight: 600;
|
|
26
26
|
font-style: normal;
|
|
27
27
|
font-display: block;
|
|
28
28
|
}
|
|
29
29
|
@font-face {
|
|
30
30
|
font-family: 'StagSans';
|
|
31
|
-
src: url('./
|
|
31
|
+
src: url('./v0_19_0-StagSans-700-B1IhmLCs_fk7yD26Y4Gi5.otf');
|
|
32
32
|
font-weight: 700;
|
|
33
33
|
font-style: normal;
|
|
34
34
|
font-display: block;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans300normal';
|
|
3
|
-
src: url('./
|
|
3
|
+
src: url('./v0_19_0-StagSans-300--eR60FGUnKgHmkKLBRy1y.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'StagSans400normal';
|
|
8
|
-
src: url('./
|
|
8
|
+
src: url('./v0_19_0-StagSans-400-J_2MGt1FJ3VnxMkCN8j0X.otf');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'StagSans500normal';
|
|
13
|
-
src: url('./
|
|
13
|
+
src: url('./v0_19_0-StagSans-500-1pDMuBfcfivfIn2ZDtOaF.otf');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'StagSans600normal';
|
|
18
|
-
src: url('./
|
|
18
|
+
src: url('./v0_19_0-StagSans-600--IXACAvLoUWZuZRxddwKN.otf');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'StagSans700normal';
|
|
23
|
-
src: url('./
|
|
23
|
+
src: url('./v0_19_0-StagSans-700-B1IhmLCs_fk7yD26Y4Gi5.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
package/build/web/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 16 Jun 2023 21:09:19 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -59,16 +59,17 @@ module.exports = {
|
|
|
59
59
|
},
|
|
60
60
|
font: {
|
|
61
61
|
StagSans: {
|
|
62
|
-
300: 'https://cdn.telus.digital/uds/
|
|
63
|
-
400: 'https://cdn.telus.digital/uds/
|
|
64
|
-
500: 'https://cdn.telus.digital/uds/
|
|
65
|
-
600: 'https://cdn.telus.digital/uds/
|
|
66
|
-
700: 'https://cdn.telus.digital/uds/
|
|
62
|
+
300: 'https://cdn.telus.digital/uds/v0_19_0-StagSans-300--eR60FGUnKgHmkKLBRy1y.otf',
|
|
63
|
+
400: 'https://cdn.telus.digital/uds/v0_19_0-StagSans-400-J_2MGt1FJ3VnxMkCN8j0X.otf',
|
|
64
|
+
500: 'https://cdn.telus.digital/uds/v0_19_0-StagSans-500-1pDMuBfcfivfIn2ZDtOaF.otf',
|
|
65
|
+
600: 'https://cdn.telus.digital/uds/v0_19_0-StagSans-600--IXACAvLoUWZuZRxddwKN.otf',
|
|
66
|
+
700: 'https://cdn.telus.digital/uds/v0_19_0-StagSans-700-B1IhmLCs_fk7yD26Y4Gi5.otf'
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
69
|
fontSize: {
|
|
70
70
|
size12: '0.75rem',
|
|
71
71
|
size14: '0.875rem',
|
|
72
|
+
size15: '0.9375rem',
|
|
72
73
|
size16: '1rem',
|
|
73
74
|
size18: '1.125rem',
|
|
74
75
|
size2: '0.125rem',
|
|
@@ -85,7 +86,8 @@ module.exports = {
|
|
|
85
86
|
size54: '3.375rem',
|
|
86
87
|
size56: '3.5rem',
|
|
87
88
|
size64: '4rem',
|
|
88
|
-
size70: '4.375rem'
|
|
89
|
+
size70: '4.375rem',
|
|
90
|
+
size72: '4.5rem'
|
|
89
91
|
},
|
|
90
92
|
icon: {
|
|
91
93
|
Add: '@telus-uds/palette-koodo/build/web/icons/add.icon.svg',
|
|
@@ -165,9 +167,11 @@ module.exports = {
|
|
|
165
167
|
multiply140: 1.4,
|
|
166
168
|
multiply150: 1.5,
|
|
167
169
|
multiply160: 1.6,
|
|
170
|
+
multiply172: 1.72,
|
|
168
171
|
ratio10to7: 1.42857142857,
|
|
169
172
|
ratio11to5: 2.15,
|
|
170
173
|
ratio11to9: 1.22222222222,
|
|
174
|
+
ratio14to1: 1.45,
|
|
171
175
|
ratio15to7: 2.15,
|
|
172
176
|
ratio16to2: 2,
|
|
173
177
|
ratio17to8: 2.13,
|
|
@@ -178,6 +182,7 @@ module.exports = {
|
|
|
178
182
|
ratio6to5: 1.2,
|
|
179
183
|
ratio7to3: 2.25,
|
|
180
184
|
ratio7to5: 1.4,
|
|
185
|
+
ratio8to5: 1.45,
|
|
181
186
|
ratio8to7: 1.14285714286
|
|
182
187
|
},
|
|
183
188
|
opacity: {
|
|
@@ -212,6 +217,7 @@ module.exports = {
|
|
|
212
217
|
size12: '12px',
|
|
213
218
|
size120: '120px',
|
|
214
219
|
size128: '128px',
|
|
220
|
+
size13: '13px',
|
|
215
221
|
size14: '14px',
|
|
216
222
|
size140: '140px',
|
|
217
223
|
size144: '144px',
|
|
@@ -230,12 +236,16 @@ module.exports = {
|
|
|
230
236
|
size288: '288px',
|
|
231
237
|
size3: '3px',
|
|
232
238
|
size32: '32px',
|
|
239
|
+
size320: '320px',
|
|
233
240
|
size36: '36px',
|
|
234
241
|
size4: '4px',
|
|
235
242
|
size40: '40px',
|
|
243
|
+
size412: '412px',
|
|
236
244
|
size44: '44px',
|
|
237
245
|
size48: '48px',
|
|
246
|
+
size480: '480px',
|
|
238
247
|
size5: '5px',
|
|
248
|
+
size544: '544px',
|
|
239
249
|
size6: '6px',
|
|
240
250
|
size64: '64px',
|
|
241
251
|
size640: '640px',
|
package/package.json
CHANGED
package/palette.json
CHANGED
|
@@ -257,6 +257,9 @@
|
|
|
257
257
|
"size14": {
|
|
258
258
|
"value": 14
|
|
259
259
|
},
|
|
260
|
+
"size15": {
|
|
261
|
+
"value": 15
|
|
262
|
+
},
|
|
260
263
|
"size16": {
|
|
261
264
|
"value": 16
|
|
262
265
|
},
|
|
@@ -307,6 +310,9 @@
|
|
|
307
310
|
},
|
|
308
311
|
"size70": {
|
|
309
312
|
"value": 70
|
|
313
|
+
},
|
|
314
|
+
"size72": {
|
|
315
|
+
"value": 72
|
|
310
316
|
}
|
|
311
317
|
}
|
|
312
318
|
},
|
|
@@ -603,6 +609,9 @@
|
|
|
603
609
|
"multiply160": {
|
|
604
610
|
"value": 1.6
|
|
605
611
|
},
|
|
612
|
+
"multiply172": {
|
|
613
|
+
"value": 1.72
|
|
614
|
+
},
|
|
606
615
|
"ratio10to7": {
|
|
607
616
|
"value": 1.42857142857
|
|
608
617
|
},
|
|
@@ -612,6 +621,9 @@
|
|
|
612
621
|
"ratio11to9": {
|
|
613
622
|
"value": 1.22222222222
|
|
614
623
|
},
|
|
624
|
+
"ratio14to1": {
|
|
625
|
+
"value": 1.45
|
|
626
|
+
},
|
|
615
627
|
"ratio15to7": {
|
|
616
628
|
"value": 2.15
|
|
617
629
|
},
|
|
@@ -642,6 +654,9 @@
|
|
|
642
654
|
"ratio7to5": {
|
|
643
655
|
"value": 1.4
|
|
644
656
|
},
|
|
657
|
+
"ratio8to5": {
|
|
658
|
+
"value": 1.45
|
|
659
|
+
},
|
|
645
660
|
"ratio8to7": {
|
|
646
661
|
"value": 1.14285714286
|
|
647
662
|
}
|
|
@@ -794,6 +809,9 @@
|
|
|
794
809
|
"description": "128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component",
|
|
795
810
|
"value": 128
|
|
796
811
|
},
|
|
812
|
+
"size13": {
|
|
813
|
+
"value": 13
|
|
814
|
+
},
|
|
797
815
|
"size14": {
|
|
798
816
|
"description": "Allows for the PaginationSideButton icon size",
|
|
799
817
|
"value": 14
|
|
@@ -856,6 +874,10 @@
|
|
|
856
874
|
"size32": {
|
|
857
875
|
"value": 32
|
|
858
876
|
},
|
|
877
|
+
"size320": {
|
|
878
|
+
"description": "Used for min width in Multiselect filter ",
|
|
879
|
+
"value": 320
|
|
880
|
+
},
|
|
859
881
|
"size36": {
|
|
860
882
|
"value": 36
|
|
861
883
|
},
|
|
@@ -865,15 +887,27 @@
|
|
|
865
887
|
"size40": {
|
|
866
888
|
"value": 40
|
|
867
889
|
},
|
|
890
|
+
"size412": {
|
|
891
|
+
"description": "Used for min height in Multiselect filter ",
|
|
892
|
+
"value": 412
|
|
893
|
+
},
|
|
868
894
|
"size44": {
|
|
869
895
|
"value": 44
|
|
870
896
|
},
|
|
871
897
|
"size48": {
|
|
872
898
|
"value": 48
|
|
873
899
|
},
|
|
900
|
+
"size480": {
|
|
901
|
+
"description": "Multiselect filter max height at sm - xl breakpoints",
|
|
902
|
+
"value": 480
|
|
903
|
+
},
|
|
874
904
|
"size5": {
|
|
875
905
|
"value": 5
|
|
876
906
|
},
|
|
907
|
+
"size544": {
|
|
908
|
+
"description": "Multiselect filter max width at sm - xl breakpoints",
|
|
909
|
+
"value": 544
|
|
910
|
+
},
|
|
877
911
|
"size6": {
|
|
878
912
|
"value": 6
|
|
879
913
|
},
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|