@innovaccer/design-system 4.9.0 → 4.10.0

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.
@@ -354,7 +354,7 @@
354
354
  align-items: center;
355
355
  }
356
356
 
357
- .GridCell-metaList .Text::before {
357
+ .GridCell-metaSeparator {
358
358
  content: '';
359
359
  display: inline-flex;
360
360
  align-items: center;
@@ -362,12 +362,21 @@
362
362
  width: var(--spacing-10);
363
363
  height: var(--spacing-10);
364
364
  border-radius: var(--border-radius-full);
365
- background: var(--secondary);
365
+ background: var(--inverse-lightest);
366
366
  margin: 0 var(--spacing-20);
367
367
  }
368
368
 
369
- .GridCell-metaList .Text:first-child::before {
370
- display: none;
369
+ .GridCell-mark--default {
370
+ background: var(--warning-light);
371
+ border-radius: var(--border-radius-05);
372
+ }
373
+
374
+ .GridCell-mark--metaList {
375
+ font-size: var(--font-size-s);
376
+ line-height: var(--font-height-normal);
377
+ color: var(--text-subtle);
378
+ background: var(--warning-light);
379
+ border-radius: var(--border-radius-05);
371
380
  }
372
381
 
373
382
  .GridCell--metaList ul li:first-child {
@@ -31,6 +31,10 @@
31
31
  white-space: nowrap;
32
32
  }
33
33
 
34
+ .white-space-pre {
35
+ white-space: pre;
36
+ }
37
+
34
38
  .bottom-0 {
35
39
  bottom: 0;
36
40
  }