diff --git a/ui/src/components/ContentMapper/index.scss b/ui/src/components/ContentMapper/index.scss index dbc864689..aba186d06 100644 --- a/ui/src/components/ContentMapper/index.scss +++ b/ui/src/components/ContentMapper/index.scss @@ -151,7 +151,7 @@ } .Table { border-left: 0 none; - min-height: inherit; + // min-height: inherit; .Table__body__row { // height: auto!important; // min-height: 80px; @@ -405,4 +405,14 @@ div .table-row { max-width: 230px; display: inline-flex; line-height: 1.2!important; -} \ No newline at end of file +} + +.custom-empty-state { + .Icon--original { + width: 207px !important; + height: auto !important; + max-width: 100%; + display: block; + margin: 0 auto; + } +} diff --git a/ui/src/components/ContentMapper/index.tsx b/ui/src/components/ContentMapper/index.tsx index 0d6c51ddb..f18bee009 100644 --- a/ui/src/components/ContentMapper/index.tsx +++ b/ui/src/components/ContentMapper/index.tsx @@ -2583,13 +2583,14 @@ const ContentMapper = forwardRef(({ handleStepChange }: contentMapperProps, ref: 0 ? [...tableData] : []} + data={[...tableData]} columns={columns} uniqueKey={'id'} isRowSelect // fullRowSelect itemStatusMap={itemStatusMap} - totalCounts={totalCounts} searchPlaceholder={tableSearchPlaceholder} fetchTableData={fetchData} loadMoreItems={loadMoreItems} @@ -2599,6 +2600,20 @@ const ContentMapper = forwardRef(({ handleStepChange }: contentMapperProps, ref: initialRowSelectedData={initialRowSelectedData} initialSelectedRowIds={rowIds} itemSize={80} + v2Features={{ + isNewEmptyState: true + }} + customEmptyState={ + No Fields available} + moduleIcon="NoSearchResult" + description="Try changing the search query to find what you are looking for." + version="v2" + testId="no-results-found-page" + className="custom-empty-state" + /> + } withExportCta={{ component: (
@@ -2669,7 +2684,6 @@ const ContentMapper = forwardRef(({ handleStepChange }: contentMapperProps, ref: className="mapper-emptystate" img={NoDataFound} actions={ - <> - } version="v2" testId="no-results-found-page" diff --git a/ui/src/components/Stepper/HorizontalStepper/HorizontalStepper.scss b/ui/src/components/Stepper/HorizontalStepper/HorizontalStepper.scss index f8549cec1..eda28826a 100644 --- a/ui/src/components/Stepper/HorizontalStepper/HorizontalStepper.scss +++ b/ui/src/components/Stepper/HorizontalStepper/HorizontalStepper.scss @@ -22,7 +22,7 @@ align-items: center; justify-content: center; position: relative; - flex: 0.6; + flex: 0.9; margin: 0; } @@ -82,14 +82,14 @@ } .connector { - height: 4px; + height: 4px; background-color: $color-brand-primary-base; flex-grow: 1; margin: 0; margin-bottom: 30px; border-radius: 4px; - margin-left: -40px; - margin-right: -40px; + margin-left: -80px; + margin-right: -80px; } .circle-title-wrapper { @@ -104,12 +104,12 @@ .disabled-connector { background-color: $color-base-gray-40; flex-grow: 1; - margin: 0; + margin: 0; margin-bottom: 30px; border-radius: 4px; height: 4px; - margin-left: -40px; - margin-right: -40px; + margin-left: -80px; + margin-right: -80px; } /******************* Custom Classes *******************/