@@ -24,7 +24,7 @@ Wraps the given text in the given HTML header `size`.
24
24
| ------------- | ---------------- | :------: | -------------------- | ------- | -------------------------------------------------------------- |
25
25
| ` elementType ` | ` String ` | ✅ | ` ['h1', 'h2', 'h3'] ` | - | - |
26
26
| ` children ` | ` PropTypes.node ` | ✅ | - | - | - |
27
- | ` truncate ` | ` Bool ` | | - | ` false ` | Option for truncate content in case the screen has small width |
27
+ | ` truncate ` | ` Bool ` | - | - | ` false ` | Option for truncate content in case the screen has small width |
28
28
29
29
#### Where to use
30
30
@@ -44,10 +44,10 @@ Wraps the given text in the given HTML header `size`.
44
44
45
45
| Props | Type | Required | Values | Default |
46
46
| ------------- | ---------------- | :------: | -------------- | ------- |
47
- | ` elementType ` | ` String ` | ✅ | ` ['h4', 'h5'] ` | |
48
- | ` isBold ` | ` Boolean ` | ✅ | | ` false ` |
49
- | ` children ` | ` PropTypes.node ` | ✅ | | |
50
- | ` truncate ` | ` Bool ` | | - | ` false ` |
47
+ | ` elementType ` | ` String ` | ✅ | ` ['h4', 'h5'] ` | - |
48
+ | ` isBold ` | ` Boolean ` | - | - | ` false ` |
49
+ | ` children ` | ` PropTypes.node ` | ✅ | - | - |
50
+ | ` truncate ` | ` Bool ` | - | - | ` false ` |
51
51
52
52
#### Where to use
53
53
@@ -79,12 +79,13 @@ Wraps the given text in a `<p>` element, for normal content.
79
79
80
80
#### Properties
81
81
82
- | Props | Type | Required | Values | Default |
83
- | ---------- | ---------------- | :------: | ---------------------------------------------------- | ------- |
84
- | ` isBold ` | ` Boolean ` | ✅ | | ` false ` |
85
- | ` tone ` | ` String ` | | ` [''primary', 'secondary', 'positive', 'negative''] ` | |
86
- | ` children ` | ` PropTypes.node ` | ✅ | | |
87
- | ` truncate ` | ` Bool ` | | - | ` false ` |
82
+ | Props | Type | Required | Values | Default |
83
+ | ---------- | ---------------- | :------: | -------------------------------------------------- | ------- |
84
+ | ` isBold ` | ` Boolean ` | - | - | ` false ` |
85
+ | ` isItalic ` | ` Boolean ` | - | - | ` false ` |
86
+ | ` tone ` | ` String ` | - | ` ['primary', 'secondary', 'positive', 'negative'] ` | - |
87
+ | ` children ` | ` PropTypes.node ` | ✅ | - | - |
88
+ | ` truncate ` | ` Bool ` | - | - | ` false ` |
88
89
89
90
#### Where to use
90
91
@@ -104,12 +105,13 @@ properly style the text.
104
105
105
106
#### Properties
106
107
107
- | Props | Type | Required | Values | Default |
108
- | ---------- | ---------------- | :------: | --------------------------------------------------------------------------- | ------- |
109
- | ` isBold ` | ` Boolean ` | ✅ | | ` false ` |
110
- | ` tone ` | ` String ` | | ` [''primary', 'secondary', 'positive', 'negative', 'inverted', 'warning''] ` | |
111
- | ` children ` | ` PropTypes.node ` | ✅ | | |
112
- | ` truncate ` | ` Bool ` | | - | ` false ` |
108
+ | Props | Type | Required | Values | Default |
109
+ | ---------- | ---------------- | :------: | -------------------------------------------------------------------------- | ------- |
110
+ | ` isBold ` | ` Boolean ` | - | - | ` false ` |
111
+ | ` isItalic ` | ` Boolean ` | - | - | ` false ` |
112
+ | ` tone ` | ` String ` | - | ` ['primary', 'secondary', 'positive', 'negative', 'inverted', 'warning''] ` | - |
113
+ | ` children ` | ` PropTypes.node ` | ✅ | - | - |
114
+ | ` truncate ` | ` Bool ` | - | - | ` false ` |
113
115
114
116
#### Where to use
115
117
0 commit comments