File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export const settings: IComposeSettings<ICalloutType> = [
10
10
borderColor : 'transparent' ,
11
11
borderWidth : 0 ,
12
12
borderRadius : 5 ,
13
- directionalHint : 'bottonLeftEdge ' ,
13
+ directionalHint : 'bottomLeftEdge ' ,
14
14
} ,
15
15
root : {
16
16
style : {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export const settings: IComposeSettings<ICalloutType> = [
10
10
beakWidth : 20 ,
11
11
borderColor : 'bodyFrameBackground' ,
12
12
borderWidth : 1 ,
13
- directionalHint : 'bottonLeftEdge ' ,
13
+ directionalHint : 'bottomLeftEdge ' ,
14
14
gapSpace : 0 ,
15
15
minPadding : 0 ,
16
16
} ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export type DirectionalHint =
22
22
| 'rightTopEdge'
23
23
| 'rightCenter'
24
24
| 'rightBottomEdge'
25
- | 'bottonLeftEdge '
25
+ | 'bottomLeftEdge '
26
26
| 'bottomAutoEdge'
27
27
| 'bottomCenter'
28
28
| 'bottomRightEdge' ;
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ export interface NativeProps extends ViewProps {
35
35
| 'rightTopEdge'
36
36
| 'rightCenter'
37
37
| 'rightBottomEdge'
38
- | 'bottonLeftEdge '
38
+ | 'bottomLeftEdge '
39
39
| 'bottomAutoEdge'
40
40
| 'bottomCenter'
41
41
| 'bottomRightEdge' ,
42
- 'bottonLeftEdge '
42
+ 'bottomLeftEdge '
43
43
> ;
44
44
dismissBehaviors ?: string [ ] ;
45
45
doNotTakePointerCapture ?: boolean ;
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export interface NativeProps extends ViewProps {
31
31
| 'rightTopEdge'
32
32
| 'rightCenter'
33
33
| 'rightBottomEdge'
34
- | 'bottonLeftEdge '
34
+ | 'bottomLeftEdge '
35
35
| 'bottomAutoEdge'
36
36
| 'bottomCenter'
37
37
| 'bottomRightEdge' ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { contextualMenuName } from './ContextualMenu.types';
8
8
export const settings : IComposeSettings < ContextualMenuType > = [
9
9
{
10
10
tokens : {
11
- directionalHint : I18nManager . isRTL ? 'bottomRightEdge' : 'bottonLeftEdge ' ,
11
+ directionalHint : I18nManager . isRTL ? 'bottomRightEdge' : 'bottomLeftEdge ' ,
12
12
} ,
13
13
container : {
14
14
style : {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export const settings: IComposeSettings<ContextualMenuType> = [
10
10
beakWidth : 20 ,
11
11
borderColor : 'buttonBorder' ,
12
12
borderWidth : 1 ,
13
- directionalHint : 'bottonLeftEdge ' ,
13
+ directionalHint : 'bottomLeftEdge ' ,
14
14
gapSpace : 0 ,
15
15
minPadding : 0 ,
16
16
} ,
You can’t perform that action at this time.
0 commit comments