@carbon/ibm-products-styles 2.78.0-rc.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-full-carbon.css +1308 -362
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +189 -10
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +557 -20
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +670 -161
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/package.json +3 -3
- package/scss/components/BreadcrumbWithOverflow/_breadcrumb-with-overflow.scss +5 -0
- package/scss/components/Checklist/_checklist.scss +0 -2
- package/scss/components/PageHeader/_page-header.scss +8 -0
|
@@ -7598,6 +7598,9 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
7598
7598
|
.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-back {
|
|
7599
7599
|
display: none;
|
|
7600
7600
|
}
|
|
7601
|
+
.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-back svg {
|
|
7602
|
+
fill: var(--cds-icon-primary, #161616);
|
|
7603
|
+
}
|
|
7601
7604
|
.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__back__button.cds--btn {
|
|
7602
7605
|
padding: 0;
|
|
7603
7606
|
min-block-size: revert;
|
|
@@ -8390,6 +8393,9 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
8390
8393
|
.c4p--page-header__next .c4p--page-header__breadcrumb__icon {
|
|
8391
8394
|
margin-inline-end: 0.5rem;
|
|
8392
8395
|
}
|
|
8396
|
+
.c4p--page-header__next .c4p--page-header__breadcrumb__icon svg {
|
|
8397
|
+
fill: var(--cds-icon-primary, #161616);
|
|
8398
|
+
}
|
|
8393
8399
|
.c4p--page-header__next .c4p--page-header__breadcrumb__actions {
|
|
8394
8400
|
display: inline-flex;
|
|
8395
8401
|
justify-content: flex-end;
|
|
@@ -8468,6 +8474,9 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
8468
8474
|
.c4p--page-header__next .c4p--page-header__content__icon {
|
|
8469
8475
|
margin-inline-end: 1rem;
|
|
8470
8476
|
}
|
|
8477
|
+
.c4p--page-header__next .c4p--page-header__content__icon svg {
|
|
8478
|
+
fill: var(--cds-icon-primary, #161616);
|
|
8479
|
+
}
|
|
8471
8480
|
.c4p--page-header__next .c4p--page-header__content__page-actions {
|
|
8472
8481
|
display: flex;
|
|
8473
8482
|
justify-content: right;
|
|
@@ -9528,8 +9537,10 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
9528
9537
|
--cds-chat-avatar-bot: #8d8d8d;
|
|
9529
9538
|
--cds-chat-avatar-user: #4589ff;
|
|
9530
9539
|
--cds-chat-bubble-agent: #262626;
|
|
9540
|
+
--cds-chat-bubble-agent-text: #f4f4f4;
|
|
9531
9541
|
--cds-chat-bubble-border: #525252;
|
|
9532
9542
|
--cds-chat-bubble-user: #393939;
|
|
9543
|
+
--cds-chat-bubble-user-text: #f4f4f4;
|
|
9533
9544
|
--cds-chat-button: #78a9ff;
|
|
9534
9545
|
--cds-chat-button-active: rgba(141, 141, 141, 0.4);
|
|
9535
9546
|
--cds-chat-button-hover: rgba(141, 141, 141, 0.16);
|
|
@@ -9537,9 +9548,11 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
9537
9548
|
--cds-chat-button-text-hover: #a6c8ff;
|
|
9538
9549
|
--cds-chat-button-text-selected: #c6c6c6;
|
|
9539
9550
|
--cds-chat-header-background: #262626;
|
|
9551
|
+
--cds-chat-header-text: #f4f4f4;
|
|
9540
9552
|
--cds-chat-prompt-background: #161616;
|
|
9541
9553
|
--cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
|
|
9542
9554
|
--cds-chat-prompt-border-start: #262626;
|
|
9555
|
+
--cds-chat-prompt-text: #f4f4f4;
|
|
9543
9556
|
--cds-chat-shell-background: #262626;
|
|
9544
9557
|
--cds-field-01: #393939;
|
|
9545
9558
|
--cds-field-02: #525252;
|
|
@@ -9611,6 +9624,92 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
9611
9624
|
--cds-support-success-inverse: #24a148;
|
|
9612
9625
|
--cds-support-warning: #f1c21b;
|
|
9613
9626
|
--cds-support-warning-inverse: #f1c21b;
|
|
9627
|
+
--cds-syntax-angle-bracket: #8d8d8d;
|
|
9628
|
+
--cds-syntax-annotation: #08bdba;
|
|
9629
|
+
--cds-syntax-arithmetic-operator: #e0e0e0;
|
|
9630
|
+
--cds-syntax-atom: #f4f4f4;
|
|
9631
|
+
--cds-syntax-attribute: #33b1ff;
|
|
9632
|
+
--cds-syntax-attribute-name: #33b1ff;
|
|
9633
|
+
--cds-syntax-attribute-value: #f4f4f4;
|
|
9634
|
+
--cds-syntax-bitwise-operator: #e0e0e0;
|
|
9635
|
+
--cds-syntax-block-comment: #42be65;
|
|
9636
|
+
--cds-syntax-bool: #f4f4f4;
|
|
9637
|
+
--cds-syntax-brace: #e0e0e0;
|
|
9638
|
+
--cds-syntax-bracket: #e0e0e0;
|
|
9639
|
+
--cds-syntax-character: #f4f4f4;
|
|
9640
|
+
--cds-syntax-class-name: #3ddbd9;
|
|
9641
|
+
--cds-syntax-color: #f4f4f4;
|
|
9642
|
+
--cds-syntax-comment: #42be65;
|
|
9643
|
+
--cds-syntax-compare-operator: #e0e0e0;
|
|
9644
|
+
--cds-syntax-constant: #4589ff;
|
|
9645
|
+
--cds-syntax-content: #f4f4f4;
|
|
9646
|
+
--cds-syntax-content-separator: #e0e0e0;
|
|
9647
|
+
--cds-syntax-control-keyword: #be95ff;
|
|
9648
|
+
--cds-syntax-control-operator: #be95ff;
|
|
9649
|
+
--cds-syntax-definition: #33b1ff;
|
|
9650
|
+
--cds-syntax-definition-keyword: #33b1ff;
|
|
9651
|
+
--cds-syntax-definition-operator: #33b1ff;
|
|
9652
|
+
--cds-syntax-deref-operator: #e0e0e0;
|
|
9653
|
+
--cds-syntax-doc-comment: #42be65;
|
|
9654
|
+
--cds-syntax-doc-string: #f4f4f4;
|
|
9655
|
+
--cds-syntax-document-meta: #42be65;
|
|
9656
|
+
--cds-syntax-emphasis: #f4f4f4;
|
|
9657
|
+
--cds-syntax-escape: #e0e0e0;
|
|
9658
|
+
--cds-syntax-float: #6fdc8c;
|
|
9659
|
+
--cds-syntax-function: #f1c21b;
|
|
9660
|
+
--cds-syntax-heading: #33b1ff;
|
|
9661
|
+
--cds-syntax-heading-1: #33b1ff;
|
|
9662
|
+
--cds-syntax-heading-2: #33b1ff;
|
|
9663
|
+
--cds-syntax-heading-3: #33b1ff;
|
|
9664
|
+
--cds-syntax-heading-4: #33b1ff;
|
|
9665
|
+
--cds-syntax-heading-5: #33b1ff;
|
|
9666
|
+
--cds-syntax-heading-6: #33b1ff;
|
|
9667
|
+
--cds-syntax-integer: #6fdc8c;
|
|
9668
|
+
--cds-syntax-invalid: #fa4d56;
|
|
9669
|
+
--cds-syntax-keyword: #4589ff;
|
|
9670
|
+
--cds-syntax-label-name: #a6c8ff;
|
|
9671
|
+
--cds-syntax-line-comment: #42be65;
|
|
9672
|
+
--cds-syntax-link: #4589ff;
|
|
9673
|
+
--cds-syntax-list: #f4f4f4;
|
|
9674
|
+
--cds-syntax-literal: #f4f4f4;
|
|
9675
|
+
--cds-syntax-local: #a6c8ff;
|
|
9676
|
+
--cds-syntax-logic-operator: #e0e0e0;
|
|
9677
|
+
--cds-syntax-macro-name: #f4f4f4;
|
|
9678
|
+
--cds-syntax-meta: #42be65;
|
|
9679
|
+
--cds-syntax-modifier: #4589ff;
|
|
9680
|
+
--cds-syntax-module-keyword: #be95ff;
|
|
9681
|
+
--cds-syntax-monospace: #f4f4f4;
|
|
9682
|
+
--cds-syntax-name: #a6c8ff;
|
|
9683
|
+
--cds-syntax-namespace: #3ddbd9;
|
|
9684
|
+
--cds-syntax-null: #f4f4f4;
|
|
9685
|
+
--cds-syntax-number: #6fdc8c;
|
|
9686
|
+
--cds-syntax-operator: #e0e0e0;
|
|
9687
|
+
--cds-syntax-operator-keyword: #4589ff;
|
|
9688
|
+
--cds-syntax-paren: #e0e0e0;
|
|
9689
|
+
--cds-syntax-processing-instruction: #f4f4f4;
|
|
9690
|
+
--cds-syntax-property-name: #33b1ff;
|
|
9691
|
+
--cds-syntax-punctuation: #e0e0e0;
|
|
9692
|
+
--cds-syntax-quote: #42be65;
|
|
9693
|
+
--cds-syntax-regexp: #be95ff;
|
|
9694
|
+
--cds-syntax-self: #3ddbd9;
|
|
9695
|
+
--cds-syntax-separator: #e0e0e0;
|
|
9696
|
+
--cds-syntax-special: #4589ff;
|
|
9697
|
+
--cds-syntax-special-string: #be95ff;
|
|
9698
|
+
--cds-syntax-square-bracket: #e0e0e0;
|
|
9699
|
+
--cds-syntax-standard: #4589ff;
|
|
9700
|
+
--cds-syntax-strikethrough: #f4f4f4;
|
|
9701
|
+
--cds-syntax-string: #f4f4f4;
|
|
9702
|
+
--cds-syntax-strong: #f4f4f4;
|
|
9703
|
+
--cds-syntax-tag: #3ddbd9;
|
|
9704
|
+
--cds-syntax-tag-name: #3ddbd9;
|
|
9705
|
+
--cds-syntax-type: #3ddbd9;
|
|
9706
|
+
--cds-syntax-type-name: #3ddbd9;
|
|
9707
|
+
--cds-syntax-type-operator: #3ddbd9;
|
|
9708
|
+
--cds-syntax-unit: #6fdc8c;
|
|
9709
|
+
--cds-syntax-update-operator: #e0e0e0;
|
|
9710
|
+
--cds-syntax-url: #e0e0e0;
|
|
9711
|
+
--cds-syntax-variable: #a6c8ff;
|
|
9712
|
+
--cds-syntax-variable-name: #a6c8ff;
|
|
9614
9713
|
--cds-text-disabled: rgba(244, 244, 244, 0.25);
|
|
9615
9714
|
--cds-text-error: #ffb3b8;
|
|
9616
9715
|
--cds-text-helper: #c6c6c6;
|
|
@@ -9993,8 +10092,10 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
9993
10092
|
--cds-chat-avatar-bot: #8d8d8d;
|
|
9994
10093
|
--cds-chat-avatar-user: #4589ff;
|
|
9995
10094
|
--cds-chat-bubble-agent: #262626;
|
|
10095
|
+
--cds-chat-bubble-agent-text: #f4f4f4;
|
|
9996
10096
|
--cds-chat-bubble-border: #525252;
|
|
9997
10097
|
--cds-chat-bubble-user: #393939;
|
|
10098
|
+
--cds-chat-bubble-user-text: #f4f4f4;
|
|
9998
10099
|
--cds-chat-button: #78a9ff;
|
|
9999
10100
|
--cds-chat-button-active: rgba(141, 141, 141, 0.4);
|
|
10000
10101
|
--cds-chat-button-hover: rgba(141, 141, 141, 0.16);
|
|
@@ -10002,9 +10103,11 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
10002
10103
|
--cds-chat-button-text-hover: #a6c8ff;
|
|
10003
10104
|
--cds-chat-button-text-selected: #c6c6c6;
|
|
10004
10105
|
--cds-chat-header-background: #262626;
|
|
10106
|
+
--cds-chat-header-text: #f4f4f4;
|
|
10005
10107
|
--cds-chat-prompt-background: #161616;
|
|
10006
10108
|
--cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
|
|
10007
10109
|
--cds-chat-prompt-border-start: #262626;
|
|
10110
|
+
--cds-chat-prompt-text: #f4f4f4;
|
|
10008
10111
|
--cds-chat-shell-background: #262626;
|
|
10009
10112
|
--cds-field-01: #262626;
|
|
10010
10113
|
--cds-field-02: #393939;
|
|
@@ -10076,6 +10179,92 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
10076
10179
|
--cds-support-success-inverse: #24a148;
|
|
10077
10180
|
--cds-support-warning: #f1c21b;
|
|
10078
10181
|
--cds-support-warning-inverse: #f1c21b;
|
|
10182
|
+
--cds-syntax-angle-bracket: #8d8d8d;
|
|
10183
|
+
--cds-syntax-annotation: #08bdba;
|
|
10184
|
+
--cds-syntax-arithmetic-operator: #e0e0e0;
|
|
10185
|
+
--cds-syntax-atom: #f4f4f4;
|
|
10186
|
+
--cds-syntax-attribute: #33b1ff;
|
|
10187
|
+
--cds-syntax-attribute-name: #33b1ff;
|
|
10188
|
+
--cds-syntax-attribute-value: #f4f4f4;
|
|
10189
|
+
--cds-syntax-bitwise-operator: #e0e0e0;
|
|
10190
|
+
--cds-syntax-block-comment: #42be65;
|
|
10191
|
+
--cds-syntax-bool: #f4f4f4;
|
|
10192
|
+
--cds-syntax-brace: #e0e0e0;
|
|
10193
|
+
--cds-syntax-bracket: #e0e0e0;
|
|
10194
|
+
--cds-syntax-character: #f4f4f4;
|
|
10195
|
+
--cds-syntax-class-name: #3ddbd9;
|
|
10196
|
+
--cds-syntax-color: #f4f4f4;
|
|
10197
|
+
--cds-syntax-comment: #42be65;
|
|
10198
|
+
--cds-syntax-compare-operator: #e0e0e0;
|
|
10199
|
+
--cds-syntax-constant: #4589ff;
|
|
10200
|
+
--cds-syntax-content: #f4f4f4;
|
|
10201
|
+
--cds-syntax-content-separator: #e0e0e0;
|
|
10202
|
+
--cds-syntax-control-keyword: #be95ff;
|
|
10203
|
+
--cds-syntax-control-operator: #be95ff;
|
|
10204
|
+
--cds-syntax-definition: #33b1ff;
|
|
10205
|
+
--cds-syntax-definition-keyword: #33b1ff;
|
|
10206
|
+
--cds-syntax-definition-operator: #33b1ff;
|
|
10207
|
+
--cds-syntax-deref-operator: #e0e0e0;
|
|
10208
|
+
--cds-syntax-doc-comment: #42be65;
|
|
10209
|
+
--cds-syntax-doc-string: #f4f4f4;
|
|
10210
|
+
--cds-syntax-document-meta: #42be65;
|
|
10211
|
+
--cds-syntax-emphasis: #f4f4f4;
|
|
10212
|
+
--cds-syntax-escape: #e0e0e0;
|
|
10213
|
+
--cds-syntax-float: #6fdc8c;
|
|
10214
|
+
--cds-syntax-function: #f1c21b;
|
|
10215
|
+
--cds-syntax-heading: #33b1ff;
|
|
10216
|
+
--cds-syntax-heading-1: #33b1ff;
|
|
10217
|
+
--cds-syntax-heading-2: #33b1ff;
|
|
10218
|
+
--cds-syntax-heading-3: #33b1ff;
|
|
10219
|
+
--cds-syntax-heading-4: #33b1ff;
|
|
10220
|
+
--cds-syntax-heading-5: #33b1ff;
|
|
10221
|
+
--cds-syntax-heading-6: #33b1ff;
|
|
10222
|
+
--cds-syntax-integer: #6fdc8c;
|
|
10223
|
+
--cds-syntax-invalid: #fa4d56;
|
|
10224
|
+
--cds-syntax-keyword: #4589ff;
|
|
10225
|
+
--cds-syntax-label-name: #a6c8ff;
|
|
10226
|
+
--cds-syntax-line-comment: #42be65;
|
|
10227
|
+
--cds-syntax-link: #4589ff;
|
|
10228
|
+
--cds-syntax-list: #f4f4f4;
|
|
10229
|
+
--cds-syntax-literal: #f4f4f4;
|
|
10230
|
+
--cds-syntax-local: #a6c8ff;
|
|
10231
|
+
--cds-syntax-logic-operator: #e0e0e0;
|
|
10232
|
+
--cds-syntax-macro-name: #f4f4f4;
|
|
10233
|
+
--cds-syntax-meta: #42be65;
|
|
10234
|
+
--cds-syntax-modifier: #4589ff;
|
|
10235
|
+
--cds-syntax-module-keyword: #be95ff;
|
|
10236
|
+
--cds-syntax-monospace: #f4f4f4;
|
|
10237
|
+
--cds-syntax-name: #a6c8ff;
|
|
10238
|
+
--cds-syntax-namespace: #3ddbd9;
|
|
10239
|
+
--cds-syntax-null: #f4f4f4;
|
|
10240
|
+
--cds-syntax-number: #6fdc8c;
|
|
10241
|
+
--cds-syntax-operator: #e0e0e0;
|
|
10242
|
+
--cds-syntax-operator-keyword: #4589ff;
|
|
10243
|
+
--cds-syntax-paren: #e0e0e0;
|
|
10244
|
+
--cds-syntax-processing-instruction: #f4f4f4;
|
|
10245
|
+
--cds-syntax-property-name: #33b1ff;
|
|
10246
|
+
--cds-syntax-punctuation: #e0e0e0;
|
|
10247
|
+
--cds-syntax-quote: #42be65;
|
|
10248
|
+
--cds-syntax-regexp: #be95ff;
|
|
10249
|
+
--cds-syntax-self: #3ddbd9;
|
|
10250
|
+
--cds-syntax-separator: #e0e0e0;
|
|
10251
|
+
--cds-syntax-special: #4589ff;
|
|
10252
|
+
--cds-syntax-special-string: #be95ff;
|
|
10253
|
+
--cds-syntax-square-bracket: #e0e0e0;
|
|
10254
|
+
--cds-syntax-standard: #4589ff;
|
|
10255
|
+
--cds-syntax-strikethrough: #f4f4f4;
|
|
10256
|
+
--cds-syntax-string: #f4f4f4;
|
|
10257
|
+
--cds-syntax-strong: #f4f4f4;
|
|
10258
|
+
--cds-syntax-tag: #3ddbd9;
|
|
10259
|
+
--cds-syntax-tag-name: #3ddbd9;
|
|
10260
|
+
--cds-syntax-type: #3ddbd9;
|
|
10261
|
+
--cds-syntax-type-name: #3ddbd9;
|
|
10262
|
+
--cds-syntax-type-operator: #3ddbd9;
|
|
10263
|
+
--cds-syntax-unit: #6fdc8c;
|
|
10264
|
+
--cds-syntax-update-operator: #e0e0e0;
|
|
10265
|
+
--cds-syntax-url: #e0e0e0;
|
|
10266
|
+
--cds-syntax-variable: #a6c8ff;
|
|
10267
|
+
--cds-syntax-variable-name: #a6c8ff;
|
|
10079
10268
|
--cds-text-disabled: rgba(244, 244, 244, 0.25);
|
|
10080
10269
|
--cds-text-error: #ff8389;
|
|
10081
10270
|
--cds-text-helper: #a8a8a8;
|
|
@@ -13592,11 +13781,6 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
|
13592
13781
|
font-weight: var(--cds-productive-heading-02-font-weight, 600);
|
|
13593
13782
|
line-height: var(--cds-productive-heading-02-line-height, 1.375);
|
|
13594
13783
|
letter-spacing: var(--cds-productive-heading-02-letter-spacing, 0);
|
|
13595
|
-
display: -webkit-box;
|
|
13596
|
-
overflow: hidden;
|
|
13597
|
-
-webkit-box-orient: vertical;
|
|
13598
|
-
-webkit-line-clamp: 2;
|
|
13599
|
-
text-overflow: ellipsis;
|
|
13600
13784
|
}
|
|
13601
13785
|
|
|
13602
13786
|
.c4p--checklist__chart-label {
|
|
@@ -13604,11 +13788,6 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
|
13604
13788
|
font-weight: var(--cds-label-01-font-weight, 400);
|
|
13605
13789
|
line-height: var(--cds-label-01-line-height, 1.33333);
|
|
13606
13790
|
letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
|
|
13607
|
-
display: -webkit-box;
|
|
13608
|
-
overflow: hidden;
|
|
13609
|
-
-webkit-box-orient: vertical;
|
|
13610
|
-
-webkit-line-clamp: 2;
|
|
13611
|
-
text-overflow: ellipsis;
|
|
13612
13791
|
color: var(--cds-text-secondary, #525252);
|
|
13613
13792
|
}
|
|
13614
13793
|
|
|
@@ -13836,8 +14015,10 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
|
13836
14015
|
--cds-chat-avatar-bot: #8d8d8d;
|
|
13837
14016
|
--cds-chat-avatar-user: #4589ff;
|
|
13838
14017
|
--cds-chat-bubble-agent: #262626;
|
|
14018
|
+
--cds-chat-bubble-agent-text: #f4f4f4;
|
|
13839
14019
|
--cds-chat-bubble-border: #525252;
|
|
13840
14020
|
--cds-chat-bubble-user: #393939;
|
|
14021
|
+
--cds-chat-bubble-user-text: #f4f4f4;
|
|
13841
14022
|
--cds-chat-button: #78a9ff;
|
|
13842
14023
|
--cds-chat-button-active: rgba(141, 141, 141, 0.4);
|
|
13843
14024
|
--cds-chat-button-hover: rgba(141, 141, 141, 0.16);
|
|
@@ -13845,9 +14026,11 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
|
13845
14026
|
--cds-chat-button-text-hover: #a6c8ff;
|
|
13846
14027
|
--cds-chat-button-text-selected: #c6c6c6;
|
|
13847
14028
|
--cds-chat-header-background: #262626;
|
|
14029
|
+
--cds-chat-header-text: #f4f4f4;
|
|
13848
14030
|
--cds-chat-prompt-background: #161616;
|
|
13849
14031
|
--cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
|
|
13850
14032
|
--cds-chat-prompt-border-start: #262626;
|
|
14033
|
+
--cds-chat-prompt-text: #f4f4f4;
|
|
13851
14034
|
--cds-chat-shell-background: #262626;
|
|
13852
14035
|
--cds-field-01: #262626;
|
|
13853
14036
|
--cds-field-02: #393939;
|
|
@@ -13919,6 +14102,92 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
|
13919
14102
|
--cds-support-success-inverse: #24a148;
|
|
13920
14103
|
--cds-support-warning: #f1c21b;
|
|
13921
14104
|
--cds-support-warning-inverse: #f1c21b;
|
|
14105
|
+
--cds-syntax-angle-bracket: #8d8d8d;
|
|
14106
|
+
--cds-syntax-annotation: #08bdba;
|
|
14107
|
+
--cds-syntax-arithmetic-operator: #e0e0e0;
|
|
14108
|
+
--cds-syntax-atom: #f4f4f4;
|
|
14109
|
+
--cds-syntax-attribute: #33b1ff;
|
|
14110
|
+
--cds-syntax-attribute-name: #33b1ff;
|
|
14111
|
+
--cds-syntax-attribute-value: #f4f4f4;
|
|
14112
|
+
--cds-syntax-bitwise-operator: #e0e0e0;
|
|
14113
|
+
--cds-syntax-block-comment: #42be65;
|
|
14114
|
+
--cds-syntax-bool: #f4f4f4;
|
|
14115
|
+
--cds-syntax-brace: #e0e0e0;
|
|
14116
|
+
--cds-syntax-bracket: #e0e0e0;
|
|
14117
|
+
--cds-syntax-character: #f4f4f4;
|
|
14118
|
+
--cds-syntax-class-name: #3ddbd9;
|
|
14119
|
+
--cds-syntax-color: #f4f4f4;
|
|
14120
|
+
--cds-syntax-comment: #42be65;
|
|
14121
|
+
--cds-syntax-compare-operator: #e0e0e0;
|
|
14122
|
+
--cds-syntax-constant: #4589ff;
|
|
14123
|
+
--cds-syntax-content: #f4f4f4;
|
|
14124
|
+
--cds-syntax-content-separator: #e0e0e0;
|
|
14125
|
+
--cds-syntax-control-keyword: #be95ff;
|
|
14126
|
+
--cds-syntax-control-operator: #be95ff;
|
|
14127
|
+
--cds-syntax-definition: #33b1ff;
|
|
14128
|
+
--cds-syntax-definition-keyword: #33b1ff;
|
|
14129
|
+
--cds-syntax-definition-operator: #33b1ff;
|
|
14130
|
+
--cds-syntax-deref-operator: #e0e0e0;
|
|
14131
|
+
--cds-syntax-doc-comment: #42be65;
|
|
14132
|
+
--cds-syntax-doc-string: #f4f4f4;
|
|
14133
|
+
--cds-syntax-document-meta: #42be65;
|
|
14134
|
+
--cds-syntax-emphasis: #f4f4f4;
|
|
14135
|
+
--cds-syntax-escape: #e0e0e0;
|
|
14136
|
+
--cds-syntax-float: #6fdc8c;
|
|
14137
|
+
--cds-syntax-function: #f1c21b;
|
|
14138
|
+
--cds-syntax-heading: #33b1ff;
|
|
14139
|
+
--cds-syntax-heading-1: #33b1ff;
|
|
14140
|
+
--cds-syntax-heading-2: #33b1ff;
|
|
14141
|
+
--cds-syntax-heading-3: #33b1ff;
|
|
14142
|
+
--cds-syntax-heading-4: #33b1ff;
|
|
14143
|
+
--cds-syntax-heading-5: #33b1ff;
|
|
14144
|
+
--cds-syntax-heading-6: #33b1ff;
|
|
14145
|
+
--cds-syntax-integer: #6fdc8c;
|
|
14146
|
+
--cds-syntax-invalid: #fa4d56;
|
|
14147
|
+
--cds-syntax-keyword: #4589ff;
|
|
14148
|
+
--cds-syntax-label-name: #a6c8ff;
|
|
14149
|
+
--cds-syntax-line-comment: #42be65;
|
|
14150
|
+
--cds-syntax-link: #4589ff;
|
|
14151
|
+
--cds-syntax-list: #f4f4f4;
|
|
14152
|
+
--cds-syntax-literal: #f4f4f4;
|
|
14153
|
+
--cds-syntax-local: #a6c8ff;
|
|
14154
|
+
--cds-syntax-logic-operator: #e0e0e0;
|
|
14155
|
+
--cds-syntax-macro-name: #f4f4f4;
|
|
14156
|
+
--cds-syntax-meta: #42be65;
|
|
14157
|
+
--cds-syntax-modifier: #4589ff;
|
|
14158
|
+
--cds-syntax-module-keyword: #be95ff;
|
|
14159
|
+
--cds-syntax-monospace: #f4f4f4;
|
|
14160
|
+
--cds-syntax-name: #a6c8ff;
|
|
14161
|
+
--cds-syntax-namespace: #3ddbd9;
|
|
14162
|
+
--cds-syntax-null: #f4f4f4;
|
|
14163
|
+
--cds-syntax-number: #6fdc8c;
|
|
14164
|
+
--cds-syntax-operator: #e0e0e0;
|
|
14165
|
+
--cds-syntax-operator-keyword: #4589ff;
|
|
14166
|
+
--cds-syntax-paren: #e0e0e0;
|
|
14167
|
+
--cds-syntax-processing-instruction: #f4f4f4;
|
|
14168
|
+
--cds-syntax-property-name: #33b1ff;
|
|
14169
|
+
--cds-syntax-punctuation: #e0e0e0;
|
|
14170
|
+
--cds-syntax-quote: #42be65;
|
|
14171
|
+
--cds-syntax-regexp: #be95ff;
|
|
14172
|
+
--cds-syntax-self: #3ddbd9;
|
|
14173
|
+
--cds-syntax-separator: #e0e0e0;
|
|
14174
|
+
--cds-syntax-special: #4589ff;
|
|
14175
|
+
--cds-syntax-special-string: #be95ff;
|
|
14176
|
+
--cds-syntax-square-bracket: #e0e0e0;
|
|
14177
|
+
--cds-syntax-standard: #4589ff;
|
|
14178
|
+
--cds-syntax-strikethrough: #f4f4f4;
|
|
14179
|
+
--cds-syntax-string: #f4f4f4;
|
|
14180
|
+
--cds-syntax-strong: #f4f4f4;
|
|
14181
|
+
--cds-syntax-tag: #3ddbd9;
|
|
14182
|
+
--cds-syntax-tag-name: #3ddbd9;
|
|
14183
|
+
--cds-syntax-type: #3ddbd9;
|
|
14184
|
+
--cds-syntax-type-name: #3ddbd9;
|
|
14185
|
+
--cds-syntax-type-operator: #3ddbd9;
|
|
14186
|
+
--cds-syntax-unit: #6fdc8c;
|
|
14187
|
+
--cds-syntax-update-operator: #e0e0e0;
|
|
14188
|
+
--cds-syntax-url: #e0e0e0;
|
|
14189
|
+
--cds-syntax-variable: #a6c8ff;
|
|
14190
|
+
--cds-syntax-variable-name: #a6c8ff;
|
|
13922
14191
|
--cds-text-disabled: rgba(244, 244, 244, 0.25);
|
|
13923
14192
|
--cds-text-error: #ff8389;
|
|
13924
14193
|
--cds-text-helper: #a8a8a8;
|
|
@@ -14669,8 +14938,10 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
|
14669
14938
|
--cds-chat-avatar-bot: #8d8d8d;
|
|
14670
14939
|
--cds-chat-avatar-user: #4589ff;
|
|
14671
14940
|
--cds-chat-bubble-agent: #262626;
|
|
14941
|
+
--cds-chat-bubble-agent-text: #f4f4f4;
|
|
14672
14942
|
--cds-chat-bubble-border: #525252;
|
|
14673
14943
|
--cds-chat-bubble-user: #393939;
|
|
14944
|
+
--cds-chat-bubble-user-text: #f4f4f4;
|
|
14674
14945
|
--cds-chat-button: #78a9ff;
|
|
14675
14946
|
--cds-chat-button-active: rgba(141, 141, 141, 0.4);
|
|
14676
14947
|
--cds-chat-button-hover: rgba(141, 141, 141, 0.16);
|
|
@@ -14678,9 +14949,11 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
|
14678
14949
|
--cds-chat-button-text-hover: #a6c8ff;
|
|
14679
14950
|
--cds-chat-button-text-selected: #c6c6c6;
|
|
14680
14951
|
--cds-chat-header-background: #262626;
|
|
14952
|
+
--cds-chat-header-text: #f4f4f4;
|
|
14681
14953
|
--cds-chat-prompt-background: #161616;
|
|
14682
14954
|
--cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
|
|
14683
14955
|
--cds-chat-prompt-border-start: #262626;
|
|
14956
|
+
--cds-chat-prompt-text: #f4f4f4;
|
|
14684
14957
|
--cds-chat-shell-background: #262626;
|
|
14685
14958
|
--cds-field-01: #262626;
|
|
14686
14959
|
--cds-field-02: #393939;
|
|
@@ -14752,6 +15025,92 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
|
14752
15025
|
--cds-support-success-inverse: #24a148;
|
|
14753
15026
|
--cds-support-warning: #f1c21b;
|
|
14754
15027
|
--cds-support-warning-inverse: #f1c21b;
|
|
15028
|
+
--cds-syntax-angle-bracket: #8d8d8d;
|
|
15029
|
+
--cds-syntax-annotation: #08bdba;
|
|
15030
|
+
--cds-syntax-arithmetic-operator: #e0e0e0;
|
|
15031
|
+
--cds-syntax-atom: #f4f4f4;
|
|
15032
|
+
--cds-syntax-attribute: #33b1ff;
|
|
15033
|
+
--cds-syntax-attribute-name: #33b1ff;
|
|
15034
|
+
--cds-syntax-attribute-value: #f4f4f4;
|
|
15035
|
+
--cds-syntax-bitwise-operator: #e0e0e0;
|
|
15036
|
+
--cds-syntax-block-comment: #42be65;
|
|
15037
|
+
--cds-syntax-bool: #f4f4f4;
|
|
15038
|
+
--cds-syntax-brace: #e0e0e0;
|
|
15039
|
+
--cds-syntax-bracket: #e0e0e0;
|
|
15040
|
+
--cds-syntax-character: #f4f4f4;
|
|
15041
|
+
--cds-syntax-class-name: #3ddbd9;
|
|
15042
|
+
--cds-syntax-color: #f4f4f4;
|
|
15043
|
+
--cds-syntax-comment: #42be65;
|
|
15044
|
+
--cds-syntax-compare-operator: #e0e0e0;
|
|
15045
|
+
--cds-syntax-constant: #4589ff;
|
|
15046
|
+
--cds-syntax-content: #f4f4f4;
|
|
15047
|
+
--cds-syntax-content-separator: #e0e0e0;
|
|
15048
|
+
--cds-syntax-control-keyword: #be95ff;
|
|
15049
|
+
--cds-syntax-control-operator: #be95ff;
|
|
15050
|
+
--cds-syntax-definition: #33b1ff;
|
|
15051
|
+
--cds-syntax-definition-keyword: #33b1ff;
|
|
15052
|
+
--cds-syntax-definition-operator: #33b1ff;
|
|
15053
|
+
--cds-syntax-deref-operator: #e0e0e0;
|
|
15054
|
+
--cds-syntax-doc-comment: #42be65;
|
|
15055
|
+
--cds-syntax-doc-string: #f4f4f4;
|
|
15056
|
+
--cds-syntax-document-meta: #42be65;
|
|
15057
|
+
--cds-syntax-emphasis: #f4f4f4;
|
|
15058
|
+
--cds-syntax-escape: #e0e0e0;
|
|
15059
|
+
--cds-syntax-float: #6fdc8c;
|
|
15060
|
+
--cds-syntax-function: #f1c21b;
|
|
15061
|
+
--cds-syntax-heading: #33b1ff;
|
|
15062
|
+
--cds-syntax-heading-1: #33b1ff;
|
|
15063
|
+
--cds-syntax-heading-2: #33b1ff;
|
|
15064
|
+
--cds-syntax-heading-3: #33b1ff;
|
|
15065
|
+
--cds-syntax-heading-4: #33b1ff;
|
|
15066
|
+
--cds-syntax-heading-5: #33b1ff;
|
|
15067
|
+
--cds-syntax-heading-6: #33b1ff;
|
|
15068
|
+
--cds-syntax-integer: #6fdc8c;
|
|
15069
|
+
--cds-syntax-invalid: #fa4d56;
|
|
15070
|
+
--cds-syntax-keyword: #4589ff;
|
|
15071
|
+
--cds-syntax-label-name: #a6c8ff;
|
|
15072
|
+
--cds-syntax-line-comment: #42be65;
|
|
15073
|
+
--cds-syntax-link: #4589ff;
|
|
15074
|
+
--cds-syntax-list: #f4f4f4;
|
|
15075
|
+
--cds-syntax-literal: #f4f4f4;
|
|
15076
|
+
--cds-syntax-local: #a6c8ff;
|
|
15077
|
+
--cds-syntax-logic-operator: #e0e0e0;
|
|
15078
|
+
--cds-syntax-macro-name: #f4f4f4;
|
|
15079
|
+
--cds-syntax-meta: #42be65;
|
|
15080
|
+
--cds-syntax-modifier: #4589ff;
|
|
15081
|
+
--cds-syntax-module-keyword: #be95ff;
|
|
15082
|
+
--cds-syntax-monospace: #f4f4f4;
|
|
15083
|
+
--cds-syntax-name: #a6c8ff;
|
|
15084
|
+
--cds-syntax-namespace: #3ddbd9;
|
|
15085
|
+
--cds-syntax-null: #f4f4f4;
|
|
15086
|
+
--cds-syntax-number: #6fdc8c;
|
|
15087
|
+
--cds-syntax-operator: #e0e0e0;
|
|
15088
|
+
--cds-syntax-operator-keyword: #4589ff;
|
|
15089
|
+
--cds-syntax-paren: #e0e0e0;
|
|
15090
|
+
--cds-syntax-processing-instruction: #f4f4f4;
|
|
15091
|
+
--cds-syntax-property-name: #33b1ff;
|
|
15092
|
+
--cds-syntax-punctuation: #e0e0e0;
|
|
15093
|
+
--cds-syntax-quote: #42be65;
|
|
15094
|
+
--cds-syntax-regexp: #be95ff;
|
|
15095
|
+
--cds-syntax-self: #3ddbd9;
|
|
15096
|
+
--cds-syntax-separator: #e0e0e0;
|
|
15097
|
+
--cds-syntax-special: #4589ff;
|
|
15098
|
+
--cds-syntax-special-string: #be95ff;
|
|
15099
|
+
--cds-syntax-square-bracket: #e0e0e0;
|
|
15100
|
+
--cds-syntax-standard: #4589ff;
|
|
15101
|
+
--cds-syntax-strikethrough: #f4f4f4;
|
|
15102
|
+
--cds-syntax-string: #f4f4f4;
|
|
15103
|
+
--cds-syntax-strong: #f4f4f4;
|
|
15104
|
+
--cds-syntax-tag: #3ddbd9;
|
|
15105
|
+
--cds-syntax-tag-name: #3ddbd9;
|
|
15106
|
+
--cds-syntax-type: #3ddbd9;
|
|
15107
|
+
--cds-syntax-type-name: #3ddbd9;
|
|
15108
|
+
--cds-syntax-type-operator: #3ddbd9;
|
|
15109
|
+
--cds-syntax-unit: #6fdc8c;
|
|
15110
|
+
--cds-syntax-update-operator: #e0e0e0;
|
|
15111
|
+
--cds-syntax-url: #e0e0e0;
|
|
15112
|
+
--cds-syntax-variable: #a6c8ff;
|
|
15113
|
+
--cds-syntax-variable-name: #a6c8ff;
|
|
14755
15114
|
--cds-text-disabled: rgba(244, 244, 244, 0.25);
|
|
14756
15115
|
--cds-text-error: #ff8389;
|
|
14757
15116
|
--cds-text-helper: #a8a8a8;
|
|
@@ -15518,8 +15877,10 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
|
15518
15877
|
--cds-chat-avatar-bot: #6f6f6f;
|
|
15519
15878
|
--cds-chat-avatar-user: #0f62fe;
|
|
15520
15879
|
--cds-chat-bubble-agent: #ffffff;
|
|
15880
|
+
--cds-chat-bubble-agent-text: #161616;
|
|
15521
15881
|
--cds-chat-bubble-border: #e0e0e0;
|
|
15522
15882
|
--cds-chat-bubble-user: #e0e0e0;
|
|
15883
|
+
--cds-chat-bubble-user-text: #161616;
|
|
15523
15884
|
--cds-chat-button: #0f62fe;
|
|
15524
15885
|
--cds-chat-button-active: rgba(141, 141, 141, 0.5);
|
|
15525
15886
|
--cds-chat-button-hover: rgba(141, 141, 141, 0.12);
|
|
@@ -15527,9 +15888,11 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
|
15527
15888
|
--cds-chat-button-text-hover: #0043ce;
|
|
15528
15889
|
--cds-chat-button-text-selected: #525252;
|
|
15529
15890
|
--cds-chat-header-background: #ffffff;
|
|
15891
|
+
--cds-chat-header-text: #161616;
|
|
15530
15892
|
--cds-chat-prompt-background: #ffffff;
|
|
15531
15893
|
--cds-chat-prompt-border-end: rgba(244, 244, 244, 0);
|
|
15532
15894
|
--cds-chat-prompt-border-start: #f4f4f4;
|
|
15895
|
+
--cds-chat-prompt-text: #161616;
|
|
15533
15896
|
--cds-chat-shell-background: #ffffff;
|
|
15534
15897
|
--cds-field-01: #ffffff;
|
|
15535
15898
|
--cds-field-02: #f4f4f4;
|
|
@@ -15601,6 +15964,92 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
|
15601
15964
|
--cds-support-success-inverse: #42be65;
|
|
15602
15965
|
--cds-support-warning: #f1c21b;
|
|
15603
15966
|
--cds-support-warning-inverse: #f1c21b;
|
|
15967
|
+
--cds-syntax-angle-bracket: #697077;
|
|
15968
|
+
--cds-syntax-annotation: #007d79;
|
|
15969
|
+
--cds-syntax-arithmetic-operator: #343a3f;
|
|
15970
|
+
--cds-syntax-atom: #161616;
|
|
15971
|
+
--cds-syntax-attribute: #00539a;
|
|
15972
|
+
--cds-syntax-attribute-name: #00539a;
|
|
15973
|
+
--cds-syntax-attribute-value: #161616;
|
|
15974
|
+
--cds-syntax-bitwise-operator: #343a3f;
|
|
15975
|
+
--cds-syntax-block-comment: #198038;
|
|
15976
|
+
--cds-syntax-bool: #161616;
|
|
15977
|
+
--cds-syntax-brace: #343a3f;
|
|
15978
|
+
--cds-syntax-bracket: #343a3f;
|
|
15979
|
+
--cds-syntax-character: #161616;
|
|
15980
|
+
--cds-syntax-class-name: #007d79;
|
|
15981
|
+
--cds-syntax-color: #161616;
|
|
15982
|
+
--cds-syntax-comment: #198038;
|
|
15983
|
+
--cds-syntax-compare-operator: #343a3f;
|
|
15984
|
+
--cds-syntax-constant: #0f62fe;
|
|
15985
|
+
--cds-syntax-content: #161616;
|
|
15986
|
+
--cds-syntax-content-separator: #343a3f;
|
|
15987
|
+
--cds-syntax-control-keyword: #6929c4;
|
|
15988
|
+
--cds-syntax-control-operator: #6929c4;
|
|
15989
|
+
--cds-syntax-definition: #00539a;
|
|
15990
|
+
--cds-syntax-definition-keyword: #00539a;
|
|
15991
|
+
--cds-syntax-definition-operator: #00539a;
|
|
15992
|
+
--cds-syntax-deref-operator: #343a3f;
|
|
15993
|
+
--cds-syntax-doc-comment: #198038;
|
|
15994
|
+
--cds-syntax-doc-string: #161616;
|
|
15995
|
+
--cds-syntax-document-meta: #198038;
|
|
15996
|
+
--cds-syntax-emphasis: #161616;
|
|
15997
|
+
--cds-syntax-escape: #343a3f;
|
|
15998
|
+
--cds-syntax-float: #198038;
|
|
15999
|
+
--cds-syntax-function: #8e6a00;
|
|
16000
|
+
--cds-syntax-heading: #00539a;
|
|
16001
|
+
--cds-syntax-heading-1: #00539a;
|
|
16002
|
+
--cds-syntax-heading-2: #00539a;
|
|
16003
|
+
--cds-syntax-heading-3: #00539a;
|
|
16004
|
+
--cds-syntax-heading-4: #00539a;
|
|
16005
|
+
--cds-syntax-heading-5: #00539a;
|
|
16006
|
+
--cds-syntax-heading-6: #00539a;
|
|
16007
|
+
--cds-syntax-integer: #198038;
|
|
16008
|
+
--cds-syntax-invalid: #da1e28;
|
|
16009
|
+
--cds-syntax-keyword: #0f62fe;
|
|
16010
|
+
--cds-syntax-label-name: #0f62fe;
|
|
16011
|
+
--cds-syntax-line-comment: #198038;
|
|
16012
|
+
--cds-syntax-link: #0f62fe;
|
|
16013
|
+
--cds-syntax-list: #161616;
|
|
16014
|
+
--cds-syntax-literal: #161616;
|
|
16015
|
+
--cds-syntax-local: #0f62fe;
|
|
16016
|
+
--cds-syntax-logic-operator: #343a3f;
|
|
16017
|
+
--cds-syntax-macro-name: #161616;
|
|
16018
|
+
--cds-syntax-meta: #198038;
|
|
16019
|
+
--cds-syntax-modifier: #0f62fe;
|
|
16020
|
+
--cds-syntax-module-keyword: #6929c4;
|
|
16021
|
+
--cds-syntax-monospace: #161616;
|
|
16022
|
+
--cds-syntax-name: #0f62fe;
|
|
16023
|
+
--cds-syntax-namespace: #007d79;
|
|
16024
|
+
--cds-syntax-null: #161616;
|
|
16025
|
+
--cds-syntax-number: #198038;
|
|
16026
|
+
--cds-syntax-operator: #343a3f;
|
|
16027
|
+
--cds-syntax-operator-keyword: #0f62fe;
|
|
16028
|
+
--cds-syntax-paren: #343a3f;
|
|
16029
|
+
--cds-syntax-processing-instruction: #161616;
|
|
16030
|
+
--cds-syntax-property-name: #00539a;
|
|
16031
|
+
--cds-syntax-punctuation: #343a3f;
|
|
16032
|
+
--cds-syntax-quote: #198038;
|
|
16033
|
+
--cds-syntax-regexp: #6929c4;
|
|
16034
|
+
--cds-syntax-self: #007d79;
|
|
16035
|
+
--cds-syntax-separator: #343a3f;
|
|
16036
|
+
--cds-syntax-special: #0f62fe;
|
|
16037
|
+
--cds-syntax-special-string: #8a3ffc;
|
|
16038
|
+
--cds-syntax-square-bracket: #343a3f;
|
|
16039
|
+
--cds-syntax-standard: #0f62fe;
|
|
16040
|
+
--cds-syntax-strikethrough: #161616;
|
|
16041
|
+
--cds-syntax-string: #161616;
|
|
16042
|
+
--cds-syntax-strong: #161616;
|
|
16043
|
+
--cds-syntax-tag: #007d79;
|
|
16044
|
+
--cds-syntax-tag-name: #007d79;
|
|
16045
|
+
--cds-syntax-type: #007d79;
|
|
16046
|
+
--cds-syntax-type-name: #007d79;
|
|
16047
|
+
--cds-syntax-type-operator: #007d79;
|
|
16048
|
+
--cds-syntax-unit: #198038;
|
|
16049
|
+
--cds-syntax-update-operator: #343a3f;
|
|
16050
|
+
--cds-syntax-url: #343a3f;
|
|
16051
|
+
--cds-syntax-variable: #0f62fe;
|
|
16052
|
+
--cds-syntax-variable-name: #0f62fe;
|
|
15604
16053
|
--cds-text-disabled: rgba(22, 22, 22, 0.25);
|
|
15605
16054
|
--cds-text-error: #da1e28;
|
|
15606
16055
|
--cds-text-helper: #6f6f6f;
|
|
@@ -15959,8 +16408,10 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
|
15959
16408
|
--cds-chat-avatar-bot: #8d8d8d;
|
|
15960
16409
|
--cds-chat-avatar-user: #4589ff;
|
|
15961
16410
|
--cds-chat-bubble-agent: #262626;
|
|
16411
|
+
--cds-chat-bubble-agent-text: #f4f4f4;
|
|
15962
16412
|
--cds-chat-bubble-border: #525252;
|
|
15963
16413
|
--cds-chat-bubble-user: #393939;
|
|
16414
|
+
--cds-chat-bubble-user-text: #f4f4f4;
|
|
15964
16415
|
--cds-chat-button: #78a9ff;
|
|
15965
16416
|
--cds-chat-button-active: rgba(141, 141, 141, 0.4);
|
|
15966
16417
|
--cds-chat-button-hover: rgba(141, 141, 141, 0.16);
|
|
@@ -15968,9 +16419,11 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
|
15968
16419
|
--cds-chat-button-text-hover: #a6c8ff;
|
|
15969
16420
|
--cds-chat-button-text-selected: #c6c6c6;
|
|
15970
16421
|
--cds-chat-header-background: #262626;
|
|
16422
|
+
--cds-chat-header-text: #f4f4f4;
|
|
15971
16423
|
--cds-chat-prompt-background: #161616;
|
|
15972
16424
|
--cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
|
|
15973
16425
|
--cds-chat-prompt-border-start: #262626;
|
|
16426
|
+
--cds-chat-prompt-text: #f4f4f4;
|
|
15974
16427
|
--cds-chat-shell-background: #262626;
|
|
15975
16428
|
--cds-field-01: #262626;
|
|
15976
16429
|
--cds-field-02: #393939;
|
|
@@ -16042,6 +16495,92 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
|
16042
16495
|
--cds-support-success-inverse: #24a148;
|
|
16043
16496
|
--cds-support-warning: #f1c21b;
|
|
16044
16497
|
--cds-support-warning-inverse: #f1c21b;
|
|
16498
|
+
--cds-syntax-angle-bracket: #8d8d8d;
|
|
16499
|
+
--cds-syntax-annotation: #08bdba;
|
|
16500
|
+
--cds-syntax-arithmetic-operator: #e0e0e0;
|
|
16501
|
+
--cds-syntax-atom: #f4f4f4;
|
|
16502
|
+
--cds-syntax-attribute: #33b1ff;
|
|
16503
|
+
--cds-syntax-attribute-name: #33b1ff;
|
|
16504
|
+
--cds-syntax-attribute-value: #f4f4f4;
|
|
16505
|
+
--cds-syntax-bitwise-operator: #e0e0e0;
|
|
16506
|
+
--cds-syntax-block-comment: #42be65;
|
|
16507
|
+
--cds-syntax-bool: #f4f4f4;
|
|
16508
|
+
--cds-syntax-brace: #e0e0e0;
|
|
16509
|
+
--cds-syntax-bracket: #e0e0e0;
|
|
16510
|
+
--cds-syntax-character: #f4f4f4;
|
|
16511
|
+
--cds-syntax-class-name: #3ddbd9;
|
|
16512
|
+
--cds-syntax-color: #f4f4f4;
|
|
16513
|
+
--cds-syntax-comment: #42be65;
|
|
16514
|
+
--cds-syntax-compare-operator: #e0e0e0;
|
|
16515
|
+
--cds-syntax-constant: #4589ff;
|
|
16516
|
+
--cds-syntax-content: #f4f4f4;
|
|
16517
|
+
--cds-syntax-content-separator: #e0e0e0;
|
|
16518
|
+
--cds-syntax-control-keyword: #be95ff;
|
|
16519
|
+
--cds-syntax-control-operator: #be95ff;
|
|
16520
|
+
--cds-syntax-definition: #33b1ff;
|
|
16521
|
+
--cds-syntax-definition-keyword: #33b1ff;
|
|
16522
|
+
--cds-syntax-definition-operator: #33b1ff;
|
|
16523
|
+
--cds-syntax-deref-operator: #e0e0e0;
|
|
16524
|
+
--cds-syntax-doc-comment: #42be65;
|
|
16525
|
+
--cds-syntax-doc-string: #f4f4f4;
|
|
16526
|
+
--cds-syntax-document-meta: #42be65;
|
|
16527
|
+
--cds-syntax-emphasis: #f4f4f4;
|
|
16528
|
+
--cds-syntax-escape: #e0e0e0;
|
|
16529
|
+
--cds-syntax-float: #6fdc8c;
|
|
16530
|
+
--cds-syntax-function: #f1c21b;
|
|
16531
|
+
--cds-syntax-heading: #33b1ff;
|
|
16532
|
+
--cds-syntax-heading-1: #33b1ff;
|
|
16533
|
+
--cds-syntax-heading-2: #33b1ff;
|
|
16534
|
+
--cds-syntax-heading-3: #33b1ff;
|
|
16535
|
+
--cds-syntax-heading-4: #33b1ff;
|
|
16536
|
+
--cds-syntax-heading-5: #33b1ff;
|
|
16537
|
+
--cds-syntax-heading-6: #33b1ff;
|
|
16538
|
+
--cds-syntax-integer: #6fdc8c;
|
|
16539
|
+
--cds-syntax-invalid: #fa4d56;
|
|
16540
|
+
--cds-syntax-keyword: #4589ff;
|
|
16541
|
+
--cds-syntax-label-name: #a6c8ff;
|
|
16542
|
+
--cds-syntax-line-comment: #42be65;
|
|
16543
|
+
--cds-syntax-link: #4589ff;
|
|
16544
|
+
--cds-syntax-list: #f4f4f4;
|
|
16545
|
+
--cds-syntax-literal: #f4f4f4;
|
|
16546
|
+
--cds-syntax-local: #a6c8ff;
|
|
16547
|
+
--cds-syntax-logic-operator: #e0e0e0;
|
|
16548
|
+
--cds-syntax-macro-name: #f4f4f4;
|
|
16549
|
+
--cds-syntax-meta: #42be65;
|
|
16550
|
+
--cds-syntax-modifier: #4589ff;
|
|
16551
|
+
--cds-syntax-module-keyword: #be95ff;
|
|
16552
|
+
--cds-syntax-monospace: #f4f4f4;
|
|
16553
|
+
--cds-syntax-name: #a6c8ff;
|
|
16554
|
+
--cds-syntax-namespace: #3ddbd9;
|
|
16555
|
+
--cds-syntax-null: #f4f4f4;
|
|
16556
|
+
--cds-syntax-number: #6fdc8c;
|
|
16557
|
+
--cds-syntax-operator: #e0e0e0;
|
|
16558
|
+
--cds-syntax-operator-keyword: #4589ff;
|
|
16559
|
+
--cds-syntax-paren: #e0e0e0;
|
|
16560
|
+
--cds-syntax-processing-instruction: #f4f4f4;
|
|
16561
|
+
--cds-syntax-property-name: #33b1ff;
|
|
16562
|
+
--cds-syntax-punctuation: #e0e0e0;
|
|
16563
|
+
--cds-syntax-quote: #42be65;
|
|
16564
|
+
--cds-syntax-regexp: #be95ff;
|
|
16565
|
+
--cds-syntax-self: #3ddbd9;
|
|
16566
|
+
--cds-syntax-separator: #e0e0e0;
|
|
16567
|
+
--cds-syntax-special: #4589ff;
|
|
16568
|
+
--cds-syntax-special-string: #be95ff;
|
|
16569
|
+
--cds-syntax-square-bracket: #e0e0e0;
|
|
16570
|
+
--cds-syntax-standard: #4589ff;
|
|
16571
|
+
--cds-syntax-strikethrough: #f4f4f4;
|
|
16572
|
+
--cds-syntax-string: #f4f4f4;
|
|
16573
|
+
--cds-syntax-strong: #f4f4f4;
|
|
16574
|
+
--cds-syntax-tag: #3ddbd9;
|
|
16575
|
+
--cds-syntax-tag-name: #3ddbd9;
|
|
16576
|
+
--cds-syntax-type: #3ddbd9;
|
|
16577
|
+
--cds-syntax-type-name: #3ddbd9;
|
|
16578
|
+
--cds-syntax-type-operator: #3ddbd9;
|
|
16579
|
+
--cds-syntax-unit: #6fdc8c;
|
|
16580
|
+
--cds-syntax-update-operator: #e0e0e0;
|
|
16581
|
+
--cds-syntax-url: #e0e0e0;
|
|
16582
|
+
--cds-syntax-variable: #a6c8ff;
|
|
16583
|
+
--cds-syntax-variable-name: #a6c8ff;
|
|
16045
16584
|
--cds-text-disabled: rgba(244, 244, 244, 0.25);
|
|
16046
16585
|
--cds-text-error: #ff8389;
|
|
16047
16586
|
--cds-text-helper: #a8a8a8;
|
|
@@ -18060,6 +18599,14 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
|
|
|
18060
18599
|
}
|
|
18061
18600
|
|
|
18062
18601
|
.c4p--condition-builder__button {
|
|
18602
|
+
display: inline-block;
|
|
18603
|
+
padding: 0;
|
|
18604
|
+
border: 0;
|
|
18605
|
+
appearance: none;
|
|
18606
|
+
background: none;
|
|
18607
|
+
cursor: pointer;
|
|
18608
|
+
text-align: start;
|
|
18609
|
+
inline-size: 100%;
|
|
18063
18610
|
box-sizing: border-box;
|
|
18064
18611
|
padding: 0;
|
|
18065
18612
|
border: 0;
|
|
@@ -18073,16 +18620,6 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
|
|
|
18073
18620
|
.c4p--condition-builder__button *::after {
|
|
18074
18621
|
box-sizing: inherit;
|
|
18075
18622
|
}
|
|
18076
|
-
.c4p--condition-builder__button {
|
|
18077
|
-
display: inline-block;
|
|
18078
|
-
padding: 0;
|
|
18079
|
-
border: 0;
|
|
18080
|
-
appearance: none;
|
|
18081
|
-
background: none;
|
|
18082
|
-
cursor: pointer;
|
|
18083
|
-
text-align: start;
|
|
18084
|
-
inline-size: 100%;
|
|
18085
|
-
}
|
|
18086
18623
|
.c4p--condition-builder__button::-moz-focus-inner {
|
|
18087
18624
|
border: 0;
|
|
18088
18625
|
}
|