Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/floating-panel-stack-close-zindex.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/anatomy-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @zag-js/anatomy-icons

## 1.43.1

## 1.43.0

## 1.42.0
Expand Down
2 changes: 1 addition & 1 deletion packages/anatomy-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/anatomy-icons",
"version": "1.43.0",
"version": "1.43.1",
"keywords": [
"ui-machines",
"state-machines",
Expand Down
2 changes: 2 additions & 0 deletions packages/anatomy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @zag-js/anatomy

## 1.43.1

## 1.43.0

## 1.42.0
Expand Down
2 changes: 1 addition & 1 deletion packages/anatomy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/anatomy",
"version": "1.43.0",
"version": "1.43.1",
"keywords": [
"ui-machines",
"state-machines",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @zag-js/core

## 1.43.1

### Patch Changes

- Updated dependencies []:
- @zag-js/utils@1.43.1
- @zag-js/dom-query@1.43.1

## 1.43.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/core",
"version": "1.43.0",
"version": "1.43.1",
"description": "A minimal implementation of xstate fsm for UI machines",
"keywords": [
"ui-machines",
Expand Down
2 changes: 2 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @zag-js/docs

## 1.43.1

## 1.43.0

## 1.42.0
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/data/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2977,7 +2977,7 @@
},
"getCropData": {
"type": "() => CropData",
"description": "Function to get the crop data in natural image pixel coordinates.\nThese coordinates are relative to the original image dimensions,\naccounting for zoom, rotation, and flip transformations.\nUse this for server-side cropping or state persistence."
"description": "Function to get the crop geometry in natural image pixels.\nThe rect is axis-aligned; `corners` preserves the exact source quad."
}
},
"context": {
Expand Down Expand Up @@ -5065,7 +5065,7 @@
},
"onDraw": {
"type": "((details: DrawDetails) => void) | undefined",
"description": "Callback when the signature pad is drawing."
"description": "Callback when the signature pad is drawing or the committed paths change.\n`paths` contains only committed strokes; use `currentPath` for the in-progress stroke."
},
"onDrawEnd": {
"type": "((details: DrawEndDetails) => void) | undefined",
Expand Down
19 changes: 6 additions & 13 deletions packages/docs/data/css-vars.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,7 @@
"--height": "The height of the element",
"--x": "The x position for transform",
"--y": "The y position for transform",
"--reference-width": "The width of the reference element",
"--reference-height": "The height of the root",
"--available-width": "The available width in viewport",
"--available-height": "The available height in viewport",
"--z-index": "The z-index value",
"--transform-origin": "The transform origin for animations"
},
"Arrow": {
"--arrow-size": "The size of the arrow",
"--arrow-size-half": "Half the size of the arrow",
"--arrow-background": "Use this variable to style the arrow background",
"--arrow-offset": "The offset position of the arrow"
"--z-index": "The z-index value"
}
},
"image-cropper": {
Expand Down Expand Up @@ -231,7 +220,11 @@
"--layer-index": "The index of the dismissable in the layer stack"
},
"Spotlight": {
"--tour-layer": "The tour layer value for the Spotlight"
"--tour-layer": "The tour layer value for the Spotlight",
"--spotlight-x": "The spotlight x value for the Spotlight",
"--spotlight-y": "The spotlight y value for the Spotlight",
"--spotlight-width": "The width of the Spotlight",
"--spotlight-height": "The height of the Spotlight"
},
"Positioner": {
"--tour-layer": "The tour layer value for the Positioner",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/docs",
"version": "1.43.0",
"version": "1.43.1",
"description": "Docs for zag.js machines",
"keywords": [
"zag",
Expand Down
10 changes: 10 additions & 0 deletions packages/frameworks/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @zag-js/preact

## 1.43.1

### Patch Changes

- Updated dependencies []:
- @zag-js/core@1.43.1
- @zag-js/store@1.43.1
- @zag-js/types@1.43.1
- @zag-js/utils@1.43.1

## 1.43.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/preact",
"version": "1.43.0",
"version": "1.43.1",
"description": "The preact wrapper for zag",
"keywords": [
"ui-machines",
Expand Down
10 changes: 10 additions & 0 deletions packages/frameworks/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @zag-js/react

## 1.43.1

### Patch Changes

- Updated dependencies []:
- @zag-js/core@1.43.1
- @zag-js/store@1.43.1
- @zag-js/types@1.43.1
- @zag-js/utils@1.43.1

## 1.43.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/react",
"version": "1.43.0",
"version": "1.43.1",
"description": "The react wrapper for zag",
"keywords": [
"ui-machines",
Expand Down
10 changes: 10 additions & 0 deletions packages/frameworks/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @zag-js/solid

## 1.43.1

### Patch Changes

- Updated dependencies []:
- @zag-js/core@1.43.1
- @zag-js/store@1.43.1
- @zag-js/types@1.43.1
- @zag-js/utils@1.43.1

## 1.43.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/solid",
"version": "1.43.0",
"version": "1.43.1",
"description": "The solid.js wrapper for zag",
"keywords": [
"ui-machines",
Expand Down
9 changes: 9 additions & 0 deletions packages/frameworks/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zag-js/svelte

## 1.43.1

### Patch Changes

- Updated dependencies []:
- @zag-js/core@1.43.1
- @zag-js/types@1.43.1
- @zag-js/utils@1.43.1

## 1.43.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/svelte",
"version": "1.43.0",
"version": "1.43.1",
"description": "The svelte wrapper for zag",
"keywords": [
"ui-machines",
Expand Down
10 changes: 10 additions & 0 deletions packages/frameworks/vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @zag-js/vanilla

## 1.43.1

### Patch Changes

- Updated dependencies []:
- @zag-js/core@1.43.1
- @zag-js/store@1.43.1
- @zag-js/types@1.43.1
- @zag-js/utils@1.43.1

## 1.43.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/vanilla",
"version": "1.43.0",
"version": "1.43.1",
"description": "The vanilla wrapper for zag",
"keywords": [
"ui-machines",
Expand Down
10 changes: 10 additions & 0 deletions packages/frameworks/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @zag-js/vue

## 1.43.1

### Patch Changes

- Updated dependencies []:
- @zag-js/core@1.43.1
- @zag-js/store@1.43.1
- @zag-js/types@1.43.1
- @zag-js/utils@1.43.1

## 1.43.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/vue",
"version": "1.43.0",
"version": "1.43.1",
"description": "The vue wrapper for zag",
"keywords": [
"ui-machines",
Expand Down
11 changes: 11 additions & 0 deletions packages/machines/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @zag-js/accordion

## 1.43.1

### Patch Changes

- Updated dependencies []:
- @zag-js/anatomy@1.43.1
- @zag-js/core@1.43.1
- @zag-js/types@1.43.1
- @zag-js/utils@1.43.1
- @zag-js/dom-query@1.43.1

## 1.43.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/machines/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/accordion",
"version": "1.43.0",
"version": "1.43.1",
"description": "Core logic for the accordion widget implemented as a state machine",
"keywords": [
"js",
Expand Down
12 changes: 12 additions & 0 deletions packages/machines/angle-slider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @zag-js/angle-slider

## 1.43.1

### Patch Changes

- Updated dependencies []:
- @zag-js/anatomy@1.43.1
- @zag-js/core@1.43.1
- @zag-js/types@1.43.1
- @zag-js/utils@1.43.1
- @zag-js/dom-query@1.43.1
- @zag-js/rect-utils@1.43.1

## 1.43.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/machines/angle-slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/angle-slider",
"version": "1.43.0",
"version": "1.43.1",
"description": "Core logic for the angle-slider widget implemented as a state machine",
"keywords": [
"js",
Expand Down
8 changes: 8 additions & 0 deletions packages/machines/async-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @zag-js/async-list

## 1.43.1

### Patch Changes

- Updated dependencies []:
- @zag-js/core@1.43.1
- @zag-js/utils@1.43.1

## 1.43.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/machines/async-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/async-list",
"version": "1.43.0",
"version": "1.43.1",
"description": "Core logic for the async-list widget implemented as a state machine",
"keywords": [
"js",
Expand Down
11 changes: 11 additions & 0 deletions packages/machines/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @zag-js/avatar

## 1.43.1

### Patch Changes

- Updated dependencies []:
- @zag-js/anatomy@1.43.1
- @zag-js/core@1.43.1
- @zag-js/types@1.43.1
- @zag-js/utils@1.43.1
- @zag-js/dom-query@1.43.1

## 1.43.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/machines/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/avatar",
"version": "1.43.0",
"version": "1.43.1",
"description": "Core logic for the avatar widget implemented as a state machine",
"keywords": [
"js",
Expand Down
12 changes: 12 additions & 0 deletions packages/machines/carousel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @zag-js/carousel

## 1.43.1

### Patch Changes

- Updated dependencies []:
- @zag-js/anatomy@1.43.1
- @zag-js/core@1.43.1
- @zag-js/types@1.43.1
- @zag-js/utils@1.43.1
- @zag-js/dom-query@1.43.1
- @zag-js/scroll-snap@1.43.1

## 1.43.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/machines/carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/carousel",
"version": "1.43.0",
"version": "1.43.1",
"description": "Core logic for the carousel widget implemented as a state machine",
"keywords": [
"js",
Expand Down
Loading