From c37b366c36ccddc6b0fe84c1bea31f81e4bfb3ab Mon Sep 17 00:00:00 2001 From: Kyrylo Shmidt Date: Wed, 20 Nov 2024 15:53:21 +0100 Subject: [PATCH 1/2] Update Dimga Plugin launcher styles --- src/components/IdeLauncher/styles.ts | 4 +++- src/components/common/v3/Select/index.tsx | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/IdeLauncher/styles.ts b/src/components/IdeLauncher/styles.ts index 547c6ee83..af745e1c8 100644 --- a/src/components/IdeLauncher/styles.ts +++ b/src/components/IdeLauncher/styles.ts @@ -44,6 +44,7 @@ export const TextContainer = styled.div` export const Title = styled.h1` color: ${({ theme }) => theme.colors.v3.text.primary}; + margin: 0; font-size: 40px; font-weight: 500; @@ -54,6 +55,7 @@ export const Title = styled.h1` export const Description = styled.p` color: ${({ theme }) => theme.colors.v3.text.tertiary}; + margin: 0; font-size: 24px; font-weight: 400; line-height: 150%; @@ -68,7 +70,7 @@ export const EmphasizedText = styled.span` `; export const SelectContainer = styled.div` - width: 320px; + width: 560px; `; export const Footer = styled.footer` diff --git a/src/components/common/v3/Select/index.tsx b/src/components/common/v3/Select/index.tsx index 9eb0322f3..8f35d6705 100644 --- a/src/components/common/v3/Select/index.tsx +++ b/src/components/common/v3/Select/index.tsx @@ -169,7 +169,9 @@ export const Select = ({ )} {isString(placeholder) && ( - {placeholder} + + {placeholder} + )} {multiselect && isSelectedStateEnabled && selectedValues.length > 0 && ( {selectedValues.length} From 6b585d812f82617c46d00189cba374457bf0e5f5 Mon Sep 17 00:00:00 2001 From: Kyrylo Shmidt Date: Wed, 20 Nov 2024 15:54:44 +0100 Subject: [PATCH 2/2] Bump version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c845289f..1ecc02314 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "digma-ui", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "digma-ui", - "version": "2.1.2", + "version": "2.1.3", "license": "MIT", "dependencies": { "@floating-ui/react": "^0.25.1", diff --git a/package.json b/package.json index 20fc96327..0a0325e6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digma-ui", - "version": "2.1.2", + "version": "2.1.3", "description": "Digma UI", "main": "dist/index.js", "scripts": {