@sudeep7353/grantly-react-consent 0.1.4 → 0.1.5
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/index.d.ts +2 -0
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -46,6 +46,8 @@ export interface ConsentWidgetProps {
|
|
|
46
46
|
acceptLanguage?: string;
|
|
47
47
|
/** Display mode(s) - can be space-separated for multiple modes */
|
|
48
48
|
displayMode?: string;
|
|
49
|
+
/** Enable consent modification mode. When enabled, the submit button is only enabled when consent has been modified */
|
|
50
|
+
modifyConsent?: boolean;
|
|
49
51
|
/** Callback function for status changes */
|
|
50
52
|
onStatusChange?: (status: ConsentStatusDetail) => void;
|
|
51
53
|
}
|
package/dist/package.json
CHANGED