@alfadocs/ui-kit-debug 0.6.0 → 0.6.1

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "packageVersion": "0.6.0",
3
+ "packageVersion": "0.6.1",
4
4
  "components": [
5
5
  {
6
6
  "kind": "component",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfadocs/ui-kit-debug",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "type": "module",
5
5
  "description": "AlfaDocs shared design system — tokens, components, patterns, and translations for platform, booking, and alfascribe. (debug build — identical runtime to @alfadocs/ui-kit, ships source maps for symbolication).",
6
6
  "license": "BUSL-1.1",
@@ -143,6 +143,10 @@
143
143
  "types": "./dist/components/command-palette/index.d.ts",
144
144
  "import": "./dist/components/command-palette/index.js"
145
145
  },
146
+ "./contact-card": {
147
+ "types": "./dist/components/contact-card/index.d.ts",
148
+ "import": "./dist/components/contact-card/index.js"
149
+ },
146
150
  "./data-table": {
147
151
  "types": "./dist/components/data-table/index.d.ts",
148
152
  "import": "./dist/components/data-table/index.js"
@@ -469,8 +473,9 @@
469
473
  },
470
474
  "scripts": {
471
475
  "dev": "vite",
472
- "build": "vite build && npm run build:types && npm run build:locales && npm run build:agent-catalog && npm run verify:build",
476
+ "build": "vite build && npm run build:types && npm run build:locales && npm run build:agent-catalog && npm run verify:build && npm run check:exports",
473
477
  "verify:build": "node scripts/verify-build.mjs",
478
+ "check:exports": "node scripts/check-exports-coverage.mjs",
474
479
  "build:types": "tsc -p tsconfig.build.json",
475
480
  "build:locales": "node scripts/build-locales.mjs dist/locales",
476
481
  "build:agent-catalog": "node --experimental-strip-types scripts/build-agent-catalog.mjs dist/agent-catalog.json",