@0xsequence/connect 5.0.0 → 5.0.1

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.
@@ -1,2 +1,2 @@
1
- export declare const WEB_SDK_VERSION = "5.0.0";
1
+ export declare const WEB_SDK_VERSION = "5.0.1";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.WEB_SDK_VERSION = void 0;
4
- exports.WEB_SDK_VERSION = '5.0.0';
4
+ exports.WEB_SDK_VERSION = '5.0.1';
5
5
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/styles.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,QA0lEjB,CAAA"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/styles.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,QAoqEjB,CAAA"}
@@ -223,6 +223,9 @@ exports.styles = String.raw `
223
223
  }
224
224
  }
225
225
  @layer utilities {
226
+ .pointer-events-auto {
227
+ pointer-events: auto;
228
+ }
226
229
  .pointer-events-none {
227
230
  pointer-events: none;
228
231
  }
@@ -307,6 +310,9 @@ exports.styles = String.raw `
307
310
  .-m-\[1px\] {
308
311
  margin: calc(1px * -1);
309
312
  }
313
+ .m-4 {
314
+ margin: calc(var(--spacing) * 4);
315
+ }
310
316
  .mx-0 {
311
317
  margin-inline: calc(var(--spacing) * 0);
312
318
  }
@@ -349,12 +355,18 @@ exports.styles = String.raw `
349
355
  .mt-6 {
350
356
  margin-top: calc(var(--spacing) * 6);
351
357
  }
358
+ .mt-8 {
359
+ margin-top: calc(var(--spacing) * 8);
360
+ }
352
361
  .mt-10 {
353
362
  margin-top: calc(var(--spacing) * 10);
354
363
  }
355
364
  .mr-4 {
356
365
  margin-right: calc(var(--spacing) * 4);
357
366
  }
367
+ .mb-1 {
368
+ margin-bottom: calc(var(--spacing) * 1);
369
+ }
358
370
  .mb-2 {
359
371
  margin-bottom: calc(var(--spacing) * 2);
360
372
  }
@@ -370,12 +382,18 @@ exports.styles = String.raw `
370
382
  .mb-6 {
371
383
  margin-bottom: calc(var(--spacing) * 6);
372
384
  }
385
+ .mb-10 {
386
+ margin-bottom: calc(var(--spacing) * 10);
387
+ }
373
388
  .ml-1 {
374
389
  margin-left: calc(var(--spacing) * 1);
375
390
  }
376
391
  .ml-2 {
377
392
  margin-left: calc(var(--spacing) * 2);
378
393
  }
394
+ .ml-\[-16px\] {
395
+ margin-left: -16px;
396
+ }
379
397
  .block {
380
398
  display: block;
381
399
  }
@@ -448,6 +466,9 @@ exports.styles = String.raw `
448
466
  .h-\[1px\] {
449
467
  height: 1px;
450
468
  }
469
+ .h-\[14px\] {
470
+ height: 14px;
471
+ }
451
472
  .h-\[52px\] {
452
473
  height: 52px;
453
474
  }
@@ -466,6 +487,9 @@ exports.styles = String.raw `
466
487
  .h-full {
467
488
  height: 100%;
468
489
  }
490
+ .h-min {
491
+ height: min-content;
492
+ }
469
493
  .h-px {
470
494
  height: 1px;
471
495
  }
@@ -538,6 +562,9 @@ exports.styles = String.raw `
538
562
  .w-\[1px\] {
539
563
  width: 1px;
540
564
  }
565
+ .w-\[14px\] {
566
+ width: 14px;
567
+ }
541
568
  .w-\[52px\] {
542
569
  width: 52px;
543
570
  }
@@ -556,9 +583,18 @@ exports.styles = String.raw `
556
583
  .w-full {
557
584
  width: 100%;
558
585
  }
586
+ .w-min {
587
+ width: min-content;
588
+ }
559
589
  .w-screen {
560
590
  width: 100vw;
561
591
  }
592
+ .max-w-1 {
593
+ max-width: calc(var(--spacing) * 1);
594
+ }
595
+ .max-w-1\/2 {
596
+ max-width: calc(1/2 * 100%);
597
+ }
562
598
  .max-w-\[532px\] {
563
599
  max-width: 532px;
564
600
  }
@@ -695,6 +731,15 @@ exports.styles = String.raw `
695
731
  .gap-6 {
696
732
  gap: calc(var(--spacing) * 6);
697
733
  }
734
+ .gap-10 {
735
+ gap: calc(var(--spacing) * 10);
736
+ }
737
+ .self-center {
738
+ align-self: center;
739
+ }
740
+ .justify-self-center {
741
+ justify-self: center;
742
+ }
698
743
  .overflow-hidden {
699
744
  overflow: hidden;
700
745
  }
@@ -750,6 +795,10 @@ exports.styles = String.raw `
750
795
  border-style: var(--tw-border-style);
751
796
  border-width: 0px;
752
797
  }
798
+ .border-1 {
799
+ border-style: var(--tw-border-style);
800
+ border-width: 1px;
801
+ }
753
802
  .border-2 {
754
803
  border-style: var(--tw-border-style);
755
804
  border-width: 2px;
@@ -770,9 +819,15 @@ exports.styles = String.raw `
770
819
  --tw-border-style: solid;
771
820
  border-style: solid;
772
821
  }
822
+ .border-border-focus {
823
+ border-color: var(--color-border-focus);
824
+ }
773
825
  .border-border-normal {
774
826
  border-color: var(--color-border-normal);
775
827
  }
828
+ .border-transparent {
829
+ border-color: transparent;
830
+ }
776
831
  .border-t-primary {
777
832
  border-top-color: var(--color-primary);
778
833
  }
@@ -863,9 +918,15 @@ exports.styles = String.raw `
863
918
  .p-2 {
864
919
  padding: calc(var(--spacing) * 2);
865
920
  }
921
+ .p-3 {
922
+ padding: calc(var(--spacing) * 3);
923
+ }
866
924
  .p-4 {
867
925
  padding: calc(var(--spacing) * 4);
868
926
  }
927
+ .p-5 {
928
+ padding: calc(var(--spacing) * 5);
929
+ }
869
930
  .p-\[10px\] {
870
931
  padding: 10px;
871
932
  }
@@ -920,6 +981,9 @@ exports.styles = String.raw `
920
981
  .pt-2 {
921
982
  padding-top: calc(var(--spacing) * 2);
922
983
  }
984
+ .pt-3 {
985
+ padding-top: calc(var(--spacing) * 3);
986
+ }
923
987
  .pt-4 {
924
988
  padding-top: calc(var(--spacing) * 4);
925
989
  }
@@ -971,6 +1035,12 @@ exports.styles = String.raw `
971
1035
  .text-center {
972
1036
  text-align: center;
973
1037
  }
1038
+ .text-left {
1039
+ text-align: left;
1040
+ }
1041
+ .text-right {
1042
+ text-align: right;
1043
+ }
974
1044
  .font-body {
975
1045
  font-family: var(--font-body);
976
1046
  }
@@ -1043,6 +1113,10 @@ exports.styles = String.raw `
1043
1113
  --tw-leading: calc(var(--spacing) * 9);
1044
1114
  line-height: calc(var(--spacing) * 9);
1045
1115
  }
1116
+ .leading-\[inherit\] {
1117
+ --tw-leading: inherit;
1118
+ line-height: inherit;
1119
+ }
1046
1120
  .font-bold {
1047
1121
  --tw-font-weight: var(--font-weight-bold);
1048
1122
  font-weight: var(--font-weight-bold);
@@ -1 +1 @@
1
- {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../src/styles.ts"],"names":[],"mappings":";;;AAAa,QAAA,MAAM,GAAG,MAAM,CAAC,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0lE9B,CAAA"}
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../src/styles.ts"],"names":[],"mappings":";;;AAAa,QAAA,MAAM,GAAG,MAAM,CAAC,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoqE9B,CAAA"}
@@ -1,2 +1,2 @@
1
- export declare const WEB_SDK_VERSION = "5.0.0";
1
+ export declare const WEB_SDK_VERSION = "5.0.1";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,2 +1,2 @@
1
- export const WEB_SDK_VERSION = '5.0.0';
1
+ export const WEB_SDK_VERSION = '5.0.1';
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/styles.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,QA0lEjB,CAAA"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/styles.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,QAoqEjB,CAAA"}
@@ -220,6 +220,9 @@ export const styles = String.raw `
220
220
  }
221
221
  }
222
222
  @layer utilities {
223
+ .pointer-events-auto {
224
+ pointer-events: auto;
225
+ }
223
226
  .pointer-events-none {
224
227
  pointer-events: none;
225
228
  }
@@ -304,6 +307,9 @@ export const styles = String.raw `
304
307
  .-m-\[1px\] {
305
308
  margin: calc(1px * -1);
306
309
  }
310
+ .m-4 {
311
+ margin: calc(var(--spacing) * 4);
312
+ }
307
313
  .mx-0 {
308
314
  margin-inline: calc(var(--spacing) * 0);
309
315
  }
@@ -346,12 +352,18 @@ export const styles = String.raw `
346
352
  .mt-6 {
347
353
  margin-top: calc(var(--spacing) * 6);
348
354
  }
355
+ .mt-8 {
356
+ margin-top: calc(var(--spacing) * 8);
357
+ }
349
358
  .mt-10 {
350
359
  margin-top: calc(var(--spacing) * 10);
351
360
  }
352
361
  .mr-4 {
353
362
  margin-right: calc(var(--spacing) * 4);
354
363
  }
364
+ .mb-1 {
365
+ margin-bottom: calc(var(--spacing) * 1);
366
+ }
355
367
  .mb-2 {
356
368
  margin-bottom: calc(var(--spacing) * 2);
357
369
  }
@@ -367,12 +379,18 @@ export const styles = String.raw `
367
379
  .mb-6 {
368
380
  margin-bottom: calc(var(--spacing) * 6);
369
381
  }
382
+ .mb-10 {
383
+ margin-bottom: calc(var(--spacing) * 10);
384
+ }
370
385
  .ml-1 {
371
386
  margin-left: calc(var(--spacing) * 1);
372
387
  }
373
388
  .ml-2 {
374
389
  margin-left: calc(var(--spacing) * 2);
375
390
  }
391
+ .ml-\[-16px\] {
392
+ margin-left: -16px;
393
+ }
376
394
  .block {
377
395
  display: block;
378
396
  }
@@ -445,6 +463,9 @@ export const styles = String.raw `
445
463
  .h-\[1px\] {
446
464
  height: 1px;
447
465
  }
466
+ .h-\[14px\] {
467
+ height: 14px;
468
+ }
448
469
  .h-\[52px\] {
449
470
  height: 52px;
450
471
  }
@@ -463,6 +484,9 @@ export const styles = String.raw `
463
484
  .h-full {
464
485
  height: 100%;
465
486
  }
487
+ .h-min {
488
+ height: min-content;
489
+ }
466
490
  .h-px {
467
491
  height: 1px;
468
492
  }
@@ -535,6 +559,9 @@ export const styles = String.raw `
535
559
  .w-\[1px\] {
536
560
  width: 1px;
537
561
  }
562
+ .w-\[14px\] {
563
+ width: 14px;
564
+ }
538
565
  .w-\[52px\] {
539
566
  width: 52px;
540
567
  }
@@ -553,9 +580,18 @@ export const styles = String.raw `
553
580
  .w-full {
554
581
  width: 100%;
555
582
  }
583
+ .w-min {
584
+ width: min-content;
585
+ }
556
586
  .w-screen {
557
587
  width: 100vw;
558
588
  }
589
+ .max-w-1 {
590
+ max-width: calc(var(--spacing) * 1);
591
+ }
592
+ .max-w-1\/2 {
593
+ max-width: calc(1/2 * 100%);
594
+ }
559
595
  .max-w-\[532px\] {
560
596
  max-width: 532px;
561
597
  }
@@ -692,6 +728,15 @@ export const styles = String.raw `
692
728
  .gap-6 {
693
729
  gap: calc(var(--spacing) * 6);
694
730
  }
731
+ .gap-10 {
732
+ gap: calc(var(--spacing) * 10);
733
+ }
734
+ .self-center {
735
+ align-self: center;
736
+ }
737
+ .justify-self-center {
738
+ justify-self: center;
739
+ }
695
740
  .overflow-hidden {
696
741
  overflow: hidden;
697
742
  }
@@ -747,6 +792,10 @@ export const styles = String.raw `
747
792
  border-style: var(--tw-border-style);
748
793
  border-width: 0px;
749
794
  }
795
+ .border-1 {
796
+ border-style: var(--tw-border-style);
797
+ border-width: 1px;
798
+ }
750
799
  .border-2 {
751
800
  border-style: var(--tw-border-style);
752
801
  border-width: 2px;
@@ -767,9 +816,15 @@ export const styles = String.raw `
767
816
  --tw-border-style: solid;
768
817
  border-style: solid;
769
818
  }
819
+ .border-border-focus {
820
+ border-color: var(--color-border-focus);
821
+ }
770
822
  .border-border-normal {
771
823
  border-color: var(--color-border-normal);
772
824
  }
825
+ .border-transparent {
826
+ border-color: transparent;
827
+ }
773
828
  .border-t-primary {
774
829
  border-top-color: var(--color-primary);
775
830
  }
@@ -860,9 +915,15 @@ export const styles = String.raw `
860
915
  .p-2 {
861
916
  padding: calc(var(--spacing) * 2);
862
917
  }
918
+ .p-3 {
919
+ padding: calc(var(--spacing) * 3);
920
+ }
863
921
  .p-4 {
864
922
  padding: calc(var(--spacing) * 4);
865
923
  }
924
+ .p-5 {
925
+ padding: calc(var(--spacing) * 5);
926
+ }
866
927
  .p-\[10px\] {
867
928
  padding: 10px;
868
929
  }
@@ -917,6 +978,9 @@ export const styles = String.raw `
917
978
  .pt-2 {
918
979
  padding-top: calc(var(--spacing) * 2);
919
980
  }
981
+ .pt-3 {
982
+ padding-top: calc(var(--spacing) * 3);
983
+ }
920
984
  .pt-4 {
921
985
  padding-top: calc(var(--spacing) * 4);
922
986
  }
@@ -968,6 +1032,12 @@ export const styles = String.raw `
968
1032
  .text-center {
969
1033
  text-align: center;
970
1034
  }
1035
+ .text-left {
1036
+ text-align: left;
1037
+ }
1038
+ .text-right {
1039
+ text-align: right;
1040
+ }
971
1041
  .font-body {
972
1042
  font-family: var(--font-body);
973
1043
  }
@@ -1040,6 +1110,10 @@ export const styles = String.raw `
1040
1110
  --tw-leading: calc(var(--spacing) * 9);
1041
1111
  line-height: calc(var(--spacing) * 9);
1042
1112
  }
1113
+ .leading-\[inherit\] {
1114
+ --tw-leading: inherit;
1115
+ line-height: inherit;
1116
+ }
1043
1117
  .font-bold {
1044
1118
  --tw-font-weight: var(--font-weight-bold);
1045
1119
  font-weight: var(--font-weight-bold);
@@ -1 +1 @@
1
- {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../src/styles.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,MAAM,GAAG,MAAM,CAAC,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0lE9B,CAAA"}
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../src/styles.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,MAAM,GAAG,MAAM,CAAC,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoqE9B,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsequence/connect",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Connect package for Sequence Web SDK",
5
5
  "keywords": [
6
6
  "sequence",
@@ -42,7 +42,7 @@
42
42
  "motion": "^12.3.1",
43
43
  "tailwindcss": "^4.0.6",
44
44
  "uuid": "^10.0.0",
45
- "@0xsequence/hooks": "5.0.0"
45
+ "@0xsequence/hooks": "5.0.1"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "0xsequence": "^2.2.13",