@nice-code/state 0.11.0 → 0.12.0
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.
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
//#region \0rolldown/runtime.js
|
|
3
|
-
var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
|
|
4
|
-
//#endregion
|
|
5
2
|
let react = require("react");
|
|
6
3
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
7
4
|
let _tanstack_react_virtual = require("@tanstack/react-virtual");
|
|
@@ -479,32 +476,6 @@ function SectionLabel({ label, color = DEVTOOL_COLOR_SEMANTIC_SYSTEM }) {
|
|
|
479
476
|
});
|
|
480
477
|
}
|
|
481
478
|
//#endregion
|
|
482
|
-
//#region ../../node_modules/.bun/react-dom@19.2.7+e14d3f224186685e/node_modules/react-dom/cjs/react-dom.production.js
|
|
483
|
-
/**
|
|
484
|
-
* @license React
|
|
485
|
-
* react-dom.production.js
|
|
486
|
-
*
|
|
487
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
488
|
-
*
|
|
489
|
-
* This source code is licensed under the MIT license found in the
|
|
490
|
-
* LICENSE file in the root directory of this source tree.
|
|
491
|
-
*/
|
|
492
|
-
var require_react_dom_production = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
493
|
-
require("react").__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
|
494
|
-
}));
|
|
495
|
-
(/* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
496
|
-
function checkDCE() {
|
|
497
|
-
if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === "undefined" || typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== "function") return;
|
|
498
|
-
try {
|
|
499
|
-
__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);
|
|
500
|
-
} catch (err) {
|
|
501
|
-
console.error(err);
|
|
502
|
-
}
|
|
503
|
-
}
|
|
504
|
-
checkDCE();
|
|
505
|
-
module.exports = require_react_dom_production();
|
|
506
|
-
})))();
|
|
507
|
-
//#endregion
|
|
508
479
|
//#region ../nice-devtools-shared/src/components/PanelChrome.tsx
|
|
509
480
|
const DOCKED_SIZE_MIN = 140;
|
|
510
481
|
const POSITION_GRID = [
|