@colisweb/rescript-toolkit 5.47.1 → 5.47.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.47.1",
3
+ "version": "5.47.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -23,11 +23,13 @@ let make = (
23
23
  <Dialog.Content
24
24
  side={Right}
25
25
  className={cx([
26
- "bg-white shadow-lg w-3/4 xl:w-2/3 2xl:w-1/2 h-full relative data-[state=open]:animate-slideInLeft data-[state=close]:animate-slideOutRight overflow-auto",
26
+ "bg-white shadow-lg w-3/4 xl:w-2/3 max-w-[1000px] 2xl:w-1/2 h-full relative data-[state=open]:animate-slideInLeft data-[state=close]:animate-slideOutRight overflow-auto",
27
27
  className,
28
28
  ])}>
29
29
  <header
30
- className={cx(["flex items-center justify-between gap-4 sticky bg-white top-0 p-4"])}>
30
+ className={cx([
31
+ "flex items-center justify-between gap-4 sticky bg-white top-0 p-4 z-50",
32
+ ])}>
31
33
  {title->Option.mapWithDefault(React.null, title =>
32
34
  <Dialog.Title
33
35
  className={cx([