@licklist/design 0.69.8 → 0.69.9

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.
@@ -53,7 +53,7 @@ var injectComponentsInRyftForm = function(param) {
53
53
  }
54
54
  if (appleButton) {
55
55
  appleButton.disabled = isDisableButton;
56
- appleButton.style.opacity = isDisableButton ? '1' : '0.6';
56
+ appleButton.style.opacity = !isDisableButton ? '1' : '0.6';
57
57
  }
58
58
  }
59
59
  if (isAppUsingInIframe) {
@@ -175,6 +175,14 @@
175
175
  }
176
176
  }
177
177
 
178
+ @include media-breakpoint-down(sm) {
179
+ .ryft-payment-form {
180
+ .form-disable-box {
181
+ top: 20rem;
182
+ }
183
+ }
184
+ }
185
+
178
186
  @include media-breakpoint-up(md) {
179
187
 
180
188
  .ryft-payment-form,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@licklist/design",
3
- "version": "0.69.8",
3
+ "version": "0.69.9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/artelogicsoft/licklist_design.git"
@@ -206,4 +206,4 @@
206
206
  "node": "20.9.0",
207
207
  "yarn": "4.4.0"
208
208
  }
209
- }
209
+ }
@@ -78,7 +78,7 @@ export const injectComponentsInRyftForm = ({
78
78
  }
79
79
  if (appleButton) {
80
80
  appleButton.disabled = isDisableButton
81
- appleButton.style.opacity = isDisableButton ? '1' : '0.6'
81
+ appleButton.style.opacity = !isDisableButton ? '1' : '0.6'
82
82
  }
83
83
  }
84
84
 
@@ -175,6 +175,14 @@
175
175
  }
176
176
  }
177
177
 
178
+ @include media-breakpoint-down(sm) {
179
+ .ryft-payment-form {
180
+ .form-disable-box {
181
+ top: 20rem;
182
+ }
183
+ }
184
+ }
185
+
178
186
  @include media-breakpoint-up(md) {
179
187
 
180
188
  .ryft-payment-form,