From d4fd5645c7d28def1114f924ee53118b5c92dfa7 Mon Sep 17 00:00:00 2001 From: Nikhil Verma Date: Mon, 9 Oct 2023 11:21:43 +0530 Subject: [PATCH] monorepo Remove TS shims and remove CSS references from readme --- README.md | 39 ++--------------------- docs/nuxt3-integration.md | 4 +-- packages/flow-code-editor/README.md | 38 ++-------------------- packages/flow-code-editor/src/shims.d.ts | 12 ------- packages/flow-form-builder/src/shims.d.ts | 14 -------- packages/flow-lineage/src/shims.d.ts | 14 -------- packages/flow-log/src/shims.d.ts | 12 ------- packages/flow-md-editor/README.md | 38 ++-------------------- packages/flow-md-editor/src/shims.d.ts | 9 ------ packages/flow-table/README.md | 38 ++-------------------- packages/flow-table/src/shims.d.ts | 9 ------ 11 files changed, 10 insertions(+), 217 deletions(-) delete mode 100644 packages/flow-code-editor/src/shims.d.ts delete mode 100644 packages/flow-form-builder/src/shims.d.ts delete mode 100644 packages/flow-lineage/src/shims.d.ts delete mode 100644 packages/flow-log/src/shims.d.ts delete mode 100644 packages/flow-md-editor/src/shims.d.ts delete mode 100644 packages/flow-table/src/shims.d.ts diff --git a/README.md b/README.md index 2588b8df2..dc662a925 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,13 @@ Flow-core is the base library required by any flow dependecies. It consists most - [Website](https://flow.cldcvr.com/) - [Learn More](https://github.com/cldcvr/flow-core/blob/main/ABOUT.md) -**Table of contents** +## Table of contents - [Starter-kits](#starter-kits) - [Install for an existing project](#existing-project) - [VScode Plugin and debuggers](#vscode-plugin-and-debuggers) - [Components](https://flow.cldcvr.com/v2/index.html) - [Templates](https://flow.cldcvr.com/templates/index.html) -- [Dependencies](#dependencies) - - [Lineage](https://github.com/cldcvr/flow-lineage) - - [Form builder](https://github.com/cldcvr/flow-form-builder) - [Resources](#resources) - [Figma for designers](https://www.figma.com/community/file/1240565037876928288/Flow-UI-Kit) - [Get in touch](#get-in-touch) @@ -53,33 +50,7 @@ _Note:_ after installation re-start your application.
-#### 2️⃣ Import CSS - -**Vue:** -Paste the below snippet _after the closing `