@alfadocs/ui-kit 0.32.2 → 0.32.4

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": "@alfadocs/ui-kit",
3
- "version": "0.32.2",
3
+ "version": "0.32.4",
4
4
  "type": "module",
5
5
  "description": "AlfaDocs shared design system — tokens, components, patterns, and translations for platform, booking, and alfascribe.",
6
6
  "license": "BUSL-1.1",
@@ -566,6 +566,7 @@
566
566
  "stylelint": "stylelint \"src/**/*.css\"",
567
567
  "check:data-component": "node scripts/check-data-component-coverage.mjs",
568
568
  "check:prop-runtime-coverage": "node scripts/check-prop-runtime-coverage.mjs",
569
+ "check:story-locale-thrash": "node scripts/check-story-locale-thrash.mjs",
569
570
  "check:i18n": "node scripts/check-no-namespaced-i18n.mjs",
570
571
  "check:i18n-parity": "node --experimental-strip-types scripts/check-i18n-parity.ts",
571
572
  "check:i18n-plurals": "node --experimental-strip-types scripts/check-i18n-plurals.ts",