@colisweb/rescript-toolkit 4.29.0 → 4.29.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colisweb/rescript-toolkit",
3
- "version": "4.29.0",
3
+ "version": "4.29.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -6152,3 +6152,9 @@ module MdBarcodeReader = {
6152
6152
  external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
6153
6153
  "MdBarcodeReader"
6154
6154
  }
6155
+
6156
+ module FaChevronCircleRight = {
6157
+ @module("react-icons/fa") @react.component
6158
+ external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
6159
+ "FaChevronCircleRight"
6160
+ }