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

@zag-js/pagination

Package Overview
Dependencies
Maintainers
0
Versions
862
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/pagination - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

dist/index.d.ts
import * as _zag_js_anatomy from '@zag-js/anatomy';
import { DirectionProperty, CommonProperties, PropTypes, RequiredBy, NormalizeProps } from '@zag-js/types';
import * as _zag_js_core from '@zag-js/core';
import { Service, EventObject } from '@zag-js/core';
import { Service, Machine, EventObject } from '@zag-js/core';

@@ -125,2 +125,3 @@ declare const anatomy: _zag_js_anatomy.AnatomyInstance<"root" | "item" | "ellipsis" | "prevTrigger" | "nextTrigger">;

type PaginationService = Service<PaginationSchema>;
type PaginationMachine = Machine<PaginationSchema>;
interface ItemProps {

@@ -213,3 +214,3 @@ type: "page";

declare const machine: _zag_js_core.MachineConfig<PaginationSchema>;
declare const machine: _zag_js_core.Machine<PaginationSchema>;

@@ -223,2 +224,2 @@ declare const props: (keyof PaginationProps)[];

export { type PaginationApi as Api, type ElementIds, type EllipsisProps, type IntlTranslations, type ItemLabelDetails, type ItemProps, type PageChangeDetails, type PageSizeChangeDetails, type PaginationProps as Props, type PaginationService as Service, anatomy, connect, ellipsisProps, itemProps, machine, props, splitEllipsisProps, splitItemProps, splitProps };
export { type PaginationApi as Api, type ElementIds, type EllipsisProps, type IntlTranslations, type ItemLabelDetails, type ItemProps, type PaginationMachine as Machine, type PageChangeDetails, type PageSizeChangeDetails, type PaginationProps as Props, type PaginationService as Service, anatomy, connect, ellipsisProps, itemProps, machine, props, splitEllipsisProps, splitItemProps, splitProps };
{
"name": "@zag-js/pagination",
"version": "1.0.0",
"version": "1.0.1",
"description": "Core logic for the pagination widget implemented as a state machine",

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

"dependencies": {
"@zag-js/anatomy": "1.0.0",
"@zag-js/dom-query": "1.0.0",
"@zag-js/utils": "1.0.0",
"@zag-js/core": "1.0.0",
"@zag-js/types": "1.0.0"
"@zag-js/anatomy": "1.0.1",
"@zag-js/dom-query": "1.0.1",
"@zag-js/utils": "1.0.1",
"@zag-js/core": "1.0.1",
"@zag-js/types": "1.0.1"
},

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

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