@jimrising/easymerchantsdk-react-native 2.6.1 → 2.6.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.
@@ -8715,10 +8715,10 @@
8715
8715
  <rect key="frame" x="0.0" y="0.0" width="393" height="847.66666666666663"/>
8716
8716
  <subviews>
8717
8717
  <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="payment_done_icon" translatesAutoresizingMaskIntoConstraints="NO" id="5Tx-1L-CH6">
8718
- <rect key="frame" x="96.666666666666686" y="100" width="150" height="150"/>
8718
+ <rect key="frame" x="96.666666666666686" y="100" width="200" height="200"/>
8719
8719
  <constraints>
8720
- <constraint firstAttribute="width" constant="150" id="hqG-2m-iXd"/>
8721
- <constraint firstAttribute="height" constant="150" id="nf6-x2-tPc"/>
8720
+ <constraint firstAttribute="width" constant="200" id="hqG-2m-iXd"/>
8721
+ <constraint firstAttribute="height" constant="200" id="nf6-x2-tPc"/>
8722
8722
  </constraints>
8723
8723
  <userDefinedRuntimeAttributes>
8724
8724
  <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
@@ -8727,10 +8727,10 @@
8727
8727
  </userDefinedRuntimeAttributes>
8728
8728
  </imageView>
8729
8729
  <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="redraw" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="xHM-Ip-TLk">
8730
- <rect key="frame" x="96.666666666666686" y="100" width="150" height="150"/>
8730
+ <rect key="frame" x="96.666666666666686" y="100" width="200" height="200"/>
8731
8731
  <constraints>
8732
- <constraint firstAttribute="height" constant="150" id="JJA-mJ-vdg"/>
8733
- <constraint firstAttribute="width" constant="150" id="ODJ-fO-vJQ"/>
8732
+ <constraint firstAttribute="height" constant="200" id="JJA-mJ-vdg"/>
8733
+ <constraint firstAttribute="width" constant="200" id="ODJ-fO-vJQ"/>
8734
8734
  </constraints>
8735
8735
  <userDefinedRuntimeAttributes>
8736
8736
  <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = 'easymerchantsdk'
3
- s.version = '2.6.1'
3
+ s.version = '2.6.2'
4
4
  s.summary = 'A React Native SDK for Easy Merchant.'
5
5
  s.description = <<-DESC
6
6
  A React Native SDK to enable Easy Merchant functionality in mobile applications.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimrising/easymerchantsdk-react-native",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {