@colisweb/rescript-toolkit 3.2.0 → 3.2.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.
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@ let make = (~title, ~description=?, ~status, ~className=?) =>
|
|
|
18
18
|
| #error => <ReactIcons.MdWarning size=28 className="text-danger-600 flex-shrink-0" />
|
|
19
19
|
| #warning =>
|
|
20
20
|
<ReactIcons.FaExclamationTriangle size=28 className="text-warning-600 flex-shrink-0" />
|
|
21
|
-
| #info => <ReactIcons.
|
|
21
|
+
| #info => <ReactIcons.FaInfoCircle size=28 className="text-info-600 flex-shrink-0" />
|
|
22
22
|
}}
|
|
23
23
|
<div className="mx-3">
|
|
24
24
|
<div
|