@xaypay/tui 0.2.11 → 0.2.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xaypay/tui",
3
- "version": "0.2.11",
3
+ "version": "0.2.13",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
package/tui.config.js CHANGED
@@ -767,7 +767,12 @@ export default {
767
767
  openList: {
768
768
  color: '#A3A5A9',
769
769
  font: {...fontObject}
770
- }
770
+ },
771
+
772
+ order: {
773
+ color: '#000',
774
+ font: {...fontObject}
775
+ }
771
776
  },
772
777
  // default properties for <Pagination /> component
773
778
  PAGINATION: {