@tuwaio/nova-transactions 1.0.0-fix-integrate-orbit-alpha.19.607da4b → 1.0.0-fix-integrate-orbit-alpha.21.4b8f114
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 +34 -4
- package/package.json +2 -2
package/dist/index.css
CHANGED
@@ -981,6 +981,39 @@
|
|
981
981
|
--tuwa-standart-button-bg: oklch(37.3% 0.034 259.733);
|
982
982
|
--tuwa-standart-button-hover: oklch(27.8% 0.033 256.848);
|
983
983
|
}
|
984
|
+
.Toastify {
|
985
|
+
pointer-events: auto;
|
986
|
+
}
|
987
|
+
.Toastify__toast {
|
988
|
+
padding: 0;
|
989
|
+
background: transparent;
|
990
|
+
}
|
991
|
+
@media (hover: hover) {
|
992
|
+
.NovaNoScrolling {
|
993
|
+
scrollbar-width: none;
|
994
|
+
}
|
995
|
+
.NovaCustomScroll {
|
996
|
+
animation: scrolling forwards;
|
997
|
+
animation-timeline: scroll(self);
|
998
|
+
}
|
999
|
+
.NovaCustomScroll::-webkit-scrollbar {
|
1000
|
+
width: 4px;
|
1001
|
+
border-radius: 4px;
|
1002
|
+
background-color: var(--tuwa-border-primary);
|
1003
|
+
}
|
1004
|
+
.NovaCustomScroll::-webkit-scrollbar-thumb {
|
1005
|
+
background-color: var(--tuwa-text-secondary);
|
1006
|
+
border-radius: 4px;
|
1007
|
+
}
|
1008
|
+
.NovaCustomScroll::-webkit-scrollbar-thumb:hover {
|
1009
|
+
background-color: var(--tuwa-text-primary);
|
1010
|
+
}
|
1011
|
+
@keyframes scrolling {
|
1012
|
+
0%,to {
|
1013
|
+
padding-right: 2px;
|
1014
|
+
}
|
1015
|
+
}
|
1016
|
+
}
|
984
1017
|
@property --tw-rotate-x {
|
985
1018
|
syntax: "*";
|
986
1019
|
inherits: false;
|
@@ -1107,9 +1140,6 @@
|
|
1107
1140
|
}
|
1108
1141
|
}
|
1109
1142
|
}
|
1110
|
-
.Toastify {
|
1111
|
-
pointer-events: auto;
|
1112
|
-
}
|
1113
1143
|
@property --tw-border-style {
|
1114
1144
|
syntax: "*";
|
1115
1145
|
inherits: false;
|
@@ -1314,4 +1344,4 @@
|
|
1314
1344
|
--tw-space-x-reverse: 0;
|
1315
1345
|
}
|
1316
1346
|
}
|
1317
|
-
}
|
1347
|
+
}
|
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.21.4b8f114",
|
4
4
|
"private": false,
|
5
5
|
"author": "Oleksandr Tkach",
|
6
6
|
"license": "Apache-2.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.21.4b8f114"
|
100
100
|
},
|
101
101
|
"scripts": {
|
102
102
|
"build": "tsup && pnpm exec postcss ./src/styles/app.css -o ./dist/index.css"
|