@carbon/ibm-products-styles 2.66.0 → 2.67.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.
@@ -2531,6 +2531,61 @@ p.c4p--about-modal__copyright-text:first-child {
2531
2531
  white-space: nowrap;
2532
2532
  }
2533
2533
 
2534
+ /**
2535
+ * Copyright IBM Corp. 2025
2536
+ *
2537
+ * This source code is licensed under the Apache-2.0 license found in the
2538
+ * LICENSE file in the root directory of this source tree.
2539
+ */
2540
+ .clabs__resizer {
2541
+ position: relative;
2542
+ flex: none;
2543
+ background-color: var(--cds-border-subtle);
2544
+ }
2545
+ @media (prefers-reduced-motion: no-preference) {
2546
+ .clabs__resizer:hover {
2547
+ background-color: var(--cds-border-interactive, #0f62fe);
2548
+ transition: background-color 150ms;
2549
+ }
2550
+ }
2551
+ .clabs__resizer:focus {
2552
+ background-color: var(--cds-border-interactive, #0f62fe);
2553
+ outline: none;
2554
+ }
2555
+ .clabs__resizer:active {
2556
+ background-color: var(--cds-border-interactive, #0f62fe);
2557
+ }
2558
+ .clabs__resizer:focus:not(:focus-visible) {
2559
+ box-shadow: none;
2560
+ outline: none;
2561
+ }
2562
+ .clabs__resizer--horizontal {
2563
+ block-size: 0.25rem;
2564
+ cursor: ns-resize;
2565
+ }
2566
+ .clabs__resizer--vertical {
2567
+ cursor: ew-resize;
2568
+ inline-size: 0.25rem;
2569
+ }
2570
+
2571
+ .sr-only {
2572
+ position: absolute;
2573
+ overflow: hidden;
2574
+ padding: 0;
2575
+ border: 0;
2576
+ margin: -1px;
2577
+ block-size: 1px;
2578
+ clip: rect(0, 0, 0, 0);
2579
+ inline-size: 1px;
2580
+ white-space: nowrap;
2581
+ }
2582
+
2583
+ @media (prefers-reduced-motion: no-preference) {
2584
+ .smooth-resize {
2585
+ transition: all 150ms linear;
2586
+ }
2587
+ }
2588
+
2534
2589
  @keyframes side-panel-entrance-reduced {
2535
2590
  0% {
2536
2591
  opacity: 0;
@@ -3097,49 +3152,6 @@ p.c4p--about-modal__copyright-text:first-child {
3097
3152
  background-color: var(--cds-ai-overlay, rgba(0, 17, 65, 0.5));
3098
3153
  }
3099
3154
 
3100
- .clabs__resizer {
3101
- position: relative;
3102
- flex: none;
3103
- background-color: var(--cds-border-subtle-01, #c6c6c6);
3104
- }
3105
- @media (prefers-reduced-motion: no-preference) {
3106
- .clabs__resizer:hover {
3107
- background-color: var(--cds-border-interactive, #0f62fe);
3108
- transition: background-color 150ms;
3109
- }
3110
- }
3111
- .clabs__resizer:focus {
3112
- background-color: var(--cds-border-interactive, #0f62fe);
3113
- outline: none;
3114
- }
3115
- .clabs__resizer:active {
3116
- background-color: var(--cds-border-interactive, #0f62fe);
3117
- }
3118
- .clabs__resizer:focus:not(:focus-visible) {
3119
- box-shadow: none;
3120
- outline: none;
3121
- }
3122
- .clabs__resizer--horizontal {
3123
- block-size: 0.25rem;
3124
- cursor: ns-resize;
3125
- }
3126
- .clabs__resizer--vertical {
3127
- cursor: ew-resize;
3128
- inline-size: 0.25rem;
3129
- }
3130
-
3131
- .sr-only {
3132
- position: absolute;
3133
- overflow: hidden;
3134
- padding: 0;
3135
- border: 0;
3136
- margin: -1px;
3137
- block-size: 1px;
3138
- clip: rect(0, 0, 0, 0);
3139
- inline-size: 1px;
3140
- white-space: nowrap;
3141
- }
3142
-
3143
3155
  .c4p--create-side-panel.c4p--side-panel .c4p--create-side-panel__content-text {
3144
3156
  padding-inline-end: calc(20% - 1rem);
3145
3157
  }
@@ -9603,6 +9615,163 @@ button.c4p--add-select__global-filter-toggle--open {
9603
9615
  min-inline-size: 0;
9604
9616
  }
9605
9617
 
9618
+ .c4p--page-header__next.c4p--page-header {
9619
+ background-color: var(--cds-layer-01, #f4f4f4);
9620
+ border-block-end: 1px solid var(--cds-border-subtle-01, #c6c6c6);
9621
+ }
9622
+ .c4p--page-header__next .c4p--page-header__breadcrumb-bar {
9623
+ block-size: 2.5rem;
9624
+ }
9625
+ .c4p--page-header__next .c4p--page-header__breadcrumb-bar .cds--subgrid {
9626
+ block-size: 100%;
9627
+ }
9628
+ .c4p--page-header__next .c4p--page-header__breadcrumb-container {
9629
+ display: inline-flex;
9630
+ align-items: center;
9631
+ justify-content: space-between;
9632
+ block-size: 100%;
9633
+ inline-size: 100%;
9634
+ }
9635
+ .c4p--page-header__next .c4p--page-header__breadcrumb__actions-flush .cds--css-grid {
9636
+ padding-inline-end: 0;
9637
+ }
9638
+ .c4p--page-header__next .c4p--page-header__breadcrumb__actions-flush .cds--css-grid-column {
9639
+ margin-inline-end: 0;
9640
+ }
9641
+ .c4p--page-header__next .c4p--page-header__breadcrumb-bar-border {
9642
+ border-block-end: 1px solid var(--cds-border-subtle-01, #c6c6c6);
9643
+ }
9644
+ .c4p--page-header__next .c4p--page-header__breadcrumb__icon {
9645
+ margin-inline-end: 0.5rem;
9646
+ }
9647
+ .c4p--page-header__next .c4p--page-header__breadcrumb__actions {
9648
+ display: inline-flex;
9649
+ }
9650
+ .c4p--page-header__next .c4p--page-header__breadcrumb__content-actions {
9651
+ margin-inline-end: 0.75rem;
9652
+ }
9653
+ .c4p--page-header__next .c4p--page-header__breadcrumb-wrapper {
9654
+ display: inline-flex;
9655
+ }
9656
+ .c4p--page-header__next .c4p--page-header__content {
9657
+ padding: 1.5rem 0;
9658
+ }
9659
+ .c4p--page-header__next .c4p--page-header__content__title-wrapper {
9660
+ display: grid;
9661
+ gap: 1rem;
9662
+ grid-template-columns: auto minmax(var(--page-header-title-grid-width, 0), 1fr);
9663
+ margin-block-end: 1rem;
9664
+ min-block-size: 2.5rem;
9665
+ }
9666
+ @media (max-width: 41.98rem) {
9667
+ .c4p--page-header__next .c4p--page-header__content__title-wrapper {
9668
+ display: flex;
9669
+ flex-direction: column;
9670
+ grid-gap: 1rem;
9671
+ }
9672
+ }
9673
+ .c4p--page-header__next .c4p--page-header__content__start {
9674
+ display: flex;
9675
+ flex-wrap: wrap;
9676
+ gap: 1rem;
9677
+ }
9678
+ .c4p--page-header__next .c4p--page-header__content__title-container {
9679
+ display: flex;
9680
+ }
9681
+ .c4p--page-header__next .c4p--page-header__content__title-container .cds--definition-term {
9682
+ border-block-end: none;
9683
+ }
9684
+ .c4p--page-header__next .c4p--page-header__content__contextual-actions {
9685
+ display: flex;
9686
+ }
9687
+ .c4p--page-header__next .c4p--page-header__content__title {
9688
+ font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
9689
+ font-weight: var(--cds-productive-heading-04-font-weight, 400);
9690
+ line-height: var(--cds-productive-heading-04-line-height, 1.28572);
9691
+ letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
9692
+ display: -webkit-box;
9693
+ overflow: hidden;
9694
+ -webkit-box-orient: vertical;
9695
+ -webkit-line-clamp: 2;
9696
+ max-inline-size: 40rem;
9697
+ text-overflow: ellipsis;
9698
+ white-space: normal;
9699
+ }
9700
+ .c4p--page-header__next .c4p--page-header__content:has(.c4p--page-header__content__contextual-actions) .c4p--page-header__content__title {
9701
+ -webkit-line-clamp: 1;
9702
+ }
9703
+ .c4p--page-header__next .c4p--page-header__content__icon {
9704
+ margin-inline-end: 1rem;
9705
+ }
9706
+ .c4p--page-header__next .c4p--page-header__content__page-actions {
9707
+ display: flex;
9708
+ justify-content: right;
9709
+ }
9710
+ @media (max-width: 41.98rem) {
9711
+ .c4p--page-header__next .c4p--page-header__content__page-actions {
9712
+ justify-content: left;
9713
+ margin-block-start: 0;
9714
+ }
9715
+ }
9716
+ .c4p--page-header__next .c4p--page-header__content__page-actions .cds--menu-button__trigger:not(.cds--btn--ghost) {
9717
+ min-inline-size: 0;
9718
+ }
9719
+ .c4p--page-header__next .c4p--page-header__content__subtitle {
9720
+ font-size: var(--cds-productive-heading-03-font-size, 1.25rem);
9721
+ font-weight: var(--cds-productive-heading-03-font-weight, 400);
9722
+ line-height: var(--cds-productive-heading-03-line-height, 1.4);
9723
+ letter-spacing: var(--cds-productive-heading-03-letter-spacing, 0);
9724
+ margin-block-end: 0.5rem;
9725
+ }
9726
+ .c4p--page-header__next .c4p--page-header__content__body {
9727
+ font-size: var(--cds-body-01-font-size, 0.875rem);
9728
+ font-weight: var(--cds-body-01-font-weight, 400);
9729
+ line-height: var(--cds-body-01-line-height, 1.42857);
9730
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
9731
+ margin-block-start: 0.5rem;
9732
+ max-inline-size: 40rem;
9733
+ }
9734
+ .c4p--page-header__next [data-hidden]:not([data-fixed]) {
9735
+ display: none;
9736
+ }
9737
+ .c4p--page-header__next .c4p--page-header__hero-image {
9738
+ display: flex;
9739
+ overflow: hidden;
9740
+ align-items: center;
9741
+ justify-content: flex-end;
9742
+ block-size: 100%;
9743
+ }
9744
+ .c4p--page-header__next .c4p--page-header__tab-bar {
9745
+ margin-inline-start: -1rem;
9746
+ }
9747
+ .c4p--page-header__next .c4p--page-header__tab-bar--tablist {
9748
+ display: grid;
9749
+ grid-gap: 4rem;
9750
+ grid-template-columns: auto minmax(0, 1fr);
9751
+ }
9752
+ .c4p--page-header__next .cds--tabs .cds--tab--overflow-nav-button {
9753
+ background-color: var(--cds-layer-01, #f4f4f4);
9754
+ }
9755
+ .c4p--page-header__next .cds--tabs .cds--tab--overflow-nav-button.cds--tab--overflow-nav-button--next::before {
9756
+ background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--cds-layer-01, #f4f4f4));
9757
+ }
9758
+ .c4p--page-header__next .cds--tabs .cds--tab--overflow-nav-button.cds--tab--overflow-nav-button--previous::before {
9759
+ background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--cds-layer-01, #f4f4f4));
9760
+ }
9761
+ .c4p--page-header__next .c4p--page-header__tags {
9762
+ display: flex;
9763
+ align-items: center;
9764
+ justify-content: right;
9765
+ }
9766
+ .c4p--page-header__next .c4p--page-header__tags-popover-list {
9767
+ display: flex;
9768
+ flex-direction: column;
9769
+ padding: 1rem;
9770
+ }
9771
+ .c4p--page-header__next .c4p--page-header__tag-item {
9772
+ flex-shrink: 0;
9773
+ }
9774
+
9606
9775
  .c4p--card__productive {
9607
9776
  display: flex;
9608
9777
  flex-direction: column;
@@ -11700,4 +11869,179 @@ button.c4p--add-select__global-filter-toggle--open {
11700
11869
  inline-size: 1.5rem;
11701
11870
  }
11702
11871
 
11872
+ /* stylelint-disable max-nesting-depth */
11873
+ /* stylelint-disable declaration-no-important */
11874
+ .c4p--carousel {
11875
+ position: relative;
11876
+ /* stylelint-disable-next-line max-nesting-depth */
11877
+ }
11878
+ .c4p--carousel:focus {
11879
+ outline: none;
11880
+ }
11881
+
11882
+ .c4p--carousel__elements-container {
11883
+ overflow: hidden;
11884
+ }
11885
+
11886
+ .c4p--carousel__elements-container--scrolled,
11887
+ .c4p--carousel__elements-container--scroll-max {
11888
+ position: absolute;
11889
+ z-index: 1;
11890
+ inline-size: 2rem;
11891
+ inset-block: 0;
11892
+ pointer-events: none;
11893
+ }
11894
+
11895
+ .c4p--carousel__elements-container--scrolled {
11896
+ inset-inline-start: 0;
11897
+ }
11898
+
11899
+ .c4p--carousel__elements-container--scroll-max {
11900
+ inset-inline-end: 0;
11901
+ }
11902
+
11903
+ .c4p--carousel__elements {
11904
+ display: flex;
11905
+ overflow: scroll;
11906
+ -ms-overflow-style: none;
11907
+ scroll-behavior: smooth;
11908
+ scroll-snap-type: x mandatory;
11909
+ scrollbar-width: none;
11910
+ -webkit-touch-callout: none;
11911
+ -webkit-user-select: none;
11912
+ -khtml-user-select: none;
11913
+ -moz-user-select: none;
11914
+ -ms-user-select: none;
11915
+ user-select: none;
11916
+ /* stylelint-disable-next-line max-nesting-depth */
11917
+ }
11918
+ .c4p--carousel__elements:focus {
11919
+ outline: 2px solid var(--cds-focus, #0f62fe);
11920
+ outline-offset: -2px;
11921
+ }
11922
+ @media screen and (prefers-contrast) {
11923
+ .c4p--carousel__elements:focus {
11924
+ outline-style: dotted;
11925
+ }
11926
+ }
11927
+ @media (prefers-reduced-motion) {
11928
+ .c4p--carousel__elements {
11929
+ scroll-behavior: auto;
11930
+ }
11931
+ }
11932
+
11933
+ .c4p--carousel__elements::-webkit-scrollbar {
11934
+ display: none;
11935
+ }
11936
+
11937
+ .c4p--interstitial-screen--body {
11938
+ overflow: hidden auto;
11939
+ flex-grow: 1;
11940
+ padding: 0;
11941
+ margin: 0;
11942
+ background-color: var(--cds-background, #ffffff);
11943
+ }
11944
+ .c4p--interstitial-screen--progress {
11945
+ margin-block-end: 0.75rem;
11946
+ }
11947
+ .c4p--interstitial-screen__carousel {
11948
+ block-size: 100%;
11949
+ }
11950
+ .c4p--interstitial-screen__carousel .c4p--carousel__item {
11951
+ flex: 0 0 100%;
11952
+ scroll-snap-align: start;
11953
+ }
11954
+ .c4p--interstitial-screen--internal-body {
11955
+ padding: 0 !important;
11956
+ margin: 0 !important;
11957
+ }
11958
+ .c4p--interstitial-screen--content {
11959
+ block-size: 100%;
11960
+ }
11961
+ .c4p--interstitial-screen--internal-header {
11962
+ position: relative;
11963
+ background-color: var(--cds-background, #ffffff);
11964
+ margin-block-end: 0 !important;
11965
+ min-block-size: 3rem;
11966
+ padding-block-start: 1.5rem;
11967
+ padding-inline-start: 2rem !important;
11968
+ }
11969
+ .c4p--interstitial-screen--internal-header:empty {
11970
+ min-block-size: 0;
11971
+ }
11972
+ .c4p--interstitial-screen--internal-header .c4p--interstitial-screen--titleContainer {
11973
+ margin-block-end: 1rem;
11974
+ }
11975
+ .c4p--interstitial-screen--internal-header .c4p--interstitial-screen--titleContainer h1 {
11976
+ font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
11977
+ font-weight: var(--cds-productive-heading-04-font-weight, 400);
11978
+ line-height: var(--cds-productive-heading-04-line-height, 1.28572);
11979
+ letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
11980
+ margin-block-end: 0.5rem;
11981
+ }
11982
+ .c4p--interstitial-screen--internal-header .c4p--interstitial-screen--titleContainer h1:empty {
11983
+ padding: 0;
11984
+ }
11985
+ .c4p--interstitial-screen--internal-header .c4p--interstitial-screen--titleContainer h2 {
11986
+ font-size: var(--cds-productive-heading-03-font-size, 1.25rem);
11987
+ font-weight: var(--cds-productive-heading-03-font-weight, 400);
11988
+ line-height: var(--cds-productive-heading-03-line-height, 1.4);
11989
+ letter-spacing: var(--cds-productive-heading-03-letter-spacing, 0);
11990
+ }
11991
+ .c4p--interstitial-screen--internal-header .c4p--interstitial-screen--titleContainer h2:empty {
11992
+ padding: 0;
11993
+ }
11994
+ .c4p--interstitial-screen--internal-header--has-title {
11995
+ background: var(--cds-layer-01, #f4f4f4);
11996
+ border-block-end: 1px solid var(--cds-border-subtle-01, #c6c6c6);
11997
+ }
11998
+ .c4p--interstitial-screen--internal-header--has-title .c4p--interstitial-screen--progress {
11999
+ margin-block-start: 0;
12000
+ }
12001
+ .c4p--interstitial-screen--footer {
12002
+ display: flex;
12003
+ box-sizing: initial;
12004
+ flex-direction: row;
12005
+ justify-content: flex-end;
12006
+ background: var(--cds-background, #ffffff);
12007
+ border-block-start: 1px solid var(--cds-border-subtle-01, #c6c6c6);
12008
+ inline-size: 100%;
12009
+ }
12010
+ .c4p--interstitial-screen--footer .c4p--interstitial-screen--prev-btn,
12011
+ .c4p--interstitial-screen--footer .c4p--interstitial-screen--next-btn,
12012
+ .c4p--interstitial-screen--footer .c4p--interstitial-screen--start-btn {
12013
+ inline-size: 18.75%;
12014
+ min-inline-size: 12.5rem;
12015
+ padding-block-end: 2rem;
12016
+ }
12017
+ .c4p--interstitial-screen--footer .c4p--interstitial-screen--skip-btn {
12018
+ flex-grow: 1 !important;
12019
+ max-inline-size: none;
12020
+ padding-inline-start: 2rem;
12021
+ }
12022
+ .c4p--interstitial-screen--footer .cds--inline-loading {
12023
+ position: absolute;
12024
+ inline-size: 2rem;
12025
+ inset-block-start: 0;
12026
+ inset-inline-end: 0;
12027
+ }
12028
+ .c4p--interstitial-screen--footer-controls {
12029
+ display: flex;
12030
+ flex-direction: row;
12031
+ margin-inline-start: auto;
12032
+ }
12033
+ .c4p--interstitial-screen--full-screen {
12034
+ position: fixed;
12035
+ inset-block-start: 0;
12036
+ inset-inline: 0;
12037
+ }
12038
+ .c4p--interstitial-screen--full-screen .c4p--interstitial-screen--container {
12039
+ display: flex;
12040
+ flex-direction: column;
12041
+ padding: 0;
12042
+ margin: 0;
12043
+ block-size: 100vh;
12044
+ max-inline-size: 100vw;
12045
+ }
12046
+
11703
12047
  /*# sourceMappingURL=index-without-carbon-released-only.css.map */