@colisweb/rescript-toolkit 4.14.8 → 4.14.10

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.14.8",
3
+ "version": "4.14.10",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -6121,6 +6121,16 @@ module FaPlay = {
6121
6121
  @module("react-icons/fa") @react.component
6122
6122
  external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element = "FaPlay"
6123
6123
  }
6124
+ module FaRulerCombined = {
6125
+ @module("react-icons/fa") @react.component
6126
+ external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
6127
+ "FaRulerCombined"
6128
+ }
6129
+ module FaWeightHanging = {
6130
+ @module("react-icons/fa") @react.component
6131
+ external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
6132
+ "FaWeightHanging"
6133
+ }
6124
6134
 
6125
6135
  module BiTestTube = {
6126
6136
  @module("react-icons/bi") @react.component