Skip to content

Commit

Permalink
Merge website march22 to main branch (#7857)
Browse files Browse the repository at this point in the history
* Updating Bot Framework links (#6686)

Co-authored-by: RahulAmlekar <[email protected]>

* 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 <[email protected]>

* Removing "Preview" from Viva Connections (#6791)

Co-authored-by: Paul Campbell <[email protected]>

* 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 <[email protected]>
Co-authored-by: almedina-ms <[email protected]>

* make columnsets clickable (#7042)

Co-authored-by: Canhua Li <[email protected]>

* 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 <[email protected]>
Co-authored-by: Canhua Li <[email protected]>

* fixed same merge conflict in another commit

* color fix (#7081)

Co-authored-by: Pankaj Bhojwani <[email protected]>

* update headers (#7082)

* Add title to iframe component in December 2019 blog post (#7083)

* add title

* spacing

Co-authored-by: Pankaj Bhojwani <[email protected]>

* change text color (#7091)

Co-authored-by: Pankaj Bhojwani <[email protected]>

* add aria label (#7090)

Co-authored-by: Pankaj Bhojwani <[email protected]>

* update tab indices accordingly (#7119)

Co-authored-by: Vsevolod <[email protected]>

* Adjust contrast on designer peer buttons (#7110)

* Update role of 'Select Host App' combobox (#7118)

Co-authored-by: root <[email protected]>
Co-authored-by: Vsevolod <[email protected]>

* 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 <[email protected]>
Co-authored-by: Vsevolod <[email protected]>

* removed carousel samples

* fixed merge conflict line 8 of package.json

* fix titles (#7130)

Co-authored-by: Pankaj Bhojwani <[email protected]>

* fixed merge conflict in ADCIOSVisualizerUITests

* add tooltip on initialization (#7126)

* more titles to iframes (#7135)

Co-authored-by: Pankaj Bhojwani <[email protected]>

* add alt text (#7131)

Co-authored-by: Pankaj Bhojwani <[email protected]>

* 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 <[email protected]>
Co-authored-by: Vsevolod <[email protected]>
Co-authored-by: PankajBhojwani <[email protected]>

* 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 <[email protected]>
Co-authored-by: Vsevolod <[email protected]>

* Allow footer hyperlinks to wrap (#7147)

Co-authored-by: PankajBhojwani <[email protected]>

* 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 <[email protected]>

* [JS] Remove `role='menubar'` and `role='menuitem'` from `ActionCollection` (#6763)

Fixes #6425
Fixes #6019
Related #4859

* sync loc file

* more package-locks

* cherry pick 646503b

* return focus after closing (#7155)

* final cherry picks for 5e0f39f and 67187d0

* update designer

* revert package-lock.json changes

Co-authored-by: Rahul Amlekar <[email protected]>
Co-authored-by: RahulAmlekar <[email protected]>
Co-authored-by: J.P. Roca <[email protected]>
Co-authored-by: Siddharth Gulati <[email protected]>
Co-authored-by: Paul Campbell <[email protected]>
Co-authored-by: almedina-ms <[email protected]>
Co-authored-by: Roy Nehoran <[email protected]>
Co-authored-by: naramaka <[email protected]>
Co-authored-by: PankajBhojwani <[email protected]>
Co-authored-by: Pankaj Bhojwani <[email protected]>
Co-authored-by: Will Shown <[email protected]>
Co-authored-by: Vsevolod <[email protected]>
Co-authored-by: Carlos Zamora <[email protected]>
Co-authored-by: root <[email protected]>
  • Loading branch information
15 people authored Sep 14, 2022
1 parent 937259e commit fd2a229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit fd2a229

Please sign in to comment.