Skip to content

Fix react wrapper#131

Merged
eeegor merged 3 commits intodevelopmentfrom
fix-react-wrapper
Mar 17, 2020
Merged

Fix react wrapper#131
eeegor merged 3 commits intodevelopmentfrom
fix-react-wrapper

Conversation

@eeegor
Copy link
Copy Markdown
Collaborator

@eeegor eeegor commented Mar 17, 2020

No description provided.

eeegor and others added 3 commits March 17, 2020 12:38
* 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>
@eeegor eeegor merged commit 2c015ff into development Mar 17, 2020
eeegor added a commit that referenced this pull request Mar 17, 2020
* 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>
eeegor added a commit that referenced this pull request Mar 17, 2020
* 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>
eeegor added a commit that referenced this pull request Mar 17, 2020
* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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>

* update yarn.lock (#135)

* Fix button default styles (#134)

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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>

* fix: circleci config (#137)

* updated button snapshot (#138)

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>
eeegor added a commit that referenced this pull request Mar 17, 2020
* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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>

* update yarn.lock (#135)

* Fix button default styles (#134)

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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>

* fix: circleci config (#137)

* updated button snapshot (#138)

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>
eeegor added a commit that referenced this pull request Mar 17, 2020
* Development (#136)

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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>

* update yarn.lock (#135)

* Fix button default styles (#134)

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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>

* fix: circleci config (#137)

* updated button snapshot (#138)

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.4

* Development (#139)

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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
 …
eeegor added a commit that referenced this pull request Mar 17, 2020
* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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>

* update yarn.lock (#135)

* Fix button default styles (#134)

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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>

* fix: circleci config (#137)

* updated button snapshot (#138)

* Master (#140)

* Development (#136)

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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…
eeegor added a commit that referenced this pull request Mar 18, 2020
* Merge Development into Master (#143)

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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>

* update yarn.lock (#135)

* Fix button default styles (#134)

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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>

* fix: circleci config (#137)

* updated button snapshot (#138)

* Master (#140)

* Development (#136)

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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: …
eeegor added a commit that referenced this pull request Mar 19, 2020
* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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>

* update yarn.lock (#135)

* Fix button default styles (#134)

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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>

* fix: circleci config (#137)

* updated button snapshot (#138)

* Master (#140)

* Development (#136)

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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 70eedfaa7b96d95777834e1b27a37481131e6df3.

* 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…
@eeegor eeegor deleted the fix-react-wrapper branch April 27, 2020 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant