Initial refactor of jambonz-ui package library (#39)

* Initial refactor of jambonz-ui package library

* Delete public/fonts directory

* Jambonz UI test-app and some refinements

* next lint

* working on jambonz ui docs

* Update package.json

* Update package.json

* Update package.json

* Create package.json

* typescript

* Update components.tsx

* Update components.tsx

* Update utils.ts

* Update icons.ts

* Update components.tsx

* Update components.tsx

* Update icons.ts

* Update components.tsx

* Update _icons.scss

* Update components.tsx

* Update components.tsx

* fix some thangs and compile all

* wrap up the docs

* Update tsconfig.json

* icons refactor

* refine docs

* update readmes

* update readme

* fix props interfaces and test in TS app

* Update components.tsx

* button up some things

* change package name...

* include readme in pkg dist

* use published package
This commit is contained in:
Brandon Lee Kitajchuk
2022-07-01 10:57:32 -07:00
committed by GitHub
parent e783a1d6a3
commit e3cd0edeb6
61 changed files with 1617 additions and 2116 deletions

16
.gitignore vendored
View File

@@ -25,18 +25,14 @@ yarn-error.log*
package-lock.json
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# nextra...
dist
examples
packages
.env*
# jambonz...
/.notes
pkg
css
dist
build
public/fonts
# cypress
/cypress/*