Skip to content

Commit ef6e2c0

Browse files
Remove scrollContentLayer input
1 parent 1c3b20f commit ef6e2c0

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

Sources/StitchSchemaKit/V28/Node/Layer/LayerNodeEntity_V28.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ public enum LayerNodeEntity_V28: StitchSchemaVersionable {
151151
public var materialThicknessPort: LayerInputEntity
152152

153153
// Layer scroll
154-
public var scrollContentLayerPort: LayerInputEntity
155154
public var scrollContentSizePort: LayerInputEntity
156155

157156
public var scrollXEnabledPort: LayerInputEntity
@@ -288,7 +287,6 @@ public enum LayerNodeEntity_V28: StitchSchemaVersionable {
288287
deviceAppearancePort: LayerInputEntity,
289288
materialThicknessPort: LayerInputEntity,
290289

291-
scrollContentLayerPort: LayerInputEntity,
292290
scrollContentSizePort: LayerInputEntity,
293291
scrollXEnabledPort: LayerInputEntity,
294292
scrollJumpToXStylePort: LayerInputEntity,
@@ -425,8 +423,6 @@ public enum LayerNodeEntity_V28: StitchSchemaVersionable {
425423
self.offsetInGroupPort = offsetInGroupPort
426424

427425
// Scroll layer inputs
428-
429-
self.scrollContentLayerPort = scrollContentLayerPort
430426
self.scrollContentSizePort = scrollContentSizePort
431427

432428
self.scrollXEnabledPort = scrollXEnabledPort
@@ -570,7 +566,6 @@ extension LayerNodeEntity_V28.LayerNodeEntity: StitchVersionedCodable {
570566

571567

572568
// TODO: remove migraton after version 28
573-
scrollContentLayerPort: .createEmpty(),
574569
scrollContentSizePort: .createEmpty(),
575570

576571
scrollXEnabledPort: .createEmpty(),

Sources/StitchSchemaKit/V28/NodePort/Layer/LayerInputPort_V28.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ public enum LayerInputPort_V28: StitchSchemaVersionable {
158158
case deviceAppearance
159159

160160
// Layer scroll
161-
case scrollContentLayer
162161
case scrollContentSize
163162

164163
case scrollXEnabled

0 commit comments

Comments
 (0)