@wixc3/react-board
Advanced tools
Comparing version 2.5.0 to 2.6.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ContentSlot = void 0; | ||
exports.ContentSlot = ContentSlot; | ||
function ContentSlot(props) { | ||
return props.children; | ||
} | ||
exports.ContentSlot = ContentSlot; | ||
//# sourceMappingURL=content-slot.js.map |
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createBoard = void 0; | ||
exports.createBoard = createBoard; | ||
const react_1 = __importDefault(require("react")); | ||
@@ -28,3 +28,2 @@ const board_core_1 = require("@wixc3/board-core"); | ||
} | ||
exports.createBoard = createBoard; | ||
//# sourceMappingURL=create-board.js.map |
{ | ||
"name": "@wixc3/react-board", | ||
"description": "Library for creation of React component boards", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"main": "dist/index.js", | ||
@@ -11,3 +11,3 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@wixc3/board-core": "^2.5.0" | ||
"@wixc3/board-core": "^2.6.0" | ||
}, | ||
@@ -14,0 +14,0 @@ "files": [ |
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
21860
308
Updated@wixc3/board-core@^2.6.0