Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix button default styles #134

Merged
merged 5 commits into from
Mar 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.3](https://github.com/telekom/scale/compare/v0.0.2...v0.0.3) (2020-03-17)

**Note:** Version bump only for package scale





## [0.0.2](https://github.com/telekom/telements/compare/v0.4.0...v0.0.2) (2020-03-16)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.2",
"version": "0.0.3",
"command": {
"version": {
"allowBranch": "master"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.3](https://github.com/telekom/scale/compare/v0.0.2...v0.0.3) (2020-03-17)

**Note:** Version bump only for package @scaleds/components





## [0.0.2](https://github.com/telekom/telements/compare/v0.4.0...v0.0.2) (2020-03-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleds/components",
"version": "0.0.2",
"version": "0.0.3",
"description": "Scale Components",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/components/src/components/button/button.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ export const styles: JssStyle = {
textDecoration: 'none',
'&:before': {
width: 0,
content: '"',
content: '""',
display: 'block',
height: '100%',
},
'&:hover, &.active': {
'&:hover': {
color: '#fff',
background: '#000',
borderColor: '#000',
Expand All @@ -49,7 +49,7 @@ export const styles: JssStyle = {
background: '#fff',
border: '1px solid #000',
color: '#000',
opacity: '0.5',
opacity: 0.5,
cursor: 'not-allowed',
},
},
Expand Down
8 changes: 8 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.3](https://github.com/telekom/scale/compare/v0.0.2...v0.0.3) (2020-03-17)

**Note:** Version bump only for package @scaleds/config





## [0.0.2](https://github.com/telekom/telements/compare/v0.4.0...v0.0.2) (2020-03-16)

**Note:** Version bump only for package @scale/config
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@scaleds/config",
"main": "dist/index.js",
"version": "0.0.2",
"version": "0.0.3",
"author": "@eeegor <egor.kirpichev@telekom.de>",
"license": "MIT",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.3](https://github.com/gatsbyjs/gatsby-starter-default/compare/v0.0.2...v0.0.3) (2020-03-17)

**Note:** Version bump only for package @scaleds/docs





## [0.0.2](https://github.com/gatsbyjs/gatsby-starter-default/compare/v0.4.0...v0.0.2) (2020-03-16)

**Note:** Version bump only for package @scale/docs
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@scaleds/docs",
"description": "Scale Components Documentation",
"version": "0.0.2",
"version": "0.0.3",
"author": "eeegor",
"dependencies": {
"gatsby": "^2.17.11",
Expand Down
8 changes: 8 additions & 0 deletions packages/generator-sketch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.3](https://github.com/telekom/scale/compare/v0.0.2...v0.0.3) (2020-03-17)

**Note:** Version bump only for package @scaleds/generator-sketch





## [0.0.2](https://github.com/telekom/telements/compare/v0.4.0...v0.0.2) (2020-03-16)

**Note:** Version bump only for package @scale/generator-sketch
2 changes: 1 addition & 1 deletion packages/generator-sketch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleds/generator-sketch",
"version": "0.0.2",
"version": "0.0.3",
"description": "Convert the web-components to a sketch file",
"scripts": {
"test": "eslint src/",
Expand Down
8 changes: 8 additions & 0 deletions packages/html-to-sketch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.3](https://github.com/telekom/scale/compare/v0.0.2...v0.0.3) (2020-03-17)

**Note:** Version bump only for package @scaleds/html-to-sketch





## [0.0.2](https://github.com/telekom/telements/compare/v0.4.0...v0.0.2) (2020-03-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/html-to-sketch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleds/html-to-sketch",
"version": "0.0.2",
"version": "0.0.3",
"description": "HTML to Sketch",
"keywords": [
"sketch",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.3](https://github.com/telekom/scale/compare/v0.0.2...v0.0.3) (2020-03-17)

**Note:** Version bump only for package @scaleds/react-wrapper





## [0.0.2](https://github.com/telekom/telements/compare/v0.4.0...v0.0.2) (2020-03-16)

**Note:** Version bump only for package @scale/react-wrapper
2 changes: 1 addition & 1 deletion packages/react-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleds/react-wrapper",
"version": "0.0.2",
"version": "0.0.3",
"author": "@eeegor <egor.kirpichev@telekom.de>",
"license": "MIT",
"main": "build/index.js",
Expand Down