From 7304542b66c49b3d534d7c815963c0fb9f9c5213 Mon Sep 17 00:00:00 2001 From: Tucker McCoy Date: Thu, 12 Feb 2026 12:51:00 -0500 Subject: [PATCH 1/2] fix(ui): remove any space y in the sheet and dialog header, still a tad off --- packages/ui/src/components/dialog/dialog.module.css | 1 - packages/ui/src/components/sheet/sheet.module.css | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/ui/src/components/dialog/dialog.module.css b/packages/ui/src/components/dialog/dialog.module.css index 0682bbc..ba7bb06 100644 --- a/packages/ui/src/components/dialog/dialog.module.css +++ b/packages/ui/src/components/dialog/dialog.module.css @@ -41,7 +41,6 @@ .dialog-header-content { @apply flex min-w-0 flex-1 flex-col; - @apply space-y-0.5; } .dialog-title { diff --git a/packages/ui/src/components/sheet/sheet.module.css b/packages/ui/src/components/sheet/sheet.module.css index 233eb44..b56ab02 100644 --- a/packages/ui/src/components/sheet/sheet.module.css +++ b/packages/ui/src/components/sheet/sheet.module.css @@ -62,7 +62,6 @@ .sheet-header-text-content { @apply flex min-w-0 flex-1 flex-col; - @apply space-y-0.5; } .sheet-body { From e740d2671c4e5ab635354c220955e6be5029d8f0 Mon Sep 17 00:00:00 2001 From: Tucker McCoy Date: Thu, 12 Feb 2026 12:51:32 -0500 Subject: [PATCH 2/2] feat(ui): updated package version --- packages/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/package.json b/packages/ui/package.json index f7a7730..51db95f 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -2,7 +2,7 @@ "name": "@eqtylab/equality", "description": "EQTYLab's component and token-based design system", "homepage": "https://equality.eqtylab.io/", - "version": "1.1.9", + "version": "1.2.0", "license": "Apache-2.0", "keywords": [ "component library",