@agilys-system/design-system 1.0.5 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Design system para os projetos web da Agilys. Componentes construídos com [Vite](https://vitejs.dev), [Tailwind CSS](https://tailwindcss.com) e [class-variance-authority](https://cva.style), com playground em [Chromatic](https://www.chromatic.com/library?appId=6a70e8317b8a3509112750bf).
4
4
 
5
+ Package [NPM](https://www.npmjs.com/package/@agilys-system/design-system/access)
6
+
5
7
  ## Instalação
6
8
 
7
9
  ```bash
@@ -43,7 +45,7 @@ export default {
43
45
  ## Componentes disponíveis
44
46
 
45
47
  | Componente | Documentação |
46
- | ------------ | ------------------------------------------- |
48
+ | ------------ | ------------------------------------------ |
47
49
  | `Avatar` | [docs/avatar.md](./docs/avatar.md) |
48
50
  | `Badge` | [docs/badge.md](./docs/badge.md) |
49
51
  | `Button` | [docs/button.md](./docs/button.md) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agilys-system/design-system",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "Design system (React) for Agilys web projects — components built with Vite, Tailwind CSS and Storybook.",
5
5
  "type": "module",
6
6
  "license": "MIT",