Skip to content

Commit

Permalink
Merge pull request #36 from spicy-ui/next
Browse files Browse the repository at this point in the history
0.1.0-alpha.2
  • Loading branch information
South-Paw authored Feb 12, 2021
2 parents b417ee7 + 5b3a58e commit e3e225b
Show file tree
Hide file tree
Showing 57 changed files with 1,335 additions and 68 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,33 @@
-->

## 0.1.0-alpha.2 (12 February, 2021)

### Features

- Added `ModalCloseButton`, `ModalHeader`, `ModalBody` and `ModalFooter` components
- Added `Container` component
- Added `Image` component
- Added `Badge` component
- Added `Code` component
- Added `Kbd` component
- Added `Tag` component

### Changes

- Added color types for `Alert`, `Button`, `Checkbox`, `Link`
- Adjusted Alert text color
- Added export for theme color scales
- Updated and added additional prop documentation
- Moved icon button base style into theme
- The close button's icon can now be overridden
- Button line-height changed from `1` to `1.2`

### Bug Fixes

- Fixed modal positioning
- Fixed typos in types

## 0.1.0-alpha.1 (8 February, 2021)

### Features
Expand Down
281 changes: 266 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spicy-ui/core",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"description": "A themable and extensible React UI library, ready to use out of the box",
"keywords": [
"react",
Expand Down Expand Up @@ -61,8 +61,8 @@
"@storybook/react": "^6.1.17",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"eslint": "^7.19.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-jest": "^24.1.3",
Expand All @@ -71,12 +71,13 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-json-view": "^1.21.1",
"react-lorem-ipsum": "^1.4.9",
"react-uid": "^2.3.1",
"rimraf": "^3.0.2",
"styled-components": "^5.2.1",
"tsdx": "^0.14.1",
"tslib": "^2.1.0",
"typescript": "^4.1.3"
"typescript": "^4.1.5"
},
"peerDependencies": {
"react": ">=17.0.0",
Expand Down
Loading

1 comment on commit e3e225b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 Netlify deployed spicy-ui as draft

https://6026145ab5e4314149712c45--spicy-ui.netlify.app

Please sign in to comment.