@chopkola/common 1.0.40 → 1.0.41

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.
@@ -1,25 +1,24 @@
1
1
  import type { LucideIcon } from "lucide-react";
2
2
  import { VendorI } from "../user";
3
3
  import { SystemLoggedActivityI, SystemPerformanceI } from "../global";
4
- export declare type AppIcon = LucideIcon;
5
- export declare enum AdminnistratorDashboardIconEnum {
4
+ export declare enum AdministratorDashboardIconEnum {
6
5
  BADGE_DOLLAR_SIGN = "badge_dollar_sign",
7
6
  WALLET = "wallet",
8
7
  STORE = "store",
9
8
  USERS = "user"
10
9
  }
11
- export declare type AdministratorStat = {
10
+ export declare type BackendAdministratorStat = {
12
11
  title: string;
13
12
  value: string | number;
14
13
  subtext?: string;
15
- icon: AppIcon;
14
+ icon: AdministratorDashboardIconEnum;
16
15
  color: string;
17
16
  };
18
- export declare type BackendAdministratorStat = {
17
+ export declare type AdministratorStat = {
19
18
  title: string;
20
19
  value: string | number;
21
20
  subtext?: string;
22
- icon: string;
21
+ icon: LucideIcon;
23
22
  color: string;
24
23
  };
25
24
  export declare type AdminDashboardStats = {
@@ -1,11 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AdminnistratorDashboardIconEnum = void 0;
4
- var AdminnistratorDashboardIconEnum;
5
- (function (AdminnistratorDashboardIconEnum) {
6
- AdminnistratorDashboardIconEnum["BADGE_DOLLAR_SIGN"] = "badge_dollar_sign";
7
- AdminnistratorDashboardIconEnum["WALLET"] = "wallet";
8
- AdminnistratorDashboardIconEnum["STORE"] = "store";
9
- AdminnistratorDashboardIconEnum["USERS"] = "user";
10
- })(AdminnistratorDashboardIconEnum = exports.AdminnistratorDashboardIconEnum || (exports.AdminnistratorDashboardIconEnum = {}));
11
- ;
3
+ exports.AdministratorDashboardIconEnum = void 0;
4
+ var AdministratorDashboardIconEnum;
5
+ (function (AdministratorDashboardIconEnum) {
6
+ AdministratorDashboardIconEnum["BADGE_DOLLAR_SIGN"] = "badge_dollar_sign";
7
+ AdministratorDashboardIconEnum["WALLET"] = "wallet";
8
+ AdministratorDashboardIconEnum["STORE"] = "store";
9
+ AdministratorDashboardIconEnum["USERS"] = "user";
10
+ })(AdministratorDashboardIconEnum = exports.AdministratorDashboardIconEnum || (exports.AdministratorDashboardIconEnum = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chopkola/common",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "akrosoft technology ltd",