@harnessio/ui 0.0.271 → 0.0.273

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.
@@ -8,6 +8,15 @@ const x = {
8
8
  "&.cn-accordion-card": {
9
9
  gap: "var(--cn-accordion-sm-card-gap-y)"
10
10
  },
11
+ ".cn-accordion-item-header button": {
12
+ "&:focus": {
13
+ outline: "none"
14
+ },
15
+ "&:focus-visible": {
16
+ outline: "var(--cn-focus)",
17
+ "@apply outline-offset-cn-tight": ""
18
+ }
19
+ },
11
20
  "&-md": {
12
21
  minWidth: "var(--cn-accordion-md-min-width)",
13
22
  "--cn-accordion-sm-gap": "var(--cn-accordion-md-gap)",
@@ -3192,7 +3201,7 @@ const Pe = {
3192
3201
  // Group card variant
3193
3202
  "&:where(.cn-studio-card-group)": {
3194
3203
  width: "auto",
3195
- minWidth: "var(--cn-size-90)",
3204
+ minWidth: "220px",
3196
3205
  maxWidth: "none",
3197
3206
  height: "auto",
3198
3207
  '&:has(> .cn-studio-card-content > [data-expanded="true"])': {
@@ -3278,7 +3287,7 @@ const Pe = {
3278
3287
  minHeight: "var(--cn-size-29)",
3279
3288
  borderTop: "1px solid var(--cn-border-2)",
3280
3289
  backgroundColor: "var(--cn-comp-pipeline-card-footer)",
3281
- "@apply flex flex-col justify-center px-cn-md py-cn-md font-caption-normal": "",
3290
+ "@apply flex flex-col px-cn-md py-cn-md font-caption-normal": "",
3282
3291
  // Default: line-clamp-4 for regular cards
3283
3292
  "& span": {
3284
3293
  "@apply line-clamp-4": ""
@@ -3496,7 +3505,7 @@ const Pe = {
3496
3505
  "&:where(.cn-table-v2-highlight-hover) tbody > tr": {
3497
3506
  "&:hover, &:has(.cn-table-v2-cell-clickable-block:focus-visible)": {
3498
3507
  "&>td": {
3499
- backgroundColor: "var(--cn-bg-2)"
3508
+ backgroundColor: "var(--cn-state-hover)"
3500
3509
  }
3501
3510
  }
3502
3511
  },