qlu-20-ui-library 1.3.69 → 1.3.70

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.
@@ -12,7 +12,7 @@ export type SearchTabs = "People" | "Companies" | "Saved Searches";
12
12
  export type PersonViewTabsTypes = "Summary" | "Notes" | "Info" | "Pay" | "Stats" | "Org Charts" | "Assignments" | "Similar Profiles";
13
13
  export type AssignmentTabs = "CONTEXT" | "ACTIVITY LOG";
14
14
  export type HomeScreenTabsTypes = "Overview" | "Assignment Stats" | "Leader Board";
15
- export type CompanyViewTabsTypes = "Summary" | "People" | "Financials" | "Business Units" | "Products" | "Mapping" | "Reports" | "Competitors" | "M&A";
15
+ export type CompanyViewTabsTypes = "Summary" | "People" | "Org Charts" | "Financials" | "Business Units" | "Products" | "Mapping" | "Reports" | "Competitors" | "M&A";
16
16
  export type BadgeTypes = "neutral" | "warning" | "info" | "success";
17
17
  export type CompanyViewPeopleTabTypes = "Current" | "Previous";
18
18
  export type CompanyViewFinancialsTabTypes = "Summary" | "Income Statement" | "Balance Sheet" | "Cash Flow";
package/dist/types.d.ts CHANGED
@@ -12,7 +12,7 @@ export type SearchTabs = "People" | "Companies" | "Saved Searches";
12
12
  export type PersonViewTabsTypes = "Summary" | "Notes" | "Info" | "Pay" | "Stats" | "Org Charts" | "Assignments" | "Similar Profiles";
13
13
  export type AssignmentTabs = "CONTEXT" | "ACTIVITY LOG";
14
14
  export type HomeScreenTabsTypes = "Overview" | "Assignment Stats" | "Leader Board";
15
- export type CompanyViewTabsTypes = "Summary" | "People" | "Financials" | "Business Units" | "Products" | "Mapping" | "Reports" | "Competitors" | "M&A";
15
+ export type CompanyViewTabsTypes = "Summary" | "People" | "Org Charts" | "Financials" | "Business Units" | "Products" | "Mapping" | "Reports" | "Competitors" | "M&A";
16
16
  export type BadgeTypes = "neutral" | "warning" | "info" | "success";
17
17
  export type CompanyViewPeopleTabTypes = "Current" | "Previous";
18
18
  export type CompanyViewFinancialsTabTypes = "Summary" | "Income Statement" | "Balance Sheet" | "Cash Flow";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qlu-20-ui-library",
3
- "version": "1.3.69",
3
+ "version": "1.3.70",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",