diff --git a/src/__configuration__/resources/index.tsx b/src/__configuration__/resources/index.tsx index 6f3461dd..ec47a1db 100644 --- a/src/__configuration__/resources/index.tsx +++ b/src/__configuration__/resources/index.tsx @@ -138,16 +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/colors-branding', - description: 'Eaton branding color palette definitions', - package: '@brightlayer-ui/colors-branding', - repository: 'colors', - bugLabels: ['branding'], - workSpace: 'branding', }, { name: '@brightlayer-ui/angular-themes', @@ -165,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'],