@civicactions/cmsds-open-data-components 4.0.8-alpha.2 → 4.0.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civicactions/cmsds-open-data-components",
3
- "version": "4.0.8-alpha.2",
3
+ "version": "4.0.8",
4
4
  "description": "Components for the open data catalog frontend using CMS Design System",
5
5
  "main": "dist/main.js",
6
6
  "source": "src/index.ts",
@@ -430,8 +430,8 @@ function addUsageTable(lines, usageMap) {
430
430
  lines.push('');
431
431
 
432
432
  // Table header
433
- lines.push('| Component | Count | Used In |');
434
- lines.push('|-----------|-------|---------|');
433
+ lines.push('| Name | Count | Used In |');
434
+ lines.push('|------|-------|---------|');
435
435
 
436
436
  // Table rows
437
437
  items.forEach(({ name, usages }) => {