@colisweb/rescript-toolkit 2.62.1 → 2.62.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colisweb/rescript-toolkit",
3
- "version": "2.62.1",
3
+ "version": "2.62.2",
4
4
  "scripts": {
5
5
  "clean": "rescript clean",
6
6
  "build": "rescript build -with-deps",
@@ -5985,6 +5985,11 @@ module FaExclamationTriangle = {
5985
5985
  external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
5986
5986
  "FaExclamationTriangle"
5987
5987
  }
5988
+ module FaTimesCircle = {
5989
+ @module("react-icons/fa") @react.component
5990
+ external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
5991
+ "FaTimesCircle"
5992
+ }
5988
5993
  module BiScan = {
5989
5994
  @module("react-icons/bi") @react.component
5990
5995
  external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element = "BiScan"