@nuxt/scripts 1.0.0-rc.1 → 1.0.0-rc.11

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 (164) hide show
  1. package/bin/cli.mjs +2 -0
  2. package/dist/cli.d.mts +2 -0
  3. package/dist/cli.d.ts +2 -0
  4. package/dist/cli.mjs +50 -0
  5. package/dist/devtools-client/200.html +1 -1
  6. package/dist/devtools-client/404.html +1 -1
  7. package/dist/devtools-client/_nuxt/{ajngqPCs.js → BgPDxVUn.js} +1 -1
  8. package/dist/devtools-client/_nuxt/{DKL6PHO3.js → BmlapxLP.js} +1 -1
  9. package/dist/devtools-client/_nuxt/CM2vefXI.js +188 -0
  10. package/dist/devtools-client/_nuxt/{CfOsp0mU.js → DAF5Qk9P.js} +1 -1
  11. package/dist/devtools-client/_nuxt/{B3kN3DAy.js → Dx6HhVmj.js} +1 -1
  12. package/dist/devtools-client/_nuxt/{dlaR8P-P.js → S8LiR9M1.js} +1 -1
  13. package/dist/devtools-client/_nuxt/builds/latest.json +1 -1
  14. package/dist/devtools-client/_nuxt/builds/meta/d788053e-f511-4867-b557-1952fcbcae82.json +1 -0
  15. package/dist/devtools-client/_nuxt/{entry.BwpOBArY.css → entry.BKkVrcJj.css} +1 -1
  16. package/dist/devtools-client/_nuxt/error-404.d44aGwWI.css +1 -0
  17. package/dist/devtools-client/_nuxt/error-500.NthMfIEt.css +1 -0
  18. package/dist/devtools-client/_nuxt/index.DZD1lwyI.css +1 -0
  19. package/dist/devtools-client/_nuxt/vBkR1GJq.js +1 -0
  20. package/dist/devtools-client/docs/index.html +1 -1
  21. package/dist/devtools-client/first-party/index.html +1 -1
  22. package/dist/devtools-client/index.html +1 -1
  23. package/dist/devtools-client/registry/index.html +1 -1
  24. package/dist/module.d.mts +66 -2
  25. package/dist/module.d.ts +66 -2
  26. package/dist/module.json +1 -1
  27. package/dist/module.mjs +151 -30
  28. package/dist/registry.d.mts +1 -0
  29. package/dist/registry.d.ts +1 -0
  30. package/dist/registry.mjs +14 -14
  31. package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.d.vue.ts +73 -97
  32. package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.vue +81 -58
  33. package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.vue.d.ts +73 -97
  34. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsInfoWindow.d.vue.ts +2 -3
  35. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsInfoWindow.vue +1 -0
  36. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsInfoWindow.vue.d.ts +2 -3
  37. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarker.d.vue.ts +2 -3
  38. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarker.vue +2 -1
  39. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarker.vue.d.ts +2 -3
  40. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarkerClusterer.d.vue.ts +10 -43
  41. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarkerClusterer.vue +3 -1
  42. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarkerClusterer.vue.d.ts +10 -43
  43. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsOverlayView.d.vue.ts +50 -30
  44. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsOverlayView.vue +145 -104
  45. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsOverlayView.vue.d.ts +50 -30
  46. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsStaticMap.vue +7 -2
  47. package/dist/runtime/components/GoogleMaps/types.d.ts +42 -0
  48. package/dist/runtime/components/GoogleMaps/types.js +1 -0
  49. package/dist/runtime/components/GoogleMaps/useGoogleMapsResource.d.ts +50 -0
  50. package/dist/runtime/components/GoogleMaps/useGoogleMapsResource.js +76 -1
  51. package/dist/runtime/components/ScriptBlueskyEmbed.d.vue.ts +10 -12
  52. package/dist/runtime/components/ScriptBlueskyEmbed.vue +13 -10
  53. package/dist/runtime/components/ScriptBlueskyEmbed.vue.d.ts +10 -12
  54. package/dist/runtime/components/ScriptCarbonAds.d.vue.ts +4 -7
  55. package/dist/runtime/components/ScriptCarbonAds.vue +1 -0
  56. package/dist/runtime/components/ScriptCarbonAds.vue.d.ts +4 -7
  57. package/dist/runtime/components/ScriptCrisp.d.vue.ts +7 -11
  58. package/dist/runtime/components/ScriptCrisp.vue +1 -0
  59. package/dist/runtime/components/ScriptCrisp.vue.d.ts +7 -11
  60. package/dist/runtime/components/ScriptGoogleAdsense.d.vue.ts +4 -7
  61. package/dist/runtime/components/ScriptGoogleAdsense.vue +1 -0
  62. package/dist/runtime/components/ScriptGoogleAdsense.vue.d.ts +4 -7
  63. package/dist/runtime/components/ScriptInstagramEmbed.d.vue.ts +11 -13
  64. package/dist/runtime/components/ScriptInstagramEmbed.vue +4 -1
  65. package/dist/runtime/components/ScriptInstagramEmbed.vue.d.ts +11 -13
  66. package/dist/runtime/components/ScriptIntercom.d.vue.ts +7 -11
  67. package/dist/runtime/components/ScriptIntercom.vue +1 -0
  68. package/dist/runtime/components/ScriptIntercom.vue.d.ts +7 -11
  69. package/dist/runtime/components/ScriptLemonSqueezy.d.vue.ts +2 -3
  70. package/dist/runtime/components/ScriptLemonSqueezy.vue +1 -0
  71. package/dist/runtime/components/ScriptLemonSqueezy.vue.d.ts +2 -3
  72. package/dist/runtime/components/ScriptPayPalButtons.d.vue.ts +8 -13
  73. package/dist/runtime/components/ScriptPayPalButtons.vue +1 -0
  74. package/dist/runtime/components/ScriptPayPalButtons.vue.d.ts +8 -13
  75. package/dist/runtime/components/ScriptPayPalMessages.d.vue.ts +8 -13
  76. package/dist/runtime/components/ScriptPayPalMessages.vue +1 -0
  77. package/dist/runtime/components/ScriptPayPalMessages.vue.d.ts +8 -13
  78. package/dist/runtime/components/ScriptStripePricingTable.d.vue.ts +5 -9
  79. package/dist/runtime/components/ScriptStripePricingTable.vue +1 -0
  80. package/dist/runtime/components/ScriptStripePricingTable.vue.d.ts +5 -9
  81. package/dist/runtime/components/ScriptVimeoPlayer.d.vue.ts +8 -11
  82. package/dist/runtime/components/ScriptVimeoPlayer.vue +1 -0
  83. package/dist/runtime/components/ScriptVimeoPlayer.vue.d.ts +8 -11
  84. package/dist/runtime/components/ScriptXEmbed.d.vue.ts +10 -12
  85. package/dist/runtime/components/ScriptXEmbed.vue +12 -9
  86. package/dist/runtime/components/ScriptXEmbed.vue.d.ts +10 -12
  87. package/dist/runtime/components/ScriptYouTubePlayer.d.vue.ts +8 -13
  88. package/dist/runtime/components/ScriptYouTubePlayer.vue +1 -0
  89. package/dist/runtime/components/ScriptYouTubePlayer.vue.d.ts +8 -13
  90. package/dist/runtime/composables/useScript.js +17 -6
  91. package/dist/runtime/composables/useScriptProxyToken.d.ts +12 -0
  92. package/dist/runtime/composables/useScriptProxyToken.js +4 -0
  93. package/dist/runtime/composables/useScriptProxyUrl.d.ts +12 -0
  94. package/dist/runtime/composables/useScriptProxyUrl.js +27 -0
  95. package/dist/runtime/plugins/proxy-token.server.d.ts +10 -0
  96. package/dist/runtime/plugins/proxy-token.server.js +17 -0
  97. package/dist/runtime/registry/bing-uet.d.ts +189 -11
  98. package/dist/runtime/registry/bing-uet.js +16 -2
  99. package/dist/runtime/registry/bluesky-embed.d.ts +0 -4
  100. package/dist/runtime/registry/bluesky-embed.js +0 -4
  101. package/dist/runtime/registry/clarity.d.ts +6 -2
  102. package/dist/runtime/registry/clarity.js +12 -1
  103. package/dist/runtime/registry/google-analytics.d.ts +6 -2
  104. package/dist/runtime/registry/google-analytics.js +12 -1
  105. package/dist/runtime/registry/google-tag-manager.d.ts +6 -2
  106. package/dist/runtime/registry/google-tag-manager.js +10 -1
  107. package/dist/runtime/registry/gravatar.js +10 -13
  108. package/dist/runtime/registry/matomo-analytics.d.ts +9 -3
  109. package/dist/runtime/registry/matomo-analytics.js +28 -1
  110. package/dist/runtime/registry/meta-pixel.d.ts +8 -2
  111. package/dist/runtime/registry/meta-pixel.js +10 -1
  112. package/dist/runtime/registry/mixpanel-analytics.d.ts +12 -2
  113. package/dist/runtime/registry/mixpanel-analytics.js +16 -4
  114. package/dist/runtime/registry/posthog.d.ts +8 -2
  115. package/dist/runtime/registry/posthog.js +15 -4
  116. package/dist/runtime/registry/schemas.d.ts +65 -0
  117. package/dist/runtime/registry/schemas.js +75 -8
  118. package/dist/runtime/registry/tiktok-pixel.d.ts +16 -2
  119. package/dist/runtime/registry/tiktok-pixel.js +22 -1
  120. package/dist/runtime/registry/x-embed.d.ts +0 -4
  121. package/dist/runtime/registry/x-embed.js +0 -4
  122. package/dist/runtime/server/bluesky-embed-image.d.ts +1 -1
  123. package/dist/runtime/server/bluesky-embed.d.ts +1 -15
  124. package/dist/runtime/server/bluesky-embed.js +25 -6
  125. package/dist/runtime/server/google-maps-geocode-proxy.js +12 -8
  126. package/dist/runtime/server/google-static-maps-proxy.d.ts +1 -1
  127. package/dist/runtime/server/google-static-maps-proxy.js +17 -11
  128. package/dist/runtime/server/gravatar-proxy.d.ts +1 -1
  129. package/dist/runtime/server/gravatar-proxy.js +10 -10
  130. package/dist/runtime/server/instagram-embed-asset.d.ts +1 -1
  131. package/dist/runtime/server/instagram-embed-image.d.ts +1 -1
  132. package/dist/runtime/server/instagram-embed.d.ts +1 -16
  133. package/dist/runtime/server/instagram-embed.js +26 -125
  134. package/dist/runtime/server/proxy-handler.js +1 -2
  135. package/dist/runtime/server/utils/cached-upstream.d.ts +55 -0
  136. package/dist/runtime/server/utils/cached-upstream.js +65 -0
  137. package/dist/runtime/server/utils/embed-rewriters.d.ts +19 -0
  138. package/dist/runtime/server/utils/embed-rewriters.js +41 -0
  139. package/dist/runtime/server/utils/image-proxy.d.ts +3 -1
  140. package/dist/runtime/server/utils/image-proxy.js +11 -8
  141. package/dist/runtime/server/utils/instagram-embed.d.ts +16 -0
  142. package/dist/runtime/server/utils/instagram-embed.js +153 -0
  143. package/dist/runtime/server/utils/proxy-url.d.ts +9 -0
  144. package/dist/runtime/server/utils/proxy-url.js +21 -0
  145. package/dist/runtime/server/utils/sign-constants.d.ts +16 -0
  146. package/dist/runtime/server/utils/sign-constants.js +5 -0
  147. package/dist/runtime/server/utils/sign.d.ts +101 -0
  148. package/dist/runtime/server/utils/sign.js +91 -0
  149. package/dist/runtime/server/utils/withSigning.d.ts +23 -0
  150. package/dist/runtime/server/utils/withSigning.js +19 -0
  151. package/dist/runtime/server/x-embed-image.d.ts +1 -1
  152. package/dist/runtime/server/x-embed.js +23 -4
  153. package/dist/runtime/types.d.ts +41 -6
  154. package/dist/runtime/types.js +1 -0
  155. package/dist/stats.mjs +298 -338
  156. package/dist/types-source.mjs +537 -164
  157. package/dist/types.d.mts +2 -2
  158. package/package.json +10 -6
  159. package/dist/devtools-client/_nuxt/C8jhSQ8l.js +0 -1
  160. package/dist/devtools-client/_nuxt/CJD6wrkT.js +0 -188
  161. package/dist/devtools-client/_nuxt/builds/meta/b800a0be-5cab-4ea6-89e3-dd3a85690a73.json +0 -1
  162. package/dist/devtools-client/_nuxt/error-404.CvOVjXeC.css +0 -1
  163. package/dist/devtools-client/_nuxt/error-500.BIm53nmx.css +0 -1
  164. package/dist/devtools-client/_nuxt/index.CA-OpSj0.css +0 -1
@@ -3,12 +3,72 @@ const types = {
3
3
  {
4
4
  name: "BingUetOptions",
5
5
  kind: "const",
6
- code: "export const BingUetOptions = object({\n /**\n * Your Bing UET tag ID.\n * @see https://help.ads.microsoft.com/#apex/ads/en/56682/2-500\n */\n id: string(),\n /**\n * Enable automatic SPA page tracking.\n * @default true\n */\n enableAutoSpaTracking: optional(boolean()),\n})"
6
+ code: "export const BingUetOptions = object({\n /**\n * Your Bing UET tag ID.\n * @see https://help.ads.microsoft.com/#apex/ads/en/56682/2-500\n */\n id: string(),\n /**\n * Enable automatic SPA page tracking.\n * @default true\n */\n enableAutoSpaTracking: optional(boolean()),\n /**\n * Default consent state fired as `uetq.push('consent', 'default', ...)` before UET init.\n * @see https://help.ads.microsoft.com/#apex/ads/en/60119/1-500\n */\n defaultConsent: optional(object({\n ad_storage: optional(consentCategoryValue),\n })),\n})"
7
+ },
8
+ {
9
+ name: "BingUetConsentStatus",
10
+ kind: "type",
11
+ code: "export type BingUetConsentStatus = 'granted' | 'denied'"
12
+ },
13
+ {
14
+ name: "BingUetConsentOptions",
15
+ kind: "interface",
16
+ code: "export interface BingUetConsentOptions {\n /**\n * Controls storage of advertising identifiers. Currently the only field UET honors.\n */\n ad_storage?: BingUetConsentStatus\n}"
17
+ },
18
+ {
19
+ name: "BingUetEventName",
20
+ kind: "type",
21
+ code: "export type BingUetEventName\n = | 'page_view'\n | 'screen_view'\n | 'login'\n | 'sign_up'\n | 'subscribe'\n | 'start_trial'\n | 'lead'\n | 'generate_lead'\n | 'submit_lead_form'\n | 'contact'\n | 'search'\n | 'view_search_results'\n | 'select_content'\n | 'share'\n | 'exception'\n | 'find_location'\n | 'book_appointment'\n | 'get_route'\n | 'view_item'\n | 'view_item_list'\n | 'view_promotion'\n | 'add_to_cart'\n | 'remove_from_cart'\n | 'add_to_wishlist'\n | 'add_payment_info'\n | 'begin_checkout'\n | 'checkout_progress'\n | 'set_checkout_option'\n | 'purchase'\n | 'refund'\n | (string & {})"
22
+ },
23
+ {
24
+ name: "BingUetItem",
25
+ kind: "interface",
26
+ code: "export interface BingUetItem {\n id?: string\n name?: string\n brand?: string\n category?: string\n variant?: string\n price?: number\n quantity?: number\n list_name?: string\n list_position?: number\n creative_name?: string\n creative_slot?: string\n location_id?: string\n [key: string]: any\n}"
27
+ },
28
+ {
29
+ name: "BingUetPromotion",
30
+ kind: "interface",
31
+ code: "export interface BingUetPromotion {\n id?: string\n name?: string\n creative_name?: string\n creative_slot?: string\n [key: string]: any\n}"
32
+ },
33
+ {
34
+ name: "BingUetEventParams",
35
+ kind: "interface",
36
+ code: "export interface BingUetEventParams {\n /** Event category (beacon shortcut). */\n ec?: string\n /** Event action (beacon shortcut). */\n ea?: string\n /** Event label (beacon shortcut). */\n el?: string\n /** Event value, numeric (beacon shortcut). */\n ev?: number\n /** Goal category / goal completion. */\n gc?: string\n /** Goal value. */\n gv?: number\n /** Long-form alias for `ec`. */\n event_category?: string\n /** Long-form alias for `ea`. */\n event_action?: string\n /** Long-form alias for `el`. */\n event_label?: string\n /** Long-form alias for `ev`. */\n event_value?: number\n /** Unique event identifier (dedup). */\n event_id?: string\n /** Variable revenue amount. */\n revenue_value?: number\n /** ISO 4217 currency code (e.g. \"USD\"). */\n currency?: string\n /** Unique order/transaction ID (dedup). */\n transaction_id?: string\n /** Ecommerce items. */\n items?: BingUetItem[]\n /** Promotions associated with the event. */\n promotions?: BingUetPromotion[]\n /** Sign-up/login method (e.g. \"Google\"). */\n method?: string\n coupon?: string\n tax?: number\n shipping?: number\n affiliation?: string\n /** Search query. */\n search_term?: string\n content_type?: string\n content_id?: string\n checkout_step?: number\n checkout_option?: string\n description?: string\n name?: string\n screen_name?: string\n /** Whether an exception is fatal. */\n fatal?: boolean\n /** Flags a new customer conversion. */\n new_customer?: boolean | number\n /** Retail vertical: product ID. */\n ecomm_prodid?: string | string[]\n /** Retail vertical: page type. */\n ecomm_pagetype?: 'home' | 'searchresults' | 'category' | 'product' | 'cart' | 'purchase' | 'other' | (string & {})\n ecomm_totalvalue?: number\n ecomm_category?: string | string[]\n ecomm_query?: string\n /** Override page path. */\n page_path?: string\n /** Override page title. */\n page_title?: string\n /** Override full page URL. */\n page_location?: string\n [key: string]: any\n}"
37
+ },
38
+ {
39
+ name: "BingUetEnhancedConversionsPid",
40
+ kind: "interface",
41
+ code: "export interface BingUetEnhancedConversionsPid {\n /** SHA-256 hashed email (lowercase, trimmed). Alias: `email`. */\n em?: string\n /** SHA-256 hashed phone (E.164 digits only). Alias: `phone_number`. */\n ph?: string\n /** Long-form alias for `em`. */\n email?: string\n /** Long-form alias for `ph`. */\n phone_number?: string\n [key: string]: any\n}"
42
+ },
43
+ {
44
+ name: "BingUetSetParams",
45
+ kind: "interface",
46
+ code: "export interface BingUetSetParams {\n /** Partner identifiers for enhanced conversions. */\n pid?: BingUetEnhancedConversionsPid\n page_path?: string\n page_title?: string\n page_location?: string\n [key: string]: any\n}"
47
+ },
48
+ {
49
+ name: "BingUetTcfConfig",
50
+ kind: "interface",
51
+ code: "export interface BingUetTcfConfig {\n /** Enable TCF v2.0 auto-consent handling (Microsoft vendorId 1126). */\n enabled?: boolean\n [key: string]: any\n}"
52
+ },
53
+ {
54
+ name: "BingUetConstructorOptions",
55
+ kind: "interface",
56
+ code: "export interface BingUetConstructorOptions {\n /** UET tag ID. */\n ti: string\n /** Alternate tag ID field (same effect as `ti`). */\n tagId?: string\n /** Auto-fire pageLoad on SPA route changes. */\n enableAutoSpaTracking?: boolean\n /** Enable TCF v2.0 auto-consent handling. */\n enableAutoConsent?: boolean\n /** Suppress automatic page_view on load. */\n disableAutoPageView?: boolean\n /** Disable the UET container entirely. */\n disableContainer?: boolean\n /** Disable writing the UET visitor ID cookie. */\n disableUetVid?: boolean\n /** Disable visibility (tab focus/blur) events. */\n disableVisibilityEvents?: boolean\n /** Defer loading the beacon. */\n deferLoad?: boolean\n /** Strip query strings from reported URLs. */\n removeQueryFromUrls?: boolean\n /** Store conversion tracking cookies. */\n storeConvTrackCookies?: boolean\n /** Cookie domain. */\n cookieDomain?: string\n /** Cookie flags (e.g. \"SameSite=None; Secure\"). */\n cookieFlags?: string\n /** Enable MS DNS cookie. */\n msDnsCookie?: boolean\n /** UID cookie name. */\n uidCookie?: string\n /** Error beacon verbosity level. */\n errorBeaconLevel?: number\n /** Microsoft Clarity project ID for integration. */\n clarityProjectId?: string\n /** When true, reads `window.enhanced_conversion_data` for gtag-style enhanced conversions. */\n gtagPid?: boolean\n /** Beacon protocol version. */\n Ver?: 1 | 2\n /** Associated advertiser ID. */\n advertiserId?: string\n /** Source tag for GTM integration. */\n gtmTagSource?: string\n /** Queue reference, typically `window.uetq`. */\n q?: any[]\n [key: string]: any\n}"
57
+ },
58
+ {
59
+ name: "BingUetQueue",
60
+ kind: "interface",
61
+ code: "export interface BingUetQueue {\n push: {\n // Legacy custom event object form (beacon shortcuts).\n (event: BingUetEventParams): void\n // Manual page load (maps internally to `page_view`).\n (command: 'pageLoad'): void\n // Standard and custom events.\n (command: 'event', eventName: BingUetEventName, eventParams?: BingUetEventParams): void\n // Consent mode (default on init, update after user interaction).\n (command: 'consent', action: 'default' | 'update', consentParams: BingUetConsentOptions): void\n // Enhanced conversions / sticky page overrides.\n (command: 'set', params: BingUetSetParams): void\n // TCF v2.0 auto-consent configuration.\n (command: 'config', target: 'tcf', params: BingUetTcfConfig): void\n }\n}"
7
62
  },
8
63
  {
9
64
  name: "BingUetApi",
10
65
  kind: "interface",
11
- code: "export interface BingUetApi {\n uetq: {\n push: (event: string | Record<string, any>) => void\n }\n}"
66
+ code: "export interface BingUetApi {\n uetq: BingUetQueue\n}"
67
+ },
68
+ {
69
+ name: "BingUetConsent",
70
+ kind: "interface",
71
+ code: "export interface BingUetConsent {\n /** Push `['consent','update', state]` with the `ad_storage` signal. */\n update: (state: BingUetConsentOptions) => void\n}"
12
72
  }
13
73
  ],
14
74
  "bluesky-embed": [
@@ -26,13 +86,18 @@ const types = {
26
86
  name: "ScriptBlueskyEmbedProps",
27
87
  kind: "interface",
28
88
  code: "interface ScriptBlueskyEmbedProps {\n /**\n * The Bluesky post URL to embed\n * @example 'https://bsky.app/profile/bsky.app/post/3mgnwwvj3u22a'\n */\n postUrl: string\n /**\n * Custom API endpoint for fetching post data\n */\n apiEndpoint?: string\n /**\n * Custom image proxy endpoint\n */\n imageProxyEndpoint?: string\n /**\n * Root element attributes\n */\n rootAttrs?: HTMLAttributes\n}"
89
+ },
90
+ {
91
+ name: "ScriptBlueskyEmbedSlots",
92
+ kind: "interface",
93
+ code: "interface ScriptBlueskyEmbedSlots {\n default?: (props: object) => any\n loading?: () => any\n error?: (props: object) => any\n}"
29
94
  }
30
95
  ],
31
96
  clarity: [
32
97
  {
33
98
  name: "ClarityOptions",
34
99
  kind: "const",
35
- code: "export const ClarityOptions = object({\n /**\n * The Clarity token.\n * @see https://learn.microsoft.com/en-us/clarity/setup-clarity\n */\n id: pipe(string(), minLength(10)),\n})"
100
+ code: "export const ClarityOptions = object({\n /**\n * The Clarity token.\n * @see https://learn.microsoft.com/en-us/clarity/setup-clarity\n */\n id: pipe(string(), minLength(10)),\n /**\n * Default consent state applied before Clarity starts.\n * - `boolean` - enable / disable cookies.\n * - `Record<string, string>` - advanced consent vector (see Clarity docs).\n * @see https://learn.microsoft.com/en-us/clarity/setup-and-installation/cookie-consent\n */\n defaultConsent: optional(union([boolean(), record(string(), string())])),\n})"
36
101
  },
37
102
  {
38
103
  name: "ClarityFunctions",
@@ -43,6 +108,11 @@ const types = {
43
108
  name: "ClarityApi",
44
109
  kind: "interface",
45
110
  code: "export interface ClarityApi {\n clarity: ClarityFunctions & {\n q: any[]\n v: string\n }\n}"
111
+ },
112
+ {
113
+ name: "ClarityConsent",
114
+ kind: "interface",
115
+ code: "export interface ClarityConsent {\n /** Call `clarity('consent', value)` with either a boolean (default) or Clarity's advanced vector. */\n set: (value: boolean | Record<string, string>) => void\n}"
46
116
  }
47
117
  ],
48
118
  "cloudflare-web-analytics": [
@@ -77,6 +147,11 @@ const types = {
77
147
  name: "ScriptCrispEvents",
78
148
  kind: "interface",
79
149
  code: "interface ScriptCrispEvents {\n ready: ReturnType<typeof useScriptCrisp>\n error: -\n}"
150
+ },
151
+ {
152
+ name: "ScriptCrispSlots",
153
+ kind: "interface",
154
+ code: "interface ScriptCrispSlots {\n default?: (props: { ready: boolean }) => any\n awaitingLoad?: () => any\n loading?: () => any\n error?: () => any\n}"
80
155
  }
81
156
  ],
82
157
  "databuddy-analytics": [
@@ -123,6 +198,11 @@ const types = {
123
198
  name: "ScriptGoogleAdsenseEvents",
124
199
  kind: "interface",
125
200
  code: "interface ScriptGoogleAdsenseEvents {\n ready: ReturnType<typeof useScriptGoogleAdsense>\n error: -\n}"
201
+ },
202
+ {
203
+ name: "ScriptGoogleAdsenseSlots",
204
+ kind: "interface",
205
+ code: "interface ScriptGoogleAdsenseSlots {\n awaitingLoad?: () => any\n loading?: () => any\n error?: () => any\n}"
126
206
  }
127
207
  ],
128
208
  "google-analytics": [
@@ -179,7 +259,12 @@ const types = {
179
259
  {
180
260
  name: "GoogleAnalyticsOptions",
181
261
  kind: "const",
182
- code: "export const GoogleAnalyticsOptions = object({\n /**\n * The GA4 measurement ID.\n * @example 'G-XXXXXXXX'\n * @see https://developers.google.com/analytics/devguides/collection/gtagjs\n */\n id: optional(string()),\n /**\n * Global name for the dataLayer variable.\n * @default 'dataLayer'\n * @see https://developers.google.com/analytics/devguides/collection/gtagjs/setting-up-gtag#rename_the_data_layer\n */\n l: optional(string()),\n})"
262
+ code: "export const GoogleAnalyticsOptions = object({\n /**\n * The GA4 measurement ID.\n * @example 'G-XXXXXXXX'\n * @see https://developers.google.com/analytics/devguides/collection/gtagjs\n */\n id: optional(string()),\n /**\n * Global name for the dataLayer variable.\n * @default 'dataLayer'\n * @see https://developers.google.com/analytics/devguides/collection/gtagjs/setting-up-gtag#rename_the_data_layer\n */\n l: optional(string()),\n /**\n * Default GCMv2 consent state fired as `gtag('consent', 'default', ...)` before `gtag('js', ...)`.\n * @see https://developers.google.com/tag-platform/security/guides/consent\n */\n defaultConsent: optional(gcmConsentState),\n})"
263
+ },
264
+ {
265
+ name: "GoogleAnalyticsConsent",
266
+ kind: "interface",
267
+ code: "export interface GoogleAnalyticsConsent {\n /** Send `gtag('consent','update', state)` with GCMv2 partial state. */\n update: (state: ConsentState) => void\n}"
183
268
  }
184
269
  ],
185
270
  "google-maps": [
@@ -201,12 +286,7 @@ const types = {
201
286
  {
202
287
  name: "ScriptGoogleMapsProps",
203
288
  kind: "interface",
204
- code: "interface ScriptGoogleMapsProps {\n /**\n * Defines the trigger event to load the script.\n */\n trigger?: ElementScriptTrigger\n /**\n * Defines the Google Maps API key. Must have access to the Static Maps API as well.\n */\n apiKey?: string\n /**\n * A latitude / longitude of where to focus the map.\n */\n center?: google.maps.LatLng | google.maps.LatLngLiteral | `${string},${string}`\n /**\n * Zoom level for the map (0-21). Reactive: changing this will update the map.\n * Takes precedence over mapOptions.zoom when provided.\n */\n zoom?: number\n /**\n * Options for the map.\n */\n mapOptions?: google.maps.MapOptions\n /**\n * Defines the region of the map.\n */\n region?: string\n /**\n * Defines the language of the map\n */\n language?: string\n /**\n * Defines the version of google maps js API\n */\n version?: string\n /**\n * Defines the width of the map.\n */\n width?: number | string\n /**\n * Defines the height of the map\n */\n height?: number | string\n /**\n * Customize the root element attributes.\n */\n rootAttrs?: HTMLAttributes & ReservedProps & Record<string, unknown>\n /**\n * Map IDs for light and dark color modes.\n * When provided, the map will automatically switch styles based on color mode.\n * Requires @nuxtjs/color-mode or manual colorMode prop.\n */\n mapIds?: { light?: string, dark?: string }\n /**\n * Manual color mode control. When provided, overrides auto-detection from @nuxtjs/color-mode.\n * Accepts 'light', 'dark', or a reactive ref.\n */\n colorMode?: 'light' | 'dark'\n}"
205
- },
206
- {
207
- name: "ScriptGoogleMapsEvents",
208
- kind: "interface",
209
- code: "interface ScriptGoogleMapsEvents {\n ready: typeof googleMaps\n error: -\n}"
289
+ code: "interface ScriptGoogleMapsProps ScriptGoogleMapsProps"
210
290
  },
211
291
  {
212
292
  name: "ScriptGoogleMapsCircleProps",
@@ -243,6 +323,11 @@ const types = {
243
323
  kind: "interface",
244
324
  code: "interface ScriptGoogleMapsInfoWindowEvents {\n close: -\n closeclick: -\n content_changed: -\n domready: -\n headercontent_changed: -\n headerdisabled_changed: -\n position_changed: -\n visible: -\n zindex_changed: -\n}"
245
325
  },
326
+ {
327
+ name: "ScriptGoogleMapsInfoWindowSlots",
328
+ kind: "interface",
329
+ code: "interface ScriptGoogleMapsInfoWindowSlots {\n default?: () => any\n}"
330
+ },
246
331
  {
247
332
  name: "ScriptGoogleMapsMarkerProps",
248
333
  kind: "interface",
@@ -253,6 +338,11 @@ const types = {
253
338
  kind: "interface",
254
339
  code: "interface ScriptGoogleMapsMarkerEvents {\n click: google.maps.MapMouseEvent\n drag: google.maps.MapMouseEvent\n dragend: google.maps.MapMouseEvent\n dragstart: google.maps.MapMouseEvent\n}"
255
340
  },
341
+ {
342
+ name: "ScriptGoogleMapsMarkerSlots",
343
+ kind: "interface",
344
+ code: "interface ScriptGoogleMapsMarkerSlots {\n default?: () => any\n content?: () => any\n}"
345
+ },
256
346
  {
257
347
  name: "ScriptGoogleMapsMarkerClustererProps",
258
348
  kind: "interface",
@@ -263,10 +353,15 @@ const types = {
263
353
  kind: "interface",
264
354
  code: "interface ScriptGoogleMapsMarkerClustererEvents {\n click: MarkerClustererInstance\n clusteringbegin: MarkerClustererInstance\n clusteringend: MarkerClustererInstance\n}"
265
355
  },
356
+ {
357
+ name: "ScriptGoogleMapsMarkerClustererSlots",
358
+ kind: "interface",
359
+ code: "interface ScriptGoogleMapsMarkerClustererSlots {\n default?: () => any\n renderer?: (props: { cluster: Cluster, stats: ClusterStats, map: google.maps.Map }) => any\n}"
360
+ },
266
361
  {
267
362
  name: "ScriptGoogleMapsOverlayViewProps",
268
363
  kind: "interface",
269
- code: "interface ScriptGoogleMapsOverlayViewProps {\n /**\n * Geographic position for the overlay. Falls back to parent marker position if omitted.\n * @see https://developers.google.com/maps/documentation/javascript/reference/overlay-view#OverlayView\n */\n position?: google.maps.LatLngLiteral\n /**\n * Anchor point of the overlay relative to its position.\n * @default 'bottom-center'\n */\n anchor?: OverlayAnchor\n /**\n * Pixel offset from the anchor position.\n */\n offset?: { x: number, y: number }\n /**\n * The map pane on which to render the overlay.\n * @default 'floatPane'\n * @see https://developers.google.com/maps/documentation/javascript/reference/overlay-view#MapPanes\n */\n pane?: OverlayPane\n /**\n * CSS z-index for the overlay element.\n */\n zIndex?: number\n /**\n * Whether to block map click and gesture events from passing through the overlay.\n * @default true\n */\n blockMapInteraction?: boolean\n /**\n * Pan the map so the overlay is fully visible when opened, similar to InfoWindow behavior.\n * Set to `true` for default 40px padding, or a number for custom padding.\n * @default true\n */\n panOnOpen?: boolean | number\n /**\n * Automatically hide the overlay when its parent marker joins a cluster (on zoom out).\n * Only applies when nested inside a ScriptGoogleMapsMarkerClusterer.\n * @default true\n */\n hideWhenClustered?: boolean\n}"
364
+ code: "interface ScriptGoogleMapsOverlayViewProps ScriptGoogleMapsOverlayViewProps"
270
365
  },
271
366
  {
272
367
  name: "ScriptGoogleMapsPolygonProps",
@@ -403,6 +498,11 @@ const types = {
403
498
  name: "GoogleTagManagerOptions",
404
499
  kind: "const",
405
500
  code: "export const GoogleTagManagerOptions = object({\n /**\n * GTM container ID (format: GTM-XXXXXX)\n * @see https://developers.google.com/tag-platform/tag-manager/web#install-the-container\n */\n id: string(),\n\n /**\n * Optional dataLayer variable name\n * @default 'dataLayer'\n * @see https://developers.google.com/tag-platform/tag-manager/web/datalayer#rename_the_data_layer\n */\n l: optional(string()),\n\n /**\n * Authentication token for environment-specific container versions\n * @see https://support.google.com/tagmanager/answer/6328337\n */\n auth: optional(string()),\n\n /**\n * Preview environment name\n * @see https://support.google.com/tagmanager/answer/6328337\n */\n preview: optional(string()),\n\n /** Forces GTM cookies to take precedence when true */\n cookiesWin: optional(union([boolean(), literal('x')])),\n\n /**\n * Enables debug mode when true\n * @see https://support.google.com/tagmanager/answer/6107056\n */\n debug: optional(union([boolean(), literal('x')])),\n\n /**\n * No Personal Advertising - disables advertising features when true\n * @see https://developers.google.com/tag-platform/tag-manager/templates/consent-apis\n */\n npa: optional(union([boolean(), literal('1')])),\n\n /** Custom dataLayer name (alternative to \"l\" property) */\n dataLayer: optional(string()),\n\n /**\n * Environment name for environment-specific container\n * @see https://support.google.com/tagmanager/answer/6328337\n */\n envName: optional(string()),\n\n /** Referrer policy for analytics requests */\n authReferrerPolicy: optional(string()),\n\n /**\n * Default consent settings for GTM\n * @see https://developers.google.com/tag-platform/tag-manager/templates/consent-apis\n */\n defaultConsent: optional(record(string(), union([string(), number()]))),\n})"
501
+ },
502
+ {
503
+ name: "GoogleTagManagerConsent",
504
+ kind: "interface",
505
+ code: "export interface GoogleTagManagerConsent {\n /** Push `['consent','update', state]` onto dataLayer with GCMv2 partial state. */\n update: (state: ConsentState) => void\n}"
406
506
  }
407
507
  ],
408
508
  gravatar: [
@@ -439,6 +539,11 @@ const types = {
439
539
  name: "ScriptInstagramEmbedProps",
440
540
  kind: "interface",
441
541
  code: "interface ScriptInstagramEmbedProps {\n /**\n * The Instagram post URL to embed\n * e.g., https://www.instagram.com/p/ABC123/\n */\n postUrl: string\n /**\n * Whether to include captions in the embed\n * @default true\n */\n captions?: boolean\n /**\n * Custom API endpoint for fetching embed HTML\n */\n apiEndpoint?: string\n /**\n * Root element attributes\n */\n rootAttrs?: HTMLAttributes\n}"
542
+ },
543
+ {
544
+ name: "ScriptInstagramEmbedSlots",
545
+ kind: "interface",
546
+ code: "interface ScriptInstagramEmbedSlots {\n default?: (props: { html: string, shortcode: string | undefined, postUrl: string }) => any\n loading?: () => any\n error?: (props: object) => any\n}"
442
547
  }
443
548
  ],
444
549
  intercom: [
@@ -461,6 +566,11 @@ const types = {
461
566
  name: "ScriptIntercomEvents",
462
567
  kind: "interface",
463
568
  code: "interface ScriptIntercomEvents {\n ready: ReturnType<typeof useScriptIntercom>\n error: -\n}"
569
+ },
570
+ {
571
+ name: "ScriptIntercomSlots",
572
+ kind: "interface",
573
+ code: "interface ScriptIntercomSlots {\n default?: (props: { ready: boolean }) => any\n awaitingLoad?: () => any\n loading?: () => any\n error?: () => any\n}"
464
574
  }
465
575
  ],
466
576
  "lemon-squeezy": [
@@ -483,18 +593,28 @@ const types = {
483
593
  name: "ScriptLemonSqueezyEvents",
484
594
  kind: "interface",
485
595
  code: "interface ScriptLemonSqueezyEvents {\n ready: ReturnType<typeof useScriptLemonSqueezy>\n lemonSqueezyEvent: LemonSqueezyEventPayload\n}"
596
+ },
597
+ {
598
+ name: "ScriptLemonSqueezySlots",
599
+ kind: "interface",
600
+ code: "interface ScriptLemonSqueezySlots {\n default?: () => any\n}"
486
601
  }
487
602
  ],
488
603
  "matomo-analytics": [
489
604
  {
490
605
  name: "MatomoAnalyticsOptions",
491
606
  kind: "const",
492
- code: "export const MatomoAnalyticsOptions = object({\n /**\n * The URL of your self-hosted Matomo instance.\n * Either `matomoUrl` or `cloudId` is required.\n * @example 'https://matomo.example.com'\n * @see https://developer.matomo.org/guides/tracking-javascript-guide\n */\n matomoUrl: optional(string()),\n /**\n * Your Matomo site ID.\n * @default '1'\n */\n siteId: optional(union([string(), number()])),\n /**\n * Your Matomo Cloud ID (the subdomain portion of your `*.matomo.cloud` URL).\n * Either `matomoUrl` or `cloudId` is required.\n * @example 'mysite.matomo.cloud'\n */\n cloudId: optional(string()),\n /**\n * A custom tracker URL. Overrides the default tracker endpoint derived from `matomoUrl` or `cloudId`.\n */\n trackerUrl: optional(string()),\n /**\n * Whether to track the initial page view on load.\n * @deprecated Use `watch: true` (default) for automatic page view tracking.\n */\n trackPageView: optional(boolean()),\n /**\n * Enable download and outlink tracking.\n */\n enableLinkTracking: optional(boolean()),\n /**\n * Disable all tracking cookies for cookieless analytics.\n */\n disableCookies: optional(boolean()),\n /**\n * Automatically track page views on route change.\n * @default true\n */\n watch: optional(boolean()),\n})"
607
+ code: "export const MatomoAnalyticsOptions = object({\n /**\n * The URL of your self-hosted Matomo instance.\n * Either `matomoUrl` or `cloudId` is required.\n * @example 'https://matomo.example.com'\n * @see https://developer.matomo.org/guides/tracking-javascript-guide\n */\n matomoUrl: optional(string()),\n /**\n * Your Matomo site ID.\n * @default '1'\n */\n siteId: optional(union([string(), number()])),\n /**\n * Your Matomo Cloud ID (the subdomain portion of your `*.matomo.cloud` URL).\n * Either `matomoUrl` or `cloudId` is required.\n * @example 'mysite.matomo.cloud'\n */\n cloudId: optional(string()),\n /**\n * A custom tracker URL. Overrides the default tracker endpoint derived from `matomoUrl` or `cloudId`.\n */\n trackerUrl: optional(string()),\n /**\n * Whether to track the initial page view on load.\n * @deprecated Use `watch: true` (default) for automatic page view tracking.\n */\n trackPageView: optional(boolean()),\n /**\n * Enable download and outlink tracking.\n */\n enableLinkTracking: optional(boolean()),\n /**\n * Disable all tracking cookies for cookieless analytics.\n */\n disableCookies: optional(boolean()),\n /**\n * Automatically track page views on route change.\n * @default true\n */\n watch: optional(boolean()),\n /**\n * Default tracking-consent state applied BEFORE the tracker is initialised.\n * - `'required'` — call `requireConsent` without granting (user must opt in later).\n * - `'given'` — call `requireConsent` then `setConsentGiven`.\n * - `'not-required'` — no consent gating (default Matomo behaviour).\n * @see https://developer.matomo.org/guides/tracking-consent\n */\n defaultConsent: optional(union([literal('required'), literal('given'), literal('not-required')])),\n})"
493
608
  },
494
609
  {
495
610
  name: "MatomoAnalyticsApi",
496
611
  kind: "interface",
497
- code: "interface MatomoAnalyticsApi {\n _paq: unknown[]\n}"
612
+ code: "export interface MatomoAnalyticsApi {\n _paq: unknown[]\n}"
613
+ },
614
+ {
615
+ name: "MatomoConsent",
616
+ kind: "interface",
617
+ code: "export interface MatomoConsent {\n /** Push `setConsentGiven`. Requires `defaultConsent: 'required' | 'given'` at registration to have an effect. */\n give: () => void\n /** Push `forgetConsentGiven`. Requires `defaultConsent: 'required' | 'given'` at registration to have an effect. */\n forget: () => void\n}"
498
618
  }
499
619
  ],
500
620
  "meta-pixel": [
@@ -531,19 +651,29 @@ const types = {
531
651
  {
532
652
  name: "MetaPixelOptions",
533
653
  kind: "const",
534
- code: "export const MetaPixelOptions = object({\n /**\n * Your Meta (Facebook) Pixel ID.\n * @see https://developers.facebook.com/docs/meta-pixel/get-started\n */\n id: union([string(), number()]),\n})"
654
+ code: "export const MetaPixelOptions = object({\n /**\n * Your Meta (Facebook) Pixel ID.\n * @see https://developers.facebook.com/docs/meta-pixel/get-started\n */\n id: union([string(), number()]),\n /**\n * Default consent state. `'granted'` fires `fbq('consent', 'grant')`,\n * `'denied'` fires `fbq('consent', 'revoke')`, both called before `fbq('init', id)`.\n * @see https://www.facebook.com/business/help/1151321516677370\n */\n defaultConsent: optional(union([literal('granted'), literal('denied')])),\n})"
655
+ },
656
+ {
657
+ name: "MetaPixelConsent",
658
+ kind: "interface",
659
+ code: "export interface MetaPixelConsent {\n /** Call `fbq('consent','grant')`. */\n grant: () => void\n /** Call `fbq('consent','revoke')`. */\n revoke: () => void\n}"
535
660
  }
536
661
  ],
537
662
  "mixpanel-analytics": [
538
663
  {
539
664
  name: "MixpanelAnalyticsOptions",
540
665
  kind: "const",
541
- code: "export const MixpanelAnalyticsOptions = object({\n /**\n * Your Mixpanel project token.\n * @see https://docs.mixpanel.com/docs/tracking-methods/sdks/javascript#1-initialize-the-library\n */\n token: string(),\n})"
666
+ code: "export const MixpanelAnalyticsOptions = object({\n /**\n * Your Mixpanel project token.\n * @see https://docs.mixpanel.com/docs/tracking-methods/sdks/javascript#1-initialize-the-library\n */\n token: string(),\n /**\n * Default tracking-consent state for Mixpanel.\n * - `'opt-out'`: passed as `opt_out_tracking_by_default: true` to `mixpanel.init`, so tracking is suppressed from the first call.\n * - `'opt-in'`: queued via `mixpanel.push(['opt_in_tracking'])` so the real SDK runs it immediately after load.\n * @see https://docs.mixpanel.com/docs/privacy/opt-out-of-tracking\n */\n defaultConsent: optional(union([literal('opt-in'), literal('opt-out')])),\n})"
542
667
  },
543
668
  {
544
669
  name: "MixpanelAnalyticsApi",
545
670
  kind: "interface",
546
- code: "export interface MixpanelAnalyticsApi {\n mixpanel: {\n track: (event: string, properties?: Record<string, any>) => void\n identify: (distinctId: string) => void\n reset: () => void\n people: {\n set: (properties: Record<string, any>) => void\n }\n register: (properties: Record<string, any>) => void\n init: (token: string, config?: Record<string, any>) => void\n }\n}"
671
+ code: "export interface MixpanelAnalyticsApi {\n mixpanel: {\n track: (event: string, properties?: Record<string, any>) => void\n identify: (distinctId: string) => void\n reset: () => void\n people: {\n set: (properties: Record<string, any>) => void\n }\n register: (properties: Record<string, any>) => void\n init: (token: string, config?: Record<string, any>) => void\n /** Opt the user in to tracking. Available after the real SDK loads. */\n opt_in_tracking?: () => void\n /** Opt the user out of tracking. Available after the real SDK loads. */\n opt_out_tracking?: () => void\n }\n}"
672
+ },
673
+ {
674
+ name: "MixpanelConsent",
675
+ kind: "interface",
676
+ code: "export interface MixpanelConsent {\n /** Call `mixpanel.opt_in_tracking()`. */\n optIn: () => void\n /** Call `mixpanel.opt_out_tracking()`. For boot-time opt-out, use `defaultConsent: 'opt-out'` instead. */\n optOut: () => void\n}"
547
677
  }
548
678
  ],
549
679
  npm: [
@@ -579,6 +709,11 @@ const types = {
579
709
  kind: "interface",
580
710
  code: "interface ScriptPayPalButtonsEvents {\n ready: SdkInstance<Components[]>\n error: unknown\n}"
581
711
  },
712
+ {
713
+ name: "ScriptPayPalButtonsSlots",
714
+ kind: "interface",
715
+ code: "interface ScriptPayPalButtonsSlots {\n default?: (props: { sdkInstance: SdkInstance<Components[]> | undefined }) => any\n placeholder?: () => any\n loading?: () => any\n awaitingLoad?: () => any\n error?: () => any\n}"
716
+ },
582
717
  {
583
718
  name: "ScriptPayPalMessagesProps",
584
719
  kind: "interface",
@@ -588,6 +723,11 @@ const types = {
588
723
  name: "ScriptPayPalMessagesEvents",
589
724
  kind: "interface",
590
725
  code: "interface ScriptPayPalMessagesEvents {\n ready: PayPalMessagesSession\n error: unknown\n}"
726
+ },
727
+ {
728
+ name: "ScriptPayPalMessagesSlots",
729
+ kind: "interface",
730
+ code: "interface ScriptPayPalMessagesSlots {\n default?: (props: { messagesSession: PayPalMessagesSession | undefined }) => any\n placeholder?: () => any\n loading?: () => any\n awaitingLoad?: () => any\n error?: () => any\n}"
591
731
  }
592
732
  ],
593
733
  "plausible-analytics": [
@@ -616,12 +756,17 @@ const types = {
616
756
  {
617
757
  name: "PostHogOptions",
618
758
  kind: "const",
619
- code: "export const PostHogOptions = object({\n /**\n * Your PostHog project API key.\n * @see https://posthog.com/docs/libraries/js#usage\n */\n apiKey: string(),\n /**\n * Your PostHog data region.\n * @default 'us'\n * @see https://posthog.com/docs/libraries/js#config\n */\n region: optional(union([literal('us'), literal('eu')])),\n /**\n * Custom API host URL. Overrides the default derived from `region`.\n * Useful for self-hosted instances or reverse proxies.\n */\n apiHost: optional(string()),\n /**\n * Enable autocapture of clicks, form submissions, and page views.\n * @default true\n */\n autocapture: optional(boolean()),\n /**\n * Capture page views automatically. Set to `'history_change'` to only capture on history changes.\n * @default true\n */\n capturePageview: optional(union([boolean(), literal('history_change')])),\n /**\n * Capture page leave events automatically.\n * @default true\n */\n capturePageleave: optional(boolean()),\n /**\n * Disable session recording.\n */\n disableSessionRecording: optional(boolean()),\n /**\n * Additional PostHog configuration options passed directly to `posthog.init()`.\n * @see https://posthog.com/docs/libraries/js#config\n */\n config: optional(record(string(), any())),\n})"
759
+ code: "export const PostHogOptions = object({\n /**\n * Your PostHog project API key.\n * @see https://posthog.com/docs/libraries/js#usage\n */\n apiKey: string(),\n /**\n * Your PostHog data region.\n * @default 'us'\n * @see https://posthog.com/docs/libraries/js#config\n */\n region: optional(union([literal('us'), literal('eu')])),\n /**\n * Custom API host URL. Overrides the default derived from `region`.\n * Useful for self-hosted instances or reverse proxies.\n */\n apiHost: optional(string()),\n /**\n * Enable autocapture of clicks, form submissions, and page views.\n * @default true\n */\n autocapture: optional(boolean()),\n /**\n * Capture page views automatically. Set to `'history_change'` to only capture on history changes.\n * @default true\n */\n capturePageview: optional(union([boolean(), literal('history_change')])),\n /**\n * Capture page leave events automatically.\n * @default true\n */\n capturePageleave: optional(boolean()),\n /**\n * Disable session recording.\n */\n disableSessionRecording: optional(boolean()),\n /**\n * Additional PostHog configuration options passed directly to `posthog.init()`.\n * @see https://posthog.com/docs/libraries/js#config\n */\n config: optional(record(string(), any())),\n /**\n * Default capture-consent state for PostHog.\n * - `'opt-out'`: passed as `opt_out_capturing_by_default: true` to `posthog.init`, so capturing is suppressed from the first event.\n * - `'opt-in'`: applied after `posthog.init` via `posthog.opt_in_capturing()` on the returned instance.\n * @see https://posthog.com/docs/privacy/opting-out\n */\n defaultConsent: optional(union([literal('opt-in'), literal('opt-out')])),\n})"
620
760
  },
621
761
  {
622
762
  name: "PostHogApi",
623
763
  kind: "interface",
624
764
  code: "export interface PostHogApi {\n posthog: PostHog\n}"
765
+ },
766
+ {
767
+ name: "PostHogConsent",
768
+ kind: "interface",
769
+ code: "export interface PostHogConsent {\n /** Call `posthog.opt_in_capturing()`. */\n optIn: () => void\n /** Call `posthog.opt_out_capturing()`. For boot-time opt-out, use `defaultConsent: 'opt-out'` instead. */\n optOut: () => void\n}"
625
770
  }
626
771
  ],
627
772
  "reddit-pixel": [
@@ -737,6 +882,11 @@ const types = {
737
882
  name: "ScriptStripePricingTableEvents",
738
883
  kind: "interface",
739
884
  code: "interface ScriptStripePricingTableEvents {\n ready: ReturnType<typeof useScript>\n error: -\n}"
885
+ },
886
+ {
887
+ name: "ScriptStripePricingTableSlots",
888
+ kind: "interface",
889
+ code: "interface ScriptStripePricingTableSlots {\n default?: () => any\n loading?: () => any\n awaitingLoad?: () => any\n error?: () => any\n}"
740
890
  }
741
891
  ],
742
892
  "tiktok-pixel": [
@@ -763,12 +913,17 @@ const types = {
763
913
  {
764
914
  name: "TikTokPixelApi",
765
915
  kind: "interface",
766
- code: "export interface TikTokPixelApi {\n ttq: TtqFns & {\n push: TtqFns\n loaded: boolean\n queue: any[]\n }\n}"
916
+ code: "export interface TikTokPixelApi {\n ttq: TtqFns & {\n push: TtqFns\n loaded: boolean\n queue: any[]\n /** Opt user in to tracking. Queued before the script loads; live once `events.js` binds. */\n grantConsent: () => void\n /** Opt user out of tracking. Queued before the script loads; live once `events.js` binds. */\n revokeConsent: () => void\n /** Defer consent until an explicit grant/revoke. Queued before the script loads; live once `events.js` binds. */\n holdConsent: () => void\n }\n}"
767
917
  },
768
918
  {
769
919
  name: "TikTokPixelOptions",
770
920
  kind: "const",
771
- code: "export const TikTokPixelOptions = object({\n /**\n * Your TikTok Pixel ID.\n * @see https://ads.tiktok.com/help/article/get-started-pixel\n */\n id: string(),\n /**\n * Whether to automatically track a page view on initialization.\n * @default true\n */\n trackPageView: optional(boolean()),\n})"
921
+ code: "export const TikTokPixelOptions = object({\n /**\n * Your TikTok Pixel ID.\n * @see https://ads.tiktok.com/help/article/get-started-pixel\n */\n id: string(),\n /**\n * Whether to automatically track a page view on initialization.\n * @default true\n */\n trackPageView: optional(boolean()),\n /**\n * Default consent state, applied before `ttq('init', id)`.\n * - `'granted'` fires `ttq.grantConsent()`\n * - `'denied'` fires `ttq.revokeConsent()`\n * - `'hold'` fires `ttq.holdConsent()` to defer until an explicit update\n * @see https://business-api.tiktok.com/portal/docs?id=1739585600931842\n */\n defaultConsent: optional(union([literal('granted'), literal('denied'), literal('hold')])),\n})"
922
+ },
923
+ {
924
+ name: "TikTokPixelConsent",
925
+ kind: "interface",
926
+ code: "export interface TikTokPixelConsent {\n /** Call `ttq.grantConsent()`. */\n grant: () => void\n /** Call `ttq.revokeConsent()`. */\n revoke: () => void\n /** Call `ttq.holdConsent()` to defer the decision. */\n hold: () => void\n}"
772
927
  }
773
928
  ],
774
929
  "umami-analytics": [
@@ -830,6 +985,11 @@ const types = {
830
985
  name: "ScriptVimeoPlayerProps",
831
986
  kind: "interface",
832
987
  code: "interface ScriptVimeoPlayerProps {\n // custom\n trigger?: ElementScriptTrigger\n placeholderAttrs?: ImgHTMLAttributes\n rootAttrs?: HTMLAttributes\n aboveTheFold?: boolean\n vimeoOptions?: VimeoOptions\n id?: number | undefined\n url?: string | undefined\n ratio?: string\n /**\n * Object-fit for the placeholder image.\n *\n * @default 'contain'\n */\n placeholderObjectFit?: 'cover' | 'contain' | 'fill' | 'none' | 'scale-down'\n}"
988
+ },
989
+ {
990
+ name: "ScriptVimeoPlayerSlots",
991
+ kind: "interface",
992
+ code: "interface ScriptVimeoPlayerSlots {\n default?: () => any\n placeholder?: (props: { placeholder: string | undefined }) => any\n loading?: () => any\n awaitingLoad?: () => any\n error?: () => any\n}"
833
993
  }
834
994
  ],
835
995
  "x-embed": [
@@ -847,6 +1007,11 @@ const types = {
847
1007
  name: "ScriptXEmbedProps",
848
1008
  kind: "interface",
849
1009
  code: "interface ScriptXEmbedProps {\n /**\n * The tweet ID to embed\n */\n tweetId: string\n /**\n * Custom API endpoint for fetching tweet data\n */\n apiEndpoint?: string\n /**\n * Custom image proxy endpoint\n */\n imageProxyEndpoint?: string\n /**\n * Root element attributes\n */\n rootAttrs?: HTMLAttributes\n}"
1010
+ },
1011
+ {
1012
+ name: "ScriptXEmbedSlots",
1013
+ kind: "interface",
1014
+ code: "interface ScriptXEmbedSlots {\n default?: (props: object) => any\n loading?: () => any\n error?: (props: object) => any\n}"
850
1015
  }
851
1016
  ],
852
1017
  "x-pixel": [
@@ -891,6 +1056,11 @@ const types = {
891
1056
  name: "ScriptYouTubePlayerEvents",
892
1057
  kind: "interface",
893
1058
  code: "interface ScriptYouTubePlayerEvents {\n ready: YT.PlayerEvent\n state-change: YT.OnStateChangeEvent\n playback-quality-change: YT.OnPlaybackQualityChangeEvent\n playback-rate-change: YT.OnPlaybackRateChangeEvent\n error: YT.OnErrorEvent\n api-change: YT.PlayerEvent\n}"
1059
+ },
1060
+ {
1061
+ name: "ScriptYouTubePlayerSlots",
1062
+ kind: "interface",
1063
+ code: "interface ScriptYouTubePlayerSlots {\n default?: () => any\n placeholder?: (props: { placeholder: string }) => any\n loading?: () => any\n awaitingLoad?: () => any\n error?: () => any\n}"
894
1064
  }
895
1065
  ],
896
1066
  "carbon-ads": [
@@ -903,6 +1073,11 @@ const types = {
903
1073
  name: "ScriptCarbonAdsEvents",
904
1074
  kind: "interface",
905
1075
  code: "interface ScriptCarbonAdsEvents {\n error: string | Event\n ready: HTMLScriptElement\n}"
1076
+ },
1077
+ {
1078
+ name: "ScriptCarbonAdsSlots",
1079
+ kind: "interface",
1080
+ code: "interface ScriptCarbonAdsSlots {\n awaitingLoad?: () => any\n loading?: () => any\n error?: () => any\n}"
906
1081
  }
907
1082
  ]
908
1083
  };
@@ -935,6 +1110,12 @@ const schemaFields = {
935
1110
  type: "string",
936
1111
  required: true,
937
1112
  description: "The Clarity token."
1113
+ },
1114
+ {
1115
+ name: "defaultConsent",
1116
+ type: "boolean | Record<string, string>",
1117
+ required: false,
1118
+ description: "Default consent state applied before Clarity starts. - `boolean` - enable / disable cookies. - `Record<string, string>` - advanced consent vector (see Clarity docs)."
938
1119
  }
939
1120
  ],
940
1121
  CloudflareWebAnalyticsOptions: [
@@ -1253,6 +1434,12 @@ const schemaFields = {
1253
1434
  required: false,
1254
1435
  description: "Global name for the dataLayer variable.",
1255
1436
  defaultValue: "'dataLayer'"
1437
+ },
1438
+ {
1439
+ name: "defaultConsent",
1440
+ type: "unknown",
1441
+ required: false,
1442
+ description: "Default GCMv2 consent state fired as `gtag('consent', 'default', ...)` before `gtag('js', ...)`."
1256
1443
  }
1257
1444
  ],
1258
1445
  GoogleMapsOptions: [
@@ -1584,6 +1771,12 @@ const schemaFields = {
1584
1771
  required: false,
1585
1772
  description: "Automatically track page views on route change.",
1586
1773
  defaultValue: "true"
1774
+ },
1775
+ {
1776
+ name: "defaultConsent",
1777
+ type: "'required' | 'given' | 'not-required'",
1778
+ required: false,
1779
+ description: "Default tracking-consent state applied BEFORE the tracker is initialised. - `'required'` — call `requireConsent` without granting (user must opt in later). - `'given'` — call `requireConsent` then `setConsentGiven`. - `'not-required'` — no consent gating (default Matomo behaviour)."
1587
1780
  }
1588
1781
  ],
1589
1782
  MetaPixelOptions: [
@@ -1592,6 +1785,12 @@ const schemaFields = {
1592
1785
  type: "string | number",
1593
1786
  required: true,
1594
1787
  description: "Your Meta (Facebook) Pixel ID."
1788
+ },
1789
+ {
1790
+ name: "defaultConsent",
1791
+ type: "'granted' | 'denied'",
1792
+ required: false,
1793
+ description: "Default consent state. `'granted'` fires `fbq('consent', 'grant')`, `'denied'` fires `fbq('consent', 'revoke')`, both called before `fbq('init', id)`."
1595
1794
  }
1596
1795
  ],
1597
1796
  NpmOptions: [
@@ -1674,6 +1873,12 @@ const schemaFields = {
1674
1873
  type: "Record<string, any>",
1675
1874
  required: false,
1676
1875
  description: "Additional PostHog configuration options passed directly to `posthog.init()`."
1876
+ },
1877
+ {
1878
+ name: "defaultConsent",
1879
+ type: "'opt-in' | 'opt-out'",
1880
+ required: false,
1881
+ description: "Default capture-consent state for PostHog. - `'opt-out'`: passed as `opt_out_capturing_by_default: true` to `posthog.init`, so capturing is suppressed from the first event. - `'opt-in'`: applied after `posthog.init` via `posthog.opt_in_capturing()` on the returned instance."
1677
1882
  }
1678
1883
  ],
1679
1884
  RedditPixelOptions: [
@@ -1772,6 +1977,12 @@ const schemaFields = {
1772
1977
  type: "string",
1773
1978
  required: true,
1774
1979
  description: "Your Mixpanel project token."
1980
+ },
1981
+ {
1982
+ name: "defaultConsent",
1983
+ type: "'opt-in' | 'opt-out'",
1984
+ required: false,
1985
+ description: "Default tracking-consent state for Mixpanel. - `'opt-out'`: passed as `opt_out_tracking_by_default: true` to `mixpanel.init`, so tracking is suppressed from the first call. - `'opt-in'`: queued via `mixpanel.push(['opt_in_tracking'])` so the real SDK runs it immediately after load."
1775
1986
  }
1776
1987
  ],
1777
1988
  BingUetOptions: [
@@ -1787,6 +1998,12 @@ const schemaFields = {
1787
1998
  required: false,
1788
1999
  description: "Enable automatic SPA page tracking.",
1789
2000
  defaultValue: "true"
2001
+ },
2002
+ {
2003
+ name: "defaultConsent",
2004
+ type: "object",
2005
+ required: false,
2006
+ description: "Default consent state fired as `uetq.push('consent', 'default', ...)` before UET init."
1790
2007
  }
1791
2008
  ],
1792
2009
  SegmentOptions: [
@@ -1914,6 +2131,12 @@ const schemaFields = {
1914
2131
  required: false,
1915
2132
  description: "Whether to automatically track a page view on initialization.",
1916
2133
  defaultValue: "true"
2134
+ },
2135
+ {
2136
+ name: "defaultConsent",
2137
+ type: "'granted' | 'denied' | 'hold'",
2138
+ required: false,
2139
+ description: "Default consent state, applied before `ttq('init', id)`. - `'granted'` fires `ttq.grantConsent()` - `'denied'` fires `ttq.revokeConsent()` - `'hold'` fires `ttq.holdConsent()` to defer until an explicit update"
1917
2140
  }
1918
2141
  ],
1919
2142
  UmamiAnalyticsOptions: [
@@ -2054,100 +2277,6 @@ const schemaFields = {
2054
2277
  defaultValue: "'g'"
2055
2278
  }
2056
2279
  ],
2057
- ScriptGoogleMapsProps: [
2058
- {
2059
- name: "trigger",
2060
- type: "ElementScriptTrigger",
2061
- required: false,
2062
- description: "Defines the trigger event to load the script."
2063
- },
2064
- {
2065
- name: "apiKey",
2066
- type: "string",
2067
- required: false,
2068
- description: "Defines the Google Maps API key. Must have access to the Static Maps API as well."
2069
- },
2070
- {
2071
- name: "center",
2072
- type: "google.maps.LatLng | google.maps.LatLngLiteral | `${string},${string}`",
2073
- required: false,
2074
- description: "A latitude / longitude of where to focus the map."
2075
- },
2076
- {
2077
- name: "zoom",
2078
- type: "number",
2079
- required: false,
2080
- description: "Zoom level for the map (0-21). Reactive: changing this will update the map. Takes precedence over mapOptions.zoom when provided."
2081
- },
2082
- {
2083
- name: "mapOptions",
2084
- type: "google.maps.MapOptions",
2085
- required: false,
2086
- description: "Options for the map."
2087
- },
2088
- {
2089
- name: "region",
2090
- type: "string",
2091
- required: false,
2092
- description: "Defines the region of the map."
2093
- },
2094
- {
2095
- name: "language",
2096
- type: "string",
2097
- required: false,
2098
- description: "Defines the language of the map"
2099
- },
2100
- {
2101
- name: "version",
2102
- type: "string",
2103
- required: false,
2104
- description: "Defines the version of google maps js API"
2105
- },
2106
- {
2107
- name: "width",
2108
- type: "number | string",
2109
- required: false,
2110
- description: "Defines the width of the map."
2111
- },
2112
- {
2113
- name: "height",
2114
- type: "number | string",
2115
- required: false,
2116
- description: "Defines the height of the map"
2117
- },
2118
- {
2119
- name: "rootAttrs",
2120
- type: "HTMLAttributes & ReservedProps & Record<string, unknown>",
2121
- required: false,
2122
- description: "Customize the root element attributes."
2123
- },
2124
- {
2125
- name: "mapIds",
2126
- type: "{ light?: string, dark?: string }",
2127
- required: false,
2128
- description: "Map IDs for light and dark color modes. When provided, the map will automatically switch styles based on color mode. Requires @nuxtjs/color-mode or manual colorMode prop."
2129
- },
2130
- {
2131
- name: "colorMode",
2132
- type: "'light' | 'dark'",
2133
- required: false,
2134
- description: "Manual color mode control. When provided, overrides auto-detection from @nuxtjs/color-mode. Accepts 'light', 'dark', or a reactive ref."
2135
- }
2136
- ],
2137
- ScriptGoogleMapsEvents: [
2138
- {
2139
- name: "ready",
2140
- type: "typeof googleMaps",
2141
- required: false,
2142
- description: "Fired when the Google Maps instance is fully loaded and ready to use. Provides access to the maps API."
2143
- },
2144
- {
2145
- name: "error",
2146
- type: "-",
2147
- required: false,
2148
- description: "Fired when the Google Maps script fails to load."
2149
- }
2150
- ],
2151
2280
  ScriptGoogleMapsCircleProps: [
2152
2281
  {
2153
2282
  name: "options",
@@ -2402,6 +2531,13 @@ const schemaFields = {
2402
2531
  description: "Fired when the z-index of the info window changes."
2403
2532
  }
2404
2533
  ],
2534
+ ScriptGoogleMapsInfoWindowSlots: [
2535
+ {
2536
+ name: "default",
2537
+ type: "-",
2538
+ required: false
2539
+ }
2540
+ ],
2405
2541
  ScriptGoogleMapsMarkerProps: [
2406
2542
  {
2407
2543
  name: "position",
@@ -2442,6 +2578,18 @@ const schemaFields = {
2442
2578
  description: "Fired when the user starts dragging the marker."
2443
2579
  }
2444
2580
  ],
2581
+ ScriptGoogleMapsMarkerSlots: [
2582
+ {
2583
+ name: "default",
2584
+ type: "-",
2585
+ required: false
2586
+ },
2587
+ {
2588
+ name: "content",
2589
+ type: "-",
2590
+ required: false
2591
+ }
2592
+ ],
2445
2593
  ScriptGoogleMapsMarkerClustererProps: [
2446
2594
  {
2447
2595
  name: "options",
@@ -2470,60 +2618,19 @@ const schemaFields = {
2470
2618
  description: "Fired when the clusterer finishes clustering markers."
2471
2619
  }
2472
2620
  ],
2473
- ScriptGoogleMapsOverlayViewProps: [
2474
- {
2475
- name: "position",
2476
- type: "google.maps.LatLngLiteral",
2477
- required: false,
2478
- description: "Geographic position for the overlay. Falls back to parent marker position if omitted."
2479
- },
2480
- {
2481
- name: "anchor",
2482
- type: "OverlayAnchor",
2483
- required: false,
2484
- description: "Anchor point of the overlay relative to its position.",
2485
- defaultValue: "'bottom-center'"
2486
- },
2621
+ ScriptGoogleMapsMarkerClustererSlots: [
2487
2622
  {
2488
- name: "offset",
2489
- type: "{ x: number, y: number }",
2490
- required: false,
2491
- description: "Pixel offset from the anchor position."
2492
- },
2493
- {
2494
- name: "pane",
2495
- type: "OverlayPane",
2496
- required: false,
2497
- description: "The map pane on which to render the overlay.",
2498
- defaultValue: "'floatPane'"
2499
- },
2500
- {
2501
- name: "zIndex",
2502
- type: "number",
2503
- required: false,
2504
- description: "CSS z-index for the overlay element."
2505
- },
2506
- {
2507
- name: "blockMapInteraction",
2508
- type: "boolean",
2509
- required: false,
2510
- description: "Whether to block map click and gesture events from passing through the overlay.",
2511
- defaultValue: "true"
2512
- },
2513
- {
2514
- name: "panOnOpen",
2515
- type: "boolean | number",
2516
- required: false,
2517
- description: "Pan the map so the overlay is fully visible when opened, similar to InfoWindow behavior. Set to `true` for default 40px padding, or a number for custom padding.",
2518
- defaultValue: "true"
2623
+ name: "default",
2624
+ type: "-",
2625
+ required: false
2519
2626
  },
2520
2627
  {
2521
- name: "hideWhenClustered",
2522
- type: "boolean",
2523
- required: false,
2524
- description: "Automatically hide the overlay when its parent marker joins a cluster (on zoom out). Only applies when nested inside a ScriptGoogleMapsMarkerClusterer.",
2525
- defaultValue: "true"
2526
- },
2628
+ name: "renderer",
2629
+ type: "{ cluster: Cluster, stats: ClusterStats, map: google.maps.Map }",
2630
+ required: false
2631
+ }
2632
+ ],
2633
+ ScriptGoogleMapsOverlayViewProps: [
2527
2634
  {
2528
2635
  name: "v-model:open",
2529
2636
  type: "boolean",
@@ -2790,6 +2897,23 @@ const schemaFields = {
2790
2897
  description: "Root element attributes"
2791
2898
  }
2792
2899
  ],
2900
+ ScriptBlueskyEmbedSlots: [
2901
+ {
2902
+ name: "default",
2903
+ type: "object",
2904
+ required: false
2905
+ },
2906
+ {
2907
+ name: "loading",
2908
+ type: "-",
2909
+ required: false
2910
+ },
2911
+ {
2912
+ name: "error",
2913
+ type: "object",
2914
+ required: false
2915
+ }
2916
+ ],
2793
2917
  ScriptCarbonAdsProps: [
2794
2918
  {
2795
2919
  name: "serve",
@@ -2825,6 +2949,23 @@ const schemaFields = {
2825
2949
  required: false
2826
2950
  }
2827
2951
  ],
2952
+ ScriptCarbonAdsSlots: [
2953
+ {
2954
+ name: "awaitingLoad",
2955
+ type: "-",
2956
+ required: false
2957
+ },
2958
+ {
2959
+ name: "loading",
2960
+ type: "-",
2961
+ required: false
2962
+ },
2963
+ {
2964
+ name: "error",
2965
+ type: "-",
2966
+ required: false
2967
+ }
2968
+ ],
2828
2969
  ScriptCrispProps: [
2829
2970
  {
2830
2971
  name: "trigger",
@@ -2870,6 +3011,28 @@ const schemaFields = {
2870
3011
  required: false
2871
3012
  }
2872
3013
  ],
3014
+ ScriptCrispSlots: [
3015
+ {
3016
+ name: "default",
3017
+ type: "{ ready: boolean }",
3018
+ required: false
3019
+ },
3020
+ {
3021
+ name: "awaitingLoad",
3022
+ type: "-",
3023
+ required: false
3024
+ },
3025
+ {
3026
+ name: "loading",
3027
+ type: "-",
3028
+ required: false
3029
+ },
3030
+ {
3031
+ name: "error",
3032
+ type: "-",
3033
+ required: false
3034
+ }
3035
+ ],
2873
3036
  ScriptGoogleAdsenseProps: [
2874
3037
  {
2875
3038
  name: "dataAdClient",
@@ -2915,6 +3078,23 @@ const schemaFields = {
2915
3078
  required: false
2916
3079
  }
2917
3080
  ],
3081
+ ScriptGoogleAdsenseSlots: [
3082
+ {
3083
+ name: "awaitingLoad",
3084
+ type: "-",
3085
+ required: false
3086
+ },
3087
+ {
3088
+ name: "loading",
3089
+ type: "-",
3090
+ required: false
3091
+ },
3092
+ {
3093
+ name: "error",
3094
+ type: "-",
3095
+ required: false
3096
+ }
3097
+ ],
2918
3098
  ScriptInstagramEmbedProps: [
2919
3099
  {
2920
3100
  name: "postUrl",
@@ -2942,6 +3122,23 @@ const schemaFields = {
2942
3122
  description: "Root element attributes"
2943
3123
  }
2944
3124
  ],
3125
+ ScriptInstagramEmbedSlots: [
3126
+ {
3127
+ name: "default",
3128
+ type: "{ html: string, shortcode: string | undefined, postUrl: string }",
3129
+ required: false
3130
+ },
3131
+ {
3132
+ name: "loading",
3133
+ type: "-",
3134
+ required: false
3135
+ },
3136
+ {
3137
+ name: "error",
3138
+ type: "object",
3139
+ required: false
3140
+ }
3141
+ ],
2945
3142
  ScriptIntercomProps: [
2946
3143
  {
2947
3144
  name: "appId",
@@ -3002,6 +3199,28 @@ const schemaFields = {
3002
3199
  required: false
3003
3200
  }
3004
3201
  ],
3202
+ ScriptIntercomSlots: [
3203
+ {
3204
+ name: "default",
3205
+ type: "{ ready: boolean }",
3206
+ required: false
3207
+ },
3208
+ {
3209
+ name: "awaitingLoad",
3210
+ type: "-",
3211
+ required: false
3212
+ },
3213
+ {
3214
+ name: "loading",
3215
+ type: "-",
3216
+ required: false
3217
+ },
3218
+ {
3219
+ name: "error",
3220
+ type: "-",
3221
+ required: false
3222
+ }
3223
+ ],
3005
3224
  ScriptLemonSqueezyProps: [
3006
3225
  {
3007
3226
  name: "trigger",
@@ -3021,6 +3240,13 @@ const schemaFields = {
3021
3240
  required: false
3022
3241
  }
3023
3242
  ],
3243
+ ScriptLemonSqueezySlots: [
3244
+ {
3245
+ name: "default",
3246
+ type: "-",
3247
+ required: false
3248
+ }
3249
+ ],
3024
3250
  ScriptPayPalButtonsProps: [
3025
3251
  {
3026
3252
  name: "rootAttrs",
@@ -3096,6 +3322,33 @@ const schemaFields = {
3096
3322
  required: false
3097
3323
  }
3098
3324
  ],
3325
+ ScriptPayPalButtonsSlots: [
3326
+ {
3327
+ name: "default",
3328
+ type: "{ sdkInstance: SdkInstance<Components[]> | undefined }",
3329
+ required: false
3330
+ },
3331
+ {
3332
+ name: "placeholder",
3333
+ type: "-",
3334
+ required: false
3335
+ },
3336
+ {
3337
+ name: "loading",
3338
+ type: "-",
3339
+ required: false
3340
+ },
3341
+ {
3342
+ name: "awaitingLoad",
3343
+ type: "-",
3344
+ required: false
3345
+ },
3346
+ {
3347
+ name: "error",
3348
+ type: "-",
3349
+ required: false
3350
+ }
3351
+ ],
3099
3352
  ScriptPayPalMessagesProps: [
3100
3353
  {
3101
3354
  name: "rootAttrs",
@@ -3170,6 +3423,33 @@ const schemaFields = {
3170
3423
  required: false
3171
3424
  }
3172
3425
  ],
3426
+ ScriptPayPalMessagesSlots: [
3427
+ {
3428
+ name: "default",
3429
+ type: "{ messagesSession: PayPalMessagesSession | undefined }",
3430
+ required: false
3431
+ },
3432
+ {
3433
+ name: "placeholder",
3434
+ type: "-",
3435
+ required: false
3436
+ },
3437
+ {
3438
+ name: "loading",
3439
+ type: "-",
3440
+ required: false
3441
+ },
3442
+ {
3443
+ name: "awaitingLoad",
3444
+ type: "-",
3445
+ required: false
3446
+ },
3447
+ {
3448
+ name: "error",
3449
+ type: "-",
3450
+ required: false
3451
+ }
3452
+ ],
3173
3453
  ScriptStripePricingTableProps: [
3174
3454
  {
3175
3455
  name: "trigger",
@@ -3214,6 +3494,28 @@ const schemaFields = {
3214
3494
  required: false
3215
3495
  }
3216
3496
  ],
3497
+ ScriptStripePricingTableSlots: [
3498
+ {
3499
+ name: "default",
3500
+ type: "-",
3501
+ required: false
3502
+ },
3503
+ {
3504
+ name: "loading",
3505
+ type: "-",
3506
+ required: false
3507
+ },
3508
+ {
3509
+ name: "awaitingLoad",
3510
+ type: "-",
3511
+ required: false
3512
+ },
3513
+ {
3514
+ name: "error",
3515
+ type: "-",
3516
+ required: false
3517
+ }
3518
+ ],
3217
3519
  ScriptVimeoPlayerProps: [
3218
3520
  {
3219
3521
  name: "trigger",
@@ -3263,6 +3565,33 @@ const schemaFields = {
3263
3565
  defaultValue: "'contain'"
3264
3566
  }
3265
3567
  ],
3568
+ ScriptVimeoPlayerSlots: [
3569
+ {
3570
+ name: "default",
3571
+ type: "-",
3572
+ required: false
3573
+ },
3574
+ {
3575
+ name: "placeholder",
3576
+ type: "{ placeholder: string | undefined }",
3577
+ required: false
3578
+ },
3579
+ {
3580
+ name: "loading",
3581
+ type: "-",
3582
+ required: false
3583
+ },
3584
+ {
3585
+ name: "awaitingLoad",
3586
+ type: "-",
3587
+ required: false
3588
+ },
3589
+ {
3590
+ name: "error",
3591
+ type: "-",
3592
+ required: false
3593
+ }
3594
+ ],
3266
3595
  ScriptXEmbedProps: [
3267
3596
  {
3268
3597
  name: "tweetId",
@@ -3289,6 +3618,23 @@ const schemaFields = {
3289
3618
  description: "Root element attributes"
3290
3619
  }
3291
3620
  ],
3621
+ ScriptXEmbedSlots: [
3622
+ {
3623
+ name: "default",
3624
+ type: "object",
3625
+ required: false
3626
+ },
3627
+ {
3628
+ name: "loading",
3629
+ type: "-",
3630
+ required: false
3631
+ },
3632
+ {
3633
+ name: "error",
3634
+ type: "object",
3635
+ required: false
3636
+ }
3637
+ ],
3292
3638
  ScriptYouTubePlayerProps: [
3293
3639
  {
3294
3640
  name: "placeholderAttrs",
@@ -3396,6 +3742,33 @@ const schemaFields = {
3396
3742
  type: "YT.PlayerEvent",
3397
3743
  required: false
3398
3744
  }
3745
+ ],
3746
+ ScriptYouTubePlayerSlots: [
3747
+ {
3748
+ name: "default",
3749
+ type: "-",
3750
+ required: false
3751
+ },
3752
+ {
3753
+ name: "placeholder",
3754
+ type: "{ placeholder: string }",
3755
+ required: false
3756
+ },
3757
+ {
3758
+ name: "loading",
3759
+ type: "-",
3760
+ required: false
3761
+ },
3762
+ {
3763
+ name: "awaitingLoad",
3764
+ type: "-",
3765
+ required: false
3766
+ },
3767
+ {
3768
+ name: "error",
3769
+ type: "-",
3770
+ required: false
3771
+ }
3399
3772
  ]
3400
3773
  };
3401
3774
  const registryTypesJson = {