@harnessio/ui 0.0.260 → 0.0.261

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.
@@ -367,8 +367,7 @@ const W = {
367
367
  }, L = {
368
368
  ".cn-breadcrumb": {
369
369
  "@apply flex flex-wrap items-center break-words select-none": "",
370
- gap: "var(--cn-spacing-1)",
371
- color: "var(--cn-set-brand-primary-bg)"
370
+ gap: "var(--cn-spacing-1)"
372
371
  },
373
372
  ".cn-breadcrumb-default": {
374
373
  gap: "var(--cn-spacing-1)",
@@ -379,7 +378,7 @@ const W = {
379
378
  "& .cn-breadcrumb-item:last-child, & .cn-breadcrumb-page:last-child": {
380
379
  "@apply font-body-strong": "",
381
380
  borderRadius: "0",
382
- color: "var(--cn-set-brand-primary-bg)"
381
+ color: "var(--cn-text-1)"
383
382
  }
384
383
  },
385
384
  ".cn-breadcrumb-sm": {
@@ -391,7 +390,7 @@ const W = {
391
390
  "& .cn-breadcrumb-item:last-child, & .cn-breadcrumb-page:last-child": {
392
391
  "@apply font-caption-light": "",
393
392
  borderRadius: "var(--cn-size-5)",
394
- color: "var(--cn-set-brand-primary-bg)"
393
+ color: "var(--cn-text-1)"
395
394
  }
396
395
  },
397
396
  ".cn-breadcrumb-list": {
@@ -402,6 +401,7 @@ const W = {
402
401
  marginLeft: "var(--cn-spacing-1)"
403
402
  },
404
403
  ".cn-breadcrumb-item": {
404
+ color: "var(--cn-text-3)",
405
405
  "@apply inline-flex items-center": "",
406
406
  "&:hover": {
407
407
  color: "var(--cn-set-brand-primary-bg)"
@@ -415,7 +415,7 @@ const W = {
415
415
  }
416
416
  },
417
417
  ".cn-breadcrumb-separator": {
418
- color: "var(--cn-state-disabled-text)",
418
+ color: "var(--cn-text-4)",
419
419
  "& > svg": {
420
420
  width: "var(--cn-icon-size-sm)",
421
421
  height: "var(--cn-icon-size-sm)"