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/style.css
CHANGED
|
@@ -1119,9 +1119,6 @@ video:where(.vim-component,.vim-component *) {
|
|
|
1119
1119
|
.vc-bg-gray-warm {
|
|
1120
1120
|
background-color: var(--c-dark-gray-warm);
|
|
1121
1121
|
}
|
|
1122
|
-
.vc-bg-overflow {
|
|
1123
|
-
background-color: var(--c-overflow);
|
|
1124
|
-
}
|
|
1125
1122
|
.vc-bg-primary {
|
|
1126
1123
|
background-color: var(--c-primary);
|
|
1127
1124
|
}
|
package/dist/vim-web.iife.js
CHANGED
|
@@ -75631,7 +75631,7 @@ Averrage Date/Second ${avgDataRatePS} kb
|
|
|
75631
75631
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
75632
75632
|
"div",
|
|
75633
75633
|
{
|
|
75634
|
-
className: "vim-modal vc-absolute vc-inset-0 vc-z-40 vc-flex vc-items-center vc-justify-center vc-bg-
|
|
75634
|
+
className: "vim-modal vc-absolute vc-inset-0 vc-z-40 vc-flex vc-items-center vc-justify-center vc-bg-gray",
|
|
75635
75635
|
onClick: ((_a2 = props.state.current) == null ? void 0 : _a2.canClose) ? () => {
|
|
75636
75636
|
var _a3, _b3;
|
|
75637
75637
|
return (_b3 = (_a3 = state.current) == null ? void 0 : _a3.onClose) == null ? void 0 : _b3.call(_a3);
|