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"
}
}