@zag-js/clipboard
Advanced tools
Comparing version
import * as _zag_js_anatomy from '@zag-js/anatomy'; | ||
import { RequiredBy, CommonProperties, PropTypes, Context, NormalizeProps } from '@zag-js/types'; | ||
import { RequiredBy, PropTypes, CommonProperties, Context, NormalizeProps } from '@zag-js/types'; | ||
import * as _zag_js_core from '@zag-js/core'; | ||
@@ -76,2 +76,2 @@ import { StateMachine } from '@zag-js/core'; | ||
export { type UserDefinedContext as Context, type CopyStatusDetails, type ElementIds, type IndicatorProps, anatomy, connect, machine }; | ||
export { type MachineApi as Api, type UserDefinedContext as Context, type CopyStatusDetails, type ElementIds, type IndicatorProps, anatomy, connect, machine }; |
{ | ||
"name": "@zag-js/clipboard", | ||
"version": "0.36.1", | ||
"version": "0.36.2", | ||
"description": "Core logic for the clipboard widget implemented as a state machine", | ||
@@ -31,7 +31,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@zag-js/anatomy": "0.36.1", | ||
"@zag-js/core": "0.36.1", | ||
"@zag-js/dom-query": "0.36.1", | ||
"@zag-js/utils": "0.36.1", | ||
"@zag-js/types": "0.36.1" | ||
"@zag-js/anatomy": "0.36.2", | ||
"@zag-js/core": "0.36.2", | ||
"@zag-js/dom-query": "0.36.2", | ||
"@zag-js/utils": "0.36.2", | ||
"@zag-js/types": "0.36.2" | ||
}, | ||
@@ -38,0 +38,0 @@ "devDependencies": { |
export { anatomy } from "./clipboard.anatomy" | ||
export { connect } from "./clipboard.connect" | ||
export { machine } from "./clipboard.machine" | ||
export type { UserDefinedContext as Context, ElementIds, CopyStatusDetails, IndicatorProps } from "./clipboard.types" | ||
export type { | ||
MachineApi as Api, | ||
UserDefinedContext as Context, | ||
ElementIds, | ||
CopyStatusDetails, | ||
IndicatorProps, | ||
} from "./clipboard.types" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
46796
0.24%742
0.82%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated
Updated