@alfadocs/ui-kit-debug 0.60.0 → 0.62.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfadocs/ui-kit-debug",
3
- "version": "0.60.0",
3
+ "version": "0.62.0",
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",
@@ -702,6 +702,7 @@
702
702
  "stylelint": "stylelint \"src/**/*.css\"",
703
703
  "check:data-component": "node scripts/check-data-component-coverage.mjs",
704
704
  "check:arbitrary-classes": "node scripts/check-arbitrary-classes.mjs",
705
+ "check:mdx-expressions": "node scripts/check-mdx-expressions.mjs",
705
706
  "check:prop-runtime-coverage": "node scripts/check-prop-runtime-coverage.mjs",
706
707
  "check:story-locale-thrash": "node scripts/check-story-locale-thrash.mjs",
707
708
  "check:chromatic-play-guard": "node scripts/check-chromatic-play-guard.mjs",
@@ -873,6 +874,7 @@
873
874
  "@stripe/react-stripe-js": "^6.2.0",
874
875
  "@stripe/stripe-js": "^9.2.0",
875
876
  "@tailwindcss/postcss": "^4.2.2",
877
+ "@testing-library/dom": "^10.4.1",
876
878
  "@testing-library/jest-dom": "^6.6.3",
877
879
  "@testing-library/react": "^16.1.0",
878
880
  "@types/dompurify": "^3.0.5",