@carbon/ibm-products 2.28.0-alpha.4 → 2.28.1

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.
@@ -26723,7 +26723,7 @@ a.cds--side-nav__link--current::before {
26723
26723
  overflow: auto;
26724
26724
  flex-grow: 1;
26725
26725
  }
26726
- .c4p--tearsheet.c4p--tearsheet--has-slug .c4p--tearsheet__main {
26726
+ .c4p--tearsheet.c4p--tearsheet--has-slug .c4p--tearsheet__content {
26727
26727
  background: linear-gradient(to top, var(--cds-background, var(--cds-background, #ffffff)) 0%, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-background, var(--cds-background, #ffffff)), var(--cds-background, var(--cds-background, #ffffff))) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-background, var(--cds-background, #ffffff)), var(--cds-background, var(--cds-background, #ffffff))) border-box;
26728
26728
  box-shadow: inset 0 -80px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2));
26729
26729
  }
@@ -37875,7 +37875,7 @@ a.cds--side-nav__link--current::before {
37875
37875
  flex-grow: 1;
37876
37876
  }
37877
37877
 
37878
- .c4p--tearsheet.c4p--tearsheet--has-slug .c4p--tearsheet__main {
37878
+ .c4p--tearsheet.c4p--tearsheet--has-slug .c4p--tearsheet__content {
37879
37879
  background: linear-gradient(to top, var(--cds-background, var(--cds-background, #ffffff)) 0%, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-background, var(--cds-background, #ffffff)), var(--cds-background, var(--cds-background, #ffffff))) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-background, var(--cds-background, #ffffff)), var(--cds-background, var(--cds-background, #ffffff))) border-box;
37880
37880
  box-shadow: inset 0 -80px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2));
37881
37881
  }
@@ -40524,4 +40524,41 @@ a.cds--side-nav__link--current::before {
40524
40524
  letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
40525
40525
  }
40526
40526
 
40527
+ .c4p--user-avatar__photo {
40528
+ border-radius: 100%;
40529
+ object-fit: contain;
40530
+ }
40531
+
40532
+ .c4p--user-avatar__photo--xl {
40533
+ position: fixed;
40534
+ border-radius: 100%;
40535
+ object-fit: fill;
40536
+ width: 4rem;
40537
+ height: 4rem;
40538
+ }
40539
+
40540
+ .c4p--user-avatar__photo--lg {
40541
+ position: fixed;
40542
+ border-radius: 100%;
40543
+ object-fit: fill;
40544
+ width: 3rem;
40545
+ height: 3rem;
40546
+ }
40547
+
40548
+ .c4p--user-avatar__photo--md {
40549
+ position: fixed;
40550
+ border-radius: 100%;
40551
+ object-fit: fill;
40552
+ width: 2rem;
40553
+ height: 2rem;
40554
+ }
40555
+
40556
+ .c4p--user-avatar__photo--sm {
40557
+ position: fixed;
40558
+ border-radius: 100%;
40559
+ object-fit: fill;
40560
+ width: 1.5rem;
40561
+ height: 1.5rem;
40562
+ }
40563
+
40527
40564
  /*# sourceMappingURL=index-full-carbon.css.map */