qlu-20-ui-library 1.6.34 → 1.6.35
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/dist/types/types.d.ts +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/types.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export type SearchTabs = "People" | "Companies" | "Saved Searches";
|
|
|
13
13
|
export type PersonViewTabsTypes = "Summary" | "Experience" | "Info" | "Pay" | "Stats" | "Org Chart" | "Assignments" | "Similar Profiles" | "Notes";
|
|
14
14
|
export type AssignmentTabs = "CONTEXT" | "ACTIVITY LOG";
|
|
15
15
|
export type HomeScreenTabsTypes = "Overview" | "Assignment Stats" | "Leader Board";
|
|
16
|
-
export type CompanyViewTabsTypes = "Summary" | "People" | "Org Chart" | "Financials" | "Business Units" | "Products" | "Mapping" | "Reports" | "Competitors" | "M&A";
|
|
16
|
+
export type CompanyViewTabsTypes = "Summary" | "People" | "Org Chart" | "Financials" | "Business Units" | "Products" | "Mapping" | "Reports" | "Competitors" | "M&A" | "News";
|
|
17
17
|
export type BusinessUnitViewTabTypes = "Summary" | "People" | "Financials" | "Business Sub-Units";
|
|
18
18
|
export type BusinessUnitViewPeopleTabTypes = "Current" | "Previous";
|
|
19
19
|
export type BadgeTypes = "neutral" | "warning" | "info" | "success";
|
package/dist/types.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export type SearchTabs = "People" | "Companies" | "Saved Searches";
|
|
|
13
13
|
export type PersonViewTabsTypes = "Summary" | "Experience" | "Info" | "Pay" | "Stats" | "Org Chart" | "Assignments" | "Similar Profiles" | "Notes";
|
|
14
14
|
export type AssignmentTabs = "CONTEXT" | "ACTIVITY LOG";
|
|
15
15
|
export type HomeScreenTabsTypes = "Overview" | "Assignment Stats" | "Leader Board";
|
|
16
|
-
export type CompanyViewTabsTypes = "Summary" | "People" | "Org Chart" | "Financials" | "Business Units" | "Products" | "Mapping" | "Reports" | "Competitors" | "M&A";
|
|
16
|
+
export type CompanyViewTabsTypes = "Summary" | "People" | "Org Chart" | "Financials" | "Business Units" | "Products" | "Mapping" | "Reports" | "Competitors" | "M&A" | "News";
|
|
17
17
|
export type BusinessUnitViewTabTypes = "Summary" | "People" | "Financials" | "Business Sub-Units";
|
|
18
18
|
export type BusinessUnitViewPeopleTabTypes = "Current" | "Previous";
|
|
19
19
|
export type BadgeTypes = "neutral" | "warning" | "info" | "success";
|