nntc-ui 0.0.89 → 0.0.91

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 (3) hide show
  1. package/index.css +1 -0
  2. package/index.js +2 -2
  3. package/package.json +1 -1
package/index.css CHANGED
@@ -1917,6 +1917,7 @@
1917
1917
  }
1918
1918
  .virtualTable_table {
1919
1919
  position: relative;
1920
+ z-index: 0;
1920
1921
  color: var(--theme-text-primary);
1921
1922
  }
1922
1923
  .virtualTable_th {
package/index.js CHANGED
@@ -273,7 +273,7 @@ var popover_default = {
273
273
  };
274
274
 
275
275
  // src/components/view/Popover/ui/PopoverContent/PopoverContent.tsx
276
- import { FloatingFocusManager, FloatingPortal, useId, useMergeRefs } from "@floating-ui/react";
276
+ import { FloatingFocusManager, FloatingPortal, useMergeRefs } from "@floating-ui/react";
277
277
  import { forwardRef as forwardRef3, useContext, useLayoutEffect } from "react";
278
278
 
279
279
  // src/components/view/Popover/ui/PopoverProvider/constants/PopoverContext.ts
@@ -289,7 +289,7 @@ var PopoverContent = forwardRef3(function PopoverContent2({ styles, style, child
289
289
  }
290
290
  const { context: floatingContext, ...otherContext } = context;
291
291
  const ref = useMergeRefs([otherContext.refs.setFloating, propRef]);
292
- const id = useId();
292
+ const id = useCompatId();
293
293
  useLayoutEffect(() => {
294
294
  context.setDescriptionId(id);
295
295
  return () => context.setDescriptionId(void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nntc-ui",
3
- "version": "0.0.89",
3
+ "version": "0.0.91",
4
4
  "author": "NNTC",
5
5
  "description": "React UI-kit for NNTC",
6
6
  "type": "module",