@superlogic/spree-pay 0.1.34 → 0.1.35

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/build/index.css CHANGED
@@ -225,6 +225,9 @@
225
225
  .sl-spreepay ::-webkit-datetime-edit-meridiem-field {
226
226
  padding-block: 0;
227
227
  }
228
+ .sl-spreepay ::-webkit-calendar-picker-indicator {
229
+ line-height: 1;
230
+ }
228
231
  .sl-spreepay :-moz-ui-invalid {
229
232
  box-shadow: none;
230
233
  }
@@ -251,7 +254,7 @@
251
254
  padding: 0;
252
255
  margin: -1px;
253
256
  overflow: hidden;
254
- clip: rect(0, 0, 0, 0);
257
+ clip-path: inset(50%);
255
258
  white-space: nowrap;
256
259
  border-width: 0;
257
260
  }
@@ -401,6 +404,9 @@
401
404
  .sl-spreepay .h-\[34px\] {
402
405
  height: 34px;
403
406
  }
407
+ .sl-spreepay .h-\[58px\] {
408
+ height: 58px;
409
+ }
404
410
  .sl-spreepay .h-\[60px\] {
405
411
  height: 60px;
406
412
  }
@@ -578,6 +584,10 @@
578
584
  border-top-right-radius: calc(var(--radius) - 2px);
579
585
  border-bottom-right-radius: calc(var(--radius) - 2px);
580
586
  }
587
+ .sl-spreepay .rounded-r-sm {
588
+ border-top-right-radius: calc(var(--radius) - 4px);
589
+ border-bottom-right-radius: calc(var(--radius) - 4px);
590
+ }
581
591
  .sl-spreepay .border {
582
592
  border-style: var(--tw-border-style);
583
593
  border-width: 1px;
@@ -590,6 +600,10 @@
590
600
  border-style: var(--tw-border-style);
591
601
  border-width: 1px;
592
602
  }
603
+ .sl-spreepay .border-b {
604
+ border-bottom-style: var(--tw-border-style);
605
+ border-bottom-width: 1px;
606
+ }
593
607
  .sl-spreepay .border-b-1 {
594
608
  border-bottom-style: var(--tw-border-style);
595
609
  border-bottom-width: 1px;
@@ -598,6 +612,10 @@
598
612
  border-left-style: var(--tw-border-style) !important;
599
613
  border-left-width: 0px !important;
600
614
  }
615
+ .sl-spreepay .border-l-0\! {
616
+ border-left-style: var(--tw-border-style) !important;
617
+ border-left-width: 0px !important;
618
+ }
601
619
  .sl-spreepay .border-\[\#006FD533\] {
602
620
  border-color: #006FD533;
603
621
  }
@@ -1683,11 +1701,13 @@
1683
1701
  @property --tw-animation-duration { syntax: "*"; inherits: false; }
1684
1702
  @property --tw-animation-fill-mode { syntax: "*"; inherits: false; initial-value: none; }
1685
1703
  @property --tw-animation-iteration-count { syntax: "*"; inherits: false; initial-value: 1; }
1704
+ @property --tw-enter-blur { syntax: "*"; inherits: false; initial-value: 0; }
1686
1705
  @property --tw-enter-opacity { syntax: "*"; inherits: false; initial-value: 1; }
1687
1706
  @property --tw-enter-rotate { syntax: "*"; inherits: false; initial-value: 0; }
1688
1707
  @property --tw-enter-scale { syntax: "*"; inherits: false; initial-value: 1; }
1689
1708
  @property --tw-enter-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
1690
1709
  @property --tw-enter-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
1710
+ @property --tw-exit-blur { syntax: "*"; inherits: false; initial-value: 0; }
1691
1711
  @property --tw-exit-opacity { syntax: "*"; inherits: false; initial-value: 1; }
1692
1712
  @property --tw-exit-rotate { syntax: "*"; inherits: false; initial-value: 0; }
1693
1713
  @property --tw-exit-scale { syntax: "*"; inherits: false; initial-value: 1; }
@@ -1814,12 +1834,14 @@
1814
1834
  from {
1815
1835
  opacity: var(--tw-enter-opacity,1);
1816
1836
  transform: translate3d(var(--tw-enter-translate-x,0), var(--tw-enter-translate-y,0), 0)scale3d(var(--tw-enter-scale,1), var(--tw-enter-scale,1), var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));
1837
+ filter: blur(var(--tw-enter-blur,0));
1817
1838
  }
1818
1839
  }
1819
1840
  @keyframes exit {
1820
1841
  to {
1821
1842
  opacity: var(--tw-exit-opacity,1);
1822
1843
  transform: translate3d(var(--tw-exit-translate-x,0), var(--tw-exit-translate-y,0), 0)scale3d(var(--tw-exit-scale,1), var(--tw-exit-scale,1), var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));
1844
+ filter: blur(var(--tw-exit-blur,0));
1823
1845
  }
1824
1846
  }
1825
1847
  @layer properties {
@@ -1855,11 +1877,13 @@
1855
1877
  --tw-animation-duration: initial;
1856
1878
  --tw-animation-fill-mode: none;
1857
1879
  --tw-animation-iteration-count: 1;
1880
+ --tw-enter-blur: 0;
1858
1881
  --tw-enter-opacity: 1;
1859
1882
  --tw-enter-rotate: 0;
1860
1883
  --tw-enter-scale: 1;
1861
1884
  --tw-enter-translate-x: 0;
1862
1885
  --tw-enter-translate-y: 0;
1886
+ --tw-exit-blur: 0;
1863
1887
  --tw-exit-opacity: 1;
1864
1888
  --tw-exit-rotate: 0;
1865
1889
  --tw-exit-scale: 1;
@@ -1868,4 +1892,4 @@
1868
1892
  }
1869
1893
  }
1870
1894
  }
1871
- /*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
1895
+ /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
package/build/index.d.cts CHANGED
@@ -14,10 +14,13 @@ declare const SpreePay: FC<SpreePayProps>;
14
14
 
15
15
  declare const useCapture3DS: (searchParams: Record<string, string | null>) => void;
16
16
 
17
+ type TenantId = 'bookit' | 'moca' | 'qiibee' | 'umhp';
18
+
19
+ type Environment = 'dev' | 'stg' | 'prod';
17
20
  type ENV = {
18
- environment: 'dev' | 'stg' | 'prod';
21
+ environment: Environment;
19
22
  ssoPageURI: string;
20
- tenantId: string;
23
+ tenantId: TenantId;
21
24
  redirect3dsURI: string;
22
25
  accessToken?: string;
23
26
  useWeb3Points?: boolean;
package/build/index.d.ts CHANGED
@@ -14,10 +14,13 @@ declare const SpreePay: FC<SpreePayProps>;
14
14
 
15
15
  declare const useCapture3DS: (searchParams: Record<string, string | null>) => void;
16
16
 
17
+ type TenantId = 'bookit' | 'moca' | 'qiibee' | 'umhp';
18
+
19
+ type Environment = 'dev' | 'stg' | 'prod';
17
20
  type ENV = {
18
- environment: 'dev' | 'stg' | 'prod';
21
+ environment: Environment;
19
22
  ssoPageURI: string;
20
- tenantId: string;
23
+ tenantId: TenantId;
21
24
  redirect3dsURI: string;
22
25
  accessToken?: string;
23
26
  useWeb3Points?: boolean;