@shortkitsdk/react-native 0.2.46 → 0.2.48

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 (28) hide show
  1. package/android/libs/shortkit-release.aar +0 -0
  2. package/android/src/main/java/com/shortkit/reactnative/ShortKitBridge.kt +2 -4
  3. package/ios/ShortKitBridge.swift +74 -1
  4. package/ios/ShortKitModule.mm +10 -0
  5. package/ios/ShortKitPushHostViewController.swift +59 -0
  6. package/ios/ShortKitSDK.xcframework/Info.plist +5 -5
  7. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Info.plist +2 -2
  8. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.abi.json +1338 -159
  9. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +29 -8
  10. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  11. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftinterface +29 -8
  12. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/ShortKitSDK +0 -0
  13. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/_CodeSignature/CodeResources +9 -9
  14. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Info.plist +2 -2
  15. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +1338 -159
  16. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +29 -8
  17. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  18. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +29 -8
  19. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +1338 -159
  20. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +29 -8
  21. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  22. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +29 -8
  23. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
  24. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/_CodeSignature/CodeResources +17 -17
  25. package/package.json +1 -1
  26. package/src/ShortKitCommands.ts +39 -0
  27. package/src/index.ts +5 -0
  28. package/src/specs/NativeShortKitModule.ts +4 -0
@@ -8920,10 +8920,160 @@
8920
8920
  }
8921
8921
  ]
8922
8922
  },
8923
+ {
8924
+ "kind": "Var",
8925
+ "name": "shouldExpandLiveRoom",
8926
+ "printedName": "shouldExpandLiveRoom",
8927
+ "children": [
8928
+ {
8929
+ "kind": "TypeNominal",
8930
+ "name": "Optional",
8931
+ "printedName": "((ShortKitSDK.ContentItem) -> Swift.Bool)?",
8932
+ "children": [
8933
+ {
8934
+ "kind": "TypeFunc",
8935
+ "name": "Function",
8936
+ "printedName": "(ShortKitSDK.ContentItem) -> Swift.Bool",
8937
+ "children": [
8938
+ {
8939
+ "kind": "TypeNominal",
8940
+ "name": "Bool",
8941
+ "printedName": "Swift.Bool",
8942
+ "usr": "s:Sb"
8943
+ },
8944
+ {
8945
+ "kind": "TypeNominal",
8946
+ "name": "ContentItem",
8947
+ "printedName": "ShortKitSDK.ContentItem",
8948
+ "usr": "s:11ShortKitSDK11ContentItemV"
8949
+ }
8950
+ ]
8951
+ }
8952
+ ],
8953
+ "usr": "s:Sq"
8954
+ }
8955
+ ],
8956
+ "declKind": "Var",
8957
+ "usr": "s:11ShortKitSDK10FeedConfigV20shouldExpandLiveRoomSbAA11ContentItemVcSgvp",
8958
+ "mangledName": "$s11ShortKitSDK10FeedConfigV20shouldExpandLiveRoomSbAA11ContentItemVcSgvp",
8959
+ "moduleName": "ShortKitSDK",
8960
+ "declAttributes": [
8961
+ "HasInitialValue",
8962
+ "HasStorage",
8963
+ "AccessControl",
8964
+ "RawDocComment"
8965
+ ],
8966
+ "hasStorage": true,
8967
+ "accessors": [
8968
+ {
8969
+ "kind": "Accessor",
8970
+ "name": "Get",
8971
+ "printedName": "Get()",
8972
+ "children": [
8973
+ {
8974
+ "kind": "TypeNominal",
8975
+ "name": "Optional",
8976
+ "printedName": "((ShortKitSDK.ContentItem) -> Swift.Bool)?",
8977
+ "children": [
8978
+ {
8979
+ "kind": "TypeFunc",
8980
+ "name": "Function",
8981
+ "printedName": "(ShortKitSDK.ContentItem) -> Swift.Bool",
8982
+ "children": [
8983
+ {
8984
+ "kind": "TypeNominal",
8985
+ "name": "Bool",
8986
+ "printedName": "Swift.Bool",
8987
+ "usr": "s:Sb"
8988
+ },
8989
+ {
8990
+ "kind": "TypeNominal",
8991
+ "name": "ContentItem",
8992
+ "printedName": "ShortKitSDK.ContentItem",
8993
+ "usr": "s:11ShortKitSDK11ContentItemV"
8994
+ }
8995
+ ]
8996
+ }
8997
+ ],
8998
+ "usr": "s:Sq"
8999
+ }
9000
+ ],
9001
+ "declKind": "Accessor",
9002
+ "usr": "s:11ShortKitSDK10FeedConfigV20shouldExpandLiveRoomSbAA11ContentItemVcSgvg",
9003
+ "mangledName": "$s11ShortKitSDK10FeedConfigV20shouldExpandLiveRoomSbAA11ContentItemVcSgvg",
9004
+ "moduleName": "ShortKitSDK",
9005
+ "implicit": true,
9006
+ "accessorKind": "get"
9007
+ },
9008
+ {
9009
+ "kind": "Accessor",
9010
+ "name": "Set",
9011
+ "printedName": "Set()",
9012
+ "children": [
9013
+ {
9014
+ "kind": "TypeNominal",
9015
+ "name": "Void",
9016
+ "printedName": "()"
9017
+ },
9018
+ {
9019
+ "kind": "TypeNominal",
9020
+ "name": "Optional",
9021
+ "printedName": "((ShortKitSDK.ContentItem) -> Swift.Bool)?",
9022
+ "children": [
9023
+ {
9024
+ "kind": "TypeFunc",
9025
+ "name": "Function",
9026
+ "printedName": "(ShortKitSDK.ContentItem) -> Swift.Bool",
9027
+ "children": [
9028
+ {
9029
+ "kind": "TypeNominal",
9030
+ "name": "Bool",
9031
+ "printedName": "Swift.Bool",
9032
+ "usr": "s:Sb"
9033
+ },
9034
+ {
9035
+ "kind": "TypeNominal",
9036
+ "name": "ContentItem",
9037
+ "printedName": "ShortKitSDK.ContentItem",
9038
+ "usr": "s:11ShortKitSDK11ContentItemV"
9039
+ }
9040
+ ]
9041
+ }
9042
+ ],
9043
+ "usr": "s:Sq"
9044
+ }
9045
+ ],
9046
+ "declKind": "Accessor",
9047
+ "usr": "s:11ShortKitSDK10FeedConfigV20shouldExpandLiveRoomSbAA11ContentItemVcSgvs",
9048
+ "mangledName": "$s11ShortKitSDK10FeedConfigV20shouldExpandLiveRoomSbAA11ContentItemVcSgvs",
9049
+ "moduleName": "ShortKitSDK",
9050
+ "implicit": true,
9051
+ "accessorKind": "set"
9052
+ },
9053
+ {
9054
+ "kind": "Accessor",
9055
+ "name": "Modify",
9056
+ "printedName": "Modify()",
9057
+ "children": [
9058
+ {
9059
+ "kind": "TypeNominal",
9060
+ "name": "Void",
9061
+ "printedName": "()"
9062
+ }
9063
+ ],
9064
+ "declKind": "Accessor",
9065
+ "usr": "s:11ShortKitSDK10FeedConfigV20shouldExpandLiveRoomSbAA11ContentItemVcSgvM",
9066
+ "mangledName": "$s11ShortKitSDK10FeedConfigV20shouldExpandLiveRoomSbAA11ContentItemVcSgvM",
9067
+ "moduleName": "ShortKitSDK",
9068
+ "implicit": true,
9069
+ "accessorKind": "_modify"
9070
+ }
9071
+ ]
9072
+ },
8923
9073
  {
8924
9074
  "kind": "Constructor",
8925
9075
  "name": "init",
8926
- "printedName": "init(feedHeight:scrollAxis:videoOverlay:carouselOverlay:videoCarouselOverlay:surveyOverlay:adOverlay:liveOverlay:liveEndedOverlay:liveRoomMask:muteOnStart:autoplay:feedSource:coldStartEnabled:pullToRefreshEnabled:filter:preload:)",
9076
+ "printedName": "init(feedHeight:scrollAxis:videoOverlay:carouselOverlay:videoCarouselOverlay:surveyOverlay:adOverlay:liveOverlay:liveEndedOverlay:liveRoomMask:muteOnStart:autoplay:feedSource:coldStartEnabled:pullToRefreshEnabled:filter:preload:shouldExpandLiveRoom:)",
8927
9077
  "children": [
8928
9078
  {
8929
9079
  "kind": "TypeNominal",
@@ -9065,11 +9215,39 @@
9065
9215
  ],
9066
9216
  "hasDefaultArg": true,
9067
9217
  "usr": "s:Sq"
9218
+ },
9219
+ {
9220
+ "kind": "TypeNominal",
9221
+ "name": "Optional",
9222
+ "printedName": "((ShortKitSDK.ContentItem) -> Swift.Bool)?",
9223
+ "children": [
9224
+ {
9225
+ "kind": "TypeFunc",
9226
+ "name": "Function",
9227
+ "printedName": "(ShortKitSDK.ContentItem) -> Swift.Bool",
9228
+ "children": [
9229
+ {
9230
+ "kind": "TypeNominal",
9231
+ "name": "Bool",
9232
+ "printedName": "Swift.Bool",
9233
+ "usr": "s:Sb"
9234
+ },
9235
+ {
9236
+ "kind": "TypeNominal",
9237
+ "name": "ContentItem",
9238
+ "printedName": "ShortKitSDK.ContentItem",
9239
+ "usr": "s:11ShortKitSDK11ContentItemV"
9240
+ }
9241
+ ]
9242
+ }
9243
+ ],
9244
+ "hasDefaultArg": true,
9245
+ "usr": "s:Sq"
9068
9246
  }
9069
9247
  ],
9070
9248
  "declKind": "Constructor",
9071
- "usr": "s:11ShortKitSDK10FeedConfigV10feedHeight10scrollAxis12videoOverlay08carouselK00j8CarouselK006surveyK002adK004liveK00p5EndedK00P8RoomMask11muteOnStart8autoplay0F6Source04coldV7Enabled013pullToRefreshZ06filter7preloadAcA0dG0O_AA06ScrollI0OAA05VideoK4ModeOAA0mK4ModeOAA05VideomK4ModeOAA06SurveyK4ModeOAA02AdK4ModeOAA04LiveK4ModeOAA04LiveqK4ModeOAA04LiverS4ModeOS2bAA0dX0OS2bAA0D6FilterVSgAA0D7PreloadCSgtcfc",
9072
- "mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeight10scrollAxis12videoOverlay08carouselK00j8CarouselK006surveyK002adK004liveK00p5EndedK00P8RoomMask11muteOnStart8autoplay0F6Source04coldV7Enabled013pullToRefreshZ06filter7preloadAcA0dG0O_AA06ScrollI0OAA05VideoK4ModeOAA0mK4ModeOAA05VideomK4ModeOAA06SurveyK4ModeOAA02AdK4ModeOAA04LiveK4ModeOAA04LiveqK4ModeOAA04LiverS4ModeOS2bAA0dX0OS2bAA0D6FilterVSgAA0D7PreloadCSgtcfc",
9249
+ "usr": "s:11ShortKitSDK10FeedConfigV10feedHeight10scrollAxis12videoOverlay08carouselK00j8CarouselK006surveyK002adK004liveK00p5EndedK00P8RoomMask11muteOnStart8autoplay0F6Source04coldV7Enabled013pullToRefreshZ06filter7preload016shouldExpandLiveR0AcA0dG0O_AA06ScrollI0OAA05VideoK4ModeOAA0mK4ModeOAA05VideomK4ModeOAA06SurveyK4ModeOAA02AdK4ModeOAA04LiveK4ModeOAA04LiveqK4ModeOAA04LiverS4ModeOS2bAA0dX0OS2bAA0D6FilterVSgAA0D7PreloadCSgSbAA11ContentItemVcSgtcfc",
9250
+ "mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeight10scrollAxis12videoOverlay08carouselK00j8CarouselK006surveyK002adK004liveK00p5EndedK00P8RoomMask11muteOnStart8autoplay0F6Source04coldV7Enabled013pullToRefreshZ06filter7preload016shouldExpandLiveR0AcA0dG0O_AA06ScrollI0OAA05VideoK4ModeOAA0mK4ModeOAA05VideomK4ModeOAA06SurveyK4ModeOAA02AdK4ModeOAA04LiveK4ModeOAA04LiveqK4ModeOAA04LiverS4ModeOS2bAA0dX0OS2bAA0D6FilterVSgAA0D7PreloadCSgSbAA11ContentItemVcSgtcfc",
9073
9251
  "moduleName": "ShortKitSDK",
9074
9252
  "declAttributes": [
9075
9253
  "AccessControl"
@@ -22411,6 +22589,47 @@
22411
22589
  ],
22412
22590
  "funcSelfKind": "NonMutating"
22413
22591
  },
22592
+ {
22593
+ "kind": "Function",
22594
+ "name": "prependSeedItem",
22595
+ "printedName": "prependSeedItem(_:scrollToId:animated:)",
22596
+ "children": [
22597
+ {
22598
+ "kind": "TypeNominal",
22599
+ "name": "Void",
22600
+ "printedName": "()"
22601
+ },
22602
+ {
22603
+ "kind": "TypeNominal",
22604
+ "name": "FeedInput",
22605
+ "printedName": "ShortKitSDK.FeedInput",
22606
+ "usr": "s:11ShortKitSDK9FeedInputO"
22607
+ },
22608
+ {
22609
+ "kind": "TypeNominal",
22610
+ "name": "String",
22611
+ "printedName": "Swift.String",
22612
+ "usr": "s:SS"
22613
+ },
22614
+ {
22615
+ "kind": "TypeNominal",
22616
+ "name": "Bool",
22617
+ "printedName": "Swift.Bool",
22618
+ "hasDefaultArg": true,
22619
+ "usr": "s:Sb"
22620
+ }
22621
+ ],
22622
+ "declKind": "Func",
22623
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC15prependSeedItem_10scrollToId8animatedyAA0D5InputO_SSSbtF",
22624
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC15prependSeedItem_10scrollToId8animatedyAA0D5InputO_SSSbtF",
22625
+ "moduleName": "ShortKitSDK",
22626
+ "declAttributes": [
22627
+ "AccessControl",
22628
+ "Custom",
22629
+ "RawDocComment"
22630
+ ],
22631
+ "funcSelfKind": "NonMutating"
22632
+ },
22414
22633
  {
22415
22634
  "kind": "Function",
22416
22635
  "name": "applyFilter",
@@ -29146,12 +29365,12 @@
29146
29365
  {
29147
29366
  "kind": "TypeFunc",
29148
29367
  "name": "Function",
29149
- "printedName": "(ShortKitSDK.FeedInput.Type) -> (Swift.String, ShortKitSDK.ContentOrigin, Swift.String?) -> ShortKitSDK.FeedInput",
29368
+ "printedName": "(ShortKitSDK.FeedInput.Type) -> (Swift.String, ShortKitSDK.ContentOrigin, Swift.String?, Swift.String?) -> ShortKitSDK.FeedInput",
29150
29369
  "children": [
29151
29370
  {
29152
29371
  "kind": "TypeFunc",
29153
29372
  "name": "Function",
29154
- "printedName": "(Swift.String, ShortKitSDK.ContentOrigin, Swift.String?) -> ShortKitSDK.FeedInput",
29373
+ "printedName": "(Swift.String, ShortKitSDK.ContentOrigin, Swift.String?, Swift.String?) -> ShortKitSDK.FeedInput",
29155
29374
  "children": [
29156
29375
  {
29157
29376
  "kind": "TypeNominal",
@@ -29162,7 +29381,7 @@
29162
29381
  {
29163
29382
  "kind": "TypeNominal",
29164
29383
  "name": "Tuple",
29165
- "printedName": "(playbackId: Swift.String, origin: ShortKitSDK.ContentOrigin, fallbackUrl: Swift.String?)",
29384
+ "printedName": "(playbackId: Swift.String, origin: ShortKitSDK.ContentOrigin, fallbackUrl: Swift.String?, contentId: Swift.String?)",
29166
29385
  "children": [
29167
29386
  {
29168
29387
  "kind": "TypeNominal",
@@ -29189,66 +29408,80 @@
29189
29408
  }
29190
29409
  ],
29191
29410
  "usr": "s:Sq"
29192
- }
29193
- ]
29194
- }
29195
- ]
29196
- },
29197
- {
29198
- "kind": "TypeNominal",
29199
- "name": "Metatype",
29200
- "printedName": "ShortKitSDK.FeedInput.Type",
29201
- "children": [
29202
- {
29203
- "kind": "TypeNominal",
29204
- "name": "FeedInput",
29205
- "printedName": "ShortKitSDK.FeedInput",
29206
- "usr": "s:11ShortKitSDK9FeedInputO"
29207
- }
29208
- ]
29209
- }
29210
- ]
29211
- }
29212
- ],
29213
- "declKind": "EnumElement",
29214
- "usr": "s:11ShortKitSDK9FeedInputO5videoyACSS_AA13ContentOriginOSSSgtcACmF",
29215
- "mangledName": "$s11ShortKitSDK9FeedInputO5videoyACSS_AA13ContentOriginOSSSgtcACmF",
29216
- "moduleName": "ShortKitSDK",
29217
- "declAttributes": [
29218
- "RawDocComment"
29219
- ]
29220
- },
29221
- {
29222
- "kind": "Var",
29223
- "name": "liveStream",
29224
- "printedName": "liveStream",
29225
- "children": [
29226
- {
29227
- "kind": "TypeFunc",
29228
- "name": "Function",
29229
- "printedName": "(ShortKitSDK.FeedInput.Type) -> (Swift.String) -> ShortKitSDK.FeedInput",
29230
- "children": [
29231
- {
29232
- "kind": "TypeFunc",
29233
- "name": "Function",
29234
- "printedName": "(Swift.String) -> ShortKitSDK.FeedInput",
29235
- "children": [
29236
- {
29237
- "kind": "TypeNominal",
29238
- "name": "FeedInput",
29239
- "printedName": "ShortKitSDK.FeedInput",
29240
- "usr": "s:11ShortKitSDK9FeedInputO"
29241
- },
29242
- {
29243
- "kind": "TypeNominal",
29244
- "name": "Tuple",
29245
- "printedName": "(playbackId: Swift.String)",
29246
- "children": [
29411
+ },
29247
29412
  {
29248
29413
  "kind": "TypeNominal",
29249
- "name": "String",
29250
- "printedName": "Swift.String",
29251
- "usr": "s:SS"
29414
+ "name": "Optional",
29415
+ "printedName": "Swift.String?",
29416
+ "children": [
29417
+ {
29418
+ "kind": "TypeNominal",
29419
+ "name": "String",
29420
+ "printedName": "Swift.String",
29421
+ "usr": "s:SS"
29422
+ }
29423
+ ],
29424
+ "usr": "s:Sq"
29425
+ }
29426
+ ]
29427
+ }
29428
+ ]
29429
+ },
29430
+ {
29431
+ "kind": "TypeNominal",
29432
+ "name": "Metatype",
29433
+ "printedName": "ShortKitSDK.FeedInput.Type",
29434
+ "children": [
29435
+ {
29436
+ "kind": "TypeNominal",
29437
+ "name": "FeedInput",
29438
+ "printedName": "ShortKitSDK.FeedInput",
29439
+ "usr": "s:11ShortKitSDK9FeedInputO"
29440
+ }
29441
+ ]
29442
+ }
29443
+ ]
29444
+ }
29445
+ ],
29446
+ "declKind": "EnumElement",
29447
+ "usr": "s:11ShortKitSDK9FeedInputO5videoyACSS_AA13ContentOriginOSSSgAGtcACmF",
29448
+ "mangledName": "$s11ShortKitSDK9FeedInputO5videoyACSS_AA13ContentOriginOSSSgAGtcACmF",
29449
+ "moduleName": "ShortKitSDK",
29450
+ "declAttributes": [
29451
+ "RawDocComment"
29452
+ ]
29453
+ },
29454
+ {
29455
+ "kind": "Var",
29456
+ "name": "liveStream",
29457
+ "printedName": "liveStream",
29458
+ "children": [
29459
+ {
29460
+ "kind": "TypeFunc",
29461
+ "name": "Function",
29462
+ "printedName": "(ShortKitSDK.FeedInput.Type) -> (Swift.String) -> ShortKitSDK.FeedInput",
29463
+ "children": [
29464
+ {
29465
+ "kind": "TypeFunc",
29466
+ "name": "Function",
29467
+ "printedName": "(Swift.String) -> ShortKitSDK.FeedInput",
29468
+ "children": [
29469
+ {
29470
+ "kind": "TypeNominal",
29471
+ "name": "FeedInput",
29472
+ "printedName": "ShortKitSDK.FeedInput",
29473
+ "usr": "s:11ShortKitSDK9FeedInputO"
29474
+ },
29475
+ {
29476
+ "kind": "TypeNominal",
29477
+ "name": "Tuple",
29478
+ "printedName": "(playbackId: Swift.String)",
29479
+ "children": [
29480
+ {
29481
+ "kind": "TypeNominal",
29482
+ "name": "String",
29483
+ "printedName": "Swift.String",
29484
+ "usr": "s:SS"
29252
29485
  }
29253
29486
  ]
29254
29487
  }
@@ -49268,6 +49501,233 @@
49268
49501
  ],
49269
49502
  "funcSelfKind": "NonMutating"
49270
49503
  },
49504
+ {
49505
+ "kind": "Var",
49506
+ "name": "onContentHeightChange",
49507
+ "printedName": "onContentHeightChange",
49508
+ "children": [
49509
+ {
49510
+ "kind": "TypeNominal",
49511
+ "name": "Optional",
49512
+ "printedName": "((CoreGraphics.CGFloat) -> ())?",
49513
+ "children": [
49514
+ {
49515
+ "kind": "TypeFunc",
49516
+ "name": "Function",
49517
+ "printedName": "(CoreGraphics.CGFloat) -> ()",
49518
+ "children": [
49519
+ {
49520
+ "kind": "TypeNominal",
49521
+ "name": "Void",
49522
+ "printedName": "()"
49523
+ },
49524
+ {
49525
+ "kind": "TypeNominal",
49526
+ "name": "CGFloat",
49527
+ "printedName": "CoreGraphics.CGFloat",
49528
+ "usr": "s:14CoreFoundation7CGFloatV"
49529
+ }
49530
+ ]
49531
+ }
49532
+ ],
49533
+ "usr": "s:Sq"
49534
+ }
49535
+ ],
49536
+ "declKind": "Var",
49537
+ "usr": "s:11ShortKitSDK0aB20WidgetViewControllerC21onContentHeightChangey14CoreFoundation7CGFloatVcSgvp",
49538
+ "mangledName": "$s11ShortKitSDK0aB20WidgetViewControllerC21onContentHeightChangey12CoreGraphics7CGFloatVcSgvp",
49539
+ "moduleName": "ShortKitSDK",
49540
+ "declAttributes": [
49541
+ "HasInitialValue",
49542
+ "Final",
49543
+ "Preconcurrency",
49544
+ "Custom",
49545
+ "HasStorage",
49546
+ "AccessControl",
49547
+ "RawDocComment"
49548
+ ],
49549
+ "hasStorage": true,
49550
+ "accessors": [
49551
+ {
49552
+ "kind": "Accessor",
49553
+ "name": "Get",
49554
+ "printedName": "Get()",
49555
+ "children": [
49556
+ {
49557
+ "kind": "TypeNominal",
49558
+ "name": "Optional",
49559
+ "printedName": "((CoreGraphics.CGFloat) -> ())?",
49560
+ "children": [
49561
+ {
49562
+ "kind": "TypeFunc",
49563
+ "name": "Function",
49564
+ "printedName": "(CoreGraphics.CGFloat) -> ()",
49565
+ "children": [
49566
+ {
49567
+ "kind": "TypeNominal",
49568
+ "name": "Void",
49569
+ "printedName": "()"
49570
+ },
49571
+ {
49572
+ "kind": "TypeNominal",
49573
+ "name": "CGFloat",
49574
+ "printedName": "CoreGraphics.CGFloat",
49575
+ "usr": "s:14CoreFoundation7CGFloatV"
49576
+ }
49577
+ ]
49578
+ }
49579
+ ],
49580
+ "usr": "s:Sq"
49581
+ }
49582
+ ],
49583
+ "declKind": "Accessor",
49584
+ "usr": "s:11ShortKitSDK0aB20WidgetViewControllerC21onContentHeightChangey14CoreFoundation7CGFloatVcSgvg",
49585
+ "mangledName": "$s11ShortKitSDK0aB20WidgetViewControllerC21onContentHeightChangey12CoreGraphics7CGFloatVcSgvg",
49586
+ "moduleName": "ShortKitSDK",
49587
+ "implicit": true,
49588
+ "declAttributes": [
49589
+ "Final"
49590
+ ],
49591
+ "accessorKind": "get"
49592
+ },
49593
+ {
49594
+ "kind": "Accessor",
49595
+ "name": "Set",
49596
+ "printedName": "Set()",
49597
+ "children": [
49598
+ {
49599
+ "kind": "TypeNominal",
49600
+ "name": "Void",
49601
+ "printedName": "()"
49602
+ },
49603
+ {
49604
+ "kind": "TypeNominal",
49605
+ "name": "Optional",
49606
+ "printedName": "((CoreGraphics.CGFloat) -> ())?",
49607
+ "children": [
49608
+ {
49609
+ "kind": "TypeFunc",
49610
+ "name": "Function",
49611
+ "printedName": "(CoreGraphics.CGFloat) -> ()",
49612
+ "children": [
49613
+ {
49614
+ "kind": "TypeNominal",
49615
+ "name": "Void",
49616
+ "printedName": "()"
49617
+ },
49618
+ {
49619
+ "kind": "TypeNominal",
49620
+ "name": "CGFloat",
49621
+ "printedName": "CoreGraphics.CGFloat",
49622
+ "usr": "s:14CoreFoundation7CGFloatV"
49623
+ }
49624
+ ]
49625
+ }
49626
+ ],
49627
+ "usr": "s:Sq"
49628
+ }
49629
+ ],
49630
+ "declKind": "Accessor",
49631
+ "usr": "s:11ShortKitSDK0aB20WidgetViewControllerC21onContentHeightChangey14CoreFoundation7CGFloatVcSgvs",
49632
+ "mangledName": "$s11ShortKitSDK0aB20WidgetViewControllerC21onContentHeightChangey12CoreGraphics7CGFloatVcSgvs",
49633
+ "moduleName": "ShortKitSDK",
49634
+ "implicit": true,
49635
+ "declAttributes": [
49636
+ "Final"
49637
+ ],
49638
+ "accessorKind": "set"
49639
+ },
49640
+ {
49641
+ "kind": "Accessor",
49642
+ "name": "Modify",
49643
+ "printedName": "Modify()",
49644
+ "children": [
49645
+ {
49646
+ "kind": "TypeNominal",
49647
+ "name": "Void",
49648
+ "printedName": "()"
49649
+ }
49650
+ ],
49651
+ "declKind": "Accessor",
49652
+ "usr": "s:11ShortKitSDK0aB20WidgetViewControllerC21onContentHeightChangey14CoreFoundation7CGFloatVcSgvM",
49653
+ "mangledName": "$s11ShortKitSDK0aB20WidgetViewControllerC21onContentHeightChangey12CoreGraphics7CGFloatVcSgvM",
49654
+ "moduleName": "ShortKitSDK",
49655
+ "implicit": true,
49656
+ "declAttributes": [
49657
+ "Final"
49658
+ ],
49659
+ "accessorKind": "_modify"
49660
+ }
49661
+ ]
49662
+ },
49663
+ {
49664
+ "kind": "Function",
49665
+ "name": "appendItems",
49666
+ "printedName": "appendItems(_:)",
49667
+ "children": [
49668
+ {
49669
+ "kind": "TypeNominal",
49670
+ "name": "Void",
49671
+ "printedName": "()"
49672
+ },
49673
+ {
49674
+ "kind": "TypeNominal",
49675
+ "name": "Array",
49676
+ "printedName": "[ShortKitSDK.WidgetInput]",
49677
+ "children": [
49678
+ {
49679
+ "kind": "TypeNominal",
49680
+ "name": "WidgetInput",
49681
+ "printedName": "ShortKitSDK.WidgetInput",
49682
+ "usr": "s:11ShortKitSDK11WidgetInputO"
49683
+ }
49684
+ ],
49685
+ "usr": "s:Sa"
49686
+ }
49687
+ ],
49688
+ "declKind": "Func",
49689
+ "usr": "s:11ShortKitSDK0aB20WidgetViewControllerC11appendItemsyySayAA0D5InputOGF",
49690
+ "mangledName": "$s11ShortKitSDK0aB20WidgetViewControllerC11appendItemsyySayAA0D5InputOGF",
49691
+ "moduleName": "ShortKitSDK",
49692
+ "declAttributes": [
49693
+ "Preconcurrency",
49694
+ "Custom",
49695
+ "Final",
49696
+ "AccessControl",
49697
+ "RawDocComment"
49698
+ ],
49699
+ "funcSelfKind": "NonMutating"
49700
+ },
49701
+ {
49702
+ "kind": "Function",
49703
+ "name": "parentScrollViewDidScroll",
49704
+ "printedName": "parentScrollViewDidScroll(_:)",
49705
+ "children": [
49706
+ {
49707
+ "kind": "TypeNominal",
49708
+ "name": "Void",
49709
+ "printedName": "()"
49710
+ },
49711
+ {
49712
+ "kind": "TypeNominal",
49713
+ "name": "UIScrollView",
49714
+ "printedName": "UIKit.UIScrollView",
49715
+ "usr": "c:objc(cs)UIScrollView"
49716
+ }
49717
+ ],
49718
+ "declKind": "Func",
49719
+ "usr": "s:11ShortKitSDK0aB20WidgetViewControllerC012parentScrolle3DidH0yySo08UIScrollE0CF",
49720
+ "mangledName": "$s11ShortKitSDK0aB20WidgetViewControllerC012parentScrolle3DidH0yySo08UIScrollE0CF",
49721
+ "moduleName": "ShortKitSDK",
49722
+ "declAttributes": [
49723
+ "Preconcurrency",
49724
+ "Custom",
49725
+ "Final",
49726
+ "AccessControl",
49727
+ "RawDocComment"
49728
+ ],
49729
+ "funcSelfKind": "NonMutating"
49730
+ },
49271
49731
  {
49272
49732
  "kind": "Function",
49273
49733
  "name": "viewDidLoad",
@@ -49329,6 +49789,33 @@
49329
49789
  ],
49330
49790
  "funcSelfKind": "NonMutating"
49331
49791
  },
49792
+ {
49793
+ "kind": "Function",
49794
+ "name": "viewDidLayoutSubviews",
49795
+ "printedName": "viewDidLayoutSubviews()",
49796
+ "children": [
49797
+ {
49798
+ "kind": "TypeNominal",
49799
+ "name": "Void",
49800
+ "printedName": "()"
49801
+ }
49802
+ ],
49803
+ "declKind": "Func",
49804
+ "usr": "c:@M@ShortKitSDK@objc(cs)ShortKitWidgetViewController(im)viewDidLayoutSubviews",
49805
+ "mangledName": "$s11ShortKitSDK0aB20WidgetViewControllerC21viewDidLayoutSubviewsyyF",
49806
+ "moduleName": "ShortKitSDK",
49807
+ "overriding": true,
49808
+ "objc_name": "viewDidLayoutSubviews",
49809
+ "declAttributes": [
49810
+ "Final",
49811
+ "ObjC",
49812
+ "Preconcurrency",
49813
+ "Custom",
49814
+ "Override",
49815
+ "AccessControl"
49816
+ ],
49817
+ "funcSelfKind": "NonMutating"
49818
+ },
49332
49819
  {
49333
49820
  "kind": "Function",
49334
49821
  "name": "viewWillDisappear",
@@ -49496,6 +49983,50 @@
49496
49983
  "isFromExtension": true,
49497
49984
  "funcSelfKind": "NonMutating"
49498
49985
  },
49986
+ {
49987
+ "kind": "Function",
49988
+ "name": "collectionView",
49989
+ "printedName": "collectionView(_:willDisplay:forItemAt:)",
49990
+ "children": [
49991
+ {
49992
+ "kind": "TypeNominal",
49993
+ "name": "Void",
49994
+ "printedName": "()"
49995
+ },
49996
+ {
49997
+ "kind": "TypeNominal",
49998
+ "name": "UICollectionView",
49999
+ "printedName": "UIKit.UICollectionView",
50000
+ "usr": "c:objc(cs)UICollectionView"
50001
+ },
50002
+ {
50003
+ "kind": "TypeNominal",
50004
+ "name": "UICollectionViewCell",
50005
+ "printedName": "UIKit.UICollectionViewCell",
50006
+ "usr": "c:objc(cs)UICollectionViewCell"
50007
+ },
50008
+ {
50009
+ "kind": "TypeNominal",
50010
+ "name": "IndexPath",
50011
+ "printedName": "Foundation.IndexPath",
50012
+ "usr": "s:10Foundation9IndexPathV"
50013
+ }
50014
+ ],
50015
+ "declKind": "Func",
50016
+ "usr": "c:@CM@ShortKitSDK@objc(cs)ShortKitWidgetViewController(im)collectionView:willDisplayCell:forItemAtIndexPath:",
50017
+ "mangledName": "$s11ShortKitSDK0aB20WidgetViewControllerC010collectionE0_11willDisplay9forItemAtySo012UICollectionE0C_So0mE4CellC10Foundation9IndexPathVtF",
50018
+ "moduleName": "ShortKitSDK",
50019
+ "objc_name": "collectionView:willDisplayCell:forItemAtIndexPath:",
50020
+ "declAttributes": [
50021
+ "Final",
50022
+ "ObjC",
50023
+ "Preconcurrency",
50024
+ "Custom",
50025
+ "AccessControl"
50026
+ ],
50027
+ "isFromExtension": true,
50028
+ "funcSelfKind": "NonMutating"
50029
+ },
49499
50030
  {
49500
50031
  "kind": "Function",
49501
50032
  "name": "collectionView",
@@ -49799,35 +50330,35 @@
49799
50330
  },
49800
50331
  {
49801
50332
  "kind": "TypeDecl",
49802
- "name": "WidgetPlaybackMode",
49803
- "printedName": "WidgetPlaybackMode",
50333
+ "name": "GridSide",
50334
+ "printedName": "GridSide",
49804
50335
  "children": [
49805
50336
  {
49806
50337
  "kind": "Var",
49807
- "name": "singleVisibleRotating",
49808
- "printedName": "singleVisibleRotating",
50338
+ "name": "left",
50339
+ "printedName": "left",
49809
50340
  "children": [
49810
50341
  {
49811
50342
  "kind": "TypeFunc",
49812
50343
  "name": "Function",
49813
- "printedName": "(ShortKitSDK.WidgetPlaybackMode.Type) -> ShortKitSDK.WidgetPlaybackMode",
50344
+ "printedName": "(ShortKitSDK.GridSide.Type) -> ShortKitSDK.GridSide",
49814
50345
  "children": [
49815
50346
  {
49816
50347
  "kind": "TypeNominal",
49817
- "name": "WidgetPlaybackMode",
49818
- "printedName": "ShortKitSDK.WidgetPlaybackMode",
49819
- "usr": "s:11ShortKitSDK18WidgetPlaybackModeO"
50348
+ "name": "GridSide",
50349
+ "printedName": "ShortKitSDK.GridSide",
50350
+ "usr": "s:11ShortKitSDK8GridSideO"
49820
50351
  },
49821
50352
  {
49822
50353
  "kind": "TypeNominal",
49823
50354
  "name": "Metatype",
49824
- "printedName": "ShortKitSDK.WidgetPlaybackMode.Type",
50355
+ "printedName": "ShortKitSDK.GridSide.Type",
49825
50356
  "children": [
49826
50357
  {
49827
50358
  "kind": "TypeNominal",
49828
- "name": "WidgetPlaybackMode",
49829
- "printedName": "ShortKitSDK.WidgetPlaybackMode",
49830
- "usr": "s:11ShortKitSDK18WidgetPlaybackModeO"
50359
+ "name": "GridSide",
50360
+ "printedName": "ShortKitSDK.GridSide",
50361
+ "usr": "s:11ShortKitSDK8GridSideO"
49831
50362
  }
49832
50363
  ]
49833
50364
  }
@@ -49835,39 +50366,36 @@
49835
50366
  }
49836
50367
  ],
49837
50368
  "declKind": "EnumElement",
49838
- "usr": "s:11ShortKitSDK18WidgetPlaybackModeO21singleVisibleRotatingyA2CmF",
49839
- "mangledName": "$s11ShortKitSDK18WidgetPlaybackModeO21singleVisibleRotatingyA2CmF",
49840
- "moduleName": "ShortKitSDK",
49841
- "declAttributes": [
49842
- "RawDocComment"
49843
- ]
50369
+ "usr": "s:11ShortKitSDK8GridSideO4leftyA2CmF",
50370
+ "mangledName": "$s11ShortKitSDK8GridSideO4leftyA2CmF",
50371
+ "moduleName": "ShortKitSDK"
49844
50372
  },
49845
50373
  {
49846
50374
  "kind": "Var",
49847
- "name": "allVisibleSimultaneous",
49848
- "printedName": "allVisibleSimultaneous",
50375
+ "name": "right",
50376
+ "printedName": "right",
49849
50377
  "children": [
49850
50378
  {
49851
50379
  "kind": "TypeFunc",
49852
50380
  "name": "Function",
49853
- "printedName": "(ShortKitSDK.WidgetPlaybackMode.Type) -> ShortKitSDK.WidgetPlaybackMode",
50381
+ "printedName": "(ShortKitSDK.GridSide.Type) -> ShortKitSDK.GridSide",
49854
50382
  "children": [
49855
50383
  {
49856
50384
  "kind": "TypeNominal",
49857
- "name": "WidgetPlaybackMode",
49858
- "printedName": "ShortKitSDK.WidgetPlaybackMode",
49859
- "usr": "s:11ShortKitSDK18WidgetPlaybackModeO"
50385
+ "name": "GridSide",
50386
+ "printedName": "ShortKitSDK.GridSide",
50387
+ "usr": "s:11ShortKitSDK8GridSideO"
49860
50388
  },
49861
50389
  {
49862
50390
  "kind": "TypeNominal",
49863
50391
  "name": "Metatype",
49864
- "printedName": "ShortKitSDK.WidgetPlaybackMode.Type",
50392
+ "printedName": "ShortKitSDK.GridSide.Type",
49865
50393
  "children": [
49866
50394
  {
49867
50395
  "kind": "TypeNominal",
49868
- "name": "WidgetPlaybackMode",
49869
- "printedName": "ShortKitSDK.WidgetPlaybackMode",
49870
- "usr": "s:11ShortKitSDK18WidgetPlaybackModeO"
50396
+ "name": "GridSide",
50397
+ "printedName": "ShortKitSDK.GridSide",
50398
+ "usr": "s:11ShortKitSDK8GridSideO"
49871
50399
  }
49872
50400
  ]
49873
50401
  }
@@ -49875,12 +50403,9 @@
49875
50403
  }
49876
50404
  ],
49877
50405
  "declKind": "EnumElement",
49878
- "usr": "s:11ShortKitSDK18WidgetPlaybackModeO22allVisibleSimultaneousyA2CmF",
49879
- "mangledName": "$s11ShortKitSDK18WidgetPlaybackModeO22allVisibleSimultaneousyA2CmF",
49880
- "moduleName": "ShortKitSDK",
49881
- "declAttributes": [
49882
- "RawDocComment"
49883
- ]
50406
+ "usr": "s:11ShortKitSDK8GridSideO5rightyA2CmF",
50407
+ "mangledName": "$s11ShortKitSDK8GridSideO5rightyA2CmF",
50408
+ "moduleName": "ShortKitSDK"
49884
50409
  },
49885
50410
  {
49886
50411
  "kind": "Var",
@@ -49895,8 +50420,8 @@
49895
50420
  }
49896
50421
  ],
49897
50422
  "declKind": "Var",
49898
- "usr": "s:11ShortKitSDK18WidgetPlaybackModeO9hashValueSivp",
49899
- "mangledName": "$s11ShortKitSDK18WidgetPlaybackModeO9hashValueSivp",
50423
+ "usr": "s:11ShortKitSDK8GridSideO9hashValueSivp",
50424
+ "mangledName": "$s11ShortKitSDK8GridSideO9hashValueSivp",
49900
50425
  "moduleName": "ShortKitSDK",
49901
50426
  "implicit": true,
49902
50427
  "accessors": [
@@ -49913,8 +50438,8 @@
49913
50438
  }
49914
50439
  ],
49915
50440
  "declKind": "Accessor",
49916
- "usr": "s:11ShortKitSDK18WidgetPlaybackModeO9hashValueSivg",
49917
- "mangledName": "$s11ShortKitSDK18WidgetPlaybackModeO9hashValueSivg",
50441
+ "usr": "s:11ShortKitSDK8GridSideO9hashValueSivg",
50442
+ "mangledName": "$s11ShortKitSDK8GridSideO9hashValueSivg",
49918
50443
  "moduleName": "ShortKitSDK",
49919
50444
  "implicit": true,
49920
50445
  "accessorKind": "get"
@@ -49940,11 +50465,242 @@
49940
50465
  }
49941
50466
  ],
49942
50467
  "declKind": "Func",
49943
- "usr": "s:11ShortKitSDK18WidgetPlaybackModeO4hash4intoys6HasherVz_tF",
49944
- "mangledName": "$s11ShortKitSDK18WidgetPlaybackModeO4hash4intoys6HasherVz_tF",
50468
+ "usr": "s:11ShortKitSDK8GridSideO4hash4intoys6HasherVz_tF",
50469
+ "mangledName": "$s11ShortKitSDK8GridSideO4hash4intoys6HasherVz_tF",
50470
+ "moduleName": "ShortKitSDK",
50471
+ "implicit": true,
50472
+ "funcSelfKind": "NonMutating"
50473
+ },
50474
+ {
50475
+ "kind": "Function",
50476
+ "name": "==",
50477
+ "printedName": "==(_:_:)",
50478
+ "children": [
50479
+ {
50480
+ "kind": "TypeNominal",
50481
+ "name": "Bool",
50482
+ "printedName": "Swift.Bool",
50483
+ "usr": "s:Sb"
50484
+ },
50485
+ {
50486
+ "kind": "TypeNominal",
50487
+ "name": "GridSide",
50488
+ "printedName": "ShortKitSDK.GridSide",
50489
+ "usr": "s:11ShortKitSDK8GridSideO"
50490
+ },
50491
+ {
50492
+ "kind": "TypeNominal",
50493
+ "name": "GridSide",
50494
+ "printedName": "ShortKitSDK.GridSide",
50495
+ "usr": "s:11ShortKitSDK8GridSideO"
50496
+ }
50497
+ ],
50498
+ "declKind": "Func",
50499
+ "usr": "s:11ShortKitSDK8GridSideO2eeoiySbAC_ACtFZ",
50500
+ "mangledName": "$s11ShortKitSDK8GridSideO2eeoiySbAC_ACtFZ",
49945
50501
  "moduleName": "ShortKitSDK",
50502
+ "static": true,
49946
50503
  "implicit": true,
49947
50504
  "funcSelfKind": "NonMutating"
50505
+ }
50506
+ ],
50507
+ "declKind": "Enum",
50508
+ "usr": "s:11ShortKitSDK8GridSideO",
50509
+ "mangledName": "$s11ShortKitSDK8GridSideO",
50510
+ "moduleName": "ShortKitSDK",
50511
+ "declAttributes": [
50512
+ "AccessControl",
50513
+ "RawDocComment"
50514
+ ],
50515
+ "conformances": [
50516
+ {
50517
+ "kind": "Conformance",
50518
+ "name": "Copyable",
50519
+ "printedName": "Copyable",
50520
+ "usr": "s:s8CopyableP",
50521
+ "mangledName": "$ss8CopyableP"
50522
+ },
50523
+ {
50524
+ "kind": "Conformance",
50525
+ "name": "Escapable",
50526
+ "printedName": "Escapable",
50527
+ "usr": "s:s9EscapableP",
50528
+ "mangledName": "$ss9EscapableP"
50529
+ },
50530
+ {
50531
+ "kind": "Conformance",
50532
+ "name": "Hashable",
50533
+ "printedName": "Hashable",
50534
+ "usr": "s:SH",
50535
+ "mangledName": "$sSH"
50536
+ },
50537
+ {
50538
+ "kind": "Conformance",
50539
+ "name": "Equatable",
50540
+ "printedName": "Equatable",
50541
+ "usr": "s:SQ",
50542
+ "mangledName": "$sSQ"
50543
+ },
50544
+ {
50545
+ "kind": "Conformance",
50546
+ "name": "Sendable",
50547
+ "printedName": "Sendable",
50548
+ "usr": "s:s8SendableP",
50549
+ "mangledName": "$ss8SendableP"
50550
+ },
50551
+ {
50552
+ "kind": "Conformance",
50553
+ "name": "SendableMetatype",
50554
+ "printedName": "SendableMetatype",
50555
+ "usr": "s:s16SendableMetatypeP",
50556
+ "mangledName": "$ss16SendableMetatypeP"
50557
+ }
50558
+ ]
50559
+ },
50560
+ {
50561
+ "kind": "TypeDecl",
50562
+ "name": "WidgetPlaybackMode",
50563
+ "printedName": "WidgetPlaybackMode",
50564
+ "children": [
50565
+ {
50566
+ "kind": "Var",
50567
+ "name": "singleVisibleRotating",
50568
+ "printedName": "singleVisibleRotating",
50569
+ "children": [
50570
+ {
50571
+ "kind": "TypeFunc",
50572
+ "name": "Function",
50573
+ "printedName": "(ShortKitSDK.WidgetPlaybackMode.Type) -> ShortKitSDK.WidgetPlaybackMode",
50574
+ "children": [
50575
+ {
50576
+ "kind": "TypeNominal",
50577
+ "name": "WidgetPlaybackMode",
50578
+ "printedName": "ShortKitSDK.WidgetPlaybackMode",
50579
+ "usr": "s:11ShortKitSDK18WidgetPlaybackModeO"
50580
+ },
50581
+ {
50582
+ "kind": "TypeNominal",
50583
+ "name": "Metatype",
50584
+ "printedName": "ShortKitSDK.WidgetPlaybackMode.Type",
50585
+ "children": [
50586
+ {
50587
+ "kind": "TypeNominal",
50588
+ "name": "WidgetPlaybackMode",
50589
+ "printedName": "ShortKitSDK.WidgetPlaybackMode",
50590
+ "usr": "s:11ShortKitSDK18WidgetPlaybackModeO"
50591
+ }
50592
+ ]
50593
+ }
50594
+ ]
50595
+ }
50596
+ ],
50597
+ "declKind": "EnumElement",
50598
+ "usr": "s:11ShortKitSDK18WidgetPlaybackModeO21singleVisibleRotatingyA2CmF",
50599
+ "mangledName": "$s11ShortKitSDK18WidgetPlaybackModeO21singleVisibleRotatingyA2CmF",
50600
+ "moduleName": "ShortKitSDK",
50601
+ "declAttributes": [
50602
+ "RawDocComment"
50603
+ ]
50604
+ },
50605
+ {
50606
+ "kind": "Var",
50607
+ "name": "allVisibleSimultaneous",
50608
+ "printedName": "allVisibleSimultaneous",
50609
+ "children": [
50610
+ {
50611
+ "kind": "TypeFunc",
50612
+ "name": "Function",
50613
+ "printedName": "(ShortKitSDK.WidgetPlaybackMode.Type) -> ShortKitSDK.WidgetPlaybackMode",
50614
+ "children": [
50615
+ {
50616
+ "kind": "TypeNominal",
50617
+ "name": "WidgetPlaybackMode",
50618
+ "printedName": "ShortKitSDK.WidgetPlaybackMode",
50619
+ "usr": "s:11ShortKitSDK18WidgetPlaybackModeO"
50620
+ },
50621
+ {
50622
+ "kind": "TypeNominal",
50623
+ "name": "Metatype",
50624
+ "printedName": "ShortKitSDK.WidgetPlaybackMode.Type",
50625
+ "children": [
50626
+ {
50627
+ "kind": "TypeNominal",
50628
+ "name": "WidgetPlaybackMode",
50629
+ "printedName": "ShortKitSDK.WidgetPlaybackMode",
50630
+ "usr": "s:11ShortKitSDK18WidgetPlaybackModeO"
50631
+ }
50632
+ ]
50633
+ }
50634
+ ]
50635
+ }
50636
+ ],
50637
+ "declKind": "EnumElement",
50638
+ "usr": "s:11ShortKitSDK18WidgetPlaybackModeO22allVisibleSimultaneousyA2CmF",
50639
+ "mangledName": "$s11ShortKitSDK18WidgetPlaybackModeO22allVisibleSimultaneousyA2CmF",
50640
+ "moduleName": "ShortKitSDK",
50641
+ "declAttributes": [
50642
+ "RawDocComment"
50643
+ ]
50644
+ },
50645
+ {
50646
+ "kind": "Var",
50647
+ "name": "gridAlternating",
50648
+ "printedName": "gridAlternating",
50649
+ "children": [
50650
+ {
50651
+ "kind": "TypeFunc",
50652
+ "name": "Function",
50653
+ "printedName": "(ShortKitSDK.WidgetPlaybackMode.Type) -> (ShortKitSDK.GridSide) -> ShortKitSDK.WidgetPlaybackMode",
50654
+ "children": [
50655
+ {
50656
+ "kind": "TypeFunc",
50657
+ "name": "Function",
50658
+ "printedName": "(ShortKitSDK.GridSide) -> ShortKitSDK.WidgetPlaybackMode",
50659
+ "children": [
50660
+ {
50661
+ "kind": "TypeNominal",
50662
+ "name": "WidgetPlaybackMode",
50663
+ "printedName": "ShortKitSDK.WidgetPlaybackMode",
50664
+ "usr": "s:11ShortKitSDK18WidgetPlaybackModeO"
50665
+ },
50666
+ {
50667
+ "kind": "TypeNominal",
50668
+ "name": "Tuple",
50669
+ "printedName": "(startSide: ShortKitSDK.GridSide)",
50670
+ "children": [
50671
+ {
50672
+ "kind": "TypeNominal",
50673
+ "name": "GridSide",
50674
+ "printedName": "ShortKitSDK.GridSide",
50675
+ "usr": "s:11ShortKitSDK8GridSideO"
50676
+ }
50677
+ ]
50678
+ }
50679
+ ]
50680
+ },
50681
+ {
50682
+ "kind": "TypeNominal",
50683
+ "name": "Metatype",
50684
+ "printedName": "ShortKitSDK.WidgetPlaybackMode.Type",
50685
+ "children": [
50686
+ {
50687
+ "kind": "TypeNominal",
50688
+ "name": "WidgetPlaybackMode",
50689
+ "printedName": "ShortKitSDK.WidgetPlaybackMode",
50690
+ "usr": "s:11ShortKitSDK18WidgetPlaybackModeO"
50691
+ }
50692
+ ]
50693
+ }
50694
+ ]
50695
+ }
50696
+ ],
50697
+ "declKind": "EnumElement",
50698
+ "usr": "s:11ShortKitSDK18WidgetPlaybackModeO15gridAlternatingyAcA8GridSideO_tcACmF",
50699
+ "mangledName": "$s11ShortKitSDK18WidgetPlaybackModeO15gridAlternatingyAcA8GridSideO_tcACmF",
50700
+ "moduleName": "ShortKitSDK",
50701
+ "declAttributes": [
50702
+ "RawDocComment"
50703
+ ]
49948
50704
  },
49949
50705
  {
49950
50706
  "kind": "Function",
@@ -49995,6 +50751,13 @@
49995
50751
  "usr": "s:s8CopyableP",
49996
50752
  "mangledName": "$ss8CopyableP"
49997
50753
  },
50754
+ {
50755
+ "kind": "Conformance",
50756
+ "name": "Equatable",
50757
+ "printedName": "Equatable",
50758
+ "usr": "s:SQ",
50759
+ "mangledName": "$sSQ"
50760
+ },
49998
50761
  {
49999
50762
  "kind": "Conformance",
50000
50763
  "name": "Escapable",
@@ -50004,10 +50767,185 @@
50004
50767
  },
50005
50768
  {
50006
50769
  "kind": "Conformance",
50007
- "name": "Hashable",
50008
- "printedName": "Hashable",
50009
- "usr": "s:SH",
50010
- "mangledName": "$sSH"
50770
+ "name": "Sendable",
50771
+ "printedName": "Sendable",
50772
+ "usr": "s:s8SendableP",
50773
+ "mangledName": "$ss8SendableP"
50774
+ },
50775
+ {
50776
+ "kind": "Conformance",
50777
+ "name": "SendableMetatype",
50778
+ "printedName": "SendableMetatype",
50779
+ "usr": "s:s16SendableMetatypeP",
50780
+ "mangledName": "$ss16SendableMetatypeP"
50781
+ }
50782
+ ]
50783
+ },
50784
+ {
50785
+ "kind": "TypeDecl",
50786
+ "name": "WidgetLayout",
50787
+ "printedName": "WidgetLayout",
50788
+ "children": [
50789
+ {
50790
+ "kind": "Var",
50791
+ "name": "carousel",
50792
+ "printedName": "carousel",
50793
+ "children": [
50794
+ {
50795
+ "kind": "TypeFunc",
50796
+ "name": "Function",
50797
+ "printedName": "(ShortKitSDK.WidgetLayout.Type) -> ShortKitSDK.WidgetLayout",
50798
+ "children": [
50799
+ {
50800
+ "kind": "TypeNominal",
50801
+ "name": "WidgetLayout",
50802
+ "printedName": "ShortKitSDK.WidgetLayout",
50803
+ "usr": "s:11ShortKitSDK12WidgetLayoutO"
50804
+ },
50805
+ {
50806
+ "kind": "TypeNominal",
50807
+ "name": "Metatype",
50808
+ "printedName": "ShortKitSDK.WidgetLayout.Type",
50809
+ "children": [
50810
+ {
50811
+ "kind": "TypeNominal",
50812
+ "name": "WidgetLayout",
50813
+ "printedName": "ShortKitSDK.WidgetLayout",
50814
+ "usr": "s:11ShortKitSDK12WidgetLayoutO"
50815
+ }
50816
+ ]
50817
+ }
50818
+ ]
50819
+ }
50820
+ ],
50821
+ "declKind": "EnumElement",
50822
+ "usr": "s:11ShortKitSDK12WidgetLayoutO8carouselyA2CmF",
50823
+ "mangledName": "$s11ShortKitSDK12WidgetLayoutO8carouselyA2CmF",
50824
+ "moduleName": "ShortKitSDK",
50825
+ "declAttributes": [
50826
+ "RawDocComment"
50827
+ ]
50828
+ },
50829
+ {
50830
+ "kind": "Var",
50831
+ "name": "grid",
50832
+ "printedName": "grid",
50833
+ "children": [
50834
+ {
50835
+ "kind": "TypeFunc",
50836
+ "name": "Function",
50837
+ "printedName": "(ShortKitSDK.WidgetLayout.Type) -> (Swift.Int, CoreGraphics.CGFloat, Swift.Bool) -> ShortKitSDK.WidgetLayout",
50838
+ "children": [
50839
+ {
50840
+ "kind": "TypeFunc",
50841
+ "name": "Function",
50842
+ "printedName": "(Swift.Int, CoreGraphics.CGFloat, Swift.Bool) -> ShortKitSDK.WidgetLayout",
50843
+ "children": [
50844
+ {
50845
+ "kind": "TypeNominal",
50846
+ "name": "WidgetLayout",
50847
+ "printedName": "ShortKitSDK.WidgetLayout",
50848
+ "usr": "s:11ShortKitSDK12WidgetLayoutO"
50849
+ },
50850
+ {
50851
+ "kind": "TypeNominal",
50852
+ "name": "Tuple",
50853
+ "printedName": "(columns: Swift.Int, cellAspectRatio: CoreGraphics.CGFloat, scrollable: Swift.Bool)",
50854
+ "children": [
50855
+ {
50856
+ "kind": "TypeNominal",
50857
+ "name": "Int",
50858
+ "printedName": "Swift.Int",
50859
+ "usr": "s:Si"
50860
+ },
50861
+ {
50862
+ "kind": "TypeNominal",
50863
+ "name": "CGFloat",
50864
+ "printedName": "CoreGraphics.CGFloat",
50865
+ "usr": "s:14CoreFoundation7CGFloatV"
50866
+ },
50867
+ {
50868
+ "kind": "TypeNominal",
50869
+ "name": "Bool",
50870
+ "printedName": "Swift.Bool",
50871
+ "usr": "s:Sb"
50872
+ }
50873
+ ]
50874
+ }
50875
+ ]
50876
+ },
50877
+ {
50878
+ "kind": "TypeNominal",
50879
+ "name": "Metatype",
50880
+ "printedName": "ShortKitSDK.WidgetLayout.Type",
50881
+ "children": [
50882
+ {
50883
+ "kind": "TypeNominal",
50884
+ "name": "WidgetLayout",
50885
+ "printedName": "ShortKitSDK.WidgetLayout",
50886
+ "usr": "s:11ShortKitSDK12WidgetLayoutO"
50887
+ }
50888
+ ]
50889
+ }
50890
+ ]
50891
+ }
50892
+ ],
50893
+ "declKind": "EnumElement",
50894
+ "usr": "s:11ShortKitSDK12WidgetLayoutO4gridyACSi_14CoreFoundation7CGFloatVSbtcACmF",
50895
+ "mangledName": "$s11ShortKitSDK12WidgetLayoutO4gridyACSi_12CoreGraphics7CGFloatVSbtcACmF",
50896
+ "moduleName": "ShortKitSDK",
50897
+ "declAttributes": [
50898
+ "RawDocComment"
50899
+ ]
50900
+ },
50901
+ {
50902
+ "kind": "Function",
50903
+ "name": "==",
50904
+ "printedName": "==(_:_:)",
50905
+ "children": [
50906
+ {
50907
+ "kind": "TypeNominal",
50908
+ "name": "Bool",
50909
+ "printedName": "Swift.Bool",
50910
+ "usr": "s:Sb"
50911
+ },
50912
+ {
50913
+ "kind": "TypeNominal",
50914
+ "name": "WidgetLayout",
50915
+ "printedName": "ShortKitSDK.WidgetLayout",
50916
+ "usr": "s:11ShortKitSDK12WidgetLayoutO"
50917
+ },
50918
+ {
50919
+ "kind": "TypeNominal",
50920
+ "name": "WidgetLayout",
50921
+ "printedName": "ShortKitSDK.WidgetLayout",
50922
+ "usr": "s:11ShortKitSDK12WidgetLayoutO"
50923
+ }
50924
+ ],
50925
+ "declKind": "Func",
50926
+ "usr": "s:11ShortKitSDK12WidgetLayoutO2eeoiySbAC_ACtFZ",
50927
+ "mangledName": "$s11ShortKitSDK12WidgetLayoutO2eeoiySbAC_ACtFZ",
50928
+ "moduleName": "ShortKitSDK",
50929
+ "static": true,
50930
+ "implicit": true,
50931
+ "funcSelfKind": "NonMutating"
50932
+ }
50933
+ ],
50934
+ "declKind": "Enum",
50935
+ "usr": "s:11ShortKitSDK12WidgetLayoutO",
50936
+ "mangledName": "$s11ShortKitSDK12WidgetLayoutO",
50937
+ "moduleName": "ShortKitSDK",
50938
+ "declAttributes": [
50939
+ "AccessControl",
50940
+ "RawDocComment"
50941
+ ],
50942
+ "conformances": [
50943
+ {
50944
+ "kind": "Conformance",
50945
+ "name": "Copyable",
50946
+ "printedName": "Copyable",
50947
+ "usr": "s:s8CopyableP",
50948
+ "mangledName": "$ss8CopyableP"
50011
50949
  },
50012
50950
  {
50013
50951
  "kind": "Conformance",
@@ -50016,6 +50954,13 @@
50016
50954
  "usr": "s:SQ",
50017
50955
  "mangledName": "$sSQ"
50018
50956
  },
50957
+ {
50958
+ "kind": "Conformance",
50959
+ "name": "Escapable",
50960
+ "printedName": "Escapable",
50961
+ "usr": "s:s9EscapableP",
50962
+ "mangledName": "$ss9EscapableP"
50963
+ },
50019
50964
  {
50020
50965
  "kind": "Conformance",
50021
50966
  "name": "Sendable",
@@ -51171,10 +52116,96 @@
51171
52116
  }
51172
52117
  ]
51173
52118
  },
52119
+ {
52120
+ "kind": "Var",
52121
+ "name": "layout",
52122
+ "printedName": "layout",
52123
+ "children": [
52124
+ {
52125
+ "kind": "TypeNominal",
52126
+ "name": "WidgetLayout",
52127
+ "printedName": "ShortKitSDK.WidgetLayout",
52128
+ "usr": "s:11ShortKitSDK12WidgetLayoutO"
52129
+ }
52130
+ ],
52131
+ "declKind": "Var",
52132
+ "usr": "s:11ShortKitSDK12WidgetConfigV6layoutAA0D6LayoutOvp",
52133
+ "mangledName": "$s11ShortKitSDK12WidgetConfigV6layoutAA0D6LayoutOvp",
52134
+ "moduleName": "ShortKitSDK",
52135
+ "declAttributes": [
52136
+ "HasStorage",
52137
+ "AccessControl",
52138
+ "RawDocComment"
52139
+ ],
52140
+ "hasStorage": true,
52141
+ "accessors": [
52142
+ {
52143
+ "kind": "Accessor",
52144
+ "name": "Get",
52145
+ "printedName": "Get()",
52146
+ "children": [
52147
+ {
52148
+ "kind": "TypeNominal",
52149
+ "name": "WidgetLayout",
52150
+ "printedName": "ShortKitSDK.WidgetLayout",
52151
+ "usr": "s:11ShortKitSDK12WidgetLayoutO"
52152
+ }
52153
+ ],
52154
+ "declKind": "Accessor",
52155
+ "usr": "s:11ShortKitSDK12WidgetConfigV6layoutAA0D6LayoutOvg",
52156
+ "mangledName": "$s11ShortKitSDK12WidgetConfigV6layoutAA0D6LayoutOvg",
52157
+ "moduleName": "ShortKitSDK",
52158
+ "implicit": true,
52159
+ "accessorKind": "get"
52160
+ },
52161
+ {
52162
+ "kind": "Accessor",
52163
+ "name": "Set",
52164
+ "printedName": "Set()",
52165
+ "children": [
52166
+ {
52167
+ "kind": "TypeNominal",
52168
+ "name": "Void",
52169
+ "printedName": "()"
52170
+ },
52171
+ {
52172
+ "kind": "TypeNominal",
52173
+ "name": "WidgetLayout",
52174
+ "printedName": "ShortKitSDK.WidgetLayout",
52175
+ "usr": "s:11ShortKitSDK12WidgetLayoutO"
52176
+ }
52177
+ ],
52178
+ "declKind": "Accessor",
52179
+ "usr": "s:11ShortKitSDK12WidgetConfigV6layoutAA0D6LayoutOvs",
52180
+ "mangledName": "$s11ShortKitSDK12WidgetConfigV6layoutAA0D6LayoutOvs",
52181
+ "moduleName": "ShortKitSDK",
52182
+ "implicit": true,
52183
+ "accessorKind": "set"
52184
+ },
52185
+ {
52186
+ "kind": "Accessor",
52187
+ "name": "Modify",
52188
+ "printedName": "Modify()",
52189
+ "children": [
52190
+ {
52191
+ "kind": "TypeNominal",
52192
+ "name": "Void",
52193
+ "printedName": "()"
52194
+ }
52195
+ ],
52196
+ "declKind": "Accessor",
52197
+ "usr": "s:11ShortKitSDK12WidgetConfigV6layoutAA0D6LayoutOvM",
52198
+ "mangledName": "$s11ShortKitSDK12WidgetConfigV6layoutAA0D6LayoutOvM",
52199
+ "moduleName": "ShortKitSDK",
52200
+ "implicit": true,
52201
+ "accessorKind": "_modify"
52202
+ }
52203
+ ]
52204
+ },
51174
52205
  {
51175
52206
  "kind": "Constructor",
51176
52207
  "name": "init",
51177
- "printedName": "init(cardCount:cardSpacing:cornerRadius:autoplay:muteOnStart:loop:rotationInterval:clickAction:cardOverlay:feedConfig:filter:playbackMode:previewDuration:)",
52208
+ "printedName": "init(cardCount:cardSpacing:cornerRadius:autoplay:muteOnStart:loop:rotationInterval:clickAction:cardOverlay:feedConfig:filter:playbackMode:previewDuration:layout:)",
51178
52209
  "children": [
51179
52210
  {
51180
52211
  "kind": "TypeNominal",
@@ -51280,17 +52311,102 @@
51280
52311
  "printedName": "Swift.Double",
51281
52312
  "hasDefaultArg": true,
51282
52313
  "usr": "s:Sd"
52314
+ },
52315
+ {
52316
+ "kind": "TypeNominal",
52317
+ "name": "WidgetLayout",
52318
+ "printedName": "ShortKitSDK.WidgetLayout",
52319
+ "hasDefaultArg": true,
52320
+ "usr": "s:11ShortKitSDK12WidgetLayoutO"
51283
52321
  }
51284
52322
  ],
51285
52323
  "declKind": "Constructor",
51286
- "usr": "s:11ShortKitSDK12WidgetConfigV9cardCount0F7Spacing12cornerRadius8autoplay11muteOnStart4loop16rotationInterval11clickAction0F7Overlay04feedE06filter12playbackMode15previewDurationACSi_14CoreFoundation7CGFloatVASS3bSdAA011PlayerClickS0OAA05VideotX0OAA04FeedE0VAA10FeedFilterVSgAA0d8PlaybackX0OSdtcfc",
51287
- "mangledName": "$s11ShortKitSDK12WidgetConfigV9cardCount0F7Spacing12cornerRadius8autoplay11muteOnStart4loop16rotationInterval11clickAction0F7Overlay04feedE06filter12playbackMode15previewDurationACSi_12CoreGraphics7CGFloatVASS3bSdAA011PlayerClickS0OAA05VideotX0OAA04FeedE0VAA10FeedFilterVSgAA0d8PlaybackX0OSdtcfc",
52324
+ "usr": "s:11ShortKitSDK12WidgetConfigV9cardCount0F7Spacing12cornerRadius8autoplay11muteOnStart4loop16rotationInterval11clickAction0F7Overlay04feedE06filter12playbackMode15previewDuration6layoutACSi_14CoreFoundation7CGFloatVATS3bSdAA011PlayerClickS0OAA05VideotX0OAA04FeedE0VAA10FeedFilterVSgAA0d8PlaybackX0OSdAA0D6LayoutOtcfc",
52325
+ "mangledName": "$s11ShortKitSDK12WidgetConfigV9cardCount0F7Spacing12cornerRadius8autoplay11muteOnStart4loop16rotationInterval11clickAction0F7Overlay04feedE06filter12playbackMode15previewDuration6layoutACSi_12CoreGraphics7CGFloatVATS3bSdAA011PlayerClickS0OAA05VideotX0OAA04FeedE0VAA10FeedFilterVSgAA0d8PlaybackX0OSdAA0D6LayoutOtcfc",
51288
52326
  "moduleName": "ShortKitSDK",
51289
52327
  "declAttributes": [
51290
52328
  "AccessControl"
51291
52329
  ],
51292
52330
  "init_kind": "Designated"
51293
52331
  },
52332
+ {
52333
+ "kind": "Function",
52334
+ "name": "gridCellHeight",
52335
+ "printedName": "gridCellHeight(forContainerWidth:)",
52336
+ "children": [
52337
+ {
52338
+ "kind": "TypeNominal",
52339
+ "name": "Optional",
52340
+ "printedName": "CoreGraphics.CGFloat?",
52341
+ "children": [
52342
+ {
52343
+ "kind": "TypeNominal",
52344
+ "name": "CGFloat",
52345
+ "printedName": "CoreGraphics.CGFloat",
52346
+ "usr": "s:14CoreFoundation7CGFloatV"
52347
+ }
52348
+ ],
52349
+ "usr": "s:Sq"
52350
+ },
52351
+ {
52352
+ "kind": "TypeNominal",
52353
+ "name": "CGFloat",
52354
+ "printedName": "CoreGraphics.CGFloat",
52355
+ "usr": "s:14CoreFoundation7CGFloatV"
52356
+ }
52357
+ ],
52358
+ "declKind": "Func",
52359
+ "usr": "s:11ShortKitSDK12WidgetConfigV14gridCellHeight17forContainerWidth14CoreFoundation7CGFloatVSgAH_tF",
52360
+ "mangledName": "$s11ShortKitSDK12WidgetConfigV14gridCellHeight17forContainerWidth12CoreGraphics7CGFloatVSgAH_tF",
52361
+ "moduleName": "ShortKitSDK",
52362
+ "declAttributes": [
52363
+ "AccessControl",
52364
+ "RawDocComment"
52365
+ ],
52366
+ "funcSelfKind": "NonMutating"
52367
+ },
52368
+ {
52369
+ "kind": "Function",
52370
+ "name": "preferredGridHeight",
52371
+ "printedName": "preferredGridHeight(forContainerWidth:itemCount:)",
52372
+ "children": [
52373
+ {
52374
+ "kind": "TypeNominal",
52375
+ "name": "Optional",
52376
+ "printedName": "CoreGraphics.CGFloat?",
52377
+ "children": [
52378
+ {
52379
+ "kind": "TypeNominal",
52380
+ "name": "CGFloat",
52381
+ "printedName": "CoreGraphics.CGFloat",
52382
+ "usr": "s:14CoreFoundation7CGFloatV"
52383
+ }
52384
+ ],
52385
+ "usr": "s:Sq"
52386
+ },
52387
+ {
52388
+ "kind": "TypeNominal",
52389
+ "name": "CGFloat",
52390
+ "printedName": "CoreGraphics.CGFloat",
52391
+ "usr": "s:14CoreFoundation7CGFloatV"
52392
+ },
52393
+ {
52394
+ "kind": "TypeNominal",
52395
+ "name": "Int",
52396
+ "printedName": "Swift.Int",
52397
+ "usr": "s:Si"
52398
+ }
52399
+ ],
52400
+ "declKind": "Func",
52401
+ "usr": "s:11ShortKitSDK12WidgetConfigV19preferredGridHeight17forContainerWidth9itemCount14CoreFoundation7CGFloatVSgAI_SitF",
52402
+ "mangledName": "$s11ShortKitSDK12WidgetConfigV19preferredGridHeight17forContainerWidth9itemCount12CoreGraphics7CGFloatVSgAI_SitF",
52403
+ "moduleName": "ShortKitSDK",
52404
+ "declAttributes": [
52405
+ "AccessControl",
52406
+ "RawDocComment"
52407
+ ],
52408
+ "funcSelfKind": "NonMutating"
52409
+ },
51294
52410
  {
51295
52411
  "kind": "Function",
51296
52412
  "name": "resolvedFeedConfig",
@@ -51919,28 +53035,28 @@
51919
53035
  {
51920
53036
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
51921
53037
  "kind": "BooleanLiteral",
51922
- "offset": 3056,
53038
+ "offset": 3383,
51923
53039
  "length": 4,
51924
53040
  "value": "true"
51925
53041
  },
51926
53042
  {
51927
53043
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
51928
53044
  "kind": "BooleanLiteral",
51929
- "offset": 3087,
53045
+ "offset": 3414,
51930
53046
  "length": 4,
51931
53047
  "value": "true"
51932
53048
  },
51933
53049
  {
51934
53050
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
51935
53051
  "kind": "BooleanLiteral",
51936
- "offset": 3173,
53052
+ "offset": 3500,
51937
53053
  "length": 5,
51938
53054
  "value": "false"
51939
53055
  },
51940
53056
  {
51941
53057
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
51942
53058
  "kind": "BooleanLiteral",
51943
- "offset": 3217,
53059
+ "offset": 3544,
51944
53060
  "length": 4,
51945
53061
  "value": "true"
51946
53062
  },
@@ -52430,7 +53546,7 @@
52430
53546
  {
52431
53547
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedPreload.swift",
52432
53548
  "kind": "BooleanLiteral",
52433
- "offset": 1085,
53549
+ "offset": 1251,
52434
53550
  "length": 5,
52435
53551
  "value": "false"
52436
53552
  },
@@ -52616,31 +53732,52 @@
52616
53732
  "length": 2,
52617
53733
  "value": "24"
52618
53734
  },
53735
+ {
53736
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
53737
+ "kind": "IntegerLiteral",
53738
+ "offset": 19108,
53739
+ "length": 1,
53740
+ "value": "5"
53741
+ },
53742
+ {
53743
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
53744
+ "kind": "IntegerLiteral",
53745
+ "offset": 19112,
53746
+ "length": 1,
53747
+ "value": "0"
53748
+ },
53749
+ {
53750
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
53751
+ "kind": "BooleanLiteral",
53752
+ "offset": 37645,
53753
+ "length": 5,
53754
+ "value": "false"
53755
+ },
52619
53756
  {
52620
53757
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
52621
53758
  "kind": "BooleanLiteral",
52622
- "offset": 36437,
53759
+ "offset": 40310,
52623
53760
  "length": 5,
52624
53761
  "value": "false"
52625
53762
  },
52626
53763
  {
52627
53764
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
52628
53765
  "kind": "BooleanLiteral",
52629
- "offset": 126724,
53766
+ "offset": 131089,
52630
53767
  "length": 5,
52631
53768
  "value": "false"
52632
53769
  },
52633
53770
  {
52634
53771
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
52635
53772
  "kind": "BooleanLiteral",
52636
- "offset": 256197,
53773
+ "offset": 260562,
52637
53774
  "length": 5,
52638
53775
  "value": "false"
52639
53776
  },
52640
53777
  {
52641
53778
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
52642
53779
  "kind": "BooleanLiteral",
52643
- "offset": 266902,
53780
+ "offset": 271348,
52644
53781
  "length": 5,
52645
53782
  "value": "false"
52646
53783
  },
@@ -52794,21 +53931,21 @@
52794
53931
  {
52795
53932
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/PlaybackIdResolver.swift",
52796
53933
  "kind": "IntegerLiteral",
52797
- "offset": 3684,
53934
+ "offset": 3833,
52798
53935
  "length": 1,
52799
53936
  "value": "5"
52800
53937
  },
52801
53938
  {
52802
53939
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/PlaybackIdResolver.swift",
52803
53940
  "kind": "IntegerLiteral",
52804
- "offset": 3723,
53941
+ "offset": 3872,
52805
53942
  "length": 1,
52806
53943
  "value": "0"
52807
53944
  },
52808
53945
  {
52809
53946
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/PlaybackIdResolver.swift",
52810
53947
  "kind": "IntegerLiteral",
52811
- "offset": 3758,
53948
+ "offset": 3907,
52812
53949
  "length": 1,
52813
53950
  "value": "0"
52814
53951
  },
@@ -53155,45 +54292,59 @@
53155
54292
  "length": 1,
53156
54293
  "value": "0"
53157
54294
  },
54295
+ {
54296
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
54297
+ "kind": "BooleanLiteral",
54298
+ "offset": 3167,
54299
+ "length": 5,
54300
+ "value": "false"
54301
+ },
53158
54302
  {
53159
54303
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
53160
54304
  "kind": "IntegerLiteral",
53161
- "offset": 3661,
54305
+ "offset": 3208,
54306
+ "length": 1,
54307
+ "value": "0"
54308
+ },
54309
+ {
54310
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
54311
+ "kind": "IntegerLiteral",
54312
+ "offset": 3836,
53162
54313
  "length": 1,
53163
54314
  "value": "0"
53164
54315
  },
53165
54316
  {
53166
54317
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
53167
54318
  "kind": "FloatLiteral",
53168
- "offset": 4960,
54319
+ "offset": 5135,
53169
54320
  "length": 3,
53170
54321
  "value": "5.0"
53171
54322
  },
53172
54323
  {
53173
54324
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
53174
54325
  "kind": "BooleanLiteral",
53175
- "offset": 5142,
54326
+ "offset": 5317,
53176
54327
  "length": 4,
53177
54328
  "value": "true"
53178
54329
  },
53179
54330
  {
53180
54331
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
53181
54332
  "kind": "BooleanLiteral",
53182
- "offset": 5253,
54333
+ "offset": 5428,
53183
54334
  "length": 5,
53184
54335
  "value": "false"
53185
54336
  },
53186
54337
  {
53187
54338
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
53188
54339
  "kind": "BooleanLiteral",
53189
- "offset": 9705,
54340
+ "offset": 9880,
53190
54341
  "length": 5,
53191
54342
  "value": "false"
53192
54343
  },
53193
54344
  {
53194
54345
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
53195
54346
  "kind": "BooleanLiteral",
53196
- "offset": 27204,
54347
+ "offset": 27598,
53197
54348
  "length": 5,
53198
54349
  "value": "false"
53199
54350
  },
@@ -53340,14 +54491,14 @@
53340
54491
  {
53341
54492
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
53342
54493
  "kind": "IntegerLiteral",
53343
- "offset": 4693,
54494
+ "offset": 4736,
53344
54495
  "length": 1,
53345
- "value": "3"
54496
+ "value": "4"
53346
54497
  },
53347
54498
  {
53348
54499
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
53349
54500
  "kind": "BooleanLiteral",
53350
- "offset": 17578,
54501
+ "offset": 17621,
53351
54502
  "length": 5,
53352
54503
  "value": "false"
53353
54504
  },
@@ -53531,7 +54682,7 @@
53531
54682
  "kind": "StringLiteral",
53532
54683
  "offset": 154,
53533
54684
  "length": 8,
53534
- "value": "\"0.2.46\""
54685
+ "value": "\"0.2.48\""
53535
54686
  },
53536
54687
  {
53537
54688
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
@@ -53911,10 +55062,17 @@
53911
55062
  "length": 2,
53912
55063
  "value": "12"
53913
55064
  },
55065
+ {
55066
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/FeedInteractiveDismissController.swift",
55067
+ "kind": "BooleanLiteral",
55068
+ "offset": 3630,
55069
+ "length": 5,
55070
+ "value": "false"
55071
+ },
53914
55072
  {
53915
55073
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/FeedInteractiveDismissController.swift",
53916
55074
  "kind": "IntegerLiteral",
53917
- "offset": 21554,
55075
+ "offset": 22079,
53918
55076
  "length": 2,
53919
55077
  "value": "40"
53920
55078
  },
@@ -54054,119 +55212,133 @@
54054
55212
  {
54055
55213
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
54056
55214
  "kind": "Array",
54057
- "offset": 833,
55215
+ "offset": 907,
54058
55216
  "length": 2,
54059
55217
  "value": "[]"
54060
55218
  },
54061
55219
  {
54062
55220
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
54063
55221
  "kind": "IntegerLiteral",
54064
- "offset": 1884,
55222
+ "offset": 1958,
54065
55223
  "length": 1,
54066
55224
  "value": "0"
54067
55225
  },
54068
55226
  {
54069
55227
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
54070
55228
  "kind": "Array",
54071
- "offset": 2426,
55229
+ "offset": 2500,
54072
55230
  "length": 2,
54073
55231
  "value": "[]"
54074
55232
  },
54075
55233
  {
54076
55234
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
54077
55235
  "kind": "Array",
54078
- "offset": 2662,
55236
+ "offset": 2736,
54079
55237
  "length": 2,
54080
55238
  "value": "[]"
54081
55239
  },
54082
55240
  {
54083
55241
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
54084
55242
  "kind": "Array",
54085
- "offset": 2986,
55243
+ "offset": 3060,
54086
55244
  "length": 2,
54087
55245
  "value": "[]"
54088
55246
  },
54089
55247
  {
54090
55248
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
54091
55249
  "kind": "Array",
54092
- "offset": 3259,
55250
+ "offset": 3333,
54093
55251
  "length": 2,
54094
55252
  "value": "[]"
54095
55253
  },
54096
55254
  {
54097
55255
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
54098
55256
  "kind": "IntegerLiteral",
54099
- "offset": 3817,
55257
+ "offset": 4123,
54100
55258
  "length": 1,
54101
55259
  "value": "3"
54102
55260
  },
54103
55261
  {
54104
55262
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
54105
55263
  "kind": "BooleanLiteral",
54106
- "offset": 7318,
55264
+ "offset": 7624,
54107
55265
  "length": 4,
54108
55266
  "value": "true"
54109
55267
  },
54110
55268
  {
54111
55269
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
54112
55270
  "kind": "Array",
54113
- "offset": 8200,
55271
+ "offset": 8506,
54114
55272
  "length": 2,
54115
55273
  "value": "[]"
54116
55274
  },
54117
55275
  {
54118
55276
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
54119
55277
  "kind": "BooleanLiteral",
54120
- "offset": 10621,
55278
+ "offset": 11236,
55279
+ "length": 5,
55280
+ "value": "false"
55281
+ },
55282
+ {
55283
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
55284
+ "kind": "IntegerLiteral",
55285
+ "offset": 12543,
55286
+ "length": 1,
55287
+ "value": "0"
55288
+ },
55289
+ {
55290
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
55291
+ "kind": "BooleanLiteral",
55292
+ "offset": 14045,
54121
55293
  "length": 5,
54122
55294
  "value": "false"
54123
55295
  },
54124
55296
  {
54125
55297
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
54126
55298
  "kind": "BooleanLiteral",
54127
- "offset": 10707,
55299
+ "offset": 14131,
54128
55300
  "length": 5,
54129
55301
  "value": "false"
54130
55302
  },
54131
55303
  {
54132
55304
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
54133
55305
  "kind": "BooleanLiteral",
54134
- "offset": 10755,
55306
+ "offset": 14652,
54135
55307
  "length": 5,
54136
55308
  "value": "false"
54137
55309
  },
54138
55310
  {
54139
55311
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
54140
55312
  "kind": "BooleanLiteral",
54141
- "offset": 11887,
55313
+ "offset": 14696,
54142
55314
  "length": 5,
54143
55315
  "value": "false"
54144
55316
  },
54145
55317
  {
54146
55318
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
54147
55319
  "kind": "BooleanLiteral",
54148
- "offset": 11914,
55320
+ "offset": 14727,
54149
55321
  "length": 5,
54150
55322
  "value": "false"
54151
55323
  },
54152
55324
  {
54153
55325
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
54154
55326
  "kind": "BooleanLiteral",
54155
- "offset": 11949,
55327
+ "offset": 14766,
54156
55328
  "length": 5,
54157
55329
  "value": "false"
54158
55330
  },
54159
55331
  {
54160
55332
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
54161
55333
  "kind": "BooleanLiteral",
54162
- "offset": 11993,
55334
+ "offset": 14814,
54163
55335
  "length": 4,
54164
55336
  "value": "true"
54165
55337
  },
54166
55338
  {
54167
55339
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
54168
55340
  "kind": "StringLiteral",
54169
- "offset": 39756,
55341
+ "offset": 55963,
54170
55342
  "length": 16,
54171
55343
  "value": "\"WidgetCardCell\""
54172
55344
  },
@@ -54177,59 +55349,66 @@
54177
55349
  "length": 3,
54178
55350
  "value": "0.6"
54179
55351
  },
55352
+ {
55353
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
55354
+ "kind": "BooleanLiteral",
55355
+ "offset": 2498,
55356
+ "length": 4,
55357
+ "value": "true"
55358
+ },
54180
55359
  {
54181
55360
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
54182
55361
  "kind": "IntegerLiteral",
54183
- "offset": 1632,
55362
+ "offset": 3704,
54184
55363
  "length": 1,
54185
55364
  "value": "3"
54186
55365
  },
54187
55366
  {
54188
55367
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
54189
55368
  "kind": "IntegerLiteral",
54190
- "offset": 1666,
55369
+ "offset": 3738,
54191
55370
  "length": 1,
54192
55371
  "value": "8"
54193
55372
  },
54194
55373
  {
54195
55374
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
54196
55375
  "kind": "IntegerLiteral",
54197
- "offset": 1701,
55376
+ "offset": 3773,
54198
55377
  "length": 2,
54199
55378
  "value": "12"
54200
55379
  },
54201
55380
  {
54202
55381
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
54203
55382
  "kind": "BooleanLiteral",
54204
- "offset": 1730,
55383
+ "offset": 3802,
54205
55384
  "length": 4,
54206
55385
  "value": "true"
54207
55386
  },
54208
55387
  {
54209
55388
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
54210
55389
  "kind": "BooleanLiteral",
54211
- "offset": 1764,
55390
+ "offset": 3836,
54212
55391
  "length": 4,
54213
55392
  "value": "true"
54214
55393
  },
54215
55394
  {
54216
55395
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
54217
55396
  "kind": "BooleanLiteral",
54218
- "offset": 1791,
55397
+ "offset": 3863,
54219
55398
  "length": 4,
54220
55399
  "value": "true"
54221
55400
  },
54222
55401
  {
54223
55402
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
54224
55403
  "kind": "IntegerLiteral",
54225
- "offset": 1838,
55404
+ "offset": 3910,
54226
55405
  "length": 2,
54227
55406
  "value": "10"
54228
55407
  },
54229
55408
  {
54230
55409
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
54231
55410
  "kind": "FloatLiteral",
54232
- "offset": 2126,
55411
+ "offset": 4198,
54233
55412
  "length": 3,
54234
55413
  "value": "5.0"
54235
55414
  }