@contember/react-multipass-rendering
Advanced tools
Comparing version 1.3.0-alpha.7 to 1.3.0-alpha.8
@@ -11,3 +11,3 @@ var __defProp = Object.defineProperty; | ||
import { getErrorMessage } from "./helpers/getErrorMessage.js"; | ||
const _ChildrenAnalyzer = class { | ||
const _ChildrenAnalyzer = class _ChildrenAnalyzer { | ||
constructor(leaves, decider = [], options = {}) { | ||
@@ -159,4 +159,3 @@ __publicField(this, "leaves"); | ||
}; | ||
let ChildrenAnalyzer = _ChildrenAnalyzer; | ||
__publicField(ChildrenAnalyzer, "defaultOptions", { | ||
__publicField(_ChildrenAnalyzer, "defaultOptions", { | ||
ignoreRenderProps: true, | ||
@@ -169,2 +168,3 @@ renderPropsErrorMessage: "Render props (functions as React component children) are not supported.", | ||
}); | ||
let ChildrenAnalyzer = _ChildrenAnalyzer; | ||
export { | ||
@@ -171,0 +171,0 @@ ChildrenAnalyzer |
@@ -8,3 +8,3 @@ var __defProp = Object.defineProperty; | ||
import { ChildrenAnalyzerError } from "../ChildrenAnalyzerError.js"; | ||
const _BranchNode = class { | ||
const _BranchNode = class _BranchNode { | ||
constructor(factory, componentOrReducer, options) { | ||
@@ -34,7 +34,7 @@ __publicField(this, "specification"); | ||
}; | ||
let BranchNode = _BranchNode; | ||
__publicField(BranchNode, "defaultOptions", { | ||
__publicField(_BranchNode, "defaultOptions", { | ||
childrenAreOptional: false, | ||
childrenAbsentErrorMessage: "Component must have children!" | ||
}); | ||
let BranchNode = _BranchNode; | ||
export { | ||
@@ -41,0 +41,0 @@ BranchNode |
@@ -11,3 +11,3 @@ var __defProp = Object.defineProperty; | ||
import { getErrorMessage } from "./helpers/getErrorMessage.js"; | ||
const _ChildrenAnalyzer = class { | ||
const _ChildrenAnalyzer = class _ChildrenAnalyzer { | ||
constructor(leaves, decider = [], options = {}) { | ||
@@ -159,4 +159,3 @@ __publicField(this, "leaves"); | ||
}; | ||
let ChildrenAnalyzer = _ChildrenAnalyzer; | ||
__publicField(ChildrenAnalyzer, "defaultOptions", { | ||
__publicField(_ChildrenAnalyzer, "defaultOptions", { | ||
ignoreRenderProps: true, | ||
@@ -169,2 +168,3 @@ renderPropsErrorMessage: "Render props (functions as React component children) are not supported.", | ||
}); | ||
let ChildrenAnalyzer = _ChildrenAnalyzer; | ||
export { | ||
@@ -171,0 +171,0 @@ ChildrenAnalyzer |
@@ -8,3 +8,3 @@ var __defProp = Object.defineProperty; | ||
import { ChildrenAnalyzerError } from "../ChildrenAnalyzerError.js"; | ||
const _BranchNode = class { | ||
const _BranchNode = class _BranchNode { | ||
constructor(factory, componentOrReducer, options) { | ||
@@ -34,7 +34,7 @@ __publicField(this, "specification"); | ||
}; | ||
let BranchNode = _BranchNode; | ||
__publicField(BranchNode, "defaultOptions", { | ||
__publicField(_BranchNode, "defaultOptions", { | ||
childrenAreOptional: false, | ||
childrenAbsentErrorMessage: "Component must have children!" | ||
}); | ||
let BranchNode = _BranchNode; | ||
export { | ||
@@ -41,0 +41,0 @@ BranchNode |
{ | ||
"name": "@contember/react-multipass-rendering", | ||
"license": "Apache-2.0", | ||
"version": "1.3.0-alpha.7", | ||
"version": "1.3.0-alpha.8", | ||
"type": "module", | ||
@@ -38,3 +38,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@contember/utilities": "1.3.0-alpha.7" | ||
"@contember/utilities": "1.3.0-alpha.8" | ||
}, | ||
@@ -41,0 +41,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
207974
+ Added@contember/utilities@1.3.0-alpha.8(transitive)
- Removed@contember/utilities@1.3.0-alpha.7(transitive)
- Removedtype-fest@3.13.1(transitive)