Skip to content

Commit 07e60da

Browse files
committed
Update snapshot
1 parent 7a3293c commit 07e60da

3 files changed

Lines changed: 55 additions & 1 deletion

File tree

modules/@shopify/checkout-sheet-kit/ios/ShopifyCheckoutSheetKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class RCTShopifyCheckoutSheetKit: RCTEventEmitter, CheckoutDelegate {
201201
"colorScheme": ShopifyCheckoutSheetKit.configuration.colorScheme.rawValue,
202202
"tintColor": ShopifyCheckoutSheetKit.configuration.tintColor,
203203
"backgroundColor": ShopifyCheckoutSheetKit.configuration.backgroundColor,
204-
"closeButtonColor": ShopifyCheckoutSheetKit.configuration.closeButtonTintColor
204+
"closeButtonColor": ShopifyCheckoutSheetKit.configuration.closeButtonTintColor
205205
]
206206

207207
resolve(config)

modules/@shopify/checkout-sheet-kit/package.snapshot.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
"ios/ShopifyCheckoutSheetKit-Bridging-Header.h",
1313
"ios/ShopifyCheckoutSheetKit.mm",
1414
"ios/ShopifyCheckoutSheetKit.swift",
15+
"ios/ShopifyCheckoutSheetKit+EventSerialization.swift",
16+
"ios/ShopifyCheckoutSheetKit+Extensions.swift",
1517
"lib/commonjs/context.js",
1618
"lib/commonjs/context.js.map",
1719
"lib/commonjs/errors.d.js",

snapshot.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
"LICENSE",
3+
"RNShopifyCheckoutSheetKit.podspec",
4+
"android/build.gradle",
5+
"android/gradle.properties",
6+
"android/proguard-rules.pro",
7+
"android/src/main/AndroidManifest.xml",
8+
"android/src/main/AndroidManifestNew.xml",
9+
"android/src/main/java/com/shopify/reactnative/checkoutsheetkit/CustomCheckoutEventProcessor.java",
10+
"android/src/main/java/com/shopify/reactnative/checkoutsheetkit/ShopifyCheckoutSheetKitModule.java",
11+
"android/src/main/java/com/shopify/reactnative/checkoutsheetkit/ShopifyCheckoutSheetKitPackage.java",
12+
"ios/ShopifyCheckoutSheetKit-Bridging-Header.h",
13+
"ios/ShopifyCheckoutSheetKit.mm",
14+
"ios/ShopifyCheckoutSheetKit.swift",
15+
"ios/ShopifyCheckoutSheetKit+EventSerialization.swift",
16+
"ios/ShopifyCheckoutSheetKit+Extensions.swift",
17+
"lib/commonjs/context.js",
18+
"lib/commonjs/context.js.map",
19+
"lib/commonjs/errors.d.js",
20+
"lib/commonjs/errors.d.js.map",
21+
"lib/commonjs/events.d.js",
22+
"lib/commonjs/events.d.js.map",
23+
"lib/commonjs/index.d.js",
24+
"lib/commonjs/index.d.js.map",
25+
"lib/commonjs/index.js",
26+
"lib/commonjs/index.js.map",
27+
"lib/commonjs/pixels.d.js",
28+
"lib/commonjs/pixels.d.js.map",
29+
"lib/module/context.js",
30+
"lib/module/context.js.map",
31+
"lib/module/errors.d.js",
32+
"lib/module/errors.d.js.map",
33+
"lib/module/events.d.js",
34+
"lib/module/events.d.js.map",
35+
"lib/module/index.d.js",
36+
"lib/module/index.d.js.map",
37+
"lib/module/index.js",
38+
"lib/module/index.js.map",
39+
"lib/module/pixels.d.js",
40+
"lib/module/pixels.d.js.map",
41+
"lib/typescript/src/context.d.ts",
42+
"lib/typescript/src/context.d.ts.map",
43+
"lib/typescript/src/index.d.ts",
44+
"lib/typescript/src/index.d.ts.map",
45+
"package.json",
46+
"src/context.tsx",
47+
"src/errors.d.ts",
48+
"src/events.d.ts",
49+
"src/index.d.ts",
50+
"src/index.ts",
51+
"src/pixels.d.ts"
52+
]

0 commit comments

Comments
 (0)