@zag-js/clipboard
Advanced tools
Comparing version 1.0.0 to 1.0.1
import * as _zag_js_anatomy from '@zag-js/anatomy'; | ||
import { CommonProperties, RequiredBy, PropTypes, NormalizeProps } from '@zag-js/types'; | ||
import * as _zag_js_core from '@zag-js/core'; | ||
import { Service } from '@zag-js/core'; | ||
import { Service, Machine } from '@zag-js/core'; | ||
@@ -58,2 +58,3 @@ declare const anatomy: _zag_js_anatomy.AnatomyInstance<"root" | "control" | "trigger" | "indicator" | "input" | "label">; | ||
type ClipboardService = Service<ClipboardSchema>; | ||
type ClipboardMachine = Machine<ClipboardSchema>; | ||
interface IndicatorProps { | ||
@@ -89,3 +90,3 @@ copied: boolean; | ||
declare const machine: _zag_js_core.MachineConfig<ClipboardSchema>; | ||
declare const machine: _zag_js_core.Machine<ClipboardSchema>; | ||
@@ -97,2 +98,2 @@ declare const props: (keyof ClipboardProps)[]; | ||
export { type ClipboardApi as Api, type CopyStatusDetails, type ElementIds, type IndicatorProps, type ClipboardProps as Props, type ClipboardSchema as Schema, type ClipboardService as Service, anatomy, connect, contextProps, indicatorProps, machine, props, splitIndicatorProps }; | ||
export { type ClipboardApi as Api, type CopyStatusDetails, type ElementIds, type IndicatorProps, type ClipboardMachine as Machine, type ClipboardProps as Props, type ClipboardSchema as Schema, type ClipboardService as Service, anatomy, connect, contextProps, indicatorProps, machine, props, splitIndicatorProps }; |
{ | ||
"name": "@zag-js/clipboard", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Core logic for the clipboard widget implemented as a state machine", | ||
@@ -30,7 +30,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@zag-js/core": "1.0.0", | ||
"@zag-js/anatomy": "1.0.0", | ||
"@zag-js/dom-query": "1.0.0", | ||
"@zag-js/utils": "1.0.0", | ||
"@zag-js/types": "1.0.0" | ||
"@zag-js/anatomy": "1.0.1", | ||
"@zag-js/core": "1.0.1", | ||
"@zag-js/dom-query": "1.0.1", | ||
"@zag-js/utils": "1.0.1", | ||
"@zag-js/types": "1.0.1" | ||
}, | ||
@@ -37,0 +37,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
21392
544
+ Added@zag-js/anatomy@1.0.1(transitive)
+ Added@zag-js/core@1.0.1(transitive)
+ Added@zag-js/dom-query@1.0.1(transitive)
+ Added@zag-js/types@1.0.1(transitive)
+ Added@zag-js/utils@1.0.1(transitive)
- Removed@zag-js/anatomy@1.0.0(transitive)
- Removed@zag-js/core@1.0.0(transitive)
- Removed@zag-js/dom-query@1.0.0(transitive)
- Removed@zag-js/types@1.0.0(transitive)
- Removed@zag-js/utils@1.0.0(transitive)
Updated@zag-js/anatomy@1.0.1
Updated@zag-js/core@1.0.1
Updated@zag-js/dom-query@1.0.1
Updated@zag-js/types@1.0.1
Updated@zag-js/utils@1.0.1