@colisweb/rescript-toolkit 2.62.2 → 2.62.3

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.2",
3
+ "version": "2.62.3",
4
4
  "scripts": {
5
5
  "clean": "rescript clean",
6
6
  "build": "rescript build -with-deps",
@@ -5999,3 +5999,8 @@ module RiTruckLine = {
5999
5999
  external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
6000
6000
  "RiTruckLine"
6001
6001
  }
6002
+ module GrUserWorker = {
6003
+ @module("react-icons/gr") @react.component
6004
+ external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
6005
+ "GrUserWorker"
6006
+ }