@privacykit/web 1.4.0 → 1.4.1
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/package.json +1 -1
- package/privacykit.d.ts +1 -1
package/package.json
CHANGED
package/privacykit.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ declare global {
|
|
|
33
33
|
type ConsentDialogVariant = 'standard' | 'modern' | 'modest' | 'panel';
|
|
34
34
|
|
|
35
35
|
/** Token preset theme of the consent dialog. */
|
|
36
|
-
type ConsentDialogTheme = 'standard' | 'dark' | 'teal' | 'slate' | 'light' | 'vibrant' | 'high-contrast';
|
|
36
|
+
type ConsentDialogTheme = 'standard' | 'dark' | 'teal' | 'slate' | 'light' | 'vibrant' | 'high-contrast' | 'glass';
|
|
37
37
|
|
|
38
38
|
/** Locale supported by PrivacyKit. Falls back to 'en'. */
|
|
39
39
|
type ConsentDialogLocale = 'da' | 'de' | 'en' | 'es' | 'fi' | 'fr' | 'it' | 'nl' | 'no' | 'pl' | 'sv';
|