From 18b724390a1bcb791c6d0314a09c269d6a459a02 Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Fri, 20 Jan 2017 13:50:07 +0000 Subject: [PATCH] renaming directories. Table >> Simple Table and Table New >> Data Table --- ui/src/components/{table-new => table-data-table}/index.js | 0 ui/src/components/{table-new => table-data-table}/readme.md | 0 ui/src/components/{table-new => table-data-table}/story.js | 4 ++-- .../components/{table-new => table-data-table}/table-body.js | 0 .../{table-new => table-data-table}/table-content.js | 0 .../components/{table-new => table-data-table}/table-head.js | 0 .../components/{table-new => table-data-table}/table-row.js | 2 +- ui/src/components/{table => table-simple-table}/index.js | 0 ui/src/components/{table => table-simple-table}/readme.md | 0 ui/src/components/{table => table-simple-table}/story.js | 4 ++-- ui/src/components/{table => table-simple-table}/table-body.js | 0 ui/src/components/{table => table-simple-table}/table-cell.js | 0 ui/src/components/{table => table-simple-table}/table-head.js | 0 ui/src/components/{table => table-simple-table}/table-item.js | 0 ui/src/components/{table => table-simple-table}/table-row.js | 0 ui/src/components/{table => table-simple-table}/table.js | 0 16 files changed, 5 insertions(+), 5 deletions(-) rename ui/src/components/{table-new => table-data-table}/index.js (100%) rename ui/src/components/{table-new => table-data-table}/readme.md (100%) rename ui/src/components/{table-new => table-data-table}/story.js (92%) rename ui/src/components/{table-new => table-data-table}/table-body.js (100%) rename ui/src/components/{table-new => table-data-table}/table-content.js (100%) rename ui/src/components/{table-new => table-data-table}/table-head.js (100%) rename ui/src/components/{table-new => table-data-table}/table-row.js (94%) rename ui/src/components/{table => table-simple-table}/index.js (100%) rename ui/src/components/{table => table-simple-table}/readme.md (100%) rename ui/src/components/{table => table-simple-table}/story.js (94%) rename ui/src/components/{table => table-simple-table}/table-body.js (100%) rename ui/src/components/{table => table-simple-table}/table-cell.js (100%) rename ui/src/components/{table => table-simple-table}/table-head.js (100%) rename ui/src/components/{table => table-simple-table}/table-item.js (100%) rename ui/src/components/{table => table-simple-table}/table-row.js (100%) rename ui/src/components/{table => table-simple-table}/table.js (100%) diff --git a/ui/src/components/table-new/index.js b/ui/src/components/table-data-table/index.js similarity index 100% rename from ui/src/components/table-new/index.js rename to ui/src/components/table-data-table/index.js diff --git a/ui/src/components/table-new/readme.md b/ui/src/components/table-data-table/readme.md similarity index 100% rename from ui/src/components/table-new/readme.md rename to ui/src/components/table-data-table/readme.md diff --git a/ui/src/components/table-new/story.js b/ui/src/components/table-data-table/story.js similarity index 92% rename from ui/src/components/table-new/story.js rename to ui/src/components/table-data-table/story.js index da8f34ca..7fd33496 100644 --- a/ui/src/components/table-new/story.js +++ b/ui/src/components/table-data-table/story.js @@ -41,8 +41,8 @@ const data = [{ key: 2 }]; -storiesOf('Table New', module) - .add('Table New', () => ( +storiesOf('Table - Data Table', module) + .add('Default', () => ( ( +storiesOf('Table - Simple', module) + .add('Default', () => (
diff --git a/ui/src/components/table/table-body.js b/ui/src/components/table-simple-table/table-body.js similarity index 100% rename from ui/src/components/table/table-body.js rename to ui/src/components/table-simple-table/table-body.js diff --git a/ui/src/components/table/table-cell.js b/ui/src/components/table-simple-table/table-cell.js similarity index 100% rename from ui/src/components/table/table-cell.js rename to ui/src/components/table-simple-table/table-cell.js diff --git a/ui/src/components/table/table-head.js b/ui/src/components/table-simple-table/table-head.js similarity index 100% rename from ui/src/components/table/table-head.js rename to ui/src/components/table-simple-table/table-head.js diff --git a/ui/src/components/table/table-item.js b/ui/src/components/table-simple-table/table-item.js similarity index 100% rename from ui/src/components/table/table-item.js rename to ui/src/components/table-simple-table/table-item.js diff --git a/ui/src/components/table/table-row.js b/ui/src/components/table-simple-table/table-row.js similarity index 100% rename from ui/src/components/table/table-row.js rename to ui/src/components/table-simple-table/table-row.js diff --git a/ui/src/components/table/table.js b/ui/src/components/table-simple-table/table.js similarity index 100% rename from ui/src/components/table/table.js rename to ui/src/components/table-simple-table/table.js