* Update common files to build in a separate module
* Moving FluentTheme back to original location to help with diff
* Make DynamicColor internal again
* Remove `_DEPRECATED`
* Fix whitespace issues
* Reorganize all files to align with SPM standards
* Update scripts for new locations
* Restore podspec
* Fix SwiftUI demo app
* Updating docs, loc script, and readme
* Correct demos path for iOS
* Delete project/workspace for iOS, and update macOS
* Update package for version and tests on iOS
* Fix demo imports
* Update build script and docs
* Invoke xcodebuild as projects
* Update macOS targets to build properly
* Delete unused files
* Update version numbering script
* Add wide accessory view to ShyHeaderView
* change some text
* minor change
* PR feedback
* Rename wideAccessoryView to secondaryAccessoryView
* Rename wideContentStackView to secondaryContentStackView
---------
Co-authored-by: Huan Lu <huanlu@microsoft.com>
* Revert "Calculate Bottom Commanding header height instead of using constant (#2041)"
This reverts commit d298dacb9d.
* change headerTopMargin
* set alpha explicitly if not transitioning
* Ensure that TableViewHeaderFooterView has a themed default text color for attributedStrings
* Updates to apply default fluent style
* Remove unneeded cast
iOS 17 added new accessibility trait which custom control that now notify to users it is a toggle. BooleanCell is a custom UITableViewCell which we had our own accessibility strings to mimic OS behavior. We can eventually remove this custom string if all of our cells with uiswitch contains .toggleButton trait.
* TableViewHeaderFooterView should not override any font or color provided as part of the AttributedString (#1929)
* Update CommandBarButton.swift
* Update CommandBarButton.swift
* Command handled event should pass the event source in the handler
* Fix spacing
* Fix lint errors and make updates for some review comments
* Do not override font or color provided in the attributed string
* Fix spacing
* Fix update of titleView font
* Updates for PR feedback
* Only use attributed color and font when non-nil, otherwise use tokenset value
* Cleanup setup methods. Move all setup to setupBase(...) to ensure views are correctly recycled when reused.
* More cleanup
* fixups
* PR Updates
---------
Co-authored-by: owenconnolly <52223389+owenconnolly@users.noreply.github.com>