@colisweb/rescript-toolkit 5.35.1 → 5.35.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": "5.35.1",
3
+ "version": "5.35.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -6210,3 +6210,23 @@ module FaWifi = {
6210
6210
  @module("react-icons/fa") @react.component
6211
6211
  external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element = "FaWifi"
6212
6212
  }
6213
+ module FaBackward = {
6214
+ @module("react-icons/fa") @react.component
6215
+ external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
6216
+ "FaBackward"
6217
+ }
6218
+ module FaForward = {
6219
+ @module("react-icons/fa") @react.component
6220
+ external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
6221
+ "FaForward"
6222
+ }
6223
+ module FaExclamation = {
6224
+ @module("react-icons/fa") @react.component
6225
+ external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
6226
+ "FaExclamation"
6227
+ }
6228
+ module FaArrowLeft = {
6229
+ @module("react-icons/fa") @react.component
6230
+ external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
6231
+ "FaArrowLeft"
6232
+ }