@transcend-io/consent-manager-ui
Advanced tools
Comparing version 4.22.1 to 4.22.2
@@ -10,3 +10,3 @@ { | ||
"homepage": "https://github.com/transcend-io/consent-manager-ui", | ||
"version": "4.22.1", | ||
"version": "4.22.2", | ||
"license": "MIT", | ||
@@ -46,2 +46,3 @@ "main": "build/ui", | ||
"test": "yarn jest", | ||
"test:update": "yarn jest -u", | ||
"test:watch": "yarn jest --watch" | ||
@@ -48,0 +49,0 @@ }, |
@@ -23,2 +23,5 @@ import { ConsentSelection } from '../types'; | ||
(allMessages, purposeType) => { | ||
if (allMessages[purposeType]) { | ||
return allMessages; | ||
} | ||
const purposeMessageLabel = `${PURPOSE_MESSAGE_PREFIX}.${purposeType}.title`; | ||
@@ -25,0 +28,0 @@ return { |
@@ -512,7 +512,7 @@ /* eslint-disable max-lines */ | ||
essentialLabel: { | ||
defaultMessage: 'Essential', | ||
defaultMessage: 'Essential purposes', | ||
description: 'Text for essential purposes in CompleteOptions view state.', | ||
}, | ||
functionalLabel: { | ||
defaultMessage: 'Functional', | ||
defaultMessage: 'Functionality', | ||
description: | ||
@@ -531,3 +531,3 @@ 'Text for functional purposes in CompleteOptions view state.', | ||
saleOfInfoLabel: { | ||
defaultMessage: 'SaleOfInfo', | ||
defaultMessage: 'Sale of personal information', | ||
description: | ||
@@ -534,0 +534,0 @@ 'Text for sale of information purposes in CompleteOptions view state.', |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1804501
20034