@harnessio/ui 0.0.325 → 0.0.326

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.
@@ -2645,6 +2645,7 @@ const Hr = {
2645
2645
  // Default to 2 columns, can be overridden to 3 columns when content exceeds viewport
2646
2646
  "&-popover": {
2647
2647
  gridTemplateColumns: "repeat(2, var(--cn-size-58))",
2648
+ gap: "0 var(--cn-layout-xs)",
2648
2649
  // Smooth transition when switching between 2 and 3 columns
2649
2650
  transition: "grid-template-columns 0.3s cubic-bezier(0.4, 0, 0.2, 1)"
2650
2651
  },
@@ -3046,7 +3047,8 @@ const Hr = {
3046
3047
  border: "1px solid var(--cn-border-2)",
3047
3048
  backgroundColor: "var(--cn-bg-1)",
3048
3049
  flexShrink: "0",
3049
- color: "var(--cn-comp-sidebar-item-text)"
3050
+ color: "var(--cn-comp-sidebar-item-text)",
3051
+ marginLeft: "var(--cn-layout-4xs)"
3050
3052
  },
3051
3053
  "&:hover, &:focus-within": {
3052
3054
  ".cn-sidebar-item-content-title": {
@@ -3111,9 +3113,6 @@ const Hr = {
3111
3113
  },
3112
3114
  // Sidebar popover
3113
3115
  ".cn-popover-content.cn-sidebar-popover": {
3114
- paddingRight: "var(--cn-popover-px)",
3115
- paddingBottom: "var(--cn-layout-xs)",
3116
- paddingLeft: "var(--cn-popover-px)",
3117
3116
  backgroundColor: "var(--cn-bg-2)",
3118
3117
  // First group: Remove top padding to prevent overlap with popover padding
3119
3118
  "& > div > div:first-child .cn-sidebar-group": {