Skip to content

Commit 21bdb81

Browse files
committed
WIP
1 parent 0ec5f54 commit 21bdb81

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+46
-46
lines changed

Sources/Introspect.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#if !os(watchOS)
2-
import SwiftUI
2+
public import SwiftUI
33

44
/// The scope of introspection i.e. where introspect should look to find
55
/// the desired target view relative to the applied `.introspect(...)`

Sources/PlatformView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#if !os(watchOS)
2-
import SwiftUI
2+
public import SwiftUI
33

44
#if canImport(UIKit)
55
public typealias PlatformView = UIView

Sources/ViewTypes/ColorPicker.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#if !os(watchOS)
2-
import SwiftUI
2+
public import SwiftUI
33

44
/// An abstract representation of the `ColorPicker` type in SwiftUI.
55
///

Sources/ViewTypes/DatePicker.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#if !os(watchOS)
2-
import SwiftUI
2+
public import SwiftUI
33

44
/// An abstract representation of the `DatePicker` type in SwiftUI.
55
///

Sources/ViewTypes/DatePickerWithCompactStyle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#if !os(watchOS)
2-
import SwiftUI
2+
public import SwiftUI
33

44
/// An abstract representation of the `DatePicker` type in SwiftUI, with `.compact` style.
55
///

Sources/ViewTypes/DatePickerWithGraphicalStyle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#if !os(watchOS)
2-
import SwiftUI
2+
public import SwiftUI
33

44
/// An abstract representation of the `DatePicker` type in SwiftUI, with `.graphical` style.
55
///

Sources/ViewTypes/DatePickerWithWheelStyle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#if !os(watchOS)
2-
import SwiftUI
2+
public import SwiftUI
33

44
/// An abstract representation of the `DatePicker` type in SwiftUI, with `.wheel` style.
55
///

Sources/ViewTypes/Form.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#if !os(watchOS)
2-
import SwiftUI
2+
public import SwiftUI
33

44
/// An abstract representation of the `Form` type in SwiftUI.
55
///

Sources/ViewTypes/FormWithGroupedStyle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#if !os(watchOS)
2-
import SwiftUI
2+
public import SwiftUI
33

44
/// An abstract representation of the `Form` type in SwiftUI, with `.grouped` style.
55
///

Sources/ViewTypes/FullScreenCover.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#if !os(watchOS)
2-
import SwiftUI
2+
public import SwiftUI
33

44
/// An abstract representation of `.fullScreenCover` in SwiftUI.
55
///

0 commit comments

Comments
 (0)