@colisweb/rescript-toolkit 4.24.3 → 4.24.4

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.24.3",
3
+ "version": "4.24.4",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -6136,6 +6136,11 @@ module FaPlusCircle = {
6136
6136
  external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
6137
6137
  "FaPlusCircle"
6138
6138
  }
6139
+ module FaBarcode = {
6140
+ @module("react-icons/fa") @react.component
6141
+ external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
6142
+ "FaBarcode"
6143
+ }
6139
6144
 
6140
6145
  module BiTestTube = {
6141
6146
  @module("react-icons/bi") @react.component