@shortkitsdk/react-native 0.2.35 → 0.2.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/android/build.gradle.kts +8 -0
  2. package/android/libs/shortkit-release.aar +0 -0
  3. package/android/src/main/java/com/shortkit/reactnative/ReactCarouselOverlayHost.kt +94 -46
  4. package/android/src/main/java/com/shortkit/reactnative/ReactOverlayHost.kt +46 -7
  5. package/android/src/main/java/com/shortkit/reactnative/ReactVideoCarouselOverlayHost.kt +233 -27
  6. package/android/src/main/java/com/shortkit/reactnative/ShortKitBridge.kt +151 -1
  7. package/android/src/main/java/com/shortkit/reactnative/ShortKitFeedView.kt +135 -6
  8. package/android/src/main/java/com/shortkit/reactnative/ShortKitFeedViewManager.kt +15 -0
  9. package/android/src/main/java/com/shortkit/reactnative/ShortKitModule.kt +21 -11
  10. package/android/src/test/java/com/shortkit/reactnative/ReactCarouselOverlayHostEmitTest.kt +134 -0
  11. package/android/src/test/java/com/shortkit/reactnative/ReactOverlayHostDragTest.kt +45 -0
  12. package/android/src/test/java/com/shortkit/reactnative/ReactVideoCarouselOverlayHostDragTest.kt +69 -0
  13. package/android/src/test/java/com/shortkit/reactnative/ReactVideoCarouselOverlayHostEmitTest.kt +144 -0
  14. package/android/src/test/java/com/shortkit/reactnative/ShortKitFeedViewActivePropTest.kt +57 -0
  15. package/ios/ReactOverlayHost.swift +10 -8
  16. package/ios/ReactVideoCarouselOverlayHost.swift +6 -5
  17. package/ios/ShortKitBridge.swift +18 -0
  18. package/ios/ShortKitModule.mm +5 -0
  19. package/ios/ShortKitPlayerNativeView.swift +36 -0
  20. package/ios/ShortKitSDK.xcframework/Info.plist +5 -5
  21. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Info.plist +2 -2
  22. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.abi.json +932 -84
  23. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +26 -2
  24. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  25. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftinterface +26 -2
  26. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/ShortKitSDK +0 -0
  27. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/_CodeSignature/CodeResources +9 -9
  28. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Info.plist +2 -2
  29. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +932 -84
  30. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +26 -2
  31. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  32. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +26 -2
  33. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +932 -84
  34. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +26 -2
  35. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  36. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +26 -2
  37. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
  38. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/_CodeSignature/CodeResources +17 -17
  39. package/package.json +1 -1
  40. package/src/ShortKitCommands.ts +20 -0
  41. package/src/ShortKitFeed.tsx +21 -0
  42. package/src/specs/NativeShortKitModule.ts +10 -0
  43. package/src/types.ts +35 -0
@@ -20078,6 +20078,257 @@
20078
20078
  }
20079
20079
  ]
20080
20080
  },
20081
+ {
20082
+ "kind": "TypeDecl",
20083
+ "name": "VideoCarouselCellLongPressState",
20084
+ "printedName": "VideoCarouselCellLongPressState",
20085
+ "children": [
20086
+ {
20087
+ "kind": "Var",
20088
+ "name": "began",
20089
+ "printedName": "began",
20090
+ "children": [
20091
+ {
20092
+ "kind": "TypeFunc",
20093
+ "name": "Function",
20094
+ "printedName": "(ShortKitSDK.VideoCarouselCellLongPressState.Type) -> ShortKitSDK.VideoCarouselCellLongPressState",
20095
+ "children": [
20096
+ {
20097
+ "kind": "TypeNominal",
20098
+ "name": "VideoCarouselCellLongPressState",
20099
+ "printedName": "ShortKitSDK.VideoCarouselCellLongPressState",
20100
+ "usr": "s:11ShortKitSDK31VideoCarouselCellLongPressStateO"
20101
+ },
20102
+ {
20103
+ "kind": "TypeNominal",
20104
+ "name": "Metatype",
20105
+ "printedName": "ShortKitSDK.VideoCarouselCellLongPressState.Type",
20106
+ "children": [
20107
+ {
20108
+ "kind": "TypeNominal",
20109
+ "name": "VideoCarouselCellLongPressState",
20110
+ "printedName": "ShortKitSDK.VideoCarouselCellLongPressState",
20111
+ "usr": "s:11ShortKitSDK31VideoCarouselCellLongPressStateO"
20112
+ }
20113
+ ]
20114
+ }
20115
+ ]
20116
+ }
20117
+ ],
20118
+ "declKind": "EnumElement",
20119
+ "usr": "s:11ShortKitSDK31VideoCarouselCellLongPressStateO5beganyA2CmF",
20120
+ "mangledName": "$s11ShortKitSDK31VideoCarouselCellLongPressStateO5beganyA2CmF",
20121
+ "moduleName": "ShortKitSDK"
20122
+ },
20123
+ {
20124
+ "kind": "Var",
20125
+ "name": "ended",
20126
+ "printedName": "ended",
20127
+ "children": [
20128
+ {
20129
+ "kind": "TypeFunc",
20130
+ "name": "Function",
20131
+ "printedName": "(ShortKitSDK.VideoCarouselCellLongPressState.Type) -> ShortKitSDK.VideoCarouselCellLongPressState",
20132
+ "children": [
20133
+ {
20134
+ "kind": "TypeNominal",
20135
+ "name": "VideoCarouselCellLongPressState",
20136
+ "printedName": "ShortKitSDK.VideoCarouselCellLongPressState",
20137
+ "usr": "s:11ShortKitSDK31VideoCarouselCellLongPressStateO"
20138
+ },
20139
+ {
20140
+ "kind": "TypeNominal",
20141
+ "name": "Metatype",
20142
+ "printedName": "ShortKitSDK.VideoCarouselCellLongPressState.Type",
20143
+ "children": [
20144
+ {
20145
+ "kind": "TypeNominal",
20146
+ "name": "VideoCarouselCellLongPressState",
20147
+ "printedName": "ShortKitSDK.VideoCarouselCellLongPressState",
20148
+ "usr": "s:11ShortKitSDK31VideoCarouselCellLongPressStateO"
20149
+ }
20150
+ ]
20151
+ }
20152
+ ]
20153
+ }
20154
+ ],
20155
+ "declKind": "EnumElement",
20156
+ "usr": "s:11ShortKitSDK31VideoCarouselCellLongPressStateO5endedyA2CmF",
20157
+ "mangledName": "$s11ShortKitSDK31VideoCarouselCellLongPressStateO5endedyA2CmF",
20158
+ "moduleName": "ShortKitSDK"
20159
+ },
20160
+ {
20161
+ "kind": "Var",
20162
+ "name": "cancelled",
20163
+ "printedName": "cancelled",
20164
+ "children": [
20165
+ {
20166
+ "kind": "TypeFunc",
20167
+ "name": "Function",
20168
+ "printedName": "(ShortKitSDK.VideoCarouselCellLongPressState.Type) -> ShortKitSDK.VideoCarouselCellLongPressState",
20169
+ "children": [
20170
+ {
20171
+ "kind": "TypeNominal",
20172
+ "name": "VideoCarouselCellLongPressState",
20173
+ "printedName": "ShortKitSDK.VideoCarouselCellLongPressState",
20174
+ "usr": "s:11ShortKitSDK31VideoCarouselCellLongPressStateO"
20175
+ },
20176
+ {
20177
+ "kind": "TypeNominal",
20178
+ "name": "Metatype",
20179
+ "printedName": "ShortKitSDK.VideoCarouselCellLongPressState.Type",
20180
+ "children": [
20181
+ {
20182
+ "kind": "TypeNominal",
20183
+ "name": "VideoCarouselCellLongPressState",
20184
+ "printedName": "ShortKitSDK.VideoCarouselCellLongPressState",
20185
+ "usr": "s:11ShortKitSDK31VideoCarouselCellLongPressStateO"
20186
+ }
20187
+ ]
20188
+ }
20189
+ ]
20190
+ }
20191
+ ],
20192
+ "declKind": "EnumElement",
20193
+ "usr": "s:11ShortKitSDK31VideoCarouselCellLongPressStateO9cancelledyA2CmF",
20194
+ "mangledName": "$s11ShortKitSDK31VideoCarouselCellLongPressStateO9cancelledyA2CmF",
20195
+ "moduleName": "ShortKitSDK"
20196
+ },
20197
+ {
20198
+ "kind": "Constructor",
20199
+ "name": "init",
20200
+ "printedName": "init(rawValue:)",
20201
+ "children": [
20202
+ {
20203
+ "kind": "TypeNominal",
20204
+ "name": "Optional",
20205
+ "printedName": "ShortKitSDK.VideoCarouselCellLongPressState?",
20206
+ "children": [
20207
+ {
20208
+ "kind": "TypeNominal",
20209
+ "name": "VideoCarouselCellLongPressState",
20210
+ "printedName": "ShortKitSDK.VideoCarouselCellLongPressState",
20211
+ "usr": "s:11ShortKitSDK31VideoCarouselCellLongPressStateO"
20212
+ }
20213
+ ],
20214
+ "usr": "s:Sq"
20215
+ },
20216
+ {
20217
+ "kind": "TypeNominal",
20218
+ "name": "String",
20219
+ "printedName": "Swift.String",
20220
+ "usr": "s:SS"
20221
+ }
20222
+ ],
20223
+ "declKind": "Constructor",
20224
+ "usr": "s:11ShortKitSDK31VideoCarouselCellLongPressStateO8rawValueACSgSS_tcfc",
20225
+ "mangledName": "$s11ShortKitSDK31VideoCarouselCellLongPressStateO8rawValueACSgSS_tcfc",
20226
+ "moduleName": "ShortKitSDK",
20227
+ "implicit": true,
20228
+ "init_kind": "Designated"
20229
+ },
20230
+ {
20231
+ "kind": "Var",
20232
+ "name": "rawValue",
20233
+ "printedName": "rawValue",
20234
+ "children": [
20235
+ {
20236
+ "kind": "TypeNominal",
20237
+ "name": "String",
20238
+ "printedName": "Swift.String",
20239
+ "usr": "s:SS"
20240
+ }
20241
+ ],
20242
+ "declKind": "Var",
20243
+ "usr": "s:11ShortKitSDK31VideoCarouselCellLongPressStateO8rawValueSSvp",
20244
+ "mangledName": "$s11ShortKitSDK31VideoCarouselCellLongPressStateO8rawValueSSvp",
20245
+ "moduleName": "ShortKitSDK",
20246
+ "implicit": true,
20247
+ "accessors": [
20248
+ {
20249
+ "kind": "Accessor",
20250
+ "name": "Get",
20251
+ "printedName": "Get()",
20252
+ "children": [
20253
+ {
20254
+ "kind": "TypeNominal",
20255
+ "name": "String",
20256
+ "printedName": "Swift.String",
20257
+ "usr": "s:SS"
20258
+ }
20259
+ ],
20260
+ "declKind": "Accessor",
20261
+ "usr": "s:11ShortKitSDK31VideoCarouselCellLongPressStateO8rawValueSSvg",
20262
+ "mangledName": "$s11ShortKitSDK31VideoCarouselCellLongPressStateO8rawValueSSvg",
20263
+ "moduleName": "ShortKitSDK",
20264
+ "implicit": true,
20265
+ "accessorKind": "get"
20266
+ }
20267
+ ]
20268
+ }
20269
+ ],
20270
+ "declKind": "Enum",
20271
+ "usr": "s:11ShortKitSDK31VideoCarouselCellLongPressStateO",
20272
+ "mangledName": "$s11ShortKitSDK31VideoCarouselCellLongPressStateO",
20273
+ "moduleName": "ShortKitSDK",
20274
+ "declAttributes": [
20275
+ "AccessControl",
20276
+ "RawDocComment"
20277
+ ],
20278
+ "enumRawTypeName": "String",
20279
+ "conformances": [
20280
+ {
20281
+ "kind": "Conformance",
20282
+ "name": "Copyable",
20283
+ "printedName": "Copyable",
20284
+ "usr": "s:s8CopyableP",
20285
+ "mangledName": "$ss8CopyableP"
20286
+ },
20287
+ {
20288
+ "kind": "Conformance",
20289
+ "name": "Equatable",
20290
+ "printedName": "Equatable",
20291
+ "usr": "s:SQ",
20292
+ "mangledName": "$sSQ"
20293
+ },
20294
+ {
20295
+ "kind": "Conformance",
20296
+ "name": "Escapable",
20297
+ "printedName": "Escapable",
20298
+ "usr": "s:s9EscapableP",
20299
+ "mangledName": "$ss9EscapableP"
20300
+ },
20301
+ {
20302
+ "kind": "Conformance",
20303
+ "name": "Hashable",
20304
+ "printedName": "Hashable",
20305
+ "usr": "s:SH",
20306
+ "mangledName": "$sSH"
20307
+ },
20308
+ {
20309
+ "kind": "Conformance",
20310
+ "name": "RawRepresentable",
20311
+ "printedName": "RawRepresentable",
20312
+ "children": [
20313
+ {
20314
+ "kind": "TypeWitness",
20315
+ "name": "RawValue",
20316
+ "printedName": "RawValue",
20317
+ "children": [
20318
+ {
20319
+ "kind": "TypeNominal",
20320
+ "name": "String",
20321
+ "printedName": "Swift.String",
20322
+ "usr": "s:SS"
20323
+ }
20324
+ ]
20325
+ }
20326
+ ],
20327
+ "usr": "s:SY",
20328
+ "mangledName": "$sSY"
20329
+ }
20330
+ ]
20331
+ },
20081
20332
  {
20082
20333
  "kind": "TypeDecl",
20083
20334
  "name": "ShortKitFeedViewController",
@@ -20944,8 +21195,364 @@
20944
21195
  }
20945
21196
  ],
20946
21197
  "declKind": "Accessor",
20947
- "usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV5indexSivg",
20948
- "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV5indexSivg",
21198
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV5indexSivg",
21199
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV5indexSivg",
21200
+ "moduleName": "ShortKitSDK",
21201
+ "implicit": true,
21202
+ "accessorKind": "get"
21203
+ }
21204
+ ]
21205
+ },
21206
+ {
21207
+ "kind": "Var",
21208
+ "name": "pageIndex",
21209
+ "printedName": "pageIndex",
21210
+ "children": [
21211
+ {
21212
+ "kind": "TypeNominal",
21213
+ "name": "Int",
21214
+ "printedName": "Swift.Int",
21215
+ "usr": "s:Si"
21216
+ }
21217
+ ],
21218
+ "declKind": "Var",
21219
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV9pageIndexSivp",
21220
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV9pageIndexSivp",
21221
+ "moduleName": "ShortKitSDK",
21222
+ "declAttributes": [
21223
+ "HasStorage",
21224
+ "AccessControl"
21225
+ ],
21226
+ "isLet": true,
21227
+ "hasStorage": true,
21228
+ "accessors": [
21229
+ {
21230
+ "kind": "Accessor",
21231
+ "name": "Get",
21232
+ "printedName": "Get()",
21233
+ "children": [
21234
+ {
21235
+ "kind": "TypeNominal",
21236
+ "name": "Int",
21237
+ "printedName": "Swift.Int",
21238
+ "usr": "s:Si"
21239
+ }
21240
+ ],
21241
+ "declKind": "Accessor",
21242
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV9pageIndexSivg",
21243
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV9pageIndexSivg",
21244
+ "moduleName": "ShortKitSDK",
21245
+ "implicit": true,
21246
+ "accessorKind": "get"
21247
+ }
21248
+ ]
21249
+ }
21250
+ ],
21251
+ "declKind": "Struct",
21252
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV",
21253
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV",
21254
+ "moduleName": "ShortKitSDK",
21255
+ "declAttributes": [
21256
+ "AccessControl",
21257
+ "RawDocComment"
21258
+ ],
21259
+ "conformances": [
21260
+ {
21261
+ "kind": "Conformance",
21262
+ "name": "Copyable",
21263
+ "printedName": "Copyable",
21264
+ "usr": "s:s8CopyableP",
21265
+ "mangledName": "$ss8CopyableP"
21266
+ },
21267
+ {
21268
+ "kind": "Conformance",
21269
+ "name": "Escapable",
21270
+ "printedName": "Escapable",
21271
+ "usr": "s:s9EscapableP",
21272
+ "mangledName": "$ss9EscapableP"
21273
+ }
21274
+ ]
21275
+ },
21276
+ {
21277
+ "kind": "Var",
21278
+ "name": "onVideoCarouselCellTap",
21279
+ "printedName": "onVideoCarouselCellTap",
21280
+ "children": [
21281
+ {
21282
+ "kind": "TypeNominal",
21283
+ "name": "Optional",
21284
+ "printedName": "((ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload) -> ())?",
21285
+ "children": [
21286
+ {
21287
+ "kind": "TypeFunc",
21288
+ "name": "Function",
21289
+ "printedName": "(ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload) -> ()",
21290
+ "children": [
21291
+ {
21292
+ "kind": "TypeNominal",
21293
+ "name": "Void",
21294
+ "printedName": "()"
21295
+ },
21296
+ {
21297
+ "kind": "TypeNominal",
21298
+ "name": "VideoCarouselCellTapPayload",
21299
+ "printedName": "ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload",
21300
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV"
21301
+ }
21302
+ ]
21303
+ }
21304
+ ],
21305
+ "usr": "s:Sq"
21306
+ }
21307
+ ],
21308
+ "declKind": "Var",
21309
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvp",
21310
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvp",
21311
+ "moduleName": "ShortKitSDK",
21312
+ "declAttributes": [
21313
+ "HasInitialValue",
21314
+ "Preconcurrency",
21315
+ "Custom",
21316
+ "HasStorage",
21317
+ "AccessControl",
21318
+ "RawDocComment"
21319
+ ],
21320
+ "hasStorage": true,
21321
+ "accessors": [
21322
+ {
21323
+ "kind": "Accessor",
21324
+ "name": "Get",
21325
+ "printedName": "Get()",
21326
+ "children": [
21327
+ {
21328
+ "kind": "TypeNominal",
21329
+ "name": "Optional",
21330
+ "printedName": "((ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload) -> ())?",
21331
+ "children": [
21332
+ {
21333
+ "kind": "TypeFunc",
21334
+ "name": "Function",
21335
+ "printedName": "(ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload) -> ()",
21336
+ "children": [
21337
+ {
21338
+ "kind": "TypeNominal",
21339
+ "name": "Void",
21340
+ "printedName": "()"
21341
+ },
21342
+ {
21343
+ "kind": "TypeNominal",
21344
+ "name": "VideoCarouselCellTapPayload",
21345
+ "printedName": "ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload",
21346
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV"
21347
+ }
21348
+ ]
21349
+ }
21350
+ ],
21351
+ "usr": "s:Sq"
21352
+ }
21353
+ ],
21354
+ "declKind": "Accessor",
21355
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvg",
21356
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvg",
21357
+ "moduleName": "ShortKitSDK",
21358
+ "implicit": true,
21359
+ "accessorKind": "get"
21360
+ },
21361
+ {
21362
+ "kind": "Accessor",
21363
+ "name": "Set",
21364
+ "printedName": "Set()",
21365
+ "children": [
21366
+ {
21367
+ "kind": "TypeNominal",
21368
+ "name": "Void",
21369
+ "printedName": "()"
21370
+ },
21371
+ {
21372
+ "kind": "TypeNominal",
21373
+ "name": "Optional",
21374
+ "printedName": "((ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload) -> ())?",
21375
+ "children": [
21376
+ {
21377
+ "kind": "TypeFunc",
21378
+ "name": "Function",
21379
+ "printedName": "(ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload) -> ()",
21380
+ "children": [
21381
+ {
21382
+ "kind": "TypeNominal",
21383
+ "name": "Void",
21384
+ "printedName": "()"
21385
+ },
21386
+ {
21387
+ "kind": "TypeNominal",
21388
+ "name": "VideoCarouselCellTapPayload",
21389
+ "printedName": "ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload",
21390
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV"
21391
+ }
21392
+ ]
21393
+ }
21394
+ ],
21395
+ "usr": "s:Sq"
21396
+ }
21397
+ ],
21398
+ "declKind": "Accessor",
21399
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvs",
21400
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvs",
21401
+ "moduleName": "ShortKitSDK",
21402
+ "implicit": true,
21403
+ "accessorKind": "set"
21404
+ },
21405
+ {
21406
+ "kind": "Accessor",
21407
+ "name": "Modify",
21408
+ "printedName": "Modify()",
21409
+ "children": [
21410
+ {
21411
+ "kind": "TypeNominal",
21412
+ "name": "Void",
21413
+ "printedName": "()"
21414
+ }
21415
+ ],
21416
+ "declKind": "Accessor",
21417
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvM",
21418
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvM",
21419
+ "moduleName": "ShortKitSDK",
21420
+ "implicit": true,
21421
+ "accessorKind": "_modify"
21422
+ }
21423
+ ]
21424
+ },
21425
+ {
21426
+ "kind": "TypeDecl",
21427
+ "name": "VideoCarouselCellLongPressPayload",
21428
+ "printedName": "VideoCarouselCellLongPressPayload",
21429
+ "children": [
21430
+ {
21431
+ "kind": "Var",
21432
+ "name": "id",
21433
+ "printedName": "id",
21434
+ "children": [
21435
+ {
21436
+ "kind": "TypeNominal",
21437
+ "name": "String",
21438
+ "printedName": "Swift.String",
21439
+ "usr": "s:SS"
21440
+ }
21441
+ ],
21442
+ "declKind": "Var",
21443
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV2idSSvp",
21444
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV2idSSvp",
21445
+ "moduleName": "ShortKitSDK",
21446
+ "declAttributes": [
21447
+ "HasStorage",
21448
+ "AccessControl"
21449
+ ],
21450
+ "isLet": true,
21451
+ "hasStorage": true,
21452
+ "accessors": [
21453
+ {
21454
+ "kind": "Accessor",
21455
+ "name": "Get",
21456
+ "printedName": "Get()",
21457
+ "children": [
21458
+ {
21459
+ "kind": "TypeNominal",
21460
+ "name": "String",
21461
+ "printedName": "Swift.String",
21462
+ "usr": "s:SS"
21463
+ }
21464
+ ],
21465
+ "declKind": "Accessor",
21466
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV2idSSvg",
21467
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV2idSSvg",
21468
+ "moduleName": "ShortKitSDK",
21469
+ "implicit": true,
21470
+ "accessorKind": "get"
21471
+ }
21472
+ ]
21473
+ },
21474
+ {
21475
+ "kind": "Var",
21476
+ "name": "index",
21477
+ "printedName": "index",
21478
+ "children": [
21479
+ {
21480
+ "kind": "TypeNominal",
21481
+ "name": "Int",
21482
+ "printedName": "Swift.Int",
21483
+ "usr": "s:Si"
21484
+ }
21485
+ ],
21486
+ "declKind": "Var",
21487
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV5indexSivp",
21488
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV5indexSivp",
21489
+ "moduleName": "ShortKitSDK",
21490
+ "declAttributes": [
21491
+ "HasStorage",
21492
+ "AccessControl"
21493
+ ],
21494
+ "isLet": true,
21495
+ "hasStorage": true,
21496
+ "accessors": [
21497
+ {
21498
+ "kind": "Accessor",
21499
+ "name": "Get",
21500
+ "printedName": "Get()",
21501
+ "children": [
21502
+ {
21503
+ "kind": "TypeNominal",
21504
+ "name": "Int",
21505
+ "printedName": "Swift.Int",
21506
+ "usr": "s:Si"
21507
+ }
21508
+ ],
21509
+ "declKind": "Accessor",
21510
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV5indexSivg",
21511
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV5indexSivg",
21512
+ "moduleName": "ShortKitSDK",
21513
+ "implicit": true,
21514
+ "accessorKind": "get"
21515
+ }
21516
+ ]
21517
+ },
21518
+ {
21519
+ "kind": "Var",
21520
+ "name": "pageIndex",
21521
+ "printedName": "pageIndex",
21522
+ "children": [
21523
+ {
21524
+ "kind": "TypeNominal",
21525
+ "name": "Int",
21526
+ "printedName": "Swift.Int",
21527
+ "usr": "s:Si"
21528
+ }
21529
+ ],
21530
+ "declKind": "Var",
21531
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV9pageIndexSivp",
21532
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV9pageIndexSivp",
21533
+ "moduleName": "ShortKitSDK",
21534
+ "declAttributes": [
21535
+ "HasStorage",
21536
+ "AccessControl"
21537
+ ],
21538
+ "isLet": true,
21539
+ "hasStorage": true,
21540
+ "accessors": [
21541
+ {
21542
+ "kind": "Accessor",
21543
+ "name": "Get",
21544
+ "printedName": "Get()",
21545
+ "children": [
21546
+ {
21547
+ "kind": "TypeNominal",
21548
+ "name": "Int",
21549
+ "printedName": "Swift.Int",
21550
+ "usr": "s:Si"
21551
+ }
21552
+ ],
21553
+ "declKind": "Accessor",
21554
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV9pageIndexSivg",
21555
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV9pageIndexSivg",
20949
21556
  "moduleName": "ShortKitSDK",
20950
21557
  "implicit": true,
20951
21558
  "accessorKind": "get"
@@ -20954,19 +21561,19 @@
20954
21561
  },
20955
21562
  {
20956
21563
  "kind": "Var",
20957
- "name": "pageIndex",
20958
- "printedName": "pageIndex",
21564
+ "name": "state",
21565
+ "printedName": "state",
20959
21566
  "children": [
20960
21567
  {
20961
21568
  "kind": "TypeNominal",
20962
- "name": "Int",
20963
- "printedName": "Swift.Int",
20964
- "usr": "s:Si"
21569
+ "name": "VideoCarouselCellLongPressState",
21570
+ "printedName": "ShortKitSDK.VideoCarouselCellLongPressState",
21571
+ "usr": "s:11ShortKitSDK31VideoCarouselCellLongPressStateO"
20965
21572
  }
20966
21573
  ],
20967
21574
  "declKind": "Var",
20968
- "usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV9pageIndexSivp",
20969
- "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV9pageIndexSivp",
21575
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV5stateAA0ghijK5StateOvp",
21576
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV5stateAA0ghijK5StateOvp",
20970
21577
  "moduleName": "ShortKitSDK",
20971
21578
  "declAttributes": [
20972
21579
  "HasStorage",
@@ -20982,14 +21589,14 @@
20982
21589
  "children": [
20983
21590
  {
20984
21591
  "kind": "TypeNominal",
20985
- "name": "Int",
20986
- "printedName": "Swift.Int",
20987
- "usr": "s:Si"
21592
+ "name": "VideoCarouselCellLongPressState",
21593
+ "printedName": "ShortKitSDK.VideoCarouselCellLongPressState",
21594
+ "usr": "s:11ShortKitSDK31VideoCarouselCellLongPressStateO"
20988
21595
  }
20989
21596
  ],
20990
21597
  "declKind": "Accessor",
20991
- "usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV9pageIndexSivg",
20992
- "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV9pageIndexSivg",
21598
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV5stateAA0ghijK5StateOvg",
21599
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV5stateAA0ghijK5StateOvg",
20993
21600
  "moduleName": "ShortKitSDK",
20994
21601
  "implicit": true,
20995
21602
  "accessorKind": "get"
@@ -20998,8 +21605,8 @@
20998
21605
  }
20999
21606
  ],
21000
21607
  "declKind": "Struct",
21001
- "usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV",
21002
- "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV",
21608
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV",
21609
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV",
21003
21610
  "moduleName": "ShortKitSDK",
21004
21611
  "declAttributes": [
21005
21612
  "AccessControl",
@@ -21024,18 +21631,18 @@
21024
21631
  },
21025
21632
  {
21026
21633
  "kind": "Var",
21027
- "name": "onVideoCarouselCellTap",
21028
- "printedName": "onVideoCarouselCellTap",
21634
+ "name": "onVideoCarouselCellLongPress",
21635
+ "printedName": "onVideoCarouselCellLongPress",
21029
21636
  "children": [
21030
21637
  {
21031
21638
  "kind": "TypeNominal",
21032
21639
  "name": "Optional",
21033
- "printedName": "((ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload) -> ())?",
21640
+ "printedName": "((ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellLongPressPayload) -> ())?",
21034
21641
  "children": [
21035
21642
  {
21036
21643
  "kind": "TypeFunc",
21037
21644
  "name": "Function",
21038
- "printedName": "(ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload) -> ()",
21645
+ "printedName": "(ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellLongPressPayload) -> ()",
21039
21646
  "children": [
21040
21647
  {
21041
21648
  "kind": "TypeNominal",
@@ -21044,9 +21651,9 @@
21044
21651
  },
21045
21652
  {
21046
21653
  "kind": "TypeNominal",
21047
- "name": "VideoCarouselCellTapPayload",
21048
- "printedName": "ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload",
21049
- "usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV"
21654
+ "name": "VideoCarouselCellLongPressPayload",
21655
+ "printedName": "ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellLongPressPayload",
21656
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV"
21050
21657
  }
21051
21658
  ]
21052
21659
  }
@@ -21055,8 +21662,8 @@
21055
21662
  }
21056
21663
  ],
21057
21664
  "declKind": "Var",
21058
- "usr": "s:11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvp",
21059
- "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvp",
21665
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC28onVideoCarouselCellLongPressyAC0hijkL7PayloadVcSgvp",
21666
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC28onVideoCarouselCellLongPressyAC0hijkL7PayloadVcSgvp",
21060
21667
  "moduleName": "ShortKitSDK",
21061
21668
  "declAttributes": [
21062
21669
  "HasInitialValue",
@@ -21076,12 +21683,12 @@
21076
21683
  {
21077
21684
  "kind": "TypeNominal",
21078
21685
  "name": "Optional",
21079
- "printedName": "((ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload) -> ())?",
21686
+ "printedName": "((ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellLongPressPayload) -> ())?",
21080
21687
  "children": [
21081
21688
  {
21082
21689
  "kind": "TypeFunc",
21083
21690
  "name": "Function",
21084
- "printedName": "(ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload) -> ()",
21691
+ "printedName": "(ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellLongPressPayload) -> ()",
21085
21692
  "children": [
21086
21693
  {
21087
21694
  "kind": "TypeNominal",
@@ -21090,9 +21697,9 @@
21090
21697
  },
21091
21698
  {
21092
21699
  "kind": "TypeNominal",
21093
- "name": "VideoCarouselCellTapPayload",
21094
- "printedName": "ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload",
21095
- "usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV"
21700
+ "name": "VideoCarouselCellLongPressPayload",
21701
+ "printedName": "ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellLongPressPayload",
21702
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV"
21096
21703
  }
21097
21704
  ]
21098
21705
  }
@@ -21101,8 +21708,8 @@
21101
21708
  }
21102
21709
  ],
21103
21710
  "declKind": "Accessor",
21104
- "usr": "s:11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvg",
21105
- "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvg",
21711
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC28onVideoCarouselCellLongPressyAC0hijkL7PayloadVcSgvg",
21712
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC28onVideoCarouselCellLongPressyAC0hijkL7PayloadVcSgvg",
21106
21713
  "moduleName": "ShortKitSDK",
21107
21714
  "implicit": true,
21108
21715
  "accessorKind": "get"
@@ -21120,12 +21727,12 @@
21120
21727
  {
21121
21728
  "kind": "TypeNominal",
21122
21729
  "name": "Optional",
21123
- "printedName": "((ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload) -> ())?",
21730
+ "printedName": "((ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellLongPressPayload) -> ())?",
21124
21731
  "children": [
21125
21732
  {
21126
21733
  "kind": "TypeFunc",
21127
21734
  "name": "Function",
21128
- "printedName": "(ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload) -> ()",
21735
+ "printedName": "(ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellLongPressPayload) -> ()",
21129
21736
  "children": [
21130
21737
  {
21131
21738
  "kind": "TypeNominal",
@@ -21134,9 +21741,9 @@
21134
21741
  },
21135
21742
  {
21136
21743
  "kind": "TypeNominal",
21137
- "name": "VideoCarouselCellTapPayload",
21138
- "printedName": "ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload",
21139
- "usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV"
21744
+ "name": "VideoCarouselCellLongPressPayload",
21745
+ "printedName": "ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellLongPressPayload",
21746
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC33VideoCarouselCellLongPressPayloadV"
21140
21747
  }
21141
21748
  ]
21142
21749
  }
@@ -21145,8 +21752,8 @@
21145
21752
  }
21146
21753
  ],
21147
21754
  "declKind": "Accessor",
21148
- "usr": "s:11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvs",
21149
- "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvs",
21755
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC28onVideoCarouselCellLongPressyAC0hijkL7PayloadVcSgvs",
21756
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC28onVideoCarouselCellLongPressyAC0hijkL7PayloadVcSgvs",
21150
21757
  "moduleName": "ShortKitSDK",
21151
21758
  "implicit": true,
21152
21759
  "accessorKind": "set"
@@ -21163,8 +21770,8 @@
21163
21770
  }
21164
21771
  ],
21165
21772
  "declKind": "Accessor",
21166
- "usr": "s:11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvM",
21167
- "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvM",
21773
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC28onVideoCarouselCellLongPressyAC0hijkL7PayloadVcSgvM",
21774
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC28onVideoCarouselCellLongPressyAC0hijkL7PayloadVcSgvM",
21168
21775
  "moduleName": "ShortKitSDK",
21169
21776
  "implicit": true,
21170
21777
  "accessorKind": "_modify"
@@ -34015,6 +34622,67 @@
34015
34622
  }
34016
34623
  ]
34017
34624
  },
34625
+ {
34626
+ "kind": "Var",
34627
+ "name": "initialPageIndex",
34628
+ "printedName": "initialPageIndex",
34629
+ "children": [
34630
+ {
34631
+ "kind": "TypeNominal",
34632
+ "name": "Optional",
34633
+ "printedName": "Swift.Int?",
34634
+ "children": [
34635
+ {
34636
+ "kind": "TypeNominal",
34637
+ "name": "Int",
34638
+ "printedName": "Swift.Int",
34639
+ "usr": "s:Si"
34640
+ }
34641
+ ],
34642
+ "usr": "s:Sq"
34643
+ }
34644
+ ],
34645
+ "declKind": "Var",
34646
+ "usr": "s:11ShortKitSDK18VideoCarouselInputV16initialPageIndexSiSgvp",
34647
+ "mangledName": "$s11ShortKitSDK18VideoCarouselInputV16initialPageIndexSiSgvp",
34648
+ "moduleName": "ShortKitSDK",
34649
+ "declAttributes": [
34650
+ "HasStorage",
34651
+ "AccessControl",
34652
+ "RawDocComment"
34653
+ ],
34654
+ "isLet": true,
34655
+ "hasStorage": true,
34656
+ "accessors": [
34657
+ {
34658
+ "kind": "Accessor",
34659
+ "name": "Get",
34660
+ "printedName": "Get()",
34661
+ "children": [
34662
+ {
34663
+ "kind": "TypeNominal",
34664
+ "name": "Optional",
34665
+ "printedName": "Swift.Int?",
34666
+ "children": [
34667
+ {
34668
+ "kind": "TypeNominal",
34669
+ "name": "Int",
34670
+ "printedName": "Swift.Int",
34671
+ "usr": "s:Si"
34672
+ }
34673
+ ],
34674
+ "usr": "s:Sq"
34675
+ }
34676
+ ],
34677
+ "declKind": "Accessor",
34678
+ "usr": "s:11ShortKitSDK18VideoCarouselInputV16initialPageIndexSiSgvg",
34679
+ "mangledName": "$s11ShortKitSDK18VideoCarouselInputV16initialPageIndexSiSgvg",
34680
+ "moduleName": "ShortKitSDK",
34681
+ "implicit": true,
34682
+ "accessorKind": "get"
34683
+ }
34684
+ ]
34685
+ },
34018
34686
  {
34019
34687
  "kind": "Var",
34020
34688
  "name": "title",
@@ -34318,7 +34986,7 @@
34318
34986
  {
34319
34987
  "kind": "Constructor",
34320
34988
  "name": "init",
34321
- "printedName": "init(id:videos:title:description:author:section:articleUrl:)",
34989
+ "printedName": "init(id:videos:initialPageIndex:title:description:author:section:articleUrl:)",
34322
34990
  "children": [
34323
34991
  {
34324
34992
  "kind": "TypeNominal",
@@ -34346,6 +35014,21 @@
34346
35014
  ],
34347
35015
  "usr": "s:Sa"
34348
35016
  },
35017
+ {
35018
+ "kind": "TypeNominal",
35019
+ "name": "Optional",
35020
+ "printedName": "Swift.Int?",
35021
+ "children": [
35022
+ {
35023
+ "kind": "TypeNominal",
35024
+ "name": "Int",
35025
+ "printedName": "Swift.Int",
35026
+ "usr": "s:Si"
35027
+ }
35028
+ ],
35029
+ "hasDefaultArg": true,
35030
+ "usr": "s:Sq"
35031
+ },
34349
35032
  {
34350
35033
  "kind": "TypeNominal",
34351
35034
  "name": "Optional",
@@ -34423,8 +35106,8 @@
34423
35106
  }
34424
35107
  ],
34425
35108
  "declKind": "Constructor",
34426
- "usr": "s:11ShortKitSDK18VideoCarouselInputV2id6videos5title11description6author7section10articleUrlACSS_SayAA0dedF0VGSSSgA4Ntcfc",
34427
- "mangledName": "$s11ShortKitSDK18VideoCarouselInputV2id6videos5title11description6author7section10articleUrlACSS_SayAA0dedF0VGSSSgA4Ntcfc",
35109
+ "usr": "s:11ShortKitSDK18VideoCarouselInputV2id6videos16initialPageIndex5title11description6author7section10articleUrlACSS_SayAA0dedF0VGSiSgSSSgA4Ptcfc",
35110
+ "mangledName": "$s11ShortKitSDK18VideoCarouselInputV2id6videos16initialPageIndex5title11description6author7section10articleUrlACSS_SayAA0dedF0VGSiSgSSSgA4Ptcfc",
34428
35111
  "moduleName": "ShortKitSDK",
34429
35112
  "declAttributes": [
34430
35113
  "AccessControl"
@@ -34691,6 +35374,66 @@
34691
35374
  }
34692
35375
  ]
34693
35376
  },
35377
+ {
35378
+ "kind": "Var",
35379
+ "name": "initialPageIndex",
35380
+ "printedName": "initialPageIndex",
35381
+ "children": [
35382
+ {
35383
+ "kind": "TypeNominal",
35384
+ "name": "Optional",
35385
+ "printedName": "Swift.Int?",
35386
+ "children": [
35387
+ {
35388
+ "kind": "TypeNominal",
35389
+ "name": "Int",
35390
+ "printedName": "Swift.Int",
35391
+ "usr": "s:Si"
35392
+ }
35393
+ ],
35394
+ "usr": "s:Sq"
35395
+ }
35396
+ ],
35397
+ "declKind": "Var",
35398
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV16initialPageIndexSiSgvp",
35399
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV16initialPageIndexSiSgvp",
35400
+ "moduleName": "ShortKitSDK",
35401
+ "declAttributes": [
35402
+ "HasStorage",
35403
+ "AccessControl"
35404
+ ],
35405
+ "isLet": true,
35406
+ "hasStorage": true,
35407
+ "accessors": [
35408
+ {
35409
+ "kind": "Accessor",
35410
+ "name": "Get",
35411
+ "printedName": "Get()",
35412
+ "children": [
35413
+ {
35414
+ "kind": "TypeNominal",
35415
+ "name": "Optional",
35416
+ "printedName": "Swift.Int?",
35417
+ "children": [
35418
+ {
35419
+ "kind": "TypeNominal",
35420
+ "name": "Int",
35421
+ "printedName": "Swift.Int",
35422
+ "usr": "s:Si"
35423
+ }
35424
+ ],
35425
+ "usr": "s:Sq"
35426
+ }
35427
+ ],
35428
+ "declKind": "Accessor",
35429
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV16initialPageIndexSiSgvg",
35430
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV16initialPageIndexSiSgvg",
35431
+ "moduleName": "ShortKitSDK",
35432
+ "implicit": true,
35433
+ "accessorKind": "get"
35434
+ }
35435
+ ]
35436
+ },
34694
35437
  {
34695
35438
  "kind": "Var",
34696
35439
  "name": "title",
@@ -34994,7 +35737,7 @@
34994
35737
  {
34995
35738
  "kind": "Constructor",
34996
35739
  "name": "init",
34997
- "printedName": "init(id:videos:title:description:author:section:articleUrl:)",
35740
+ "printedName": "init(id:videos:initialPageIndex:title:description:author:section:articleUrl:)",
34998
35741
  "children": [
34999
35742
  {
35000
35743
  "kind": "TypeNominal",
@@ -35022,6 +35765,21 @@
35022
35765
  ],
35023
35766
  "usr": "s:Sa"
35024
35767
  },
35768
+ {
35769
+ "kind": "TypeNominal",
35770
+ "name": "Optional",
35771
+ "printedName": "Swift.Int?",
35772
+ "children": [
35773
+ {
35774
+ "kind": "TypeNominal",
35775
+ "name": "Int",
35776
+ "printedName": "Swift.Int",
35777
+ "usr": "s:Si"
35778
+ }
35779
+ ],
35780
+ "hasDefaultArg": true,
35781
+ "usr": "s:Sq"
35782
+ },
35025
35783
  {
35026
35784
  "kind": "TypeNominal",
35027
35785
  "name": "Optional",
@@ -35099,14 +35857,55 @@
35099
35857
  }
35100
35858
  ],
35101
35859
  "declKind": "Constructor",
35102
- "usr": "s:11ShortKitSDK17VideoCarouselItemV2id6videos5title11description6author7section10articleUrlACSS_SayAA07ContentF0VGSSSgA4Ntcfc",
35103
- "mangledName": "$s11ShortKitSDK17VideoCarouselItemV2id6videos5title11description6author7section10articleUrlACSS_SayAA07ContentF0VGSSSgA4Ntcfc",
35860
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV2id6videos16initialPageIndex5title11description6author7section10articleUrlACSS_SayAA07ContentF0VGSiSgSSSgA4Ptcfc",
35861
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV2id6videos16initialPageIndex5title11description6author7section10articleUrlACSS_SayAA07ContentF0VGSiSgSSSgA4Ptcfc",
35104
35862
  "moduleName": "ShortKitSDK",
35105
35863
  "declAttributes": [
35106
35864
  "AccessControl"
35107
35865
  ],
35108
35866
  "init_kind": "Designated"
35109
35867
  },
35868
+ {
35869
+ "kind": "Var",
35870
+ "name": "clampedInitialPageIndex",
35871
+ "printedName": "clampedInitialPageIndex",
35872
+ "children": [
35873
+ {
35874
+ "kind": "TypeNominal",
35875
+ "name": "Int",
35876
+ "printedName": "Swift.Int",
35877
+ "usr": "s:Si"
35878
+ }
35879
+ ],
35880
+ "declKind": "Var",
35881
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV23clampedInitialPageIndexSivp",
35882
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV23clampedInitialPageIndexSivp",
35883
+ "moduleName": "ShortKitSDK",
35884
+ "declAttributes": [
35885
+ "AccessControl",
35886
+ "RawDocComment"
35887
+ ],
35888
+ "accessors": [
35889
+ {
35890
+ "kind": "Accessor",
35891
+ "name": "Get",
35892
+ "printedName": "Get()",
35893
+ "children": [
35894
+ {
35895
+ "kind": "TypeNominal",
35896
+ "name": "Int",
35897
+ "printedName": "Swift.Int",
35898
+ "usr": "s:Si"
35899
+ }
35900
+ ],
35901
+ "declKind": "Accessor",
35902
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV23clampedInitialPageIndexSivg",
35903
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV23clampedInitialPageIndexSivg",
35904
+ "moduleName": "ShortKitSDK",
35905
+ "accessorKind": "get"
35906
+ }
35907
+ ]
35908
+ },
35110
35909
  {
35111
35910
  "kind": "Constructor",
35112
35911
  "name": "init",
@@ -42719,6 +43518,34 @@
42719
43518
  ],
42720
43519
  "funcSelfKind": "NonMutating"
42721
43520
  },
43521
+ {
43522
+ "kind": "Function",
43523
+ "name": "setFeedScrollEnabled",
43524
+ "printedName": "setFeedScrollEnabled(_:)",
43525
+ "children": [
43526
+ {
43527
+ "kind": "TypeNominal",
43528
+ "name": "Void",
43529
+ "printedName": "()"
43530
+ },
43531
+ {
43532
+ "kind": "TypeNominal",
43533
+ "name": "Bool",
43534
+ "printedName": "Swift.Bool",
43535
+ "usr": "s:Sb"
43536
+ }
43537
+ ],
43538
+ "declKind": "Func",
43539
+ "usr": "s:11ShortKitSDK0aB6PlayerC20setFeedScrollEnabledyySbF",
43540
+ "mangledName": "$s11ShortKitSDK0aB6PlayerC20setFeedScrollEnabledyySbF",
43541
+ "moduleName": "ShortKitSDK",
43542
+ "declAttributes": [
43543
+ "Final",
43544
+ "AccessControl",
43545
+ "RawDocComment"
43546
+ ],
43547
+ "funcSelfKind": "NonMutating"
43548
+ },
42722
43549
  {
42723
43550
  "kind": "Function",
42724
43551
  "name": "dismissLiveRoom",
@@ -51596,210 +52423,210 @@
51596
52423
  {
51597
52424
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51598
52425
  "kind": "BooleanLiteral",
51599
- "offset": 1559,
52426
+ "offset": 1877,
51600
52427
  "length": 5,
51601
52428
  "value": "false"
51602
52429
  },
51603
52430
  {
51604
52431
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51605
52432
  "kind": "BooleanLiteral",
51606
- "offset": 1831,
52433
+ "offset": 2149,
51607
52434
  "length": 5,
51608
52435
  "value": "false"
51609
52436
  },
51610
52437
  {
51611
52438
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51612
52439
  "kind": "BooleanLiteral",
51613
- "offset": 1999,
52440
+ "offset": 2317,
51614
52441
  "length": 5,
51615
52442
  "value": "false"
51616
52443
  },
51617
52444
  {
51618
52445
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51619
52446
  "kind": "BooleanLiteral",
51620
- "offset": 2116,
52447
+ "offset": 2434,
51621
52448
  "length": 5,
51622
52449
  "value": "false"
51623
52450
  },
51624
52451
  {
51625
52452
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51626
52453
  "kind": "BooleanLiteral",
51627
- "offset": 3879,
52454
+ "offset": 4197,
51628
52455
  "length": 5,
51629
52456
  "value": "false"
51630
52457
  },
51631
52458
  {
51632
52459
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51633
52460
  "kind": "BooleanLiteral",
51634
- "offset": 4428,
52461
+ "offset": 4746,
51635
52462
  "length": 5,
51636
52463
  "value": "false"
51637
52464
  },
51638
52465
  {
51639
52466
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51640
52467
  "kind": "BooleanLiteral",
51641
- "offset": 4595,
52468
+ "offset": 4913,
51642
52469
  "length": 4,
51643
52470
  "value": "true"
51644
52471
  },
51645
52472
  {
51646
52473
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51647
52474
  "kind": "FloatLiteral",
51648
- "offset": 4654,
52475
+ "offset": 4972,
51649
52476
  "length": 3,
51650
52477
  "value": "0.8"
51651
52478
  },
51652
52479
  {
51653
52480
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51654
52481
  "kind": "FloatLiteral",
51655
- "offset": 4662,
52482
+ "offset": 4980,
51656
52483
  "length": 3,
51657
52484
  "value": "0.8"
51658
52485
  },
51659
52486
  {
51660
52487
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51661
52488
  "kind": "BooleanLiteral",
51662
- "offset": 4727,
52489
+ "offset": 5045,
51663
52490
  "length": 5,
51664
52491
  "value": "false"
51665
52492
  },
51666
52493
  {
51667
52494
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51668
52495
  "kind": "BooleanLiteral",
51669
- "offset": 9065,
52496
+ "offset": 10417,
51670
52497
  "length": 5,
51671
52498
  "value": "false"
51672
52499
  },
51673
52500
  {
51674
52501
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51675
52502
  "kind": "Array",
51676
- "offset": 10378,
52503
+ "offset": 11730,
51677
52504
  "length": 2,
51678
52505
  "value": "[]"
51679
52506
  },
51680
52507
  {
51681
52508
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51682
52509
  "kind": "BooleanLiteral",
51683
- "offset": 11654,
52510
+ "offset": 13006,
51684
52511
  "length": 5,
51685
52512
  "value": "false"
51686
52513
  },
51687
52514
  {
51688
52515
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51689
52516
  "kind": "IntegerLiteral",
51690
- "offset": 11719,
52517
+ "offset": 13071,
51691
52518
  "length": 1,
51692
52519
  "value": "0"
51693
52520
  },
51694
52521
  {
51695
52522
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51696
52523
  "kind": "IntegerLiteral",
51697
- "offset": 11753,
52524
+ "offset": 13105,
51698
52525
  "length": 1,
51699
52526
  "value": "0"
51700
52527
  },
51701
52528
  {
51702
52529
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51703
52530
  "kind": "BooleanLiteral",
51704
- "offset": 11952,
52531
+ "offset": 13304,
51705
52532
  "length": 4,
51706
52533
  "value": "true"
51707
52534
  },
51708
52535
  {
51709
52536
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51710
52537
  "kind": "BooleanLiteral",
51711
- "offset": 11985,
52538
+ "offset": 13337,
51712
52539
  "length": 4,
51713
52540
  "value": "true"
51714
52541
  },
51715
52542
  {
51716
52543
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51717
52544
  "kind": "IntegerLiteral",
51718
- "offset": 12027,
52545
+ "offset": 13379,
51719
52546
  "length": 1,
51720
52547
  "value": "0"
51721
52548
  },
51722
52549
  {
51723
52550
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51724
52551
  "kind": "BooleanLiteral",
51725
- "offset": 13201,
52552
+ "offset": 14553,
51726
52553
  "length": 5,
51727
52554
  "value": "false"
51728
52555
  },
51729
52556
  {
51730
52557
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51731
52558
  "kind": "IntegerLiteral",
51732
- "offset": 13383,
52559
+ "offset": 14735,
51733
52560
  "length": 2,
51734
52561
  "value": "-1"
51735
52562
  },
51736
52563
  {
51737
52564
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51738
52565
  "kind": "IntegerLiteral",
51739
- "offset": 13631,
52566
+ "offset": 14983,
51740
52567
  "length": 1,
51741
52568
  "value": "0"
51742
52569
  },
51743
52570
  {
51744
52571
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51745
52572
  "kind": "IntegerLiteral",
51746
- "offset": 13681,
52573
+ "offset": 15033,
51747
52574
  "length": 1,
51748
52575
  "value": "0"
51749
52576
  },
51750
52577
  {
51751
52578
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51752
52579
  "kind": "IntegerLiteral",
51753
- "offset": 13735,
52580
+ "offset": 15087,
51754
52581
  "length": 1,
51755
52582
  "value": "0"
51756
52583
  },
51757
52584
  {
51758
52585
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51759
52586
  "kind": "FloatLiteral",
51760
- "offset": 13795,
52587
+ "offset": 15147,
51761
52588
  "length": 3,
51762
52589
  "value": "0.2"
51763
52590
  },
51764
52591
  {
51765
52592
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51766
52593
  "kind": "BooleanLiteral",
51767
- "offset": 15228,
52594
+ "offset": 16580,
51768
52595
  "length": 5,
51769
52596
  "value": "false"
51770
52597
  },
51771
52598
  {
51772
52599
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51773
52600
  "kind": "IntegerLiteral",
51774
- "offset": 15278,
52601
+ "offset": 16630,
51775
52602
  "length": 2,
51776
52603
  "value": "24"
51777
52604
  },
51778
52605
  {
51779
52606
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51780
52607
  "kind": "BooleanLiteral",
51781
- "offset": 34921,
52608
+ "offset": 36437,
51782
52609
  "length": 5,
51783
52610
  "value": "false"
51784
52611
  },
51785
52612
  {
51786
52613
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51787
52614
  "kind": "BooleanLiteral",
51788
- "offset": 123846,
52615
+ "offset": 126604,
51789
52616
  "length": 5,
51790
52617
  "value": "false"
51791
52618
  },
51792
52619
  {
51793
52620
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51794
52621
  "kind": "BooleanLiteral",
51795
- "offset": 251458,
52622
+ "offset": 256537,
51796
52623
  "length": 5,
51797
52624
  "value": "false"
51798
52625
  },
51799
52626
  {
51800
52627
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
51801
52628
  "kind": "BooleanLiteral",
51802
- "offset": 262163,
52629
+ "offset": 267242,
51803
52630
  "length": 5,
51804
52631
  "value": "false"
51805
52632
  },
@@ -51978,45 +52805,59 @@
51978
52805
  "length": 23,
51979
52806
  "value": "\"shortkit-posters-prod\""
51980
52807
  },
52808
+ {
52809
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
52810
+ "kind": "BooleanLiteral",
52811
+ "offset": 1752,
52812
+ "length": 5,
52813
+ "value": "false"
52814
+ },
51981
52815
  {
51982
52816
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
51983
52817
  "kind": "Array",
51984
- "offset": 1021,
52818
+ "offset": 1852,
51985
52819
  "length": 2,
51986
52820
  "value": "[]"
51987
52821
  },
51988
52822
  {
51989
52823
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
51990
52824
  "kind": "IntegerLiteral",
51991
- "offset": 1069,
52825
+ "offset": 1900,
51992
52826
  "length": 1,
51993
52827
  "value": "0"
51994
52828
  },
51995
52829
  {
51996
52830
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
51997
52831
  "kind": "Array",
51998
- "offset": 1815,
52832
+ "offset": 2646,
51999
52833
  "length": 2,
52000
52834
  "value": "[]"
52001
52835
  },
52002
52836
  {
52003
52837
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
52004
52838
  "kind": "Dictionary",
52005
- "offset": 2143,
52839
+ "offset": 2974,
52006
52840
  "length": 3,
52007
52841
  "value": "[]"
52008
52842
  },
52843
+ {
52844
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
52845
+ "kind": "IntegerLiteral",
52846
+ "offset": 3395,
52847
+ "length": 1,
52848
+ "value": "0"
52849
+ },
52009
52850
  {
52010
52851
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
52011
52852
  "kind": "BooleanLiteral",
52012
- "offset": 24596,
52853
+ "offset": 31591,
52013
52854
  "length": 4,
52014
52855
  "value": "true"
52015
52856
  },
52016
52857
  {
52017
52858
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
52018
52859
  "kind": "IntegerLiteral",
52019
- "offset": 31045,
52860
+ "offset": 38856,
52020
52861
  "length": 1,
52021
52862
  "value": "0"
52022
52863
  },
@@ -52676,7 +53517,7 @@
52676
53517
  "kind": "StringLiteral",
52677
53518
  "offset": 154,
52678
53519
  "length": 8,
52679
- "value": "\"0.2.35\""
53520
+ "value": "\"0.2.36\""
52680
53521
  },
52681
53522
  {
52682
53523
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
@@ -53056,6 +53897,13 @@
53056
53897
  "length": 2,
53057
53898
  "value": "12"
53058
53899
  },
53900
+ {
53901
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/FeedInteractiveDismissController.swift",
53902
+ "kind": "IntegerLiteral",
53903
+ "offset": 21554,
53904
+ "length": 2,
53905
+ "value": "40"
53906
+ },
53059
53907
  {
53060
53908
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/LiveRoomDismissController.swift",
53061
53909
  "kind": "StringLiteral",