From ca122b8d79fd54eb115cfbd99b4a866da519221f Mon Sep 17 00:00:00 2001 From: Rick Date: Mon, 15 Nov 2021 15:09:52 -0700 Subject: [PATCH 1/5] Create .cb --- examples/next-js/.cb | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 examples/next-js/.cb diff --git a/examples/next-js/.cb b/examples/next-js/.cb new file mode 100644 index 0000000..c622d66 --- /dev/null +++ b/examples/next-js/.cb @@ -0,0 +1,30 @@ +explorer: + rows: + - items: + - type: container + style: + display: flex + flexDirection: row + padding: 3px + columnGap: 3px + items: + - type: svg + elementStyle: + width: 32 + margin: 5 + background: white + borderRadius: 50 + padding: 5px + url: https://cdn.worldvectorlogo.com/logos/next-js.svg + - type: container + style: + display: flex + flexDirection: column + rowGap: 3px + items: + - type: text + text: New Next.js Project + style: + fontSize: 20 + - type: text + text: More info \ No newline at end of file From 6b3a48f716121fd130520550f2e546d0d146c654 Mon Sep 17 00:00:00 2001 From: Rick Date: Mon, 15 Nov 2021 15:13:43 -0700 Subject: [PATCH 2/5] Create .cb --- examples/python/.cb | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 examples/python/.cb diff --git a/examples/python/.cb b/examples/python/.cb new file mode 100644 index 0000000..d989e14 --- /dev/null +++ b/examples/python/.cb @@ -0,0 +1,28 @@ +explorer: + rows: + - items: + - type: container + style: + display: flex + flexDirection: row + padding: 3px + columnGap: 3px + items: + - type: svg + elementStyle: + width: 32 + margin: 5 + padding: 5px + url: https://cdn.worldvectorlogo.com/logos/python-5.svg + - type: container + style: + display: flex + flexDirection: column + rowGap: 3px + items: + - type: text + text: New Python Project + style: + fontSize: 20 + - type: text + text: More info \ No newline at end of file From 05760b862556bc3ffaa1488baab56bb1c5dd4436 Mon Sep 17 00:00:00 2001 From: Rick Date: Mon, 15 Nov 2021 15:18:36 -0700 Subject: [PATCH 3/5] Add bold to heading --- examples/python/.cb | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/python/.cb b/examples/python/.cb index d989e14..a9044e7 100644 --- a/examples/python/.cb +++ b/examples/python/.cb @@ -23,6 +23,7 @@ explorer: - type: text text: New Python Project style: + fontWeight: bold fontSize: 20 - type: text text: More info \ No newline at end of file From 9bd1f836cce3126192e42ffcc147c5e2c8f8bd8e Mon Sep 17 00:00:00 2001 From: Rick Gove <63856101+RickGove@users.noreply.github.com> Date: Mon, 15 Nov 2021 15:22:00 -0700 Subject: [PATCH 4/5] Delete .cb --- examples/next-js/.cb | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 examples/next-js/.cb diff --git a/examples/next-js/.cb b/examples/next-js/.cb deleted file mode 100644 index c622d66..0000000 --- a/examples/next-js/.cb +++ /dev/null @@ -1,30 +0,0 @@ -explorer: - rows: - - items: - - type: container - style: - display: flex - flexDirection: row - padding: 3px - columnGap: 3px - items: - - type: svg - elementStyle: - width: 32 - margin: 5 - background: white - borderRadius: 50 - padding: 5px - url: https://cdn.worldvectorlogo.com/logos/next-js.svg - - type: container - style: - display: flex - flexDirection: column - rowGap: 3px - items: - - type: text - text: New Next.js Project - style: - fontSize: 20 - - type: text - text: More info \ No newline at end of file From bc654478f772dbf87ad1b32fb42f9e881145baa1 Mon Sep 17 00:00:00 2001 From: Rick Date: Mon, 15 Nov 2021 15:22:32 -0700 Subject: [PATCH 5/5] Remove next banner --- examples/next-js/.cb | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 examples/next-js/.cb diff --git a/examples/next-js/.cb b/examples/next-js/.cb deleted file mode 100644 index c622d66..0000000 --- a/examples/next-js/.cb +++ /dev/null @@ -1,30 +0,0 @@ -explorer: - rows: - - items: - - type: container - style: - display: flex - flexDirection: row - padding: 3px - columnGap: 3px - items: - - type: svg - elementStyle: - width: 32 - margin: 5 - background: white - borderRadius: 50 - padding: 5px - url: https://cdn.worldvectorlogo.com/logos/next-js.svg - - type: container - style: - display: flex - flexDirection: column - rowGap: 3px - items: - - type: text - text: New Next.js Project - style: - fontSize: 20 - - type: text - text: More info \ No newline at end of file