@telus-uds/theme-public-mobile 1.10.1 → 1.10.2

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.
@@ -3379,8 +3379,8 @@
3379
3379
  "borderBottomWidth": 0,
3380
3380
  "buttonClearance": 20,
3381
3381
  "gutter": 4,
3382
- "nextIcon": null,
3383
- "previousIcon": null,
3382
+ "nextIcon": "PaletteIconChevronRight",
3383
+ "previousIcon": "PaletteIconChevronLeft",
3384
3384
  "space": 2
3385
3385
  }
3386
3386
  },
@@ -3379,8 +3379,8 @@
3379
3379
  "borderBottomWidth": 0,
3380
3380
  "buttonClearance": 20,
3381
3381
  "gutter": 4,
3382
- "nextIcon": null,
3383
- "previousIcon": null,
3382
+ "nextIcon": "PaletteIconChevronRight",
3383
+ "previousIcon": "PaletteIconChevronLeft",
3384
3384
  "space": 2
3385
3385
  }
3386
3386
  },
package/build/rn/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Wed, 28 Dec 2022 20:53:44 GMT
4
+ * Generated on Wed, 01 Feb 2023 20:53:12 GMT
5
5
  *
6
6
  */
7
7
 
@@ -2208,8 +2208,8 @@ module.exports = {
2208
2208
  borderBottomWidth: 0,
2209
2209
  buttonClearance: 20,
2210
2210
  gutter: 4,
2211
- nextIcon: null,
2212
- previousIcon: null,
2211
+ nextIcon: PaletteIconChevronRight,
2212
+ previousIcon: PaletteIconChevronLeft,
2213
2213
  space: 2
2214
2214
  }
2215
2215
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/theme-public-mobile",
3
- "version": "1.10.1",
3
+ "version": "1.10.2",
4
4
  "description": "Public Mobile theme",
5
5
  "keywords": [
6
6
  "public mobile"
package/theme.json CHANGED
@@ -2287,8 +2287,8 @@
2287
2287
  "borderBottomWidth": "{system.border.zero}",
2288
2288
  "buttonClearance": "{palette.size.size20}",
2289
2289
  "gutter": "{palette.size.size4}",
2290
- "nextIcon": "{system.icon.none}",
2291
- "previousIcon": "{system.icon.none}",
2290
+ "nextIcon": "{palette.icon.ChevronRight}",
2291
+ "previousIcon": "{palette.icon.ChevronLeft}",
2292
2292
  "space": "{system.integer.2}"
2293
2293
  }
2294
2294
  },