Socket
Socket
Sign inDemoInstall

@ark-ui/anatomy

Package Overview
Dependencies
69
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.3.0

progress/index.cjs

4

CHANGELOG.md
## [Unreleased]
## [1.3.0] - 2024-01-17
- Added `Progress` anatomy
## [1.2.0] - 2023-12-13

@@ -4,0 +8,0 @@

@@ -18,2 +18,3 @@ export * from '@zag-js/anatomy';

export { anatomy as popoverAnatomy } from './popover';
export { anatomy as progressAnatomy } from './progress';
export { anatomy as radioGroupAnatomy } from './radio-group';

@@ -20,0 +21,0 @@ export { anatomy as ratingGroupAnatomy } from './rating-group';

77

package.json
{
"name": "@ark-ui/anatomy",
"version": "1.2.0",
"version": "1.3.0",
"description": "Contains all the anatomy information for the Ark UI components",

@@ -22,2 +22,3 @@ "keywords": [

"popover",
"progress",
"radio group",

@@ -56,33 +57,34 @@ "rating group",

"dependencies": {
"@zag-js/accordion": "0.31.1",
"@zag-js/anatomy": "0.31.1",
"@zag-js/avatar": "0.31.1",
"@zag-js/carousel": "0.31.1",
"@zag-js/checkbox": "0.31.1",
"@zag-js/color-picker": "0.31.1",
"@zag-js/color-utils": "0.31.1",
"@zag-js/combobox": "0.31.1",
"@zag-js/date-picker": "0.31.1",
"@zag-js/date-utils": "0.31.1",
"@zag-js/dialog": "0.31.1",
"@zag-js/editable": "0.31.1",
"@zag-js/file-upload": "0.31.1",
"@zag-js/hover-card": "0.31.1",
"@zag-js/menu": "0.31.1",
"@zag-js/number-input": "0.31.1",
"@zag-js/pagination": "0.31.1",
"@zag-js/pin-input": "0.31.1",
"@zag-js/popover": "0.31.1",
"@zag-js/presence": "0.31.1",
"@zag-js/radio-group": "0.31.1",
"@zag-js/rating-group": "0.31.1",
"@zag-js/select": "0.31.1",
"@zag-js/slider": "0.31.1",
"@zag-js/splitter": "0.31.1",
"@zag-js/switch": "0.31.1",
"@zag-js/tabs": "0.31.1",
"@zag-js/tags-input": "0.31.1",
"@zag-js/toast": "0.31.1",
"@zag-js/toggle-group": "0.31.1",
"@zag-js/tooltip": "0.31.1"
"@zag-js/accordion": "0.32.1",
"@zag-js/anatomy": "0.32.1",
"@zag-js/avatar": "0.32.1",
"@zag-js/carousel": "0.32.1",
"@zag-js/checkbox": "0.32.1",
"@zag-js/color-picker": "0.32.1",
"@zag-js/color-utils": "0.32.1",
"@zag-js/combobox": "0.32.1",
"@zag-js/date-picker": "0.32.1",
"@zag-js/date-utils": "0.32.1",
"@zag-js/dialog": "0.32.1",
"@zag-js/editable": "0.32.1",
"@zag-js/file-upload": "0.32.1",
"@zag-js/hover-card": "0.32.1",
"@zag-js/menu": "0.32.1",
"@zag-js/number-input": "0.32.1",
"@zag-js/pagination": "0.32.1",
"@zag-js/pin-input": "0.32.1",
"@zag-js/popover": "0.32.1",
"@zag-js/presence": "0.32.1",
"@zag-js/progress": "0.32.1",
"@zag-js/radio-group": "0.32.1",
"@zag-js/rating-group": "0.32.1",
"@zag-js/select": "0.32.1",
"@zag-js/slider": "0.32.1",
"@zag-js/splitter": "0.32.1",
"@zag-js/switch": "0.32.1",
"@zag-js/tabs": "0.32.1",
"@zag-js/tags-input": "0.32.1",
"@zag-js/toast": "0.32.1",
"@zag-js/toggle-group": "0.32.1",
"@zag-js/tooltip": "0.32.1"
},

@@ -94,4 +96,4 @@ "devDependencies": {

"typescript": "5.3.3",
"vite": "5.0.8",
"vite-plugin-dts": "3.6.4"
"vite": "5.0.11",
"vite-plugin-dts": "3.7.0"
},

@@ -190,2 +192,7 @@ "main": "index.cjs",

},
"./progress": {
"types": "./progress/index.d.ts",
"import": "./progress/index.mjs",
"require": "./progress/index.cjs"
},
"./radio-group": {

@@ -252,3 +259,3 @@ "types": "./radio-group/index.d.ts",

"./factory": {
"types": "./factory/factory.d.ts",
"types": "./factory.d.ts",
"import": "./factory.mjs",

@@ -255,0 +262,0 @@ "require": "./factory.cjs"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc