@norwegian/core-components 5.9.0 → 5.10.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.
@@ -77,6 +77,11 @@ export declare class InfoComponent extends NasComponentBase {
77
77
  * Flag for showing/hiding element. Defaults to true.
78
78
  */
79
79
  show: boolean;
80
+ /**
81
+ * @description
82
+ * Flag for toggling on or off the HTML sanitizing. Defaults to true.
83
+ */
84
+ sanitized: boolean;
80
85
  constructor();
81
86
  removeInfoBox(): void;
82
87
  getListClass(element?: string, modifiersInput?: any): ClassModel;