Digital ACT191 story ONEAPP-7459 - Update VDS framework

This commit is contained in:
Scott Pfeil 2024-05-20 15:31:48 -04:00
parent 52101435cc
commit 6c5dcf6238
8 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@
import Foundation
import UIKit
import VDSTokens
import VDSCoreTokens
import Combine
/// A calendar is a monthly view that lets customers select a single date.

View File

@ -6,7 +6,7 @@
//
import UIKit
import VDSTokens
import VDSCoreTokens
final class CalendarDateViewCell: UICollectionViewCell {

View File

@ -6,7 +6,7 @@
//
import UIKit
import VDSTokens
import VDSCoreTokens
/// Footer view to show indicators data.
class CalendarFooterReusableView: UICollectionReusableView {

View File

@ -6,7 +6,7 @@
//
import UIKit
import VDSTokens
import VDSCoreTokens
/// Header view to display month and year along with days of week.
class CalendarHeaderReusableView: UICollectionReusableView {

View File

@ -1,6 +1,6 @@
import Foundation
import UIKit
import VDSTokens
import VDSCoreTokens
import Combine
/// A dropdown select is an expandable menu of predefined options that allows a customer to make a single selection.

View File

@ -7,7 +7,7 @@
import Foundation
import UIKit
import VDSTokens
import VDSCoreTokens
extension InputField {

View File

@ -7,7 +7,7 @@
import Foundation
import UIKit
import VDSTokens
import VDSCoreTokens
extension InputField {

View File

@ -7,7 +7,7 @@
import Foundation
import UIKit
import VDSTokens
import VDSCoreTokens
extension Tilelet {