@pega/cosmos-react-work 10.0.0-build.4.2 → 10.0.0-build.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -923,8 +923,8 @@ const GenAICoachContent = ({ testId, coachOptions: coachOptionsProps, onCoachCha
923
923
  justify: suggestionCardsView ? undefined : 'center',
924
924
  direction: 'column',
925
925
  alignItems: 'center',
926
- gap: 4,
927
- pad: [6, 0, 2, 0]
926
+ gap: simplifiedAgent ? 2 : 4,
927
+ pad: simplifiedAgent ? [0, 0, 2, 0] : [6, 0, 2, 0]
928
928
  }, ...(suggestionCardsView ? {} : { item: { grow: 1 } }), children: [((isInUtilities(variant) && variant.state === 'maximized') ||
929
929
  !isInUtilities(variant)) &&
930
930
  showSalutation && (_jsxs(Flex, { container: {