@carbon/ibm-products-styles 2.78.0 → 2.79.0-rc.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.
@@ -7599,6 +7599,9 @@ button.c4p--add-select__global-filter-toggle--open {
7599
7599
  .c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-back {
7600
7600
  display: none;
7601
7601
  }
7602
+ .c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-back svg {
7603
+ fill: var(--cds-icon-primary, #161616);
7604
+ }
7602
7605
  .c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__back__button.cds--btn {
7603
7606
  padding: 0;
7604
7607
  min-block-size: revert;
@@ -8391,6 +8394,9 @@ button.c4p--add-select__global-filter-toggle--open {
8391
8394
  .c4p--page-header__next .c4p--page-header__breadcrumb__icon {
8392
8395
  margin-inline-end: 0.5rem;
8393
8396
  }
8397
+ .c4p--page-header__next .c4p--page-header__breadcrumb__icon svg {
8398
+ fill: var(--cds-icon-primary, #161616);
8399
+ }
8394
8400
  .c4p--page-header__next .c4p--page-header__breadcrumb__actions {
8395
8401
  display: inline-flex;
8396
8402
  justify-content: flex-end;
@@ -8469,6 +8475,9 @@ button.c4p--add-select__global-filter-toggle--open {
8469
8475
  .c4p--page-header__next .c4p--page-header__content__icon {
8470
8476
  margin-inline-end: 1rem;
8471
8477
  }
8478
+ .c4p--page-header__next .c4p--page-header__content__icon svg {
8479
+ fill: var(--cds-icon-primary, #161616);
8480
+ }
8472
8481
  .c4p--page-header__next .c4p--page-header__content__page-actions {
8473
8482
  display: flex;
8474
8483
  justify-content: right;
@@ -9529,8 +9538,10 @@ button.c4p--add-select__global-filter-toggle--open {
9529
9538
  --cds-chat-avatar-bot: #8d8d8d;
9530
9539
  --cds-chat-avatar-user: #4589ff;
9531
9540
  --cds-chat-bubble-agent: #262626;
9541
+ --cds-chat-bubble-agent-text: #f4f4f4;
9532
9542
  --cds-chat-bubble-border: #525252;
9533
9543
  --cds-chat-bubble-user: #393939;
9544
+ --cds-chat-bubble-user-text: #f4f4f4;
9534
9545
  --cds-chat-button: #78a9ff;
9535
9546
  --cds-chat-button-active: rgba(141, 141, 141, 0.4);
9536
9547
  --cds-chat-button-hover: rgba(141, 141, 141, 0.16);
@@ -9538,9 +9549,11 @@ button.c4p--add-select__global-filter-toggle--open {
9538
9549
  --cds-chat-button-text-hover: #a6c8ff;
9539
9550
  --cds-chat-button-text-selected: #c6c6c6;
9540
9551
  --cds-chat-header-background: #262626;
9552
+ --cds-chat-header-text: #f4f4f4;
9541
9553
  --cds-chat-prompt-background: #161616;
9542
9554
  --cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
9543
9555
  --cds-chat-prompt-border-start: #262626;
9556
+ --cds-chat-prompt-text: #f4f4f4;
9544
9557
  --cds-chat-shell-background: #262626;
9545
9558
  --cds-field-01: #393939;
9546
9559
  --cds-field-02: #525252;
@@ -9612,6 +9625,92 @@ button.c4p--add-select__global-filter-toggle--open {
9612
9625
  --cds-support-success-inverse: #24a148;
9613
9626
  --cds-support-warning: #f1c21b;
9614
9627
  --cds-support-warning-inverse: #f1c21b;
9628
+ --cds-syntax-angle-bracket: #8d8d8d;
9629
+ --cds-syntax-annotation: #08bdba;
9630
+ --cds-syntax-arithmetic-operator: #e0e0e0;
9631
+ --cds-syntax-atom: #f4f4f4;
9632
+ --cds-syntax-attribute: #33b1ff;
9633
+ --cds-syntax-attribute-name: #33b1ff;
9634
+ --cds-syntax-attribute-value: #f4f4f4;
9635
+ --cds-syntax-bitwise-operator: #e0e0e0;
9636
+ --cds-syntax-block-comment: #42be65;
9637
+ --cds-syntax-bool: #f4f4f4;
9638
+ --cds-syntax-brace: #e0e0e0;
9639
+ --cds-syntax-bracket: #e0e0e0;
9640
+ --cds-syntax-character: #f4f4f4;
9641
+ --cds-syntax-class-name: #3ddbd9;
9642
+ --cds-syntax-color: #f4f4f4;
9643
+ --cds-syntax-comment: #42be65;
9644
+ --cds-syntax-compare-operator: #e0e0e0;
9645
+ --cds-syntax-constant: #4589ff;
9646
+ --cds-syntax-content: #f4f4f4;
9647
+ --cds-syntax-content-separator: #e0e0e0;
9648
+ --cds-syntax-control-keyword: #be95ff;
9649
+ --cds-syntax-control-operator: #be95ff;
9650
+ --cds-syntax-definition: #33b1ff;
9651
+ --cds-syntax-definition-keyword: #33b1ff;
9652
+ --cds-syntax-definition-operator: #33b1ff;
9653
+ --cds-syntax-deref-operator: #e0e0e0;
9654
+ --cds-syntax-doc-comment: #42be65;
9655
+ --cds-syntax-doc-string: #f4f4f4;
9656
+ --cds-syntax-document-meta: #42be65;
9657
+ --cds-syntax-emphasis: #f4f4f4;
9658
+ --cds-syntax-escape: #e0e0e0;
9659
+ --cds-syntax-float: #6fdc8c;
9660
+ --cds-syntax-function: #f1c21b;
9661
+ --cds-syntax-heading: #33b1ff;
9662
+ --cds-syntax-heading-1: #33b1ff;
9663
+ --cds-syntax-heading-2: #33b1ff;
9664
+ --cds-syntax-heading-3: #33b1ff;
9665
+ --cds-syntax-heading-4: #33b1ff;
9666
+ --cds-syntax-heading-5: #33b1ff;
9667
+ --cds-syntax-heading-6: #33b1ff;
9668
+ --cds-syntax-integer: #6fdc8c;
9669
+ --cds-syntax-invalid: #fa4d56;
9670
+ --cds-syntax-keyword: #4589ff;
9671
+ --cds-syntax-label-name: #a6c8ff;
9672
+ --cds-syntax-line-comment: #42be65;
9673
+ --cds-syntax-link: #4589ff;
9674
+ --cds-syntax-list: #f4f4f4;
9675
+ --cds-syntax-literal: #f4f4f4;
9676
+ --cds-syntax-local: #a6c8ff;
9677
+ --cds-syntax-logic-operator: #e0e0e0;
9678
+ --cds-syntax-macro-name: #f4f4f4;
9679
+ --cds-syntax-meta: #42be65;
9680
+ --cds-syntax-modifier: #4589ff;
9681
+ --cds-syntax-module-keyword: #be95ff;
9682
+ --cds-syntax-monospace: #f4f4f4;
9683
+ --cds-syntax-name: #a6c8ff;
9684
+ --cds-syntax-namespace: #3ddbd9;
9685
+ --cds-syntax-null: #f4f4f4;
9686
+ --cds-syntax-number: #6fdc8c;
9687
+ --cds-syntax-operator: #e0e0e0;
9688
+ --cds-syntax-operator-keyword: #4589ff;
9689
+ --cds-syntax-paren: #e0e0e0;
9690
+ --cds-syntax-processing-instruction: #f4f4f4;
9691
+ --cds-syntax-property-name: #33b1ff;
9692
+ --cds-syntax-punctuation: #e0e0e0;
9693
+ --cds-syntax-quote: #42be65;
9694
+ --cds-syntax-regexp: #be95ff;
9695
+ --cds-syntax-self: #3ddbd9;
9696
+ --cds-syntax-separator: #e0e0e0;
9697
+ --cds-syntax-special: #4589ff;
9698
+ --cds-syntax-special-string: #be95ff;
9699
+ --cds-syntax-square-bracket: #e0e0e0;
9700
+ --cds-syntax-standard: #4589ff;
9701
+ --cds-syntax-strikethrough: #f4f4f4;
9702
+ --cds-syntax-string: #f4f4f4;
9703
+ --cds-syntax-strong: #f4f4f4;
9704
+ --cds-syntax-tag: #3ddbd9;
9705
+ --cds-syntax-tag-name: #3ddbd9;
9706
+ --cds-syntax-type: #3ddbd9;
9707
+ --cds-syntax-type-name: #3ddbd9;
9708
+ --cds-syntax-type-operator: #3ddbd9;
9709
+ --cds-syntax-unit: #6fdc8c;
9710
+ --cds-syntax-update-operator: #e0e0e0;
9711
+ --cds-syntax-url: #e0e0e0;
9712
+ --cds-syntax-variable: #a6c8ff;
9713
+ --cds-syntax-variable-name: #a6c8ff;
9615
9714
  --cds-text-disabled: rgba(244, 244, 244, 0.25);
9616
9715
  --cds-text-error: #ffb3b8;
9617
9716
  --cds-text-helper: #c6c6c6;
@@ -9994,8 +10093,10 @@ button.c4p--add-select__global-filter-toggle--open {
9994
10093
  --cds-chat-avatar-bot: #8d8d8d;
9995
10094
  --cds-chat-avatar-user: #4589ff;
9996
10095
  --cds-chat-bubble-agent: #262626;
10096
+ --cds-chat-bubble-agent-text: #f4f4f4;
9997
10097
  --cds-chat-bubble-border: #525252;
9998
10098
  --cds-chat-bubble-user: #393939;
10099
+ --cds-chat-bubble-user-text: #f4f4f4;
9999
10100
  --cds-chat-button: #78a9ff;
10000
10101
  --cds-chat-button-active: rgba(141, 141, 141, 0.4);
10001
10102
  --cds-chat-button-hover: rgba(141, 141, 141, 0.16);
@@ -10003,9 +10104,11 @@ button.c4p--add-select__global-filter-toggle--open {
10003
10104
  --cds-chat-button-text-hover: #a6c8ff;
10004
10105
  --cds-chat-button-text-selected: #c6c6c6;
10005
10106
  --cds-chat-header-background: #262626;
10107
+ --cds-chat-header-text: #f4f4f4;
10006
10108
  --cds-chat-prompt-background: #161616;
10007
10109
  --cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
10008
10110
  --cds-chat-prompt-border-start: #262626;
10111
+ --cds-chat-prompt-text: #f4f4f4;
10009
10112
  --cds-chat-shell-background: #262626;
10010
10113
  --cds-field-01: #262626;
10011
10114
  --cds-field-02: #393939;
@@ -10077,6 +10180,92 @@ button.c4p--add-select__global-filter-toggle--open {
10077
10180
  --cds-support-success-inverse: #24a148;
10078
10181
  --cds-support-warning: #f1c21b;
10079
10182
  --cds-support-warning-inverse: #f1c21b;
10183
+ --cds-syntax-angle-bracket: #8d8d8d;
10184
+ --cds-syntax-annotation: #08bdba;
10185
+ --cds-syntax-arithmetic-operator: #e0e0e0;
10186
+ --cds-syntax-atom: #f4f4f4;
10187
+ --cds-syntax-attribute: #33b1ff;
10188
+ --cds-syntax-attribute-name: #33b1ff;
10189
+ --cds-syntax-attribute-value: #f4f4f4;
10190
+ --cds-syntax-bitwise-operator: #e0e0e0;
10191
+ --cds-syntax-block-comment: #42be65;
10192
+ --cds-syntax-bool: #f4f4f4;
10193
+ --cds-syntax-brace: #e0e0e0;
10194
+ --cds-syntax-bracket: #e0e0e0;
10195
+ --cds-syntax-character: #f4f4f4;
10196
+ --cds-syntax-class-name: #3ddbd9;
10197
+ --cds-syntax-color: #f4f4f4;
10198
+ --cds-syntax-comment: #42be65;
10199
+ --cds-syntax-compare-operator: #e0e0e0;
10200
+ --cds-syntax-constant: #4589ff;
10201
+ --cds-syntax-content: #f4f4f4;
10202
+ --cds-syntax-content-separator: #e0e0e0;
10203
+ --cds-syntax-control-keyword: #be95ff;
10204
+ --cds-syntax-control-operator: #be95ff;
10205
+ --cds-syntax-definition: #33b1ff;
10206
+ --cds-syntax-definition-keyword: #33b1ff;
10207
+ --cds-syntax-definition-operator: #33b1ff;
10208
+ --cds-syntax-deref-operator: #e0e0e0;
10209
+ --cds-syntax-doc-comment: #42be65;
10210
+ --cds-syntax-doc-string: #f4f4f4;
10211
+ --cds-syntax-document-meta: #42be65;
10212
+ --cds-syntax-emphasis: #f4f4f4;
10213
+ --cds-syntax-escape: #e0e0e0;
10214
+ --cds-syntax-float: #6fdc8c;
10215
+ --cds-syntax-function: #f1c21b;
10216
+ --cds-syntax-heading: #33b1ff;
10217
+ --cds-syntax-heading-1: #33b1ff;
10218
+ --cds-syntax-heading-2: #33b1ff;
10219
+ --cds-syntax-heading-3: #33b1ff;
10220
+ --cds-syntax-heading-4: #33b1ff;
10221
+ --cds-syntax-heading-5: #33b1ff;
10222
+ --cds-syntax-heading-6: #33b1ff;
10223
+ --cds-syntax-integer: #6fdc8c;
10224
+ --cds-syntax-invalid: #fa4d56;
10225
+ --cds-syntax-keyword: #4589ff;
10226
+ --cds-syntax-label-name: #a6c8ff;
10227
+ --cds-syntax-line-comment: #42be65;
10228
+ --cds-syntax-link: #4589ff;
10229
+ --cds-syntax-list: #f4f4f4;
10230
+ --cds-syntax-literal: #f4f4f4;
10231
+ --cds-syntax-local: #a6c8ff;
10232
+ --cds-syntax-logic-operator: #e0e0e0;
10233
+ --cds-syntax-macro-name: #f4f4f4;
10234
+ --cds-syntax-meta: #42be65;
10235
+ --cds-syntax-modifier: #4589ff;
10236
+ --cds-syntax-module-keyword: #be95ff;
10237
+ --cds-syntax-monospace: #f4f4f4;
10238
+ --cds-syntax-name: #a6c8ff;
10239
+ --cds-syntax-namespace: #3ddbd9;
10240
+ --cds-syntax-null: #f4f4f4;
10241
+ --cds-syntax-number: #6fdc8c;
10242
+ --cds-syntax-operator: #e0e0e0;
10243
+ --cds-syntax-operator-keyword: #4589ff;
10244
+ --cds-syntax-paren: #e0e0e0;
10245
+ --cds-syntax-processing-instruction: #f4f4f4;
10246
+ --cds-syntax-property-name: #33b1ff;
10247
+ --cds-syntax-punctuation: #e0e0e0;
10248
+ --cds-syntax-quote: #42be65;
10249
+ --cds-syntax-regexp: #be95ff;
10250
+ --cds-syntax-self: #3ddbd9;
10251
+ --cds-syntax-separator: #e0e0e0;
10252
+ --cds-syntax-special: #4589ff;
10253
+ --cds-syntax-special-string: #be95ff;
10254
+ --cds-syntax-square-bracket: #e0e0e0;
10255
+ --cds-syntax-standard: #4589ff;
10256
+ --cds-syntax-strikethrough: #f4f4f4;
10257
+ --cds-syntax-string: #f4f4f4;
10258
+ --cds-syntax-strong: #f4f4f4;
10259
+ --cds-syntax-tag: #3ddbd9;
10260
+ --cds-syntax-tag-name: #3ddbd9;
10261
+ --cds-syntax-type: #3ddbd9;
10262
+ --cds-syntax-type-name: #3ddbd9;
10263
+ --cds-syntax-type-operator: #3ddbd9;
10264
+ --cds-syntax-unit: #6fdc8c;
10265
+ --cds-syntax-update-operator: #e0e0e0;
10266
+ --cds-syntax-url: #e0e0e0;
10267
+ --cds-syntax-variable: #a6c8ff;
10268
+ --cds-syntax-variable-name: #a6c8ff;
10080
10269
  --cds-text-disabled: rgba(244, 244, 244, 0.25);
10081
10270
  --cds-text-error: #ff8389;
10082
10271
  --cds-text-helper: #a8a8a8;
@@ -13593,11 +13782,6 @@ th.c4p--datagrid__select-all-toggle-on.button {
13593
13782
  font-weight: var(--cds-productive-heading-02-font-weight, 600);
13594
13783
  line-height: var(--cds-productive-heading-02-line-height, 1.375);
13595
13784
  letter-spacing: var(--cds-productive-heading-02-letter-spacing, 0);
13596
- display: -webkit-box;
13597
- overflow: hidden;
13598
- -webkit-box-orient: vertical;
13599
- -webkit-line-clamp: 2;
13600
- text-overflow: ellipsis;
13601
13785
  }
13602
13786
 
13603
13787
  .c4p--checklist__chart-label {
@@ -13605,11 +13789,6 @@ th.c4p--datagrid__select-all-toggle-on.button {
13605
13789
  font-weight: var(--cds-label-01-font-weight, 400);
13606
13790
  line-height: var(--cds-label-01-line-height, 1.33333);
13607
13791
  letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
13608
- display: -webkit-box;
13609
- overflow: hidden;
13610
- -webkit-box-orient: vertical;
13611
- -webkit-line-clamp: 2;
13612
- text-overflow: ellipsis;
13613
13792
  color: var(--cds-text-secondary, #525252);
13614
13793
  }
13615
13794
 
@@ -13837,8 +14016,10 @@ th.c4p--datagrid__select-all-toggle-on.button {
13837
14016
  --cds-chat-avatar-bot: #8d8d8d;
13838
14017
  --cds-chat-avatar-user: #4589ff;
13839
14018
  --cds-chat-bubble-agent: #262626;
14019
+ --cds-chat-bubble-agent-text: #f4f4f4;
13840
14020
  --cds-chat-bubble-border: #525252;
13841
14021
  --cds-chat-bubble-user: #393939;
14022
+ --cds-chat-bubble-user-text: #f4f4f4;
13842
14023
  --cds-chat-button: #78a9ff;
13843
14024
  --cds-chat-button-active: rgba(141, 141, 141, 0.4);
13844
14025
  --cds-chat-button-hover: rgba(141, 141, 141, 0.16);
@@ -13846,9 +14027,11 @@ th.c4p--datagrid__select-all-toggle-on.button {
13846
14027
  --cds-chat-button-text-hover: #a6c8ff;
13847
14028
  --cds-chat-button-text-selected: #c6c6c6;
13848
14029
  --cds-chat-header-background: #262626;
14030
+ --cds-chat-header-text: #f4f4f4;
13849
14031
  --cds-chat-prompt-background: #161616;
13850
14032
  --cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
13851
14033
  --cds-chat-prompt-border-start: #262626;
14034
+ --cds-chat-prompt-text: #f4f4f4;
13852
14035
  --cds-chat-shell-background: #262626;
13853
14036
  --cds-field-01: #262626;
13854
14037
  --cds-field-02: #393939;
@@ -13920,6 +14103,92 @@ th.c4p--datagrid__select-all-toggle-on.button {
13920
14103
  --cds-support-success-inverse: #24a148;
13921
14104
  --cds-support-warning: #f1c21b;
13922
14105
  --cds-support-warning-inverse: #f1c21b;
14106
+ --cds-syntax-angle-bracket: #8d8d8d;
14107
+ --cds-syntax-annotation: #08bdba;
14108
+ --cds-syntax-arithmetic-operator: #e0e0e0;
14109
+ --cds-syntax-atom: #f4f4f4;
14110
+ --cds-syntax-attribute: #33b1ff;
14111
+ --cds-syntax-attribute-name: #33b1ff;
14112
+ --cds-syntax-attribute-value: #f4f4f4;
14113
+ --cds-syntax-bitwise-operator: #e0e0e0;
14114
+ --cds-syntax-block-comment: #42be65;
14115
+ --cds-syntax-bool: #f4f4f4;
14116
+ --cds-syntax-brace: #e0e0e0;
14117
+ --cds-syntax-bracket: #e0e0e0;
14118
+ --cds-syntax-character: #f4f4f4;
14119
+ --cds-syntax-class-name: #3ddbd9;
14120
+ --cds-syntax-color: #f4f4f4;
14121
+ --cds-syntax-comment: #42be65;
14122
+ --cds-syntax-compare-operator: #e0e0e0;
14123
+ --cds-syntax-constant: #4589ff;
14124
+ --cds-syntax-content: #f4f4f4;
14125
+ --cds-syntax-content-separator: #e0e0e0;
14126
+ --cds-syntax-control-keyword: #be95ff;
14127
+ --cds-syntax-control-operator: #be95ff;
14128
+ --cds-syntax-definition: #33b1ff;
14129
+ --cds-syntax-definition-keyword: #33b1ff;
14130
+ --cds-syntax-definition-operator: #33b1ff;
14131
+ --cds-syntax-deref-operator: #e0e0e0;
14132
+ --cds-syntax-doc-comment: #42be65;
14133
+ --cds-syntax-doc-string: #f4f4f4;
14134
+ --cds-syntax-document-meta: #42be65;
14135
+ --cds-syntax-emphasis: #f4f4f4;
14136
+ --cds-syntax-escape: #e0e0e0;
14137
+ --cds-syntax-float: #6fdc8c;
14138
+ --cds-syntax-function: #f1c21b;
14139
+ --cds-syntax-heading: #33b1ff;
14140
+ --cds-syntax-heading-1: #33b1ff;
14141
+ --cds-syntax-heading-2: #33b1ff;
14142
+ --cds-syntax-heading-3: #33b1ff;
14143
+ --cds-syntax-heading-4: #33b1ff;
14144
+ --cds-syntax-heading-5: #33b1ff;
14145
+ --cds-syntax-heading-6: #33b1ff;
14146
+ --cds-syntax-integer: #6fdc8c;
14147
+ --cds-syntax-invalid: #fa4d56;
14148
+ --cds-syntax-keyword: #4589ff;
14149
+ --cds-syntax-label-name: #a6c8ff;
14150
+ --cds-syntax-line-comment: #42be65;
14151
+ --cds-syntax-link: #4589ff;
14152
+ --cds-syntax-list: #f4f4f4;
14153
+ --cds-syntax-literal: #f4f4f4;
14154
+ --cds-syntax-local: #a6c8ff;
14155
+ --cds-syntax-logic-operator: #e0e0e0;
14156
+ --cds-syntax-macro-name: #f4f4f4;
14157
+ --cds-syntax-meta: #42be65;
14158
+ --cds-syntax-modifier: #4589ff;
14159
+ --cds-syntax-module-keyword: #be95ff;
14160
+ --cds-syntax-monospace: #f4f4f4;
14161
+ --cds-syntax-name: #a6c8ff;
14162
+ --cds-syntax-namespace: #3ddbd9;
14163
+ --cds-syntax-null: #f4f4f4;
14164
+ --cds-syntax-number: #6fdc8c;
14165
+ --cds-syntax-operator: #e0e0e0;
14166
+ --cds-syntax-operator-keyword: #4589ff;
14167
+ --cds-syntax-paren: #e0e0e0;
14168
+ --cds-syntax-processing-instruction: #f4f4f4;
14169
+ --cds-syntax-property-name: #33b1ff;
14170
+ --cds-syntax-punctuation: #e0e0e0;
14171
+ --cds-syntax-quote: #42be65;
14172
+ --cds-syntax-regexp: #be95ff;
14173
+ --cds-syntax-self: #3ddbd9;
14174
+ --cds-syntax-separator: #e0e0e0;
14175
+ --cds-syntax-special: #4589ff;
14176
+ --cds-syntax-special-string: #be95ff;
14177
+ --cds-syntax-square-bracket: #e0e0e0;
14178
+ --cds-syntax-standard: #4589ff;
14179
+ --cds-syntax-strikethrough: #f4f4f4;
14180
+ --cds-syntax-string: #f4f4f4;
14181
+ --cds-syntax-strong: #f4f4f4;
14182
+ --cds-syntax-tag: #3ddbd9;
14183
+ --cds-syntax-tag-name: #3ddbd9;
14184
+ --cds-syntax-type: #3ddbd9;
14185
+ --cds-syntax-type-name: #3ddbd9;
14186
+ --cds-syntax-type-operator: #3ddbd9;
14187
+ --cds-syntax-unit: #6fdc8c;
14188
+ --cds-syntax-update-operator: #e0e0e0;
14189
+ --cds-syntax-url: #e0e0e0;
14190
+ --cds-syntax-variable: #a6c8ff;
14191
+ --cds-syntax-variable-name: #a6c8ff;
13923
14192
  --cds-text-disabled: rgba(244, 244, 244, 0.25);
13924
14193
  --cds-text-error: #ff8389;
13925
14194
  --cds-text-helper: #a8a8a8;
@@ -14670,8 +14939,10 @@ th.c4p--datagrid__select-all-toggle-on.button {
14670
14939
  --cds-chat-avatar-bot: #8d8d8d;
14671
14940
  --cds-chat-avatar-user: #4589ff;
14672
14941
  --cds-chat-bubble-agent: #262626;
14942
+ --cds-chat-bubble-agent-text: #f4f4f4;
14673
14943
  --cds-chat-bubble-border: #525252;
14674
14944
  --cds-chat-bubble-user: #393939;
14945
+ --cds-chat-bubble-user-text: #f4f4f4;
14675
14946
  --cds-chat-button: #78a9ff;
14676
14947
  --cds-chat-button-active: rgba(141, 141, 141, 0.4);
14677
14948
  --cds-chat-button-hover: rgba(141, 141, 141, 0.16);
@@ -14679,9 +14950,11 @@ th.c4p--datagrid__select-all-toggle-on.button {
14679
14950
  --cds-chat-button-text-hover: #a6c8ff;
14680
14951
  --cds-chat-button-text-selected: #c6c6c6;
14681
14952
  --cds-chat-header-background: #262626;
14953
+ --cds-chat-header-text: #f4f4f4;
14682
14954
  --cds-chat-prompt-background: #161616;
14683
14955
  --cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
14684
14956
  --cds-chat-prompt-border-start: #262626;
14957
+ --cds-chat-prompt-text: #f4f4f4;
14685
14958
  --cds-chat-shell-background: #262626;
14686
14959
  --cds-field-01: #262626;
14687
14960
  --cds-field-02: #393939;
@@ -14753,6 +15026,92 @@ th.c4p--datagrid__select-all-toggle-on.button {
14753
15026
  --cds-support-success-inverse: #24a148;
14754
15027
  --cds-support-warning: #f1c21b;
14755
15028
  --cds-support-warning-inverse: #f1c21b;
15029
+ --cds-syntax-angle-bracket: #8d8d8d;
15030
+ --cds-syntax-annotation: #08bdba;
15031
+ --cds-syntax-arithmetic-operator: #e0e0e0;
15032
+ --cds-syntax-atom: #f4f4f4;
15033
+ --cds-syntax-attribute: #33b1ff;
15034
+ --cds-syntax-attribute-name: #33b1ff;
15035
+ --cds-syntax-attribute-value: #f4f4f4;
15036
+ --cds-syntax-bitwise-operator: #e0e0e0;
15037
+ --cds-syntax-block-comment: #42be65;
15038
+ --cds-syntax-bool: #f4f4f4;
15039
+ --cds-syntax-brace: #e0e0e0;
15040
+ --cds-syntax-bracket: #e0e0e0;
15041
+ --cds-syntax-character: #f4f4f4;
15042
+ --cds-syntax-class-name: #3ddbd9;
15043
+ --cds-syntax-color: #f4f4f4;
15044
+ --cds-syntax-comment: #42be65;
15045
+ --cds-syntax-compare-operator: #e0e0e0;
15046
+ --cds-syntax-constant: #4589ff;
15047
+ --cds-syntax-content: #f4f4f4;
15048
+ --cds-syntax-content-separator: #e0e0e0;
15049
+ --cds-syntax-control-keyword: #be95ff;
15050
+ --cds-syntax-control-operator: #be95ff;
15051
+ --cds-syntax-definition: #33b1ff;
15052
+ --cds-syntax-definition-keyword: #33b1ff;
15053
+ --cds-syntax-definition-operator: #33b1ff;
15054
+ --cds-syntax-deref-operator: #e0e0e0;
15055
+ --cds-syntax-doc-comment: #42be65;
15056
+ --cds-syntax-doc-string: #f4f4f4;
15057
+ --cds-syntax-document-meta: #42be65;
15058
+ --cds-syntax-emphasis: #f4f4f4;
15059
+ --cds-syntax-escape: #e0e0e0;
15060
+ --cds-syntax-float: #6fdc8c;
15061
+ --cds-syntax-function: #f1c21b;
15062
+ --cds-syntax-heading: #33b1ff;
15063
+ --cds-syntax-heading-1: #33b1ff;
15064
+ --cds-syntax-heading-2: #33b1ff;
15065
+ --cds-syntax-heading-3: #33b1ff;
15066
+ --cds-syntax-heading-4: #33b1ff;
15067
+ --cds-syntax-heading-5: #33b1ff;
15068
+ --cds-syntax-heading-6: #33b1ff;
15069
+ --cds-syntax-integer: #6fdc8c;
15070
+ --cds-syntax-invalid: #fa4d56;
15071
+ --cds-syntax-keyword: #4589ff;
15072
+ --cds-syntax-label-name: #a6c8ff;
15073
+ --cds-syntax-line-comment: #42be65;
15074
+ --cds-syntax-link: #4589ff;
15075
+ --cds-syntax-list: #f4f4f4;
15076
+ --cds-syntax-literal: #f4f4f4;
15077
+ --cds-syntax-local: #a6c8ff;
15078
+ --cds-syntax-logic-operator: #e0e0e0;
15079
+ --cds-syntax-macro-name: #f4f4f4;
15080
+ --cds-syntax-meta: #42be65;
15081
+ --cds-syntax-modifier: #4589ff;
15082
+ --cds-syntax-module-keyword: #be95ff;
15083
+ --cds-syntax-monospace: #f4f4f4;
15084
+ --cds-syntax-name: #a6c8ff;
15085
+ --cds-syntax-namespace: #3ddbd9;
15086
+ --cds-syntax-null: #f4f4f4;
15087
+ --cds-syntax-number: #6fdc8c;
15088
+ --cds-syntax-operator: #e0e0e0;
15089
+ --cds-syntax-operator-keyword: #4589ff;
15090
+ --cds-syntax-paren: #e0e0e0;
15091
+ --cds-syntax-processing-instruction: #f4f4f4;
15092
+ --cds-syntax-property-name: #33b1ff;
15093
+ --cds-syntax-punctuation: #e0e0e0;
15094
+ --cds-syntax-quote: #42be65;
15095
+ --cds-syntax-regexp: #be95ff;
15096
+ --cds-syntax-self: #3ddbd9;
15097
+ --cds-syntax-separator: #e0e0e0;
15098
+ --cds-syntax-special: #4589ff;
15099
+ --cds-syntax-special-string: #be95ff;
15100
+ --cds-syntax-square-bracket: #e0e0e0;
15101
+ --cds-syntax-standard: #4589ff;
15102
+ --cds-syntax-strikethrough: #f4f4f4;
15103
+ --cds-syntax-string: #f4f4f4;
15104
+ --cds-syntax-strong: #f4f4f4;
15105
+ --cds-syntax-tag: #3ddbd9;
15106
+ --cds-syntax-tag-name: #3ddbd9;
15107
+ --cds-syntax-type: #3ddbd9;
15108
+ --cds-syntax-type-name: #3ddbd9;
15109
+ --cds-syntax-type-operator: #3ddbd9;
15110
+ --cds-syntax-unit: #6fdc8c;
15111
+ --cds-syntax-update-operator: #e0e0e0;
15112
+ --cds-syntax-url: #e0e0e0;
15113
+ --cds-syntax-variable: #a6c8ff;
15114
+ --cds-syntax-variable-name: #a6c8ff;
14756
15115
  --cds-text-disabled: rgba(244, 244, 244, 0.25);
14757
15116
  --cds-text-error: #ff8389;
14758
15117
  --cds-text-helper: #a8a8a8;
@@ -15519,8 +15878,10 @@ th.c4p--datagrid__select-all-toggle-on.button {
15519
15878
  --cds-chat-avatar-bot: #6f6f6f;
15520
15879
  --cds-chat-avatar-user: #0f62fe;
15521
15880
  --cds-chat-bubble-agent: #ffffff;
15881
+ --cds-chat-bubble-agent-text: #161616;
15522
15882
  --cds-chat-bubble-border: #e0e0e0;
15523
15883
  --cds-chat-bubble-user: #e0e0e0;
15884
+ --cds-chat-bubble-user-text: #161616;
15524
15885
  --cds-chat-button: #0f62fe;
15525
15886
  --cds-chat-button-active: rgba(141, 141, 141, 0.5);
15526
15887
  --cds-chat-button-hover: rgba(141, 141, 141, 0.12);
@@ -15528,9 +15889,11 @@ th.c4p--datagrid__select-all-toggle-on.button {
15528
15889
  --cds-chat-button-text-hover: #0043ce;
15529
15890
  --cds-chat-button-text-selected: #525252;
15530
15891
  --cds-chat-header-background: #ffffff;
15892
+ --cds-chat-header-text: #161616;
15531
15893
  --cds-chat-prompt-background: #ffffff;
15532
15894
  --cds-chat-prompt-border-end: rgba(244, 244, 244, 0);
15533
15895
  --cds-chat-prompt-border-start: #f4f4f4;
15896
+ --cds-chat-prompt-text: #161616;
15534
15897
  --cds-chat-shell-background: #ffffff;
15535
15898
  --cds-field-01: #ffffff;
15536
15899
  --cds-field-02: #f4f4f4;
@@ -15602,6 +15965,92 @@ th.c4p--datagrid__select-all-toggle-on.button {
15602
15965
  --cds-support-success-inverse: #42be65;
15603
15966
  --cds-support-warning: #f1c21b;
15604
15967
  --cds-support-warning-inverse: #f1c21b;
15968
+ --cds-syntax-angle-bracket: #697077;
15969
+ --cds-syntax-annotation: #007d79;
15970
+ --cds-syntax-arithmetic-operator: #343a3f;
15971
+ --cds-syntax-atom: #161616;
15972
+ --cds-syntax-attribute: #00539a;
15973
+ --cds-syntax-attribute-name: #00539a;
15974
+ --cds-syntax-attribute-value: #161616;
15975
+ --cds-syntax-bitwise-operator: #343a3f;
15976
+ --cds-syntax-block-comment: #198038;
15977
+ --cds-syntax-bool: #161616;
15978
+ --cds-syntax-brace: #343a3f;
15979
+ --cds-syntax-bracket: #343a3f;
15980
+ --cds-syntax-character: #161616;
15981
+ --cds-syntax-class-name: #007d79;
15982
+ --cds-syntax-color: #161616;
15983
+ --cds-syntax-comment: #198038;
15984
+ --cds-syntax-compare-operator: #343a3f;
15985
+ --cds-syntax-constant: #0f62fe;
15986
+ --cds-syntax-content: #161616;
15987
+ --cds-syntax-content-separator: #343a3f;
15988
+ --cds-syntax-control-keyword: #6929c4;
15989
+ --cds-syntax-control-operator: #6929c4;
15990
+ --cds-syntax-definition: #00539a;
15991
+ --cds-syntax-definition-keyword: #00539a;
15992
+ --cds-syntax-definition-operator: #00539a;
15993
+ --cds-syntax-deref-operator: #343a3f;
15994
+ --cds-syntax-doc-comment: #198038;
15995
+ --cds-syntax-doc-string: #161616;
15996
+ --cds-syntax-document-meta: #198038;
15997
+ --cds-syntax-emphasis: #161616;
15998
+ --cds-syntax-escape: #343a3f;
15999
+ --cds-syntax-float: #198038;
16000
+ --cds-syntax-function: #8e6a00;
16001
+ --cds-syntax-heading: #00539a;
16002
+ --cds-syntax-heading-1: #00539a;
16003
+ --cds-syntax-heading-2: #00539a;
16004
+ --cds-syntax-heading-3: #00539a;
16005
+ --cds-syntax-heading-4: #00539a;
16006
+ --cds-syntax-heading-5: #00539a;
16007
+ --cds-syntax-heading-6: #00539a;
16008
+ --cds-syntax-integer: #198038;
16009
+ --cds-syntax-invalid: #da1e28;
16010
+ --cds-syntax-keyword: #0f62fe;
16011
+ --cds-syntax-label-name: #0f62fe;
16012
+ --cds-syntax-line-comment: #198038;
16013
+ --cds-syntax-link: #0f62fe;
16014
+ --cds-syntax-list: #161616;
16015
+ --cds-syntax-literal: #161616;
16016
+ --cds-syntax-local: #0f62fe;
16017
+ --cds-syntax-logic-operator: #343a3f;
16018
+ --cds-syntax-macro-name: #161616;
16019
+ --cds-syntax-meta: #198038;
16020
+ --cds-syntax-modifier: #0f62fe;
16021
+ --cds-syntax-module-keyword: #6929c4;
16022
+ --cds-syntax-monospace: #161616;
16023
+ --cds-syntax-name: #0f62fe;
16024
+ --cds-syntax-namespace: #007d79;
16025
+ --cds-syntax-null: #161616;
16026
+ --cds-syntax-number: #198038;
16027
+ --cds-syntax-operator: #343a3f;
16028
+ --cds-syntax-operator-keyword: #0f62fe;
16029
+ --cds-syntax-paren: #343a3f;
16030
+ --cds-syntax-processing-instruction: #161616;
16031
+ --cds-syntax-property-name: #00539a;
16032
+ --cds-syntax-punctuation: #343a3f;
16033
+ --cds-syntax-quote: #198038;
16034
+ --cds-syntax-regexp: #6929c4;
16035
+ --cds-syntax-self: #007d79;
16036
+ --cds-syntax-separator: #343a3f;
16037
+ --cds-syntax-special: #0f62fe;
16038
+ --cds-syntax-special-string: #8a3ffc;
16039
+ --cds-syntax-square-bracket: #343a3f;
16040
+ --cds-syntax-standard: #0f62fe;
16041
+ --cds-syntax-strikethrough: #161616;
16042
+ --cds-syntax-string: #161616;
16043
+ --cds-syntax-strong: #161616;
16044
+ --cds-syntax-tag: #007d79;
16045
+ --cds-syntax-tag-name: #007d79;
16046
+ --cds-syntax-type: #007d79;
16047
+ --cds-syntax-type-name: #007d79;
16048
+ --cds-syntax-type-operator: #007d79;
16049
+ --cds-syntax-unit: #198038;
16050
+ --cds-syntax-update-operator: #343a3f;
16051
+ --cds-syntax-url: #343a3f;
16052
+ --cds-syntax-variable: #0f62fe;
16053
+ --cds-syntax-variable-name: #0f62fe;
15605
16054
  --cds-text-disabled: rgba(22, 22, 22, 0.25);
15606
16055
  --cds-text-error: #da1e28;
15607
16056
  --cds-text-helper: #6f6f6f;
@@ -15960,8 +16409,10 @@ th.c4p--datagrid__select-all-toggle-on.button {
15960
16409
  --cds-chat-avatar-bot: #8d8d8d;
15961
16410
  --cds-chat-avatar-user: #4589ff;
15962
16411
  --cds-chat-bubble-agent: #262626;
16412
+ --cds-chat-bubble-agent-text: #f4f4f4;
15963
16413
  --cds-chat-bubble-border: #525252;
15964
16414
  --cds-chat-bubble-user: #393939;
16415
+ --cds-chat-bubble-user-text: #f4f4f4;
15965
16416
  --cds-chat-button: #78a9ff;
15966
16417
  --cds-chat-button-active: rgba(141, 141, 141, 0.4);
15967
16418
  --cds-chat-button-hover: rgba(141, 141, 141, 0.16);
@@ -15969,9 +16420,11 @@ th.c4p--datagrid__select-all-toggle-on.button {
15969
16420
  --cds-chat-button-text-hover: #a6c8ff;
15970
16421
  --cds-chat-button-text-selected: #c6c6c6;
15971
16422
  --cds-chat-header-background: #262626;
16423
+ --cds-chat-header-text: #f4f4f4;
15972
16424
  --cds-chat-prompt-background: #161616;
15973
16425
  --cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
15974
16426
  --cds-chat-prompt-border-start: #262626;
16427
+ --cds-chat-prompt-text: #f4f4f4;
15975
16428
  --cds-chat-shell-background: #262626;
15976
16429
  --cds-field-01: #262626;
15977
16430
  --cds-field-02: #393939;
@@ -16043,6 +16496,92 @@ th.c4p--datagrid__select-all-toggle-on.button {
16043
16496
  --cds-support-success-inverse: #24a148;
16044
16497
  --cds-support-warning: #f1c21b;
16045
16498
  --cds-support-warning-inverse: #f1c21b;
16499
+ --cds-syntax-angle-bracket: #8d8d8d;
16500
+ --cds-syntax-annotation: #08bdba;
16501
+ --cds-syntax-arithmetic-operator: #e0e0e0;
16502
+ --cds-syntax-atom: #f4f4f4;
16503
+ --cds-syntax-attribute: #33b1ff;
16504
+ --cds-syntax-attribute-name: #33b1ff;
16505
+ --cds-syntax-attribute-value: #f4f4f4;
16506
+ --cds-syntax-bitwise-operator: #e0e0e0;
16507
+ --cds-syntax-block-comment: #42be65;
16508
+ --cds-syntax-bool: #f4f4f4;
16509
+ --cds-syntax-brace: #e0e0e0;
16510
+ --cds-syntax-bracket: #e0e0e0;
16511
+ --cds-syntax-character: #f4f4f4;
16512
+ --cds-syntax-class-name: #3ddbd9;
16513
+ --cds-syntax-color: #f4f4f4;
16514
+ --cds-syntax-comment: #42be65;
16515
+ --cds-syntax-compare-operator: #e0e0e0;
16516
+ --cds-syntax-constant: #4589ff;
16517
+ --cds-syntax-content: #f4f4f4;
16518
+ --cds-syntax-content-separator: #e0e0e0;
16519
+ --cds-syntax-control-keyword: #be95ff;
16520
+ --cds-syntax-control-operator: #be95ff;
16521
+ --cds-syntax-definition: #33b1ff;
16522
+ --cds-syntax-definition-keyword: #33b1ff;
16523
+ --cds-syntax-definition-operator: #33b1ff;
16524
+ --cds-syntax-deref-operator: #e0e0e0;
16525
+ --cds-syntax-doc-comment: #42be65;
16526
+ --cds-syntax-doc-string: #f4f4f4;
16527
+ --cds-syntax-document-meta: #42be65;
16528
+ --cds-syntax-emphasis: #f4f4f4;
16529
+ --cds-syntax-escape: #e0e0e0;
16530
+ --cds-syntax-float: #6fdc8c;
16531
+ --cds-syntax-function: #f1c21b;
16532
+ --cds-syntax-heading: #33b1ff;
16533
+ --cds-syntax-heading-1: #33b1ff;
16534
+ --cds-syntax-heading-2: #33b1ff;
16535
+ --cds-syntax-heading-3: #33b1ff;
16536
+ --cds-syntax-heading-4: #33b1ff;
16537
+ --cds-syntax-heading-5: #33b1ff;
16538
+ --cds-syntax-heading-6: #33b1ff;
16539
+ --cds-syntax-integer: #6fdc8c;
16540
+ --cds-syntax-invalid: #fa4d56;
16541
+ --cds-syntax-keyword: #4589ff;
16542
+ --cds-syntax-label-name: #a6c8ff;
16543
+ --cds-syntax-line-comment: #42be65;
16544
+ --cds-syntax-link: #4589ff;
16545
+ --cds-syntax-list: #f4f4f4;
16546
+ --cds-syntax-literal: #f4f4f4;
16547
+ --cds-syntax-local: #a6c8ff;
16548
+ --cds-syntax-logic-operator: #e0e0e0;
16549
+ --cds-syntax-macro-name: #f4f4f4;
16550
+ --cds-syntax-meta: #42be65;
16551
+ --cds-syntax-modifier: #4589ff;
16552
+ --cds-syntax-module-keyword: #be95ff;
16553
+ --cds-syntax-monospace: #f4f4f4;
16554
+ --cds-syntax-name: #a6c8ff;
16555
+ --cds-syntax-namespace: #3ddbd9;
16556
+ --cds-syntax-null: #f4f4f4;
16557
+ --cds-syntax-number: #6fdc8c;
16558
+ --cds-syntax-operator: #e0e0e0;
16559
+ --cds-syntax-operator-keyword: #4589ff;
16560
+ --cds-syntax-paren: #e0e0e0;
16561
+ --cds-syntax-processing-instruction: #f4f4f4;
16562
+ --cds-syntax-property-name: #33b1ff;
16563
+ --cds-syntax-punctuation: #e0e0e0;
16564
+ --cds-syntax-quote: #42be65;
16565
+ --cds-syntax-regexp: #be95ff;
16566
+ --cds-syntax-self: #3ddbd9;
16567
+ --cds-syntax-separator: #e0e0e0;
16568
+ --cds-syntax-special: #4589ff;
16569
+ --cds-syntax-special-string: #be95ff;
16570
+ --cds-syntax-square-bracket: #e0e0e0;
16571
+ --cds-syntax-standard: #4589ff;
16572
+ --cds-syntax-strikethrough: #f4f4f4;
16573
+ --cds-syntax-string: #f4f4f4;
16574
+ --cds-syntax-strong: #f4f4f4;
16575
+ --cds-syntax-tag: #3ddbd9;
16576
+ --cds-syntax-tag-name: #3ddbd9;
16577
+ --cds-syntax-type: #3ddbd9;
16578
+ --cds-syntax-type-name: #3ddbd9;
16579
+ --cds-syntax-type-operator: #3ddbd9;
16580
+ --cds-syntax-unit: #6fdc8c;
16581
+ --cds-syntax-update-operator: #e0e0e0;
16582
+ --cds-syntax-url: #e0e0e0;
16583
+ --cds-syntax-variable: #a6c8ff;
16584
+ --cds-syntax-variable-name: #a6c8ff;
16046
16585
  --cds-text-disabled: rgba(244, 244, 244, 0.25);
16047
16586
  --cds-text-error: #ff8389;
16048
16587
  --cds-text-helper: #a8a8a8;
@@ -18061,6 +18600,14 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
18061
18600
  }
18062
18601
 
18063
18602
  .c4p--condition-builder__button {
18603
+ display: inline-block;
18604
+ padding: 0;
18605
+ border: 0;
18606
+ appearance: none;
18607
+ background: none;
18608
+ cursor: pointer;
18609
+ text-align: start;
18610
+ inline-size: 100%;
18064
18611
  box-sizing: border-box;
18065
18612
  padding: 0;
18066
18613
  border: 0;
@@ -18074,16 +18621,6 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
18074
18621
  .c4p--condition-builder__button *::after {
18075
18622
  box-sizing: inherit;
18076
18623
  }
18077
- .c4p--condition-builder__button {
18078
- display: inline-block;
18079
- padding: 0;
18080
- border: 0;
18081
- appearance: none;
18082
- background: none;
18083
- cursor: pointer;
18084
- text-align: start;
18085
- inline-size: 100%;
18086
- }
18087
18624
  .c4p--condition-builder__button::-moz-focus-inner {
18088
18625
  border: 0;
18089
18626
  }
@@ -20422,8 +20959,10 @@ em {
20422
20959
  --cds-chat-avatar-bot: #6f6f6f;
20423
20960
  --cds-chat-avatar-user: #0f62fe;
20424
20961
  --cds-chat-bubble-agent: #ffffff;
20962
+ --cds-chat-bubble-agent-text: #161616;
20425
20963
  --cds-chat-bubble-border: #e0e0e0;
20426
20964
  --cds-chat-bubble-user: #e0e0e0;
20965
+ --cds-chat-bubble-user-text: #161616;
20427
20966
  --cds-chat-button: #0f62fe;
20428
20967
  --cds-chat-button-active: rgba(141, 141, 141, 0.5);
20429
20968
  --cds-chat-button-hover: rgba(141, 141, 141, 0.12);
@@ -20431,9 +20970,11 @@ em {
20431
20970
  --cds-chat-button-text-hover: #0043ce;
20432
20971
  --cds-chat-button-text-selected: #525252;
20433
20972
  --cds-chat-header-background: #ffffff;
20973
+ --cds-chat-header-text: #161616;
20434
20974
  --cds-chat-prompt-background: #ffffff;
20435
20975
  --cds-chat-prompt-border-end: rgba(244, 244, 244, 0);
20436
20976
  --cds-chat-prompt-border-start: #f4f4f4;
20977
+ --cds-chat-prompt-text: #161616;
20437
20978
  --cds-chat-shell-background: #ffffff;
20438
20979
  --cds-field-01: #f4f4f4;
20439
20980
  --cds-field-02: #ffffff;
@@ -20505,6 +21046,92 @@ em {
20505
21046
  --cds-support-success-inverse: #42be65;
20506
21047
  --cds-support-warning: #f1c21b;
20507
21048
  --cds-support-warning-inverse: #f1c21b;
21049
+ --cds-syntax-angle-bracket: #697077;
21050
+ --cds-syntax-annotation: #007d79;
21051
+ --cds-syntax-arithmetic-operator: #343a3f;
21052
+ --cds-syntax-atom: #161616;
21053
+ --cds-syntax-attribute: #00539a;
21054
+ --cds-syntax-attribute-name: #00539a;
21055
+ --cds-syntax-attribute-value: #161616;
21056
+ --cds-syntax-bitwise-operator: #343a3f;
21057
+ --cds-syntax-block-comment: #198038;
21058
+ --cds-syntax-bool: #161616;
21059
+ --cds-syntax-brace: #343a3f;
21060
+ --cds-syntax-bracket: #343a3f;
21061
+ --cds-syntax-character: #161616;
21062
+ --cds-syntax-class-name: #007d79;
21063
+ --cds-syntax-color: #161616;
21064
+ --cds-syntax-comment: #198038;
21065
+ --cds-syntax-compare-operator: #343a3f;
21066
+ --cds-syntax-constant: #0f62fe;
21067
+ --cds-syntax-content: #161616;
21068
+ --cds-syntax-content-separator: #343a3f;
21069
+ --cds-syntax-control-keyword: #6929c4;
21070
+ --cds-syntax-control-operator: #6929c4;
21071
+ --cds-syntax-definition: #00539a;
21072
+ --cds-syntax-definition-keyword: #00539a;
21073
+ --cds-syntax-definition-operator: #00539a;
21074
+ --cds-syntax-deref-operator: #343a3f;
21075
+ --cds-syntax-doc-comment: #198038;
21076
+ --cds-syntax-doc-string: #161616;
21077
+ --cds-syntax-document-meta: #198038;
21078
+ --cds-syntax-emphasis: #161616;
21079
+ --cds-syntax-escape: #343a3f;
21080
+ --cds-syntax-float: #198038;
21081
+ --cds-syntax-function: #8e6a00;
21082
+ --cds-syntax-heading: #00539a;
21083
+ --cds-syntax-heading-1: #00539a;
21084
+ --cds-syntax-heading-2: #00539a;
21085
+ --cds-syntax-heading-3: #00539a;
21086
+ --cds-syntax-heading-4: #00539a;
21087
+ --cds-syntax-heading-5: #00539a;
21088
+ --cds-syntax-heading-6: #00539a;
21089
+ --cds-syntax-integer: #198038;
21090
+ --cds-syntax-invalid: #da1e28;
21091
+ --cds-syntax-keyword: #0f62fe;
21092
+ --cds-syntax-label-name: #0f62fe;
21093
+ --cds-syntax-line-comment: #198038;
21094
+ --cds-syntax-link: #0f62fe;
21095
+ --cds-syntax-list: #161616;
21096
+ --cds-syntax-literal: #161616;
21097
+ --cds-syntax-local: #0f62fe;
21098
+ --cds-syntax-logic-operator: #343a3f;
21099
+ --cds-syntax-macro-name: #161616;
21100
+ --cds-syntax-meta: #198038;
21101
+ --cds-syntax-modifier: #0f62fe;
21102
+ --cds-syntax-module-keyword: #6929c4;
21103
+ --cds-syntax-monospace: #161616;
21104
+ --cds-syntax-name: #0f62fe;
21105
+ --cds-syntax-namespace: #007d79;
21106
+ --cds-syntax-null: #161616;
21107
+ --cds-syntax-number: #198038;
21108
+ --cds-syntax-operator: #343a3f;
21109
+ --cds-syntax-operator-keyword: #0f62fe;
21110
+ --cds-syntax-paren: #343a3f;
21111
+ --cds-syntax-processing-instruction: #161616;
21112
+ --cds-syntax-property-name: #00539a;
21113
+ --cds-syntax-punctuation: #343a3f;
21114
+ --cds-syntax-quote: #198038;
21115
+ --cds-syntax-regexp: #6929c4;
21116
+ --cds-syntax-self: #007d79;
21117
+ --cds-syntax-separator: #343a3f;
21118
+ --cds-syntax-special: #0f62fe;
21119
+ --cds-syntax-special-string: #8a3ffc;
21120
+ --cds-syntax-square-bracket: #343a3f;
21121
+ --cds-syntax-standard: #0f62fe;
21122
+ --cds-syntax-strikethrough: #161616;
21123
+ --cds-syntax-string: #161616;
21124
+ --cds-syntax-strong: #161616;
21125
+ --cds-syntax-tag: #007d79;
21126
+ --cds-syntax-tag-name: #007d79;
21127
+ --cds-syntax-type: #007d79;
21128
+ --cds-syntax-type-name: #007d79;
21129
+ --cds-syntax-type-operator: #007d79;
21130
+ --cds-syntax-unit: #198038;
21131
+ --cds-syntax-update-operator: #343a3f;
21132
+ --cds-syntax-url: #343a3f;
21133
+ --cds-syntax-variable: #0f62fe;
21134
+ --cds-syntax-variable-name: #0f62fe;
20508
21135
  --cds-text-disabled: rgba(22, 22, 22, 0.25);
20509
21136
  --cds-text-error: #da1e28;
20510
21137
  --cds-text-helper: #6f6f6f;
@@ -20661,8 +21288,10 @@ em {
20661
21288
  --cds-chat-avatar-bot: #6f6f6f;
20662
21289
  --cds-chat-avatar-user: #0f62fe;
20663
21290
  --cds-chat-bubble-agent: #ffffff;
21291
+ --cds-chat-bubble-agent-text: #161616;
20664
21292
  --cds-chat-bubble-border: #e0e0e0;
20665
21293
  --cds-chat-bubble-user: #e0e0e0;
21294
+ --cds-chat-bubble-user-text: #161616;
20666
21295
  --cds-chat-button: #0f62fe;
20667
21296
  --cds-chat-button-active: rgba(141, 141, 141, 0.5);
20668
21297
  --cds-chat-button-hover: rgba(141, 141, 141, 0.12);
@@ -20670,9 +21299,11 @@ em {
20670
21299
  --cds-chat-button-text-hover: #0043ce;
20671
21300
  --cds-chat-button-text-selected: #525252;
20672
21301
  --cds-chat-header-background: #ffffff;
21302
+ --cds-chat-header-text: #161616;
20673
21303
  --cds-chat-prompt-background: #ffffff;
20674
21304
  --cds-chat-prompt-border-end: rgba(244, 244, 244, 0);
20675
21305
  --cds-chat-prompt-border-start: #f4f4f4;
21306
+ --cds-chat-prompt-text: #161616;
20676
21307
  --cds-chat-shell-background: #ffffff;
20677
21308
  --cds-field-01: #ffffff;
20678
21309
  --cds-field-02: #f4f4f4;
@@ -20744,6 +21375,92 @@ em {
20744
21375
  --cds-support-success-inverse: #42be65;
20745
21376
  --cds-support-warning: #f1c21b;
20746
21377
  --cds-support-warning-inverse: #f1c21b;
21378
+ --cds-syntax-angle-bracket: #697077;
21379
+ --cds-syntax-annotation: #007d79;
21380
+ --cds-syntax-arithmetic-operator: #343a3f;
21381
+ --cds-syntax-atom: #161616;
21382
+ --cds-syntax-attribute: #00539a;
21383
+ --cds-syntax-attribute-name: #00539a;
21384
+ --cds-syntax-attribute-value: #161616;
21385
+ --cds-syntax-bitwise-operator: #343a3f;
21386
+ --cds-syntax-block-comment: #198038;
21387
+ --cds-syntax-bool: #161616;
21388
+ --cds-syntax-brace: #343a3f;
21389
+ --cds-syntax-bracket: #343a3f;
21390
+ --cds-syntax-character: #161616;
21391
+ --cds-syntax-class-name: #007d79;
21392
+ --cds-syntax-color: #161616;
21393
+ --cds-syntax-comment: #198038;
21394
+ --cds-syntax-compare-operator: #343a3f;
21395
+ --cds-syntax-constant: #0f62fe;
21396
+ --cds-syntax-content: #161616;
21397
+ --cds-syntax-content-separator: #343a3f;
21398
+ --cds-syntax-control-keyword: #6929c4;
21399
+ --cds-syntax-control-operator: #6929c4;
21400
+ --cds-syntax-definition: #00539a;
21401
+ --cds-syntax-definition-keyword: #00539a;
21402
+ --cds-syntax-definition-operator: #00539a;
21403
+ --cds-syntax-deref-operator: #343a3f;
21404
+ --cds-syntax-doc-comment: #198038;
21405
+ --cds-syntax-doc-string: #161616;
21406
+ --cds-syntax-document-meta: #198038;
21407
+ --cds-syntax-emphasis: #161616;
21408
+ --cds-syntax-escape: #343a3f;
21409
+ --cds-syntax-float: #198038;
21410
+ --cds-syntax-function: #8e6a00;
21411
+ --cds-syntax-heading: #00539a;
21412
+ --cds-syntax-heading-1: #00539a;
21413
+ --cds-syntax-heading-2: #00539a;
21414
+ --cds-syntax-heading-3: #00539a;
21415
+ --cds-syntax-heading-4: #00539a;
21416
+ --cds-syntax-heading-5: #00539a;
21417
+ --cds-syntax-heading-6: #00539a;
21418
+ --cds-syntax-integer: #198038;
21419
+ --cds-syntax-invalid: #da1e28;
21420
+ --cds-syntax-keyword: #0f62fe;
21421
+ --cds-syntax-label-name: #0f62fe;
21422
+ --cds-syntax-line-comment: #198038;
21423
+ --cds-syntax-link: #0f62fe;
21424
+ --cds-syntax-list: #161616;
21425
+ --cds-syntax-literal: #161616;
21426
+ --cds-syntax-local: #0f62fe;
21427
+ --cds-syntax-logic-operator: #343a3f;
21428
+ --cds-syntax-macro-name: #161616;
21429
+ --cds-syntax-meta: #198038;
21430
+ --cds-syntax-modifier: #0f62fe;
21431
+ --cds-syntax-module-keyword: #6929c4;
21432
+ --cds-syntax-monospace: #161616;
21433
+ --cds-syntax-name: #0f62fe;
21434
+ --cds-syntax-namespace: #007d79;
21435
+ --cds-syntax-null: #161616;
21436
+ --cds-syntax-number: #198038;
21437
+ --cds-syntax-operator: #343a3f;
21438
+ --cds-syntax-operator-keyword: #0f62fe;
21439
+ --cds-syntax-paren: #343a3f;
21440
+ --cds-syntax-processing-instruction: #161616;
21441
+ --cds-syntax-property-name: #00539a;
21442
+ --cds-syntax-punctuation: #343a3f;
21443
+ --cds-syntax-quote: #198038;
21444
+ --cds-syntax-regexp: #6929c4;
21445
+ --cds-syntax-self: #007d79;
21446
+ --cds-syntax-separator: #343a3f;
21447
+ --cds-syntax-special: #0f62fe;
21448
+ --cds-syntax-special-string: #8a3ffc;
21449
+ --cds-syntax-square-bracket: #343a3f;
21450
+ --cds-syntax-standard: #0f62fe;
21451
+ --cds-syntax-strikethrough: #161616;
21452
+ --cds-syntax-string: #161616;
21453
+ --cds-syntax-strong: #161616;
21454
+ --cds-syntax-tag: #007d79;
21455
+ --cds-syntax-tag-name: #007d79;
21456
+ --cds-syntax-type: #007d79;
21457
+ --cds-syntax-type-name: #007d79;
21458
+ --cds-syntax-type-operator: #007d79;
21459
+ --cds-syntax-unit: #198038;
21460
+ --cds-syntax-update-operator: #343a3f;
21461
+ --cds-syntax-url: #343a3f;
21462
+ --cds-syntax-variable: #0f62fe;
21463
+ --cds-syntax-variable-name: #0f62fe;
20747
21464
  --cds-text-disabled: rgba(22, 22, 22, 0.25);
20748
21465
  --cds-text-error: #da1e28;
20749
21466
  --cds-text-helper: #6f6f6f;
@@ -20900,8 +21617,10 @@ em {
20900
21617
  --cds-chat-avatar-bot: #8d8d8d;
20901
21618
  --cds-chat-avatar-user: #4589ff;
20902
21619
  --cds-chat-bubble-agent: #262626;
21620
+ --cds-chat-bubble-agent-text: #f4f4f4;
20903
21621
  --cds-chat-bubble-border: #525252;
20904
21622
  --cds-chat-bubble-user: #393939;
21623
+ --cds-chat-bubble-user-text: #f4f4f4;
20905
21624
  --cds-chat-button: #78a9ff;
20906
21625
  --cds-chat-button-active: rgba(141, 141, 141, 0.4);
20907
21626
  --cds-chat-button-hover: rgba(141, 141, 141, 0.16);
@@ -20909,9 +21628,11 @@ em {
20909
21628
  --cds-chat-button-text-hover: #a6c8ff;
20910
21629
  --cds-chat-button-text-selected: #c6c6c6;
20911
21630
  --cds-chat-header-background: #262626;
21631
+ --cds-chat-header-text: #f4f4f4;
20912
21632
  --cds-chat-prompt-background: #161616;
20913
21633
  --cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
20914
21634
  --cds-chat-prompt-border-start: #262626;
21635
+ --cds-chat-prompt-text: #f4f4f4;
20915
21636
  --cds-chat-shell-background: #262626;
20916
21637
  --cds-field-01: #393939;
20917
21638
  --cds-field-02: #525252;
@@ -20983,6 +21704,92 @@ em {
20983
21704
  --cds-support-success-inverse: #24a148;
20984
21705
  --cds-support-warning: #f1c21b;
20985
21706
  --cds-support-warning-inverse: #f1c21b;
21707
+ --cds-syntax-angle-bracket: #8d8d8d;
21708
+ --cds-syntax-annotation: #08bdba;
21709
+ --cds-syntax-arithmetic-operator: #e0e0e0;
21710
+ --cds-syntax-atom: #f4f4f4;
21711
+ --cds-syntax-attribute: #33b1ff;
21712
+ --cds-syntax-attribute-name: #33b1ff;
21713
+ --cds-syntax-attribute-value: #f4f4f4;
21714
+ --cds-syntax-bitwise-operator: #e0e0e0;
21715
+ --cds-syntax-block-comment: #42be65;
21716
+ --cds-syntax-bool: #f4f4f4;
21717
+ --cds-syntax-brace: #e0e0e0;
21718
+ --cds-syntax-bracket: #e0e0e0;
21719
+ --cds-syntax-character: #f4f4f4;
21720
+ --cds-syntax-class-name: #3ddbd9;
21721
+ --cds-syntax-color: #f4f4f4;
21722
+ --cds-syntax-comment: #42be65;
21723
+ --cds-syntax-compare-operator: #e0e0e0;
21724
+ --cds-syntax-constant: #4589ff;
21725
+ --cds-syntax-content: #f4f4f4;
21726
+ --cds-syntax-content-separator: #e0e0e0;
21727
+ --cds-syntax-control-keyword: #be95ff;
21728
+ --cds-syntax-control-operator: #be95ff;
21729
+ --cds-syntax-definition: #33b1ff;
21730
+ --cds-syntax-definition-keyword: #33b1ff;
21731
+ --cds-syntax-definition-operator: #33b1ff;
21732
+ --cds-syntax-deref-operator: #e0e0e0;
21733
+ --cds-syntax-doc-comment: #42be65;
21734
+ --cds-syntax-doc-string: #f4f4f4;
21735
+ --cds-syntax-document-meta: #42be65;
21736
+ --cds-syntax-emphasis: #f4f4f4;
21737
+ --cds-syntax-escape: #e0e0e0;
21738
+ --cds-syntax-float: #6fdc8c;
21739
+ --cds-syntax-function: #f1c21b;
21740
+ --cds-syntax-heading: #33b1ff;
21741
+ --cds-syntax-heading-1: #33b1ff;
21742
+ --cds-syntax-heading-2: #33b1ff;
21743
+ --cds-syntax-heading-3: #33b1ff;
21744
+ --cds-syntax-heading-4: #33b1ff;
21745
+ --cds-syntax-heading-5: #33b1ff;
21746
+ --cds-syntax-heading-6: #33b1ff;
21747
+ --cds-syntax-integer: #6fdc8c;
21748
+ --cds-syntax-invalid: #fa4d56;
21749
+ --cds-syntax-keyword: #4589ff;
21750
+ --cds-syntax-label-name: #a6c8ff;
21751
+ --cds-syntax-line-comment: #42be65;
21752
+ --cds-syntax-link: #4589ff;
21753
+ --cds-syntax-list: #f4f4f4;
21754
+ --cds-syntax-literal: #f4f4f4;
21755
+ --cds-syntax-local: #a6c8ff;
21756
+ --cds-syntax-logic-operator: #e0e0e0;
21757
+ --cds-syntax-macro-name: #f4f4f4;
21758
+ --cds-syntax-meta: #42be65;
21759
+ --cds-syntax-modifier: #4589ff;
21760
+ --cds-syntax-module-keyword: #be95ff;
21761
+ --cds-syntax-monospace: #f4f4f4;
21762
+ --cds-syntax-name: #a6c8ff;
21763
+ --cds-syntax-namespace: #3ddbd9;
21764
+ --cds-syntax-null: #f4f4f4;
21765
+ --cds-syntax-number: #6fdc8c;
21766
+ --cds-syntax-operator: #e0e0e0;
21767
+ --cds-syntax-operator-keyword: #4589ff;
21768
+ --cds-syntax-paren: #e0e0e0;
21769
+ --cds-syntax-processing-instruction: #f4f4f4;
21770
+ --cds-syntax-property-name: #33b1ff;
21771
+ --cds-syntax-punctuation: #e0e0e0;
21772
+ --cds-syntax-quote: #42be65;
21773
+ --cds-syntax-regexp: #be95ff;
21774
+ --cds-syntax-self: #3ddbd9;
21775
+ --cds-syntax-separator: #e0e0e0;
21776
+ --cds-syntax-special: #4589ff;
21777
+ --cds-syntax-special-string: #be95ff;
21778
+ --cds-syntax-square-bracket: #e0e0e0;
21779
+ --cds-syntax-standard: #4589ff;
21780
+ --cds-syntax-strikethrough: #f4f4f4;
21781
+ --cds-syntax-string: #f4f4f4;
21782
+ --cds-syntax-strong: #f4f4f4;
21783
+ --cds-syntax-tag: #3ddbd9;
21784
+ --cds-syntax-tag-name: #3ddbd9;
21785
+ --cds-syntax-type: #3ddbd9;
21786
+ --cds-syntax-type-name: #3ddbd9;
21787
+ --cds-syntax-type-operator: #3ddbd9;
21788
+ --cds-syntax-unit: #6fdc8c;
21789
+ --cds-syntax-update-operator: #e0e0e0;
21790
+ --cds-syntax-url: #e0e0e0;
21791
+ --cds-syntax-variable: #a6c8ff;
21792
+ --cds-syntax-variable-name: #a6c8ff;
20986
21793
  --cds-text-disabled: rgba(244, 244, 244, 0.25);
20987
21794
  --cds-text-error: #ffb3b8;
20988
21795
  --cds-text-helper: #c6c6c6;
@@ -21138,8 +21945,10 @@ em {
21138
21945
  --cds-chat-avatar-bot: #8d8d8d;
21139
21946
  --cds-chat-avatar-user: #4589ff;
21140
21947
  --cds-chat-bubble-agent: #262626;
21948
+ --cds-chat-bubble-agent-text: #f4f4f4;
21141
21949
  --cds-chat-bubble-border: #525252;
21142
21950
  --cds-chat-bubble-user: #393939;
21951
+ --cds-chat-bubble-user-text: #f4f4f4;
21143
21952
  --cds-chat-button: #78a9ff;
21144
21953
  --cds-chat-button-active: rgba(141, 141, 141, 0.4);
21145
21954
  --cds-chat-button-hover: rgba(141, 141, 141, 0.16);
@@ -21147,9 +21956,11 @@ em {
21147
21956
  --cds-chat-button-text-hover: #a6c8ff;
21148
21957
  --cds-chat-button-text-selected: #c6c6c6;
21149
21958
  --cds-chat-header-background: #262626;
21959
+ --cds-chat-header-text: #f4f4f4;
21150
21960
  --cds-chat-prompt-background: #161616;
21151
21961
  --cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
21152
21962
  --cds-chat-prompt-border-start: #262626;
21963
+ --cds-chat-prompt-text: #f4f4f4;
21153
21964
  --cds-chat-shell-background: #262626;
21154
21965
  --cds-field-01: #262626;
21155
21966
  --cds-field-02: #393939;
@@ -21221,6 +22032,92 @@ em {
21221
22032
  --cds-support-success-inverse: #24a148;
21222
22033
  --cds-support-warning: #f1c21b;
21223
22034
  --cds-support-warning-inverse: #f1c21b;
22035
+ --cds-syntax-angle-bracket: #8d8d8d;
22036
+ --cds-syntax-annotation: #08bdba;
22037
+ --cds-syntax-arithmetic-operator: #e0e0e0;
22038
+ --cds-syntax-atom: #f4f4f4;
22039
+ --cds-syntax-attribute: #33b1ff;
22040
+ --cds-syntax-attribute-name: #33b1ff;
22041
+ --cds-syntax-attribute-value: #f4f4f4;
22042
+ --cds-syntax-bitwise-operator: #e0e0e0;
22043
+ --cds-syntax-block-comment: #42be65;
22044
+ --cds-syntax-bool: #f4f4f4;
22045
+ --cds-syntax-brace: #e0e0e0;
22046
+ --cds-syntax-bracket: #e0e0e0;
22047
+ --cds-syntax-character: #f4f4f4;
22048
+ --cds-syntax-class-name: #3ddbd9;
22049
+ --cds-syntax-color: #f4f4f4;
22050
+ --cds-syntax-comment: #42be65;
22051
+ --cds-syntax-compare-operator: #e0e0e0;
22052
+ --cds-syntax-constant: #4589ff;
22053
+ --cds-syntax-content: #f4f4f4;
22054
+ --cds-syntax-content-separator: #e0e0e0;
22055
+ --cds-syntax-control-keyword: #be95ff;
22056
+ --cds-syntax-control-operator: #be95ff;
22057
+ --cds-syntax-definition: #33b1ff;
22058
+ --cds-syntax-definition-keyword: #33b1ff;
22059
+ --cds-syntax-definition-operator: #33b1ff;
22060
+ --cds-syntax-deref-operator: #e0e0e0;
22061
+ --cds-syntax-doc-comment: #42be65;
22062
+ --cds-syntax-doc-string: #f4f4f4;
22063
+ --cds-syntax-document-meta: #42be65;
22064
+ --cds-syntax-emphasis: #f4f4f4;
22065
+ --cds-syntax-escape: #e0e0e0;
22066
+ --cds-syntax-float: #6fdc8c;
22067
+ --cds-syntax-function: #f1c21b;
22068
+ --cds-syntax-heading: #33b1ff;
22069
+ --cds-syntax-heading-1: #33b1ff;
22070
+ --cds-syntax-heading-2: #33b1ff;
22071
+ --cds-syntax-heading-3: #33b1ff;
22072
+ --cds-syntax-heading-4: #33b1ff;
22073
+ --cds-syntax-heading-5: #33b1ff;
22074
+ --cds-syntax-heading-6: #33b1ff;
22075
+ --cds-syntax-integer: #6fdc8c;
22076
+ --cds-syntax-invalid: #fa4d56;
22077
+ --cds-syntax-keyword: #4589ff;
22078
+ --cds-syntax-label-name: #a6c8ff;
22079
+ --cds-syntax-line-comment: #42be65;
22080
+ --cds-syntax-link: #4589ff;
22081
+ --cds-syntax-list: #f4f4f4;
22082
+ --cds-syntax-literal: #f4f4f4;
22083
+ --cds-syntax-local: #a6c8ff;
22084
+ --cds-syntax-logic-operator: #e0e0e0;
22085
+ --cds-syntax-macro-name: #f4f4f4;
22086
+ --cds-syntax-meta: #42be65;
22087
+ --cds-syntax-modifier: #4589ff;
22088
+ --cds-syntax-module-keyword: #be95ff;
22089
+ --cds-syntax-monospace: #f4f4f4;
22090
+ --cds-syntax-name: #a6c8ff;
22091
+ --cds-syntax-namespace: #3ddbd9;
22092
+ --cds-syntax-null: #f4f4f4;
22093
+ --cds-syntax-number: #6fdc8c;
22094
+ --cds-syntax-operator: #e0e0e0;
22095
+ --cds-syntax-operator-keyword: #4589ff;
22096
+ --cds-syntax-paren: #e0e0e0;
22097
+ --cds-syntax-processing-instruction: #f4f4f4;
22098
+ --cds-syntax-property-name: #33b1ff;
22099
+ --cds-syntax-punctuation: #e0e0e0;
22100
+ --cds-syntax-quote: #42be65;
22101
+ --cds-syntax-regexp: #be95ff;
22102
+ --cds-syntax-self: #3ddbd9;
22103
+ --cds-syntax-separator: #e0e0e0;
22104
+ --cds-syntax-special: #4589ff;
22105
+ --cds-syntax-special-string: #be95ff;
22106
+ --cds-syntax-square-bracket: #e0e0e0;
22107
+ --cds-syntax-standard: #4589ff;
22108
+ --cds-syntax-strikethrough: #f4f4f4;
22109
+ --cds-syntax-string: #f4f4f4;
22110
+ --cds-syntax-strong: #f4f4f4;
22111
+ --cds-syntax-tag: #3ddbd9;
22112
+ --cds-syntax-tag-name: #3ddbd9;
22113
+ --cds-syntax-type: #3ddbd9;
22114
+ --cds-syntax-type-name: #3ddbd9;
22115
+ --cds-syntax-type-operator: #3ddbd9;
22116
+ --cds-syntax-unit: #6fdc8c;
22117
+ --cds-syntax-update-operator: #e0e0e0;
22118
+ --cds-syntax-url: #e0e0e0;
22119
+ --cds-syntax-variable: #a6c8ff;
22120
+ --cds-syntax-variable-name: #a6c8ff;
21224
22121
  --cds-text-disabled: rgba(244, 244, 244, 0.25);
21225
22122
  --cds-text-error: #ff8389;
21226
22123
  --cds-text-helper: #a8a8a8;
@@ -21364,6 +22261,14 @@ em {
21364
22261
 
21365
22262
  .cds--accordion__heading {
21366
22263
  transition: background-color cubic-bezier(0.2, 0, 0.38, 0.9) 110ms;
22264
+ display: inline-block;
22265
+ padding: 0;
22266
+ border: 0;
22267
+ appearance: none;
22268
+ background: none;
22269
+ cursor: pointer;
22270
+ text-align: start;
22271
+ inline-size: 100%;
21367
22272
  box-sizing: border-box;
21368
22273
  padding: 0;
21369
22274
  border: 0;
@@ -21377,16 +22282,6 @@ em {
21377
22282
  .cds--accordion__heading *::after {
21378
22283
  box-sizing: inherit;
21379
22284
  }
21380
- .cds--accordion__heading {
21381
- display: inline-block;
21382
- padding: 0;
21383
- border: 0;
21384
- appearance: none;
21385
- background: none;
21386
- cursor: pointer;
21387
- text-align: start;
21388
- inline-size: 100%;
21389
- }
21390
22285
  .cds--accordion__heading::-moz-focus-inner {
21391
22286
  border: 0;
21392
22287
  }
@@ -22363,6 +23258,14 @@ li.cds--accordion__item--disabled:last-of-type {
22363
23258
  }
22364
23259
 
22365
23260
  .cds--popover--tab-tip__button {
23261
+ display: inline-block;
23262
+ padding: 0;
23263
+ border: 0;
23264
+ appearance: none;
23265
+ background: none;
23266
+ cursor: pointer;
23267
+ text-align: start;
23268
+ inline-size: 100%;
22366
23269
  box-sizing: border-box;
22367
23270
  padding: 0;
22368
23271
  border: 0;
@@ -22376,16 +23279,6 @@ li.cds--accordion__item--disabled:last-of-type {
22376
23279
  .cds--popover--tab-tip__button *::after {
22377
23280
  box-sizing: inherit;
22378
23281
  }
22379
- .cds--popover--tab-tip__button {
22380
- display: inline-block;
22381
- padding: 0;
22382
- border: 0;
22383
- appearance: none;
22384
- background: none;
22385
- cursor: pointer;
22386
- text-align: start;
22387
- inline-size: 100%;
22388
- }
22389
23282
  .cds--popover--tab-tip__button::-moz-focus-inner {
22390
23283
  border: 0;
22391
23284
  }
@@ -22409,6 +23302,9 @@ li.cds--accordion__item--disabled:last-of-type {
22409
23302
  .cds--popover--tab-tip__button:hover {
22410
23303
  background-color: var(--cds-layer-hover);
22411
23304
  }
23305
+ .cds--popover--tab-tip__button svg {
23306
+ fill: var(--cds-icon-primary, #161616);
23307
+ }
22412
23308
 
22413
23309
  .cds--popover--tab-tip.cds--popover--open .cds--popover--tab-tip__button {
22414
23310
  background: var(--cds-layer);
@@ -22458,6 +23354,14 @@ li.cds--accordion__item--disabled:last-of-type {
22458
23354
  }
22459
23355
 
22460
23356
  .cds--definition-term {
23357
+ display: inline-block;
23358
+ padding: 0;
23359
+ border: 0;
23360
+ appearance: none;
23361
+ background: none;
23362
+ cursor: pointer;
23363
+ text-align: start;
23364
+ inline-size: 100%;
22461
23365
  box-sizing: border-box;
22462
23366
  padding: 0;
22463
23367
  border: 0;
@@ -22471,16 +23375,6 @@ li.cds--accordion__item--disabled:last-of-type {
22471
23375
  .cds--definition-term *::after {
22472
23376
  box-sizing: inherit;
22473
23377
  }
22474
- .cds--definition-term {
22475
- display: inline-block;
22476
- padding: 0;
22477
- border: 0;
22478
- appearance: none;
22479
- background: none;
22480
- cursor: pointer;
22481
- text-align: start;
22482
- inline-size: 100%;
22483
- }
22484
23378
  .cds--definition-term::-moz-focus-inner {
22485
23379
  border: 0;
22486
23380
  }
@@ -23014,11 +23908,100 @@ li.cds--accordion__item--disabled:last-of-type {
23014
23908
  box-shadow: 0.0625rem 0 0 0 var(--cds-button-separator, #e0e0e0);
23015
23909
  }
23016
23910
 
23911
+ .cds--btn-set--fluid {
23912
+ container-type: inline-size;
23913
+ }
23914
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner {
23915
+ --flex-direction: row;
23916
+ display: flex;
23917
+ flex-direction: var(--flex-direction);
23918
+ align-items: stretch;
23919
+ justify-content: flex-end;
23920
+ inline-size: 100%;
23921
+ }
23922
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner .cds--btn {
23923
+ flex: 0 1 25%;
23924
+ max-inline-size: 14.5rem;
23925
+ }
23926
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack .cds--btn {
23927
+ min-inline-size: 11rem;
23928
+ }
23929
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner .cds--btn--ghost,
23930
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner .cds--btn--danger--ghost {
23931
+ flex: 1 1 25%;
23932
+ max-inline-size: none;
23933
+ padding-inline-start: 2rem; /* increased padding when inline */
23934
+ }
23935
+ @container (width <= 11rem) {
23936
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(1):last-child) {
23937
+ --flex-direction: column;
23938
+ }
23939
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(1):last-child) .cds--btn {
23940
+ flex: initial;
23941
+ inline-size: 100%;
23942
+ max-inline-size: none;
23943
+ }
23944
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(1):last-child) .cds--btn--ghost {
23945
+ padding-inline-start: 1rem;
23946
+ }
23947
+ }
23948
+ @container (width <= 22rem) {
23949
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child) {
23950
+ --flex-direction: column;
23951
+ }
23952
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child) .cds--btn {
23953
+ flex: initial;
23954
+ inline-size: 100%;
23955
+ max-inline-size: none;
23956
+ }
23957
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child) .cds--btn--ghost {
23958
+ padding-inline-start: 1rem;
23959
+ }
23960
+ }
23961
+ @container (width <= 33rem) {
23962
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child) {
23963
+ --flex-direction: column;
23964
+ }
23965
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child) .cds--btn {
23966
+ flex: initial;
23967
+ inline-size: 100%;
23968
+ max-inline-size: none;
23969
+ }
23970
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child) .cds--btn--ghost {
23971
+ padding-inline-start: 1rem;
23972
+ }
23973
+ }
23974
+ @container (width <= 44rem) {
23975
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child) {
23976
+ --flex-direction: column;
23977
+ }
23978
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child) .cds--btn {
23979
+ flex: initial;
23980
+ inline-size: 100%;
23981
+ max-inline-size: none;
23982
+ }
23983
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child) .cds--btn--ghost {
23984
+ padding-inline-start: 1rem;
23985
+ }
23986
+ }
23987
+ @container (width <= 44rem) {
23988
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner:has(:nth-child(2):last-child) .cds--btn {
23989
+ flex-basis: 50%;
23990
+ max-inline-size: none;
23991
+ }
23992
+ }
23993
+ @container (width <= 33rem) {
23994
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner:has(:nth-child(1):last-child) .cds--btn {
23995
+ flex: 1 1 100%;
23996
+ max-inline-size: none;
23997
+ }
23998
+ }
23999
+
23017
24000
  .cds--toggletip-label {
23018
- font-size: var(--cds-body-01-font-size, 0.875rem);
23019
- font-weight: var(--cds-body-01-font-weight, 400);
23020
- line-height: var(--cds-body-01-line-height, 1.42857);
23021
- letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
24001
+ font-size: var(--cds-label-01-font-size, 0.75rem);
24002
+ font-weight: var(--cds-label-01-font-weight, 400);
24003
+ line-height: var(--cds-label-01-line-height, 1.33333);
24004
+ letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
23022
24005
  color: var(--cds-text-secondary, #525252);
23023
24006
  margin-inline-end: 0.5rem;
23024
24007
  }
@@ -23031,6 +24014,14 @@ li.cds--accordion__item--disabled:last-of-type {
23031
24014
  }
23032
24015
 
23033
24016
  .cds--toggletip-button {
24017
+ display: inline-block;
24018
+ padding: 0;
24019
+ border: 0;
24020
+ appearance: none;
24021
+ background: none;
24022
+ cursor: pointer;
24023
+ text-align: start;
24024
+ inline-size: 100%;
23034
24025
  box-sizing: border-box;
23035
24026
  padding: 0;
23036
24027
  border: 0;
@@ -23044,16 +24035,6 @@ li.cds--accordion__item--disabled:last-of-type {
23044
24035
  .cds--toggletip-button *::after {
23045
24036
  box-sizing: inherit;
23046
24037
  }
23047
- .cds--toggletip-button {
23048
- display: inline-block;
23049
- padding: 0;
23050
- border: 0;
23051
- appearance: none;
23052
- background: none;
23053
- cursor: pointer;
23054
- text-align: start;
23055
- inline-size: 100%;
23056
- }
23057
24038
  .cds--toggletip-button::-moz-focus-inner {
23058
24039
  border: 0;
23059
24040
  }
@@ -24015,6 +24996,14 @@ li.cds--accordion__item--disabled:last-of-type {
24015
24996
 
24016
24997
  .cds--overflow-menu,
24017
24998
  .cds--overflow-menu__trigger {
24999
+ display: inline-block;
25000
+ padding: 0;
25001
+ border: 0;
25002
+ appearance: none;
25003
+ background: none;
25004
+ cursor: pointer;
25005
+ text-align: start;
25006
+ inline-size: 100%;
24018
25007
  box-sizing: border-box;
24019
25008
  padding: 0;
24020
25009
  border: 0;
@@ -24031,17 +25020,6 @@ li.cds--accordion__item--disabled:last-of-type {
24031
25020
  .cds--overflow-menu__trigger *::after {
24032
25021
  box-sizing: inherit;
24033
25022
  }
24034
- .cds--overflow-menu,
24035
- .cds--overflow-menu__trigger {
24036
- display: inline-block;
24037
- padding: 0;
24038
- border: 0;
24039
- appearance: none;
24040
- background: none;
24041
- cursor: pointer;
24042
- text-align: start;
24043
- inline-size: 100%;
24044
- }
24045
25023
  .cds--overflow-menu::-moz-focus-inner,
24046
25024
  .cds--overflow-menu__trigger::-moz-focus-inner {
24047
25025
  border: 0;
@@ -24760,10 +25738,12 @@ a.cds--overflow-menu-options__btn::before {
24760
25738
  text-decoration: none;
24761
25739
  }
24762
25740
 
25741
+ .cds--link.cds--link--visited,
24763
25742
  .cds--link.cds--link--visited:visited {
24764
25743
  color: var(--cds-link-visited-text-color, var(--cds-link-visited, #8a3ffc));
24765
25744
  }
24766
25745
 
25746
+ .cds--link.cds--link--visited:hover,
24767
25747
  .cds--link.cds--link--visited:visited:hover {
24768
25748
  color: var(--cds-link-hover-text-color, var(--cds-link-primary-hover, #0043ce));
24769
25749
  }
@@ -24949,6 +25929,14 @@ textarea:-webkit-autofill:focus {
24949
25929
  }
24950
25930
 
24951
25931
  .cds--label + .cds--tooltip .cds--tooltip__trigger {
25932
+ display: inline-block;
25933
+ padding: 0;
25934
+ border: 0;
25935
+ appearance: none;
25936
+ background: none;
25937
+ cursor: pointer;
25938
+ text-align: start;
25939
+ inline-size: 100%;
24952
25940
  box-sizing: border-box;
24953
25941
  padding: 0;
24954
25942
  border: 0;
@@ -24962,16 +25950,6 @@ textarea:-webkit-autofill:focus {
24962
25950
  .cds--label + .cds--tooltip .cds--tooltip__trigger *::after {
24963
25951
  box-sizing: inherit;
24964
25952
  }
24965
- .cds--label + .cds--tooltip .cds--tooltip__trigger {
24966
- display: inline-block;
24967
- padding: 0;
24968
- border: 0;
24969
- appearance: none;
24970
- background: none;
24971
- cursor: pointer;
24972
- text-align: start;
24973
- inline-size: 100%;
24974
- }
24975
25953
  .cds--label + .cds--tooltip .cds--tooltip__trigger::-moz-focus-inner {
24976
25954
  border: 0;
24977
25955
  }
@@ -25159,10 +26137,9 @@ input:not(output, [data-invalid]):-moz-ui-invalid {
25159
26137
  font-weight: 600;
25160
26138
  }
25161
26139
  .cds--form-requirement {
25162
- font-size: var(--cds-label-01-font-size, 0.75rem);
25163
- font-weight: var(--cds-label-01-font-weight, 400);
25164
- line-height: var(--cds-label-01-line-height, 1.33333);
25165
- letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
26140
+ font-size: var(--cds-helper-text-01-font-size, 0.75rem);
26141
+ line-height: var(--cds-helper-text-01-line-height, 1.33333);
26142
+ letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
25166
26143
  display: none;
25167
26144
  overflow: hidden;
25168
26145
  margin: 0.25rem 0 0;
@@ -26602,8 +27579,7 @@ fieldset[disabled] .cds--form__helper-text {
26602
27579
  }
26603
27580
 
26604
27581
  .cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg {
26605
- fill: var(--cds-icon-secondary, #525252);
26606
- transition: fill 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
27582
+ fill: var(--cds-icon-primary, #161616);
26607
27583
  }
26608
27584
 
26609
27585
  .cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:focus {
@@ -26616,11 +27592,6 @@ fieldset[disabled] .cds--form__helper-text {
26616
27592
  }
26617
27593
  }
26618
27594
 
26619
- .cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:hover svg,
26620
- .cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:focus svg {
26621
- fill: var(--cds-icon-primary, #161616);
26622
- }
26623
-
26624
27595
  .cds--text-input--invalid,
26625
27596
  .cds--text-input--warning {
26626
27597
  padding-inline-end: 2.5rem;
@@ -27809,6 +28780,14 @@ fieldset[disabled] .cds--form__helper-text {
27809
28780
  }
27810
28781
 
27811
28782
  .cds--list-box__field {
28783
+ display: inline-block;
28784
+ padding: 0;
28785
+ border: 0;
28786
+ appearance: none;
28787
+ background: none;
28788
+ cursor: pointer;
28789
+ text-align: start;
28790
+ inline-size: 100%;
27812
28791
  box-sizing: border-box;
27813
28792
  padding: 0;
27814
28793
  border: 0;
@@ -27822,16 +28801,6 @@ fieldset[disabled] .cds--form__helper-text {
27822
28801
  .cds--list-box__field *::after {
27823
28802
  box-sizing: inherit;
27824
28803
  }
27825
- .cds--list-box__field {
27826
- display: inline-block;
27827
- padding: 0;
27828
- border: 0;
27829
- appearance: none;
27830
- background: none;
27831
- cursor: pointer;
27832
- text-align: start;
27833
- inline-size: 100%;
27834
- }
27835
28804
  .cds--list-box__field::-moz-focus-inner {
27836
28805
  border: 0;
27837
28806
  }
@@ -27906,6 +28875,13 @@ fieldset[disabled] .cds--form__helper-text {
27906
28875
  }
27907
28876
 
27908
28877
  .cds--list-box__menu-icon {
28878
+ display: inline-block;
28879
+ padding: 0;
28880
+ border: 0;
28881
+ appearance: none;
28882
+ background: none;
28883
+ cursor: pointer;
28884
+ text-align: start;
27909
28885
  box-sizing: border-box;
27910
28886
  padding: 0;
27911
28887
  border: 0;
@@ -27919,15 +28895,6 @@ fieldset[disabled] .cds--form__helper-text {
27919
28895
  .cds--list-box__menu-icon *::after {
27920
28896
  box-sizing: inherit;
27921
28897
  }
27922
- .cds--list-box__menu-icon {
27923
- display: inline-block;
27924
- padding: 0;
27925
- border: 0;
27926
- appearance: none;
27927
- background: none;
27928
- cursor: pointer;
27929
- text-align: start;
27930
- }
27931
28898
  .cds--list-box__menu-icon::-moz-focus-inner {
27932
28899
  border: 0;
27933
28900
  }
@@ -27955,6 +28922,13 @@ fieldset[disabled] .cds--form__helper-text {
27955
28922
  }
27956
28923
 
27957
28924
  .cds--list-box__selection {
28925
+ display: inline-block;
28926
+ padding: 0;
28927
+ border: 0;
28928
+ appearance: none;
28929
+ background: none;
28930
+ cursor: pointer;
28931
+ text-align: start;
27958
28932
  box-sizing: border-box;
27959
28933
  padding: 0;
27960
28934
  border: 0;
@@ -27968,15 +28942,6 @@ fieldset[disabled] .cds--form__helper-text {
27968
28942
  .cds--list-box__selection *::after {
27969
28943
  box-sizing: inherit;
27970
28944
  }
27971
- .cds--list-box__selection {
27972
- display: inline-block;
27973
- padding: 0;
27974
- border: 0;
27975
- appearance: none;
27976
- background: none;
27977
- cursor: pointer;
27978
- text-align: start;
27979
- }
27980
28945
  .cds--list-box__selection::-moz-focus-inner {
27981
28946
  border: 0;
27982
28947
  }
@@ -28103,6 +29068,10 @@ fieldset[disabled] .cds--form__helper-text {
28103
29068
  }
28104
29069
  }
28105
29070
 
29071
+ .cds--autoalign .cds--list-box__menu {
29072
+ inset-inline: auto;
29073
+ }
29074
+
28106
29075
  .cds--list-box .cds--list-box__field[aria-expanded=false] .cds--list-box__menu {
28107
29076
  display: none;
28108
29077
  max-block-size: 0;
@@ -28403,8 +29372,7 @@ fieldset[disabled] .cds--form__helper-text {
28403
29372
  inset-block-end: 3rem;
28404
29373
  }
28405
29374
 
28406
- .cds--list-box input[role=combobox],
28407
- .cds--list-box input[type=text] {
29375
+ .cds--list-box .cds--text-input {
28408
29376
  background-color: inherit;
28409
29377
  min-inline-size: 0;
28410
29378
  text-overflow: ellipsis;
@@ -29050,6 +30018,14 @@ fieldset[disabled] .cds--form__helper-text {
29050
30018
  }
29051
30019
 
29052
30020
  .cds--contained-list-item--clickable .cds--contained-list-item__content {
30021
+ display: inline-block;
30022
+ padding: 0;
30023
+ border: 0;
30024
+ appearance: none;
30025
+ background: none;
30026
+ cursor: pointer;
30027
+ text-align: start;
30028
+ inline-size: 100%;
29053
30029
  box-sizing: border-box;
29054
30030
  padding: 0;
29055
30031
  border: 0;
@@ -29063,16 +30039,6 @@ fieldset[disabled] .cds--form__helper-text {
29063
30039
  .cds--contained-list-item--clickable .cds--contained-list-item__content *::after {
29064
30040
  box-sizing: inherit;
29065
30041
  }
29066
- .cds--contained-list-item--clickable .cds--contained-list-item__content {
29067
- display: inline-block;
29068
- padding: 0;
29069
- border: 0;
29070
- appearance: none;
29071
- background: none;
29072
- cursor: pointer;
29073
- text-align: start;
29074
- inline-size: 100%;
29075
- }
29076
30042
  .cds--contained-list-item--clickable .cds--contained-list-item__content::-moz-focus-inner {
29077
30043
  border: 0;
29078
30044
  }
@@ -30048,6 +31014,15 @@ fieldset[disabled] .cds--form__helper-text {
30048
31014
  padding-inline: 1rem;
30049
31015
  }
30050
31016
 
31017
+ .cds--data-table-header.cds--data-table-header__with-decorator {
31018
+ display: flex;
31019
+ justify-content: space-between;
31020
+ }
31021
+
31022
+ .cds--data-table-header.cds--data-table-header__with-decorator.cds--data-table-header__with-decorator--standalone {
31023
+ justify-content: flex-end;
31024
+ }
31025
+
30051
31026
  .cds--data-table-header__title {
30052
31027
  font-size: var(--cds-heading-03-font-size, 1.25rem);
30053
31028
  font-weight: var(--cds-heading-03-font-weight, 400);
@@ -31004,6 +31979,13 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
31004
31979
  }
31005
31980
 
31006
31981
  .cds--search-close {
31982
+ display: inline-block;
31983
+ padding: 0;
31984
+ border: 0;
31985
+ appearance: none;
31986
+ background: none;
31987
+ cursor: pointer;
31988
+ text-align: start;
31007
31989
  box-sizing: border-box;
31008
31990
  padding: 0;
31009
31991
  border: 0;
@@ -31017,15 +31999,6 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
31017
31999
  .cds--search-close *::after {
31018
32000
  box-sizing: inherit;
31019
32001
  }
31020
- .cds--search-close {
31021
- display: inline-block;
31022
- padding: 0;
31023
- border: 0;
31024
- appearance: none;
31025
- background: none;
31026
- cursor: pointer;
31027
- text-align: start;
31028
- }
31029
32002
  .cds--search-close::-moz-focus-inner {
31030
32003
  border: 0;
31031
32004
  }
@@ -31480,6 +32453,14 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
31480
32453
  }
31481
32454
 
31482
32455
  .cds--overflow-menu.cds--toolbar-action {
32456
+ display: inline-block;
32457
+ padding: 0;
32458
+ border: 0;
32459
+ appearance: none;
32460
+ background: none;
32461
+ cursor: pointer;
32462
+ text-align: start;
32463
+ inline-size: 100%;
31483
32464
  box-sizing: border-box;
31484
32465
  padding: 0;
31485
32466
  border: 0;
@@ -31493,16 +32474,6 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
31493
32474
  .cds--overflow-menu.cds--toolbar-action *::after {
31494
32475
  box-sizing: inherit;
31495
32476
  }
31496
- .cds--overflow-menu.cds--toolbar-action {
31497
- display: inline-block;
31498
- padding: 0;
31499
- border: 0;
31500
- appearance: none;
31501
- background: none;
31502
- cursor: pointer;
31503
- text-align: start;
31504
- inline-size: 100%;
31505
- }
31506
32477
  .cds--overflow-menu.cds--toolbar-action::-moz-focus-inner {
31507
32478
  border: 0;
31508
32479
  }
@@ -31516,6 +32487,14 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
31516
32487
  }
31517
32488
 
31518
32489
  .cds--toolbar-action {
32490
+ display: inline-block;
32491
+ padding: 0;
32492
+ border: 0;
32493
+ appearance: none;
32494
+ background: none;
32495
+ cursor: pointer;
32496
+ text-align: start;
32497
+ inline-size: 100%;
31519
32498
  box-sizing: border-box;
31520
32499
  padding: 0;
31521
32500
  border: 0;
@@ -31529,16 +32508,6 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
31529
32508
  .cds--toolbar-action *::after {
31530
32509
  box-sizing: inherit;
31531
32510
  }
31532
- .cds--toolbar-action {
31533
- display: inline-block;
31534
- padding: 0;
31535
- border: 0;
31536
- appearance: none;
31537
- background: none;
31538
- cursor: pointer;
31539
- text-align: start;
31540
- inline-size: 100%;
31541
- }
31542
32511
  .cds--toolbar-action::-moz-focus-inner {
31543
32512
  border: 0;
31544
32513
  }
@@ -32058,6 +33027,13 @@ tr.cds--parent-row.cds--expandable-row.cds--expandable-row--hover td:first-of-ty
32058
33027
  }
32059
33028
 
32060
33029
  .cds--table-expand__button {
33030
+ display: inline-block;
33031
+ padding: 0;
33032
+ border: 0;
33033
+ appearance: none;
33034
+ background: none;
33035
+ cursor: pointer;
33036
+ text-align: start;
32061
33037
  box-sizing: border-box;
32062
33038
  padding: 0;
32063
33039
  border: 0;
@@ -32071,15 +33047,6 @@ tr.cds--parent-row.cds--expandable-row.cds--expandable-row--hover td:first-of-ty
32071
33047
  .cds--table-expand__button *::after {
32072
33048
  box-sizing: inherit;
32073
33049
  }
32074
- .cds--table-expand__button {
32075
- display: inline-block;
32076
- padding: 0;
32077
- border: 0;
32078
- appearance: none;
32079
- background: none;
32080
- cursor: pointer;
32081
- text-align: start;
32082
- }
32083
33050
  .cds--table-expand__button::-moz-focus-inner {
32084
33051
  border: 0;
32085
33052
  }
@@ -32424,6 +33391,13 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
32424
33391
  }
32425
33392
 
32426
33393
  .cds--table-sort {
33394
+ display: inline-block;
33395
+ padding: 0;
33396
+ border: 0;
33397
+ appearance: none;
33398
+ background: none;
33399
+ cursor: pointer;
33400
+ text-align: start;
32427
33401
  box-sizing: border-box;
32428
33402
  padding: 0;
32429
33403
  border: 0;
@@ -32437,15 +33411,6 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
32437
33411
  .cds--table-sort *::after {
32438
33412
  box-sizing: inherit;
32439
33413
  }
32440
- .cds--table-sort {
32441
- display: inline-block;
32442
- padding: 0;
32443
- border: 0;
32444
- appearance: none;
32445
- background: none;
32446
- cursor: pointer;
32447
- text-align: start;
32448
- }
32449
33414
  .cds--table-sort::-moz-focus-inner {
32450
33415
  border: 0;
32451
33416
  }
@@ -34733,10 +35698,9 @@ button.cds--dropdown-text:focus {
34733
35698
 
34734
35699
  .cds--file__selected-file--invalid .cds--form-requirement__title,
34735
35700
  .cds--file__selected-file--invalid .cds--form-requirement__supplement {
34736
- font-size: var(--cds-label-01-font-size, 0.75rem);
34737
- font-weight: var(--cds-label-01-font-weight, 400);
34738
- line-height: var(--cds-label-01-line-height, 1.33333);
34739
- letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
35701
+ font-size: var(--cds-helper-text-01-font-size, 0.75rem);
35702
+ line-height: var(--cds-helper-text-01-line-height, 1.33333);
35703
+ letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
34740
35704
  padding: 0 1rem;
34741
35705
  }
34742
35706
 
@@ -34749,10 +35713,9 @@ button.cds--dropdown-text:focus {
34749
35713
  }
34750
35714
 
34751
35715
  .cds--file__selected-file--invalid + .cds--form-requirement {
34752
- font-size: var(--cds-label-01-font-size, 0.75rem);
34753
- font-weight: var(--cds-label-01-font-weight, 400);
34754
- line-height: var(--cds-label-01-line-height, 1.33333);
34755
- letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
35716
+ font-size: var(--cds-helper-text-01-font-size, 0.75rem);
35717
+ line-height: var(--cds-helper-text-01-line-height, 1.33333);
35718
+ letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
34756
35719
  display: block;
34757
35720
  overflow: visible;
34758
35721
  padding: 0.5rem 1rem;
@@ -34842,6 +35805,14 @@ button.cds--dropdown-text:focus {
34842
35805
  }
34843
35806
 
34844
35807
  .cds--file__drop-container {
35808
+ display: inline-block;
35809
+ padding: 0;
35810
+ border: 0;
35811
+ appearance: none;
35812
+ background: none;
35813
+ cursor: pointer;
35814
+ text-align: start;
35815
+ inline-size: 100%;
34845
35816
  box-sizing: border-box;
34846
35817
  padding: 0;
34847
35818
  border: 0;
@@ -34855,16 +35826,6 @@ button.cds--dropdown-text:focus {
34855
35826
  .cds--file__drop-container *::after {
34856
35827
  box-sizing: inherit;
34857
35828
  }
34858
- .cds--file__drop-container {
34859
- display: inline-block;
34860
- padding: 0;
34861
- border: 0;
34862
- appearance: none;
34863
- background: none;
34864
- cursor: pointer;
34865
- text-align: start;
34866
- inline-size: 100%;
34867
- }
34868
35829
  .cds--file__drop-container::-moz-focus-inner {
34869
35830
  border: 0;
34870
35831
  }
@@ -35032,6 +35993,11 @@ button.cds--dropdown-text:focus {
35032
35993
  border-block-end: 1px solid var(--cds-border-strong);
35033
35994
  }
35034
35995
 
35996
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--fluid--invalid .cds--form-requirement:empty,
35997
+ .cds--list-box__wrapper--fluid .cds--list-box--warning ~ .cds--form-requirement:empty {
35998
+ block-size: 2rem;
35999
+ }
36000
+
35035
36001
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--fluid--invalid .cds--list-box[data-invalid] .cds--list-box__invalid-icon,
35036
36002
  .cds--list-box__wrapper--fluid .cds--list-box.cds--list-box--warning .cds--list-box__invalid-icon {
35037
36003
  inset-block-start: 5.0625rem;
@@ -35231,7 +36197,7 @@ button.cds--dropdown-text:focus {
35231
36197
  }
35232
36198
 
35233
36199
  .cds--list-box__wrapper--fluid:has(.cds--dropdown) .cds--list-box__menu-icon {
35234
- inset-inline-end: 0.75rem;
36200
+ inset-inline-end: 1rem;
35235
36201
  }
35236
36202
 
35237
36203
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] .cds--list-box__wrapper--decorator-inner > *::before,
@@ -35570,6 +36536,10 @@ button.cds--dropdown-text:focus {
35570
36536
  padding-inline-end: 4rem;
35571
36537
  }
35572
36538
 
36539
+ .cds--multi-select {
36540
+ box-sizing: border-box;
36541
+ }
36542
+
35573
36543
  .cds--multi-select .cds--list-box__field--wrapper {
35574
36544
  display: inline-flex;
35575
36545
  align-items: center;
@@ -35934,6 +36904,14 @@ button.cds--dropdown-text:focus {
35934
36904
  }
35935
36905
 
35936
36906
  .cds--number__control-btn {
36907
+ display: inline-block;
36908
+ padding: 0;
36909
+ border: 0;
36910
+ appearance: none;
36911
+ background: none;
36912
+ cursor: pointer;
36913
+ text-align: start;
36914
+ inline-size: 100%;
35937
36915
  box-sizing: border-box;
35938
36916
  padding: 0;
35939
36917
  border: 0;
@@ -35947,16 +36925,6 @@ button.cds--dropdown-text:focus {
35947
36925
  .cds--number__control-btn *::after {
35948
36926
  box-sizing: inherit;
35949
36927
  }
35950
- .cds--number__control-btn {
35951
- display: inline-block;
35952
- padding: 0;
35953
- border: 0;
35954
- appearance: none;
35955
- background: none;
35956
- cursor: pointer;
35957
- text-align: start;
35958
- inline-size: 100%;
35959
- }
35960
36928
  .cds--number__control-btn::-moz-focus-inner {
35961
36929
  border: 0;
35962
36930
  }
@@ -37734,6 +38702,10 @@ optgroup.cds--select-optgroup:disabled,
37734
38702
  inset-inline-start: auto;
37735
38703
  }
37736
38704
 
38705
+ .cds--text-input--fluid.cds--text-input-wrapper--readonly .cds--text-input__field-wrapper .cds--text-input {
38706
+ color: var(--cds-text-secondary, #525252);
38707
+ }
38708
+
37737
38709
  .cds--text-input--fluid .cds--label::-webkit-scrollbar,
37738
38710
  .cds--text-input--fluid .cds--label .cds--toggletip-label::-webkit-scrollbar {
37739
38711
  display: none;
@@ -38931,6 +39903,18 @@ optgroup.cds--select-optgroup:disabled,
38931
39903
  .cds--inline-notification--low-contrast {
38932
39904
  color: var(--cds-text-primary, #161616);
38933
39905
  }
39906
+ .cds--inline-notification--low-contrast .cds--inline-notification__close-button:focus {
39907
+ outline: 2px solid var(--cds-focus, #0f62fe);
39908
+ outline-offset: -2px;
39909
+ }
39910
+ @media screen and (prefers-contrast) {
39911
+ .cds--inline-notification--low-contrast .cds--inline-notification__close-button:focus {
39912
+ outline-style: dotted;
39913
+ }
39914
+ }
39915
+ .cds--inline-notification--low-contrast .cds--inline-notification__close-button .cds--inline-notification__close-icon {
39916
+ fill: var(--cds-icon-primary, #161616);
39917
+ }
38934
39918
  .cds--inline-notification--low-contrast::before {
38935
39919
  position: absolute;
38936
39920
  box-sizing: border-box;
@@ -39173,20 +40157,6 @@ optgroup.cds--select-optgroup:disabled,
39173
40157
  }
39174
40158
  }
39175
40159
 
39176
- .cds--inline-notification--low-contrast .cds--inline-notification__close-button:focus {
39177
- outline: 2px solid var(--cds-focus, #0f62fe);
39178
- outline-offset: -2px;
39179
- }
39180
- @media screen and (prefers-contrast) {
39181
- .cds--inline-notification--low-contrast .cds--inline-notification__close-button:focus {
39182
- outline-style: dotted;
39183
- }
39184
- }
39185
-
39186
- .cds--inline-notification--low-contrast .cds--inline-notification__close-button .cds--inline-notification__close-icon {
39187
- fill: var(--cds-icon-primary, #161616);
39188
- }
39189
-
39190
40160
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
39191
40161
  .cds--inline-notification {
39192
40162
  outline: 1px solid transparent;
@@ -39259,6 +40229,22 @@ optgroup.cds--select-optgroup:disabled,
39259
40229
  .cds--toast-notification--low-contrast {
39260
40230
  color: var(--cds-text-primary, #161616);
39261
40231
  }
40232
+ .cds--toast-notification--low-contrast .cds--toast-notification__subtitle,
40233
+ .cds--toast-notification--low-contrast .cds--toast-notification__caption {
40234
+ color: var(--cds-text-primary, #161616);
40235
+ }
40236
+ .cds--toast-notification--low-contrast .cds--toast-notification__close-button .cds--toast-notification__close-icon {
40237
+ fill: var(--cds-icon-primary, #161616);
40238
+ }
40239
+ .cds--toast-notification--low-contrast .cds--toast-notification__close-button:focus {
40240
+ outline: 2px solid var(--cds-focus, #0f62fe);
40241
+ outline-offset: -2px;
40242
+ }
40243
+ @media screen and (prefers-contrast) {
40244
+ .cds--toast-notification--low-contrast .cds--toast-notification__close-button:focus {
40245
+ outline-style: dotted;
40246
+ }
40247
+ }
39262
40248
 
39263
40249
  .cds--toast-notification--error {
39264
40250
  background: var(--cds-background-inverse, #393939);
@@ -39399,20 +40385,6 @@ optgroup.cds--select-optgroup:disabled,
39399
40385
  fill: var(--cds-icon-inverse, #ffffff);
39400
40386
  }
39401
40387
 
39402
- .cds--toast-notification--low-contrast .cds--toast-notification__close-button:focus {
39403
- outline: 2px solid var(--cds-focus, #0f62fe);
39404
- outline-offset: -2px;
39405
- }
39406
- @media screen and (prefers-contrast) {
39407
- .cds--toast-notification--low-contrast .cds--toast-notification__close-button:focus {
39408
- outline-style: dotted;
39409
- }
39410
- }
39411
-
39412
- .cds--toast-notification--low-contrast .cds--toast-notification__close-button .cds--toast-notification__close-icon {
39413
- fill: var(--cds-icon-primary, #161616);
39414
- }
39415
-
39416
40388
  .cds--toast-notification__title {
39417
40389
  font-size: var(--cds-heading-compact-01-font-size, 0.875rem);
39418
40390
  font-weight: var(--cds-heading-compact-01-font-weight, 600);
@@ -39433,10 +40405,6 @@ optgroup.cds--select-optgroup:disabled,
39433
40405
  word-break: break-word;
39434
40406
  }
39435
40407
 
39436
- .cds--toast-notification--low-contrast .cds--toast-notification__subtitle {
39437
- color: var(--cds-text-primary, #161616);
39438
- }
39439
-
39440
40408
  .cds--toast-notification__caption {
39441
40409
  font-size: var(--cds-body-compact-01-font-size, 0.875rem);
39442
40410
  font-weight: var(--cds-body-compact-01-font-weight, 400);
@@ -39446,10 +40414,6 @@ optgroup.cds--select-optgroup:disabled,
39446
40414
  padding-block-start: 0.5rem;
39447
40415
  }
39448
40416
 
39449
- .cds--toast-notification--low-contrast .cds--toast-notification__caption {
39450
- color: var(--cds-text-primary, #161616);
39451
- }
39452
-
39453
40417
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
39454
40418
  .cds--toast-notification {
39455
40419
  outline: 1px solid transparent;
@@ -39542,6 +40506,13 @@ optgroup.cds--select-optgroup:disabled,
39542
40506
  .cds--actionable-notification--low-contrast {
39543
40507
  color: var(--cds-text-primary, #161616);
39544
40508
  }
40509
+ .cds--actionable-notification--low-contrast .cds--actionable-notification__subtitle,
40510
+ .cds--actionable-notification--low-contrast .cds--actionable-notification__caption {
40511
+ color: var(--cds-text-primary, #161616);
40512
+ }
40513
+ .cds--actionable-notification--low-contrast .cds--actionable-notification__close-button .cds--actionable-notification__close-icon {
40514
+ fill: var(--cds-icon-primary, #161616);
40515
+ }
39545
40516
 
39546
40517
  .cds--actionable-notification--low-contrast:not(.cds--actionable-notification--toast)::before {
39547
40518
  position: absolute;
@@ -39755,10 +40726,6 @@ optgroup.cds--select-optgroup:disabled,
39755
40726
  word-break: break-word;
39756
40727
  }
39757
40728
 
39758
- .cds--actionable-notification--low-contrast .cds--actionable-notification__subtitle {
39759
- color: var(--cds-text-primary, #161616);
39760
- }
39761
-
39762
40729
  .cds--actionable-notification__caption {
39763
40730
  font-size: var(--cds-body-compact-01-font-size, 0.875rem);
39764
40731
  font-weight: var(--cds-body-compact-01-font-weight, 400);
@@ -39768,10 +40735,6 @@ optgroup.cds--select-optgroup:disabled,
39768
40735
  padding-block-start: 1.5rem;
39769
40736
  }
39770
40737
 
39771
- .cds--actionable-notification--low-contrast .cds--actionable-notification__caption {
39772
- color: var(--cds-text-primary, #161616);
39773
- }
39774
-
39775
40738
  /* Ghost action button when inline */
39776
40739
  .cds--actionable-notification__action-button.cds--btn--ghost {
39777
40740
  block-size: 2rem;
@@ -39923,10 +40886,6 @@ optgroup.cds--select-optgroup:disabled,
39923
40886
  }
39924
40887
  }
39925
40888
 
39926
- .cds--actionable-notification--low-contrast .cds--actionable-notification__close-button .cds--actionable-notification__close-icon {
39927
- fill: var(--cds-icon-primary, #161616);
39928
- }
39929
-
39930
40889
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
39931
40890
  .cds--actionable-notification {
39932
40891
  outline: 1px solid transparent;
@@ -40411,6 +41370,11 @@ span.cds--pagination__text.cds--pagination__items-count {
40411
41370
  transform: translate(0.5rem, -50%);
40412
41371
  }
40413
41372
 
41373
+ .cds--pagination .cds--select--inline .cds--select-input[disabled],
41374
+ .cds--pagination .cds--select--inline .cds--select-input[disabled]:hover {
41375
+ background-color: var(--cds-layer);
41376
+ }
41377
+
40414
41378
  .cds--unstable-pagination {
40415
41379
  box-sizing: border-box;
40416
41380
  padding: 0;
@@ -40641,6 +41605,13 @@ span.cds--pagination__text.cds--pagination__items-count {
40641
41605
  font-weight: var(--cds-body-compact-01-font-weight, 400);
40642
41606
  line-height: var(--cds-body-compact-01-line-height, 1.28572);
40643
41607
  letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
41608
+ display: inline-block;
41609
+ padding: 0;
41610
+ border: 0;
41611
+ appearance: none;
41612
+ background: none;
41613
+ cursor: pointer;
41614
+ text-align: start;
40644
41615
  box-sizing: border-box;
40645
41616
  padding: 0;
40646
41617
  border: 0;
@@ -40654,15 +41625,6 @@ span.cds--pagination__text.cds--pagination__items-count {
40654
41625
  .cds--pagination-nav__page *::after {
40655
41626
  box-sizing: inherit;
40656
41627
  }
40657
- .cds--pagination-nav__page {
40658
- display: inline-block;
40659
- padding: 0;
40660
- border: 0;
40661
- appearance: none;
40662
- background: none;
40663
- cursor: pointer;
40664
- text-align: start;
40665
- }
40666
41628
  .cds--pagination-nav__page::-moz-focus-inner {
40667
41629
  border: 0;
40668
41630
  }
@@ -41179,6 +42141,14 @@ span.cds--pagination__text.cds--pagination__items-count {
41179
42141
  }
41180
42142
 
41181
42143
  .cds--progress-step-button {
42144
+ display: inline-block;
42145
+ padding: 0;
42146
+ border: 0;
42147
+ appearance: none;
42148
+ background: none;
42149
+ cursor: pointer;
42150
+ text-align: start;
42151
+ inline-size: 100%;
41182
42152
  box-sizing: border-box;
41183
42153
  padding: 0;
41184
42154
  border: 0;
@@ -41192,16 +42162,6 @@ span.cds--pagination__text.cds--pagination__items-count {
41192
42162
  .cds--progress-step-button *::after {
41193
42163
  box-sizing: inherit;
41194
42164
  }
41195
- .cds--progress-step-button {
41196
- display: inline-block;
41197
- padding: 0;
41198
- border: 0;
41199
- appearance: none;
41200
- background: none;
41201
- cursor: pointer;
41202
- text-align: start;
41203
- inline-size: 100%;
41204
- }
41205
42165
  .cds--progress-step-button::-moz-focus-inner {
41206
42166
  border: 0;
41207
42167
  }
@@ -42512,6 +43472,14 @@ span.cds--pagination__text.cds--pagination__items-count {
42512
43472
  display: flex;
42513
43473
  }
42514
43474
  .cds--tabs .cds--tab--overflow-nav-button {
43475
+ display: inline-block;
43476
+ padding: 0;
43477
+ border: 0;
43478
+ appearance: none;
43479
+ background: none;
43480
+ cursor: pointer;
43481
+ text-align: start;
43482
+ inline-size: 100%;
42515
43483
  box-sizing: border-box;
42516
43484
  padding: 0;
42517
43485
  border: 0;
@@ -42525,16 +43493,6 @@ span.cds--pagination__text.cds--pagination__items-count {
42525
43493
  .cds--tabs .cds--tab--overflow-nav-button *::after {
42526
43494
  box-sizing: inherit;
42527
43495
  }
42528
- .cds--tabs .cds--tab--overflow-nav-button {
42529
- display: inline-block;
42530
- padding: 0;
42531
- border: 0;
42532
- appearance: none;
42533
- background: none;
42534
- cursor: pointer;
42535
- text-align: start;
42536
- inline-size: 100%;
42537
- }
42538
43496
  .cds--tabs .cds--tab--overflow-nav-button::-moz-focus-inner {
42539
43497
  border: 0;
42540
43498
  }
@@ -42727,6 +43685,14 @@ span.cds--pagination__text.cds--pagination__items-count {
42727
43685
  display: none;
42728
43686
  }
42729
43687
  .cds--tabs .cds--tabs__nav-item--close-icon {
43688
+ display: inline-block;
43689
+ padding: 0;
43690
+ border: 0;
43691
+ appearance: none;
43692
+ background: none;
43693
+ cursor: pointer;
43694
+ text-align: start;
43695
+ inline-size: 100%;
42730
43696
  box-sizing: border-box;
42731
43697
  padding: 0;
42732
43698
  border: 0;
@@ -42740,16 +43706,6 @@ span.cds--pagination__text.cds--pagination__items-count {
42740
43706
  .cds--tabs .cds--tabs__nav-item--close-icon *::after {
42741
43707
  box-sizing: inherit;
42742
43708
  }
42743
- .cds--tabs .cds--tabs__nav-item--close-icon {
42744
- display: inline-block;
42745
- padding: 0;
42746
- border: 0;
42747
- appearance: none;
42748
- background: none;
42749
- cursor: pointer;
42750
- text-align: start;
42751
- inline-size: 100%;
42752
- }
42753
43709
  .cds--tabs .cds--tabs__nav-item--close-icon::-moz-focus-inner {
42754
43710
  border: 0;
42755
43711
  }
@@ -42820,6 +43776,13 @@ span.cds--pagination__text.cds--pagination__items-count {
42820
43776
  padding-inline-start: var(--cds-layout-density-padding-inline-local);
42821
43777
  }
42822
43778
  .cds--tabs .cds--tabs__nav-link {
43779
+ display: inline-block;
43780
+ padding: 0;
43781
+ border: 0;
43782
+ appearance: none;
43783
+ background: none;
43784
+ cursor: pointer;
43785
+ text-align: start;
42823
43786
  box-sizing: border-box;
42824
43787
  padding: 0;
42825
43788
  border: 0;
@@ -42833,15 +43796,6 @@ span.cds--pagination__text.cds--pagination__items-count {
42833
43796
  .cds--tabs .cds--tabs__nav-link *::after {
42834
43797
  box-sizing: inherit;
42835
43798
  }
42836
- .cds--tabs .cds--tabs__nav-link {
42837
- display: inline-block;
42838
- padding: 0;
42839
- border: 0;
42840
- appearance: none;
42841
- background: none;
42842
- cursor: pointer;
42843
- text-align: start;
42844
- }
42845
43799
  .cds--tabs .cds--tabs__nav-link::-moz-focus-inner {
42846
43800
  border: 0;
42847
43801
  }
@@ -43120,9 +44074,11 @@ span.cds--pagination__text.cds--pagination__items-count {
43120
44074
  }
43121
44075
 
43122
44076
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
43123
- .cds--tabs__nav-item .cds--tabs__nav-item--selected .cds--tabs__nav-item--selected {
43124
- color: Highlight;
43125
- outline: 1px solid Highlight;
44077
+ .cds--tabs__nav-item--selected .cds--tabs__nav-link,
44078
+ .cds--tabs__nav-item--selected.cds--tabs__nav-link,
44079
+ .cds--tabs.cds--tabs--contained .cds--tabs__nav-item--selected,
44080
+ .cds--tabs.cds--tabs--contained .cds--tabs__nav-item--selected.cds--tabs__nav-link {
44081
+ background-color: SelectedItem;
43126
44082
  }
43127
44083
  }
43128
44084
 
@@ -43329,6 +44285,14 @@ span.cds--pagination__text.cds--pagination__items-count {
43329
44285
  }
43330
44286
 
43331
44287
  .cds--tile__chevron--interactive {
44288
+ display: inline-block;
44289
+ padding: 0;
44290
+ border: 0;
44291
+ appearance: none;
44292
+ background: none;
44293
+ cursor: pointer;
44294
+ text-align: start;
44295
+ inline-size: 100%;
43332
44296
  box-sizing: border-box;
43333
44297
  padding: 0;
43334
44298
  border: 0;
@@ -43342,16 +44306,6 @@ span.cds--pagination__text.cds--pagination__items-count {
43342
44306
  .cds--tile__chevron--interactive *::after {
43343
44307
  box-sizing: inherit;
43344
44308
  }
43345
- .cds--tile__chevron--interactive {
43346
- display: inline-block;
43347
- padding: 0;
43348
- border: 0;
43349
- appearance: none;
43350
- background: none;
43351
- cursor: pointer;
43352
- text-align: start;
43353
- inline-size: 100%;
43354
- }
43355
44309
  .cds--tile__chevron--interactive::-moz-focus-inner {
43356
44310
  border: 0;
43357
44311
  }
@@ -44325,7 +45279,7 @@ li.cds--tree-node-link-parent > .cds--tree-node__children {
44325
45279
  inline-size: 100%;
44326
45280
  }
44327
45281
 
44328
- .cds--tooltip-trigger__wrapper .cds--btn--ghost:focus {
45282
+ .cds--tree .cds--tree-node__label .cds--tooltip-trigger__wrapper .cds--btn--ghost:focus {
44329
45283
  box-shadow: none;
44330
45284
  outline: 2px solid var(--cds-focus, #0f62fe);
44331
45285
  }
@@ -44376,6 +45330,14 @@ div:has(.cds--header) ~ .cds--content {
44376
45330
  }
44377
45331
 
44378
45332
  .cds--header__action {
45333
+ display: inline-block;
45334
+ padding: 0;
45335
+ border: 0;
45336
+ appearance: none;
45337
+ background: none;
45338
+ cursor: pointer;
45339
+ text-align: start;
45340
+ inline-size: 100%;
44379
45341
  box-sizing: border-box;
44380
45342
  padding: 0;
44381
45343
  border: 0;
@@ -44389,16 +45351,6 @@ div:has(.cds--header) ~ .cds--content {
44389
45351
  .cds--header__action *::after {
44390
45352
  box-sizing: inherit;
44391
45353
  }
44392
- .cds--header__action {
44393
- display: inline-block;
44394
- padding: 0;
44395
- border: 0;
44396
- appearance: none;
44397
- background: none;
44398
- cursor: pointer;
44399
- text-align: start;
44400
- inline-size: 100%;
44401
- }
44402
45354
  .cds--header__action::-moz-focus-inner {
44403
45355
  border: 0;
44404
45356
  }
@@ -44930,6 +45882,14 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
44930
45882
  }
44931
45883
 
44932
45884
  .cds--side-nav__submenu {
45885
+ display: inline-block;
45886
+ padding: 0;
45887
+ border: 0;
45888
+ appearance: none;
45889
+ background: none;
45890
+ cursor: pointer;
45891
+ text-align: start;
45892
+ inline-size: 100%;
44933
45893
  box-sizing: border-box;
44934
45894
  padding: 0;
44935
45895
  border: 0;
@@ -44943,16 +45903,6 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
44943
45903
  .cds--side-nav__submenu *::after {
44944
45904
  box-sizing: inherit;
44945
45905
  }
44946
- .cds--side-nav__submenu {
44947
- display: inline-block;
44948
- padding: 0;
44949
- border: 0;
44950
- appearance: none;
44951
- background: none;
44952
- cursor: pointer;
44953
- text-align: start;
44954
- inline-size: 100%;
44955
- }
44956
45906
  .cds--side-nav__submenu::-moz-focus-inner {
44957
45907
  border: 0;
44958
45908
  }
@@ -45400,6 +46350,14 @@ div:has(.cds--header) ~ .cds--content {
45400
46350
  }
45401
46351
 
45402
46352
  .cds--header__action {
46353
+ display: inline-block;
46354
+ padding: 0;
46355
+ border: 0;
46356
+ appearance: none;
46357
+ background: none;
46358
+ cursor: pointer;
46359
+ text-align: start;
46360
+ inline-size: 100%;
45403
46361
  box-sizing: border-box;
45404
46362
  padding: 0;
45405
46363
  border: 0;
@@ -45413,16 +46371,6 @@ div:has(.cds--header) ~ .cds--content {
45413
46371
  .cds--header__action *::after {
45414
46372
  box-sizing: inherit;
45415
46373
  }
45416
- .cds--header__action {
45417
- display: inline-block;
45418
- padding: 0;
45419
- border: 0;
45420
- appearance: none;
45421
- background: none;
45422
- cursor: pointer;
45423
- text-align: start;
45424
- inline-size: 100%;
45425
- }
45426
46374
  .cds--header__action::-moz-focus-inner {
45427
46375
  border: 0;
45428
46376
  }
@@ -45954,6 +46902,14 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
45954
46902
  }
45955
46903
 
45956
46904
  .cds--side-nav__submenu {
46905
+ display: inline-block;
46906
+ padding: 0;
46907
+ border: 0;
46908
+ appearance: none;
46909
+ background: none;
46910
+ cursor: pointer;
46911
+ text-align: start;
46912
+ inline-size: 100%;
45957
46913
  box-sizing: border-box;
45958
46914
  padding: 0;
45959
46915
  border: 0;
@@ -45967,16 +46923,6 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
45967
46923
  .cds--side-nav__submenu *::after {
45968
46924
  box-sizing: inherit;
45969
46925
  }
45970
- .cds--side-nav__submenu {
45971
- display: inline-block;
45972
- padding: 0;
45973
- border: 0;
45974
- appearance: none;
45975
- background: none;
45976
- cursor: pointer;
45977
- text-align: start;
45978
- inline-size: 100%;
45979
- }
45980
46926
  .cds--side-nav__submenu::-moz-focus-inner {
45981
46927
  border: 0;
45982
46928
  }