From fd2a2295e34ab88ca16495e7f086c129bbb61c24 Mon Sep 17 00:00:00 2001 From: Canhua Li Date: Wed, 14 Sep 2022 15:48:15 -0700 Subject: [PATCH] Merge website march22 to main branch (#7857) * Updating Bot Framework links (#6686) Co-authored-by: RahulAmlekar * Scenario cards + Website indentation fix (#6733) * Changed teams target version to 1.4 * added RTL scenario card * Added scenario card for tooltip and isEnabled * Added order confirmation scenario * Added flight update table scenario * Added restaurant order scenario card * Added app login scenario * Fixed indentation in schema explorer * Testing application login on the samples page * Added extended 1.5 scenario cards * Fixed boolean and duplicate id on cards * added flightupdatetable and restaurant order to ignored cards for .NET tests Co-authored-by: Canhua Li * Removing "Preview" from Viva Connections (#6791) Co-authored-by: Paul Campbell * Added blog posts for oct and nov (#6873) * Changed teams target version to 1.4 * Added october and november blog posts * fixed emojis * testing font weights for emoji * removed bold from emojis as not required to render Co-authored-by: Canhua Li Co-authored-by: almedina-ms <35784165+almedina-ms@users.noreply.github.com> * make columnsets clickable (#7042) Co-authored-by: Canhua Li * fix merge conflicts with berlin containers in adaptivecards-designer.ts * Convey Ctrl+M shortcut key to move out of code editor (#7072) * provide hint about ctrl+m toggling tab behavior * rephrase Co-authored-by: Pankaj Bhojwani Co-authored-by: Canhua Li * fixed same merge conflict in another commit * color fix (#7081) Co-authored-by: Pankaj Bhojwani * update headers (#7082) * Add title to iframe component in December 2019 blog post (#7083) * add title * spacing Co-authored-by: Pankaj Bhojwani * change text color (#7091) Co-authored-by: Pankaj Bhojwani * add aria label (#7090) Co-authored-by: Pankaj Bhojwani * update tab indices accordingly (#7119) Co-authored-by: Vsevolod * Adjust contrast on designer peer buttons (#7110) * Update role of 'Select Host App' combobox (#7118) Co-authored-by: root Co-authored-by: Vsevolod * Delete old samples that don't have latest features (causing accessibility issues) (#7106) * updates to samples * phone number regex * delete files instead Co-authored-by: Pankaj Bhojwani Co-authored-by: Vsevolod * removed carousel samples * fixed merge conflict line 8 of package.json * fix titles (#7130) Co-authored-by: Pankaj Bhojwani * fixed merge conflict in ADCIOSVisualizerUITests * add tooltip on initialization (#7126) * more titles to iframes (#7135) Co-authored-by: Pankaj Bhojwani * add alt text (#7131) Co-authored-by: Pankaj Bhojwani * use active border instead of white (#7122) * add landmark (#7145) * Use HTML lists for hyperlinks (#7127) * Use HTML lists for hyperlinks * consistent spacing in css file Co-authored-by: root Co-authored-by: Vsevolod Co-authored-by: PankajBhojwani * Add a caption to the table present in the 'help' dialog (#7149) * move keyboard shortcut text to caption * use innerText instead * don't let focus fall on card designer surface (#7153) * add 1 px left margin (#7142) * Add underline styling to hyperlinks (#7157) Co-authored-by: root Co-authored-by: Vsevolod * Allow footer hyperlinks to wrap (#7147) Co-authored-by: PankajBhojwani * Website updates (#7163) * Changed teams target version to 1.4 * Added october and november blog posts * fixed emojis * testing font weights for emoji * removed bold from emojis as not required to render * added blogs posts * fixed video titles * updated roadmap links * removed repeated sentence Co-authored-by: Canhua Li * [JS] Remove `role='menubar'` and `role='menuitem'` from `ActionCollection` (#6763) Fixes #6425 Fixes #6019 Related #4859 * sync loc file * more package-locks * cherry pick 646503bcbdf283dff92a72f388b251bb19235d7c * return focus after closing (#7155) * final cherry picks for 5e0f39fe414829e776a101b76ea2fa0045b5a7c1 and 67187d08d3c1c02ec87d3729e202ea7de074ec94 * update designer * revert package-lock.json changes Co-authored-by: Rahul Amlekar Co-authored-by: RahulAmlekar Co-authored-by: J.P. Roca Co-authored-by: Siddharth Gulati <62313299+SidGulatiMsft@users.noreply.github.com> Co-authored-by: Paul Campbell Co-authored-by: almedina-ms <35784165+almedina-ms@users.noreply.github.com> Co-authored-by: Roy Nehoran Co-authored-by: naramaka <65971640+naramaka@users.noreply.github.com> Co-authored-by: PankajBhojwani Co-authored-by: Pankaj Bhojwani Co-authored-by: Will Shown Co-authored-by: Vsevolod Co-authored-by: Carlos Zamora Co-authored-by: root --- .../adaptivecards-designer/src/adaptivecards-designer.css | 2 +- .../nodejs/adaptivecards-designer/src/adaptivecards-designer.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/nodejs/adaptivecards-designer/src/adaptivecards-designer.css b/source/nodejs/adaptivecards-designer/src/adaptivecards-designer.css index 8a5fb120f7..ca13ef8be4 100644 --- a/source/nodejs/adaptivecards-designer/src/adaptivecards-designer.css +++ b/source/nodejs/adaptivecards-designer/src/adaptivecards-designer.css @@ -196,7 +196,7 @@ } .acd-dialog-frame { - background-color: white; + background-color: ActiveBorder; display: flex; flex-direction: column; box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.4); diff --git a/source/nodejs/adaptivecards-designer/src/adaptivecards-designer.ts b/source/nodejs/adaptivecards-designer/src/adaptivecards-designer.ts index bf23545d0c..d63ae7548a 100644 --- a/source/nodejs/adaptivecards-designer/src/adaptivecards-designer.ts +++ b/source/nodejs/adaptivecards-designer/src/adaptivecards-designer.ts @@ -11,7 +11,7 @@ export const defaultMicrosoftHosts: containers.HostContainer[] = [ new containers.OutlookContainer("Outlook Actionable Messages", "containers/outlook-container.css"), new containers.DarkTeamsContainer("Microsoft Teams - Dark", "containers/teams-container-dark.css"), new containers.LightTeamsContainer("Microsoft Teams - Light", "containers/teams-container-light.css"), - new containers.DarkVivaConnectionsContainer("Viva Connections - Dark (Preview)", "containers/viva-connections-container-dark.css"), + new containers.DarkVivaConnectionsContainer("Viva Connections - Dark", "containers/viva-connections-container-dark.css"), new containers.LightVivaConnectionsContainer("Viva Connections - Light", "containers/viva-connections-container-light.css"), new containers.DarkCortanaContainer("Cortana Skills - Dark", "containers/cortana-container-dark.css"), new containers.LightCortanaContainer("Cortana Skills - Light", "containers/cortana-container-light.css"),