@zenkigen-inc/component-ui 1.19.1 → 1.19.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.
package/dist/index.js CHANGED
@@ -495,6 +495,7 @@ var PopoverContent = (0, import_react4.forwardRef)(function PopoverContent2({ ch
495
495
  ref: composeRefs(floating.refs.setFloating, ref),
496
496
  tabIndex: -1,
497
497
  onKeyDown: handleKeyDown,
498
+ className: "z-popover",
498
499
  style: {
499
500
  position: floating.strategy,
500
501
  top: floating.y ?? 0,
package/dist/index.mjs CHANGED
@@ -428,6 +428,7 @@ var PopoverContent = forwardRef(function PopoverContent2({ children }, ref) {
428
428
  ref: composeRefs(floating.refs.setFloating, ref),
429
429
  tabIndex: -1,
430
430
  onKeyDown: handleKeyDown,
431
+ className: "z-popover",
431
432
  style: {
432
433
  position: floating.strategy,
433
434
  top: floating.y ?? 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenkigen-inc/component-ui",
3
- "version": "1.19.1",
3
+ "version": "1.19.2",
4
4
  "repository": "https://github.com/zenkigen/zenkigen-component",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -38,9 +38,9 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@floating-ui/react": "0.27.16",
41
- "@zenkigen-inc/component-config": "1.19.1",
42
- "@zenkigen-inc/component-icons": "1.19.1",
43
- "@zenkigen-inc/component-theme": "1.19.1",
41
+ "@zenkigen-inc/component-config": "1.19.2",
42
+ "@zenkigen-inc/component-icons": "1.19.2",
43
+ "@zenkigen-inc/component-theme": "1.19.2",
44
44
  "clsx": "2.1.1",
45
45
  "react-day-picker": "9.13.0"
46
46
  }