Skip to content

Commit 3e7f9db

Browse files
committed
Optimizations
1 parent a040a7a commit 3e7f9db

File tree

8 files changed

+309
-462
lines changed

8 files changed

+309
-462
lines changed

dist/azure-maps-fullscreen-control.js

Lines changed: 145 additions & 211 deletions
Large diffs are not rendered by default.

dist/azure-maps-fullscreen-control.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/control/FullscreenControl.ts

Lines changed: 160 additions & 189 deletions
Large diffs are not rendered by default.

src/control/FullscreenControlOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export interface FullscreenControlOptions {
55

66
/**
77
* The style of the control. Can be; light, dark, auto, or any CSS3 color. When set to auto, the style will change based on the map style.
8-
* Default `light'.
8+
* Overridden if device is in high contrast mode.
99
* @default light
1010
*/
1111
style?: azmaps.ControlStyle | string;

src/control/FullscreenTranslation.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/helpers/Utils.ts

Lines changed: 0 additions & 45 deletions
This file was deleted.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typeRoots": [ "./types", "./node_modules/@types"]
2121
},
2222
"include": [
23-
"src/**/*", "types/flubber.d.ts"
23+
"src/**/*"
2424
],
2525
"exclude": [
2626
"node_modules",

typings/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ declare namespace atlas {
4747

4848
/**
4949
* The style of the control. Can be; light, dark, auto, or any CSS3 color. When set to auto, the style will change based on the map style.
50-
* Default `light'.
50+
* Overridden if device is in high contrast mode.
5151
* @default light
5252
*/
5353
style?: azmaps.ControlStyle | string;

0 commit comments

Comments
 (0)