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

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.js CHANGED
@@ -1964,7 +1964,7 @@ Modal.Title = React.forwardRef(
1964
1964
  {
1965
1965
  ref,
1966
1966
  className: utils.cn(
1967
- "text-title-2 font-semibold leading-none tracking-tight text-text-primary",
1967
+ "text-body-1 font-semibold leading-none tracking-tight text-text-primary",
1968
1968
  className
1969
1969
  ),
1970
1970
  ...props
@@ -2023,7 +2023,7 @@ MessageBox.Title = React.forwardRef(({ className, ...props }, ref) => /* @__PURE
2023
2023
  DialogPrimitive__namespace.Title,
2024
2024
  {
2025
2025
  ref,
2026
- className: utils.cn("w-full text-title-2 font-semibold text-text-primary", className),
2026
+ className: utils.cn("w-full text-body-1 font-semibold text-text-primary", className),
2027
2027
  ...props
2028
2028
  }
2029
2029
  ));