@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/privacykit.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@privacykit/web",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Developer-friendly GDPR consent management with real enforcement.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./index.d.ts",
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';