@orsetra/shared-ui 1.3.4 → 1.3.5

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.
@@ -78,10 +78,10 @@ export function DetailPageHeader({
78
78
  {backText && (
79
79
  <Button
80
80
  variant="secondary"
81
- size="sm"
81
+ className="h-9"
82
+ leftIcon={<ArrowLeft className="h-4 w-4" />}
82
83
  onClick={() => window.history.back()}
83
84
  >
84
- <ArrowLeft className="h-4 w-4 mr-1.5" />
85
85
  {backText}
86
86
  </Button>
87
87
  )}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orsetra/shared-ui",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "Shared UI components for Orsetra platform",
5
5
  "main": "./index.ts",
6
6
  "types": "./index.ts",