ink-big-text
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -16,3 +16,3 @@ "use strict"; | ||
...props | ||
}) => _react.default.createElement(_ink.Text, null, _cfonts.default.render(text, props).string); | ||
}) => /*#__PURE__*/_react.default.createElement(_ink.Text, null, _cfonts.default.render(text, props).string); | ||
@@ -33,3 +33,3 @@ BigText.defaultProps = { | ||
align: _propTypes.default.oneOf(['left', 'center', 'right']), | ||
colors: _propTypes.default.arrayOf(_propTypes.default.oneOf(['system', 'black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan', 'white', 'gray'])), | ||
colors: _propTypes.default.arrayOf(_propTypes.default.string), | ||
backgroundColor: _propTypes.default.oneOf(['transparent', 'black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan', 'white']), | ||
@@ -36,0 +36,0 @@ letterSpacing: _propTypes.default.number, |
{ | ||
"name": "ink-big-text", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Awesome text component for Ink", | ||
"license": "MIT", | ||
"repository": "sindresorhus/ink-big-text", | ||
"funding": "https://github.com/sponsors/sindresorhus", | ||
"author": { | ||
"name": "Sindre Sorhus", | ||
"email": "sindresorhus@gmail.com", | ||
"url": "sindresorhus.com" | ||
"url": "https://sindresorhus.com" | ||
}, | ||
@@ -74,5 +75,2 @@ "main": "dist.js", | ||
], | ||
"ignores": [ | ||
"dist.js" | ||
], | ||
"rules": { | ||
@@ -79,0 +77,0 @@ "react/no-unused-prop-types": "off" |
@@ -1,2 +0,2 @@ | ||
# ink-big-text [![Build Status](https://travis-ci.org/sindresorhus/ink-big-text.svg?branch=master)](https://travis-ci.org/sindresorhus/ink-big-text) | ||
# ink-big-text [![Build Status](https://travis-ci.com/sindresorhus/ink-big-text.svg?branch=master)](https://travis-ci.com/github/sindresorhus/ink-big-text) | ||
@@ -7,3 +7,2 @@ > Awesome text component for [Ink](https://github.com/vadimdemedes/ink) | ||
## Install | ||
@@ -15,3 +14,2 @@ | ||
## Usage | ||
@@ -32,3 +30,2 @@ | ||
## API | ||
@@ -40,3 +37,2 @@ | ||
## Related | ||
@@ -47,6 +43,1 @@ | ||
- [ink-link](https://github.com/sindresorhus/ink-link) - Link component for Ink | ||
## License | ||
MIT © [Sindre Sorhus](https://sindresorhus.com) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4935
39