New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zag-js/clipboard

Package Overview
Dependencies
Maintainers
1
Versions
343
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/clipboard - npm Package Compare versions

Comparing version

to
0.36.2

4

dist/index.d.ts
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