@ariakit/test 0.1.9 → 0.1.11

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.
Files changed (48) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/act/package.json +2 -2
  3. package/blur/package.json +2 -2
  4. package/cjs/__chunks/{3SY2LMBF.cjs → 6EFG7UHU.cjs} +3 -0
  5. package/cjs/__chunks/{WHLWNNUI.cjs → CF2U7JTC.cjs} +4 -1
  6. package/cjs/__chunks/{4PLCBYAV.cjs → EXDSBY4V.cjs} +6 -6
  7. package/cjs/__chunks/{J27GPNPL.cjs → GHIPN7K2.cjs} +10 -7
  8. package/cjs/__chunks/{APK7YACC.cjs → JAG3AQKW.cjs} +2 -2
  9. package/cjs/__chunks/{7WNWDQ4X.cjs → MBN3MCDI.cjs} +2 -0
  10. package/cjs/click.cjs +5 -5
  11. package/cjs/hover.cjs +2 -2
  12. package/cjs/index.cjs +7 -7
  13. package/cjs/mouse-down.cjs +2 -2
  14. package/cjs/mouse-up.cjs +2 -2
  15. package/cjs/select.cjs +5 -5
  16. package/cjs/tap.cjs +6 -6
  17. package/cjs/tsconfig.build.tsbuildinfo +1 -1
  18. package/click/package.json +2 -2
  19. package/esm/__chunks/{4AKNUH2A.js → 3EZSHFFL.js} +1 -1
  20. package/esm/__chunks/{ZUY7UFA4.js → FAZG5JCW.js} +3 -3
  21. package/esm/__chunks/{KPOWUSLK.js → J6GKXQQW.js} +3 -0
  22. package/esm/__chunks/{2E5JZMOP.js → M6JWW6UC.js} +6 -3
  23. package/esm/__chunks/{DRKLVF57.js → SRPQ73KL.js} +4 -1
  24. package/esm/__chunks/{N3NIS6J5.js → XO7FSCZD.js} +3 -1
  25. package/esm/click.js +4 -4
  26. package/esm/hover.js +1 -1
  27. package/esm/index.js +6 -6
  28. package/esm/mouse-down.js +1 -1
  29. package/esm/mouse-up.js +1 -1
  30. package/esm/select.js +4 -4
  31. package/esm/tap.js +5 -5
  32. package/esm/tsconfig.build.tsbuildinfo +1 -1
  33. package/fire-event/package.json +2 -2
  34. package/focus/package.json +2 -2
  35. package/hover/package.json +2 -2
  36. package/mock-get-client-rects/package.json +2 -2
  37. package/mouse-down/package.json +2 -2
  38. package/mouse-up/package.json +2 -2
  39. package/package.json +2 -2
  40. package/press/package.json +2 -2
  41. package/render/package.json +2 -2
  42. package/screen/package.json +2 -2
  43. package/select/package.json +2 -2
  44. package/sleep/package.json +2 -2
  45. package/tap/package.json +2 -2
  46. package/type/package.json +2 -2
  47. package/wait-for/package.json +2 -2
  48. package/within/package.json +2 -2
@@ -2,6 +2,6 @@
2
2
  "name": "@ariakit/test/sleep",
3
3
  "private": true,
4
4
  "sideEffects": false,
5
- "main": "../cjs/sleep",
6
- "module": "../esm/sleep"
5
+ "main": "../cjs/sleep.cjs",
6
+ "module": "../esm/sleep.js"
7
7
  }
package/tap/package.json CHANGED
@@ -2,6 +2,6 @@
2
2
  "name": "@ariakit/test/tap",
3
3
  "private": true,
4
4
  "sideEffects": false,
5
- "main": "../cjs/tap",
6
- "module": "../esm/tap"
5
+ "main": "../cjs/tap.cjs",
6
+ "module": "../esm/tap.js"
7
7
  }
package/type/package.json CHANGED
@@ -2,6 +2,6 @@
2
2
  "name": "@ariakit/test/type",
3
3
  "private": true,
4
4
  "sideEffects": false,
5
- "main": "../cjs/type",
6
- "module": "../esm/type"
5
+ "main": "../cjs/type.cjs",
6
+ "module": "../esm/type.js"
7
7
  }
@@ -2,6 +2,6 @@
2
2
  "name": "@ariakit/test/wait-for",
3
3
  "private": true,
4
4
  "sideEffects": false,
5
- "main": "../cjs/wait-for",
6
- "module": "../esm/wait-for"
5
+ "main": "../cjs/wait-for.cjs",
6
+ "module": "../esm/wait-for.js"
7
7
  }
@@ -2,6 +2,6 @@
2
2
  "name": "@ariakit/test/within",
3
3
  "private": true,
4
4
  "sideEffects": false,
5
- "main": "../cjs/within",
6
- "module": "../esm/within"
5
+ "main": "../cjs/within.cjs",
6
+ "module": "../esm/within.js"
7
7
  }