@carbon/ibm-products 1.35.2 → 1.37.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.
Files changed (49) hide show
  1. package/README.md +3 -3
  2. package/css/index-full-carbon.css +288 -265
  3. package/css/index-full-carbon.css.map +1 -1
  4. package/css/index-full-carbon.min.css +3 -3
  5. package/css/index-full-carbon.min.css.map +1 -1
  6. package/css/index-without-carbon-released-only.css +65 -68
  7. package/css/index-without-carbon-released-only.css.map +1 -1
  8. package/css/index-without-carbon-released-only.min.css +3 -3
  9. package/css/index-without-carbon-released-only.min.css.map +1 -1
  10. package/css/index-without-carbon.css +90 -70
  11. package/css/index-without-carbon.css.map +1 -1
  12. package/css/index-without-carbon.min.css +2 -2
  13. package/css/index-without-carbon.min.css.map +1 -1
  14. package/css/index.css +257 -237
  15. package/css/index.css.map +1 -1
  16. package/css/index.min.css +2 -2
  17. package/css/index.min.css.map +1 -1
  18. package/es/components/ActionSet/ActionSet.js +6 -3
  19. package/es/components/AddSelect/add-select-utils.js +2 -2
  20. package/es/components/DataSpreadsheet/DataSpreadsheet.js +2 -1
  21. package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +8 -1
  22. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +88 -0
  23. package/es/components/Datagrid/useNestedRowExpander.js +8 -3
  24. package/es/components/FilterSummary/FilterSummary.js +54 -0
  25. package/es/components/FilterSummary/index.js +7 -0
  26. package/es/components/OptionsTile/OptionsTile.js +25 -10
  27. package/es/components/PageHeader/PageHeaderTitle.js +2 -4
  28. package/es/global/js/hooks/index.js +2 -1
  29. package/es/global/js/hooks/useControllableState.js +74 -0
  30. package/lib/components/ActionSet/ActionSet.js +6 -3
  31. package/lib/components/AddSelect/add-select-utils.js +2 -2
  32. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +2 -1
  33. package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +8 -1
  34. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +101 -0
  35. package/lib/components/Datagrid/useNestedRowExpander.js +7 -2
  36. package/lib/components/FilterSummary/FilterSummary.js +63 -0
  37. package/lib/components/FilterSummary/index.js +13 -0
  38. package/lib/components/OptionsTile/OptionsTile.js +25 -10
  39. package/lib/components/PageHeader/PageHeaderTitle.js +2 -4
  40. package/lib/global/js/hooks/index.js +8 -1
  41. package/lib/global/js/hooks/useControllableState.js +80 -0
  42. package/package.json +15 -15
  43. package/scss/components/ActionSet/_action-set.scss +9 -4
  44. package/scss/components/Datagrid/styles/_useNestedRows.scss +17 -0
  45. package/scss/components/FilterSummary/_filter-summary.scss +17 -0
  46. package/scss/components/FilterSummary/_index.scss +10 -0
  47. package/scss/components/FilterSummary/_storybook-styles.scss +14 -0
  48. package/scss/components/PageHeader/_page-header.scss +0 -4
  49. package/scss/components/_index.scss +1 -0
package/css/index.css CHANGED
@@ -191,7 +191,7 @@ h1 {
191
191
 
192
192
  h2 {
193
193
  font-size: var(--cds-productive-heading-05-font-size, 2rem);
194
- font-weight: var(--cds-productive-heading-05-font-weight, 300);
194
+ font-weight: var(--cds-productive-heading-05-font-weight, 400);
195
195
  line-height: var(--cds-productive-heading-05-line-height, 1.25);
196
196
  letter-spacing: var(--cds-productive-heading-05-letter-spacing, 0);
197
197
  }
@@ -996,7 +996,7 @@ em {
996
996
 
997
997
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
998
998
  .bx--snippet--single,
999
- .bx--snippet--multi {
999
+ .bx--snippet--multi {
1000
1000
  outline: 1px solid transparent;
1001
1001
  }
1002
1002
  }
@@ -1228,8 +1228,8 @@ em {
1228
1228
  }
1229
1229
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
1230
1230
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
1231
- .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
1232
- .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
1231
+ .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
1232
+ .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
1233
1233
  display: inline-block;
1234
1234
  }
1235
1235
  }
@@ -1281,29 +1281,29 @@ em {
1281
1281
  }
1282
1282
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
1283
1283
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
1284
- .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
1285
- .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
1284
+ .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
1285
+ .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
1286
1286
  width: auto;
1287
1287
  }
1288
1288
  }
1289
1289
  @supports (-ms-accelerator: true) {
1290
1290
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
1291
- .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
1292
- .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
1291
+ .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
1292
+ .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
1293
1293
  width: auto;
1294
1294
  }
1295
1295
  }
1296
1296
  @supports (-ms-ime-align: auto) {
1297
1297
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
1298
- .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
1299
- .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
1298
+ .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
1299
+ .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
1300
1300
  width: auto;
1301
1301
  }
1302
1302
  }
1303
1303
  @media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
1304
1304
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
1305
- .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
1306
- .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
1305
+ .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
1306
+ .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
1307
1307
  border: 1px solid transparent;
1308
1308
  }
1309
1309
  }
@@ -1418,8 +1418,8 @@ em {
1418
1418
  }
1419
1419
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
1420
1420
  .bx--tooltip__trigger.bx--btn--icon-only--top::before, .bx--tooltip__trigger.bx--btn--icon-only--top::after,
1421
- .bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
1422
- .bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
1421
+ .bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
1422
+ .bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
1423
1423
  display: inline-block;
1424
1424
  }
1425
1425
  }
@@ -1471,29 +1471,29 @@ em {
1471
1471
  }
1472
1472
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
1473
1473
  .bx--tooltip__trigger.bx--btn--icon-only--top::after,
1474
- .bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
1475
- .bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
1474
+ .bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
1475
+ .bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
1476
1476
  width: auto;
1477
1477
  }
1478
1478
  }
1479
1479
  @supports (-ms-accelerator: true) {
1480
1480
  .bx--tooltip__trigger.bx--btn--icon-only--top::after,
1481
- .bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
1482
- .bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
1481
+ .bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
1482
+ .bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
1483
1483
  width: auto;
1484
1484
  }
1485
1485
  }
1486
1486
  @supports (-ms-ime-align: auto) {
1487
1487
  .bx--tooltip__trigger.bx--btn--icon-only--top::after,
1488
- .bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
1489
- .bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
1488
+ .bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
1489
+ .bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
1490
1490
  width: auto;
1491
1491
  }
1492
1492
  }
1493
1493
  @media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
1494
1494
  .bx--tooltip__trigger.bx--btn--icon-only--top::after,
1495
- .bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
1496
- .bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
1495
+ .bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
1496
+ .bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
1497
1497
  border: 1px solid transparent;
1498
1498
  }
1499
1499
  }
@@ -1689,8 +1689,8 @@ em {
1689
1689
  }
1690
1690
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
1691
1691
  .bx--tooltip__trigger.bx--btn--icon-only--right::before, .bx--tooltip__trigger.bx--btn--icon-only--right::after,
1692
- .bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
1693
- .bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
1692
+ .bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
1693
+ .bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
1694
1694
  display: inline-block;
1695
1695
  }
1696
1696
  }
@@ -1742,29 +1742,29 @@ em {
1742
1742
  }
1743
1743
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
1744
1744
  .bx--tooltip__trigger.bx--btn--icon-only--right::after,
1745
- .bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
1746
- .bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
1745
+ .bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
1746
+ .bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
1747
1747
  width: auto;
1748
1748
  }
1749
1749
  }
1750
1750
  @supports (-ms-accelerator: true) {
1751
1751
  .bx--tooltip__trigger.bx--btn--icon-only--right::after,
1752
- .bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
1753
- .bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
1752
+ .bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
1753
+ .bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
1754
1754
  width: auto;
1755
1755
  }
1756
1756
  }
1757
1757
  @supports (-ms-ime-align: auto) {
1758
1758
  .bx--tooltip__trigger.bx--btn--icon-only--right::after,
1759
- .bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
1760
- .bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
1759
+ .bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
1760
+ .bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
1761
1761
  width: auto;
1762
1762
  }
1763
1763
  }
1764
1764
  @media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
1765
1765
  .bx--tooltip__trigger.bx--btn--icon-only--right::after,
1766
- .bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
1767
- .bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
1766
+ .bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
1767
+ .bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
1768
1768
  border: 1px solid transparent;
1769
1769
  }
1770
1770
  }
@@ -1955,8 +1955,8 @@ em {
1955
1955
  }
1956
1956
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
1957
1957
  .bx--tooltip__trigger.bx--btn--icon-only--bottom::before, .bx--tooltip__trigger.bx--btn--icon-only--bottom::after,
1958
- .bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
1959
- .bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
1958
+ .bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
1959
+ .bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
1960
1960
  display: inline-block;
1961
1961
  }
1962
1962
  }
@@ -2008,29 +2008,29 @@ em {
2008
2008
  }
2009
2009
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
2010
2010
  .bx--tooltip__trigger.bx--btn--icon-only--bottom::after,
2011
- .bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
2012
- .bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
2011
+ .bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
2012
+ .bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
2013
2013
  width: auto;
2014
2014
  }
2015
2015
  }
2016
2016
  @supports (-ms-accelerator: true) {
2017
2017
  .bx--tooltip__trigger.bx--btn--icon-only--bottom::after,
2018
- .bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
2019
- .bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
2018
+ .bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
2019
+ .bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
2020
2020
  width: auto;
2021
2021
  }
2022
2022
  }
2023
2023
  @supports (-ms-ime-align: auto) {
2024
2024
  .bx--tooltip__trigger.bx--btn--icon-only--bottom::after,
2025
- .bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
2026
- .bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
2025
+ .bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
2026
+ .bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
2027
2027
  width: auto;
2028
2028
  }
2029
2029
  }
2030
2030
  @media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
2031
2031
  .bx--tooltip__trigger.bx--btn--icon-only--bottom::after,
2032
- .bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
2033
- .bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
2032
+ .bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
2033
+ .bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
2034
2034
  border: 1px solid transparent;
2035
2035
  }
2036
2036
  }
@@ -2224,8 +2224,8 @@ em {
2224
2224
  }
2225
2225
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
2226
2226
  .bx--tooltip__trigger.bx--btn--icon-only--left::before, .bx--tooltip__trigger.bx--btn--icon-only--left::after,
2227
- .bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
2228
- .bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
2227
+ .bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
2228
+ .bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
2229
2229
  display: inline-block;
2230
2230
  }
2231
2231
  }
@@ -2277,29 +2277,29 @@ em {
2277
2277
  }
2278
2278
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
2279
2279
  .bx--tooltip__trigger.bx--btn--icon-only--left::after,
2280
- .bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
2281
- .bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
2280
+ .bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
2281
+ .bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
2282
2282
  width: auto;
2283
2283
  }
2284
2284
  }
2285
2285
  @supports (-ms-accelerator: true) {
2286
2286
  .bx--tooltip__trigger.bx--btn--icon-only--left::after,
2287
- .bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
2288
- .bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
2287
+ .bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
2288
+ .bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
2289
2289
  width: auto;
2290
2290
  }
2291
2291
  }
2292
2292
  @supports (-ms-ime-align: auto) {
2293
2293
  .bx--tooltip__trigger.bx--btn--icon-only--left::after,
2294
- .bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
2295
- .bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
2294
+ .bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
2295
+ .bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
2296
2296
  width: auto;
2297
2297
  }
2298
2298
  }
2299
2299
  @media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
2300
2300
  .bx--tooltip__trigger.bx--btn--icon-only--left::after,
2301
- .bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
2302
- .bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
2301
+ .bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
2302
+ .bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
2303
2303
  border: 1px solid transparent;
2304
2304
  }
2305
2305
  }
@@ -2736,7 +2736,7 @@ em {
2736
2736
 
2737
2737
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
2738
2738
  .bx--btn--ghost.bx--btn--icon-only .bx--btn__icon path:not([data-icon-path]):not([fill=none]),
2739
- .bx--btn--ghost.bx--btn--icon-only .bx--btn__icon {
2739
+ .bx--btn--ghost.bx--btn--icon-only .bx--btn__icon {
2740
2740
  fill: ButtonText;
2741
2741
  }
2742
2742
  }
@@ -3136,7 +3136,7 @@ em {
3136
3136
  max-height: 72%;
3137
3137
  }
3138
3138
  .bx--modal-container--sm .bx--modal-content p,
3139
- .bx--modal-container--sm .bx--modal-content__regular-content {
3139
+ .bx--modal-container--sm .bx--modal-content__regular-content {
3140
3140
  padding-right: 20%;
3141
3141
  }
3142
3142
  }
@@ -3390,12 +3390,12 @@ input[data-invalid]:not(:focus),
3390
3390
  }
3391
3391
  @media screen and (prefers-contrast) {
3392
3392
  input[data-invalid]:not(:focus),
3393
- .bx--number[data-invalid] input[type=number]:not(:focus),
3394
- .bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid:not(:focus),
3395
- .bx--text-area__wrapper[data-invalid] > .bx--text-area--invalid:not(:focus),
3396
- .bx--select-input__wrapper[data-invalid] .bx--select-input:not(:focus),
3397
- .bx--list-box[data-invalid]:not(:focus),
3398
- .bx--combo-box[data-invalid] .bx--text-input:not(:focus) {
3393
+ .bx--number[data-invalid] input[type=number]:not(:focus),
3394
+ .bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid:not(:focus),
3395
+ .bx--text-area__wrapper[data-invalid] > .bx--text-area--invalid:not(:focus),
3396
+ .bx--select-input__wrapper[data-invalid] .bx--select-input:not(:focus),
3397
+ .bx--list-box[data-invalid]:not(:focus),
3398
+ .bx--combo-box[data-invalid] .bx--text-input:not(:focus) {
3399
3399
  outline-style: dotted;
3400
3400
  }
3401
3401
  }
@@ -3641,8 +3641,8 @@ fieldset[disabled] .bx--form__helper-text {
3641
3641
  }
3642
3642
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
3643
3643
  .bx--text-input--password__visibility::before, .bx--text-input--password__visibility::after,
3644
- .bx--text-input--password__visibility .bx--assistive-text,
3645
- .bx--text-input--password__visibility + .bx--assistive-text {
3644
+ .bx--text-input--password__visibility .bx--assistive-text,
3645
+ .bx--text-input--password__visibility + .bx--assistive-text {
3646
3646
  display: inline-block;
3647
3647
  }
3648
3648
  }
@@ -3694,29 +3694,29 @@ fieldset[disabled] .bx--form__helper-text {
3694
3694
  }
3695
3695
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
3696
3696
  .bx--text-input--password__visibility::after,
3697
- .bx--text-input--password__visibility .bx--assistive-text,
3698
- .bx--text-input--password__visibility + .bx--assistive-text {
3697
+ .bx--text-input--password__visibility .bx--assistive-text,
3698
+ .bx--text-input--password__visibility + .bx--assistive-text {
3699
3699
  width: auto;
3700
3700
  }
3701
3701
  }
3702
3702
  @supports (-ms-accelerator: true) {
3703
3703
  .bx--text-input--password__visibility::after,
3704
- .bx--text-input--password__visibility .bx--assistive-text,
3705
- .bx--text-input--password__visibility + .bx--assistive-text {
3704
+ .bx--text-input--password__visibility .bx--assistive-text,
3705
+ .bx--text-input--password__visibility + .bx--assistive-text {
3706
3706
  width: auto;
3707
3707
  }
3708
3708
  }
3709
3709
  @supports (-ms-ime-align: auto) {
3710
3710
  .bx--text-input--password__visibility::after,
3711
- .bx--text-input--password__visibility .bx--assistive-text,
3712
- .bx--text-input--password__visibility + .bx--assistive-text {
3711
+ .bx--text-input--password__visibility .bx--assistive-text,
3712
+ .bx--text-input--password__visibility + .bx--assistive-text {
3713
3713
  width: auto;
3714
3714
  }
3715
3715
  }
3716
3716
  @media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
3717
3717
  .bx--text-input--password__visibility::after,
3718
- .bx--text-input--password__visibility .bx--assistive-text,
3719
- .bx--text-input--password__visibility + .bx--assistive-text {
3718
+ .bx--text-input--password__visibility .bx--assistive-text,
3719
+ .bx--text-input--password__visibility + .bx--assistive-text {
3720
3720
  border: 1px solid transparent;
3721
3721
  }
3722
3722
  }
@@ -4060,8 +4060,8 @@ fieldset[disabled] .bx--form__helper-text {
4060
4060
 
4061
4061
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
4062
4062
  .bx--text-input--password__visibility,
4063
- .bx--btn.bx--btn--icon-only.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg,
4064
- .bx--btn.bx--btn--icon-only.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:hover svg {
4063
+ .bx--btn.bx--btn--icon-only.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg,
4064
+ .bx--btn.bx--btn--icon-only.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:hover svg {
4065
4065
  fill: ButtonText;
4066
4066
  }
4067
4067
  }
@@ -4388,7 +4388,7 @@ fieldset[disabled] .bx--form__helper-text {
4388
4388
  }
4389
4389
  @media screen and (prefers-contrast) {
4390
4390
  .bx--tabs-trigger:focus,
4391
- .bx--tabs-trigger:active {
4391
+ .bx--tabs-trigger:active {
4392
4392
  outline-style: dotted;
4393
4393
  }
4394
4394
  }
@@ -4560,7 +4560,7 @@ fieldset[disabled] .bx--form__helper-text {
4560
4560
 
4561
4561
  @media (min-width: 42rem) {
4562
4562
  .bx--tabs--container .bx--tabs__nav-item.bx--tabs__nav-item--disabled,
4563
- .bx--tabs--container .bx--tabs__nav-item.bx--tabs__nav-item--disabled:hover {
4563
+ .bx--tabs--container .bx--tabs__nav-item.bx--tabs__nav-item--disabled:hover {
4564
4564
  background-color: var(--cds-disabled-02, #c6c6c6);
4565
4565
  }
4566
4566
  }
@@ -4582,8 +4582,8 @@ fieldset[disabled] .bx--form__helper-text {
4582
4582
  display: flex;
4583
4583
  }
4584
4584
  .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link,
4585
- .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:focus,
4586
- .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:active {
4585
+ .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:focus,
4586
+ .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:active {
4587
4587
  font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
4588
4588
  font-weight: var(--cds-productive-heading-01-font-weight, 600);
4589
4589
  line-height: var(--cds-productive-heading-01-line-height, 1.28572);
@@ -4595,20 +4595,20 @@ fieldset[disabled] .bx--form__helper-text {
4595
4595
 
4596
4596
  @media (min-width: 42rem) {
4597
4597
  .bx--tabs--container .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled),
4598
- .bx--tabs--container .bx--tabs__nav-item--selected:hover:not(.bx--tabs__nav-item--disabled) {
4598
+ .bx--tabs--container .bx--tabs__nav-item--selected:hover:not(.bx--tabs__nav-item--disabled) {
4599
4599
  background-color: var(--cds-ui-01, #f4f4f4);
4600
4600
  }
4601
4601
  .bx--tabs--container .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link,
4602
- .bx--tabs--container .bx--tabs__nav-item--selected:hover:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link {
4602
+ .bx--tabs--container .bx--tabs__nav-item--selected:hover:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link {
4603
4603
  padding: var(--cds-spacing-03, 0.5rem) var(--cds-spacing-05, 1rem);
4604
4604
  border-bottom: none;
4605
4605
  box-shadow: inset 0 2px 0 0 var(--cds-interactive-04, #0f62fe);
4606
4606
  line-height: calc(3rem - (var(--cds-spacing-03, 0.5rem) * 2));
4607
4607
  }
4608
4608
  .bx--tabs--container .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:focus,
4609
- .bx--tabs--container .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:active,
4610
- .bx--tabs--container .bx--tabs__nav-item--selected:hover:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:focus,
4611
- .bx--tabs--container .bx--tabs__nav-item--selected:hover:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:active {
4609
+ .bx--tabs--container .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:active,
4610
+ .bx--tabs--container .bx--tabs__nav-item--selected:hover:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:focus,
4611
+ .bx--tabs--container .bx--tabs__nav-item--selected:hover:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:active {
4612
4612
  box-shadow: none;
4613
4613
  }
4614
4614
  }
@@ -5352,14 +5352,17 @@ a.bx--tabs__nav-link:focus, a.bx--tabs__nav-link:active {
5352
5352
  font-weight: var(--cds-body-short-01-font-weight, 400);
5353
5353
  line-height: var(--cds-body-short-01-line-height, 1.28572);
5354
5354
  letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
5355
- height: var(--cds-spacing-10, 4rem);
5356
5355
  align-items: center;
5356
+ margin: 0;
5357
+ }
5358
+ .c4p--action-set .c4p--action-set__action-button.c4p--action-set__action-button--expressive {
5359
+ height: var(--cds-spacing-10, 4rem);
5357
5360
  padding-top: var(--cds-spacing-05, 1rem);
5358
5361
  padding-bottom: var(--cds-spacing-07, 2rem);
5359
- margin: 0;
5360
5362
  }
5361
5363
 
5362
- .c4p--action-set.bx--btn-set .c4p--action-set__action-button.bx--btn.bx--btn--expressive {
5364
+ .c4p--action-set.bx--btn-set .c4p--action-set__action-button.bx--btn.bx--btn--expressive,
5365
+ .c4p--action-set.bx--btn-set .c4p--action-set__action-button.bx--btn {
5363
5366
  max-width: none;
5364
5367
  }
5365
5368
 
@@ -5769,13 +5772,13 @@ a.bx--tabs__nav-link:focus, a.bx--tabs__nav-link:active {
5769
5772
 
5770
5773
  @media (min-width: 42rem) {
5771
5774
  .bx--col,
5772
- .bx--col-md {
5775
+ .bx--col-md {
5773
5776
  max-width: 100%;
5774
5777
  flex-basis: 0;
5775
5778
  flex-grow: 1;
5776
5779
  }
5777
5780
  .bx--col--auto,
5778
- .bx--col-md--auto {
5781
+ .bx--col-md--auto {
5779
5782
  width: auto;
5780
5783
  max-width: 100%;
5781
5784
  flex: 1 0 0%;
@@ -6107,13 +6110,13 @@ a.bx--tabs__nav-link:focus, a.bx--tabs__nav-link:active {
6107
6110
 
6108
6111
  @media (min-width: 66rem) {
6109
6112
  .bx--col,
6110
- .bx--col-lg {
6113
+ .bx--col-lg {
6111
6114
  max-width: 100%;
6112
6115
  flex-basis: 0;
6113
6116
  flex-grow: 1;
6114
6117
  }
6115
6118
  .bx--col--auto,
6116
- .bx--col-lg--auto {
6119
+ .bx--col-lg--auto {
6117
6120
  width: auto;
6118
6121
  max-width: 100%;
6119
6122
  flex: 1 0 0%;
@@ -6509,13 +6512,13 @@ a.bx--tabs__nav-link:focus, a.bx--tabs__nav-link:active {
6509
6512
 
6510
6513
  @media (min-width: 82rem) {
6511
6514
  .bx--col,
6512
- .bx--col-xlg {
6515
+ .bx--col-xlg {
6513
6516
  max-width: 100%;
6514
6517
  flex-basis: 0;
6515
6518
  flex-grow: 1;
6516
6519
  }
6517
6520
  .bx--col--auto,
6518
- .bx--col-xlg--auto {
6521
+ .bx--col-xlg--auto {
6519
6522
  width: auto;
6520
6523
  max-width: 100%;
6521
6524
  flex: 1 0 0%;
@@ -6911,13 +6914,13 @@ a.bx--tabs__nav-link:focus, a.bx--tabs__nav-link:active {
6911
6914
 
6912
6915
  @media (min-width: 99rem) {
6913
6916
  .bx--col,
6914
- .bx--col-max {
6917
+ .bx--col-max {
6915
6918
  max-width: 100%;
6916
6919
  flex-basis: 0;
6917
6920
  flex-grow: 1;
6918
6921
  }
6919
6922
  .bx--col--auto,
6920
- .bx--col-max--auto {
6923
+ .bx--col-max--auto {
6921
6924
  width: auto;
6922
6925
  max-width: 100%;
6923
6926
  flex: 1 0 0%;
@@ -7170,7 +7173,7 @@ a.bx--tabs__nav-link:focus, a.bx--tabs__nav-link:active {
7170
7173
  }
7171
7174
  @media (prefers-reduced-motion: no-preference) {
7172
7175
  .c4p--cascade__element,
7173
- .c4p--cascade__col {
7176
+ .c4p--cascade__col {
7174
7177
  animation: 240ms cubic-bezier(0.2, 0, 0.38, 0.9) 0s 1 fade;
7175
7178
  animation-fill-mode: forwards;
7176
7179
  opacity: 0;
@@ -7278,7 +7281,7 @@ a.bx--tabs__nav-link:focus, a.bx--tabs__nav-link:active {
7278
7281
  }
7279
7282
  @media screen and (prefers-contrast) {
7280
7283
  .bx--overflow-menu:focus,
7281
- .bx--overflow-menu__trigger:focus {
7284
+ .bx--overflow-menu__trigger:focus {
7282
7285
  outline-style: dotted;
7283
7286
  }
7284
7287
  }
@@ -7604,7 +7607,7 @@ a.bx--overflow-menu-options__btn::before {
7604
7607
  /* stylelint-disable */
7605
7608
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
7606
7609
  .bx--overflow-menu:focus,
7607
- .bx--overflow-menu-options__btn:focus {
7610
+ .bx--overflow-menu-options__btn:focus {
7608
7611
  color: Highlight;
7609
7612
  outline: 1px solid Highlight;
7610
7613
  }
@@ -8062,8 +8065,8 @@ a.bx--overflow-menu-options__btn::before {
8062
8065
  }
8063
8066
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
8064
8067
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
8065
- .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
8066
- .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
8068
+ .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
8069
+ .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
8067
8070
  display: inline-block;
8068
8071
  }
8069
8072
  }
@@ -8115,29 +8118,29 @@ a.bx--overflow-menu-options__btn::before {
8115
8118
  }
8116
8119
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
8117
8120
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
8118
- .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
8119
- .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
8121
+ .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
8122
+ .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
8120
8123
  width: auto;
8121
8124
  }
8122
8125
  }
8123
8126
  @supports (-ms-accelerator: true) {
8124
8127
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
8125
- .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
8126
- .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
8128
+ .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
8129
+ .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
8127
8130
  width: auto;
8128
8131
  }
8129
8132
  }
8130
8133
  @supports (-ms-ime-align: auto) {
8131
8134
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
8132
- .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
8133
- .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
8135
+ .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
8136
+ .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
8134
8137
  width: auto;
8135
8138
  }
8136
8139
  }
8137
8140
  @media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
8138
8141
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
8139
- .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
8140
- .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
8142
+ .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
8143
+ .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
8141
8144
  border: 1px solid transparent;
8142
8145
  }
8143
8146
  }
@@ -8321,8 +8324,8 @@ a.bx--overflow-menu-options__btn::before {
8321
8324
  }
8322
8325
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
8323
8326
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
8324
- .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
8325
- .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
8327
+ .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
8328
+ .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
8326
8329
  display: inline-block;
8327
8330
  }
8328
8331
  }
@@ -8374,29 +8377,29 @@ a.bx--overflow-menu-options__btn::before {
8374
8377
  }
8375
8378
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
8376
8379
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
8377
- .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
8378
- .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
8380
+ .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
8381
+ .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
8379
8382
  width: auto;
8380
8383
  }
8381
8384
  }
8382
8385
  @supports (-ms-accelerator: true) {
8383
8386
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
8384
- .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
8385
- .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
8387
+ .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
8388
+ .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
8386
8389
  width: auto;
8387
8390
  }
8388
8391
  }
8389
8392
  @supports (-ms-ime-align: auto) {
8390
8393
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
8391
- .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
8392
- .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
8394
+ .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
8395
+ .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
8393
8396
  width: auto;
8394
8397
  }
8395
8398
  }
8396
8399
  @media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
8397
8400
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
8398
- .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
8399
- .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
8401
+ .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
8402
+ .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
8400
8403
  border: 1px solid transparent;
8401
8404
  }
8402
8405
  }
@@ -8614,8 +8617,8 @@ a.bx--overflow-menu-options__btn::before {
8614
8617
  }
8615
8618
  @media screen and (prefers-reduced-motion: reduce) {
8616
8619
  .bx--tooltip--icon__top::before, .bx--tooltip--icon__top::after,
8617
- .bx--tooltip--icon__bottom::before,
8618
- .bx--tooltip--icon__bottom::after {
8620
+ .bx--tooltip--icon__bottom::before,
8621
+ .bx--tooltip--icon__bottom::after {
8619
8622
  transition: none;
8620
8623
  }
8621
8624
  }
@@ -8672,7 +8675,7 @@ a.bx--overflow-menu-options__btn::before {
8672
8675
  }
8673
8676
  @media screen and (prefers-contrast) {
8674
8677
  .bx--tooltip--icon__top:focus svg,
8675
- .bx--tooltip--icon__bottom:focus svg {
8678
+ .bx--tooltip--icon__bottom:focus svg {
8676
8679
  outline-style: dotted;
8677
8680
  }
8678
8681
  }
@@ -8792,8 +8795,8 @@ a.bx--overflow-menu-options__btn::before {
8792
8795
  }
8793
8796
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
8794
8797
  .bx--tooltip__trigger.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip--top::after,
8795
- .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
8796
- .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
8798
+ .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
8799
+ .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
8797
8800
  display: inline-block;
8798
8801
  }
8799
8802
  }
@@ -8845,29 +8848,29 @@ a.bx--overflow-menu-options__btn::before {
8845
8848
  }
8846
8849
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
8847
8850
  .bx--tooltip__trigger.bx--tooltip--top::after,
8848
- .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
8849
- .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
8851
+ .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
8852
+ .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
8850
8853
  width: auto;
8851
8854
  }
8852
8855
  }
8853
8856
  @supports (-ms-accelerator: true) {
8854
8857
  .bx--tooltip__trigger.bx--tooltip--top::after,
8855
- .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
8856
- .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
8858
+ .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
8859
+ .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
8857
8860
  width: auto;
8858
8861
  }
8859
8862
  }
8860
8863
  @supports (-ms-ime-align: auto) {
8861
8864
  .bx--tooltip__trigger.bx--tooltip--top::after,
8862
- .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
8863
- .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
8865
+ .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
8866
+ .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
8864
8867
  width: auto;
8865
8868
  }
8866
8869
  }
8867
8870
  @media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
8868
8871
  .bx--tooltip__trigger.bx--tooltip--top::after,
8869
- .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
8870
- .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
8872
+ .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
8873
+ .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
8871
8874
  border: 1px solid transparent;
8872
8875
  }
8873
8876
  }
@@ -9063,8 +9066,8 @@ a.bx--overflow-menu-options__btn::before {
9063
9066
  }
9064
9067
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
9065
9068
  .bx--tooltip__trigger.bx--tooltip--right::before, .bx--tooltip__trigger.bx--tooltip--right::after,
9066
- .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
9067
- .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
9069
+ .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
9070
+ .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
9068
9071
  display: inline-block;
9069
9072
  }
9070
9073
  }
@@ -9116,29 +9119,29 @@ a.bx--overflow-menu-options__btn::before {
9116
9119
  }
9117
9120
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
9118
9121
  .bx--tooltip__trigger.bx--tooltip--right::after,
9119
- .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
9120
- .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
9122
+ .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
9123
+ .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
9121
9124
  width: auto;
9122
9125
  }
9123
9126
  }
9124
9127
  @supports (-ms-accelerator: true) {
9125
9128
  .bx--tooltip__trigger.bx--tooltip--right::after,
9126
- .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
9127
- .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
9129
+ .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
9130
+ .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
9128
9131
  width: auto;
9129
9132
  }
9130
9133
  }
9131
9134
  @supports (-ms-ime-align: auto) {
9132
9135
  .bx--tooltip__trigger.bx--tooltip--right::after,
9133
- .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
9134
- .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
9136
+ .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
9137
+ .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
9135
9138
  width: auto;
9136
9139
  }
9137
9140
  }
9138
9141
  @media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
9139
9142
  .bx--tooltip__trigger.bx--tooltip--right::after,
9140
- .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
9141
- .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
9143
+ .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
9144
+ .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
9142
9145
  border: 1px solid transparent;
9143
9146
  }
9144
9147
  }
@@ -9329,8 +9332,8 @@ a.bx--overflow-menu-options__btn::before {
9329
9332
  }
9330
9333
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
9331
9334
  .bx--tooltip__trigger.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip--bottom::after,
9332
- .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
9333
- .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
9335
+ .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
9336
+ .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
9334
9337
  display: inline-block;
9335
9338
  }
9336
9339
  }
@@ -9382,29 +9385,29 @@ a.bx--overflow-menu-options__btn::before {
9382
9385
  }
9383
9386
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
9384
9387
  .bx--tooltip__trigger.bx--tooltip--bottom::after,
9385
- .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
9386
- .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
9388
+ .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
9389
+ .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
9387
9390
  width: auto;
9388
9391
  }
9389
9392
  }
9390
9393
  @supports (-ms-accelerator: true) {
9391
9394
  .bx--tooltip__trigger.bx--tooltip--bottom::after,
9392
- .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
9393
- .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
9395
+ .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
9396
+ .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
9394
9397
  width: auto;
9395
9398
  }
9396
9399
  }
9397
9400
  @supports (-ms-ime-align: auto) {
9398
9401
  .bx--tooltip__trigger.bx--tooltip--bottom::after,
9399
- .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
9400
- .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
9402
+ .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
9403
+ .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
9401
9404
  width: auto;
9402
9405
  }
9403
9406
  }
9404
9407
  @media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
9405
9408
  .bx--tooltip__trigger.bx--tooltip--bottom::after,
9406
- .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
9407
- .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
9409
+ .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
9410
+ .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
9408
9411
  border: 1px solid transparent;
9409
9412
  }
9410
9413
  }
@@ -9598,8 +9601,8 @@ a.bx--overflow-menu-options__btn::before {
9598
9601
  }
9599
9602
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
9600
9603
  .bx--tooltip__trigger.bx--tooltip--left::before, .bx--tooltip__trigger.bx--tooltip--left::after,
9601
- .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
9602
- .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
9604
+ .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
9605
+ .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
9603
9606
  display: inline-block;
9604
9607
  }
9605
9608
  }
@@ -9651,29 +9654,29 @@ a.bx--overflow-menu-options__btn::before {
9651
9654
  }
9652
9655
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
9653
9656
  .bx--tooltip__trigger.bx--tooltip--left::after,
9654
- .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
9655
- .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
9657
+ .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
9658
+ .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
9656
9659
  width: auto;
9657
9660
  }
9658
9661
  }
9659
9662
  @supports (-ms-accelerator: true) {
9660
9663
  .bx--tooltip__trigger.bx--tooltip--left::after,
9661
- .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
9662
- .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
9664
+ .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
9665
+ .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
9663
9666
  width: auto;
9664
9667
  }
9665
9668
  }
9666
9669
  @supports (-ms-ime-align: auto) {
9667
9670
  .bx--tooltip__trigger.bx--tooltip--left::after,
9668
- .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
9669
- .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
9671
+ .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
9672
+ .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
9670
9673
  width: auto;
9671
9674
  }
9672
9675
  }
9673
9676
  @media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
9674
9677
  .bx--tooltip__trigger.bx--tooltip--left::after,
9675
- .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
9676
- .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
9678
+ .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
9679
+ .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
9677
9680
  border: 1px solid transparent;
9678
9681
  }
9679
9682
  }
@@ -9833,8 +9836,8 @@ a.bx--overflow-menu-options__btn::before {
9833
9836
  /* stylelint-disable */
9834
9837
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
9835
9838
  .bx--tooltip__trigger svg,
9836
- .bx--tooltip__trigger:hover svg,
9837
- .bx--tooltip__trigger:focus svg {
9839
+ .bx--tooltip__trigger:hover svg,
9840
+ .bx--tooltip__trigger:focus svg {
9838
9841
  fill: ButtonText;
9839
9842
  }
9840
9843
  }
@@ -10723,7 +10726,7 @@ a.bx--overflow-menu-options__btn::before {
10723
10726
 
10724
10727
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
10725
10728
  .bx--toggle__switch::after,
10726
- .bx--toggle-input:checked + .bx--toggle-input__label > .bx--toggle__switch::after {
10729
+ .bx--toggle-input:checked + .bx--toggle-input__label > .bx--toggle__switch::after {
10727
10730
  outline: 1px solid transparent;
10728
10731
  background-color: ButtonText;
10729
10732
  }
@@ -10788,9 +10791,9 @@ a.bx--overflow-menu-options__btn::before {
10788
10791
 
10789
10792
  @media (prefers-reduced-motion) {
10790
10793
  .c4p--create-influencer__side-nav-opening,
10791
- .c4p--create-influencer__progress-indicator-opening,
10792
- .c4p--create-influencer__side-nav-closing,
10793
- .c4p--create-influencer__progress-indicator-closing {
10794
+ .c4p--create-influencer__progress-indicator-opening,
10795
+ .c4p--create-influencer__side-nav-closing,
10796
+ .c4p--create-influencer__progress-indicator-closing {
10794
10797
  animation: none;
10795
10798
  opacity: 1;
10796
10799
  }
@@ -12096,7 +12099,7 @@ a.bx--side-nav__link:focus,
12096
12099
  }
12097
12100
  @media screen and (prefers-contrast) {
12098
12101
  a.bx--side-nav__link:focus,
12099
- .bx--side-nav a.bx--header__menu-item:focus {
12102
+ .bx--side-nav a.bx--header__menu-item:focus {
12100
12103
  outline-style: dotted;
12101
12104
  }
12102
12105
  }
@@ -12229,9 +12232,9 @@ a.bx--side-nav__link--current::before {
12229
12232
 
12230
12233
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
12231
12234
  .bx--side-nav__icon > svg,
12232
- .bx--side-nav a.bx--header__menu-item:hover .bx--header__menu-arrow,
12233
- .bx--side-nav a.bx--header__menu-item:focus .bx--header__menu-arrow,
12234
- .bx--side-nav .bx--header__menu-arrow {
12235
+ .bx--side-nav a.bx--header__menu-item:hover .bx--header__menu-arrow,
12236
+ .bx--side-nav a.bx--header__menu-item:focus .bx--header__menu-arrow,
12237
+ .bx--side-nav .bx--header__menu-arrow {
12235
12238
  fill: ButtonText;
12236
12239
  }
12237
12240
  }
@@ -13214,6 +13217,14 @@ a.bx--side-nav__link--current::before {
13214
13217
  letter-spacing: var(--cds-productive-heading-03-letter-spacing, 0);
13215
13218
  }
13216
13219
 
13220
+ .c4p--filter-summary {
13221
+ display: flex;
13222
+ width: 100%;
13223
+ align-items: center;
13224
+ padding: var(--cds-spacing-03, 0.5rem);
13225
+ background: var(--cds-ui-01, #f4f4f4);
13226
+ }
13227
+
13217
13228
  .c4p--http-errors .c4p--http-errors__content {
13218
13229
  position: fixed;
13219
13230
  z-index: 2;
@@ -13242,7 +13253,7 @@ a.bx--side-nav__link--current::before {
13242
13253
 
13243
13254
  .c4p--http-errors .c4p--http-errors__title {
13244
13255
  font-size: var(--cds-productive-heading-05-font-size, 2rem);
13245
- font-weight: var(--cds-productive-heading-05-font-weight, 300);
13256
+ font-weight: var(--cds-productive-heading-05-font-weight, 400);
13246
13257
  line-height: var(--cds-productive-heading-05-line-height, 1.25);
13247
13258
  letter-spacing: var(--cds-productive-heading-05-letter-spacing, 0);
13248
13259
  margin-bottom: var(--cds-spacing-04, 0.75rem);
@@ -13766,7 +13777,7 @@ a.bx--side-nav__link--current::before {
13766
13777
  }
13767
13778
  @media (prefers-reduced-motion: reduce) {
13768
13779
  .modified-tabs__tab-new-img,
13769
- .modified-tabs__tab-close {
13780
+ .modified-tabs__tab-close {
13770
13781
  transition: none;
13771
13782
  }
13772
13783
  }
@@ -14658,7 +14669,7 @@ button.c4p--add-select__global-filter-toggle--open {
14658
14669
  --cds-productive-heading-04-line-height: 1.28572;
14659
14670
  --cds-productive-heading-04-letter-spacing: 0;
14660
14671
  --cds-productive-heading-05-font-size: 2rem;
14661
- --cds-productive-heading-05-font-weight: 300;
14672
+ --cds-productive-heading-05-font-weight: 400;
14662
14673
  --cds-productive-heading-05-line-height: 1.25;
14663
14674
  --cds-productive-heading-05-letter-spacing: 0;
14664
14675
  --cds-productive-heading-06-font-size: 2.625rem;
@@ -14686,7 +14697,7 @@ button.c4p--add-select__global-filter-toggle--open {
14686
14697
  --cds-expressive-heading-04-line-height: 1.28572;
14687
14698
  --cds-expressive-heading-04-letter-spacing: 0;
14688
14699
  --cds-expressive-heading-05-font-size: 2rem;
14689
- --cds-expressive-heading-05-font-weight: 300;
14700
+ --cds-expressive-heading-05-font-weight: 400;
14690
14701
  --cds-expressive-heading-05-line-height: 1.25;
14691
14702
  --cds-expressive-heading-05-letter-spacing: 0;
14692
14703
  --cds-expressive-heading-06-font-size: 2rem;
@@ -14764,7 +14775,7 @@ button.c4p--add-select__global-filter-toggle--open {
14764
14775
  --cds-heading-04-line-height: 1.28572;
14765
14776
  --cds-heading-04-letter-spacing: 0;
14766
14777
  --cds-heading-05-font-size: 2rem;
14767
- --cds-heading-05-font-weight: 300;
14778
+ --cds-heading-05-font-weight: 400;
14768
14779
  --cds-heading-05-line-height: 1.25;
14769
14780
  --cds-heading-05-letter-spacing: 0;
14770
14781
  --cds-heading-06-font-size: 2.625rem;
@@ -14784,7 +14795,7 @@ button.c4p--add-select__global-filter-toggle--open {
14784
14795
  --cds-fluid-heading-04-line-height: 1.28572;
14785
14796
  --cds-fluid-heading-04-letter-spacing: 0;
14786
14797
  --cds-fluid-heading-05-font-size: 2rem;
14787
- --cds-fluid-heading-05-font-weight: 300;
14798
+ --cds-fluid-heading-05-font-weight: 400;
14788
14799
  --cds-fluid-heading-05-line-height: 1.25;
14789
14800
  --cds-fluid-heading-05-letter-spacing: 0;
14790
14801
  --cds-fluid-heading-06-font-size: 2rem;
@@ -15005,7 +15016,7 @@ button.c4p--add-select__global-filter-toggle--open {
15005
15016
  }
15006
15017
  @media (prefers-reduced-motion: reduce) {
15007
15018
  .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button .bx--btn__icon,
15008
- .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button .bx--btn__icon {
15019
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button .bx--btn__icon {
15009
15020
  transition: none;
15010
15021
  }
15011
15022
  }
@@ -15630,7 +15641,7 @@ button.c4p--add-select__global-filter-toggle--open {
15630
15641
 
15631
15642
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
15632
15643
  .bx--tag__close-icon svg,
15633
- .bx--tag__custom-icon svg {
15644
+ .bx--tag__custom-icon svg {
15634
15645
  fill: ButtonText;
15635
15646
  }
15636
15647
  }
@@ -15714,7 +15725,7 @@ button.c4p--add-select__global-filter-toggle--open {
15714
15725
  display: none;
15715
15726
  }
15716
15727
  .c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-back,
15717
- .c4p--breadcrumb-with-overflow .bx--breadcrumb-item:last-child {
15728
+ .c4p--breadcrumb-with-overflow .bx--breadcrumb-item:last-child {
15718
15729
  display: inline-flex;
15719
15730
  vertical-align: middle;
15720
15731
  }
@@ -15955,7 +15966,7 @@ button.c4p--add-select__global-filter-toggle--open {
15955
15966
  }
15956
15967
  @media screen and (prefers-contrast) {
15957
15968
  .bx--search-close:focus,
15958
- .bx--search-button:focus {
15969
+ .bx--search-button:focus {
15959
15970
  outline-style: dotted;
15960
15971
  }
15961
15972
  }
@@ -15967,7 +15978,7 @@ button.c4p--add-select__global-filter-toggle--open {
15967
15978
  }
15968
15979
  @media screen and (prefers-contrast) {
15969
15980
  .bx--search-close:active,
15970
- .bx--search-button:active {
15981
+ .bx--search-button:active {
15971
15982
  outline-style: dotted;
15972
15983
  }
15973
15984
  }
@@ -16075,8 +16086,8 @@ button.c4p--add-select__global-filter-toggle--open {
16075
16086
  }
16076
16087
  @media (prefers-reduced-motion: reduce) {
16077
16088
  .bx--search--xl.bx--skeleton .bx--search-input::before,
16078
- .bx--search--lg.bx--skeleton .bx--search-input::before,
16079
- .bx--search--sm.bx--skeleton .bx--search-input::before {
16089
+ .bx--search--lg.bx--skeleton .bx--search-input::before,
16090
+ .bx--search--sm.bx--skeleton .bx--search-input::before {
16080
16091
  animation: none;
16081
16092
  }
16082
16093
  }
@@ -16140,7 +16151,7 @@ button.c4p--add-select__global-filter-toggle--open {
16140
16151
 
16141
16152
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
16142
16153
  .bx--search-close svg,
16143
- .bx--search-magnifier-icon {
16154
+ .bx--search-magnifier-icon {
16144
16155
  fill: ButtonText;
16145
16156
  }
16146
16157
  }
@@ -16621,12 +16632,6 @@ button.c4p--add-select__global-filter-toggle--open {
16621
16632
  transform: translateY(-2px);
16622
16633
  vertical-align: middle;
16623
16634
  }
16624
- .c4p--page-header .c4p--page-header__title-wrapper {
16625
- font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
16626
- font-weight: var(--cds-productive-heading-04-font-weight, 400);
16627
- line-height: var(--cds-productive-heading-04-line-height, 1.28572);
16628
- letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
16629
- }
16630
16635
  .c4p--page-header .c4p--page-header__page-actions {
16631
16636
  flex: 0 0 100%;
16632
16637
  margin-top: var(--cds-spacing-05, 1rem);
@@ -17017,7 +17022,7 @@ button.c4p--add-select__global-filter-toggle--open {
17017
17022
  }
17018
17023
  @media (prefers-reduced-motion) {
17019
17024
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-fatal .c4p--status-icon--light.c4p--status-icon--light-in-progress,
17020
- .c4p--status-icon--light.c4p--status-icon--light-fatal .c4p--status-icon--light.c4p--status-icon--light-in-progress {
17025
+ .c4p--status-icon--light.c4p--status-icon--light-fatal .c4p--status-icon--light.c4p--status-icon--light-in-progress {
17021
17026
  animation: none;
17022
17027
  }
17023
17028
  }
@@ -17028,7 +17033,7 @@ button.c4p--add-select__global-filter-toggle--open {
17028
17033
  }
17029
17034
  @media (prefers-reduced-motion) {
17030
17035
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-fatal .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
17031
- .c4p--status-icon--light.c4p--status-icon--dark-fatal .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
17036
+ .c4p--status-icon--light.c4p--status-icon--dark-fatal .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
17032
17037
  animation: none;
17033
17038
  }
17034
17039
  }
@@ -17039,7 +17044,7 @@ button.c4p--add-select__global-filter-toggle--open {
17039
17044
  }
17040
17045
  @media (prefers-reduced-motion) {
17041
17046
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-critical .c4p--status-icon--light.c4p--status-icon--light-in-progress,
17042
- .c4p--status-icon--light.c4p--status-icon--light-critical .c4p--status-icon--light.c4p--status-icon--light-in-progress {
17047
+ .c4p--status-icon--light.c4p--status-icon--light-critical .c4p--status-icon--light.c4p--status-icon--light-in-progress {
17043
17048
  animation: none;
17044
17049
  }
17045
17050
  }
@@ -17050,7 +17055,7 @@ button.c4p--add-select__global-filter-toggle--open {
17050
17055
  }
17051
17056
  @media (prefers-reduced-motion) {
17052
17057
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-critical .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
17053
- .c4p--status-icon--light.c4p--status-icon--dark-critical .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
17058
+ .c4p--status-icon--light.c4p--status-icon--dark-critical .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
17054
17059
  animation: none;
17055
17060
  }
17056
17061
  }
@@ -17061,7 +17066,7 @@ button.c4p--add-select__global-filter-toggle--open {
17061
17066
  }
17062
17067
  @media (prefers-reduced-motion) {
17063
17068
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-major-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress,
17064
- .c4p--status-icon--light.c4p--status-icon--light-major-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress {
17069
+ .c4p--status-icon--light.c4p--status-icon--light-major-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress {
17065
17070
  animation: none;
17066
17071
  }
17067
17072
  }
@@ -17072,7 +17077,7 @@ button.c4p--add-select__global-filter-toggle--open {
17072
17077
  }
17073
17078
  @media (prefers-reduced-motion) {
17074
17079
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-major-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
17075
- .c4p--status-icon--light.c4p--status-icon--dark-major-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
17080
+ .c4p--status-icon--light.c4p--status-icon--dark-major-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
17076
17081
  animation: none;
17077
17082
  }
17078
17083
  }
@@ -17083,7 +17088,7 @@ button.c4p--add-select__global-filter-toggle--open {
17083
17088
  }
17084
17089
  @media (prefers-reduced-motion) {
17085
17090
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-minor-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress,
17086
- .c4p--status-icon--light.c4p--status-icon--light-minor-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress {
17091
+ .c4p--status-icon--light.c4p--status-icon--light-minor-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress {
17087
17092
  animation: none;
17088
17093
  }
17089
17094
  }
@@ -17094,7 +17099,7 @@ button.c4p--add-select__global-filter-toggle--open {
17094
17099
  }
17095
17100
  @media (prefers-reduced-motion) {
17096
17101
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-minor-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
17097
- .c4p--status-icon--light.c4p--status-icon--dark-minor-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
17102
+ .c4p--status-icon--light.c4p--status-icon--dark-minor-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
17098
17103
  animation: none;
17099
17104
  }
17100
17105
  }
@@ -17105,7 +17110,7 @@ button.c4p--add-select__global-filter-toggle--open {
17105
17110
  }
17106
17111
  @media (prefers-reduced-motion) {
17107
17112
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-undefined .c4p--status-icon--light.c4p--status-icon--light-in-progress,
17108
- .c4p--status-icon--light.c4p--status-icon--light-undefined .c4p--status-icon--light.c4p--status-icon--light-in-progress {
17113
+ .c4p--status-icon--light.c4p--status-icon--light-undefined .c4p--status-icon--light.c4p--status-icon--light-in-progress {
17109
17114
  animation: none;
17110
17115
  }
17111
17116
  }
@@ -17116,7 +17121,7 @@ button.c4p--add-select__global-filter-toggle--open {
17116
17121
  }
17117
17122
  @media (prefers-reduced-motion) {
17118
17123
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-undefined .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
17119
- .c4p--status-icon--light.c4p--status-icon--dark-undefined .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
17124
+ .c4p--status-icon--light.c4p--status-icon--dark-undefined .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
17120
17125
  animation: none;
17121
17126
  }
17122
17127
  }
@@ -17127,7 +17132,7 @@ button.c4p--add-select__global-filter-toggle--open {
17127
17132
  }
17128
17133
  @media (prefers-reduced-motion) {
17129
17134
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-unknown .c4p--status-icon--light.c4p--status-icon--light-in-progress,
17130
- .c4p--status-icon--light.c4p--status-icon--light-unknown .c4p--status-icon--light.c4p--status-icon--light-in-progress {
17135
+ .c4p--status-icon--light.c4p--status-icon--light-unknown .c4p--status-icon--light.c4p--status-icon--light-in-progress {
17131
17136
  animation: none;
17132
17137
  }
17133
17138
  }
@@ -17138,7 +17143,7 @@ button.c4p--add-select__global-filter-toggle--open {
17138
17143
  }
17139
17144
  @media (prefers-reduced-motion) {
17140
17145
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-unknown .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
17141
- .c4p--status-icon--light.c4p--status-icon--dark-unknown .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
17146
+ .c4p--status-icon--light.c4p--status-icon--dark-unknown .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
17142
17147
  animation: none;
17143
17148
  }
17144
17149
  }
@@ -17149,7 +17154,7 @@ button.c4p--add-select__global-filter-toggle--open {
17149
17154
  }
17150
17155
  @media (prefers-reduced-motion) {
17151
17156
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-normal .c4p--status-icon--light.c4p--status-icon--light-in-progress,
17152
- .c4p--status-icon--light.c4p--status-icon--light-normal .c4p--status-icon--light.c4p--status-icon--light-in-progress {
17157
+ .c4p--status-icon--light.c4p--status-icon--light-normal .c4p--status-icon--light.c4p--status-icon--light-in-progress {
17153
17158
  animation: none;
17154
17159
  }
17155
17160
  }
@@ -17160,7 +17165,7 @@ button.c4p--add-select__global-filter-toggle--open {
17160
17165
  }
17161
17166
  @media (prefers-reduced-motion) {
17162
17167
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-normal .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
17163
- .c4p--status-icon--light.c4p--status-icon--dark-normal .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
17168
+ .c4p--status-icon--light.c4p--status-icon--dark-normal .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
17164
17169
  animation: none;
17165
17170
  }
17166
17171
  }
@@ -17171,7 +17176,7 @@ button.c4p--add-select__global-filter-toggle--open {
17171
17176
  }
17172
17177
  @media (prefers-reduced-motion) {
17173
17178
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-info .c4p--status-icon--light.c4p--status-icon--light-in-progress,
17174
- .c4p--status-icon--light.c4p--status-icon--light-info .c4p--status-icon--light.c4p--status-icon--light-in-progress {
17179
+ .c4p--status-icon--light.c4p--status-icon--light-info .c4p--status-icon--light.c4p--status-icon--light-in-progress {
17175
17180
  animation: none;
17176
17181
  }
17177
17182
  }
@@ -17182,7 +17187,7 @@ button.c4p--add-select__global-filter-toggle--open {
17182
17187
  }
17183
17188
  @media (prefers-reduced-motion) {
17184
17189
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-info .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
17185
- .c4p--status-icon--light.c4p--status-icon--dark-info .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
17190
+ .c4p--status-icon--light.c4p--status-icon--dark-info .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
17186
17191
  animation: none;
17187
17192
  }
17188
17193
  }
@@ -17194,7 +17199,7 @@ button.c4p--add-select__global-filter-toggle--open {
17194
17199
  }
17195
17200
  @media (prefers-reduced-motion: reduce) {
17196
17201
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-in-progress,
17197
- .c4p--status-icon--light.c4p--status-icon--light-in-progress {
17202
+ .c4p--status-icon--light.c4p--status-icon--light-in-progress {
17198
17203
  animation: none;
17199
17204
  }
17200
17205
  }
@@ -17206,7 +17211,7 @@ button.c4p--add-select__global-filter-toggle--open {
17206
17211
  }
17207
17212
  @media (prefers-reduced-motion: reduce) {
17208
17213
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
17209
- .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
17214
+ .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
17210
17215
  animation: none;
17211
17216
  }
17212
17217
  }
@@ -17229,7 +17234,7 @@ button.c4p--add-select__global-filter-toggle--open {
17229
17234
  }
17230
17235
  @media (prefers-reduced-motion) {
17231
17236
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-pending .c4p--status-icon--light.c4p--status-icon--light-in-progress,
17232
- .c4p--status-icon--light.c4p--status-icon--light-pending .c4p--status-icon--light.c4p--status-icon--light-in-progress {
17237
+ .c4p--status-icon--light.c4p--status-icon--light-pending .c4p--status-icon--light.c4p--status-icon--light-in-progress {
17233
17238
  animation: none;
17234
17239
  }
17235
17240
  }
@@ -17240,7 +17245,7 @@ button.c4p--add-select__global-filter-toggle--open {
17240
17245
  }
17241
17246
  @media (prefers-reduced-motion) {
17242
17247
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-pending .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
17243
- .c4p--status-icon--light.c4p--status-icon--dark-pending .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
17248
+ .c4p--status-icon--light.c4p--status-icon--dark-pending .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
17244
17249
  animation: none;
17245
17250
  }
17246
17251
  }
@@ -17251,7 +17256,7 @@ button.c4p--add-select__global-filter-toggle--open {
17251
17256
  }
17252
17257
  @media (prefers-reduced-motion) {
17253
17258
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-fatal .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
17254
- .c4p--status-icon--dark.c4p--status-icon--light-fatal .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
17259
+ .c4p--status-icon--dark.c4p--status-icon--light-fatal .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
17255
17260
  animation: none;
17256
17261
  }
17257
17262
  }
@@ -17262,7 +17267,7 @@ button.c4p--add-select__global-filter-toggle--open {
17262
17267
  }
17263
17268
  @media (prefers-reduced-motion) {
17264
17269
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-fatal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
17265
- .c4p--status-icon--dark.c4p--status-icon--dark-fatal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
17270
+ .c4p--status-icon--dark.c4p--status-icon--dark-fatal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
17266
17271
  animation: none;
17267
17272
  }
17268
17273
  }
@@ -17273,7 +17278,7 @@ button.c4p--add-select__global-filter-toggle--open {
17273
17278
  }
17274
17279
  @media (prefers-reduced-motion) {
17275
17280
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-critical .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
17276
- .c4p--status-icon--dark.c4p--status-icon--light-critical .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
17281
+ .c4p--status-icon--dark.c4p--status-icon--light-critical .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
17277
17282
  animation: none;
17278
17283
  }
17279
17284
  }
@@ -17284,7 +17289,7 @@ button.c4p--add-select__global-filter-toggle--open {
17284
17289
  }
17285
17290
  @media (prefers-reduced-motion) {
17286
17291
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-critical .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
17287
- .c4p--status-icon--dark.c4p--status-icon--dark-critical .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
17292
+ .c4p--status-icon--dark.c4p--status-icon--dark-critical .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
17288
17293
  animation: none;
17289
17294
  }
17290
17295
  }
@@ -17295,7 +17300,7 @@ button.c4p--add-select__global-filter-toggle--open {
17295
17300
  }
17296
17301
  @media (prefers-reduced-motion) {
17297
17302
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-major-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
17298
- .c4p--status-icon--dark.c4p--status-icon--light-major-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
17303
+ .c4p--status-icon--dark.c4p--status-icon--light-major-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
17299
17304
  animation: none;
17300
17305
  }
17301
17306
  }
@@ -17306,7 +17311,7 @@ button.c4p--add-select__global-filter-toggle--open {
17306
17311
  }
17307
17312
  @media (prefers-reduced-motion) {
17308
17313
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-major-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
17309
- .c4p--status-icon--dark.c4p--status-icon--dark-major-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
17314
+ .c4p--status-icon--dark.c4p--status-icon--dark-major-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
17310
17315
  animation: none;
17311
17316
  }
17312
17317
  }
@@ -17317,7 +17322,7 @@ button.c4p--add-select__global-filter-toggle--open {
17317
17322
  }
17318
17323
  @media (prefers-reduced-motion) {
17319
17324
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-minor-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
17320
- .c4p--status-icon--dark.c4p--status-icon--light-minor-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
17325
+ .c4p--status-icon--dark.c4p--status-icon--light-minor-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
17321
17326
  animation: none;
17322
17327
  }
17323
17328
  }
@@ -17328,7 +17333,7 @@ button.c4p--add-select__global-filter-toggle--open {
17328
17333
  }
17329
17334
  @media (prefers-reduced-motion) {
17330
17335
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-minor-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
17331
- .c4p--status-icon--dark.c4p--status-icon--dark-minor-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
17336
+ .c4p--status-icon--dark.c4p--status-icon--dark-minor-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
17332
17337
  animation: none;
17333
17338
  }
17334
17339
  }
@@ -17339,7 +17344,7 @@ button.c4p--add-select__global-filter-toggle--open {
17339
17344
  }
17340
17345
  @media (prefers-reduced-motion) {
17341
17346
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-undefined .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
17342
- .c4p--status-icon--dark.c4p--status-icon--light-undefined .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
17347
+ .c4p--status-icon--dark.c4p--status-icon--light-undefined .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
17343
17348
  animation: none;
17344
17349
  }
17345
17350
  }
@@ -17350,7 +17355,7 @@ button.c4p--add-select__global-filter-toggle--open {
17350
17355
  }
17351
17356
  @media (prefers-reduced-motion) {
17352
17357
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-undefined .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
17353
- .c4p--status-icon--dark.c4p--status-icon--dark-undefined .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
17358
+ .c4p--status-icon--dark.c4p--status-icon--dark-undefined .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
17354
17359
  animation: none;
17355
17360
  }
17356
17361
  }
@@ -17361,7 +17366,7 @@ button.c4p--add-select__global-filter-toggle--open {
17361
17366
  }
17362
17367
  @media (prefers-reduced-motion) {
17363
17368
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-unknown .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
17364
- .c4p--status-icon--dark.c4p--status-icon--light-unknown .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
17369
+ .c4p--status-icon--dark.c4p--status-icon--light-unknown .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
17365
17370
  animation: none;
17366
17371
  }
17367
17372
  }
@@ -17372,7 +17377,7 @@ button.c4p--add-select__global-filter-toggle--open {
17372
17377
  }
17373
17378
  @media (prefers-reduced-motion) {
17374
17379
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-unknown .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
17375
- .c4p--status-icon--dark.c4p--status-icon--dark-unknown .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
17380
+ .c4p--status-icon--dark.c4p--status-icon--dark-unknown .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
17376
17381
  animation: none;
17377
17382
  }
17378
17383
  }
@@ -17383,7 +17388,7 @@ button.c4p--add-select__global-filter-toggle--open {
17383
17388
  }
17384
17389
  @media (prefers-reduced-motion) {
17385
17390
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-normal .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
17386
- .c4p--status-icon--dark.c4p--status-icon--light-normal .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
17391
+ .c4p--status-icon--dark.c4p--status-icon--light-normal .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
17387
17392
  animation: none;
17388
17393
  }
17389
17394
  }
@@ -17394,7 +17399,7 @@ button.c4p--add-select__global-filter-toggle--open {
17394
17399
  }
17395
17400
  @media (prefers-reduced-motion) {
17396
17401
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-normal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
17397
- .c4p--status-icon--dark.c4p--status-icon--dark-normal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
17402
+ .c4p--status-icon--dark.c4p--status-icon--dark-normal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
17398
17403
  animation: none;
17399
17404
  }
17400
17405
  }
@@ -17405,7 +17410,7 @@ button.c4p--add-select__global-filter-toggle--open {
17405
17410
  }
17406
17411
  @media (prefers-reduced-motion) {
17407
17412
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-info .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
17408
- .c4p--status-icon--dark.c4p--status-icon--light-info .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
17413
+ .c4p--status-icon--dark.c4p--status-icon--light-info .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
17409
17414
  animation: none;
17410
17415
  }
17411
17416
  }
@@ -17416,7 +17421,7 @@ button.c4p--add-select__global-filter-toggle--open {
17416
17421
  }
17417
17422
  @media (prefers-reduced-motion) {
17418
17423
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-info .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
17419
- .c4p--status-icon--dark.c4p--status-icon--dark-info .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
17424
+ .c4p--status-icon--dark.c4p--status-icon--dark-info .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
17420
17425
  animation: none;
17421
17426
  }
17422
17427
  }
@@ -17428,7 +17433,7 @@ button.c4p--add-select__global-filter-toggle--open {
17428
17433
  }
17429
17434
  @media (prefers-reduced-motion: reduce) {
17430
17435
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
17431
- .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
17436
+ .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
17432
17437
  animation: none;
17433
17438
  }
17434
17439
  }
@@ -17440,7 +17445,7 @@ button.c4p--add-select__global-filter-toggle--open {
17440
17445
  }
17441
17446
  @media (prefers-reduced-motion: reduce) {
17442
17447
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
17443
- .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
17448
+ .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
17444
17449
  animation: none;
17445
17450
  }
17446
17451
  }
@@ -17463,7 +17468,7 @@ button.c4p--add-select__global-filter-toggle--open {
17463
17468
  }
17464
17469
  @media (prefers-reduced-motion) {
17465
17470
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-pending .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
17466
- .c4p--status-icon--dark.c4p--status-icon--light-pending .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
17471
+ .c4p--status-icon--dark.c4p--status-icon--light-pending .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
17467
17472
  animation: none;
17468
17473
  }
17469
17474
  }
@@ -17474,7 +17479,7 @@ button.c4p--add-select__global-filter-toggle--open {
17474
17479
  }
17475
17480
  @media (prefers-reduced-motion) {
17476
17481
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-pending .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
17477
- .c4p--status-icon--dark.c4p--status-icon--dark-pending .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
17482
+ .c4p--status-icon--dark.c4p--status-icon--dark-pending .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
17478
17483
  animation: none;
17479
17484
  }
17480
17485
  }
@@ -17816,7 +17821,7 @@ button.c4p--add-select__global-filter-toggle--open {
17816
17821
  --cds-productive-heading-04-line-height: 1.28572;
17817
17822
  --cds-productive-heading-04-letter-spacing: 0;
17818
17823
  --cds-productive-heading-05-font-size: 2rem;
17819
- --cds-productive-heading-05-font-weight: 300;
17824
+ --cds-productive-heading-05-font-weight: 400;
17820
17825
  --cds-productive-heading-05-line-height: 1.25;
17821
17826
  --cds-productive-heading-05-letter-spacing: 0;
17822
17827
  --cds-productive-heading-06-font-size: 2.625rem;
@@ -17844,7 +17849,7 @@ button.c4p--add-select__global-filter-toggle--open {
17844
17849
  --cds-expressive-heading-04-line-height: 1.28572;
17845
17850
  --cds-expressive-heading-04-letter-spacing: 0;
17846
17851
  --cds-expressive-heading-05-font-size: 2rem;
17847
- --cds-expressive-heading-05-font-weight: 300;
17852
+ --cds-expressive-heading-05-font-weight: 400;
17848
17853
  --cds-expressive-heading-05-line-height: 1.25;
17849
17854
  --cds-expressive-heading-05-letter-spacing: 0;
17850
17855
  --cds-expressive-heading-06-font-size: 2rem;
@@ -17922,7 +17927,7 @@ button.c4p--add-select__global-filter-toggle--open {
17922
17927
  --cds-heading-04-line-height: 1.28572;
17923
17928
  --cds-heading-04-letter-spacing: 0;
17924
17929
  --cds-heading-05-font-size: 2rem;
17925
- --cds-heading-05-font-weight: 300;
17930
+ --cds-heading-05-font-weight: 400;
17926
17931
  --cds-heading-05-line-height: 1.25;
17927
17932
  --cds-heading-05-letter-spacing: 0;
17928
17933
  --cds-heading-06-font-size: 2.625rem;
@@ -17942,7 +17947,7 @@ button.c4p--add-select__global-filter-toggle--open {
17942
17947
  --cds-fluid-heading-04-line-height: 1.28572;
17943
17948
  --cds-fluid-heading-04-letter-spacing: 0;
17944
17949
  --cds-fluid-heading-05-font-size: 2rem;
17945
- --cds-fluid-heading-05-font-weight: 300;
17950
+ --cds-fluid-heading-05-font-weight: 400;
17946
17951
  --cds-fluid-heading-05-line-height: 1.25;
17947
17952
  --cds-fluid-heading-05-letter-spacing: 0;
17948
17953
  --cds-fluid-heading-06-font-size: 2rem;
@@ -18261,7 +18266,7 @@ button.c4p--add-select__global-filter-toggle--open {
18261
18266
  --cds-productive-heading-04-line-height: 1.28572;
18262
18267
  --cds-productive-heading-04-letter-spacing: 0;
18263
18268
  --cds-productive-heading-05-font-size: 2rem;
18264
- --cds-productive-heading-05-font-weight: 300;
18269
+ --cds-productive-heading-05-font-weight: 400;
18265
18270
  --cds-productive-heading-05-line-height: 1.25;
18266
18271
  --cds-productive-heading-05-letter-spacing: 0;
18267
18272
  --cds-productive-heading-06-font-size: 2.625rem;
@@ -18289,7 +18294,7 @@ button.c4p--add-select__global-filter-toggle--open {
18289
18294
  --cds-expressive-heading-04-line-height: 1.28572;
18290
18295
  --cds-expressive-heading-04-letter-spacing: 0;
18291
18296
  --cds-expressive-heading-05-font-size: 2rem;
18292
- --cds-expressive-heading-05-font-weight: 300;
18297
+ --cds-expressive-heading-05-font-weight: 400;
18293
18298
  --cds-expressive-heading-05-line-height: 1.25;
18294
18299
  --cds-expressive-heading-05-letter-spacing: 0;
18295
18300
  --cds-expressive-heading-06-font-size: 2rem;
@@ -18367,7 +18372,7 @@ button.c4p--add-select__global-filter-toggle--open {
18367
18372
  --cds-heading-04-line-height: 1.28572;
18368
18373
  --cds-heading-04-letter-spacing: 0;
18369
18374
  --cds-heading-05-font-size: 2rem;
18370
- --cds-heading-05-font-weight: 300;
18375
+ --cds-heading-05-font-weight: 400;
18371
18376
  --cds-heading-05-line-height: 1.25;
18372
18377
  --cds-heading-05-letter-spacing: 0;
18373
18378
  --cds-heading-06-font-size: 2.625rem;
@@ -18387,7 +18392,7 @@ button.c4p--add-select__global-filter-toggle--open {
18387
18392
  --cds-fluid-heading-04-line-height: 1.28572;
18388
18393
  --cds-fluid-heading-04-letter-spacing: 0;
18389
18394
  --cds-fluid-heading-05-font-size: 2rem;
18390
- --cds-fluid-heading-05-font-weight: 300;
18395
+ --cds-fluid-heading-05-font-weight: 400;
18391
18396
  --cds-fluid-heading-05-line-height: 1.25;
18392
18397
  --cds-fluid-heading-05-letter-spacing: 0;
18393
18398
  --cds-fluid-heading-06-font-size: 2rem;
@@ -18944,7 +18949,7 @@ button.c4p--add-select__global-filter-toggle--open {
18944
18949
 
18945
18950
  @media (prefers-reduced-motion: reduce) {
18946
18951
  .c4p--options-tile__summary,
18947
- .c4p--options-tile__chevron {
18952
+ .c4p--options-tile__chevron {
18948
18953
  transition: none;
18949
18954
  }
18950
18955
  }
@@ -19632,6 +19637,21 @@ button.c4p--add-select__global-filter-toggle--open {
19632
19637
  border-bottom: none;
19633
19638
  }
19634
19639
 
19640
+ .c4p--datagrid .c4p--datagrid__carbon-row-expandable {
19641
+ position: relative;
19642
+ }
19643
+
19644
+ .c4p--datagrid tr.c4p--datagrid__carbon-nested-row + :not(tr.c4p--datagrid__carbon-nested-row)::before {
19645
+ position: absolute;
19646
+ /* stylelint-disable-next-line carbon/layout-token-use */
19647
+ top: -1px;
19648
+ left: 0;
19649
+ width: 100%;
19650
+ height: 1px;
19651
+ background-color: var(--cds-border-subtle, #e0e0e0);
19652
+ content: "";
19653
+ }
19654
+
19635
19655
  /*
19636
19656
  * Licensed Materials - Property of IBM
19637
19657
  * 5724-Q36