@telus-uds/theme-koodo 4.16.1 → 4.17.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 Fri, 10 Nov 2023 22:26:23 GMT
4
+ * Generated on Wed, 15 Nov 2023 18:32:53 GMT
5
5
  *
6
6
  */
7
7
 
@@ -17,6 +17,7 @@ const PaletteIconAdd = require('@telus-uds/palette-koodo/build/rn/icons/Add')
17
17
  const PaletteIconSubtract = require('@telus-uds/palette-koodo/build/rn/icons/Subtract')
18
18
  const PaletteIconExpand = require('@telus-uds/palette-koodo/build/rn/icons/Expand')
19
19
  const PaletteIconPlayVideo = require('@telus-uds/palette-koodo/build/rn/icons/PlayVideo')
20
+ const PaletteIconBulletFill = require('@telus-uds/palette-koodo/build/rn/icons/BulletFill')
20
21
  const PaletteIconTimes = require('@telus-uds/palette-koodo/build/rn/icons/Times')
21
22
  const PaletteIconExclamationTriangle = require('@telus-uds/palette-koodo/build/rn/icons/ExclamationTriangle')
22
23
  const PaletteIconSpyglass = require('@telus-uds/palette-koodo/build/rn/icons/Spyglass')
@@ -2875,6 +2876,7 @@ module.exports = {
2875
2876
  }
2876
2877
  ],
2877
2878
  tokens: {
2879
+ bulletIcon: PaletteIconBulletFill,
2878
2880
  dividerColor: '#c9c8c8',
2879
2881
  dividerSize: 1,
2880
2882
  iconMarginTop: 2,
@@ -2883,8 +2885,6 @@ module.exports = {
2883
2885
  itemBulletColor: '#7c1366',
2884
2886
  itemBulletContainerAlign: 'center',
2885
2887
  itemBulletContainerWidth: 16,
2886
- itemBulletHeight: 4,
2887
- itemBulletWidth: 4,
2888
2888
  itemFontName: 'StagSans',
2889
2889
  itemFontSize: 16,
2890
2890
  itemFontWeight: '400',
@@ -6838,5 +6838,5 @@ module.exports = {
6838
6838
  tokens: { size: 96 }
6839
6839
  }
6840
6840
  },
6841
- metadata: { name: 'theme-koodo', themeTokensVersion: '2.44.1' }
6841
+ metadata: { name: 'theme-koodo', themeTokensVersion: '2.45.0' }
6842
6842
  }
package/package.json CHANGED
@@ -5,8 +5,8 @@
5
5
  },
6
6
  "description": "Koodo theme",
7
7
  "devDependencies": {
8
- "@telus-uds/palette-koodo": "^0.27.0",
9
- "@telus-uds/system-theme-tokens": "^2.44.1"
8
+ "@telus-uds/palette-koodo": "^0.28.0",
9
+ "@telus-uds/system-theme-tokens": "^2.45.0"
10
10
  },
11
11
  "files": [
12
12
  "build",
@@ -20,7 +20,7 @@
20
20
  "main": "build/rn/theme.js",
21
21
  "name": "@telus-uds/theme-koodo",
22
22
  "peerDependencies": {
23
- "@telus-uds/palette-koodo": "^0.27.0"
23
+ "@telus-uds/palette-koodo": "^0.28.0"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",
@@ -31,5 +31,5 @@
31
31
  "build": "UDS_PALETTE=@telus-uds/palette-koodo system-tokens-build-theme",
32
32
  "dev": "nodemon -w src -x 'npm run build'"
33
33
  },
34
- "version": "4.16.1"
34
+ "version": "4.17.0"
35
35
  }
package/theme.json CHANGED
@@ -3893,6 +3893,7 @@
3893
3893
  }
3894
3894
  ],
3895
3895
  "tokens": {
3896
+ "bulletIcon": "{palette.icon.BulletFill}",
3896
3897
  "dividerColor": "{palette.color.silver}",
3897
3898
  "dividerSize": "{palette.border.border1}",
3898
3899
  "iconMarginTop": "{palette.size.size2}",
@@ -3901,8 +3902,6 @@
3901
3902
  "itemBulletColor": "{palette.color.flirt}",
3902
3903
  "itemBulletContainerAlign": "{system.textAlign.center}",
3903
3904
  "itemBulletContainerWidth": "{palette.size.size16}",
3904
- "itemBulletHeight": "{palette.size.size4}",
3905
- "itemBulletWidth": "{palette.size.size4}",
3906
3905
  "itemFontName": "{palette.fontName.StagSans}",
3907
3906
  "itemFontSize": "{palette.fontSize.size16}",
3908
3907
  "itemFontWeight": "{palette.fontWeight.weight400}",