Skip to content

Commit 4e330bf

Browse files
committed
Merge remote-tracking branch 'powerbi/master'
2 parents 7ba2ffe + 1121c1a commit 4e330bf

File tree

7 files changed

+61
-19
lines changed

7 files changed

+61
-19
lines changed

demo/v2-demo/style/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,6 @@ a:hover, a:visited, a:link, a:active
504504
top: -2px;
505505
padding-right: 3px;
506506
right: 2px;
507-
object-fit: scale-down;
508507
}
509508

510509
.textAreaControl.regular img {

dist/powerbi-client.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.7.3 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.7.4 | (c) 2016 Microsoft Corporation MIT */
22
declare module "util" {
33
import { HttpPostMessage } from 'http-post-message';
44
/**
@@ -414,7 +414,7 @@ declare module "embed" {
414414
*/
415415
setComponentTitle(title: string): void;
416416
/**
417-
* Sets elements's tabindex attribute
417+
* Sets element's tabindex attribute
418418
*/
419419
setComponentTabIndex(tabIndex?: number): void;
420420
/**

dist/powerbi.js

Lines changed: 50 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)