feat: [AH-1192]: fix badge width css and update uicore version to fix radio button issue (#3738)

* feat: [AH-1192]: fix badge width css
* feat: [AH-1192]: fix radio button and css order issue
This commit is contained in:
Shivanand Sonnad 2025-04-28 10:05:41 +00:00 committed by Harness
parent 7e85afab0e
commit f296f1c37d
5 changed files with 8 additions and 5 deletions

View File

@ -54,7 +54,7 @@
"@harnessio/react-har-service-client": "^0.18.0",
"@harnessio/react-ng-manager-client": "^1.40.0",
"@harnessio/react-ssca-manager-client": "^0.65.0",
"@harnessio/uicore": "^4.2.0",
"@harnessio/uicore": "^4.2.1",
"@tanstack/react-query": "4.20.4",
"@types/dompurify": "^3.0.2",
"@types/react-monaco-editor": "^0.16.0",

View File

@ -25,6 +25,7 @@
border: 1px solid var(--grey-200);
border-radius: 4px;
max-width: max-content;
min-width: max-content;
flex-shrink: 0;
text-transform: uppercase;
}

View File

@ -74,6 +74,7 @@ const devConfig = {
},
plugins: [
new MiniCssExtractPlugin({
ignoreOrder: true,
filename: '[name].css',
chunkFilename: '[name].[id].css'
}),

View File

@ -53,6 +53,7 @@ const prodConfig = {
}
}),
new MiniCssExtractPlugin({
ignoreOrder: true,
filename: '[name].[contenthash:6].css',
chunkFilename: '[name].[id].[contenthash:6].css'
}),

View File

@ -1962,10 +1962,10 @@
resolved "https://registry.yarnpkg.com/@harnessio/react-ssca-manager-client/-/react-ssca-manager-client-0.65.0.tgz#8088869e282c5268bf1fefb9715652e0fc1a8940"
integrity sha512-sNLDf1lyBfdzD9TqlrsMib61YffrEpb5WJwhRKuPGKD9Po0peAqE6NGLHVFbyra4tRGvvg8gnNpzzp4hMBYeCQ==
"@harnessio/uicore@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@harnessio/uicore/-/uicore-4.2.0.tgz#4ce930b2832fe406a91a963f417215e098e56326"
integrity sha512-jb5kRQgrrdcYfuECmk9Zn1u7K8b0L81l0HKuiZsmqOpc7dhM/zCrSc4zLTHxfmi1iUB/VULRhKnekxjU4ChpHQ==
"@harnessio/uicore@^4.2.1":
version "4.2.1"
resolved "https://registry.yarnpkg.com/@harnessio/uicore/-/uicore-4.2.1.tgz#aa7a5c2485a0cd0ac958c90de728967913d39106"
integrity sha512-yM74FcjXYskfzM5/ssHR5I1hzMUTqXARan2x7c8yHQnnuy6UO8QrbqTu9+Y/xoYCHFGOxQdmTzjqd6ObIKVciQ==
"@humanwhocodes/config-array@^0.5.0":
version "0.5.0"