@carbon/ibm-products 1.20.1 → 1.21.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -12616,6 +12616,7 @@ a.bx--side-nav__link--current::before {
12616
12616
  }
12617
12617
  .c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__header {
12618
12618
  padding: var(--cds-spacing-05, 1rem);
12619
+ border-bottom: 1px solid var(--cds-ui-03, #e0e0e0);
12619
12620
  margin: 0;
12620
12621
  }
12621
12622
  .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header--with-close-icon {
@@ -12664,6 +12665,9 @@ a.bx--side-nav__link--current::before {
12664
12665
  .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header-description {
12665
12666
  margin-top: var(--cds-spacing-03, 0.5rem);
12666
12667
  }
12668
+ .c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__header-description {
12669
+ margin-top: var(--cds-spacing-03, 0.5rem);
12670
+ }
12667
12671
  .c4p--tearsheet .c4p--tearsheet__header-navigation {
12668
12672
  margin: var(--cds-spacing-04, 0.75rem) 0 0;
12669
12673
  }
@@ -17702,7 +17706,7 @@ button.c4p--add-select__global-filter-toggle--open {
17702
17706
  @keyframes web-terminal-entrance {
17703
17707
  from {
17704
17708
  opacity: 0;
17705
- transform: translateX(36.5rem);
17709
+ transform: translateX(40rem);
17706
17710
  }
17707
17711
  to {
17708
17712
  opacity: 1;
@@ -17716,7 +17720,7 @@ button.c4p--add-select__global-filter-toggle--open {
17716
17720
  }
17717
17721
  to {
17718
17722
  opacity: 0;
17719
- transform: translateX(36.5rem);
17723
+ transform: translateX(40rem);
17720
17724
  }
17721
17725
  }
17722
17726
  /*
@@ -18148,7 +18152,7 @@ button.c4p--add-select__global-filter-toggle--open {
18148
18152
  position: fixed;
18149
18153
  top: var(--cds-spacing-09, 3rem);
18150
18154
  right: 0;
18151
- width: 36.5rem;
18155
+ width: 40rem;
18152
18156
  height: calc(100vh - var(--cds-spacing-09, 3rem));
18153
18157
  border-left: 1px solid #262626;
18154
18158
  color: var(--cds-text-01, #161616);
@@ -18601,7 +18605,7 @@ button.c4p--add-select__global-filter-toggle--open {
18601
18605
  }
18602
18606
 
18603
18607
  .c4p--web-terminal-content-wrapper--open {
18604
- width: calc(100vw - 36.5rem);
18608
+ width: calc(100vw - 40rem);
18605
18609
  }
18606
18610
 
18607
18611
  .c4p--user-profile-image--light {