@colisweb/rescript-toolkit 5.42.1 → 5.42.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.42.1",
3
+ "version": "5.42.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -100,7 +100,7 @@ let make = (
100
100
  })}
101
101
  className={cx([
102
102
  "dropdown",
103
- "absolute z-40 bg-white p-2 transform shadow rounded text-base font-normal text-neutral-700 opacity-0",
103
+ "absolute z-50 bg-white p-2 transform shadow rounded text-base font-normal text-neutral-700 opacity-0",
104
104
  dropdownClassName,
105
105
  ])}
106
106
  style={adjustmentStyle->Option.getWithDefault(ReactDOM.Style.make())}>