@harnessio/ui 0.5.32 → 0.5.33

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.
@@ -3709,7 +3709,10 @@ const qe = {
3709
3709
  },
3710
3710
  // Tag Component
3711
3711
  ".cn-studio-card-tag": {
3712
- "@apply flex gap-cn-3xs p-cn-2xs rounded-t-cn-4 bg-cn-gray-outline border border-cn-gray-outline top-[-28px] right-0 absolute text-cn-gray-outline select-none": "",
3712
+ "@apply flex gap-cn-3xs p-cn-2xs border rounded-t-cn-4 top-[-28px] right-0 absolute select-none": "",
3713
+ color: "var(--cn-set-purple-outline-text)",
3714
+ "background-color": "var(--cn-set-purple-outline-bg)",
3715
+ "border-color": "var(--cn-set-purple-outline-border)",
3713
3716
  /**
3714
3717
  * For the corner scoop effect
3715
3718
  */
@@ -3720,8 +3723,8 @@ const qe = {
3720
3723
  right: "-1px",
3721
3724
  width: "8px",
3722
3725
  height: "8px",
3723
- background: "radial-gradient(circle at bottom left, transparent 0px, transparent 7px, var(--cn-set-gray-outline-border) 7px, var(--cn-set-gray-outline-border) 8px, var(--cn-set-gray-outline-bg) 7px)",
3724
- borderRight: "1px solid var(--cn-set-gray-outline-border)"
3726
+ background: "radial-gradient(circle at bottom left, transparent 0px, transparent 7px, var(--cn-set-purple-outline-border) 7px, var(--cn-set-purple-outline-border) 8px, var(--cn-set-purple-outline-bg) 7px)",
3727
+ borderRight: "1px solid var(--cn-set-purple-outline-border)"
3725
3728
  }
3726
3729
  },
3727
3730
  // Message Component
@@ -3789,7 +3792,7 @@ const qe = {
3789
3792
  "@apply relative flex items-center gap-cn-3xs px-cn-sm py-cn-2xs shadow-cn-1 border border-cn-2 rounded-cn-3": ""
3790
3793
  },
3791
3794
  ".cn-studio-card-expand-button-top": {
3792
- "@apply flex items-center gap-cn-2xs p-cn-xs pl-cn-md flex-1": ""
3795
+ "@apply flex items-center gap-cn-2xs p-cn-xs pl-cn-md flex-1 text-cn-1": ""
3793
3796
  },
3794
3797
  ".cn-studio-card-expand-button-bottom": {
3795
3798
  "@apply flex items-center justify-end gap-cn-2xs py-cn-xs px-cn-md flex-1 border-t border-cn-2": "",