@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.
package/css/index.css CHANGED
@@ -1023,6 +1023,14 @@
1023
1023
  }
1024
1024
 
1025
1025
  .cds--popover--tab-tip__button {
1026
+ display: inline-block;
1027
+ padding: 0;
1028
+ border: 0;
1029
+ appearance: none;
1030
+ background: none;
1031
+ cursor: pointer;
1032
+ text-align: start;
1033
+ inline-size: 100%;
1026
1034
  box-sizing: border-box;
1027
1035
  padding: 0;
1028
1036
  border: 0;
@@ -1036,16 +1044,6 @@
1036
1044
  .cds--popover--tab-tip__button *::after {
1037
1045
  box-sizing: inherit;
1038
1046
  }
1039
- .cds--popover--tab-tip__button {
1040
- display: inline-block;
1041
- padding: 0;
1042
- border: 0;
1043
- appearance: none;
1044
- background: none;
1045
- cursor: pointer;
1046
- text-align: start;
1047
- inline-size: 100%;
1048
- }
1049
1047
  .cds--popover--tab-tip__button::-moz-focus-inner {
1050
1048
  border: 0;
1051
1049
  }
@@ -1069,6 +1067,9 @@
1069
1067
  .cds--popover--tab-tip__button:hover {
1070
1068
  background-color: var(--cds-layer-hover);
1071
1069
  }
1070
+ .cds--popover--tab-tip__button svg {
1071
+ fill: var(--cds-icon-primary, #161616);
1072
+ }
1072
1073
 
1073
1074
  .cds--popover--tab-tip.cds--popover--open .cds--popover--tab-tip__button {
1074
1075
  background: var(--cds-layer);
@@ -1118,6 +1119,14 @@
1118
1119
  }
1119
1120
 
1120
1121
  .cds--definition-term {
1122
+ display: inline-block;
1123
+ padding: 0;
1124
+ border: 0;
1125
+ appearance: none;
1126
+ background: none;
1127
+ cursor: pointer;
1128
+ text-align: start;
1129
+ inline-size: 100%;
1121
1130
  box-sizing: border-box;
1122
1131
  padding: 0;
1123
1132
  border: 0;
@@ -1131,16 +1140,6 @@
1131
1140
  .cds--definition-term *::after {
1132
1141
  box-sizing: inherit;
1133
1142
  }
1134
- .cds--definition-term {
1135
- display: inline-block;
1136
- padding: 0;
1137
- border: 0;
1138
- appearance: none;
1139
- background: none;
1140
- cursor: pointer;
1141
- text-align: start;
1142
- inline-size: 100%;
1143
- }
1144
1143
  .cds--definition-term::-moz-focus-inner {
1145
1144
  border: 0;
1146
1145
  }
@@ -1674,6 +1673,95 @@
1674
1673
  box-shadow: 0.0625rem 0 0 0 var(--cds-button-separator, #e0e0e0);
1675
1674
  }
1676
1675
 
1676
+ .cds--btn-set--fluid {
1677
+ container-type: inline-size;
1678
+ }
1679
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner {
1680
+ --flex-direction: row;
1681
+ display: flex;
1682
+ flex-direction: var(--flex-direction);
1683
+ align-items: stretch;
1684
+ justify-content: flex-end;
1685
+ inline-size: 100%;
1686
+ }
1687
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner .cds--btn {
1688
+ flex: 0 1 25%;
1689
+ max-inline-size: 14.5rem;
1690
+ }
1691
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack .cds--btn {
1692
+ min-inline-size: 11rem;
1693
+ }
1694
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner .cds--btn--ghost,
1695
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner .cds--btn--danger--ghost {
1696
+ flex: 1 1 25%;
1697
+ max-inline-size: none;
1698
+ padding-inline-start: 2rem; /* increased padding when inline */
1699
+ }
1700
+ @container (width <= 11rem) {
1701
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(1):last-child) {
1702
+ --flex-direction: column;
1703
+ }
1704
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(1):last-child) .cds--btn {
1705
+ flex: initial;
1706
+ inline-size: 100%;
1707
+ max-inline-size: none;
1708
+ }
1709
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(1):last-child) .cds--btn--ghost {
1710
+ padding-inline-start: 1rem;
1711
+ }
1712
+ }
1713
+ @container (width <= 22rem) {
1714
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child) {
1715
+ --flex-direction: column;
1716
+ }
1717
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child) .cds--btn {
1718
+ flex: initial;
1719
+ inline-size: 100%;
1720
+ max-inline-size: none;
1721
+ }
1722
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child) .cds--btn--ghost {
1723
+ padding-inline-start: 1rem;
1724
+ }
1725
+ }
1726
+ @container (width <= 33rem) {
1727
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child) {
1728
+ --flex-direction: column;
1729
+ }
1730
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child) .cds--btn {
1731
+ flex: initial;
1732
+ inline-size: 100%;
1733
+ max-inline-size: none;
1734
+ }
1735
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child) .cds--btn--ghost {
1736
+ padding-inline-start: 1rem;
1737
+ }
1738
+ }
1739
+ @container (width <= 44rem) {
1740
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child) {
1741
+ --flex-direction: column;
1742
+ }
1743
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child) .cds--btn {
1744
+ flex: initial;
1745
+ inline-size: 100%;
1746
+ max-inline-size: none;
1747
+ }
1748
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child) .cds--btn--ghost {
1749
+ padding-inline-start: 1rem;
1750
+ }
1751
+ }
1752
+ @container (width <= 44rem) {
1753
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner:has(:nth-child(2):last-child) .cds--btn {
1754
+ flex-basis: 50%;
1755
+ max-inline-size: none;
1756
+ }
1757
+ }
1758
+ @container (width <= 33rem) {
1759
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner:has(:nth-child(1):last-child) .cds--btn {
1760
+ flex: 1 1 100%;
1761
+ max-inline-size: none;
1762
+ }
1763
+ }
1764
+
1677
1765
  .cds--copy-btn html {
1678
1766
  font-size: 100%;
1679
1767
  }
@@ -2949,6 +3037,14 @@ textarea:-webkit-autofill:focus {
2949
3037
  }
2950
3038
 
2951
3039
  .cds--label + .cds--tooltip .cds--tooltip__trigger {
3040
+ display: inline-block;
3041
+ padding: 0;
3042
+ border: 0;
3043
+ appearance: none;
3044
+ background: none;
3045
+ cursor: pointer;
3046
+ text-align: start;
3047
+ inline-size: 100%;
2952
3048
  box-sizing: border-box;
2953
3049
  padding: 0;
2954
3050
  border: 0;
@@ -2962,16 +3058,6 @@ textarea:-webkit-autofill:focus {
2962
3058
  .cds--label + .cds--tooltip .cds--tooltip__trigger *::after {
2963
3059
  box-sizing: inherit;
2964
3060
  }
2965
- .cds--label + .cds--tooltip .cds--tooltip__trigger {
2966
- display: inline-block;
2967
- padding: 0;
2968
- border: 0;
2969
- appearance: none;
2970
- background: none;
2971
- cursor: pointer;
2972
- text-align: start;
2973
- inline-size: 100%;
2974
- }
2975
3061
  .cds--label + .cds--tooltip .cds--tooltip__trigger::-moz-focus-inner {
2976
3062
  border: 0;
2977
3063
  }
@@ -3159,10 +3245,9 @@ input:not(output, [data-invalid]):-moz-ui-invalid {
3159
3245
  font-weight: 600;
3160
3246
  }
3161
3247
  .cds--form-requirement {
3162
- font-size: var(--cds-label-01-font-size, 0.75rem);
3163
- font-weight: var(--cds-label-01-font-weight, 400);
3164
- line-height: var(--cds-label-01-line-height, 1.33333);
3165
- letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
3248
+ font-size: var(--cds-helper-text-01-font-size, 0.75rem);
3249
+ line-height: var(--cds-helper-text-01-line-height, 1.33333);
3250
+ letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
3166
3251
  display: none;
3167
3252
  overflow: hidden;
3168
3253
  margin: 0.25rem 0 0;
@@ -3506,8 +3591,7 @@ fieldset[disabled] .cds--form__helper-text {
3506
3591
  }
3507
3592
 
3508
3593
  .cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg {
3509
- fill: var(--cds-icon-secondary, #525252);
3510
- transition: fill 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
3594
+ fill: var(--cds-icon-primary, #161616);
3511
3595
  }
3512
3596
 
3513
3597
  .cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:focus {
@@ -3520,11 +3604,6 @@ fieldset[disabled] .cds--form__helper-text {
3520
3604
  }
3521
3605
  }
3522
3606
 
3523
- .cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:hover svg,
3524
- .cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:focus svg {
3525
- fill: var(--cds-icon-primary, #161616);
3526
- }
3527
-
3528
3607
  .cds--text-input--invalid,
3529
3608
  .cds--text-input--warning {
3530
3609
  padding-inline-end: 2.5rem;
@@ -4254,6 +4333,14 @@ fieldset[disabled] .cds--form__helper-text {
4254
4333
  display: flex;
4255
4334
  }
4256
4335
  .cds--tabs .cds--tab--overflow-nav-button {
4336
+ display: inline-block;
4337
+ padding: 0;
4338
+ border: 0;
4339
+ appearance: none;
4340
+ background: none;
4341
+ cursor: pointer;
4342
+ text-align: start;
4343
+ inline-size: 100%;
4257
4344
  box-sizing: border-box;
4258
4345
  padding: 0;
4259
4346
  border: 0;
@@ -4267,16 +4354,6 @@ fieldset[disabled] .cds--form__helper-text {
4267
4354
  .cds--tabs .cds--tab--overflow-nav-button *::after {
4268
4355
  box-sizing: inherit;
4269
4356
  }
4270
- .cds--tabs .cds--tab--overflow-nav-button {
4271
- display: inline-block;
4272
- padding: 0;
4273
- border: 0;
4274
- appearance: none;
4275
- background: none;
4276
- cursor: pointer;
4277
- text-align: start;
4278
- inline-size: 100%;
4279
- }
4280
4357
  .cds--tabs .cds--tab--overflow-nav-button::-moz-focus-inner {
4281
4358
  border: 0;
4282
4359
  }
@@ -4469,6 +4546,14 @@ fieldset[disabled] .cds--form__helper-text {
4469
4546
  display: none;
4470
4547
  }
4471
4548
  .cds--tabs .cds--tabs__nav-item--close-icon {
4549
+ display: inline-block;
4550
+ padding: 0;
4551
+ border: 0;
4552
+ appearance: none;
4553
+ background: none;
4554
+ cursor: pointer;
4555
+ text-align: start;
4556
+ inline-size: 100%;
4472
4557
  box-sizing: border-box;
4473
4558
  padding: 0;
4474
4559
  border: 0;
@@ -4482,16 +4567,6 @@ fieldset[disabled] .cds--form__helper-text {
4482
4567
  .cds--tabs .cds--tabs__nav-item--close-icon *::after {
4483
4568
  box-sizing: inherit;
4484
4569
  }
4485
- .cds--tabs .cds--tabs__nav-item--close-icon {
4486
- display: inline-block;
4487
- padding: 0;
4488
- border: 0;
4489
- appearance: none;
4490
- background: none;
4491
- cursor: pointer;
4492
- text-align: start;
4493
- inline-size: 100%;
4494
- }
4495
4570
  .cds--tabs .cds--tabs__nav-item--close-icon::-moz-focus-inner {
4496
4571
  border: 0;
4497
4572
  }
@@ -4562,6 +4637,13 @@ fieldset[disabled] .cds--form__helper-text {
4562
4637
  padding-inline-start: var(--cds-layout-density-padding-inline-local);
4563
4638
  }
4564
4639
  .cds--tabs .cds--tabs__nav-link {
4640
+ display: inline-block;
4641
+ padding: 0;
4642
+ border: 0;
4643
+ appearance: none;
4644
+ background: none;
4645
+ cursor: pointer;
4646
+ text-align: start;
4565
4647
  box-sizing: border-box;
4566
4648
  padding: 0;
4567
4649
  border: 0;
@@ -4575,15 +4657,6 @@ fieldset[disabled] .cds--form__helper-text {
4575
4657
  .cds--tabs .cds--tabs__nav-link *::after {
4576
4658
  box-sizing: inherit;
4577
4659
  }
4578
- .cds--tabs .cds--tabs__nav-link {
4579
- display: inline-block;
4580
- padding: 0;
4581
- border: 0;
4582
- appearance: none;
4583
- background: none;
4584
- cursor: pointer;
4585
- text-align: start;
4586
- }
4587
4660
  .cds--tabs .cds--tabs__nav-link::-moz-focus-inner {
4588
4661
  border: 0;
4589
4662
  }
@@ -4862,9 +4935,11 @@ fieldset[disabled] .cds--form__helper-text {
4862
4935
  }
4863
4936
 
4864
4937
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
4865
- .cds--tabs__nav-item .cds--tabs__nav-item--selected .cds--tabs__nav-item--selected {
4866
- color: Highlight;
4867
- outline: 1px solid Highlight;
4938
+ .cds--tabs__nav-item--selected .cds--tabs__nav-link,
4939
+ .cds--tabs__nav-item--selected.cds--tabs__nav-link,
4940
+ .cds--tabs.cds--tabs--contained .cds--tabs__nav-item--selected,
4941
+ .cds--tabs.cds--tabs--contained .cds--tabs__nav-item--selected.cds--tabs__nav-link {
4942
+ background-color: SelectedItem;
4868
4943
  }
4869
4944
  }
4870
4945
 
@@ -5034,6 +5109,14 @@ p.c4p--about-modal__copyright-text:first-child {
5034
5109
 
5035
5110
  .cds--overflow-menu,
5036
5111
  .cds--overflow-menu__trigger {
5112
+ display: inline-block;
5113
+ padding: 0;
5114
+ border: 0;
5115
+ appearance: none;
5116
+ background: none;
5117
+ cursor: pointer;
5118
+ text-align: start;
5119
+ inline-size: 100%;
5037
5120
  box-sizing: border-box;
5038
5121
  padding: 0;
5039
5122
  border: 0;
@@ -5050,17 +5133,6 @@ p.c4p--about-modal__copyright-text:first-child {
5050
5133
  .cds--overflow-menu__trigger *::after {
5051
5134
  box-sizing: inherit;
5052
5135
  }
5053
- .cds--overflow-menu,
5054
- .cds--overflow-menu__trigger {
5055
- display: inline-block;
5056
- padding: 0;
5057
- border: 0;
5058
- appearance: none;
5059
- background: none;
5060
- cursor: pointer;
5061
- text-align: start;
5062
- inline-size: 100%;
5063
- }
5064
5136
  .cds--overflow-menu::-moz-focus-inner,
5065
5137
  .cds--overflow-menu__trigger::-moz-focus-inner {
5066
5138
  border: 0;
@@ -7080,11 +7152,6 @@ a.cds--overflow-menu-options__btn::before {
7080
7152
  font-weight: var(--cds-productive-heading-02-font-weight, 600);
7081
7153
  line-height: var(--cds-productive-heading-02-line-height, 1.375);
7082
7154
  letter-spacing: var(--cds-productive-heading-02-letter-spacing, 0);
7083
- display: -webkit-box;
7084
- overflow: hidden;
7085
- -webkit-box-orient: vertical;
7086
- -webkit-line-clamp: 2;
7087
- text-overflow: ellipsis;
7088
7155
  }
7089
7156
 
7090
7157
  .c4p--checklist__chart-label {
@@ -7092,11 +7159,6 @@ a.cds--overflow-menu-options__btn::before {
7092
7159
  font-weight: var(--cds-label-01-font-weight, 400);
7093
7160
  line-height: var(--cds-label-01-line-height, 1.33333);
7094
7161
  letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
7095
- display: -webkit-box;
7096
- overflow: hidden;
7097
- -webkit-box-orient: vertical;
7098
- -webkit-line-clamp: 2;
7099
- text-overflow: ellipsis;
7100
7162
  color: var(--cds-text-secondary, #525252);
7101
7163
  }
7102
7164
 
@@ -7502,6 +7564,14 @@ a.cds--overflow-menu-options__btn::before {
7502
7564
  }
7503
7565
 
7504
7566
  .cds--progress-step-button {
7567
+ display: inline-block;
7568
+ padding: 0;
7569
+ border: 0;
7570
+ appearance: none;
7571
+ background: none;
7572
+ cursor: pointer;
7573
+ text-align: start;
7574
+ inline-size: 100%;
7505
7575
  box-sizing: border-box;
7506
7576
  padding: 0;
7507
7577
  border: 0;
@@ -7515,16 +7585,6 @@ a.cds--overflow-menu-options__btn::before {
7515
7585
  .cds--progress-step-button *::after {
7516
7586
  box-sizing: inherit;
7517
7587
  }
7518
- .cds--progress-step-button {
7519
- display: inline-block;
7520
- padding: 0;
7521
- border: 0;
7522
- appearance: none;
7523
- background: none;
7524
- cursor: pointer;
7525
- text-align: start;
7526
- inline-size: 100%;
7527
- }
7528
7588
  .cds--progress-step-button::-moz-focus-inner {
7529
7589
  border: 0;
7530
7590
  }
@@ -9868,10 +9928,12 @@ a.cds--overflow-menu-options__btn::before {
9868
9928
  text-decoration: none;
9869
9929
  }
9870
9930
 
9931
+ .cds--link.cds--link--visited,
9871
9932
  .cds--link.cds--link--visited:visited {
9872
9933
  color: var(--cds-link-visited-text-color, var(--cds-link-visited, #8a3ffc));
9873
9934
  }
9874
9935
 
9936
+ .cds--link.cds--link--visited:hover,
9875
9937
  .cds--link.cds--link--visited:visited:hover {
9876
9938
  color: var(--cds-link-hover-text-color, var(--cds-link-primary-hover, #0043ce));
9877
9939
  }
@@ -11006,10 +11068,9 @@ a.cds--overflow-menu-options__btn::before {
11006
11068
 
11007
11069
  .cds--file__selected-file--invalid .cds--form-requirement__title,
11008
11070
  .cds--file__selected-file--invalid .cds--form-requirement__supplement {
11009
- font-size: var(--cds-label-01-font-size, 0.75rem);
11010
- font-weight: var(--cds-label-01-font-weight, 400);
11011
- line-height: var(--cds-label-01-line-height, 1.33333);
11012
- letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
11071
+ font-size: var(--cds-helper-text-01-font-size, 0.75rem);
11072
+ line-height: var(--cds-helper-text-01-line-height, 1.33333);
11073
+ letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
11013
11074
  padding: 0 1rem;
11014
11075
  }
11015
11076
 
@@ -11022,10 +11083,9 @@ a.cds--overflow-menu-options__btn::before {
11022
11083
  }
11023
11084
 
11024
11085
  .cds--file__selected-file--invalid + .cds--form-requirement {
11025
- font-size: var(--cds-label-01-font-size, 0.75rem);
11026
- font-weight: var(--cds-label-01-font-weight, 400);
11027
- line-height: var(--cds-label-01-line-height, 1.33333);
11028
- letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
11086
+ font-size: var(--cds-helper-text-01-font-size, 0.75rem);
11087
+ line-height: var(--cds-helper-text-01-line-height, 1.33333);
11088
+ letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
11029
11089
  display: block;
11030
11090
  overflow: visible;
11031
11091
  padding: 0.5rem 1rem;
@@ -11115,6 +11175,14 @@ a.cds--overflow-menu-options__btn::before {
11115
11175
  }
11116
11176
 
11117
11177
  .cds--file__drop-container {
11178
+ display: inline-block;
11179
+ padding: 0;
11180
+ border: 0;
11181
+ appearance: none;
11182
+ background: none;
11183
+ cursor: pointer;
11184
+ text-align: start;
11185
+ inline-size: 100%;
11118
11186
  box-sizing: border-box;
11119
11187
  padding: 0;
11120
11188
  border: 0;
@@ -11128,16 +11196,6 @@ a.cds--overflow-menu-options__btn::before {
11128
11196
  .cds--file__drop-container *::after {
11129
11197
  box-sizing: inherit;
11130
11198
  }
11131
- .cds--file__drop-container {
11132
- display: inline-block;
11133
- padding: 0;
11134
- border: 0;
11135
- appearance: none;
11136
- background: none;
11137
- cursor: pointer;
11138
- text-align: start;
11139
- inline-size: 100%;
11140
- }
11141
11199
  .cds--file__drop-container::-moz-focus-inner {
11142
11200
  border: 0;
11143
11201
  }
@@ -14495,6 +14553,9 @@ button.c4p--add-select__global-filter-toggle--open {
14495
14553
  .c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-back {
14496
14554
  display: none;
14497
14555
  }
14556
+ .c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-back svg {
14557
+ fill: var(--cds-icon-primary, #161616);
14558
+ }
14498
14559
  .c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__back__button.cds--btn {
14499
14560
  padding: 0;
14500
14561
  min-block-size: revert;
@@ -15287,6 +15348,9 @@ button.c4p--add-select__global-filter-toggle--open {
15287
15348
  .c4p--page-header__next .c4p--page-header__breadcrumb__icon {
15288
15349
  margin-inline-end: 0.5rem;
15289
15350
  }
15351
+ .c4p--page-header__next .c4p--page-header__breadcrumb__icon svg {
15352
+ fill: var(--cds-icon-primary, #161616);
15353
+ }
15290
15354
  .c4p--page-header__next .c4p--page-header__breadcrumb__actions {
15291
15355
  display: inline-flex;
15292
15356
  justify-content: flex-end;
@@ -15365,6 +15429,9 @@ button.c4p--add-select__global-filter-toggle--open {
15365
15429
  .c4p--page-header__next .c4p--page-header__content__icon {
15366
15430
  margin-inline-end: 1rem;
15367
15431
  }
15432
+ .c4p--page-header__next .c4p--page-header__content__icon svg {
15433
+ fill: var(--cds-icon-primary, #161616);
15434
+ }
15368
15435
  .c4p--page-header__next .c4p--page-header__content__page-actions {
15369
15436
  display: flex;
15370
15437
  justify-content: right;
@@ -16420,6 +16487,13 @@ button.c4p--add-select__global-filter-toggle--open {
16420
16487
  }
16421
16488
 
16422
16489
  .cds--search-close {
16490
+ display: inline-block;
16491
+ padding: 0;
16492
+ border: 0;
16493
+ appearance: none;
16494
+ background: none;
16495
+ cursor: pointer;
16496
+ text-align: start;
16423
16497
  box-sizing: border-box;
16424
16498
  padding: 0;
16425
16499
  border: 0;
@@ -16433,15 +16507,6 @@ button.c4p--add-select__global-filter-toggle--open {
16433
16507
  .cds--search-close *::after {
16434
16508
  box-sizing: inherit;
16435
16509
  }
16436
- .cds--search-close {
16437
- display: inline-block;
16438
- padding: 0;
16439
- border: 0;
16440
- appearance: none;
16441
- background: none;
16442
- cursor: pointer;
16443
- text-align: start;
16444
- }
16445
16510
  .cds--search-close::-moz-focus-inner {
16446
16511
  border: 0;
16447
16512
  }
@@ -16884,8 +16949,10 @@ button.c4p--add-select__global-filter-toggle--open {
16884
16949
  --cds-chat-avatar-bot: #8d8d8d;
16885
16950
  --cds-chat-avatar-user: #4589ff;
16886
16951
  --cds-chat-bubble-agent: #262626;
16952
+ --cds-chat-bubble-agent-text: #f4f4f4;
16887
16953
  --cds-chat-bubble-border: #525252;
16888
16954
  --cds-chat-bubble-user: #393939;
16955
+ --cds-chat-bubble-user-text: #f4f4f4;
16889
16956
  --cds-chat-button: #78a9ff;
16890
16957
  --cds-chat-button-active: rgba(141, 141, 141, 0.4);
16891
16958
  --cds-chat-button-hover: rgba(141, 141, 141, 0.16);
@@ -16893,9 +16960,11 @@ button.c4p--add-select__global-filter-toggle--open {
16893
16960
  --cds-chat-button-text-hover: #a6c8ff;
16894
16961
  --cds-chat-button-text-selected: #c6c6c6;
16895
16962
  --cds-chat-header-background: #262626;
16963
+ --cds-chat-header-text: #f4f4f4;
16896
16964
  --cds-chat-prompt-background: #161616;
16897
16965
  --cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
16898
16966
  --cds-chat-prompt-border-start: #262626;
16967
+ --cds-chat-prompt-text: #f4f4f4;
16899
16968
  --cds-chat-shell-background: #262626;
16900
16969
  --cds-field-01: #393939;
16901
16970
  --cds-field-02: #525252;
@@ -16967,6 +17036,92 @@ button.c4p--add-select__global-filter-toggle--open {
16967
17036
  --cds-support-success-inverse: #24a148;
16968
17037
  --cds-support-warning: #f1c21b;
16969
17038
  --cds-support-warning-inverse: #f1c21b;
17039
+ --cds-syntax-angle-bracket: #8d8d8d;
17040
+ --cds-syntax-annotation: #08bdba;
17041
+ --cds-syntax-arithmetic-operator: #e0e0e0;
17042
+ --cds-syntax-atom: #f4f4f4;
17043
+ --cds-syntax-attribute: #33b1ff;
17044
+ --cds-syntax-attribute-name: #33b1ff;
17045
+ --cds-syntax-attribute-value: #f4f4f4;
17046
+ --cds-syntax-bitwise-operator: #e0e0e0;
17047
+ --cds-syntax-block-comment: #42be65;
17048
+ --cds-syntax-bool: #f4f4f4;
17049
+ --cds-syntax-brace: #e0e0e0;
17050
+ --cds-syntax-bracket: #e0e0e0;
17051
+ --cds-syntax-character: #f4f4f4;
17052
+ --cds-syntax-class-name: #3ddbd9;
17053
+ --cds-syntax-color: #f4f4f4;
17054
+ --cds-syntax-comment: #42be65;
17055
+ --cds-syntax-compare-operator: #e0e0e0;
17056
+ --cds-syntax-constant: #4589ff;
17057
+ --cds-syntax-content: #f4f4f4;
17058
+ --cds-syntax-content-separator: #e0e0e0;
17059
+ --cds-syntax-control-keyword: #be95ff;
17060
+ --cds-syntax-control-operator: #be95ff;
17061
+ --cds-syntax-definition: #33b1ff;
17062
+ --cds-syntax-definition-keyword: #33b1ff;
17063
+ --cds-syntax-definition-operator: #33b1ff;
17064
+ --cds-syntax-deref-operator: #e0e0e0;
17065
+ --cds-syntax-doc-comment: #42be65;
17066
+ --cds-syntax-doc-string: #f4f4f4;
17067
+ --cds-syntax-document-meta: #42be65;
17068
+ --cds-syntax-emphasis: #f4f4f4;
17069
+ --cds-syntax-escape: #e0e0e0;
17070
+ --cds-syntax-float: #6fdc8c;
17071
+ --cds-syntax-function: #f1c21b;
17072
+ --cds-syntax-heading: #33b1ff;
17073
+ --cds-syntax-heading-1: #33b1ff;
17074
+ --cds-syntax-heading-2: #33b1ff;
17075
+ --cds-syntax-heading-3: #33b1ff;
17076
+ --cds-syntax-heading-4: #33b1ff;
17077
+ --cds-syntax-heading-5: #33b1ff;
17078
+ --cds-syntax-heading-6: #33b1ff;
17079
+ --cds-syntax-integer: #6fdc8c;
17080
+ --cds-syntax-invalid: #fa4d56;
17081
+ --cds-syntax-keyword: #4589ff;
17082
+ --cds-syntax-label-name: #a6c8ff;
17083
+ --cds-syntax-line-comment: #42be65;
17084
+ --cds-syntax-link: #4589ff;
17085
+ --cds-syntax-list: #f4f4f4;
17086
+ --cds-syntax-literal: #f4f4f4;
17087
+ --cds-syntax-local: #a6c8ff;
17088
+ --cds-syntax-logic-operator: #e0e0e0;
17089
+ --cds-syntax-macro-name: #f4f4f4;
17090
+ --cds-syntax-meta: #42be65;
17091
+ --cds-syntax-modifier: #4589ff;
17092
+ --cds-syntax-module-keyword: #be95ff;
17093
+ --cds-syntax-monospace: #f4f4f4;
17094
+ --cds-syntax-name: #a6c8ff;
17095
+ --cds-syntax-namespace: #3ddbd9;
17096
+ --cds-syntax-null: #f4f4f4;
17097
+ --cds-syntax-number: #6fdc8c;
17098
+ --cds-syntax-operator: #e0e0e0;
17099
+ --cds-syntax-operator-keyword: #4589ff;
17100
+ --cds-syntax-paren: #e0e0e0;
17101
+ --cds-syntax-processing-instruction: #f4f4f4;
17102
+ --cds-syntax-property-name: #33b1ff;
17103
+ --cds-syntax-punctuation: #e0e0e0;
17104
+ --cds-syntax-quote: #42be65;
17105
+ --cds-syntax-regexp: #be95ff;
17106
+ --cds-syntax-self: #3ddbd9;
17107
+ --cds-syntax-separator: #e0e0e0;
17108
+ --cds-syntax-special: #4589ff;
17109
+ --cds-syntax-special-string: #be95ff;
17110
+ --cds-syntax-square-bracket: #e0e0e0;
17111
+ --cds-syntax-standard: #4589ff;
17112
+ --cds-syntax-strikethrough: #f4f4f4;
17113
+ --cds-syntax-string: #f4f4f4;
17114
+ --cds-syntax-strong: #f4f4f4;
17115
+ --cds-syntax-tag: #3ddbd9;
17116
+ --cds-syntax-tag-name: #3ddbd9;
17117
+ --cds-syntax-type: #3ddbd9;
17118
+ --cds-syntax-type-name: #3ddbd9;
17119
+ --cds-syntax-type-operator: #3ddbd9;
17120
+ --cds-syntax-unit: #6fdc8c;
17121
+ --cds-syntax-update-operator: #e0e0e0;
17122
+ --cds-syntax-url: #e0e0e0;
17123
+ --cds-syntax-variable: #a6c8ff;
17124
+ --cds-syntax-variable-name: #a6c8ff;
16970
17125
  --cds-text-disabled: rgba(244, 244, 244, 0.25);
16971
17126
  --cds-text-error: #ffb3b8;
16972
17127
  --cds-text-helper: #c6c6c6;
@@ -17404,8 +17559,10 @@ button.c4p--add-select__global-filter-toggle--open {
17404
17559
  --cds-chat-avatar-bot: #8d8d8d;
17405
17560
  --cds-chat-avatar-user: #4589ff;
17406
17561
  --cds-chat-bubble-agent: #262626;
17562
+ --cds-chat-bubble-agent-text: #f4f4f4;
17407
17563
  --cds-chat-bubble-border: #525252;
17408
17564
  --cds-chat-bubble-user: #393939;
17565
+ --cds-chat-bubble-user-text: #f4f4f4;
17409
17566
  --cds-chat-button: #78a9ff;
17410
17567
  --cds-chat-button-active: rgba(141, 141, 141, 0.4);
17411
17568
  --cds-chat-button-hover: rgba(141, 141, 141, 0.16);
@@ -17413,9 +17570,11 @@ button.c4p--add-select__global-filter-toggle--open {
17413
17570
  --cds-chat-button-text-hover: #a6c8ff;
17414
17571
  --cds-chat-button-text-selected: #c6c6c6;
17415
17572
  --cds-chat-header-background: #262626;
17573
+ --cds-chat-header-text: #f4f4f4;
17416
17574
  --cds-chat-prompt-background: #161616;
17417
17575
  --cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
17418
17576
  --cds-chat-prompt-border-start: #262626;
17577
+ --cds-chat-prompt-text: #f4f4f4;
17419
17578
  --cds-chat-shell-background: #262626;
17420
17579
  --cds-field-01: #262626;
17421
17580
  --cds-field-02: #393939;
@@ -17487,6 +17646,92 @@ button.c4p--add-select__global-filter-toggle--open {
17487
17646
  --cds-support-success-inverse: #24a148;
17488
17647
  --cds-support-warning: #f1c21b;
17489
17648
  --cds-support-warning-inverse: #f1c21b;
17649
+ --cds-syntax-angle-bracket: #8d8d8d;
17650
+ --cds-syntax-annotation: #08bdba;
17651
+ --cds-syntax-arithmetic-operator: #e0e0e0;
17652
+ --cds-syntax-atom: #f4f4f4;
17653
+ --cds-syntax-attribute: #33b1ff;
17654
+ --cds-syntax-attribute-name: #33b1ff;
17655
+ --cds-syntax-attribute-value: #f4f4f4;
17656
+ --cds-syntax-bitwise-operator: #e0e0e0;
17657
+ --cds-syntax-block-comment: #42be65;
17658
+ --cds-syntax-bool: #f4f4f4;
17659
+ --cds-syntax-brace: #e0e0e0;
17660
+ --cds-syntax-bracket: #e0e0e0;
17661
+ --cds-syntax-character: #f4f4f4;
17662
+ --cds-syntax-class-name: #3ddbd9;
17663
+ --cds-syntax-color: #f4f4f4;
17664
+ --cds-syntax-comment: #42be65;
17665
+ --cds-syntax-compare-operator: #e0e0e0;
17666
+ --cds-syntax-constant: #4589ff;
17667
+ --cds-syntax-content: #f4f4f4;
17668
+ --cds-syntax-content-separator: #e0e0e0;
17669
+ --cds-syntax-control-keyword: #be95ff;
17670
+ --cds-syntax-control-operator: #be95ff;
17671
+ --cds-syntax-definition: #33b1ff;
17672
+ --cds-syntax-definition-keyword: #33b1ff;
17673
+ --cds-syntax-definition-operator: #33b1ff;
17674
+ --cds-syntax-deref-operator: #e0e0e0;
17675
+ --cds-syntax-doc-comment: #42be65;
17676
+ --cds-syntax-doc-string: #f4f4f4;
17677
+ --cds-syntax-document-meta: #42be65;
17678
+ --cds-syntax-emphasis: #f4f4f4;
17679
+ --cds-syntax-escape: #e0e0e0;
17680
+ --cds-syntax-float: #6fdc8c;
17681
+ --cds-syntax-function: #f1c21b;
17682
+ --cds-syntax-heading: #33b1ff;
17683
+ --cds-syntax-heading-1: #33b1ff;
17684
+ --cds-syntax-heading-2: #33b1ff;
17685
+ --cds-syntax-heading-3: #33b1ff;
17686
+ --cds-syntax-heading-4: #33b1ff;
17687
+ --cds-syntax-heading-5: #33b1ff;
17688
+ --cds-syntax-heading-6: #33b1ff;
17689
+ --cds-syntax-integer: #6fdc8c;
17690
+ --cds-syntax-invalid: #fa4d56;
17691
+ --cds-syntax-keyword: #4589ff;
17692
+ --cds-syntax-label-name: #a6c8ff;
17693
+ --cds-syntax-line-comment: #42be65;
17694
+ --cds-syntax-link: #4589ff;
17695
+ --cds-syntax-list: #f4f4f4;
17696
+ --cds-syntax-literal: #f4f4f4;
17697
+ --cds-syntax-local: #a6c8ff;
17698
+ --cds-syntax-logic-operator: #e0e0e0;
17699
+ --cds-syntax-macro-name: #f4f4f4;
17700
+ --cds-syntax-meta: #42be65;
17701
+ --cds-syntax-modifier: #4589ff;
17702
+ --cds-syntax-module-keyword: #be95ff;
17703
+ --cds-syntax-monospace: #f4f4f4;
17704
+ --cds-syntax-name: #a6c8ff;
17705
+ --cds-syntax-namespace: #3ddbd9;
17706
+ --cds-syntax-null: #f4f4f4;
17707
+ --cds-syntax-number: #6fdc8c;
17708
+ --cds-syntax-operator: #e0e0e0;
17709
+ --cds-syntax-operator-keyword: #4589ff;
17710
+ --cds-syntax-paren: #e0e0e0;
17711
+ --cds-syntax-processing-instruction: #f4f4f4;
17712
+ --cds-syntax-property-name: #33b1ff;
17713
+ --cds-syntax-punctuation: #e0e0e0;
17714
+ --cds-syntax-quote: #42be65;
17715
+ --cds-syntax-regexp: #be95ff;
17716
+ --cds-syntax-self: #3ddbd9;
17717
+ --cds-syntax-separator: #e0e0e0;
17718
+ --cds-syntax-special: #4589ff;
17719
+ --cds-syntax-special-string: #be95ff;
17720
+ --cds-syntax-square-bracket: #e0e0e0;
17721
+ --cds-syntax-standard: #4589ff;
17722
+ --cds-syntax-strikethrough: #f4f4f4;
17723
+ --cds-syntax-string: #f4f4f4;
17724
+ --cds-syntax-strong: #f4f4f4;
17725
+ --cds-syntax-tag: #3ddbd9;
17726
+ --cds-syntax-tag-name: #3ddbd9;
17727
+ --cds-syntax-type: #3ddbd9;
17728
+ --cds-syntax-type-name: #3ddbd9;
17729
+ --cds-syntax-type-operator: #3ddbd9;
17730
+ --cds-syntax-unit: #6fdc8c;
17731
+ --cds-syntax-update-operator: #e0e0e0;
17732
+ --cds-syntax-url: #e0e0e0;
17733
+ --cds-syntax-variable: #a6c8ff;
17734
+ --cds-syntax-variable-name: #a6c8ff;
17490
17735
  --cds-text-disabled: rgba(244, 244, 244, 0.25);
17491
17736
  --cds-text-error: #ff8389;
17492
17737
  --cds-text-helper: #a8a8a8;
@@ -18590,6 +18835,14 @@ button.c4p--add-select__global-filter-toggle--open {
18590
18835
  }
18591
18836
 
18592
18837
  .cds--side-nav__submenu {
18838
+ display: inline-block;
18839
+ padding: 0;
18840
+ border: 0;
18841
+ appearance: none;
18842
+ background: none;
18843
+ cursor: pointer;
18844
+ text-align: start;
18845
+ inline-size: 100%;
18593
18846
  box-sizing: border-box;
18594
18847
  padding: 0;
18595
18848
  border: 0;
@@ -18603,16 +18856,6 @@ button.c4p--add-select__global-filter-toggle--open {
18603
18856
  .cds--side-nav__submenu *::after {
18604
18857
  box-sizing: inherit;
18605
18858
  }
18606
- .cds--side-nav__submenu {
18607
- display: inline-block;
18608
- padding: 0;
18609
- border: 0;
18610
- appearance: none;
18611
- background: none;
18612
- cursor: pointer;
18613
- text-align: start;
18614
- inline-size: 100%;
18615
- }
18616
18859
  .cds--side-nav__submenu::-moz-focus-inner {
18617
18860
  border: 0;
18618
18861
  }
@@ -22796,8 +23039,10 @@ th.c4p--datagrid__select-all-toggle-on.button {
22796
23039
  --cds-chat-avatar-bot: #6f6f6f;
22797
23040
  --cds-chat-avatar-user: #0f62fe;
22798
23041
  --cds-chat-bubble-agent: #ffffff;
23042
+ --cds-chat-bubble-agent-text: #161616;
22799
23043
  --cds-chat-bubble-border: #e0e0e0;
22800
23044
  --cds-chat-bubble-user: #e0e0e0;
23045
+ --cds-chat-bubble-user-text: #161616;
22801
23046
  --cds-chat-button: #0f62fe;
22802
23047
  --cds-chat-button-active: rgba(141, 141, 141, 0.5);
22803
23048
  --cds-chat-button-hover: rgba(141, 141, 141, 0.12);
@@ -22805,9 +23050,11 @@ th.c4p--datagrid__select-all-toggle-on.button {
22805
23050
  --cds-chat-button-text-hover: #0043ce;
22806
23051
  --cds-chat-button-text-selected: #525252;
22807
23052
  --cds-chat-header-background: #ffffff;
23053
+ --cds-chat-header-text: #161616;
22808
23054
  --cds-chat-prompt-background: #ffffff;
22809
23055
  --cds-chat-prompt-border-end: rgba(244, 244, 244, 0);
22810
23056
  --cds-chat-prompt-border-start: #f4f4f4;
23057
+ --cds-chat-prompt-text: #161616;
22811
23058
  --cds-chat-shell-background: #ffffff;
22812
23059
  --cds-field-01: #ffffff;
22813
23060
  --cds-field-02: #f4f4f4;
@@ -22879,6 +23126,92 @@ th.c4p--datagrid__select-all-toggle-on.button {
22879
23126
  --cds-support-success-inverse: #42be65;
22880
23127
  --cds-support-warning: #f1c21b;
22881
23128
  --cds-support-warning-inverse: #f1c21b;
23129
+ --cds-syntax-angle-bracket: #697077;
23130
+ --cds-syntax-annotation: #007d79;
23131
+ --cds-syntax-arithmetic-operator: #343a3f;
23132
+ --cds-syntax-atom: #161616;
23133
+ --cds-syntax-attribute: #00539a;
23134
+ --cds-syntax-attribute-name: #00539a;
23135
+ --cds-syntax-attribute-value: #161616;
23136
+ --cds-syntax-bitwise-operator: #343a3f;
23137
+ --cds-syntax-block-comment: #198038;
23138
+ --cds-syntax-bool: #161616;
23139
+ --cds-syntax-brace: #343a3f;
23140
+ --cds-syntax-bracket: #343a3f;
23141
+ --cds-syntax-character: #161616;
23142
+ --cds-syntax-class-name: #007d79;
23143
+ --cds-syntax-color: #161616;
23144
+ --cds-syntax-comment: #198038;
23145
+ --cds-syntax-compare-operator: #343a3f;
23146
+ --cds-syntax-constant: #0f62fe;
23147
+ --cds-syntax-content: #161616;
23148
+ --cds-syntax-content-separator: #343a3f;
23149
+ --cds-syntax-control-keyword: #6929c4;
23150
+ --cds-syntax-control-operator: #6929c4;
23151
+ --cds-syntax-definition: #00539a;
23152
+ --cds-syntax-definition-keyword: #00539a;
23153
+ --cds-syntax-definition-operator: #00539a;
23154
+ --cds-syntax-deref-operator: #343a3f;
23155
+ --cds-syntax-doc-comment: #198038;
23156
+ --cds-syntax-doc-string: #161616;
23157
+ --cds-syntax-document-meta: #198038;
23158
+ --cds-syntax-emphasis: #161616;
23159
+ --cds-syntax-escape: #343a3f;
23160
+ --cds-syntax-float: #198038;
23161
+ --cds-syntax-function: #8e6a00;
23162
+ --cds-syntax-heading: #00539a;
23163
+ --cds-syntax-heading-1: #00539a;
23164
+ --cds-syntax-heading-2: #00539a;
23165
+ --cds-syntax-heading-3: #00539a;
23166
+ --cds-syntax-heading-4: #00539a;
23167
+ --cds-syntax-heading-5: #00539a;
23168
+ --cds-syntax-heading-6: #00539a;
23169
+ --cds-syntax-integer: #198038;
23170
+ --cds-syntax-invalid: #da1e28;
23171
+ --cds-syntax-keyword: #0f62fe;
23172
+ --cds-syntax-label-name: #0f62fe;
23173
+ --cds-syntax-line-comment: #198038;
23174
+ --cds-syntax-link: #0f62fe;
23175
+ --cds-syntax-list: #161616;
23176
+ --cds-syntax-literal: #161616;
23177
+ --cds-syntax-local: #0f62fe;
23178
+ --cds-syntax-logic-operator: #343a3f;
23179
+ --cds-syntax-macro-name: #161616;
23180
+ --cds-syntax-meta: #198038;
23181
+ --cds-syntax-modifier: #0f62fe;
23182
+ --cds-syntax-module-keyword: #6929c4;
23183
+ --cds-syntax-monospace: #161616;
23184
+ --cds-syntax-name: #0f62fe;
23185
+ --cds-syntax-namespace: #007d79;
23186
+ --cds-syntax-null: #161616;
23187
+ --cds-syntax-number: #198038;
23188
+ --cds-syntax-operator: #343a3f;
23189
+ --cds-syntax-operator-keyword: #0f62fe;
23190
+ --cds-syntax-paren: #343a3f;
23191
+ --cds-syntax-processing-instruction: #161616;
23192
+ --cds-syntax-property-name: #00539a;
23193
+ --cds-syntax-punctuation: #343a3f;
23194
+ --cds-syntax-quote: #198038;
23195
+ --cds-syntax-regexp: #6929c4;
23196
+ --cds-syntax-self: #007d79;
23197
+ --cds-syntax-separator: #343a3f;
23198
+ --cds-syntax-special: #0f62fe;
23199
+ --cds-syntax-special-string: #8a3ffc;
23200
+ --cds-syntax-square-bracket: #343a3f;
23201
+ --cds-syntax-standard: #0f62fe;
23202
+ --cds-syntax-strikethrough: #161616;
23203
+ --cds-syntax-string: #161616;
23204
+ --cds-syntax-strong: #161616;
23205
+ --cds-syntax-tag: #007d79;
23206
+ --cds-syntax-tag-name: #007d79;
23207
+ --cds-syntax-type: #007d79;
23208
+ --cds-syntax-type-name: #007d79;
23209
+ --cds-syntax-type-operator: #007d79;
23210
+ --cds-syntax-unit: #198038;
23211
+ --cds-syntax-update-operator: #343a3f;
23212
+ --cds-syntax-url: #343a3f;
23213
+ --cds-syntax-variable: #0f62fe;
23214
+ --cds-syntax-variable-name: #0f62fe;
22882
23215
  --cds-text-disabled: rgba(22, 22, 22, 0.25);
22883
23216
  --cds-text-error: #da1e28;
22884
23217
  --cds-text-helper: #6f6f6f;
@@ -23292,8 +23625,10 @@ th.c4p--datagrid__select-all-toggle-on.button {
23292
23625
  --cds-chat-avatar-bot: #8d8d8d;
23293
23626
  --cds-chat-avatar-user: #4589ff;
23294
23627
  --cds-chat-bubble-agent: #262626;
23628
+ --cds-chat-bubble-agent-text: #f4f4f4;
23295
23629
  --cds-chat-bubble-border: #525252;
23296
23630
  --cds-chat-bubble-user: #393939;
23631
+ --cds-chat-bubble-user-text: #f4f4f4;
23297
23632
  --cds-chat-button: #78a9ff;
23298
23633
  --cds-chat-button-active: rgba(141, 141, 141, 0.4);
23299
23634
  --cds-chat-button-hover: rgba(141, 141, 141, 0.16);
@@ -23301,9 +23636,11 @@ th.c4p--datagrid__select-all-toggle-on.button {
23301
23636
  --cds-chat-button-text-hover: #a6c8ff;
23302
23637
  --cds-chat-button-text-selected: #c6c6c6;
23303
23638
  --cds-chat-header-background: #262626;
23639
+ --cds-chat-header-text: #f4f4f4;
23304
23640
  --cds-chat-prompt-background: #161616;
23305
23641
  --cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
23306
23642
  --cds-chat-prompt-border-start: #262626;
23643
+ --cds-chat-prompt-text: #f4f4f4;
23307
23644
  --cds-chat-shell-background: #262626;
23308
23645
  --cds-field-01: #262626;
23309
23646
  --cds-field-02: #393939;
@@ -23375,6 +23712,92 @@ th.c4p--datagrid__select-all-toggle-on.button {
23375
23712
  --cds-support-success-inverse: #24a148;
23376
23713
  --cds-support-warning: #f1c21b;
23377
23714
  --cds-support-warning-inverse: #f1c21b;
23715
+ --cds-syntax-angle-bracket: #8d8d8d;
23716
+ --cds-syntax-annotation: #08bdba;
23717
+ --cds-syntax-arithmetic-operator: #e0e0e0;
23718
+ --cds-syntax-atom: #f4f4f4;
23719
+ --cds-syntax-attribute: #33b1ff;
23720
+ --cds-syntax-attribute-name: #33b1ff;
23721
+ --cds-syntax-attribute-value: #f4f4f4;
23722
+ --cds-syntax-bitwise-operator: #e0e0e0;
23723
+ --cds-syntax-block-comment: #42be65;
23724
+ --cds-syntax-bool: #f4f4f4;
23725
+ --cds-syntax-brace: #e0e0e0;
23726
+ --cds-syntax-bracket: #e0e0e0;
23727
+ --cds-syntax-character: #f4f4f4;
23728
+ --cds-syntax-class-name: #3ddbd9;
23729
+ --cds-syntax-color: #f4f4f4;
23730
+ --cds-syntax-comment: #42be65;
23731
+ --cds-syntax-compare-operator: #e0e0e0;
23732
+ --cds-syntax-constant: #4589ff;
23733
+ --cds-syntax-content: #f4f4f4;
23734
+ --cds-syntax-content-separator: #e0e0e0;
23735
+ --cds-syntax-control-keyword: #be95ff;
23736
+ --cds-syntax-control-operator: #be95ff;
23737
+ --cds-syntax-definition: #33b1ff;
23738
+ --cds-syntax-definition-keyword: #33b1ff;
23739
+ --cds-syntax-definition-operator: #33b1ff;
23740
+ --cds-syntax-deref-operator: #e0e0e0;
23741
+ --cds-syntax-doc-comment: #42be65;
23742
+ --cds-syntax-doc-string: #f4f4f4;
23743
+ --cds-syntax-document-meta: #42be65;
23744
+ --cds-syntax-emphasis: #f4f4f4;
23745
+ --cds-syntax-escape: #e0e0e0;
23746
+ --cds-syntax-float: #6fdc8c;
23747
+ --cds-syntax-function: #f1c21b;
23748
+ --cds-syntax-heading: #33b1ff;
23749
+ --cds-syntax-heading-1: #33b1ff;
23750
+ --cds-syntax-heading-2: #33b1ff;
23751
+ --cds-syntax-heading-3: #33b1ff;
23752
+ --cds-syntax-heading-4: #33b1ff;
23753
+ --cds-syntax-heading-5: #33b1ff;
23754
+ --cds-syntax-heading-6: #33b1ff;
23755
+ --cds-syntax-integer: #6fdc8c;
23756
+ --cds-syntax-invalid: #fa4d56;
23757
+ --cds-syntax-keyword: #4589ff;
23758
+ --cds-syntax-label-name: #a6c8ff;
23759
+ --cds-syntax-line-comment: #42be65;
23760
+ --cds-syntax-link: #4589ff;
23761
+ --cds-syntax-list: #f4f4f4;
23762
+ --cds-syntax-literal: #f4f4f4;
23763
+ --cds-syntax-local: #a6c8ff;
23764
+ --cds-syntax-logic-operator: #e0e0e0;
23765
+ --cds-syntax-macro-name: #f4f4f4;
23766
+ --cds-syntax-meta: #42be65;
23767
+ --cds-syntax-modifier: #4589ff;
23768
+ --cds-syntax-module-keyword: #be95ff;
23769
+ --cds-syntax-monospace: #f4f4f4;
23770
+ --cds-syntax-name: #a6c8ff;
23771
+ --cds-syntax-namespace: #3ddbd9;
23772
+ --cds-syntax-null: #f4f4f4;
23773
+ --cds-syntax-number: #6fdc8c;
23774
+ --cds-syntax-operator: #e0e0e0;
23775
+ --cds-syntax-operator-keyword: #4589ff;
23776
+ --cds-syntax-paren: #e0e0e0;
23777
+ --cds-syntax-processing-instruction: #f4f4f4;
23778
+ --cds-syntax-property-name: #33b1ff;
23779
+ --cds-syntax-punctuation: #e0e0e0;
23780
+ --cds-syntax-quote: #42be65;
23781
+ --cds-syntax-regexp: #be95ff;
23782
+ --cds-syntax-self: #3ddbd9;
23783
+ --cds-syntax-separator: #e0e0e0;
23784
+ --cds-syntax-special: #4589ff;
23785
+ --cds-syntax-special-string: #be95ff;
23786
+ --cds-syntax-square-bracket: #e0e0e0;
23787
+ --cds-syntax-standard: #4589ff;
23788
+ --cds-syntax-strikethrough: #f4f4f4;
23789
+ --cds-syntax-string: #f4f4f4;
23790
+ --cds-syntax-strong: #f4f4f4;
23791
+ --cds-syntax-tag: #3ddbd9;
23792
+ --cds-syntax-tag-name: #3ddbd9;
23793
+ --cds-syntax-type: #3ddbd9;
23794
+ --cds-syntax-type-name: #3ddbd9;
23795
+ --cds-syntax-type-operator: #3ddbd9;
23796
+ --cds-syntax-unit: #6fdc8c;
23797
+ --cds-syntax-update-operator: #e0e0e0;
23798
+ --cds-syntax-url: #e0e0e0;
23799
+ --cds-syntax-variable: #a6c8ff;
23800
+ --cds-syntax-variable-name: #a6c8ff;
23378
23801
  --cds-text-disabled: rgba(244, 244, 244, 0.25);
23379
23802
  --cds-text-error: #ff8389;
23380
23803
  --cds-text-helper: #a8a8a8;
@@ -25194,6 +25617,14 @@ th.c4p--datagrid__select-all-toggle-on.button {
25194
25617
 
25195
25618
  .cds--accordion__heading {
25196
25619
  transition: background-color cubic-bezier(0.2, 0, 0.38, 0.9) 110ms;
25620
+ display: inline-block;
25621
+ padding: 0;
25622
+ border: 0;
25623
+ appearance: none;
25624
+ background: none;
25625
+ cursor: pointer;
25626
+ text-align: start;
25627
+ inline-size: 100%;
25197
25628
  box-sizing: border-box;
25198
25629
  padding: 0;
25199
25630
  border: 0;
@@ -25207,16 +25638,6 @@ th.c4p--datagrid__select-all-toggle-on.button {
25207
25638
  .cds--accordion__heading *::after {
25208
25639
  box-sizing: inherit;
25209
25640
  }
25210
- .cds--accordion__heading {
25211
- display: inline-block;
25212
- padding: 0;
25213
- border: 0;
25214
- appearance: none;
25215
- background: none;
25216
- cursor: pointer;
25217
- text-align: start;
25218
- inline-size: 100%;
25219
- }
25220
25641
  .cds--accordion__heading::-moz-focus-inner {
25221
25642
  border: 0;
25222
25643
  }
@@ -26266,6 +26687,14 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
26266
26687
  }
26267
26688
 
26268
26689
  .c4p--condition-builder__button {
26690
+ display: inline-block;
26691
+ padding: 0;
26692
+ border: 0;
26693
+ appearance: none;
26694
+ background: none;
26695
+ cursor: pointer;
26696
+ text-align: start;
26697
+ inline-size: 100%;
26269
26698
  box-sizing: border-box;
26270
26699
  padding: 0;
26271
26700
  border: 0;
@@ -26279,16 +26708,6 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
26279
26708
  .c4p--condition-builder__button *::after {
26280
26709
  box-sizing: inherit;
26281
26710
  }
26282
- .c4p--condition-builder__button {
26283
- display: inline-block;
26284
- padding: 0;
26285
- border: 0;
26286
- appearance: none;
26287
- background: none;
26288
- cursor: pointer;
26289
- text-align: start;
26290
- inline-size: 100%;
26291
- }
26292
26711
  .c4p--condition-builder__button::-moz-focus-inner {
26293
26712
  border: 0;
26294
26713
  }
@@ -27603,8 +28022,10 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
27603
28022
  --cds-chat-avatar-bot: #8d8d8d;
27604
28023
  --cds-chat-avatar-user: #4589ff;
27605
28024
  --cds-chat-bubble-agent: #262626;
28025
+ --cds-chat-bubble-agent-text: #f4f4f4;
27606
28026
  --cds-chat-bubble-border: #525252;
27607
28027
  --cds-chat-bubble-user: #393939;
28028
+ --cds-chat-bubble-user-text: #f4f4f4;
27608
28029
  --cds-chat-button: #78a9ff;
27609
28030
  --cds-chat-button-active: rgba(141, 141, 141, 0.4);
27610
28031
  --cds-chat-button-hover: rgba(141, 141, 141, 0.16);
@@ -27612,9 +28033,11 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
27612
28033
  --cds-chat-button-text-hover: #a6c8ff;
27613
28034
  --cds-chat-button-text-selected: #c6c6c6;
27614
28035
  --cds-chat-header-background: #262626;
28036
+ --cds-chat-header-text: #f4f4f4;
27615
28037
  --cds-chat-prompt-background: #161616;
27616
28038
  --cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
27617
28039
  --cds-chat-prompt-border-start: #262626;
28040
+ --cds-chat-prompt-text: #f4f4f4;
27618
28041
  --cds-chat-shell-background: #262626;
27619
28042
  --cds-field-01: #262626;
27620
28043
  --cds-field-02: #393939;
@@ -27686,6 +28109,92 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
27686
28109
  --cds-support-success-inverse: #24a148;
27687
28110
  --cds-support-warning: #f1c21b;
27688
28111
  --cds-support-warning-inverse: #f1c21b;
28112
+ --cds-syntax-angle-bracket: #8d8d8d;
28113
+ --cds-syntax-annotation: #08bdba;
28114
+ --cds-syntax-arithmetic-operator: #e0e0e0;
28115
+ --cds-syntax-atom: #f4f4f4;
28116
+ --cds-syntax-attribute: #33b1ff;
28117
+ --cds-syntax-attribute-name: #33b1ff;
28118
+ --cds-syntax-attribute-value: #f4f4f4;
28119
+ --cds-syntax-bitwise-operator: #e0e0e0;
28120
+ --cds-syntax-block-comment: #42be65;
28121
+ --cds-syntax-bool: #f4f4f4;
28122
+ --cds-syntax-brace: #e0e0e0;
28123
+ --cds-syntax-bracket: #e0e0e0;
28124
+ --cds-syntax-character: #f4f4f4;
28125
+ --cds-syntax-class-name: #3ddbd9;
28126
+ --cds-syntax-color: #f4f4f4;
28127
+ --cds-syntax-comment: #42be65;
28128
+ --cds-syntax-compare-operator: #e0e0e0;
28129
+ --cds-syntax-constant: #4589ff;
28130
+ --cds-syntax-content: #f4f4f4;
28131
+ --cds-syntax-content-separator: #e0e0e0;
28132
+ --cds-syntax-control-keyword: #be95ff;
28133
+ --cds-syntax-control-operator: #be95ff;
28134
+ --cds-syntax-definition: #33b1ff;
28135
+ --cds-syntax-definition-keyword: #33b1ff;
28136
+ --cds-syntax-definition-operator: #33b1ff;
28137
+ --cds-syntax-deref-operator: #e0e0e0;
28138
+ --cds-syntax-doc-comment: #42be65;
28139
+ --cds-syntax-doc-string: #f4f4f4;
28140
+ --cds-syntax-document-meta: #42be65;
28141
+ --cds-syntax-emphasis: #f4f4f4;
28142
+ --cds-syntax-escape: #e0e0e0;
28143
+ --cds-syntax-float: #6fdc8c;
28144
+ --cds-syntax-function: #f1c21b;
28145
+ --cds-syntax-heading: #33b1ff;
28146
+ --cds-syntax-heading-1: #33b1ff;
28147
+ --cds-syntax-heading-2: #33b1ff;
28148
+ --cds-syntax-heading-3: #33b1ff;
28149
+ --cds-syntax-heading-4: #33b1ff;
28150
+ --cds-syntax-heading-5: #33b1ff;
28151
+ --cds-syntax-heading-6: #33b1ff;
28152
+ --cds-syntax-integer: #6fdc8c;
28153
+ --cds-syntax-invalid: #fa4d56;
28154
+ --cds-syntax-keyword: #4589ff;
28155
+ --cds-syntax-label-name: #a6c8ff;
28156
+ --cds-syntax-line-comment: #42be65;
28157
+ --cds-syntax-link: #4589ff;
28158
+ --cds-syntax-list: #f4f4f4;
28159
+ --cds-syntax-literal: #f4f4f4;
28160
+ --cds-syntax-local: #a6c8ff;
28161
+ --cds-syntax-logic-operator: #e0e0e0;
28162
+ --cds-syntax-macro-name: #f4f4f4;
28163
+ --cds-syntax-meta: #42be65;
28164
+ --cds-syntax-modifier: #4589ff;
28165
+ --cds-syntax-module-keyword: #be95ff;
28166
+ --cds-syntax-monospace: #f4f4f4;
28167
+ --cds-syntax-name: #a6c8ff;
28168
+ --cds-syntax-namespace: #3ddbd9;
28169
+ --cds-syntax-null: #f4f4f4;
28170
+ --cds-syntax-number: #6fdc8c;
28171
+ --cds-syntax-operator: #e0e0e0;
28172
+ --cds-syntax-operator-keyword: #4589ff;
28173
+ --cds-syntax-paren: #e0e0e0;
28174
+ --cds-syntax-processing-instruction: #f4f4f4;
28175
+ --cds-syntax-property-name: #33b1ff;
28176
+ --cds-syntax-punctuation: #e0e0e0;
28177
+ --cds-syntax-quote: #42be65;
28178
+ --cds-syntax-regexp: #be95ff;
28179
+ --cds-syntax-self: #3ddbd9;
28180
+ --cds-syntax-separator: #e0e0e0;
28181
+ --cds-syntax-special: #4589ff;
28182
+ --cds-syntax-special-string: #be95ff;
28183
+ --cds-syntax-square-bracket: #e0e0e0;
28184
+ --cds-syntax-standard: #4589ff;
28185
+ --cds-syntax-strikethrough: #f4f4f4;
28186
+ --cds-syntax-string: #f4f4f4;
28187
+ --cds-syntax-strong: #f4f4f4;
28188
+ --cds-syntax-tag: #3ddbd9;
28189
+ --cds-syntax-tag-name: #3ddbd9;
28190
+ --cds-syntax-type: #3ddbd9;
28191
+ --cds-syntax-type-name: #3ddbd9;
28192
+ --cds-syntax-type-operator: #3ddbd9;
28193
+ --cds-syntax-unit: #6fdc8c;
28194
+ --cds-syntax-update-operator: #e0e0e0;
28195
+ --cds-syntax-url: #e0e0e0;
28196
+ --cds-syntax-variable: #a6c8ff;
28197
+ --cds-syntax-variable-name: #a6c8ff;
27689
28198
  --cds-text-disabled: rgba(244, 244, 244, 0.25);
27690
28199
  --cds-text-error: #ff8389;
27691
28200
  --cds-text-helper: #a8a8a8;