Skip to content

Commit

Permalink
feat: update ControlsTable for Table component
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Mar 12, 2020
1 parent 53aa0cb commit 2f35ce6
Show file tree
Hide file tree
Showing 12 changed files with 242 additions and 301 deletions.
194 changes: 0 additions & 194 deletions ui/block-components/src/ControlsTable/ControlsTable.tsx

This file was deleted.

74 changes: 0 additions & 74 deletions ui/block-components/src/ControlsTable/PropEditorRow.tsx

This file was deleted.

1 change: 0 additions & 1 deletion ui/block-components/src/ControlsTable/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion ui/block-components/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from './ControlsTable';
export * from './StorySource';
1 change: 1 addition & 0 deletions ui/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@component-controls/specification": "^0.6.0",
"@storybook/csf": "^0.0.1",
"copy-to-clipboard": "^3.2.1",
"global": "^4.3.2",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"theme-ui": "^0.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
import { ControlsTable } from './ControlsTable';

export default {
title: 'Blocks/Components/ControlsTable',
title: 'Blocks/Core/ControlsTable',
component: ControlsTable,
};

Expand Down
Loading

0 comments on commit 2f35ce6

Please sign in to comment.