@xdcs-protocol/ui-kit 1.4.2 → 1.6.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.
@@ -6,5 +6,6 @@ export declare const AppTypeEnum: {
6
6
  readonly Native: "Native";
7
7
  readonly PrFi: "PrFi";
8
8
  readonly DeFi: "DeFi";
9
+ readonly Masternode: "Masternode";
9
10
  };
10
11
  export type AppType = (typeof AppTypeEnum)[keyof typeof AppTypeEnum];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xdcs-protocol/ui-kit",
3
- "version": "1.4.2",
3
+ "version": "1.6.0",
4
4
  "description": "Common React components library.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",