@exem-ui/react 0.3.4-next.20260608065232 → 0.3.4-next.20260608091439

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.mjs CHANGED
@@ -1937,7 +1937,7 @@ Modal.Title = forwardRef(
1937
1937
  {
1938
1938
  ref,
1939
1939
  className: cn(
1940
- "text-title-2 font-semibold leading-none tracking-tight text-text-primary",
1940
+ "text-body-1 font-semibold leading-none tracking-tight text-text-primary",
1941
1941
  className
1942
1942
  ),
1943
1943
  ...props
@@ -1996,7 +1996,7 @@ MessageBox.Title = forwardRef(({ className, ...props }, ref) => /* @__PURE__ */
1996
1996
  DialogPrimitive.Title,
1997
1997
  {
1998
1998
  ref,
1999
- className: cn("w-full text-title-2 font-semibold text-text-primary", className),
1999
+ className: cn("w-full text-body-1 font-semibold text-text-primary", className),
2000
2000
  ...props
2001
2001
  }
2002
2002
  ));