@gyramais/gyra-design 0.1.14 → 0.1.16
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.
- package/{readme.md → README.md} +6 -0
- package/dist/components/Card/index.js +6 -6
- package/dist/components/Card/index.js.map +1 -1
- package/dist/components/Information/index.js +1 -1
- package/dist/components/Information/index.js.map +1 -1
- package/dist/index.css +6 -4
- package/dist/shadcn/form.d.ts +1 -1
- package/package.json +90 -89
package/{readme.md → README.md}
RENAMED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
+
|
|
2
|
+

|
|
3
|
+
|
|
1
4
|
# gyra-design
|
|
2
5
|
|
|
3
6
|
Pacote de componentes da Gyramais com o intuito de padronizar e afunilar todos os componentes de projetos.
|
|
7
|
+
|
|
8
|
+
Disponível em: https://gyramais.github.io/gyra-design
|
|
9
|
+
|
|
4
10
|
## Stack utilizada
|
|
5
11
|
|
|
6
12
|
- **Componentes:** Typescript, React, TailwindCSS
|