@contember/react-utils 1.3.0-rc.3 → 1.3.0-rc.4
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.
|
@@ -60,7 +60,7 @@ const DebugChildren = react.memo(({ active = true, children, id }) => {
|
|
|
60
60
|
const parentScopedConsole = parentScopedConsoleOrNone(react.useContext(ScopedConsoleContext));
|
|
61
61
|
const console2 = active && id ? createPrefixedConsole(id, parentScopedConsole) : Constants.noopScopedConsole;
|
|
62
62
|
return /* @__PURE__ */ jsxDevRuntime.jsxDEV(ScopedConsoleContext.Provider, { value: active ? console2 : Constants.noopScopedConsole, children }, void 0, false, {
|
|
63
|
-
fileName: "/__w/interface/interface/packages/react-utils/src/debug-context/Context.tsx",
|
|
63
|
+
fileName: "/__w/interface-archive/interface-archive/packages/react-utils/src/debug-context/Context.tsx",
|
|
64
64
|
lineNumber: 77,
|
|
65
65
|
columnNumber: 3
|
|
66
66
|
}, void 0);
|
|
@@ -58,7 +58,7 @@ const DebugChildren = memo(({ active = true, children, id }) => {
|
|
|
58
58
|
const parentScopedConsole = parentScopedConsoleOrNone(useContext(ScopedConsoleContext));
|
|
59
59
|
const console2 = active && id ? createPrefixedConsole(id, parentScopedConsole) : noopScopedConsole;
|
|
60
60
|
return /* @__PURE__ */ jsxDEV(ScopedConsoleContext.Provider, { value: active ? console2 : noopScopedConsole, children }, void 0, false, {
|
|
61
|
-
fileName: "/__w/interface/interface/packages/react-utils/src/debug-context/Context.tsx",
|
|
61
|
+
fileName: "/__w/interface-archive/interface-archive/packages/react-utils/src/debug-context/Context.tsx",
|
|
62
62
|
lineNumber: 77,
|
|
63
63
|
columnNumber: 3
|
|
64
64
|
}, void 0);
|
|
@@ -6,7 +6,7 @@ const contexts = require("./contexts.cjs");
|
|
|
6
6
|
const ColorSchemeProvider = react.memo(({ children, scheme }) => {
|
|
7
7
|
const inheritedColorScheme = contexts.useColorScheme();
|
|
8
8
|
return /* @__PURE__ */ jsxDevRuntime.jsxDEV(contexts.ColorSchemeContext.Provider, { value: scheme ?? inheritedColorScheme, children }, void 0, false, {
|
|
9
|
-
fileName: "/__w/interface/interface/packages/react-utils/src/theming/ColorSchemeProvider.tsx",
|
|
9
|
+
fileName: "/__w/interface-archive/interface-archive/packages/react-utils/src/theming/ColorSchemeProvider.tsx",
|
|
10
10
|
lineNumber: 13,
|
|
11
11
|
columnNumber: 3
|
|
12
12
|
}, void 0);
|
|
@@ -4,7 +4,7 @@ import { useColorScheme, ColorSchemeContext } from "./contexts.js";
|
|
|
4
4
|
const ColorSchemeProvider = memo(({ children, scheme }) => {
|
|
5
5
|
const inheritedColorScheme = useColorScheme();
|
|
6
6
|
return /* @__PURE__ */ jsxDEV(ColorSchemeContext.Provider, { value: scheme ?? inheritedColorScheme, children }, void 0, false, {
|
|
7
|
-
fileName: "/__w/interface/interface/packages/react-utils/src/theming/ColorSchemeProvider.tsx",
|
|
7
|
+
fileName: "/__w/interface-archive/interface-archive/packages/react-utils/src/theming/ColorSchemeProvider.tsx",
|
|
8
8
|
lineNumber: 13,
|
|
9
9
|
columnNumber: 3
|
|
10
10
|
}, void 0);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contember/react-utils",
|
|
3
3
|
"license": "Apache-2.0",
|
|
4
|
-
"version": "1.3.0-rc.
|
|
4
|
+
"version": "1.3.0-rc.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"main": "./dist/production/index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"react": "^18 || ^19"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@contember/utilities": "1.3.0-rc.
|
|
41
|
+
"@contember/utilities": "1.3.0-rc.4",
|
|
42
42
|
"fast-deep-equal": "^3.1.3"
|
|
43
43
|
},
|
|
44
44
|
"stableVersion": "0.0.0"
|