@colisweb/rescript-toolkit 4.11.1 → 4.11.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": "4.11.1",
3
+ "version": "4.11.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -6117,3 +6117,9 @@ module FaExternalLinkAlt = {
6117
6117
  external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
6118
6118
  "FaExternalLinkAlt"
6119
6119
  }
6120
+
6121
+ module BiTestTube = {
6122
+ @module("react-icons/bi") @react.component
6123
+ external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
6124
+ "BiTestTube"
6125
+ }