diff --git a/doc/design-system.json b/doc/design-system.json new file mode 100644 index 0000000..4ac6213 --- /dev/null +++ b/doc/design-system.json @@ -0,0 +1,30 @@ +{ + "name": "Data Upload Design Kit", + "acronym": "DUDK", + "url": "https://register-dynamics.github.io/data-import/", + "components": [ + { + "name": "Sheet selector", + "url": "https://register-dynamics.github.io/data-import/component-sheet-selector.html", + "keywords": [ "spreadsheet" ] + }, + { + "name": "Table view", + "url": "https://register-dynamics.github.io/data-import/component-table-view.html", + "keywords": [ "spreadsheet" ] + } + ], + "patterns": [ + { + "name": "Tabular data", + "href": "https://register-dynamics.github.io/data-import/pattern-tabular-data.html", + "category": "Ask users for" + } + ], + "concept": [ + { + "id": "spreadsheet", + "synonyms": [ "table", "workbook", "worksheet" ] + } + ] +}