diff --git a/projects/dxc-ngx-cdk/src/lib/dxc-list/dxc-list.component.scss b/projects/dxc-ngx-cdk/src/lib/dxc-list/dxc-list.component.scss
index e73cab1eb..b7ee8fccd 100644
--- a/projects/dxc-ngx-cdk/src/lib/dxc-list/dxc-list.component.scss
+++ b/projects/dxc-ngx-cdk/src/lib/dxc-list/dxc-list.component.scss
@@ -10,7 +10,6 @@
.leftMenuItem:hover .btn-link-list,
.highlightsection .btn-link-list {
box-shadow: 0 2px 0 0px var(--high-light-text-color) !important;
- position: relative;
}
.highlightsection {
@@ -33,7 +32,7 @@
float: right;
position: absolute;
right: 0px;
- top: 0px;
+ top: 11px;
}
.badge-space{
diff --git a/projects/dxc-ngx-cdk/src/public-api.ts b/projects/dxc-ngx-cdk/src/public-api.ts
index aa5211aa1..d5e7972a2 100644
--- a/projects/dxc-ngx-cdk/src/public-api.ts
+++ b/projects/dxc-ngx-cdk/src/public-api.ts
@@ -266,5 +266,9 @@ export * from './lib/models/localstorage/storage-serializer';
export * from './lib/helpers/localstorage/storage-config';
export * from './lib/helpers/localstorage/storage-serializer';
export * from './lib/helpers/date/date-helper';
-
-export * from "./lib/dxc-lib.module";
\ No newline at end of file
+export * from "./lib/dxc-lib.module";
+export * from "./lib/dxc-cron-editor/dxc-cron-editor.module"
+export * from "./lib/dxc-cron-editor/cronoptions";
+export * from './lib/dxc-cron-editor/enums';
+export * from './lib/dxc-cron-editor/dxc-cron-editor.component';
+export * from './lib/dxc-cron-editor/dxc-time-picker/dxc-time-picker.component';
\ No newline at end of file