@colisweb/rescript-toolkit 2.22.1 → 2.22.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.22.1",
3
+ "version": "2.22.2",
4
4
  "scripts": {
5
5
  "clean": "rescript clean",
6
6
  "build": "rescript build",
@@ -5908,3 +5908,15 @@ module AiFillEye = {
5908
5908
  @module("react-icons/ai") @react.component
5909
5909
  external make: (~size: int=?) => React.element = "AiFillEye"
5910
5910
  }
5911
+
5912
+ module FaCalendarCheck = {
5913
+ @module("react-icons/fa") @react.component
5914
+ external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
5915
+ "FaCalendarCheck"
5916
+ }
5917
+
5918
+ module FaUserCog = {
5919
+ @module("react-icons/fa") @react.component
5920
+ external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
5921
+ "FaUserCog"
5922
+ }