@harnessio/ui 0.5.71 → 0.5.72

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.
@@ -4791,9 +4791,9 @@ const tr = {
4791
4791
  ".cn-studio-card-header": {
4792
4792
  minHeight: "var(--cn-size-11)",
4793
4793
  color: "var(--cn-text-1)",
4794
- "@apply flex items-center gap-cn-2xs p-cn-xs pl-cn-md w-full": "",
4795
- "&-title": {
4796
- "@apply flex-1": ""
4794
+ "@apply flex items-center gap-cn-2xs p-cn-xs pl-cn-md w-full min-w-0": "",
4795
+ "> :not(&-title)": {
4796
+ "@apply shrink-0": ""
4797
4797
  }
4798
4798
  },
4799
4799
  // Compact header padding for xs cards
@@ -4936,8 +4936,8 @@ const tr = {
4936
4936
  }
4937
4937
  }
4938
4938
  },
4939
- // Stage footer (all sizes): exclude from intrinsic card width; fill width set by steps
4940
- ".cn-studio-card-group.cn-studio-card-stage > .cn-studio-card-footer": {
4939
+ // Stage header and footer (all sizes): exclude from intrinsic card width; fill width set by steps
4940
+ ".cn-studio-card-group.cn-studio-card-stage > .cn-studio-card-header, .cn-studio-card-group.cn-studio-card-stage > .cn-studio-card-footer": {
4941
4941
  width: "0",
4942
4942
  minWidth: "100%",
4943
4943
  maxWidth: "100%",