Skip to content

Commit

Permalink
Bugfix: Correção para tipagem de funções de estilização (#32)
Browse files Browse the repository at this point in the history
Adição de Stitches como dependência

Co-authored-by: Leandro Pedroso <lpedroso@meudroz.com>
  • Loading branch information
leandroppf and Leandro Pedroso authored Mar 2, 2023
1 parent a0446e2 commit 2243cdb
Show file tree
Hide file tree
Showing 8 changed files with 4,272 additions and 5,419 deletions.
9,595 changes: 4,265 additions & 5,330 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions packages/visu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"description": "A library to use for coaktion projects!",
"type": "module",
"homepage": "https://visu-docs.netlify.app/",
"homepage": "https://main.d1rc90yigjmmrr.amplifyapp.com/",
"author": "Leandro Pedroso <leandroppf@gmail.com>",
"bugs": {
"url": "https://github.com/Coaktion/Droz-Visu/issues"
Expand Down Expand Up @@ -47,10 +47,12 @@
"test:watch": "jest --watch --detectOpenHandles",
"ci": "jest --ci"
},
"dependencies": {
"@stitches/react": "^1.2.8"
},
"devDependencies": {
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-icons": "^1.1.1",
"@stitches/react": "^1.2.8",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
Expand All @@ -70,4 +72,4 @@
"vite": "^4.0.0",
"vite-plugin-dts": "^1.7.1"
}
}
}
4 changes: 2 additions & 2 deletions packages/visu/src/library/stitches.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {
primaryColors,
secondaryColors,
successColors,
} from '@styles/config/colors'
import { metrics } from '@styles/config/metrics'
} from './styles/config/colors'
import { metrics } from './styles/config/metrics'

export const {
config,
Expand Down
File renamed without changes.
File renamed without changes.
47 changes: 0 additions & 47 deletions packages/visu/styles/config/colors.d.ts

This file was deleted.

35 changes: 0 additions & 35 deletions packages/visu/styles/config/metrics.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/visu/styles/global.d.ts

This file was deleted.

0 comments on commit 2243cdb

Please sign in to comment.