TheoryOfNekomata
9971797b27
Update package data, test README publishing
Use lower npm version to publish packages.
3 years ago
TheoryOfNekomata
bf0a79140a
Correct typo
For republishing.
3 years ago
TheoryOfNekomata
e672dc4371
Bump version
For republishing.
3 years ago
TheoryOfNekomata
d50b3e3936
Declare dependencies
Move devDependencies to dependencies so consumer packages do not have to install the same dependencies over and over
when this package is installed.
3 years ago
TheoryOfNekomata
d9995902ec
Bump version
For republishing.
3 years ago
TheoryOfNekomata
fca1838487
Add value props, fix styling of docs page
Add value, defaultValue, and checked props to appropriate elements.
Add link to Feather Icons for the Icon component.
The styling of TextInput docs has been fixed.
3 years ago
TheoryOfNekomata
e50eb72ecb
Improve compatibility of docs, theme
Test docs against Lynx, also make docs print-friendly.
3 years ago
TheoryOfNekomata
73c8f7d028
Implement variable fonts, print styles
Use Encode Sans variable axes from Google Fonts. Also specified code blocks and images to be grayscale in print mode.
3 years ago
TheoryOfNekomata
65d4b3334e
Improve look and feel
Add syntax highlighting + improved props table.
3 years ago
TheoryOfNekomata
2058df416e
Update ignores
Ignore node_modules files under packages.
3 years ago
TheoryOfNekomata
7f36127089
Bump version
For republishing.
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
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
dd7de30957
Add opt-in features
Button, Select, and TextInput has now opt-in borders.
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
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
5225cdd5e7
Update package info
Add types for TypeScript type search.
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
0bb320cf3a
Update publish script
Make sure to build scripts before publishing to registry.
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
f38b649632
Update build config
Export declaration files from TypeScript.
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