@carbon/ibm-products 1.46.2 → 1.47.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.
@@ -3058,7 +3058,7 @@ em {
3058
3058
  }
3059
3059
  }
3060
3060
 
3061
- .bx--modal-content p,
3061
+ .bx--modal-content > p,
3062
3062
  .bx--modal-content__regular-content {
3063
3063
  padding-right: 20%;
3064
3064
  font-size: var(--cds-body-long-01-font-size, 0.875rem);
@@ -3100,7 +3100,7 @@ em {
3100
3100
  .bx--modal-container--xs .bx--modal-content__regular-content {
3101
3101
  padding-right: var(--cds-spacing-05, 1rem);
3102
3102
  }
3103
- .bx--modal-container--xs .bx--modal-content p {
3103
+ .bx--modal-container--xs .bx--modal-content > p {
3104
3104
  padding-right: 0;
3105
3105
  }
3106
3106
  @media (min-width: 42rem) {
@@ -3123,7 +3123,7 @@ em {
3123
3123
  .bx--modal-container--sm .bx--modal-content__regular-content {
3124
3124
  padding-right: var(--cds-spacing-05, 1rem);
3125
3125
  }
3126
- .bx--modal-container--sm .bx--modal-content p {
3126
+ .bx--modal-container--sm .bx--modal-content > p {
3127
3127
  padding-right: 0;
3128
3128
  }
3129
3129
  @media (min-width: 42rem) {
@@ -3136,7 +3136,7 @@ em {
3136
3136
  width: 42%;
3137
3137
  max-height: 72%;
3138
3138
  }
3139
- .bx--modal-container--sm .bx--modal-content p,
3139
+ .bx--modal-container--sm .bx--modal-content > p,
3140
3140
  .bx--modal-container--sm .bx--modal-content__regular-content {
3141
3141
  padding-right: 20%;
3142
3142
  }
@@ -12366,6 +12366,9 @@ a.bx--side-nav__link--current::before {
12366
12366
  border-bottom: 1px solid var(--cds-ui-03, #e0e0e0);
12367
12367
  margin: 0;
12368
12368
  }
12369
+ .c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__header-description {
12370
+ max-width: 80%;
12371
+ }
12369
12372
  .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header--with-close-icon {
12370
12373
  padding-right: var(--cds-spacing-10, 4rem);
12371
12374
  }
@@ -12801,7 +12804,7 @@ a.bx--side-nav__link--current::before {
12801
12804
  font-weight: var(--cds-productive-heading-03-font-weight, 400);
12802
12805
  line-height: var(--cds-productive-heading-03-line-height, 1.4);
12803
12806
  letter-spacing: var(--cds-productive-heading-03-letter-spacing, 0);
12804
- padding-bottom: calc(var(--cds-spacing-01, 0.125rem) + var(--cds-spacing-02, 0.25rem));
12807
+ padding-bottom: var(--cds-spacing-03, 0.5rem);
12805
12808
  margin: 0;
12806
12809
  }
12807
12810
  .c4p--empty-state .c4p--empty-state__subtitle {
@@ -22571,6 +22574,10 @@ th.c4p--datagrid__select-all-toggle-on.button {
22571
22574
  outline-color: var(--cds-support-01, #da1e28);
22572
22575
  }
22573
22576
 
22577
+ .c4p--datagrid .bx--text-input:focus {
22578
+ background: var(--cds-field-01, #f4f4f4);
22579
+ }
22580
+
22574
22581
  .c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--number input[type=number][data-invalid]:focus ~ .bx--number__controls .bx--number__control-btn.up-icon::after {
22575
22582
  background-color: var(--cds-support-01, #da1e28);
22576
22583
  }