@zag-js/carousel
Advanced tools
+2
-2
| import * as _zag_js_anatomy from '@zag-js/anatomy'; | ||
| import { RequiredBy, DirectionProperty, CommonProperties, OrientationProperty, PropTypes, NormalizeProps } from '@zag-js/types'; | ||
| import { PropTypes, RequiredBy, DirectionProperty, CommonProperties, OrientationProperty, NormalizeProps } from '@zag-js/types'; | ||
| export { Orientation } from '@zag-js/types'; | ||
| import * as _zag_js_core from '@zag-js/core'; | ||
| import { Service, EventObject, Machine } from '@zag-js/core'; | ||
| import { Machine, EventObject, Service } from '@zag-js/core'; | ||
@@ -7,0 +7,0 @@ declare const anatomy: _zag_js_anatomy.AnatomyInstance<"root" | "itemGroup" | "item" | "control" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "indicator" | "autoplayTrigger" | "progressText">; |
+2
-2
| import * as _zag_js_anatomy from '@zag-js/anatomy'; | ||
| import { RequiredBy, DirectionProperty, CommonProperties, OrientationProperty, PropTypes, NormalizeProps } from '@zag-js/types'; | ||
| import { PropTypes, RequiredBy, DirectionProperty, CommonProperties, OrientationProperty, NormalizeProps } from '@zag-js/types'; | ||
| export { Orientation } from '@zag-js/types'; | ||
| import * as _zag_js_core from '@zag-js/core'; | ||
| import { Service, EventObject, Machine } from '@zag-js/core'; | ||
| import { Machine, EventObject, Service } from '@zag-js/core'; | ||
@@ -7,0 +7,0 @@ declare const anatomy: _zag_js_anatomy.AnatomyInstance<"root" | "itemGroup" | "item" | "control" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "indicator" | "autoplayTrigger" | "progressText">; |
+1
-1
| import { createAnatomy } from '@zag-js/anatomy'; | ||
| import { raf, addDomEvent, trackPointerMove, queryAll, resizeObserverBorderBox, getTabbables, dataAttr, getEventKey, ariaAttr, isLeftClick, getEventTarget, isFocusable, contains } from '@zag-js/dom-query'; | ||
| import { raf, addDomEvent, trackPointerMove, resizeObserverBorderBox, queryAll, getTabbables, dataAttr, getEventKey, ariaAttr, isLeftClick, getEventTarget, isFocusable, contains } from '@zag-js/dom-query'; | ||
| import { clampValue, prevIndex, nextIndex, add, remove, uniq, callAll, isObject, ensureProps, createSplitProps, throttle } from '@zag-js/utils'; | ||
@@ -4,0 +4,0 @@ import { createMachine } from '@zag-js/core'; |
+7
-7
| { | ||
| "name": "@zag-js/carousel", | ||
| "version": "1.33.0", | ||
| "version": "1.33.1", | ||
| "description": "Core logic for the carousel widget implemented as a state machine", | ||
@@ -30,8 +30,8 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@zag-js/anatomy": "1.33.0", | ||
| "@zag-js/core": "1.33.0", | ||
| "@zag-js/types": "1.33.0", | ||
| "@zag-js/dom-query": "1.33.0", | ||
| "@zag-js/scroll-snap": "1.33.0", | ||
| "@zag-js/utils": "1.33.0" | ||
| "@zag-js/anatomy": "1.33.1", | ||
| "@zag-js/core": "1.33.1", | ||
| "@zag-js/types": "1.33.1", | ||
| "@zag-js/dom-query": "1.33.1", | ||
| "@zag-js/scroll-snap": "1.33.1", | ||
| "@zag-js/utils": "1.33.1" | ||
| }, | ||
@@ -38,0 +38,0 @@ "devDependencies": { |
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated
Updated
Updated