@tuwaio/nova-transactions 1.0.0-fix-integrate-orbit-alpha.16.610f49e → 1.0.0-fix-integrate-orbit-alpha.18.4b877e5
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.css +43 -0
- package/package.json +4 -4
package/dist/index.css
CHANGED
@@ -699,6 +699,9 @@
|
|
699
699
|
.transform {
|
700
700
|
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
701
701
|
}
|
702
|
+
.cursor-pointer {
|
703
|
+
cursor: pointer;
|
704
|
+
}
|
702
705
|
.resize {
|
703
706
|
resize: both;
|
704
707
|
}
|
@@ -717,6 +720,9 @@
|
|
717
720
|
.justify-between {
|
718
721
|
justify-content: space-between;
|
719
722
|
}
|
723
|
+
.gap-1 {
|
724
|
+
gap: calc(0.25rem * 1);
|
725
|
+
}
|
720
726
|
.gap-3 {
|
721
727
|
gap: calc(0.25rem * 3);
|
722
728
|
}
|
@@ -731,6 +737,9 @@
|
|
731
737
|
.overflow-y-auto {
|
732
738
|
overflow-y: auto;
|
733
739
|
}
|
740
|
+
.rounded-md {
|
741
|
+
border-radius: 0.375rem;
|
742
|
+
}
|
734
743
|
.rounded-t-2xl {
|
735
744
|
border-top-left-radius: 1rem;
|
736
745
|
border-top-right-radius: 1rem;
|
@@ -752,6 +761,9 @@
|
|
752
761
|
.bg-\[var\(--tuwa-color-primary\)\] {
|
753
762
|
background-color: var(--tuwa-color-primary);
|
754
763
|
}
|
764
|
+
.bg-\[var\(--tuwa-standart-button-bg\)\] {
|
765
|
+
background-color: var(--tuwa-standart-button-bg);
|
766
|
+
}
|
755
767
|
.bg-black\/55 {
|
756
768
|
background-color: color-mix(in oklab, #000 55%, transparent);
|
757
769
|
}
|
@@ -770,6 +782,12 @@
|
|
770
782
|
.p-\[var\(--tuwa-spacing-md\)\] {
|
771
783
|
padding: var(--tuwa-spacing-md);
|
772
784
|
}
|
785
|
+
.px-3 {
|
786
|
+
padding-inline: calc(0.25rem * 3);
|
787
|
+
}
|
788
|
+
.py-2 {
|
789
|
+
padding-block: calc(0.25rem * 2);
|
790
|
+
}
|
773
791
|
.text-lg {
|
774
792
|
font-size: 1.125rem;
|
775
793
|
line-height: var(--tw-leading, calc(1.75 / 1.125));
|
@@ -786,6 +804,10 @@
|
|
786
804
|
--tw-font-weight: 700;
|
787
805
|
font-weight: 700;
|
788
806
|
}
|
807
|
+
.font-semibold {
|
808
|
+
--tw-font-weight: 600;
|
809
|
+
font-weight: 600;
|
810
|
+
}
|
789
811
|
.tracking-tight {
|
790
812
|
--tw-tracking: -0.025em;
|
791
813
|
letter-spacing: -0.025em;
|
@@ -825,6 +847,23 @@
|
|
825
847
|
--tw-outline-style: none;
|
826
848
|
outline-style: none;
|
827
849
|
}
|
850
|
+
.hover\:bg-\[var\(--tuwa-standart-button-hover\)\] {
|
851
|
+
&:hover {
|
852
|
+
@media (hover: hover) {
|
853
|
+
background-color: var(--tuwa-standart-button-hover);
|
854
|
+
}
|
855
|
+
}
|
856
|
+
}
|
857
|
+
.disabled\:cursor-not-allowed {
|
858
|
+
&:disabled {
|
859
|
+
cursor: not-allowed;
|
860
|
+
}
|
861
|
+
}
|
862
|
+
.disabled\:opacity-50 {
|
863
|
+
&:disabled {
|
864
|
+
opacity: 50%;
|
865
|
+
}
|
866
|
+
}
|
828
867
|
.sm\:top-\[50\%\] {
|
829
868
|
@media (width >= 40rem) {
|
830
869
|
top: 50%;
|
@@ -909,6 +948,8 @@
|
|
909
948
|
--tuwa-button-gradient-to: oklch(55.8% 0.288 302.321);
|
910
949
|
--tuwa-button-gradient-from-hover: oklch(48.8% 0.243 264.376);
|
911
950
|
--tuwa-button-gradient-to-hover: oklch(49.6% 0.265 301.924);
|
951
|
+
--tuwa-standart-button-bg: oklch(96.7% 0.003 264.542);
|
952
|
+
--tuwa-standart-button-hover: oklch(92.8% 0.006 264.531);
|
912
953
|
}
|
913
954
|
.dark {
|
914
955
|
--tuwa-success-bg: oklch(39.3% 0.095 152.535);
|
@@ -937,6 +978,8 @@
|
|
937
978
|
--tuwa-button-gradient-to: oklch(62.7% 0.265 303.9);
|
938
979
|
--tuwa-button-gradient-from-hover: oklch(54.6% 0.245 262.881);
|
939
980
|
--tuwa-button-gradient-to-hover: oklch(55.8% 0.288 302.321);
|
981
|
+
--tuwa-standart-button-bg: oklch(37.3% 0.034 259.733);
|
982
|
+
--tuwa-standart-button-hover: oklch(27.8% 0.033 256.848);
|
940
983
|
}
|
941
984
|
@property --tw-rotate-x {
|
942
985
|
syntax: "*";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tuwaio/nova-transactions",
|
3
|
-
"version": "1.0.0-fix-integrate-orbit-alpha.
|
3
|
+
"version": "1.0.0-fix-integrate-orbit-alpha.18.4b877e5",
|
4
4
|
"private": false,
|
5
5
|
"author": "Oleksandr Tkach",
|
6
6
|
"license": "Apache-2.0",
|
@@ -75,8 +75,8 @@
|
|
75
75
|
"ethereum-blockies-base64": "1.x.x"
|
76
76
|
},
|
77
77
|
"devDependencies": {
|
78
|
-
"@tuwaio/orbit-core": "1.0.0-fix-test-alpha.
|
79
|
-
"@tuwaio/pulsar-core": "1.0.0-fix-orbit-integration-alpha.
|
78
|
+
"@tuwaio/orbit-core": "1.0.0-fix-test-alpha.37.702ae35",
|
79
|
+
"@tuwaio/pulsar-core": "1.0.0-fix-orbit-integration-alpha.13.fb805c8",
|
80
80
|
"dayjs": "^1.11.18",
|
81
81
|
"ethereum-blockies-base64": "^1.0.2",
|
82
82
|
"@bgd-labs/react-web3-icons": "^1.50.0",
|
@@ -96,7 +96,7 @@
|
|
96
96
|
"typescript": "~5.9.2",
|
97
97
|
"tailwindcss": "^4.1.13",
|
98
98
|
"zustand": "^5.0.8",
|
99
|
-
"@tuwaio/nova-core": "^1.0.0-fix-integrate-orbit-alpha.
|
99
|
+
"@tuwaio/nova-core": "^1.0.0-fix-integrate-orbit-alpha.18.4b877e5"
|
100
100
|
},
|
101
101
|
"scripts": {
|
102
102
|
"build": "tsup && pnpm exec postcss ./src/styles/app.css -o ./dist/index.css"
|