chore(Cross): [IOAPPX-362,IOAPPX-364] Replace TypographyFactory
with IOText
+ Add support for Bold Text
a11y setting
#11623
Annotations
10 errors and 1 warning
ts/components/BonusCard/BonusCard.tsx#L67
Type '{ children: string; weight: "Regular"; fontSize: string; style: { textAlign: "center"; }; }' is not assignable to type 'IntrinsicAttributes & (LabelProps & RefAttributes<View>)'.
|
ts/components/BonusCard/BonusCardCounter.tsx#L52
Type '{ children: string; weight: "Regular"; fontSize: string; style: { textAlign: "center"; }; }' is not assignable to type 'IntrinsicAttributes & (LabelProps & RefAttributes<View>)'.
|
ts/components/PagoPATestIndicator.tsx#L28
'fontSize' is specified more than once, so this usage will be overwritten.
|
ts/components/PagoPATestIndicator.tsx#L31
Expected 3-6 arguments, but got 1.
|
ts/components/PreferencesListItem.tsx#L48
Type '{ children: Element; weight: string; color: "bluegrey"; accessibilityRole: "link"; accessibilityHint: string; onPress: () => void; }' is not assignable to type 'IntrinsicAttributes & Omit<IOTextProps, "size" | "style" | "color" | "fontStyle" | "weight" | "lineHeight" | "font"> & { textStyle?: IOTextStyle | undefined; style?: IOTextStyle | undefined; } & { ...; } & RefAttributes<...>'.
|
ts/components/cie/CieNotSupported.tsx#L61
Type '({ alignSelf: "center"; } | { textAlign: string; })[]' has no properties in common with type 'IOTextStyle'.
|
ts/components/core/typography/ComposedBodyFromArray.tsx#L35
Type '{ children: string | ReactElement<any, string | JSXElementConstructor<any>>; id?: string | undefined; disabled?: boolean | undefined; ... 60 more ...; key: Key; }' is not assignable to type 'IntrinsicAttributes & (BodyStyleProps & RefAttributes<View>)'.
|
ts/components/debug/DebugDataIndicator.tsx#L58
'fontSize' is specified more than once, so this usage will be overwritten.
|
ts/components/debug/DebugDataIndicator.tsx#L61
Expected 3-6 arguments, but got 1.
|
ts/components/screens/__tests__/WizardScreen.test.tsx#L13
Type '"abacus"' is not assignable to type '"key" | "message" | "notification" | "payments" | "cie" | "success" | "time" | "qrCode" | "security" | "attachment" | "help" | "identity" | "processing" | "completed" | "empty" | ... 47 more ... | "flyingMessage"'.
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab, actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading