@colisweb/rescript-toolkit 2.13.3 → 2.13.4

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": "2.13.3",
3
+ "version": "2.13.4",
4
4
  "scripts": {
5
5
  "clean": "rescript clean",
6
6
  "build": "rescript build",
@@ -254,7 +254,7 @@ module Make = (Config: RouterConfig) => {
254
254
  <span
255
255
  className={cx([
256
256
  "transition-all duration-200 ease-in-out absolute ml-12 w-40 transform top-1/2 -translate-y-1/2 text-left",
257
- isNavOpen ? "pl-1 opacity-100" : "opacity-0",
257
+ isNavOpen ? "pl-1 opacity-100 delay-75" : "opacity-0 invisible",
258
258
  ])}>
259
259
  groupInfo.label
260
260
  </span>