@wixc3/react-board
Advanced tools
Comparing version 4.6.0 to 4.6.1
{ | ||
"name": "@wixc3/react-board", | ||
"description": "Library for creation of React component boards", | ||
"version": "4.6.0", | ||
"version": "4.6.1", | ||
"main": "dist/index.js", | ||
"peerDependencies": { | ||
"react": ">=18.0.0 || ^19.0.0-rc.0", | ||
"react-dom": ">=18.0.0 || ^19.0.0-rc.0" | ||
"react": ">=18.0.0", | ||
"react-dom": ">=18.0.0" | ||
}, | ||
"dependencies": { | ||
"@wixc3/board-core": "^4.6.0" | ||
"@wixc3/board-core": "^4.6.1" | ||
}, | ||
@@ -13,0 +13,0 @@ "files": [ |
@@ -36,6 +36,6 @@ # @wixc3/react-board | ||
You can also create boards with separation between the actual content and the board environment (context providers, board styling). | ||
This will be helpful in board templates, to indicate to Codux where to put the component in the generated board. | ||
Or in boards, so that when the board is converted to a code snippet, only the children of the `<ContentSlot>` will be included in the snippet. | ||
This is useful when the board is wrapped in a router or a context provider that shouldn't be included in the snippet. | ||
You can also create boards with separation between the actual content and the board environment (context providers, board styling). | ||
This will be helpful in board templates, to indicate to Codux where to put the component in the generated board. | ||
Or in boards, so that when the board is converted to a code snippet, only the children of the `<ContentSlot>` will be included in the snippet. | ||
This is useful when the board is wrapped in a router or a context provider that shouldn't be included in the snippet. | ||
@@ -42,0 +42,0 @@ ```tsx |
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
20825
Updated@wixc3/board-core@^4.6.1