✨ feat: export base editor layout components #1018
Annotations
4 errors and 1 warning
test and coverage:
tests/demo.test.tsx#L44
Error: Snapshot `<DraggablePanel /> > renders float.tsx correctly 1` mismatched
- Expected
+ Received
@@ -113,15 +113,15 @@
class="ant-editor-draggable-panel-top-handle emotion-1"
style="position: absolute; user-select: none; width: 100%; height: 10px; top: -5px; left: 0px; cursor: row-resize;"
/>
<div
class="emotion-2 ant-editor-draggable-panel-right-handle"
- style="position: absolute; user-select: none; width: 10px; height: 100%; top: 0px; right: -5px; cursor: col-resize;"
+ style="position: absolute; user-select: none; width: 10px; height: 100%; top: 0px; cursor: col-resize; right: -5px;"
/>
<div
class="ant-editor-draggable-panel-bottom-handle emotion-3"
- style="position: absolute; user-select: none; width: 100%; height: 10px; bottom: -5px; left: 0px; cursor: row-resize;"
+ style="position: absolute; user-select: none; width: 100%; height: 10px; left: 0px; cursor: row-resize; bottom: -5px;"
/>
<div
class="emotion-4 ant-editor-draggable-panel-left-handle"
style="position: absolute; user-select: none; width: 10px; height: 100%; top: 0px; left: -5px; cursor: col-resize;"
/>
❯ tests/demo.test.tsx:44:35
|
test and coverage:
tests/demo.test.tsx#L44
Error: Snapshot `<DraggablePanel /> > renders controlFloat.tsx correctly 1` mismatched
- Expected
+ Received
@@ -113,15 +113,15 @@
class="ant-editor-draggable-panel-top-handle emotion-1"
style="position: absolute; user-select: none; width: 100%; height: 10px; top: -5px; left: 0px; cursor: row-resize;"
/>
<div
class="emotion-2 ant-editor-draggable-panel-right-handle"
- style="position: absolute; user-select: none; width: 10px; height: 100%; top: 0px; right: -5px; cursor: col-resize;"
+ style="position: absolute; user-select: none; width: 10px; height: 100%; top: 0px; cursor: col-resize; right: -5px;"
/>
<div
class="ant-editor-draggable-panel-bottom-handle emotion-3"
- style="position: absolute; user-select: none; width: 100%; height: 10px; bottom: -5px; left: 0px; cursor: row-resize;"
+ style="position: absolute; user-select: none; width: 100%; height: 10px; left: 0px; cursor: row-resize; bottom: -5px;"
/>
<div
class="emotion-4 ant-editor-draggable-panel-left-handle"
style="position: absolute; user-select: none; width: 10px; height: 100%; top: 0px; left: -5px; cursor: col-resize;"
/>
❯ tests/demo.test.tsx:44:35
|
test and coverage:
tests/demo.test.tsx#L44
Error: Snapshot `<Layout /> > renders base.tsx correctly 1` mismatched
❯ tests/demo.test.tsx:44:35
|
test and coverage
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading