UIOnboarding
UIOnboarding copied to clipboard
Added configuration option for footer font weight
This PR introduces a new fontWeight property to UIOnboardingTextViewConfiguration, allowing client apps to customize the font weight of the onboarding footer label (e.g., set it to .semibold). The property is optional and defaults to .regular if not specified, ensuring backward compatibility.