igniteui-angular 20.1.27 → 20.1.28

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.
@@ -115,7 +115,6 @@
115
115
  )
116
116
  );
117
117
 
118
- gap: sizable(rem(3px), rem(6px), rem(8px));
119
118
  color: var-get($theme, 'text-color');
120
119
  background: var-get($theme, 'background');
121
120
  border: $border-size solid var-get($theme, 'border-color');
@@ -411,6 +410,8 @@
411
410
  }
412
411
 
413
412
  %igx-chip__start {
413
+ gap: sizable(rem(3px), rem(6px), rem(8px));
414
+
414
415
  > igx-avatar,
415
416
  > igx-circular-bar {
416
417
  &:first-child {
@@ -438,6 +439,8 @@
438
439
  }
439
440
 
440
441
  %igx-chip__end {
442
+ gap: sizable(rem(3px), rem(6px), rem(8px));
443
+
441
444
  > igx-avatar,
442
445
  > igx-circular-bar {
443
446
  &:last-child {
@@ -491,6 +494,7 @@
491
494
  %igx-chip__content {
492
495
  @include ellipsis();
493
496
 
497
+ padding-inline: pad-inline(rem(3px), rem(6px), rem(8px));
494
498
  max-width: $chip-max-width;
495
499
 
496
500
  &:empty {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "20.1.27",
3
+ "version": "20.1.28",
4
4
  "description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps",
5
5
  "author": "Infragistics",
6
6
  "license": "SEE LICENSE IN LICENSE",