@duskmoon-dev/core 1.19.0 → 1.19.2

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": "@duskmoon-dev/core",
3
- "version": "1.19.0",
3
+ "version": "1.19.2",
4
4
  "description": "DuskMoonUI - Tailwind CSS v4 plugin with Material Design 3 color system and component styles",
5
5
  "type": "module",
6
6
  "main": "./dist/index.css",
@@ -389,6 +389,7 @@
389
389
  "test:unit": "bun test tests/unit",
390
390
  "test:visual": "playwright test --config=playwright.visual.config.ts",
391
391
  "test:integration": "playwright test --config=playwright.integration.config.ts",
392
+ "test:native-overlays": "playwright test --config=playwright.native-overlays.config.ts",
392
393
  "test:a11y": "playwright test --config=playwright.integration.config.ts tests/accessibility/",
393
394
  "test:all": "bun run test:unit && bun run test:visual && bun run test:integration && bun run test:a11y"
394
395
  },