wave-ui 3.16.0 → 3.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -121,11 +121,17 @@ export interface WaveAlertProps {
|
|
|
121
121
|
*/
|
|
122
122
|
xl?: boolean;
|
|
123
123
|
/**
|
|
124
|
-
*
|
|
125
|
-
* @property {boolean}
|
|
124
|
+
* Sets a bold font-weight on the text content.
|
|
125
|
+
* @property {boolean} bold
|
|
126
126
|
* @see https://antoniandre.github.io/wave-ui/w-alert
|
|
127
127
|
*/
|
|
128
|
-
|
|
128
|
+
bold?: boolean;
|
|
129
|
+
/**
|
|
130
|
+
* Adds a border around the alert container.
|
|
131
|
+
* @property {boolean} border
|
|
132
|
+
* @see https://antoniandre.github.io/wave-ui/w-alert
|
|
133
|
+
*/
|
|
134
|
+
border?: boolean;
|
|
129
135
|
/**
|
|
130
136
|
* Adds a left border on the alert. Only one side-border can be applied at the same time.
|
|
131
137
|
* @property {boolean} borderLeft
|