Skip to content

Commit

Permalink
Fix button default styles (#134)
Browse files Browse the repository at this point in the history
* Development (#129)

* Refactor/update master (#125)

* added under construction section (#3)

* fix: readme under-construction

* feature: add link to development branch

* fixed link (#4)

* feat: Adds Lerna and an experimental branch to monorepo

* fix: Fixes types in card component

* Publish

 - @telements/components@0.1.0
 - @telements/config@0.0.2
 - @telements/docs@0.1.0
 - @telements/generator-sketch@0.0.2

* feat: react-wrapper init (#117)

* Publish

 - @telements/react-wrapper@0.1.0

* fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry

* Publish

 - @telementsdemo/components@0.2.0
 - @telements/react-wrapper@0.1.1

* fix: new version

* Publish

 - @telements/components@0.2.1

* chore: react boilerplate packachejason

* feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first

* Publish

 - @telements/components@0.3.0
 - @telements/react-wrapper@0.2.0

* fix: add build output

* Publish

 - @telements/react-wrapper@0.2.1

* fix: optional props

* Publish

 - @telements/components@0.3.1
 - @telements/react-wrapper@0.2.2

* fix: interfaces should extend react functional component

* Publish

 - @telements/react-wrapper@0.2.3

* fix: prop types

* Publish

 - @telements/react-wrapper@0.2.4

* fix: add styles props (css-in-js), allow not specified props (until spicified)

* Publish

 - @telements/components@0.3.2
 - @telements/react-wrapper@0.2.5

* refactor: css-in-js for components

* fix: build react wrappers

* test: add css class tests

* Publish

 - @telements/components@0.3.3
 - @telements/react-wrapper@0.2.6

* fix: cleanup

* Publish

 - @telements/components@0.3.4
 - @telements/react-wrapper@0.2.7

* add experimental gatsbydocs

* update docs package.json

* Publish

 - @telements/components@0.3.5
 - @telements/docs@0.0.2
 - @telements/react-wrapper@0.2.8

* update react-wrapper package.json

* add stylesheet update functionality

* Publish

 - @telements/components@0.3.6
 - @telements/docs@0.0.3
 - @telements/react-wrapper@0.3.6

* add updateStyles methodto force rerender component

* fix: format

* Publish

 - @telements/components@0.3.7
 - @telements/react-wrapper@0.3.7

* debug: wrapper ref

* Publish

 - @telements/react-wrapper@0.3.8

* drop updateStyles method; fix wrapper ref fro styles

* Publish

 - @telements/components@0.3.9
 - @telements/react-wrapper@0.3.9

* feature: docs draft style

* fix: remove @telements/react-wrapper from external dependencies

* chore: new yarn.lock file

* v0.4.0

* update sketch-generator

* Revert "update sketch-generator"

This reverts commit 70eedfa.

* update sketch-generator

* feature: button link

* fix: format

* feature: handle symbols for sketch (does not handle nested symbols yet)

* refactor: rename telements to scale

* fix: update lerna

* fix: update banner

* fix: examples dependencies

* test: update snapshots

Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com>
Co-authored-by: Kai Kreuzer <kai@openhab.org>
Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>

* Release/update lerna (#127)

* added under construction section (#3)

* fix: readme under-construction

* feature: add link to development branch

* fixed link (#4)

* feat: Adds Lerna and an experimental branch to monorepo

* fix: Fixes types in card component

* Publish

 - @telements/components@0.1.0
 - @telements/config@0.0.2
 - @telements/docs@0.1.0
 - @telements/generator-sketch@0.0.2

* feat: react-wrapper init (#117)

* Publish

 - @telements/react-wrapper@0.1.0

* fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry

* Publish

 - @telementsdemo/components@0.2.0
 - @telements/react-wrapper@0.1.1

* fix: new version

* Publish

 - @telements/components@0.2.1

* chore: react boilerplate packachejason

* feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first

* Publish

 - @telements/components@0.3.0
 - @telements/react-wrapper@0.2.0

* fix: add build output

* Publish

 - @telements/react-wrapper@0.2.1

* fix: optional props

* Publish

 - @telements/components@0.3.1
 - @telements/react-wrapper@0.2.2

* fix: interfaces should extend react functional component

* Publish

 - @telements/react-wrapper@0.2.3

* fix: prop types

* Publish

 - @telements/react-wrapper@0.2.4

* fix: add styles props (css-in-js), allow not specified props (until spicified)

* Publish

 - @telements/components@0.3.2
 - @telements/react-wrapper@0.2.5

* refactor: css-in-js for components

* fix: build react wrappers

* test: add css class tests

* Publish

 - @telements/components@0.3.3
 - @telements/react-wrapper@0.2.6

* fix: cleanup

* Publish

 - @telements/components@0.3.4
 - @telements/react-wrapper@0.2.7

* add experimental gatsbydocs

* update docs package.json

* Publish

 - @telements/components@0.3.5
 - @telements/docs@0.0.2
 - @telements/react-wrapper@0.2.8

* update react-wrapper package.json

* add stylesheet update functionality

* Publish

 - @telements/components@0.3.6
 - @telements/docs@0.0.3
 - @telements/react-wrapper@0.3.6

* add updateStyles methodto force rerender component

* fix: format

* Publish

 - @telements/components@0.3.7
 - @telements/react-wrapper@0.3.7

* debug: wrapper ref

* Publish

 - @telements/react-wrapper@0.3.8

* drop updateStyles method; fix wrapper ref fro styles

* Publish

 - @telements/components@0.3.9
 - @telements/react-wrapper@0.3.9

* feature: docs draft style

* fix: remove @telements/react-wrapper from external dependencies

* chore: new yarn.lock file

* v0.4.0

* update sketch-generator

* Revert "update sketch-generator"

This reverts commit 70eedfa.

* update sketch-generator

* feature: button link

* fix: format

* feature: handle symbols for sketch (does not handle nested symbols yet)

* refactor: rename telements to scale

* fix: update lerna

* fix: update banner

* fix: examples dependencies

* test: update snapshots

* update lerna branch

Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com>
Co-authored-by: Kai Kreuzer <kai@openhab.org>
Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>

* Fix/package names (#128)

* added under construction section (#3)

* fix: readme under-construction

* feature: add link to development branch

* fixed link (#4)

* feat: Adds Lerna and an experimental branch to monorepo

* fix: Fixes types in card component

* Publish

 - @telements/components@0.1.0
 - @telements/config@0.0.2
 - @telements/docs@0.1.0
 - @telements/generator-sketch@0.0.2

* feat: react-wrapper init (#117)

* Publish

 - @telements/react-wrapper@0.1.0

* fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry

* Publish

 - @telementsdemo/components@0.2.0
 - @telements/react-wrapper@0.1.1

* fix: new version

* Publish

 - @telements/components@0.2.1

* chore: react boilerplate packachejason

* feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first

* Publish

 - @telements/components@0.3.0
 - @telements/react-wrapper@0.2.0

* fix: add build output

* Publish

 - @telements/react-wrapper@0.2.1

* fix: optional props

* Publish

 - @telements/components@0.3.1
 - @telements/react-wrapper@0.2.2

* fix: interfaces should extend react functional component

* Publish

 - @telements/react-wrapper@0.2.3

* fix: prop types

* Publish

 - @telements/react-wrapper@0.2.4

* fix: add styles props (css-in-js), allow not specified props (until spicified)

* Publish

 - @telements/components@0.3.2
 - @telements/react-wrapper@0.2.5

* refactor: css-in-js for components

* fix: build react wrappers

* test: add css class tests

* Publish

 - @telements/components@0.3.3
 - @telements/react-wrapper@0.2.6

* fix: cleanup

* Publish

 - @telements/components@0.3.4
 - @telements/react-wrapper@0.2.7

* add experimental gatsbydocs

* update docs package.json

* Publish

 - @telements/components@0.3.5
 - @telements/docs@0.0.2
 - @telements/react-wrapper@0.2.8

* update react-wrapper package.json

* add stylesheet update functionality

* Publish

 - @telements/components@0.3.6
 - @telements/docs@0.0.3
 - @telements/react-wrapper@0.3.6

* add updateStyles methodto force rerender component

* fix: format

* Publish

 - @telements/components@0.3.7
 - @telements/react-wrapper@0.3.7

* debug: wrapper ref

* Publish

 - @telements/react-wrapper@0.3.8

* drop updateStyles method; fix wrapper ref fro styles

* Publish

 - @telements/components@0.3.9
 - @telements/react-wrapper@0.3.9

* feature: docs draft style

* fix: remove @telements/react-wrapper from external dependencies

* chore: new yarn.lock file

* v0.4.0

* update sketch-generator

* Revert "update sketch-generator"

This reverts commit 70eedfa.

* update sketch-generator

* feature: button link

* fix: format

* feature: handle symbols for sketch (does not handle nested symbols yet)

* refactor: rename telements to scale

* fix: update lerna

* fix: update banner

* fix: examples dependencies

* test: update snapshots

* update package names

Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com>
Co-authored-by: Kai Kreuzer <kai@openhab.org>
Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>

* Development (#132)

* Refactor/update master (#125)

* added under construction section (#3)

* fix: readme under-construction

* feature: add link to development branch

* fixed link (#4)

* feat: Adds Lerna and an experimental branch to monorepo

* fix: Fixes types in card component

* Publish

 - @telements/components@0.1.0
 - @telements/config@0.0.2
 - @telements/docs@0.1.0
 - @telements/generator-sketch@0.0.2

* feat: react-wrapper init (#117)

* Publish

 - @telements/react-wrapper@0.1.0

* fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry

* Publish

 - @telementsdemo/components@0.2.0
 - @telements/react-wrapper@0.1.1

* fix: new version

* Publish

 - @telements/components@0.2.1

* chore: react boilerplate packachejason

* feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first

* Publish

 - @telements/components@0.3.0
 - @telements/react-wrapper@0.2.0

* fix: add build output

* Publish

 - @telements/react-wrapper@0.2.1

* fix: optional props

* Publish

 - @telements/components@0.3.1
 - @telements/react-wrapper@0.2.2

* fix: interfaces should extend react functional component

* Publish

 - @telements/react-wrapper@0.2.3

* fix: prop types

* Publish

 - @telements/react-wrapper@0.2.4

* fix: add styles props (css-in-js), allow not specified props (until spicified)

* Publish

 - @telements/components@0.3.2
 - @telements/react-wrapper@0.2.5

* refactor: css-in-js for components

* fix: build react wrappers

* test: add css class tests

* Publish

 - @telements/components@0.3.3
 - @telements/react-wrapper@0.2.6

* fix: cleanup

* Publish

 - @telements/components@0.3.4
 - @telements/react-wrapper@0.2.7

* add experimental gatsbydocs

* update docs package.json

* Publish

 - @telements/components@0.3.5
 - @telements/docs@0.0.2
 - @telements/react-wrapper@0.2.8

* update react-wrapper package.json

* add stylesheet update functionality

* Publish

 - @telements/components@0.3.6
 - @telements/docs@0.0.3
 - @telements/react-wrapper@0.3.6

* add updateStyles methodto force rerender component

* fix: format

* Publish

 - @telements/components@0.3.7
 - @telements/react-wrapper@0.3.7

* debug: wrapper ref

* Publish

 - @telements/react-wrapper@0.3.8

* drop updateStyles method; fix wrapper ref fro styles

* Publish

 - @telements/components@0.3.9
 - @telements/react-wrapper@0.3.9

* feature: docs draft style

* fix: remove @telements/react-wrapper from external dependencies

* chore: new yarn.lock file

* v0.4.0

* update sketch-generator

* Revert "update sketch-generator"

This reverts commit 70eedfa.

* update sketch-generator

* feature: button link

* fix: format

* feature: handle symbols for sketch (does not handle nested symbols yet)

* refactor: rename telements to scale

* fix: update lerna

* fix: update banner

* fix: examples dependencies

* test: update snapshots

Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com>
Co-authored-by: Kai Kreuzer <kai@openhab.org>
Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>

* Release/update lerna (#127)

* added under construction section (#3)

* fix: readme under-construction

* feature: add link to development branch

* fixed link (#4)

* feat: Adds Lerna and an experimental branch to monorepo

* fix: Fixes types in card component

* Publish

 - @telements/components@0.1.0
 - @telements/config@0.0.2
 - @telements/docs@0.1.0
 - @telements/generator-sketch@0.0.2

* feat: react-wrapper init (#117)

* Publish

 - @telements/react-wrapper@0.1.0

* fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry

* Publish

 - @telementsdemo/components@0.2.0
 - @telements/react-wrapper@0.1.1

* fix: new version

* Publish

 - @telements/components@0.2.1

* chore: react boilerplate packachejason

* feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first

* Publish

 - @telements/components@0.3.0
 - @telements/react-wrapper@0.2.0

* fix: add build output

* Publish

 - @telements/react-wrapper@0.2.1

* fix: optional props

* Publish

 - @telements/components@0.3.1
 - @telements/react-wrapper@0.2.2

* fix: interfaces should extend react functional component

* Publish

 - @telements/react-wrapper@0.2.3

* fix: prop types

* Publish

 - @telements/react-wrapper@0.2.4

* fix: add styles props (css-in-js), allow not specified props (until spicified)

* Publish

 - @telements/components@0.3.2
 - @telements/react-wrapper@0.2.5

* refactor: css-in-js for components

* fix: build react wrappers

* test: add css class tests

* Publish

 - @telements/components@0.3.3
 - @telements/react-wrapper@0.2.6

* fix: cleanup

* Publish

 - @telements/components@0.3.4
 - @telements/react-wrapper@0.2.7

* add experimental gatsbydocs

* update docs package.json

* Publish

 - @telements/components@0.3.5
 - @telements/docs@0.0.2
 - @telements/react-wrapper@0.2.8

* update react-wrapper package.json

* add stylesheet update functionality

* Publish

 - @telements/components@0.3.6
 - @telements/docs@0.0.3
 - @telements/react-wrapper@0.3.6

* add updateStyles methodto force rerender component

* fix: format

* Publish

 - @telements/components@0.3.7
 - @telements/react-wrapper@0.3.7

* debug: wrapper ref

* Publish

 - @telements/react-wrapper@0.3.8

* drop updateStyles method; fix wrapper ref fro styles

* Publish

 - @telements/components@0.3.9
 - @telements/react-wrapper@0.3.9

* feature: docs draft style

* fix: remove @telements/react-wrapper from external dependencies

* chore: new yarn.lock file

* v0.4.0

* update sketch-generator

* Revert "update sketch-generator"

This reverts commit 70eedfa.

* update sketch-generator

* feature: button link

* fix: format

* feature: handle symbols for sketch (does not handle nested symbols yet)

* refactor: rename telements to scale

* fix: update lerna

* fix: update banner

* fix: examples dependencies

* test: update snapshots

* update lerna branch

Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com>
Co-authored-by: Kai Kreuzer <kai@openhab.org>
Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>

* Fix/package names (#128)

* added under construction section (#3)

* fix: readme under-construction

* feature: add link to development branch

* fixed link (#4)

* feat: Adds Lerna and an experimental branch to monorepo

* fix: Fixes types in card component

* Publish

 - @telements/components@0.1.0
 - @telements/config@0.0.2
 - @telements/docs@0.1.0
 - @telements/generator-sketch@0.0.2

* feat: react-wrapper init (#117)

* Publish

 - @telements/react-wrapper@0.1.0

* fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry

* Publish

 - @telementsdemo/components@0.2.0
 - @telements/react-wrapper@0.1.1

* fix: new version

* Publish

 - @telements/components@0.2.1

* chore: react boilerplate packachejason

* feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first

* Publish

 - @telements/components@0.3.0
 - @telements/react-wrapper@0.2.0

* fix: add build output

* Publish

 - @telements/react-wrapper@0.2.1

* fix: optional props

* Publish

 - @telements/components@0.3.1
 - @telements/react-wrapper@0.2.2

* fix: interfaces should extend react functional component

* Publish

 - @telements/react-wrapper@0.2.3

* fix: prop types

* Publish

 - @telements/react-wrapper@0.2.4

* fix: add styles props (css-in-js), allow not specified props (until spicified)

* Publish

 - @telements/components@0.3.2
 - @telements/react-wrapper@0.2.5

* refactor: css-in-js for components

* fix: build react wrappers

* test: add css class tests

* Publish

 - @telements/components@0.3.3
 - @telements/react-wrapper@0.2.6

* fix: cleanup

* Publish

 - @telements/components@0.3.4
 - @telements/react-wrapper@0.2.7

* add experimental gatsbydocs

* update docs package.json

* Publish

 - @telements/components@0.3.5
 - @telements/docs@0.0.2
 - @telements/react-wrapper@0.2.8

* update react-wrapper package.json

* add stylesheet update functionality

* Publish

 - @telements/components@0.3.6
 - @telements/docs@0.0.3
 - @telements/react-wrapper@0.3.6

* add updateStyles methodto force rerender component

* fix: format

* Publish

 - @telements/components@0.3.7
 - @telements/react-wrapper@0.3.7

* debug: wrapper ref

* Publish

 - @telements/react-wrapper@0.3.8

* drop updateStyles method; fix wrapper ref fro styles

* Publish

 - @telements/components@0.3.9
 - @telements/react-wrapper@0.3.9

* feature: docs draft style

* fix: remove @telements/react-wrapper from external dependencies

* chore: new yarn.lock file

* v0.4.0

* update sketch-generator

* Revert "update sketch-generator"

This reverts commit 70eedfa.

* update sketch-generator

* feature: button link

* fix: format

* feature: handle symbols for sketch (does not handle nested symbols yet)

* refactor: rename telements to scale

* fix: update lerna

* fix: update banner

* fix: examples dependencies

* test: update snapshots

* update package names

Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com>
Co-authored-by: Kai Kreuzer <kai@openhab.org>
Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>

* Fix react wrapper (#131)

* Development (#129)

* Refactor/update master (#125)

* added under construction section (#3)

* fix: readme under-construction

* feature: add link to development branch

* fixed link (#4)

* feat: Adds Lerna and an experimental branch to monorepo

* fix: Fixes types in card component

* Publish

 - @telements/components@0.1.0
 - @telements/config@0.0.2
 - @telements/docs@0.1.0
 - @telements/generator-sketch@0.0.2

* feat: react-wrapper init (#117)

* Publish

 - @telements/react-wrapper@0.1.0

* fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry

* Publish

 - @telementsdemo/components@0.2.0
 - @telements/react-wrapper@0.1.1

* fix: new version

* Publish

 - @telements/components@0.2.1

* chore: react boilerplate packachejason

* feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first

* Publish

 - @telements/components@0.3.0
 - @telements/react-wrapper@0.2.0

* fix: add build output

* Publish

 - @telements/react-wrapper@0.2.1

* fix: optional props

* Publish

 - @telements/components@0.3.1
 - @telements/react-wrapper@0.2.2

* fix: interfaces should extend react functional component

* Publish

 - @telements/react-wrapper@0.2.3

* fix: prop types

* Publish

 - @telements/react-wrapper@0.2.4

* fix: add styles props (css-in-js), allow not specified props (until spicified)

* Publish

 - @telements/components@0.3.2
 - @telements/react-wrapper@0.2.5

* refactor: css-in-js for components

* fix: build react wrappers

* test: add css class tests

* Publish

 - @telements/components@0.3.3
 - @telements/react-wrapper@0.2.6

* fix: cleanup

* Publish

 - @telements/components@0.3.4
 - @telements/react-wrapper@0.2.7

* add experimental gatsbydocs

* update docs package.json

* Publish

 - @telements/components@0.3.5
 - @telements/docs@0.0.2
 - @telements/react-wrapper@0.2.8

* update react-wrapper package.json

* add stylesheet update functionality

* Publish

 - @telements/components@0.3.6
 - @telements/docs@0.0.3
 - @telements/react-wrapper@0.3.6

* add updateStyles methodto force rerender component

* fix: format

* Publish

 - @telements/components@0.3.7
 - @telements/react-wrapper@0.3.7

* debug: wrapper ref

* Publish

 - @telements/react-wrapper@0.3.8

* drop updateStyles method; fix wrapper ref fro styles

* Publish

 - @telements/components@0.3.9
 - @telements/react-wrapper@0.3.9

* feature: docs draft style

* fix: remove @telements/react-wrapper from external dependencies

* chore: new yarn.lock file

* v0.4.0

* update sketch-generator

* Revert "update sketch-generator"

This reverts commit 70eedfa.

* update sketch-generator

* feature: button link

* fix: format

* feature: handle symbols for sketch (does not handle nested symbols yet)

* refactor: rename telements to scale

* fix: update lerna

* fix: update banner

* fix: examples dependencies

* test: update snapshots

Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com>
Co-authored-by: Kai Kreuzer <kai@openhab.org>
Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>

* Release/update lerna (#127)

* added under construction section (#3)

* fix: readme under-construction

* feature: add link to development branch

* fixed link (#4)

* feat: Adds Lerna and an experimental branch to monorepo

* fix: Fixes types in card component

* Publish

 - @telements/components@0.1.0
 - @telements/config@0.0.2
 - @telements/docs@0.1.0
 - @telements/generator-sketch@0.0.2

* feat: react-wrapper init (#117)

* Publish

 - @telements/react-wrapper@0.1.0

* fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry

* Publish

 - @telementsdemo/components@0.2.0
 - @telements/react-wrapper@0.1.1

* fix: new version

* Publish

 - @telements/components@0.2.1

* chore: react boilerplate packachejason

* feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first

* Publish

 - @telements/components@0.3.0
 - @telements/react-wrapper@0.2.0

* fix: add build output

* Publish

 - @telements/react-wrapper@0.2.1

* fix: optional props

* Publish

 - @telements/components@0.3.1
 - @telements/react-wrapper@0.2.2

* fix: interfaces should extend react functional component

* Publish

 - @telements/react-wrapper@0.2.3

* fix: prop types

* Publish

 - @telements/react-wrapper@0.2.4

* fix: add styles props (css-in-js), allow not specified props (until spicified)

* Publish

 - @telements/components@0.3.2
 - @telements/react-wrapper@0.2.5

* refactor: css-in-js for components

* fix: build react wrappers

* test: add css class tests

* Publish

 - @telements/components@0.3.3
 - @telements/react-wrapper@0.2.6

* fix: cleanup

* Publish

 - @telements/components@0.3.4
 - @telements/react-wrapper@0.2.7

* add experimental gatsbydocs

* update docs package.json

* Publish

 - @telements/components@0.3.5
 - @telements/docs@0.0.2
 - @telements/react-wrapper@0.2.8

* update react-wrapper package.json

* add stylesheet update functionality

* Publish

 - @telements/components@0.3.6
 - @telements/docs@0.0.3
 - @telements/react-wrapper@0.3.6

* add updateStyles methodto force rerender component

* fix: format

* Publish

 - @telements/components@0.3.7
 - @telements/react-wrapper@0.3.7

* debug: wrapper ref

* Publish

 - @telements/react-wrapper@0.3.8

* drop updateStyles method; fix wrapper ref fro styles

* Publish

 - @telements/components@0.3.9
 - @telements/react-wrapper@0.3.9

* feature: docs draft style

* fix: remove @telements/react-wrapper from external dependencies

* chore: new yarn.lock file

* v0.4.0

* update sketch-generator

* Revert "update sketch-generator"

This reverts commit 70eedfa.

* update sketch-generator

* feature: button link

* fix: format

* feature: handle symbols for sketch (does not handle nested symbols yet)

* refactor: rename telements to scale

* fix: update lerna

* fix: update banner

* fix: examples dependencies

* test: update snapshots

* update lerna branch

Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com>
Co-authored-by: Kai Kreuzer <kai@openhab.org>
Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>

* Fix/package names (#128)

* added under construction section (#3)

* fix: readme under-construction

* feature: add link to development branch

* fixed link (#4)

* feat: Adds Lerna and an experimental branch to monorepo

* fix: Fixes types in card component

* Publish

 - @telements/components@0.1.0
 - @telements/config@0.0.2
 - @telements/docs@0.1.0
 - @telements/generator-sketch@0.0.2

* feat: react-wrapper init (#117)

* Publish

 - @telements/react-wrapper@0.1.0

* fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry

* Publish

 - @telementsdemo/components@0.2.0
 - @telements/react-wrapper@0.1.1

* fix: new version

* Publish

 - @telements/components@0.2.1

* chore: react boilerplate packachejason

* feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first

* Publish

 - @telements/components@0.3.0
 - @telements/react-wrapper@0.2.0

* fix: add build output

* Publish

 - @telements/react-wrapper@0.2.1

* fix: optional props

* Publish

 - @telements/components@0.3.1
 - @telements/react-wrapper@0.2.2

* fix: interfaces should extend react functional component

* Publish

 - @telements/react-wrapper@0.2.3

* fix: prop types

* Publish

 - @telements/react-wrapper@0.2.4

* fix: add styles props (css-in-js), allow not specified props (until spicified)

* Publish

 - @telements/components@0.3.2
 - @telements/react-wrapper@0.2.5

* refactor: css-in-js for components

* fix: build react wrappers

* test: add css class tests

* Publish

 - @telements/components@0.3.3
 - @telements/react-wrapper@0.2.6

* fix: cleanup

* Publish

 - @telements/components@0.3.4
 - @telements/react-wrapper@0.2.7

* add experimental gatsbydocs

* update docs package.json

* Publish

 - @telements/components@0.3.5
 - @telements/docs@0.0.2
 - @telements/react-wrapper@0.2.8

* update react-wrapper package.json

* add stylesheet update functionality

* Publish

 - @telements/components@0.3.6
 - @telements/docs@0.0.3
 - @telements/react-wrapper@0.3.6

* add updateStyles methodto force rerender component

* fix: format

* Publish

 - @telements/components@0.3.7
 - @telements/react-wrapper@0.3.7

* debug: wrapper ref

* Publish

 - @telements/react-wrapper@0.3.8

* drop updateStyles method; fix wrapper ref fro styles

* Publish

 - @telements/components@0.3.9
 - @telements/react-wrapper@0.3.9

* feature: docs draft style

* fix: remove @telements/react-wrapper from external dependencies

* chore: new yarn.lock file

* v0.4.0

* update sketch-generator

* Revert "update sketch-generator"

This reverts commit 70eedfa.

* update sketch-generator

* feature: button link

* fix: format

* feature: handle symbols for sketch (does not handle nested symbols yet)

* refactor: rename telements to scale

* fix: update lerna

* fix: update banner

* fix: examples dependencies

* test: update snapshots

* update package names

Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com>
Co-authored-by: Kai Kreuzer <kai@openhab.org>
Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>

* fix react component naming; convert props to stencil attributes

* fix: update dependencies

Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com>
Co-authored-by: Kai Kreuzer <kai@openhab.org>
Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>

Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com>
Co-authored-by: Kai Kreuzer <kai@openhab.org>
Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>

* v0.0.3

* fix: button default styles

Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com>
Co-authored-by: Kai Kreuzer <kai@openhab.org>
Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>
  • Loading branch information
4 people authored Mar 17, 2020
1 parent 6b5e79c commit 5ef68c6
Show file tree
Hide file tree
Showing 15 changed files with 66 additions and 10 deletions.
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

0 comments on commit 5ef68c6

Please sign in to comment.