@carbon/ibm-products 1.57.0 → 1.58.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/css/index-full-carbon.css +336 -900
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +3 -3
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon.css +336 -900
  6. package/css/index-without-carbon.css.map +1 -1
  7. package/css/index-without-carbon.min.css +3 -3
  8. package/css/index-without-carbon.min.css.map +1 -1
  9. package/css/index.css +336 -900
  10. package/css/index.css.map +1 -1
  11. package/css/index.min.css +3 -3
  12. package/css/index.min.css.map +1 -1
  13. package/es/components/Checklist/Checklist.js +277 -0
  14. package/es/components/Checklist/ChecklistChart.js +104 -0
  15. package/es/components/Checklist/ChecklistIcon.js +105 -0
  16. package/es/components/Checklist/index.js +8 -0
  17. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +1 -0
  18. package/es/components/NonLinearReading/NonLinearReading.js +9 -4
  19. package/es/components/index.js +2 -1
  20. package/es/global/js/package-settings.js +1 -0
  21. package/lib/components/Checklist/Checklist.js +267 -0
  22. package/lib/components/Checklist/ChecklistChart.js +94 -0
  23. package/lib/components/Checklist/ChecklistIcon.js +92 -0
  24. package/lib/components/Checklist/index.js +12 -0
  25. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +1 -0
  26. package/lib/components/NonLinearReading/NonLinearReading.js +8 -3
  27. package/lib/components/index.js +8 -1
  28. package/lib/global/js/package-settings.js +1 -0
  29. package/package.json +2 -2
  30. package/scss/components/Checklist/_checklist.scss +231 -0
  31. package/scss/components/Checklist/_index.scss +8 -0
  32. package/scss/components/Checklist/_storybook-styles.scss +13 -0
  33. package/scss/components/Datagrid/styles/_datagrid.scss +31 -5
  34. package/scss/components/NonLinearReading/_non-linear-reading.scss +76 -64
  35. package/scss/components/_index.scss +1 -0
package/css/index.css CHANGED
@@ -21153,6 +21153,22 @@ button.c4p--add-select__global-filter-toggle--open {
21153
21153
  width: 100%;
21154
21154
  padding-top: 0;
21155
21155
  }
21156
+ .c4p--datagrid__grid-container .bx--data-table-header__description {
21157
+ overflow: hidden;
21158
+ text-overflow: ellipsis;
21159
+ white-space: nowrap;
21160
+ }
21161
+ .c4p--datagrid__grid-container .bx--data-table-header__title {
21162
+ overflow: hidden;
21163
+ max-width: 80ch;
21164
+ text-overflow: ellipsis;
21165
+ white-space: nowrap;
21166
+ }
21167
+ @media (min-width: 42rem) {
21168
+ .c4p--datagrid__grid-container .bx--data-table-header__title {
21169
+ max-width: 55ch;
21170
+ }
21171
+ }
21156
21172
  .c4p--datagrid__grid-container .bx--data-table-content {
21157
21173
  width: 100%;
21158
21174
  height: 100%;
@@ -21557,6 +21573,7 @@ button.c4p--add-select__global-filter-toggle--open {
21557
21573
  width: 1rem;
21558
21574
  height: 100%;
21559
21575
  margin: 0;
21576
+ -moz-appearance: initial;
21560
21577
  -webkit-appearance: none;
21561
21578
  appearance: none;
21562
21579
  background: transparent;
@@ -21566,12 +21583,12 @@ button.c4p--add-select__global-filter-toggle--open {
21566
21583
  outline: 0;
21567
21584
  }
21568
21585
 
21569
- .c4p--datagrid .c4p--datagrid__col-resizer-range:focus::before {
21586
+ .c4p--datagrid .c4p--datagrid__col-resizer-range:focus + .c4p--datagrid__col-resize-indicator::before {
21570
21587
  position: absolute;
21571
21588
  top: 50%;
21572
21589
  left: 50%;
21573
21590
  width: 2px;
21574
- height: 100%;
21591
+ height: var(--c4p--datagrid--header-height);
21575
21592
  background-color: var(--cds-focus, #0f62fe);
21576
21593
  content: "";
21577
21594
  transform: translate(-50%, -50%);
@@ -21589,11 +21606,11 @@ button.c4p--add-select__global-filter-toggle--open {
21589
21606
  transform: translate(-50%, 0);
21590
21607
  }
21591
21608
 
21592
- .c4p--datagrid .c4p--datagrid__col-resizer-range:focus::after {
21609
+ .c4p--datagrid .c4p--datagrid__col-resizer-range:focus + .c4p--datagrid__col-resize-indicator::after {
21593
21610
  position: absolute;
21594
21611
  /* stylelint-disable-next-line carbon/layout-token-use */
21595
- top: var(--c4p--datagrid--row-height);
21596
- right: var(--cds-spacing-03, 0.5rem);
21612
+ top: calc(var(--c4p--datagrid--row-height) - 20px);
21613
+ right: var(--cds-spacing-02, 0.25rem);
21597
21614
  width: 1px;
21598
21615
  height: calc(var(--c4p--datagrid--grid-height) - var(--c4p--datagrid--row-height));
21599
21616
  background-color: var(--cds-active-ui, #c6c6c6);
@@ -21610,6 +21627,10 @@ button.c4p--add-select__global-filter-toggle--open {
21610
21627
  background: transparent;
21611
21628
  }
21612
21629
 
21630
+ .c4p--datagrid .c4p--datagrid__col-resizer-range::-moz-range-thumb {
21631
+ visibility: hidden;
21632
+ }
21633
+
21613
21634
  /*
21614
21635
  * Licensed Materials - Property of IBM
21615
21636
  * 5724-Q36
@@ -24278,22 +24299,32 @@ th.c4p--datagrid__select-all-toggle-on.button {
24278
24299
  padding-right: 0.1875rem;
24279
24300
  border-width: 0.0625rem;
24280
24301
  border-style: solid;
24302
+ border-color: var(--cds-button-tertiary, #0f62fe);
24281
24303
  border-radius: var(--cds-spacing-04, 0.75rem);
24282
- white-space: nowrap;
24283
- border-color: var(--cds-interactive-03, #0f62fe);
24284
24304
  background-color: transparent;
24285
- color: var(--cds-interactive-03, #0f62fe);
24305
+ color: var(--cds-button-tertiary, #0f62fe);
24306
+ white-space: nowrap;
24286
24307
  }
24287
24308
  .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-closed:hover {
24288
- cursor: pointer;
24309
+ border-color: var(--cds-button-tertiary, #0f62fe);
24310
+ background-color: var(--cds-button-tertiary, #0f62fe);
24311
+ color: var(--cds-text-inverse, #ffffff);
24312
+ }
24313
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-closed:focus {
24314
+ border-color: var(--cds-text-inverse, #ffffff);
24315
+ background-color: var(--cds-button-tertiary, #0f62fe);
24316
+ box-shadow: 0 0 0 1px var(--cds-text-inverse, #ffffff), 0 0 0 3px var(--cds-button-tertiary, #0f62fe);
24317
+ color: var(--cds-text-inverse, #ffffff);
24318
+ }
24319
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-closed:focus-visible {
24320
+ outline: none;
24289
24321
  }
24290
24322
  .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-closed svg {
24291
24323
  margin: 0.0625rem 0 0 0;
24292
24324
  vertical-align: text-top;
24293
24325
  }
24294
- .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-closed:hover {
24295
- background-color: var(--cds-interactive-03, #0f62fe);
24296
- color: var(--cds-inverse-01, #ffffff);
24326
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-closed + .c4p--non-linear-reading__body {
24327
+ display: none;
24297
24328
  }
24298
24329
  .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open {
24299
24330
  height: 1.25rem;
@@ -24301,25 +24332,46 @@ th.c4p--datagrid__select-all-toggle-on.button {
24301
24332
  padding-right: 0.1875rem;
24302
24333
  border-width: 0.0625rem;
24303
24334
  border-style: solid;
24335
+ border-color: var(--cds-button-tertiary, #0f62fe);
24304
24336
  border-radius: var(--cds-spacing-04, 0.75rem);
24337
+ background-color: transparent;
24338
+ color: var(--cds-button-tertiary, #0f62fe);
24305
24339
  white-space: nowrap;
24306
- border-color: var(--cds-interactive-03, #0f62fe);
24307
- background-color: var(--cds-interactive-03, #0f62fe);
24308
- color: var(--cds-inverse-01, #ffffff);
24340
+ border-color: var(--cds-button-tertiary, #0f62fe);
24341
+ background-color: var(--cds-button-tertiary, #0f62fe);
24342
+ color: var(--cds-text-inverse, #ffffff);
24309
24343
  }
24310
24344
  .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open:hover {
24311
- cursor: pointer;
24345
+ border-color: var(--cds-button-tertiary, #0f62fe);
24346
+ background-color: var(--cds-button-tertiary, #0f62fe);
24347
+ color: var(--cds-text-inverse, #ffffff);
24348
+ }
24349
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open:focus {
24350
+ border-color: var(--cds-text-inverse, #ffffff);
24351
+ background-color: var(--cds-button-tertiary, #0f62fe);
24352
+ box-shadow: 0 0 0 1px var(--cds-text-inverse, #ffffff), 0 0 0 3px var(--cds-button-tertiary, #0f62fe);
24353
+ color: var(--cds-text-inverse, #ffffff);
24354
+ }
24355
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open:focus-visible {
24356
+ outline: none;
24312
24357
  }
24313
24358
  .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open svg {
24314
24359
  margin: 0.0625rem 0 0 0;
24315
24360
  vertical-align: text-top;
24316
24361
  }
24317
- .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open svg {
24318
- transform: rotate(180deg);
24319
- }
24320
24362
  .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open:hover {
24363
+ border-color: var(--cds-button-tertiary, #0f62fe);
24321
24364
  background-color: transparent;
24322
- color: var(--cds-interactive-03, #0f62fe);
24365
+ color: var(--cds-button-tertiary, #0f62fe);
24366
+ }
24367
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open:focus {
24368
+ border-color: var(--cds-text-inverse, #ffffff);
24369
+ background-color: transparent;
24370
+ box-shadow: inset 0 0 0 1px var(--cds-button-tertiary, #0f62fe), 0 0 0 1px var(--cds-text-inverse, #ffffff), 0 0 0 3px var(--cds-button-tertiary, #0f62fe);
24371
+ color: var(--cds-button-tertiary, #0f62fe);
24372
+ }
24373
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open svg {
24374
+ transform: rotate(180deg);
24323
24375
  }
24324
24376
  .c4p--non-linear-reading__light .c4p--non-linear-reading__body {
24325
24377
  font-size: var(--cds-body-long-01-font-size, 0.875rem);
@@ -24328,14 +24380,17 @@ th.c4p--datagrid__select-all-toggle-on.button {
24328
24380
  letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
24329
24381
  display: block;
24330
24382
  padding: var(--cds-spacing-03, 0.5rem) var(--cds-spacing-04, 0.75rem);
24331
- border-left-width: 0.078125rem;
24332
- border-left-style: solid;
24383
+ border-left: 0.078125rem solid var(--cds-text-01, #161616);
24333
24384
  margin: var(--cds-spacing-02, 0.25rem) 0;
24334
24385
  animation: fade 600ms;
24335
- border-left-color: var(--cds-text-01, #161616);
24386
+ }
24387
+ @media (prefers-reduced-motion: reduce) {
24388
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__body {
24389
+ animation: none;
24390
+ }
24336
24391
  }
24337
24392
 
24338
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed {
24393
+ .c4p--non-linear-reading__dark {
24339
24394
  --cds-interactive-01: #0f62fe;
24340
24395
  --cds-interactive-02: #6f6f6f;
24341
24396
  --cds-interactive-03: #ffffff;
@@ -24756,908 +24811,104 @@ th.c4p--datagrid__select-all-toggle-on.button {
24756
24811
  --cds-size-2XLarge: 5rem;
24757
24812
  --cds-icon-size-01: 1rem;
24758
24813
  --cds-icon-size-02: 1.25rem;
24814
+ }
24815
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed {
24759
24816
  height: 1.25rem;
24760
24817
  padding-top: 0;
24761
24818
  padding-right: 0.1875rem;
24762
24819
  border-width: 0.0625rem;
24763
24820
  border-style: solid;
24821
+ border-color: var(--cds-button-tertiary, #0f62fe);
24764
24822
  border-radius: var(--cds-spacing-04, 0.75rem);
24765
- white-space: nowrap;
24766
- border-color: var(--cds-icon-03, #ffffff);
24767
24823
  background-color: transparent;
24768
- color: var(--cds-text-01, #161616);
24824
+ color: var(--cds-button-tertiary, #0f62fe);
24825
+ white-space: nowrap;
24769
24826
  }
24770
24827
  .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed:hover {
24771
- cursor: pointer;
24828
+ border-color: var(--cds-button-tertiary, #0f62fe);
24829
+ background-color: var(--cds-button-tertiary, #0f62fe);
24830
+ color: var(--cds-text-inverse, #ffffff);
24831
+ }
24832
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed:focus {
24833
+ border-color: var(--cds-text-inverse, #ffffff);
24834
+ background-color: var(--cds-button-tertiary, #0f62fe);
24835
+ box-shadow: 0 0 0 1px var(--cds-text-inverse, #ffffff), 0 0 0 3px var(--cds-button-tertiary, #0f62fe);
24836
+ color: var(--cds-text-inverse, #ffffff);
24837
+ }
24838
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed:focus-visible {
24839
+ outline: none;
24772
24840
  }
24773
24841
  .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed svg {
24774
24842
  margin: 0.0625rem 0 0 0;
24775
24843
  vertical-align: text-top;
24776
24844
  }
24777
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed:hover {
24778
- background-color: var(--cds-icon-03, #ffffff);
24779
- color: var(--cds-inverse-01, #ffffff);
24845
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed + .c4p--non-linear-reading__body {
24846
+ display: none;
24780
24847
  }
24781
24848
  .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open {
24782
- --cds-interactive-01: #0f62fe;
24783
- --cds-interactive-02: #6f6f6f;
24784
- --cds-interactive-03: #ffffff;
24785
- --cds-interactive-04: #4589ff;
24786
- --cds-ui-background: #161616;
24787
- --cds-ui-01: #262626;
24788
- --cds-ui-02: #393939;
24789
- --cds-ui-03: #393939;
24790
- --cds-ui-04: #6f6f6f;
24791
- --cds-ui-05: #f4f4f4;
24792
- --cds-text-01: #f4f4f4;
24793
- --cds-text-02: #c6c6c6;
24794
- --cds-text-03: #6f6f6f;
24795
- --cds-text-04: #ffffff;
24796
- --cds-text-05: #8d8d8d;
24797
- --cds-text-error: #ff8389;
24798
- --cds-icon-01: #f4f4f4;
24799
- --cds-icon-02: #c6c6c6;
24800
- --cds-icon-03: #ffffff;
24801
- --cds-link-01: #78a9ff;
24802
- --cds-link-02: #a6c8ff;
24803
- --cds-inverse-link: #0f62fe;
24804
- --cds-field-01: #262626;
24805
- --cds-field-02: #393939;
24806
- --cds-inverse-01: #161616;
24807
- --cds-inverse-02: #f4f4f4;
24808
- --cds-support-01: #fa4d56;
24809
- --cds-support-02: #42be65;
24810
- --cds-support-03: #f1c21b;
24811
- --cds-support-04: #4589ff;
24812
- --cds-inverse-support-01: #da1e28;
24813
- --cds-inverse-support-02: #24a148;
24814
- --cds-inverse-support-03: #f1c21b;
24815
- --cds-inverse-support-04: #0f62fe;
24816
- --cds-overlay-01: rgba(0, 0, 0, 0.65);
24817
- --cds-danger-01: #da1e28;
24818
- --cds-danger-02: #fa4d56;
24819
- --cds-focus: #ffffff;
24820
- --cds-inverse-focus-ui: #0f62fe;
24821
- --cds-hover-primary: #0353e9;
24822
- --cds-active-primary: #002d9c;
24823
- --cds-hover-primary-text: #a6c8ff;
24824
- --cds-hover-secondary: #606060;
24825
- --cds-active-secondary: #393939;
24826
- --cds-hover-tertiary: #f4f4f4;
24827
- --cds-active-tertiary: #c6c6c6;
24828
- --cds-hover-ui: #353535;
24829
- --cds-hover-light-ui: #4c4c4c;
24830
- --cds-hover-selected-ui: #4c4c4c;
24831
- --cds-active-ui: #525252;
24832
- --cds-active-light-ui: #6f6f6f;
24833
- --cds-selected-ui: #393939;
24834
- --cds-selected-light-ui: #525252;
24835
- --cds-inverse-hover-ui: #e5e5e5;
24836
- --cds-hover-danger: #b81921;
24837
- --cds-active-danger: #750e13;
24838
- --cds-hover-row: #353535;
24839
- --cds-visited-link: #be95ff;
24840
- --cds-disabled-01: #262626;
24841
- --cds-disabled-02: #525252;
24842
- --cds-disabled-03: #8d8d8d;
24843
- --cds-highlight: #002d9c;
24844
- --cds-decorative-01: #525252;
24845
- --cds-button-separator: #161616;
24846
- --cds-skeleton-01: #353535;
24847
- --cds-skeleton-02: #525252;
24848
- --cds-background: #161616;
24849
- --cds-layer: #262626;
24850
- --cds-layer-accent: #393939;
24851
- --cds-layer-accent-hover: #474747;
24852
- --cds-layer-accent-active: #6f6f6f;
24853
- --cds-field: #262626;
24854
- --cds-background-inverse: #f4f4f4;
24855
- --cds-background-brand: #0f62fe;
24856
- --cds-interactive: #4589ff;
24857
- --cds-border-subtle: #393939;
24858
- --cds-border-strong: #6f6f6f;
24859
- --cds-border-inverse: #f4f4f4;
24860
- --cds-border-interactive: #4589ff;
24861
- --cds-text-primary: #f4f4f4;
24862
- --cds-text-secondary: #c6c6c6;
24863
- --cds-text-placeholder: #6f6f6f;
24864
- --cds-text-helper: #8d8d8d;
24865
- --cds-text-on-color: #ffffff;
24866
- --cds-text-inverse: #161616;
24867
- --cds-link-primary: #78a9ff;
24868
- --cds-link-secondary: #a6c8ff;
24869
- --cds-link-visited: #be95ff;
24870
- --cds-link-inverse: #0f62fe;
24871
- --cds-icon-primary: #f4f4f4;
24872
- --cds-icon-secondary: #c6c6c6;
24873
- --cds-icon-on-color: #ffffff;
24874
- --cds-icon-inverse: #161616;
24875
- --cds-support-error: #fa4d56;
24876
- --cds-support-success: #42be65;
24877
- --cds-support-warning: #f1c21b;
24878
- --cds-support-info: #4589ff;
24879
- --cds-support-error-inverse: #da1e28;
24880
- --cds-support-success-inverse: #24a148;
24881
- --cds-support-warning-inverse: #f1c21b;
24882
- --cds-support-info-inverse: #0f62fe;
24883
- --cds-overlay: rgba(0, 0, 0, 0.65);
24884
- --cds-toggle-off: #6f6f6f;
24885
- --cds-shadow: rgba(0, 0, 0, 0.8);
24886
- --cds-button-primary: #0f62fe;
24887
- --cds-button-secondary: #6f6f6f;
24888
- --cds-button-tertiary: #ffffff;
24889
- --cds-button-danger-primary: #da1e28;
24890
- --cds-button-danger-secondary: #fa4d56;
24891
- --cds-background-active: #525252;
24892
- --cds-layer-active: #525252;
24893
- --cds-button-danger-active: #750e13;
24894
- --cds-button-primary-active: #002d9c;
24895
- --cds-button-secondary-active: #393939;
24896
- --cds-button-tertiary-active: #c6c6c6;
24897
- --cds-focus-inset: #161616;
24898
- --cds-focus-inverse: #0f62fe;
24899
- --cds-background-hover: #353535;
24900
- --cds-layer-hover: #353535;
24901
- --cds-field-hover: #353535;
24902
- --cds-background-inverse-hover: #e5e5e5;
24903
- --cds-link-primary-hover: #a6c8ff;
24904
- --cds-button-danger-hover: #b81921;
24905
- --cds-button-primary-hover: #0353e9;
24906
- --cds-button-secondary-hover: #606060;
24907
- --cds-button-tertiary-hover: #f4f4f4;
24908
- --cds-background-selected: #393939;
24909
- --cds-background-selected-hover: #4c4c4c;
24910
- --cds-layer-selected: #393939;
24911
- --cds-layer-selected-hover: #4c4c4c;
24912
- --cds-layer-selected-inverse: #f4f4f4;
24913
- --cds-border-subtle-selected: #525252;
24914
- --cds-border-disabled: #262626;
24915
- --cds-text-disabled: #525252;
24916
- --cds-button-disabled: #525252;
24917
- --cds-icon-disabled: #525252;
24918
- --cds-text-on-color-disabled: #8d8d8d;
24919
- --cds-icon-on-color-disabled: #8d8d8d;
24920
- --cds-layer-selected-disabled: #8d8d8d;
24921
- --cds-skeleton-background: #353535;
24922
- --cds-skeleton-element: #525252;
24923
- --cds-brand-01: #0f62fe;
24924
- --cds-brand-02: #6f6f6f;
24925
- --cds-brand-03: #ffffff;
24926
- --cds-active-01: #525252;
24927
- --cds-hover-field: #353535;
24928
- --cds-danger: #da1e28;
24929
- --cds-caption-01-font-size: 0.75rem;
24930
- --cds-caption-01-font-weight: 400;
24931
- --cds-caption-01-line-height: 1.33333;
24932
- --cds-caption-01-letter-spacing: 0.32px;
24933
- --cds-caption-02-font-size: 0.875rem;
24934
- --cds-caption-02-font-weight: 400;
24935
- --cds-caption-02-line-height: 1.28572;
24936
- --cds-caption-02-letter-spacing: 0.32px;
24937
- --cds-label-01-font-size: 0.75rem;
24938
- --cds-label-01-font-weight: 400;
24939
- --cds-label-01-line-height: 1.33333;
24940
- --cds-label-01-letter-spacing: 0.32px;
24941
- --cds-label-02-font-size: 0.875rem;
24942
- --cds-label-02-font-weight: 400;
24943
- --cds-label-02-line-height: 1.28572;
24944
- --cds-label-02-letter-spacing: 0.16px;
24945
- --cds-helper-text-01-font-size: 0.75rem;
24946
- --cds-helper-text-01-line-height: 1.33333;
24947
- --cds-helper-text-01-letter-spacing: 0.32px;
24948
- --cds-helper-text-02-font-size: 0.875rem;
24949
- --cds-helper-text-02-line-height: 1.28572;
24950
- --cds-helper-text-02-letter-spacing: 0.16px;
24951
- --cds-body-short-01-font-size: 0.875rem;
24952
- --cds-body-short-01-font-weight: 400;
24953
- --cds-body-short-01-line-height: 1.28572;
24954
- --cds-body-short-01-letter-spacing: 0.16px;
24955
- --cds-body-long-01-font-size: 0.875rem;
24956
- --cds-body-long-01-font-weight: 400;
24957
- --cds-body-long-01-line-height: 1.42857;
24958
- --cds-body-long-01-letter-spacing: 0.16px;
24959
- --cds-body-short-02-font-size: 1rem;
24960
- --cds-body-short-02-font-weight: 400;
24961
- --cds-body-short-02-line-height: 1.375;
24962
- --cds-body-short-02-letter-spacing: 0;
24963
- --cds-body-long-02-font-size: 1rem;
24964
- --cds-body-long-02-font-weight: 400;
24965
- --cds-body-long-02-line-height: 1.5;
24966
- --cds-body-long-02-letter-spacing: 0;
24967
- --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
24968
- --cds-code-01-font-size: 0.75rem;
24969
- --cds-code-01-font-weight: 400;
24970
- --cds-code-01-line-height: 1.33333;
24971
- --cds-code-01-letter-spacing: 0.32px;
24972
- --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
24973
- --cds-code-02-font-size: 0.875rem;
24974
- --cds-code-02-font-weight: 400;
24975
- --cds-code-02-line-height: 1.42857;
24976
- --cds-code-02-letter-spacing: 0.32px;
24977
- --cds-heading-01-font-size: 0.875rem;
24978
- --cds-heading-01-font-weight: 600;
24979
- --cds-heading-01-line-height: 1.42857;
24980
- --cds-heading-01-letter-spacing: 0.16px;
24981
- --cds-productive-heading-01-font-size: 0.875rem;
24982
- --cds-productive-heading-01-font-weight: 600;
24983
- --cds-productive-heading-01-line-height: 1.28572;
24984
- --cds-productive-heading-01-letter-spacing: 0.16px;
24985
- --cds-heading-02-font-size: 1rem;
24986
- --cds-heading-02-font-weight: 600;
24987
- --cds-heading-02-line-height: 1.5;
24988
- --cds-heading-02-letter-spacing: 0;
24989
- --cds-productive-heading-02-font-size: 1rem;
24990
- --cds-productive-heading-02-font-weight: 600;
24991
- --cds-productive-heading-02-line-height: 1.375;
24992
- --cds-productive-heading-02-letter-spacing: 0;
24993
- --cds-productive-heading-03-font-size: 1.25rem;
24994
- --cds-productive-heading-03-font-weight: 400;
24995
- --cds-productive-heading-03-line-height: 1.4;
24996
- --cds-productive-heading-03-letter-spacing: 0;
24997
- --cds-productive-heading-04-font-size: 1.75rem;
24998
- --cds-productive-heading-04-font-weight: 400;
24999
- --cds-productive-heading-04-line-height: 1.28572;
25000
- --cds-productive-heading-04-letter-spacing: 0;
25001
- --cds-productive-heading-05-font-size: 2rem;
25002
- --cds-productive-heading-05-font-weight: 400;
25003
- --cds-productive-heading-05-line-height: 1.25;
25004
- --cds-productive-heading-05-letter-spacing: 0;
25005
- --cds-productive-heading-06-font-size: 2.625rem;
25006
- --cds-productive-heading-06-font-weight: 300;
25007
- --cds-productive-heading-06-line-height: 1.199;
25008
- --cds-productive-heading-06-letter-spacing: 0;
25009
- --cds-productive-heading-07-font-size: 3.375rem;
25010
- --cds-productive-heading-07-font-weight: 300;
25011
- --cds-productive-heading-07-line-height: 1.199;
25012
- --cds-productive-heading-07-letter-spacing: 0;
25013
- --cds-expressive-heading-01-font-size: 0.875rem;
25014
- --cds-expressive-heading-01-font-weight: 600;
25015
- --cds-expressive-heading-01-line-height: 1.25;
25016
- --cds-expressive-heading-01-letter-spacing: 0.16px;
25017
- --cds-expressive-heading-02-font-size: 1rem;
25018
- --cds-expressive-heading-02-font-weight: 600;
25019
- --cds-expressive-heading-02-line-height: 1.5;
25020
- --cds-expressive-heading-02-letter-spacing: 0;
25021
- --cds-expressive-heading-03-font-size: 1.25rem;
25022
- --cds-expressive-heading-03-font-weight: 400;
25023
- --cds-expressive-heading-03-line-height: 1.4;
25024
- --cds-expressive-heading-03-letter-spacing: 0;
25025
- --cds-expressive-heading-04-font-size: 1.75rem;
25026
- --cds-expressive-heading-04-font-weight: 400;
25027
- --cds-expressive-heading-04-line-height: 1.28572;
25028
- --cds-expressive-heading-04-letter-spacing: 0;
25029
- --cds-expressive-heading-05-font-size: 2rem;
25030
- --cds-expressive-heading-05-font-weight: 400;
25031
- --cds-expressive-heading-05-line-height: 1.25;
25032
- --cds-expressive-heading-05-letter-spacing: 0;
25033
- --cds-expressive-heading-06-font-size: 2rem;
25034
- --cds-expressive-heading-06-font-weight: 600;
25035
- --cds-expressive-heading-06-line-height: 1.25;
25036
- --cds-expressive-heading-06-letter-spacing: 0;
25037
- --cds-expressive-paragraph-01-font-size: 1.5rem;
25038
- --cds-expressive-paragraph-01-font-weight: 300;
25039
- --cds-expressive-paragraph-01-line-height: 1.334;
25040
- --cds-expressive-paragraph-01-letter-spacing: 0;
25041
- --cds-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
25042
- --cds-quotation-01-font-size: 1.25rem;
25043
- --cds-quotation-01-font-weight: 400;
25044
- --cds-quotation-01-line-height: 1.3;
25045
- --cds-quotation-01-letter-spacing: 0;
25046
- --cds-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
25047
- --cds-quotation-02-font-size: 2rem;
25048
- --cds-quotation-02-font-weight: 300;
25049
- --cds-quotation-02-line-height: 1.25;
25050
- --cds-quotation-02-letter-spacing: 0;
25051
- --cds-display-01-font-size: 2.625rem;
25052
- --cds-display-01-font-weight: 300;
25053
- --cds-display-01-line-height: 1.19;
25054
- --cds-display-01-letter-spacing: 0;
25055
- --cds-display-02-font-size: 2.625rem;
25056
- --cds-display-02-font-weight: 600;
25057
- --cds-display-02-line-height: 1.19;
25058
- --cds-display-02-letter-spacing: 0;
25059
- --cds-display-03-font-size: 2.625rem;
25060
- --cds-display-03-font-weight: 300;
25061
- --cds-display-03-line-height: 1.19;
25062
- --cds-display-03-letter-spacing: 0;
25063
- --cds-display-04-font-size: 2.625rem;
25064
- --cds-display-04-font-weight: 300;
25065
- --cds-display-04-line-height: 1.19;
25066
- --cds-display-04-letter-spacing: 0;
25067
- --cds-legal-01-font-size: 0.75rem;
25068
- --cds-legal-01-font-weight: 400;
25069
- --cds-legal-01-line-height: 1.33333;
25070
- --cds-legal-01-letter-spacing: 0.32px;
25071
- --cds-legal-02-font-size: 0.875rem;
25072
- --cds-legal-02-font-weight: 400;
25073
- --cds-legal-02-line-height: 1.28572;
25074
- --cds-legal-02-letter-spacing: 0.16px;
25075
- --cds-body-compact-01-font-size: 0.875rem;
25076
- --cds-body-compact-01-font-weight: 400;
25077
- --cds-body-compact-01-line-height: 1.28572;
25078
- --cds-body-compact-01-letter-spacing: 0.16px;
25079
- --cds-body-compact-02-font-size: 1rem;
25080
- --cds-body-compact-02-font-weight: 400;
25081
- --cds-body-compact-02-line-height: 1.375;
25082
- --cds-body-compact-02-letter-spacing: 0;
25083
- --cds-body-01-font-size: 0.875rem;
25084
- --cds-body-01-font-weight: 400;
25085
- --cds-body-01-line-height: 1.42857;
25086
- --cds-body-01-letter-spacing: 0.16px;
25087
- --cds-body-02-font-size: 1rem;
25088
- --cds-body-02-font-weight: 400;
25089
- --cds-body-02-line-height: 1.5;
25090
- --cds-body-02-letter-spacing: 0;
25091
- --cds-heading-compact-01-font-size: 0.875rem;
25092
- --cds-heading-compact-01-font-weight: 600;
25093
- --cds-heading-compact-01-line-height: 1.28572;
25094
- --cds-heading-compact-01-letter-spacing: 0.16px;
25095
- --cds-heading-compact-02-font-size: 1rem;
25096
- --cds-heading-compact-02-font-weight: 600;
25097
- --cds-heading-compact-02-line-height: 1.375;
25098
- --cds-heading-compact-02-letter-spacing: 0;
25099
- --cds-heading-03-font-size: 1.25rem;
25100
- --cds-heading-03-font-weight: 400;
25101
- --cds-heading-03-line-height: 1.4;
25102
- --cds-heading-03-letter-spacing: 0;
25103
- --cds-heading-04-font-size: 1.75rem;
25104
- --cds-heading-04-font-weight: 400;
25105
- --cds-heading-04-line-height: 1.28572;
25106
- --cds-heading-04-letter-spacing: 0;
25107
- --cds-heading-05-font-size: 2rem;
25108
- --cds-heading-05-font-weight: 400;
25109
- --cds-heading-05-line-height: 1.25;
25110
- --cds-heading-05-letter-spacing: 0;
25111
- --cds-heading-06-font-size: 2.625rem;
25112
- --cds-heading-06-font-weight: 300;
25113
- --cds-heading-06-line-height: 1.199;
25114
- --cds-heading-06-letter-spacing: 0;
25115
- --cds-heading-07-font-size: 3.375rem;
25116
- --cds-heading-07-font-weight: 300;
25117
- --cds-heading-07-line-height: 1.199;
25118
- --cds-heading-07-letter-spacing: 0;
25119
- --cds-fluid-heading-03-font-size: 1.25rem;
25120
- --cds-fluid-heading-03-font-weight: 400;
25121
- --cds-fluid-heading-03-line-height: 1.4;
25122
- --cds-fluid-heading-03-letter-spacing: 0;
25123
- --cds-fluid-heading-04-font-size: 1.75rem;
25124
- --cds-fluid-heading-04-font-weight: 400;
25125
- --cds-fluid-heading-04-line-height: 1.28572;
25126
- --cds-fluid-heading-04-letter-spacing: 0;
25127
- --cds-fluid-heading-05-font-size: 2rem;
25128
- --cds-fluid-heading-05-font-weight: 400;
25129
- --cds-fluid-heading-05-line-height: 1.25;
25130
- --cds-fluid-heading-05-letter-spacing: 0;
25131
- --cds-fluid-heading-06-font-size: 2rem;
25132
- --cds-fluid-heading-06-font-weight: 600;
25133
- --cds-fluid-heading-06-line-height: 1.25;
25134
- --cds-fluid-heading-06-letter-spacing: 0;
25135
- --cds-fluid-paragraph-01-font-size: 1.5rem;
25136
- --cds-fluid-paragraph-01-font-weight: 300;
25137
- --cds-fluid-paragraph-01-line-height: 1.334;
25138
- --cds-fluid-paragraph-01-letter-spacing: 0;
25139
- --cds-fluid-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
25140
- --cds-fluid-quotation-01-font-size: 1.25rem;
25141
- --cds-fluid-quotation-01-font-weight: 400;
25142
- --cds-fluid-quotation-01-line-height: 1.3;
25143
- --cds-fluid-quotation-01-letter-spacing: 0;
25144
- --cds-fluid-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
25145
- --cds-fluid-quotation-02-font-size: 2rem;
25146
- --cds-fluid-quotation-02-font-weight: 300;
25147
- --cds-fluid-quotation-02-line-height: 1.25;
25148
- --cds-fluid-quotation-02-letter-spacing: 0;
25149
- --cds-fluid-display-01-font-size: 2.625rem;
25150
- --cds-fluid-display-01-font-weight: 300;
25151
- --cds-fluid-display-01-line-height: 1.19;
25152
- --cds-fluid-display-01-letter-spacing: 0;
25153
- --cds-fluid-display-02-font-size: 2.625rem;
25154
- --cds-fluid-display-02-font-weight: 600;
25155
- --cds-fluid-display-02-line-height: 1.19;
25156
- --cds-fluid-display-02-letter-spacing: 0;
25157
- --cds-fluid-display-03-font-size: 2.625rem;
25158
- --cds-fluid-display-03-font-weight: 300;
25159
- --cds-fluid-display-03-line-height: 1.19;
25160
- --cds-fluid-display-03-letter-spacing: 0;
25161
- --cds-fluid-display-04-font-size: 2.625rem;
25162
- --cds-fluid-display-04-font-weight: 300;
25163
- --cds-fluid-display-04-line-height: 1.19;
25164
- --cds-fluid-display-04-letter-spacing: 0;
25165
- --cds-spacing-01: 0.125rem;
25166
- --cds-spacing-02: 0.25rem;
25167
- --cds-spacing-03: 0.5rem;
25168
- --cds-spacing-04: 0.75rem;
25169
- --cds-spacing-05: 1rem;
25170
- --cds-spacing-06: 1.5rem;
25171
- --cds-spacing-07: 2rem;
25172
- --cds-spacing-08: 2.5rem;
25173
- --cds-spacing-09: 3rem;
25174
- --cds-spacing-10: 4rem;
25175
- --cds-spacing-11: 5rem;
25176
- --cds-spacing-12: 6rem;
25177
- --cds-spacing-13: 10rem;
25178
- --cds-fluid-spacing-01: 0;
25179
- --cds-fluid-spacing-02: 2vw;
25180
- --cds-fluid-spacing-03: 5vw;
25181
- --cds-fluid-spacing-04: 10vw;
25182
- --cds-layout-01: 1rem;
25183
- --cds-layout-02: 1.5rem;
25184
- --cds-layout-03: 2rem;
25185
- --cds-layout-04: 3rem;
25186
- --cds-layout-05: 4rem;
25187
- --cds-layout-06: 6rem;
25188
- --cds-layout-07: 10rem;
25189
- --cds-container-01: 1.5rem;
25190
- --cds-container-02: 2rem;
25191
- --cds-container-03: 2.5rem;
25192
- --cds-container-04: 3rem;
25193
- --cds-container-05: 4rem;
25194
- --cds-size-xsmall: 1.5rem;
25195
- --cds-size-small: 2rem;
25196
- --cds-size-medium: 2.5rem;
25197
- --cds-size-large: 3rem;
25198
- --cds-size-xlarge: 4rem;
25199
- --cds-size-2XLarge: 5rem;
25200
- --cds-icon-size-01: 1rem;
25201
- --cds-icon-size-02: 1.25rem;
25202
- height: 1.25rem;
25203
- padding-top: 0;
25204
- padding-right: 0.1875rem;
25205
- border-width: 0.0625rem;
25206
- border-style: solid;
25207
- border-radius: var(--cds-spacing-04, 0.75rem);
25208
- white-space: nowrap;
25209
- border-color: var(--cds-icon-03, #ffffff);
25210
- background-color: var(--cds-icon-03, #ffffff);
25211
- color: var(--cds-inverse-01, #ffffff);
25212
- }
25213
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:hover {
25214
- cursor: pointer;
25215
- }
25216
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open svg {
25217
- margin: 0.0625rem 0 0 0;
25218
- vertical-align: text-top;
25219
- }
25220
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open svg {
25221
- transform: rotate(180deg);
25222
- }
25223
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:hover {
25224
- background-color: transparent;
25225
- color: var(--cds-text-01, #161616);
25226
- }
25227
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__body {
25228
- --cds-interactive-01: #0f62fe;
25229
- --cds-interactive-02: #6f6f6f;
25230
- --cds-interactive-03: #ffffff;
25231
- --cds-interactive-04: #4589ff;
25232
- --cds-ui-background: #161616;
25233
- --cds-ui-01: #262626;
25234
- --cds-ui-02: #393939;
25235
- --cds-ui-03: #393939;
25236
- --cds-ui-04: #6f6f6f;
25237
- --cds-ui-05: #f4f4f4;
25238
- --cds-text-01: #f4f4f4;
25239
- --cds-text-02: #c6c6c6;
25240
- --cds-text-03: #6f6f6f;
25241
- --cds-text-04: #ffffff;
25242
- --cds-text-05: #8d8d8d;
25243
- --cds-text-error: #ff8389;
25244
- --cds-icon-01: #f4f4f4;
25245
- --cds-icon-02: #c6c6c6;
25246
- --cds-icon-03: #ffffff;
25247
- --cds-link-01: #78a9ff;
25248
- --cds-link-02: #a6c8ff;
25249
- --cds-inverse-link: #0f62fe;
25250
- --cds-field-01: #262626;
25251
- --cds-field-02: #393939;
25252
- --cds-inverse-01: #161616;
25253
- --cds-inverse-02: #f4f4f4;
25254
- --cds-support-01: #fa4d56;
25255
- --cds-support-02: #42be65;
25256
- --cds-support-03: #f1c21b;
25257
- --cds-support-04: #4589ff;
25258
- --cds-inverse-support-01: #da1e28;
25259
- --cds-inverse-support-02: #24a148;
25260
- --cds-inverse-support-03: #f1c21b;
25261
- --cds-inverse-support-04: #0f62fe;
25262
- --cds-overlay-01: rgba(0, 0, 0, 0.65);
25263
- --cds-danger-01: #da1e28;
25264
- --cds-danger-02: #fa4d56;
25265
- --cds-focus: #ffffff;
25266
- --cds-inverse-focus-ui: #0f62fe;
25267
- --cds-hover-primary: #0353e9;
25268
- --cds-active-primary: #002d9c;
25269
- --cds-hover-primary-text: #a6c8ff;
25270
- --cds-hover-secondary: #606060;
25271
- --cds-active-secondary: #393939;
25272
- --cds-hover-tertiary: #f4f4f4;
25273
- --cds-active-tertiary: #c6c6c6;
25274
- --cds-hover-ui: #353535;
25275
- --cds-hover-light-ui: #4c4c4c;
25276
- --cds-hover-selected-ui: #4c4c4c;
25277
- --cds-active-ui: #525252;
25278
- --cds-active-light-ui: #6f6f6f;
25279
- --cds-selected-ui: #393939;
25280
- --cds-selected-light-ui: #525252;
25281
- --cds-inverse-hover-ui: #e5e5e5;
25282
- --cds-hover-danger: #b81921;
25283
- --cds-active-danger: #750e13;
25284
- --cds-hover-row: #353535;
25285
- --cds-visited-link: #be95ff;
25286
- --cds-disabled-01: #262626;
25287
- --cds-disabled-02: #525252;
25288
- --cds-disabled-03: #8d8d8d;
25289
- --cds-highlight: #002d9c;
25290
- --cds-decorative-01: #525252;
25291
- --cds-button-separator: #161616;
25292
- --cds-skeleton-01: #353535;
25293
- --cds-skeleton-02: #525252;
25294
- --cds-background: #161616;
25295
- --cds-layer: #262626;
25296
- --cds-layer-accent: #393939;
25297
- --cds-layer-accent-hover: #474747;
25298
- --cds-layer-accent-active: #6f6f6f;
25299
- --cds-field: #262626;
25300
- --cds-background-inverse: #f4f4f4;
25301
- --cds-background-brand: #0f62fe;
25302
- --cds-interactive: #4589ff;
25303
- --cds-border-subtle: #393939;
25304
- --cds-border-strong: #6f6f6f;
25305
- --cds-border-inverse: #f4f4f4;
25306
- --cds-border-interactive: #4589ff;
25307
- --cds-text-primary: #f4f4f4;
25308
- --cds-text-secondary: #c6c6c6;
25309
- --cds-text-placeholder: #6f6f6f;
25310
- --cds-text-helper: #8d8d8d;
25311
- --cds-text-on-color: #ffffff;
25312
- --cds-text-inverse: #161616;
25313
- --cds-link-primary: #78a9ff;
25314
- --cds-link-secondary: #a6c8ff;
25315
- --cds-link-visited: #be95ff;
25316
- --cds-link-inverse: #0f62fe;
25317
- --cds-icon-primary: #f4f4f4;
25318
- --cds-icon-secondary: #c6c6c6;
25319
- --cds-icon-on-color: #ffffff;
25320
- --cds-icon-inverse: #161616;
25321
- --cds-support-error: #fa4d56;
25322
- --cds-support-success: #42be65;
25323
- --cds-support-warning: #f1c21b;
25324
- --cds-support-info: #4589ff;
25325
- --cds-support-error-inverse: #da1e28;
25326
- --cds-support-success-inverse: #24a148;
25327
- --cds-support-warning-inverse: #f1c21b;
25328
- --cds-support-info-inverse: #0f62fe;
25329
- --cds-overlay: rgba(0, 0, 0, 0.65);
25330
- --cds-toggle-off: #6f6f6f;
25331
- --cds-shadow: rgba(0, 0, 0, 0.8);
25332
- --cds-button-primary: #0f62fe;
25333
- --cds-button-secondary: #6f6f6f;
25334
- --cds-button-tertiary: #ffffff;
25335
- --cds-button-danger-primary: #da1e28;
25336
- --cds-button-danger-secondary: #fa4d56;
25337
- --cds-background-active: #525252;
25338
- --cds-layer-active: #525252;
25339
- --cds-button-danger-active: #750e13;
25340
- --cds-button-primary-active: #002d9c;
25341
- --cds-button-secondary-active: #393939;
25342
- --cds-button-tertiary-active: #c6c6c6;
25343
- --cds-focus-inset: #161616;
25344
- --cds-focus-inverse: #0f62fe;
25345
- --cds-background-hover: #353535;
25346
- --cds-layer-hover: #353535;
25347
- --cds-field-hover: #353535;
25348
- --cds-background-inverse-hover: #e5e5e5;
25349
- --cds-link-primary-hover: #a6c8ff;
25350
- --cds-button-danger-hover: #b81921;
25351
- --cds-button-primary-hover: #0353e9;
25352
- --cds-button-secondary-hover: #606060;
25353
- --cds-button-tertiary-hover: #f4f4f4;
25354
- --cds-background-selected: #393939;
25355
- --cds-background-selected-hover: #4c4c4c;
25356
- --cds-layer-selected: #393939;
25357
- --cds-layer-selected-hover: #4c4c4c;
25358
- --cds-layer-selected-inverse: #f4f4f4;
25359
- --cds-border-subtle-selected: #525252;
25360
- --cds-border-disabled: #262626;
25361
- --cds-text-disabled: #525252;
25362
- --cds-button-disabled: #525252;
25363
- --cds-icon-disabled: #525252;
25364
- --cds-text-on-color-disabled: #8d8d8d;
25365
- --cds-icon-on-color-disabled: #8d8d8d;
25366
- --cds-layer-selected-disabled: #8d8d8d;
25367
- --cds-skeleton-background: #353535;
25368
- --cds-skeleton-element: #525252;
25369
- --cds-brand-01: #0f62fe;
25370
- --cds-brand-02: #6f6f6f;
25371
- --cds-brand-03: #ffffff;
25372
- --cds-active-01: #525252;
25373
- --cds-hover-field: #353535;
25374
- --cds-danger: #da1e28;
25375
- --cds-caption-01-font-size: 0.75rem;
25376
- --cds-caption-01-font-weight: 400;
25377
- --cds-caption-01-line-height: 1.33333;
25378
- --cds-caption-01-letter-spacing: 0.32px;
25379
- --cds-caption-02-font-size: 0.875rem;
25380
- --cds-caption-02-font-weight: 400;
25381
- --cds-caption-02-line-height: 1.28572;
25382
- --cds-caption-02-letter-spacing: 0.32px;
25383
- --cds-label-01-font-size: 0.75rem;
25384
- --cds-label-01-font-weight: 400;
25385
- --cds-label-01-line-height: 1.33333;
25386
- --cds-label-01-letter-spacing: 0.32px;
25387
- --cds-label-02-font-size: 0.875rem;
25388
- --cds-label-02-font-weight: 400;
25389
- --cds-label-02-line-height: 1.28572;
25390
- --cds-label-02-letter-spacing: 0.16px;
25391
- --cds-helper-text-01-font-size: 0.75rem;
25392
- --cds-helper-text-01-line-height: 1.33333;
25393
- --cds-helper-text-01-letter-spacing: 0.32px;
25394
- --cds-helper-text-02-font-size: 0.875rem;
25395
- --cds-helper-text-02-line-height: 1.28572;
25396
- --cds-helper-text-02-letter-spacing: 0.16px;
25397
- --cds-body-short-01-font-size: 0.875rem;
25398
- --cds-body-short-01-font-weight: 400;
25399
- --cds-body-short-01-line-height: 1.28572;
25400
- --cds-body-short-01-letter-spacing: 0.16px;
25401
- --cds-body-long-01-font-size: 0.875rem;
25402
- --cds-body-long-01-font-weight: 400;
25403
- --cds-body-long-01-line-height: 1.42857;
25404
- --cds-body-long-01-letter-spacing: 0.16px;
25405
- --cds-body-short-02-font-size: 1rem;
25406
- --cds-body-short-02-font-weight: 400;
25407
- --cds-body-short-02-line-height: 1.375;
25408
- --cds-body-short-02-letter-spacing: 0;
25409
- --cds-body-long-02-font-size: 1rem;
25410
- --cds-body-long-02-font-weight: 400;
25411
- --cds-body-long-02-line-height: 1.5;
25412
- --cds-body-long-02-letter-spacing: 0;
25413
- --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
25414
- --cds-code-01-font-size: 0.75rem;
25415
- --cds-code-01-font-weight: 400;
25416
- --cds-code-01-line-height: 1.33333;
25417
- --cds-code-01-letter-spacing: 0.32px;
25418
- --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
25419
- --cds-code-02-font-size: 0.875rem;
25420
- --cds-code-02-font-weight: 400;
25421
- --cds-code-02-line-height: 1.42857;
25422
- --cds-code-02-letter-spacing: 0.32px;
25423
- --cds-heading-01-font-size: 0.875rem;
25424
- --cds-heading-01-font-weight: 600;
25425
- --cds-heading-01-line-height: 1.42857;
25426
- --cds-heading-01-letter-spacing: 0.16px;
25427
- --cds-productive-heading-01-font-size: 0.875rem;
25428
- --cds-productive-heading-01-font-weight: 600;
25429
- --cds-productive-heading-01-line-height: 1.28572;
25430
- --cds-productive-heading-01-letter-spacing: 0.16px;
25431
- --cds-heading-02-font-size: 1rem;
25432
- --cds-heading-02-font-weight: 600;
25433
- --cds-heading-02-line-height: 1.5;
25434
- --cds-heading-02-letter-spacing: 0;
25435
- --cds-productive-heading-02-font-size: 1rem;
25436
- --cds-productive-heading-02-font-weight: 600;
25437
- --cds-productive-heading-02-line-height: 1.375;
25438
- --cds-productive-heading-02-letter-spacing: 0;
25439
- --cds-productive-heading-03-font-size: 1.25rem;
25440
- --cds-productive-heading-03-font-weight: 400;
25441
- --cds-productive-heading-03-line-height: 1.4;
25442
- --cds-productive-heading-03-letter-spacing: 0;
25443
- --cds-productive-heading-04-font-size: 1.75rem;
25444
- --cds-productive-heading-04-font-weight: 400;
25445
- --cds-productive-heading-04-line-height: 1.28572;
25446
- --cds-productive-heading-04-letter-spacing: 0;
25447
- --cds-productive-heading-05-font-size: 2rem;
25448
- --cds-productive-heading-05-font-weight: 400;
25449
- --cds-productive-heading-05-line-height: 1.25;
25450
- --cds-productive-heading-05-letter-spacing: 0;
25451
- --cds-productive-heading-06-font-size: 2.625rem;
25452
- --cds-productive-heading-06-font-weight: 300;
25453
- --cds-productive-heading-06-line-height: 1.199;
25454
- --cds-productive-heading-06-letter-spacing: 0;
25455
- --cds-productive-heading-07-font-size: 3.375rem;
25456
- --cds-productive-heading-07-font-weight: 300;
25457
- --cds-productive-heading-07-line-height: 1.199;
25458
- --cds-productive-heading-07-letter-spacing: 0;
25459
- --cds-expressive-heading-01-font-size: 0.875rem;
25460
- --cds-expressive-heading-01-font-weight: 600;
25461
- --cds-expressive-heading-01-line-height: 1.25;
25462
- --cds-expressive-heading-01-letter-spacing: 0.16px;
25463
- --cds-expressive-heading-02-font-size: 1rem;
25464
- --cds-expressive-heading-02-font-weight: 600;
25465
- --cds-expressive-heading-02-line-height: 1.5;
25466
- --cds-expressive-heading-02-letter-spacing: 0;
25467
- --cds-expressive-heading-03-font-size: 1.25rem;
25468
- --cds-expressive-heading-03-font-weight: 400;
25469
- --cds-expressive-heading-03-line-height: 1.4;
25470
- --cds-expressive-heading-03-letter-spacing: 0;
25471
- --cds-expressive-heading-04-font-size: 1.75rem;
25472
- --cds-expressive-heading-04-font-weight: 400;
25473
- --cds-expressive-heading-04-line-height: 1.28572;
25474
- --cds-expressive-heading-04-letter-spacing: 0;
25475
- --cds-expressive-heading-05-font-size: 2rem;
25476
- --cds-expressive-heading-05-font-weight: 400;
25477
- --cds-expressive-heading-05-line-height: 1.25;
25478
- --cds-expressive-heading-05-letter-spacing: 0;
25479
- --cds-expressive-heading-06-font-size: 2rem;
25480
- --cds-expressive-heading-06-font-weight: 600;
25481
- --cds-expressive-heading-06-line-height: 1.25;
25482
- --cds-expressive-heading-06-letter-spacing: 0;
25483
- --cds-expressive-paragraph-01-font-size: 1.5rem;
25484
- --cds-expressive-paragraph-01-font-weight: 300;
25485
- --cds-expressive-paragraph-01-line-height: 1.334;
25486
- --cds-expressive-paragraph-01-letter-spacing: 0;
25487
- --cds-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
25488
- --cds-quotation-01-font-size: 1.25rem;
25489
- --cds-quotation-01-font-weight: 400;
25490
- --cds-quotation-01-line-height: 1.3;
25491
- --cds-quotation-01-letter-spacing: 0;
25492
- --cds-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
25493
- --cds-quotation-02-font-size: 2rem;
25494
- --cds-quotation-02-font-weight: 300;
25495
- --cds-quotation-02-line-height: 1.25;
25496
- --cds-quotation-02-letter-spacing: 0;
25497
- --cds-display-01-font-size: 2.625rem;
25498
- --cds-display-01-font-weight: 300;
25499
- --cds-display-01-line-height: 1.19;
25500
- --cds-display-01-letter-spacing: 0;
25501
- --cds-display-02-font-size: 2.625rem;
25502
- --cds-display-02-font-weight: 600;
25503
- --cds-display-02-line-height: 1.19;
25504
- --cds-display-02-letter-spacing: 0;
25505
- --cds-display-03-font-size: 2.625rem;
25506
- --cds-display-03-font-weight: 300;
25507
- --cds-display-03-line-height: 1.19;
25508
- --cds-display-03-letter-spacing: 0;
25509
- --cds-display-04-font-size: 2.625rem;
25510
- --cds-display-04-font-weight: 300;
25511
- --cds-display-04-line-height: 1.19;
25512
- --cds-display-04-letter-spacing: 0;
25513
- --cds-legal-01-font-size: 0.75rem;
25514
- --cds-legal-01-font-weight: 400;
25515
- --cds-legal-01-line-height: 1.33333;
25516
- --cds-legal-01-letter-spacing: 0.32px;
25517
- --cds-legal-02-font-size: 0.875rem;
25518
- --cds-legal-02-font-weight: 400;
25519
- --cds-legal-02-line-height: 1.28572;
25520
- --cds-legal-02-letter-spacing: 0.16px;
25521
- --cds-body-compact-01-font-size: 0.875rem;
25522
- --cds-body-compact-01-font-weight: 400;
25523
- --cds-body-compact-01-line-height: 1.28572;
25524
- --cds-body-compact-01-letter-spacing: 0.16px;
25525
- --cds-body-compact-02-font-size: 1rem;
25526
- --cds-body-compact-02-font-weight: 400;
25527
- --cds-body-compact-02-line-height: 1.375;
25528
- --cds-body-compact-02-letter-spacing: 0;
25529
- --cds-body-01-font-size: 0.875rem;
25530
- --cds-body-01-font-weight: 400;
25531
- --cds-body-01-line-height: 1.42857;
25532
- --cds-body-01-letter-spacing: 0.16px;
25533
- --cds-body-02-font-size: 1rem;
25534
- --cds-body-02-font-weight: 400;
25535
- --cds-body-02-line-height: 1.5;
25536
- --cds-body-02-letter-spacing: 0;
25537
- --cds-heading-compact-01-font-size: 0.875rem;
25538
- --cds-heading-compact-01-font-weight: 600;
25539
- --cds-heading-compact-01-line-height: 1.28572;
25540
- --cds-heading-compact-01-letter-spacing: 0.16px;
25541
- --cds-heading-compact-02-font-size: 1rem;
25542
- --cds-heading-compact-02-font-weight: 600;
25543
- --cds-heading-compact-02-line-height: 1.375;
25544
- --cds-heading-compact-02-letter-spacing: 0;
25545
- --cds-heading-03-font-size: 1.25rem;
25546
- --cds-heading-03-font-weight: 400;
25547
- --cds-heading-03-line-height: 1.4;
25548
- --cds-heading-03-letter-spacing: 0;
25549
- --cds-heading-04-font-size: 1.75rem;
25550
- --cds-heading-04-font-weight: 400;
25551
- --cds-heading-04-line-height: 1.28572;
25552
- --cds-heading-04-letter-spacing: 0;
25553
- --cds-heading-05-font-size: 2rem;
25554
- --cds-heading-05-font-weight: 400;
25555
- --cds-heading-05-line-height: 1.25;
25556
- --cds-heading-05-letter-spacing: 0;
25557
- --cds-heading-06-font-size: 2.625rem;
25558
- --cds-heading-06-font-weight: 300;
25559
- --cds-heading-06-line-height: 1.199;
25560
- --cds-heading-06-letter-spacing: 0;
25561
- --cds-heading-07-font-size: 3.375rem;
25562
- --cds-heading-07-font-weight: 300;
25563
- --cds-heading-07-line-height: 1.199;
25564
- --cds-heading-07-letter-spacing: 0;
25565
- --cds-fluid-heading-03-font-size: 1.25rem;
25566
- --cds-fluid-heading-03-font-weight: 400;
25567
- --cds-fluid-heading-03-line-height: 1.4;
25568
- --cds-fluid-heading-03-letter-spacing: 0;
25569
- --cds-fluid-heading-04-font-size: 1.75rem;
25570
- --cds-fluid-heading-04-font-weight: 400;
25571
- --cds-fluid-heading-04-line-height: 1.28572;
25572
- --cds-fluid-heading-04-letter-spacing: 0;
25573
- --cds-fluid-heading-05-font-size: 2rem;
25574
- --cds-fluid-heading-05-font-weight: 400;
25575
- --cds-fluid-heading-05-line-height: 1.25;
25576
- --cds-fluid-heading-05-letter-spacing: 0;
25577
- --cds-fluid-heading-06-font-size: 2rem;
25578
- --cds-fluid-heading-06-font-weight: 600;
25579
- --cds-fluid-heading-06-line-height: 1.25;
25580
- --cds-fluid-heading-06-letter-spacing: 0;
25581
- --cds-fluid-paragraph-01-font-size: 1.5rem;
25582
- --cds-fluid-paragraph-01-font-weight: 300;
25583
- --cds-fluid-paragraph-01-line-height: 1.334;
25584
- --cds-fluid-paragraph-01-letter-spacing: 0;
25585
- --cds-fluid-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
25586
- --cds-fluid-quotation-01-font-size: 1.25rem;
25587
- --cds-fluid-quotation-01-font-weight: 400;
25588
- --cds-fluid-quotation-01-line-height: 1.3;
25589
- --cds-fluid-quotation-01-letter-spacing: 0;
25590
- --cds-fluid-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
25591
- --cds-fluid-quotation-02-font-size: 2rem;
25592
- --cds-fluid-quotation-02-font-weight: 300;
25593
- --cds-fluid-quotation-02-line-height: 1.25;
25594
- --cds-fluid-quotation-02-letter-spacing: 0;
25595
- --cds-fluid-display-01-font-size: 2.625rem;
25596
- --cds-fluid-display-01-font-weight: 300;
25597
- --cds-fluid-display-01-line-height: 1.19;
25598
- --cds-fluid-display-01-letter-spacing: 0;
25599
- --cds-fluid-display-02-font-size: 2.625rem;
25600
- --cds-fluid-display-02-font-weight: 600;
25601
- --cds-fluid-display-02-line-height: 1.19;
25602
- --cds-fluid-display-02-letter-spacing: 0;
25603
- --cds-fluid-display-03-font-size: 2.625rem;
25604
- --cds-fluid-display-03-font-weight: 300;
25605
- --cds-fluid-display-03-line-height: 1.19;
25606
- --cds-fluid-display-03-letter-spacing: 0;
25607
- --cds-fluid-display-04-font-size: 2.625rem;
25608
- --cds-fluid-display-04-font-weight: 300;
25609
- --cds-fluid-display-04-line-height: 1.19;
25610
- --cds-fluid-display-04-letter-spacing: 0;
25611
- --cds-spacing-01: 0.125rem;
25612
- --cds-spacing-02: 0.25rem;
25613
- --cds-spacing-03: 0.5rem;
25614
- --cds-spacing-04: 0.75rem;
25615
- --cds-spacing-05: 1rem;
25616
- --cds-spacing-06: 1.5rem;
25617
- --cds-spacing-07: 2rem;
25618
- --cds-spacing-08: 2.5rem;
25619
- --cds-spacing-09: 3rem;
25620
- --cds-spacing-10: 4rem;
25621
- --cds-spacing-11: 5rem;
25622
- --cds-spacing-12: 6rem;
25623
- --cds-spacing-13: 10rem;
25624
- --cds-fluid-spacing-01: 0;
25625
- --cds-fluid-spacing-02: 2vw;
25626
- --cds-fluid-spacing-03: 5vw;
25627
- --cds-fluid-spacing-04: 10vw;
25628
- --cds-layout-01: 1rem;
25629
- --cds-layout-02: 1.5rem;
25630
- --cds-layout-03: 2rem;
25631
- --cds-layout-04: 3rem;
25632
- --cds-layout-05: 4rem;
25633
- --cds-layout-06: 6rem;
25634
- --cds-layout-07: 10rem;
25635
- --cds-container-01: 1.5rem;
25636
- --cds-container-02: 2rem;
25637
- --cds-container-03: 2.5rem;
25638
- --cds-container-04: 3rem;
25639
- --cds-container-05: 4rem;
25640
- --cds-size-xsmall: 1.5rem;
25641
- --cds-size-small: 2rem;
25642
- --cds-size-medium: 2.5rem;
25643
- --cds-size-large: 3rem;
25644
- --cds-size-xlarge: 4rem;
25645
- --cds-size-2XLarge: 5rem;
25646
- --cds-icon-size-01: 1rem;
25647
- --cds-icon-size-02: 1.25rem;
24849
+ height: 1.25rem;
24850
+ padding-top: 0;
24851
+ padding-right: 0.1875rem;
24852
+ border-width: 0.0625rem;
24853
+ border-style: solid;
24854
+ border-color: var(--cds-button-tertiary, #0f62fe);
24855
+ border-radius: var(--cds-spacing-04, 0.75rem);
24856
+ background-color: transparent;
24857
+ color: var(--cds-button-tertiary, #0f62fe);
24858
+ white-space: nowrap;
24859
+ border-color: var(--cds-button-tertiary, #0f62fe);
24860
+ background-color: var(--cds-button-tertiary, #0f62fe);
24861
+ color: var(--cds-text-inverse, #ffffff);
24862
+ }
24863
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:hover {
24864
+ border-color: var(--cds-button-tertiary, #0f62fe);
24865
+ background-color: var(--cds-button-tertiary, #0f62fe);
24866
+ color: var(--cds-text-inverse, #ffffff);
24867
+ }
24868
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:focus {
24869
+ border-color: var(--cds-text-inverse, #ffffff);
24870
+ background-color: var(--cds-button-tertiary, #0f62fe);
24871
+ box-shadow: 0 0 0 1px var(--cds-text-inverse, #ffffff), 0 0 0 3px var(--cds-button-tertiary, #0f62fe);
24872
+ color: var(--cds-text-inverse, #ffffff);
24873
+ }
24874
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:focus-visible {
24875
+ outline: none;
24876
+ }
24877
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open svg {
24878
+ margin: 0.0625rem 0 0 0;
24879
+ vertical-align: text-top;
24880
+ }
24881
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:hover {
24882
+ border-color: var(--cds-button-tertiary, #0f62fe);
24883
+ background-color: transparent;
24884
+ color: var(--cds-button-tertiary, #0f62fe);
24885
+ }
24886
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:focus {
24887
+ border-color: var(--cds-text-inverse, #ffffff);
24888
+ background-color: transparent;
24889
+ box-shadow: inset 0 0 0 1px var(--cds-button-tertiary, #0f62fe), 0 0 0 1px var(--cds-text-inverse, #ffffff), 0 0 0 3px var(--cds-button-tertiary, #0f62fe);
24890
+ color: var(--cds-button-tertiary, #0f62fe);
24891
+ }
24892
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open svg {
24893
+ transform: rotate(180deg);
24894
+ }
24895
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__body {
25648
24896
  font-size: var(--cds-body-long-01-font-size, 0.875rem);
25649
24897
  font-weight: var(--cds-body-long-01-font-weight, 400);
25650
24898
  line-height: var(--cds-body-long-01-line-height, 1.42857);
25651
24899
  letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
25652
24900
  display: block;
25653
24901
  padding: var(--cds-spacing-03, 0.5rem) var(--cds-spacing-04, 0.75rem);
25654
- border-left-width: 0.078125rem;
25655
- border-left-style: solid;
24902
+ border-left: 0.078125rem solid var(--cds-text-01, #161616);
25656
24903
  margin: var(--cds-spacing-02, 0.25rem) 0;
25657
24904
  animation: fade 600ms;
25658
- border-left-color: var(--cds-text-01, #161616);
25659
24905
  color: var(--cds-text-01, #161616);
25660
24906
  }
24907
+ @media (prefers-reduced-motion: reduce) {
24908
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__body {
24909
+ animation: none;
24910
+ }
24911
+ }
25661
24912
  .c4p--non-linear-reading__dark .c4p--non-linear-reading__body a {
25662
24913
  color: var(--cds-link-01, #0f62fe);
25663
24914
  }
@@ -26392,4 +25643,189 @@ th.c4p--datagrid__select-all-toggle-on.button {
26392
25643
  color: #161616 !important;
26393
25644
  }
26394
25645
 
25646
+ /* stylelint-disable declaration-no-important */
25647
+ .c4p--checklist__header {
25648
+ display: flex;
25649
+ padding: var(--cds-spacing-05, 1rem);
25650
+ background-color: var(--cds-ui-01, #f4f4f4);
25651
+ gap: var(--cds-spacing-03, 0.5rem);
25652
+ }
25653
+ .c4p--checklist__chart {
25654
+ position: relative;
25655
+ width: var(--cds-spacing-08, 2.5rem);
25656
+ min-width: var(--cds-spacing-08, 2.5rem);
25657
+ height: var(--cds-spacing-08, 2.5rem);
25658
+ align-self: center;
25659
+ }
25660
+ .c4p--checklist__chart::after {
25661
+ position: absolute;
25662
+ top: var(--cds-spacing-02, 0.25rem);
25663
+ left: var(--cds-spacing-02, 0.25rem);
25664
+ width: var(--cds-spacing-07, 2rem);
25665
+ height: var(--cds-spacing-07, 2rem);
25666
+ border-radius: 50%;
25667
+ background-color: var(--cds-ui-01, #f4f4f4);
25668
+ content: "";
25669
+ }
25670
+ .c4p--checklist__titles {
25671
+ display: flex;
25672
+ flex-direction: column;
25673
+ justify-content: center;
25674
+ }
25675
+ .c4p--checklist__title {
25676
+ font-size: var(--cds-productive-heading-02-font-size, 1rem);
25677
+ font-weight: var(--cds-productive-heading-02-font-weight, 600);
25678
+ line-height: var(--cds-productive-heading-02-line-height, 1.375);
25679
+ letter-spacing: var(--cds-productive-heading-02-letter-spacing, 0);
25680
+ display: -webkit-box;
25681
+ overflow: hidden;
25682
+ -webkit-box-orient: vertical;
25683
+ -webkit-line-clamp: 2;
25684
+ text-overflow: ellipsis;
25685
+ }
25686
+ .c4p--checklist__chart-label {
25687
+ font-size: var(--cds-label-01-font-size, 0.75rem);
25688
+ font-weight: var(--cds-label-01-font-weight, 400);
25689
+ line-height: var(--cds-label-01-line-height, 1.33333);
25690
+ letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
25691
+ display: -webkit-box;
25692
+ overflow: hidden;
25693
+ -webkit-box-orient: vertical;
25694
+ -webkit-line-clamp: 2;
25695
+ text-overflow: ellipsis;
25696
+ color: var(--cds-text-02, #525252);
25697
+ }
25698
+ .c4p--checklist__title + .c4p--checklist__chart-label {
25699
+ margin-top: var(--cds-spacing-01, 0.125rem);
25700
+ }
25701
+ .c4p--checklist__toggle {
25702
+ width: 30px;
25703
+ min-width: 30px;
25704
+ height: 30px;
25705
+ min-height: 30px !important;
25706
+ /* stylelint-disable-next-line carbon/layout-token-use */
25707
+ padding: 0 0.375rem !important;
25708
+ margin-top: calc(-1 * var(--cds-spacing-03, 0.5rem)) !important;
25709
+ margin-right: calc(-1 * var(--cds-spacing-03, 0.5rem)) !important;
25710
+ margin-left: auto !important;
25711
+ }
25712
+ .c4p--checklist__chevron {
25713
+ color: var(--cds-text-01, #161616);
25714
+ transform: rotate(0deg);
25715
+ transition: all 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
25716
+ }
25717
+ @media (prefers-reduced-motion: reduce) {
25718
+ .c4p--checklist__chevron {
25719
+ transition: none;
25720
+ }
25721
+ }
25722
+ .c4p--checklist__closed .c4p--checklist__chevron {
25723
+ transform: rotate(-180deg);
25724
+ }
25725
+ .c4p--checklist__button {
25726
+ max-width: none !important;
25727
+ min-height: auto !important;
25728
+ /* stylelint-disable-next-line declaration-property-value-disallowed-list */
25729
+ flex-shrink: unset !important;
25730
+ padding: 0 !important;
25731
+ border: none !important;
25732
+ background-color: transparent !important;
25733
+ color: var(--cds-link-01, #0f62fe) !important;
25734
+ }
25735
+ .c4p--checklist__button div {
25736
+ display: -webkit-box;
25737
+ overflow: hidden;
25738
+ -webkit-box-orient: vertical;
25739
+ -webkit-line-clamp: 2;
25740
+ text-overflow: ellipsis;
25741
+ }
25742
+ .c4p--checklist__button:hover {
25743
+ background: transparent;
25744
+ color: var(--cds-link-primary-hover, #0043ce);
25745
+ text-decoration: underline;
25746
+ }
25747
+ .c4p--checklist__button:active {
25748
+ background: transparent;
25749
+ color: var(--cds-text-primary, #161616);
25750
+ text-decoration: underline;
25751
+ }
25752
+ .c4p--checklist__button--error {
25753
+ color: var(--cds-text-error, #da1e28) !important;
25754
+ }
25755
+ .c4p--checklist__content-outer {
25756
+ overflow: hidden;
25757
+ }
25758
+ .c4p--checklist__content-inner {
25759
+ height: 100%;
25760
+ background-color: var(--cds-ui-01, #f4f4f4);
25761
+ transform: translate(0, 0);
25762
+ transition: all 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
25763
+ }
25764
+ @media (prefers-reduced-motion: reduce) {
25765
+ .c4p--checklist__content-inner {
25766
+ transition: none;
25767
+ }
25768
+ }
25769
+ .c4p--checklist__closed .c4p--checklist__content-inner {
25770
+ height: 0;
25771
+ transform: translate(0, -100%);
25772
+ }
25773
+ .c4p--checklist__list-group {
25774
+ padding: var(--cds-spacing-05, 1rem);
25775
+ border-top: 1px solid var(--cds-ui-03, #e0e0e0);
25776
+ }
25777
+ .c4p--checklist__list-title {
25778
+ font-size: var(--cds-body-short-01-font-size, 0.875rem);
25779
+ font-weight: var(--cds-body-short-01-font-weight, 400);
25780
+ line-height: var(--cds-body-short-01-line-height, 1.28572);
25781
+ letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
25782
+ display: -webkit-box;
25783
+ overflow: hidden;
25784
+ -webkit-box-orient: vertical;
25785
+ -webkit-line-clamp: 2;
25786
+ text-overflow: ellipsis;
25787
+ margin-bottom: var(--cds-spacing-03, 0.5rem);
25788
+ }
25789
+ .c4p--checklist__list-item {
25790
+ display: flex;
25791
+ margin-bottom: var(--cds-spacing-03, 0.5rem);
25792
+ }
25793
+ .c4p--checklist__list-item:last-child {
25794
+ margin-bottom: 0;
25795
+ }
25796
+ .c4p--checklist__icon {
25797
+ /* stylelint-disable-next-line carbon/layout-token-use */
25798
+ margin: 0.0625rem var(--cds-spacing-03, 0.5rem) 0 0;
25799
+ color: var(--cds-link-01, #0f62fe);
25800
+ }
25801
+ .c4p--checklist__icon--error {
25802
+ color: var(--cds-support-error, #da1e28);
25803
+ }
25804
+ .c4p--checklist__icon--disabled {
25805
+ color: var(--cds-disabled-03, #8d8d8d);
25806
+ }
25807
+ .c4p--checklist__label {
25808
+ font-size: var(--cds-body-short-01-font-size, 0.875rem);
25809
+ font-weight: var(--cds-body-short-01-font-weight, 400);
25810
+ line-height: var(--cds-body-short-01-line-height, 1.28572);
25811
+ letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
25812
+ display: -webkit-box;
25813
+ overflow: hidden;
25814
+ -webkit-box-orient: vertical;
25815
+ -webkit-line-clamp: 2;
25816
+ text-overflow: ellipsis;
25817
+ }
25818
+ .c4p--checklist__label--checked, .c4p--checklist__label--disabled, .c4p--checklist__label--error {
25819
+ color: var(--cds-disabled-03, #8d8d8d);
25820
+ }
25821
+ .c4p--checklist__footer {
25822
+ display: -webkit-box;
25823
+ overflow: hidden;
25824
+ -webkit-box-orient: vertical;
25825
+ -webkit-line-clamp: 2;
25826
+ text-overflow: ellipsis;
25827
+ padding: var(--cds-spacing-03, 0.5rem) var(--cds-spacing-05, 1rem);
25828
+ border-top: 1px solid var(--cds-ui-03, #e0e0e0);
25829
+ }
25830
+
26395
25831
  /*# sourceMappingURL=index.css.map */