File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export const settings: IComposeSettings<ICalloutType> = [
1010 borderColor : 'transparent' ,
1111 borderWidth : 0 ,
1212 borderRadius : 5 ,
13- directionalHint : 'bottonLeftEdge ' ,
13+ directionalHint : 'bottomLeftEdge ' ,
1414 } ,
1515 root : {
1616 style : {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export const settings: IComposeSettings<ICalloutType> = [
1010 beakWidth : 20 ,
1111 borderColor : 'bodyFrameBackground' ,
1212 borderWidth : 1 ,
13- directionalHint : 'bottonLeftEdge ' ,
13+ directionalHint : 'bottomLeftEdge ' ,
1414 gapSpace : 0 ,
1515 minPadding : 0 ,
1616 } ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export type DirectionalHint =
2222 | 'rightTopEdge'
2323 | 'rightCenter'
2424 | 'rightBottomEdge'
25- | 'bottonLeftEdge '
25+ | 'bottomLeftEdge '
2626 | 'bottomAutoEdge'
2727 | 'bottomCenter'
2828 | 'bottomRightEdge' ;
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ export interface NativeProps extends ViewProps {
3535 | 'rightTopEdge'
3636 | 'rightCenter'
3737 | 'rightBottomEdge'
38- | 'bottonLeftEdge '
38+ | 'bottomLeftEdge '
3939 | 'bottomAutoEdge'
4040 | 'bottomCenter'
4141 | 'bottomRightEdge' ,
42- 'bottonLeftEdge '
42+ 'bottomLeftEdge '
4343 > ;
4444 dismissBehaviors ?: string [ ] ;
4545 doNotTakePointerCapture ?: boolean ;
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export interface NativeProps extends ViewProps {
3131 | 'rightTopEdge'
3232 | 'rightCenter'
3333 | 'rightBottomEdge'
34- | 'bottonLeftEdge '
34+ | 'bottomLeftEdge '
3535 | 'bottomAutoEdge'
3636 | 'bottomCenter'
3737 | 'bottomRightEdge' ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { contextualMenuName } from './ContextualMenu.types';
88export const settings : IComposeSettings < ContextualMenuType > = [
99 {
1010 tokens : {
11- directionalHint : I18nManager . isRTL ? 'bottomRightEdge' : 'bottonLeftEdge ' ,
11+ directionalHint : I18nManager . isRTL ? 'bottomRightEdge' : 'bottomLeftEdge ' ,
1212 } ,
1313 container : {
1414 style : {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export const settings: IComposeSettings<ContextualMenuType> = [
1010 beakWidth : 20 ,
1111 borderColor : 'buttonBorder' ,
1212 borderWidth : 1 ,
13- directionalHint : 'bottonLeftEdge ' ,
13+ directionalHint : 'bottomLeftEdge ' ,
1414 gapSpace : 0 ,
1515 minPadding : 0 ,
1616 } ,
You can’t perform that action at this time.
0 commit comments