@colisweb/rescript-toolkit 5.31.4 → 5.31.5

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": "5.31.4",
3
+ "version": "5.31.5",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -6197,3 +6197,12 @@ module FaPalette = {
6197
6197
  external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
6198
6198
  "FaPalette"
6199
6199
  }
6200
+ module FaArrowRight = {
6201
+ @module("react-icons/fa") @react.component
6202
+ external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
6203
+ "FaArrowRight"
6204
+ }
6205
+ module FaHome = {
6206
+ @module("react-icons/fa") @react.component
6207
+ external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element = "FaHome"
6208
+ }