@carbon/styles 1.42.0-rc.0 → 1.42.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
@@ -2759,6 +2759,9 @@ em {
2759
2759
  .cds--white {
2760
2760
  background-color: var(--cds-background);
2761
2761
  color: var(--cds-text-primary);
2762
+ --cds-ai-gradient-end: rgba(255, 255, 255, 0);
2763
+ --cds-ai-gradient-start-01: rgba(242, 244, 248, 0.5);
2764
+ --cds-ai-gradient-start-02: rgba(237, 245, 255, 0.5);
2762
2765
  --cds-background: #ffffff;
2763
2766
  --cds-background-active: rgba(141, 141, 141, 0.5);
2764
2767
  --cds-background-brand: #0f62fe;
@@ -2940,6 +2943,9 @@ em {
2940
2943
  .cds--g10 {
2941
2944
  background-color: var(--cds-background);
2942
2945
  color: var(--cds-text-primary);
2946
+ --cds-ai-gradient-end: rgba(255, 255, 255, 0);
2947
+ --cds-ai-gradient-start-01: rgba(242, 244, 248, 0.5);
2948
+ --cds-ai-gradient-start-02: rgba(237, 245, 255, 0.5);
2943
2949
  --cds-background: #f4f4f4;
2944
2950
  --cds-background-active: rgba(141, 141, 141, 0.5);
2945
2951
  --cds-background-brand: #0f62fe;
@@ -3121,6 +3127,8 @@ em {
3121
3127
  .cds--g90 {
3122
3128
  background-color: var(--cds-background);
3123
3129
  color: var(--cds-text-primary);
3130
+ --cds-ai-gradient-end: rgba(38, 38, 38, 0);
3131
+ --cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
3124
3132
  --cds-background: #262626;
3125
3133
  --cds-background-active: rgba(141, 141, 141, 0.4);
3126
3134
  --cds-background-brand: #0f62fe;
@@ -3301,6 +3309,8 @@ em {
3301
3309
  .cds--g100 {
3302
3310
  background-color: var(--cds-background);
3303
3311
  color: var(--cds-text-primary);
3312
+ --cds-ai-gradient-end: rgba(38, 38, 38, 0);
3313
+ --cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
3304
3314
  --cds-background: #161616;
3305
3315
  --cds-background-active: rgba(141, 141, 141, 0.4);
3306
3316
  --cds-background-brand: #0f62fe;
@@ -19957,6 +19967,15 @@ span.cds--pagination__text.cds--pagination__items-count {
19957
19967
  transition: opacity 70ms cubic-bezier(0, 0, 0.38, 0.9);
19958
19968
  }
19959
19969
 
19970
+ .cds--slug__button.cds--slug__button--mini::after,
19971
+ .cds--slug__button.cds--slug__button--2xs::after {
19972
+ position: absolute;
19973
+ block-size: 1.5rem;
19974
+ content: "";
19975
+ inline-size: 1.5rem;
19976
+ opacity: 0;
19977
+ }
19978
+
19960
19979
  .cds--slug__button:hover::before {
19961
19980
  opacity: 1;
19962
19981
  }