@carbon/styles 1.52.0 → 1.53.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/README.md +9 -0
- package/css/styles.css +345 -172
- package/css/styles.min.css +1 -1
- package/package.json +15 -12
- package/scss/__tests__/theme-test.js +8 -23
- package/scss/_feature-flags.scss +1 -0
- package/scss/components/checkbox/_checkbox.scss +4 -0
- package/scss/components/code-snippet/_code-snippet.scss +0 -1
- package/scss/components/data-table/_data-table.scss +4 -0
- package/scss/components/link/_link.scss +4 -5
- package/scss/components/modal/_modal.scss +4 -3
- package/scss/components/popover/_popover.scss +12 -0
- package/scss/components/radio-button/_radio-button.scss +4 -0
- package/scss/components/slug/_slug.scss +8 -8
- package/scss/components/tag/_mixins.scss +14 -2
- package/scss/components/tag/_tag.scss +147 -39
- package/scss/components/tag/_tokens.scss +265 -0
- package/scss/components/tile/_tile.scss +17 -6
- package/scss/utilities/_ai-gradient.scss +2 -2
- package/telemetry.yml +7 -0
package/css/styles.css
CHANGED
|
@@ -2769,13 +2769,16 @@ em {
|
|
|
2769
2769
|
--cds-ai-border-start: #78a9ff;
|
|
2770
2770
|
--cds-ai-border-strong: #4589ff;
|
|
2771
2771
|
--cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
|
|
2772
|
-
--cds-ai-gradient-end: rgba(255, 255, 255, 0);
|
|
2773
|
-
--cds-ai-gradient-start-01: rgba(242, 244, 248, 0.5);
|
|
2774
|
-
--cds-ai-gradient-start-02: rgba(237, 245, 255, 0.5);
|
|
2775
2772
|
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
|
2776
2773
|
--cds-ai-overlay: rgba(0, 17, 65, 0.5);
|
|
2777
|
-
--cds-ai-
|
|
2778
|
-
--cds-ai-
|
|
2774
|
+
--cds-ai-popover-caret-bottom: #d0e2ff;
|
|
2775
|
+
--cds-ai-popover-caret-bottom-background: #d5e5ff;
|
|
2776
|
+
--cds-ai-popover-caret-bottom-background-actions: #dae5f8;
|
|
2777
|
+
--cds-ai-popover-caret-center: #a7c7ff;
|
|
2778
|
+
--cds-ai-popover-shadow-outer-01: rgba(0, 67, 206, 0.25);
|
|
2779
|
+
--cds-ai-popover-shadow-outer-02: rgba(0, 0, 0, 0.1);
|
|
2780
|
+
--cds-ai-skeleton-background: #d0e2ff;
|
|
2781
|
+
--cds-ai-skeleton-element-background: #4589ff;
|
|
2779
2782
|
--cds-background: #ffffff;
|
|
2780
2783
|
--cds-background-active: rgba(141, 141, 141, 0.5);
|
|
2781
2784
|
--cds-background-brand: #0f62fe;
|
|
@@ -2806,9 +2809,11 @@ em {
|
|
|
2806
2809
|
--cds-chat-bubble-agent: #ffffff;
|
|
2807
2810
|
--cds-chat-bubble-agent-border: #e0e0e0;
|
|
2808
2811
|
--cds-chat-bubble-user: #e0e0e0;
|
|
2812
|
+
--cds-chat-header-background: #ffffff;
|
|
2809
2813
|
--cds-chat-prompt-background: #ffffff;
|
|
2810
2814
|
--cds-chat-prompt-border-end: rgba(244, 244, 244, 0);
|
|
2811
2815
|
--cds-chat-prompt-border-start: #f4f4f4;
|
|
2816
|
+
--cds-chat-shell-background: #ffffff;
|
|
2812
2817
|
--cds-field-01: #f4f4f4;
|
|
2813
2818
|
--cds-field-02: #ffffff;
|
|
2814
2819
|
--cds-field-03: #f4f4f4;
|
|
@@ -2866,26 +2871,6 @@ em {
|
|
|
2866
2871
|
--cds-skeleton-element: #c6c6c6;
|
|
2867
2872
|
--cds-slug-background: #525252;
|
|
2868
2873
|
--cds-slug-background-hover: #6f6f6f;
|
|
2869
|
-
--cds-slug-callout-aura-end: rgba(255, 255, 255, 0);
|
|
2870
|
-
--cds-slug-callout-aura-end-hover-01: rgba(255, 255, 255, 0);
|
|
2871
|
-
--cds-slug-callout-aura-end-hover-02: rgba(255, 255, 255, 0);
|
|
2872
|
-
--cds-slug-callout-aura-end-selected: rgba(255, 255, 255, 0);
|
|
2873
|
-
--cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
|
|
2874
|
-
--cds-slug-callout-aura-start-hover-01: rgba(255, 255, 255, 0.5);
|
|
2875
|
-
--cds-slug-callout-aura-start-hover-02: rgba(208, 226, 255, 0.5);
|
|
2876
|
-
--cds-slug-callout-aura-start-selected: rgba(237, 245, 255, 0.6);
|
|
2877
|
-
--cds-slug-callout-caret-bottom: #d0e2ff;
|
|
2878
|
-
--cds-slug-callout-caret-bottom-background: #d5e5ff;
|
|
2879
|
-
--cds-slug-callout-caret-bottom-background-actions: #dae5f8;
|
|
2880
|
-
--cds-slug-callout-caret-center: #a7c7ff;
|
|
2881
|
-
--cds-slug-callout-gradient-bottom: rgba(224, 224, 224, 0.85);
|
|
2882
|
-
--cds-slug-callout-gradient-bottom-hover: rgba(209, 209, 209, 0.55);
|
|
2883
|
-
--cds-slug-callout-gradient-bottom-selected: rgba(209, 209, 209, 0.85);
|
|
2884
|
-
--cds-slug-callout-gradient-top: rgba(244, 244, 244, 0.85);
|
|
2885
|
-
--cds-slug-callout-gradient-top-hover: rgba(224, 224, 224, 0.55);
|
|
2886
|
-
--cds-slug-callout-gradient-top-selected: rgba(224, 224, 224, 0.85);
|
|
2887
|
-
--cds-slug-callout-shadow-outer-01: rgba(0, 67, 206, 0.25);
|
|
2888
|
-
--cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.1);
|
|
2889
2874
|
--cds-slug-hollow-hover: #474747;
|
|
2890
2875
|
--cds-support-caution-major: #ff832b;
|
|
2891
2876
|
--cds-support-caution-minor: #f1c21b;
|
|
@@ -2969,13 +2954,23 @@ em {
|
|
|
2969
2954
|
--cds-tag-color-green: #044317;
|
|
2970
2955
|
--cds-tag-hover-green: #74e792;
|
|
2971
2956
|
--cds-tag-background-gray: #e0e0e0;
|
|
2972
|
-
--cds-tag-color-gray: #
|
|
2957
|
+
--cds-tag-color-gray: #161616;
|
|
2973
2958
|
--cds-tag-hover-gray: #d1d1d1;
|
|
2959
|
+
--cds-tag-border-red: #ff8389;
|
|
2960
|
+
--cds-tag-border-blue: #78a9ff;
|
|
2961
|
+
--cds-tag-border-cyan: #33b1ff;
|
|
2962
|
+
--cds-tag-border-teal: #08bdba;
|
|
2963
|
+
--cds-tag-border-green: #42be65;
|
|
2964
|
+
--cds-tag-border-magenta: #ff7eb6;
|
|
2965
|
+
--cds-tag-border-purple: #be95ff;
|
|
2966
|
+
--cds-tag-border-gray: #a8a8a8;
|
|
2967
|
+
--cds-tag-border-cool-gray: #a2a9b0;
|
|
2968
|
+
--cds-tag-border-warm-gray: #ada8a8;
|
|
2974
2969
|
--cds-tag-background-cool-gray: #dde1e6;
|
|
2975
|
-
--cds-tag-color-cool-gray: #
|
|
2970
|
+
--cds-tag-color-cool-gray: #121619;
|
|
2976
2971
|
--cds-tag-hover-cool-gray: #cdd3da;
|
|
2977
2972
|
--cds-tag-background-warm-gray: #e5e0df;
|
|
2978
|
-
--cds-tag-color-warm-gray: #
|
|
2973
|
+
--cds-tag-color-warm-gray: #171414;
|
|
2979
2974
|
--cds-tag-hover-warm-gray: #d8d0cf;
|
|
2980
2975
|
}
|
|
2981
2976
|
|
|
@@ -2992,13 +2987,16 @@ em {
|
|
|
2992
2987
|
--cds-ai-border-start: #78a9ff;
|
|
2993
2988
|
--cds-ai-border-strong: #4589ff;
|
|
2994
2989
|
--cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
|
|
2995
|
-
--cds-ai-gradient-end: rgba(255, 255, 255, 0);
|
|
2996
|
-
--cds-ai-gradient-start-01: rgba(242, 244, 248, 0.5);
|
|
2997
|
-
--cds-ai-gradient-start-02: rgba(237, 245, 255, 0.5);
|
|
2998
2990
|
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
|
2999
2991
|
--cds-ai-overlay: rgba(0, 17, 65, 0.5);
|
|
3000
|
-
--cds-ai-
|
|
3001
|
-
--cds-ai-
|
|
2992
|
+
--cds-ai-popover-caret-bottom: #d0e2ff;
|
|
2993
|
+
--cds-ai-popover-caret-bottom-background: #ccdbf8;
|
|
2994
|
+
--cds-ai-popover-caret-bottom-background-actions: #d2dcee;
|
|
2995
|
+
--cds-ai-popover-caret-center: #a7c7ff;
|
|
2996
|
+
--cds-ai-popover-shadow-outer-01: rgba(0, 67, 206, 0.25);
|
|
2997
|
+
--cds-ai-popover-shadow-outer-02: rgba(0, 0, 0, 0.1);
|
|
2998
|
+
--cds-ai-skeleton-background: #d0e2ff;
|
|
2999
|
+
--cds-ai-skeleton-element-background: #4589ff;
|
|
3002
3000
|
--cds-background: #f4f4f4;
|
|
3003
3001
|
--cds-background-active: rgba(141, 141, 141, 0.5);
|
|
3004
3002
|
--cds-background-brand: #0f62fe;
|
|
@@ -3029,9 +3027,11 @@ em {
|
|
|
3029
3027
|
--cds-chat-bubble-agent: #ffffff;
|
|
3030
3028
|
--cds-chat-bubble-agent-border: #e0e0e0;
|
|
3031
3029
|
--cds-chat-bubble-user: #e0e0e0;
|
|
3030
|
+
--cds-chat-header-background: #ffffff;
|
|
3032
3031
|
--cds-chat-prompt-background: #ffffff;
|
|
3033
3032
|
--cds-chat-prompt-border-end: rgba(244, 244, 244, 0);
|
|
3034
3033
|
--cds-chat-prompt-border-start: #f4f4f4;
|
|
3034
|
+
--cds-chat-shell-background: #ffffff;
|
|
3035
3035
|
--cds-field-01: #ffffff;
|
|
3036
3036
|
--cds-field-02: #f4f4f4;
|
|
3037
3037
|
--cds-field-03: #ffffff;
|
|
@@ -3089,26 +3089,6 @@ em {
|
|
|
3089
3089
|
--cds-skeleton-element: #c6c6c6;
|
|
3090
3090
|
--cds-slug-background: #525252;
|
|
3091
3091
|
--cds-slug-background-hover: #6f6f6f;
|
|
3092
|
-
--cds-slug-callout-aura-end: rgba(255, 255, 255, 0);
|
|
3093
|
-
--cds-slug-callout-aura-end-hover-01: rgba(255, 255, 255, 0);
|
|
3094
|
-
--cds-slug-callout-aura-end-hover-02: rgba(255, 255, 255, 0);
|
|
3095
|
-
--cds-slug-callout-aura-end-selected: rgba(255, 255, 255, 0);
|
|
3096
|
-
--cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
|
|
3097
|
-
--cds-slug-callout-aura-start-hover-01: rgba(255, 255, 255, 0.5);
|
|
3098
|
-
--cds-slug-callout-aura-start-hover-02: rgba(208, 226, 255, 0.5);
|
|
3099
|
-
--cds-slug-callout-aura-start-selected: rgba(237, 245, 255, 0.6);
|
|
3100
|
-
--cds-slug-callout-caret-bottom: #d0e2ff;
|
|
3101
|
-
--cds-slug-callout-caret-bottom-background: #ccdbf8;
|
|
3102
|
-
--cds-slug-callout-caret-bottom-background-actions: #d2dcee;
|
|
3103
|
-
--cds-slug-callout-caret-center: #a7c7ff;
|
|
3104
|
-
--cds-slug-callout-gradient-bottom: rgba(224, 224, 224, 0.85);
|
|
3105
|
-
--cds-slug-callout-gradient-bottom-hover: rgba(209, 209, 209, 0.55);
|
|
3106
|
-
--cds-slug-callout-gradient-bottom-selected: rgba(209, 209, 209, 0.85);
|
|
3107
|
-
--cds-slug-callout-gradient-top: rgba(244, 244, 244, 0.85);
|
|
3108
|
-
--cds-slug-callout-gradient-top-hover: rgba(224, 224, 224, 0.55);
|
|
3109
|
-
--cds-slug-callout-gradient-top-selected: rgba(224, 224, 224, 0.85);
|
|
3110
|
-
--cds-slug-callout-shadow-outer-01: rgba(0, 67, 206, 0.25);
|
|
3111
|
-
--cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.1);
|
|
3112
3092
|
--cds-slug-hollow-hover: #474747;
|
|
3113
3093
|
--cds-support-caution-major: #ff832b;
|
|
3114
3094
|
--cds-support-caution-minor: #f1c21b;
|
|
@@ -3192,13 +3172,23 @@ em {
|
|
|
3192
3172
|
--cds-tag-color-green: #044317;
|
|
3193
3173
|
--cds-tag-hover-green: #74e792;
|
|
3194
3174
|
--cds-tag-background-gray: #e0e0e0;
|
|
3195
|
-
--cds-tag-color-gray: #
|
|
3175
|
+
--cds-tag-color-gray: #161616;
|
|
3196
3176
|
--cds-tag-hover-gray: #d1d1d1;
|
|
3177
|
+
--cds-tag-border-red: #ff8389;
|
|
3178
|
+
--cds-tag-border-blue: #78a9ff;
|
|
3179
|
+
--cds-tag-border-cyan: #33b1ff;
|
|
3180
|
+
--cds-tag-border-teal: #08bdba;
|
|
3181
|
+
--cds-tag-border-green: #42be65;
|
|
3182
|
+
--cds-tag-border-magenta: #ff7eb6;
|
|
3183
|
+
--cds-tag-border-purple: #be95ff;
|
|
3184
|
+
--cds-tag-border-gray: #a8a8a8;
|
|
3185
|
+
--cds-tag-border-cool-gray: #a2a9b0;
|
|
3186
|
+
--cds-tag-border-warm-gray: #ada8a8;
|
|
3197
3187
|
--cds-tag-background-cool-gray: #dde1e6;
|
|
3198
|
-
--cds-tag-color-cool-gray: #
|
|
3188
|
+
--cds-tag-color-cool-gray: #121619;
|
|
3199
3189
|
--cds-tag-hover-cool-gray: #cdd3da;
|
|
3200
3190
|
--cds-tag-background-warm-gray: #e5e0df;
|
|
3201
|
-
--cds-tag-color-warm-gray: #
|
|
3191
|
+
--cds-tag-color-warm-gray: #171414;
|
|
3202
3192
|
--cds-tag-hover-warm-gray: #d8d0cf;
|
|
3203
3193
|
}
|
|
3204
3194
|
|
|
@@ -3215,12 +3205,16 @@ em {
|
|
|
3215
3205
|
--cds-ai-border-start: #4589ff;
|
|
3216
3206
|
--cds-ai-border-strong: #78a9ff;
|
|
3217
3207
|
--cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
|
|
3218
|
-
--cds-ai-gradient-end: rgba(38, 38, 38, 0);
|
|
3219
|
-
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
|
3220
3208
|
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
|
3221
3209
|
--cds-ai-overlay: rgba(0, 17, 65, 0.5);
|
|
3222
|
-
--cds-ai-
|
|
3223
|
-
--cds-ai-
|
|
3210
|
+
--cds-ai-popover-caret-bottom: #465060;
|
|
3211
|
+
--cds-ai-popover-caret-bottom-background: #2d3f5c;
|
|
3212
|
+
--cds-ai-popover-caret-bottom-background-actions: #253042;
|
|
3213
|
+
--cds-ai-popover-caret-center: #456fb5;
|
|
3214
|
+
--cds-ai-popover-shadow-outer-01: rgba(0, 45, 156, 0.25);
|
|
3215
|
+
--cds-ai-popover-shadow-outer-02: rgba(0, 0, 0, 0.65);
|
|
3216
|
+
--cds-ai-skeleton-background: #a6c8ff;
|
|
3217
|
+
--cds-ai-skeleton-element-background: #002d9c;
|
|
3224
3218
|
--cds-background: #262626;
|
|
3225
3219
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
|
3226
3220
|
--cds-background-brand: #0f62fe;
|
|
@@ -3251,9 +3245,11 @@ em {
|
|
|
3251
3245
|
--cds-chat-bubble-agent: #262626;
|
|
3252
3246
|
--cds-chat-bubble-agent-border: #525252;
|
|
3253
3247
|
--cds-chat-bubble-user: #393939;
|
|
3248
|
+
--cds-chat-header-background: #262626;
|
|
3254
3249
|
--cds-chat-prompt-background: #161616;
|
|
3255
3250
|
--cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
|
|
3256
3251
|
--cds-chat-prompt-border-start: #262626;
|
|
3252
|
+
--cds-chat-shell-background: #262626;
|
|
3257
3253
|
--cds-field-01: #393939;
|
|
3258
3254
|
--cds-field-02: #525252;
|
|
3259
3255
|
--cds-field-03: #6f6f6f;
|
|
@@ -3311,24 +3307,6 @@ em {
|
|
|
3311
3307
|
--cds-skeleton-element: #525252;
|
|
3312
3308
|
--cds-slug-background: #c6c6c6;
|
|
3313
3309
|
--cds-slug-background-hover: #e0e0e0;
|
|
3314
|
-
--cds-slug-callout-aura-end: rgba(0, 0, 0, 0);
|
|
3315
|
-
--cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
|
|
3316
|
-
--cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
|
|
3317
|
-
--cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
|
|
3318
|
-
--cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
|
|
3319
|
-
--cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
|
|
3320
|
-
--cds-slug-callout-caret-bottom: #465060;
|
|
3321
|
-
--cds-slug-callout-caret-bottom-background: #2d3f5c;
|
|
3322
|
-
--cds-slug-callout-caret-bottom-background-actions: #253042;
|
|
3323
|
-
--cds-slug-callout-caret-center: #456fb5;
|
|
3324
|
-
--cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
|
|
3325
|
-
--cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
|
|
3326
|
-
--cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
|
|
3327
|
-
--cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
|
|
3328
|
-
--cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
|
|
3329
|
-
--cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
|
|
3330
|
-
--cds-slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25);
|
|
3331
|
-
--cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65);
|
|
3332
3310
|
--cds-slug-hollow-hover: #b5b5b5;
|
|
3333
3311
|
--cds-support-caution-major: #ff832b;
|
|
3334
3312
|
--cds-support-caution-minor: #f1c21b;
|
|
@@ -3411,13 +3389,23 @@ em {
|
|
|
3411
3389
|
--cds-tag-color-green: #a7f0ba;
|
|
3412
3390
|
--cds-tag-hover-green: #11742f;
|
|
3413
3391
|
--cds-tag-background-gray: #525252;
|
|
3414
|
-
--cds-tag-color-gray: #
|
|
3392
|
+
--cds-tag-color-gray: #f4f4f4;
|
|
3415
3393
|
--cds-tag-hover-gray: #636363;
|
|
3394
|
+
--cds-tag-border-red: #fa4d56;
|
|
3395
|
+
--cds-tag-border-blue: #4589ff;
|
|
3396
|
+
--cds-tag-border-cyan: #1192e8;
|
|
3397
|
+
--cds-tag-border-teal: #009d9a;
|
|
3398
|
+
--cds-tag-border-green: #24a148;
|
|
3399
|
+
--cds-tag-border-magenta: #ee5396;
|
|
3400
|
+
--cds-tag-border-purple: #a56eff;
|
|
3401
|
+
--cds-tag-border-gray: #8d8d8d;
|
|
3402
|
+
--cds-tag-border-cool-gray: #878d96;
|
|
3403
|
+
--cds-tag-border-warm-gray: #8f8b8b;
|
|
3416
3404
|
--cds-tag-background-cool-gray: #4d5358;
|
|
3417
|
-
--cds-tag-color-cool-gray: #
|
|
3405
|
+
--cds-tag-color-cool-gray: #f2f4f8;
|
|
3418
3406
|
--cds-tag-hover-cool-gray: #5d646a;
|
|
3419
3407
|
--cds-tag-background-warm-gray: #565151;
|
|
3420
|
-
--cds-tag-color-warm-gray: #
|
|
3408
|
+
--cds-tag-color-warm-gray: #f7f3f2;
|
|
3421
3409
|
--cds-tag-hover-warm-gray: #696363;
|
|
3422
3410
|
}
|
|
3423
3411
|
|
|
@@ -3434,12 +3422,16 @@ em {
|
|
|
3434
3422
|
--cds-ai-border-start: #4589ff;
|
|
3435
3423
|
--cds-ai-border-strong: #78a9ff;
|
|
3436
3424
|
--cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
|
|
3437
|
-
--cds-ai-gradient-end: rgba(38, 38, 38, 0);
|
|
3438
|
-
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
|
3439
3425
|
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
|
3440
3426
|
--cds-ai-overlay: rgba(0, 17, 65, 0.5);
|
|
3441
|
-
--cds-ai-
|
|
3442
|
-
--cds-ai-
|
|
3427
|
+
--cds-ai-popover-caret-bottom: #3d4655;
|
|
3428
|
+
--cds-ai-popover-caret-bottom-background: #213250;
|
|
3429
|
+
--cds-ai-popover-caret-bottom-background-actions: #192436;
|
|
3430
|
+
--cds-ai-popover-caret-center: #3f68af;
|
|
3431
|
+
--cds-ai-popover-shadow-outer-01: rgba(0, 45, 156, 0.25);
|
|
3432
|
+
--cds-ai-popover-shadow-outer-02: rgba(0, 0, 0, 0.65);
|
|
3433
|
+
--cds-ai-skeleton-background: #a6c8ff;
|
|
3434
|
+
--cds-ai-skeleton-element-background: #002d9c;
|
|
3443
3435
|
--cds-background: #161616;
|
|
3444
3436
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
|
3445
3437
|
--cds-background-brand: #0f62fe;
|
|
@@ -3470,9 +3462,11 @@ em {
|
|
|
3470
3462
|
--cds-chat-bubble-agent: #262626;
|
|
3471
3463
|
--cds-chat-bubble-agent-border: #525252;
|
|
3472
3464
|
--cds-chat-bubble-user: #393939;
|
|
3465
|
+
--cds-chat-header-background: #262626;
|
|
3473
3466
|
--cds-chat-prompt-background: #161616;
|
|
3474
3467
|
--cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
|
|
3475
3468
|
--cds-chat-prompt-border-start: #262626;
|
|
3469
|
+
--cds-chat-shell-background: #262626;
|
|
3476
3470
|
--cds-field-01: #262626;
|
|
3477
3471
|
--cds-field-02: #393939;
|
|
3478
3472
|
--cds-field-03: #525252;
|
|
@@ -3530,24 +3524,6 @@ em {
|
|
|
3530
3524
|
--cds-skeleton-element: #393939;
|
|
3531
3525
|
--cds-slug-background: #c6c6c6;
|
|
3532
3526
|
--cds-slug-background-hover: #e0e0e0;
|
|
3533
|
-
--cds-slug-callout-aura-end: rgba(0, 0, 0, 0);
|
|
3534
|
-
--cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
|
|
3535
|
-
--cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
|
|
3536
|
-
--cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
|
|
3537
|
-
--cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
|
|
3538
|
-
--cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
|
|
3539
|
-
--cds-slug-callout-caret-bottom: #3d4655;
|
|
3540
|
-
--cds-slug-callout-caret-bottom-background: #213250;
|
|
3541
|
-
--cds-slug-callout-caret-bottom-background-actions: #192436;
|
|
3542
|
-
--cds-slug-callout-caret-center: #3f68af;
|
|
3543
|
-
--cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
|
|
3544
|
-
--cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
|
|
3545
|
-
--cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
|
|
3546
|
-
--cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
|
|
3547
|
-
--cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
|
|
3548
|
-
--cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
|
|
3549
|
-
--cds-slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25);
|
|
3550
|
-
--cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65);
|
|
3551
3527
|
--cds-slug-hollow-hover: #b5b5b5;
|
|
3552
3528
|
--cds-support-caution-major: #ff832b;
|
|
3553
3529
|
--cds-support-caution-minor: #f1c21b;
|
|
@@ -3630,13 +3606,23 @@ em {
|
|
|
3630
3606
|
--cds-tag-color-green: #a7f0ba;
|
|
3631
3607
|
--cds-tag-hover-green: #11742f;
|
|
3632
3608
|
--cds-tag-background-gray: #525252;
|
|
3633
|
-
--cds-tag-color-gray: #
|
|
3609
|
+
--cds-tag-color-gray: #f4f4f4;
|
|
3634
3610
|
--cds-tag-hover-gray: #636363;
|
|
3611
|
+
--cds-tag-border-red: #fa4d56;
|
|
3612
|
+
--cds-tag-border-blue: #4589ff;
|
|
3613
|
+
--cds-tag-border-cyan: #1192e8;
|
|
3614
|
+
--cds-tag-border-teal: #009d9a;
|
|
3615
|
+
--cds-tag-border-green: #24a148;
|
|
3616
|
+
--cds-tag-border-magenta: #ee5396;
|
|
3617
|
+
--cds-tag-border-purple: #a56eff;
|
|
3618
|
+
--cds-tag-border-gray: #8d8d8d;
|
|
3619
|
+
--cds-tag-border-cool-gray: #878d96;
|
|
3620
|
+
--cds-tag-border-warm-gray: #8f8b8b;
|
|
3635
3621
|
--cds-tag-background-cool-gray: #4d5358;
|
|
3636
|
-
--cds-tag-color-cool-gray: #
|
|
3622
|
+
--cds-tag-color-cool-gray: #f2f4f8;
|
|
3637
3623
|
--cds-tag-hover-cool-gray: #5d646a;
|
|
3638
3624
|
--cds-tag-background-warm-gray: #565151;
|
|
3639
|
-
--cds-tag-color-warm-gray: #
|
|
3625
|
+
--cds-tag-color-warm-gray: #f7f3f2;
|
|
3640
3626
|
--cds-tag-hover-warm-gray: #696363;
|
|
3641
3627
|
}
|
|
3642
3628
|
|
|
@@ -4052,6 +4038,9 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4052
4038
|
}
|
|
4053
4039
|
|
|
4054
4040
|
.cds--popover-content {
|
|
4041
|
+
--cds-layout-size-height-sm: 2rem;
|
|
4042
|
+
--cds-layout-size-height-md: 2.5rem;
|
|
4043
|
+
--cds-layout-size-height-lg: 3rem;
|
|
4055
4044
|
box-sizing: border-box;
|
|
4056
4045
|
padding: 0;
|
|
4057
4046
|
border: 0;
|
|
@@ -4070,6 +4059,15 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4070
4059
|
max-inline-size: 23rem;
|
|
4071
4060
|
pointer-events: auto;
|
|
4072
4061
|
}
|
|
4062
|
+
.cds--layout--size-sm .cds--popover-content {
|
|
4063
|
+
--cds-layout-size-height: var(--cds-layout-size-height-sm);
|
|
4064
|
+
}
|
|
4065
|
+
.cds--layout--size-md .cds--popover-content {
|
|
4066
|
+
--cds-layout-size-height: var(--cds-layout-size-height-md);
|
|
4067
|
+
}
|
|
4068
|
+
.cds--layout--size-lg .cds--popover-content {
|
|
4069
|
+
--cds-layout-size-height: var(--cds-layout-size-height-lg);
|
|
4070
|
+
}
|
|
4073
4071
|
.cds--popover-content *,
|
|
4074
4072
|
.cds--popover-content *::before,
|
|
4075
4073
|
.cds--popover-content *::after {
|
|
@@ -5562,12 +5560,20 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
5562
5560
|
text-decoration: underline;
|
|
5563
5561
|
}
|
|
5564
5562
|
.cds--link:active, .cds--link:active:visited, .cds--link:active:visited:hover {
|
|
5563
|
+
outline: 1px solid var(--cds-focus, #0f62fe);
|
|
5565
5564
|
color: var(--cds-text-primary, #161616);
|
|
5565
|
+
outline-color: var(--cds-link-focus-text-color, var(--cds-focus, #0f62fe));
|
|
5566
5566
|
text-decoration: underline;
|
|
5567
5567
|
}
|
|
5568
|
+
@media screen and (prefers-contrast) {
|
|
5569
|
+
.cds--link:active, .cds--link:active:visited, .cds--link:active:visited:hover {
|
|
5570
|
+
outline-style: dotted;
|
|
5571
|
+
}
|
|
5572
|
+
}
|
|
5568
5573
|
.cds--link:focus {
|
|
5569
5574
|
outline: 1px solid var(--cds-focus, #0f62fe);
|
|
5570
5575
|
outline-color: var(--cds-link-focus-text-color, var(--cds-focus, #0f62fe));
|
|
5576
|
+
text-decoration: underline;
|
|
5571
5577
|
}
|
|
5572
5578
|
@media screen and (prefers-contrast) {
|
|
5573
5579
|
.cds--link:focus {
|
|
@@ -5620,9 +5626,6 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
5620
5626
|
display: inline;
|
|
5621
5627
|
text-decoration: underline;
|
|
5622
5628
|
}
|
|
5623
|
-
.cds--link.cds--link--inline:focus, .cds--link.cds--link--inline:visited {
|
|
5624
|
-
text-decoration: none;
|
|
5625
|
-
}
|
|
5626
5629
|
|
|
5627
5630
|
.cds--link--disabled.cds--link--inline {
|
|
5628
5631
|
text-decoration: underline;
|
|
@@ -6091,6 +6094,13 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
6091
6094
|
.cds--checkbox-label::after {
|
|
6092
6095
|
box-sizing: border-box;
|
|
6093
6096
|
}
|
|
6097
|
+
@media print {
|
|
6098
|
+
.cds--checkbox-label::before,
|
|
6099
|
+
.cds--checkbox-label::after {
|
|
6100
|
+
-webkit-print-color-adjust: exact;
|
|
6101
|
+
print-color-adjust: exact;
|
|
6102
|
+
}
|
|
6103
|
+
}
|
|
6094
6104
|
|
|
6095
6105
|
.cds--checkbox-label::before {
|
|
6096
6106
|
position: absolute;
|
|
@@ -6708,7 +6718,6 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
6708
6718
|
}
|
|
6709
6719
|
|
|
6710
6720
|
.cds--snippet--multi .cds--snippet-container pre {
|
|
6711
|
-
padding-block-end: 1.5rem;
|
|
6712
6721
|
padding-inline-end: 2.5rem;
|
|
6713
6722
|
}
|
|
6714
6723
|
|
|
@@ -7690,17 +7699,18 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7690
7699
|
--cds-layout-size-height-xs: 1.125rem;
|
|
7691
7700
|
--cds-layout-size-height-sm: 1.125rem;
|
|
7692
7701
|
--cds-layout-size-height-md: 1.5rem;
|
|
7693
|
-
--cds-layout-size-height-
|
|
7702
|
+
--cds-layout-size-height-lg: 2rem;
|
|
7703
|
+
--cds-layout-size-height-local: clamp(max(var(--cds-layout-size-height-min), var(--cds-layout-size-height-sm)), var(--cds-layout-size-height, var(--cds-layout-size-height-md)), min(var(--cds-layout-size-height-max), var(--cds-layout-size-height-lg)));
|
|
7694
7704
|
font-size: var(--cds-label-01-font-size, 0.75rem);
|
|
7695
7705
|
font-weight: var(--cds-label-01-font-weight, 400);
|
|
7696
7706
|
line-height: var(--cds-label-01-line-height, 1.33333);
|
|
7697
7707
|
letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
|
|
7698
7708
|
background-color: var(--cds-tag-background-gray, #e0e0e0);
|
|
7699
|
-
color: var(--cds-tag-color-gray, #
|
|
7709
|
+
color: var(--cds-tag-color-gray, #161616);
|
|
7700
7710
|
display: inline-flex;
|
|
7701
7711
|
align-items: center;
|
|
7702
7712
|
justify-content: center;
|
|
7703
|
-
border-radius:
|
|
7713
|
+
border-radius: 1rem;
|
|
7704
7714
|
margin: 0.25rem;
|
|
7705
7715
|
cursor: default;
|
|
7706
7716
|
max-inline-size: 100%;
|
|
@@ -7719,19 +7729,113 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7719
7729
|
.cds--layout--size-md .cds--tag {
|
|
7720
7730
|
--cds-layout-size-height: var(--cds-layout-size-height-md);
|
|
7721
7731
|
}
|
|
7722
|
-
.cds--
|
|
7732
|
+
.cds--layout--size-lg .cds--tag {
|
|
7733
|
+
--cds-layout-size-height: var(--cds-layout-size-height-lg);
|
|
7734
|
+
}
|
|
7735
|
+
.cds--tag.cds--tag--operational {
|
|
7736
|
+
border: 1px solid var(--cds-tag-background-gray, #e0e0e0);
|
|
7737
|
+
}
|
|
7738
|
+
.cds--tag.cds--tag--operational:hover {
|
|
7739
|
+
background-color: var(--cds-tag-hover-gray, #d1d1d1);
|
|
7740
|
+
}
|
|
7723
7741
|
.cds--tag .cds--tag__close-icon:hover {
|
|
7724
7742
|
background-color: var(--cds-tag-hover-gray, #d1d1d1);
|
|
7725
7743
|
}
|
|
7744
|
+
.cds--tag.cds--tag--lg {
|
|
7745
|
+
padding-inline-start: 0.75rem;
|
|
7746
|
+
}
|
|
7747
|
+
.cds--tag:has(.cds--tag__custom-icon) {
|
|
7748
|
+
padding-inline-start: 0.25rem;
|
|
7749
|
+
}
|
|
7750
|
+
.cds--tag.cds--tag--lg:not(.cds--tag--filter) {
|
|
7751
|
+
padding-inline: 0.75rem;
|
|
7752
|
+
}
|
|
7753
|
+
.cds--tag.cds--tag--lg:has(.cds--tag__custom-icon) {
|
|
7754
|
+
padding-inline-start: 0.5rem;
|
|
7755
|
+
}
|
|
7726
7756
|
.cds--tag:not(:first-child) {
|
|
7727
7757
|
margin-inline-start: 0;
|
|
7728
7758
|
}
|
|
7729
7759
|
|
|
7760
|
+
.cds--tag__label {
|
|
7761
|
+
overflow: hidden;
|
|
7762
|
+
max-inline-size: 100%;
|
|
7763
|
+
text-overflow: ellipsis;
|
|
7764
|
+
white-space: nowrap;
|
|
7765
|
+
}
|
|
7766
|
+
|
|
7767
|
+
.cds--tag--interactive:focus {
|
|
7768
|
+
box-shadow: inset 0 0 0 1px var(--cds-focus, #0f62fe);
|
|
7769
|
+
outline: none;
|
|
7770
|
+
}
|
|
7771
|
+
|
|
7772
|
+
.cds--tag--interactive:hover {
|
|
7773
|
+
cursor: pointer;
|
|
7774
|
+
}
|
|
7775
|
+
|
|
7776
|
+
.cds--tag--filter {
|
|
7777
|
+
cursor: pointer;
|
|
7778
|
+
padding-block-end: 0;
|
|
7779
|
+
padding-block-start: 0;
|
|
7780
|
+
padding-inline-end: 0;
|
|
7781
|
+
}
|
|
7782
|
+
.cds--tag--filter:hover {
|
|
7783
|
+
outline: none;
|
|
7784
|
+
}
|
|
7785
|
+
|
|
7786
|
+
.cds--interactive--tag-children {
|
|
7787
|
+
display: inline-flex;
|
|
7788
|
+
place-items: center;
|
|
7789
|
+
}
|
|
7790
|
+
|
|
7791
|
+
.cds--tag--selectable {
|
|
7792
|
+
border: 1px solid var(--cds-border-inverse, #161616);
|
|
7793
|
+
background-color: var(--cds-layer);
|
|
7794
|
+
color: var(--cds-text-primary, #161616);
|
|
7795
|
+
cursor: pointer;
|
|
7796
|
+
}
|
|
7797
|
+
.cds--tag--selectable:hover {
|
|
7798
|
+
background-color: var(--cds-layer-hover);
|
|
7799
|
+
outline: none;
|
|
7800
|
+
}
|
|
7801
|
+
.cds--tag--selectable:focus {
|
|
7802
|
+
outline: 2px solid var(--cds-focus, #0f62fe);
|
|
7803
|
+
outline-offset: 1px;
|
|
7804
|
+
}
|
|
7805
|
+
|
|
7806
|
+
.cds--tag--selectable-selected {
|
|
7807
|
+
background-color: var(--cds-layer-selected-inverse, #161616);
|
|
7808
|
+
color: var(--cds-text-inverse, #ffffff);
|
|
7809
|
+
}
|
|
7810
|
+
.cds--tag--selectable-selected:hover {
|
|
7811
|
+
background-color: var(--cds-layer-selected-inverse, #161616);
|
|
7812
|
+
}
|
|
7813
|
+
|
|
7814
|
+
.cds--tag--operational {
|
|
7815
|
+
border: 1px solid var(--cds-tag-border-gray, #a8a8a8);
|
|
7816
|
+
background-color: var(--cds-tag-background-gray, #e0e0e0);
|
|
7817
|
+
color: var(--cds-tag-color-gray, #161616);
|
|
7818
|
+
cursor: pointer;
|
|
7819
|
+
}
|
|
7820
|
+
.cds--tag--operational:hover {
|
|
7821
|
+
background-color: var(--cds-tag-hover-gray, #d1d1d1);
|
|
7822
|
+
outline: none;
|
|
7823
|
+
}
|
|
7824
|
+
.cds--tag--operational:focus {
|
|
7825
|
+
outline: 2px solid var(--cds-focus, #0f62fe);
|
|
7826
|
+
outline-offset: 1px;
|
|
7827
|
+
}
|
|
7828
|
+
|
|
7730
7829
|
.cds--tag--red {
|
|
7731
7830
|
background-color: var(--cds-tag-background-red, #ffd7d9);
|
|
7732
7831
|
color: var(--cds-tag-color-red, #750e13);
|
|
7733
7832
|
}
|
|
7734
|
-
.cds--tag--red.cds--tag--
|
|
7833
|
+
.cds--tag--red.cds--tag--operational {
|
|
7834
|
+
border: 1px solid var(--cds-tag-border-red, #ff8389);
|
|
7835
|
+
}
|
|
7836
|
+
.cds--tag--red.cds--tag--operational:hover {
|
|
7837
|
+
background-color: var(--cds-tag-hover-red, #ffc2c5);
|
|
7838
|
+
}
|
|
7735
7839
|
.cds--tag--red .cds--tag__close-icon:hover {
|
|
7736
7840
|
background-color: var(--cds-tag-hover-red, #ffc2c5);
|
|
7737
7841
|
}
|
|
@@ -7740,7 +7844,12 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7740
7844
|
background-color: var(--cds-tag-background-magenta, #ffd6e8);
|
|
7741
7845
|
color: var(--cds-tag-color-magenta, #740937);
|
|
7742
7846
|
}
|
|
7743
|
-
.cds--tag--magenta.cds--tag--
|
|
7847
|
+
.cds--tag--magenta.cds--tag--operational {
|
|
7848
|
+
border: 1px solid var(--cds-tag-border-magenta, #ff7eb6);
|
|
7849
|
+
}
|
|
7850
|
+
.cds--tag--magenta.cds--tag--operational:hover {
|
|
7851
|
+
background-color: var(--cds-tag-hover-magenta, #ffbdda);
|
|
7852
|
+
}
|
|
7744
7853
|
.cds--tag--magenta .cds--tag__close-icon:hover {
|
|
7745
7854
|
background-color: var(--cds-tag-hover-magenta, #ffbdda);
|
|
7746
7855
|
}
|
|
@@ -7749,7 +7858,12 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7749
7858
|
background-color: var(--cds-tag-background-purple, #e8daff);
|
|
7750
7859
|
color: var(--cds-tag-color-purple, #491d8b);
|
|
7751
7860
|
}
|
|
7752
|
-
.cds--tag--purple.cds--tag--
|
|
7861
|
+
.cds--tag--purple.cds--tag--operational {
|
|
7862
|
+
border: 1px solid var(--cds-tag-border-purple, #be95ff);
|
|
7863
|
+
}
|
|
7864
|
+
.cds--tag--purple.cds--tag--operational:hover {
|
|
7865
|
+
background-color: var(--cds-tag-hover-purple, #dcc7ff);
|
|
7866
|
+
}
|
|
7753
7867
|
.cds--tag--purple .cds--tag__close-icon:hover {
|
|
7754
7868
|
background-color: var(--cds-tag-hover-purple, #dcc7ff);
|
|
7755
7869
|
}
|
|
@@ -7758,7 +7872,12 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7758
7872
|
background-color: var(--cds-tag-background-blue, #d0e2ff);
|
|
7759
7873
|
color: var(--cds-tag-color-blue, #002d9c);
|
|
7760
7874
|
}
|
|
7761
|
-
.cds--tag--blue.cds--tag--
|
|
7875
|
+
.cds--tag--blue.cds--tag--operational {
|
|
7876
|
+
border: 1px solid var(--cds-tag-border-blue, #78a9ff);
|
|
7877
|
+
}
|
|
7878
|
+
.cds--tag--blue.cds--tag--operational:hover {
|
|
7879
|
+
background-color: var(--cds-tag-hover-blue, #b8d3ff);
|
|
7880
|
+
}
|
|
7762
7881
|
.cds--tag--blue .cds--tag__close-icon:hover {
|
|
7763
7882
|
background-color: var(--cds-tag-hover-blue, #b8d3ff);
|
|
7764
7883
|
}
|
|
@@ -7767,7 +7886,12 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7767
7886
|
background-color: var(--cds-tag-background-cyan, #bae6ff);
|
|
7768
7887
|
color: var(--cds-tag-color-cyan, #003a6d);
|
|
7769
7888
|
}
|
|
7770
|
-
.cds--tag--cyan.cds--tag--
|
|
7889
|
+
.cds--tag--cyan.cds--tag--operational {
|
|
7890
|
+
border: 1px solid var(--cds-tag-border-cyan, #33b1ff);
|
|
7891
|
+
}
|
|
7892
|
+
.cds--tag--cyan.cds--tag--operational:hover {
|
|
7893
|
+
background-color: var(--cds-tag-hover-cyan, #99daff);
|
|
7894
|
+
}
|
|
7771
7895
|
.cds--tag--cyan .cds--tag__close-icon:hover {
|
|
7772
7896
|
background-color: var(--cds-tag-hover-cyan, #99daff);
|
|
7773
7897
|
}
|
|
@@ -7776,7 +7900,12 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7776
7900
|
background-color: var(--cds-tag-background-teal, #9ef0f0);
|
|
7777
7901
|
color: var(--cds-tag-color-teal, #004144);
|
|
7778
7902
|
}
|
|
7779
|
-
.cds--tag--teal.cds--tag--
|
|
7903
|
+
.cds--tag--teal.cds--tag--operational {
|
|
7904
|
+
border: 1px solid var(--cds-tag-border-teal, #08bdba);
|
|
7905
|
+
}
|
|
7906
|
+
.cds--tag--teal.cds--tag--operational:hover {
|
|
7907
|
+
background-color: var(--cds-tag-hover-teal, #57e5e5);
|
|
7908
|
+
}
|
|
7780
7909
|
.cds--tag--teal .cds--tag__close-icon:hover {
|
|
7781
7910
|
background-color: var(--cds-tag-hover-teal, #57e5e5);
|
|
7782
7911
|
}
|
|
@@ -7785,54 +7914,85 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7785
7914
|
background-color: var(--cds-tag-background-green, #a7f0ba);
|
|
7786
7915
|
color: var(--cds-tag-color-green, #044317);
|
|
7787
7916
|
}
|
|
7788
|
-
.cds--tag--green.cds--tag--
|
|
7917
|
+
.cds--tag--green.cds--tag--operational {
|
|
7918
|
+
border: 1px solid var(--cds-tag-border-green, #42be65);
|
|
7919
|
+
}
|
|
7920
|
+
.cds--tag--green.cds--tag--operational:hover {
|
|
7921
|
+
background-color: var(--cds-tag-hover-green, #74e792);
|
|
7922
|
+
}
|
|
7789
7923
|
.cds--tag--green .cds--tag__close-icon:hover {
|
|
7790
7924
|
background-color: var(--cds-tag-hover-green, #74e792);
|
|
7791
7925
|
}
|
|
7792
7926
|
|
|
7793
7927
|
.cds--tag--gray {
|
|
7794
7928
|
background-color: var(--cds-tag-background-gray, #e0e0e0);
|
|
7795
|
-
color: var(--cds-tag-color-gray, #
|
|
7929
|
+
color: var(--cds-tag-color-gray, #161616);
|
|
7930
|
+
}
|
|
7931
|
+
.cds--tag--gray.cds--tag--operational {
|
|
7932
|
+
border: 1px solid var(--cds-tag-border-gray, #a8a8a8);
|
|
7933
|
+
}
|
|
7934
|
+
.cds--tag--gray.cds--tag--operational:hover {
|
|
7935
|
+
background-color: var(--cds-tag-hover-gray, #d1d1d1);
|
|
7796
7936
|
}
|
|
7797
|
-
.cds--tag--gray.cds--tag--interactive:hover,
|
|
7798
7937
|
.cds--tag--gray .cds--tag__close-icon:hover {
|
|
7799
7938
|
background-color: var(--cds-tag-hover-gray, #d1d1d1);
|
|
7800
7939
|
}
|
|
7801
7940
|
|
|
7802
7941
|
.cds--tag--cool-gray {
|
|
7803
7942
|
background-color: var(--cds-tag-background-cool-gray, #dde1e6);
|
|
7804
|
-
color: var(--cds-tag-color-cool-gray, #
|
|
7943
|
+
color: var(--cds-tag-color-cool-gray, #121619);
|
|
7944
|
+
}
|
|
7945
|
+
.cds--tag--cool-gray.cds--tag--operational {
|
|
7946
|
+
border: 1px solid var(--cds-tag-border-cool-gray, #a2a9b0);
|
|
7947
|
+
}
|
|
7948
|
+
.cds--tag--cool-gray.cds--tag--operational:hover {
|
|
7949
|
+
background-color: var(--cds-tag-hover-cool-gray, #cdd3da);
|
|
7805
7950
|
}
|
|
7806
|
-
.cds--tag--cool-gray.cds--tag--interactive:hover,
|
|
7807
7951
|
.cds--tag--cool-gray .cds--tag__close-icon:hover {
|
|
7808
7952
|
background-color: var(--cds-tag-hover-cool-gray, #cdd3da);
|
|
7809
7953
|
}
|
|
7810
7954
|
|
|
7811
7955
|
.cds--tag--warm-gray {
|
|
7812
7956
|
background-color: var(--cds-tag-background-warm-gray, #e5e0df);
|
|
7813
|
-
color: var(--cds-tag-color-warm-gray, #
|
|
7957
|
+
color: var(--cds-tag-color-warm-gray, #171414);
|
|
7958
|
+
}
|
|
7959
|
+
.cds--tag--warm-gray.cds--tag--operational {
|
|
7960
|
+
border: 1px solid var(--cds-tag-border-warm-gray, #ada8a8);
|
|
7961
|
+
}
|
|
7962
|
+
.cds--tag--warm-gray.cds--tag--operational:hover {
|
|
7963
|
+
background-color: var(--cds-tag-hover-warm-gray, #d8d0cf);
|
|
7814
7964
|
}
|
|
7815
|
-
.cds--tag--warm-gray.cds--tag--interactive:hover,
|
|
7816
7965
|
.cds--tag--warm-gray .cds--tag__close-icon:hover {
|
|
7817
7966
|
background-color: var(--cds-tag-hover-warm-gray, #d8d0cf);
|
|
7818
7967
|
}
|
|
7819
7968
|
|
|
7820
|
-
.cds--tag--high-contrast {
|
|
7969
|
+
.cds--tag--high-contrast:not(.cds--tag--operational) {
|
|
7821
7970
|
background-color: var(--cds-background-inverse, #393939);
|
|
7822
7971
|
color: var(--cds-text-inverse, #ffffff);
|
|
7823
7972
|
}
|
|
7824
|
-
.cds--tag--high-contrast.cds--tag--
|
|
7825
|
-
|
|
7973
|
+
.cds--tag--high-contrast:not(.cds--tag--operational).cds--tag--operational {
|
|
7974
|
+
border: 1px solid var(--cds-background-inverse, #393939);
|
|
7975
|
+
}
|
|
7976
|
+
.cds--tag--high-contrast:not(.cds--tag--operational).cds--tag--operational:hover {
|
|
7977
|
+
background-color: var(--cds-background-inverse-hover, #474747);
|
|
7978
|
+
}
|
|
7979
|
+
.cds--tag--high-contrast:not(.cds--tag--operational) .cds--tag__close-icon:hover {
|
|
7826
7980
|
background-color: var(--cds-background-inverse-hover, #474747);
|
|
7827
7981
|
}
|
|
7828
7982
|
|
|
7829
|
-
.cds--tag--outline {
|
|
7983
|
+
.cds--tag--outline:not(.cds--tag--operational) {
|
|
7830
7984
|
background-color: var(--cds-background, #ffffff);
|
|
7831
7985
|
color: var(--cds-text-primary, #161616);
|
|
7832
|
-
|
|
7986
|
+
outline: 1px solid var(--cds-background-inverse, #393939);
|
|
7987
|
+
outline-offset: -1px;
|
|
7988
|
+
}
|
|
7989
|
+
.cds--tag--outline:not(.cds--tag--operational).cds--tag--operational {
|
|
7990
|
+
border: 1px solid var(--cds-background, #ffffff);
|
|
7833
7991
|
}
|
|
7834
|
-
.cds--tag--outline.cds--tag--
|
|
7835
|
-
|
|
7992
|
+
.cds--tag--outline:not(.cds--tag--operational).cds--tag--operational:hover {
|
|
7993
|
+
background-color: var(--cds-layer-hover);
|
|
7994
|
+
}
|
|
7995
|
+
.cds--tag--outline:not(.cds--tag--operational) .cds--tag__close-icon:hover {
|
|
7836
7996
|
background-color: var(--cds-layer-hover);
|
|
7837
7997
|
}
|
|
7838
7998
|
|
|
@@ -7843,11 +8003,18 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7843
8003
|
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
7844
8004
|
box-shadow: none;
|
|
7845
8005
|
}
|
|
7846
|
-
.cds--tag--disabled.cds--tag--
|
|
8006
|
+
.cds--tag--disabled.cds--tag--operational,
|
|
8007
|
+
.cds--tag--filter.cds--tag--disabled.cds--tag--operational,
|
|
8008
|
+
.cds--tag--interactive.cds--tag--disabled.cds--tag--operational {
|
|
8009
|
+
border: 1px solid var(--cds-layer);
|
|
8010
|
+
}
|
|
8011
|
+
.cds--tag--disabled.cds--tag--operational:hover,
|
|
8012
|
+
.cds--tag--filter.cds--tag--disabled.cds--tag--operational:hover,
|
|
8013
|
+
.cds--tag--interactive.cds--tag--disabled.cds--tag--operational:hover {
|
|
8014
|
+
background-color: var(--cds-layer);
|
|
8015
|
+
}
|
|
7847
8016
|
.cds--tag--disabled .cds--tag__close-icon:hover,
|
|
7848
|
-
.cds--tag--filter.cds--tag--disabled.cds--tag--interactive:hover,
|
|
7849
8017
|
.cds--tag--filter.cds--tag--disabled .cds--tag__close-icon:hover,
|
|
7850
|
-
.cds--tag--interactive.cds--tag--disabled.cds--tag--interactive:hover,
|
|
7851
8018
|
.cds--tag--interactive.cds--tag--disabled .cds--tag__close-icon:hover {
|
|
7852
8019
|
background-color: var(--cds-layer);
|
|
7853
8020
|
}
|
|
@@ -7857,30 +8024,16 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7857
8024
|
cursor: not-allowed;
|
|
7858
8025
|
}
|
|
7859
8026
|
|
|
7860
|
-
.cds--
|
|
7861
|
-
|
|
7862
|
-
|
|
7863
|
-
|
|
7864
|
-
|
|
7865
|
-
}
|
|
7866
|
-
|
|
7867
|
-
.cds--tag--interactive:focus {
|
|
7868
|
-
box-shadow: inset 0 0 0 1px var(--cds-focus, #0f62fe);
|
|
7869
|
-
outline: none;
|
|
7870
|
-
}
|
|
7871
|
-
|
|
7872
|
-
.cds--tag--interactive:hover {
|
|
7873
|
-
cursor: pointer;
|
|
7874
|
-
}
|
|
7875
|
-
|
|
7876
|
-
.cds--tag--filter {
|
|
7877
|
-
cursor: pointer;
|
|
7878
|
-
padding-block-end: 0;
|
|
7879
|
-
padding-block-start: 0;
|
|
7880
|
-
padding-inline-end: 0;
|
|
8027
|
+
.cds--tag--selectable.cds--tag--disabled,
|
|
8028
|
+
.cds--tag--operational.cds--tag--disabled {
|
|
8029
|
+
border: 1px solid var(--cds-border-disabled, #c6c6c6);
|
|
8030
|
+
background-color: var(--cds-layer);
|
|
8031
|
+
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
7881
8032
|
}
|
|
7882
|
-
.cds--tag--
|
|
7883
|
-
|
|
8033
|
+
.cds--tag--selectable.cds--tag--disabled:hover,
|
|
8034
|
+
.cds--tag--operational.cds--tag--disabled:hover {
|
|
8035
|
+
background-color: var(--cds-layer);
|
|
8036
|
+
cursor: not-allowed;
|
|
7884
8037
|
}
|
|
7885
8038
|
|
|
7886
8039
|
.cds--tag--interactive {
|
|
@@ -7927,6 +8080,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7927
8080
|
}
|
|
7928
8081
|
|
|
7929
8082
|
.cds--tag__close-icon:focus {
|
|
8083
|
+
z-index: 99999;
|
|
7930
8084
|
border-radius: 50%;
|
|
7931
8085
|
box-shadow: inset 0 0 0 1px var(--cds-focus, #0f62fe);
|
|
7932
8086
|
outline: none;
|
|
@@ -7983,7 +8137,12 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7983
8137
|
animation: none;
|
|
7984
8138
|
}
|
|
7985
8139
|
}
|
|
7986
|
-
.cds--tag.cds--skeleton.cds--tag--
|
|
8140
|
+
.cds--tag.cds--skeleton.cds--tag--operational {
|
|
8141
|
+
border: 1px solid var(--cds-skeleton-background, #e8e8e8);
|
|
8142
|
+
}
|
|
8143
|
+
.cds--tag.cds--skeleton.cds--tag--operational:hover {
|
|
8144
|
+
background-color: var(--cds-skeleton-background, #e8e8e8);
|
|
8145
|
+
}
|
|
7987
8146
|
.cds--tag.cds--skeleton .cds--tag__close-icon:hover {
|
|
7988
8147
|
background-color: var(--cds-skeleton-background, #e8e8e8);
|
|
7989
8148
|
}
|
|
@@ -8519,7 +8678,12 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
8519
8678
|
background-color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
8520
8679
|
color: var(--cds-layer);
|
|
8521
8680
|
}
|
|
8522
|
-
.cds--list-box--disabled .cds--list-box__selection--multi.cds--tag--
|
|
8681
|
+
.cds--list-box--disabled .cds--list-box__selection--multi.cds--tag--operational {
|
|
8682
|
+
border: 1px solid var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
8683
|
+
}
|
|
8684
|
+
.cds--list-box--disabled .cds--list-box__selection--multi.cds--tag--operational:hover {
|
|
8685
|
+
background-color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
8686
|
+
}
|
|
8523
8687
|
.cds--list-box--disabled .cds--list-box__selection--multi .cds--tag__close-icon:hover {
|
|
8524
8688
|
background-color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
8525
8689
|
}
|
|
@@ -9873,6 +10037,12 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
9873
10037
|
background-color: ButtonText;
|
|
9874
10038
|
}
|
|
9875
10039
|
}
|
|
10040
|
+
@media print {
|
|
10041
|
+
.cds--radio-button:checked + .cds--radio-button__label .cds--radio-button__appearance::before {
|
|
10042
|
+
-webkit-print-color-adjust: exact;
|
|
10043
|
+
print-color-adjust: exact;
|
|
10044
|
+
}
|
|
10045
|
+
}
|
|
9876
10046
|
|
|
9877
10047
|
.cds--radio-button:disabled + .cds--radio-button__label {
|
|
9878
10048
|
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
@@ -10788,12 +10958,14 @@ tr.cds--expandable-row--hover + .cds--expandable-row[data-child-row]:hover,
|
|
|
10788
10958
|
tr.cds--expandable-row--hover.cds--data-table--slug-row,
|
|
10789
10959
|
tr.cds--data-table--selected.cds--parent-row.cds--expandable-row--hover.cds--data-table--slug-row {
|
|
10790
10960
|
background: linear-gradient(to right, var(--cds-ai-aura-hover-start, rgba(69, 137, 255, 0.4)) 0%, 15%, var(--cds-ai-aura-hover-end, rgba(255, 255, 255, 0)) 50%), var(--cds-ai-aura-hover-background, #edf5ff);
|
|
10961
|
+
background-attachment: fixed;
|
|
10791
10962
|
}
|
|
10792
10963
|
|
|
10793
10964
|
tr.cds--parent-row.cds--data-table--selected.cds--data-table--slug-row,
|
|
10794
10965
|
.cds--data-table--selected.cds--data-table--slug-row,
|
|
10795
10966
|
tr.cds--data-table--selected.cds--data-table--slug-row + .cds--expandable-row {
|
|
10796
10967
|
background: linear-gradient(to right, var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 50%), var(--cds-layer-selected);
|
|
10968
|
+
background-attachment: fixed;
|
|
10797
10969
|
}
|
|
10798
10970
|
|
|
10799
10971
|
tr.cds--data-table--slug-row.cds--data-table--selected td,
|
|
@@ -17758,7 +17930,8 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
17758
17930
|
}
|
|
17759
17931
|
|
|
17760
17932
|
.cds--body--with-modal-open .cds--modal .cds--tooltip,
|
|
17761
|
-
.cds--body--with-modal-open .cds--modal .cds--overflow-menu-options
|
|
17933
|
+
.cds--body--with-modal-open .cds--modal .cds--overflow-menu-options,
|
|
17934
|
+
.cds--body--with-modal-open .cds--overflow-menu-options {
|
|
17762
17935
|
z-index: 9000;
|
|
17763
17936
|
}
|
|
17764
17937
|
|
|
@@ -20210,14 +20383,14 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20210
20383
|
.cds--skeleton__placeholder--ai,
|
|
20211
20384
|
.cds--skeleton__icon--ai {
|
|
20212
20385
|
overflow: hidden;
|
|
20213
|
-
background: var(--cds-ai-skeleton-background, #
|
|
20386
|
+
background: var(--cds-ai-skeleton-background, #d0e2ff);
|
|
20214
20387
|
}
|
|
20215
20388
|
|
|
20216
20389
|
.cds--skeleton__text--ai::before,
|
|
20217
20390
|
.cds--skeleton__placeholder--ai::before,
|
|
20218
20391
|
.cds--skeleton__icon--ai::before {
|
|
20219
20392
|
animation: 1250ms ease-in-out ai-skeleton-animation infinite;
|
|
20220
|
-
background: linear-gradient(to right, rgba(
|
|
20393
|
+
background: linear-gradient(to right, rgba(69, 137, 255, 0) 0%, rgba(69, 137, 255, 0.5) 50%, rgba(69, 137, 255, 0) 100%);
|
|
20221
20394
|
}
|
|
20222
20395
|
|
|
20223
20396
|
.cds--skeleton__placeholder--ai::before,
|
|
@@ -21031,7 +21204,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
21031
21204
|
background: linear-gradient(to top, var(--cds-background, var(--cds-background, #ffffff)) 0%, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-background, var(--cds-background, #ffffff)), var(--cds-background, var(--cds-background, #ffffff))) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-background, var(--cds-background, #ffffff)), var(--cds-background, var(--cds-background, #ffffff))) border-box;
|
|
21032
21205
|
border: 1px solid transparent;
|
|
21033
21206
|
border-radius: 0.5rem;
|
|
21034
|
-
box-shadow: inset 0 -80px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)), -40px 30px 100px -25px var(--cds-
|
|
21207
|
+
box-shadow: inset 0 -80px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)), -40px 30px 100px -25px var(--cds-ai-popover-shadow-outer-01, rgba(0, 67, 206, 0.25)), -60px 80px 60px -45px var(--cds-ai-popover-shadow-outer-02, rgba(0, 0, 0, 0.1));
|
|
21035
21208
|
color: var(--cds-text-primary, #161616);
|
|
21036
21209
|
min-inline-size: 17.5rem;
|
|
21037
21210
|
}
|
|
@@ -21095,7 +21268,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
21095
21268
|
.cds--slug.cds--slug--enabled > .cds--toggletip:is(.cds--popover--top,
|
|
21096
21269
|
.cds--popover--top-right,
|
|
21097
21270
|
.cds--popover--top-left) > .cds--popover > .cds--popover-caret::after {
|
|
21098
|
-
background: var(--cds-
|
|
21271
|
+
background: var(--cds-ai-popover-caret-bottom-background, #d5e5ff);
|
|
21099
21272
|
block-size: 0.125rem;
|
|
21100
21273
|
border-end-end-radius: 50%;
|
|
21101
21274
|
border-end-start-radius: 50%;
|
|
@@ -21167,8 +21340,8 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
21167
21340
|
.cds--popover--top,
|
|
21168
21341
|
.cds--popover--top-right,
|
|
21169
21342
|
.cds--popover--top-left) > .cds--popover > .cds--popover-caret::before {
|
|
21170
|
-
border-color: var(--cds-
|
|
21171
|
-
background: var(--cds-
|
|
21343
|
+
border-color: var(--cds-ai-popover-caret-bottom, #d0e2ff);
|
|
21344
|
+
background: var(--cds-ai-popover-caret-bottom-background, #d5e5ff);
|
|
21172
21345
|
}
|
|
21173
21346
|
|
|
21174
21347
|
.cds--slug.cds--slug--enabled > .cds--toggletip:is(.cds--popover--left-bottom,
|
|
@@ -21176,12 +21349,12 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
21176
21349
|
.cds--popover--top,
|
|
21177
21350
|
.cds--popover--top-right,
|
|
21178
21351
|
.cds--popover--top-left) > .cds--popover:has(.cds--slug-content--with-actions) > .cds--popover-caret::before {
|
|
21179
|
-
background: var(--cds-
|
|
21352
|
+
background: var(--cds-ai-popover-caret-bottom-background-actions, #dae5f8);
|
|
21180
21353
|
}
|
|
21181
21354
|
|
|
21182
21355
|
.cds--slug.cds--slug--enabled > .cds--toggletip:is(.cds--popover--left,
|
|
21183
21356
|
.cds--popover--right) > .cds--popover > .cds--popover-caret::before {
|
|
21184
|
-
border-color: var(--cds-
|
|
21357
|
+
border-color: var(--cds-ai-popover-caret-center, #a7c7ff);
|
|
21185
21358
|
}
|
|
21186
21359
|
|
|
21187
21360
|
.cds--slug.cds--slug--enabled .cds--toggletip-content {
|
|
@@ -22195,8 +22368,8 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
22195
22368
|
block-size: 1rem;
|
|
22196
22369
|
inset-block-start: var(--cds-layout-density-padding-inline-local);
|
|
22197
22370
|
inset-inline-end: var(--cds-layout-density-padding-inline-local);
|
|
22198
|
-
opacity: 0;
|
|
22199
22371
|
transition: 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
22372
|
+
opacity: 0;
|
|
22200
22373
|
}
|
|
22201
22374
|
.cds--tile__checkmark svg {
|
|
22202
22375
|
border-radius: 50%;
|