@carbon/ibm-products 1.36.0 → 1.37.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. package/README.md +3 -3
  2. package/css/index-full-carbon.css +267 -262
  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 +59 -65
  7. package/css/index-without-carbon-released-only.css.map +1 -1
  8. package/css/index-without-carbon-released-only.min.css +2 -2
  9. package/css/index-without-carbon-released-only.min.css.map +1 -1
  10. package/css/index-without-carbon.css +69 -67
  11. package/css/index-without-carbon.css.map +1 -1
  12. package/css/index-without-carbon.min.css +1 -1
  13. package/css/index-without-carbon.min.css.map +1 -1
  14. package/css/index.css +236 -234
  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/DataSpreadsheet/DataSpreadsheet.js +2 -1
  19. package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +8 -1
  20. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +88 -0
  21. package/es/components/FilterSummary/FilterSummary.js +54 -0
  22. package/es/components/FilterSummary/index.js +7 -0
  23. package/es/components/PageHeader/PageHeaderTitle.js +2 -4
  24. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +2 -1
  25. package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +8 -1
  26. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +101 -0
  27. package/lib/components/FilterSummary/FilterSummary.js +63 -0
  28. package/lib/components/FilterSummary/index.js +13 -0
  29. package/lib/components/PageHeader/PageHeaderTitle.js +2 -4
  30. package/package.json +15 -15
  31. package/scss/components/FilterSummary/_filter-summary.scss +17 -0
  32. package/scss/components/FilterSummary/_index.scss +10 -0
  33. package/scss/components/FilterSummary/_storybook-styles.scss +14 -0
  34. package/scss/components/PageHeader/_page-header.scss +0 -4
  35. package/scss/components/_index.scss +1 -0
@@ -296,7 +296,7 @@
296
296
  }
297
297
  @media (prefers-reduced-motion: no-preference) {
298
298
  .c4p--cascade__element,
299
- .c4p--cascade__col {
299
+ .c4p--cascade__col {
300
300
  animation: 240ms cubic-bezier(0.2, 0, 0.38, 0.9) 0s 1 fade;
301
301
  animation-fill-mode: forwards;
302
302
  opacity: 0;
@@ -470,9 +470,9 @@
470
470
 
471
471
  @media (prefers-reduced-motion) {
472
472
  .c4p--create-influencer__side-nav-opening,
473
- .c4p--create-influencer__progress-indicator-opening,
474
- .c4p--create-influencer__side-nav-closing,
475
- .c4p--create-influencer__progress-indicator-closing {
473
+ .c4p--create-influencer__progress-indicator-opening,
474
+ .c4p--create-influencer__side-nav-closing,
475
+ .c4p--create-influencer__progress-indicator-closing {
476
476
  animation: none;
477
477
  opacity: 1;
478
478
  }
@@ -1963,7 +1963,7 @@
1963
1963
 
1964
1964
  .c4p--http-errors .c4p--http-errors__title {
1965
1965
  font-size: var(--cds-productive-heading-05-font-size, 2rem);
1966
- font-weight: var(--cds-productive-heading-05-font-weight, 300);
1966
+ font-weight: var(--cds-productive-heading-05-font-weight, 400);
1967
1967
  line-height: var(--cds-productive-heading-05-line-height, 1.25);
1968
1968
  letter-spacing: var(--cds-productive-heading-05-letter-spacing, 0);
1969
1969
  margin-bottom: var(--cds-spacing-04, 0.75rem);
@@ -2583,7 +2583,7 @@
2583
2583
  --cds-productive-heading-04-line-height: 1.28572;
2584
2584
  --cds-productive-heading-04-letter-spacing: 0;
2585
2585
  --cds-productive-heading-05-font-size: 2rem;
2586
- --cds-productive-heading-05-font-weight: 300;
2586
+ --cds-productive-heading-05-font-weight: 400;
2587
2587
  --cds-productive-heading-05-line-height: 1.25;
2588
2588
  --cds-productive-heading-05-letter-spacing: 0;
2589
2589
  --cds-productive-heading-06-font-size: 2.625rem;
@@ -2611,7 +2611,7 @@
2611
2611
  --cds-expressive-heading-04-line-height: 1.28572;
2612
2612
  --cds-expressive-heading-04-letter-spacing: 0;
2613
2613
  --cds-expressive-heading-05-font-size: 2rem;
2614
- --cds-expressive-heading-05-font-weight: 300;
2614
+ --cds-expressive-heading-05-font-weight: 400;
2615
2615
  --cds-expressive-heading-05-line-height: 1.25;
2616
2616
  --cds-expressive-heading-05-letter-spacing: 0;
2617
2617
  --cds-expressive-heading-06-font-size: 2rem;
@@ -2689,7 +2689,7 @@
2689
2689
  --cds-heading-04-line-height: 1.28572;
2690
2690
  --cds-heading-04-letter-spacing: 0;
2691
2691
  --cds-heading-05-font-size: 2rem;
2692
- --cds-heading-05-font-weight: 300;
2692
+ --cds-heading-05-font-weight: 400;
2693
2693
  --cds-heading-05-line-height: 1.25;
2694
2694
  --cds-heading-05-letter-spacing: 0;
2695
2695
  --cds-heading-06-font-size: 2.625rem;
@@ -2709,7 +2709,7 @@
2709
2709
  --cds-fluid-heading-04-line-height: 1.28572;
2710
2710
  --cds-fluid-heading-04-letter-spacing: 0;
2711
2711
  --cds-fluid-heading-05-font-size: 2rem;
2712
- --cds-fluid-heading-05-font-weight: 300;
2712
+ --cds-fluid-heading-05-font-weight: 400;
2713
2713
  --cds-fluid-heading-05-line-height: 1.25;
2714
2714
  --cds-fluid-heading-05-letter-spacing: 0;
2715
2715
  --cds-fluid-heading-06-font-size: 2rem;
@@ -2930,7 +2930,7 @@
2930
2930
  }
2931
2931
  @media (prefers-reduced-motion: reduce) {
2932
2932
  .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button .bx--btn__icon,
2933
- .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button .bx--btn__icon {
2933
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button .bx--btn__icon {
2934
2934
  transition: none;
2935
2935
  }
2936
2936
  }
@@ -3092,7 +3092,7 @@
3092
3092
  display: none;
3093
3093
  }
3094
3094
  .c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-back,
3095
- .c4p--breadcrumb-with-overflow .bx--breadcrumb-item:last-child {
3095
+ .c4p--breadcrumb-with-overflow .bx--breadcrumb-item:last-child {
3096
3096
  display: inline-flex;
3097
3097
  vertical-align: middle;
3098
3098
  }
@@ -3606,12 +3606,6 @@
3606
3606
  transform: translateY(-2px);
3607
3607
  vertical-align: middle;
3608
3608
  }
3609
- .c4p--page-header .c4p--page-header__title-wrapper {
3610
- font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
3611
- font-weight: var(--cds-productive-heading-04-font-weight, 400);
3612
- line-height: var(--cds-productive-heading-04-line-height, 1.28572);
3613
- letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
3614
- }
3615
3609
  .c4p--page-header .c4p--page-header__page-actions {
3616
3610
  flex: 0 0 100%;
3617
3611
  margin-top: var(--cds-spacing-05, 1rem);
@@ -4002,7 +3996,7 @@
4002
3996
  }
4003
3997
  @media (prefers-reduced-motion) {
4004
3998
  .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,
4005
- .c4p--status-icon--light.c4p--status-icon--light-fatal .c4p--status-icon--light.c4p--status-icon--light-in-progress {
3999
+ .c4p--status-icon--light.c4p--status-icon--light-fatal .c4p--status-icon--light.c4p--status-icon--light-in-progress {
4006
4000
  animation: none;
4007
4001
  }
4008
4002
  }
@@ -4013,7 +4007,7 @@
4013
4007
  }
4014
4008
  @media (prefers-reduced-motion) {
4015
4009
  .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,
4016
- .c4p--status-icon--light.c4p--status-icon--dark-fatal .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
4010
+ .c4p--status-icon--light.c4p--status-icon--dark-fatal .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
4017
4011
  animation: none;
4018
4012
  }
4019
4013
  }
@@ -4024,7 +4018,7 @@
4024
4018
  }
4025
4019
  @media (prefers-reduced-motion) {
4026
4020
  .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,
4027
- .c4p--status-icon--light.c4p--status-icon--light-critical .c4p--status-icon--light.c4p--status-icon--light-in-progress {
4021
+ .c4p--status-icon--light.c4p--status-icon--light-critical .c4p--status-icon--light.c4p--status-icon--light-in-progress {
4028
4022
  animation: none;
4029
4023
  }
4030
4024
  }
@@ -4035,7 +4029,7 @@
4035
4029
  }
4036
4030
  @media (prefers-reduced-motion) {
4037
4031
  .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,
4038
- .c4p--status-icon--light.c4p--status-icon--dark-critical .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
4032
+ .c4p--status-icon--light.c4p--status-icon--dark-critical .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
4039
4033
  animation: none;
4040
4034
  }
4041
4035
  }
@@ -4046,7 +4040,7 @@
4046
4040
  }
4047
4041
  @media (prefers-reduced-motion) {
4048
4042
  .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,
4049
- .c4p--status-icon--light.c4p--status-icon--light-major-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress {
4043
+ .c4p--status-icon--light.c4p--status-icon--light-major-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress {
4050
4044
  animation: none;
4051
4045
  }
4052
4046
  }
@@ -4057,7 +4051,7 @@
4057
4051
  }
4058
4052
  @media (prefers-reduced-motion) {
4059
4053
  .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,
4060
- .c4p--status-icon--light.c4p--status-icon--dark-major-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
4054
+ .c4p--status-icon--light.c4p--status-icon--dark-major-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
4061
4055
  animation: none;
4062
4056
  }
4063
4057
  }
@@ -4068,7 +4062,7 @@
4068
4062
  }
4069
4063
  @media (prefers-reduced-motion) {
4070
4064
  .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,
4071
- .c4p--status-icon--light.c4p--status-icon--light-minor-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress {
4065
+ .c4p--status-icon--light.c4p--status-icon--light-minor-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress {
4072
4066
  animation: none;
4073
4067
  }
4074
4068
  }
@@ -4079,7 +4073,7 @@
4079
4073
  }
4080
4074
  @media (prefers-reduced-motion) {
4081
4075
  .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,
4082
- .c4p--status-icon--light.c4p--status-icon--dark-minor-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
4076
+ .c4p--status-icon--light.c4p--status-icon--dark-minor-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
4083
4077
  animation: none;
4084
4078
  }
4085
4079
  }
@@ -4090,7 +4084,7 @@
4090
4084
  }
4091
4085
  @media (prefers-reduced-motion) {
4092
4086
  .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,
4093
- .c4p--status-icon--light.c4p--status-icon--light-undefined .c4p--status-icon--light.c4p--status-icon--light-in-progress {
4087
+ .c4p--status-icon--light.c4p--status-icon--light-undefined .c4p--status-icon--light.c4p--status-icon--light-in-progress {
4094
4088
  animation: none;
4095
4089
  }
4096
4090
  }
@@ -4101,7 +4095,7 @@
4101
4095
  }
4102
4096
  @media (prefers-reduced-motion) {
4103
4097
  .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,
4104
- .c4p--status-icon--light.c4p--status-icon--dark-undefined .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
4098
+ .c4p--status-icon--light.c4p--status-icon--dark-undefined .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
4105
4099
  animation: none;
4106
4100
  }
4107
4101
  }
@@ -4112,7 +4106,7 @@
4112
4106
  }
4113
4107
  @media (prefers-reduced-motion) {
4114
4108
  .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,
4115
- .c4p--status-icon--light.c4p--status-icon--light-unknown .c4p--status-icon--light.c4p--status-icon--light-in-progress {
4109
+ .c4p--status-icon--light.c4p--status-icon--light-unknown .c4p--status-icon--light.c4p--status-icon--light-in-progress {
4116
4110
  animation: none;
4117
4111
  }
4118
4112
  }
@@ -4123,7 +4117,7 @@
4123
4117
  }
4124
4118
  @media (prefers-reduced-motion) {
4125
4119
  .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,
4126
- .c4p--status-icon--light.c4p--status-icon--dark-unknown .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
4120
+ .c4p--status-icon--light.c4p--status-icon--dark-unknown .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
4127
4121
  animation: none;
4128
4122
  }
4129
4123
  }
@@ -4134,7 +4128,7 @@
4134
4128
  }
4135
4129
  @media (prefers-reduced-motion) {
4136
4130
  .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,
4137
- .c4p--status-icon--light.c4p--status-icon--light-normal .c4p--status-icon--light.c4p--status-icon--light-in-progress {
4131
+ .c4p--status-icon--light.c4p--status-icon--light-normal .c4p--status-icon--light.c4p--status-icon--light-in-progress {
4138
4132
  animation: none;
4139
4133
  }
4140
4134
  }
@@ -4145,7 +4139,7 @@
4145
4139
  }
4146
4140
  @media (prefers-reduced-motion) {
4147
4141
  .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,
4148
- .c4p--status-icon--light.c4p--status-icon--dark-normal .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
4142
+ .c4p--status-icon--light.c4p--status-icon--dark-normal .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
4149
4143
  animation: none;
4150
4144
  }
4151
4145
  }
@@ -4156,7 +4150,7 @@
4156
4150
  }
4157
4151
  @media (prefers-reduced-motion) {
4158
4152
  .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,
4159
- .c4p--status-icon--light.c4p--status-icon--light-info .c4p--status-icon--light.c4p--status-icon--light-in-progress {
4153
+ .c4p--status-icon--light.c4p--status-icon--light-info .c4p--status-icon--light.c4p--status-icon--light-in-progress {
4160
4154
  animation: none;
4161
4155
  }
4162
4156
  }
@@ -4167,7 +4161,7 @@
4167
4161
  }
4168
4162
  @media (prefers-reduced-motion) {
4169
4163
  .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,
4170
- .c4p--status-icon--light.c4p--status-icon--dark-info .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
4164
+ .c4p--status-icon--light.c4p--status-icon--dark-info .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
4171
4165
  animation: none;
4172
4166
  }
4173
4167
  }
@@ -4179,7 +4173,7 @@
4179
4173
  }
4180
4174
  @media (prefers-reduced-motion: reduce) {
4181
4175
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-in-progress,
4182
- .c4p--status-icon--light.c4p--status-icon--light-in-progress {
4176
+ .c4p--status-icon--light.c4p--status-icon--light-in-progress {
4183
4177
  animation: none;
4184
4178
  }
4185
4179
  }
@@ -4191,7 +4185,7 @@
4191
4185
  }
4192
4186
  @media (prefers-reduced-motion: reduce) {
4193
4187
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
4194
- .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
4188
+ .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
4195
4189
  animation: none;
4196
4190
  }
4197
4191
  }
@@ -4214,7 +4208,7 @@
4214
4208
  }
4215
4209
  @media (prefers-reduced-motion) {
4216
4210
  .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,
4217
- .c4p--status-icon--light.c4p--status-icon--light-pending .c4p--status-icon--light.c4p--status-icon--light-in-progress {
4211
+ .c4p--status-icon--light.c4p--status-icon--light-pending .c4p--status-icon--light.c4p--status-icon--light-in-progress {
4218
4212
  animation: none;
4219
4213
  }
4220
4214
  }
@@ -4225,7 +4219,7 @@
4225
4219
  }
4226
4220
  @media (prefers-reduced-motion) {
4227
4221
  .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,
4228
- .c4p--status-icon--light.c4p--status-icon--dark-pending .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
4222
+ .c4p--status-icon--light.c4p--status-icon--dark-pending .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
4229
4223
  animation: none;
4230
4224
  }
4231
4225
  }
@@ -4236,7 +4230,7 @@
4236
4230
  }
4237
4231
  @media (prefers-reduced-motion) {
4238
4232
  .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,
4239
- .c4p--status-icon--dark.c4p--status-icon--light-fatal .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
4233
+ .c4p--status-icon--dark.c4p--status-icon--light-fatal .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
4240
4234
  animation: none;
4241
4235
  }
4242
4236
  }
@@ -4247,7 +4241,7 @@
4247
4241
  }
4248
4242
  @media (prefers-reduced-motion) {
4249
4243
  .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,
4250
- .c4p--status-icon--dark.c4p--status-icon--dark-fatal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
4244
+ .c4p--status-icon--dark.c4p--status-icon--dark-fatal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
4251
4245
  animation: none;
4252
4246
  }
4253
4247
  }
@@ -4258,7 +4252,7 @@
4258
4252
  }
4259
4253
  @media (prefers-reduced-motion) {
4260
4254
  .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,
4261
- .c4p--status-icon--dark.c4p--status-icon--light-critical .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
4255
+ .c4p--status-icon--dark.c4p--status-icon--light-critical .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
4262
4256
  animation: none;
4263
4257
  }
4264
4258
  }
@@ -4269,7 +4263,7 @@
4269
4263
  }
4270
4264
  @media (prefers-reduced-motion) {
4271
4265
  .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,
4272
- .c4p--status-icon--dark.c4p--status-icon--dark-critical .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
4266
+ .c4p--status-icon--dark.c4p--status-icon--dark-critical .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
4273
4267
  animation: none;
4274
4268
  }
4275
4269
  }
@@ -4280,7 +4274,7 @@
4280
4274
  }
4281
4275
  @media (prefers-reduced-motion) {
4282
4276
  .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,
4283
- .c4p--status-icon--dark.c4p--status-icon--light-major-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
4277
+ .c4p--status-icon--dark.c4p--status-icon--light-major-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
4284
4278
  animation: none;
4285
4279
  }
4286
4280
  }
@@ -4291,7 +4285,7 @@
4291
4285
  }
4292
4286
  @media (prefers-reduced-motion) {
4293
4287
  .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,
4294
- .c4p--status-icon--dark.c4p--status-icon--dark-major-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
4288
+ .c4p--status-icon--dark.c4p--status-icon--dark-major-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
4295
4289
  animation: none;
4296
4290
  }
4297
4291
  }
@@ -4302,7 +4296,7 @@
4302
4296
  }
4303
4297
  @media (prefers-reduced-motion) {
4304
4298
  .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,
4305
- .c4p--status-icon--dark.c4p--status-icon--light-minor-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
4299
+ .c4p--status-icon--dark.c4p--status-icon--light-minor-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
4306
4300
  animation: none;
4307
4301
  }
4308
4302
  }
@@ -4313,7 +4307,7 @@
4313
4307
  }
4314
4308
  @media (prefers-reduced-motion) {
4315
4309
  .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,
4316
- .c4p--status-icon--dark.c4p--status-icon--dark-minor-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
4310
+ .c4p--status-icon--dark.c4p--status-icon--dark-minor-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
4317
4311
  animation: none;
4318
4312
  }
4319
4313
  }
@@ -4324,7 +4318,7 @@
4324
4318
  }
4325
4319
  @media (prefers-reduced-motion) {
4326
4320
  .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,
4327
- .c4p--status-icon--dark.c4p--status-icon--light-undefined .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
4321
+ .c4p--status-icon--dark.c4p--status-icon--light-undefined .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
4328
4322
  animation: none;
4329
4323
  }
4330
4324
  }
@@ -4335,7 +4329,7 @@
4335
4329
  }
4336
4330
  @media (prefers-reduced-motion) {
4337
4331
  .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,
4338
- .c4p--status-icon--dark.c4p--status-icon--dark-undefined .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
4332
+ .c4p--status-icon--dark.c4p--status-icon--dark-undefined .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
4339
4333
  animation: none;
4340
4334
  }
4341
4335
  }
@@ -4346,7 +4340,7 @@
4346
4340
  }
4347
4341
  @media (prefers-reduced-motion) {
4348
4342
  .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,
4349
- .c4p--status-icon--dark.c4p--status-icon--light-unknown .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
4343
+ .c4p--status-icon--dark.c4p--status-icon--light-unknown .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
4350
4344
  animation: none;
4351
4345
  }
4352
4346
  }
@@ -4357,7 +4351,7 @@
4357
4351
  }
4358
4352
  @media (prefers-reduced-motion) {
4359
4353
  .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,
4360
- .c4p--status-icon--dark.c4p--status-icon--dark-unknown .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
4354
+ .c4p--status-icon--dark.c4p--status-icon--dark-unknown .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
4361
4355
  animation: none;
4362
4356
  }
4363
4357
  }
@@ -4368,7 +4362,7 @@
4368
4362
  }
4369
4363
  @media (prefers-reduced-motion) {
4370
4364
  .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,
4371
- .c4p--status-icon--dark.c4p--status-icon--light-normal .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
4365
+ .c4p--status-icon--dark.c4p--status-icon--light-normal .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
4372
4366
  animation: none;
4373
4367
  }
4374
4368
  }
@@ -4379,7 +4373,7 @@
4379
4373
  }
4380
4374
  @media (prefers-reduced-motion) {
4381
4375
  .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,
4382
- .c4p--status-icon--dark.c4p--status-icon--dark-normal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
4376
+ .c4p--status-icon--dark.c4p--status-icon--dark-normal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
4383
4377
  animation: none;
4384
4378
  }
4385
4379
  }
@@ -4390,7 +4384,7 @@
4390
4384
  }
4391
4385
  @media (prefers-reduced-motion) {
4392
4386
  .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,
4393
- .c4p--status-icon--dark.c4p--status-icon--light-info .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
4387
+ .c4p--status-icon--dark.c4p--status-icon--light-info .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
4394
4388
  animation: none;
4395
4389
  }
4396
4390
  }
@@ -4401,7 +4395,7 @@
4401
4395
  }
4402
4396
  @media (prefers-reduced-motion) {
4403
4397
  .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,
4404
- .c4p--status-icon--dark.c4p--status-icon--dark-info .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
4398
+ .c4p--status-icon--dark.c4p--status-icon--dark-info .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
4405
4399
  animation: none;
4406
4400
  }
4407
4401
  }
@@ -4413,7 +4407,7 @@
4413
4407
  }
4414
4408
  @media (prefers-reduced-motion: reduce) {
4415
4409
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
4416
- .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
4410
+ .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
4417
4411
  animation: none;
4418
4412
  }
4419
4413
  }
@@ -4425,7 +4419,7 @@
4425
4419
  }
4426
4420
  @media (prefers-reduced-motion: reduce) {
4427
4421
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
4428
- .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
4422
+ .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
4429
4423
  animation: none;
4430
4424
  }
4431
4425
  }
@@ -4448,7 +4442,7 @@
4448
4442
  }
4449
4443
  @media (prefers-reduced-motion) {
4450
4444
  .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,
4451
- .c4p--status-icon--dark.c4p--status-icon--light-pending .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
4445
+ .c4p--status-icon--dark.c4p--status-icon--light-pending .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
4452
4446
  animation: none;
4453
4447
  }
4454
4448
  }
@@ -4459,7 +4453,7 @@
4459
4453
  }
4460
4454
  @media (prefers-reduced-motion) {
4461
4455
  .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,
4462
- .c4p--status-icon--dark.c4p--status-icon--dark-pending .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
4456
+ .c4p--status-icon--dark.c4p--status-icon--dark-pending .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
4463
4457
  animation: none;
4464
4458
  }
4465
4459
  }
@@ -4949,7 +4943,7 @@
4949
4943
  --cds-productive-heading-04-line-height: 1.28572;
4950
4944
  --cds-productive-heading-04-letter-spacing: 0;
4951
4945
  --cds-productive-heading-05-font-size: 2rem;
4952
- --cds-productive-heading-05-font-weight: 300;
4946
+ --cds-productive-heading-05-font-weight: 400;
4953
4947
  --cds-productive-heading-05-line-height: 1.25;
4954
4948
  --cds-productive-heading-05-letter-spacing: 0;
4955
4949
  --cds-productive-heading-06-font-size: 2.625rem;
@@ -4977,7 +4971,7 @@
4977
4971
  --cds-expressive-heading-04-line-height: 1.28572;
4978
4972
  --cds-expressive-heading-04-letter-spacing: 0;
4979
4973
  --cds-expressive-heading-05-font-size: 2rem;
4980
- --cds-expressive-heading-05-font-weight: 300;
4974
+ --cds-expressive-heading-05-font-weight: 400;
4981
4975
  --cds-expressive-heading-05-line-height: 1.25;
4982
4976
  --cds-expressive-heading-05-letter-spacing: 0;
4983
4977
  --cds-expressive-heading-06-font-size: 2rem;
@@ -5055,7 +5049,7 @@
5055
5049
  --cds-heading-04-line-height: 1.28572;
5056
5050
  --cds-heading-04-letter-spacing: 0;
5057
5051
  --cds-heading-05-font-size: 2rem;
5058
- --cds-heading-05-font-weight: 300;
5052
+ --cds-heading-05-font-weight: 400;
5059
5053
  --cds-heading-05-line-height: 1.25;
5060
5054
  --cds-heading-05-letter-spacing: 0;
5061
5055
  --cds-heading-06-font-size: 2.625rem;
@@ -5075,7 +5069,7 @@
5075
5069
  --cds-fluid-heading-04-line-height: 1.28572;
5076
5070
  --cds-fluid-heading-04-letter-spacing: 0;
5077
5071
  --cds-fluid-heading-05-font-size: 2rem;
5078
- --cds-fluid-heading-05-font-weight: 300;
5072
+ --cds-fluid-heading-05-font-weight: 400;
5079
5073
  --cds-fluid-heading-05-line-height: 1.25;
5080
5074
  --cds-fluid-heading-05-letter-spacing: 0;
5081
5075
  --cds-fluid-heading-06-font-size: 2rem;
@@ -5394,7 +5388,7 @@
5394
5388
  --cds-productive-heading-04-line-height: 1.28572;
5395
5389
  --cds-productive-heading-04-letter-spacing: 0;
5396
5390
  --cds-productive-heading-05-font-size: 2rem;
5397
- --cds-productive-heading-05-font-weight: 300;
5391
+ --cds-productive-heading-05-font-weight: 400;
5398
5392
  --cds-productive-heading-05-line-height: 1.25;
5399
5393
  --cds-productive-heading-05-letter-spacing: 0;
5400
5394
  --cds-productive-heading-06-font-size: 2.625rem;
@@ -5422,7 +5416,7 @@
5422
5416
  --cds-expressive-heading-04-line-height: 1.28572;
5423
5417
  --cds-expressive-heading-04-letter-spacing: 0;
5424
5418
  --cds-expressive-heading-05-font-size: 2rem;
5425
- --cds-expressive-heading-05-font-weight: 300;
5419
+ --cds-expressive-heading-05-font-weight: 400;
5426
5420
  --cds-expressive-heading-05-line-height: 1.25;
5427
5421
  --cds-expressive-heading-05-letter-spacing: 0;
5428
5422
  --cds-expressive-heading-06-font-size: 2rem;
@@ -5500,7 +5494,7 @@
5500
5494
  --cds-heading-04-line-height: 1.28572;
5501
5495
  --cds-heading-04-letter-spacing: 0;
5502
5496
  --cds-heading-05-font-size: 2rem;
5503
- --cds-heading-05-font-weight: 300;
5497
+ --cds-heading-05-font-weight: 400;
5504
5498
  --cds-heading-05-line-height: 1.25;
5505
5499
  --cds-heading-05-letter-spacing: 0;
5506
5500
  --cds-heading-06-font-size: 2.625rem;
@@ -5520,7 +5514,7 @@
5520
5514
  --cds-fluid-heading-04-line-height: 1.28572;
5521
5515
  --cds-fluid-heading-04-letter-spacing: 0;
5522
5516
  --cds-fluid-heading-05-font-size: 2rem;
5523
- --cds-fluid-heading-05-font-weight: 300;
5517
+ --cds-fluid-heading-05-font-weight: 400;
5524
5518
  --cds-fluid-heading-05-line-height: 1.25;
5525
5519
  --cds-fluid-heading-05-letter-spacing: 0;
5526
5520
  --cds-fluid-heading-06-font-size: 2rem;