-
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.
chore!: remove "next" from package names
- Loading branch information
Showing
63 changed files
with
2,065 additions
and
2,065 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,5 +1,5 @@ | ||
{ | ||
"name": "@mittwald/flow-next-project", | ||
"name": "@mittwald/flow-project", | ||
"private": true, | ||
"version": "0.0.0", | ||
"packageManager": "[email protected]", | ||
|
@@ -11,12 +11,12 @@ | |
"scripts": { | ||
"build": "lerna run build", | ||
"components:dev": "concurrently yarn:components:dev:base yarn:components:dev:watch", | ||
"components:dev:base": "yarn workspace @mittwald/flow-next-components run dev", | ||
"components:dev:watch": "yarn workspace @mittwald/flow-next-components run build:watch:dependents", | ||
"components:dev:base": "yarn workspace @mittwald/flow-react-components run dev", | ||
"components:dev:watch": "yarn workspace @mittwald/flow-react-components run build:watch:dependents", | ||
"dev:init-githooks": "yarn dlx simple-git-hooks", | ||
"docs:dev": "concurrently yarn:docs:dev:base yarn:docs:dev:watch", | ||
"docs:dev:base": "yarn workspace @mittwald/flow-next-documentation run dev", | ||
"docs:dev:watch": "yarn workspace @mittwald/flow-next-documentation run build:watch:dependents", | ||
"docs:dev:base": "yarn workspace @mittwald/flow-documentation run dev", | ||
"docs:dev:watch": "yarn workspace @mittwald/flow-documentation run build:watch:dependents", | ||
"format": "prettier --write '**/*.{ts,tsx,yaml,yml,json,md,mdx,js,cjs,mjs,css}'", | ||
"lint": "eslint .", | ||
"test": "lerna run test" | ||
|
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,4 +1,4 @@ | ||
@forward "@fortawesome/fontawesome-svg-core/styles"; | ||
@forward "@mittwald/flow-next-design-tokens/css"; | ||
@forward "@mittwald/flow-design-tokens/css"; | ||
@forward "./reset"; | ||
@forward "./globals"; |
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
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
2 changes: 1 addition & 1 deletion
2
packages/docs/src/app/_components/layout/MainContent/MainContent.tsx
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
4 changes: 2 additions & 2 deletions
4
packages/docs/src/content/02-components/avatar/examples/colors.tsx
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
4 changes: 2 additions & 2 deletions
4
packages/docs/src/content/02-components/avatar/examples/default.tsx
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
4 changes: 2 additions & 2 deletions
4
packages/docs/src/content/02-components/avatar/examples/image.tsx
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
4 changes: 2 additions & 2 deletions
4
packages/docs/src/content/02-components/avatar/examples/sizes.tsx
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
6 changes: 3 additions & 3 deletions
6
packages/docs/src/content/02-components/badge/examples/custom-icon.tsx
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
2 changes: 1 addition & 1 deletion
2
packages/docs/src/content/02-components/badge/examples/default.tsx
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,3 @@ | ||
import Badge from "@mittwald/flow-next-components/Badge"; | ||
import Badge from "@mittwald/flow-react-components/Badge"; | ||
|
||
<Badge>Info</Badge>; |
2 changes: 1 addition & 1 deletion
2
packages/docs/src/content/02-components/badge/examples/icon-only.tsx
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,3 @@ | ||
import Badge from "@mittwald/flow-next-components/Badge"; | ||
import Badge from "@mittwald/flow-react-components/Badge"; | ||
|
||
<Badge />; |
2 changes: 1 addition & 1 deletion
2
packages/docs/src/content/02-components/badge/examples/variants.tsx
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
2 changes: 1 addition & 1 deletion
2
packages/docs/src/content/02-components/button/examples/default.tsx
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,3 @@ | ||
import Button from "@mittwald/flow-next-components/Button"; | ||
import Button from "@mittwald/flow-react-components/Button"; | ||
|
||
<Button>Button</Button>; |
4 changes: 2 additions & 2 deletions
4
packages/docs/src/content/02-components/button/examples/icon.tsx
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
2 changes: 1 addition & 1 deletion
2
packages/docs/src/content/02-components/button/examples/small.tsx
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,3 @@ | ||
import Button from "@mittwald/flow-next-components/Button"; | ||
import Button from "@mittwald/flow-react-components/Button"; | ||
|
||
<Button small>Small Button</Button>; |
2 changes: 1 addition & 1 deletion
2
packages/docs/src/content/02-components/button/examples/variants.tsx
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
2 changes: 1 addition & 1 deletion
2
packages/docs/src/content/02-components/checkbox/examples/default.tsx
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,3 @@ | ||
import Checkbox from "@mittwald/flow-next-components/Checkbox"; | ||
import Checkbox from "@mittwald/flow-react-components/Checkbox"; | ||
|
||
<Checkbox>Activate spam protection</Checkbox>; |
2 changes: 1 addition & 1 deletion
2
packages/docs/src/content/02-components/heading/examples/default.tsx
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,3 @@ | ||
import Heading from "@mittwald/flow-next-components/Heading"; | ||
import Heading from "@mittwald/flow-react-components/Heading"; | ||
|
||
<Heading>This is a heading</Heading>; |
2 changes: 1 addition & 1 deletion
2
packages/docs/src/content/02-components/heading/examples/levels.tsx
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
2 changes: 1 addition & 1 deletion
2
packages/docs/src/content/02-components/icon/examples/coloring.tsx
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,4 +1,4 @@ | ||
import Icon from "@mittwald/flow-next-components/Icon"; | ||
import Icon from "@mittwald/flow-react-components/Icon"; | ||
import { faStar } from "@fortawesome/free-regular-svg-icons/faStar"; | ||
|
||
<Icon faIcon={faStar} style={{ color: "var(--primary--color--800)" }} />; |
2 changes: 1 addition & 1 deletion
2
packages/docs/src/content/02-components/icon/examples/fixed-width.tsx
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
2 changes: 1 addition & 1 deletion
2
packages/docs/src/content/02-components/icon/examples/font-awesome.tsx
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,4 +1,4 @@ | ||
import Icon from "@mittwald/flow-next-components/Icon"; | ||
import Icon from "@mittwald/flow-react-components/Icon"; | ||
import faStar from "@fortawesome/free-regular-svg-icons/faStar"; | ||
|
||
<Icon faIcon={faStar} />; |
2 changes: 1 addition & 1 deletion
2
packages/docs/src/content/02-components/icon/examples/svg-string.tsx
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
2 changes: 1 addition & 1 deletion
2
packages/docs/src/content/02-components/image/examples/default.tsx
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,4 +1,4 @@ | ||
import { Image } from "@mittwald/flow-next-components/Image"; | ||
import { Image } from "@mittwald/flow-react-components/Image"; | ||
|
||
<Image | ||
src="https://cdn.shopify.com/s/files/1/2022/6883/products/[email protected]?v=1538235544" | ||
|
2 changes: 1 addition & 1 deletion
2
packages/docs/src/content/02-components/label/examples/default.tsx
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,3 @@ | ||
import Label from "@mittwald/flow-next-components/Label"; | ||
import Label from "@mittwald/flow-react-components/Label"; | ||
|
||
<Label>This is a label</Label>; |
8 changes: 4 additions & 4 deletions
8
packages/docs/src/content/02-components/labeled-value/examples/copy-button.tsx
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
6 changes: 3 additions & 3 deletions
6
packages/docs/src/content/02-components/labeled-value/examples/default.tsx
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
2 changes: 1 addition & 1 deletion
2
packages/docs/src/content/02-components/link/examples/default.tsx
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,3 @@ | ||
import Link from "@mittwald/flow-next-components/Link"; | ||
import Link from "@mittwald/flow-react-components/Link"; | ||
|
||
<Link>This is a link</Link>; |
4 changes: 2 additions & 2 deletions
4
packages/docs/src/content/02-components/navigation/examples/default.tsx
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
8 changes: 4 additions & 4 deletions
8
packages/docs/src/content/02-components/navigation/examples/icons.tsx
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
8 changes: 4 additions & 4 deletions
8
packages/docs/src/content/02-components/note/examples/custom-icon.tsx
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
Oops, something went wrong.
8cf3028
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 8cf3028