pangea-lib 2.12.74 → 2.12.76

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.
@@ -0,0 +1,2 @@
1
+ export declare function sanitizeHtml(html: string): string;
2
+ export declare function removeHtmlTags(html: string): string;
@@ -4,6 +4,7 @@ export * from './color.helpers';
4
4
  export * from './css.helpers';
5
5
  export * from './datetime.helpers';
6
6
  export * from './environment.helpers';
7
+ export * from './html-sanitize.helpers';
7
8
  export * from './number.helpers';
8
9
  export * from './object.helpers';
9
10
  export * from './router.helpers';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pangea-lib",
3
3
  "description": "",
4
- "version": "2.12.74",
4
+ "version": "2.12.76",
5
5
  "author": "Gianfranco Raselli",
6
6
  "license": "ISC",
7
7
  "homepage": "https://github.com/GianfrancoRaselli/pangea#readme",
@@ -48,9 +48,10 @@
48
48
  "animate.css": "4.1.1",
49
49
  "axios": "1.7.8",
50
50
  "chart.js": "4.4.6",
51
+ "dompurify": "3.2.3",
51
52
  "floating-vue": "5.2.2",
52
53
  "moment": "2.30.1",
53
- "pangea-helpers": "1.3.55",
54
+ "pangea-helpers": "1.3.56",
54
55
  "pinia": "2.1.7",
55
56
  "pinia-plugin-persistedstate": "3.2.1",
56
57
  "sanitize.css": "13.0.0",