Skip to content

Commit

Permalink
Merge pull request #95 from infor-design/1.0-rc
Browse files Browse the repository at this point in the history
1.0 rc
  • Loading branch information
nickwynja authored Mar 29, 2018
2 parents faf0737 + 0fe1b10 commit e86457c
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 10 deletions.
32 changes: 26 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,31 @@
# Infor Design System Identity
# Infor Design System

This repository contains the fundamentals of the Infor Design System, including design metadata and basic tools like sketch files. For more information, see [design.infor.com](#).
The Infor Design System is a set of use-case driven design practices, development tools, and support documentation to create a cohesive user experience across all Infor CloudSuite applications.

## Designers
This repository contains the fundamentals of the Infor Design System, including design tokens, which are design metadata, and basic tools like Sketch files and icons. For more information, see [design.infor.com](https://design.infor.com).

See our [design.infor.com](https://design.infor.com) info.
## Getting Started for Designers

## Developers
To get started, :arrow_down:[download the latest release](https://github.com/infor-design/design-system/releases/latest) :arrow_down: of our IDS Design Kit. In that package, you'll find both low-fi and mid-fi Sketch templates, font files for Source Sans Pro, and our design tokens.

See our [Developer](DEVELOP.md) info.
See our [getting started page](https://design.infor.com/about/getting-started/getting-started-designers) for more information.

## Installing IDS Identity in your project

Part of the Infor Design System is a package of different assets that create the Infor identity. This includes the design tokens, font files, and icons.

Install this into your project with:

```
npm install --save-dev ids-identity
```

Then look in `node_modules/ids-identity` for the assets.

## Building Assets Locally

For designers and developers wanting to build these assets locally, see our [developer guide](DEVELOP.md).

## Help!

For questions and support, please [open an new Issue](https://github.com/infor-design/design-system/issues/new?template=support.md&title=[Support]).
2 changes: 1 addition & 1 deletion design-tokens/components/font.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

## Font Size
font-size-xl:
value: "3.6rem"
value: "4rem"
type: "size"
font-size-lg:
value: "3.2rem"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@infor/ids-identity",
"version": "1.0.0-beta.9",
"name": "ids-identity",
"version": "1.0.0",
"description": "Infor Design System Design Assets",
"scripts": {
"build": "npm run clean && npm run build:icons && npm run build:tokens:web && npm run build:font",
Expand All @@ -19,7 +19,7 @@
"url": "https://github.com/infor-design/design-system/blob/master/README.md"
},
"keywords": [
"infor design system identity"
"infor design system"
],
"author": "Hook & Loop",
"license": "Apache-2.0",
Expand Down
Binary file modified sketch/ids-design-kit.sketch
Binary file not shown.

0 comments on commit e86457c

Please sign in to comment.