From 3222ae8f25fa82bb655a267dd27f827c587faf74 Mon Sep 17 00:00:00 2001 From: Arkadiy Stepanov Date: Wed, 27 May 2026 12:57:33 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=92=84=20Make=20button=20inline=20ele?= =?UTF-8?q?ment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/molecules/Button/Button.styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/molecules/Button/Button.styles.ts b/src/molecules/Button/Button.styles.ts index c7f8604b3..ff98fdcca 100644 --- a/src/molecules/Button/Button.styles.ts +++ b/src/molecules/Button/Button.styles.ts @@ -17,7 +17,7 @@ export const resolveBorderColor = (tokens: { }) => ('borderColor' in tokens ? tokens.borderColor : tokens.backgroundColor); export const ButtonPrimitive = styled.button` - display: grid; + display: inline-grid; grid-auto-flow: column; grid-template-columns: auto; From fe83bf462f5bf29e439b841f934d2e0317cb714c Mon Sep 17 00:00:00 2001 From: Arkadiy Stepanov Date: Wed, 27 May 2026 12:57:57 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=9A=A7=20Bump?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b91cfee74..db1fde3f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/amplify-component-lib", - "version": "13.1.0", + "version": "13.1.1", "description": "Frontend Typescript components for the Amplify team", "main": "dist/index.js", "types": "dist/index.d.ts",