@colisweb/rescript-toolkit 4.3.0 → 4.4.0

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": "4.3.0",
3
+ "version": "4.4.0",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -0,0 +1,2 @@
1
+ @module("lottie-react") @react.component
2
+ external make: (~animationData: string, ~loop: bool=?) => React.element = "default"
@@ -6081,3 +6081,8 @@ module FaPauseCircle = {
6081
6081
  external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
6082
6082
  "FaPauseCircle"
6083
6083
  }
6084
+ module FaCalculator = {
6085
+ @module("react-icons/fa") @react.component
6086
+ external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
6087
+ "FaCalculator"
6088
+ }