vim-web 0.3.44-dev.30 → 0.3.44-dev.31
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/style.css +0 -3
- package/dist/vim-web.iife.js +1 -1
- package/dist/vim-web.iife.js.map +1 -1
- package/dist/vim-web.js +1 -1
- package/dist/vim-web.js.map +1 -1
- package/package.json +1 -1
package/dist/vim-web.js
CHANGED
|
@@ -75615,7 +75615,7 @@ function Modal(props) {
|
|
|
75615
75615
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
75616
75616
|
"div",
|
|
75617
75617
|
{
|
|
75618
|
-
className: "vim-modal vc-absolute vc-inset-0 vc-z-40 vc-flex vc-items-center vc-justify-center vc-bg-
|
|
75618
|
+
className: "vim-modal vc-absolute vc-inset-0 vc-z-40 vc-flex vc-items-center vc-justify-center vc-bg-gray",
|
|
75619
75619
|
onClick: ((_a2 = props.state.current) == null ? void 0 : _a2.canClose) ? () => {
|
|
75620
75620
|
var _a3, _b3;
|
|
75621
75621
|
return (_b3 = (_a3 = state.current) == null ? void 0 : _a3.onClose) == null ? void 0 : _b3.call(_a3);
|