From f854d55352bc1a8febb5b7c702efdd15638c2ff3 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Fri, 22 Aug 2025 11:51:53 +0100 Subject: [PATCH] fix: include LabelValue in the default bundle (sync) --- framework/core/js/src/common/common.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/core/js/src/common/common.ts b/framework/core/js/src/common/common.ts index 82a6dc861..fb16148cd 100644 --- a/framework/core/js/src/common/common.ts +++ b/framework/core/js/src/common/common.ts @@ -63,6 +63,7 @@ import './components/FieldSet'; import './components/Select'; import './components/Navigation'; import './components/Alert'; +import './components/LabelValue'; import './components/Link'; import './components/LinkButton'; import './components/Checkbox';