@colisweb/rescript-toolkit 4.14.7 → 4.14.9

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.7",
3
+ "version": "4.14.9",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -118,7 +118,7 @@ let make = (
118
118
  </p>
119
119
  | Some(selectedOption) =>
120
120
  <div className="table table-fixed w-full" title={selectedOption.label}>
121
- <span className="table-cell truncate text-left w-full align-middle">
121
+ <span className="table-cell truncate text-left w-full">
122
122
  {selectedOption.itemLabel->Option.getWithDefault(selectedOption.label->React.string)}
123
123
  </span>
124
124
  <span className="absolute inset-y-0 right-2 flex items-center">
@@ -6121,6 +6121,11 @@ 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
+ }
6124
6129
 
6125
6130
  module BiTestTube = {
6126
6131
  @module("react-icons/bi") @react.component