@carbon/charts 1.3.1 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/build/demo/data/bar.d.ts +18 -0
  3. package/build/src/interfaces/charts.d.ts +5 -1
  4. package/build/src/interfaces/enums.d.ts +1 -1
  5. package/build/src/services/time-series.d.ts +415 -0
  6. package/bundle.js +1 -1
  7. package/components/essentials/tooltip.js +7 -0
  8. package/components/essentials/tooltip.js.map +1 -1
  9. package/configuration.js +2 -1
  10. package/configuration.js.map +1 -1
  11. package/demo/data/bar.d.ts +18 -0
  12. package/demo/data/bar.js +35 -0
  13. package/demo/data/bar.js.map +1 -1
  14. package/demo/data/bundle.js +1 -1
  15. package/demo/data/index.js +5 -0
  16. package/demo/data/index.js.map +1 -1
  17. package/demo/styles.css +1 -1675
  18. package/demo/styles.css.map +1 -1
  19. package/demo/styles.min.css +1 -1
  20. package/demo/styles.min.css.map +1 -1
  21. package/demo/tsconfig.tsbuildinfo +4 -4
  22. package/demo/utils.js +14 -5
  23. package/demo/utils.js.map +1 -1
  24. package/interfaces/charts.d.ts +5 -1
  25. package/interfaces/charts.js.map +1 -1
  26. package/interfaces/enums.d.ts +1 -1
  27. package/interfaces/enums.js +1 -1
  28. package/interfaces/enums.js.map +1 -1
  29. package/model/model.js +8 -1
  30. package/model/model.js.map +1 -1
  31. package/package.json +1 -2
  32. package/services/essentials/dom-to-image.d.ts +120 -0
  33. package/services/essentials/dom-to-image.js +720 -0
  34. package/services/essentials/dom-to-image.js.map +1 -0
  35. package/services/essentials/dom-utils.js +6 -4
  36. package/services/essentials/dom-utils.js.map +1 -1
  37. package/services/time-series.d.ts +1 -0
  38. package/services/time-series.js +13 -0
  39. package/services/time-series.js.map +1 -1
  40. package/tsconfig.tsbuildinfo +90 -75
package/demo/styles.css CHANGED
@@ -27903,1680 +27903,6 @@ div.container div#color-palette-picker {
27903
27903
  }
27904
27904
  div.container #chart-demo {
27905
27905
  max-width: 700px;
27906
- --cds-background: #ffffff;
27907
- --cds-background-active: rgba(141, 141, 141, 0.5);
27908
- --cds-background-brand: #0f62fe;
27909
- --cds-background-hover: rgba(141, 141, 141, 0.12);
27910
- --cds-background-inverse: #393939;
27911
- --cds-background-inverse-hover: #474747;
27912
- --cds-background-selected: rgba(141, 141, 141, 0.2);
27913
- --cds-background-selected-hover: rgba(141, 141, 141, 0.32);
27914
- --cds-border-disabled: #c6c6c6;
27915
- --cds-border-interactive: #0f62fe;
27916
- --cds-border-inverse: #161616;
27917
- --cds-border-strong-01: #8d8d8d;
27918
- --cds-border-strong-02: #8d8d8d;
27919
- --cds-border-strong-03: #8d8d8d;
27920
- --cds-border-subtle-00: #e0e0e0;
27921
- --cds-border-subtle-01: #e0e0e0;
27922
- --cds-border-subtle-02: #e0e0e0;
27923
- --cds-border-subtle-03: #e0e0e0;
27924
- --cds-border-subtle-selected-01: #c6c6c6;
27925
- --cds-border-subtle-selected-02: #c6c6c6;
27926
- --cds-border-subtle-selected-03: #c6c6c6;
27927
- --cds-field-01: #f4f4f4;
27928
- --cds-field-02: #ffffff;
27929
- --cds-field-03: #f4f4f4;
27930
- --cds-field-hover-01: #e8e8e8;
27931
- --cds-field-hover-02: #e8e8e8;
27932
- --cds-field-hover-03: #e8e8e8;
27933
- --cds-focus: #0f62fe;
27934
- --cds-focus-inset: #ffffff;
27935
- --cds-focus-inverse: #ffffff;
27936
- --cds-highlight: #d0e2ff;
27937
- --cds-icon-disabled: rgba(22, 22, 22, 0.25);
27938
- --cds-icon-inverse: #ffffff;
27939
- --cds-icon-on-color: #ffffff;
27940
- --cds-icon-on-color-disabled: #8d8d8d;
27941
- --cds-icon-primary: #161616;
27942
- --cds-icon-secondary: #525252;
27943
- --cds-interactive: #0f62fe;
27944
- --cds-layer-01: #f4f4f4;
27945
- --cds-layer-02: #ffffff;
27946
- --cds-layer-03: #f4f4f4;
27947
- --cds-layer-accent-01: #e0e0e0;
27948
- --cds-layer-accent-02: #e0e0e0;
27949
- --cds-layer-accent-03: #e0e0e0;
27950
- --cds-layer-accent-active-01: #a8a8a8;
27951
- --cds-layer-accent-active-02: #a8a8a8;
27952
- --cds-layer-accent-active-03: #a8a8a8;
27953
- --cds-layer-accent-hover-01: #d1d1d1;
27954
- --cds-layer-accent-hover-02: #d1d1d1;
27955
- --cds-layer-accent-hover-03: #d1d1d1;
27956
- --cds-layer-active-01: #c6c6c6;
27957
- --cds-layer-active-02: #c6c6c6;
27958
- --cds-layer-active-03: #c6c6c6;
27959
- --cds-layer-hover-01: #e8e8e8;
27960
- --cds-layer-hover-02: #e8e8e8;
27961
- --cds-layer-hover-03: #e8e8e8;
27962
- --cds-layer-selected-01: #e0e0e0;
27963
- --cds-layer-selected-02: #e0e0e0;
27964
- --cds-layer-selected-03: #e0e0e0;
27965
- --cds-layer-selected-disabled: #8d8d8d;
27966
- --cds-layer-selected-hover-01: #d1d1d1;
27967
- --cds-layer-selected-hover-02: #d1d1d1;
27968
- --cds-layer-selected-hover-03: #d1d1d1;
27969
- --cds-layer-selected-inverse: #161616;
27970
- --cds-link-inverse: #78a9ff;
27971
- --cds-link-inverse-active: #f4f4f4;
27972
- --cds-link-inverse-hover: #a6c8ff;
27973
- --cds-link-primary: #0f62fe;
27974
- --cds-link-primary-hover: #0043ce;
27975
- --cds-link-secondary: #0043ce;
27976
- --cds-link-visited: #8a3ffc;
27977
- --cds-overlay: rgba(22, 22, 22, 0.5);
27978
- --cds-shadow: rgba(0, 0, 0, 0.3);
27979
- --cds-skeleton-background: #e8e8e8;
27980
- --cds-skeleton-element: #c6c6c6;
27981
- --cds-support-caution-major: #ff832b;
27982
- --cds-support-caution-minor: #f1c21b;
27983
- --cds-support-caution-undefined: #8a3ffc;
27984
- --cds-support-error: #da1e28;
27985
- --cds-support-error-inverse: #fa4d56;
27986
- --cds-support-info: #0043ce;
27987
- --cds-support-info-inverse: #4589ff;
27988
- --cds-support-success: #198038;
27989
- --cds-support-success-inverse: #42be65;
27990
- --cds-support-warning: #f1c21b;
27991
- --cds-support-warning-inverse: #f1c21b;
27992
- --cds-text-disabled: rgba(22, 22, 22, 0.25);
27993
- --cds-text-error: #da1e28;
27994
- --cds-text-helper: #6f6f6f;
27995
- --cds-text-inverse: #ffffff;
27996
- --cds-text-on-color: #ffffff;
27997
- --cds-text-on-color-disabled: #8d8d8d;
27998
- --cds-text-placeholder: rgba(22, 22, 22, 0.4);
27999
- --cds-text-primary: #161616;
28000
- --cds-text-secondary: #525252;
28001
- --cds-toggle-off: #8d8d8d;
28002
- --cds-spacing-01: 0.125rem;
28003
- --cds-spacing-02: 0.25rem;
28004
- --cds-spacing-03: 0.5rem;
28005
- --cds-spacing-04: 0.75rem;
28006
- --cds-spacing-05: 1rem;
28007
- --cds-spacing-06: 1.5rem;
28008
- --cds-spacing-07: 2rem;
28009
- --cds-spacing-08: 2.5rem;
28010
- --cds-spacing-09: 3rem;
28011
- --cds-spacing-10: 4rem;
28012
- --cds-spacing-11: 5rem;
28013
- --cds-spacing-12: 6rem;
28014
- --cds-spacing-13: 10rem;
28015
- --cds-fluid-spacing-01: 0;
28016
- --cds-fluid-spacing-02: 2vw;
28017
- --cds-fluid-spacing-03: 5vw;
28018
- --cds-fluid-spacing-04: 10vw;
28019
- --cds-label-01-font-size: 0.75rem;
28020
- --cds-label-01-font-weight: 400;
28021
- --cds-label-01-line-height: 1.33333;
28022
- --cds-label-01-letter-spacing: 0.32px;
28023
- --cds-helper-text-01-font-size: 0.75rem;
28024
- --cds-helper-text-01-line-height: 1.33333;
28025
- --cds-helper-text-01-letter-spacing: 0.32px;
28026
- --cds-body-short-01-font-size: 0.875rem;
28027
- --cds-body-short-01-font-weight: 400;
28028
- --cds-body-short-01-line-height: 1.28572;
28029
- --cds-body-short-01-letter-spacing: 0.16px;
28030
- --cds-body-short-02-font-size: 1rem;
28031
- --cds-body-short-02-font-weight: 400;
28032
- --cds-body-short-02-line-height: 1.375;
28033
- --cds-body-short-02-letter-spacing: 0;
28034
- --cds-body-long-01-font-size: 0.875rem;
28035
- --cds-body-long-01-font-weight: 400;
28036
- --cds-body-long-01-line-height: 1.42857;
28037
- --cds-body-long-01-letter-spacing: 0.16px;
28038
- --cds-body-long-02-font-size: 1rem;
28039
- --cds-body-long-02-font-weight: 400;
28040
- --cds-body-long-02-line-height: 1.5;
28041
- --cds-body-long-02-letter-spacing: 0;
28042
- --cds-code-01-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
28043
- --cds-code-01-font-size: 0.75rem;
28044
- --cds-code-01-font-weight: 400;
28045
- --cds-code-01-line-height: 1.33333;
28046
- --cds-code-01-letter-spacing: 0.32px;
28047
- --cds-code-02-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
28048
- --cds-code-02-font-size: 0.875rem;
28049
- --cds-code-02-font-weight: 400;
28050
- --cds-code-02-line-height: 1.42857;
28051
- --cds-code-02-letter-spacing: 0.32px;
28052
- --cds-heading-01-font-size: 0.875rem;
28053
- --cds-heading-01-font-weight: 600;
28054
- --cds-heading-01-line-height: 1.42857;
28055
- --cds-heading-01-letter-spacing: 0.16px;
28056
- --cds-heading-02-font-size: 1rem;
28057
- --cds-heading-02-font-weight: 600;
28058
- --cds-heading-02-line-height: 1.5;
28059
- --cds-heading-02-letter-spacing: 0;
28060
- --cds-productive-heading-01-font-size: 0.875rem;
28061
- --cds-productive-heading-01-font-weight: 600;
28062
- --cds-productive-heading-01-line-height: 1.28572;
28063
- --cds-productive-heading-01-letter-spacing: 0.16px;
28064
- --cds-productive-heading-02-font-size: 1rem;
28065
- --cds-productive-heading-02-font-weight: 600;
28066
- --cds-productive-heading-02-line-height: 1.375;
28067
- --cds-productive-heading-02-letter-spacing: 0;
28068
- --cds-productive-heading-03-font-size: 1.25rem;
28069
- --cds-productive-heading-03-font-weight: 400;
28070
- --cds-productive-heading-03-line-height: 1.4;
28071
- --cds-productive-heading-03-letter-spacing: 0;
28072
- --cds-productive-heading-04-font-size: 1.75rem;
28073
- --cds-productive-heading-04-font-weight: 400;
28074
- --cds-productive-heading-04-line-height: 1.28572;
28075
- --cds-productive-heading-04-letter-spacing: 0;
28076
- --cds-productive-heading-05-font-size: 2rem;
28077
- --cds-productive-heading-05-font-weight: 400;
28078
- --cds-productive-heading-05-line-height: 1.25;
28079
- --cds-productive-heading-05-letter-spacing: 0;
28080
- --cds-productive-heading-06-font-size: 2rem;
28081
- --cds-productive-heading-06-font-weight: 300;
28082
- --cds-productive-heading-06-line-height: 1.199;
28083
- --cds-productive-heading-06-letter-spacing: 0;
28084
- --cds-productive-heading-07-font-size: 2.625rem;
28085
- --cds-productive-heading-07-font-weight: 300;
28086
- --cds-productive-heading-07-line-height: 1.19;
28087
- --cds-productive-heading-07-letter-spacing: 0;
28088
- --cds-expressive-paragraph-01-font-size: 1.5rem;
28089
- --cds-expressive-paragraph-01-font-weight: 300;
28090
- --cds-expressive-paragraph-01-line-height: 1.334;
28091
- --cds-expressive-paragraph-01-letter-spacing: 0;
28092
- --cds-expressive-heading-01-font-size: 0.875rem;
28093
- --cds-expressive-heading-01-font-weight: 600;
28094
- --cds-expressive-heading-01-line-height: 1.42857;
28095
- --cds-expressive-heading-01-letter-spacing: 0.16px;
28096
- --cds-expressive-heading-02-font-size: 1rem;
28097
- --cds-expressive-heading-02-font-weight: 600;
28098
- --cds-expressive-heading-02-line-height: 1.5;
28099
- --cds-expressive-heading-02-letter-spacing: 0;
28100
- --cds-expressive-heading-03-font-size: 1.25rem;
28101
- --cds-expressive-heading-03-font-weight: 400;
28102
- --cds-expressive-heading-03-line-height: 1.4;
28103
- --cds-expressive-heading-03-letter-spacing: 0;
28104
- --cds-expressive-heading-04-font-size: 1.75rem;
28105
- --cds-expressive-heading-04-font-weight: 400;
28106
- --cds-expressive-heading-04-line-height: 1.28572;
28107
- --cds-expressive-heading-04-letter-spacing: 0;
28108
- --cds-expressive-heading-05-font-size: 2rem;
28109
- --cds-expressive-heading-05-font-weight: 400;
28110
- --cds-expressive-heading-05-line-height: 1.25;
28111
- --cds-expressive-heading-05-letter-spacing: 0;
28112
- --cds-expressive-heading-06-font-size: 2rem;
28113
- --cds-expressive-heading-06-font-weight: 600;
28114
- --cds-expressive-heading-06-line-height: 1.25;
28115
- --cds-expressive-heading-06-letter-spacing: 0;
28116
- --cds-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
28117
- --cds-quotation-01-font-size: 1.25rem;
28118
- --cds-quotation-01-font-weight: 400;
28119
- --cds-quotation-01-line-height: 1.3;
28120
- --cds-quotation-01-letter-spacing: 0;
28121
- --cds-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
28122
- --cds-quotation-02-font-size: 2rem;
28123
- --cds-quotation-02-font-weight: 300;
28124
- --cds-quotation-02-line-height: 1.25;
28125
- --cds-quotation-02-letter-spacing: 0;
28126
- --cds-display-01-font-size: 2.625rem;
28127
- --cds-display-01-font-weight: 300;
28128
- --cds-display-01-line-height: 1.19;
28129
- --cds-display-01-letter-spacing: 0;
28130
- --cds-display-02-font-size: 2.625rem;
28131
- --cds-display-02-font-weight: 600;
28132
- --cds-display-02-line-height: 1.19;
28133
- --cds-display-02-letter-spacing: 0;
28134
- --cds-display-03-font-size: 2.625rem;
28135
- --cds-display-03-font-weight: 300;
28136
- --cds-display-03-line-height: 1.19;
28137
- --cds-display-03-letter-spacing: 0;
28138
- --cds-display-04-font-size: 2.625rem;
28139
- --cds-display-04-font-weight: 600;
28140
- --cds-display-04-line-height: 1.19;
28141
- --cds-display-04-letter-spacing: 0;
28142
- --cds-legal-01-font-size: 0.75rem;
28143
- --cds-legal-01-font-weight: 400;
28144
- --cds-legal-01-line-height: 1.33333;
28145
- --cds-legal-01-letter-spacing: 0.32px;
28146
- --cds-legal-02-font-size: 0.875rem;
28147
- --cds-legal-02-font-weight: 400;
28148
- --cds-legal-02-line-height: 1.28572;
28149
- --cds-legal-02-letter-spacing: 0.16px;
28150
- --cds-body-compact-01-font-size: 0.875rem;
28151
- --cds-body-compact-01-font-weight: 400;
28152
- --cds-body-compact-01-line-height: 1.28572;
28153
- --cds-body-compact-01-letter-spacing: 0.16px;
28154
- --cds-body-compact-02-font-size: 1rem;
28155
- --cds-body-compact-02-font-weight: 400;
28156
- --cds-body-compact-02-line-height: 1.375;
28157
- --cds-body-compact-02-letter-spacing: 0;
28158
- --cds-heading-compact-01-font-size: 0.875rem;
28159
- --cds-heading-compact-01-font-weight: 600;
28160
- --cds-heading-compact-01-line-height: 1.28572;
28161
- --cds-heading-compact-01-letter-spacing: 0.16px;
28162
- --cds-heading-compact-02-font-size: 1rem;
28163
- --cds-heading-compact-02-font-weight: 600;
28164
- --cds-heading-compact-02-line-height: 1.375;
28165
- --cds-heading-compact-02-letter-spacing: 0;
28166
- --cds-body-01-font-size: 0.875rem;
28167
- --cds-body-01-font-weight: 400;
28168
- --cds-body-01-line-height: 1.42857;
28169
- --cds-body-01-letter-spacing: 0.16px;
28170
- --cds-body-02-font-size: 1rem;
28171
- --cds-body-02-font-weight: 400;
28172
- --cds-body-02-line-height: 1.5;
28173
- --cds-body-02-letter-spacing: 0;
28174
- --cds-heading-03-font-size: 1.25rem;
28175
- --cds-heading-03-font-weight: 400;
28176
- --cds-heading-03-line-height: 1.4;
28177
- --cds-heading-03-letter-spacing: 0;
28178
- --cds-heading-04-font-size: 1.75rem;
28179
- --cds-heading-04-font-weight: 400;
28180
- --cds-heading-04-line-height: 1.28572;
28181
- --cds-heading-04-letter-spacing: 0;
28182
- --cds-heading-05-font-size: 2rem;
28183
- --cds-heading-05-font-weight: 400;
28184
- --cds-heading-05-line-height: 1.25;
28185
- --cds-heading-05-letter-spacing: 0;
28186
- --cds-heading-06-font-size: 2rem;
28187
- --cds-heading-06-font-weight: 300;
28188
- --cds-heading-06-line-height: 1.199;
28189
- --cds-heading-06-letter-spacing: 0;
28190
- --cds-heading-07-font-size: 2.625rem;
28191
- --cds-heading-07-font-weight: 300;
28192
- --cds-heading-07-line-height: 1.19;
28193
- --cds-heading-07-letter-spacing: 0;
28194
- --cds-fluid-heading-03-font-size: 1.25rem;
28195
- --cds-fluid-heading-03-font-weight: 400;
28196
- --cds-fluid-heading-03-line-height: 1.4;
28197
- --cds-fluid-heading-03-letter-spacing: 0;
28198
- --cds-fluid-heading-04-font-size: 1.75rem;
28199
- --cds-fluid-heading-04-font-weight: 400;
28200
- --cds-fluid-heading-04-line-height: 1.28572;
28201
- --cds-fluid-heading-04-letter-spacing: 0;
28202
- --cds-fluid-heading-05-font-size: 2rem;
28203
- --cds-fluid-heading-05-font-weight: 400;
28204
- --cds-fluid-heading-05-line-height: 1.25;
28205
- --cds-fluid-heading-05-letter-spacing: 0;
28206
- --cds-fluid-heading-06-font-size: 2rem;
28207
- --cds-fluid-heading-06-font-weight: 600;
28208
- --cds-fluid-heading-06-line-height: 1.25;
28209
- --cds-fluid-heading-06-letter-spacing: 0;
28210
- --cds-fluid-paragraph-01-font-size: 1.5rem;
28211
- --cds-fluid-paragraph-01-font-weight: 300;
28212
- --cds-fluid-paragraph-01-line-height: 1.334;
28213
- --cds-fluid-paragraph-01-letter-spacing: 0;
28214
- --cds-fluid-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
28215
- --cds-fluid-quotation-01-font-size: 1.25rem;
28216
- --cds-fluid-quotation-01-font-weight: 400;
28217
- --cds-fluid-quotation-01-line-height: 1.3;
28218
- --cds-fluid-quotation-01-letter-spacing: 0;
28219
- --cds-fluid-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
28220
- --cds-fluid-quotation-02-font-size: 2rem;
28221
- --cds-fluid-quotation-02-font-weight: 300;
28222
- --cds-fluid-quotation-02-line-height: 1.25;
28223
- --cds-fluid-quotation-02-letter-spacing: 0;
28224
- --cds-fluid-display-01-font-size: 2.625rem;
28225
- --cds-fluid-display-01-font-weight: 300;
28226
- --cds-fluid-display-01-line-height: 1.19;
28227
- --cds-fluid-display-01-letter-spacing: 0;
28228
- --cds-fluid-display-02-font-size: 2.625rem;
28229
- --cds-fluid-display-02-font-weight: 600;
28230
- --cds-fluid-display-02-line-height: 1.19;
28231
- --cds-fluid-display-02-letter-spacing: 0;
28232
- --cds-fluid-display-03-font-size: 2.625rem;
28233
- --cds-fluid-display-03-font-weight: 300;
28234
- --cds-fluid-display-03-line-height: 1.19;
28235
- --cds-fluid-display-03-letter-spacing: 0;
28236
- --cds-fluid-display-04-font-size: 2.625rem;
28237
- --cds-fluid-display-04-font-weight: 600;
28238
- --cds-fluid-display-04-line-height: 1.19;
28239
- --cds-fluid-display-04-letter-spacing: 0;
28240
- --cds-button-separator: #e0e0e0;
28241
- --cds-button-primary: #0f62fe;
28242
- --cds-button-secondary: #393939;
28243
- --cds-button-tertiary: #0f62fe;
28244
- --cds-button-danger-primary: #da1e28;
28245
- --cds-button-danger-secondary: #da1e28;
28246
- --cds-button-danger-active: #750e13;
28247
- --cds-button-primary-active: #002d9c;
28248
- --cds-button-secondary-active: #6f6f6f;
28249
- --cds-button-tertiary-active: #002d9c;
28250
- --cds-button-danger-hover: #b81922;
28251
- --cds-button-primary-hover: #0050e6;
28252
- --cds-button-secondary-hover: #474747;
28253
- --cds-button-tertiary-hover: #0050e6;
28254
- --cds-button-disabled: #c6c6c6;
28255
- --cds-tag-background-red: #ffd7d9;
28256
- --cds-tag-color-red: #750e13;
28257
- --cds-tag-hover-red: #ffb3b8;
28258
- --cds-tag-background-magenta: #ffd6e8;
28259
- --cds-tag-color-magenta: #740937;
28260
- --cds-tag-hover-magenta: #ffafd2;
28261
- --cds-tag-background-purple: #e8daff;
28262
- --cds-tag-color-purple: #491d8b;
28263
- --cds-tag-hover-purple: #d4bbff;
28264
- --cds-tag-background-blue: #d0e2ff;
28265
- --cds-tag-color-blue: #002d9c;
28266
- --cds-tag-hover-blue: #a6c8ff;
28267
- --cds-tag-background-cyan: #bae6ff;
28268
- --cds-tag-color-cyan: #003a6d;
28269
- --cds-tag-hover-cyan: #82cfff;
28270
- --cds-tag-background-teal: #9ef0f0;
28271
- --cds-tag-color-teal: #004144;
28272
- --cds-tag-hover-teal: #3ddbd9;
28273
- --cds-tag-background-green: #a7f0ba;
28274
- --cds-tag-color-green: #044317;
28275
- --cds-tag-hover-green: #6fdc8c;
28276
- --cds-tag-background-gray: #e0e0e0;
28277
- --cds-tag-color-gray: #393939;
28278
- --cds-tag-hover-gray: #c6c6c6;
28279
- --cds-tag-background-cool-gray: #dde1e6;
28280
- --cds-tag-color-cool-gray: #343a3f;
28281
- --cds-tag-hover-cool-gray: #c1c7cd;
28282
- --cds-tag-background-warm-gray: #e5e0df;
28283
- --cds-tag-color-warm-gray: #3c3838;
28284
- --cds-tag-hover-warm-gray: #cac5c4;
28285
- --cds-notification-background-error: #fff1f1;
28286
- --cds-notification-background-success: #defbe6;
28287
- --cds-notification-background-info: #edf5ff;
28288
- --cds-notification-background-warning: #fdf6dd;
28289
- --cds-notification-action-hover: #ffffff;
28290
- --cds-notification-action-tertiary-inverse: #ffffff;
28291
- --cds-notification-action-tertiary-inverse-active: #c6c6c6;
28292
- --cds-notification-action-tertiary-inverse-hover: #f4f4f4;
28293
- --cds-notification-action-tertiary-inverse-text: #161616;
28294
- --cds-notification-action-tertiary-inverse-text-on-color-disabled: rgba(255, 255, 255, 0.25);
28295
- --cds-color-scheme: light;
28296
- --cds-alert-stroke: #b28600;
28297
- --cds-layer-01-absolute: #ffffff;
28298
- --cds-layer-inverse-absolute: #000000;
28299
- --cds-null-state: none;
28300
- --cds-grid-bg: #ffffff;
28301
- --cds-meter-range-indicator: #a8a8a8;
28302
- --cds-network-diagrams-background-hover: #f1f1f1;
28303
- --cds-tooltip-line-border: #e0e0e0;
28304
- --cds-zone-fill-01: #f4f4f4;
28305
- --cds-zone-stroke-01: #8d8d8d;
28306
- --cds-zone-fill-02: #e0e0e0;
28307
- --cds-zone-stroke-02: #8d8d8d;
28308
- --cds-zone-fill-03: #c6c6c6;
28309
- --cds-zone-stroke-03: #8d8d8d;
28310
- --cds-layer: var(--cds-layer-01, #f4f4f4);
28311
- --cds-layer-active: var(--cds-layer-active-01, #c6c6c6);
28312
- --cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);
28313
- --cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);
28314
- --cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);
28315
- --cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);
28316
- --cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);
28317
- --cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);
28318
- --cds-field: var(--cds-field-01, #f4f4f4);
28319
- --cds-field-hover: var(--cds-field-hover-01, #e8e8e8);
28320
- --cds-border-subtle: var(--cds-border-subtle-01, #e0e0e0);
28321
- --cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);
28322
- --cds-border-strong: var(--cds-border-strong-01, #8d8d8d);
28323
- }
28324
- div.container #chart-demo[data-carbon-theme=g10] {
28325
- --cds-background: #f4f4f4;
28326
- --cds-background-active: rgba(141, 141, 141, 0.5);
28327
- --cds-background-brand: #0f62fe;
28328
- --cds-background-hover: rgba(141, 141, 141, 0.12);
28329
- --cds-background-inverse: #393939;
28330
- --cds-background-inverse-hover: #474747;
28331
- --cds-background-selected: rgba(141, 141, 141, 0.2);
28332
- --cds-background-selected-hover: rgba(141, 141, 141, 0.32);
28333
- --cds-border-disabled: #c6c6c6;
28334
- --cds-border-interactive: #0f62fe;
28335
- --cds-border-inverse: #161616;
28336
- --cds-border-strong-01: #8d8d8d;
28337
- --cds-border-strong-02: #8d8d8d;
28338
- --cds-border-strong-03: #8d8d8d;
28339
- --cds-border-subtle-00: #e0e0e0;
28340
- --cds-border-subtle-01: #e0e0e0;
28341
- --cds-border-subtle-02: #e0e0e0;
28342
- --cds-border-subtle-03: #e0e0e0;
28343
- --cds-border-subtle-selected-01: #c6c6c6;
28344
- --cds-border-subtle-selected-02: #c6c6c6;
28345
- --cds-border-subtle-selected-03: #c6c6c6;
28346
- --cds-field-01: #ffffff;
28347
- --cds-field-02: #f4f4f4;
28348
- --cds-field-03: #ffffff;
28349
- --cds-field-hover-01: #e8e8e8;
28350
- --cds-field-hover-02: #e8e8e8;
28351
- --cds-field-hover-03: #e8e8e8;
28352
- --cds-focus: #0f62fe;
28353
- --cds-focus-inset: #ffffff;
28354
- --cds-focus-inverse: #ffffff;
28355
- --cds-highlight: #d0e2ff;
28356
- --cds-icon-disabled: rgba(22, 22, 22, 0.25);
28357
- --cds-icon-inverse: #ffffff;
28358
- --cds-icon-on-color: #ffffff;
28359
- --cds-icon-on-color-disabled: #8d8d8d;
28360
- --cds-icon-primary: #161616;
28361
- --cds-icon-secondary: #525252;
28362
- --cds-interactive: #0f62fe;
28363
- --cds-layer-01: #ffffff;
28364
- --cds-layer-02: #f4f4f4;
28365
- --cds-layer-03: #ffffff;
28366
- --cds-layer-accent-01: #e0e0e0;
28367
- --cds-layer-accent-02: #e0e0e0;
28368
- --cds-layer-accent-03: #e0e0e0;
28369
- --cds-layer-accent-active-01: #a8a8a8;
28370
- --cds-layer-accent-active-02: #a8a8a8;
28371
- --cds-layer-accent-active-03: #a8a8a8;
28372
- --cds-layer-accent-hover-01: #d1d1d1;
28373
- --cds-layer-accent-hover-02: #d1d1d1;
28374
- --cds-layer-accent-hover-03: #d1d1d1;
28375
- --cds-layer-active-01: #c6c6c6;
28376
- --cds-layer-active-02: #c6c6c6;
28377
- --cds-layer-active-03: #c6c6c6;
28378
- --cds-layer-hover-01: #e8e8e8;
28379
- --cds-layer-hover-02: #e8e8e8;
28380
- --cds-layer-hover-03: #e8e8e8;
28381
- --cds-layer-selected-01: #e0e0e0;
28382
- --cds-layer-selected-02: #e0e0e0;
28383
- --cds-layer-selected-03: #e0e0e0;
28384
- --cds-layer-selected-disabled: #8d8d8d;
28385
- --cds-layer-selected-hover-01: #d1d1d1;
28386
- --cds-layer-selected-hover-02: #d1d1d1;
28387
- --cds-layer-selected-hover-03: #d1d1d1;
28388
- --cds-layer-selected-inverse: #161616;
28389
- --cds-link-inverse: #78a9ff;
28390
- --cds-link-inverse-active: #f4f4f4;
28391
- --cds-link-inverse-hover: #a6c8ff;
28392
- --cds-link-primary: #0f62fe;
28393
- --cds-link-primary-hover: #0043ce;
28394
- --cds-link-secondary: #0043ce;
28395
- --cds-link-visited: #8a3ffc;
28396
- --cds-overlay: rgba(22, 22, 22, 0.5);
28397
- --cds-shadow: rgba(0, 0, 0, 0.3);
28398
- --cds-skeleton-background: #e8e8e8;
28399
- --cds-skeleton-element: #c6c6c6;
28400
- --cds-support-caution-major: #ff832b;
28401
- --cds-support-caution-minor: #f1c21b;
28402
- --cds-support-caution-undefined: #8a3ffc;
28403
- --cds-support-error: #da1e28;
28404
- --cds-support-error-inverse: #fa4d56;
28405
- --cds-support-info: #0043ce;
28406
- --cds-support-info-inverse: #4589ff;
28407
- --cds-support-success: #198038;
28408
- --cds-support-success-inverse: #42be65;
28409
- --cds-support-warning: #f1c21b;
28410
- --cds-support-warning-inverse: #f1c21b;
28411
- --cds-text-disabled: rgba(22, 22, 22, 0.25);
28412
- --cds-text-error: #da1e28;
28413
- --cds-text-helper: #6f6f6f;
28414
- --cds-text-inverse: #ffffff;
28415
- --cds-text-on-color: #ffffff;
28416
- --cds-text-on-color-disabled: #8d8d8d;
28417
- --cds-text-placeholder: rgba(22, 22, 22, 0.4);
28418
- --cds-text-primary: #161616;
28419
- --cds-text-secondary: #525252;
28420
- --cds-toggle-off: #8d8d8d;
28421
- --cds-spacing-01: 0.125rem;
28422
- --cds-spacing-02: 0.25rem;
28423
- --cds-spacing-03: 0.5rem;
28424
- --cds-spacing-04: 0.75rem;
28425
- --cds-spacing-05: 1rem;
28426
- --cds-spacing-06: 1.5rem;
28427
- --cds-spacing-07: 2rem;
28428
- --cds-spacing-08: 2.5rem;
28429
- --cds-spacing-09: 3rem;
28430
- --cds-spacing-10: 4rem;
28431
- --cds-spacing-11: 5rem;
28432
- --cds-spacing-12: 6rem;
28433
- --cds-spacing-13: 10rem;
28434
- --cds-fluid-spacing-01: 0;
28435
- --cds-fluid-spacing-02: 2vw;
28436
- --cds-fluid-spacing-03: 5vw;
28437
- --cds-fluid-spacing-04: 10vw;
28438
- --cds-label-01-font-size: 0.75rem;
28439
- --cds-label-01-font-weight: 400;
28440
- --cds-label-01-line-height: 1.33333;
28441
- --cds-label-01-letter-spacing: 0.32px;
28442
- --cds-helper-text-01-font-size: 0.75rem;
28443
- --cds-helper-text-01-line-height: 1.33333;
28444
- --cds-helper-text-01-letter-spacing: 0.32px;
28445
- --cds-body-short-01-font-size: 0.875rem;
28446
- --cds-body-short-01-font-weight: 400;
28447
- --cds-body-short-01-line-height: 1.28572;
28448
- --cds-body-short-01-letter-spacing: 0.16px;
28449
- --cds-body-short-02-font-size: 1rem;
28450
- --cds-body-short-02-font-weight: 400;
28451
- --cds-body-short-02-line-height: 1.375;
28452
- --cds-body-short-02-letter-spacing: 0;
28453
- --cds-body-long-01-font-size: 0.875rem;
28454
- --cds-body-long-01-font-weight: 400;
28455
- --cds-body-long-01-line-height: 1.42857;
28456
- --cds-body-long-01-letter-spacing: 0.16px;
28457
- --cds-body-long-02-font-size: 1rem;
28458
- --cds-body-long-02-font-weight: 400;
28459
- --cds-body-long-02-line-height: 1.5;
28460
- --cds-body-long-02-letter-spacing: 0;
28461
- --cds-code-01-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
28462
- --cds-code-01-font-size: 0.75rem;
28463
- --cds-code-01-font-weight: 400;
28464
- --cds-code-01-line-height: 1.33333;
28465
- --cds-code-01-letter-spacing: 0.32px;
28466
- --cds-code-02-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
28467
- --cds-code-02-font-size: 0.875rem;
28468
- --cds-code-02-font-weight: 400;
28469
- --cds-code-02-line-height: 1.42857;
28470
- --cds-code-02-letter-spacing: 0.32px;
28471
- --cds-heading-01-font-size: 0.875rem;
28472
- --cds-heading-01-font-weight: 600;
28473
- --cds-heading-01-line-height: 1.42857;
28474
- --cds-heading-01-letter-spacing: 0.16px;
28475
- --cds-heading-02-font-size: 1rem;
28476
- --cds-heading-02-font-weight: 600;
28477
- --cds-heading-02-line-height: 1.5;
28478
- --cds-heading-02-letter-spacing: 0;
28479
- --cds-productive-heading-01-font-size: 0.875rem;
28480
- --cds-productive-heading-01-font-weight: 600;
28481
- --cds-productive-heading-01-line-height: 1.28572;
28482
- --cds-productive-heading-01-letter-spacing: 0.16px;
28483
- --cds-productive-heading-02-font-size: 1rem;
28484
- --cds-productive-heading-02-font-weight: 600;
28485
- --cds-productive-heading-02-line-height: 1.375;
28486
- --cds-productive-heading-02-letter-spacing: 0;
28487
- --cds-productive-heading-03-font-size: 1.25rem;
28488
- --cds-productive-heading-03-font-weight: 400;
28489
- --cds-productive-heading-03-line-height: 1.4;
28490
- --cds-productive-heading-03-letter-spacing: 0;
28491
- --cds-productive-heading-04-font-size: 1.75rem;
28492
- --cds-productive-heading-04-font-weight: 400;
28493
- --cds-productive-heading-04-line-height: 1.28572;
28494
- --cds-productive-heading-04-letter-spacing: 0;
28495
- --cds-productive-heading-05-font-size: 2rem;
28496
- --cds-productive-heading-05-font-weight: 400;
28497
- --cds-productive-heading-05-line-height: 1.25;
28498
- --cds-productive-heading-05-letter-spacing: 0;
28499
- --cds-productive-heading-06-font-size: 2rem;
28500
- --cds-productive-heading-06-font-weight: 300;
28501
- --cds-productive-heading-06-line-height: 1.199;
28502
- --cds-productive-heading-06-letter-spacing: 0;
28503
- --cds-productive-heading-07-font-size: 2.625rem;
28504
- --cds-productive-heading-07-font-weight: 300;
28505
- --cds-productive-heading-07-line-height: 1.19;
28506
- --cds-productive-heading-07-letter-spacing: 0;
28507
- --cds-expressive-paragraph-01-font-size: 1.5rem;
28508
- --cds-expressive-paragraph-01-font-weight: 300;
28509
- --cds-expressive-paragraph-01-line-height: 1.334;
28510
- --cds-expressive-paragraph-01-letter-spacing: 0;
28511
- --cds-expressive-heading-01-font-size: 0.875rem;
28512
- --cds-expressive-heading-01-font-weight: 600;
28513
- --cds-expressive-heading-01-line-height: 1.42857;
28514
- --cds-expressive-heading-01-letter-spacing: 0.16px;
28515
- --cds-expressive-heading-02-font-size: 1rem;
28516
- --cds-expressive-heading-02-font-weight: 600;
28517
- --cds-expressive-heading-02-line-height: 1.5;
28518
- --cds-expressive-heading-02-letter-spacing: 0;
28519
- --cds-expressive-heading-03-font-size: 1.25rem;
28520
- --cds-expressive-heading-03-font-weight: 400;
28521
- --cds-expressive-heading-03-line-height: 1.4;
28522
- --cds-expressive-heading-03-letter-spacing: 0;
28523
- --cds-expressive-heading-04-font-size: 1.75rem;
28524
- --cds-expressive-heading-04-font-weight: 400;
28525
- --cds-expressive-heading-04-line-height: 1.28572;
28526
- --cds-expressive-heading-04-letter-spacing: 0;
28527
- --cds-expressive-heading-05-font-size: 2rem;
28528
- --cds-expressive-heading-05-font-weight: 400;
28529
- --cds-expressive-heading-05-line-height: 1.25;
28530
- --cds-expressive-heading-05-letter-spacing: 0;
28531
- --cds-expressive-heading-06-font-size: 2rem;
28532
- --cds-expressive-heading-06-font-weight: 600;
28533
- --cds-expressive-heading-06-line-height: 1.25;
28534
- --cds-expressive-heading-06-letter-spacing: 0;
28535
- --cds-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
28536
- --cds-quotation-01-font-size: 1.25rem;
28537
- --cds-quotation-01-font-weight: 400;
28538
- --cds-quotation-01-line-height: 1.3;
28539
- --cds-quotation-01-letter-spacing: 0;
28540
- --cds-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
28541
- --cds-quotation-02-font-size: 2rem;
28542
- --cds-quotation-02-font-weight: 300;
28543
- --cds-quotation-02-line-height: 1.25;
28544
- --cds-quotation-02-letter-spacing: 0;
28545
- --cds-display-01-font-size: 2.625rem;
28546
- --cds-display-01-font-weight: 300;
28547
- --cds-display-01-line-height: 1.19;
28548
- --cds-display-01-letter-spacing: 0;
28549
- --cds-display-02-font-size: 2.625rem;
28550
- --cds-display-02-font-weight: 600;
28551
- --cds-display-02-line-height: 1.19;
28552
- --cds-display-02-letter-spacing: 0;
28553
- --cds-display-03-font-size: 2.625rem;
28554
- --cds-display-03-font-weight: 300;
28555
- --cds-display-03-line-height: 1.19;
28556
- --cds-display-03-letter-spacing: 0;
28557
- --cds-display-04-font-size: 2.625rem;
28558
- --cds-display-04-font-weight: 600;
28559
- --cds-display-04-line-height: 1.19;
28560
- --cds-display-04-letter-spacing: 0;
28561
- --cds-legal-01-font-size: 0.75rem;
28562
- --cds-legal-01-font-weight: 400;
28563
- --cds-legal-01-line-height: 1.33333;
28564
- --cds-legal-01-letter-spacing: 0.32px;
28565
- --cds-legal-02-font-size: 0.875rem;
28566
- --cds-legal-02-font-weight: 400;
28567
- --cds-legal-02-line-height: 1.28572;
28568
- --cds-legal-02-letter-spacing: 0.16px;
28569
- --cds-body-compact-01-font-size: 0.875rem;
28570
- --cds-body-compact-01-font-weight: 400;
28571
- --cds-body-compact-01-line-height: 1.28572;
28572
- --cds-body-compact-01-letter-spacing: 0.16px;
28573
- --cds-body-compact-02-font-size: 1rem;
28574
- --cds-body-compact-02-font-weight: 400;
28575
- --cds-body-compact-02-line-height: 1.375;
28576
- --cds-body-compact-02-letter-spacing: 0;
28577
- --cds-heading-compact-01-font-size: 0.875rem;
28578
- --cds-heading-compact-01-font-weight: 600;
28579
- --cds-heading-compact-01-line-height: 1.28572;
28580
- --cds-heading-compact-01-letter-spacing: 0.16px;
28581
- --cds-heading-compact-02-font-size: 1rem;
28582
- --cds-heading-compact-02-font-weight: 600;
28583
- --cds-heading-compact-02-line-height: 1.375;
28584
- --cds-heading-compact-02-letter-spacing: 0;
28585
- --cds-body-01-font-size: 0.875rem;
28586
- --cds-body-01-font-weight: 400;
28587
- --cds-body-01-line-height: 1.42857;
28588
- --cds-body-01-letter-spacing: 0.16px;
28589
- --cds-body-02-font-size: 1rem;
28590
- --cds-body-02-font-weight: 400;
28591
- --cds-body-02-line-height: 1.5;
28592
- --cds-body-02-letter-spacing: 0;
28593
- --cds-heading-03-font-size: 1.25rem;
28594
- --cds-heading-03-font-weight: 400;
28595
- --cds-heading-03-line-height: 1.4;
28596
- --cds-heading-03-letter-spacing: 0;
28597
- --cds-heading-04-font-size: 1.75rem;
28598
- --cds-heading-04-font-weight: 400;
28599
- --cds-heading-04-line-height: 1.28572;
28600
- --cds-heading-04-letter-spacing: 0;
28601
- --cds-heading-05-font-size: 2rem;
28602
- --cds-heading-05-font-weight: 400;
28603
- --cds-heading-05-line-height: 1.25;
28604
- --cds-heading-05-letter-spacing: 0;
28605
- --cds-heading-06-font-size: 2rem;
28606
- --cds-heading-06-font-weight: 300;
28607
- --cds-heading-06-line-height: 1.199;
28608
- --cds-heading-06-letter-spacing: 0;
28609
- --cds-heading-07-font-size: 2.625rem;
28610
- --cds-heading-07-font-weight: 300;
28611
- --cds-heading-07-line-height: 1.19;
28612
- --cds-heading-07-letter-spacing: 0;
28613
- --cds-fluid-heading-03-font-size: 1.25rem;
28614
- --cds-fluid-heading-03-font-weight: 400;
28615
- --cds-fluid-heading-03-line-height: 1.4;
28616
- --cds-fluid-heading-03-letter-spacing: 0;
28617
- --cds-fluid-heading-04-font-size: 1.75rem;
28618
- --cds-fluid-heading-04-font-weight: 400;
28619
- --cds-fluid-heading-04-line-height: 1.28572;
28620
- --cds-fluid-heading-04-letter-spacing: 0;
28621
- --cds-fluid-heading-05-font-size: 2rem;
28622
- --cds-fluid-heading-05-font-weight: 400;
28623
- --cds-fluid-heading-05-line-height: 1.25;
28624
- --cds-fluid-heading-05-letter-spacing: 0;
28625
- --cds-fluid-heading-06-font-size: 2rem;
28626
- --cds-fluid-heading-06-font-weight: 600;
28627
- --cds-fluid-heading-06-line-height: 1.25;
28628
- --cds-fluid-heading-06-letter-spacing: 0;
28629
- --cds-fluid-paragraph-01-font-size: 1.5rem;
28630
- --cds-fluid-paragraph-01-font-weight: 300;
28631
- --cds-fluid-paragraph-01-line-height: 1.334;
28632
- --cds-fluid-paragraph-01-letter-spacing: 0;
28633
- --cds-fluid-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
28634
- --cds-fluid-quotation-01-font-size: 1.25rem;
28635
- --cds-fluid-quotation-01-font-weight: 400;
28636
- --cds-fluid-quotation-01-line-height: 1.3;
28637
- --cds-fluid-quotation-01-letter-spacing: 0;
28638
- --cds-fluid-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
28639
- --cds-fluid-quotation-02-font-size: 2rem;
28640
- --cds-fluid-quotation-02-font-weight: 300;
28641
- --cds-fluid-quotation-02-line-height: 1.25;
28642
- --cds-fluid-quotation-02-letter-spacing: 0;
28643
- --cds-fluid-display-01-font-size: 2.625rem;
28644
- --cds-fluid-display-01-font-weight: 300;
28645
- --cds-fluid-display-01-line-height: 1.19;
28646
- --cds-fluid-display-01-letter-spacing: 0;
28647
- --cds-fluid-display-02-font-size: 2.625rem;
28648
- --cds-fluid-display-02-font-weight: 600;
28649
- --cds-fluid-display-02-line-height: 1.19;
28650
- --cds-fluid-display-02-letter-spacing: 0;
28651
- --cds-fluid-display-03-font-size: 2.625rem;
28652
- --cds-fluid-display-03-font-weight: 300;
28653
- --cds-fluid-display-03-line-height: 1.19;
28654
- --cds-fluid-display-03-letter-spacing: 0;
28655
- --cds-fluid-display-04-font-size: 2.625rem;
28656
- --cds-fluid-display-04-font-weight: 600;
28657
- --cds-fluid-display-04-line-height: 1.19;
28658
- --cds-fluid-display-04-letter-spacing: 0;
28659
- --cds-button-separator: #e0e0e0;
28660
- --cds-button-primary: #0f62fe;
28661
- --cds-button-secondary: #393939;
28662
- --cds-button-tertiary: #0f62fe;
28663
- --cds-button-danger-primary: #da1e28;
28664
- --cds-button-danger-secondary: #da1e28;
28665
- --cds-button-danger-active: #750e13;
28666
- --cds-button-primary-active: #002d9c;
28667
- --cds-button-secondary-active: #6f6f6f;
28668
- --cds-button-tertiary-active: #002d9c;
28669
- --cds-button-danger-hover: #b81922;
28670
- --cds-button-primary-hover: #0050e6;
28671
- --cds-button-secondary-hover: #474747;
28672
- --cds-button-tertiary-hover: #0050e6;
28673
- --cds-button-disabled: #c6c6c6;
28674
- --cds-tag-background-red: #ffd7d9;
28675
- --cds-tag-color-red: #750e13;
28676
- --cds-tag-hover-red: #ffb3b8;
28677
- --cds-tag-background-magenta: #ffd6e8;
28678
- --cds-tag-color-magenta: #740937;
28679
- --cds-tag-hover-magenta: #ffafd2;
28680
- --cds-tag-background-purple: #e8daff;
28681
- --cds-tag-color-purple: #491d8b;
28682
- --cds-tag-hover-purple: #d4bbff;
28683
- --cds-tag-background-blue: #d0e2ff;
28684
- --cds-tag-color-blue: #002d9c;
28685
- --cds-tag-hover-blue: #a6c8ff;
28686
- --cds-tag-background-cyan: #bae6ff;
28687
- --cds-tag-color-cyan: #003a6d;
28688
- --cds-tag-hover-cyan: #82cfff;
28689
- --cds-tag-background-teal: #9ef0f0;
28690
- --cds-tag-color-teal: #004144;
28691
- --cds-tag-hover-teal: #3ddbd9;
28692
- --cds-tag-background-green: #a7f0ba;
28693
- --cds-tag-color-green: #044317;
28694
- --cds-tag-hover-green: #6fdc8c;
28695
- --cds-tag-background-gray: #e0e0e0;
28696
- --cds-tag-color-gray: #393939;
28697
- --cds-tag-hover-gray: #c6c6c6;
28698
- --cds-tag-background-cool-gray: #dde1e6;
28699
- --cds-tag-color-cool-gray: #343a3f;
28700
- --cds-tag-hover-cool-gray: #c1c7cd;
28701
- --cds-tag-background-warm-gray: #e5e0df;
28702
- --cds-tag-color-warm-gray: #3c3838;
28703
- --cds-tag-hover-warm-gray: #cac5c4;
28704
- --cds-notification-background-error: #fff1f1;
28705
- --cds-notification-background-success: #defbe6;
28706
- --cds-notification-background-info: #edf5ff;
28707
- --cds-notification-background-warning: #fdf6dd;
28708
- --cds-notification-action-hover: #ffffff;
28709
- --cds-notification-action-tertiary-inverse: #ffffff;
28710
- --cds-notification-action-tertiary-inverse-active: #c6c6c6;
28711
- --cds-notification-action-tertiary-inverse-hover: #f4f4f4;
28712
- --cds-notification-action-tertiary-inverse-text: #161616;
28713
- --cds-notification-action-tertiary-inverse-text-on-color-disabled: rgba(255, 255, 255, 0.25);
28714
- --cds-color-scheme: light;
28715
- --cds-alert-stroke: #b28600;
28716
- --cds-layer-01-absolute: #ffffff;
28717
- --cds-layer-inverse-absolute: #000000;
28718
- --cds-null-state: none;
28719
- --cds-grid-bg: #ffffff;
28720
- --cds-meter-range-indicator: #a8a8a8;
28721
- --cds-network-diagrams-background-hover: #f1f1f1;
28722
- --cds-tooltip-line-border: #e0e0e0;
28723
- --cds-zone-fill-01: #f4f4f4;
28724
- --cds-zone-stroke-01: #8d8d8d;
28725
- --cds-zone-fill-02: #e0e0e0;
28726
- --cds-zone-stroke-02: #8d8d8d;
28727
- --cds-zone-fill-03: #c6c6c6;
28728
- --cds-zone-stroke-03: #8d8d8d;
28729
- --cds-layer: var(--cds-layer-01, #f4f4f4);
28730
- --cds-layer-active: var(--cds-layer-active-01, #c6c6c6);
28731
- --cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);
28732
- --cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);
28733
- --cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);
28734
- --cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);
28735
- --cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);
28736
- --cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);
28737
- --cds-field: var(--cds-field-01, #f4f4f4);
28738
- --cds-field-hover: var(--cds-field-hover-01, #e8e8e8);
28739
- --cds-border-subtle: var(--cds-border-subtle-01, #e0e0e0);
28740
- --cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);
28741
- --cds-border-strong: var(--cds-border-strong-01, #8d8d8d);
28742
- }
28743
- div.container #chart-demo[data-carbon-theme=g90] {
28744
- --cds-background: #262626;
28745
- --cds-background-active: rgba(141, 141, 141, 0.4);
28746
- --cds-background-brand: #0f62fe;
28747
- --cds-background-hover: rgba(141, 141, 141, 0.16);
28748
- --cds-background-inverse: #f4f4f4;
28749
- --cds-background-inverse-hover: #e8e8e8;
28750
- --cds-background-selected: rgba(141, 141, 141, 0.24);
28751
- --cds-background-selected-hover: rgba(141, 141, 141, 0.32);
28752
- --cds-border-disabled: rgba(141, 141, 141, 0.5);
28753
- --cds-border-interactive: #4589ff;
28754
- --cds-border-inverse: #f4f4f4;
28755
- --cds-border-strong-01: #8d8d8d;
28756
- --cds-border-strong-02: #a8a8a8;
28757
- --cds-border-strong-03: #c6c6c6;
28758
- --cds-border-subtle-00: #525252;
28759
- --cds-border-subtle-01: #525252;
28760
- --cds-border-subtle-02: #6f6f6f;
28761
- --cds-border-subtle-03: #8d8d8d;
28762
- --cds-border-subtle-selected-01: #6f6f6f;
28763
- --cds-border-subtle-selected-02: #8d8d8d;
28764
- --cds-border-subtle-selected-03: #a8a8a8;
28765
- --cds-field-01: #393939;
28766
- --cds-field-02: #525252;
28767
- --cds-field-03: #6f6f6f;
28768
- --cds-field-hover-01: #474747;
28769
- --cds-field-hover-02: #636363;
28770
- --cds-field-hover-03: #5e5e5e;
28771
- --cds-focus: #ffffff;
28772
- --cds-focus-inset: #161616;
28773
- --cds-focus-inverse: #0f62fe;
28774
- --cds-highlight: #0043ce;
28775
- --cds-icon-disabled: rgba(244, 244, 244, 0.25);
28776
- --cds-icon-inverse: #161616;
28777
- --cds-icon-on-color: #ffffff;
28778
- --cds-icon-on-color-disabled: rgba(255, 255, 255, 0.25);
28779
- --cds-icon-primary: #f4f4f4;
28780
- --cds-icon-secondary: #c6c6c6;
28781
- --cds-interactive: #4589ff;
28782
- --cds-layer-01: #393939;
28783
- --cds-layer-02: #525252;
28784
- --cds-layer-03: #6f6f6f;
28785
- --cds-layer-accent-01: #525252;
28786
- --cds-layer-accent-02: #6f6f6f;
28787
- --cds-layer-accent-03: #8d8d8d;
28788
- --cds-layer-accent-active-01: #8d8d8d;
28789
- --cds-layer-accent-active-02: #393939;
28790
- --cds-layer-accent-active-03: #525252;
28791
- --cds-layer-accent-hover-01: #636363;
28792
- --cds-layer-accent-hover-02: #5e5e5e;
28793
- --cds-layer-accent-hover-03: #7a7a7a;
28794
- --cds-layer-active-01: #6f6f6f;
28795
- --cds-layer-active-02: #8d8d8d;
28796
- --cds-layer-active-03: #393939;
28797
- --cds-layer-hover-01: #474747;
28798
- --cds-layer-hover-02: #636363;
28799
- --cds-layer-hover-03: #5e5e5e;
28800
- --cds-layer-selected-01: #525252;
28801
- --cds-layer-selected-02: #6f6f6f;
28802
- --cds-layer-selected-03: #525252;
28803
- --cds-layer-selected-disabled: #a8a8a8;
28804
- --cds-layer-selected-hover-01: #636363;
28805
- --cds-layer-selected-hover-02: #5e5e5e;
28806
- --cds-layer-selected-hover-03: #636363;
28807
- --cds-layer-selected-inverse: #f4f4f4;
28808
- --cds-link-inverse: #0f62fe;
28809
- --cds-link-inverse-active: #161616;
28810
- --cds-link-inverse-hover: #0043ce;
28811
- --cds-link-primary: #78a9ff;
28812
- --cds-link-primary-hover: #a6c8ff;
28813
- --cds-link-secondary: #a6c8ff;
28814
- --cds-link-visited: #be95ff;
28815
- --cds-overlay: rgba(0, 0, 0, 0.65);
28816
- --cds-shadow: rgba(0, 0, 0, 0.8);
28817
- --cds-skeleton-background: #333333;
28818
- --cds-skeleton-element: #525252;
28819
- --cds-support-caution-major: #ff832b;
28820
- --cds-support-caution-minor: #f1c21b;
28821
- --cds-support-caution-undefined: #a56eff;
28822
- --cds-support-error: #ff8389;
28823
- --cds-support-error-inverse: #da1e28;
28824
- --cds-support-info: #4589ff;
28825
- --cds-support-info-inverse: #0043ce;
28826
- --cds-support-success: #42be65;
28827
- --cds-support-success-inverse: #24a148;
28828
- --cds-support-warning: #f1c21b;
28829
- --cds-support-warning-inverse: #f1c21b;
28830
- --cds-text-disabled: rgba(244, 244, 244, 0.25);
28831
- --cds-text-error: #ffb3b8;
28832
- --cds-text-helper: #c6c6c6;
28833
- --cds-text-inverse: #161616;
28834
- --cds-text-on-color: #ffffff;
28835
- --cds-text-on-color-disabled: rgba(255, 255, 255, 0.25);
28836
- --cds-text-placeholder: rgba(244, 244, 244, 0.4);
28837
- --cds-text-primary: #f4f4f4;
28838
- --cds-text-secondary: #c6c6c6;
28839
- --cds-toggle-off: #8d8d8d;
28840
- --cds-spacing-01: 0.125rem;
28841
- --cds-spacing-02: 0.25rem;
28842
- --cds-spacing-03: 0.5rem;
28843
- --cds-spacing-04: 0.75rem;
28844
- --cds-spacing-05: 1rem;
28845
- --cds-spacing-06: 1.5rem;
28846
- --cds-spacing-07: 2rem;
28847
- --cds-spacing-08: 2.5rem;
28848
- --cds-spacing-09: 3rem;
28849
- --cds-spacing-10: 4rem;
28850
- --cds-spacing-11: 5rem;
28851
- --cds-spacing-12: 6rem;
28852
- --cds-spacing-13: 10rem;
28853
- --cds-fluid-spacing-01: 0;
28854
- --cds-fluid-spacing-02: 2vw;
28855
- --cds-fluid-spacing-03: 5vw;
28856
- --cds-fluid-spacing-04: 10vw;
28857
- --cds-label-01-font-size: 0.75rem;
28858
- --cds-label-01-font-weight: 400;
28859
- --cds-label-01-line-height: 1.33333;
28860
- --cds-label-01-letter-spacing: 0.32px;
28861
- --cds-helper-text-01-font-size: 0.75rem;
28862
- --cds-helper-text-01-line-height: 1.33333;
28863
- --cds-helper-text-01-letter-spacing: 0.32px;
28864
- --cds-body-short-01-font-size: 0.875rem;
28865
- --cds-body-short-01-font-weight: 400;
28866
- --cds-body-short-01-line-height: 1.28572;
28867
- --cds-body-short-01-letter-spacing: 0.16px;
28868
- --cds-body-short-02-font-size: 1rem;
28869
- --cds-body-short-02-font-weight: 400;
28870
- --cds-body-short-02-line-height: 1.375;
28871
- --cds-body-short-02-letter-spacing: 0;
28872
- --cds-body-long-01-font-size: 0.875rem;
28873
- --cds-body-long-01-font-weight: 400;
28874
- --cds-body-long-01-line-height: 1.42857;
28875
- --cds-body-long-01-letter-spacing: 0.16px;
28876
- --cds-body-long-02-font-size: 1rem;
28877
- --cds-body-long-02-font-weight: 400;
28878
- --cds-body-long-02-line-height: 1.5;
28879
- --cds-body-long-02-letter-spacing: 0;
28880
- --cds-code-01-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
28881
- --cds-code-01-font-size: 0.75rem;
28882
- --cds-code-01-font-weight: 400;
28883
- --cds-code-01-line-height: 1.33333;
28884
- --cds-code-01-letter-spacing: 0.32px;
28885
- --cds-code-02-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
28886
- --cds-code-02-font-size: 0.875rem;
28887
- --cds-code-02-font-weight: 400;
28888
- --cds-code-02-line-height: 1.42857;
28889
- --cds-code-02-letter-spacing: 0.32px;
28890
- --cds-heading-01-font-size: 0.875rem;
28891
- --cds-heading-01-font-weight: 600;
28892
- --cds-heading-01-line-height: 1.42857;
28893
- --cds-heading-01-letter-spacing: 0.16px;
28894
- --cds-heading-02-font-size: 1rem;
28895
- --cds-heading-02-font-weight: 600;
28896
- --cds-heading-02-line-height: 1.5;
28897
- --cds-heading-02-letter-spacing: 0;
28898
- --cds-productive-heading-01-font-size: 0.875rem;
28899
- --cds-productive-heading-01-font-weight: 600;
28900
- --cds-productive-heading-01-line-height: 1.28572;
28901
- --cds-productive-heading-01-letter-spacing: 0.16px;
28902
- --cds-productive-heading-02-font-size: 1rem;
28903
- --cds-productive-heading-02-font-weight: 600;
28904
- --cds-productive-heading-02-line-height: 1.375;
28905
- --cds-productive-heading-02-letter-spacing: 0;
28906
- --cds-productive-heading-03-font-size: 1.25rem;
28907
- --cds-productive-heading-03-font-weight: 400;
28908
- --cds-productive-heading-03-line-height: 1.4;
28909
- --cds-productive-heading-03-letter-spacing: 0;
28910
- --cds-productive-heading-04-font-size: 1.75rem;
28911
- --cds-productive-heading-04-font-weight: 400;
28912
- --cds-productive-heading-04-line-height: 1.28572;
28913
- --cds-productive-heading-04-letter-spacing: 0;
28914
- --cds-productive-heading-05-font-size: 2rem;
28915
- --cds-productive-heading-05-font-weight: 400;
28916
- --cds-productive-heading-05-line-height: 1.25;
28917
- --cds-productive-heading-05-letter-spacing: 0;
28918
- --cds-productive-heading-06-font-size: 2rem;
28919
- --cds-productive-heading-06-font-weight: 300;
28920
- --cds-productive-heading-06-line-height: 1.199;
28921
- --cds-productive-heading-06-letter-spacing: 0;
28922
- --cds-productive-heading-07-font-size: 2.625rem;
28923
- --cds-productive-heading-07-font-weight: 300;
28924
- --cds-productive-heading-07-line-height: 1.19;
28925
- --cds-productive-heading-07-letter-spacing: 0;
28926
- --cds-expressive-paragraph-01-font-size: 1.5rem;
28927
- --cds-expressive-paragraph-01-font-weight: 300;
28928
- --cds-expressive-paragraph-01-line-height: 1.334;
28929
- --cds-expressive-paragraph-01-letter-spacing: 0;
28930
- --cds-expressive-heading-01-font-size: 0.875rem;
28931
- --cds-expressive-heading-01-font-weight: 600;
28932
- --cds-expressive-heading-01-line-height: 1.42857;
28933
- --cds-expressive-heading-01-letter-spacing: 0.16px;
28934
- --cds-expressive-heading-02-font-size: 1rem;
28935
- --cds-expressive-heading-02-font-weight: 600;
28936
- --cds-expressive-heading-02-line-height: 1.5;
28937
- --cds-expressive-heading-02-letter-spacing: 0;
28938
- --cds-expressive-heading-03-font-size: 1.25rem;
28939
- --cds-expressive-heading-03-font-weight: 400;
28940
- --cds-expressive-heading-03-line-height: 1.4;
28941
- --cds-expressive-heading-03-letter-spacing: 0;
28942
- --cds-expressive-heading-04-font-size: 1.75rem;
28943
- --cds-expressive-heading-04-font-weight: 400;
28944
- --cds-expressive-heading-04-line-height: 1.28572;
28945
- --cds-expressive-heading-04-letter-spacing: 0;
28946
- --cds-expressive-heading-05-font-size: 2rem;
28947
- --cds-expressive-heading-05-font-weight: 400;
28948
- --cds-expressive-heading-05-line-height: 1.25;
28949
- --cds-expressive-heading-05-letter-spacing: 0;
28950
- --cds-expressive-heading-06-font-size: 2rem;
28951
- --cds-expressive-heading-06-font-weight: 600;
28952
- --cds-expressive-heading-06-line-height: 1.25;
28953
- --cds-expressive-heading-06-letter-spacing: 0;
28954
- --cds-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
28955
- --cds-quotation-01-font-size: 1.25rem;
28956
- --cds-quotation-01-font-weight: 400;
28957
- --cds-quotation-01-line-height: 1.3;
28958
- --cds-quotation-01-letter-spacing: 0;
28959
- --cds-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
28960
- --cds-quotation-02-font-size: 2rem;
28961
- --cds-quotation-02-font-weight: 300;
28962
- --cds-quotation-02-line-height: 1.25;
28963
- --cds-quotation-02-letter-spacing: 0;
28964
- --cds-display-01-font-size: 2.625rem;
28965
- --cds-display-01-font-weight: 300;
28966
- --cds-display-01-line-height: 1.19;
28967
- --cds-display-01-letter-spacing: 0;
28968
- --cds-display-02-font-size: 2.625rem;
28969
- --cds-display-02-font-weight: 600;
28970
- --cds-display-02-line-height: 1.19;
28971
- --cds-display-02-letter-spacing: 0;
28972
- --cds-display-03-font-size: 2.625rem;
28973
- --cds-display-03-font-weight: 300;
28974
- --cds-display-03-line-height: 1.19;
28975
- --cds-display-03-letter-spacing: 0;
28976
- --cds-display-04-font-size: 2.625rem;
28977
- --cds-display-04-font-weight: 600;
28978
- --cds-display-04-line-height: 1.19;
28979
- --cds-display-04-letter-spacing: 0;
28980
- --cds-legal-01-font-size: 0.75rem;
28981
- --cds-legal-01-font-weight: 400;
28982
- --cds-legal-01-line-height: 1.33333;
28983
- --cds-legal-01-letter-spacing: 0.32px;
28984
- --cds-legal-02-font-size: 0.875rem;
28985
- --cds-legal-02-font-weight: 400;
28986
- --cds-legal-02-line-height: 1.28572;
28987
- --cds-legal-02-letter-spacing: 0.16px;
28988
- --cds-body-compact-01-font-size: 0.875rem;
28989
- --cds-body-compact-01-font-weight: 400;
28990
- --cds-body-compact-01-line-height: 1.28572;
28991
- --cds-body-compact-01-letter-spacing: 0.16px;
28992
- --cds-body-compact-02-font-size: 1rem;
28993
- --cds-body-compact-02-font-weight: 400;
28994
- --cds-body-compact-02-line-height: 1.375;
28995
- --cds-body-compact-02-letter-spacing: 0;
28996
- --cds-heading-compact-01-font-size: 0.875rem;
28997
- --cds-heading-compact-01-font-weight: 600;
28998
- --cds-heading-compact-01-line-height: 1.28572;
28999
- --cds-heading-compact-01-letter-spacing: 0.16px;
29000
- --cds-heading-compact-02-font-size: 1rem;
29001
- --cds-heading-compact-02-font-weight: 600;
29002
- --cds-heading-compact-02-line-height: 1.375;
29003
- --cds-heading-compact-02-letter-spacing: 0;
29004
- --cds-body-01-font-size: 0.875rem;
29005
- --cds-body-01-font-weight: 400;
29006
- --cds-body-01-line-height: 1.42857;
29007
- --cds-body-01-letter-spacing: 0.16px;
29008
- --cds-body-02-font-size: 1rem;
29009
- --cds-body-02-font-weight: 400;
29010
- --cds-body-02-line-height: 1.5;
29011
- --cds-body-02-letter-spacing: 0;
29012
- --cds-heading-03-font-size: 1.25rem;
29013
- --cds-heading-03-font-weight: 400;
29014
- --cds-heading-03-line-height: 1.4;
29015
- --cds-heading-03-letter-spacing: 0;
29016
- --cds-heading-04-font-size: 1.75rem;
29017
- --cds-heading-04-font-weight: 400;
29018
- --cds-heading-04-line-height: 1.28572;
29019
- --cds-heading-04-letter-spacing: 0;
29020
- --cds-heading-05-font-size: 2rem;
29021
- --cds-heading-05-font-weight: 400;
29022
- --cds-heading-05-line-height: 1.25;
29023
- --cds-heading-05-letter-spacing: 0;
29024
- --cds-heading-06-font-size: 2rem;
29025
- --cds-heading-06-font-weight: 300;
29026
- --cds-heading-06-line-height: 1.199;
29027
- --cds-heading-06-letter-spacing: 0;
29028
- --cds-heading-07-font-size: 2.625rem;
29029
- --cds-heading-07-font-weight: 300;
29030
- --cds-heading-07-line-height: 1.19;
29031
- --cds-heading-07-letter-spacing: 0;
29032
- --cds-fluid-heading-03-font-size: 1.25rem;
29033
- --cds-fluid-heading-03-font-weight: 400;
29034
- --cds-fluid-heading-03-line-height: 1.4;
29035
- --cds-fluid-heading-03-letter-spacing: 0;
29036
- --cds-fluid-heading-04-font-size: 1.75rem;
29037
- --cds-fluid-heading-04-font-weight: 400;
29038
- --cds-fluid-heading-04-line-height: 1.28572;
29039
- --cds-fluid-heading-04-letter-spacing: 0;
29040
- --cds-fluid-heading-05-font-size: 2rem;
29041
- --cds-fluid-heading-05-font-weight: 400;
29042
- --cds-fluid-heading-05-line-height: 1.25;
29043
- --cds-fluid-heading-05-letter-spacing: 0;
29044
- --cds-fluid-heading-06-font-size: 2rem;
29045
- --cds-fluid-heading-06-font-weight: 600;
29046
- --cds-fluid-heading-06-line-height: 1.25;
29047
- --cds-fluid-heading-06-letter-spacing: 0;
29048
- --cds-fluid-paragraph-01-font-size: 1.5rem;
29049
- --cds-fluid-paragraph-01-font-weight: 300;
29050
- --cds-fluid-paragraph-01-line-height: 1.334;
29051
- --cds-fluid-paragraph-01-letter-spacing: 0;
29052
- --cds-fluid-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
29053
- --cds-fluid-quotation-01-font-size: 1.25rem;
29054
- --cds-fluid-quotation-01-font-weight: 400;
29055
- --cds-fluid-quotation-01-line-height: 1.3;
29056
- --cds-fluid-quotation-01-letter-spacing: 0;
29057
- --cds-fluid-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
29058
- --cds-fluid-quotation-02-font-size: 2rem;
29059
- --cds-fluid-quotation-02-font-weight: 300;
29060
- --cds-fluid-quotation-02-line-height: 1.25;
29061
- --cds-fluid-quotation-02-letter-spacing: 0;
29062
- --cds-fluid-display-01-font-size: 2.625rem;
29063
- --cds-fluid-display-01-font-weight: 300;
29064
- --cds-fluid-display-01-line-height: 1.19;
29065
- --cds-fluid-display-01-letter-spacing: 0;
29066
- --cds-fluid-display-02-font-size: 2.625rem;
29067
- --cds-fluid-display-02-font-weight: 600;
29068
- --cds-fluid-display-02-line-height: 1.19;
29069
- --cds-fluid-display-02-letter-spacing: 0;
29070
- --cds-fluid-display-03-font-size: 2.625rem;
29071
- --cds-fluid-display-03-font-weight: 300;
29072
- --cds-fluid-display-03-line-height: 1.19;
29073
- --cds-fluid-display-03-letter-spacing: 0;
29074
- --cds-fluid-display-04-font-size: 2.625rem;
29075
- --cds-fluid-display-04-font-weight: 600;
29076
- --cds-fluid-display-04-line-height: 1.19;
29077
- --cds-fluid-display-04-letter-spacing: 0;
29078
- --cds-button-separator: #161616;
29079
- --cds-button-primary: #0f62fe;
29080
- --cds-button-secondary: #6f6f6f;
29081
- --cds-button-tertiary: #ffffff;
29082
- --cds-button-danger-primary: #da1e28;
29083
- --cds-button-danger-secondary: #ff8389;
29084
- --cds-button-danger-active: #750e13;
29085
- --cds-button-primary-active: #002d9c;
29086
- --cds-button-secondary-active: #393939;
29087
- --cds-button-tertiary-active: #c6c6c6;
29088
- --cds-button-danger-hover: #b81921;
29089
- --cds-button-primary-hover: #0050e6;
29090
- --cds-button-secondary-hover: #5e5e5e;
29091
- --cds-button-tertiary-hover: #f4f4f4;
29092
- --cds-button-disabled: rgba(141, 141, 141, 0.3);
29093
- --cds-tag-background-red: #a2191f;
29094
- --cds-tag-color-red: #ffd7d9;
29095
- --cds-tag-hover-red: #c21e25;
29096
- --cds-tag-background-magenta: #9f1853;
29097
- --cds-tag-color-magenta: #ffd6e8;
29098
- --cds-tag-hover-magenta: #bf1d63;
29099
- --cds-tag-background-purple: #6929c4;
29100
- --cds-tag-color-purple: #e8daff;
29101
- --cds-tag-hover-purple: #7c3dd6;
29102
- --cds-tag-background-blue: #0043ce;
29103
- --cds-tag-color-blue: #d0e2ff;
29104
- --cds-tag-hover-blue: #0053ff;
29105
- --cds-tag-background-cyan: #00539a;
29106
- --cds-tag-color-cyan: #bae6ff;
29107
- --cds-tag-hover-cyan: #0066bd;
29108
- --cds-tag-background-teal: #005d5d;
29109
- --cds-tag-color-teal: #9ef0f0;
29110
- --cds-tag-hover-teal: #007070;
29111
- --cds-tag-background-green: #0e6027;
29112
- --cds-tag-color-green: #a7f0ba;
29113
- --cds-tag-hover-green: #11742f;
29114
- --cds-tag-background-gray: #525252;
29115
- --cds-tag-color-gray: #e0e0e0;
29116
- --cds-tag-hover-gray: #636363;
29117
- --cds-tag-background-cool-gray: #4d5358;
29118
- --cds-tag-color-cool-gray: #dde1e6;
29119
- --cds-tag-hover-cool-gray: #5d646a;
29120
- --cds-tag-background-warm-gray: #565151;
29121
- --cds-tag-color-warm-gray: #e5e0df;
29122
- --cds-tag-hover-warm-gray: #696363;
29123
- --cds-notification-background-error: var(--cds-layer);
29124
- --cds-notification-background-success: var(--cds-layer);
29125
- --cds-notification-background-info: var(--cds-layer);
29126
- --cds-notification-background-warning: var(--cds-layer);
29127
- --cds-notification-action-hover: var(--cds-layer-hover);
29128
- --cds-notification-action-tertiary-inverse: #0f62fe;
29129
- --cds-notification-action-tertiary-inverse-active: #002d9c;
29130
- --cds-notification-action-tertiary-inverse-hover: #0050e6;
29131
- --cds-notification-action-tertiary-inverse-text: #ffffff;
29132
- --cds-notification-action-tertiary-inverse-text-on-color-disabled: #8d8d8d;
29133
- --cds-color-scheme: dark;
29134
- --cds-alert-stroke: none;
29135
- --cds-layer-01-absolute: #000000;
29136
- --cds-layer-inverse-absolute: #ffffff;
29137
- --cds-null-state: #161616;
29138
- --cds-grid-bg: #161616;
29139
- --cds-meter-range-indicator: #6f6f6f;
29140
- --cds-network-diagrams-background-hover: #ededed;
29141
- --cds-tooltip-line-border: #393939;
29142
- --cds-zone-fill-01: #262626;
29143
- --cds-zone-stroke-01: #6f6f6f;
29144
- --cds-zone-fill-02: #393939;
29145
- --cds-zone-stroke-02: #6f6f6f;
29146
- --cds-zone-fill-03: #525252;
29147
- --cds-zone-stroke-03: #6f6f6f;
29148
- --cds-layer: var(--cds-layer-01, #f4f4f4);
29149
- --cds-layer-active: var(--cds-layer-active-01, #c6c6c6);
29150
- --cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);
29151
- --cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);
29152
- --cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);
29153
- --cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);
29154
- --cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);
29155
- --cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);
29156
- --cds-field: var(--cds-field-01, #f4f4f4);
29157
- --cds-field-hover: var(--cds-field-hover-01, #e8e8e8);
29158
- --cds-border-subtle: var(--cds-border-subtle-01, #e0e0e0);
29159
- --cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);
29160
- --cds-border-strong: var(--cds-border-strong-01, #8d8d8d);
29161
- }
29162
- div.container #chart-demo[data-carbon-theme=g100] {
29163
- --cds-background: #161616;
29164
- --cds-background-active: rgba(141, 141, 141, 0.4);
29165
- --cds-background-brand: #0f62fe;
29166
- --cds-background-hover: rgba(141, 141, 141, 0.16);
29167
- --cds-background-inverse: #f4f4f4;
29168
- --cds-background-inverse-hover: #e8e8e8;
29169
- --cds-background-selected: rgba(141, 141, 141, 0.24);
29170
- --cds-background-selected-hover: rgba(141, 141, 141, 0.32);
29171
- --cds-border-disabled: rgba(141, 141, 141, 0.5);
29172
- --cds-border-interactive: #4589ff;
29173
- --cds-border-inverse: #f4f4f4;
29174
- --cds-border-strong-01: #6f6f6f;
29175
- --cds-border-strong-02: #8d8d8d;
29176
- --cds-border-strong-03: #a8a8a8;
29177
- --cds-border-subtle-00: #393939;
29178
- --cds-border-subtle-01: #393939;
29179
- --cds-border-subtle-02: #525252;
29180
- --cds-border-subtle-03: #6f6f6f;
29181
- --cds-border-subtle-selected-01: #525252;
29182
- --cds-border-subtle-selected-02: #6f6f6f;
29183
- --cds-border-subtle-selected-03: #8d8d8d;
29184
- --cds-field-01: #262626;
29185
- --cds-field-02: #393939;
29186
- --cds-field-03: #525252;
29187
- --cds-field-hover-01: #333333;
29188
- --cds-field-hover-02: #474747;
29189
- --cds-field-hover-03: #636363;
29190
- --cds-focus: #ffffff;
29191
- --cds-focus-inset: #161616;
29192
- --cds-focus-inverse: #0f62fe;
29193
- --cds-highlight: #002d9c;
29194
- --cds-icon-disabled: rgba(244, 244, 244, 0.25);
29195
- --cds-icon-inverse: #161616;
29196
- --cds-icon-on-color: #ffffff;
29197
- --cds-icon-on-color-disabled: rgba(255, 255, 255, 0.25);
29198
- --cds-icon-primary: #f4f4f4;
29199
- --cds-icon-secondary: #c6c6c6;
29200
- --cds-interactive: #4589ff;
29201
- --cds-layer-01: #262626;
29202
- --cds-layer-02: #393939;
29203
- --cds-layer-03: #525252;
29204
- --cds-layer-accent-01: #393939;
29205
- --cds-layer-accent-02: #525252;
29206
- --cds-layer-accent-03: #6f6f6f;
29207
- --cds-layer-accent-active-01: #6f6f6f;
29208
- --cds-layer-accent-active-02: #8d8d8d;
29209
- --cds-layer-accent-active-03: #393939;
29210
- --cds-layer-accent-hover-01: #474747;
29211
- --cds-layer-accent-hover-02: #636363;
29212
- --cds-layer-accent-hover-03: #5e5e5e;
29213
- --cds-layer-active-01: #525252;
29214
- --cds-layer-active-02: #6f6f6f;
29215
- --cds-layer-active-03: #8d8d8d;
29216
- --cds-layer-hover-01: #333333;
29217
- --cds-layer-hover-02: #474747;
29218
- --cds-layer-hover-03: #636363;
29219
- --cds-layer-selected-01: #393939;
29220
- --cds-layer-selected-02: #525252;
29221
- --cds-layer-selected-03: #6f6f6f;
29222
- --cds-layer-selected-disabled: #a8a8a8;
29223
- --cds-layer-selected-hover-01: #474747;
29224
- --cds-layer-selected-hover-02: #636363;
29225
- --cds-layer-selected-hover-03: #5e5e5e;
29226
- --cds-layer-selected-inverse: #f4f4f4;
29227
- --cds-link-inverse: #0f62fe;
29228
- --cds-link-inverse-active: #161616;
29229
- --cds-link-inverse-hover: #0043ce;
29230
- --cds-link-primary: #78a9ff;
29231
- --cds-link-primary-hover: #a6c8ff;
29232
- --cds-link-secondary: #a6c8ff;
29233
- --cds-link-visited: #be95ff;
29234
- --cds-overlay: rgba(0, 0, 0, 0.65);
29235
- --cds-shadow: rgba(0, 0, 0, 0.8);
29236
- --cds-skeleton-background: #292929;
29237
- --cds-skeleton-element: #393939;
29238
- --cds-support-caution-major: #ff832b;
29239
- --cds-support-caution-minor: #f1c21b;
29240
- --cds-support-caution-undefined: #a56eff;
29241
- --cds-support-error: #fa4d56;
29242
- --cds-support-error-inverse: #da1e28;
29243
- --cds-support-info: #4589ff;
29244
- --cds-support-info-inverse: #0043ce;
29245
- --cds-support-success: #42be65;
29246
- --cds-support-success-inverse: #24a148;
29247
- --cds-support-warning: #f1c21b;
29248
- --cds-support-warning-inverse: #f1c21b;
29249
- --cds-text-disabled: rgba(244, 244, 244, 0.25);
29250
- --cds-text-error: #ff8389;
29251
- --cds-text-helper: #a8a8a8;
29252
- --cds-text-inverse: #161616;
29253
- --cds-text-on-color: #ffffff;
29254
- --cds-text-on-color-disabled: rgba(255, 255, 255, 0.25);
29255
- --cds-text-placeholder: rgba(244, 244, 244, 0.4);
29256
- --cds-text-primary: #f4f4f4;
29257
- --cds-text-secondary: #c6c6c6;
29258
- --cds-toggle-off: #6f6f6f;
29259
- --cds-spacing-01: 0.125rem;
29260
- --cds-spacing-02: 0.25rem;
29261
- --cds-spacing-03: 0.5rem;
29262
- --cds-spacing-04: 0.75rem;
29263
- --cds-spacing-05: 1rem;
29264
- --cds-spacing-06: 1.5rem;
29265
- --cds-spacing-07: 2rem;
29266
- --cds-spacing-08: 2.5rem;
29267
- --cds-spacing-09: 3rem;
29268
- --cds-spacing-10: 4rem;
29269
- --cds-spacing-11: 5rem;
29270
- --cds-spacing-12: 6rem;
29271
- --cds-spacing-13: 10rem;
29272
- --cds-fluid-spacing-01: 0;
29273
- --cds-fluid-spacing-02: 2vw;
29274
- --cds-fluid-spacing-03: 5vw;
29275
- --cds-fluid-spacing-04: 10vw;
29276
- --cds-label-01-font-size: 0.75rem;
29277
- --cds-label-01-font-weight: 400;
29278
- --cds-label-01-line-height: 1.33333;
29279
- --cds-label-01-letter-spacing: 0.32px;
29280
- --cds-helper-text-01-font-size: 0.75rem;
29281
- --cds-helper-text-01-line-height: 1.33333;
29282
- --cds-helper-text-01-letter-spacing: 0.32px;
29283
- --cds-body-short-01-font-size: 0.875rem;
29284
- --cds-body-short-01-font-weight: 400;
29285
- --cds-body-short-01-line-height: 1.28572;
29286
- --cds-body-short-01-letter-spacing: 0.16px;
29287
- --cds-body-short-02-font-size: 1rem;
29288
- --cds-body-short-02-font-weight: 400;
29289
- --cds-body-short-02-line-height: 1.375;
29290
- --cds-body-short-02-letter-spacing: 0;
29291
- --cds-body-long-01-font-size: 0.875rem;
29292
- --cds-body-long-01-font-weight: 400;
29293
- --cds-body-long-01-line-height: 1.42857;
29294
- --cds-body-long-01-letter-spacing: 0.16px;
29295
- --cds-body-long-02-font-size: 1rem;
29296
- --cds-body-long-02-font-weight: 400;
29297
- --cds-body-long-02-line-height: 1.5;
29298
- --cds-body-long-02-letter-spacing: 0;
29299
- --cds-code-01-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
29300
- --cds-code-01-font-size: 0.75rem;
29301
- --cds-code-01-font-weight: 400;
29302
- --cds-code-01-line-height: 1.33333;
29303
- --cds-code-01-letter-spacing: 0.32px;
29304
- --cds-code-02-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
29305
- --cds-code-02-font-size: 0.875rem;
29306
- --cds-code-02-font-weight: 400;
29307
- --cds-code-02-line-height: 1.42857;
29308
- --cds-code-02-letter-spacing: 0.32px;
29309
- --cds-heading-01-font-size: 0.875rem;
29310
- --cds-heading-01-font-weight: 600;
29311
- --cds-heading-01-line-height: 1.42857;
29312
- --cds-heading-01-letter-spacing: 0.16px;
29313
- --cds-heading-02-font-size: 1rem;
29314
- --cds-heading-02-font-weight: 600;
29315
- --cds-heading-02-line-height: 1.5;
29316
- --cds-heading-02-letter-spacing: 0;
29317
- --cds-productive-heading-01-font-size: 0.875rem;
29318
- --cds-productive-heading-01-font-weight: 600;
29319
- --cds-productive-heading-01-line-height: 1.28572;
29320
- --cds-productive-heading-01-letter-spacing: 0.16px;
29321
- --cds-productive-heading-02-font-size: 1rem;
29322
- --cds-productive-heading-02-font-weight: 600;
29323
- --cds-productive-heading-02-line-height: 1.375;
29324
- --cds-productive-heading-02-letter-spacing: 0;
29325
- --cds-productive-heading-03-font-size: 1.25rem;
29326
- --cds-productive-heading-03-font-weight: 400;
29327
- --cds-productive-heading-03-line-height: 1.4;
29328
- --cds-productive-heading-03-letter-spacing: 0;
29329
- --cds-productive-heading-04-font-size: 1.75rem;
29330
- --cds-productive-heading-04-font-weight: 400;
29331
- --cds-productive-heading-04-line-height: 1.28572;
29332
- --cds-productive-heading-04-letter-spacing: 0;
29333
- --cds-productive-heading-05-font-size: 2rem;
29334
- --cds-productive-heading-05-font-weight: 400;
29335
- --cds-productive-heading-05-line-height: 1.25;
29336
- --cds-productive-heading-05-letter-spacing: 0;
29337
- --cds-productive-heading-06-font-size: 2rem;
29338
- --cds-productive-heading-06-font-weight: 300;
29339
- --cds-productive-heading-06-line-height: 1.199;
29340
- --cds-productive-heading-06-letter-spacing: 0;
29341
- --cds-productive-heading-07-font-size: 2.625rem;
29342
- --cds-productive-heading-07-font-weight: 300;
29343
- --cds-productive-heading-07-line-height: 1.19;
29344
- --cds-productive-heading-07-letter-spacing: 0;
29345
- --cds-expressive-paragraph-01-font-size: 1.5rem;
29346
- --cds-expressive-paragraph-01-font-weight: 300;
29347
- --cds-expressive-paragraph-01-line-height: 1.334;
29348
- --cds-expressive-paragraph-01-letter-spacing: 0;
29349
- --cds-expressive-heading-01-font-size: 0.875rem;
29350
- --cds-expressive-heading-01-font-weight: 600;
29351
- --cds-expressive-heading-01-line-height: 1.42857;
29352
- --cds-expressive-heading-01-letter-spacing: 0.16px;
29353
- --cds-expressive-heading-02-font-size: 1rem;
29354
- --cds-expressive-heading-02-font-weight: 600;
29355
- --cds-expressive-heading-02-line-height: 1.5;
29356
- --cds-expressive-heading-02-letter-spacing: 0;
29357
- --cds-expressive-heading-03-font-size: 1.25rem;
29358
- --cds-expressive-heading-03-font-weight: 400;
29359
- --cds-expressive-heading-03-line-height: 1.4;
29360
- --cds-expressive-heading-03-letter-spacing: 0;
29361
- --cds-expressive-heading-04-font-size: 1.75rem;
29362
- --cds-expressive-heading-04-font-weight: 400;
29363
- --cds-expressive-heading-04-line-height: 1.28572;
29364
- --cds-expressive-heading-04-letter-spacing: 0;
29365
- --cds-expressive-heading-05-font-size: 2rem;
29366
- --cds-expressive-heading-05-font-weight: 400;
29367
- --cds-expressive-heading-05-line-height: 1.25;
29368
- --cds-expressive-heading-05-letter-spacing: 0;
29369
- --cds-expressive-heading-06-font-size: 2rem;
29370
- --cds-expressive-heading-06-font-weight: 600;
29371
- --cds-expressive-heading-06-line-height: 1.25;
29372
- --cds-expressive-heading-06-letter-spacing: 0;
29373
- --cds-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
29374
- --cds-quotation-01-font-size: 1.25rem;
29375
- --cds-quotation-01-font-weight: 400;
29376
- --cds-quotation-01-line-height: 1.3;
29377
- --cds-quotation-01-letter-spacing: 0;
29378
- --cds-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
29379
- --cds-quotation-02-font-size: 2rem;
29380
- --cds-quotation-02-font-weight: 300;
29381
- --cds-quotation-02-line-height: 1.25;
29382
- --cds-quotation-02-letter-spacing: 0;
29383
- --cds-display-01-font-size: 2.625rem;
29384
- --cds-display-01-font-weight: 300;
29385
- --cds-display-01-line-height: 1.19;
29386
- --cds-display-01-letter-spacing: 0;
29387
- --cds-display-02-font-size: 2.625rem;
29388
- --cds-display-02-font-weight: 600;
29389
- --cds-display-02-line-height: 1.19;
29390
- --cds-display-02-letter-spacing: 0;
29391
- --cds-display-03-font-size: 2.625rem;
29392
- --cds-display-03-font-weight: 300;
29393
- --cds-display-03-line-height: 1.19;
29394
- --cds-display-03-letter-spacing: 0;
29395
- --cds-display-04-font-size: 2.625rem;
29396
- --cds-display-04-font-weight: 600;
29397
- --cds-display-04-line-height: 1.19;
29398
- --cds-display-04-letter-spacing: 0;
29399
- --cds-legal-01-font-size: 0.75rem;
29400
- --cds-legal-01-font-weight: 400;
29401
- --cds-legal-01-line-height: 1.33333;
29402
- --cds-legal-01-letter-spacing: 0.32px;
29403
- --cds-legal-02-font-size: 0.875rem;
29404
- --cds-legal-02-font-weight: 400;
29405
- --cds-legal-02-line-height: 1.28572;
29406
- --cds-legal-02-letter-spacing: 0.16px;
29407
- --cds-body-compact-01-font-size: 0.875rem;
29408
- --cds-body-compact-01-font-weight: 400;
29409
- --cds-body-compact-01-line-height: 1.28572;
29410
- --cds-body-compact-01-letter-spacing: 0.16px;
29411
- --cds-body-compact-02-font-size: 1rem;
29412
- --cds-body-compact-02-font-weight: 400;
29413
- --cds-body-compact-02-line-height: 1.375;
29414
- --cds-body-compact-02-letter-spacing: 0;
29415
- --cds-heading-compact-01-font-size: 0.875rem;
29416
- --cds-heading-compact-01-font-weight: 600;
29417
- --cds-heading-compact-01-line-height: 1.28572;
29418
- --cds-heading-compact-01-letter-spacing: 0.16px;
29419
- --cds-heading-compact-02-font-size: 1rem;
29420
- --cds-heading-compact-02-font-weight: 600;
29421
- --cds-heading-compact-02-line-height: 1.375;
29422
- --cds-heading-compact-02-letter-spacing: 0;
29423
- --cds-body-01-font-size: 0.875rem;
29424
- --cds-body-01-font-weight: 400;
29425
- --cds-body-01-line-height: 1.42857;
29426
- --cds-body-01-letter-spacing: 0.16px;
29427
- --cds-body-02-font-size: 1rem;
29428
- --cds-body-02-font-weight: 400;
29429
- --cds-body-02-line-height: 1.5;
29430
- --cds-body-02-letter-spacing: 0;
29431
- --cds-heading-03-font-size: 1.25rem;
29432
- --cds-heading-03-font-weight: 400;
29433
- --cds-heading-03-line-height: 1.4;
29434
- --cds-heading-03-letter-spacing: 0;
29435
- --cds-heading-04-font-size: 1.75rem;
29436
- --cds-heading-04-font-weight: 400;
29437
- --cds-heading-04-line-height: 1.28572;
29438
- --cds-heading-04-letter-spacing: 0;
29439
- --cds-heading-05-font-size: 2rem;
29440
- --cds-heading-05-font-weight: 400;
29441
- --cds-heading-05-line-height: 1.25;
29442
- --cds-heading-05-letter-spacing: 0;
29443
- --cds-heading-06-font-size: 2rem;
29444
- --cds-heading-06-font-weight: 300;
29445
- --cds-heading-06-line-height: 1.199;
29446
- --cds-heading-06-letter-spacing: 0;
29447
- --cds-heading-07-font-size: 2.625rem;
29448
- --cds-heading-07-font-weight: 300;
29449
- --cds-heading-07-line-height: 1.19;
29450
- --cds-heading-07-letter-spacing: 0;
29451
- --cds-fluid-heading-03-font-size: 1.25rem;
29452
- --cds-fluid-heading-03-font-weight: 400;
29453
- --cds-fluid-heading-03-line-height: 1.4;
29454
- --cds-fluid-heading-03-letter-spacing: 0;
29455
- --cds-fluid-heading-04-font-size: 1.75rem;
29456
- --cds-fluid-heading-04-font-weight: 400;
29457
- --cds-fluid-heading-04-line-height: 1.28572;
29458
- --cds-fluid-heading-04-letter-spacing: 0;
29459
- --cds-fluid-heading-05-font-size: 2rem;
29460
- --cds-fluid-heading-05-font-weight: 400;
29461
- --cds-fluid-heading-05-line-height: 1.25;
29462
- --cds-fluid-heading-05-letter-spacing: 0;
29463
- --cds-fluid-heading-06-font-size: 2rem;
29464
- --cds-fluid-heading-06-font-weight: 600;
29465
- --cds-fluid-heading-06-line-height: 1.25;
29466
- --cds-fluid-heading-06-letter-spacing: 0;
29467
- --cds-fluid-paragraph-01-font-size: 1.5rem;
29468
- --cds-fluid-paragraph-01-font-weight: 300;
29469
- --cds-fluid-paragraph-01-line-height: 1.334;
29470
- --cds-fluid-paragraph-01-letter-spacing: 0;
29471
- --cds-fluid-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
29472
- --cds-fluid-quotation-01-font-size: 1.25rem;
29473
- --cds-fluid-quotation-01-font-weight: 400;
29474
- --cds-fluid-quotation-01-line-height: 1.3;
29475
- --cds-fluid-quotation-01-letter-spacing: 0;
29476
- --cds-fluid-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
29477
- --cds-fluid-quotation-02-font-size: 2rem;
29478
- --cds-fluid-quotation-02-font-weight: 300;
29479
- --cds-fluid-quotation-02-line-height: 1.25;
29480
- --cds-fluid-quotation-02-letter-spacing: 0;
29481
- --cds-fluid-display-01-font-size: 2.625rem;
29482
- --cds-fluid-display-01-font-weight: 300;
29483
- --cds-fluid-display-01-line-height: 1.19;
29484
- --cds-fluid-display-01-letter-spacing: 0;
29485
- --cds-fluid-display-02-font-size: 2.625rem;
29486
- --cds-fluid-display-02-font-weight: 600;
29487
- --cds-fluid-display-02-line-height: 1.19;
29488
- --cds-fluid-display-02-letter-spacing: 0;
29489
- --cds-fluid-display-03-font-size: 2.625rem;
29490
- --cds-fluid-display-03-font-weight: 300;
29491
- --cds-fluid-display-03-line-height: 1.19;
29492
- --cds-fluid-display-03-letter-spacing: 0;
29493
- --cds-fluid-display-04-font-size: 2.625rem;
29494
- --cds-fluid-display-04-font-weight: 600;
29495
- --cds-fluid-display-04-line-height: 1.19;
29496
- --cds-fluid-display-04-letter-spacing: 0;
29497
- --cds-button-separator: #161616;
29498
- --cds-button-primary: #0f62fe;
29499
- --cds-button-secondary: #6f6f6f;
29500
- --cds-button-tertiary: #ffffff;
29501
- --cds-button-danger-primary: #da1e28;
29502
- --cds-button-danger-secondary: #fa4d56;
29503
- --cds-button-danger-active: #750e13;
29504
- --cds-button-primary-active: #002d9c;
29505
- --cds-button-secondary-active: #393939;
29506
- --cds-button-tertiary-active: #c6c6c6;
29507
- --cds-button-danger-hover: #b81921;
29508
- --cds-button-primary-hover: #0050e6;
29509
- --cds-button-secondary-hover: #5e5e5e;
29510
- --cds-button-tertiary-hover: #f4f4f4;
29511
- --cds-button-disabled: rgba(141, 141, 141, 0.3);
29512
- --cds-tag-background-red: #a2191f;
29513
- --cds-tag-color-red: #ffd7d9;
29514
- --cds-tag-hover-red: #c21e25;
29515
- --cds-tag-background-magenta: #9f1853;
29516
- --cds-tag-color-magenta: #ffd6e8;
29517
- --cds-tag-hover-magenta: #bf1d63;
29518
- --cds-tag-background-purple: #6929c4;
29519
- --cds-tag-color-purple: #e8daff;
29520
- --cds-tag-hover-purple: #7c3dd6;
29521
- --cds-tag-background-blue: #0043ce;
29522
- --cds-tag-color-blue: #d0e2ff;
29523
- --cds-tag-hover-blue: #0053ff;
29524
- --cds-tag-background-cyan: #00539a;
29525
- --cds-tag-color-cyan: #bae6ff;
29526
- --cds-tag-hover-cyan: #0066bd;
29527
- --cds-tag-background-teal: #005d5d;
29528
- --cds-tag-color-teal: #9ef0f0;
29529
- --cds-tag-hover-teal: #007070;
29530
- --cds-tag-background-green: #0e6027;
29531
- --cds-tag-color-green: #a7f0ba;
29532
- --cds-tag-hover-green: #11742f;
29533
- --cds-tag-background-gray: #525252;
29534
- --cds-tag-color-gray: #e0e0e0;
29535
- --cds-tag-hover-gray: #636363;
29536
- --cds-tag-background-cool-gray: #4d5358;
29537
- --cds-tag-color-cool-gray: #dde1e6;
29538
- --cds-tag-hover-cool-gray: #5d646a;
29539
- --cds-tag-background-warm-gray: #565151;
29540
- --cds-tag-color-warm-gray: #e5e0df;
29541
- --cds-tag-hover-warm-gray: #696363;
29542
- --cds-notification-background-error: var(--cds-layer);
29543
- --cds-notification-background-success: var(--cds-layer);
29544
- --cds-notification-background-info: var(--cds-layer);
29545
- --cds-notification-background-warning: var(--cds-layer);
29546
- --cds-notification-action-hover: var(--cds-layer-hover);
29547
- --cds-notification-action-tertiary-inverse: #0f62fe;
29548
- --cds-notification-action-tertiary-inverse-active: #002d9c;
29549
- --cds-notification-action-tertiary-inverse-hover: #0050e6;
29550
- --cds-notification-action-tertiary-inverse-text: #ffffff;
29551
- --cds-notification-action-tertiary-inverse-text-on-color-disabled: #8d8d8d;
29552
- --cds-color-scheme: dark;
29553
- --cds-alert-stroke: none;
29554
- --cds-layer-01-absolute: #000000;
29555
- --cds-layer-inverse-absolute: #ffffff;
29556
- --cds-null-state: none;
29557
- --cds-grid-bg: #161616;
29558
- --cds-meter-range-indicator: #6f6f6f;
29559
- --cds-network-diagrams-background-hover: #ededed;
29560
- --cds-tooltip-line-border: #6f6f6f;
29561
- --cds-zone-fill-01: #262626;
29562
- --cds-zone-stroke-01: #6f6f6f;
29563
- --cds-zone-fill-02: #393939;
29564
- --cds-zone-stroke-02: #6f6f6f;
29565
- --cds-zone-fill-03: #525252;
29566
- --cds-zone-stroke-03: #6f6f6f;
29567
- --cds-layer: var(--cds-layer-01, #f4f4f4);
29568
- --cds-layer-active: var(--cds-layer-active-01, #c6c6c6);
29569
- --cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);
29570
- --cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);
29571
- --cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);
29572
- --cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);
29573
- --cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);
29574
- --cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);
29575
- --cds-field: var(--cds-field-01, #f4f4f4);
29576
- --cds-field-hover: var(--cds-field-hover-01, #e8e8e8);
29577
- --cds-border-subtle: var(--cds-border-subtle-01, #e0e0e0);
29578
- --cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);
29579
- --cds-border-strong: var(--cds-border-strong-01, #8d8d8d);
29580
27906
  }
29581
27907
  div.container .cds--grid {
29582
27908
  padding: 0;
@@ -29733,7 +28059,7 @@ div.container.intro span.netlify a {
29733
28059
  font-weight: 700;
29734
28060
  }
29735
28061
  div.container.tutorial {
29736
- @import "~highlight.js/styles/sunburst.css";
28062
+ @import '~highlight.js/styles/sunburst.css';
29737
28063
  }
29738
28064
  div.container.tutorial h1,
29739
28065
  div.container.tutorial h2,