Skip to content

Commit 595499d

Browse files
committed
Revert "Merge pull request #1174 from umbraco/feature/split-panel"
This reverts commit b6dd419, reversing changes made to 772eb99.
1 parent 205ee9d commit 595499d

File tree

8 files changed

+45
-433
lines changed

8 files changed

+45
-433
lines changed

.storybook/preview-head.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<style>
22
/* Make stories able to use 100% height */
3-
html {
4-
height: 100vh;
5-
}
6-
/* Make stories able to use 100% height */
7-
body,
8-
#storybook-root,
9-
#root-inner {
10-
height: 100%;
11-
}
3+
html {
4+
height: 100vh;
5+
}
6+
/* Make stories able to use 100% height */
7+
body,
8+
#root,
9+
#root-inner {
10+
height: 100%;
11+
}
1212

1313
body {
1414
padding: 0px !important;
@@ -40,3 +40,4 @@
4040
});
4141
})();
4242
</script>
43+

src/packages/core/components/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ export * from './input-upload-field/index.js';
2929
export * from './multiple-color-picker-input/index.js';
3030
export * from './multiple-text-string-input/index.js';
3131
export * from './popover-layout/index.js';
32-
export * from './split-panel/index.js';
3332
export * from './table/index.js';
3433
export * from './tooltip-menu/index.js';

src/packages/core/components/split-panel/index.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/packages/core/components/split-panel/split-panel.element.ts

Lines changed: 0 additions & 312 deletions
This file was deleted.

0 commit comments

Comments
 (0)