@telus-uds/palette-allium 1.0.0-prerelease.2 → 1.0.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.md +32 -0
- package/build/android/border.xml +2 -2
- package/build/android/color.xml +31 -30
- package/build/android/font_size.xml +1 -1
- package/build/android/radius.xml +3 -3
- package/build/android/size.xml +11 -9
- package/build/ios/Border.swift +1 -1
- package/build/ios/Color.swift +2 -1
- package/build/ios/FontSize.swift +1 -1
- package/build/ios/Radius.swift +1 -1
- package/build/ios/Size.swift +3 -1
- package/build/rn/fonts/HelveticaNow-300.otf +0 -0
- package/build/rn/fonts/HelveticaNow-400.otf +0 -0
- package/build/rn/fonts/HelveticaNow-500.otf +0 -0
- package/build/rn/fonts/HelveticaNow-700.otf +0 -0
- package/build/rn/icons/index.js +214 -640
- package/build/rn/palette.js +198 -159
- package/build/web/fonts/fonts-cdn-family.css +4 -4
- package/build/web/fonts/fonts-cdn.css +4 -4
- package/build/web/fonts/fonts-local-family.css +4 -4
- package/build/web/fonts/fonts-local.css +4 -4
- package/build/web/fonts/v1_0_0-prerelease_2-HelveticaNow-300-sEXquV0-DxeUjUK_LEVH2.otf +0 -0
- package/build/web/fonts/v1_0_0-prerelease_2-HelveticaNow-400-vOt-crayiiC5ByzyVGdey.otf +0 -0
- package/build/web/fonts/v1_0_0-prerelease_2-HelveticaNow-500-Xbph8eEbYo6U-ShDC7ixx.otf +0 -0
- package/build/web/fonts/v1_0_0-prerelease_2-HelveticaNow-700-XVlDzqg5sr81ujefoaDWu.otf +0 -0
- package/build/web/icons/index.js +214 -640
- package/build/web/palette.js +130 -124
- package/package.json +2 -2
- package/build/web/fonts/v1_0_0-prerelease_1-HelveticaNow-300-cYJbOK5Wjb0gWM6k_Jo2e.otf +0 -0
- package/build/web/fonts/v1_0_0-prerelease_1-HelveticaNow-400-gropvn5vwjTQ5_DIAlEg3.otf +0 -0
- package/build/web/fonts/v1_0_0-prerelease_1-HelveticaNow-500-WmJJ0xZA_Z-ecjdH21pwC.otf +0 -0
- package/build/web/fonts/v1_0_0-prerelease_1-HelveticaNow-700-ZVeBMUkNq0wZu_Vgd2Iuj.otf +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,38 @@
|
|
|
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
|
+
## [1.0.0](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v1.0.0-prerelease.2...@telus-uds/palette-allium/v1.0.0) (2022-02-03)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- add partial radial gradient support ([#1240](https://github.com/telus/universal-design-system/issues/1240)) ([11299ce](https://github.com/telus/universal-design-system/commit/11299cecdc911ca2f461856dc8f94753d0cce575))
|
|
10
|
+
- **themes:** validate theme token types ([#1221](https://github.com/telus/universal-design-system/issues/1221)) ([dae382d](https://github.com/telus/universal-design-system/commit/dae382d19f86b88cd5de9df8c94f8200aee5b33f))
|
|
11
|
+
|
|
12
|
+
### Change summary (does not include documentation changes)
|
|
13
|
+
|
|
14
|
+
#### New keys
|
|
15
|
+
|
|
16
|
+
- `color.redDarker`
|
|
17
|
+
- `gradient.base.specification`
|
|
18
|
+
- `gradient.base.stops.0.color`
|
|
19
|
+
- `gradient.base.stops.0.stop`
|
|
20
|
+
- `gradient.base.stops.1.color`
|
|
21
|
+
- `gradient.base.stops.1.stop`
|
|
22
|
+
- `gradient.base.type`
|
|
23
|
+
- `gradient.brand.angle`
|
|
24
|
+
- `gradient.brand.stops.0.color`
|
|
25
|
+
- `gradient.brand.stops.0.hint`
|
|
26
|
+
- `gradient.brand.stops.1.color`
|
|
27
|
+
- `gradient.brand.type`
|
|
28
|
+
- `shadow.surfaceEmboss.blur`
|
|
29
|
+
- `shadow.surfaceEmboss.color`
|
|
30
|
+
- `shadow.surfaceEmboss.inset`
|
|
31
|
+
- `shadow.surfaceEmboss.offsetX`
|
|
32
|
+
- `shadow.surfaceEmboss.offsetY`
|
|
33
|
+
- `shadow.surfaceEmboss.spread`
|
|
34
|
+
- `size.size1`
|
|
35
|
+
- `size.size3`
|
|
36
|
+
|
|
5
37
|
## [1.0.0-prerelease.2](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v1.0.0-prerelease.1...@telus-uds/palette-allium/v1.0.0-prerelease.2) (2022-01-20)
|
|
6
38
|
|
|
7
39
|
### Features
|
package/build/android/border.xml
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on Thu,
|
|
5
|
+
Generated on Thu, 03 Feb 2022 17:36:27 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
9
|
-
<dimen name="none">0.00dp</dimen>
|
|
10
9
|
<dimen name="border_1">1.00dp</dimen>
|
|
11
10
|
<dimen name="border_2">2.00dp</dimen>
|
|
12
11
|
<dimen name="border_3">3.00dp</dimen>
|
|
13
12
|
<dimen name="border_4">4.00dp</dimen>
|
|
13
|
+
<dimen name="none">0.00dp</dimen>
|
|
14
14
|
|
|
15
15
|
</resources>
|
package/build/android/color.xml
CHANGED
|
@@ -2,48 +2,49 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on Thu,
|
|
5
|
+
Generated on Thu, 03 Feb 2022 17:36:27 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
9
|
-
<color name="
|
|
10
|
-
<color name="
|
|
11
|
-
<color name="
|
|
12
|
-
<color name="
|
|
13
|
-
<color name="
|
|
9
|
+
<color name="amber">#fffaca69</color>
|
|
10
|
+
<color name="amber_dark">#ffb4872c</color>
|
|
11
|
+
<color name="amber_light">#fffff9ee</color>
|
|
12
|
+
<color name="bg_modal">#f7f4f4f7</color>
|
|
13
|
+
<color name="dark_10">#1a000000</color>
|
|
14
|
+
<color name="dark_20">#33000000</color>
|
|
15
|
+
<color name="dark_40">#66000000</color>
|
|
16
|
+
<color name="dark_60">#99000000</color>
|
|
17
|
+
<color name="dark_80">#cc000000</color>
|
|
18
|
+
<color name="dark_97">#f7000000</color>
|
|
14
19
|
<color name="green_accessible">#ff2b8000</color>
|
|
15
20
|
<color name="green_dark_fern">#ff163e06</color>
|
|
21
|
+
<color name="green_panache">#fff4f9f2</color>
|
|
16
22
|
<color name="green_san_felix">#ff1f5c09</color>
|
|
17
|
-
<color name="
|
|
23
|
+
<color name="green_telus">#ff66cc00</color>
|
|
18
24
|
<color name="green_tusk">#ffe3f6d1</color>
|
|
19
|
-
<color name="
|
|
20
|
-
<color name="
|
|
25
|
+
<color name="green_yellow">#ffbfe797</color>
|
|
26
|
+
<color name="grey_alabaster">#fffafafa</color>
|
|
27
|
+
<color name="grey_athens">#fff4f4f7</color>
|
|
21
28
|
<color name="grey_charcoal">#ff414547</color>
|
|
22
|
-
<color name="grey_shuttle">#ff676e73</color>
|
|
23
29
|
<color name="grey_cloud">#ffb2b9bf</color>
|
|
24
30
|
<color name="grey_mystic">#ffe3e6e8</color>
|
|
25
|
-
<color name="
|
|
26
|
-
<color name="
|
|
27
|
-
<color name="
|
|
28
|
-
<color name="
|
|
31
|
+
<color name="grey_shuttle">#ff676e73</color>
|
|
32
|
+
<color name="grey_thunder">#ff2c2e30</color>
|
|
33
|
+
<color name="light_10">#1affffff</color>
|
|
34
|
+
<color name="light_20">#33ffffff</color>
|
|
35
|
+
<color name="light_40">#66ffffff</color>
|
|
36
|
+
<color name="light_60">#99ffffff</color>
|
|
37
|
+
<color name="light_80">#ccffffff</color>
|
|
38
|
+
<color name="light_97">#f7ffffff</color>
|
|
39
|
+
<color name="purple_dark">#ff3f2a54</color>
|
|
40
|
+
<color name="purple_deluge">#ff7c53a5</color>
|
|
41
|
+
<color name="purple_eminence">#ff613889</color>
|
|
42
|
+
<color name="purple_telus">#ff4b286d</color>
|
|
29
43
|
<color name="red">#ffe12339</color>
|
|
44
|
+
<color name="red_dark">#ffc12335</color>
|
|
45
|
+
<color name="red_darker">#ff560c0c</color>
|
|
30
46
|
<color name="red_light">#fffff6f8</color>
|
|
31
|
-
<color name="amber_dark">#ffb4872c</color>
|
|
32
|
-
<color name="amber">#fffaca69</color>
|
|
33
|
-
<color name="amber_light">#fffff9ee</color>
|
|
34
|
-
<color name="light_97">#f7ffffff</color>
|
|
35
|
-
<color name="light_80">#ccffffff</color>
|
|
36
|
-
<color name="light_60">#99ffffff</color>
|
|
37
|
-
<color name="light_40">#66ffffff</color>
|
|
38
|
-
<color name="light_20">#33ffffff</color>
|
|
39
|
-
<color name="light_10">#1affffff</color>
|
|
40
|
-
<color name="dark_97">#f7000000</color>
|
|
41
|
-
<color name="dark_80">#cc000000</color>
|
|
42
|
-
<color name="dark_60">#99000000</color>
|
|
43
|
-
<color name="dark_40">#66000000</color>
|
|
44
|
-
<color name="dark_20">#33000000</color>
|
|
45
|
-
<color name="dark_10">#1a000000</color>
|
|
46
47
|
<color name="transparent">#00000000</color>
|
|
47
|
-
<color name="
|
|
48
|
+
<color name="white">#ffffffff</color>
|
|
48
49
|
|
|
49
50
|
</resources>
|
package/build/android/radius.xml
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on Thu,
|
|
5
|
+
Generated on Thu, 03 Feb 2022 17:36:27 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
9
9
|
<dimen name="none">0.00dp</dimen>
|
|
10
|
+
<dimen name="pill_32">32.00dp</dimen>
|
|
10
11
|
<dimen name="radius_1">1.00dp</dimen>
|
|
12
|
+
<dimen name="radius_12">12.00dp</dimen>
|
|
11
13
|
<dimen name="radius_4">4.00dp</dimen>
|
|
12
14
|
<dimen name="radius_6">6.00dp</dimen>
|
|
13
15
|
<dimen name="radius_8">8.00dp</dimen>
|
|
14
|
-
<dimen name="radius_12">12.00dp</dimen>
|
|
15
|
-
<dimen name="pill_32">32.00dp</dimen>
|
|
16
16
|
|
|
17
17
|
</resources>
|
package/build/android/size.xml
CHANGED
|
@@ -2,33 +2,35 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on Thu,
|
|
5
|
+
Generated on Thu, 03 Feb 2022 17:36:27 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
9
9
|
<dimen name="size_0">0.00dp</dimen>
|
|
10
|
-
<dimen name="
|
|
11
|
-
<dimen name="size_4">4.00dp</dimen>
|
|
12
|
-
<dimen name="size_8">8.00dp</dimen>
|
|
10
|
+
<dimen name="size_1">1.00dp</dimen>
|
|
13
11
|
<dimen name="size_10">10.00dp</dimen>
|
|
14
12
|
<dimen name="size_12">12.00dp</dimen>
|
|
13
|
+
<dimen name="size_120">120.00dp</dimen>
|
|
14
|
+
<dimen name="size_144">144.00dp</dimen>
|
|
15
15
|
<dimen name="size_16">16.00dp</dimen>
|
|
16
|
+
<dimen name="size_192">192.00dp</dimen>
|
|
17
|
+
<dimen name="size_2">2.00dp</dimen>
|
|
16
18
|
<dimen name="size_20">20.00dp</dimen>
|
|
17
19
|
<dimen name="size_24">24.00dp</dimen>
|
|
20
|
+
<dimen name="size_264">264.00dp</dimen>
|
|
18
21
|
<dimen name="size_28">28.00dp</dimen>
|
|
22
|
+
<dimen name="size_288">288.00dp</dimen>
|
|
23
|
+
<dimen name="size_3">3.00dp</dimen>
|
|
19
24
|
<dimen name="size_32">32.00dp</dimen>
|
|
20
25
|
<dimen name="size_36">36.00dp</dimen>
|
|
26
|
+
<dimen name="size_4">4.00dp</dimen>
|
|
21
27
|
<dimen name="size_40">40.00dp</dimen>
|
|
22
28
|
<dimen name="size_44">44.00dp</dimen>
|
|
23
29
|
<dimen name="size_48">48.00dp</dimen>
|
|
24
30
|
<dimen name="size_64">64.00dp</dimen>
|
|
25
31
|
<dimen name="size_72">72.00dp</dimen>
|
|
32
|
+
<dimen name="size_8">8.00dp</dimen>
|
|
26
33
|
<dimen name="size_80">80.00dp</dimen>
|
|
27
34
|
<dimen name="size_96">96.00dp</dimen>
|
|
28
|
-
<dimen name="size_120">120.00dp</dimen>
|
|
29
|
-
<dimen name="size_144">144.00dp</dimen>
|
|
30
|
-
<dimen name="size_192">192.00dp</dimen>
|
|
31
|
-
<dimen name="size_264">264.00dp</dimen>
|
|
32
|
-
<dimen name="size_288">288.00dp</dimen>
|
|
33
35
|
|
|
34
36
|
</resources>
|
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 Thu,
|
|
7
|
+
// Generated on Thu, 03 Feb 2022 17:36:27 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -46,6 +46,7 @@ public enum PaletteColor {
|
|
|
46
46
|
public static let purpleTelus = UIColor(red: 0.294, green: 0.157, blue: 0.427, alpha:1)
|
|
47
47
|
public static let red = UIColor(red: 0.882, green: 0.137, blue: 0.224, alpha:1)
|
|
48
48
|
public static let redDark = UIColor(red: 0.757, green: 0.137, blue: 0.208, alpha:1)
|
|
49
|
+
public static let redDarker = UIColor(red: 0.337, green: 0.047, blue: 0.047, alpha:1)
|
|
49
50
|
public static let redLight = UIColor(red: 1.000, green: 0.965, blue: 0.973, alpha:1)
|
|
50
51
|
public static let transparent = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:0)
|
|
51
52
|
public static let white = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:1)
|
package/build/ios/FontSize.swift
CHANGED
package/build/ios/Radius.swift
CHANGED
package/build/ios/Size.swift
CHANGED
|
@@ -4,13 +4,14 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on Thu,
|
|
7
|
+
// Generated on Thu, 03 Feb 2022 17:36:27 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
11
11
|
|
|
12
12
|
public enum PaletteSize {
|
|
13
13
|
public static let size0 = CGFloat(0)
|
|
14
|
+
public static let size1 = CGFloat(1)
|
|
14
15
|
public static let size10 = CGFloat(10)
|
|
15
16
|
public static let size12 = CGFloat(12)
|
|
16
17
|
public static let size120 = CGFloat(120)
|
|
@@ -23,6 +24,7 @@ public enum PaletteSize {
|
|
|
23
24
|
public static let size264 = CGFloat(264)
|
|
24
25
|
public static let size28 = CGFloat(28)
|
|
25
26
|
public static let size288 = CGFloat(288)
|
|
27
|
+
public static let size3 = CGFloat(3)
|
|
26
28
|
public static let size32 = CGFloat(32)
|
|
27
29
|
public static let size36 = CGFloat(36)
|
|
28
30
|
public static let size4 = CGFloat(4)
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|