@zenkigen-inc/component-ui 1.19.2 → 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 +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1818,6 +1818,8 @@ function Modal({
|
|
|
1818
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)(
|
|
1819
1819
|
"div",
|
|
1820
1820
|
{
|
|
1821
|
+
role: "dialog",
|
|
1822
|
+
"aria-modal": "true",
|
|
1821
1823
|
className: "grid max-h-full min-h-[120px] grid-rows-[max-content_1fr_max-content] flex-col rounded-lg bg-uiBackground01 shadow-modalShadow",
|
|
1822
1824
|
style: { width: renderWidth, height: renderHeight, maxWidth },
|
|
1823
1825
|
children
|
package/dist/index.mjs
CHANGED
|
@@ -1751,6 +1751,8 @@ function Modal({
|
|
|
1751
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(
|
|
1752
1752
|
"div",
|
|
1753
1753
|
{
|
|
1754
|
+
role: "dialog",
|
|
1755
|
+
"aria-modal": "true",
|
|
1754
1756
|
className: "grid max-h-full min-h-[120px] grid-rows-[max-content_1fr_max-content] flex-col rounded-lg bg-uiBackground01 shadow-modalShadow",
|
|
1755
1757
|
style: { width: renderWidth, height: renderHeight, maxWidth },
|
|
1756
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
|
}
|