@htmlbricks/hb-terms-doc-templates 0.65.22 → 0.66.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.
package/manifest.json CHANGED
@@ -411,7 +411,7 @@
411
411
  }
412
412
  }
413
413
  },
414
- "description": "",
414
+ "description": "Renders legal-style documents from `data`: privacy templates with site, company, and admin fields, or cookie policies with a `cookies` list. Use `i18nlang` with registered languages for localized copy; emits `event` for integrations.",
415
415
  "storybookArgs": {
416
416
  "data": {
417
417
  "control": {
@@ -683,12 +683,13 @@
683
683
  ],
684
684
  "readmePath": "README.md",
685
685
  "name": "hb-terms-doc-templates",
686
- "category": "docs",
686
+ "category": "content",
687
687
  "tags": [
688
- "docs"
688
+ "content",
689
+ "compliance"
689
690
  ],
690
691
  "size": {},
691
692
  "iifePath": "main.iife.js",
692
693
  "repoName": "@htmlbricks/hb-terms-doc-templates",
693
- "version": "0.65.22"
694
+ "version": "0.66.0"
694
695
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-terms-doc-templates",
3
- "version": "0.65.22",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "Renders legal-style documents from `data`: privacy templates with site, company, and admin fields, or cookie policies with a `cookies` list. Use `i18nlang` with registered languages for localized copy; emits `event` for integrations.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",