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

@zag-js/accordion

Package Overview
Dependencies
Maintainers
1
Versions
1029
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/accordion - npm Package Compare versions

Comparing version 0.80.0 to 0.81.0

4

dist/index.d.ts

@@ -127,4 +127,4 @@ import * as _zag_js_anatomy from '@zag-js/anatomy';

declare const props: ("value" | "dir" | "id" | "getRootNode" | "multiple" | "disabled" | "orientation" | "ids" | "collapsible" | "onValueChange" | "onFocusChange")[];
declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "value" | "dir" | "id" | "getRootNode" | "multiple" | "disabled" | "orientation" | "ids" | "collapsible" | "onValueChange" | "onFocusChange">];
declare const props: ("multiple" | "disabled" | "dir" | "id" | "value" | "orientation" | "getRootNode" | "ids" | "collapsible" | "onValueChange" | "onFocusChange")[];
declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "multiple" | "disabled" | "dir" | "id" | "value" | "orientation" | "getRootNode" | "ids" | "collapsible" | "onValueChange" | "onFocusChange">];
declare const itemProps: (keyof ItemProps)[];

@@ -131,0 +131,0 @@ declare const splitItemProps: <Props extends ItemProps>(props: Props) => [ItemProps, Omit<Props, keyof ItemProps>];

'use strict';
var anatomy$1 = require('@zag-js/anatomy');
var domEvent = require('@zag-js/dom-event');
var domQuery = require('@zag-js/dom-query');

@@ -158,3 +157,3 @@ var utils = require('@zag-js/utils');

};
const key = domEvent.getEventKey(event, {
const key = domQuery.getEventKey(event, {
dir: state.context.dir,

@@ -161,0 +160,0 @@ orientation: state.context.orientation

{
"name": "@zag-js/accordion",
"version": "0.80.0",
"version": "0.81.0",
"description": "Core logic for the accordion widget implemented as a state machine",

@@ -29,8 +29,7 @@ "keywords": [

"dependencies": {
"@zag-js/anatomy": "0.80.0",
"@zag-js/core": "0.80.0",
"@zag-js/dom-query": "0.80.0",
"@zag-js/dom-event": "0.80.0",
"@zag-js/types": "0.80.0",
"@zag-js/utils": "0.80.0"
"@zag-js/anatomy": "0.81.0",
"@zag-js/core": "0.81.0",
"@zag-js/dom-query": "0.81.0",
"@zag-js/types": "0.81.0",
"@zag-js/utils": "0.81.0"
},

@@ -37,0 +36,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc