@telus-uds/theme-public-mobile 2.8.0 → 2.9.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/rn/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 07 Nov 2023 16:18:27 GMT
4
+ * Generated on Wed, 15 Nov 2023 18:33:00 GMT
5
5
  *
6
6
  */
7
7
 
@@ -21,6 +21,7 @@ const PaletteIconAdd = require('@telus-uds/palette-public-mobile/build/rn/icons/
21
21
  const PaletteIconSubtract = require('@telus-uds/palette-public-mobile/build/rn/icons/Subtract')
22
22
  const PaletteIconExpand = require('@telus-uds/palette-public-mobile/build/rn/icons/Expand')
23
23
  const PaletteIconPlayVideo = require('@telus-uds/palette-public-mobile/build/rn/icons/PlayVideo')
24
+ const PaletteIconBulletFill = require('@telus-uds/palette-public-mobile/build/rn/icons/BulletFill')
24
25
  const PaletteIconMobileXClose = require('@telus-uds/palette-public-mobile/build/rn/icons/MobileXClose')
25
26
  const PaletteIconWarningError = require('@telus-uds/palette-public-mobile/build/rn/icons/WarningError')
26
27
  const PaletteIconSearch = require('@telus-uds/palette-public-mobile/build/rn/icons/Search')
@@ -1625,6 +1626,7 @@ module.exports = {
1625
1626
  fieldSpace: 4,
1626
1627
  outlineOffset: 8,
1627
1628
  outlineWidth: 1,
1629
+ showIcon: true,
1628
1630
  space: 4
1629
1631
  }
1630
1632
  },
@@ -1632,14 +1634,14 @@ module.exports = {
1632
1634
  appearances: {},
1633
1635
  rules: [],
1634
1636
  tokens: {
1635
- borderBottomLeftRadius: 0,
1636
- borderBottomRightRadius: 0,
1637
- borderTopLeftRadius: 0,
1638
- borderTopRightRadius: 0,
1637
+ borderBottomLeftRadius: 1,
1638
+ borderBottomRightRadius: 1,
1639
+ borderTopLeftRadius: 1,
1640
+ borderTopRightRadius: 1,
1639
1641
  fieldSpace: 2,
1640
- outlineOffset: null,
1641
- outlineWidth: 0,
1642
- showIcon: false,
1642
+ outlineOffset: 8,
1643
+ outlineWidth: 1,
1644
+ showIcon: true,
1643
1645
  space: 2
1644
1646
  }
1645
1647
  },
@@ -2954,6 +2956,7 @@ module.exports = {
2954
2956
  }
2955
2957
  ],
2956
2958
  tokens: {
2959
+ bulletIcon: PaletteIconBulletFill,
2957
2960
  dividerColor: '#9c9faa',
2958
2961
  dividerSize: 1,
2959
2962
  iconMarginTop: 4,
@@ -2962,8 +2965,6 @@ module.exports = {
2962
2965
  itemBulletColor: '#394056',
2963
2966
  itemBulletContainerAlign: 'center',
2964
2967
  itemBulletContainerWidth: 16,
2965
- itemBulletHeight: 4,
2966
- itemBulletWidth: 4,
2967
2968
  itemFontName: 'SofiaPro',
2968
2969
  itemFontSize: 16,
2969
2970
  itemFontWeight: '400',
@@ -4686,7 +4687,18 @@ module.exports = {
4686
4687
  tokens: { direction: 'row', space: 6 }
4687
4688
  }
4688
4689
  ],
4689
- tokens: { direction: 'column', fieldSpace: 4, space: 4 }
4690
+ tokens: {
4691
+ borderBottomLeftRadius: 1,
4692
+ borderBottomRightRadius: 1,
4693
+ borderTopLeftRadius: 1,
4694
+ borderTopRightRadius: 1,
4695
+ direction: 'column',
4696
+ fieldSpace: 4,
4697
+ outlineOffset: 8,
4698
+ outlineWidth: 1,
4699
+ showIcon: true,
4700
+ space: 4
4701
+ }
4690
4702
  },
4691
4703
  RadioGroup: {
4692
4704
  appearances: {},
@@ -6851,5 +6863,5 @@ module.exports = {
6851
6863
  tokens: { size: 80 }
6852
6864
  }
6853
6865
  },
6854
- metadata: { name: 'theme-public-mobile', themeTokensVersion: '2.44.0' }
6866
+ metadata: { name: 'theme-public-mobile', themeTokensVersion: '2.45.0' }
6855
6867
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/theme-public-mobile",
3
- "version": "2.8.0",
3
+ "version": "2.9.0",
4
4
  "description": "Public Mobile theme",
5
5
  "keywords": [
6
6
  "public mobile"
@@ -14,11 +14,11 @@
14
14
  "theme.json"
15
15
  ],
16
16
  "devDependencies": {
17
- "@telus-uds/palette-public-mobile": "^1.4.0",
18
- "@telus-uds/system-theme-tokens": "^2.44.0"
17
+ "@telus-uds/palette-public-mobile": "^1.5.0",
18
+ "@telus-uds/system-theme-tokens": "^2.45.0"
19
19
  },
20
20
  "peerDependencies": {
21
- "@telus-uds/palette-public-mobile": "^1.4.0"
21
+ "@telus-uds/palette-public-mobile": "^1.5.0"
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",
package/theme.json CHANGED
@@ -1996,6 +1996,7 @@
1996
1996
  "fieldSpace": "{system.integer.4}",
1997
1997
  "outlineOffset": "{palette.size.size8}",
1998
1998
  "outlineWidth": "{palette.border.border1}",
1999
+ "showIcon": "{system.show.true}",
1999
2000
  "space": "{system.integer.4}"
2000
2001
  }
2001
2002
  },
@@ -2003,14 +2004,14 @@
2003
2004
  "appearances": {},
2004
2005
  "rules": [],
2005
2006
  "tokens": {
2006
- "borderBottomLeftRadius": "{system.radius.zero}",
2007
- "borderBottomRightRadius": "{system.radius.zero}",
2008
- "borderTopLeftRadius": "{system.radius.zero}",
2009
- "borderTopRightRadius": "{system.radius.zero}",
2007
+ "borderBottomLeftRadius": "{palette.radius.radius1}",
2008
+ "borderBottomRightRadius": "{palette.radius.radius1}",
2009
+ "borderTopLeftRadius": "{palette.radius.radius1}",
2010
+ "borderTopRightRadius": "{palette.radius.radius1}",
2010
2011
  "fieldSpace": "{system.integer.2}",
2011
- "outlineOffset": "{system.size.none}",
2012
- "outlineWidth": "{system.border.zero}",
2013
- "showIcon": "{system.show.false}",
2012
+ "outlineOffset": "{palette.size.size8}",
2013
+ "outlineWidth": "{palette.border.border1}",
2014
+ "showIcon": "{system.show.true}",
2014
2015
  "space": "{system.integer.2}"
2015
2016
  }
2016
2017
  },
@@ -3932,6 +3933,7 @@
3932
3933
  }
3933
3934
  ],
3934
3935
  "tokens": {
3936
+ "bulletIcon": "{palette.icon.BulletFill}",
3935
3937
  "dividerColor": "{palette.color.slate50}",
3936
3938
  "dividerSize": "{palette.border.border1}",
3937
3939
  "iconMarginTop": "{palette.size.size4}",
@@ -3940,8 +3942,6 @@
3940
3942
  "itemBulletColor": "{palette.color.slate100}",
3941
3943
  "itemBulletContainerAlign": "{system.textAlign.center}",
3942
3944
  "itemBulletContainerWidth": "{palette.size.size16}",
3943
- "itemBulletHeight": "{palette.size.size4}",
3944
- "itemBulletWidth": "{palette.size.size4}",
3945
3945
  "itemFontName": "{palette.fontName.SofiaPro}",
3946
3946
  "itemFontSize": "{palette.fontSize.size16}",
3947
3947
  "itemFontWeight": "{palette.fontWeight.weight400}",
@@ -5840,8 +5840,15 @@
5840
5840
  }
5841
5841
  ],
5842
5842
  "tokens": {
5843
+ "borderBottomLeftRadius": "{palette.radius.radius1}",
5844
+ "borderBottomRightRadius": "{palette.radius.radius1}",
5845
+ "borderTopLeftRadius": "{palette.radius.radius1}",
5846
+ "borderTopRightRadius": "{palette.radius.radius1}",
5843
5847
  "direction": "{system.direction.column}",
5844
5848
  "fieldSpace": "{system.integer.4}",
5849
+ "outlineOffset": "{palette.size.size8}",
5850
+ "outlineWidth": "{palette.border.border1}",
5851
+ "showIcon": "{system.show.true}",
5845
5852
  "space": "{system.integer.4}"
5846
5853
  }
5847
5854
  },