@telus-uds/theme-public-mobile 1.1.0 → 1.2.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/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Mon, 04 Apr 2022 12:47:39 GMT
4
+ * Generated on Fri, 29 Apr 2022 14:42:46 GMT
5
5
  *
6
6
  */
7
7
 
@@ -486,7 +486,13 @@ module.exports = {
486
486
  borderRadius: 12,
487
487
  borderWidth: 1,
488
488
  iconColor: '#81a0a2',
489
+ iconScale: 1,
489
490
  iconSize: 24,
491
+ iconTranslateX: 0,
492
+ iconTranslateY: 0,
493
+ outerBorderColor: 'transparent',
494
+ outerBorderGap: 0,
495
+ outerBorderWidth: 0,
490
496
  padding: 0,
491
497
  shadow: null
492
498
  }
@@ -709,6 +715,7 @@ module.exports = {
709
715
  closeIcon: PaletteIconError,
710
716
  closeIconColor: '#81a0a2',
711
717
  closeIconSize: 24,
718
+ closePadding: 4,
712
719
  containerPaddingBottom: 0,
713
720
  containerPaddingLeft: 0,
714
721
  containerPaddingRight: 0,
@@ -2181,5 +2188,5 @@ module.exports = {
2181
2188
  tokens: { size: 90 }
2182
2189
  }
2183
2190
  },
2184
- metadata: { name: 'theme-public-mobile', themeTokensVersion: '1.3.0' }
2191
+ metadata: { name: 'theme-public-mobile', themeTokensVersion: '1.5.0' }
2185
2192
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/theme-public-mobile",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Public Mobile theme",
5
5
  "keywords": [
6
6
  "public mobile"
@@ -15,11 +15,11 @@
15
15
  ],
16
16
  "dependencies": {},
17
17
  "devDependencies": {
18
- "@telus-uds/palette-public-mobile": "^0.1.2",
19
- "@telus-uds/system-theme-tokens": "^1.3.0"
18
+ "@telus-uds/palette-public-mobile": "^0.1.4",
19
+ "@telus-uds/system-theme-tokens": "^1.5.0"
20
20
  },
21
21
  "peerDependencies": {
22
- "@telus-uds/palette-public-mobile": "^0.1.2"
22
+ "@telus-uds/palette-public-mobile": "^0.1.4"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
package/theme.json CHANGED
@@ -485,7 +485,13 @@
485
485
  "borderRadius": "{palette.radius.radius12}",
486
486
  "borderWidth": "{palette.border.border1}",
487
487
  "iconColor": "{palette.color.moss}",
488
+ "iconScale": "{system.iconScale.scale1}",
488
489
  "iconSize": "{palette.size.size24}",
490
+ "iconTranslateX": "{system.size.zero}",
491
+ "iconTranslateY": "{system.size.zero}",
492
+ "outerBorderColor": "{system.color.transparent}",
493
+ "outerBorderGap": "{system.size.zero}",
494
+ "outerBorderWidth": "{system.border.zero}",
489
495
  "padding": "{system.size.zero}",
490
496
  "shadow": "{system.shadow.none}"
491
497
  }
@@ -766,6 +772,7 @@
766
772
  "closeIcon": "{palette.icon.Error}",
767
773
  "closeIconColor": "{palette.color.moss}",
768
774
  "closeIconSize": "{palette.size.size24}",
775
+ "closePadding": "{palette.size.size4}",
769
776
  "containerPaddingBottom": "{system.size.zero}",
770
777
  "containerPaddingLeft": "{system.size.zero}",
771
778
  "containerPaddingRight": "{system.size.zero}",