@zenkigen-inc/component-ui 1.19.1 → 1.19.3
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 +3 -0
- package/dist/index.mjs +3 -0
- package/package.json +4 -4
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,
|
|
@@ -1817,6 +1818,8 @@ function Modal({
|
|
|
1817
1818
|
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(ModalContext.Provider, { value: { onClose }, children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { className: "fixed left-0 top-0 z-overlay flex size-full items-center justify-center bg-backgroundOverlayBlack py-4", children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1818
1819
|
"div",
|
|
1819
1820
|
{
|
|
1821
|
+
role: "dialog",
|
|
1822
|
+
"aria-modal": "true",
|
|
1820
1823
|
className: "grid max-h-full min-h-[120px] grid-rows-[max-content_1fr_max-content] flex-col rounded-lg bg-uiBackground01 shadow-modalShadow",
|
|
1821
1824
|
style: { width: renderWidth, height: renderHeight, maxWidth },
|
|
1822
1825
|
children
|
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,
|
|
@@ -1750,6 +1751,8 @@ function Modal({
|
|
|
1750
1751
|
/* @__PURE__ */ jsx25(ModalContext.Provider, { value: { onClose }, children: /* @__PURE__ */ jsx25("div", { className: "fixed left-0 top-0 z-overlay flex size-full items-center justify-center bg-backgroundOverlayBlack py-4", children: /* @__PURE__ */ jsx25(
|
|
1751
1752
|
"div",
|
|
1752
1753
|
{
|
|
1754
|
+
role: "dialog",
|
|
1755
|
+
"aria-modal": "true",
|
|
1753
1756
|
className: "grid max-h-full min-h-[120px] grid-rows-[max-content_1fr_max-content] flex-col rounded-lg bg-uiBackground01 shadow-modalShadow",
|
|
1754
1757
|
style: { width: renderWidth, height: renderHeight, maxWidth },
|
|
1755
1758
|
children
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenkigen-inc/component-ui",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.3",
|
|
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.
|
|
42
|
-
"@zenkigen-inc/component-icons": "1.19.
|
|
43
|
-
"@zenkigen-inc/component-theme": "1.19.
|
|
41
|
+
"@zenkigen-inc/component-config": "1.19.3",
|
|
42
|
+
"@zenkigen-inc/component-icons": "1.19.3",
|
|
43
|
+
"@zenkigen-inc/component-theme": "1.19.3",
|
|
44
44
|
"clsx": "2.1.1",
|
|
45
45
|
"react-day-picker": "9.13.0"
|
|
46
46
|
}
|