@tuwaio/nova-core 0.3.3 → 0.4.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.
- package/dist/index.css +2 -2
- package/package.json +9 -9
package/dist/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.2.
|
|
1
|
+
/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
pointer-events: auto;
|
|
379
379
|
}
|
|
380
380
|
.Toastify__toast {
|
|
381
|
-
padding: 0;
|
|
381
|
+
padding: 0 !important;
|
|
382
382
|
background: transparent;
|
|
383
383
|
}
|
|
384
384
|
@media (hover: hover) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/nova-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -57,22 +57,22 @@
|
|
|
57
57
|
"tailwind-merge": "3.x.x"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@tailwindcss/postcss": "^4.2.
|
|
61
|
-
"@tailwindcss/vite": "^4.2.
|
|
60
|
+
"@tailwindcss/postcss": "^4.2.4",
|
|
61
|
+
"@tailwindcss/vite": "^4.2.4",
|
|
62
62
|
"@types/react": "^19.2.14",
|
|
63
63
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
64
64
|
"@web3icons/react": "^4.1.17",
|
|
65
65
|
"@web3icons/common": "^0.11.46",
|
|
66
|
-
"autoprefixer": "^10.
|
|
66
|
+
"autoprefixer": "^10.5.0",
|
|
67
67
|
"clsx": "^2.1.1",
|
|
68
|
-
"framer-motion": "^12.
|
|
69
|
-
"postcss": "^8.5.
|
|
68
|
+
"framer-motion": "^12.38.0",
|
|
69
|
+
"postcss": "^8.5.12",
|
|
70
70
|
"postcss-cli": "^11.0.1",
|
|
71
|
-
"react": "^19.2.
|
|
72
|
-
"tailwindcss": "^4.2.
|
|
71
|
+
"react": "^19.2.5",
|
|
72
|
+
"tailwindcss": "^4.2.4",
|
|
73
73
|
"tailwind-merge": "^3.5.0",
|
|
74
74
|
"tsup": "^8.5.1",
|
|
75
|
-
"typescript": "^
|
|
75
|
+
"typescript": "^6.0.3"
|
|
76
76
|
},
|
|
77
77
|
"scripts": {
|
|
78
78
|
"build": "tsup && pnpm exec postcss ./src/styles/variables.css -o ./dist/index.css"
|