-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from dnbexperience/develop
release new version
- Loading branch information
Showing
200 changed files
with
4,176 additions
and
1,869 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
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
**January 2019** | ||
|
||
## Subject title | ||
|
||
### Release of `dnb-ui-lib` v1.10.0 | ||
|
||
#### `dnb-ui-lib`: Breaking Changes | ||
|
||
- Text | ||
- sub text | ||
- sub text | ||
|
||
#### `dnb-ui-lib`: Features | ||
|
||
Description | ||
|
||
```js | ||
// code | ||
``` | ||
|
||
#### `dnb-ui-lib`: Fixes & Optimizations | ||
|
||
Description | ||
|
||
### Figma: Changes | ||
|
||
Description | ||
|
||
--- |
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,31 +1,14 @@ | ||
## Date | ||
**January 2019** | ||
|
||
--- | ||
|
||
### Release of `dnb-ui-lib` v1.10.0 | ||
|
||
#### Breaking Changes | ||
|
||
- Text | ||
- sub text | ||
- sub text | ||
|
||
#### Features | ||
|
||
Description | ||
|
||
```js | ||
// code | ||
``` | ||
|
||
#### Fixes & Optimizations | ||
|
||
Description | ||
|
||
--- | ||
## Changes to the default styles | ||
|
||
### New color added to Figma | ||
- Change from 1px to 2px outline on input for error state | ||
- Signal Orange is replaced by Emerald Green for focus state | ||
- Tab and StepIndicator (Progress bar) have now Sea Green Alt underline | ||
- The Switch component has now an outline of 2px | ||
- Hover on Tabs looks more like an anchor | ||
- Color change: Sea Green 4% -> Mint Green 12% | ||
|
||
Description | ||
More in the [Releases section on GitHub](https://github.com/dnbexperience/eufemia/releases) | ||
|
||
--- |
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
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
13 changes: 13 additions & 0 deletions
13
packages/dnb-design-system-portal/src/pages/design-system.md
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
header: 'Design System' | ||
title: 'Change log' | ||
draft: false | ||
--- | ||
|
||
import Changelog from 'Pages/design-system/changelog' | ||
|
||
# Change log of Eufemia | ||
|
||
--- | ||
|
||
<Changelog /> |
40 changes: 40 additions & 0 deletions
40
packages/dnb-design-system-portal/src/pages/design-system/about.md
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
header: 'Design System' | ||
title: 'About' | ||
draft: false | ||
order: 3 | ||
--- | ||
|
||
import WelcomeAdvice from 'Pages/welcome-advice' | ||
|
||
# About Eufemia | ||
|
||
<WelcomeAdvice /> | ||
|
||
## The Goal | ||
|
||
Eufemia is DNB Design System witch consist of resources for designers and developers in order to maintain consistency and efficiency when building web applications. | ||
|
||
The goal is to have a single source of truth for design through color, typography and layout guidelines as well as fully coded components to use in applications. | ||
|
||
### More aspects | ||
|
||
- Collaboration | ||
- Master files | ||
- Versioning | ||
- Patterns | ||
- Overall documentation | ||
|
||
## Special Thanks | ||
|
||
Thank You for all who as contributed to build Eufemia. People who has contributed heavily to Eufemia are: | ||
|
||
- Jens Thuland | ||
- Sindre Marken | ||
- Casper Brekke | ||
- Tobias Høegh | ||
- Kevin Murphy | ||
- Hans Kristian Smedsrød | ||
- Nicolai Rygh | ||
|
||
The DNB ASA Design System is build together with [EGGS Design](https://eggsdesign.com/). |
14 changes: 14 additions & 0 deletions
14
packages/dnb-design-system-portal/src/pages/design-system/changelog.md
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
header: 'Design System' | ||
title: 'Changelog' | ||
draft: true | ||
order: 1 | ||
--- | ||
|
||
import Changelog from 'Root/../../CHANGELOG.md' | ||
|
||
# Change log of Eufemia | ||
|
||
--- | ||
|
||
<Changelog /> |
29 changes: 29 additions & 0 deletions
29
packages/dnb-design-system-portal/src/pages/design-system/contact.md
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
header: 'Design System' | ||
title: 'Contact' | ||
draft: false | ||
order: 2 | ||
--- | ||
|
||
# Contact | ||
|
||
## Slack Channel on [DNB IT](https://dnb-it.slack.com) | ||
|
||
- `# eufemia-design-system` | ||
|
||
### Related channels | ||
|
||
- `# frontend` | ||
- `# ux-design` | ||
- `# experience-design` | ||
|
||
## Designers | ||
|
||
- **Jens Thuland** (Figma, Lead DNB Digital Design) | ||
- **Sindre Marken** (Figma, Typography) | ||
- **Casper Brekke** (Figma, iOS Design) | ||
- **Kevin Murphy** (Design System) | ||
|
||
## Developers | ||
|
||
- **Tobias Høegh** (GitHub) |
10 changes: 10 additions & 0 deletions
10
packages/dnb-design-system-portal/src/pages/design-system/story.md
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
header: 'Design System' | ||
title: 'Story' | ||
draft: false | ||
order: 4 | ||
--- | ||
|
||
# The Story of Eufemia | ||
|
||
WIP |
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.