Socket
Socket
Sign inDemoInstall

@zag-js/progress

Package Overview
Dependencies
Maintainers
0
Versions
362
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/progress - npm Package Compare versions

Comparing version 0.57.0 to 0.58.0

5

dist/index.d.ts

@@ -5,3 +5,3 @@ import * as _zag_js_anatomy from '@zag-js/anatomy';

import * as _zag_js_core from '@zag-js/core';
import { StateMachine } from '@zag-js/core';
import { Machine, StateMachine } from '@zag-js/core';

@@ -87,2 +87,3 @@ declare const anatomy: _zag_js_anatomy.AnatomyInstance<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange">;

type Send = StateMachine.Send<StateMachine.AnyEventObject>;
type Service = Machine<MachineContext, MachineState, StateMachine.AnyEventObject>;
interface ViewProps {

@@ -126,2 +127,2 @@ state: ProgressState;

export { type MachineApi as Api, type UserDefinedContext as Context, type ElementIds, type IntlTranslations, type ProgressState, type ValueTranslationDetails, type ViewProps, anatomy, connect, machine, props, splitProps };
export { type MachineApi as Api, type UserDefinedContext as Context, type ElementIds, type IntlTranslations, type ProgressState, type Service, type ValueTranslationDetails, type ViewProps, anatomy, connect, machine, props, splitProps };

12

package.json
{
"name": "@zag-js/progress",
"version": "0.57.0",
"version": "0.58.0",
"description": "Core logic for the progress widget implemented as a state machine",

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

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

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

@@ -12,4 +12,5 @@ export { anatomy } from "./progress.anatomy"

ProgressState,
Service,
ValueTranslationDetails,
ViewProps,
} from "./progress.types"

@@ -1,2 +0,2 @@

import type { StateMachine as S } from "@zag-js/core"
import type { Machine, StateMachine as S } from "@zag-js/core"
import type {

@@ -107,2 +107,4 @@ CommonProperties,

export type Service = Machine<MachineContext, MachineState, S.AnyEventObject>
/* -----------------------------------------------------------------------------

@@ -109,0 +111,0 @@ * Component API

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