Skip to content

Commit

Permalink
Merge pull request #34 from prismapro/feature/add-new-colors-in-tokens
Browse files Browse the repository at this point in the history
Feature/add new colors in tokens
  • Loading branch information
osvaldokalvaitir authored Aug 3, 2023
2 parents f0629ff + ff4c7ad commit c097ac5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @skedle.me-ui/react

## 2.1.14

### Patch Changes

- Add new colors in tokens

## 2.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skedle.me-ui/react",
"version": "2.1.13",
"version": "2.1.14",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @skedle.me-ui/tokens

## 1.2.3

### Patch Changes

- Add new colors in tokens

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skedle.me-ui/tokens",
"version": "1.2.2",
"version": "1.2.3",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
4 changes: 4 additions & 0 deletions packages/tokens/src/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ export const colors = <const>{
yellow600: '#FDAE03',
yellow700: '#F59E0B',

red400: '#FFA9A9',
red500: '#FF7474',
red600: '#FF5252',
red700: '#CC2937',

green400: '#5BD76F',
green500: '#1BD779',
green600: '#3BAC57',
green700: '#1B873F',
}

0 comments on commit c097ac5

Please sign in to comment.