myoperator-ui 0.0.79 → 0.0.80

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3247,7 +3247,7 @@ const PageHeader = React.forwardRef<HTMLDivElement, PageHeaderProps>(
3247
3247
  ref={ref}
3248
3248
  className={cn(
3249
3249
  pageHeaderVariants(),
3250
- "h-[76px] px-4",
3250
+ "h-[76px] px-4 pt-4",
3251
3251
  className
3252
3252
  )}
3253
3253
  {...props}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myoperator-ui",
3
- "version": "0.0.79",
3
+ "version": "0.0.80",
4
4
  "description": "CLI for adding myOperator UI components to your project",
5
5
  "type": "module",
6
6
  "exports": "./dist/index.js",