@carbon/styles 1.97.0 → 1.98.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/styles.css CHANGED
@@ -2919,44 +2919,89 @@ em {
2919
2919
  --cds-support-success-inverse: #42be65;
2920
2920
  --cds-support-warning: #f1c21b;
2921
2921
  --cds-support-warning-inverse: #f1c21b;
2922
+ --cds-syntax-angle-bracket: #697077;
2923
+ --cds-syntax-annotation: #007d79;
2924
+ --cds-syntax-arithmetic-operator: #343a3f;
2922
2925
  --cds-syntax-atom: #161616;
2923
2926
  --cds-syntax-attribute: #00539a;
2924
2927
  --cds-syntax-attribute-name: #00539a;
2925
2928
  --cds-syntax-attribute-value: #161616;
2929
+ --cds-syntax-bitwise-operator: #343a3f;
2926
2930
  --cds-syntax-block-comment: #198038;
2927
2931
  --cds-syntax-bool: #161616;
2932
+ --cds-syntax-brace: #343a3f;
2933
+ --cds-syntax-bracket: #343a3f;
2928
2934
  --cds-syntax-character: #161616;
2929
2935
  --cds-syntax-class-name: #007d79;
2930
2936
  --cds-syntax-color: #161616;
2931
2937
  --cds-syntax-comment: #198038;
2938
+ --cds-syntax-compare-operator: #343a3f;
2939
+ --cds-syntax-constant: #0f62fe;
2940
+ --cds-syntax-content: #161616;
2941
+ --cds-syntax-content-separator: #343a3f;
2932
2942
  --cds-syntax-control-keyword: #6929c4;
2943
+ --cds-syntax-control-operator: #6929c4;
2944
+ --cds-syntax-definition: #00539a;
2933
2945
  --cds-syntax-definition-keyword: #00539a;
2946
+ --cds-syntax-definition-operator: #00539a;
2947
+ --cds-syntax-deref-operator: #343a3f;
2934
2948
  --cds-syntax-doc-comment: #198038;
2935
2949
  --cds-syntax-doc-string: #161616;
2950
+ --cds-syntax-document-meta: #198038;
2951
+ --cds-syntax-emphasis: #161616;
2936
2952
  --cds-syntax-escape: #343a3f;
2937
2953
  --cds-syntax-float: #198038;
2954
+ --cds-syntax-function: #8e6a00;
2955
+ --cds-syntax-heading: #00539a;
2956
+ --cds-syntax-heading-1: #00539a;
2957
+ --cds-syntax-heading-2: #00539a;
2958
+ --cds-syntax-heading-3: #00539a;
2959
+ --cds-syntax-heading-4: #00539a;
2960
+ --cds-syntax-heading-5: #00539a;
2961
+ --cds-syntax-heading-6: #00539a;
2938
2962
  --cds-syntax-integer: #198038;
2963
+ --cds-syntax-invalid: #da1e28;
2939
2964
  --cds-syntax-keyword: #0f62fe;
2940
2965
  --cds-syntax-label-name: #0f62fe;
2941
2966
  --cds-syntax-line-comment: #198038;
2967
+ --cds-syntax-link: #0f62fe;
2968
+ --cds-syntax-list: #161616;
2942
2969
  --cds-syntax-literal: #161616;
2970
+ --cds-syntax-local: #0f62fe;
2971
+ --cds-syntax-logic-operator: #343a3f;
2943
2972
  --cds-syntax-macro-name: #161616;
2973
+ --cds-syntax-meta: #198038;
2974
+ --cds-syntax-modifier: #0f62fe;
2944
2975
  --cds-syntax-module-keyword: #6929c4;
2976
+ --cds-syntax-monospace: #161616;
2945
2977
  --cds-syntax-name: #0f62fe;
2946
2978
  --cds-syntax-namespace: #007d79;
2947
2979
  --cds-syntax-null: #161616;
2948
2980
  --cds-syntax-number: #198038;
2981
+ --cds-syntax-operator: #343a3f;
2949
2982
  --cds-syntax-operator-keyword: #0f62fe;
2983
+ --cds-syntax-paren: #343a3f;
2984
+ --cds-syntax-processing-instruction: #161616;
2950
2985
  --cds-syntax-property-name: #00539a;
2986
+ --cds-syntax-punctuation: #343a3f;
2987
+ --cds-syntax-quote: #198038;
2951
2988
  --cds-syntax-regexp: #6929c4;
2952
2989
  --cds-syntax-self: #007d79;
2990
+ --cds-syntax-separator: #343a3f;
2991
+ --cds-syntax-special: #0f62fe;
2953
2992
  --cds-syntax-special-string: #8a3ffc;
2993
+ --cds-syntax-square-bracket: #343a3f;
2994
+ --cds-syntax-standard: #0f62fe;
2995
+ --cds-syntax-strikethrough: #161616;
2954
2996
  --cds-syntax-string: #161616;
2997
+ --cds-syntax-strong: #161616;
2955
2998
  --cds-syntax-tag: #007d79;
2956
2999
  --cds-syntax-tag-name: #007d79;
2957
3000
  --cds-syntax-type: #007d79;
2958
3001
  --cds-syntax-type-name: #007d79;
3002
+ --cds-syntax-type-operator: #007d79;
2959
3003
  --cds-syntax-unit: #198038;
3004
+ --cds-syntax-update-operator: #343a3f;
2960
3005
  --cds-syntax-url: #343a3f;
2961
3006
  --cds-syntax-variable: #0f62fe;
2962
3007
  --cds-syntax-variable-name: #0f62fe;
@@ -3203,44 +3248,89 @@ em {
3203
3248
  --cds-support-success-inverse: #42be65;
3204
3249
  --cds-support-warning: #f1c21b;
3205
3250
  --cds-support-warning-inverse: #f1c21b;
3251
+ --cds-syntax-angle-bracket: #697077;
3252
+ --cds-syntax-annotation: #007d79;
3253
+ --cds-syntax-arithmetic-operator: #343a3f;
3206
3254
  --cds-syntax-atom: #161616;
3207
3255
  --cds-syntax-attribute: #00539a;
3208
3256
  --cds-syntax-attribute-name: #00539a;
3209
3257
  --cds-syntax-attribute-value: #161616;
3258
+ --cds-syntax-bitwise-operator: #343a3f;
3210
3259
  --cds-syntax-block-comment: #198038;
3211
3260
  --cds-syntax-bool: #161616;
3261
+ --cds-syntax-brace: #343a3f;
3262
+ --cds-syntax-bracket: #343a3f;
3212
3263
  --cds-syntax-character: #161616;
3213
3264
  --cds-syntax-class-name: #007d79;
3214
3265
  --cds-syntax-color: #161616;
3215
3266
  --cds-syntax-comment: #198038;
3267
+ --cds-syntax-compare-operator: #343a3f;
3268
+ --cds-syntax-constant: #0f62fe;
3269
+ --cds-syntax-content: #161616;
3270
+ --cds-syntax-content-separator: #343a3f;
3216
3271
  --cds-syntax-control-keyword: #6929c4;
3272
+ --cds-syntax-control-operator: #6929c4;
3273
+ --cds-syntax-definition: #00539a;
3217
3274
  --cds-syntax-definition-keyword: #00539a;
3275
+ --cds-syntax-definition-operator: #00539a;
3276
+ --cds-syntax-deref-operator: #343a3f;
3218
3277
  --cds-syntax-doc-comment: #198038;
3219
3278
  --cds-syntax-doc-string: #161616;
3279
+ --cds-syntax-document-meta: #198038;
3280
+ --cds-syntax-emphasis: #161616;
3220
3281
  --cds-syntax-escape: #343a3f;
3221
3282
  --cds-syntax-float: #198038;
3283
+ --cds-syntax-function: #8e6a00;
3284
+ --cds-syntax-heading: #00539a;
3285
+ --cds-syntax-heading-1: #00539a;
3286
+ --cds-syntax-heading-2: #00539a;
3287
+ --cds-syntax-heading-3: #00539a;
3288
+ --cds-syntax-heading-4: #00539a;
3289
+ --cds-syntax-heading-5: #00539a;
3290
+ --cds-syntax-heading-6: #00539a;
3222
3291
  --cds-syntax-integer: #198038;
3292
+ --cds-syntax-invalid: #da1e28;
3223
3293
  --cds-syntax-keyword: #0f62fe;
3224
3294
  --cds-syntax-label-name: #0f62fe;
3225
3295
  --cds-syntax-line-comment: #198038;
3296
+ --cds-syntax-link: #0f62fe;
3297
+ --cds-syntax-list: #161616;
3226
3298
  --cds-syntax-literal: #161616;
3299
+ --cds-syntax-local: #0f62fe;
3300
+ --cds-syntax-logic-operator: #343a3f;
3227
3301
  --cds-syntax-macro-name: #161616;
3302
+ --cds-syntax-meta: #198038;
3303
+ --cds-syntax-modifier: #0f62fe;
3228
3304
  --cds-syntax-module-keyword: #6929c4;
3305
+ --cds-syntax-monospace: #161616;
3229
3306
  --cds-syntax-name: #0f62fe;
3230
3307
  --cds-syntax-namespace: #007d79;
3231
3308
  --cds-syntax-null: #161616;
3232
3309
  --cds-syntax-number: #198038;
3310
+ --cds-syntax-operator: #343a3f;
3233
3311
  --cds-syntax-operator-keyword: #0f62fe;
3312
+ --cds-syntax-paren: #343a3f;
3313
+ --cds-syntax-processing-instruction: #161616;
3234
3314
  --cds-syntax-property-name: #00539a;
3315
+ --cds-syntax-punctuation: #343a3f;
3316
+ --cds-syntax-quote: #198038;
3235
3317
  --cds-syntax-regexp: #6929c4;
3236
3318
  --cds-syntax-self: #007d79;
3319
+ --cds-syntax-separator: #343a3f;
3320
+ --cds-syntax-special: #0f62fe;
3237
3321
  --cds-syntax-special-string: #8a3ffc;
3322
+ --cds-syntax-square-bracket: #343a3f;
3323
+ --cds-syntax-standard: #0f62fe;
3324
+ --cds-syntax-strikethrough: #161616;
3238
3325
  --cds-syntax-string: #161616;
3326
+ --cds-syntax-strong: #161616;
3239
3327
  --cds-syntax-tag: #007d79;
3240
3328
  --cds-syntax-tag-name: #007d79;
3241
3329
  --cds-syntax-type: #007d79;
3242
3330
  --cds-syntax-type-name: #007d79;
3331
+ --cds-syntax-type-operator: #007d79;
3243
3332
  --cds-syntax-unit: #198038;
3333
+ --cds-syntax-update-operator: #343a3f;
3244
3334
  --cds-syntax-url: #343a3f;
3245
3335
  --cds-syntax-variable: #0f62fe;
3246
3336
  --cds-syntax-variable-name: #0f62fe;
@@ -3487,44 +3577,89 @@ em {
3487
3577
  --cds-support-success-inverse: #24a148;
3488
3578
  --cds-support-warning: #f1c21b;
3489
3579
  --cds-support-warning-inverse: #f1c21b;
3580
+ --cds-syntax-angle-bracket: #8d8d8d;
3581
+ --cds-syntax-annotation: #08bdba;
3582
+ --cds-syntax-arithmetic-operator: #e0e0e0;
3490
3583
  --cds-syntax-atom: #f4f4f4;
3491
3584
  --cds-syntax-attribute: #33b1ff;
3492
3585
  --cds-syntax-attribute-name: #33b1ff;
3493
3586
  --cds-syntax-attribute-value: #f4f4f4;
3587
+ --cds-syntax-bitwise-operator: #e0e0e0;
3494
3588
  --cds-syntax-block-comment: #42be65;
3495
3589
  --cds-syntax-bool: #f4f4f4;
3590
+ --cds-syntax-brace: #e0e0e0;
3591
+ --cds-syntax-bracket: #e0e0e0;
3496
3592
  --cds-syntax-character: #f4f4f4;
3497
3593
  --cds-syntax-class-name: #3ddbd9;
3498
3594
  --cds-syntax-color: #f4f4f4;
3499
3595
  --cds-syntax-comment: #42be65;
3596
+ --cds-syntax-compare-operator: #e0e0e0;
3597
+ --cds-syntax-constant: #4589ff;
3598
+ --cds-syntax-content: #f4f4f4;
3599
+ --cds-syntax-content-separator: #e0e0e0;
3500
3600
  --cds-syntax-control-keyword: #be95ff;
3601
+ --cds-syntax-control-operator: #be95ff;
3602
+ --cds-syntax-definition: #33b1ff;
3501
3603
  --cds-syntax-definition-keyword: #33b1ff;
3604
+ --cds-syntax-definition-operator: #33b1ff;
3605
+ --cds-syntax-deref-operator: #e0e0e0;
3502
3606
  --cds-syntax-doc-comment: #42be65;
3503
3607
  --cds-syntax-doc-string: #f4f4f4;
3608
+ --cds-syntax-document-meta: #42be65;
3609
+ --cds-syntax-emphasis: #f4f4f4;
3504
3610
  --cds-syntax-escape: #e0e0e0;
3505
3611
  --cds-syntax-float: #6fdc8c;
3612
+ --cds-syntax-function: #f1c21b;
3613
+ --cds-syntax-heading: #33b1ff;
3614
+ --cds-syntax-heading-1: #33b1ff;
3615
+ --cds-syntax-heading-2: #33b1ff;
3616
+ --cds-syntax-heading-3: #33b1ff;
3617
+ --cds-syntax-heading-4: #33b1ff;
3618
+ --cds-syntax-heading-5: #33b1ff;
3619
+ --cds-syntax-heading-6: #33b1ff;
3506
3620
  --cds-syntax-integer: #6fdc8c;
3621
+ --cds-syntax-invalid: #fa4d56;
3507
3622
  --cds-syntax-keyword: #4589ff;
3508
3623
  --cds-syntax-label-name: #a6c8ff;
3509
3624
  --cds-syntax-line-comment: #42be65;
3625
+ --cds-syntax-link: #4589ff;
3626
+ --cds-syntax-list: #f4f4f4;
3510
3627
  --cds-syntax-literal: #f4f4f4;
3628
+ --cds-syntax-local: #a6c8ff;
3629
+ --cds-syntax-logic-operator: #e0e0e0;
3511
3630
  --cds-syntax-macro-name: #f4f4f4;
3631
+ --cds-syntax-meta: #42be65;
3632
+ --cds-syntax-modifier: #4589ff;
3512
3633
  --cds-syntax-module-keyword: #be95ff;
3634
+ --cds-syntax-monospace: #f4f4f4;
3513
3635
  --cds-syntax-name: #a6c8ff;
3514
3636
  --cds-syntax-namespace: #3ddbd9;
3515
3637
  --cds-syntax-null: #f4f4f4;
3516
3638
  --cds-syntax-number: #6fdc8c;
3639
+ --cds-syntax-operator: #e0e0e0;
3517
3640
  --cds-syntax-operator-keyword: #4589ff;
3641
+ --cds-syntax-paren: #e0e0e0;
3642
+ --cds-syntax-processing-instruction: #f4f4f4;
3518
3643
  --cds-syntax-property-name: #33b1ff;
3644
+ --cds-syntax-punctuation: #e0e0e0;
3645
+ --cds-syntax-quote: #42be65;
3519
3646
  --cds-syntax-regexp: #be95ff;
3520
3647
  --cds-syntax-self: #3ddbd9;
3648
+ --cds-syntax-separator: #e0e0e0;
3649
+ --cds-syntax-special: #4589ff;
3521
3650
  --cds-syntax-special-string: #be95ff;
3651
+ --cds-syntax-square-bracket: #e0e0e0;
3652
+ --cds-syntax-standard: #4589ff;
3653
+ --cds-syntax-strikethrough: #f4f4f4;
3522
3654
  --cds-syntax-string: #f4f4f4;
3655
+ --cds-syntax-strong: #f4f4f4;
3523
3656
  --cds-syntax-tag: #3ddbd9;
3524
3657
  --cds-syntax-tag-name: #3ddbd9;
3525
3658
  --cds-syntax-type: #3ddbd9;
3526
3659
  --cds-syntax-type-name: #3ddbd9;
3660
+ --cds-syntax-type-operator: #3ddbd9;
3527
3661
  --cds-syntax-unit: #6fdc8c;
3662
+ --cds-syntax-update-operator: #e0e0e0;
3528
3663
  --cds-syntax-url: #e0e0e0;
3529
3664
  --cds-syntax-variable: #a6c8ff;
3530
3665
  --cds-syntax-variable-name: #a6c8ff;
@@ -3770,44 +3905,89 @@ em {
3770
3905
  --cds-support-success-inverse: #24a148;
3771
3906
  --cds-support-warning: #f1c21b;
3772
3907
  --cds-support-warning-inverse: #f1c21b;
3908
+ --cds-syntax-angle-bracket: #8d8d8d;
3909
+ --cds-syntax-annotation: #08bdba;
3910
+ --cds-syntax-arithmetic-operator: #e0e0e0;
3773
3911
  --cds-syntax-atom: #f4f4f4;
3774
3912
  --cds-syntax-attribute: #33b1ff;
3775
3913
  --cds-syntax-attribute-name: #33b1ff;
3776
3914
  --cds-syntax-attribute-value: #f4f4f4;
3915
+ --cds-syntax-bitwise-operator: #e0e0e0;
3777
3916
  --cds-syntax-block-comment: #42be65;
3778
3917
  --cds-syntax-bool: #f4f4f4;
3918
+ --cds-syntax-brace: #e0e0e0;
3919
+ --cds-syntax-bracket: #e0e0e0;
3779
3920
  --cds-syntax-character: #f4f4f4;
3780
3921
  --cds-syntax-class-name: #3ddbd9;
3781
3922
  --cds-syntax-color: #f4f4f4;
3782
3923
  --cds-syntax-comment: #42be65;
3924
+ --cds-syntax-compare-operator: #e0e0e0;
3925
+ --cds-syntax-constant: #4589ff;
3926
+ --cds-syntax-content: #f4f4f4;
3927
+ --cds-syntax-content-separator: #e0e0e0;
3783
3928
  --cds-syntax-control-keyword: #be95ff;
3929
+ --cds-syntax-control-operator: #be95ff;
3930
+ --cds-syntax-definition: #33b1ff;
3784
3931
  --cds-syntax-definition-keyword: #33b1ff;
3932
+ --cds-syntax-definition-operator: #33b1ff;
3933
+ --cds-syntax-deref-operator: #e0e0e0;
3785
3934
  --cds-syntax-doc-comment: #42be65;
3786
3935
  --cds-syntax-doc-string: #f4f4f4;
3936
+ --cds-syntax-document-meta: #42be65;
3937
+ --cds-syntax-emphasis: #f4f4f4;
3787
3938
  --cds-syntax-escape: #e0e0e0;
3788
3939
  --cds-syntax-float: #6fdc8c;
3940
+ --cds-syntax-function: #f1c21b;
3941
+ --cds-syntax-heading: #33b1ff;
3942
+ --cds-syntax-heading-1: #33b1ff;
3943
+ --cds-syntax-heading-2: #33b1ff;
3944
+ --cds-syntax-heading-3: #33b1ff;
3945
+ --cds-syntax-heading-4: #33b1ff;
3946
+ --cds-syntax-heading-5: #33b1ff;
3947
+ --cds-syntax-heading-6: #33b1ff;
3789
3948
  --cds-syntax-integer: #6fdc8c;
3949
+ --cds-syntax-invalid: #fa4d56;
3790
3950
  --cds-syntax-keyword: #4589ff;
3791
3951
  --cds-syntax-label-name: #a6c8ff;
3792
3952
  --cds-syntax-line-comment: #42be65;
3953
+ --cds-syntax-link: #4589ff;
3954
+ --cds-syntax-list: #f4f4f4;
3793
3955
  --cds-syntax-literal: #f4f4f4;
3956
+ --cds-syntax-local: #a6c8ff;
3957
+ --cds-syntax-logic-operator: #e0e0e0;
3794
3958
  --cds-syntax-macro-name: #f4f4f4;
3959
+ --cds-syntax-meta: #42be65;
3960
+ --cds-syntax-modifier: #4589ff;
3795
3961
  --cds-syntax-module-keyword: #be95ff;
3962
+ --cds-syntax-monospace: #f4f4f4;
3796
3963
  --cds-syntax-name: #a6c8ff;
3797
3964
  --cds-syntax-namespace: #3ddbd9;
3798
3965
  --cds-syntax-null: #f4f4f4;
3799
3966
  --cds-syntax-number: #6fdc8c;
3967
+ --cds-syntax-operator: #e0e0e0;
3800
3968
  --cds-syntax-operator-keyword: #4589ff;
3969
+ --cds-syntax-paren: #e0e0e0;
3970
+ --cds-syntax-processing-instruction: #f4f4f4;
3801
3971
  --cds-syntax-property-name: #33b1ff;
3972
+ --cds-syntax-punctuation: #e0e0e0;
3973
+ --cds-syntax-quote: #42be65;
3802
3974
  --cds-syntax-regexp: #be95ff;
3803
3975
  --cds-syntax-self: #3ddbd9;
3976
+ --cds-syntax-separator: #e0e0e0;
3977
+ --cds-syntax-special: #4589ff;
3804
3978
  --cds-syntax-special-string: #be95ff;
3979
+ --cds-syntax-square-bracket: #e0e0e0;
3980
+ --cds-syntax-standard: #4589ff;
3981
+ --cds-syntax-strikethrough: #f4f4f4;
3805
3982
  --cds-syntax-string: #f4f4f4;
3983
+ --cds-syntax-strong: #f4f4f4;
3806
3984
  --cds-syntax-tag: #3ddbd9;
3807
3985
  --cds-syntax-tag-name: #3ddbd9;
3808
3986
  --cds-syntax-type: #3ddbd9;
3809
3987
  --cds-syntax-type-name: #3ddbd9;
3988
+ --cds-syntax-type-operator: #3ddbd9;
3810
3989
  --cds-syntax-unit: #6fdc8c;
3990
+ --cds-syntax-update-operator: #e0e0e0;
3811
3991
  --cds-syntax-url: #e0e0e0;
3812
3992
  --cds-syntax-variable: #a6c8ff;
3813
3993
  --cds-syntax-variable-name: #a6c8ff;
@@ -8396,7 +8576,7 @@ fieldset[disabled] .cds--form__helper-text {
8396
8576
  .cds--copy-btn .cds--copy-btn__feedback {
8397
8577
  box-shadow: 0 2px 6px var(--cds-shadow, rgba(0, 0, 0, 0.3));
8398
8578
  z-index: 6000;
8399
- padding: 0.1875rem 1rem;
8579
+ padding: 0.5rem 1rem;
8400
8580
  border-radius: 0.125rem;
8401
8581
  background-color: var(--cds-background-inverse, #393939);
8402
8582
  block-size: auto;
@@ -8566,7 +8746,7 @@ fieldset[disabled] .cds--form__helper-text {
8566
8746
  .cds--snippet--inline .cds--copy-btn__feedback {
8567
8747
  box-shadow: 0 2px 6px var(--cds-shadow, rgba(0, 0, 0, 0.3));
8568
8748
  z-index: 6000;
8569
- padding: 0.1875rem 1rem;
8749
+ padding: 0.5rem 1rem;
8570
8750
  border-radius: 0.125rem;
8571
8751
  background-color: var(--cds-background-inverse, #393939);
8572
8752
  block-size: auto;
@@ -9232,7 +9412,7 @@ fieldset[disabled] .cds--form__helper-text {
9232
9412
  .cds--text-input--password__visibility + .cds--assistive-text {
9233
9413
  box-shadow: 0 2px 6px var(--cds-shadow, rgba(0, 0, 0, 0.3));
9234
9414
  z-index: 6000;
9235
- padding: 0.1875rem 1rem;
9415
+ padding: 0.5rem 1rem;
9236
9416
  border-radius: 0.125rem;
9237
9417
  background-color: var(--cds-background-inverse, #393939);
9238
9418
  block-size: auto;
@@ -9335,13 +9515,13 @@ fieldset[disabled] .cds--form__helper-text {
9335
9515
  .cds--text-input--password__visibility::before {
9336
9516
  border-width: 0 0.25rem 0.3125rem;
9337
9517
  border-color: transparent transparent var(--cds-background-inverse, #393939);
9338
- inset-block-end: -0.5rem;
9518
+ inset-block-end: -0.25rem;
9339
9519
  transform: translate(-50%, 100%);
9340
9520
  }
9341
9521
  .cds--text-input--password__visibility::after,
9342
9522
  .cds--text-input--password__visibility .cds--assistive-text,
9343
9523
  .cds--text-input--password__visibility + .cds--assistive-text {
9344
- inset-block-end: -0.8125rem;
9524
+ inset-block-end: -0.5625rem;
9345
9525
  transform: translate(-50%, 100%);
9346
9526
  }
9347
9527
 
@@ -9380,8 +9560,7 @@ fieldset[disabled] .cds--form__helper-text {
9380
9560
  }
9381
9561
 
9382
9562
  .cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg {
9383
- fill: var(--cds-icon-secondary, #525252);
9384
- transition: fill 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
9563
+ fill: var(--cds-icon-primary, #161616);
9385
9564
  }
9386
9565
 
9387
9566
  .cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:focus {
@@ -9394,11 +9573,6 @@ fieldset[disabled] .cds--form__helper-text {
9394
9573
  }
9395
9574
  }
9396
9575
 
9397
- .cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:hover svg,
9398
- .cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:focus svg {
9399
- fill: var(--cds-icon-primary, #161616);
9400
- }
9401
-
9402
9576
  .cds--text-input--invalid,
9403
9577
  .cds--text-input--warning {
9404
9578
  padding-inline-end: 2.5rem;
@@ -10889,6 +11063,10 @@ fieldset[disabled] .cds--form__helper-text {
10889
11063
  }
10890
11064
  }
10891
11065
 
11066
+ .cds--autoalign .cds--list-box__menu {
11067
+ inset-inline: auto;
11068
+ }
11069
+
10892
11070
  .cds--list-box .cds--list-box__field[aria-expanded=false] .cds--list-box__menu {
10893
11071
  display: none;
10894
11072
  max-block-size: 0;
@@ -11191,7 +11369,7 @@ fieldset[disabled] .cds--form__helper-text {
11191
11369
  inset-block-end: 3rem;
11192
11370
  }
11193
11371
 
11194
- .cds--list-box input[type=text] {
11372
+ .cds--list-box .cds--text-input {
11195
11373
  background-color: inherit;
11196
11374
  min-inline-size: 0;
11197
11375
  text-overflow: ellipsis;
@@ -17895,6 +18073,11 @@ button.cds--dropdown-text:focus {
17895
18073
  border-block-end: 1px solid var(--cds-border-strong);
17896
18074
  }
17897
18075
 
18076
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--fluid--invalid .cds--form-requirement:empty,
18077
+ .cds--list-box__wrapper--fluid .cds--list-box--warning ~ .cds--form-requirement:empty {
18078
+ block-size: 2rem;
18079
+ }
18080
+
17898
18081
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--fluid--invalid .cds--list-box[data-invalid] .cds--list-box__invalid-icon,
17899
18082
  .cds--list-box__wrapper--fluid .cds--list-box.cds--list-box--warning .cds--list-box__invalid-icon {
17900
18083
  inset-block-start: 5.0625rem;
@@ -18094,7 +18277,7 @@ button.cds--dropdown-text:focus {
18094
18277
  }
18095
18278
 
18096
18279
  .cds--list-box__wrapper--fluid:has(.cds--dropdown) .cds--list-box__menu-icon {
18097
- inset-inline-end: 0.75rem;
18280
+ inset-inline-end: 1rem;
18098
18281
  }
18099
18282
 
18100
18283
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] .cds--list-box__wrapper--decorator-inner > *::before,
@@ -20622,6 +20805,10 @@ optgroup.cds--select-optgroup:disabled,
20622
20805
  inset-inline-start: auto;
20623
20806
  }
20624
20807
 
20808
+ .cds--text-input--fluid.cds--text-input-wrapper--readonly .cds--text-input__field-wrapper .cds--text-input {
20809
+ color: var(--cds-text-secondary, #525252);
20810
+ }
20811
+
20625
20812
  .cds--text-input--fluid .cds--label::-webkit-scrollbar,
20626
20813
  .cds--text-input--fluid .cds--label .cds--toggletip-label::-webkit-scrollbar {
20627
20814
  display: none;