@telus-uds/palette-allium 0.1.0-prerelease.2 → 0.1.0-prerelease.6

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.
Files changed (34) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/build/android/border.xml +1 -1
  3. package/build/android/color.xml +1 -1
  4. package/build/android/font_size.xml +1 -1
  5. package/build/android/radius.xml +3 -1
  6. package/build/android/size.xml +4 -1
  7. package/build/ios/Border.swift +1 -1
  8. package/build/ios/Color.swift +1 -1
  9. package/build/ios/FontSize.swift +1 -1
  10. package/build/ios/Radius.swift +3 -1
  11. package/build/ios/Size.swift +4 -1
  12. package/build/rn/icons/add.icon.svg +3 -0
  13. package/build/rn/icons/close.icon.svg +3 -0
  14. package/build/rn/icons/index.js +4 -0
  15. package/build/rn/icons/question.icon.svg +3 -0
  16. package/build/rn/icons/quote-left.icon.svg +3 -0
  17. package/build/rn/palette.js +17 -3
  18. package/build/rn/palette.mjs +17 -3
  19. package/build/web/fonts/fonts-cdn-family.css +4 -4
  20. package/build/web/fonts/fonts-cdn.css +4 -4
  21. package/build/web/fonts/fonts-local-family.css +4 -4
  22. package/build/web/fonts/fonts-local.css +4 -4
  23. package/build/web/fonts/{v0_1_0-prerelease_2-HelveticaNow-300.otf → v0_1_0-prerelease_5-HelveticaNow-300-2skwAyuYn357OqvFiKMSt.otf} +0 -0
  24. package/build/web/fonts/{v0_1_0-prerelease_2-HelveticaNow-400.otf → v0_1_0-prerelease_5-HelveticaNow-400-tvkMH-nLsMxdkS5cgTPgy.otf} +0 -0
  25. package/build/web/fonts/{v0_1_0-prerelease_2-HelveticaNow-500.otf → v0_1_0-prerelease_5-HelveticaNow-500-ucnsOQI6_kh5MpOAkvmcw.otf} +0 -0
  26. package/build/web/fonts/{v0_1_0-prerelease_2-HelveticaNow-700.otf → v0_1_0-prerelease_5-HelveticaNow-700-yzuYpUf6evln21sk2O8CS.otf} +0 -0
  27. package/build/web/icons/add.icon.svg +3 -0
  28. package/build/web/icons/close.icon.svg +3 -0
  29. package/build/web/icons/index.js +4 -0
  30. package/build/web/icons/question.icon.svg +3 -0
  31. package/build/web/icons/quote-left.icon.svg +3 -0
  32. package/build/web/palette.js +21 -7
  33. package/build/web/palette.mjs +21 -7
  34. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,57 @@
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.6](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v0.1.0-prerelease.5...@telus-uds/palette-allium/v0.1.0-prerelease.6) (2021-11-23)
6
+
7
+ ### Features
8
+
9
+ - add opacity and duration tokens to palettes ([#754](https://github.com/telus/universal-design-system/issues/754)) ([e1de9a6](https://github.com/telus/universal-design-system/commit/e1de9a62ec78d217677409590ad46e3674aabf2f))
10
+ - **base:** add base `Checkbox` component ([#706](https://github.com/telus/universal-design-system/issues/706)) ([a3fa01a](https://github.com/telus/universal-design-system/commit/a3fa01ad0da342be02c15284a103c22d7b315ae9))
11
+ - **base:** add Tags component ([#785](https://github.com/telus/universal-design-system/issues/785)) ([90bbf40](https://github.com/telus/universal-design-system/commit/90bbf4035a0bc0a8cdf319d9b366c8498c0dfb56))
12
+
13
+ ### Palette change summary (does not include documentation changes)
14
+
15
+ #### New keys
16
+
17
+ - `size.size2`
18
+ - `size.size10`
19
+ - `size.size144`
20
+ - `opacity`
21
+ - `duration.duration300`
22
+ - `duration.duration250`
23
+ - `icon.Add`
24
+ - `icon.Close`
25
+
26
+ ## [0.1.0-prerelease.5](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v0.1.0-prerelease.4...@telus-uds/palette-allium/v0.1.0-prerelease.5) (2021-11-08)
27
+
28
+ ### Palette change summary (does not include documentation changes)
29
+
30
+ ## [0.1.0-prerelease.4](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v0.1.0-prerelease.3...@telus-uds/palette-allium/v0.1.0-prerelease.4) (2021-11-08)
31
+
32
+ ### Features
33
+
34
+ - **base:** add Tooltip component ([#687](https://github.com/telus/universal-design-system/issues/687)) ([38aaad4](https://github.com/telus/universal-design-system/commit/38aaad43d664b76e85a264901df5e1ca045a0304))
35
+
36
+ ### Palette change summary (does not include documentation changes)
37
+
38
+ #### New keys
39
+
40
+ - `radius.radius1`
41
+ - `radius.radius8`
42
+ - `icon.Question`
43
+
44
+ ## [0.1.0-prerelease.3](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v0.1.0-prerelease.2...@telus-uds/palette-allium/v0.1.0-prerelease.3) (2021-10-27)
45
+
46
+ ### Features
47
+
48
+ - **base:** Add `Testimonial` component ([#621](https://github.com/telus/universal-design-system/issues/621)) ([5d21b8d](https://github.com/telus/universal-design-system/commit/5d21b8d573ed2936729ec92fe156d667c60596c7)), closes [#306](https://github.com/telus/universal-design-system/issues/306) [#306](https://github.com/telus/universal-design-system/issues/306) [#306](https://github.com/telus/universal-design-system/issues/306) [#306](https://github.com/telus/universal-design-system/issues/306) [#306](https://github.com/telus/universal-design-system/issues/306) [#306](https://github.com/telus/universal-design-system/issues/306) [#306](https://github.com/telus/universal-design-system/issues/306) [#306](https://github.com/telus/universal-design-system/issues/306) [#306](https://github.com/telus/universal-design-system/issues/306) [#306](https://github.com/telus/universal-design-system/issues/306)
49
+
50
+ ### Palette change summary (does not include documentation changes)
51
+
52
+ #### New keys
53
+
54
+ - `icon.QuoteLeft`
55
+
5
56
  ## [0.1.0-prerelease.2](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v0.1.0-prerelease.1...@telus-uds/palette-allium/v0.1.0-prerelease.2) (2021-10-12)
6
57
 
7
58
  ### Features
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 12 Oct 2021 16:53:31 GMT
5
+ Generated on Tue, 23 Nov 2021 17:40:34 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 12 Oct 2021 16:53:31 GMT
5
+ Generated on Tue, 23 Nov 2021 17:40:34 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 12 Oct 2021 16:53:31 GMT
5
+ Generated on Tue, 23 Nov 2021 17:40:34 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,13 +2,15 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 12 Oct 2021 16:53:31 GMT
5
+ Generated on Tue, 23 Nov 2021 17:40:34 GMT
6
6
  -->
7
7
 
8
8
  <resources>
9
9
  <dimen name="none">0.00dp</dimen>
10
+ <dimen name="radius_1">1.00dp</dimen>
10
11
  <dimen name="radius_4">4.00dp</dimen>
11
12
  <dimen name="radius_6">6.00dp</dimen>
13
+ <dimen name="radius_8">8.00dp</dimen>
12
14
  <dimen name="pill_32">32.00dp</dimen>
13
15
 
14
16
  </resources>
@@ -2,13 +2,15 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 12 Oct 2021 16:53:31 GMT
5
+ Generated on Tue, 23 Nov 2021 17:40:34 GMT
6
6
  -->
7
7
 
8
8
  <resources>
9
9
  <dimen name="size_0">0.00dp</dimen>
10
+ <dimen name="size_2">2.00dp</dimen>
10
11
  <dimen name="size_4">4.00dp</dimen>
11
12
  <dimen name="size_8">8.00dp</dimen>
13
+ <dimen name="size_10">10.00dp</dimen>
12
14
  <dimen name="size_12">12.00dp</dimen>
13
15
  <dimen name="size_16">16.00dp</dimen>
14
16
  <dimen name="size_20">20.00dp</dimen>
@@ -22,5 +24,6 @@
22
24
  <dimen name="size_80">80.00dp</dimen>
23
25
  <dimen name="size_96">96.00dp</dimen>
24
26
  <dimen name="size_120">120.00dp</dimen>
27
+ <dimen name="size_144">144.00dp</dimen>
25
28
 
26
29
  </resources>
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 12 Oct 2021 16:53:31 GMT
7
+ // Generated on Tue, 23 Nov 2021 17:40:34 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 12 Oct 2021 16:53:31 GMT
7
+ // Generated on Tue, 23 Nov 2021 17:40:34 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 12 Oct 2021 16:53:31 GMT
7
+ // Generated on Tue, 23 Nov 2021 17:40:34 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 12 Oct 2021 16:53:31 GMT
7
+ // Generated on Tue, 23 Nov 2021 17:40:34 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -12,6 +12,8 @@ import UIKit
12
12
  public enum PaletteRadius {
13
13
  public static let none = CGFloat(0)
14
14
  public static let pill32 = CGFloat(32)
15
+ public static let radius1 = CGFloat(1)
15
16
  public static let radius4 = CGFloat(4)
16
17
  public static let radius6 = CGFloat(6)
18
+ public static let radius8 = CGFloat(8)
17
19
  }
@@ -4,16 +4,19 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 12 Oct 2021 16:53:31 GMT
7
+ // Generated on Tue, 23 Nov 2021 17:40:34 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 size10 = CGFloat(10)
14
15
  public static let size12 = CGFloat(12)
15
16
  public static let size120 = CGFloat(120)
17
+ public static let size144 = CGFloat(144)
16
18
  public static let size16 = CGFloat(16)
19
+ public static let size2 = CGFloat(2)
17
20
  public static let size20 = CGFloat(20)
18
21
  public static let size24 = CGFloat(24)
19
22
  public static let size32 = CGFloat(32)
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path d="M11.0049 12.9951L2.86186 12.7445C2.38203 12.7255 2 12.3232 2 11.846V12.1454C2 11.6718 2.38476 11.2814 2.85938 11.2814H10.9985C10.9988 11.2311 10.9991 11.183 10.9995 11.1375L11.2531 2.86551C11.2735 2.3875 11.6804 2 12.154 2H11.8546C12.3318 2 12.7186 2.38167 12.7186 2.85938V11.2814H21.1406C21.6183 11.2814 22 11.6682 22 12.1454V11.846C22 12.3196 21.6125 12.7265 21.1345 12.7469L12.8625 13.0005C12.817 13.0009 12.7689 13.0012 12.7186 13.0015V21.1406C12.7186 21.6152 12.3282 22 11.8546 22H12.154C11.6768 22 11.2745 21.618 11.2555 21.1381L11.0049 12.9951Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path d="M12.0002 13.1315L5.3653 19.7664C5.21009 19.9216 5.00528 20 4.80046 20C4.59564 20 4.39083 19.9216 4.23402 19.7664C3.92199 19.4544 3.92199 18.9471 4.23402 18.6351L10.8689 12.0002L4.23402 5.3653C3.92199 5.05328 3.92199 4.54604 4.23402 4.23402C4.54604 3.92199 5.05328 3.92199 5.3653 4.23402L12.0002 10.8689L18.6351 4.23402C18.9471 3.92199 19.4544 3.92199 19.7664 4.23402C20.0784 4.54604 20.0784 5.05328 19.7664 5.3653L13.1315 12.0002L19.7664 18.6351C20.0784 18.9471 20.0784 19.4544 19.7664 19.7664C19.6112 19.9216 19.4064 20 19.2015 20C18.9967 20 18.7919 19.9216 18.6351 19.7664L12.0002 13.1315Z" />
3
+ </svg>
@@ -1,4 +1,5 @@
1
1
  export { default as Accessible } from '@telus-uds/palette-allium/build/rn/icons/accessible.icon.svg'
2
+ export { default as Add } from '@telus-uds/palette-allium/build/rn/icons/add.icon.svg'
2
3
  export { default as AddUser } from '@telus-uds/palette-allium/build/rn/icons/add-user.icon.svg'
3
4
  export { default as AlarmClock } from '@telus-uds/palette-allium/build/rn/icons/alarm-clock.icon.svg'
4
5
  export { default as Ambulance } from '@telus-uds/palette-allium/build/rn/icons/ambulance.icon.svg'
@@ -42,6 +43,7 @@ export { default as Checkmark } from '@telus-uds/palette-allium/build/rn/icons/c
42
43
  export { default as ChevronLeft } from '@telus-uds/palette-allium/build/rn/icons/chevron-left.icon.svg'
43
44
  export { default as ChevronRight } from '@telus-uds/palette-allium/build/rn/icons/chevron-right.icon.svg'
44
45
  export { default as Clipboard } from '@telus-uds/palette-allium/build/rn/icons/clipboard.icon.svg'
46
+ export { default as Close } from '@telus-uds/palette-allium/build/rn/icons/close.icon.svg'
45
47
  export { default as ClosedCaptions } from '@telus-uds/palette-allium/build/rn/icons/closed-captions.icon.svg'
46
48
  export { default as CloudDownload } from '@telus-uds/palette-allium/build/rn/icons/cloud-download.icon.svg'
47
49
  export { default as CloudSync } from '@telus-uds/palette-allium/build/rn/icons/cloud-sync.icon.svg'
@@ -186,3 +188,5 @@ export { default as Warranty } from '@telus-uds/palette-allium/build/rn/icons/wa
186
188
  export { default as Watch } from '@telus-uds/palette-allium/build/rn/icons/watch.icon.svg'
187
189
  export { default as WifiBoost } from '@telus-uds/palette-allium/build/rn/icons/wifi-boost.icon.svg'
188
190
  export { default as WifiCloud } from '@telus-uds/palette-allium/build/rn/icons/wifi-cloud.icon.svg'
191
+ export { default as Question } from '@telus-uds/palette-allium/build/rn/icons/question.icon.svg'
192
+ export { default as QuoteLeft } from '@telus-uds/palette-allium/build/rn/icons/quote-left.icon.svg'
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2Zm1 17h-2v-2h2v2Zm1.17-6.83C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25l-.9.92Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.0658 13.6535C11.6658 16.257 10.1994 19.0849 7.7519 19.7857C5.2144 20.5128 0.00352915 19.7016 0 12.4025C0 8.21858 1.95342 5.67284 4.11329 4.1573C4.25231 4.06395 4.41434 4.01 4.58194 4.00126C4.74954 3.99252 4.91637 4.02933 5.06447 4.10772C5.21257 4.18611 5.33633 4.30312 5.42245 4.44615C5.50857 4.58918 5.55377 4.75281 5.5532 4.91945C5.5498 5.14412 5.46599 5.36026 5.31675 5.52917C4.45386 6.54011 3.90507 7.88744 3.90507 9.67279V9.90582C3.92095 10.4998 4.4415 10.887 4.9003 10.6504C5.11883 10.5364 5.34669 10.4408 5.58144 10.3649C8.0113 9.57994 10.4659 11.0499 11.0658 13.6535ZM23.8658 13.6535C24.4658 16.257 22.9994 19.0849 20.5519 19.7857C18.0126 20.5128 12.8035 19.7016 12.8 12.4025C12.8 8.21858 14.7534 5.67284 16.9133 4.1573C17.0523 4.06395 17.2143 4.01 17.3819 4.00126C17.5495 3.99252 17.7164 4.02933 17.8645 4.10772C18.0126 4.18611 18.1363 4.30312 18.2225 4.44615C18.3086 4.58918 18.3538 4.75281 18.3532 4.91945C18.3498 5.14412 18.266 5.36026 18.1167 5.52917C17.2538 6.54011 16.7051 7.88744 16.7051 9.67279V9.90582C16.7209 10.4998 17.2415 10.887 17.7003 10.6504C17.9188 10.5364 18.1467 10.4408 18.3814 10.3649C20.8113 9.57994 23.2659 11.0499 23.8658 13.6535Z" fill="#B2B9BF"/>
3
+ </svg>
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 12 Oct 2021 16:53:32 GMT
3
+ * Generated on Tue, 23 Nov 2021 17:40:34 GMT
4
4
  */
5
5
  module.exports = {
6
6
  color: {
@@ -66,8 +66,10 @@ module.exports = {
66
66
  },
67
67
  size: {
68
68
  size0: 0,
69
+ size2: 2,
69
70
  size4: 4,
70
71
  size8: 8,
72
+ size10: 10,
71
73
  size12: 12,
72
74
  size16: 16,
73
75
  size20: 20,
@@ -80,12 +82,15 @@ module.exports = {
80
82
  size72: 72,
81
83
  size80: 80,
82
84
  size96: 96,
83
- size120: 120
85
+ size120: 120,
86
+ size144: 144
84
87
  },
85
88
  radius: {
86
89
  none: 0,
90
+ radius1: 1,
87
91
  radius4: 4,
88
92
  radius6: 6,
93
+ radius8: 8,
89
94
  pill32: 32
90
95
  },
91
96
  border: {
@@ -185,8 +190,14 @@ module.exports = {
185
190
  color: 'rgba(0, 0, 0, 0.1)'
186
191
  }
187
192
  },
193
+ opacity: {},
194
+ duration: {
195
+ duration300: 300,
196
+ duration250: 250
197
+ },
188
198
  icon: {
189
199
  Accessible: '@telus-uds/palette-allium/build/rn/icons/accessible.icon.svg',
200
+ Add: '@telus-uds/palette-allium/build/rn/icons/add.icon.svg',
190
201
  AddUser: '@telus-uds/palette-allium/build/rn/icons/add-user.icon.svg',
191
202
  AlarmClock: '@telus-uds/palette-allium/build/rn/icons/alarm-clock.icon.svg',
192
203
  Ambulance: '@telus-uds/palette-allium/build/rn/icons/ambulance.icon.svg',
@@ -230,6 +241,7 @@ module.exports = {
230
241
  ChevronLeft: '@telus-uds/palette-allium/build/rn/icons/chevron-left.icon.svg',
231
242
  ChevronRight: '@telus-uds/palette-allium/build/rn/icons/chevron-right.icon.svg',
232
243
  Clipboard: '@telus-uds/palette-allium/build/rn/icons/clipboard.icon.svg',
244
+ Close: '@telus-uds/palette-allium/build/rn/icons/close.icon.svg',
233
245
  ClosedCaptions: '@telus-uds/palette-allium/build/rn/icons/closed-captions.icon.svg',
234
246
  CloudDownload: '@telus-uds/palette-allium/build/rn/icons/cloud-download.icon.svg',
235
247
  CloudSync: '@telus-uds/palette-allium/build/rn/icons/cloud-sync.icon.svg',
@@ -373,6 +385,8 @@ module.exports = {
373
385
  Warranty: '@telus-uds/palette-allium/build/rn/icons/warranty.icon.svg',
374
386
  Watch: '@telus-uds/palette-allium/build/rn/icons/watch.icon.svg',
375
387
  WifiBoost: '@telus-uds/palette-allium/build/rn/icons/wifi-boost.icon.svg',
376
- WifiCloud: '@telus-uds/palette-allium/build/rn/icons/wifi-cloud.icon.svg'
388
+ WifiCloud: '@telus-uds/palette-allium/build/rn/icons/wifi-cloud.icon.svg',
389
+ Question: '@telus-uds/palette-allium/build/rn/icons/question.icon.svg',
390
+ QuoteLeft: '@telus-uds/palette-allium/build/rn/icons/quote-left.icon.svg'
377
391
  }
378
392
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 12 Oct 2021 16:53:32 GMT
3
+ * Generated on Tue, 23 Nov 2021 17:40:34 GMT
4
4
  */
5
5
  export default {
6
6
  color: {
@@ -66,8 +66,10 @@ export default {
66
66
  },
67
67
  size: {
68
68
  size0: 0,
69
+ size2: 2,
69
70
  size4: 4,
70
71
  size8: 8,
72
+ size10: 10,
71
73
  size12: 12,
72
74
  size16: 16,
73
75
  size20: 20,
@@ -80,12 +82,15 @@ export default {
80
82
  size72: 72,
81
83
  size80: 80,
82
84
  size96: 96,
83
- size120: 120
85
+ size120: 120,
86
+ size144: 144
84
87
  },
85
88
  radius: {
86
89
  none: 0,
90
+ radius1: 1,
87
91
  radius4: 4,
88
92
  radius6: 6,
93
+ radius8: 8,
89
94
  pill32: 32
90
95
  },
91
96
  border: {
@@ -185,8 +190,14 @@ export default {
185
190
  color: 'rgba(0, 0, 0, 0.1)'
186
191
  }
187
192
  },
193
+ opacity: {},
194
+ duration: {
195
+ duration300: 300,
196
+ duration250: 250
197
+ },
188
198
  icon: {
189
199
  Accessible: '@telus-uds/palette-allium/build/rn/icons/accessible.icon.svg',
200
+ Add: '@telus-uds/palette-allium/build/rn/icons/add.icon.svg',
190
201
  AddUser: '@telus-uds/palette-allium/build/rn/icons/add-user.icon.svg',
191
202
  AlarmClock: '@telus-uds/palette-allium/build/rn/icons/alarm-clock.icon.svg',
192
203
  Ambulance: '@telus-uds/palette-allium/build/rn/icons/ambulance.icon.svg',
@@ -230,6 +241,7 @@ export default {
230
241
  ChevronLeft: '@telus-uds/palette-allium/build/rn/icons/chevron-left.icon.svg',
231
242
  ChevronRight: '@telus-uds/palette-allium/build/rn/icons/chevron-right.icon.svg',
232
243
  Clipboard: '@telus-uds/palette-allium/build/rn/icons/clipboard.icon.svg',
244
+ Close: '@telus-uds/palette-allium/build/rn/icons/close.icon.svg',
233
245
  ClosedCaptions: '@telus-uds/palette-allium/build/rn/icons/closed-captions.icon.svg',
234
246
  CloudDownload: '@telus-uds/palette-allium/build/rn/icons/cloud-download.icon.svg',
235
247
  CloudSync: '@telus-uds/palette-allium/build/rn/icons/cloud-sync.icon.svg',
@@ -373,6 +385,8 @@ export default {
373
385
  Warranty: '@telus-uds/palette-allium/build/rn/icons/warranty.icon.svg',
374
386
  Watch: '@telus-uds/palette-allium/build/rn/icons/watch.icon.svg',
375
387
  WifiBoost: '@telus-uds/palette-allium/build/rn/icons/wifi-boost.icon.svg',
376
- WifiCloud: '@telus-uds/palette-allium/build/rn/icons/wifi-cloud.icon.svg'
388
+ WifiCloud: '@telus-uds/palette-allium/build/rn/icons/wifi-cloud.icon.svg',
389
+ Question: '@telus-uds/palette-allium/build/rn/icons/question.icon.svg',
390
+ QuoteLeft: '@telus-uds/palette-allium/build/rn/icons/quote-left.icon.svg'
377
391
  }
378
392
  }
@@ -1,27 +1,27 @@
1
1
  @font-face {
2
2
  font-family: 'HelveticaNow';
3
- src: url('v0_1_0-prerelease_2-HelveticaNow-300.otf');
3
+ src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_5-HelveticaNow-300-2skwAyuYn357OqvFiKMSt.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: 'HelveticaNow';
10
- src: url('v0_1_0-prerelease_2-HelveticaNow-400.otf');
10
+ src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_5-HelveticaNow-400-tvkMH-nLsMxdkS5cgTPgy.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: 'HelveticaNow';
17
- src: url('v0_1_0-prerelease_2-HelveticaNow-500.otf');
17
+ src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_5-HelveticaNow-500-ucnsOQI6_kh5MpOAkvmcw.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: 'HelveticaNow';
24
- src: url('v0_1_0-prerelease_2-HelveticaNow-700.otf');
24
+ src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_5-HelveticaNow-700-yzuYpUf6evln21sk2O8CS.otf');
25
25
  font-weight: 700;
26
26
  font-style: normal;
27
27
  font-display: block;
@@ -1,20 +1,20 @@
1
1
  @font-face {
2
2
  font-family: 'HelveticaNow300normal';
3
- src: url('v0_1_0-prerelease_2-HelveticaNow-300.otf');
3
+ src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_5-HelveticaNow-300-2skwAyuYn357OqvFiKMSt.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'HelveticaNow400normal';
8
- src: url('v0_1_0-prerelease_2-HelveticaNow-400.otf');
8
+ src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_5-HelveticaNow-400-tvkMH-nLsMxdkS5cgTPgy.otf');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'HelveticaNow500normal';
13
- src: url('v0_1_0-prerelease_2-HelveticaNow-500.otf');
13
+ src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_5-HelveticaNow-500-ucnsOQI6_kh5MpOAkvmcw.otf');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'HelveticaNow700normal';
18
- src: url('v0_1_0-prerelease_2-HelveticaNow-700.otf');
18
+ src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_5-HelveticaNow-700-yzuYpUf6evln21sk2O8CS.otf');
19
19
  font-display: block;
20
20
  }
@@ -1,27 +1,27 @@
1
1
  @font-face {
2
2
  font-family: 'HelveticaNow';
3
- src: url('./v0_1_0-prerelease_2-HelveticaNow-300.otf');
3
+ src: url('./v0_1_0-prerelease_5-HelveticaNow-300-2skwAyuYn357OqvFiKMSt.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: 'HelveticaNow';
10
- src: url('./v0_1_0-prerelease_2-HelveticaNow-400.otf');
10
+ src: url('./v0_1_0-prerelease_5-HelveticaNow-400-tvkMH-nLsMxdkS5cgTPgy.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: 'HelveticaNow';
17
- src: url('./v0_1_0-prerelease_2-HelveticaNow-500.otf');
17
+ src: url('./v0_1_0-prerelease_5-HelveticaNow-500-ucnsOQI6_kh5MpOAkvmcw.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: 'HelveticaNow';
24
- src: url('./v0_1_0-prerelease_2-HelveticaNow-700.otf');
24
+ src: url('./v0_1_0-prerelease_5-HelveticaNow-700-yzuYpUf6evln21sk2O8CS.otf');
25
25
  font-weight: 700;
26
26
  font-style: normal;
27
27
  font-display: block;
@@ -1,20 +1,20 @@
1
1
  @font-face {
2
2
  font-family: 'HelveticaNow300normal';
3
- src: url('./v0_1_0-prerelease_2-HelveticaNow-300.otf');
3
+ src: url('./v0_1_0-prerelease_5-HelveticaNow-300-2skwAyuYn357OqvFiKMSt.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'HelveticaNow400normal';
8
- src: url('./v0_1_0-prerelease_2-HelveticaNow-400.otf');
8
+ src: url('./v0_1_0-prerelease_5-HelveticaNow-400-tvkMH-nLsMxdkS5cgTPgy.otf');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'HelveticaNow500normal';
13
- src: url('./v0_1_0-prerelease_2-HelveticaNow-500.otf');
13
+ src: url('./v0_1_0-prerelease_5-HelveticaNow-500-ucnsOQI6_kh5MpOAkvmcw.otf');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'HelveticaNow700normal';
18
- src: url('./v0_1_0-prerelease_2-HelveticaNow-700.otf');
18
+ src: url('./v0_1_0-prerelease_5-HelveticaNow-700-yzuYpUf6evln21sk2O8CS.otf');
19
19
  font-display: block;
20
20
  }
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path d="M11.0049 12.9951L2.86186 12.7445C2.38203 12.7255 2 12.3232 2 11.846V12.1454C2 11.6718 2.38476 11.2814 2.85938 11.2814H10.9985C10.9988 11.2311 10.9991 11.183 10.9995 11.1375L11.2531 2.86551C11.2735 2.3875 11.6804 2 12.154 2H11.8546C12.3318 2 12.7186 2.38167 12.7186 2.85938V11.2814H21.1406C21.6183 11.2814 22 11.6682 22 12.1454V11.846C22 12.3196 21.6125 12.7265 21.1345 12.7469L12.8625 13.0005C12.817 13.0009 12.7689 13.0012 12.7186 13.0015V21.1406C12.7186 21.6152 12.3282 22 11.8546 22H12.154C11.6768 22 11.2745 21.618 11.2555 21.1381L11.0049 12.9951Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path d="M12.0002 13.1315L5.3653 19.7664C5.21009 19.9216 5.00528 20 4.80046 20C4.59564 20 4.39083 19.9216 4.23402 19.7664C3.92199 19.4544 3.92199 18.9471 4.23402 18.6351L10.8689 12.0002L4.23402 5.3653C3.92199 5.05328 3.92199 4.54604 4.23402 4.23402C4.54604 3.92199 5.05328 3.92199 5.3653 4.23402L12.0002 10.8689L18.6351 4.23402C18.9471 3.92199 19.4544 3.92199 19.7664 4.23402C20.0784 4.54604 20.0784 5.05328 19.7664 5.3653L13.1315 12.0002L19.7664 18.6351C20.0784 18.9471 20.0784 19.4544 19.7664 19.7664C19.6112 19.9216 19.4064 20 19.2015 20C18.9967 20 18.7919 19.9216 18.6351 19.7664L12.0002 13.1315Z" />
3
+ </svg>
@@ -1,4 +1,5 @@
1
1
  export { default as Accessible } from '@telus-uds/palette-allium/build/web/icons/accessible.icon.svg'
2
+ export { default as Add } from '@telus-uds/palette-allium/build/web/icons/add.icon.svg'
2
3
  export { default as AddUser } from '@telus-uds/palette-allium/build/web/icons/add-user.icon.svg'
3
4
  export { default as AlarmClock } from '@telus-uds/palette-allium/build/web/icons/alarm-clock.icon.svg'
4
5
  export { default as Ambulance } from '@telus-uds/palette-allium/build/web/icons/ambulance.icon.svg'
@@ -42,6 +43,7 @@ export { default as Checkmark } from '@telus-uds/palette-allium/build/web/icons/
42
43
  export { default as ChevronLeft } from '@telus-uds/palette-allium/build/web/icons/chevron-left.icon.svg'
43
44
  export { default as ChevronRight } from '@telus-uds/palette-allium/build/web/icons/chevron-right.icon.svg'
44
45
  export { default as Clipboard } from '@telus-uds/palette-allium/build/web/icons/clipboard.icon.svg'
46
+ export { default as Close } from '@telus-uds/palette-allium/build/web/icons/close.icon.svg'
45
47
  export { default as ClosedCaptions } from '@telus-uds/palette-allium/build/web/icons/closed-captions.icon.svg'
46
48
  export { default as CloudDownload } from '@telus-uds/palette-allium/build/web/icons/cloud-download.icon.svg'
47
49
  export { default as CloudSync } from '@telus-uds/palette-allium/build/web/icons/cloud-sync.icon.svg'
@@ -186,3 +188,5 @@ export { default as Warranty } from '@telus-uds/palette-allium/build/web/icons/w
186
188
  export { default as Watch } from '@telus-uds/palette-allium/build/web/icons/watch.icon.svg'
187
189
  export { default as WifiBoost } from '@telus-uds/palette-allium/build/web/icons/wifi-boost.icon.svg'
188
190
  export { default as WifiCloud } from '@telus-uds/palette-allium/build/web/icons/wifi-cloud.icon.svg'
191
+ export { default as Question } from '@telus-uds/palette-allium/build/web/icons/question.icon.svg'
192
+ export { default as QuoteLeft } from '@telus-uds/palette-allium/build/web/icons/quote-left.icon.svg'
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2Zm1 17h-2v-2h2v2Zm1.17-6.83C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25l-.9.92Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.0658 13.6535C11.6658 16.257 10.1994 19.0849 7.7519 19.7857C5.2144 20.5128 0.00352915 19.7016 0 12.4025C0 8.21858 1.95342 5.67284 4.11329 4.1573C4.25231 4.06395 4.41434 4.01 4.58194 4.00126C4.74954 3.99252 4.91637 4.02933 5.06447 4.10772C5.21257 4.18611 5.33633 4.30312 5.42245 4.44615C5.50857 4.58918 5.55377 4.75281 5.5532 4.91945C5.5498 5.14412 5.46599 5.36026 5.31675 5.52917C4.45386 6.54011 3.90507 7.88744 3.90507 9.67279V9.90582C3.92095 10.4998 4.4415 10.887 4.9003 10.6504C5.11883 10.5364 5.34669 10.4408 5.58144 10.3649C8.0113 9.57994 10.4659 11.0499 11.0658 13.6535ZM23.8658 13.6535C24.4658 16.257 22.9994 19.0849 20.5519 19.7857C18.0126 20.5128 12.8035 19.7016 12.8 12.4025C12.8 8.21858 14.7534 5.67284 16.9133 4.1573C17.0523 4.06395 17.2143 4.01 17.3819 4.00126C17.5495 3.99252 17.7164 4.02933 17.8645 4.10772C18.0126 4.18611 18.1363 4.30312 18.2225 4.44615C18.3086 4.58918 18.3538 4.75281 18.3532 4.91945C18.3498 5.14412 18.266 5.36026 18.1167 5.52917C17.2538 6.54011 16.7051 7.88744 16.7051 9.67279V9.90582C16.7209 10.4998 17.2415 10.887 17.7003 10.6504C17.9188 10.5364 18.1467 10.4408 18.3814 10.3649C20.8113 9.57994 23.2659 11.0499 23.8658 13.6535Z" fill="#B2B9BF"/>
3
+ </svg>
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 12 Oct 2021 16:53:31 GMT
3
+ * Generated on Tue, 23 Nov 2021 17:40:34 GMT
4
4
  */
5
5
  module.exports = {
6
6
  color: {
@@ -46,10 +46,10 @@ module.exports = {
46
46
  },
47
47
  font: {
48
48
  HelveticaNow: {
49
- 300: 'v0_1_0-prerelease_2-HelveticaNow-300.otf',
50
- 400: 'v0_1_0-prerelease_2-HelveticaNow-400.otf',
51
- 500: 'v0_1_0-prerelease_2-HelveticaNow-500.otf',
52
- 700: 'v0_1_0-prerelease_2-HelveticaNow-700.otf'
49
+ 300: 'https://cdn.telus.digital/uds/v0_1_0-prerelease_5-HelveticaNow-300-2skwAyuYn357OqvFiKMSt.otf',
50
+ 400: 'https://cdn.telus.digital/uds/v0_1_0-prerelease_5-HelveticaNow-400-tvkMH-nLsMxdkS5cgTPgy.otf',
51
+ 500: 'https://cdn.telus.digital/uds/v0_1_0-prerelease_5-HelveticaNow-500-ucnsOQI6_kh5MpOAkvmcw.otf',
52
+ 700: 'https://cdn.telus.digital/uds/v0_1_0-prerelease_5-HelveticaNow-700-yzuYpUf6evln21sk2O8CS.otf'
53
53
  }
54
54
  },
55
55
  fontSize: {
@@ -66,8 +66,10 @@ module.exports = {
66
66
  },
67
67
  size: {
68
68
  size0: '0px',
69
+ size2: '2px',
69
70
  size4: '4px',
70
71
  size8: '8px',
72
+ size10: '10px',
71
73
  size12: '12px',
72
74
  size16: '16px',
73
75
  size20: '20px',
@@ -80,12 +82,15 @@ module.exports = {
80
82
  size72: '72px',
81
83
  size80: '80px',
82
84
  size96: '96px',
83
- size120: '120px'
85
+ size120: '120px',
86
+ size144: '144px'
84
87
  },
85
88
  radius: {
86
89
  none: '0px',
90
+ radius1: '1px',
87
91
  radius4: '4px',
88
92
  radius6: '6px',
93
+ radius8: '8px',
89
94
  pill32: '32px'
90
95
  },
91
96
  border: {
@@ -124,8 +129,14 @@ module.exports = {
124
129
  surfaceInset: '0px 2px 2px 0px inset rgba(0, 0, 0, 0.1)',
125
130
  surfaceRaised: '0px 2px 2px 0px rgba(0, 0, 0, 0.1)'
126
131
  },
132
+ opacity: {},
133
+ duration: {
134
+ duration300: 300,
135
+ duration250: 250
136
+ },
127
137
  icon: {
128
138
  Accessible: '@telus-uds/palette-allium/build/web/icons/accessible.icon.svg',
139
+ Add: '@telus-uds/palette-allium/build/web/icons/add.icon.svg',
129
140
  AddUser: '@telus-uds/palette-allium/build/web/icons/add-user.icon.svg',
130
141
  AlarmClock: '@telus-uds/palette-allium/build/web/icons/alarm-clock.icon.svg',
131
142
  Ambulance: '@telus-uds/palette-allium/build/web/icons/ambulance.icon.svg',
@@ -169,6 +180,7 @@ module.exports = {
169
180
  ChevronLeft: '@telus-uds/palette-allium/build/web/icons/chevron-left.icon.svg',
170
181
  ChevronRight: '@telus-uds/palette-allium/build/web/icons/chevron-right.icon.svg',
171
182
  Clipboard: '@telus-uds/palette-allium/build/web/icons/clipboard.icon.svg',
183
+ Close: '@telus-uds/palette-allium/build/web/icons/close.icon.svg',
172
184
  ClosedCaptions: '@telus-uds/palette-allium/build/web/icons/closed-captions.icon.svg',
173
185
  CloudDownload: '@telus-uds/palette-allium/build/web/icons/cloud-download.icon.svg',
174
186
  CloudSync: '@telus-uds/palette-allium/build/web/icons/cloud-sync.icon.svg',
@@ -312,6 +324,8 @@ module.exports = {
312
324
  Warranty: '@telus-uds/palette-allium/build/web/icons/warranty.icon.svg',
313
325
  Watch: '@telus-uds/palette-allium/build/web/icons/watch.icon.svg',
314
326
  WifiBoost: '@telus-uds/palette-allium/build/web/icons/wifi-boost.icon.svg',
315
- WifiCloud: '@telus-uds/palette-allium/build/web/icons/wifi-cloud.icon.svg'
327
+ WifiCloud: '@telus-uds/palette-allium/build/web/icons/wifi-cloud.icon.svg',
328
+ Question: '@telus-uds/palette-allium/build/web/icons/question.icon.svg',
329
+ QuoteLeft: '@telus-uds/palette-allium/build/web/icons/quote-left.icon.svg'
316
330
  }
317
331
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 12 Oct 2021 16:53:31 GMT
3
+ * Generated on Tue, 23 Nov 2021 17:40:34 GMT
4
4
  */
5
5
  export default {
6
6
  color: {
@@ -46,10 +46,10 @@ export default {
46
46
  },
47
47
  font: {
48
48
  HelveticaNow: {
49
- 300: 'v0_1_0-prerelease_2-HelveticaNow-300.otf',
50
- 400: 'v0_1_0-prerelease_2-HelveticaNow-400.otf',
51
- 500: 'v0_1_0-prerelease_2-HelveticaNow-500.otf',
52
- 700: 'v0_1_0-prerelease_2-HelveticaNow-700.otf'
49
+ 300: 'https://cdn.telus.digital/uds/v0_1_0-prerelease_5-HelveticaNow-300-2skwAyuYn357OqvFiKMSt.otf',
50
+ 400: 'https://cdn.telus.digital/uds/v0_1_0-prerelease_5-HelveticaNow-400-tvkMH-nLsMxdkS5cgTPgy.otf',
51
+ 500: 'https://cdn.telus.digital/uds/v0_1_0-prerelease_5-HelveticaNow-500-ucnsOQI6_kh5MpOAkvmcw.otf',
52
+ 700: 'https://cdn.telus.digital/uds/v0_1_0-prerelease_5-HelveticaNow-700-yzuYpUf6evln21sk2O8CS.otf'
53
53
  }
54
54
  },
55
55
  fontSize: {
@@ -66,8 +66,10 @@ export default {
66
66
  },
67
67
  size: {
68
68
  size0: '0px',
69
+ size2: '2px',
69
70
  size4: '4px',
70
71
  size8: '8px',
72
+ size10: '10px',
71
73
  size12: '12px',
72
74
  size16: '16px',
73
75
  size20: '20px',
@@ -80,12 +82,15 @@ export default {
80
82
  size72: '72px',
81
83
  size80: '80px',
82
84
  size96: '96px',
83
- size120: '120px'
85
+ size120: '120px',
86
+ size144: '144px'
84
87
  },
85
88
  radius: {
86
89
  none: '0px',
90
+ radius1: '1px',
87
91
  radius4: '4px',
88
92
  radius6: '6px',
93
+ radius8: '8px',
89
94
  pill32: '32px'
90
95
  },
91
96
  border: {
@@ -124,8 +129,14 @@ export default {
124
129
  surfaceInset: '0px 2px 2px 0px inset rgba(0, 0, 0, 0.1)',
125
130
  surfaceRaised: '0px 2px 2px 0px rgba(0, 0, 0, 0.1)'
126
131
  },
132
+ opacity: {},
133
+ duration: {
134
+ duration300: 300,
135
+ duration250: 250
136
+ },
127
137
  icon: {
128
138
  Accessible: '@telus-uds/palette-allium/build/web/icons/accessible.icon.svg',
139
+ Add: '@telus-uds/palette-allium/build/web/icons/add.icon.svg',
129
140
  AddUser: '@telus-uds/palette-allium/build/web/icons/add-user.icon.svg',
130
141
  AlarmClock: '@telus-uds/palette-allium/build/web/icons/alarm-clock.icon.svg',
131
142
  Ambulance: '@telus-uds/palette-allium/build/web/icons/ambulance.icon.svg',
@@ -169,6 +180,7 @@ export default {
169
180
  ChevronLeft: '@telus-uds/palette-allium/build/web/icons/chevron-left.icon.svg',
170
181
  ChevronRight: '@telus-uds/palette-allium/build/web/icons/chevron-right.icon.svg',
171
182
  Clipboard: '@telus-uds/palette-allium/build/web/icons/clipboard.icon.svg',
183
+ Close: '@telus-uds/palette-allium/build/web/icons/close.icon.svg',
172
184
  ClosedCaptions: '@telus-uds/palette-allium/build/web/icons/closed-captions.icon.svg',
173
185
  CloudDownload: '@telus-uds/palette-allium/build/web/icons/cloud-download.icon.svg',
174
186
  CloudSync: '@telus-uds/palette-allium/build/web/icons/cloud-sync.icon.svg',
@@ -312,6 +324,8 @@ export default {
312
324
  Warranty: '@telus-uds/palette-allium/build/web/icons/warranty.icon.svg',
313
325
  Watch: '@telus-uds/palette-allium/build/web/icons/watch.icon.svg',
314
326
  WifiBoost: '@telus-uds/palette-allium/build/web/icons/wifi-boost.icon.svg',
315
- WifiCloud: '@telus-uds/palette-allium/build/web/icons/wifi-cloud.icon.svg'
327
+ WifiCloud: '@telus-uds/palette-allium/build/web/icons/wifi-cloud.icon.svg',
328
+ Question: '@telus-uds/palette-allium/build/web/icons/question.icon.svg',
329
+ QuoteLeft: '@telus-uds/palette-allium/build/web/icons/quote-left.icon.svg'
316
330
  }
317
331
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/palette-allium",
3
- "version": "0.1.0-prerelease.2",
3
+ "version": "0.1.0-prerelease.6",
4
4
  "description": "Allium palette",
5
5
  "keywords": [
6
6
  "allium"