@colisweb/rescript-toolkit 5.49.3 → 5.49.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": "5.49.3",
3
+ "version": "5.49.4",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -285,7 +285,7 @@ module Timeline = {
285
285
  }->formatToPx,
286
286
  }->Obj.magic}
287
287
  className={cx([
288
- "flex-shrink-0 w-[--markerWidth] h-[--markerHeight] inline-flex justify-center items-center rounded-full absolute ml-[--x-offset] transition-all duration-150 ease-linear bg-white border-2 border-neutral-600",
288
+ "flex-shrink-0 w-[--markerWidth] h-[--markerHeight] inline-flex justify-center items-center rounded-full absolute ml-[--x-offset] transition-all duration-150 ease-linear bg-white border-4 border-neutral-600",
289
289
  switch marker {
290
290
  | Cluster(_) => `${clusterClassName}`
291
291
  | Point(p) =>