chore(Cross): [IOAPPX-358] Updates io-app-design-system
for accessibility improvements
#11551
Annotations
10 errors and 1 warning
ts/features/design-system/core/DSListItems.tsx#L178
Property 'accessibilityLabel' is missing in type '{ value: string; onPress: () => void; }' but required in type '{ value: ReactNode; description?: ReactNode; withoutIcon?: boolean | undefined; onPress: (event: GestureResponderEvent) => void; accessibilityLabel: string; }'.
|
ts/features/design-system/core/DSListItems.tsx#L180
Property 'accessibilityLabel' is missing in type '{ value: string; description: string; onPress: () => void; }' but required in type '{ value: ReactNode; description?: ReactNode; withoutIcon?: boolean | undefined; onPress: (event: GestureResponderEvent) => void; accessibilityLabel: string; }'.
|
ts/features/design-system/core/DSListItems.tsx#L186
Property 'accessibilityLabel' is missing in type '{ withoutIcon: true; value: string; onPress: () => void; }' but required in type '{ value: ReactNode; description?: ReactNode; withoutIcon?: boolean | undefined; onPress: (event: GestureResponderEvent) => void; accessibilityLabel: string; }'.
|
ts/features/design-system/core/DSListItems.tsx#L188
Property 'accessibilityLabel' is missing in type '{ withoutIcon: true; value: string; description: string; onPress: () => void; }' but required in type '{ value: ReactNode; description?: ReactNode; withoutIcon?: boolean | undefined; onPress: (event: GestureResponderEvent) => void; accessibilityLabel: string; }'.
|
ts/features/design-system/core/DSListItems.tsx#L200
Property 'accessibilityLabel' is missing in type '{ label: string; value: string; onPress: () => void; }' but required in type '{ label: string; value: ReactNode; numberOfLines?: number | undefined; onPress: (event: GestureResponderEvent) => void; icon?: "key" | "phone" | "email" | ... 193 more ... | undefined; accessibilityLabel: string; }'.
|
ts/features/design-system/core/DSListItems.tsx#L206
Property 'accessibilityLabel' is missing in type '{ label: string; value: string; onPress: () => void; icon: "institution"; }' but required in type '{ label: string; value: ReactNode; numberOfLines?: number | undefined; onPress: (event: GestureResponderEvent) => void; icon?: "key" | "phone" | "email" | ... 193 more ... | undefined; accessibilityLabel: string; }'.
|
ts/features/design-system/core/DSListItems.tsx#L213
Property 'accessibilityLabel' is missing in type '{ label: string; value: string; onPress: () => void; icon: "creditCard"; }' but required in type '{ label: string; value: ReactNode; numberOfLines?: number | undefined; onPress: (event: GestureResponderEvent) => void; icon?: "key" | "phone" | "email" | ... 193 more ... | undefined; accessibilityLabel: string; }'.
|
ts/features/design-system/core/DSListItems.tsx#L220
Property 'accessibilityLabel' is missing in type '{ label: string; value: string; onPress: () => void; }' but required in type '{ label: string; value: ReactNode; numberOfLines?: number | undefined; onPress: (event: GestureResponderEvent) => void; icon?: "key" | "phone" | "email" | ... 193 more ... | undefined; accessibilityLabel: string; }'.
|
ts/features/design-system/core/DSListItems.tsx#L231
Property 'accessibilityLabel' is missing in type '{ variant: "primary"; label: string; onPress: () => void; }' but required in type '{ label: string; variant: "primary" | "danger"; onPress: (event: GestureResponderEvent) => void; icon?: "key" | "phone" | "email" | "pec" | "amount" | "tag" | ... 190 more ... | undefined; accessibilityLabel: string; }'.
|
ts/features/design-system/core/DSListItems.tsx#L236
Property 'accessibilityLabel' is missing in type '{ variant: "primary"; icon: "website"; label: string; onPress: () => void; }' but required in type '{ label: string; variant: "primary" | "danger"; onPress: (event: GestureResponderEvent) => void; icon?: "key" | "phone" | "email" | "pec" | "amount" | "tag" | ... 190 more ... | undefined; accessibilityLabel: string; }'.
|
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