File tree Expand file tree Collapse file tree 4 files changed +22
-14
lines changed
react-catalog-view-extension
react-core/src/components/Slider
react-virtualized-extension Expand file tree Collapse file tree 4 files changed +22
-14
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @patternfly/react-catalog-view-extension" ,
3+ <<<<<<< HEAD
34 "version" : " 4.92.55" ,
5+ =======
6+ "version" : " 4.92.35" ,
7+ >>>>>>> f94191928 (Chore: Rebase v5 (#8227))
48 "description" : " This library provides catalog view extensions for PatternFly 4 React." ,
59 "main" : " dist/js/index.js" ,
610 "module" : " dist/esm/index.js" ,
Original file line number Diff line number Diff line change @@ -416,16 +416,16 @@ export const Slider: React.FunctionComponent<SliderProps> = ({
416416 { buildSteps ( ) }
417417 </ div >
418418 ) }
419+ { isInputVisible && inputPosition === 'aboveThumb' && (
420+ < div className = { css ( styles . sliderValue , styles . modifiers . floating ) } > { displayInput ( ) } </ div >
421+ ) }
419422 { hasTooltipOverThumb ? (
420423 < Tooltip entryDelay = { 0 } content = { findAriaTextValue ( ) } >
421424 { thumbComponent }
422425 </ Tooltip >
423426 ) : (
424427 thumbComponent
425428 ) }
426- { isInputVisible && inputPosition === 'aboveThumb' && (
427- < div className = { css ( styles . sliderValue , styles . modifiers . floating ) } > { displayInput ( ) } </ div >
428- ) }
429429 </ div >
430430 { isInputVisible && inputPosition === 'right' && < div className = { css ( styles . sliderValue ) } > { displayInput ( ) } </ div > }
431431 { rightActions && < div className = { css ( styles . sliderActions ) } > { rightActions } </ div > }
Original file line number Diff line number Diff line change @@ -475,17 +475,6 @@ exports[`slider renders slider with input above thumb 1`] = `
475475 </div >
476476 </div >
477477 </div >
478- <div
479- aria-disabled = " false"
480- aria-label = " Value"
481- aria-valuemax = " 100"
482- aria-valuemin = " 0"
483- aria-valuenow = " 50"
484- aria-valuetext = " 50"
485- class = " pf-c-slider__thumb"
486- role = " slider"
487- tabindex = " 0"
488- />
489478 <div
490479 class = " pf-c-slider__value pf-m-floating"
491480 >
@@ -509,6 +498,17 @@ exports[`slider renders slider with input above thumb 1`] = `
509498 </span >
510499 </div >
511500 </div >
501+ <div
502+ aria-disabled = " false"
503+ aria-label = " Value"
504+ aria-valuemax = " 100"
505+ aria-valuemin = " 0"
506+ aria-valuenow = " 50"
507+ aria-valuetext = " 50"
508+ class = " pf-c-slider__thumb"
509+ role = " slider"
510+ tabindex = " 0"
511+ />
512512 </div >
513513 </div >
514514</DocumentFragment >
Original file line number Diff line number Diff line change 11{
22 "name" : " @patternfly/react-virtualized-extension" ,
3+ <<<<<<< HEAD
34 "version" : " 4.88.55" ,
5+ =======
6+ "version" : " 4.88.35" ,
7+ >>>>>>> f94191928 (Chore: Rebase v5 (#8227))
48 "description" : " This library provides efficient rendering extensions for PatternFly 4 React tables and lists." ,
59 "main" : " dist/js/index.js" ,
610 "module" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments