From 2fedcc389315d9cc1b7e4a72d1436eef9809b59a Mon Sep 17 00:00:00 2001 From: Ignacio Aldama Vicente Date: Mon, 21 Jul 2025 17:39:34 +0200 Subject: [PATCH] feat: add new composition --- .eslintrc.json | 2 +- design/ui/button/button.composition.tsx | 7 +++++++ workspace.jsonc | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 8eb2012..8ab5cef 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,6 +1,6 @@ // bit-generated-eslint-config { "extends": [ - "./node_modules/.cache/.eslintrc.bit.eacb0e4b2ab8610aad057b62309d9a7fb058486b.json" + "./node_modules/.cache/.eslintrc.bit.6b089e7d5cd7a545a7f11e849237f0bd83966493.json" ] } \ No newline at end of file diff --git a/design/ui/button/button.composition.tsx b/design/ui/button/button.composition.tsx index fc65c4f..d1fc7df 100644 --- a/design/ui/button/button.composition.tsx +++ b/design/ui/button/button.composition.tsx @@ -5,3 +5,10 @@ export const BasicButton = () => { ); } + +export const BasicButton2 = () => { + return ( + + ); +} + diff --git a/workspace.jsonc b/workspace.jsonc index 7a0556e..5a198d9 100644 --- a/workspace.jsonc +++ b/workspace.jsonc @@ -60,6 +60,6 @@ "enableWorkspaceConfigWrite": true }, "teambit.harmony/bit": { - "engine": "1.12.2" + "engine": "1.12.6" } }