@solid-aria/toggle
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@solid-aria/toggle", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"private": false, | ||
@@ -34,6 +34,6 @@ "description": "Primitives for building toggle components like checkboxes and switches.", | ||
"dependencies": { | ||
"@solid-aria/focus": "^0.0.1", | ||
"@solid-aria/interactions": "^0.0.1", | ||
"@solid-aria/types": "^0.0.1", | ||
"@solid-aria/utils": "^0.0.1" | ||
"@solid-aria/focus": "^0.0.2", | ||
"@solid-aria/interactions": "^0.0.2", | ||
"@solid-aria/types": "^0.0.2", | ||
"@solid-aria/utils": "^0.0.2" | ||
}, | ||
@@ -60,4 +60,3 @@ "peerDependencies": { | ||
"typecheck": "tsc --noEmit" | ||
}, | ||
"readme": "<p>\n <img width=\"100%\" src=\"https://assets.solidjs.com/banner?type=Aria&background=tiles&project=Toggle\" alt=\"Solid Aria - Toggle\">\n</p>\n\n# @solid-aria/toggle\n\n[![pnpm](https://img.shields.io/badge/maintained%20with-pnpm-cc00ff.svg?style=for-the-badge&logo=pnpm)](https://pnpm.io/)\n[![turborepo](https://img.shields.io/badge/built%20with-turborepo-cc00ff.svg?style=for-the-badge&logo=turborepo)](https://turborepo.org/)\n[![size](https://img.shields.io/bundlephobia/minzip/@solid-aria/toggle?style=for-the-badge&label=size)](https://bundlephobia.com/package/@solid-aria/toggle)\n[![version](https://img.shields.io/npm/v/@solid-aria/toggle?style=for-the-badge)](https://www.npmjs.com/package/@solid-aria/toggle)\n[![stage](https://img.shields.io/endpoint?style=for-the-badge&url=https%3A%2F%2Fraw.githubusercontent.com%2Fsolidjs-community%2Fsolid-primitives%2Fmain%2Fassets%2Fbadges%2Fstage-0.json)](https://github.com/solidjs-community/solid-aria#contribution-process)\n\nPrimitives for building toggle components like checkboxes and switches.\n\n## Installation\n\n```bash\nnpm install @solid-aria/toggle\n# or\nyarn add @solid-aria/toggle\n# or\npnpm add @solid-aria/toggle\n```\n\n## `createToggleState`\n\nProvides state management for toggle components like checkboxes and switches.\n\n### How to use it\n\nSee the docs of [createCheckbox](../checkbox) for an example of `createToggleState`.\n\n## `createToggle`\n\nHandles interactions for toggle elements, e.g. Checkboxes and Switches.\n\n### How to use it\n\nSee the docs of [createCheckbox](../checkbox) for an example of `createToggle`.\n\n## Changelog\n\nAll notable changes are described in the [CHANGELOG.md](./CHANGELOG.md) file.\n" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13234
1
+ Added@solid-aria/focus@0.0.2(transitive)
+ Added@solid-aria/interactions@0.0.2(transitive)
+ Added@solid-aria/types@0.0.2(transitive)
+ Added@solid-aria/utils@0.0.2(transitive)
- Removed@solid-aria/focus@0.0.1(transitive)
- Removed@solid-aria/interactions@0.0.1(transitive)
- Removed@solid-aria/types@0.0.1(transitive)
- Removed@solid-aria/utils@0.0.1(transitive)
Updated@solid-aria/focus@^0.0.2
Updated@solid-aria/types@^0.0.2
Updated@solid-aria/utils@^0.0.2