@tuwaio/nova-connect 1.0.0-fix-styles-alpha.1.f2958e5 → 1.0.0-fix-styles-alpha.2.17cfa9b

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 +4 -1
  2. package/package.json +3 -3
package/dist/index.css CHANGED
@@ -1734,6 +1734,9 @@
1734
1734
  inherits: false;
1735
1735
  initial-value: 0;
1736
1736
  }
1737
+ div[data-radix-popper-content-wrapper] {
1738
+ z-index: 101 !important;
1739
+ }
1737
1740
  @property --tw-translate-x {
1738
1741
  syntax: "*";
1739
1742
  inherits: false;
@@ -2092,4 +2095,4 @@
2092
2095
  --tw-exit-translate-y: 0;
2093
2096
  }
2094
2097
  }
2095
- }
2098
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuwaio/nova-connect",
3
- "version": "1.0.0-fix-styles-alpha.1.f2958e5",
3
+ "version": "1.0.0-fix-styles-alpha.2.17cfa9b",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
@@ -232,8 +232,8 @@
232
232
  "tw-animate-css": "^1.4.0",
233
233
  "typescript": "^5.9.3",
234
234
  "tsup": "^8.5.0",
235
- "@tuwaio/nova-transactions": "^1.0.0-fix-styles-alpha.1.f2958e5",
236
- "@tuwaio/nova-core": "^1.0.0-fix-styles-alpha.1.f2958e5"
235
+ "@tuwaio/nova-core": "^1.0.0-fix-styles-alpha.2.17cfa9b",
236
+ "@tuwaio/nova-transactions": "^1.0.0-fix-styles-alpha.2.17cfa9b"
237
237
  },
238
238
  "scripts": {
239
239
  "start": "tsup src/index.ts --watch",