@telus-uds/palette-allium 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 CHANGED
@@ -2,6 +2,20 @@
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-allium/v0.1.0-prerelease.3...@telus-uds/palette-allium/v0.1.0-prerelease.4) (2021-11-08)
6
+
7
+ ### Features
8
+
9
+ - **base:** add Tooltip component ([#687](https://github.com/telus/universal-design-system/issues/687)) ([38aaad4](https://github.com/telus/universal-design-system/commit/38aaad43d664b76e85a264901df5e1ca045a0304))
10
+
11
+ ### Palette change summary (does not include documentation changes)
12
+
13
+ #### New keys
14
+
15
+ - `radius.radius1`
16
+ - `radius.radius8`
17
+ - `icon.Question`
18
+
5
19
  ## [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)
6
20
 
7
21
  ### Features
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Wed, 27 Oct 2021 16:55:11 GMT
5
+ Generated on Mon, 08 Nov 2021 13:18:21 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 Wed, 27 Oct 2021 16:55:11 GMT
5
+ Generated on Mon, 08 Nov 2021 13:18:21 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 Wed, 27 Oct 2021 16:55:11 GMT
5
+ Generated on Mon, 08 Nov 2021 13:18:21 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 Wed, 27 Oct 2021 16:55:11 GMT
5
+ Generated on Mon, 08 Nov 2021 13:18:21 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,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Wed, 27 Oct 2021 16:55:11 GMT
5
+ Generated on Mon, 08 Nov 2021 13:18:21 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 27 Oct 2021 16:55:11 GMT
7
+ // Generated on Mon, 08 Nov 2021 13:18:21 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 Wed, 27 Oct 2021 16:55:11 GMT
7
+ // Generated on Mon, 08 Nov 2021 13:18:21 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 Wed, 27 Oct 2021 16:55:11 GMT
7
+ // Generated on Mon, 08 Nov 2021 13:18:21 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 Wed, 27 Oct 2021 16:55:11 GMT
7
+ // Generated on Mon, 08 Nov 2021 13:18:21 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,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 27 Oct 2021 16:55:11 GMT
7
+ // Generated on Mon, 08 Nov 2021 13:18:21 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -186,4 +186,5 @@ export { default as Warranty } from '@telus-uds/palette-allium/build/rn/icons/wa
186
186
  export { default as Watch } from '@telus-uds/palette-allium/build/rn/icons/watch.icon.svg'
187
187
  export { default as WifiBoost } from '@telus-uds/palette-allium/build/rn/icons/wifi-boost.icon.svg'
188
188
  export { default as WifiCloud } from '@telus-uds/palette-allium/build/rn/icons/wifi-cloud.icon.svg'
189
+ export { default as Question } from '@telus-uds/palette-allium/build/rn/icons/question.icon.svg'
189
190
  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>
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 27 Oct 2021 16:55:11 GMT
3
+ * Generated on Mon, 08 Nov 2021 13:18:21 GMT
4
4
  */
5
5
  module.exports = {
6
6
  color: {
@@ -84,8 +84,10 @@ module.exports = {
84
84
  },
85
85
  radius: {
86
86
  none: 0,
87
+ radius1: 1,
87
88
  radius4: 4,
88
89
  radius6: 6,
90
+ radius8: 8,
89
91
  pill32: 32
90
92
  },
91
93
  border: {
@@ -374,6 +376,7 @@ module.exports = {
374
376
  Watch: '@telus-uds/palette-allium/build/rn/icons/watch.icon.svg',
375
377
  WifiBoost: '@telus-uds/palette-allium/build/rn/icons/wifi-boost.icon.svg',
376
378
  WifiCloud: '@telus-uds/palette-allium/build/rn/icons/wifi-cloud.icon.svg',
379
+ Question: '@telus-uds/palette-allium/build/rn/icons/question.icon.svg',
377
380
  QuoteLeft: '@telus-uds/palette-allium/build/rn/icons/quote-left.icon.svg'
378
381
  }
379
382
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 27 Oct 2021 16:55:11 GMT
3
+ * Generated on Mon, 08 Nov 2021 13:18:21 GMT
4
4
  */
5
5
  export default {
6
6
  color: {
@@ -84,8 +84,10 @@ export default {
84
84
  },
85
85
  radius: {
86
86
  none: 0,
87
+ radius1: 1,
87
88
  radius4: 4,
88
89
  radius6: 6,
90
+ radius8: 8,
89
91
  pill32: 32
90
92
  },
91
93
  border: {
@@ -374,6 +376,7 @@ export default {
374
376
  Watch: '@telus-uds/palette-allium/build/rn/icons/watch.icon.svg',
375
377
  WifiBoost: '@telus-uds/palette-allium/build/rn/icons/wifi-boost.icon.svg',
376
378
  WifiCloud: '@telus-uds/palette-allium/build/rn/icons/wifi-cloud.icon.svg',
379
+ Question: '@telus-uds/palette-allium/build/rn/icons/question.icon.svg',
377
380
  QuoteLeft: '@telus-uds/palette-allium/build/rn/icons/quote-left.icon.svg'
378
381
  }
379
382
  }
@@ -1,27 +1,27 @@
1
1
  @font-face {
2
2
  font-family: 'HelveticaNow';
3
- src: url('v0_1_0-prerelease_3-HelveticaNow-300.otf');
3
+ src: url('v0_1_0-prerelease_4-HelveticaNow-300.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_3-HelveticaNow-400.otf');
10
+ src: url('v0_1_0-prerelease_4-HelveticaNow-400.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_3-HelveticaNow-500.otf');
17
+ src: url('v0_1_0-prerelease_4-HelveticaNow-500.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_3-HelveticaNow-700.otf');
24
+ src: url('v0_1_0-prerelease_4-HelveticaNow-700.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_3-HelveticaNow-300.otf');
3
+ src: url('v0_1_0-prerelease_4-HelveticaNow-300.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'HelveticaNow400normal';
8
- src: url('v0_1_0-prerelease_3-HelveticaNow-400.otf');
8
+ src: url('v0_1_0-prerelease_4-HelveticaNow-400.otf');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'HelveticaNow500normal';
13
- src: url('v0_1_0-prerelease_3-HelveticaNow-500.otf');
13
+ src: url('v0_1_0-prerelease_4-HelveticaNow-500.otf');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'HelveticaNow700normal';
18
- src: url('v0_1_0-prerelease_3-HelveticaNow-700.otf');
18
+ src: url('v0_1_0-prerelease_4-HelveticaNow-700.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_3-HelveticaNow-300.otf');
3
+ src: url('./v0_1_0-prerelease_4-HelveticaNow-300.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_3-HelveticaNow-400.otf');
10
+ src: url('./v0_1_0-prerelease_4-HelveticaNow-400.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_3-HelveticaNow-500.otf');
17
+ src: url('./v0_1_0-prerelease_4-HelveticaNow-500.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_3-HelveticaNow-700.otf');
24
+ src: url('./v0_1_0-prerelease_4-HelveticaNow-700.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_3-HelveticaNow-300.otf');
3
+ src: url('./v0_1_0-prerelease_4-HelveticaNow-300.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'HelveticaNow400normal';
8
- src: url('./v0_1_0-prerelease_3-HelveticaNow-400.otf');
8
+ src: url('./v0_1_0-prerelease_4-HelveticaNow-400.otf');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'HelveticaNow500normal';
13
- src: url('./v0_1_0-prerelease_3-HelveticaNow-500.otf');
13
+ src: url('./v0_1_0-prerelease_4-HelveticaNow-500.otf');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'HelveticaNow700normal';
18
- src: url('./v0_1_0-prerelease_3-HelveticaNow-700.otf');
18
+ src: url('./v0_1_0-prerelease_4-HelveticaNow-700.otf');
19
19
  font-display: block;
20
20
  }
@@ -186,4 +186,5 @@ export { default as Warranty } from '@telus-uds/palette-allium/build/web/icons/w
186
186
  export { default as Watch } from '@telus-uds/palette-allium/build/web/icons/watch.icon.svg'
187
187
  export { default as WifiBoost } from '@telus-uds/palette-allium/build/web/icons/wifi-boost.icon.svg'
188
188
  export { default as WifiCloud } from '@telus-uds/palette-allium/build/web/icons/wifi-cloud.icon.svg'
189
+ export { default as Question } from '@telus-uds/palette-allium/build/web/icons/question.icon.svg'
189
190
  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>
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 27 Oct 2021 16:55:11 GMT
3
+ * Generated on Mon, 08 Nov 2021 13:18:21 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_3-HelveticaNow-300.otf',
50
- 400: 'v0_1_0-prerelease_3-HelveticaNow-400.otf',
51
- 500: 'v0_1_0-prerelease_3-HelveticaNow-500.otf',
52
- 700: 'v0_1_0-prerelease_3-HelveticaNow-700.otf'
49
+ 300: 'v0_1_0-prerelease_4-HelveticaNow-300.otf',
50
+ 400: 'v0_1_0-prerelease_4-HelveticaNow-400.otf',
51
+ 500: 'v0_1_0-prerelease_4-HelveticaNow-500.otf',
52
+ 700: 'v0_1_0-prerelease_4-HelveticaNow-700.otf'
53
53
  }
54
54
  },
55
55
  fontSize: {
@@ -84,8 +84,10 @@ module.exports = {
84
84
  },
85
85
  radius: {
86
86
  none: '0px',
87
+ radius1: '1px',
87
88
  radius4: '4px',
88
89
  radius6: '6px',
90
+ radius8: '8px',
89
91
  pill32: '32px'
90
92
  },
91
93
  border: {
@@ -313,6 +315,7 @@ module.exports = {
313
315
  Watch: '@telus-uds/palette-allium/build/web/icons/watch.icon.svg',
314
316
  WifiBoost: '@telus-uds/palette-allium/build/web/icons/wifi-boost.icon.svg',
315
317
  WifiCloud: '@telus-uds/palette-allium/build/web/icons/wifi-cloud.icon.svg',
318
+ Question: '@telus-uds/palette-allium/build/web/icons/question.icon.svg',
316
319
  QuoteLeft: '@telus-uds/palette-allium/build/web/icons/quote-left.icon.svg'
317
320
  }
318
321
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 27 Oct 2021 16:55:11 GMT
3
+ * Generated on Mon, 08 Nov 2021 13:18:21 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_3-HelveticaNow-300.otf',
50
- 400: 'v0_1_0-prerelease_3-HelveticaNow-400.otf',
51
- 500: 'v0_1_0-prerelease_3-HelveticaNow-500.otf',
52
- 700: 'v0_1_0-prerelease_3-HelveticaNow-700.otf'
49
+ 300: 'v0_1_0-prerelease_4-HelveticaNow-300.otf',
50
+ 400: 'v0_1_0-prerelease_4-HelveticaNow-400.otf',
51
+ 500: 'v0_1_0-prerelease_4-HelveticaNow-500.otf',
52
+ 700: 'v0_1_0-prerelease_4-HelveticaNow-700.otf'
53
53
  }
54
54
  },
55
55
  fontSize: {
@@ -84,8 +84,10 @@ export default {
84
84
  },
85
85
  radius: {
86
86
  none: '0px',
87
+ radius1: '1px',
87
88
  radius4: '4px',
88
89
  radius6: '6px',
90
+ radius8: '8px',
89
91
  pill32: '32px'
90
92
  },
91
93
  border: {
@@ -313,6 +315,7 @@ export default {
313
315
  Watch: '@telus-uds/palette-allium/build/web/icons/watch.icon.svg',
314
316
  WifiBoost: '@telus-uds/palette-allium/build/web/icons/wifi-boost.icon.svg',
315
317
  WifiCloud: '@telus-uds/palette-allium/build/web/icons/wifi-cloud.icon.svg',
318
+ Question: '@telus-uds/palette-allium/build/web/icons/question.icon.svg',
316
319
  QuoteLeft: '@telus-uds/palette-allium/build/web/icons/quote-left.icon.svg'
317
320
  }
318
321
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/palette-allium",
3
- "version": "0.1.0-prerelease.3",
3
+ "version": "0.1.0-prerelease.4",
4
4
  "description": "Allium palette",
5
5
  "keywords": [
6
6
  "allium"