myio-js-library 0.1.270 → 0.1.271

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/index.cjs CHANGED
@@ -25120,7 +25120,7 @@ var WelcomeModalView = class {
25120
25120
  flex-direction: column;
25121
25121
  justify-content: center;
25122
25122
  align-items: center;
25123
- padding: 60px 40px;
25123
+ padding: 30px 40px 16px 40px;
25124
25124
  background:
25125
25125
  linear-gradient(180deg,
25126
25126
  rgba(122, 47, 247, 0.25) 0%,
@@ -25131,7 +25131,7 @@ var WelcomeModalView = class {
25131
25131
  var(--wm-bg-image, none);
25132
25132
  background-size: cover;
25133
25133
  background-position: center;
25134
- min-height: 45vh;
25134
+ min-height: 32vh;
25135
25135
  border-bottom: 1px solid rgba(122, 47, 247, 0.2);
25136
25136
  }
25137
25137
 
@@ -25224,11 +25224,11 @@ var WelcomeModalView = class {
25224
25224
  text-align: center;
25225
25225
  width: 80vw;
25226
25226
  max-width: 900px;
25227
- padding: 40px 20px;
25227
+ padding: 12px 20px;
25228
25228
  }
25229
25229
 
25230
25230
  .myio-welcome-hero-title {
25231
- margin: 0 0 20px 0 !important;
25231
+ margin: 0 0 12px 0 !important;
25232
25232
  font-size: clamp(16px, 3vw, 28px) !important;
25233
25233
  font-weight: 800 !important;
25234
25234
  color: var(--wm-ink);
@@ -25238,7 +25238,7 @@ var WelcomeModalView = class {
25238
25238
  }
25239
25239
 
25240
25240
  .myio-welcome-hero-description {
25241
- margin: 0 0 36px 0 !important;
25241
+ margin: 0 0 16px 0 !important;
25242
25242
  font-size: clamp(15px, 2.5vw, 20px) !important;
25243
25243
  font-weight: 400 !important;
25244
25244
  color: var(--wm-muted);
@@ -25286,12 +25286,12 @@ var WelcomeModalView = class {
25286
25286
 
25287
25287
  /* Shopping Cards Section */
25288
25288
  .myio-welcome-shortcuts {
25289
- padding: 32px;
25289
+ padding: 16px 32px 24px 32px;
25290
25290
  background: linear-gradient(180deg, rgba(15,20,25,0.95) 0%, rgba(15,20,25,1) 100%);
25291
25291
  }
25292
25292
 
25293
25293
  .myio-welcome-shortcuts-title {
25294
- margin: 0 0 20px 0 !important;
25294
+ margin: 0 0 12px 0 !important;
25295
25295
  font-size: 14px !important;
25296
25296
  font-weight: 600 !important;
25297
25297
  color: var(--wm-muted);
package/dist/index.js CHANGED
@@ -24903,7 +24903,7 @@ var WelcomeModalView = class {
24903
24903
  flex-direction: column;
24904
24904
  justify-content: center;
24905
24905
  align-items: center;
24906
- padding: 60px 40px;
24906
+ padding: 30px 40px 16px 40px;
24907
24907
  background:
24908
24908
  linear-gradient(180deg,
24909
24909
  rgba(122, 47, 247, 0.25) 0%,
@@ -24914,7 +24914,7 @@ var WelcomeModalView = class {
24914
24914
  var(--wm-bg-image, none);
24915
24915
  background-size: cover;
24916
24916
  background-position: center;
24917
- min-height: 45vh;
24917
+ min-height: 32vh;
24918
24918
  border-bottom: 1px solid rgba(122, 47, 247, 0.2);
24919
24919
  }
24920
24920
 
@@ -25007,11 +25007,11 @@ var WelcomeModalView = class {
25007
25007
  text-align: center;
25008
25008
  width: 80vw;
25009
25009
  max-width: 900px;
25010
- padding: 40px 20px;
25010
+ padding: 12px 20px;
25011
25011
  }
25012
25012
 
25013
25013
  .myio-welcome-hero-title {
25014
- margin: 0 0 20px 0 !important;
25014
+ margin: 0 0 12px 0 !important;
25015
25015
  font-size: clamp(16px, 3vw, 28px) !important;
25016
25016
  font-weight: 800 !important;
25017
25017
  color: var(--wm-ink);
@@ -25021,7 +25021,7 @@ var WelcomeModalView = class {
25021
25021
  }
25022
25022
 
25023
25023
  .myio-welcome-hero-description {
25024
- margin: 0 0 36px 0 !important;
25024
+ margin: 0 0 16px 0 !important;
25025
25025
  font-size: clamp(15px, 2.5vw, 20px) !important;
25026
25026
  font-weight: 400 !important;
25027
25027
  color: var(--wm-muted);
@@ -25069,12 +25069,12 @@ var WelcomeModalView = class {
25069
25069
 
25070
25070
  /* Shopping Cards Section */
25071
25071
  .myio-welcome-shortcuts {
25072
- padding: 32px;
25072
+ padding: 16px 32px 24px 32px;
25073
25073
  background: linear-gradient(180deg, rgba(15,20,25,0.95) 0%, rgba(15,20,25,1) 100%);
25074
25074
  }
25075
25075
 
25076
25076
  .myio-welcome-shortcuts-title {
25077
- margin: 0 0 20px 0 !important;
25077
+ margin: 0 0 12px 0 !important;
25078
25078
  font-size: 14px !important;
25079
25079
  font-weight: 600 !important;
25080
25080
  color: var(--wm-muted);
@@ -24716,7 +24716,7 @@
24716
24716
  flex-direction: column;
24717
24717
  justify-content: center;
24718
24718
  align-items: center;
24719
- padding: 60px 40px;
24719
+ padding: 30px 40px 16px 40px;
24720
24720
  background:
24721
24721
  linear-gradient(180deg,
24722
24722
  rgba(122, 47, 247, 0.25) 0%,
@@ -24727,7 +24727,7 @@
24727
24727
  var(--wm-bg-image, none);
24728
24728
  background-size: cover;
24729
24729
  background-position: center;
24730
- min-height: 45vh;
24730
+ min-height: 32vh;
24731
24731
  border-bottom: 1px solid rgba(122, 47, 247, 0.2);
24732
24732
  }
24733
24733
 
@@ -24820,11 +24820,11 @@
24820
24820
  text-align: center;
24821
24821
  width: 80vw;
24822
24822
  max-width: 900px;
24823
- padding: 40px 20px;
24823
+ padding: 12px 20px;
24824
24824
  }
24825
24825
 
24826
24826
  .myio-welcome-hero-title {
24827
- margin: 0 0 20px 0 !important;
24827
+ margin: 0 0 12px 0 !important;
24828
24828
  font-size: clamp(16px, 3vw, 28px) !important;
24829
24829
  font-weight: 800 !important;
24830
24830
  color: var(--wm-ink);
@@ -24834,7 +24834,7 @@
24834
24834
  }
24835
24835
 
24836
24836
  .myio-welcome-hero-description {
24837
- margin: 0 0 36px 0 !important;
24837
+ margin: 0 0 16px 0 !important;
24838
24838
  font-size: clamp(15px, 2.5vw, 20px) !important;
24839
24839
  font-weight: 400 !important;
24840
24840
  color: var(--wm-muted);
@@ -24882,12 +24882,12 @@
24882
24882
 
24883
24883
  /* Shopping Cards Section */
24884
24884
  .myio-welcome-shortcuts {
24885
- padding: 32px;
24885
+ padding: 16px 32px 24px 32px;
24886
24886
  background: linear-gradient(180deg, rgba(15,20,25,0.95) 0%, rgba(15,20,25,1) 100%);
24887
24887
  }
24888
24888
 
24889
24889
  .myio-welcome-shortcuts-title {
24890
- margin: 0 0 20px 0 !important;
24890
+ margin: 0 0 12px 0 !important;
24891
24891
  font-size: 14px !important;
24892
24892
  font-weight: 600 !important;
24893
24893
  color: var(--wm-muted);