@colisweb/rescript-toolkit 4.14.0 → 4.14.1

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