@exem-ui/react 0.3.4-next.20260608013540 → 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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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-
|
|
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-
|
|
2026
|
+
className: utils.cn("w-full text-body-1 font-semibold text-text-primary", className),
|
|
2027
2027
|
...props
|
|
2028
2028
|
}
|
|
2029
2029
|
));
|