@tuwaio/nova-core 0.4.0 → 0.4.2

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.
Files changed (2) hide show
  1. package/dist/index.css +2 -2
  2. package/package.json +6 -6
package/dist/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.3.0 | 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.4.0",
3
+ "version": "0.4.2",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
@@ -57,8 +57,8 @@
57
57
  "tailwind-merge": "3.x.x"
58
58
  },
59
59
  "devDependencies": {
60
- "@tailwindcss/postcss": "^4.2.4",
61
- "@tailwindcss/vite": "^4.2.4",
60
+ "@tailwindcss/postcss": "^4.3.0",
61
+ "@tailwindcss/vite": "^4.3.0",
62
62
  "@types/react": "^19.2.14",
63
63
  "@radix-ui/react-dialog": "^1.1.15",
64
64
  "@web3icons/react": "^4.1.17",
@@ -66,10 +66,10 @@
66
66
  "autoprefixer": "^10.5.0",
67
67
  "clsx": "^2.1.1",
68
68
  "framer-motion": "^12.38.0",
69
- "postcss": "^8.5.12",
69
+ "postcss": "^8.5.14",
70
70
  "postcss-cli": "^11.0.1",
71
- "react": "^19.2.5",
72
- "tailwindcss": "^4.2.4",
71
+ "react": "^19.2.6",
72
+ "tailwindcss": "^4.3.0",
73
73
  "tailwind-merge": "^3.5.0",
74
74
  "tsup": "^8.5.1",
75
75
  "typescript": "^6.0.3"