@ai-matrx/tap-target 0.2.6 → 0.2.7

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 (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.7
4
+
5
+ Automatic changed-only republish (docs/metadata drift since the last tag — see
6
+ `git diff npm/tap-target/v0.2.6..npm/tap-target/v0.2.7 -- apps/shared/tap-target`).
7
+ No source changes intended and no consumer action required.
8
+
3
9
  ## 0.2.6
4
10
 
5
11
  Automatic changed-only republish (docs/metadata drift since the last tag — see
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-matrx/tap-target",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "The AI Matrx tap-target button system: an invisible 44x44 touch ring over a 32x32 visible pill, glass/transparent/solid/group variants with correct ref forwarding for Radix asChild triggers, inline labels, link/label/button trigger resolution with an injectable link component, tooltip wiring, and ~60 pre-composed one-tag buttons.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -56,7 +56,7 @@
56
56
  "./package.json": "./package.json"
57
57
  },
58
58
  "dependencies": {
59
- "@radix-ui/react-tooltip": "^1.2.8",
59
+ "@radix-ui/react-tooltip": "^1.2.16",
60
60
  "@ai-matrx/design-system": "latest"
61
61
  },
62
62
  "peerDependencies": {
@@ -64,16 +64,16 @@
64
64
  },
65
65
  "devDependencies": {
66
66
  "@arethetypeswrong/cli": "^0.18.5",
67
- "@testing-library/react": "^16.3.0",
68
- "@types/node": "^22.20.0",
69
- "@types/react": "^19.1.0",
70
- "jsdom": "^25.0.1",
67
+ "@testing-library/react": "^16.3.3",
68
+ "@types/node": "^26.5.1",
69
+ "@types/react": "19.3.0",
70
+ "jsdom": "^30.0.1",
71
71
  "publint": "^0.3.24",
72
- "react": "^19.1.0",
73
- "react-dom": "^19.1.0",
72
+ "react": "^19.3.0",
73
+ "react-dom": "^19.3.0",
74
74
  "tsup": "^8.5.1",
75
75
  "typescript": "^5.9.3",
76
- "vitest": "^4.1.6"
76
+ "vitest": "^5.0.0"
77
77
  },
78
78
  "publishConfig": {
79
79
  "access": "public",