-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
45 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,5 @@ | ||
# mittwald Flow Components | ||
# @mittwald/flow-next-components | ||
|
||
> ⚠️ **EARLY DEVELOPMENT — STABILITY NOTICE** | ||
> | ||
> This project is in **early development** stage, and we do not offer any | ||
> stability guarantees of any kind. We welcome you to give this project a try | ||
> and we're looking forward for any feedback on this project in this stage of | ||
> development. However, please do not rely on any inputs or outputs of this | ||
> project to remain stable. | ||
## Installing | ||
|
||
With npm: | ||
|
||
```shell | ||
$ npm install @mittwald/flow-next-components | ||
``` | ||
|
||
With Yarn: | ||
|
||
```shell | ||
$ yarn add @mittwald/flow-next-components | ||
``` | ||
|
||
## Import styles | ||
|
||
You have to import the bundled stylesheet in order to get the correct component | ||
styles. The stylesheet can be imported from: | ||
|
||
``` | ||
@mittwald/flow-next-components/styles | ||
``` | ||
This package is part of | ||
[Flow – mittwald design system](https://mittwald.github.io/flow/). See the | ||
homepage for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,5 @@ | ||
# mittwald Flow Components | ||
# @mittwald/flow-next-design-tokens | ||
|
||
> ⚠️ **EARLY DEVELOPMENT — STABILITY NOTICE** | ||
> | ||
> This project is in **early development** stage, and we do not offer any | ||
> stability guarantees of any kind. We welcome you to give this project a try | ||
> and we're looking forward for any feedback on this project in this stage of | ||
> development. However, please do not rely on any inputs or outputs of this | ||
> project to remain stable. | ||
## Installing | ||
|
||
With npm: | ||
|
||
```shell | ||
$ npm install @mittwald/flow-next-design-tokens | ||
``` | ||
|
||
With Yarn: | ||
|
||
```shell | ||
$ yarn add @mittwald/flow-next-design-tokens | ||
``` | ||
This package is part of | ||
[Flow – mittwald design system](https://mittwald.github.io/flow/). See the | ||
homepage for more details. |
4 changes: 4 additions & 0 deletions
4
packages/docs/src/app/_components/layout/MainContent/MainContent.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
.heading { | ||
margin-bottom: var(--size-rem--l); | ||
} | ||
|
||
.description { | ||
margin-bottom: var(--size-rem--l); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,5 @@ | ||
# mittwald Flow Components | ||
# @mittwald/flow-next-stylesheet | ||
|
||
> ⚠️ **EARLY DEVELOPMENT — STABILITY NOTICE** | ||
> | ||
> This project is in **early development** stage, and we do not offer any | ||
> stability guarantees of any kind. We welcome you to give this project a try | ||
> and we're looking forward for any feedback on this project in this stage of | ||
> development. However, please do not rely on any inputs or outputs of this | ||
> project to remain stable. | ||
## Installing | ||
|
||
With npm: | ||
|
||
```shell | ||
$ npm install @mittwald/flow-next-stylesheet | ||
``` | ||
|
||
With Yarn: | ||
|
||
```shell | ||
$ yarn add @mittwald/flow-next-stylesheet | ||
``` | ||
This package is part of | ||
[Flow – mittwald design system](https://mittwald.github.io/flow/). See the | ||
homepage for more details. |
0b8d5d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage report for
./packages/components/
Test suite run success
52 tests passing in 9 suites.
Report generated by 🧪jest coverage report action from 0b8d5d1