@telus-uds/palette-koodo 0.2.1 → 0.4.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 +7 -2
- 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 +7 -2
- package/build/ios/FontSize.swift +1 -1
- package/build/ios/Radius.swift +1 -1
- package/build/ios/Size.swift +1 -1
- package/build/rn/palette.js +7 -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 +12 -7
- package/package.json +1 -1
- package/palette.json +29 -4
- /package/build/web/fonts/{v0_2_1-StagSans-300-Ng5sOnPm7sDRkVxkDzp1h.otf → v0_4_0-StagSans-300-NRo_hiPR2EXGYkbmrdJKf.otf} +0 -0
- /package/build/web/fonts/{v0_2_1-StagSans-400-ChnY3LlbE9o2eTAi0J5T5.otf → v0_4_0-StagSans-400-6ZZSY_6ZSiIkIp7Llj7Oo.otf} +0 -0
- /package/build/web/fonts/{v0_2_1-StagSans-500-_d_8V6uuGBhkrM1ATWQoy.otf → v0_4_0-StagSans-500-gz47s7yWS811NH61kHvi-.otf} +0 -0
- /package/build/web/fonts/{v0_2_1-StagSans-600-S9V6t7vBx96Ges4qE6DRS.otf → v0_4_0-StagSans-600-68bAmgUYjgbm-wqjuuyJn.otf} +0 -0
- /package/build/web/fonts/{v0_2_1-StagSans-700-AMFclBvEBIWlN_33Ncjkr.otf → v0_4_0-StagSans-700-oZrk62FCHtxay2ZCsw_It.otf} +0 -0
package/build/android/border.xml
CHANGED
package/build/android/color.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Tue, 07 Mar 2023 21:12:11 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -16,17 +16,22 @@
|
|
|
16
16
|
<color name="carousel_pink">#fffae6f4</color>
|
|
17
17
|
<color name="chathams_blue">#ff17367d</color>
|
|
18
18
|
<color name="dark_blue">#ff0083b3</color>
|
|
19
|
-
<color name="dark_mosque">#ff014847</color>
|
|
20
19
|
<color name="dove">#ff666666</color>
|
|
20
|
+
<color name="dove_dark">#ff5c5c5c</color>
|
|
21
21
|
<color name="flirt">#ff7c1366</color>
|
|
22
22
|
<color name="gallery">#ffefefef</color>
|
|
23
|
+
<color name="grey_light">#fffafafa</color>
|
|
23
24
|
<color name="hibiscus">#ffc53a70</color>
|
|
24
25
|
<color name="iceberg">#ffcbf0e8</color>
|
|
26
|
+
<color name="icicle">#ffe5f7fb</color>
|
|
27
|
+
<color name="icicle_dark">#ffbbeaf5</color>
|
|
25
28
|
<color name="mint_tulip">#ffc1f2e8</color>
|
|
26
29
|
<color name="mortar">#ff595959</color>
|
|
27
30
|
<color name="mosque">#ff016b6a</color>
|
|
31
|
+
<color name="mosque_dark">#ff1b4746</color>
|
|
28
32
|
<color name="notification_error_bg">#fff8dde3</color>
|
|
29
33
|
<color name="onahau">#ffc3efff</color>
|
|
34
|
+
<color name="piggy_pink">#fff8dde3</color>
|
|
30
35
|
<color name="sea_buckthorn">#fffbaf34</color>
|
|
31
36
|
<color name="silver">#ffc9c8c8</color>
|
|
32
37
|
<color name="texas">#fff9f6a5</color>
|
package/build/android/radius.xml
CHANGED
package/build/android/size.xml
CHANGED
package/build/ios/Border.swift
CHANGED
package/build/ios/Color.swift
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Tue, 07 Mar 2023 21:12:11 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -20,17 +20,22 @@ public enum PaletteColor {
|
|
|
20
20
|
public static let carouselPink = UIColor(red: 0.980, green: 0.902, blue: 0.957, alpha: 1)
|
|
21
21
|
public static let chathamsBlue = UIColor(red: 0.090, green: 0.212, blue: 0.490, alpha: 1)
|
|
22
22
|
public static let darkBlue = UIColor(red: 0.000, green: 0.514, blue: 0.702, alpha: 1)
|
|
23
|
-
public static let darkMosque = UIColor(red: 0.004, green: 0.282, blue: 0.278, alpha: 1)
|
|
24
23
|
public static let dove = UIColor(red: 0.400, green: 0.400, blue: 0.400, alpha: 1)
|
|
24
|
+
public static let doveDark = UIColor(red: 0.361, green: 0.361, blue: 0.361, alpha: 1)
|
|
25
25
|
public static let flirt = UIColor(red: 0.486, green: 0.075, blue: 0.400, alpha: 1)
|
|
26
26
|
public static let gallery = UIColor(red: 0.937, green: 0.937, blue: 0.937, alpha: 1)
|
|
27
|
+
public static let greyLight = UIColor(red: 0.980, green: 0.980, blue: 0.980, alpha: 1)
|
|
27
28
|
public static let hibiscus = UIColor(red: 0.773, green: 0.227, blue: 0.439, alpha: 1)
|
|
28
29
|
public static let iceberg = UIColor(red: 0.796, green: 0.941, blue: 0.910, alpha: 1)
|
|
30
|
+
public static let icicle = UIColor(red: 0.898, green: 0.969, blue: 0.984, alpha: 1)
|
|
31
|
+
public static let icicleDark = UIColor(red: 0.733, green: 0.918, blue: 0.961, alpha: 1)
|
|
29
32
|
public static let mintTulip = UIColor(red: 0.757, green: 0.949, blue: 0.910, alpha: 1)
|
|
30
33
|
public static let mortar = UIColor(red: 0.349, green: 0.349, blue: 0.349, alpha: 1)
|
|
31
34
|
public static let mosque = UIColor(red: 0.004, green: 0.420, blue: 0.416, alpha: 1)
|
|
35
|
+
public static let mosqueDark = UIColor(red: 0.106, green: 0.278, blue: 0.275, alpha: 1)
|
|
32
36
|
public static let notificationErrorBg = UIColor(red: 0.973, green: 0.867, blue: 0.890, alpha: 1)
|
|
33
37
|
public static let onahau = UIColor(red: 0.765, green: 0.937, blue: 1.000, alpha: 1)
|
|
38
|
+
public static let piggyPink = UIColor(red: 0.973, green: 0.867, blue: 0.890, alpha: 1)
|
|
34
39
|
public static let seaBuckthorn = UIColor(red: 0.984, green: 0.686, blue: 0.204, alpha: 1)
|
|
35
40
|
public static let silver = UIColor(red: 0.788, green: 0.784, blue: 0.784, alpha: 1)
|
|
36
41
|
public static let texas = UIColor(red: 0.976, green: 0.965, blue: 0.647, alpha: 1)
|
package/build/ios/FontSize.swift
CHANGED
package/build/ios/Radius.swift
CHANGED
package/build/ios/Size.swift
CHANGED
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, 07 Mar 2023 21:12:12 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -21,17 +21,22 @@ module.exports = {
|
|
|
21
21
|
carouselPink: '#fae6f4',
|
|
22
22
|
chathamsBlue: '#17367d',
|
|
23
23
|
darkBlue: '#0083b3',
|
|
24
|
-
darkMosque: '#014847',
|
|
25
24
|
dove: '#666666',
|
|
25
|
+
doveDark: '#5c5c5c',
|
|
26
26
|
flirt: '#7c1366',
|
|
27
27
|
gallery: '#efefef',
|
|
28
|
+
greyLight: '#fafafa',
|
|
28
29
|
hibiscus: '#c53a70',
|
|
29
30
|
iceberg: '#cbf0e8',
|
|
31
|
+
icicle: '#e5f7fb',
|
|
32
|
+
icicleDark: '#bbeaf5',
|
|
30
33
|
mintTulip: '#c1f2e8',
|
|
31
34
|
mortar: '#595959',
|
|
32
35
|
mosque: '#016b6a',
|
|
36
|
+
mosqueDark: '#1b4746',
|
|
33
37
|
notificationErrorBg: '#f8dde3',
|
|
34
38
|
onahau: '#c3efff',
|
|
39
|
+
piggyPink: '#f8dde3',
|
|
35
40
|
seaBuckthorn: '#fbaf34',
|
|
36
41
|
silver: '#c9c8c8',
|
|
37
42
|
texas: '#f9f6a5',
|
|
@@ -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_4_0-StagSans-300-NRo_hiPR2EXGYkbmrdJKf.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_4_0-StagSans-400-6ZZSY_6ZSiIkIp7Llj7Oo.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_4_0-StagSans-500-gz47s7yWS811NH61kHvi-.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_4_0-StagSans-600-68bAmgUYjgbm-wqjuuyJn.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_4_0-StagSans-700-oZrk62FCHtxay2ZCsw_It.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_4_0-StagSans-300-NRo_hiPR2EXGYkbmrdJKf.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_4_0-StagSans-400-6ZZSY_6ZSiIkIp7Llj7Oo.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_4_0-StagSans-500-gz47s7yWS811NH61kHvi-.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_4_0-StagSans-600-68bAmgUYjgbm-wqjuuyJn.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_4_0-StagSans-700-oZrk62FCHtxay2ZCsw_It.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_4_0-StagSans-300-NRo_hiPR2EXGYkbmrdJKf.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_4_0-StagSans-400-6ZZSY_6ZSiIkIp7Llj7Oo.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_4_0-StagSans-500-gz47s7yWS811NH61kHvi-.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_4_0-StagSans-600-68bAmgUYjgbm-wqjuuyJn.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_4_0-StagSans-700-oZrk62FCHtxay2ZCsw_It.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_4_0-StagSans-300-NRo_hiPR2EXGYkbmrdJKf.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'StagSans400normal';
|
|
8
|
-
src: url('./
|
|
8
|
+
src: url('./v0_4_0-StagSans-400-6ZZSY_6ZSiIkIp7Llj7Oo.otf');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'StagSans500normal';
|
|
13
|
-
src: url('./
|
|
13
|
+
src: url('./v0_4_0-StagSans-500-gz47s7yWS811NH61kHvi-.otf');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'StagSans600normal';
|
|
18
|
-
src: url('./
|
|
18
|
+
src: url('./v0_4_0-StagSans-600-68bAmgUYjgbm-wqjuuyJn.otf');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'StagSans700normal';
|
|
23
|
-
src: url('./
|
|
23
|
+
src: url('./v0_4_0-StagSans-700-oZrk62FCHtxay2ZCsw_It.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 Tue, 07 Mar 2023 21:12:11 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -21,17 +21,22 @@ module.exports = {
|
|
|
21
21
|
carouselPink: '#fae6f4',
|
|
22
22
|
chathamsBlue: '#17367d',
|
|
23
23
|
darkBlue: '#0083b3',
|
|
24
|
-
darkMosque: '#014847',
|
|
25
24
|
dove: '#666666',
|
|
25
|
+
doveDark: '#5c5c5c',
|
|
26
26
|
flirt: '#7c1366',
|
|
27
27
|
gallery: '#efefef',
|
|
28
|
+
greyLight: '#fafafa',
|
|
28
29
|
hibiscus: '#c53a70',
|
|
29
30
|
iceberg: '#cbf0e8',
|
|
31
|
+
icicle: '#e5f7fb',
|
|
32
|
+
icicleDark: '#bbeaf5',
|
|
30
33
|
mintTulip: '#c1f2e8',
|
|
31
34
|
mortar: '#595959',
|
|
32
35
|
mosque: '#016b6a',
|
|
36
|
+
mosqueDark: '#1b4746',
|
|
33
37
|
notificationErrorBg: '#f8dde3',
|
|
34
38
|
onahau: '#c3efff',
|
|
39
|
+
piggyPink: '#f8dde3',
|
|
35
40
|
seaBuckthorn: '#fbaf34',
|
|
36
41
|
silver: '#c9c8c8',
|
|
37
42
|
texas: '#f9f6a5',
|
|
@@ -48,11 +53,11 @@ module.exports = {
|
|
|
48
53
|
},
|
|
49
54
|
font: {
|
|
50
55
|
StagSans: {
|
|
51
|
-
300: 'https://cdn.telus.digital/uds/
|
|
52
|
-
400: 'https://cdn.telus.digital/uds/
|
|
53
|
-
500: 'https://cdn.telus.digital/uds/
|
|
54
|
-
600: 'https://cdn.telus.digital/uds/
|
|
55
|
-
700: 'https://cdn.telus.digital/uds/
|
|
56
|
+
300: 'https://cdn.telus.digital/uds/v0_4_0-StagSans-300-NRo_hiPR2EXGYkbmrdJKf.otf',
|
|
57
|
+
400: 'https://cdn.telus.digital/uds/v0_4_0-StagSans-400-6ZZSY_6ZSiIkIp7Llj7Oo.otf',
|
|
58
|
+
500: 'https://cdn.telus.digital/uds/v0_4_0-StagSans-500-gz47s7yWS811NH61kHvi-.otf',
|
|
59
|
+
600: 'https://cdn.telus.digital/uds/v0_4_0-StagSans-600-68bAmgUYjgbm-wqjuuyJn.otf',
|
|
60
|
+
700: 'https://cdn.telus.digital/uds/v0_4_0-StagSans-700-oZrk62FCHtxay2ZCsw_It.otf'
|
|
56
61
|
}
|
|
57
62
|
},
|
|
58
63
|
fontSize: {
|
package/package.json
CHANGED
package/palette.json
CHANGED
|
@@ -70,15 +70,15 @@
|
|
|
70
70
|
"tags": [],
|
|
71
71
|
"value": "rgb(0, 131, 179)"
|
|
72
72
|
},
|
|
73
|
-
"
|
|
73
|
+
"dove": {
|
|
74
74
|
"description": "",
|
|
75
75
|
"tags": [],
|
|
76
|
-
"value": "rgb(
|
|
76
|
+
"value": "rgb(102, 102, 102)"
|
|
77
77
|
},
|
|
78
|
-
"
|
|
78
|
+
"doveDark": {
|
|
79
79
|
"description": "",
|
|
80
80
|
"tags": [],
|
|
81
|
-
"value": "rgb(
|
|
81
|
+
"value": "rgb(92, 92, 92)"
|
|
82
82
|
},
|
|
83
83
|
"flirt": {
|
|
84
84
|
"description": "",
|
|
@@ -90,6 +90,11 @@
|
|
|
90
90
|
"tags": [],
|
|
91
91
|
"value": "rgb(239, 239, 239)"
|
|
92
92
|
},
|
|
93
|
+
"greyLight": {
|
|
94
|
+
"description": "",
|
|
95
|
+
"tags": [],
|
|
96
|
+
"value": "rgb(250, 250, 250)"
|
|
97
|
+
},
|
|
93
98
|
"hibiscus": {
|
|
94
99
|
"description": "",
|
|
95
100
|
"tags": [],
|
|
@@ -100,6 +105,16 @@
|
|
|
100
105
|
"tags": [],
|
|
101
106
|
"value": "rgb(203, 240, 232)"
|
|
102
107
|
},
|
|
108
|
+
"icicle": {
|
|
109
|
+
"description": "",
|
|
110
|
+
"tags": [],
|
|
111
|
+
"value": "rgb(229, 247, 251)"
|
|
112
|
+
},
|
|
113
|
+
"icicleDark": {
|
|
114
|
+
"description": "",
|
|
115
|
+
"tags": [],
|
|
116
|
+
"value": "rgb(187, 234, 245)"
|
|
117
|
+
},
|
|
103
118
|
"mintTulip": {
|
|
104
119
|
"description": "",
|
|
105
120
|
"tags": [],
|
|
@@ -115,6 +130,11 @@
|
|
|
115
130
|
"tags": ["brand"],
|
|
116
131
|
"value": "rgb(1, 107, 106)"
|
|
117
132
|
},
|
|
133
|
+
"mosqueDark": {
|
|
134
|
+
"description": "",
|
|
135
|
+
"tags": [],
|
|
136
|
+
"value": "rgb(27, 71, 70)"
|
|
137
|
+
},
|
|
118
138
|
"notificationErrorBg": {
|
|
119
139
|
"description": "Used for error notifications, tbc if should be in palette",
|
|
120
140
|
"tags": [],
|
|
@@ -125,6 +145,11 @@
|
|
|
125
145
|
"tags": ["ui"],
|
|
126
146
|
"value": "rgb(195, 239, 255)"
|
|
127
147
|
},
|
|
148
|
+
"piggyPink": {
|
|
149
|
+
"description": "",
|
|
150
|
+
"tags": [],
|
|
151
|
+
"value": "rgb(248, 221, 227)"
|
|
152
|
+
},
|
|
128
153
|
"seaBuckthorn": {
|
|
129
154
|
"description": "",
|
|
130
155
|
"tags": [],
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|