From 1f19d09af51d0a564668fc77367e62281214b3f7 Mon Sep 17 00:00:00 2001 From: Suraj Karambe Date: Tue, 28 Nov 2023 15:21:20 +0530 Subject: [PATCH 1/2] Removed colors branding package from developer resources --- src/__configuration__/resources/index.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/__configuration__/resources/index.tsx b/src/__configuration__/resources/index.tsx index 6f3461dd..9da92763 100644 --- a/src/__configuration__/resources/index.tsx +++ b/src/__configuration__/resources/index.tsx @@ -141,14 +141,6 @@ export const resources: ResourceBucket[] = [ bugLabels: ['ui'], workSpace: 'ui', }, - { - name: '@brightlayer-ui/colors-branding', - description: 'Eaton branding color palette definitions', - package: '@brightlayer-ui/colors-branding', - repository: 'colors', - bugLabels: ['branding'], - workSpace: 'branding', - }, { name: '@brightlayer-ui/angular-themes', description: 'Brightlayer UI themes for Angular Material', From 6899d76095f75b7de6f366f886f5e67798bac93b Mon Sep 17 00:00:00 2001 From: Suraj Karambe Date: Wed, 29 Nov 2023 14:06:56 +0530 Subject: [PATCH 2/2] Updated discription of react native themes --- src/__configuration__/resources/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/__configuration__/resources/index.tsx b/src/__configuration__/resources/index.tsx index 9da92763..ec47a1db 100644 --- a/src/__configuration__/resources/index.tsx +++ b/src/__configuration__/resources/index.tsx @@ -138,8 +138,6 @@ export const resources: ResourceBucket[] = [ description: 'Brightlayer UI color palette definitions', package: '@brightlayer-ui/colors', repository: 'colors', - bugLabels: ['ui'], - workSpace: 'ui', }, { name: '@brightlayer-ui/angular-themes', @@ -157,7 +155,7 @@ export const resources: ResourceBucket[] = [ }, { name: '@brightlayer-ui/react-native-themes', - description: 'Brightlayer UI themes for @brightlayer-ui/react-native-components', + description: 'Brightlayer UI themes for React Native Paper', package: '@brightlayer-ui/react-native-themes', repository: 'react-native-themes', applies: ['react-native'],