@privacykit/web 1.2.2 → 1.3.0
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 +2 -2
package/package.json
CHANGED
package/privacykit.d.ts
CHANGED
|
@@ -100,8 +100,8 @@ declare global {
|
|
|
100
100
|
* All visual rendering is delegated to the active design variant.
|
|
101
101
|
*
|
|
102
102
|
* Named slots for content overrides:
|
|
103
|
-
* - `dialog-logo`
|
|
104
|
-
* - `dialog-logo-
|
|
103
|
+
* - `dialog-logo-top` Optional logo shown in the dialog header (moves title into body)
|
|
104
|
+
* - `dialog-logo-right` Optional logo shown to the right of the first summary paragraph
|
|
105
105
|
* - `dialog-title` Override the dialog heading
|
|
106
106
|
* - `dialog-summary-part-1` Override the first summary paragraph
|
|
107
107
|
* - `dialog-summary-part-2` Override the second summary paragraph
|