@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.
- package/build/android/theme.json +2 -2
- package/build/ios/theme.json +2 -2
- package/build/rn/theme.js +3 -3
- package/package.json +1 -1
- package/theme.json +2 -2
package/build/android/theme.json
CHANGED
|
@@ -3379,8 +3379,8 @@
|
|
|
3379
3379
|
"borderBottomWidth": 0,
|
|
3380
3380
|
"buttonClearance": 20,
|
|
3381
3381
|
"gutter": 4,
|
|
3382
|
-
"nextIcon":
|
|
3383
|
-
"previousIcon":
|
|
3382
|
+
"nextIcon": "PaletteIconChevronRight",
|
|
3383
|
+
"previousIcon": "PaletteIconChevronLeft",
|
|
3384
3384
|
"space": 2
|
|
3385
3385
|
}
|
|
3386
3386
|
},
|
package/build/ios/theme.json
CHANGED
|
@@ -3379,8 +3379,8 @@
|
|
|
3379
3379
|
"borderBottomWidth": 0,
|
|
3380
3380
|
"buttonClearance": 20,
|
|
3381
3381
|
"gutter": 4,
|
|
3382
|
-
"nextIcon":
|
|
3383
|
-
"previousIcon":
|
|
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,
|
|
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:
|
|
2212
|
-
previousIcon:
|
|
2211
|
+
nextIcon: PaletteIconChevronRight,
|
|
2212
|
+
previousIcon: PaletteIconChevronLeft,
|
|
2213
2213
|
space: 2
|
|
2214
2214
|
}
|
|
2215
2215
|
},
|
package/package.json
CHANGED
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": "{
|
|
2291
|
-
"previousIcon": "{
|
|
2290
|
+
"nextIcon": "{palette.icon.ChevronRight}",
|
|
2291
|
+
"previousIcon": "{palette.icon.ChevronLeft}",
|
|
2292
2292
|
"space": "{system.integer.2}"
|
|
2293
2293
|
}
|
|
2294
2294
|
},
|