@steeze-ui/heroicons
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@steeze-ui/heroicons", | ||
"description": "Icon Sources (based on heroicons) built for @steeze-ui/icons", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"type": "module", | ||
@@ -48,5 +48,6 @@ "main": "index.js", | ||
"exports": { | ||
"./package.json": "./package.json" | ||
"./package.json": "./package.json", | ||
".": "./index.js" | ||
}, | ||
"readme": "# READ THIS FIRST\n\nThis project is still in experimental development. Expect bugs and breaking changes!\n\n## Overview\n\nEffortless Icon Pack for Heroicons\n\n- Based on [Heroicons](https://heroicons.dev/)\n- Defines the Icon Source to be used in any [steeze-ui icon component](https://github.com/steeze-ui/icons/tree/main/packages/components)\n\n## Installation\n\n```bash\nnpm i -D @steeze-ui/heroicons\n```\n\n## Usage\n\n```js\nimport { LightningBolt } from '@steeze-ui/heroicons'\n```\n\n## Documentation\n\n### Themes\n\n| Value | Description |\n| ------- | -------------------------------- |\n| default | The outline version of the Icons |\n| solid | The solid version of the Icons |\n\n### Other Icon Packs\n\nFor all other available Icon Packs visit [steeze-ui/icons](https://github.com/steeze-ui/icons)\n\n## Development\n\nThis repo uses pnpm. To build a new version of the package just run:\n\n```bash\npnpm install && pnpm package\n```\n\nThis produces a ready-to-publish package for the npm registry\n" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
181624
0