@tap-payments/os-micro-frontend-shared 0.0.22 → 0.0.23
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,8 +1,8 @@
|
|
|
1
|
-
import { segmentTechnologyIcon, segmentInstitutionIcon, segmentDevelopmentHouseIcon, transactionIcon,
|
|
1
|
+
import { segmentTechnologyIcon, segmentInstitutionIcon, segmentDevelopmentHouseIcon, transactionIcon, lightPlatformSegmentIcon } from '../../../../constants/index.js';
|
|
2
2
|
export const segmentsIcons = {
|
|
3
3
|
technology: segmentTechnologyIcon,
|
|
4
4
|
institution: segmentInstitutionIcon,
|
|
5
5
|
payment: transactionIcon,
|
|
6
6
|
developmentHouse: segmentDevelopmentHouseIcon,
|
|
7
|
-
platform:
|
|
7
|
+
platform: lightPlatformSegmentIcon,
|
|
8
8
|
};
|
|
@@ -160,6 +160,7 @@ export declare const providerSegmentIcon: string;
|
|
|
160
160
|
export declare const financialSegmentIcon: string;
|
|
161
161
|
export declare const developmentSegmentIcon: string;
|
|
162
162
|
export declare const platformSegmentIcon: string;
|
|
163
|
+
export declare const lightPlatformSegmentIcon: string;
|
|
163
164
|
export declare const grayBrandIcon: string;
|
|
164
165
|
export declare const jsonIcon: string;
|
|
165
166
|
export declare const jsonBlackIcon: string;
|
|
@@ -161,6 +161,7 @@ export const providerSegmentIcon = `${lightUrl}/other/provider.svg`;
|
|
|
161
161
|
export const financialSegmentIcon = `${lightUrl}/other/financial.svg`;
|
|
162
162
|
export const developmentSegmentIcon = `${lightUrl}/other/development.svg`;
|
|
163
163
|
export const platformSegmentIcon = `${lightUrl}/other/platform.svg`;
|
|
164
|
+
export const lightPlatformSegmentIcon = `${lightUrl}/other/light_platform.svg`;
|
|
164
165
|
export const grayBrandIcon = `${lightUrl}/other/brandGray.svg`;
|
|
165
166
|
export const jsonIcon = `${lightUrl}/other/json.svg`;
|
|
166
167
|
export const jsonBlackIcon = `${lightUrl}/other/jsonBlackIcon.svg`;
|
package/package.json
CHANGED