@hashicorp/react-quote
Advanced tools
Comparing version 0.3.0 to 0.3.1-canary-20230113165338
# @hashicorp/react-quote | ||
## 0.3.1-canary-20230113165338 | ||
### Patch Changes | ||
- [#864](https://github.com/hashicorp/react-components/pull/864) [`efccf555`](https://github.com/hashicorp/react-components/commit/efccf555901494e24b3a9f4657001b6c63d07173) Thanks [@alexcarpenter](https://github.com/alexcarpenter)! - add text size option | ||
## 0.3.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@hashicorp/react-quote", | ||
"version": "0.3.0", | ||
"version": "0.3.1-canary-20230113165338", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "HashiCorp", |
module.exports = { | ||
textSize: { | ||
type: 'number', | ||
description: 'The display size the text should render as.', | ||
options: [4, 5], | ||
}, | ||
text: { | ||
type: 'string', | ||
required: true, | ||
description: 'The text displayed as the quote', | ||
@@ -5,0 +11,0 @@ }, |
@@ -5,2 +5,6 @@ import type { AuthorBylineProps } from '@hashicorp/react-author-byline/types' | ||
/** | ||
* The display size the text should render as. | ||
*/ | ||
textSize?: 4 | 5 | ||
/** | ||
* The text displayed as the quote | ||
@@ -7,0 +11,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6674
143