@carbon/ibm-products 1.56.0 → 1.58.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. package/css/index-full-carbon.css +392 -895
  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 +392 -895
  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 +392 -895
  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/Datagrid.js +12 -7
  18. package/es/components/Datagrid/Datagrid/DatagridContent.js +6 -3
  19. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +128 -7
  20. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +1 -23
  21. package/es/components/Datagrid/Datagrid/addons/stateReducer.js +111 -0
  22. package/es/components/Datagrid/useDatagrid.js +5 -2
  23. package/es/components/Datagrid/utils/getColTitle.js +25 -0
  24. package/es/components/NonLinearReading/NonLinearReading.js +9 -4
  25. package/es/components/index.js +2 -1
  26. package/es/global/js/hooks/useResizeObserver.js +19 -3
  27. package/es/global/js/package-settings.js +1 -0
  28. package/lib/components/Checklist/Checklist.js +267 -0
  29. package/lib/components/Checklist/ChecklistChart.js +94 -0
  30. package/lib/components/Checklist/ChecklistIcon.js +92 -0
  31. package/lib/components/Checklist/index.js +12 -0
  32. package/lib/components/Datagrid/Datagrid/Datagrid.js +12 -7
  33. package/lib/components/Datagrid/Datagrid/DatagridContent.js +6 -3
  34. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +131 -7
  35. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +4 -26
  36. package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +122 -0
  37. package/lib/components/Datagrid/useDatagrid.js +5 -2
  38. package/lib/components/Datagrid/utils/getColTitle.js +32 -0
  39. package/lib/components/NonLinearReading/NonLinearReading.js +8 -3
  40. package/lib/components/index.js +8 -1
  41. package/lib/global/js/hooks/useResizeObserver.js +19 -3
  42. package/lib/global/js/package-settings.js +1 -0
  43. package/package.json +2 -2
  44. package/scss/components/Checklist/_checklist.scss +231 -0
  45. package/scss/components/Checklist/_index.scss +8 -0
  46. package/scss/components/Checklist/_storybook-styles.scss +13 -0
  47. package/scss/components/Datagrid/styles/_datagrid.scss +91 -0
  48. package/scss/components/NonLinearReading/_non-linear-reading.scss +76 -64
  49. package/scss/components/_index.scss +1 -0
@@ -6707,6 +6707,22 @@ button.c4p--add-select__global-filter-toggle--open {
6707
6707
  width: 100%;
6708
6708
  padding-top: 0;
6709
6709
  }
6710
+ .c4p--datagrid__grid-container .bx--data-table-header__description {
6711
+ overflow: hidden;
6712
+ text-overflow: ellipsis;
6713
+ white-space: nowrap;
6714
+ }
6715
+ .c4p--datagrid__grid-container .bx--data-table-header__title {
6716
+ overflow: hidden;
6717
+ max-width: 80ch;
6718
+ text-overflow: ellipsis;
6719
+ white-space: nowrap;
6720
+ }
6721
+ @media (min-width: 42rem) {
6722
+ .c4p--datagrid__grid-container .bx--data-table-header__title {
6723
+ max-width: 55ch;
6724
+ }
6725
+ }
6710
6726
  .c4p--datagrid__grid-container .bx--data-table-content {
6711
6727
  width: 100%;
6712
6728
  height: 100%;
@@ -7103,6 +7119,72 @@ button.c4p--add-select__global-filter-toggle--open {
7103
7119
  background-color: var(--cds-ui-03, #e0e0e0);
7104
7120
  }
7105
7121
 
7122
+ .c4p--datagrid .c4p--datagrid__col-resizer-range {
7123
+ position: absolute;
7124
+ z-index: 2;
7125
+ top: 0;
7126
+ right: calc(var(--cds-spacing-03, 0.5rem) * -1);
7127
+ width: 1rem;
7128
+ height: 100%;
7129
+ margin: 0;
7130
+ -moz-appearance: initial;
7131
+ -webkit-appearance: none;
7132
+ appearance: none;
7133
+ background: transparent;
7134
+ }
7135
+
7136
+ .c4p--datagrid .c4p--datagrid__col-resizer-range:focus {
7137
+ outline: 0;
7138
+ }
7139
+
7140
+ .c4p--datagrid .c4p--datagrid__col-resizer-range:focus + .c4p--datagrid__col-resize-indicator::before {
7141
+ position: absolute;
7142
+ top: 50%;
7143
+ left: 50%;
7144
+ width: 2px;
7145
+ height: var(--c4p--datagrid--header-height);
7146
+ background-color: var(--cds-focus, #0f62fe);
7147
+ content: "";
7148
+ transform: translate(-50%, -50%);
7149
+ }
7150
+
7151
+ .c4p--datagrid .c4p--datagrid__col-resizer-range:focus + .c4p--datagrid__col-resize-indicator {
7152
+ position: absolute;
7153
+ z-index: 2;
7154
+ right: calc(var(--cds-spacing-03, 0.5rem) * -1);
7155
+ width: 0.5rem;
7156
+ height: 0.5rem;
7157
+ border-radius: 100%;
7158
+ margin: 0;
7159
+ background-color: var(--cds-focus, #0f62fe);
7160
+ transform: translate(-50%, 0);
7161
+ }
7162
+
7163
+ .c4p--datagrid .c4p--datagrid__col-resizer-range:focus + .c4p--datagrid__col-resize-indicator::after {
7164
+ position: absolute;
7165
+ /* stylelint-disable-next-line carbon/layout-token-use */
7166
+ top: calc(var(--c4p--datagrid--row-height) - 20px);
7167
+ right: var(--cds-spacing-02, 0.25rem);
7168
+ width: 1px;
7169
+ height: calc(var(--c4p--datagrid--grid-height) - var(--c4p--datagrid--row-height));
7170
+ background-color: var(--cds-active-ui, #c6c6c6);
7171
+ content: "";
7172
+ }
7173
+
7174
+ .c4p--datagrid .c4p--datagrid__col-resizer-range::-webkit-slider-thumb {
7175
+ width: 16px;
7176
+ height: 16px;
7177
+ border: none;
7178
+ border-radius: 50%;
7179
+ -webkit-appearance: none;
7180
+ appearance: none;
7181
+ background: transparent;
7182
+ }
7183
+
7184
+ .c4p--datagrid .c4p--datagrid__col-resizer-range::-moz-range-thumb {
7185
+ visibility: hidden;
7186
+ }
7187
+
7106
7188
  /*
7107
7189
  * Licensed Materials - Property of IBM
7108
7190
  * 5724-Q36
@@ -9771,22 +9853,32 @@ th.c4p--datagrid__select-all-toggle-on.button {
9771
9853
  padding-right: 0.1875rem;
9772
9854
  border-width: 0.0625rem;
9773
9855
  border-style: solid;
9856
+ border-color: var(--cds-button-tertiary, #0f62fe);
9774
9857
  border-radius: var(--cds-spacing-04, 0.75rem);
9775
- white-space: nowrap;
9776
- border-color: var(--cds-interactive-03, #0f62fe);
9777
9858
  background-color: transparent;
9778
- color: var(--cds-interactive-03, #0f62fe);
9859
+ color: var(--cds-button-tertiary, #0f62fe);
9860
+ white-space: nowrap;
9779
9861
  }
9780
9862
  .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-closed:hover {
9781
- cursor: pointer;
9863
+ border-color: var(--cds-button-tertiary, #0f62fe);
9864
+ background-color: var(--cds-button-tertiary, #0f62fe);
9865
+ color: var(--cds-text-inverse, #ffffff);
9866
+ }
9867
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-closed:focus {
9868
+ border-color: var(--cds-text-inverse, #ffffff);
9869
+ background-color: var(--cds-button-tertiary, #0f62fe);
9870
+ box-shadow: 0 0 0 1px var(--cds-text-inverse, #ffffff), 0 0 0 3px var(--cds-button-tertiary, #0f62fe);
9871
+ color: var(--cds-text-inverse, #ffffff);
9872
+ }
9873
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-closed:focus-visible {
9874
+ outline: none;
9782
9875
  }
9783
9876
  .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-closed svg {
9784
9877
  margin: 0.0625rem 0 0 0;
9785
9878
  vertical-align: text-top;
9786
9879
  }
9787
- .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-closed:hover {
9788
- background-color: var(--cds-interactive-03, #0f62fe);
9789
- color: var(--cds-inverse-01, #ffffff);
9880
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-closed + .c4p--non-linear-reading__body {
9881
+ display: none;
9790
9882
  }
9791
9883
  .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open {
9792
9884
  height: 1.25rem;
@@ -9794,25 +9886,46 @@ th.c4p--datagrid__select-all-toggle-on.button {
9794
9886
  padding-right: 0.1875rem;
9795
9887
  border-width: 0.0625rem;
9796
9888
  border-style: solid;
9889
+ border-color: var(--cds-button-tertiary, #0f62fe);
9797
9890
  border-radius: var(--cds-spacing-04, 0.75rem);
9891
+ background-color: transparent;
9892
+ color: var(--cds-button-tertiary, #0f62fe);
9798
9893
  white-space: nowrap;
9799
- border-color: var(--cds-interactive-03, #0f62fe);
9800
- background-color: var(--cds-interactive-03, #0f62fe);
9801
- color: var(--cds-inverse-01, #ffffff);
9894
+ border-color: var(--cds-button-tertiary, #0f62fe);
9895
+ background-color: var(--cds-button-tertiary, #0f62fe);
9896
+ color: var(--cds-text-inverse, #ffffff);
9802
9897
  }
9803
9898
  .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open:hover {
9804
- cursor: pointer;
9899
+ border-color: var(--cds-button-tertiary, #0f62fe);
9900
+ background-color: var(--cds-button-tertiary, #0f62fe);
9901
+ color: var(--cds-text-inverse, #ffffff);
9902
+ }
9903
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open:focus {
9904
+ border-color: var(--cds-text-inverse, #ffffff);
9905
+ background-color: var(--cds-button-tertiary, #0f62fe);
9906
+ box-shadow: 0 0 0 1px var(--cds-text-inverse, #ffffff), 0 0 0 3px var(--cds-button-tertiary, #0f62fe);
9907
+ color: var(--cds-text-inverse, #ffffff);
9908
+ }
9909
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open:focus-visible {
9910
+ outline: none;
9805
9911
  }
9806
9912
  .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open svg {
9807
9913
  margin: 0.0625rem 0 0 0;
9808
9914
  vertical-align: text-top;
9809
9915
  }
9810
- .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open svg {
9811
- transform: rotate(180deg);
9812
- }
9813
9916
  .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open:hover {
9917
+ border-color: var(--cds-button-tertiary, #0f62fe);
9918
+ background-color: transparent;
9919
+ color: var(--cds-button-tertiary, #0f62fe);
9920
+ }
9921
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open:focus {
9922
+ border-color: var(--cds-text-inverse, #ffffff);
9814
9923
  background-color: transparent;
9815
- color: var(--cds-interactive-03, #0f62fe);
9924
+ 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);
9925
+ color: var(--cds-button-tertiary, #0f62fe);
9926
+ }
9927
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open svg {
9928
+ transform: rotate(180deg);
9816
9929
  }
9817
9930
  .c4p--non-linear-reading__light .c4p--non-linear-reading__body {
9818
9931
  font-size: var(--cds-body-long-01-font-size, 0.875rem);
@@ -9821,14 +9934,17 @@ th.c4p--datagrid__select-all-toggle-on.button {
9821
9934
  letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
9822
9935
  display: block;
9823
9936
  padding: var(--cds-spacing-03, 0.5rem) var(--cds-spacing-04, 0.75rem);
9824
- border-left-width: 0.078125rem;
9825
- border-left-style: solid;
9937
+ border-left: 0.078125rem solid var(--cds-text-01, #161616);
9826
9938
  margin: var(--cds-spacing-02, 0.25rem) 0;
9827
9939
  animation: fade 600ms;
9828
- border-left-color: var(--cds-text-01, #161616);
9940
+ }
9941
+ @media (prefers-reduced-motion: reduce) {
9942
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__body {
9943
+ animation: none;
9944
+ }
9829
9945
  }
9830
9946
 
9831
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed {
9947
+ .c4p--non-linear-reading__dark {
9832
9948
  --cds-interactive-01: #0f62fe;
9833
9949
  --cds-interactive-02: #6f6f6f;
9834
9950
  --cds-interactive-03: #ffffff;
@@ -10249,908 +10365,104 @@ th.c4p--datagrid__select-all-toggle-on.button {
10249
10365
  --cds-size-2XLarge: 5rem;
10250
10366
  --cds-icon-size-01: 1rem;
10251
10367
  --cds-icon-size-02: 1.25rem;
10368
+ }
10369
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed {
10252
10370
  height: 1.25rem;
10253
10371
  padding-top: 0;
10254
10372
  padding-right: 0.1875rem;
10255
10373
  border-width: 0.0625rem;
10256
10374
  border-style: solid;
10375
+ border-color: var(--cds-button-tertiary, #0f62fe);
10257
10376
  border-radius: var(--cds-spacing-04, 0.75rem);
10258
- white-space: nowrap;
10259
- border-color: var(--cds-icon-03, #ffffff);
10260
10377
  background-color: transparent;
10261
- color: var(--cds-text-01, #161616);
10378
+ color: var(--cds-button-tertiary, #0f62fe);
10379
+ white-space: nowrap;
10262
10380
  }
10263
10381
  .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed:hover {
10264
- cursor: pointer;
10382
+ border-color: var(--cds-button-tertiary, #0f62fe);
10383
+ background-color: var(--cds-button-tertiary, #0f62fe);
10384
+ color: var(--cds-text-inverse, #ffffff);
10385
+ }
10386
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed:focus {
10387
+ border-color: var(--cds-text-inverse, #ffffff);
10388
+ background-color: var(--cds-button-tertiary, #0f62fe);
10389
+ box-shadow: 0 0 0 1px var(--cds-text-inverse, #ffffff), 0 0 0 3px var(--cds-button-tertiary, #0f62fe);
10390
+ color: var(--cds-text-inverse, #ffffff);
10391
+ }
10392
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed:focus-visible {
10393
+ outline: none;
10265
10394
  }
10266
10395
  .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed svg {
10267
10396
  margin: 0.0625rem 0 0 0;
10268
10397
  vertical-align: text-top;
10269
10398
  }
10270
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed:hover {
10271
- background-color: var(--cds-icon-03, #ffffff);
10272
- color: var(--cds-inverse-01, #ffffff);
10399
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed + .c4p--non-linear-reading__body {
10400
+ display: none;
10273
10401
  }
10274
10402
  .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open {
10275
- --cds-interactive-01: #0f62fe;
10276
- --cds-interactive-02: #6f6f6f;
10277
- --cds-interactive-03: #ffffff;
10278
- --cds-interactive-04: #4589ff;
10279
- --cds-ui-background: #161616;
10280
- --cds-ui-01: #262626;
10281
- --cds-ui-02: #393939;
10282
- --cds-ui-03: #393939;
10283
- --cds-ui-04: #6f6f6f;
10284
- --cds-ui-05: #f4f4f4;
10285
- --cds-text-01: #f4f4f4;
10286
- --cds-text-02: #c6c6c6;
10287
- --cds-text-03: #6f6f6f;
10288
- --cds-text-04: #ffffff;
10289
- --cds-text-05: #8d8d8d;
10290
- --cds-text-error: #ff8389;
10291
- --cds-icon-01: #f4f4f4;
10292
- --cds-icon-02: #c6c6c6;
10293
- --cds-icon-03: #ffffff;
10294
- --cds-link-01: #78a9ff;
10295
- --cds-link-02: #a6c8ff;
10296
- --cds-inverse-link: #0f62fe;
10297
- --cds-field-01: #262626;
10298
- --cds-field-02: #393939;
10299
- --cds-inverse-01: #161616;
10300
- --cds-inverse-02: #f4f4f4;
10301
- --cds-support-01: #fa4d56;
10302
- --cds-support-02: #42be65;
10303
- --cds-support-03: #f1c21b;
10304
- --cds-support-04: #4589ff;
10305
- --cds-inverse-support-01: #da1e28;
10306
- --cds-inverse-support-02: #24a148;
10307
- --cds-inverse-support-03: #f1c21b;
10308
- --cds-inverse-support-04: #0f62fe;
10309
- --cds-overlay-01: rgba(0, 0, 0, 0.65);
10310
- --cds-danger-01: #da1e28;
10311
- --cds-danger-02: #fa4d56;
10312
- --cds-focus: #ffffff;
10313
- --cds-inverse-focus-ui: #0f62fe;
10314
- --cds-hover-primary: #0353e9;
10315
- --cds-active-primary: #002d9c;
10316
- --cds-hover-primary-text: #a6c8ff;
10317
- --cds-hover-secondary: #606060;
10318
- --cds-active-secondary: #393939;
10319
- --cds-hover-tertiary: #f4f4f4;
10320
- --cds-active-tertiary: #c6c6c6;
10321
- --cds-hover-ui: #353535;
10322
- --cds-hover-light-ui: #4c4c4c;
10323
- --cds-hover-selected-ui: #4c4c4c;
10324
- --cds-active-ui: #525252;
10325
- --cds-active-light-ui: #6f6f6f;
10326
- --cds-selected-ui: #393939;
10327
- --cds-selected-light-ui: #525252;
10328
- --cds-inverse-hover-ui: #e5e5e5;
10329
- --cds-hover-danger: #b81921;
10330
- --cds-active-danger: #750e13;
10331
- --cds-hover-row: #353535;
10332
- --cds-visited-link: #be95ff;
10333
- --cds-disabled-01: #262626;
10334
- --cds-disabled-02: #525252;
10335
- --cds-disabled-03: #8d8d8d;
10336
- --cds-highlight: #002d9c;
10337
- --cds-decorative-01: #525252;
10338
- --cds-button-separator: #161616;
10339
- --cds-skeleton-01: #353535;
10340
- --cds-skeleton-02: #525252;
10341
- --cds-background: #161616;
10342
- --cds-layer: #262626;
10343
- --cds-layer-accent: #393939;
10344
- --cds-layer-accent-hover: #474747;
10345
- --cds-layer-accent-active: #6f6f6f;
10346
- --cds-field: #262626;
10347
- --cds-background-inverse: #f4f4f4;
10348
- --cds-background-brand: #0f62fe;
10349
- --cds-interactive: #4589ff;
10350
- --cds-border-subtle: #393939;
10351
- --cds-border-strong: #6f6f6f;
10352
- --cds-border-inverse: #f4f4f4;
10353
- --cds-border-interactive: #4589ff;
10354
- --cds-text-primary: #f4f4f4;
10355
- --cds-text-secondary: #c6c6c6;
10356
- --cds-text-placeholder: #6f6f6f;
10357
- --cds-text-helper: #8d8d8d;
10358
- --cds-text-on-color: #ffffff;
10359
- --cds-text-inverse: #161616;
10360
- --cds-link-primary: #78a9ff;
10361
- --cds-link-secondary: #a6c8ff;
10362
- --cds-link-visited: #be95ff;
10363
- --cds-link-inverse: #0f62fe;
10364
- --cds-icon-primary: #f4f4f4;
10365
- --cds-icon-secondary: #c6c6c6;
10366
- --cds-icon-on-color: #ffffff;
10367
- --cds-icon-inverse: #161616;
10368
- --cds-support-error: #fa4d56;
10369
- --cds-support-success: #42be65;
10370
- --cds-support-warning: #f1c21b;
10371
- --cds-support-info: #4589ff;
10372
- --cds-support-error-inverse: #da1e28;
10373
- --cds-support-success-inverse: #24a148;
10374
- --cds-support-warning-inverse: #f1c21b;
10375
- --cds-support-info-inverse: #0f62fe;
10376
- --cds-overlay: rgba(0, 0, 0, 0.65);
10377
- --cds-toggle-off: #6f6f6f;
10378
- --cds-shadow: rgba(0, 0, 0, 0.8);
10379
- --cds-button-primary: #0f62fe;
10380
- --cds-button-secondary: #6f6f6f;
10381
- --cds-button-tertiary: #ffffff;
10382
- --cds-button-danger-primary: #da1e28;
10383
- --cds-button-danger-secondary: #fa4d56;
10384
- --cds-background-active: #525252;
10385
- --cds-layer-active: #525252;
10386
- --cds-button-danger-active: #750e13;
10387
- --cds-button-primary-active: #002d9c;
10388
- --cds-button-secondary-active: #393939;
10389
- --cds-button-tertiary-active: #c6c6c6;
10390
- --cds-focus-inset: #161616;
10391
- --cds-focus-inverse: #0f62fe;
10392
- --cds-background-hover: #353535;
10393
- --cds-layer-hover: #353535;
10394
- --cds-field-hover: #353535;
10395
- --cds-background-inverse-hover: #e5e5e5;
10396
- --cds-link-primary-hover: #a6c8ff;
10397
- --cds-button-danger-hover: #b81921;
10398
- --cds-button-primary-hover: #0353e9;
10399
- --cds-button-secondary-hover: #606060;
10400
- --cds-button-tertiary-hover: #f4f4f4;
10401
- --cds-background-selected: #393939;
10402
- --cds-background-selected-hover: #4c4c4c;
10403
- --cds-layer-selected: #393939;
10404
- --cds-layer-selected-hover: #4c4c4c;
10405
- --cds-layer-selected-inverse: #f4f4f4;
10406
- --cds-border-subtle-selected: #525252;
10407
- --cds-border-disabled: #262626;
10408
- --cds-text-disabled: #525252;
10409
- --cds-button-disabled: #525252;
10410
- --cds-icon-disabled: #525252;
10411
- --cds-text-on-color-disabled: #8d8d8d;
10412
- --cds-icon-on-color-disabled: #8d8d8d;
10413
- --cds-layer-selected-disabled: #8d8d8d;
10414
- --cds-skeleton-background: #353535;
10415
- --cds-skeleton-element: #525252;
10416
- --cds-brand-01: #0f62fe;
10417
- --cds-brand-02: #6f6f6f;
10418
- --cds-brand-03: #ffffff;
10419
- --cds-active-01: #525252;
10420
- --cds-hover-field: #353535;
10421
- --cds-danger: #da1e28;
10422
- --cds-caption-01-font-size: 0.75rem;
10423
- --cds-caption-01-font-weight: 400;
10424
- --cds-caption-01-line-height: 1.33333;
10425
- --cds-caption-01-letter-spacing: 0.32px;
10426
- --cds-caption-02-font-size: 0.875rem;
10427
- --cds-caption-02-font-weight: 400;
10428
- --cds-caption-02-line-height: 1.28572;
10429
- --cds-caption-02-letter-spacing: 0.32px;
10430
- --cds-label-01-font-size: 0.75rem;
10431
- --cds-label-01-font-weight: 400;
10432
- --cds-label-01-line-height: 1.33333;
10433
- --cds-label-01-letter-spacing: 0.32px;
10434
- --cds-label-02-font-size: 0.875rem;
10435
- --cds-label-02-font-weight: 400;
10436
- --cds-label-02-line-height: 1.28572;
10437
- --cds-label-02-letter-spacing: 0.16px;
10438
- --cds-helper-text-01-font-size: 0.75rem;
10439
- --cds-helper-text-01-line-height: 1.33333;
10440
- --cds-helper-text-01-letter-spacing: 0.32px;
10441
- --cds-helper-text-02-font-size: 0.875rem;
10442
- --cds-helper-text-02-line-height: 1.28572;
10443
- --cds-helper-text-02-letter-spacing: 0.16px;
10444
- --cds-body-short-01-font-size: 0.875rem;
10445
- --cds-body-short-01-font-weight: 400;
10446
- --cds-body-short-01-line-height: 1.28572;
10447
- --cds-body-short-01-letter-spacing: 0.16px;
10448
- --cds-body-long-01-font-size: 0.875rem;
10449
- --cds-body-long-01-font-weight: 400;
10450
- --cds-body-long-01-line-height: 1.42857;
10451
- --cds-body-long-01-letter-spacing: 0.16px;
10452
- --cds-body-short-02-font-size: 1rem;
10453
- --cds-body-short-02-font-weight: 400;
10454
- --cds-body-short-02-line-height: 1.375;
10455
- --cds-body-short-02-letter-spacing: 0;
10456
- --cds-body-long-02-font-size: 1rem;
10457
- --cds-body-long-02-font-weight: 400;
10458
- --cds-body-long-02-line-height: 1.5;
10459
- --cds-body-long-02-letter-spacing: 0;
10460
- --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
10461
- --cds-code-01-font-size: 0.75rem;
10462
- --cds-code-01-font-weight: 400;
10463
- --cds-code-01-line-height: 1.33333;
10464
- --cds-code-01-letter-spacing: 0.32px;
10465
- --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
10466
- --cds-code-02-font-size: 0.875rem;
10467
- --cds-code-02-font-weight: 400;
10468
- --cds-code-02-line-height: 1.42857;
10469
- --cds-code-02-letter-spacing: 0.32px;
10470
- --cds-heading-01-font-size: 0.875rem;
10471
- --cds-heading-01-font-weight: 600;
10472
- --cds-heading-01-line-height: 1.42857;
10473
- --cds-heading-01-letter-spacing: 0.16px;
10474
- --cds-productive-heading-01-font-size: 0.875rem;
10475
- --cds-productive-heading-01-font-weight: 600;
10476
- --cds-productive-heading-01-line-height: 1.28572;
10477
- --cds-productive-heading-01-letter-spacing: 0.16px;
10478
- --cds-heading-02-font-size: 1rem;
10479
- --cds-heading-02-font-weight: 600;
10480
- --cds-heading-02-line-height: 1.5;
10481
- --cds-heading-02-letter-spacing: 0;
10482
- --cds-productive-heading-02-font-size: 1rem;
10483
- --cds-productive-heading-02-font-weight: 600;
10484
- --cds-productive-heading-02-line-height: 1.375;
10485
- --cds-productive-heading-02-letter-spacing: 0;
10486
- --cds-productive-heading-03-font-size: 1.25rem;
10487
- --cds-productive-heading-03-font-weight: 400;
10488
- --cds-productive-heading-03-line-height: 1.4;
10489
- --cds-productive-heading-03-letter-spacing: 0;
10490
- --cds-productive-heading-04-font-size: 1.75rem;
10491
- --cds-productive-heading-04-font-weight: 400;
10492
- --cds-productive-heading-04-line-height: 1.28572;
10493
- --cds-productive-heading-04-letter-spacing: 0;
10494
- --cds-productive-heading-05-font-size: 2rem;
10495
- --cds-productive-heading-05-font-weight: 400;
10496
- --cds-productive-heading-05-line-height: 1.25;
10497
- --cds-productive-heading-05-letter-spacing: 0;
10498
- --cds-productive-heading-06-font-size: 2.625rem;
10499
- --cds-productive-heading-06-font-weight: 300;
10500
- --cds-productive-heading-06-line-height: 1.199;
10501
- --cds-productive-heading-06-letter-spacing: 0;
10502
- --cds-productive-heading-07-font-size: 3.375rem;
10503
- --cds-productive-heading-07-font-weight: 300;
10504
- --cds-productive-heading-07-line-height: 1.199;
10505
- --cds-productive-heading-07-letter-spacing: 0;
10506
- --cds-expressive-heading-01-font-size: 0.875rem;
10507
- --cds-expressive-heading-01-font-weight: 600;
10508
- --cds-expressive-heading-01-line-height: 1.25;
10509
- --cds-expressive-heading-01-letter-spacing: 0.16px;
10510
- --cds-expressive-heading-02-font-size: 1rem;
10511
- --cds-expressive-heading-02-font-weight: 600;
10512
- --cds-expressive-heading-02-line-height: 1.5;
10513
- --cds-expressive-heading-02-letter-spacing: 0;
10514
- --cds-expressive-heading-03-font-size: 1.25rem;
10515
- --cds-expressive-heading-03-font-weight: 400;
10516
- --cds-expressive-heading-03-line-height: 1.4;
10517
- --cds-expressive-heading-03-letter-spacing: 0;
10518
- --cds-expressive-heading-04-font-size: 1.75rem;
10519
- --cds-expressive-heading-04-font-weight: 400;
10520
- --cds-expressive-heading-04-line-height: 1.28572;
10521
- --cds-expressive-heading-04-letter-spacing: 0;
10522
- --cds-expressive-heading-05-font-size: 2rem;
10523
- --cds-expressive-heading-05-font-weight: 400;
10524
- --cds-expressive-heading-05-line-height: 1.25;
10525
- --cds-expressive-heading-05-letter-spacing: 0;
10526
- --cds-expressive-heading-06-font-size: 2rem;
10527
- --cds-expressive-heading-06-font-weight: 600;
10528
- --cds-expressive-heading-06-line-height: 1.25;
10529
- --cds-expressive-heading-06-letter-spacing: 0;
10530
- --cds-expressive-paragraph-01-font-size: 1.5rem;
10531
- --cds-expressive-paragraph-01-font-weight: 300;
10532
- --cds-expressive-paragraph-01-line-height: 1.334;
10533
- --cds-expressive-paragraph-01-letter-spacing: 0;
10534
- --cds-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
10535
- --cds-quotation-01-font-size: 1.25rem;
10536
- --cds-quotation-01-font-weight: 400;
10537
- --cds-quotation-01-line-height: 1.3;
10538
- --cds-quotation-01-letter-spacing: 0;
10539
- --cds-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
10540
- --cds-quotation-02-font-size: 2rem;
10541
- --cds-quotation-02-font-weight: 300;
10542
- --cds-quotation-02-line-height: 1.25;
10543
- --cds-quotation-02-letter-spacing: 0;
10544
- --cds-display-01-font-size: 2.625rem;
10545
- --cds-display-01-font-weight: 300;
10546
- --cds-display-01-line-height: 1.19;
10547
- --cds-display-01-letter-spacing: 0;
10548
- --cds-display-02-font-size: 2.625rem;
10549
- --cds-display-02-font-weight: 600;
10550
- --cds-display-02-line-height: 1.19;
10551
- --cds-display-02-letter-spacing: 0;
10552
- --cds-display-03-font-size: 2.625rem;
10553
- --cds-display-03-font-weight: 300;
10554
- --cds-display-03-line-height: 1.19;
10555
- --cds-display-03-letter-spacing: 0;
10556
- --cds-display-04-font-size: 2.625rem;
10557
- --cds-display-04-font-weight: 300;
10558
- --cds-display-04-line-height: 1.19;
10559
- --cds-display-04-letter-spacing: 0;
10560
- --cds-legal-01-font-size: 0.75rem;
10561
- --cds-legal-01-font-weight: 400;
10562
- --cds-legal-01-line-height: 1.33333;
10563
- --cds-legal-01-letter-spacing: 0.32px;
10564
- --cds-legal-02-font-size: 0.875rem;
10565
- --cds-legal-02-font-weight: 400;
10566
- --cds-legal-02-line-height: 1.28572;
10567
- --cds-legal-02-letter-spacing: 0.16px;
10568
- --cds-body-compact-01-font-size: 0.875rem;
10569
- --cds-body-compact-01-font-weight: 400;
10570
- --cds-body-compact-01-line-height: 1.28572;
10571
- --cds-body-compact-01-letter-spacing: 0.16px;
10572
- --cds-body-compact-02-font-size: 1rem;
10573
- --cds-body-compact-02-font-weight: 400;
10574
- --cds-body-compact-02-line-height: 1.375;
10575
- --cds-body-compact-02-letter-spacing: 0;
10576
- --cds-body-01-font-size: 0.875rem;
10577
- --cds-body-01-font-weight: 400;
10578
- --cds-body-01-line-height: 1.42857;
10579
- --cds-body-01-letter-spacing: 0.16px;
10580
- --cds-body-02-font-size: 1rem;
10581
- --cds-body-02-font-weight: 400;
10582
- --cds-body-02-line-height: 1.5;
10583
- --cds-body-02-letter-spacing: 0;
10584
- --cds-heading-compact-01-font-size: 0.875rem;
10585
- --cds-heading-compact-01-font-weight: 600;
10586
- --cds-heading-compact-01-line-height: 1.28572;
10587
- --cds-heading-compact-01-letter-spacing: 0.16px;
10588
- --cds-heading-compact-02-font-size: 1rem;
10589
- --cds-heading-compact-02-font-weight: 600;
10590
- --cds-heading-compact-02-line-height: 1.375;
10591
- --cds-heading-compact-02-letter-spacing: 0;
10592
- --cds-heading-03-font-size: 1.25rem;
10593
- --cds-heading-03-font-weight: 400;
10594
- --cds-heading-03-line-height: 1.4;
10595
- --cds-heading-03-letter-spacing: 0;
10596
- --cds-heading-04-font-size: 1.75rem;
10597
- --cds-heading-04-font-weight: 400;
10598
- --cds-heading-04-line-height: 1.28572;
10599
- --cds-heading-04-letter-spacing: 0;
10600
- --cds-heading-05-font-size: 2rem;
10601
- --cds-heading-05-font-weight: 400;
10602
- --cds-heading-05-line-height: 1.25;
10603
- --cds-heading-05-letter-spacing: 0;
10604
- --cds-heading-06-font-size: 2.625rem;
10605
- --cds-heading-06-font-weight: 300;
10606
- --cds-heading-06-line-height: 1.199;
10607
- --cds-heading-06-letter-spacing: 0;
10608
- --cds-heading-07-font-size: 3.375rem;
10609
- --cds-heading-07-font-weight: 300;
10610
- --cds-heading-07-line-height: 1.199;
10611
- --cds-heading-07-letter-spacing: 0;
10612
- --cds-fluid-heading-03-font-size: 1.25rem;
10613
- --cds-fluid-heading-03-font-weight: 400;
10614
- --cds-fluid-heading-03-line-height: 1.4;
10615
- --cds-fluid-heading-03-letter-spacing: 0;
10616
- --cds-fluid-heading-04-font-size: 1.75rem;
10617
- --cds-fluid-heading-04-font-weight: 400;
10618
- --cds-fluid-heading-04-line-height: 1.28572;
10619
- --cds-fluid-heading-04-letter-spacing: 0;
10620
- --cds-fluid-heading-05-font-size: 2rem;
10621
- --cds-fluid-heading-05-font-weight: 400;
10622
- --cds-fluid-heading-05-line-height: 1.25;
10623
- --cds-fluid-heading-05-letter-spacing: 0;
10624
- --cds-fluid-heading-06-font-size: 2rem;
10625
- --cds-fluid-heading-06-font-weight: 600;
10626
- --cds-fluid-heading-06-line-height: 1.25;
10627
- --cds-fluid-heading-06-letter-spacing: 0;
10628
- --cds-fluid-paragraph-01-font-size: 1.5rem;
10629
- --cds-fluid-paragraph-01-font-weight: 300;
10630
- --cds-fluid-paragraph-01-line-height: 1.334;
10631
- --cds-fluid-paragraph-01-letter-spacing: 0;
10632
- --cds-fluid-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
10633
- --cds-fluid-quotation-01-font-size: 1.25rem;
10634
- --cds-fluid-quotation-01-font-weight: 400;
10635
- --cds-fluid-quotation-01-line-height: 1.3;
10636
- --cds-fluid-quotation-01-letter-spacing: 0;
10637
- --cds-fluid-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
10638
- --cds-fluid-quotation-02-font-size: 2rem;
10639
- --cds-fluid-quotation-02-font-weight: 300;
10640
- --cds-fluid-quotation-02-line-height: 1.25;
10641
- --cds-fluid-quotation-02-letter-spacing: 0;
10642
- --cds-fluid-display-01-font-size: 2.625rem;
10643
- --cds-fluid-display-01-font-weight: 300;
10644
- --cds-fluid-display-01-line-height: 1.19;
10645
- --cds-fluid-display-01-letter-spacing: 0;
10646
- --cds-fluid-display-02-font-size: 2.625rem;
10647
- --cds-fluid-display-02-font-weight: 600;
10648
- --cds-fluid-display-02-line-height: 1.19;
10649
- --cds-fluid-display-02-letter-spacing: 0;
10650
- --cds-fluid-display-03-font-size: 2.625rem;
10651
- --cds-fluid-display-03-font-weight: 300;
10652
- --cds-fluid-display-03-line-height: 1.19;
10653
- --cds-fluid-display-03-letter-spacing: 0;
10654
- --cds-fluid-display-04-font-size: 2.625rem;
10655
- --cds-fluid-display-04-font-weight: 300;
10656
- --cds-fluid-display-04-line-height: 1.19;
10657
- --cds-fluid-display-04-letter-spacing: 0;
10658
- --cds-spacing-01: 0.125rem;
10659
- --cds-spacing-02: 0.25rem;
10660
- --cds-spacing-03: 0.5rem;
10661
- --cds-spacing-04: 0.75rem;
10662
- --cds-spacing-05: 1rem;
10663
- --cds-spacing-06: 1.5rem;
10664
- --cds-spacing-07: 2rem;
10665
- --cds-spacing-08: 2.5rem;
10666
- --cds-spacing-09: 3rem;
10667
- --cds-spacing-10: 4rem;
10668
- --cds-spacing-11: 5rem;
10669
- --cds-spacing-12: 6rem;
10670
- --cds-spacing-13: 10rem;
10671
- --cds-fluid-spacing-01: 0;
10672
- --cds-fluid-spacing-02: 2vw;
10673
- --cds-fluid-spacing-03: 5vw;
10674
- --cds-fluid-spacing-04: 10vw;
10675
- --cds-layout-01: 1rem;
10676
- --cds-layout-02: 1.5rem;
10677
- --cds-layout-03: 2rem;
10678
- --cds-layout-04: 3rem;
10679
- --cds-layout-05: 4rem;
10680
- --cds-layout-06: 6rem;
10681
- --cds-layout-07: 10rem;
10682
- --cds-container-01: 1.5rem;
10683
- --cds-container-02: 2rem;
10684
- --cds-container-03: 2.5rem;
10685
- --cds-container-04: 3rem;
10686
- --cds-container-05: 4rem;
10687
- --cds-size-xsmall: 1.5rem;
10688
- --cds-size-small: 2rem;
10689
- --cds-size-medium: 2.5rem;
10690
- --cds-size-large: 3rem;
10691
- --cds-size-xlarge: 4rem;
10692
- --cds-size-2XLarge: 5rem;
10693
- --cds-icon-size-01: 1rem;
10694
- --cds-icon-size-02: 1.25rem;
10695
- height: 1.25rem;
10696
- padding-top: 0;
10697
- padding-right: 0.1875rem;
10698
- border-width: 0.0625rem;
10699
- border-style: solid;
10700
- border-radius: var(--cds-spacing-04, 0.75rem);
10701
- white-space: nowrap;
10702
- border-color: var(--cds-icon-03, #ffffff);
10703
- background-color: var(--cds-icon-03, #ffffff);
10704
- color: var(--cds-inverse-01, #ffffff);
10705
- }
10706
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:hover {
10707
- cursor: pointer;
10708
- }
10709
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open svg {
10710
- margin: 0.0625rem 0 0 0;
10711
- vertical-align: text-top;
10712
- }
10713
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open svg {
10714
- transform: rotate(180deg);
10715
- }
10716
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:hover {
10717
- background-color: transparent;
10718
- color: var(--cds-text-01, #161616);
10719
- }
10720
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__body {
10721
- --cds-interactive-01: #0f62fe;
10722
- --cds-interactive-02: #6f6f6f;
10723
- --cds-interactive-03: #ffffff;
10724
- --cds-interactive-04: #4589ff;
10725
- --cds-ui-background: #161616;
10726
- --cds-ui-01: #262626;
10727
- --cds-ui-02: #393939;
10728
- --cds-ui-03: #393939;
10729
- --cds-ui-04: #6f6f6f;
10730
- --cds-ui-05: #f4f4f4;
10731
- --cds-text-01: #f4f4f4;
10732
- --cds-text-02: #c6c6c6;
10733
- --cds-text-03: #6f6f6f;
10734
- --cds-text-04: #ffffff;
10735
- --cds-text-05: #8d8d8d;
10736
- --cds-text-error: #ff8389;
10737
- --cds-icon-01: #f4f4f4;
10738
- --cds-icon-02: #c6c6c6;
10739
- --cds-icon-03: #ffffff;
10740
- --cds-link-01: #78a9ff;
10741
- --cds-link-02: #a6c8ff;
10742
- --cds-inverse-link: #0f62fe;
10743
- --cds-field-01: #262626;
10744
- --cds-field-02: #393939;
10745
- --cds-inverse-01: #161616;
10746
- --cds-inverse-02: #f4f4f4;
10747
- --cds-support-01: #fa4d56;
10748
- --cds-support-02: #42be65;
10749
- --cds-support-03: #f1c21b;
10750
- --cds-support-04: #4589ff;
10751
- --cds-inverse-support-01: #da1e28;
10752
- --cds-inverse-support-02: #24a148;
10753
- --cds-inverse-support-03: #f1c21b;
10754
- --cds-inverse-support-04: #0f62fe;
10755
- --cds-overlay-01: rgba(0, 0, 0, 0.65);
10756
- --cds-danger-01: #da1e28;
10757
- --cds-danger-02: #fa4d56;
10758
- --cds-focus: #ffffff;
10759
- --cds-inverse-focus-ui: #0f62fe;
10760
- --cds-hover-primary: #0353e9;
10761
- --cds-active-primary: #002d9c;
10762
- --cds-hover-primary-text: #a6c8ff;
10763
- --cds-hover-secondary: #606060;
10764
- --cds-active-secondary: #393939;
10765
- --cds-hover-tertiary: #f4f4f4;
10766
- --cds-active-tertiary: #c6c6c6;
10767
- --cds-hover-ui: #353535;
10768
- --cds-hover-light-ui: #4c4c4c;
10769
- --cds-hover-selected-ui: #4c4c4c;
10770
- --cds-active-ui: #525252;
10771
- --cds-active-light-ui: #6f6f6f;
10772
- --cds-selected-ui: #393939;
10773
- --cds-selected-light-ui: #525252;
10774
- --cds-inverse-hover-ui: #e5e5e5;
10775
- --cds-hover-danger: #b81921;
10776
- --cds-active-danger: #750e13;
10777
- --cds-hover-row: #353535;
10778
- --cds-visited-link: #be95ff;
10779
- --cds-disabled-01: #262626;
10780
- --cds-disabled-02: #525252;
10781
- --cds-disabled-03: #8d8d8d;
10782
- --cds-highlight: #002d9c;
10783
- --cds-decorative-01: #525252;
10784
- --cds-button-separator: #161616;
10785
- --cds-skeleton-01: #353535;
10786
- --cds-skeleton-02: #525252;
10787
- --cds-background: #161616;
10788
- --cds-layer: #262626;
10789
- --cds-layer-accent: #393939;
10790
- --cds-layer-accent-hover: #474747;
10791
- --cds-layer-accent-active: #6f6f6f;
10792
- --cds-field: #262626;
10793
- --cds-background-inverse: #f4f4f4;
10794
- --cds-background-brand: #0f62fe;
10795
- --cds-interactive: #4589ff;
10796
- --cds-border-subtle: #393939;
10797
- --cds-border-strong: #6f6f6f;
10798
- --cds-border-inverse: #f4f4f4;
10799
- --cds-border-interactive: #4589ff;
10800
- --cds-text-primary: #f4f4f4;
10801
- --cds-text-secondary: #c6c6c6;
10802
- --cds-text-placeholder: #6f6f6f;
10803
- --cds-text-helper: #8d8d8d;
10804
- --cds-text-on-color: #ffffff;
10805
- --cds-text-inverse: #161616;
10806
- --cds-link-primary: #78a9ff;
10807
- --cds-link-secondary: #a6c8ff;
10808
- --cds-link-visited: #be95ff;
10809
- --cds-link-inverse: #0f62fe;
10810
- --cds-icon-primary: #f4f4f4;
10811
- --cds-icon-secondary: #c6c6c6;
10812
- --cds-icon-on-color: #ffffff;
10813
- --cds-icon-inverse: #161616;
10814
- --cds-support-error: #fa4d56;
10815
- --cds-support-success: #42be65;
10816
- --cds-support-warning: #f1c21b;
10817
- --cds-support-info: #4589ff;
10818
- --cds-support-error-inverse: #da1e28;
10819
- --cds-support-success-inverse: #24a148;
10820
- --cds-support-warning-inverse: #f1c21b;
10821
- --cds-support-info-inverse: #0f62fe;
10822
- --cds-overlay: rgba(0, 0, 0, 0.65);
10823
- --cds-toggle-off: #6f6f6f;
10824
- --cds-shadow: rgba(0, 0, 0, 0.8);
10825
- --cds-button-primary: #0f62fe;
10826
- --cds-button-secondary: #6f6f6f;
10827
- --cds-button-tertiary: #ffffff;
10828
- --cds-button-danger-primary: #da1e28;
10829
- --cds-button-danger-secondary: #fa4d56;
10830
- --cds-background-active: #525252;
10831
- --cds-layer-active: #525252;
10832
- --cds-button-danger-active: #750e13;
10833
- --cds-button-primary-active: #002d9c;
10834
- --cds-button-secondary-active: #393939;
10835
- --cds-button-tertiary-active: #c6c6c6;
10836
- --cds-focus-inset: #161616;
10837
- --cds-focus-inverse: #0f62fe;
10838
- --cds-background-hover: #353535;
10839
- --cds-layer-hover: #353535;
10840
- --cds-field-hover: #353535;
10841
- --cds-background-inverse-hover: #e5e5e5;
10842
- --cds-link-primary-hover: #a6c8ff;
10843
- --cds-button-danger-hover: #b81921;
10844
- --cds-button-primary-hover: #0353e9;
10845
- --cds-button-secondary-hover: #606060;
10846
- --cds-button-tertiary-hover: #f4f4f4;
10847
- --cds-background-selected: #393939;
10848
- --cds-background-selected-hover: #4c4c4c;
10849
- --cds-layer-selected: #393939;
10850
- --cds-layer-selected-hover: #4c4c4c;
10851
- --cds-layer-selected-inverse: #f4f4f4;
10852
- --cds-border-subtle-selected: #525252;
10853
- --cds-border-disabled: #262626;
10854
- --cds-text-disabled: #525252;
10855
- --cds-button-disabled: #525252;
10856
- --cds-icon-disabled: #525252;
10857
- --cds-text-on-color-disabled: #8d8d8d;
10858
- --cds-icon-on-color-disabled: #8d8d8d;
10859
- --cds-layer-selected-disabled: #8d8d8d;
10860
- --cds-skeleton-background: #353535;
10861
- --cds-skeleton-element: #525252;
10862
- --cds-brand-01: #0f62fe;
10863
- --cds-brand-02: #6f6f6f;
10864
- --cds-brand-03: #ffffff;
10865
- --cds-active-01: #525252;
10866
- --cds-hover-field: #353535;
10867
- --cds-danger: #da1e28;
10868
- --cds-caption-01-font-size: 0.75rem;
10869
- --cds-caption-01-font-weight: 400;
10870
- --cds-caption-01-line-height: 1.33333;
10871
- --cds-caption-01-letter-spacing: 0.32px;
10872
- --cds-caption-02-font-size: 0.875rem;
10873
- --cds-caption-02-font-weight: 400;
10874
- --cds-caption-02-line-height: 1.28572;
10875
- --cds-caption-02-letter-spacing: 0.32px;
10876
- --cds-label-01-font-size: 0.75rem;
10877
- --cds-label-01-font-weight: 400;
10878
- --cds-label-01-line-height: 1.33333;
10879
- --cds-label-01-letter-spacing: 0.32px;
10880
- --cds-label-02-font-size: 0.875rem;
10881
- --cds-label-02-font-weight: 400;
10882
- --cds-label-02-line-height: 1.28572;
10883
- --cds-label-02-letter-spacing: 0.16px;
10884
- --cds-helper-text-01-font-size: 0.75rem;
10885
- --cds-helper-text-01-line-height: 1.33333;
10886
- --cds-helper-text-01-letter-spacing: 0.32px;
10887
- --cds-helper-text-02-font-size: 0.875rem;
10888
- --cds-helper-text-02-line-height: 1.28572;
10889
- --cds-helper-text-02-letter-spacing: 0.16px;
10890
- --cds-body-short-01-font-size: 0.875rem;
10891
- --cds-body-short-01-font-weight: 400;
10892
- --cds-body-short-01-line-height: 1.28572;
10893
- --cds-body-short-01-letter-spacing: 0.16px;
10894
- --cds-body-long-01-font-size: 0.875rem;
10895
- --cds-body-long-01-font-weight: 400;
10896
- --cds-body-long-01-line-height: 1.42857;
10897
- --cds-body-long-01-letter-spacing: 0.16px;
10898
- --cds-body-short-02-font-size: 1rem;
10899
- --cds-body-short-02-font-weight: 400;
10900
- --cds-body-short-02-line-height: 1.375;
10901
- --cds-body-short-02-letter-spacing: 0;
10902
- --cds-body-long-02-font-size: 1rem;
10903
- --cds-body-long-02-font-weight: 400;
10904
- --cds-body-long-02-line-height: 1.5;
10905
- --cds-body-long-02-letter-spacing: 0;
10906
- --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
10907
- --cds-code-01-font-size: 0.75rem;
10908
- --cds-code-01-font-weight: 400;
10909
- --cds-code-01-line-height: 1.33333;
10910
- --cds-code-01-letter-spacing: 0.32px;
10911
- --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
10912
- --cds-code-02-font-size: 0.875rem;
10913
- --cds-code-02-font-weight: 400;
10914
- --cds-code-02-line-height: 1.42857;
10915
- --cds-code-02-letter-spacing: 0.32px;
10916
- --cds-heading-01-font-size: 0.875rem;
10917
- --cds-heading-01-font-weight: 600;
10918
- --cds-heading-01-line-height: 1.42857;
10919
- --cds-heading-01-letter-spacing: 0.16px;
10920
- --cds-productive-heading-01-font-size: 0.875rem;
10921
- --cds-productive-heading-01-font-weight: 600;
10922
- --cds-productive-heading-01-line-height: 1.28572;
10923
- --cds-productive-heading-01-letter-spacing: 0.16px;
10924
- --cds-heading-02-font-size: 1rem;
10925
- --cds-heading-02-font-weight: 600;
10926
- --cds-heading-02-line-height: 1.5;
10927
- --cds-heading-02-letter-spacing: 0;
10928
- --cds-productive-heading-02-font-size: 1rem;
10929
- --cds-productive-heading-02-font-weight: 600;
10930
- --cds-productive-heading-02-line-height: 1.375;
10931
- --cds-productive-heading-02-letter-spacing: 0;
10932
- --cds-productive-heading-03-font-size: 1.25rem;
10933
- --cds-productive-heading-03-font-weight: 400;
10934
- --cds-productive-heading-03-line-height: 1.4;
10935
- --cds-productive-heading-03-letter-spacing: 0;
10936
- --cds-productive-heading-04-font-size: 1.75rem;
10937
- --cds-productive-heading-04-font-weight: 400;
10938
- --cds-productive-heading-04-line-height: 1.28572;
10939
- --cds-productive-heading-04-letter-spacing: 0;
10940
- --cds-productive-heading-05-font-size: 2rem;
10941
- --cds-productive-heading-05-font-weight: 400;
10942
- --cds-productive-heading-05-line-height: 1.25;
10943
- --cds-productive-heading-05-letter-spacing: 0;
10944
- --cds-productive-heading-06-font-size: 2.625rem;
10945
- --cds-productive-heading-06-font-weight: 300;
10946
- --cds-productive-heading-06-line-height: 1.199;
10947
- --cds-productive-heading-06-letter-spacing: 0;
10948
- --cds-productive-heading-07-font-size: 3.375rem;
10949
- --cds-productive-heading-07-font-weight: 300;
10950
- --cds-productive-heading-07-line-height: 1.199;
10951
- --cds-productive-heading-07-letter-spacing: 0;
10952
- --cds-expressive-heading-01-font-size: 0.875rem;
10953
- --cds-expressive-heading-01-font-weight: 600;
10954
- --cds-expressive-heading-01-line-height: 1.25;
10955
- --cds-expressive-heading-01-letter-spacing: 0.16px;
10956
- --cds-expressive-heading-02-font-size: 1rem;
10957
- --cds-expressive-heading-02-font-weight: 600;
10958
- --cds-expressive-heading-02-line-height: 1.5;
10959
- --cds-expressive-heading-02-letter-spacing: 0;
10960
- --cds-expressive-heading-03-font-size: 1.25rem;
10961
- --cds-expressive-heading-03-font-weight: 400;
10962
- --cds-expressive-heading-03-line-height: 1.4;
10963
- --cds-expressive-heading-03-letter-spacing: 0;
10964
- --cds-expressive-heading-04-font-size: 1.75rem;
10965
- --cds-expressive-heading-04-font-weight: 400;
10966
- --cds-expressive-heading-04-line-height: 1.28572;
10967
- --cds-expressive-heading-04-letter-spacing: 0;
10968
- --cds-expressive-heading-05-font-size: 2rem;
10969
- --cds-expressive-heading-05-font-weight: 400;
10970
- --cds-expressive-heading-05-line-height: 1.25;
10971
- --cds-expressive-heading-05-letter-spacing: 0;
10972
- --cds-expressive-heading-06-font-size: 2rem;
10973
- --cds-expressive-heading-06-font-weight: 600;
10974
- --cds-expressive-heading-06-line-height: 1.25;
10975
- --cds-expressive-heading-06-letter-spacing: 0;
10976
- --cds-expressive-paragraph-01-font-size: 1.5rem;
10977
- --cds-expressive-paragraph-01-font-weight: 300;
10978
- --cds-expressive-paragraph-01-line-height: 1.334;
10979
- --cds-expressive-paragraph-01-letter-spacing: 0;
10980
- --cds-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
10981
- --cds-quotation-01-font-size: 1.25rem;
10982
- --cds-quotation-01-font-weight: 400;
10983
- --cds-quotation-01-line-height: 1.3;
10984
- --cds-quotation-01-letter-spacing: 0;
10985
- --cds-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
10986
- --cds-quotation-02-font-size: 2rem;
10987
- --cds-quotation-02-font-weight: 300;
10988
- --cds-quotation-02-line-height: 1.25;
10989
- --cds-quotation-02-letter-spacing: 0;
10990
- --cds-display-01-font-size: 2.625rem;
10991
- --cds-display-01-font-weight: 300;
10992
- --cds-display-01-line-height: 1.19;
10993
- --cds-display-01-letter-spacing: 0;
10994
- --cds-display-02-font-size: 2.625rem;
10995
- --cds-display-02-font-weight: 600;
10996
- --cds-display-02-line-height: 1.19;
10997
- --cds-display-02-letter-spacing: 0;
10998
- --cds-display-03-font-size: 2.625rem;
10999
- --cds-display-03-font-weight: 300;
11000
- --cds-display-03-line-height: 1.19;
11001
- --cds-display-03-letter-spacing: 0;
11002
- --cds-display-04-font-size: 2.625rem;
11003
- --cds-display-04-font-weight: 300;
11004
- --cds-display-04-line-height: 1.19;
11005
- --cds-display-04-letter-spacing: 0;
11006
- --cds-legal-01-font-size: 0.75rem;
11007
- --cds-legal-01-font-weight: 400;
11008
- --cds-legal-01-line-height: 1.33333;
11009
- --cds-legal-01-letter-spacing: 0.32px;
11010
- --cds-legal-02-font-size: 0.875rem;
11011
- --cds-legal-02-font-weight: 400;
11012
- --cds-legal-02-line-height: 1.28572;
11013
- --cds-legal-02-letter-spacing: 0.16px;
11014
- --cds-body-compact-01-font-size: 0.875rem;
11015
- --cds-body-compact-01-font-weight: 400;
11016
- --cds-body-compact-01-line-height: 1.28572;
11017
- --cds-body-compact-01-letter-spacing: 0.16px;
11018
- --cds-body-compact-02-font-size: 1rem;
11019
- --cds-body-compact-02-font-weight: 400;
11020
- --cds-body-compact-02-line-height: 1.375;
11021
- --cds-body-compact-02-letter-spacing: 0;
11022
- --cds-body-01-font-size: 0.875rem;
11023
- --cds-body-01-font-weight: 400;
11024
- --cds-body-01-line-height: 1.42857;
11025
- --cds-body-01-letter-spacing: 0.16px;
11026
- --cds-body-02-font-size: 1rem;
11027
- --cds-body-02-font-weight: 400;
11028
- --cds-body-02-line-height: 1.5;
11029
- --cds-body-02-letter-spacing: 0;
11030
- --cds-heading-compact-01-font-size: 0.875rem;
11031
- --cds-heading-compact-01-font-weight: 600;
11032
- --cds-heading-compact-01-line-height: 1.28572;
11033
- --cds-heading-compact-01-letter-spacing: 0.16px;
11034
- --cds-heading-compact-02-font-size: 1rem;
11035
- --cds-heading-compact-02-font-weight: 600;
11036
- --cds-heading-compact-02-line-height: 1.375;
11037
- --cds-heading-compact-02-letter-spacing: 0;
11038
- --cds-heading-03-font-size: 1.25rem;
11039
- --cds-heading-03-font-weight: 400;
11040
- --cds-heading-03-line-height: 1.4;
11041
- --cds-heading-03-letter-spacing: 0;
11042
- --cds-heading-04-font-size: 1.75rem;
11043
- --cds-heading-04-font-weight: 400;
11044
- --cds-heading-04-line-height: 1.28572;
11045
- --cds-heading-04-letter-spacing: 0;
11046
- --cds-heading-05-font-size: 2rem;
11047
- --cds-heading-05-font-weight: 400;
11048
- --cds-heading-05-line-height: 1.25;
11049
- --cds-heading-05-letter-spacing: 0;
11050
- --cds-heading-06-font-size: 2.625rem;
11051
- --cds-heading-06-font-weight: 300;
11052
- --cds-heading-06-line-height: 1.199;
11053
- --cds-heading-06-letter-spacing: 0;
11054
- --cds-heading-07-font-size: 3.375rem;
11055
- --cds-heading-07-font-weight: 300;
11056
- --cds-heading-07-line-height: 1.199;
11057
- --cds-heading-07-letter-spacing: 0;
11058
- --cds-fluid-heading-03-font-size: 1.25rem;
11059
- --cds-fluid-heading-03-font-weight: 400;
11060
- --cds-fluid-heading-03-line-height: 1.4;
11061
- --cds-fluid-heading-03-letter-spacing: 0;
11062
- --cds-fluid-heading-04-font-size: 1.75rem;
11063
- --cds-fluid-heading-04-font-weight: 400;
11064
- --cds-fluid-heading-04-line-height: 1.28572;
11065
- --cds-fluid-heading-04-letter-spacing: 0;
11066
- --cds-fluid-heading-05-font-size: 2rem;
11067
- --cds-fluid-heading-05-font-weight: 400;
11068
- --cds-fluid-heading-05-line-height: 1.25;
11069
- --cds-fluid-heading-05-letter-spacing: 0;
11070
- --cds-fluid-heading-06-font-size: 2rem;
11071
- --cds-fluid-heading-06-font-weight: 600;
11072
- --cds-fluid-heading-06-line-height: 1.25;
11073
- --cds-fluid-heading-06-letter-spacing: 0;
11074
- --cds-fluid-paragraph-01-font-size: 1.5rem;
11075
- --cds-fluid-paragraph-01-font-weight: 300;
11076
- --cds-fluid-paragraph-01-line-height: 1.334;
11077
- --cds-fluid-paragraph-01-letter-spacing: 0;
11078
- --cds-fluid-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
11079
- --cds-fluid-quotation-01-font-size: 1.25rem;
11080
- --cds-fluid-quotation-01-font-weight: 400;
11081
- --cds-fluid-quotation-01-line-height: 1.3;
11082
- --cds-fluid-quotation-01-letter-spacing: 0;
11083
- --cds-fluid-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
11084
- --cds-fluid-quotation-02-font-size: 2rem;
11085
- --cds-fluid-quotation-02-font-weight: 300;
11086
- --cds-fluid-quotation-02-line-height: 1.25;
11087
- --cds-fluid-quotation-02-letter-spacing: 0;
11088
- --cds-fluid-display-01-font-size: 2.625rem;
11089
- --cds-fluid-display-01-font-weight: 300;
11090
- --cds-fluid-display-01-line-height: 1.19;
11091
- --cds-fluid-display-01-letter-spacing: 0;
11092
- --cds-fluid-display-02-font-size: 2.625rem;
11093
- --cds-fluid-display-02-font-weight: 600;
11094
- --cds-fluid-display-02-line-height: 1.19;
11095
- --cds-fluid-display-02-letter-spacing: 0;
11096
- --cds-fluid-display-03-font-size: 2.625rem;
11097
- --cds-fluid-display-03-font-weight: 300;
11098
- --cds-fluid-display-03-line-height: 1.19;
11099
- --cds-fluid-display-03-letter-spacing: 0;
11100
- --cds-fluid-display-04-font-size: 2.625rem;
11101
- --cds-fluid-display-04-font-weight: 300;
11102
- --cds-fluid-display-04-line-height: 1.19;
11103
- --cds-fluid-display-04-letter-spacing: 0;
11104
- --cds-spacing-01: 0.125rem;
11105
- --cds-spacing-02: 0.25rem;
11106
- --cds-spacing-03: 0.5rem;
11107
- --cds-spacing-04: 0.75rem;
11108
- --cds-spacing-05: 1rem;
11109
- --cds-spacing-06: 1.5rem;
11110
- --cds-spacing-07: 2rem;
11111
- --cds-spacing-08: 2.5rem;
11112
- --cds-spacing-09: 3rem;
11113
- --cds-spacing-10: 4rem;
11114
- --cds-spacing-11: 5rem;
11115
- --cds-spacing-12: 6rem;
11116
- --cds-spacing-13: 10rem;
11117
- --cds-fluid-spacing-01: 0;
11118
- --cds-fluid-spacing-02: 2vw;
11119
- --cds-fluid-spacing-03: 5vw;
11120
- --cds-fluid-spacing-04: 10vw;
11121
- --cds-layout-01: 1rem;
11122
- --cds-layout-02: 1.5rem;
11123
- --cds-layout-03: 2rem;
11124
- --cds-layout-04: 3rem;
11125
- --cds-layout-05: 4rem;
11126
- --cds-layout-06: 6rem;
11127
- --cds-layout-07: 10rem;
11128
- --cds-container-01: 1.5rem;
11129
- --cds-container-02: 2rem;
11130
- --cds-container-03: 2.5rem;
11131
- --cds-container-04: 3rem;
11132
- --cds-container-05: 4rem;
11133
- --cds-size-xsmall: 1.5rem;
11134
- --cds-size-small: 2rem;
11135
- --cds-size-medium: 2.5rem;
11136
- --cds-size-large: 3rem;
11137
- --cds-size-xlarge: 4rem;
11138
- --cds-size-2XLarge: 5rem;
11139
- --cds-icon-size-01: 1rem;
11140
- --cds-icon-size-02: 1.25rem;
10403
+ height: 1.25rem;
10404
+ padding-top: 0;
10405
+ padding-right: 0.1875rem;
10406
+ border-width: 0.0625rem;
10407
+ border-style: solid;
10408
+ border-color: var(--cds-button-tertiary, #0f62fe);
10409
+ border-radius: var(--cds-spacing-04, 0.75rem);
10410
+ background-color: transparent;
10411
+ color: var(--cds-button-tertiary, #0f62fe);
10412
+ white-space: nowrap;
10413
+ border-color: var(--cds-button-tertiary, #0f62fe);
10414
+ background-color: var(--cds-button-tertiary, #0f62fe);
10415
+ color: var(--cds-text-inverse, #ffffff);
10416
+ }
10417
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:hover {
10418
+ border-color: var(--cds-button-tertiary, #0f62fe);
10419
+ background-color: var(--cds-button-tertiary, #0f62fe);
10420
+ color: var(--cds-text-inverse, #ffffff);
10421
+ }
10422
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:focus {
10423
+ border-color: var(--cds-text-inverse, #ffffff);
10424
+ background-color: var(--cds-button-tertiary, #0f62fe);
10425
+ box-shadow: 0 0 0 1px var(--cds-text-inverse, #ffffff), 0 0 0 3px var(--cds-button-tertiary, #0f62fe);
10426
+ color: var(--cds-text-inverse, #ffffff);
10427
+ }
10428
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:focus-visible {
10429
+ outline: none;
10430
+ }
10431
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open svg {
10432
+ margin: 0.0625rem 0 0 0;
10433
+ vertical-align: text-top;
10434
+ }
10435
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:hover {
10436
+ border-color: var(--cds-button-tertiary, #0f62fe);
10437
+ background-color: transparent;
10438
+ color: var(--cds-button-tertiary, #0f62fe);
10439
+ }
10440
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:focus {
10441
+ border-color: var(--cds-text-inverse, #ffffff);
10442
+ background-color: transparent;
10443
+ 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);
10444
+ color: var(--cds-button-tertiary, #0f62fe);
10445
+ }
10446
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open svg {
10447
+ transform: rotate(180deg);
10448
+ }
10449
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__body {
11141
10450
  font-size: var(--cds-body-long-01-font-size, 0.875rem);
11142
10451
  font-weight: var(--cds-body-long-01-font-weight, 400);
11143
10452
  line-height: var(--cds-body-long-01-line-height, 1.42857);
11144
10453
  letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
11145
10454
  display: block;
11146
10455
  padding: var(--cds-spacing-03, 0.5rem) var(--cds-spacing-04, 0.75rem);
11147
- border-left-width: 0.078125rem;
11148
- border-left-style: solid;
10456
+ border-left: 0.078125rem solid var(--cds-text-01, #161616);
11149
10457
  margin: var(--cds-spacing-02, 0.25rem) 0;
11150
10458
  animation: fade 600ms;
11151
- border-left-color: var(--cds-text-01, #161616);
11152
10459
  color: var(--cds-text-01, #161616);
11153
10460
  }
10461
+ @media (prefers-reduced-motion: reduce) {
10462
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__body {
10463
+ animation: none;
10464
+ }
10465
+ }
11154
10466
  .c4p--non-linear-reading__dark .c4p--non-linear-reading__body a {
11155
10467
  color: var(--cds-link-01, #0f62fe);
11156
10468
  }
@@ -11885,4 +11197,189 @@ th.c4p--datagrid__select-all-toggle-on.button {
11885
11197
  color: #161616 !important;
11886
11198
  }
11887
11199
 
11200
+ /* stylelint-disable declaration-no-important */
11201
+ .c4p--checklist__header {
11202
+ display: flex;
11203
+ padding: var(--cds-spacing-05, 1rem);
11204
+ background-color: var(--cds-ui-01, #f4f4f4);
11205
+ gap: var(--cds-spacing-03, 0.5rem);
11206
+ }
11207
+ .c4p--checklist__chart {
11208
+ position: relative;
11209
+ width: var(--cds-spacing-08, 2.5rem);
11210
+ min-width: var(--cds-spacing-08, 2.5rem);
11211
+ height: var(--cds-spacing-08, 2.5rem);
11212
+ align-self: center;
11213
+ }
11214
+ .c4p--checklist__chart::after {
11215
+ position: absolute;
11216
+ top: var(--cds-spacing-02, 0.25rem);
11217
+ left: var(--cds-spacing-02, 0.25rem);
11218
+ width: var(--cds-spacing-07, 2rem);
11219
+ height: var(--cds-spacing-07, 2rem);
11220
+ border-radius: 50%;
11221
+ background-color: var(--cds-ui-01, #f4f4f4);
11222
+ content: "";
11223
+ }
11224
+ .c4p--checklist__titles {
11225
+ display: flex;
11226
+ flex-direction: column;
11227
+ justify-content: center;
11228
+ }
11229
+ .c4p--checklist__title {
11230
+ font-size: var(--cds-productive-heading-02-font-size, 1rem);
11231
+ font-weight: var(--cds-productive-heading-02-font-weight, 600);
11232
+ line-height: var(--cds-productive-heading-02-line-height, 1.375);
11233
+ letter-spacing: var(--cds-productive-heading-02-letter-spacing, 0);
11234
+ display: -webkit-box;
11235
+ overflow: hidden;
11236
+ -webkit-box-orient: vertical;
11237
+ -webkit-line-clamp: 2;
11238
+ text-overflow: ellipsis;
11239
+ }
11240
+ .c4p--checklist__chart-label {
11241
+ font-size: var(--cds-label-01-font-size, 0.75rem);
11242
+ font-weight: var(--cds-label-01-font-weight, 400);
11243
+ line-height: var(--cds-label-01-line-height, 1.33333);
11244
+ letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
11245
+ display: -webkit-box;
11246
+ overflow: hidden;
11247
+ -webkit-box-orient: vertical;
11248
+ -webkit-line-clamp: 2;
11249
+ text-overflow: ellipsis;
11250
+ color: var(--cds-text-02, #525252);
11251
+ }
11252
+ .c4p--checklist__title + .c4p--checklist__chart-label {
11253
+ margin-top: var(--cds-spacing-01, 0.125rem);
11254
+ }
11255
+ .c4p--checklist__toggle {
11256
+ width: 30px;
11257
+ min-width: 30px;
11258
+ height: 30px;
11259
+ min-height: 30px !important;
11260
+ /* stylelint-disable-next-line carbon/layout-token-use */
11261
+ padding: 0 0.375rem !important;
11262
+ margin-top: calc(-1 * var(--cds-spacing-03, 0.5rem)) !important;
11263
+ margin-right: calc(-1 * var(--cds-spacing-03, 0.5rem)) !important;
11264
+ margin-left: auto !important;
11265
+ }
11266
+ .c4p--checklist__chevron {
11267
+ color: var(--cds-text-01, #161616);
11268
+ transform: rotate(0deg);
11269
+ transition: all 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
11270
+ }
11271
+ @media (prefers-reduced-motion: reduce) {
11272
+ .c4p--checklist__chevron {
11273
+ transition: none;
11274
+ }
11275
+ }
11276
+ .c4p--checklist__closed .c4p--checklist__chevron {
11277
+ transform: rotate(-180deg);
11278
+ }
11279
+ .c4p--checklist__button {
11280
+ max-width: none !important;
11281
+ min-height: auto !important;
11282
+ /* stylelint-disable-next-line declaration-property-value-disallowed-list */
11283
+ flex-shrink: unset !important;
11284
+ padding: 0 !important;
11285
+ border: none !important;
11286
+ background-color: transparent !important;
11287
+ color: var(--cds-link-01, #0f62fe) !important;
11288
+ }
11289
+ .c4p--checklist__button div {
11290
+ display: -webkit-box;
11291
+ overflow: hidden;
11292
+ -webkit-box-orient: vertical;
11293
+ -webkit-line-clamp: 2;
11294
+ text-overflow: ellipsis;
11295
+ }
11296
+ .c4p--checklist__button:hover {
11297
+ background: transparent;
11298
+ color: var(--cds-link-primary-hover, #0043ce);
11299
+ text-decoration: underline;
11300
+ }
11301
+ .c4p--checklist__button:active {
11302
+ background: transparent;
11303
+ color: var(--cds-text-primary, #161616);
11304
+ text-decoration: underline;
11305
+ }
11306
+ .c4p--checklist__button--error {
11307
+ color: var(--cds-text-error, #da1e28) !important;
11308
+ }
11309
+ .c4p--checklist__content-outer {
11310
+ overflow: hidden;
11311
+ }
11312
+ .c4p--checklist__content-inner {
11313
+ height: 100%;
11314
+ background-color: var(--cds-ui-01, #f4f4f4);
11315
+ transform: translate(0, 0);
11316
+ transition: all 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
11317
+ }
11318
+ @media (prefers-reduced-motion: reduce) {
11319
+ .c4p--checklist__content-inner {
11320
+ transition: none;
11321
+ }
11322
+ }
11323
+ .c4p--checklist__closed .c4p--checklist__content-inner {
11324
+ height: 0;
11325
+ transform: translate(0, -100%);
11326
+ }
11327
+ .c4p--checklist__list-group {
11328
+ padding: var(--cds-spacing-05, 1rem);
11329
+ border-top: 1px solid var(--cds-ui-03, #e0e0e0);
11330
+ }
11331
+ .c4p--checklist__list-title {
11332
+ font-size: var(--cds-body-short-01-font-size, 0.875rem);
11333
+ font-weight: var(--cds-body-short-01-font-weight, 400);
11334
+ line-height: var(--cds-body-short-01-line-height, 1.28572);
11335
+ letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
11336
+ display: -webkit-box;
11337
+ overflow: hidden;
11338
+ -webkit-box-orient: vertical;
11339
+ -webkit-line-clamp: 2;
11340
+ text-overflow: ellipsis;
11341
+ margin-bottom: var(--cds-spacing-03, 0.5rem);
11342
+ }
11343
+ .c4p--checklist__list-item {
11344
+ display: flex;
11345
+ margin-bottom: var(--cds-spacing-03, 0.5rem);
11346
+ }
11347
+ .c4p--checklist__list-item:last-child {
11348
+ margin-bottom: 0;
11349
+ }
11350
+ .c4p--checklist__icon {
11351
+ /* stylelint-disable-next-line carbon/layout-token-use */
11352
+ margin: 0.0625rem var(--cds-spacing-03, 0.5rem) 0 0;
11353
+ color: var(--cds-link-01, #0f62fe);
11354
+ }
11355
+ .c4p--checklist__icon--error {
11356
+ color: var(--cds-support-error, #da1e28);
11357
+ }
11358
+ .c4p--checklist__icon--disabled {
11359
+ color: var(--cds-disabled-03, #8d8d8d);
11360
+ }
11361
+ .c4p--checklist__label {
11362
+ font-size: var(--cds-body-short-01-font-size, 0.875rem);
11363
+ font-weight: var(--cds-body-short-01-font-weight, 400);
11364
+ line-height: var(--cds-body-short-01-line-height, 1.28572);
11365
+ letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
11366
+ display: -webkit-box;
11367
+ overflow: hidden;
11368
+ -webkit-box-orient: vertical;
11369
+ -webkit-line-clamp: 2;
11370
+ text-overflow: ellipsis;
11371
+ }
11372
+ .c4p--checklist__label--checked, .c4p--checklist__label--disabled, .c4p--checklist__label--error {
11373
+ color: var(--cds-disabled-03, #8d8d8d);
11374
+ }
11375
+ .c4p--checklist__footer {
11376
+ display: -webkit-box;
11377
+ overflow: hidden;
11378
+ -webkit-box-orient: vertical;
11379
+ -webkit-line-clamp: 2;
11380
+ text-overflow: ellipsis;
11381
+ padding: var(--cds-spacing-03, 0.5rem) var(--cds-spacing-05, 1rem);
11382
+ border-top: 1px solid var(--cds-ui-03, #e0e0e0);
11383
+ }
11384
+
11888
11385
  /*# sourceMappingURL=index-without-carbon.css.map */