Allan Crisostomo
6a12d9c524
Merge pull request 'feature/docs' ( #1 ) from feature/docs into master
Reviewed-on: https://code.modal.sh/tesseract-design/react-common/pulls/1
3 years ago
TheoryOfNekomata
825249c3c6
Update docs
Make docs use the latest (bleeding edge) of the components by importing them directly.
3 years ago
TheoryOfNekomata
489dcfd2dc
Add props parsing
Display prop table in each component's props section
4 years ago
TheoryOfNekomata
17411a44b1
Add pascal-case
Peer dependency required for components with icons.
4 years ago
TheoryOfNekomata
386f5a365b
Update directory structure, generator code
Use src/ for react-common source
TODO: put other package-related files in packages/react-common/
4 years ago
TheoryOfNekomata
47a5ee040d
Improve styling
4 years ago
TheoryOfNekomata
36954ed21c
Add Next.js + MDX support
Implement Next.js MDX
Separate the docs from the code and tests.
4 years ago
TheoryOfNekomata
8cef8cb7c7
Update README
Correctly refer to versions in badges.
4 years ago
TheoryOfNekomata
8ce5a80ba5
Explicitly define available props for components
Add event handler props for components.
4 years ago
TheoryOfNekomata
068ce5ed47
Bump version
For republishing.
4 years ago
TheoryOfNekomata
bad7f4106f
Set sizing of button
Use 100% for `<button>` element because it is auto-size by default.
4 years ago
TheoryOfNekomata
dd7de30957
Add opt-in features
Button, Select, and TextInput has now opt-in borders.
4 years ago
TheoryOfNekomata
ca631e30b7
Add docs content, adjust component props and metrics
Force TextInput and Select to be `block`. Also, removed props regarding styling.
4 years ago
TheoryOfNekomata
936bb3a66d
Remove doczrc
Use environment variables to define arguments.
4 years ago
TheoryOfNekomata
415d815f33
Add example env file
Add example file for guiding on setting secrets in the app.
4 years ago
TheoryOfNekomata
0f208f359a
Bump version
Increment patch version due to relicensing.
4 years ago
TheoryOfNekomata
a518eb19da
Add README, LICENSE
Put additional links in README. Also, re-license library to MIT.
4 years ago
TheoryOfNekomata
0ab9e93b18
Update documentation
Include a section on theming.
4 years ago
TheoryOfNekomata
f83cd94cda
Improve test coverage
Cover scenarios primarily for adjusted behavior on Button, as well as ensure components are exported correctly.
4 years ago
TheoryOfNekomata
792904c4b7
Fix types value
Point types to correct path in the build.
4 years ago
TheoryOfNekomata
543755efc8
Update rollup
Point entry to correct path.
4 years ago
TheoryOfNekomata
837084335d
Revert file move
Put `index.ts` back to `lib` for a simpler npmignore.
4 years ago
TheoryOfNekomata
5225cdd5e7
Update package info
Add types for TypeScript type search.
4 years ago
TheoryOfNekomata
c8c92aafd8
Remove index.ts
Remove file from tarball.
4 years ago
TheoryOfNekomata
0dc8d65446
Update build structure
Make TypeScript recognize types.
4 years ago
TheoryOfNekomata
00e4217b21
Add env variable
Set NODE_ENV to production when publishing to ensure smaller packed size.
4 years ago
TheoryOfNekomata
5ea49ff321
Update script
Use prepublishOnly instead of prepublish.
4 years ago
TheoryOfNekomata
e1a19f117b
Fix extraneous props
Remove props from Slider that has something to do with incorrectly setting `orientation` to a `div`-like element.
Also, we fix the import in the Icon test.
4 years ago
TheoryOfNekomata
0bb320cf3a
Update publish script
Make sure to build scripts before publishing to registry.
4 years ago
TheoryOfNekomata
674ae59072
Update README
Point to correct URLs.
4 years ago
TheoryOfNekomata
5196f92baa
Update npmignore
Add .docz to npmignore.
4 years ago
TheoryOfNekomata
55afe4f23f
Add missing dependency, update base URI
Add @reach/slider because build encounters errors.
Also add base URI to correct paths.
4 years ago
TheoryOfNekomata
12196121f7
Update routes, links to package
Use human-friendly routes for components.
Also, update badges to point to links in the package repository.
4 years ago
TheoryOfNekomata
bbe59ca2f8
Update badges
Point to badge proxy.
4 years ago
TheoryOfNekomata
ae623d4406
Update README
Change badge URL
4 years ago
TheoryOfNekomata
c744a01993
Update README
Fix paths to use the badge lookup URL.
4 years ago
TheoryOfNekomata
03b947c967
Update README
Try HTML images
4 years ago
TheoryOfNekomata
3a6c365b95
Update README
Use percent encoding on ' character.
4 years ago
TheoryOfNekomata
0f42681213
Update README again
Investigate invalid badge URLs.
4 years ago
TheoryOfNekomata
453e54ff08
Fix badge URLs
Use percent-encoded URLs.
4 years ago
TheoryOfNekomata
54de8247d5
Update README
Include dynamic badges.
4 years ago
TheoryOfNekomata
f38b649632
Update build config
Export declaration files from TypeScript.
4 years ago
TheoryOfNekomata
a11eee3c37
Fix README
Add a couple of little corrections.
4 years ago
TheoryOfNekomata
2c8829404f
Fix package URL
Point to @tesseract-design/react-common instead of @tesseract-design/react
4 years ago
TheoryOfNekomata
457cdcb437
Update links
Point to correct URLs for Tesseract Design.
4 years ago
TheoryOfNekomata
62a997d00f
Remove extraneous env file
Remove env file because it is an artifact of using Storybook.
4 years ago
TheoryOfNekomata
969b03a890
Initial commit
Migrate from GitHub, rewrite common components to TypeScript (main and test files). Also replaced Storybook to Docz.
4 years ago