@orsetra/shared-ui 1.3.11 → 1.3.13

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.
@@ -53,8 +53,8 @@ export function DetailPageHeader({
53
53
  className,
54
54
  }: DetailPageHeaderProps) {
55
55
  return (
56
- <div className={cn("bg-white border-b border-ibm-gray-20", className)}>
57
- <div className="px-4 sm:px-6 pt-4 pb-0">
56
+ <div className={cn("border-ibm-gray-20", className)}>
57
+ <div className="px-4 sm:px-2 pt-1 pb-0">
58
58
 
59
59
  {/* Breadcrumb */}
60
60
  <Link
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orsetra/shared-ui",
3
- "version": "1.3.11",
3
+ "version": "1.3.13",
4
4
  "description": "Shared UI components for Orsetra platform",
5
5
  "main": "./index.ts",
6
6
  "types": "./index.ts",