Screen Recording 2024-11-06 at 5.34.42P...

@shikharTS @Aditya Is there a way to make background of NLQ Search bar persistent . Here is the recording of the session https://drive.google.com/file/d/1lhhysQSko7wDhbq25L2WwZDWVCaw5EWJ/view?usp=sharing And If I am applying this style "--ts-var-sage-bar-header-background-color" : "#0B51B7", I am getting
Object literal may only specify known properties, and '"--ts-var-sage-bar-header-background-color"' does not exist in type 'CustomCssVariables'.ts(2353) (property) "--ts-var-sage-bar-header-background-color": string Is the css property changed for this ?
13 Replies
shikharTS
shikharTS4mo ago
@jbc can you check this?
utsav.kapoor
utsav.kapoor4mo ago
@Mohsin Manzoor Bhat = What is the version of SDK you are using ? Also can you try this variable in SDK Playground ?
Mohsin Manzoor Bhat
Hi @utsav.kapoor Here is the version "@thoughtspot/visual-embed-sdk": "^1.32.8", I tried in Playground also. There also it's showing same behaviour. I have show that in above recording. @shikharTS @utsav.kapoor @Aditya Can we please schedule a call today. Next week we are heading for customer release so I need to fix this issues and that New user Demo issue today. Please let me know when you are available
utsav.kapoor
utsav.kapoor4mo ago
@Mohsin Manzoor Bhat - Sure. We can schedule a call. We are in PST timezone. Can you open a support ticket so we can co-ordinate the time ? We will include the relevant team also in the call @Mourya Balabhadra - Adding you so you are aware
Mohsin Manzoor Bhat
@utsav.kapoor Here is the case number 00377331 Please schedule meeting anytime on Monday
utsav.kapoor
utsav.kapoor4mo ago
@Mohsin Manzoor Bhat - We actually found out that this is a regression. For the meantime, can you use unstable CSS for this while the team fixes the issue ?
Mohsin Manzoor Bhat
Unstable CSS for this border issue ? The one for that demo to users upon landing if fixed by support ticekt.
utsav.kapoor
utsav.kapoor4mo ago
@Mohsin Manzoor Bhat - Fix will take sometime to be patched on your cluster. In the meantime, we can fix this issue by providing a workaround using unstable CSS. @Mourya Balabhadra - Can you send the code for the workaround ?
Mohsin Manzoor Bhat
Sure. Please do share
Mourya Balabhadra
Can you try this workaround rules_UNSTABLE: { '.eureka-search-bar-modulesageEmbedSearchBarWrapper': { 'background-color': 'green', // background color override 'border-radius': '.5714285714rem' // reducing the bigger border radius }, '.eureka-modulesageSearchBarContainer > *': { 'padding': '24px', } },
Mohsin Manzoor Bhat
Thank You for the code. We have not released without this. But I will try it , we can use in future release. Any ETA on when this issue will be fixed ?
utsav.kapoor
utsav.kapoor4mo ago
We have fixed it internally. We can also provide a patch for you. What version your cluster is on ?
Joe
Joe4mo ago
This would be fixed in 10.4.0 , tentative last week of November

Did you find this page helpful?