@lookiero/checkout 8.21.0 → 8.23.0

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.
@@ -0,0 +1,3 @@
1
+ # https://www.robotstxt.org/robotstxt.html
2
+ User-agent: *
3
+ Disallow: /
@@ -1 +1 @@
1
- export declare const VERSION = "8.21.0";
1
+ export declare const VERSION = "8.23.0";
@@ -1 +1 @@
1
- export const VERSION = "8.21.0";
1
+ export const VERSION = "8.23.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lookiero/checkout",
3
- "version": "8.21.0",
3
+ "version": "8.23.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": "false",
@@ -0,0 +1,3 @@
1
+ # https://www.robotstxt.org/robotstxt.html
2
+ User-agent: *
3
+ Disallow: /
@@ -145,7 +145,7 @@ exports[`GetOutOfCheckoutModal component matches the snapshot 1`] = `
145
145
  <View
146
146
  style={
147
147
  {
148
- "paddingBottom": 0,
148
+ "paddingBottom": 32,
149
149
  }
150
150
  }
151
151
  >
@@ -220,7 +220,7 @@ exports[`SelectField component matches the snapshot 1`] = `
220
220
  <View
221
221
  style={
222
222
  {
223
- "paddingBottom": 0,
223
+ "paddingBottom": 32,
224
224
  }
225
225
  }
226
226
  >
@@ -219,7 +219,7 @@ exports[`SizeWithoutStockModal component matches the snapshot 1`] = `
219
219
  <View
220
220
  style={
221
221
  {
222
- "paddingBottom": 0,
222
+ "paddingBottom": 32,
223
223
  }
224
224
  }
225
225
  >