From a0ba4b4ae285f7186934cf980dac3907f7fc1903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Schr=C3=B6ter?= Date: Wed, 22 Jan 2025 22:25:05 +0100 Subject: [PATCH] chore: release @ark-ui/solid v4.10.0 --- packages/solid/CHANGELOG.md | 2 + packages/solid/package.json | 428 ++++++++++++++++++------------------ 2 files changed, 217 insertions(+), 213 deletions(-) diff --git a/packages/solid/CHANGELOG.md b/packages/solid/CHANGELOG.md index 3729766a93..82e483d434 100644 --- a/packages/solid/CHANGELOG.md +++ b/packages/solid/CHANGELOG.md @@ -6,6 +6,8 @@ description: All notable changes will be documented in this file. ## [Unreleased] +## [4.10.0] - 2025-01-22 + ### Added - **DatePicker**: diff --git a/packages/solid/package.json b/packages/solid/package.json index 58ca427db6..e6096a4a9e 100644 --- a/packages/solid/package.json +++ b/packages/solid/package.json @@ -1,215 +1,217 @@ { - "name": "@ark-ui/solid", - "version": "4.9.0", - "description": "A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.", - "keywords": [ - "accordion", - "avatar", - "carousel", - "checkbox", - "clipboard", - "collapsible", - "color picker", - "combobox", - "date picker", - "dialog", - "editable", - "field", - "fieldset", - "file upload", - "frame", - "hover card", - "menu", - "number input", - "pagination", - "pin input", - "popover", - "progress", - "radio group", - "rating group", - "segment group", - "select", - "signature pad", - "slider", - "splitter", - "switch", - "tabs", - "tags input", - "time picker", - "toast", - "toggle group", - "tooltip", - "tour", - "tree view" - ], - "license": "MIT", - "homepage": "https://ark-ui.com", - "repository": { - "type": "git", - "url": "git+https://github.com/chakra-ui/ark.git", - "directory": "packages/solid" - }, - "bugs": { - "url": "https://github.com/chakra-ui/ark/issues" - }, - "type": "module", - "main": "dist/index.js", - "module": "dist/index.js", - "types": "dist/index.d.ts", - "files": ["dist"], - "exports": { - ".": { - "source": "./src/index.tsx", - "types": "./dist/index.d.ts", - "solid": "./dist/index.jsx", - "default": "./dist/index.js" - }, - "./anatomy": { - "source": "./src/components/anatomy.ts", - "types": "./dist/components/anatomy.d.ts", - "solid": "./dist/components/anatomy.jsx", - "default": "./dist/components/anatomy.js" - }, - "./collection": { - "source": "./src/components/collection.ts", - "types": "./dist/components/collection.d.ts", - "solid": "./dist/components/collection.jsx", - "default": "./dist/components/collection.js" - }, - "./factory": { - "source": "./src/components/factory.tsx", - "types": "./dist/components/factory.d.ts", - "solid": "./dist/components/factory.jsx", - "default": "./dist/components/factory.js" - }, - "./environment": { - "source": "./src/providers/environment/index.tsx", - "types": "./dist/providers/environment/index.d.ts", - "solid": "./dist/providers/environment/index.jsx", - "default": "./dist/providers/environment/index.js" - }, - "./locale": { - "source": "./src/providers/locale/index.tsx", - "types": "./dist/providers/locale/index.d.ts", - "solid": "./dist/providers/locale/index.jsx", - "default": "./dist/providers/locale/index.js" - }, - "./*": { - "source": "./src/components/*/index.tsx", - "types": "./dist/components/*/index.d.ts", - "solid": "./dist/components/*/index.jsx", - "default": "./dist/components/*/index.js" - } - }, - "scripts": { - "build": "NODE_OPTIONS=\"--max-old-space-size=8192\" tsup", - "dev": "bun run storybook", - "lint": "biome lint ./src", - "test": "vitest", - "test:ci": "vitest --run", - "typecheck": "tsc", - "storybook": "storybook dev -p 6006", - "release-it": "release-it --config ../../release-it.json", - "prepack": "clean-package", - "postpack": "clean-package restore" - }, - "clean-package": { - "remove": [ - "exports.\\..source", - "exports.\\./anatomy.source", - "exports.\\./collection.source", - "exports.\\./factory.source", - "exports.\\./environment.source", - "exports.\\./locale.source", - "exports.\\./*.source" - ] - }, - "publishConfig": { - "access": "public" - }, - "sideEffects": false, - "dependencies": { - "@internationalized/date": "3.7.0", - "@zag-js/accordion": "0.82.0", - "@zag-js/anatomy": "0.82.0", - "@zag-js/auto-resize": "0.82.0", - "@zag-js/avatar": "0.82.0", - "@zag-js/carousel": "0.82.0", - "@zag-js/checkbox": "0.82.0", - "@zag-js/clipboard": "0.82.0", - "@zag-js/collapsible": "0.82.0", - "@zag-js/collection": "0.82.0", - "@zag-js/color-picker": "0.82.0", - "@zag-js/combobox": "0.82.0", - "@zag-js/date-picker": "0.82.0", - "@zag-js/dialog": "0.82.0", - "@zag-js/dom-query": "0.82.0", - "@zag-js/editable": "0.82.0", - "@zag-js/file-upload": "0.82.0", - "@zag-js/file-utils": "0.82.0", - "@zag-js/focus-trap": "0.82.0", - "@zag-js/highlight-word": "0.82.0", - "@zag-js/hover-card": "0.82.0", - "@zag-js/i18n-utils": "0.82.0", - "@zag-js/menu": "0.82.0", - "@zag-js/number-input": "0.82.0", - "@zag-js/pagination": "0.82.0", - "@zag-js/pin-input": "0.82.0", - "@zag-js/popover": "0.82.0", - "@zag-js/presence": "0.82.0", - "@zag-js/progress": "0.82.0", - "@zag-js/qr-code": "0.82.0", - "@zag-js/radio-group": "0.82.0", - "@zag-js/rating-group": "0.82.0", - "@zag-js/select": "0.82.0", - "@zag-js/signature-pad": "0.82.0", - "@zag-js/slider": "0.82.0", - "@zag-js/solid": "0.82.0", - "@zag-js/splitter": "0.82.0", - "@zag-js/steps": "0.82.0", - "@zag-js/switch": "0.82.0", - "@zag-js/tabs": "0.82.0", - "@zag-js/tags-input": "0.82.0", - "@zag-js/time-picker": "0.82.0", - "@zag-js/timer": "0.82.0", - "@zag-js/toast": "0.82.0", - "@zag-js/toggle-group": "0.82.0", - "@zag-js/tooltip": "0.82.0", - "@zag-js/tour": "0.82.0", - "@zag-js/tree-view": "0.82.0", - "@zag-js/types": "0.82.0" - }, - "devDependencies": { - "@biomejs/biome": "1.9.4", - "@modular-forms/solid": "0.25.0", - "@release-it/keep-a-changelog": "5.0.0", - "@solidjs/testing-library": "0.8.10", - "@storybook/addon-a11y": "8.5.0-beta.7", - "@storybook/addon-essentials": "8.5.0-beta.7", - "@storybook/docs-tools": "8.5.0-beta.7", - "@testing-library/dom": "10.4.0", - "@testing-library/jest-dom": "6.6.3", - "@testing-library/user-event": "14.5.2", - "@types/jsdom": "21.1.7", - "@zag-js/stringify-state": "0.82.0", - "clean-package": "2.2.0", - "esbuild-plugin-solid": "0.6.0", - "globby": "14.0.2", - "jsdom": "25.0.1", - "lucide-solid": "0.473.0", - "release-it": "17.11.0", - "resize-observer-polyfill": "1.5.1", - "solid-js": "1.9.4", - "storybook": "8.5.0-beta.7", - "storybook-solidjs": "1.0.0-beta.6", - "storybook-solidjs-vite": "1.0.0-beta.6", - "tsup": "8.3.5", - "typescript": "5.7.3", - "vite": "5.4.11", - "vite-plugin-solid": "2.11.0", - "vitest": "2.1.8" - }, - "peerDependencies": { - "solid-js": ">=1.6.0" - } + "name": "@ark-ui/solid", + "version": "4.10.0", + "description": "A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.", + "keywords": [ + "accordion", + "avatar", + "carousel", + "checkbox", + "clipboard", + "collapsible", + "color picker", + "combobox", + "date picker", + "dialog", + "editable", + "field", + "fieldset", + "file upload", + "frame", + "hover card", + "menu", + "number input", + "pagination", + "pin input", + "popover", + "progress", + "radio group", + "rating group", + "segment group", + "select", + "signature pad", + "slider", + "splitter", + "switch", + "tabs", + "tags input", + "time picker", + "toast", + "toggle group", + "tooltip", + "tour", + "tree view" + ], + "license": "MIT", + "homepage": "https://ark-ui.com", + "repository": { + "type": "git", + "url": "git+https://github.com/chakra-ui/ark.git", + "directory": "packages/solid" + }, + "bugs": { + "url": "https://github.com/chakra-ui/ark/issues" + }, + "type": "module", + "main": "dist/index.js", + "module": "dist/index.js", + "types": "dist/index.d.ts", + "files": [ + "dist" + ], + "exports": { + ".": { + "source": "./src/index.tsx", + "types": "./dist/index.d.ts", + "solid": "./dist/index.jsx", + "default": "./dist/index.js" + }, + "./anatomy": { + "source": "./src/components/anatomy.ts", + "types": "./dist/components/anatomy.d.ts", + "solid": "./dist/components/anatomy.jsx", + "default": "./dist/components/anatomy.js" + }, + "./collection": { + "source": "./src/components/collection.ts", + "types": "./dist/components/collection.d.ts", + "solid": "./dist/components/collection.jsx", + "default": "./dist/components/collection.js" + }, + "./factory": { + "source": "./src/components/factory.tsx", + "types": "./dist/components/factory.d.ts", + "solid": "./dist/components/factory.jsx", + "default": "./dist/components/factory.js" + }, + "./environment": { + "source": "./src/providers/environment/index.tsx", + "types": "./dist/providers/environment/index.d.ts", + "solid": "./dist/providers/environment/index.jsx", + "default": "./dist/providers/environment/index.js" + }, + "./locale": { + "source": "./src/providers/locale/index.tsx", + "types": "./dist/providers/locale/index.d.ts", + "solid": "./dist/providers/locale/index.jsx", + "default": "./dist/providers/locale/index.js" + }, + "./*": { + "source": "./src/components/*/index.tsx", + "types": "./dist/components/*/index.d.ts", + "solid": "./dist/components/*/index.jsx", + "default": "./dist/components/*/index.js" + } + }, + "scripts": { + "build": "NODE_OPTIONS=\"--max-old-space-size=8192\" tsup", + "dev": "bun run storybook", + "lint": "biome lint ./src", + "test": "vitest", + "test:ci": "vitest --run", + "typecheck": "tsc", + "storybook": "storybook dev -p 6006", + "release-it": "release-it --config ../../release-it.json", + "prepack": "clean-package", + "postpack": "clean-package restore" + }, + "clean-package": { + "remove": [ + "exports.\\..source", + "exports.\\./anatomy.source", + "exports.\\./collection.source", + "exports.\\./factory.source", + "exports.\\./environment.source", + "exports.\\./locale.source", + "exports.\\./*.source" + ] + }, + "publishConfig": { + "access": "public" + }, + "sideEffects": false, + "dependencies": { + "@internationalized/date": "3.7.0", + "@zag-js/accordion": "0.82.0", + "@zag-js/anatomy": "0.82.0", + "@zag-js/auto-resize": "0.82.0", + "@zag-js/avatar": "0.82.0", + "@zag-js/carousel": "0.82.0", + "@zag-js/checkbox": "0.82.0", + "@zag-js/clipboard": "0.82.0", + "@zag-js/collapsible": "0.82.0", + "@zag-js/collection": "0.82.0", + "@zag-js/color-picker": "0.82.0", + "@zag-js/combobox": "0.82.0", + "@zag-js/date-picker": "0.82.0", + "@zag-js/dialog": "0.82.0", + "@zag-js/dom-query": "0.82.0", + "@zag-js/editable": "0.82.0", + "@zag-js/file-upload": "0.82.0", + "@zag-js/file-utils": "0.82.0", + "@zag-js/focus-trap": "0.82.0", + "@zag-js/highlight-word": "0.82.0", + "@zag-js/hover-card": "0.82.0", + "@zag-js/i18n-utils": "0.82.0", + "@zag-js/menu": "0.82.0", + "@zag-js/number-input": "0.82.0", + "@zag-js/pagination": "0.82.0", + "@zag-js/pin-input": "0.82.0", + "@zag-js/popover": "0.82.0", + "@zag-js/presence": "0.82.0", + "@zag-js/progress": "0.82.0", + "@zag-js/qr-code": "0.82.0", + "@zag-js/radio-group": "0.82.0", + "@zag-js/rating-group": "0.82.0", + "@zag-js/select": "0.82.0", + "@zag-js/signature-pad": "0.82.0", + "@zag-js/slider": "0.82.0", + "@zag-js/solid": "0.82.0", + "@zag-js/splitter": "0.82.0", + "@zag-js/steps": "0.82.0", + "@zag-js/switch": "0.82.0", + "@zag-js/tabs": "0.82.0", + "@zag-js/tags-input": "0.82.0", + "@zag-js/time-picker": "0.82.0", + "@zag-js/timer": "0.82.0", + "@zag-js/toast": "0.82.0", + "@zag-js/toggle-group": "0.82.0", + "@zag-js/tooltip": "0.82.0", + "@zag-js/tour": "0.82.0", + "@zag-js/tree-view": "0.82.0", + "@zag-js/types": "0.82.0" + }, + "devDependencies": { + "@biomejs/biome": "1.9.4", + "@modular-forms/solid": "0.25.0", + "@release-it/keep-a-changelog": "5.0.0", + "@solidjs/testing-library": "0.8.10", + "@storybook/addon-a11y": "8.5.0-beta.7", + "@storybook/addon-essentials": "8.5.0-beta.7", + "@storybook/docs-tools": "8.5.0-beta.7", + "@testing-library/dom": "10.4.0", + "@testing-library/jest-dom": "6.6.3", + "@testing-library/user-event": "14.5.2", + "@types/jsdom": "21.1.7", + "@zag-js/stringify-state": "0.82.0", + "clean-package": "2.2.0", + "esbuild-plugin-solid": "0.6.0", + "globby": "14.0.2", + "jsdom": "25.0.1", + "lucide-solid": "0.473.0", + "release-it": "17.11.0", + "resize-observer-polyfill": "1.5.1", + "solid-js": "1.9.4", + "storybook": "8.5.0-beta.7", + "storybook-solidjs": "1.0.0-beta.6", + "storybook-solidjs-vite": "1.0.0-beta.6", + "tsup": "8.3.5", + "typescript": "5.7.3", + "vite": "5.4.11", + "vite-plugin-solid": "2.11.0", + "vitest": "2.1.8" + }, + "peerDependencies": { + "solid-js": ">=1.6.0" + } }