Skip to content

Commit

Permalink
Merge pull request #7 from nginformatica/chore/migrate-styleguide
Browse files Browse the repository at this point in the history
docs: add migration info to readme file
  • Loading branch information
KarineBrandelli authored Jan 2, 2024
2 parents aca7be5 + 4999a0c commit 8379dc8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
<h2 style='font-family: sans-serif;'> STYLEGUIDE </h2>
</div>

## This repository is migrating its functionalities to flipper-ui, in order to centralize the repositories and not duplicate dependencies. It will be deleted when all products that use this repository are migrated to use colors through flipper-ui.

```ts
before the migration:
import { theme } from 'nginformatica-styleguide'

after the migration:
import { theme } from 'flipper-ui/theme'
```

A repository to center and document, initially, the colors of the NGInformatica Apps.

## :package: `Install`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nginformatica-styleguide",
"version": "1.0.2",
"version": "1.0.3",
"description": "A minimalist styleguide in NGInformatica apps",
"main": "lib/index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 8379dc8

Please sign in to comment.