sass-template-common 0.9.185 → 0.9.186-debugAudit.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.
@@ -1396,6 +1396,14 @@ export declare type LibraryConfig = {
1396
1396
  SHOW_DEV_RANKING?: boolean;
1397
1397
  SHOW_GOOGLE_PROFILE?: boolean;
1398
1398
  MORE_NEWS_SSR?: boolean;
1399
+ /**
1400
+ * Activa el auditor de HTML client-side inline (panel de debug en Shadow DOM).
1401
+ * Se setea una vez en `initLibrary` y se propaga a todas las páginas vía GenerateHead.
1402
+ * Default `false`.
1403
+ */
1404
+ HTML_AUDIT?: boolean;
1405
+ /** nonce opcional para CSP estricta del <script> inline del auditor. */
1406
+ HTML_AUDIT_NONCE?: string;
1399
1407
  NEWS_JOURNALIST_COMPONENT?: 'op1' | 'op2' | 'op3';
1400
1408
  COMPONENTS?: {
1401
1409
  PlayIcon?: ComponentType<SVGProps<SVGSVGElement>>;