SharePanelInternally: Add render image inside drawer with customization (#97179)

This commit is contained in:
Juan Cabanas
2024-12-18 16:32:41 -03:00
committed by GitHub
parent 62b326a08c
commit 2c3c06e00f
11 changed files with 450 additions and 65 deletions

View File

@@ -697,6 +697,26 @@ export const versionedPages = {
copyUrlButton: {
'11.3.0': 'data-testid share internally copy url button',
},
SharePanel: {
preview: {
'11.5.0': 'data-testid share panel internally image generation preview',
},
widthInput: {
'11.5.0': 'data-testid share panel internally width input',
},
heightInput: {
'11.5.0': 'data-testid share panel internally height input',
},
scaleFactorInput: {
'11.5.0': 'data-testid share panel internally scale factor input',
},
generateImageButton: {
'11.5.0': 'data-testid share panel internally generate image button',
},
downloadImageButton: {
'11.5.0': 'data-testid share panel internally download image button',
},
},
},
ShareExternally: {
container: {