vitamin-ios
vitamin-ios copied to clipboard
Decathlon Design System UI components for iOS & iPadOS applications
**Describe the bug** When using the setTitle function which is override on Vitamin: ```swift public override func setTitle(_ title: String?, for state: UIControl.State) { super.setTitle(title, for: state) applyNewTextStyle() } ```...
**Describe the bug** Button in UIKit implementation do not match the size of Buttons in Figma (see below). It might be linked to wrong padding and insets. New icon alone...
**Describe the bug** After the review of the `VitaminTextField` on UIKit, we identified some points to fix: - [ ] The helper text is too close to the bottom of...
**New component** Add dropdown component. **Documentation links** - [Documentation](https://www.decathlon.design/726f8c765/p/42d824-dropdown-beta) - [Figma](https://www.figma.com/file/cmZCNVet64UlDNnDDd4hDV/Vitamin---iOS-14-UI-kit-(v0)?node-id=821%3A2392)
**New component** Add modal component. **Documentation links** - [Documentation](https://www.decathlon.design/726f8c765/p/9596dd-modal-beta) - [Figma](https://www.figma.com/file/cmZCNVet64UlDNnDDd4hDV/Vitamin-iOS-14-UI-kit-v0?node-id=572%3A10056)
**New component** Add loader component. **Documentation links** - [Documentation](https://www.decathlon.design/726f8c765/p/09b561-loader-beta) - [Figma](https://www.figma.com/file/cmZCNVet64UlDNnDDd4hDV/Vitamin-iOS-14-UI-kit-v0?node-id=629%3A2601)
**New component** **Documentation links** - [Documentation](https://www.decathlon.design/726f8c765/p/79685a-skeleton-beta/b/122d98) - [Figma](https://www.figma.com/file/cmZCNVet64UlDNnDDd4hDV/Vitamin-iOS-14-UI-kit-v0?node-id=771%3A2393)
**New component** **Documentation links** - [Documentation](https://www.decathlon.design/726f8c765/p/19ec87-rating-beta) - [Figma](https://www.figma.com/file/WkGTfR63Nf2AGHSoRvEhWC/Vitamin---Android-UI-kit-(v0)?node-id=1422%3A3301)
**New component** Add alert component. **Documentation links** - [Documentation](https://www.decathlon.design/726f8c765/p/64b4b5-alert-beta/b/129609) - [Figma](https://www.figma.com/file/cmZCNVet64UlDNnDDd4hDV/Vitamin---iOS-14-UI-kit-(v0)?node-id=566%3A1839)
**Is your request related to a problem? Please describe.** - Change border variable to be more consistent **Describe the solution you'd like** **Additional context** - [FIGMA light theme](https://www.figma.com/file/idSDAVxzbZ15lwMvfAtSsH/Vitamin---Core-theme-(Light-mode)-(v0)?node-id=563%3A531) - [FIGMA...