SIGN IN SIGN UP

Refactor TextView options into shared TextViewOptions struct and extend platform support

- Moved Options definition to a new cross-platform target STTextViewSwiftUICommon
- Introduced TextViewOptions replacing per-platform Options type
- Added platform-specific options (e.g., smart dashes, text replacement)
- Updated AppKit and UIKit TextView wrappers to apply relevant settings
- Updated Package.swift to include new dependency on STTextViewSwiftUICommon
M
Marcin Krzyzanowski committed
bedbcc33f476e969e6ebb400a147eb674a91a77b
Parent: 300e2e0