@carbon/ibm-products 2.1.3 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. package/css/index-full-carbon.css +188 -188
  2. package/css/index-full-carbon.min.css +4 -4
  3. package/css/index-full-carbon.min.css.map +1 -1
  4. package/css/index-without-carbon-released-only.css +144 -144
  5. package/css/index-without-carbon-released-only.min.css +2 -2
  6. package/css/index-without-carbon-released-only.min.css.map +1 -1
  7. package/css/index-without-carbon.css +188 -188
  8. package/css/index-without-carbon.min.css +4 -4
  9. package/css/index-without-carbon.min.css.map +1 -1
  10. package/css/index.css +172 -172
  11. package/css/index.min.css +3 -3
  12. package/css/index.min.css.map +1 -1
  13. package/es/components/Datagrid/Datagrid/DatagridToolbar.js +22 -8
  14. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/index.js +2 -1
  15. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +13 -0
  16. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +4 -20
  17. package/es/components/Datagrid/index.js +2 -1
  18. package/es/components/Datagrid/utils/DatagridActions.js +7 -7
  19. package/es/components/index.js +1 -1
  20. package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +22 -8
  21. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/index.js +8 -1
  22. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +20 -0
  23. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +4 -20
  24. package/lib/components/Datagrid/index.js +8 -1
  25. package/lib/components/Datagrid/utils/DatagridActions.js +46 -46
  26. package/lib/components/index.js +6 -0
  27. package/package.json +2 -2
  28. package/scss/components/AddSelect/_add-select.scss +6 -6
  29. package/scss/components/CreateFullPage/_create-full-page.scss +3 -3
  30. package/scss/components/CreateModal/_create-modal.scss +3 -3
  31. package/scss/components/CreateSidePanel/_create-side-panel.scss +4 -4
  32. package/scss/components/CreateTearsheet/_create-tearsheet.scss +2 -2
  33. package/scss/components/CreateTearsheet/_storybook-styles.scss +1 -1
  34. package/scss/components/CreateTearsheetNarrow/_create-tearsheet-narrow.scss +2 -2
  35. package/scss/components/DataSpreadsheet/_data-spreadsheet.scss +5 -5
  36. package/scss/components/Datagrid/_storybook-styles.scss +2 -2
  37. package/scss/components/EditSidePanel/_edit-side-panel.scss +2 -2
  38. package/scss/components/EditTearsheet/_edit-tearsheet.scss +2 -2
  39. package/scss/components/EditTearsheet/_storybook-styles.scss +1 -1
  40. package/scss/components/ImportModal/_import-modal.scss +1 -1
  41. package/scss/components/NotificationsPanel/_notifications-panel.scss +2 -2
  42. package/scss/components/OptionsTile/_storybook-styles.scss +1 -1
  43. package/scss/components/PageHeader/_page-header.scss +4 -4
  44. package/scss/components/Saving/_saving.scss +1 -1
  45. package/scss/components/SidePanel/_side-panel.scss +3 -3
  46. package/scss/components/TagSet/_tag-set.scss +1 -1
  47. package/scss/components/Tearsheet/_tearsheet.scss +2 -2
  48. package/scss/components/UserProfileImage/_user-profile-image.scss +2 -2
@@ -2723,18 +2723,18 @@ p.c4p--about-modal__copyright-text:first-child {
2723
2723
  }
2724
2724
 
2725
2725
  .c4p--create-full-page .c4p--create-full-page__step-subtitle {
2726
- font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
2727
- font-weight: var(--cds-productive-heading-01-font-weight, 600);
2728
- line-height: var(--cds-productive-heading-01-line-height, 1.28572);
2729
- letter-spacing: var(--cds-productive-heading-01-letter-spacing, 0.16px);
2726
+ font-size: var(--cds-heading-compact-01-font-size, 0.875rem);
2727
+ font-weight: var(--cds-heading-compact-01-font-weight, 600);
2728
+ line-height: var(--cds-heading-compact-01-line-height, 1.28572);
2729
+ letter-spacing: var(--cds-heading-compact-01-letter-spacing, 0.16px);
2730
2730
  margin-bottom: 0.5rem;
2731
2731
  }
2732
2732
 
2733
2733
  .c4p--create-full-page .c4p--create-full-page__step-description {
2734
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
2735
- font-weight: var(--cds-body-long-01-font-weight, 400);
2736
- line-height: var(--cds-body-long-01-line-height, 1.42857);
2737
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
2734
+ font-size: var(--cds-body-01-font-size, 0.875rem);
2735
+ font-weight: var(--cds-body-01-font-weight, 400);
2736
+ line-height: var(--cds-body-01-line-height, 1.42857);
2737
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
2738
2738
  margin-bottom: 1.5rem;
2739
2739
  }
2740
2740
 
@@ -2823,10 +2823,10 @@ p.c4p--about-modal__copyright-text:first-child {
2823
2823
  }
2824
2824
 
2825
2825
  .c4p--create-full-page .c4p--create-full-page__step-title {
2826
- font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
2827
- font-weight: var(--cds-productive-heading-04-font-weight, 400);
2828
- line-height: var(--cds-productive-heading-04-line-height, 1.28572);
2829
- letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
2826
+ font-size: var(--cds-heading-04-font-size, 1.75rem);
2827
+ font-weight: var(--cds-heading-04-font-weight, 400);
2828
+ line-height: var(--cds-heading-04-line-height, 1.28572);
2829
+ letter-spacing: var(--cds-heading-04-letter-spacing, 0);
2830
2830
  margin-bottom: 1rem;
2831
2831
  }
2832
2832
 
@@ -2884,27 +2884,27 @@ p.c4p--about-modal__copyright-text:first-child {
2884
2884
  }
2885
2885
 
2886
2886
  .c4p--create-modal__title {
2887
- font-size: var(--cds-productive-heading-03-font-size, 1.25rem);
2888
- font-weight: var(--cds-productive-heading-03-font-weight, 400);
2889
- line-height: var(--cds-productive-heading-03-line-height, 1.4);
2890
- letter-spacing: var(--cds-productive-heading-03-letter-spacing, 0);
2887
+ font-size: var(--cds-heading-03-font-size, 1.25rem);
2888
+ font-weight: var(--cds-heading-03-font-weight, 400);
2889
+ line-height: var(--cds-heading-03-line-height, 1.4);
2890
+ letter-spacing: var(--cds-heading-03-letter-spacing, 0);
2891
2891
  margin-bottom: 0.25rem;
2892
2892
  }
2893
2893
 
2894
2894
  .c4p--create-modal__subtitle {
2895
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
2896
- font-weight: var(--cds-body-short-01-font-weight, 400);
2897
- line-height: var(--cds-body-short-01-line-height, 1.28572);
2898
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
2895
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
2896
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
2897
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
2898
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
2899
2899
  margin-bottom: 0.5rem;
2900
2900
  color: var(--cds-text-secondary, #525252);
2901
2901
  }
2902
2902
 
2903
2903
  .c4p--create-modal__description {
2904
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
2905
- font-weight: var(--cds-body-long-01-font-weight, 400);
2906
- line-height: var(--cds-body-long-01-line-height, 1.42857);
2907
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
2904
+ font-size: var(--cds-body-01-font-size, 0.875rem);
2905
+ font-weight: var(--cds-body-01-font-weight, 400);
2906
+ line-height: var(--cds-body-01-line-height, 1.42857);
2907
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
2908
2908
  padding-right: calc(20% - 1rem);
2909
2909
  margin: 0.5rem 0 1rem 0;
2910
2910
  }
@@ -3263,10 +3263,10 @@ p.c4p--about-modal__copyright-text:first-child {
3263
3263
  top: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height));
3264
3264
  }
3265
3265
  .c4p--side-panel__container .c4p--side-panel__title-text {
3266
- font-size: var(--cds-productive-heading-03-font-size, 1.25rem);
3267
- font-weight: var(--cds-productive-heading-03-font-weight, 400);
3268
- line-height: var(--cds-productive-heading-03-line-height, 1.4);
3269
- letter-spacing: var(--cds-productive-heading-03-letter-spacing, 0);
3266
+ font-size: var(--cds-heading-03-font-size, 1.25rem);
3267
+ font-weight: var(--cds-heading-03-font-weight, 400);
3268
+ line-height: var(--cds-heading-03-line-height, 1.4);
3269
+ letter-spacing: var(--cds-heading-03-letter-spacing, 0);
3270
3270
  display: -webkit-box;
3271
3271
  overflow: hidden;
3272
3272
  padding-right: 3rem;
@@ -3291,10 +3291,10 @@ p.c4p--about-modal__copyright-text:first-child {
3291
3291
  white-space: nowrap;
3292
3292
  }
3293
3293
  .c4p--side-panel__container .c4p--side-panel__collapsed-title-text {
3294
- font-size: var(--cds-productive-heading-02-font-size, 1rem);
3295
- font-weight: var(--cds-productive-heading-02-font-weight, 600);
3296
- line-height: var(--cds-productive-heading-02-line-height, 1.375);
3297
- letter-spacing: var(--cds-productive-heading-02-letter-spacing, 0);
3294
+ font-size: var(--cds-heading-compact-02-font-size, 1rem);
3295
+ font-weight: var(--cds-heading-compact-02-font-weight, 600);
3296
+ line-height: var(--cds-heading-compact-02-line-height, 1.375);
3297
+ letter-spacing: var(--cds-heading-compact-02-letter-spacing, 0);
3298
3298
  display: -webkit-box;
3299
3299
  overflow: hidden;
3300
3300
  padding-right: 3rem;
@@ -3306,10 +3306,10 @@ p.c4p--about-modal__copyright-text:first-child {
3306
3306
  transform: translateY(var(--c4p--side-panel--collapsed-title-y-position));
3307
3307
  }
3308
3308
  .c4p--side-panel__container .c4p--side-panel__subtitle-text {
3309
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
3310
- font-weight: var(--cds-body-short-01-font-weight, 400);
3311
- line-height: var(--cds-body-short-01-line-height, 1.28572);
3312
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
3309
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
3310
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
3311
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
3312
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
3313
3313
  overflow: hidden;
3314
3314
  padding: 0 3rem 1rem 1rem;
3315
3315
  -webkit-box-orient: vertical;
@@ -3584,18 +3584,18 @@ p.c4p--about-modal__copyright-text:first-child {
3584
3584
  }
3585
3585
 
3586
3586
  .c4p--create-side-panel__form-title-text {
3587
- font-size: var(--cds-productive-heading-02-font-size, 1rem);
3588
- font-weight: var(--cds-productive-heading-02-font-weight, 600);
3589
- line-height: var(--cds-productive-heading-02-line-height, 1.375);
3590
- letter-spacing: var(--cds-productive-heading-02-letter-spacing, 0);
3587
+ font-size: var(--cds-heading-compact-02-font-size, 1rem);
3588
+ font-weight: var(--cds-heading-compact-02-font-weight, 600);
3589
+ line-height: var(--cds-heading-compact-02-line-height, 1.375);
3590
+ letter-spacing: var(--cds-heading-compact-02-letter-spacing, 0);
3591
3591
  padding-bottom: 0.5rem;
3592
3592
  }
3593
3593
 
3594
3594
  .c4p--create-side-panel__form-description-text {
3595
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
3596
- font-weight: var(--cds-body-long-01-font-weight, 400);
3597
- line-height: var(--cds-body-long-01-line-height, 1.42857);
3598
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
3595
+ font-size: var(--cds-body-01-font-size, 0.875rem);
3596
+ font-weight: var(--cds-body-01-font-weight, 400);
3597
+ line-height: var(--cds-body-01-line-height, 1.42857);
3598
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
3599
3599
  }
3600
3600
 
3601
3601
  .c4p--create-side-panel.c4p--side-panel .cds--btn.c4p--side-panel__close-button {
@@ -3603,18 +3603,18 @@ p.c4p--about-modal__copyright-text:first-child {
3603
3603
  }
3604
3604
 
3605
3605
  .c4p--create-side-panel__title {
3606
- font-size: var(--cds-productive-heading-03-font-size, 1.25rem);
3607
- font-weight: var(--cds-productive-heading-03-font-weight, 400);
3608
- line-height: var(--cds-productive-heading-03-line-height, 1.4);
3609
- letter-spacing: var(--cds-productive-heading-03-letter-spacing, 0);
3606
+ font-size: var(--cds-heading-03-font-size, 1.25rem);
3607
+ font-weight: var(--cds-heading-03-font-weight, 400);
3608
+ line-height: var(--cds-heading-03-line-height, 1.4);
3609
+ letter-spacing: var(--cds-heading-03-letter-spacing, 0);
3610
3610
  margin-bottom: 0.25rem;
3611
3611
  }
3612
3612
 
3613
3613
  .c4p--create-side-panel__subtitle {
3614
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
3615
- font-weight: var(--cds-body-short-01-font-weight, 400);
3616
- line-height: var(--cds-body-short-01-line-height, 1.28572);
3617
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
3614
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
3615
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
3616
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
3617
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
3618
3618
  margin-bottom: 0.5rem;
3619
3619
  color: var(--cds-text-secondary, #525252);
3620
3620
  }
@@ -3729,20 +3729,20 @@ p.c4p--about-modal__copyright-text:first-child {
3729
3729
  display: none;
3730
3730
  }
3731
3731
  .c4p--tearsheet.c4p--tearsheet--wide .cds--modal-header__heading.c4p--tearsheet__heading {
3732
- font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
3733
- font-weight: var(--cds-productive-heading-04-font-weight, 400);
3734
- line-height: var(--cds-productive-heading-04-line-height, 1.28572);
3735
- letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
3732
+ font-size: var(--cds-heading-04-font-size, 1.75rem);
3733
+ font-weight: var(--cds-heading-04-font-weight, 400);
3734
+ line-height: var(--cds-heading-04-line-height, 1.28572);
3735
+ letter-spacing: var(--cds-heading-04-letter-spacing, 0);
3736
3736
  }
3737
3737
  .c4p--tearsheet .c4p--tearsheet__header-description {
3738
3738
  display: -webkit-box;
3739
3739
  overflow: hidden;
3740
3740
  max-width: 100%;
3741
3741
  margin-top: 1rem;
3742
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
3743
- font-weight: var(--cds-body-short-01-font-weight, 400);
3744
- line-height: var(--cds-body-short-01-line-height, 1.28572);
3745
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
3742
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
3743
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
3744
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
3745
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
3746
3746
  -webkit-box-orient: vertical;
3747
3747
  -webkit-line-clamp: 2;
3748
3748
  word-break: break-word;
@@ -3940,19 +3940,19 @@ p.c4p--about-modal__copyright-text:first-child {
3940
3940
 
3941
3941
  .c4p--tearsheet-create .c4p--tearsheet-create__section--subtitle,
3942
3942
  .c4p--tearsheet-create .c4p--tearsheet-create__step--subtitle {
3943
- font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
3944
- font-weight: var(--cds-productive-heading-01-font-weight, 600);
3945
- line-height: var(--cds-productive-heading-01-line-height, 1.28572);
3946
- letter-spacing: var(--cds-productive-heading-01-letter-spacing, 0.16px);
3943
+ font-size: var(--cds-heading-compact-01-font-size, 0.875rem);
3944
+ font-weight: var(--cds-heading-compact-01-font-weight, 600);
3945
+ line-height: var(--cds-heading-compact-01-line-height, 1.28572);
3946
+ letter-spacing: var(--cds-heading-compact-01-letter-spacing, 0.16px);
3947
3947
  margin-bottom: 0.5rem;
3948
3948
  }
3949
3949
 
3950
3950
  .c4p--tearsheet-create .c4p--tearsheet-create__section--description,
3951
3951
  .c4p--tearsheet-create .c4p--tearsheet-create__step--description {
3952
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
3953
- font-weight: var(--cds-body-long-01-font-weight, 400);
3954
- line-height: var(--cds-body-long-01-line-height, 1.42857);
3955
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
3952
+ font-size: var(--cds-body-01-font-size, 0.875rem);
3953
+ font-weight: var(--cds-body-01-font-weight, 400);
3954
+ line-height: var(--cds-body-01-line-height, 1.42857);
3955
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
3956
3956
  margin-bottom: 1.5rem;
3957
3957
  }
3958
3958
 
@@ -3996,18 +3996,18 @@ p.c4p--about-modal__copyright-text:first-child {
3996
3996
  }
3997
3997
 
3998
3998
  .c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form-title-text {
3999
- font-size: var(--cds-productive-heading-02-font-size, 1rem);
4000
- font-weight: var(--cds-productive-heading-02-font-weight, 600);
4001
- line-height: var(--cds-productive-heading-02-line-height, 1.375);
4002
- letter-spacing: var(--cds-productive-heading-02-letter-spacing, 0);
3999
+ font-size: var(--cds-heading-compact-02-font-size, 1rem);
4000
+ font-weight: var(--cds-heading-compact-02-font-weight, 600);
4001
+ line-height: var(--cds-heading-compact-02-line-height, 1.375);
4002
+ letter-spacing: var(--cds-heading-compact-02-letter-spacing, 0);
4003
4003
  padding-bottom: 0.5rem;
4004
4004
  }
4005
4005
 
4006
4006
  .c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form-description-text {
4007
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
4008
- font-weight: var(--cds-body-long-01-font-weight, 400);
4009
- line-height: var(--cds-body-long-01-line-height, 1.42857);
4010
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
4007
+ font-size: var(--cds-body-01-font-size, 0.875rem);
4008
+ font-weight: var(--cds-body-01-font-weight, 400);
4009
+ line-height: var(--cds-body-01-line-height, 1.42857);
4010
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
4011
4011
  }
4012
4012
 
4013
4013
  .c4p--empty-state {
@@ -4344,10 +4344,10 @@ c4p--card__icon:active {
4344
4344
  .c4p--import-modal .c4p--import-modal__file-drop-header,
4345
4345
  .c4p--import-modal .c4p--import-modal__label {
4346
4346
  margin-bottom: 0.5rem;
4347
- font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
4348
- font-weight: var(--cds-productive-heading-01-font-weight, 600);
4349
- line-height: var(--cds-productive-heading-01-line-height, 1.28572);
4350
- letter-spacing: var(--cds-productive-heading-01-letter-spacing, 0.16px);
4347
+ font-size: var(--cds-heading-compact-01-font-size, 0.875rem);
4348
+ font-weight: var(--cds-heading-compact-01-font-weight, 600);
4349
+ line-height: var(--cds-heading-compact-01-line-height, 1.28572);
4350
+ letter-spacing: var(--cds-heading-compact-01-letter-spacing, 0.16px);
4351
4351
  }
4352
4352
 
4353
4353
  .c4p--import-modal__helper-text {
@@ -4481,10 +4481,10 @@ c4p--card__icon:active {
4481
4481
  border-bottom: 1px solid var(--cds-layer-accent-01, #e0e0e0);
4482
4482
  }
4483
4483
  .c4p--add-select__sidebar-header .c4p--add-select__sidebar-title {
4484
- font-size: var(--cds-productive-heading-02-font-size, 1rem);
4485
- font-weight: var(--cds-productive-heading-02-font-weight, 600);
4486
- line-height: var(--cds-productive-heading-02-line-height, 1.375);
4487
- letter-spacing: var(--cds-productive-heading-02-letter-spacing, 0);
4484
+ font-size: var(--cds-heading-compact-02-font-size, 1rem);
4485
+ font-weight: var(--cds-heading-compact-02-font-weight, 600);
4486
+ line-height: var(--cds-heading-compact-02-line-height, 1.375);
4487
+ letter-spacing: var(--cds-heading-compact-02-letter-spacing, 0);
4488
4488
  }
4489
4489
 
4490
4490
  .c4p--add-select__sidebar-title {
@@ -4516,10 +4516,10 @@ c4p--card__icon:active {
4516
4516
  }
4517
4517
 
4518
4518
  .c4p--add-select .c4p--add-select__sidebar-item-body {
4519
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
4520
- font-weight: var(--cds-body-long-01-font-weight, 400);
4521
- line-height: var(--cds-body-long-01-line-height, 1.42857);
4522
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
4519
+ font-size: var(--cds-body-01-font-size, 0.875rem);
4520
+ font-weight: var(--cds-body-01-font-weight, 400);
4521
+ line-height: var(--cds-body-01-line-height, 1.42857);
4522
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
4523
4523
  margin-bottom: 1rem;
4524
4524
  }
4525
4525
 
@@ -4660,24 +4660,24 @@ button.c4p--add-select__global-filter-toggle--open {
4660
4660
  }
4661
4661
 
4662
4662
  .c4p--add-select__meta-panel p.c4p--add-select__meta-panel-title {
4663
- font-size: var(--cds-productive-heading-03-font-size, 1.25rem);
4664
- font-weight: var(--cds-productive-heading-03-font-weight, 400);
4665
- line-height: var(--cds-productive-heading-03-line-height, 1.4);
4666
- letter-spacing: var(--cds-productive-heading-03-letter-spacing, 0);
4663
+ font-size: var(--cds-heading-03-font-size, 1.25rem);
4664
+ font-weight: var(--cds-heading-03-font-weight, 400);
4665
+ line-height: var(--cds-heading-03-line-height, 1.4);
4666
+ letter-spacing: var(--cds-heading-03-letter-spacing, 0);
4667
4667
  }
4668
4668
 
4669
4669
  .c4p--add-select__meta-panel p.c4p--add-select__meta-panel-entry-title {
4670
- font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
4671
- font-weight: var(--cds-productive-heading-01-font-weight, 600);
4672
- line-height: var(--cds-productive-heading-01-line-height, 1.28572);
4673
- letter-spacing: var(--cds-productive-heading-01-letter-spacing, 0.16px);
4670
+ font-size: var(--cds-heading-compact-01-font-size, 0.875rem);
4671
+ font-weight: var(--cds-heading-compact-01-font-weight, 600);
4672
+ line-height: var(--cds-heading-compact-01-line-height, 1.28572);
4673
+ letter-spacing: var(--cds-heading-compact-01-letter-spacing, 0.16px);
4674
4674
  }
4675
4675
 
4676
4676
  .c4p--add-select__meta-panel p.c4p--add-select__meta-panel-entry-body {
4677
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
4678
- font-weight: var(--cds-body-short-01-font-weight, 400);
4679
- line-height: var(--cds-body-short-01-line-height, 1.28572);
4680
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
4677
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
4678
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
4679
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
4680
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
4681
4681
  }
4682
4682
 
4683
4683
  .c4p--add-select__selections .cds--list-box__menu {
@@ -4711,10 +4711,10 @@ button.c4p--add-select__global-filter-toggle--open {
4711
4711
  }
4712
4712
 
4713
4713
  .c4p--add-select .c4p--add-select__items-label {
4714
- font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
4715
- font-weight: var(--cds-productive-heading-01-font-weight, 600);
4716
- line-height: var(--cds-productive-heading-01-line-height, 1.28572);
4717
- letter-spacing: var(--cds-productive-heading-01-letter-spacing, 0.16px);
4714
+ font-size: var(--cds-heading-compact-01-font-size, 0.875rem);
4715
+ font-weight: var(--cds-heading-compact-01-font-weight, 600);
4716
+ line-height: var(--cds-heading-compact-01-line-height, 1.28572);
4717
+ letter-spacing: var(--cds-heading-compact-01-letter-spacing, 0.16px);
4718
4718
  }
4719
4719
 
4720
4720
  .c4p--add-select .cds--modal-container--sm .cds--modal-content p {
@@ -5203,10 +5203,10 @@ button.c4p--add-select__global-filter-toggle--open {
5203
5203
  color: var(--cds-text-primary, #161616);
5204
5204
  }
5205
5205
  .c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__header {
5206
- font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
5207
- font-weight: var(--cds-productive-heading-01-font-weight, 600);
5208
- line-height: var(--cds-productive-heading-01-line-height, 1.28572);
5209
- letter-spacing: var(--cds-productive-heading-01-letter-spacing, 0.16px);
5206
+ font-size: var(--cds-heading-compact-01-font-size, 0.875rem);
5207
+ font-weight: var(--cds-heading-compact-01-font-weight, 600);
5208
+ line-height: var(--cds-heading-compact-01-line-height, 1.28572);
5209
+ letter-spacing: var(--cds-heading-compact-01-letter-spacing, 0.16px);
5210
5210
  margin: 0;
5211
5211
  }
5212
5212
  .c4p--notifications-panel__container .c4p--notifications-panel__time-section-label {
@@ -5375,10 +5375,10 @@ button.c4p--add-select__global-filter-toggle--open {
5375
5375
  margin-top: 10rem;
5376
5376
  }
5377
5377
  .c4p--notifications-panel__container .c4p--notifications-panel__main-section-empty.c4p--notifications-panel__main-section .c4p-subtext {
5378
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
5379
- font-weight: var(--cds-body-short-01-font-weight, 400);
5380
- line-height: var(--cds-body-short-01-line-height, 1.28572);
5381
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
5378
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
5379
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
5380
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
5381
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
5382
5382
  }
5383
5383
  .c4p--notifications-panel__container .c4p--notifications-panel__main-section {
5384
5384
  min-height: 498px;
@@ -7283,10 +7283,10 @@ button.c4p--add-select__global-filter-toggle--open {
7283
7283
  }
7284
7284
  .c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__tag-item,
7285
7285
  .c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__tag-item .cds--tag {
7286
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
7287
- font-weight: var(--cds-body-short-01-font-weight, 400);
7288
- line-height: var(--cds-body-short-01-line-height, 1.28572);
7289
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
7286
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
7287
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
7288
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
7289
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
7290
7290
  display: block;
7291
7291
  overflow: hidden;
7292
7292
  min-width: initial;
@@ -7645,10 +7645,10 @@ button.c4p--add-select__global-filter-toggle--open {
7645
7645
  }
7646
7646
  }
7647
7647
  .c4p--page-header .c4p--page-header__title {
7648
- font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
7649
- font-weight: var(--cds-productive-heading-04-font-weight, 400);
7650
- line-height: var(--cds-productive-heading-04-line-height, 1.28572);
7651
- letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
7648
+ font-size: var(--cds-heading-04-font-size, 1.75rem);
7649
+ font-weight: var(--cds-heading-04-font-weight, 400);
7650
+ line-height: var(--cds-heading-04-line-height, 1.28572);
7651
+ letter-spacing: var(--cds-heading-04-letter-spacing, 0);
7652
7652
  min-height: 2.5rem;
7653
7653
  overflow-x: hidden;
7654
7654
  text-overflow: ellipsis;
@@ -7748,16 +7748,16 @@ button.c4p--add-select__global-filter-toggle--open {
7748
7748
  height: 1rem;
7749
7749
  }
7750
7750
  .c4p--page-header .c4p--page-header__subtitle {
7751
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
7752
- font-weight: var(--cds-body-long-01-font-weight, 400);
7753
- line-height: var(--cds-body-long-01-line-height, 1.42857);
7754
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
7751
+ font-size: var(--cds-body-01-font-size, 0.875rem);
7752
+ font-weight: var(--cds-body-01-font-weight, 400);
7753
+ line-height: var(--cds-body-01-line-height, 1.42857);
7754
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
7755
7755
  }
7756
7756
  .c4p--page-header .c4p--page-header__available-row {
7757
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
7758
- font-weight: var(--cds-body-long-01-font-weight, 400);
7759
- line-height: var(--cds-body-long-01-line-height, 1.42857);
7760
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
7757
+ font-size: var(--cds-body-01-font-size, 0.875rem);
7758
+ font-weight: var(--cds-body-01-font-weight, 400);
7759
+ line-height: var(--cds-body-01-line-height, 1.42857);
7760
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
7761
7761
  margin-top: 0.5rem;
7762
7762
  }
7763
7763
  .c4p--page-header .c4p--page-header__available-row + .c4p--page-header__last-row-buffer--active {
@@ -7767,10 +7767,10 @@ button.c4p--add-select__global-filter-toggle--open {
7767
7767
  margin-top: 1rem;
7768
7768
  }
7769
7769
  .c4p--page-header .c4p--page-header__available-row * {
7770
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
7771
- font-weight: var(--cds-body-long-01-font-weight, 400);
7772
- line-height: var(--cds-body-long-01-line-height, 1.42857);
7773
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
7770
+ font-size: var(--cds-body-01-font-size, 0.875rem);
7771
+ font-weight: var(--cds-body-01-font-weight, 400);
7772
+ line-height: var(--cds-body-01-line-height, 1.42857);
7773
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
7774
7774
  }
7775
7775
  .c4p--page-header .c4p--page-header__navigation-row {
7776
7776
  flex-wrap: wrap-reverse;
@@ -7943,10 +7943,10 @@ button.c4p--add-select__global-filter-toggle--open {
7943
7943
  }
7944
7944
 
7945
7945
  .c4p--saving__text {
7946
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
7947
- font-weight: var(--cds-body-short-01-font-weight, 400);
7948
- line-height: var(--cds-body-short-01-line-height, 1.28572);
7949
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
7946
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
7947
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
7948
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
7949
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
7950
7950
  }
7951
7951
 
7952
7952
  .c4p--saving__buttons {
@@ -9560,19 +9560,19 @@ button.c4p--add-select__global-filter-toggle--open {
9560
9560
  .c4p--user-profile-image--xl {
9561
9561
  width: 4rem;
9562
9562
  height: 4rem;
9563
- font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
9564
- font-weight: var(--cds-productive-heading-04-font-weight, 400);
9565
- line-height: var(--cds-productive-heading-04-line-height, 1.28572);
9566
- letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
9563
+ font-size: var(--cds-heading-04-font-size, 1.75rem);
9564
+ font-weight: var(--cds-heading-04-font-weight, 400);
9565
+ line-height: var(--cds-heading-04-line-height, 1.28572);
9566
+ letter-spacing: var(--cds-heading-04-letter-spacing, 0);
9567
9567
  }
9568
9568
 
9569
9569
  .c4p--user-profile-image--lg {
9570
9570
  width: 2rem;
9571
9571
  height: 2rem;
9572
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
9573
- font-weight: var(--cds-body-short-01-font-weight, 400);
9574
- line-height: var(--cds-body-short-01-line-height, 1.28572);
9575
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
9572
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
9573
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
9574
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
9575
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
9576
9576
  }
9577
9577
 
9578
9578
  .c4p--user-profile-image--md {
@@ -9615,17 +9615,17 @@ button.c4p--add-select__global-filter-toggle--open {
9615
9615
  margin-bottom: 1rem;
9616
9616
  }
9617
9617
  .c4p--edit-side-panel .c4p--edit-side-panel__form-title-text {
9618
- font-size: var(--cds-productive-heading-02-font-size, 1rem);
9619
- font-weight: var(--cds-productive-heading-02-font-weight, 600);
9620
- line-height: var(--cds-productive-heading-02-line-height, 1.375);
9621
- letter-spacing: var(--cds-productive-heading-02-letter-spacing, 0);
9618
+ font-size: var(--cds-heading-compact-02-font-size, 1rem);
9619
+ font-weight: var(--cds-heading-compact-02-font-weight, 600);
9620
+ line-height: var(--cds-heading-compact-02-line-height, 1.375);
9621
+ letter-spacing: var(--cds-heading-compact-02-letter-spacing, 0);
9622
9622
  padding-bottom: 0.5rem;
9623
9623
  }
9624
9624
  .c4p--edit-side-panel .c4p--edit-side-panel__form-description-text {
9625
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
9626
- font-weight: var(--cds-body-long-01-font-weight, 400);
9627
- line-height: var(--cds-body-long-01-line-height, 1.42857);
9628
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
9625
+ font-size: var(--cds-body-01-font-size, 0.875rem);
9626
+ font-weight: var(--cds-body-01-font-weight, 400);
9627
+ line-height: var(--cds-body-01-line-height, 1.42857);
9628
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
9629
9629
  }
9630
9630
  .c4p--edit-side-panel.c4p--side-panel .cds--btn.c4p--side-panel__close-button {
9631
9631
  display: none;
@@ -10010,10 +10010,10 @@ button.c4p--add-select__global-filter-toggle--open {
10010
10010
  }
10011
10011
  .c4p--data-spreadsheet .c4p--data-spreadsheet__th,
10012
10012
  .c4p--data-spreadsheet .c4p--data-spreadsheet__td {
10013
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
10014
- font-weight: var(--cds-body-short-01-font-weight, 400);
10015
- line-height: var(--cds-body-short-01-line-height, 1.28572);
10016
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
10013
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
10014
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
10015
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
10016
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
10017
10017
  width: 100%;
10018
10018
  height: 100%;
10019
10019
  padding: 0 0.5rem;
@@ -10068,18 +10068,18 @@ button.c4p--add-select__global-filter-toggle--open {
10068
10068
  text-align: left;
10069
10069
  }
10070
10070
  .c4p--data-spreadsheet .c4p--data-spreadsheet__th {
10071
- font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
10072
- font-weight: var(--cds-productive-heading-01-font-weight, 600);
10073
- line-height: var(--cds-productive-heading-01-line-height, 1.28572);
10074
- letter-spacing: var(--cds-productive-heading-01-letter-spacing, 0.16px);
10071
+ font-size: var(--cds-heading-compact-01-font-size, 0.875rem);
10072
+ font-weight: var(--cds-heading-compact-01-font-weight, 600);
10073
+ line-height: var(--cds-heading-compact-01-line-height, 1.28572);
10074
+ letter-spacing: var(--cds-heading-compact-01-letter-spacing, 0.16px);
10075
10075
  color: var(--cds-text-primary, #161616);
10076
10076
  text-align: left;
10077
10077
  }
10078
10078
  .c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor {
10079
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
10080
- font-weight: var(--cds-body-short-01-font-weight, 400);
10081
- line-height: var(--cds-body-short-01-line-height, 1.28572);
10082
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
10079
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
10080
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
10081
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
10082
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
10083
10083
  outline: 2px solid transparent;
10084
10084
  outline-offset: -2px;
10085
10085
  position: absolute;
@@ -10111,10 +10111,10 @@ button.c4p--add-select__global-filter-toggle--open {
10111
10111
  outline-offset: -2px;
10112
10112
  }
10113
10113
  .c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor-ruler {
10114
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
10115
- font-weight: var(--cds-body-short-01-font-weight, 400);
10116
- line-height: var(--cds-body-short-01-line-height, 1.28572);
10117
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
10114
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
10115
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
10116
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
10117
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
10118
10118
  position: absolute;
10119
10119
  overflow: hidden;
10120
10120
  width: fit-content;
@@ -10128,10 +10128,10 @@ button.c4p--add-select__global-filter-toggle--open {
10128
10128
  outline: 0.125rem solid var(--cds-background-brand, #0f62fe);
10129
10129
  }
10130
10130
  .c4p--data-spreadsheet .c4p--data-spreadsheet__active-cell--highlight {
10131
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
10132
- font-weight: var(--cds-body-short-01-font-weight, 400);
10133
- line-height: var(--cds-body-short-01-line-height, 1.28572);
10134
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
10131
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
10132
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
10133
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
10134
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
10135
10135
  border-right: 1px solid var(--cds-border-subtle-01, #c6c6c6);
10136
10136
  border-bottom: 1px solid var(--cds-border-subtle-01, #c6c6c6);
10137
10137
  position: absolute;
@@ -14262,10 +14262,10 @@ a.cds--side-nav__link--current::before {
14262
14262
  }
14263
14263
 
14264
14264
  .c4p--tearsheet.c4p--tearsheet--wide .cds--modal-header__heading.c4p--tearsheet__heading {
14265
- font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
14266
- font-weight: var(--cds-productive-heading-04-font-weight, 400);
14267
- line-height: var(--cds-productive-heading-04-line-height, 1.28572);
14268
- letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
14265
+ font-size: var(--cds-heading-04-font-size, 1.75rem);
14266
+ font-weight: var(--cds-heading-04-font-weight, 400);
14267
+ line-height: var(--cds-heading-04-line-height, 1.28572);
14268
+ letter-spacing: var(--cds-heading-04-letter-spacing, 0);
14269
14269
  }
14270
14270
 
14271
14271
  .c4p--tearsheet .c4p--tearsheet__header-description {
@@ -14273,10 +14273,10 @@ a.cds--side-nav__link--current::before {
14273
14273
  overflow: hidden;
14274
14274
  max-width: 100%;
14275
14275
  margin-top: 1rem;
14276
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
14277
- font-weight: var(--cds-body-short-01-font-weight, 400);
14278
- line-height: var(--cds-body-short-01-line-height, 1.28572);
14279
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
14276
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
14277
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
14278
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
14279
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
14280
14280
  -webkit-box-orient: vertical;
14281
14281
  -webkit-line-clamp: 2;
14282
14282
  word-break: break-word;
@@ -14551,19 +14551,19 @@ a.cds--side-nav__link--current::before {
14551
14551
 
14552
14552
  .c4p--tearsheet-edit .c4p--tearsheet-edit__section--subtitle,
14553
14553
  .c4p--tearsheet-edit .c4p--tearsheet-edit__form--subtitle {
14554
- font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
14555
- font-weight: var(--cds-productive-heading-01-font-weight, 600);
14556
- line-height: var(--cds-productive-heading-01-line-height, 1.28572);
14557
- letter-spacing: var(--cds-productive-heading-01-letter-spacing, 0.16px);
14554
+ font-size: var(--cds-heading-compact-01-font-size, 0.875rem);
14555
+ font-weight: var(--cds-heading-compact-01-font-weight, 600);
14556
+ line-height: var(--cds-heading-compact-01-line-height, 1.28572);
14557
+ letter-spacing: var(--cds-heading-compact-01-letter-spacing, 0.16px);
14558
14558
  margin-bottom: 0.5rem;
14559
14559
  }
14560
14560
 
14561
14561
  .c4p--tearsheet-edit .c4p--tearsheet-edit__section--description,
14562
14562
  .c4p--tearsheet-edit .c4p--tearsheet-edit__form--description {
14563
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
14564
- font-weight: var(--cds-body-long-01-font-weight, 400);
14565
- line-height: var(--cds-body-long-01-line-height, 1.42857);
14566
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
14563
+ font-size: var(--cds-body-01-font-size, 0.875rem);
14564
+ font-weight: var(--cds-body-01-font-weight, 400);
14565
+ line-height: var(--cds-body-01-line-height, 1.42857);
14566
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
14567
14567
  margin-bottom: 1.5rem;
14568
14568
  }
14569
14569