@lookiero/checkout 15.2.1 → 15.2.2
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.
- package/dist/src/version.d.ts +2 -2
- package/dist/src/version.js +2 -2
- package/package.json +1 -1
- package/src/infrastructure/ui/views/item/components/productVariantSlider/__snapshots__/ProductVariantSlider.test.tsx.snap +2 -0
- package/src/infrastructure/ui/views/item/views/productVariant/__snapshots__/ProductVariant.test.tsx.snap +6 -0
package/dist/src/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "15.2.
|
|
2
|
-
export declare const RELEASE = "checkout@15.2.
|
|
1
|
+
export declare const VERSION = "15.2.2";
|
|
2
|
+
export declare const RELEASE = "checkout@15.2.2";
|
package/dist/src/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = "15.2.
|
|
2
|
-
export const RELEASE = "checkout@15.2.
|
|
1
|
+
export const VERSION = "15.2.2";
|
|
2
|
+
export const RELEASE = "checkout@15.2.2";
|
package/package.json
CHANGED
|
@@ -459,6 +459,7 @@ exports[`ProductVariantSlider matches the snapshot 1`] = `
|
|
|
459
459
|
style={
|
|
460
460
|
[
|
|
461
461
|
{
|
|
462
|
+
"backgroundColor": "#0C0A0A",
|
|
462
463
|
"marginHorizontal": 3,
|
|
463
464
|
},
|
|
464
465
|
{
|
|
@@ -514,6 +515,7 @@ exports[`ProductVariantSlider matches the snapshot 1`] = `
|
|
|
514
515
|
style={
|
|
515
516
|
[
|
|
516
517
|
{
|
|
518
|
+
"backgroundColor": "#0C0A0A",
|
|
517
519
|
"marginHorizontal": 3,
|
|
518
520
|
},
|
|
519
521
|
{
|
|
@@ -470,6 +470,7 @@ exports[`ItemActions component matches the snapshot for a KEPT checkoutItem 1`]
|
|
|
470
470
|
style={
|
|
471
471
|
[
|
|
472
472
|
{
|
|
473
|
+
"backgroundColor": "#0C0A0A",
|
|
473
474
|
"marginHorizontal": 3,
|
|
474
475
|
},
|
|
475
476
|
{
|
|
@@ -525,6 +526,7 @@ exports[`ItemActions component matches the snapshot for a KEPT checkoutItem 1`]
|
|
|
525
526
|
style={
|
|
526
527
|
[
|
|
527
528
|
{
|
|
529
|
+
"backgroundColor": "#0C0A0A",
|
|
528
530
|
"marginHorizontal": 3,
|
|
529
531
|
},
|
|
530
532
|
{
|
|
@@ -1144,6 +1146,7 @@ exports[`ItemActions component matches the snapshot for a REPLACED checkoutItem
|
|
|
1144
1146
|
style={
|
|
1145
1147
|
[
|
|
1146
1148
|
{
|
|
1149
|
+
"backgroundColor": "#0C0A0A",
|
|
1147
1150
|
"marginHorizontal": 3,
|
|
1148
1151
|
},
|
|
1149
1152
|
{
|
|
@@ -1199,6 +1202,7 @@ exports[`ItemActions component matches the snapshot for a REPLACED checkoutItem
|
|
|
1199
1202
|
style={
|
|
1200
1203
|
[
|
|
1201
1204
|
{
|
|
1205
|
+
"backgroundColor": "#0C0A0A",
|
|
1202
1206
|
"marginHorizontal": 3,
|
|
1203
1207
|
},
|
|
1204
1208
|
{
|
|
@@ -1818,6 +1822,7 @@ exports[`ItemActions component matches the snapshot for an INITIAL checkoutItem
|
|
|
1818
1822
|
style={
|
|
1819
1823
|
[
|
|
1820
1824
|
{
|
|
1825
|
+
"backgroundColor": "#0C0A0A",
|
|
1821
1826
|
"marginHorizontal": 3,
|
|
1822
1827
|
},
|
|
1823
1828
|
{
|
|
@@ -1873,6 +1878,7 @@ exports[`ItemActions component matches the snapshot for an INITIAL checkoutItem
|
|
|
1873
1878
|
style={
|
|
1874
1879
|
[
|
|
1875
1880
|
{
|
|
1881
|
+
"backgroundColor": "#0C0A0A",
|
|
1876
1882
|
"marginHorizontal": 3,
|
|
1877
1883
|
},
|
|
1878
1884
|
{
|