@bbl-digital/snorre 4.2.50 → 4.2.51

Sign up to get free protection for your applications and to get access to all the features.
package/dist/bundle.js CHANGED
@@ -27541,7 +27541,7 @@
27541
27541
  secondary,
27542
27542
  size,
27543
27543
  text,
27544
- sanitize = false,
27544
+ sanitize = true,
27545
27545
  sanitizeOptions,
27546
27546
  whiteSpace
27547
27547
  }) => {
@@ -19,7 +19,7 @@ const Html = ({
19
19
  secondary,
20
20
  size,
21
21
  text,
22
- sanitize = false,
22
+ sanitize = true,
23
23
  sanitizeOptions,
24
24
  whiteSpace
25
25
  }) => {
@@ -19,7 +19,7 @@ const Html = ({
19
19
  secondary,
20
20
  size,
21
21
  text,
22
- sanitize = false,
22
+ sanitize = true,
23
23
  sanitizeOptions,
24
24
  whiteSpace
25
25
  }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbl-digital/snorre",
3
- "version": "4.2.50",
3
+ "version": "4.2.51",
4
4
  "description": "Design library for BBL Digital",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",