crm-project-ui 0.1.11 → 0.1.12

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/dist/index.cjs CHANGED
@@ -2191,7 +2191,7 @@ var Separator5 = React28.forwardRef(
2191
2191
  {
2192
2192
  className: cn(
2193
2193
  "bg-border shrink-0",
2194
- orientation === "horizontal" ? "h-[1px] w-full" : "h-full w-[1px]",
2194
+ orientation === "horizontal" ? "h-px w-full" : "h-full w-px",
2195
2195
  className
2196
2196
  ),
2197
2197
  decorative,