@ai-matrx/tap-target 0.2.8 → 0.2.9

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.9
4
+
5
+ Corrects the package description and README to match the actual canonical geometry: 44px target, 28px pill and 14px glyph. No runtime geometry change and no consumer action required.
6
+
3
7
  ## 0.2.8
4
8
 
5
9
  Moves the canonical primitive, shared Link registration and geometry into design-system; existing Tap Target imports re-export that same implementation. Styles import the shared design-system sheet. Public button behavior and geometry remain unchanged.
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @ai-matrx/tap-target
2
2
 
3
3
  The AI Matrx tap-target button system: an **invisible 44×44 touch ring** over a
4
- **32×32 visible pill** (28px pill inside the ring; 32/20px in the slim group
5
- geometry), with press feedback, mobile tap hygiene (no 300ms delay, no iOS gray
4
+ **28×28 visible pill and 14×14 glyph** (32px target and 20px pill in the slim
5
+ group geometry), with press feedback, mobile tap hygiene (no 300ms delay, no iOS gray
6
6
  flash), and correct **ref forwarding for Radix `asChild` triggers**.
7
7
 
8
8
  - **Primitives** — `TapTargetButton` (glass), `TapTargetButtonTransparent`,
@@ -20,8 +20,8 @@ flash), and correct **ref forwarding for Radix `asChild` triggers**.
20
20
  npm install @ai-matrx/tap-target
21
21
  ```
22
22
 
23
- Peer: `react >= 18`. `@radix-ui/react-tooltip` is a regular dependency
24
- (small and behavior-critical tooltips are part of the product).
23
+ Peer: `react >= 18`. The canonical primitive, geometry and tooltip behavior
24
+ come from the regular `@ai-matrx/design-system` dependency.
25
25
 
26
26
  ## Setup — two one-time steps
27
27
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ai-matrx/tap-target",
3
- "version": "0.2.8",
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.",
3
+ "version": "0.2.9",
4
+ "description": "The AI Matrx tap-target button system: an invisible 44x44 touch ring over a 28x28 visible pill and a 14x14 glyph, 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",
7
7
  "module": "./dist/index.js",