oihana-next-ui 0.1.39 → 0.1.41

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": "oihana-next-ui",
3
- "version": "0.1.39",
3
+ "version": "0.1.41",
4
4
  "private": false,
5
5
  "description": "Oihana Next.js UI component library — reusable components, hooks and utilities built with React 19, Next.js, Tailwind CSS and DaisyUI",
6
6
  "author": {
@@ -129,7 +129,7 @@ const PageHeader =
129
129
  (
130
130
  <Typography
131
131
  as = "h1"
132
- className = { cn( 'text-primary leading-tight' , titleClassName ) }
132
+ className = { cn( 'leading-tight' , titleClassName ) }
133
133
  size = "xl"
134
134
  weight = "semibold"
135
135
  >
package/src/version.js CHANGED
@@ -1,3 +1,3 @@
1
- const version = "0.1.39" ;
1
+ const version = "0.1.41" ;
2
2
 
3
3
  export default version ;